From 3c62831e20dc51f9d86aa471570e8451dd253bf6 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Fri, 2 Nov 2001 19:09:06 +0000 Subject: [PATCH] Add translations --- bfd/ChangeLog | 4 + bfd/configure | 2 +- bfd/configure.in | 2 +- bfd/po/fr.po | 2074 +++++++++++++++++++++ binutils/ChangeLog | 7 + binutils/configure | 488 ++--- binutils/configure.in | 2 +- binutils/po/fr.po | 4108 ++++++++++++++++++++++++++++++++++++++++ binutils/po/tr.po | 4133 +++++++++++++++++++++++++++++++++++++++++ gprof/ChangeLog | 6 + gprof/configure | 378 ++-- gprof/configure.in | 2 +- gprof/po/fr.po | 464 +++++ ld/ChangeLog | 7 + ld/configure | 2 +- ld/configure.in | 2 +- ld/po/fr.po | 1540 +++++++++++++++ ld/po/sv.po | 1552 ++++++++++++++++ opcodes/ChangeLog | 8 + opcodes/configure | 2 +- opcodes/configure.in | 2 +- opcodes/po/fr.po | 345 ++++ opcodes/po/sv.po | 344 ++++ opcodes/po/tr.po | 346 ++++ 24 files changed, 15381 insertions(+), 439 deletions(-) create mode 100644 bfd/po/fr.po create mode 100644 binutils/po/fr.po create mode 100644 binutils/po/tr.po create mode 100644 gprof/po/fr.po create mode 100644 ld/po/fr.po create mode 100644 ld/po/sv.po create mode 100644 opcodes/po/fr.po create mode 100644 opcodes/po/sv.po create mode 100644 opcodes/po/tr.po diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c5896e1d97..83390338bb 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,9 @@ 2001-11-02 Nick Clifton + * configure.in (ALL_LINGUAS): Add "fr". + * configure: Regenerate. + * po/fr.po: New file. + * coffgen.c (coff_object_p): Add comment to H.J.'s recent patch. 2001-11-02 John David Anglin diff --git a/bfd/configure b/bfd/configure index b55b0dceff..df9ba479f7 100755 --- a/bfd/configure +++ b/bfd/configure @@ -2599,7 +2599,7 @@ else fi -ALL_LINGUAS= +ALL_LINGUAS="fr" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:2605: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. diff --git a/bfd/configure.in b/bfd/configure.in index 86a82e5b82..abbd790c29 100644 --- a/bfd/configure.in +++ b/bfd/configure.in @@ -108,7 +108,7 @@ bfd_default_target_size=32 AC_PROG_CC -ALL_LINGUAS= +ALL_LINGUAS="fr" CY_GNU_GETTEXT # Permit host specific settings. diff --git a/bfd/po/fr.po b/bfd/po/fr.po new file mode 100644 index 0000000000..8c91b59ac5 --- /dev/null +++ b/bfd/po/fr.po @@ -0,0 +1,2074 @@ +# Messages français pour GNU concernant bfd. +# Copyright (C) 1996 Free Software Foundation, Inc. +# Michel Robitaille , 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: GNU bfd 2.11\n" +"POT-Creation-Date: 2001-01-11 11:54-0800\n" +"PO-Revision-Date: 2001-09-19 08:00-0500\n" +"Last-Translator: Michel Robitaille \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: aout-adobe.c:189 +#, c-format +msgid "%s: Unknown section type in a.out.adobe file: %x\n" +msgstr "%s: type de section inconnu dans le fichier a.out.adobe: %x\n" + +#: aout-cris.c:205 +#, c-format +msgid "%s: Invalid relocation type exported: %d" +msgstr "%s: relocalisation invalide du type exporté: %d" + +#: aout-cris.c:249 +#, c-format +msgid "%s: Invalid relocation type imported: %d" +msgstr "%s: relocalisation invalide du type importé: %d" + +#: aout-cris.c:260 +#, c-format +msgid "%s: Bad relocation record imported: %d" +msgstr "%s: mauvais enregistrement de relocalisation importé: %d" + +#: aoutx.h:1259 aoutx.h:1673 +#, c-format +msgid "%s: can not represent section `%s' in a.out object file format" +msgstr "%s: ne peut représenter la section `%s' dans le fichier format objet a.out" + +#: aoutx.h:1643 +#, c-format +msgid "%s: can not represent section for symbol `%s' in a.out object file format" +msgstr "%s: ne peut représenter la section pour le symbole `%s' dans le fichier format objet a.out" + +#: aoutx.h:1645 +msgid "*unknown*" +msgstr "*inconnu*" + +#: aoutx.h:3684 +#, c-format +msgid "%s: relocateable link from %s to %s not supported" +msgstr "%s: relocalisation de liens de %s vers %s n'est pas supporté" + +#: archive.c:1820 +msgid "Warning: writing archive was slow: rewriting timestamp\n" +msgstr "AVERTISSEMENT: l'écriture de l'archive était lente: réécriture du cachet de date-heure\n" + +#: archive.c:2086 +msgid "Reading archive file mod timestamp" +msgstr "Lecture du cachet date-heure modifé du fichier d'archive" + +#. FIXME: bfd can't call perror. +#: archive.c:2113 +msgid "Writing updated armap timestamp" +msgstr "Écriture du cachet date-heure armap mise à jour" + +#: bfd.c:273 +msgid "No error" +msgstr "Pas d'erreur" + +#: bfd.c:274 +msgid "System call error" +msgstr "Erreur d'appel système" + +#: bfd.c:275 +msgid "Invalid bfd target" +msgstr "cible bfd invalide" + +#: bfd.c:276 +msgid "File in wrong format" +msgstr "Fichier dans un mauvais format" + +#: bfd.c:277 +msgid "Invalid operation" +msgstr "Opération invalide" + +#: bfd.c:278 +msgid "Memory exhausted" +msgstr "Mémoire épuisée" + +#: bfd.c:279 +msgid "No symbols" +msgstr "Aucun symbole" + +#: bfd.c:280 +msgid "Archive has no index; run ranlib to add one" +msgstr "L'archive n'a pas d'index; exécuter ranlib pour en ajouter un" + +#: bfd.c:281 +msgid "No more archived files" +msgstr "Aucun autre fichier d'archive" + +#: bfd.c:282 +msgid "Malformed archive" +msgstr "Archive mal formé" + +#: bfd.c:283 +msgid "File format not recognized" +msgstr "Format de fichier non reconnu" + +#: bfd.c:284 +msgid "File format is ambiguous" +msgstr "Format de fichier ambiguë" + +#: bfd.c:285 +msgid "Section has no contents" +msgstr "Section sans contenu" + +#: bfd.c:286 +msgid "Nonrepresentable section on output" +msgstr "Section non-représentable pour la sortie" + +#: bfd.c:287 +msgid "Symbol needs debug section which does not exist" +msgstr "Symboles ont besoin de la section de débug qui est inexistente" + +#: bfd.c:288 +msgid "Bad value" +msgstr "Mauvaise valeur" + +#: bfd.c:289 +msgid "File truncated" +msgstr "Fichier tronqué" + +#: bfd.c:290 +msgid "File too big" +msgstr "Fichier trop gros" + +#: bfd.c:291 +msgid "#" +msgstr "#" + +#: bfd.c:675 +#, c-format +msgid "bfd assertion fail %s:%d" +msgstr "échec d'assertion bfd %s:%d" + +#: bfd.c:693 +#, c-format +msgid "BFD internal error, aborting at %s line %d in %s\n" +msgstr "Erreur interne BFD, abandon à %s, ligne %d dans %s\n" + +#: bfd.c:697 +#, c-format +msgid "BFD internal error, aborting at %s line %d\n" +msgstr "Erreur interne BFD, abandon à %s, ligne %d\n" + +#: bfd.c:699 +msgid "Please report this bug.\n" +msgstr "SVP rapporter cette anomalie.\n" + +#: binary.c:303 +#, c-format +msgid "Warning: Writing section `%s' to huge (ie negative) file offset 0x%lx." +msgstr "AVERTISSEMENT: écriture de la section `%s' vers un énorme décalage (ie negatif) dans le fichier 0x%lx." + +#: coff-a29k.c:122 +msgid "Missing IHCONST" +msgstr "IHCONST manquant" + +#: coff-a29k.c:181 +msgid "Missing IHIHALF" +msgstr "IHIHALF manquant" + +#: coff-a29k.c:213 +msgid "Unrecognized reloc" +msgstr "Relocalisation non reconnue" + +#: coff-a29k.c:425 +msgid "missing IHCONST reloc" +msgstr "IHCONST de relocalisation manquant" + +#: coff-a29k.c:516 +msgid "missing IHIHALF reloc" +msgstr "IHIHALF de relocalisation manquant" + +#: coff-alpha.c:880 coff-alpha.c:917 +msgid "GP relative relocation used when GP not defined" +msgstr "Relocalisation relative GP utilisé alors que GP n'est pas défini" + +#: coff-alpha.c:1486 elf64-alpha.c:4004 +msgid "using multiple gp values" +msgstr "utilisation de valeurs multiples gp" + +#: coff-alpha.c:1992 coff-mips.c:1434 +msgid "GP relative relocation when GP not defined" +msgstr "GP relocalisation relative alors que GP n'est pas défini" + +#: coff-arm.c:1018 elf32-arm.h:246 +#, c-format +msgid "%s: unable to find THUMB glue '%s' for `%s'" +msgstr "%s: incapable de repérer le REPÈRE de liant '%s' pour `%s'" + +#: coff-arm.c:1047 elf32-arm.h:281 +#, c-format +msgid "%s: unable to find ARM glue '%s' for `%s'" +msgstr "%s: incapable de repérer le liant ARM '%s' pour `%s'" + +#: coff-arm.c:1335 coff-arm.c:1430 elf32-arm.h:841 elf32-arm.h:946 +#, c-format +msgid "%s(%s): warning: interworking not enabled." +msgstr "%s(%s): AVERTISSEMENT: l'inter-réseautage n'est pas permis." + +#: coff-arm.c:1339 elf32-arm.h:949 +#, c-format +msgid " first occurrence: %s: arm call to thumb" +msgstr " première occurrence: %s: appel arm de repérage" + +#: coff-arm.c:1434 elf32-arm.h:844 +#, c-format +msgid " first occurrence: %s: thumb call to arm" +msgstr " première occurrence: %s: appel de repérage à ARM" + +#: coff-arm.c:1437 +msgid " consider relinking with --support-old-code enabled" +msgstr " considérer de rafaire les liens avec --support-old-code enabled" + +#: coff-arm.c:1726 coff-tic80.c:682 cofflink.c:2991 +#, c-format +msgid "%s: bad reloc address 0x%lx in section `%s'" +msgstr "%s: mausvaise adresse de relocalisation 0x%lx dans la section `%s'" + +#: coff-arm.c:2063 +#, c-format +msgid "%s: illegal symbol index in reloc: %d" +msgstr "%s: symbole index illégal dans la relocalisation: %d" + +#: coff-arm.c:2191 +#, c-format +msgid "%s: ERROR: compiled for APCS-%d whereas target %s uses APCS-%d" +msgstr "%s: ERREUR: compilé pour APCS-%d alors que la cible %s utilise APCS-%d" + +#: coff-arm.c:2206 +#, c-format +msgid "%s: ERROR: passes floats in float registers whereas target %s uses integer registers" +msgstr "%s: ERREUR: passage de valeurs en virgule flottante dans des registreen virgule flottance alors que la cible %s utilise des registres de valeursentières" + +#: coff-arm.c:2209 +#, c-format +msgid "%s: ERROR: passes floats in integer registers whereas target %s uses float registers" +msgstr "%s: ERREUR: passage de valeurs en virgule flottante dans des registreen valeur entière alors que la cible %s utilise des registres de valeursen virgule flottante" + +#: coff-arm.c:2224 +#, c-format +msgid "%s: ERROR: compiled as position independent code, whereas target %s is absolute position" +msgstr "%s: ERREUR: compilé en code indépendant de la position, alors que la cible %s esten position absolue" + +#: coff-arm.c:2227 +#, c-format +msgid "%s: ERROR: compiled as absolute position code, whereas target %s is position independent" +msgstr "%s: ERREUR: compilé en code à position abolsu, alors que la cible %s estindépendant de la position" + +#: coff-arm.c:2256 +#, c-format +msgid "Warning: input file %s supports interworking, whereas %s does not." +msgstr "AVERTISSEMENT: file d'entrée %s supporte l'inter-réseautage, contrairement à %s." + +#: coff-arm.c:2259 +#, c-format +msgid "Warning: input file %s does not support interworking, whereas %s does." +msgstr "AVERTISSEMENT: fichier d'entrée %s ne supporte pas l'inter-réseautage, contrairement à %s." + +#: coff-arm.c:2286 +msgid "private flags = %x:" +msgstr "fanions privés = %x" + +#: coff-arm.c:2294 elf32-arm.h:2210 +msgid " [floats passed in float registers]" +msgstr " [valeurs en virgule flottante passées dans des registres de valeurs en virgule flottante]" + +#: coff-arm.c:2296 +msgid " [floats passed in integer registers]" +msgstr " [valeurs en virgule flottante passées dans des registres de valeurs entières]" + +#: coff-arm.c:2299 elf32-arm.h:2213 +msgid " [position independent]" +msgstr " [position indépendante]" + +#: coff-arm.c:2301 +msgid " [absolute position]" +msgstr " [position absolue]" + +#: coff-arm.c:2305 +msgid " [interworking flag not initialised]" +msgstr " [fanion d'inter-réseautage n'a pas été initialisé]" + +#: coff-arm.c:2307 +msgid " [interworking supported]" +msgstr " [inter-réseautage supporté]" + +#: coff-arm.c:2309 +msgid " [interworking not supported]" +msgstr " [inter-réseautage non supporté]" + +#: coff-arm.c:2357 +#, c-format +msgid "Warning: Not setting interworking flag of %s, since it has already been specified as non-interworking" +msgstr "AVERTISSEMENT: pas d'initialisation du fanion d'inter-réseautage %s, puisqu'il a déjà été spécifié comme sans inter-réseautage" + +#: coff-arm.c:2361 +#, c-format +msgid "Warning: Clearing the interworking flag of %s due to outside request" +msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison d'une requête externe" + +#: coffcode.h:2136 +msgid "Unrecognized TI COFF target id '0x%x'" +msgstr "cible TI COFF non reconnue identificateur '0x%x'" + +#: coffcode.h:4194 +#, c-format +msgid "%s: warning: illegal symbol index %ld in line numbers" +msgstr "%s: AVERTISSEMENT: symbole d'index illégal %ld dans le numéro de ligne" + +#: coffcode.h:4208 +#, c-format +msgid "%s: warning: duplicate line number information for `%s'" +msgstr "%s: AVERTISSEMENT: information de numéro de ligne dédoublée pour `%s'" + +#: coffcode.h:4568 +#, c-format +msgid "%s: Unrecognized storage class %d for %s symbol `%s'" +msgstr "%s: classe de stockage non reconnue %d pour %s symbole `%s'" + +#: coffcode.h:4699 +#, c-format +msgid "warning: %s: local symbol `%s' has no section" +msgstr "AVERTISSEMENT: %s: symbole local `%s' n'a pas de section" + +#: coff-tic54x.c:376 coffcode.h:4810 +#, c-format +msgid "%s: warning: illegal symbol index %ld in relocs" +msgstr "%s: AVERTISSEMENT: symbole index illégal %ld dans les relocalisations" + +#: coffcode.h:4848 +#, c-format +msgid "%s: illegal relocation type %d at address 0x%lx" +msgstr "%s: type de relocalisation illégal %d à l'adresse 0x%lx" + +#: coffgen.c:1631 +msgid "%s: bad string table size %lu" +msgstr "%s: chaîne erronée de la taille de table %lu" + +#: coffgen.c:2093 +#, c-format +msgid "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld next %ld" +msgstr "AUX tagndx %ld ttlsiz 0x%lx lnnos %ld prochain %ld" + +#: coff-i960.c:136 coff-i960.c:485 +msgid "uncertain calling convention for non-COFF symbol" +msgstr "convention d'appel incertaine pour un symbole non COFF" + +#: cofflink.c:526 elflink.h:1648 +msgid "Warning: type of symbol `%s' changed from %d to %d in %s" +msgstr "AVERTISSEMENT: type de symbole `%s' a changé de %d à %d dans %s" + +#: cofflink.c:2289 +#, c-format +msgid "%s: relocs in section `%s', but it has no contents" +msgstr "%s: relocalisations dans la section `%s', mais n,a aucun contenu" + +#: cofflink.c:2628 coffswap.h:894 +#, c-format +msgid "%s: %s: reloc overflow: 0x%lx > 0xffff" +msgstr "%s: %s: débordement de relocalisation: 0x%lx > 0xffff" + +#: cofflink.c:2637 coffswap.h:880 +#, c-format +msgid "%s: warning: %s: line number overflow: 0x%lx > 0xffff" +msgstr "%s: AVERTISSEMENT: %s: débordement du compteur de numéro de ligne: 0x%lx > 0xffff" + +#: coff-m68k.c:475 coff-mips.c:2432 elf32-m68k.c:2265 +msgid "unsupported reloc type" +msgstr "type de relocalisation non supporté" + +#: coff-mips.c:875 elf32-mips.c:1417 +msgid "GP relative relocation when _gp not defined" +msgstr "relocalisation relative GP sans que _gp ne soit défini" + +#. No other sections should appear in -membedded-pic +#. code. +#: coff-mips.c:2469 +msgid "reloc against unsupported section" +msgstr "relocalisation vers une section non supportée" + +#: coff-mips.c:2477 +msgid "reloc not properly aligned" +msgstr "relocalisation n'est pas alignée correctement" + +#: coff-tic54x.c:263 coff-tic80.c:445 +msgid "Unrecognized reloc type 0x%x" +msgstr "Type de relocalisation non reconnu 0x%x" + +#: coff-w65.c:369 +#, c-format +msgid "ignoring reloc %s\n" +msgstr "relocalisation de %s ignorée\n" + +#: dwarf2.c:423 +msgid "Dwarf Error: Can't find .debug_abbrev section." +msgstr "Erreur DWARF: ne peut repérer la section .debug_abbrev" + +#: dwarf2.c:441 +#, c-format +msgid "Dwarf Error: Abbrev offset (%u) bigger than abbrev size (%u)." +msgstr "Erreur DWARF: décalage abrégé (%u) est plus grand que la taille abrégée (%u)." + +#: dwarf2.c:624 +#, c-format +msgid "Dwarf Error: Invalid or unhandled FORM value: %d." +msgstr "Erreur DWARF: valeur de FORME invalide ou mal traitée: %d" + +#: dwarf2.c:697 +msgid "Dwarf Error: mangled line number section (bad file number)." +msgstr "Erreur DWARF: numéro mutilé de ligne de section (mauvais no. de fichier)" + +#: dwarf2.c:782 +msgid "Dwarf Error: Can't find .debug_line section." +msgstr "Erreur DWARF: ne peut repérer la section .debug_line" + +#: dwarf2.c:806 +#, c-format +msgid "Dwarf Error: Line offset (%u) bigger than line size (%u)." +msgstr "Erreur DWARF: décalage de ligne (%u) plus grand que la taille de ligne (%u)" + +#: dwarf2.c:973 +msgid "Dwarf Error: mangled line number section." +msgstr "Erreur DWARF: numéro mutilé de ligne de section" + +#: dwarf2.c:1152 dwarf2.c:1306 +#, c-format +msgid "Dwarf Error: Could not find abbrev number %d." +msgstr "Erreur DWARF: ne peut repérer le numéro abrégé %d" + +#: dwarf2.c:1267 +#, c-format +msgid "Dwarf Error: found dwarf version '%hu', this reader only handles version 2 information." +msgstr "Erreur DWARF: version DWARF retrouvée '%hu', ce lecteur ne supporte que les informations de la version 2." + +#: dwarf2.c:1274 +#, c-format +msgid "Dwarf Error: found address size '%u', this reader can not handle sizes greater than '%u'." +msgstr "Erreur DWARF: taille d'adresse obtenue '%u', ce lecteur ne peut traiter des tailles plus grandes que '%u'." + +#: dwarf2.c:1297 +#, c-format +msgid "Dwarf Error: Bad abbrev number: %d." +msgstr "Erreur DWARF: mauvais numéro abrégé: %d" + +#: ecoff.c:1323 +msgid "Unknown basic type %d" +msgstr "type de base inconnu %d" + +#: ecoff.c:1592 +#, c-format +msgid "\n End+1 symbol: %ld" +msgstr "\n Dernier+1 symbole: %ld" + +#: ecoff.c:1599 ecoff.c:1602 +#, c-format +msgid "\n First symbol: %ld" +msgstr "\n Premier symbole: %ld" + +#: ecoff.c:1614 +#, c-format +msgid "\n Fin+1 symbole: %-7ld Type: %s" +msgstr "\n Dernier+1 symbole: %-7ld Type: %s" + +#: ecoff.c:1621 +#, c-format +msgid "\n Local symbol: %ld" +msgstr "\n Symbole local: %ld" + +#: ecoff.c:1629 +#, c-format +msgid "\n struct; End+1 symbol: %ld" +msgstr "\n struct; Symbole Fin+1: %ld" + +#: ecoff.c:1634 +#, c-format +msgid "\n union; End+1 symbol: %ld" +msgstr "\n union; Dernier+1 symbole: %ld" + +#: ecoff.c:1639 +#, c-format +msgid "\n enum; End+1 symbol: %ld" +msgstr "\n enum; Dernier+1 symbol: %ld" + +#: ecoff.c:1645 +#, c-format +msgid "\n Type: %s" +msgstr "\n Type: %s" + +#: elf32-arm.h:1179 +#, c-format +msgid "%s: Warning: Arm BLX instruction targets Arm function '%s'." +msgstr "%s: AVERTISSEMENT: instruction Arm BLX vise la fonction Arm '%s'." + +#: elf32-arm.h:1375 +#, c-format +msgid "%s: Warning: Thumb BLX instruction targets thumb function '%s'." +msgstr "%s: AVERTISSEMENT: instruction de repérage BLX vise la function de repérage '%s'." + +#: elf-hppa.h:1369 elf-hppa.h:1402 elf32-arm.h:1853 elf32-i386.c:1428 +#: elf32-ppc.c:3096 elf32-sh.c:2997 elf64-x86-64.c:271 +#, c-format +msgid "%s: warning: unresolvable relocation against symbol `%s' from %s section" +msgstr "%s: AVERTISSEMENT: relocalisation sans solution vers le symbole `%s' de la section %s" + +#: elf-m10200.c:455 elf-m10300.c:669 elf32-arm.h:1927 elf32-avr.c:842 +#: elf32-cris.c:431 elf32-d10v.c:478 elf32-fr30.c:651 elf32-i860.c:1051 +#: elf32-m32r.c:1265 elf32-v850.c:1672 +msgid "internal error: out of range error" +msgstr "erreur interne: hors gamme" + +#: elf-m10200.c:459 elf-m10300.c:673 elf32-arm.h:1931 elf32-avr.c:846 +#: elf32-cris.c:435 elf32-d10v.c:482 elf32-fr30.c:655 elf32-i860.c:1055 +#: elf32-m32r.c:1269 elf32-v850.c:1676 +msgid "internal error: unsupported relocation error" +msgstr "erreur interne: erreur de relocalisation non supportée" + +#: elf-m10200.c:463 elf-m10300.c:677 elf32-arm.h:1935 elf32-d10v.c:486 +#: elf32-m32r.c:1273 +msgid "internal error: dangerous error" +msgstr "erreur interne: erreur dangereuse" + +#: elf-m10200.c:467 elf-m10300.c:681 elf32-arm.h:1939 elf32-avr.c:854 +#: elf32-cris.c:443 elf32-d10v.c:490 elf32-fr30.c:663 elf32-i860.c:1063 +#: elf32-m32r.c:1277 elf32-v850.c:1696 +msgid "internal error: unknown error" +msgstr "erreur interne: erreur inconnue" + +#: elf32-arm.h:1967 +#, c-format +msgid "Warning: Not setting interwork flag of %s since it has already been specified as non-interworking" +msgstr "AVERTISSEMENT: pas d'initialisation du fanion d'inter-réseautage %s alors qu'il a déjè été spécifié sans inter-réseautage" + +#: elf32-arm.h:1971 +#, c-format +msgid "Warning: Clearing the interwork flag of %s due to outside request" +msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison d'une requête externe" + +#: elf32-arm.h:2019 +#, c-format +msgid "Warning: Clearing the interwork flag in %s because non-interworking code in %s has been linked with it" +msgstr "AVERTISSEMENT: mise à zéro du fanion d'inter-réseautage %s en raison du code sans inter-réseautage dans %s qui a été lié avec lui" + +#: elf32-arm.h:2113 +#, c-format +msgid "Error: %s compiled for EABI version %d, whereas %s is compiled for version %d" +msgstr "Erreur: %s compilé pour une version EABI %d, alors que %s a été compilé pour la version %d" + +#: elf32-arm.h:2127 +#, c-format +msgid "Error: %s compiled for APCS-%d, whereas %s is compiled for APCS-%d" +msgstr "Erreur: %s compilé pour APCS-%d, alors que %s a été compilé pour APCS-%d" + +#: elf32-arm.h:2138 +#, c-format +msgid "Error: %s passes floats in %s registers, whereas %s passes them in %s registers" +msgstr "Erreur: %s passage de valeurs en virgule flottante dans les registres %s, alors que %s les passe dans les registres %s" + +#: elf32-arm.h:2141 elf32-arm.h:2143 +msgid "float" +msgstr "flottant" + +#: elf32-arm.h:2141 elf32-arm.h:2143 +msgid "integer" +msgstr "entier" + +#: elf32-arm.h:2150 +#, c-format +msgid "Error: %s uses %s floating point, whereas %s uses %s floating point" +msgstr "Erreur: %s utilise %s en virgule flottante, alors que %s utilise %s en virgule flottante" + +#: elf32-arm.h:2153 elf32-arm.h:2155 +msgid "soft" +msgstr "logiciel" + +#: elf32-arm.h:2153 elf32-arm.h:2155 +msgid "hard" +msgstr "matériel" + +#: elf32-arm.h:2162 +#, c-format +msgid "Warning: %s %s interworking, whereas %s %s" +msgstr "Warning: %s %s inter-réseautage, alors que %s %s" + +#: elf32-arm.h:2165 +msgid "supports" +msgstr "supporte" + +#: elf32-arm.h:2165 +msgid "does not support" +msgstr "n'est pas supportée" + +#: elf32-arm.h:2167 +msgid "does not" +msgstr "n'est pas" + +#: elf32-arm.h:2167 +msgid "does" +msgstr "est" + +#. Ignore init flag - it may not be set, despite the flags field +#. containing valid data. +#: elf32-arm.h:2193 elf32-cris.c:615 elf32-m68k.c:430 elf32-mips.c:2695 +msgid "private flags = %lx:" +msgstr "fanions privés = %lx" + +#: elf32-arm.h:2202 +msgid " [interworking enabled]" +msgstr " [inter-réseautage autorisé]" + +#: elf32-arm.h:2205 +msgid " [APCS-26]" +msgstr " [APCS-26]" + +#: elf32-arm.h:2207 +msgid " [APCS-32]" +msgstr " [APCS-32]" + +#: elf32-arm.h:2216 +msgid " [new ABI]" +msgstr " [nouvel ABI]" + +#: elf32-arm.h:2219 +msgid " [old ABI]" +msgstr " [ancien ABI]" + +#: elf32-arm.h:2222 +msgid " [software FP]" +msgstr " [virgule flottante logiciel]" + +#: elf32-arm.h:2229 +msgid " [Version1 EABI]" +msgstr " [Version 1 EABI]" + +#: elf32-arm.h:2232 +msgid " [sorted symbol table]" +msgstr " [table des symboles triés]" + +#: elf32-arm.h:2234 +msgid " [unsorted symbol table]" +msgstr " [table des symboles non triés]" + +#: elf32-arm.h:2240 +msgid " " +msgstr " " + +#: elf32-arm.h:2247 +msgid " [relocatable executable]" +msgstr " [exécutables relocalisés]" + +#: elf32-arm.h:2250 +msgid " [has entry point]" +msgstr " [a des points d'entrées]" + +#: elf32-arm.h:2255 +msgid "" +msgstr "" + +#: elf32-avr.c:850 elf32-cris.c:439 elf32-fr30.c:659 elf32-i860.c:1059 +#: elf32-v850.c:1680 +msgid "internal error: dangerous relocation" +msgstr "erreur interne: relocalisation dangereuse" + +#: elf32-cris.c:618 +msgid " [symbols have a _ prefix]" +msgstr " [symboles sont préfixés par `_']" + +#: elf32-cris.c:657 +#, c-format +msgid "%s: uses _-prefixed symbols, but writing file with non-prefixed symbols" +msgstr "%s: utilise _-prefixed symbols, mais avec écriture au fichier avec des symboles sans préfixes" + +#: elf32-cris.c:658 +#, c-format +msgid "%s: uses non-prefixed symbols, but writing file with _-prefixed symbols" +msgstr "%s: utilise des symboles sans préfixes, mais avec écriture au fichier avec des symboles ayant des préfixes_-prefixed" + +#: elf32-hppa.c:606 +#, c-format +msgid "%s(%s+0x%lx): cannot find stub entry %s" +msgstr "%s(%s+0x%lx): ne peut repérer l'entrée du talon %s" + +#: elf32-hppa.c:667 +msgid "%s: cannot create stub entry %s" +msgstr "%s: ne peut créer l'entrée du talon %s" + +#: elf32-hppa.c:859 +#, c-format +msgid "%s(%s+0x%lx): cannot relocate %s, recompile with -ffunction-sections" +msgstr "%s(%s+0x%lx): ne peut relocaliser %s, recompiler avec -ffunction-sections" + +#: elf32-hppa.c:872 elf32-hppa.c:1568 +msgid "Could not find relocation section for %s" +msgstr "Ne peut repérer la section de relocalisation pour %s" + +#: elf32-hppa.c:1011 elf32-hppa.c:3362 +#, c-format +msgid "%s(%s+0x%lx): cannot reach %s, recompile with -ffunction-sections" +msgstr "%s(%s+0x%lx): ne peut atteindre %s, recompiler avec -ffunction-sections" + +#: elf32-hppa.c:1323 +#, c-format +msgid "%s: relocation %s can not be used when making a shared object; recompile with -fPIC" +msgstr "%s: relocalisation de %s ne peut être utilisée lors de la création d'un objet partagé; recompiler avec -fPIC" + +#: elf32-hppa.c:1343 +#, c-format +msgid "%s: relocation %s should not be used when making a shared object; recompile with -fPIC" +msgstr "%s: relocalisation %s ne doit pas être utilisée lors de la création d'un objet partagé; recompiler avec -fPIC" + +#: elf32-hppa.c:2755 +#, c-format +msgid "%s: duplicate export stub %s" +msgstr "%s: talon d'exportation en double %s" + +#: elf32-hppa.c:3253 +#, c-format +msgid "%s(%s+0x%lx): fixing %s" +msgstr "%s(%s+0x%lx): corrigeant %s" + +#: elf32-hppa.c:3856 +#, c-format +msgid "%s(%s+0x%lx): cannot handle %s for %s" +msgstr "%s(%s+0x%lx): ne traiter %s pour %s" + +#: elf32-hppa.c:4173 +msgid ".got section not immediately after .plt section" +msgstr "section .got pas immédiatement après la section .plt" + +#: elf32-i386.c:273 +msgid "%s: invalid relocation type %d" +msgstr "%s: type de relocalisation invalide %d" + +#: elf32-m32r.c:916 +msgid "SDA relocation when _SDA_BASE_ not defined" +msgstr "relocalisation SDA alors que _SDA_BASE_ n'est pas définie" + +#: elf32-m32r.c:1000 elf32-ppc.c:2963 +msgid "%s: unknown relocation type %d" +msgstr "%s: type de relocalisation inconnu %d" + +#: elf32-m32r.c:1208 +#, c-format +msgid "%s: The target (%s) of an %s relocation is in the wrong section (%s)" +msgstr "%s: la cible (%s) de la relocalisation %s est dans la mauvaise section (%s)" + +#: elf32-m32r.c:2010 +#, c-format +msgid "%s: Instruction set mismatch with previous modules" +msgstr "%s: jeu d'instructions ne concorde par avec les modules précédents" + +#: elf32-m32r.c:2033 +msgid "private flags = %lx" +msgstr "fanions privés = %lx" + +#: elf32-m32r.c:2038 +msgid ": m32r instructions" +msgstr ": instructions m32r" + +#: elf32-m32r.c:2039 +msgid ": m32rx instructions" +msgstr ": instruction m32rx" + +#: elf32-m68k.c:433 +msgid " [cpu32]" +msgstr " [cpu32]" + +#: elf32-mcore.c:366 elf32-mcore.c:493 +msgid "%s: Relocation %s (%d) is not currently supported.\n" +msgstr "%s: relocalisation %s (%d) n'est pas couramment supportée.\n" + +#: elf32-mcore.c:452 +msgid "%s: Unknown relocation type %d\n" +msgstr "%s: type de relocalisation inconnue %d\n" + +#: elf32-mips.c:1576 +msgid "32bits gp relative relocation occurs for an external symbol" +msgstr "relocalisation relative gp 32bits est survenue pour un symbole externe" + +#: elf32-mips.c:1725 +#, c-format +msgid "Linking mips16 objects into %s format is not supported" +msgstr "Édition de liens d'objets mips16 dans le format %s n'est pas supporté" + +#: elf32-mips.c:2582 +#, c-format +msgid "%s: linking PIC files with non-PIC files" +msgstr "%s: édition de liens des fichiers PIC avec des fichiers non PIC" + +#: elf32-mips.c:2592 +#, c-format +msgid "%s: linking abicalls files with non-abicalls files" +msgstr "%s: édition de liens des fichier abicalls avec des fichiers non abicalls" + +#: elf32-mips.c:2621 +#, c-format +msgid "%s: ISA mismatch (-mips%d) with previous modules (-mips%d)" +msgstr "%s: ISA ne concorde pas (-mips%d) avec les modules précédents (-mips%d)" + +#: elf32-mips.c:2630 +#, c-format +msgid "%s: ISA mismatch (%d) with previous modules (%d)" +msgstr "%s: ISA ne concorde pas (%d) avec les modules précédents (%d)" + +#: elf32-mips.c:2653 +#, c-format +msgid "%s: ABI mismatch: linking %s module with previous %s modules" +msgstr "%s: ABI ne concorde pas: édition de lien du module %s avec les modules précédents %s" + +#: elf32-mips.c:2667 elf32-ppc.c:1477 elf64-sparc.c:2971 +#, c-format +msgid "%s: uses different e_flags (0x%lx) fields than previous modules (0x%lx)" +msgstr "%s: utilise differents champs e_flags (0x%lx) que les modules précédents (0x%lx)" + +#: elf32-mips.c:2698 +msgid " [abi=O32]" +msgstr " [abi=O32]" + +#: elf32-mips.c:2700 +msgid " [abi=O64]" +msgstr " [abi=O64]" + +#: elf32-mips.c:2702 +msgid " [abi=EABI32]" +msgstr " [abi=EABI32]" + +#: elf32-mips.c:2704 +msgid " [abi=EABI64]" +msgstr " [abi=EABI64]" + +#: elf32-mips.c:2706 +msgid " [abi unknown]" +msgstr " [abi inconnu]" + +#: elf32-mips.c:2708 +msgid " [abi=N32]" +msgstr " [abi=N32]" + +#: elf32-mips.c:2710 +msgid " [abi=64]" +msgstr " [abi=64]" + +#: elf32-mips.c:2712 +msgid " [no abi set]" +msgstr " [aucun jeu abi]" + +#: elf32-mips.c:2715 +msgid " [mips1]" +msgstr " [mips1]" + +#: elf32-mips.c:2717 +msgid " [mips2]" +msgstr " [mips2]" + +#: elf32-mips.c:2719 +msgid " [mips3]" +msgstr " [mips3]" + +#: elf32-mips.c:2721 +msgid " [mips4]" +msgstr " [mips4]" + +#: elf32-mips.c:2723 +msgid " [mips5]" +msgstr " [mips5]" + +#: elf32-mips.c:2725 +msgid " [mips32]" +msgstr " [mips32]" + +#: elf32-mips.c:2727 +msgid " [mips64]" +msgstr " [mips64]" + +#: elf32-mips.c:2729 +msgid " [unknown ISA]" +msgstr " [ISA inconnu]" + +#: elf32-mips.c:2732 +msgid " [32bitmode]" +msgstr " [mode 32 bits]" + +#: elf32-mips.c:2734 +msgid " [not 32bitmode]" +msgstr " [aucun mode 32 bits]" + +#: elf32-mips.c:4388 +msgid "static procedure (no name)" +msgstr "procédure statique (sans name)" + +#: elf32-mips.c:5005 elf64-alpha.c:4377 +msgid "%s: illegal section name `%s'" +msgstr "%s: nom illégal de section `%s'" + +#: elf32-mips.c:5570 +msgid "not enough GOT space for local GOT entries" +msgstr "pas suffisamment d'espace GOT pour les entrées locales GOT" + +#: elf32-mips.c:6686 +#, c-format +msgid "%s: %s+0x%lx: jump to stub routine which is not jal" +msgstr "%s: %s+0x%lx: saut vers la routine dans la partie du talon (stub) qui n'est pas jal" + +#: elf32-mips.c:7673 +#, c-format +msgid "Malformed reloc detected for section %s" +msgstr "Relocalisation mal composée détectée dans la section %s" + +#: elf32-mips.c:7750 +#, c-format +msgid "%s: CALL16 reloc at 0x%lx not against global symbol" +msgstr "%s: appel CALL16 de relocalisation à 0x%lx qui n'est pas pourun symbole global" + +#: elf32-ppc.c:1443 +#, c-format +msgid "%s: compiled with -mrelocatable and linked with modules compiled normally" +msgstr "%s: compilé avec -mrelocatable et fait l'édition de lien avec les modules compilés normalement" + +#: elf32-ppc.c:1451 +#, c-format +msgid "%s: compiled normally and linked with modules compiled with -mrelocatable" +msgstr "%s: compilé normalement et fait l'édition de lien avec les modules compilés avec -mrelocatable" + +#: elf32-ppc.c:1578 +#, c-format +msgid "%s: Unknown special linker type %d" +msgstr "%s: type d'édition spécial de lien inconnu %d" + +#: elf32-ppc.c:2245 elf32-ppc.c:2279 elf32-ppc.c:2314 +#, c-format +msgid "%s: relocation %s cannot be used when making a shared object" +msgstr "%s: relocalisation %s ne peut être utilisée lors de la création d'un objet partagé" + +#: elf32-ppc.c:3129 +#, c-format +msgid "%s: unknown relocation type %d for symbol %s" +msgstr "%s: type de relocalisation inconnue %d pour le symbole %s" + +#: elf32-ppc.c:3493 elf32-ppc.c:3514 elf32-ppc.c:3564 +#, c-format +msgid "%s: The target (%s) of a %s relocation is in the wrong output section (%s)" +msgstr "%s: la cible (%s) d'une relocalisation %s est dans la mauvaise section de sortie (%s)" + +#: elf32-ppc.c:3630 +#, c-format +msgid "%s: Relocation %s is not yet supported for symbol %s." +msgstr "%s: relocalisation %s n'est pas encore supporté pour le symbole %s." + +#: elf32-sh.c:1084 +#, c-format +msgid "%s: 0x%lx: warning: bad R_SH_USES offset" +msgstr "%s: 0x%lx: AVERTISSEMENT: mauvais décalage pour R_SH_USES" + +#: elf32-sh.c:1096 +#, c-format +msgid "%s: 0x%lx: warning: R_SH_USES points to unrecognized insn 0x%x" +msgstr "%s: 0x%lx: AVERTISSEMENT: R_SH_USES pointe vers un insn inconnu 0x%x " + +#: elf32-sh.c:1113 +#, c-format +msgid "%s: 0x%lx: warning: bad R_SH_USES load offset" +msgstr "%s: 0x%lx: AVERTISSEMENT: mauvais décalage de chargement R_SH_USES" + +#: elf32-sh.c:1128 +#, c-format +msgid "%s: 0x%lx: warning: could not find expected reloc" +msgstr "%s: 0x%lx: AVERTISSEMENT: ne peut repérer la relocalisation attendue" + +#: elf32-sh.c:1165 +#, c-format +msgid "%s: 0x%lx: warning: symbol in unexpected section" +msgstr "%s: 0x%lx: AVERTISSEMENT: symbole dans une section inattendue" + +#: elf32-sh.c:1287 +#, c-format +msgid "%s: 0x%lx: warning: could not find expected COUNT reloc" +msgstr "%s: 0x%lx: AVERTISSEMENT: ne peut repérer le compteur de relocalisation attendu" + +#: elf32-sh.c:1296 +msgid "%s: 0x%lx: warning: bad count" +msgstr "%s: 0x%lx: AVERTISSEMENT: mauvais décompte" + +#: elf32-sh.c:1689 elf32-sh.c:2076 +#, c-format +msgid "%s: 0x%lx: fatal: reloc overflow while relaxing" +msgstr "%s: 0x%lx: erreur fatale: débordement de relocalisation lors de relâches" + +#: elf32-sparc.c:1512 elf64-sparc.c:2262 +#, c-format +msgid "%s: probably compiled without -fPIC?" +msgstr "%s: probablement compilé sans -fPIC?" + +#: elf32-sparc.c:1962 +#, c-format +msgid "%s: compiled for a 64 bit system and target is 32 bit" +msgstr "%s: compilé pour un système à 64 bits et la cible est de 32 bits" + +#: elf32-sparc.c:1976 +#, c-format +msgid "%s: linking little endian files with big endian files" +msgstr "" +"%s: édition de liens pour des fichiers en système à octets de poids faibles\n" +"avec des fichiers pour des systèmes à octets de poids fort" + +#: elf32-v850.c:677 +#, c-format +msgid "Variable `%s' cannot occupy in multiple small data regions" +msgstr "Variable `%s' ne peut occuper de multiples petites régions de données" + +#: elf32-v850.c:680 +#, c-format +msgid "Variable `%s' can only be in one of the small, zero, and tiny data regions" +msgstr "Variable `%s' peut seulement être dans une région de données petite, zéro ou minuscule" + +#: elf32-v850.c:683 +#, c-format +msgid "Variable `%s' cannot be in both small and zero data regions simultaneously" +msgstr "Variable `%s' ne peut être dans une région de données petite et zéro à la fois" + +#: elf32-v850.c:686 +#, c-format +msgid "Variable `%s' cannot be in both small and tiny data regions simultaneously" +msgstr "Variable `%s' ne peut être dans une région de données petite et minuscule zéro à la fois" + +#: elf32-v850.c:689 +#, c-format +msgid "Variable `%s' cannot be in both zero and tiny data regions simultaneously" +msgstr "Variable `%s' ne peut être dans une région de données zéro et minuscule zéro à la fois" + +#: elf32-v850.c:1066 +msgid "FAILED to find previous HI16 reloc\n" +msgstr "ÉCHEC de repérage de la relocalisation précédente HI16\n" + +#: elf32-v850.c:1684 +msgid "could not locate special linker symbol __gp" +msgstr "ne peut repérer le symbole spécial d'édition de lien __gp" + +#: elf32-v850.c:1688 +msgid "could not locate special linker symbol __ep" +msgstr "ne peut repérer le symbole spécial d'édition de lien __ep" + +#: elf32-v850.c:1692 +msgid "could not locate special linker symbol __ctbp" +msgstr "ne peut repérer le symbole spécial d'édition de lien __ctbp" + +#: elf32-v850.c:1881 +#, c-format +msgid "%s: Architecture mismatch with previous modules" +msgstr "%s: l'architecture ne concorde pas avec les modules précédents" + +#: elf32-v850.c:1900 +msgid "private flags = %lx: " +msgstr "fanions privés = %lx" + +#: elf32-v850.c:1905 +msgid "v850 architecture" +msgstr "architecture v850" + +#: elf32-v850.c:1906 +msgid "v850e architecture" +msgstr "architecture v850e" + +#: elf32-v850.c:1907 +msgid "v850ea architecture" +msgstr "architecture v850ea" + +#: elf64-alpha.c:951 +msgid "GPDISP relocation did not find ldah and lda instructions" +msgstr "la relocalisation GPDISP n'a pas repéré les instructions ldah et lda" + +#: elf64-alpha.c:3014 +#, c-format +msgid "%s: .got subsegment exceeds 64K (size %d)" +msgstr "%s: le sous-segment .got excède 64K (taille %d)" + +#: elf64-sparc.c:1248 +#, c-format +msgid "%s: check_relocs: unhandled reloc type %d" +msgstr "%s: check_relocs: type de relocalisation non traitée %d" + +#: elf64-sparc.c:1285 +msgid "%s: Only registers %%g[2367] can be declared using STT_REGISTER" +msgstr "%s: seuls les registres %%g[2367] peuvent être déclarés en utilisant les registres STT_REGISTER" + +#: elf64-sparc.c:1305 +msgid "Register %%g%d used incompatibly: previously declared in %s to %s, in %s redefined to %s" +msgstr "Registre %%g%d utilisé de manière incompatible: déclaré précédemment dans %s vers %s, dans %s redéfini comme %s" + +#: elf64-sparc.c:1328 +#, c-format +msgid "Symbol `%s' has differing types: previously %s, REGISTER in %s" +msgstr "Symbole `%s' a des types qui diffèrent: précédemment %s, ENREGISTRÉ dans %s" + +#: elf64-sparc.c:1374 +#, c-format +msgid "Symbol `%s' has differing types: REGISTER in %s, %s in %s" +msgstr "Symbole `%s' a des types qui diffèrent: ENREGISTRÉ dans %s, %s dans %s" + +#: elf64-sparc.c:2952 +#, c-format +msgid "%s: linking UltraSPARC specific with HAL specific code" +msgstr "%s: édition de liens spécifiques pour UltraSPARC avec du code spécifique HAL" + +#: elf.c:325 +#, c-format +msgid "%s: invalid string offset %u >= %lu for section `%s'" +msgstr "%s: chaîne de décalage invalide %u >= %lu pour la section `%s'" + +#: elf.c:566 +msgid "\nProgram Header:\n" +msgstr "\nEn-tête de programme:\n" + +#: elf.c:614 +msgid "\nDynamic Section:\n" +msgstr "\nSection dynamique:\n" + +#: elf.c:743 +msgid "\nVersion definitions:\n" +msgstr "\nDéfinitions des versions:\n" + +#: elf.c:766 +msgid "\nVersion References:\n" +msgstr "\nRéférences de version:\n" + +#: elf.c:771 +#, c-format +msgid " required from %s:\n" +msgstr " requis par %s:\n" + +#: elf.c:1359 +#, c-format +msgid "%s: invalid link %lu for reloc section %s (index %u)" +msgstr "%s: lien invalide %lu pour la section de relocalisation %s (index %u)" + +#: elf.c:2113 +#, c-format +msgid "creating section symbol, name = %s, value = 0x%.8lx, index = %d, section = 0x%.8lx\n" +msgstr "création de la section des symboles, nom = %s, valeur = 0x%.8lx, index = %d, section = 0x%.8lx\n" + +#: elf.c:2716 +#, c-format +msgid "%s: Not enough room for program headers (allocated %u, need %u)" +msgstr "%s: pas suffisamment d'espace pour les en-têtes du programme (alloué %u, besoin de %u)" + +#: elf.c:2815 +#, c-format +msgid "%s: Not enough room for program headers, try linking with -N" +msgstr "%s: pas suffisamment d'espace pour les en-têtes du programme, essayer l'option -N" + +#: elf.c:2941 +#, c-format +msgid "Error: First section in segment (%s) starts at 0x%x" +msgstr "Erreur: première section dans le segment (%s) débute à 0x%x" + +#: elf.c:2944 +#, c-format +msgid " whereas segment starts at 0x%x" +msgstr " alors que le segment débute à 0x%x" + +#: elf.c:3217 +#, c-format +msgid "%s: warning: allocated section `%s' not in segment" +msgstr "%s: AVERTISSEMENT: section allouée `%s' n'est pas dans le segment" + +#: elf.c:3616 +msgid "%s: symbol `%s' required but not present" +msgstr "%s: symbole `%s' requis mais absent" + +#: elf.c:3625 +#, c-format +msgid "elf_symbol_from_bfd_symbol 0x%.8lx, name = %s, sym num = %d, flags = 0x%.8lx%s\n" +msgstr "elf_symbol_from_bfd_symbol 0x%.8lx, nom = %s, no. de symbole = %d, fanions = 0x%.8lx%s\n" + +#: elf.c:3866 +#, c-format +msgid "%s: warning: Empty loadable segment detected\n" +msgstr "%s: AVERTISSEMENT: segment chargeable vide détecté\n" + +#: elf.c:5213 +msgid "%s: unsupported relocation type %s" +msgstr "%s: type de relocalisation non supporté %s" + +#: elfcode.h:1084 +msgid "%s: version count (%ld) does not match symbol count (%ld)" +msgstr "%s: compteur de version (%ld) ne concorde pas avec le symbole du compteur (%ld)" + +#: elflink.c:432 +#, c-format +msgid "%s: Section %s is already to large to put hole of %ld bytes in" +msgstr "%s: section %s est déjà trop grande pour un faire un trou de %ld octets dans" + +#: elflink.h:1465 +#, c-format +msgid "%s: %s: invalid version %u (max %d)" +msgstr "%s: %s: version invalide %u (max %d)" + +#: elflink.h:1506 +#, c-format +msgid "%s: %s: invalid needed version %d" +msgstr "%s: %s: version requise invalide %d" + +#: elflink.h:1626 +#, c-format +msgid "Warning: size of symbol `%s' changed from %lu to %lu in %s" +msgstr "AVERTISSEMENT: taille du symbole `%s' a changé de %lu à %lu dans %s" + +#: elflink.h:1872 +msgid "%s: warning: unexpected redefinition of `%s'" +msgstr "%s: AVERTISSEMENT: redéfinition inattendue de `%s'" + +#: elflink.h:3659 +#, c-format +msgid "warning: type and size of dynamic symbol `%s' are not defined" +msgstr "AVERTISSEMENT: type et taille du symbole dynamique `%s' ne sont pas définis" + +#: elflink.h:3931 +#, c-format +msgid "%s: undefined versioned symbol name %s" +msgstr "%s: nom symbole avec version indéfinie %s" + +#: elflink.h:5180 +#, c-format +msgid "%s: could not find output section %s for input section %s" +msgstr "%s: ne peut repérer la section de sortie %s pour la section d'entrée %s" + +#: i386linux.c:450 m68klinux.c:454 sparclinux.c:452 +#, c-format +msgid "Output file requires shared library `%s'\n" +msgstr "La sortie requiert une ilbrairie partagée `%s'\n" + +#: i386linux.c:458 m68klinux.c:462 sparclinux.c:460 +#, c-format +msgid "Output file requires shared library `%s.so.%s'\n" +msgstr "Le fichier de sortie requiert une librairie partagée `%s.so.%s'\n" + +#: i386linux.c:646 i386linux.c:696 m68klinux.c:653 m68klinux.c:701 +#: sparclinux.c:649 sparclinux.c:699 +#, c-format +msgid "Symbol %s not defined for fixups\n" +msgstr "Symbole %s n'est pas défini pour les corrections\n" + +#: i386linux.c:720 m68klinux.c:725 sparclinux.c:723 +msgid "Warning: fixup count mismatch\n" +msgstr "AVERTISSEMENT: correction du compteur qui ne concordait pas\n" + +#: ieee.c:167 +#, c-format +msgid "%s: string too long (%d chars, max 65535)" +msgstr "%s: chaîne trop longue (%d caractères, max 65535)" + +#: ieee.c:297 +msgid "%s: unrecognized symbol `%s' flags 0x%x" +msgstr "%s: symbole non reconnue `%s' fanions 0x%x" + +#: ieee.c:793 +#, c-format +msgid "%s: unimplemented ATI record %u for symbol %u" +msgstr "%s: enregistrement ATI non implanté %u pour le symbole %u" + +#: ieee.c:818 +#, c-format +msgid "%s: unexpected ATN type %d in external part" +msgstr "%s: type ATN inattendu %d dans la partie externe" + +#: ieee.c:840 +msgid "%s: unexpected type after ATN" +msgstr "%s: type inattendu après ATN" + +#: ihex.c:259 +#, c-format +msgid "%s:%d: unexpected character `%s' in Intel Hex file\n" +msgstr "%s:%d: caractères inattendue `%s' dans le fichier Intel hexadécimal\n" + +#: ihex.c:369 +#, c-format +msgid "%s:%d: bad checksum in Intel Hex file (expected %u, found %u)" +msgstr "%s:%d: somme de contrôle erronée dans le fichier Intel hexadécimal (attendu %u, obtenu %u)" + +#: ihex.c:421 +#, c-format +msgid "%s:%d: bad extended address record length in Intel Hex file" +msgstr "%s:%d: longueur erronée de l'enregistrement d'adresse étendue dans le fichier Intel hexadécimal" + +#: ihex.c:438 +#, c-format +msgid "%s:%d: bad extended start address length in Intel Hex file" +msgstr "%s:%d: longueur erronée d'adresse étendue de début dans le fichier Intel hexadécimal" + +#: ihex.c:455 +#, c-format +msgid "%s:%d: bad extended linear address record length in Intel Hex file" +msgstr "%s:%d: longueur erronée de l'enregistrement d'adresse étendue linéaire dans le fichier Intel hexadécimal" + +#: ihex.c:472 +#, c-format +msgid "%s:%d: bad extended linear start address length in Intel Hex file" +msgstr "%s:%d: longueur erronée d'adresse étendue linéraire de début dans le fichier Intel hexadécimal" + +#: ihex.c:489 +#, c-format +msgid "%s:%d: unrecognized ihex type %u in Intel Hex file\n" +msgstr "%s:%d: type ihex non reconnu %u dans le fichier Intel hexadécimal\n" + +#: ihex.c:609 +#, c-format +msgid "%s: internal error in ihex_read_section" +msgstr "%s: erreur interne dans ihex_read_section" + +#: ihex.c:644 +#, c-format +msgid "%s: bad section length in ihex_read_section" +msgstr "%s: longuer erronée de section dans ihex_read_section" + +#: ihex.c:858 +#, c-format +msgid "%s: address 0x%s out of range for Intex Hex file" +msgstr "%s: adresse 0x%s hors gamme pour le fichier Intel hexadécimal" + +#: libbfd.c:471 +#, c-format +msgid "not mapping: data=%lx mapped=%d\n" +msgstr "pas de table de projection: données=%lx adresse de la table=%d\n" + +#: libbfd.c:474 +msgid "not mapping: env var not set\n" +msgstr "pas de table de projection: variable d'environnement pas initialisée\n" + +#: libbfd.c:1370 +#, c-format +msgid "%s: compiled for a big endian system and target is little endian" +msgstr "" +"%s: compilé pour un système à octets de poids fort alors que la cible\n" +"est un système à octets de poids faible" + +#: libbfd.c:1372 +#, c-format +msgid "%s: compiled for a little endian system and target is big endian" +msgstr "" +"%s: compilé pour un système à octets de poids faible alors que la cible\n" +"est un système à octets de poids fort" + +#: linker.c:2678 +#, c-format +msgid "Attempt to do relocateable link with %s input and %s output" +msgstr "Tentative de relocalisation d'un lien avec %s à l'entrée et %s à la sortie" + +#: oasys.c:1016 +msgid "%s: can not represent section `%s' in oasys" +msgstr "%s: ne peut représenter la section `%s' dans oasis" + +#: osf-core.c:146 +#, c-format +msgid "Unhandled OSF/1 core file section type %d\n" +msgstr "Type de section de fichier core OSF/1 non traité %d\n" + +#. XXX code yet to be written. +#: peicode.h:807 +#, c-format +msgid "%s: Unhandled import type; %x" +msgstr "%s: type d'importation non traitée; %x" + +#: peicode.h:812 +msgid "%s: Unrecognised import type; %x" +msgstr "%s: type d'importation non reconnu; %x" + +#: peicode.h:826 +msgid "%s: Unrecognised import name type; %x" +msgstr "%s: type de nom d'importation non reconnu: %x" + +#: peicode.h:1183 +#, c-format +msgid "%s: Unrecognised machine type (0x%x) in Import Library Format archive" +msgstr "%s: type de machine non reconnue (0x%x) dans l'archive de librairie d'importation" + +#: peicode.h:1195 +#, c-format +msgid "%s: Recognised but unhandled machine type (0x%x) in Import Library Format archive" +msgstr "%s: type de machine reconnue mais non traitée (0x%x) dans l'archive da la librairie de formats d'importation" + +#: peicode.h:1212 +#, c-format +msgid "%s: size field is zero in Import Library Format header" +msgstr "%s: taille du champ est zéro dans l'en-tête de la librairie de formats d'importation" + +#: peicode.h:1240 +#, c-format +msgid "%s: string not null terminated in ILF object file." +msgstr "%s: chaîne n'est pas terminée par un nulle dans le fichier objet ILF." + +#: peigen.c:993 +#, c-format +msgid "%s: line number overflow: 0x%lx > 0xffff" +msgstr "%s: débordement du nombre de lignes: 0x%lx > 0xffff" + +#: peigen.c:1011 +#, c-format +msgid "%s: reloc overflow 1: 0x%lx > 0xffff" +msgstr "%s: débordement de la relocalisation 1: 0x%lx > 0xffff" + +#: peigen.c:1024 +msgid "Export Directory [.edata (or where ever we found it)]" +msgstr "Répertoire d'exportation [.edata (ou là où il a été repéré)]" + +#: peigen.c:1025 +msgid "Import Directory [parts of .idata]" +msgstr "Répertoire d'importation [faisant partie de .idata]" + +#: peigen.c:1026 +msgid "Resource Directory [.rsrc]" +msgstr "Répertoire des resources [.rsrc]" + +#: peigen.c:1027 +msgid "Exception Directory [.pdata]" +msgstr "Répertoire des exceptions [.pdata]" + +#: peigen.c:1028 +msgid "Security Directory" +msgstr "Répertoire de la sécurité" + +#: peigen.c:1029 +msgid "Base Relocation Directory [.reloc]" +msgstr "Répertoire de base de relocalisation [.reloc]" + +#: peigen.c:1030 +msgid "Debug Directory" +msgstr "Répertoire de débug" + +#: peigen.c:1031 +msgid "Description Directory" +msgstr "Répertoire de description" + +#: peigen.c:1032 +msgid "Special Directory" +msgstr "Répertoire spécial" + +#: peigen.c:1033 MRO +msgid "Thread Storage Directory [.tls]" +msgstr "Répertoire des files de stockage [.tls]" + +#: peigen.c:1034 +msgid "Load Configuration Directory" +msgstr "Répertoire de chargement de configuration" + +#: peigen.c:1035 +msgid "Bound Import Directory" +msgstr "Répertoire des importations limitées" + +#: peigen.c:1036 +msgid "Import Address Table Directory" +msgstr "Répertoire de la table d'adresse d'importation" + +#: peigen.c:1037 +msgid "Delay Import Directory" +msgstr "Répertoire des délais d'importation" + +#: peigen.c:1038 peigen.c:1039 +msgid "Reserved" +msgstr "Réservé" + +#: peigen.c:1103 +msgid "\nThere is an import table, but the section containing it could not be found\n" +msgstr "\nIl y a une table d'importation, mais la section la contenant ne peut être repérée\n" + +#: peigen.c:1108 +#, c-format +msgid "\nThere is an import table in %s at 0x%lx\n" +msgstr "\nIl y a une table d'importation dans %s à 0x%lx\n" + +#: peigen.c:1147 +#, c-format +msgid "\nFunction descriptor located at the start address: %04lx\n" +msgstr "\nDescripteur de fonction localisé à l'adresse de départ: %04lx\n" + +#: peigen.c:1150 +#, c-format +msgid "\tcode-base %08lx toc (loadable/actual) %08lx/%08lx\n" +msgstr "\tcode-base %08lx tab. des entrées (chargeable/actuel) %08lx/%08lx\n" + +#: peigen.c:1156 +msgid "\nNo reldata section! Function descriptor not decoded.\n" +msgstr "\nPas de section reldata! Descripteur de fonction n'a pas été décodé.\n" + +#: peigen.c:1161 +#, c-format +msgid "\nThe Import Tables (interpreted %s section contents)\n" +msgstr "\nLes tables d'importation (contenus interprétés de la section %s)\n" + +#: peigen.c:1164 MRO +msgid " vma: Hint Time Forward DLL First\n" +msgstr " vma: Hint Heure Forward DLL Premier\n" + +#: peigen.c:1166 MRO +msgid " Table Stamp Chain Name Thunk\n" +msgstr " Table Tampon Chaîne Nom Thunk\n" + +#: peigen.c:1216 +msgid "\n\tDLL Name: %s\n" +msgstr "\n\tNom DLL: %s\n" + +#: peigen.c:1220 peigen.c:1283 MRO +msgid "\tvma: Hint/Ord Member-Name\n" +msgstr "\tvma: Hint/Nom-de-membre nombre ordinal\n" + +#: peigen.c:1282 +msgid "\tThe Import Address Table (difference found)\n" +msgstr "\tL'adresse de la table d'importation (différence détectée)\n" + +#: peigen.c:1289 +msgid "\t>>> Ran out of IAT members!\n" +msgstr "\t>>> membres IAT tous utilisés!\n" + +#: peigen.c:1308 +msgid "\tThe Import Address Table is identical\n" +msgstr "\tL'adresse de la table d'importation est identique\n" + +#: peigen.c:1381 +msgid "\nThere is an export table, but the section containing it could not be found\n" +msgstr "\nIl y a une table d'exportation, mais la section la contenant n'a pu être repérée\n" + +#: peigen.c:1386 +#, c-format +msgid "\nThere is an export table in %s at 0x%lx\n" +msgstr "\nIl y a une table d'exportation dans %s à 0x%lx\n" + +#: peigen.c:1417 +#, c-format +msgid "\nThe Export Tables (interpreted %s section contents)\n\n" +msgstr "\nLes tables d'exportation (contenus interprétés de la section %s)\n\n" + +#: peigen.c:1421 +#, c-format +msgid "Export Flags \t\t\t%lx\n" +msgstr "Fanion d'exportation \t\t\t%lx\n" + +#: peigen.c:1424 +#, c-format +msgid "Time/Date stamp \t\t%lx\n" +msgstr "Tampon Heure/Date \t\t%lx\n" + +#: peigen.c:1427 +#, c-format +msgid "Major/Minor \t\t\t%d/%d\n" +msgstr "Majeur/Mineur \t\t\t%d/%d\n" + +#: peigen.c:1430 +msgid "Name \t\t\t\t" +msgstr "Nom \t\t\t\t" + +#: peigen.c:1436 +#, c-format +msgid "Ordinal Base \t\t\t%ld\n" +msgstr "base de nombre ordinal \t\t\t%ld\n" + +#: peigen.c:1439 +msgid "Number in:\n" +msgstr "Numéro dans:\n" + +#: peigen.c:1442 +#, c-format +msgid "\tExport Address Table \t\t%08lx\n" +msgstr "\tTable d'adresses d'exportation \t\t%08lx\n" + +#: peigen.c:1446 +#, c-format +msgid "\t[Name Pointer/Ordinal] Table\t%08lx\n" +msgstr "\tTable de noms [Pointeur/Nombre ordinal]\t%08lx\n" + +#: peigen.c:1449 +msgid "Table Addresses\n" +msgstr "Table d'adresses\n" + +#: peigen.c:1452 +msgid "\tExport Address Table \t\t" +msgstr "\tTable d'adresse d'exportation \t\t" + +#: peigen.c:1457 +msgid "\tName Pointer Table \t\t" +msgstr "\tTable des noms de pointeurs \t\t" + +#: peigen.c:1462 +msgid "\tOrdinal Table \t\t\t" +msgstr "\tTable des ordinals \t\t\t" + +#: peigen.c:1476 +#, c-format +msgid "\nExport Address Table -- Ordinal Base %ld\n" +msgstr "\nTable d'adresses d'exportation -- base de nombre ordinal %ld\n" + +#: peigen.c:1495 +msgid "Forwarder RVA" +msgstr "Adresseur RVA" + +#: peigen.c:1506 +msgid "Export RVA" +msgstr "Exportation RVA" + +#: peigen.c:1513 +msgid "\n[Ordinal/Name Pointer] Table\n" +msgstr "\nTable [Ordinal/Nom de pointeurs]\n" + +#: peigen.c:1568 +#, c-format +msgid "Warning, .pdata section size (%ld) is not a multiple of %d\n" +msgstr "AVERTISSEMENT, taille de la section .pdata (%ld) n'est pas un multiple de %d\n" + +#: peigen.c:1572 +msgid "\nThe Function Table (interpreted .pdata section contents)\n" +msgstr "\nLa table de fonctions (interprétation du contenu de la section .pdata)\n" + +#: peigen.c:1575 +msgid " vma:\t\t\tBegin Address End Address Unwind Info\n" +msgstr " vma:\t\t\tDébut Adresse Fin Adresse Unwind Info\n" + +#: peigen.c:1578 +msgid " vma:\t\tBegin End EH EH PrologEnd Exception\n" +msgstr " vma:\t\tDébut Fin EH EH FinProlog Exception\n" + +#: peigen.c:1580 +msgid " \t\tAddress Address Handler Data Address Mask\n" +msgstr " \t\tAdresse Adresse Routine Données Adresse Masque\n" + +#: peigen.c:1652 +msgid " Register save millicode" +msgstr " Registre a préservé le millicode" + +#: peigen.c:1655 +msgid " Register restore millicode" +msgstr " Registre a restauré le millicode" + +#: peigen.c:1658 +msgid " Glue code sequence" +msgstr " Séquence du code de liants" + +#: peigen.c:1709 +msgid "\n\nPE File Base Relocations (interpreted .reloc section contents)\n" +msgstr "\n\nFichier de base des relocalisation PE (contenus interprétés de la section .reloc)\n" + +#: peigen.c:1744 +#, c-format +msgid "\nVirtual Address: %08lx Chunk size %ld (0x%lx) Number of fixups %ld\n" +msgstr "\nAdresse virtuelle: %08lx taille des morceaux %ld (0x%lx) nombre de correctifs %ld\n" + +#: peigen.c:1757 +#, c-format +msgid "\treloc %4d offset %4x [%4lx] %s" +msgstr "\trelocalisation %4d décalage %4x [%4lx] %s" + +#. The MS dumpbin program reportedly ands with 0xff0f before +#. printing the characteristics field. Not sure why. No reason to +#. emulate it here. +#: peigen.c:1796 +#, c-format +msgid "\nCharacteristics 0x%x\n" +msgstr "\nCaractéristiques 0x%x\n" + +#: pe-mips.c:653 +#, c-format +msgid "%s: `ld -r' not supported with PE MIPS objects\n" +msgstr "%s: `ld -r' non supporté avec les objets PE MIPS\n" + +#. OK, at this point the following variables are set up: +#. src = VMA of the memory we're fixing up +#. mem = pointer to memory we're fixing up +#. val = VMA of what we need to refer to +#. +#: pe-mips.c:789 +msgid "%s: unimplemented %s\n" +msgstr "%s: non implanté %s\n" + +#: pe-mips.c:815 +#, c-format +msgid "%s: jump too far away\n" +msgstr "%s: le saut va trop loin\n" + +#: pe-mips.c:842 +#, c-format +msgid "%s: bad pair/reflo after refhi\n" +msgstr "%s: pairage erronée pair/reflo après refhi\n" + +#: ppcboot.c:422 +msgid "\nppcboot header:\n" +msgstr "\nEn-têtes ppcboot:\n" + +#: ppcboot.c:423 +#, c-format +msgid "Entry offset = 0x%.8lx (%ld)\n" +msgstr "Décalage de l'entrée= 0x%.8lx (%ld)\n" + +#: ppcboot.c:424 +msgid "Length = 0x%.8lx (%ld)\n" +msgstr "Longueur = 0x%.8lx (%ld)\n" + +#: ppcboot.c:427 +#, c-format +msgid "Flag field = 0x%.2x\n" +msgstr "Champ de fanion = 0x%.2x\n" + +#: ppcboot.c:433 +#, c-format +msgid "Partition name = \"%s\"\n" +msgstr "Nom de partition = \"%s\"\n" + +#: ppcboot.c:452 +#, c-format +msgid "\nPartition[%d] start = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n" +msgstr "\nDébut de partition[%d] = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n" + +#: ppcboot.c:458 +#, c-format +msgid "Partition[%d] end = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n" +msgstr "Fin de la partition[%d] = { 0x%.2x, 0x%.2x, 0x%.2x, 0x%.2x }\n" + +#: ppcboot.c:464 +#, c-format +msgid "Partition[%d] sector = 0x%.8lx (%ld)\n" +msgstr "Secteur de la partition[%d] = 0x%.8lx (%ld)\n" + +#: ppcboot.c:465 +#, c-format +msgid "Partition[%d] length = 0x%.8lx (%ld)\n" +msgstr "Longueur de la partition[%d] = 0x%.8lx (%ld)\n" + +#: som.c:5355 +msgid "som_sizeof_headers unimplemented" +msgstr "som_sizeof_headers non implanté" + +#: srec.c:300 +#, c-format +msgid "%s:%d: Unexpected character `%s' in S-record file\n" +msgstr "%s:%d: caractère inattendue `%s' dans le fichier S-record\n" + +#: syms.c:968 +msgid "Unsupported .stab relocation" +msgstr "Relocalisation du .stab non supporté" + +#: vms-gsd.c:354 +msgid "bfd_make_section (%s) failed" +msgstr "Échec de bfd_make_section (%s)" + +#: vms-gsd.c:368 +#, c-format +msgid "bfd_set_section_flags (%s, %x) failed" +msgstr "bfd_set_section_flags (%s, %x) a échoué" + +#: vms-gsd.c:404 +#, c-format +msgid "Size mismatch section %s=%lx, %s=%lx" +msgstr "Taille de section ne concorde pas %s=%lx, %s=%lx" + +#: vms-gsd.c:699 +msgid "unknown gsd/egsd subtype %d" +msgstr "sous type gsd/egsd inconnu %d" + +#: vms-hdr.c:403 +msgid "Object module NOT error-free !\n" +msgstr "Module objet N'EST PAS sans erreur !\n" + +#: vms-misc.c:539 +#, c-format +msgid "Stack overflow (%d) in _bfd_vms_push" +msgstr "Débordement de la pile (%d) dans _bfd_vms_push" + +#: vms-misc.c:557 +msgid "Stack underflow in _bfd_vms_pop" +msgstr "Sous dépilage de la pile dans _bfd_vms_pop" + +#: vms-misc.c:915 +msgid "_bfd_vms_output_counted called with zero bytes" +msgstr "_bfd_vms_output_counted appelé avec un compte de zéro octet" + +#: vms-misc.c:920 +msgid "_bfd_vms_output_counted called with too many bytes" +msgstr "_bfd_vms_output_counted appelé avec trop d'octets" + +#: vms-misc.c:1051 +#, c-format +msgid "Symbol %s replaced by %s\n" +msgstr "Symbole %s remplacé par %s\n" + +#: vms-misc.c:1113 +msgid "failed to enter %s" +msgstr "échec d'insertion de %s" + +#: vms-tir.c:68 +msgid "No Mem !" +msgstr "Mémoire épuisée!" + +#: vms-tir.c:302 +msgid "Bad section index in ETIR_S_C_STA_PQ" +msgstr "Index de section erronée dans ETIR_S_C_STA_PQ" + +#: vms-tir.c:317 +msgid "Unsupported STA cmd %d" +msgstr "Commande STA non supportée %d" + +#: vms-tir.c:322 vms-tir.c:1274 +#, c-format +msgid "Reserved STA cmd %d" +msgstr "Commande STA réservée %d" + +#: vms-tir.c:428 +#, c-format +msgid "ETIR_S_C_STO_GBL: no symbol \"%s\"" +msgstr "ETIR_S_C_STO_GBL: pas de symbole \"%s\"" + +#: vms-tir.c:449 +#, c-format +msgid "ETIR_S_C_STO_CA: no symbol \"%s\"" +msgstr "ETIR_S_C_STO_CA: pas de symbole \"%s\"" + +#: vms-tir.c:462 +msgid "ETIR_S_C_STO_RB/AB: Not supported" +msgstr "ETIR_S_C_STO_RB/AB: non supporté" + +#: vms-tir.c:520 +msgid "ETIR_S_C_STO_LP_PSB: Not supported" +msgstr "ETIR_S_C_STO_LP_PSB: non supporté" + +#: vms-tir.c:526 +msgid "ETIR_S_C_STO_HINT_GBL: not implemented" +msgstr "ETIR_S_C_STO_HINT_GBL: pas implanté" + +#: vms-tir.c:532 +msgid "ETIR_S_C_STO_HINT_PS: not implemented" +msgstr "ETIR_S_C_STO_HINT_PS: pas implanté" + +#: vms-tir.c:536 vms-tir.c:1446 +#, c-format +msgid "Reserved STO cmd %d" +msgstr "Commande STO réservée %d" + +#: vms-tir.c:649 +msgid "ETIR_S_C_OPR_INSV: Not supported" +msgstr "ETIR_S_C_OPR_INSV: non supporté" + +#: vms-tir.c:667 +msgid "ETIR_S_C_OPR_USH: Not supported" +msgstr "ETIR_S_C_OPR_USH: non supporté" + +#: vms-tir.c:673 +msgid "ETIR_S_C_OPR_ROT: Not supported" +msgstr "ETIR_S_C_OPR_ROT: non supporté" + +#: vms-tir.c:692 +msgid "ETIR_S_C_OPR_REDEF: Not supported" +msgstr "ETIR_S_C_OPR_REDEF: non supporté" + +#: vms-tir.c:698 +msgid "ETIR_S_C_OPR_DFLIT: Not supported" +msgstr "ETIR_S_C_OPR_DFLIT: non supporté" + +#: vms-tir.c:702 vms-tir.c:1641 +#, c-format +msgid "Reserved OPR cmd %d" +msgstr "Commande OPR réservée %d" + +#: vms-tir.c:770 vms-tir.c:1710 +#, c-format +msgid "Reserved CTL cmd %d" +msgstr "Commande CTL réservée %d" + +#: vms-tir.c:798 +msgid "ETIR_S_C_STC_LP: not supported" +msgstr "ETIR_S_C_STC_LP: non supporté" + +#: vms-tir.c:816 +msgid "ETIR_S_C_STC_GBL: not supported" +msgstr "ETIR_S_C_STC_GBL: non supporté" + +#: vms-tir.c:824 +msgid "ETIR_S_C_STC_GCA: not supported" +msgstr "ETIR_S_C_STC_GCA: non supporté" + +#: vms-tir.c:833 +msgid "ETIR_S_C_STC_PS: not supported" +msgstr "ETIR_S_C_STC_PS: non supporté" + +#. +#. * stack byte from image +#. * arg: - +#. * +#. +#: vms-tir.c:1174 +msgid "Stack-from-image not implemented" +msgstr "Stack-from-image non implanté" + +#: vms-tir.c:1194 +msgid "Stack-entry-mask not fully implemented" +msgstr "Stack-entry-mask pas complètement implanté" + +#. +#. * compare procedure argument +#. * arg: cs symbol name +#. * by argument index +#. * da argument descriptor +#. * +#. * compare argument descriptor with symbol argument (ARG$V_PASSMECH) +#. * and stack TRUE (args match) or FALSE (args dont match) value +#. +#: vms-tir.c:1210 +msgid "PASSMECH not fully implemented" +msgstr "PASSMECH pas complètement implanté" + +#: vms-tir.c:1230 +msgid "Stack-local-symbol not fully implemented" +msgstr "Stack-local-symbol pas complètement implanté" + +#: vms-tir.c:1245 +msgid "Stack-literal not fully implemented" +msgstr "Stack-literal pas complètement implanté" + +#: vms-tir.c:1267 +msgid "Stack-local-symbol-entry-point-mask not fully implemented" +msgstr "Stack-local-symbol-entry-point-mask pas complètement implanté" + +#: vms-tir.c:1442 +#, c-format +msgid "Unimplemented STO cmd %d" +msgstr "Commande STO non implantée %d" + +#: vms-tir.c:1581 +msgid "TIR_S_C_OPR_ASH incomplete" +msgstr "TIR_S_C_OPR_ASH incomplète" + +#: vms-tir.c:1595 +msgid "TIR_S_C_OPR_USH incomplete" +msgstr "TIR_S_C_OPR_USH incomplète" + +#: vms-tir.c:1609 +msgid "TIR_S_C_OPR_ROT incomplete" +msgstr "TIR_S_C_OPR_ROT incomplète" + +#. +#. * redefine symbol to current location +#. +#: vms-tir.c:1630 +msgid "TIR_S_C_OPR_REDEF not supported" +msgstr "TIR_S_C_OPR_REDEF non supporté" + +#. +#. * define a literal +#. +#: vms-tir.c:1637 +msgid "TIR_S_C_OPR_DFLIT not supported" +msgstr "TIR_S_C_OPR_DFLIT non supporté" + +#: vms-tir.c:1691 +msgid "TIR_S_C_CTL_DFLOC not fully implemented" +msgstr "TIR_S_C_CTL_DFLOC pas complètement implanté" + +#: vms-tir.c:1699 +msgid "TIR_S_C_CTL_STLOC not fully implemented" +msgstr "TIR_S_C_CTL_STLOC pas complètement implanté" + +#: vms-tir.c:1707 +msgid "TIR_S_C_CTL_STKDL not fully implemented" +msgstr "TIR_S_C_CTL_STKDL n'est pas complètement implanté" + +#: vms-tir.c:1761 +msgid "Obj code %d not found" +msgstr "Code objet %d non repéré" + +#: vms-tir.c:2102 +#, c-format +msgid "SEC_RELOC with no relocs in section %s" +msgstr "SEC_RELOC sans relocalisation dans la section %s" + +#: vms-tir.c:2376 +msgid "Unhandled relocation %s" +msgstr "Relocalisation non traitée: %s" + +#: xcofflink.c:1634 +#, c-format +msgid "%s: `%s' has line numbers but no enclosing section" +msgstr "%s: `%s' contient des numéros de lignes mais de section de fermeture" + +#: xcofflink.c:1686 +#, c-format +msgid "%s: class %d symbol `%s' has no aux entries" +msgstr "%s: classe %d symbole `%s' n'a pas d'entrée auxiliaire" + +#: xcofflink.c:1709 +#, c-format +msgid "%s: symbol `%s' has unrecognized csect type %d" +msgstr "%s: symbole `%s' a un type csect non reconnu %d" + +#: xcofflink.c:1721 +#, c-format +msgid "%s: bad XTY_ER symbol `%s': class %d scnum %d scnlen %d" +msgstr "%s: symbole XTY_ER erroné `%s': classe %d scnum %d scnlen %d" + +#: xcofflink.c:1760 +#, c-format +msgid "%s: XMC_TC0 symbol `%s' is class %d scnlen %d" +msgstr "%s: XMC_TC0 symbol `%s' est la classe %d scnlen %d" + +#: xcofflink.c:1883 +#, c-format +msgid "%s: symbol `%s' has unrecognized smclas %d" +msgstr "%s: symbole `%s' a une classe smclas non reconnue %d" + +#: xcofflink.c:1902 +msgid "%s: csect `%s' not in enclosing section" +msgstr "%s: csect `%s' n'est pas dans un section fermée" + +#: xcofflink.c:2006 +#, c-format +msgid "%s: misplaced XTY_LD `%s'" +msgstr "%s: XTY_LD mal placé `%s'" + +#: xcofflink.c:2317 +#, c-format +msgid "%s: reloc %s:%d not in csect" +msgstr "%s: relocalisation %s:%d n'est pas dans csect" + +#: xcofflink.c:2452 +#, c-format +msgid "%s: XCOFF shared object when not producing XCOFF output" +msgstr "%s: objet XCOFF partagé sans être en production de sortie XCOFF" + +#: xcofflink.c:2473 +#, c-format +msgid "%s: dynamic object with no .loader section" +msgstr "%s: objet dynamique sans section .loader" + +#: xcofflink.c:3113 +msgid "%s: no such symbol" +msgstr "%s: pas de tel symbole" + +#: xcofflink.c:3704 +#, c-format +msgid "warning: attempt to export undefined symbol `%s'" +msgstr "AVERTISSEMENT: tentative d'exportation d'un symbole indéfini `%s'" + +#: xcofflink.c:4698 +#, c-format +msgid "TOC overflow: 0x%lx > 0x10000; try -mminimal-toc when compiling" +msgstr "Débordement de la table des entrées: 0x%lx > 0x10000; essayer l'option -mminimal-toc" + +#: xcofflink.c:5523 xcofflink.c:5879 xcofflink.c:5916 xcofflink.c:6233 +msgid "%s: loader reloc in unrecognized section `%s'" +msgstr "%s: chargeur de relocalisation dans une section non reconnnue `%s'" + +#: xcofflink.c:5545 xcofflink.c:6244 +#, c-format +msgid "%s: `%s' in loader reloc but not loader sym" +msgstr "%s: `%s' est dans le chargeur de relocalisation mais pas dans celui des symboles" + +#: xcofflink.c:5560 +msgid "%s: loader reloc in read-only section %s" +msgstr "%s: chargeur de relocalisation dans un section en lecture seulement %s" + +#: xcofflink.c:6440 +msgid "%s: unsupported relocation type 0x%02x" +msgstr "%s: type de relocalisation non supporté 0x%02x" + +#: xcofflink.c:6486 +#, c-format +msgid "%s: TOC reloc at 0x%x to symbol `%s' with no TOC entry" +msgstr "%s: table des matières des relocalisation à 0x%x pour les symboles `%s' sans aucune entrée dans la table des matières" diff --git a/binutils/ChangeLog b/binutils/ChangeLog index fe4b549b33..c6eb5aeef7 100644 --- a/binutils/ChangeLog +++ b/binutils/ChangeLog @@ -1,3 +1,10 @@ +2001-11-02 Nick Clifton + + * configure.in (ALL_LINGUAS): Add "fr" and "tr". + * configure: Regernate. + * po/fr.po: New file. + * po/tr.po: New file. + 2001-10-30 Hans-Peter Nilsson * MAINTAINERS: Add self as MMIX port maintainer. diff --git a/binutils/configure b/binutils/configure index fe578394f1..2268453ef5 100755 --- a/binutils/configure +++ b/binutils/configure @@ -53,7 +53,6 @@ program_suffix=NONE program_transform_name=s,x,x, silent= site= -sitefile= srcdir= target=NONE verbose= @@ -168,7 +167,6 @@ Configuration: --help print this message --no-create do not create output files --quiet, --silent do not print \`checking...' messages - --site-file=FILE use FILE as the site file --version print the version of autoconf that created configure Directory and file names: --prefix=PREFIX install architecture-independent files in PREFIX @@ -339,11 +337,6 @@ EOF -site=* | --site=* | --sit=*) site="$ac_optarg" ;; - -site-file | --site-file | --site-fil | --site-fi | --site-f) - ac_prev=sitefile ;; - -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*) - sitefile="$ac_optarg" ;; - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) @@ -509,16 +502,12 @@ fi srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` # Prefer explicitly selected file to automatically selected ones. -if test -z "$sitefile"; then - if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" - fi +if test -z "$CONFIG_SITE"; then + if test "x$prefix" != xNONE; then + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" + else + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi -else - CONFIG_SITE="$sitefile" fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then @@ -557,12 +546,12 @@ else fi echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 -echo "configure:561: checking for Cygwin environment" >&5 +echo "configure:550: checking for Cygwin environment" >&5 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:566: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cygwin=yes else @@ -590,19 +579,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6 CYGWIN= test "$ac_cv_cygwin" = yes && CYGWIN=yes echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 -echo "configure:594: checking for mingw32 environment" >&5 +echo "configure:583: checking for mingw32 environment" >&5 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:595: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_mingw32=yes else @@ -667,7 +656,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:671: checking host system type" >&5 +echo "configure:660: checking host system type" >&5 host_alias=$host case "$host_alias" in @@ -688,7 +677,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6 -echo "configure:692: checking target system type" >&5 +echo "configure:681: checking target system type" >&5 target_alias=$target case "$target_alias" in @@ -706,7 +695,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$target" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:710: checking build system type" >&5 +echo "configure:699: checking build system type" >&5 build_alias=$build case "$build_alias" in @@ -730,7 +719,7 @@ test "$host_alias" != "$target_alias" && echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 -echo "configure:734: checking for strerror in -lcposix" >&5 +echo "configure:723: checking for strerror in -lcposix" >&5 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -738,7 +727,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lcposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:742: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -785,7 +774,7 @@ BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:789: checking for a BSD compatible install" >&5 +echo "configure:778: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -838,7 +827,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:842: checking whether build environment is sane" >&5 +echo "configure:831: checking whether build environment is sane" >&5 # Just in case sleep 1 echo timestamp > conftestfile @@ -895,7 +884,7 @@ test "$program_suffix" != NONE && test "$program_transform_name" = "" && program_transform_name="s,x,x," echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:899: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:888: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -941,7 +930,7 @@ EOF missing_dir=`cd $ac_aux_dir && pwd` echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 -echo "configure:945: checking for working aclocal" >&5 +echo "configure:934: checking for working aclocal" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -954,7 +943,7 @@ else fi echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 -echo "configure:958: checking for working autoconf" >&5 +echo "configure:947: checking for working autoconf" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -967,7 +956,7 @@ else fi echo $ac_n "checking for working automake""... $ac_c" 1>&6 -echo "configure:971: checking for working automake" >&5 +echo "configure:960: checking for working automake" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -980,7 +969,7 @@ else fi echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 -echo "configure:984: checking for working autoheader" >&5 +echo "configure:973: checking for working autoheader" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -993,7 +982,7 @@ else fi echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 -echo "configure:997: checking for working makeinfo" >&5 +echo "configure:986: checking for working makeinfo" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1079,7 +1068,7 @@ fi # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1083: checking for $ac_word" >&5 +echo "configure:1072: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1109,7 +1098,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1113: checking for $ac_word" >&5 +echo "configure:1102: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1160,7 +1149,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1164: checking for $ac_word" >&5 +echo "configure:1153: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1192,7 +1181,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1196: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1185: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1203,12 +1192,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1207 "configure" +#line 1196 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1212: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1201: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1234,12 +1223,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1238: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1227: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1243: checking whether we are using GNU C" >&5 +echo "configure:1232: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1248,7 +1237,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1252: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1241: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1267,7 +1256,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1271: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1260: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1310,7 +1299,7 @@ ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 -echo "configure:1314: checking for ld used by GCC" >&5 +echo "configure:1303: checking for ld used by GCC" >&5 case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -1340,10 +1329,10 @@ echo "configure:1314: checking for ld used by GCC" >&5 esac elif test "$with_gnu_ld" = yes; then echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 -echo "configure:1344: checking for GNU ld" >&5 +echo "configure:1333: checking for GNU ld" >&5 else echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 -echo "configure:1347: checking for non-GNU ld" >&5 +echo "configure:1336: checking for non-GNU ld" >&5 fi if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1378,7 +1367,7 @@ else fi test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 -echo "configure:1382: checking if the linker ($LD) is GNU ld" >&5 +echo "configure:1371: checking if the linker ($LD) is GNU ld" >&5 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1395,7 +1384,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 -echo "configure:1399: checking for $LD option to reload object files" >&5 +echo "configure:1388: checking for $LD option to reload object files" >&5 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1407,7 +1396,7 @@ reload_flag=$lt_cv_ld_reload_flag test -n "$reload_flag" && reload_flag=" $reload_flag" echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 -echo "configure:1411: checking for BSD-compatible nm" >&5 +echo "configure:1400: checking for BSD-compatible nm" >&5 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1445,7 +1434,7 @@ NM="$lt_cv_path_NM" echo "$ac_t""$NM" 1>&6 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1449: checking whether ln -s works" >&5 +echo "configure:1438: checking whether ln -s works" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1466,7 +1455,7 @@ else fi echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 -echo "configure:1470: checking how to recognise dependant libraries" >&5 +echo "configure:1459: checking how to recognise dependant libraries" >&5 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1630,13 +1619,13 @@ file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method echo $ac_n "checking for object suffix""... $ac_c" 1>&6 -echo "configure:1634: checking for object suffix" >&5 +echo "configure:1623: checking for object suffix" >&5 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else rm -f conftest* echo 'int i = 1;' > conftest.$ac_ext -if { (eval echo configure:1640: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1629: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then for ac_file in conftest.*; do case $ac_file in *.c) ;; @@ -1656,7 +1645,7 @@ ac_objext=$ac_cv_objext echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:1660: checking for executable suffix" >&5 +echo "configure:1649: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1666,10 +1655,10 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:1670: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:1659: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.o | *.obj | *.ilk | *.pdb) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -1699,7 +1688,7 @@ case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 -echo "configure:1703: checking for ${ac_tool_prefix}file" >&5 +echo "configure:1692: checking for ${ac_tool_prefix}file" >&5 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1761,7 +1750,7 @@ fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then echo $ac_n "checking for file""... $ac_c" 1>&6 -echo "configure:1765: checking for file" >&5 +echo "configure:1754: checking for file" >&5 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1832,7 +1821,7 @@ esac # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1836: checking for $ac_word" >&5 +echo "configure:1825: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1864,7 +1853,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1868: checking for $ac_word" >&5 +echo "configure:1857: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1899,7 +1888,7 @@ fi # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1903: checking for $ac_word" >&5 +echo "configure:1892: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1931,7 +1920,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1935: checking for $ac_word" >&5 +echo "configure:1924: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1998,8 +1987,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 2002 "configure"' > conftest.$ac_ext - if { (eval echo configure:2003: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + echo '#line 1991 "configure"' > conftest.$ac_ext + if { (eval echo configure:1992: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" @@ -2020,7 +2009,7 @@ case $host in SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 -echo "configure:2024: checking whether the C compiler needs -belf" >&5 +echo "configure:2013: checking whether the C compiler needs -belf" >&5 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2033,14 +2022,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2033: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* lt_cv_cc_needs_belf=yes else @@ -2213,7 +2202,7 @@ fi # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2217: checking for $ac_word" >&5 +echo "configure:2206: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2243,7 +2232,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2247: checking for $ac_word" >&5 +echo "configure:2236: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2294,7 +2283,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2298: checking for $ac_word" >&5 +echo "configure:2287: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2326,7 +2315,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:2330: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:2319: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -2337,12 +2326,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 2341 "configure" +#line 2330 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:2346: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2335: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -2368,12 +2357,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:2372: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:2361: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:2377: checking whether we are using GNU C" >&5 +echo "configure:2366: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2382,7 +2371,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2386: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2375: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -2401,7 +2390,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:2405: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:2394: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2438,7 +2427,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2442: checking for $ac_word" >&5 +echo "configure:2431: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_YACC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2469,7 +2458,7 @@ done test -n "$YACC" || YACC="yacc" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:2473: checking how to run the C preprocessor" >&5 +echo "configure:2462: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -2484,13 +2473,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2494: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2483: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2501,13 +2490,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2511: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2500: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2518,13 +2507,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2528: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2517: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2554,7 +2543,7 @@ do # Extract the first word of "$ac_prog", so it can be a program name with args. set dummy $ac_prog; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2558: checking for $ac_word" >&5 +echo "configure:2547: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2587,7 +2576,7 @@ test -n "$LEX" || LEX="$missing_dir/missing flex" # Extract the first word of "flex", so it can be a program name with args. set dummy flex; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2591: checking for $ac_word" >&5 +echo "configure:2580: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LEX'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2621,7 +2610,7 @@ then *) ac_lib=l ;; esac echo $ac_n "checking for yywrap in -l$ac_lib""... $ac_c" 1>&6 -echo "configure:2625: checking for yywrap in -l$ac_lib" >&5 +echo "configure:2614: checking for yywrap in -l$ac_lib" >&5 ac_lib_var=`echo $ac_lib'_'yywrap | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2629,7 +2618,7 @@ else ac_save_LIBS="$LIBS" LIBS="-l$ac_lib $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2633: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -2663,7 +2652,7 @@ fi fi echo $ac_n "checking lex output file root""... $ac_c" 1>&6 -echo "configure:2667: checking lex output file root" >&5 +echo "configure:2656: checking lex output file root" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_root'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2684,7 +2673,7 @@ echo "$ac_t""$ac_cv_prog_lex_root" 1>&6 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root echo $ac_n "checking whether yytext is a pointer""... $ac_c" 1>&6 -echo "configure:2688: checking whether yytext is a pointer" >&5 +echo "configure:2677: checking whether yytext is a pointer" >&5 if eval "test \"`echo '$''{'ac_cv_prog_lex_yytext_pointer'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2696,14 +2685,14 @@ echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c ac_save_LIBS="$LIBS" LIBS="$LIBS $LEXLIB" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2696: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_prog_lex_yytext_pointer=yes else @@ -2725,11 +2714,11 @@ EOF fi -ALL_LINGUAS= +ALL_LINGUAS="fr tr" # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2733: checking for $ac_word" >&5 +echo "configure:2722: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2757,12 +2746,12 @@ else fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:2761: checking for ANSI C header files" >&5 +echo "configure:2750: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -2770,7 +2759,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2774: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2763: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -2787,7 +2776,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -2805,7 +2794,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -2826,7 +2815,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -2837,7 +2826,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:2841: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -2861,12 +2850,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:2865: checking for working const" >&5 +echo "configure:2854: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2908: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -2936,21 +2925,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:2940: checking for inline" >&5 +echo "configure:2929: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2943: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -2976,12 +2965,12 @@ EOF esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:2980: checking for off_t" >&5 +echo "configure:2969: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -3009,12 +2998,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:3013: checking for size_t" >&5 +echo "configure:3002: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -3044,19 +3033,19 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:3048: checking for working alloca.h" >&5 +echo "configure:3037: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:3060: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3049: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -3077,12 +3066,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:3081: checking for alloca" >&5 +echo "configure:3070: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3103: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -3142,12 +3131,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:3146: checking whether alloca needs Cray hooks" >&5 +echo "configure:3135: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3176: checking for $ac_func" >&5 +echo "configure:3165: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3227,7 +3216,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:3231: checking stack direction for C alloca" >&5 +echo "configure:3220: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3235,7 +3224,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3247: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -3275,21 +3264,21 @@ EOF fi -for ac_hdr in unistd.h +for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3283: checking for $ac_hdr" >&5 +echo "configure:3272: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3293: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3282: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3318,12 +3307,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3322: checking for $ac_func" >&5 +echo "configure:3311: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3339: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3371,7 +3360,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:3375: checking for working mmap" >&5 +echo "configure:3364: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3379,7 +3368,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext < #include +#if HAVE_SYS_TYPES_H +# include +#endif + +#if HAVE_STDLIB_H +# include +#endif + +#if HAVE_SYS_STAT_H +# include +#endif + +#if HAVE_UNISTD_H +# include +#endif + /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE -# ifdef HAVE_UNISTD_H -# include -# endif /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H @@ -3519,7 +3521,7 @@ main() } EOF -if { (eval echo configure:3523: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3525: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -3547,17 +3549,17 @@ unistd.h values.h sys/param.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3551: checking for $ac_hdr" >&5 +echo "configure:3553: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3561: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3563: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3587,12 +3589,12 @@ done __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3591: checking for $ac_func" >&5 +echo "configure:3593: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3621: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3644,12 +3646,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3648: checking for $ac_func" >&5 +echo "configure:3650: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3678: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3706,19 +3708,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:3710: checking for LC_MESSAGES" >&5 +echo "configure:3712: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:3722: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3724: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@ -3739,7 +3741,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:3743: checking whether NLS is requested" >&5 +echo "configure:3745: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@ -3759,7 +3761,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:3763: checking whether included gettext is requested" >&5 +echo "configure:3765: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@ -3778,17 +3780,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3782: checking for libintl.h" >&5 +echo "configure:3784: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3792: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3794: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3805,19 +3807,19 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:3809: checking for gettext in libc" >&5 +echo "configure:3811: checking for gettext in libc" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:3821: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3823: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libc=yes else @@ -3833,7 +3835,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6 if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:3837: checking for bindtextdomain in -lintl" >&5 +echo "configure:3839: checking for bindtextdomain in -lintl" >&5 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3841,7 +3843,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3858: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3868,19 +3870,19 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:3872: checking for gettext in libintl" >&5 +echo "configure:3874: checking for gettext in libintl" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3886: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libintl=yes else @@ -3908,7 +3910,7 @@ EOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3912: checking for $ac_word" >&5 +echo "configure:3914: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3942,12 +3944,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3946: checking for $ac_func" >&5 +echo "configure:3948: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3976: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3997,7 +3999,7 @@ done # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4001: checking for $ac_word" >&5 +echo "configure:4003: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4033,7 +4035,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4037: checking for $ac_word" >&5 +echo "configure:4039: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4065,7 +4067,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4079: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -4105,7 +4107,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4109: checking for $ac_word" >&5 +echo "configure:4111: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4139,7 +4141,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4143: checking for $ac_word" >&5 +echo "configure:4145: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4175,7 +4177,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4179: checking for $ac_word" >&5 +echo "configure:4181: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4265,7 +4267,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4269: checking for catalogs to be installed" >&5 +echo "configure:4271: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -4293,17 +4295,17 @@ echo "configure:4269: checking for catalogs to be installed" >&5 if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:4297: checking for linux/version.h" >&5 +echo "configure:4299: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4307: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4309: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4366,7 +4368,7 @@ fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:4370: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:4372: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval="$enable_maintainer_mode" @@ -4391,7 +4393,7 @@ fi echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:4395: checking for executable suffix" >&5 +echo "configure:4397: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4401,10 +4403,10 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:4405: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:4407: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.o | *.obj | *.ilk | *.pdb) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -4444,7 +4446,7 @@ AR=${AR-ar} # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4448: checking for $ac_word" >&5 +echo "configure:4450: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4483,7 +4485,7 @@ fi # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:4487: checking for a BSD compatible install" >&5 +echo "configure:4489: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -4550,7 +4552,7 @@ if test "x$cross_compiling" = "xno"; then EXEEXT_FOR_BUILD='$(EXEEXT)' else echo $ac_n "checking for build system executable suffix""... $ac_c" 1>&6 -echo "configure:4554: checking for build system executable suffix" >&5 +echo "configure:4556: checking for build system executable suffix" >&5 if eval "test \"`echo '$''{'bfd_cv_build_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4585,17 +4587,17 @@ for ac_hdr in string.h strings.h stdlib.h unistd.h fcntl.h sys/file.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4589: checking for $ac_hdr" >&5 +echo "configure:4591: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4599: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4601: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4622,12 +4624,12 @@ fi done echo $ac_n "checking for sys/wait.h that is POSIX.1 compatible""... $ac_c" 1>&6 -echo "configure:4626: checking for sys/wait.h that is POSIX.1 compatible" >&5 +echo "configure:4628: checking for sys/wait.h that is POSIX.1 compatible" >&5 if eval "test \"`echo '$''{'ac_cv_header_sys_wait_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -4643,7 +4645,7 @@ wait (&s); s = WIFEXITED (s) ? WEXITSTATUS (s) : 1; ; return 0; } EOF -if { (eval echo configure:4647: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:4649: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_header_sys_wait_h=yes else @@ -4666,19 +4668,19 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:4670: checking for working alloca.h" >&5 +echo "configure:4672: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:4682: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -4699,12 +4701,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:4703: checking for alloca" >&5 +echo "configure:4705: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -4764,12 +4766,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:4768: checking whether alloca needs Cray hooks" >&5 +echo "configure:4770: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4798: checking for $ac_func" >&5 +echo "configure:4800: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4828: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4849,7 +4851,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:4853: checking stack direction for C alloca" >&5 +echo "configure:4855: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4857,7 +4859,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4882: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -4900,12 +4902,12 @@ fi for ac_func in sbrk utimes setmode do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:4904: checking for $ac_func" >&5 +echo "configure:4906: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4934: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -4956,14 +4958,14 @@ done # Some systems have frexp only in -lm, not in -lc. echo $ac_n "checking for library containing frexp""... $ac_c" 1>&6 -echo "configure:4960: checking for library containing frexp" >&5 +echo "configure:4962: checking for library containing frexp" >&5 if eval "test \"`echo '$''{'ac_cv_search_frexp'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_func_search_save_LIBS="$LIBS" ac_cv_search_frexp="no" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:4980: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_search_frexp="none required" else @@ -4985,7 +4987,7 @@ rm -f conftest* test "$ac_cv_search_frexp" = "no" && for i in m; do LIBS="-l$i $ac_func_search_save_LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:5002: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_search_frexp="-l$i" break @@ -5018,19 +5020,19 @@ else : fi echo $ac_n "checking for time_t in time.h""... $ac_c" 1>&6 -echo "configure:5022: checking for time_t in time.h" >&5 +echo "configure:5024: checking for time_t in time.h" >&5 if eval "test \"`echo '$''{'bu_cv_decl_time_t_time_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { time_t i; ; return 0; } EOF -if { (eval echo configure:5034: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5036: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bu_cv_decl_time_t_time_h=yes else @@ -5051,19 +5053,19 @@ EOF fi echo $ac_n "checking for time_t in sys/types.h""... $ac_c" 1>&6 -echo "configure:5055: checking for time_t in sys/types.h" >&5 +echo "configure:5057: checking for time_t in sys/types.h" >&5 if eval "test \"`echo '$''{'bu_cv_decl_time_t_types_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { time_t i; ; return 0; } EOF -if { (eval echo configure:5067: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5069: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bu_cv_decl_time_t_types_h=yes else @@ -5086,12 +5088,12 @@ fi # Under Next 3.2 apparently does not define struct utimbuf # by default. echo $ac_n "checking for utime.h""... $ac_c" 1>&6 -echo "configure:5090: checking for utime.h" >&5 +echo "configure:5092: checking for utime.h" >&5 if eval "test \"`echo '$''{'bu_cv_header_utime_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #ifdef HAVE_TIME_H @@ -5102,7 +5104,7 @@ int main() { struct utimbuf s; ; return 0; } EOF -if { (eval echo configure:5106: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5108: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bu_cv_header_utime_h=yes else @@ -5123,12 +5125,12 @@ EOF fi echo $ac_n "checking whether fprintf must be declared""... $ac_c" 1>&6 -echo "configure:5127: checking whether fprintf must be declared" >&5 +echo "configure:5129: checking whether fprintf must be declared" >&5 if eval "test \"`echo '$''{'bfd_cv_decl_needed_fprintf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5149,7 +5151,7 @@ int main() { char *(*pfn) = (char *(*)) fprintf ; return 0; } EOF -if { (eval echo configure:5153: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5155: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_fprintf=no else @@ -5170,12 +5172,12 @@ EOF fi echo $ac_n "checking whether strstr must be declared""... $ac_c" 1>&6 -echo "configure:5174: checking whether strstr must be declared" >&5 +echo "configure:5176: checking whether strstr must be declared" >&5 if eval "test \"`echo '$''{'bfd_cv_decl_needed_strstr'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5196,7 +5198,7 @@ int main() { char *(*pfn) = (char *(*)) strstr ; return 0; } EOF -if { (eval echo configure:5200: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5202: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_strstr=no else @@ -5217,12 +5219,12 @@ EOF fi echo $ac_n "checking whether sbrk must be declared""... $ac_c" 1>&6 -echo "configure:5221: checking whether sbrk must be declared" >&5 +echo "configure:5223: checking whether sbrk must be declared" >&5 if eval "test \"`echo '$''{'bfd_cv_decl_needed_sbrk'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5243,7 +5245,7 @@ int main() { char *(*pfn) = (char *(*)) sbrk ; return 0; } EOF -if { (eval echo configure:5247: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5249: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_sbrk=no else @@ -5264,12 +5266,12 @@ EOF fi echo $ac_n "checking whether getenv must be declared""... $ac_c" 1>&6 -echo "configure:5268: checking whether getenv must be declared" >&5 +echo "configure:5270: checking whether getenv must be declared" >&5 if eval "test \"`echo '$''{'bfd_cv_decl_needed_getenv'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5290,7 +5292,7 @@ int main() { char *(*pfn) = (char *(*)) getenv ; return 0; } EOF -if { (eval echo configure:5294: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5296: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_getenv=no else @@ -5311,12 +5313,12 @@ EOF fi echo $ac_n "checking whether environ must be declared""... $ac_c" 1>&6 -echo "configure:5315: checking whether environ must be declared" >&5 +echo "configure:5317: checking whether environ must be declared" >&5 if eval "test \"`echo '$''{'bfd_cv_decl_needed_environ'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < @@ -5337,7 +5339,7 @@ int main() { char *(*pfn) = (char *(*)) environ ; return 0; } EOF -if { (eval echo configure:5341: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:5343: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* bfd_cv_decl_needed_environ=no else diff --git a/binutils/configure.in b/binutils/configure.in index ee12be347e..23d517b4b9 100644 --- a/binutils/configure.in +++ b/binutils/configure.in @@ -64,7 +64,7 @@ AC_PROG_CC AC_PROG_YACC AM_PROG_LEX -ALL_LINGUAS= +ALL_LINGUAS="fr tr" CY_GNU_GETTEXT AM_MAINTAINER_MODE diff --git a/binutils/po/fr.po b/binutils/po/fr.po new file mode 100644 index 0000000000..812f8bd97a --- /dev/null +++ b/binutils/po/fr.po @@ -0,0 +1,4108 @@ +# Messages français pour GNU concernant binutils. +# Copyright (C) 1996 Free Software Foundation, Inc. +# Michel Robitaille , 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: GNU binutils 2.11\n" +"POT-Creation-Date: 2001-01-11 12:02-0800\n" +"PO-Revision-Date: 2001-09-20 08:00-0500\n" +"Last-Translator: Michel Robitaille \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8-bit\n" + +#: addr2line.c:76 +#, c-format +msgid "" +"Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n" +" [-e executable] [--exe=executable] [--demangle[=style]]\n" +" [--basenames] [--functions] [addr addr ...]\n" +msgstr "" +"Usage: %s [-CfsHV] [-b nombdf] [--target=nombdf]\n" +" [-e executable] [--exe=executable] [--demangle[=style]]\n" +" [--basenames] [--functions] [adr adr ...]\n" + +#: addr2line.c:83 ar.c:288 nlmconv.c:1119 objcopy.c:373 objcopy.c:405 +#: readelf.c:1876 size.c:91 strings.c:530 windres.c:737 +#, c-format +msgid "Report bugs to %s\n" +msgstr "Rapporter toutes anomalies à %s\n" + +#: addr2line.c:243 +#, c-format +msgid "%s: can not get addresses from archive" +msgstr "%s: ne peut obtenir l'adresse à partir de l'archive" + +#: addr2line.c:310 nm.c:436 objdump.c:2857 +#, c-format +msgid "unknown demangling style `%s'" +msgstr "style de d'encodage par mutilation inconnu `%s'" + +#: ar.c:236 +#, c-format +msgid "no entry %s in archive\n" +msgstr "pas d'entrée %s dans l'archive\n" + +#: ar.c:253 +#, c-format +msgid "Usage: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" +msgstr "Usage: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [nom-du-membre] [compteur] fichier-archive fichier...\n" + +#: ar.c:256 +#, c-format +msgid " %s -M [\n\n" +msgstr "\n\n\n" + +#: ar.c:845 ar.c:913 +#, c-format +msgid "%s is not a valid archive" +msgstr "%s n'est pas une archive valide" + +#: ar.c:881 +#, c-format +msgid "stat returns negative size for %s" +msgstr "stat() a retourné une taille négative for %s" + +#: ar.c:1008 +#, c-format +msgid "%s is not an archive" +msgstr "%s n'est pas une archive" + +#: ar.c:1015 +#, c-format +msgid "creating %s" +msgstr "création de %s" + +#: ar.c:1221 +#, c-format +msgid "No member named `%s'\n" +msgstr "Aucun membre ayant le nom `%s'\n" + +#: ar.c:1273 +#, c-format +msgid "no entry %s in archive %s!" +msgstr "aucune entrée %s dans l'archive %s!" + +#: ar.c:1434 +#, c-format +msgid "%s: no archive map to update" +msgstr "%s: aucune table d'archive à mettre à jour" + +#: arsup.c:88 +#, c-format +msgid "No entry %s in archive.\n" +msgstr "Aucune entrée %s dans l'archive.\n" + +#: arsup.c:120 +#, c-format +msgid "Can't open file %s\n" +msgstr "Ne peut ouvrir le fichier %s\n" + +#: arsup.c:170 +#, c-format +msgid "%s: Can't open output archive %s\n" +msgstr "%s: ne peut ouvrir l'archive de sortie %s\n" + +#: arsup.c:182 +#, c-format +msgid "%s: Can't open input archive %s\n" +msgstr "%s: ne peut ouvrir l'archive en entrée %s\n" + +#: arsup.c:188 +#, c-format +msgid "%s: file %s is not an archive\n" +msgstr "%s: le fichier %s n'est pas une archive\n" + +#: arsup.c:229 +#, c-format +msgid "%s: no output archive specified yet\n" +msgstr "%s: aucun fichier d'archive de sortie n'a encore été spécifié\n" + +#: arsup.c:249 arsup.c:284 arsup.c:320 arsup.c:340 arsup.c:398 +#, c-format +msgid "%s: no open output archive\n" +msgstr "%s: aucun fichier d'archive de sortie ouvert\n" + +#: arsup.c:257 arsup.c:358 arsup.c:378 +#, c-format +msgid "%s: can't open file %s\n" +msgstr "%s: ne peut ouvrir le fichier %s\n" + +#: arsup.c:305 arsup.c:374 arsup.c:453 +#, c-format +msgid "%s: can't find module file %s\n" +msgstr "%s: ne peut trouver le fichier module %s\n" + +#: arsup.c:405 +#, c-format +msgid "Current open archive is %s\n" +msgstr "L'archive actuellement ouverte est %s\n" + +#: arsup.c:432 +#, c-format +msgid "%s: no open archive\n" +msgstr "%s: aucune archive ouverte\n" + +#: bucomm.c:135 +#, c-format +msgid "can't set BFD default target to `%s': %s" +msgstr "ne peut initialiser les paramètres par défaut BDF cible vers `%s': %s" + +#: bucomm.c:147 +#, c-format +msgid "%s: Matching formats:" +msgstr "%s: formats concordant:" + +#: bucomm.c:164 +msgid "Supported targets:" +msgstr "Cibles supportés:" + +#: bucomm.c:166 +#, c-format +msgid "%s: supported targets:" +msgstr "%s: cibles supportés:" + +#: bucomm.c:272 +#, c-format +msgid "%s: bad number: %s" +msgstr "%s: mauvais numéro: %s" + +#: coffdump.c:94 +#, c-format +msgid "#lines %d " +msgstr "# de lignes %d " + +#: coffdump.c:456 sysdump.c:719 +#, c-format +msgid "%s: Print a human readable interpretation of a SYSROFF object file\n" +msgstr "%s: afficher dans un format humainement interprétable le fichier objet SYSROFF\n" + +#: coffdump.c:498 srconv.c:1941 sysdump.c:755 +#, c-format +msgid "GNU %s version %s\n" +msgstr "GNU %s version %s\n" + +#: coffdump.c:516 srconv.c:1975 sysdump.c:775 +msgid "no input file specified" +msgstr "Aucune fichier spécifié à l'entrée" + +#: debug.c:653 +msgid "debug_add_to_current_namespace: no current file" +msgstr "debug_add_to_current_namespace: aucun fichier courant" + +#: debug.c:736 +msgid "debug_start_source: no debug_set_filename call" +msgstr "debug_start_source: aucun appel no debug_set_filename" + +#: debug.c:795 +msgid "debug_record_function: no debug_set_filename call" +msgstr "debug_record_function: aucun appel debug_set_filename" + +#: debug.c:851 +msgid "debug_record_parameter: no current function" +msgstr "debug_record_parameter: aucune fonction courante" + +#: debug.c:885 +msgid "debug_end_function: no current function" +msgstr "debug_end_function: aucune fonction courante" + +#: debug.c:891 +msgid "debug_end_function: some blocks were not closed" +msgstr "debug_end_function: quelques blocs n'ont pas été fermés" + +#: debug.c:921 +msgid "debug_start_block: no current block" +msgstr "debug_start_block: aucun bloc couratn" + +#: debug.c:959 +msgid "debug_end_block: no current block" +msgstr "debug_end_block: aucun bloc courant" + +#: debug.c:966 +msgid "debug_end_block: attempt to close top level block" +msgstr "debug_end_block: tentative de fermeture du bloc du niveau supérieur" + +#: debug.c:992 +msgid "debug_record_line: no current unit" +msgstr "debug_record_line: aucune unité courante" + +#. FIXME +#: debug.c:1046 +msgid "debug_start_common_block: not implemented" +msgstr "debug_start_common_block: pas implanté" + +#. FIXME +#: debug.c:1058 +msgid "debug_end_common_block: not implemented" +msgstr "debug_end_common_block: pas implanté" + +#. FIXME. +#: debug.c:1152 +msgid "debug_record_label not implemented" +msgstr "debug_record_label pas implanté" + +#: debug.c:1178 +msgid "debug_record_variable: no current file" +msgstr "debug_record_variable: aucun fichier courant" + +#: debug.c:1194 +msgid "debug_record_variable: no current block" +msgstr "debug_record_variable: aucun bloc courant" + +#: debug.c:1764 +msgid "debug_make_undefined_type: unsupported kind" +msgstr "debug_make_undefined_type: type non supportée" + +#: debug.c:1970 +msgid "debug_name_type: no current file" +msgstr "debug_name_type: aucun fichier courant" + +#: debug.c:2018 +msgid "debug_tag_type: no current file" +msgstr "debug_tag_type: aucune fichier courant" + +#: debug.c:2026 +msgid "debug_tag_type: extra tag attempted" +msgstr "debug_tag_type: tentative d'étiquetage additionnelle" + +#: debug.c:2066 +#, c-format +msgid "Warning: changing type size from %d to %d\n" +msgstr "AVERTISSEMENT: changement de taille du type de %d à %d\n" + +#: debug.c:2090 +msgid "debug_find_named_type: no current compilation unit" +msgstr "debug_find_named_type: aucune unité de compilation courante" + +#: debug.c:2197 +#, c-format +msgid "debug_get_real_type: circular debug information for %s\n" +msgstr "debug_get_real_type: information circulaire de débogage pour %s\n" + +#: debug.c:2662 +msgid "debug_write_type: illegal type encountered" +msgstr "debug_write_type: type illégal rencontré" + +#: dlltool.c:737 dlltool.c:762 dlltool.c:788 +#, c-format +msgid "Internal error: Unknown machine type: %d" +msgstr "erreur interne: type de machine inconnue: %d" + +#: dlltool.c:825 +#, c-format +msgid "Can't open def file: %s" +msgstr "Ne peut ouvrir le fichier de définition: %s" + +#: dlltool.c:830 +#, c-format +msgid "Processing def file: %s" +msgstr "Traitement du fichier de définition: %s" + +#: dlltool.c:834 +msgid "Processed def file" +msgstr "Traitement complété du fichier de définition" + +#: dlltool.c:859 +#, c-format +msgid "Syntax error in def file %s:%d" +msgstr "Erreur de syntaxe dans le fichier de définition %s:%d" + +#: dlltool.c:892 +#, c-format +msgid "NAME: %s base: %x" +msgstr "NOM: %s base: %x" + +#: dlltool.c:895 dlltool.c:914 +msgid "Can't have LIBRARY and NAME" +msgstr "Ne peut trouver la LIBRAIRIE et le NOM" + +#: dlltool.c:911 +#, c-format +msgid "LIBRARY: %s base: %x" +msgstr "LIBRAIRIE: %s base %x" + +#: dlltool.c:1169 resrc.c:271 +#, c-format +msgid "wait: %s" +msgstr "en attente: %s" + +#: dlltool.c:1174 dllwrap.c:456 resrc.c:276 +#, c-format +msgid "subprocess got fatal signal %d" +msgstr "sous-processus a reçu le signal fatal %d" + +#: dlltool.c:1180 dllwrap.c:463 resrc.c:283 +#, c-format +msgid "%s exited with status %d" +msgstr "%s a terminé avec le statut %d" + +#: dlltool.c:1212 +#, c-format +msgid "Sucking in info from %s section in %s" +msgstr "Aspirer les informations de la section %s dans %s" + +#: dlltool.c:1336 +#, c-format +msgid "Excluding symbol: %s" +msgstr "Exclusion de symbole: %s" + +#: dlltool.c:1431 dlltool.c:1442 nm.c:946 nm.c:957 objdump.c:443 objdump.c:460 +#, c-format +msgid "%s: no symbols" +msgstr "%s: aucun symbole" + +#. FIXME: we ought to read in and block out the base relocations +#: dlltool.c:1469 +#, c-format +msgid "Done reading %s" +msgstr "Lecture complétée %s" + +#: dlltool.c:1480 +#, c-format +msgid "Unable to open object file: %s" +msgstr "Incapable d'ouvrir le fichier objet: %s" + +#: dlltool.c:1483 +#, c-format +msgid "Scanning object file %s" +msgstr "Scrutation du fichier objet %s" + +#: dlltool.c:1498 +#, c-format +msgid "Cannot produce mcore-elf dll from archive file: %s" +msgstr "Ne peutproduire mcore-elf dll à partir du fichier d'archive: %s" + +#: dlltool.c:1590 +msgid "Adding exports to output file" +msgstr "Ajout des exports au fichier de sortie" + +#: dlltool.c:1635 +msgid "Added exports to output file" +msgstr "Exports ajoutés au fichier de sortie" + +#: dlltool.c:1759 +#, c-format +msgid "Generating export file: %s" +msgstr "Génération du fichier d'exports: %s" + +#: dlltool.c:1764 +#, c-format +msgid "Unable to open temporary assembler file: %s" +msgstr "Incapable d'ouvrir le fichier assembleur temporaire: %s" + +#: dlltool.c:1767 +#, c-format +msgid "Opened temporary file: %s" +msgstr "Fichier temporaire ouvert: %s" + +#: dlltool.c:1981 +msgid "Generated exports file" +msgstr "Fichier d'exports généré" + +#: dlltool.c:2236 +#, c-format +msgid "bfd_open failed open stub file: %s" +msgstr "échec de bfd_open lors de l'ouverture du fichier stub: %s" + +#: dlltool.c:2239 +#, c-format +msgid "Creating stub file: %s" +msgstr "Création du fichier stub: %s" + +#: dlltool.c:2626 +#, c-format +msgid "failed to open temporary head file: %s" +msgstr "échec d'ouverture du fichier de tête temporaire: %s" + +#: dlltool.c:2685 +#, c-format +msgid "failed to open temporary tail file: %s" +msgstr "échec d'ouverture du fichier de queue temporaire: %s" + +#: dlltool.c:2753 +#, c-format +msgid "Can't open .lib file: %s" +msgstr "Ne peut ouvrir le fichier .lib: %s" + +#: dlltool.c:2756 +#, c-format +msgid "Creating library file: %s" +msgstr "Création du fichier de librairie: %s" + +#: dlltool.c:2815 +#, c-format +msgid "cannot delete %s: %s" +msgstr "ne peut détruire %s: %s" + +#: dlltool.c:2819 +msgid "Created lib file" +msgstr "Fichier de libraire créé" + +#: dlltool.c:2924 +#, c-format +msgid "Warning, ignoring duplicate EXPORT %s %d,%d" +msgstr "AVERTISSEMENT: EXPORT en duplication ignoré %s %d,%d" + +#: dlltool.c:2930 +#, c-format +msgid "Error, duplicate EXPORT with oridinals: %s" +msgstr "ERREUR, EXPORT en duplication avec ordinals: %s" + +#: dlltool.c:3057 +msgid "Processing definitions" +msgstr "Traitement des définitions" + +#: dlltool.c:3095 +msgid "Processed definitions" +msgstr "Définitions traitées" + +#. xgetext:c-format +#: dlltool.c:3106 dllwrap.c:520 +#, c-format +msgid "Usage %s \n" +msgstr "Usage %s \n" + +#. xgetext:c-format +#: dlltool.c:3108 +#, c-format +msgid " -m --machine Create as DLL for . [default: %s]\n" +msgstr " -m --machine créer comme DLL pour la . [défaut: %s]\n" + +#: dlltool.c:3109 +msgid " possible : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" +msgstr " possible : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" + +#: dlltool.c:3110 +msgid " -e --output-exp Generate an export file.\n" +msgstr " -e --output-exp générer un fichier d'export.\n" + +#: dlltool.c:3111 +msgid " -l --output-lib Generate an interface library.\n" +msgstr " -l --output-lib générer une librairie d'interface.\n" + +#: dlltool.c:3112 +msgid " -a --add-indirect Add dll indirects to export file.\n" +msgstr " -a --add-indirect ajouter les dll indirectes au fichier d'exports.\n" + +#: dlltool.c:3113 +msgid " -D --dllname Name of input dll to put into interface lib.\n" +msgstr " -D --dllname nom du dll à placer dans la libraire d'interface.\n" + +#: dlltool.c:3114 +msgid " -d --input-def Name of .def file to be read in.\n" +msgstr " -d --input-def nom du fichier .def à lire\n" + +#: dlltool.c:3115 +msgid " -z --output-def Name of .def file to be created.\n" +msgstr " -z --output-def nom du fichier .def à créer.\n" + +#: dlltool.c:3116 +msgid " --export-all-symbols Export all symbols to .def\n" +msgstr " --export-all-symbols exporter tous les symboles vers le fichier .def\n" + +#: dlltool.c:3117 +msgid " --no-export-all-symbols Only export listed symbols\n" +msgstr " --no-export-all-symbols exporter seulement la liste des symboles\n" + +#: dlltool.c:3118 +msgid " --exclude-symbols Don't export \n" +msgstr " --exclude-symbols ne pas exporter la \n" + +#: dlltool.c:3119 +msgid " --no-default-excludes Clear default exclude symbols\n" +msgstr " --no-default-excludes ne pas tenir compte des symboles d'exclusion par défaut\n" + +#: dlltool.c:3120 +msgid " -b --base-file Read linker generated base file.\n" +msgstr " -b --base-file lire le fichier de base généré par l'éditeur de liens\n" + +#: dlltool.c:3121 +msgid " -x --no-idata4 Don't generate idata$4 section.\n" +msgstr " -x --no-idata4 ne pas générer la section idata$4\n" + +#: dlltool.c:3122 +msgid " -c --no-idata5 Don't generate idata$5 section.\n" +msgstr " -c --no-idata5 ne pas générer la section idata$5\n" + +#: dlltool.c:3123 +msgid " -U --add-underscore Add underscores to symbols in interface library.\n" +msgstr " -U --add-underscore ajouter des soulignés aux symboles dans la librairie d'interface\n" + +#: dlltool.c:3124 +msgid " -k --kill-at Kill @ from exported names.\n" +msgstr " -k --kill-at stopper @ à partir des noms exportés\n" + +#: dlltool.c:3125 +msgid " -A --add-stdcall-alias Add aliases without @.\n" +msgstr " -A --add-stdcall-alias ajouter des aliases sans @\n" + +#: dlltool.c:3126 +msgid " -S --as Use for assembler.\n" +msgstr " -S --as utiliser le pour l'assembleur\n" + +#: dlltool.c:3127 +msgid " -f --as-flags Pass to the assembler.\n" +msgstr " -f --as-flags relayer les à l'assembleur\n" + +#: dlltool.c:3128 +msgid " -C --compat-implib Create backward compatible import library.\n" +msgstr " -C --compat-implib créer une compatibilité arrière à la librairie d'importation\n" + +#: dlltool.c:3129 +msgid " -n --no-delete Keep temp files (repeat for extra preservation).\n" +msgstr " -n --no-delete conserver les fichier temporaires\n" + +#: dlltool.c:3130 +msgid " -v --verbose Be verbose.\n" +msgstr " -v --verbose passer en mode bavard\n" + +#: dlltool.c:3131 +msgid " -V --version Display the program version.\n" +msgstr " -V --version afficher le nom et la version du logiciel\n" + +#: dlltool.c:3132 +msgid " -h --help Display this information.\n" +msgstr " -h --help afficher l'aide-mémoire\n" + +#: dlltool.c:3134 +msgid " -M --mcore-elf Process mcore-elf object files into .\n" +msgstr " -M --mcore-elf traiter le fichier objet mcore-elf selon le \n" + +#: dlltool.c:3135 +msgid " -L --linker Use as the linker.\n" +msgstr " -L --linker utiliser comme éditeur de liens\n" + +#: dlltool.c:3136 +msgid " -F --linker-flags Pass to the linker.\n" +msgstr " -F --linker-flags relayer les à l'éditeur de liens\n" + +#: dlltool.c:3280 +#, c-format +msgid "Unable to open base-file: %s" +msgstr "Incapable d'ouvrir le fichier de base: %s" + +#: dlltool.c:3309 +#, c-format +msgid "Machine '%s' not supported" +msgstr "Machine '%s' n'est pas supportée" + +#: dlltool.c:3412 dllwrap.c:241 +#, c-format +msgid "Tried file: %s" +msgstr "Essai avec le fichier: %s" + +#: dlltool.c:3419 dllwrap.c:248 +#, c-format +msgid "Using file: %s" +msgstr "Utilisation du fichier: %s" + +#: dllwrap.c:335 +#, c-format +msgid "Keeping temporary base file %s" +msgstr "Conservation temportaire du fichier de base %s" + +#: dllwrap.c:337 +#, c-format +msgid "Deleting temporary base file %s" +msgstr "Destruction du fichier de base temporaire %s" + +#: dllwrap.c:351 +#, c-format +msgid "Keeping temporary exp file %s" +msgstr "Conservation du fichier temporaire exp %s" + +#: dllwrap.c:353 +#, c-format +msgid "Deleting temporary exp file %s" +msgstr "Destruction du fichier exp temporaire %s" + +#: dllwrap.c:366 +#, c-format +msgid "Keeping temporary def file %s" +msgstr "Conservation du fichier temporaire def %s" + +#: dllwrap.c:368 +#, c-format +msgid "Deleting temporary def file %s" +msgstr "Destruction du fichier temporaire def %s" + +#: dllwrap.c:521 +msgid " Generic options:\n" +msgstr " Option génériques:\n" + +#: dllwrap.c:522 +msgid " --quiet, -q Work quietly\n" +msgstr " --quiet, -q travailler en silence\n" + +#: dllwrap.c:523 +msgid " --verbose, -v Verbose\n" +msgstr " --verbose, -v travailler en mode bavard\n" + +#: dllwrap.c:524 +msgid " --version Print dllwrap version\n" +msgstr " --version afficher la version du dllwrap\n" + +#: dllwrap.c:525 +msgid " --implib Synonym for --output-lib\n" +msgstr " --implib identique à --output-lib\n" + +#: dllwrap.c:526 +#, c-format +msgid " Options for %s:\n" +msgstr " Options pour %s:\n" + +#: dllwrap.c:527 +msgid " --driver-name Defaults to \"gcc\"\n" +msgstr " --driver-name par défaut \"gcc\"\n" + +#: dllwrap.c:528 +msgid " --driver-flags Override default ld flags\n" +msgstr " --driver-flags écrasesr les fanions par défaut de ld\n" + +#: dllwrap.c:529 +msgid " --dlltool-name Defaults to \"dlltool\"\n" +msgstr " --dlltool-name par défaut \"dlltool\"\n" + +#: dllwrap.c:530 +msgid " --entry Specify alternate DLL entry point\n" +msgstr " --entry spécifier une entrée alternative au point d'entrée du DLL\n" + +#: dllwrap.c:531 +msgid " --image-base Specify image base address\n" +msgstr " --image-base spécifier une adresse de l'image de base\n" + +#: dllwrap.c:532 +msgid " --target i386-cygwin32 or i386-mingw32\n" +msgstr " --target i386-cygwin32 ou i386-mingw32\n" + +#: dllwrap.c:533 +msgid " --dry-run Show what needs to be run\n" +msgstr " --dry-run afficher ce qui est nécessaire pour l'exécution\n" + +#: dllwrap.c:534 +msgid " --mno-cygwin Create Mingw DLL\n" +msgstr " --mno-cygwin créer une DLL de type Mingw\n" + +#: dllwrap.c:535 +msgid " Options passed to DLLTOOL:\n" +msgstr " Options relayées à DLLTOOL:\n" + +#: dllwrap.c:536 +msgid " --machine \n" +msgstr " --machine \n" + +#: dllwrap.c:537 +msgid " --output-exp Generate export file.\n" +msgstr " --output-exp générer un fichier d'exports.\n" + +#: dllwrap.c:538 +msgid " --output-lib Generate input library.\n" +msgstr " --output-lib générer une librairie d'entrée.\n" + +#: dllwrap.c:539 +msgid " --add-indirect Add dll indirects to export file.\n" +msgstr " --add-indirect ajouter les dll indirectes au fichier d'exports.\n" + +#: dllwrap.c:540 +msgid " --dllname Name of input dll to put into output lib.\n" +msgstr " --dllname nom du dll d'entrée à ajouter dans le fichier lib de sortie.\n" + +#: dllwrap.c:541 +msgid " --def Name input .def file\n" +msgstr " --def nom du fichier d'entrée .def\n" + +#: dllwrap.c:542 +msgid " --output-def Name output .def file\n" +msgstr " --output-def nom du fichier de sortie .def\n" + +#: dllwrap.c:543 +msgid " --export-all-symbols Export all symbols to .def\n" +msgstr " --export-all-symbols exporter tous les symboles au fichier .def\n" + +#: dllwrap.c:544 +msgid " --no-export-all-symbols Only export .drectve symbols\n" +msgstr " --no-export-all-symbols exporter seulement les symboles .drectve\n" + +#: dllwrap.c:545 +msgid " --exclude-symbols Exclude from .def\n" +msgstr " --exclude-symbols exclure la de .def\n" + +#: dllwrap.c:546 +msgid " --no-default-excludes Zap default exclude symbols\n" +msgstr " --no-default-excludes ignorer les symboles par défaut d'exclusion\n" + +#: dllwrap.c:547 +msgid " --base-file Read linker generated base file\n" +msgstr " --base-file lire le fichier de base généré par l'éditeur de liens\n" + +#: dllwrap.c:548 +msgid " --no-idata4 Don't generate idata$4 section\n" +msgstr " --no-idata4 ne pas générer la section idata$4\n" + +#: dllwrap.c:549 +msgid " --no-idata5 Don't generate idata$5 section\n" +msgstr " --no-idata5 ne pas générer la section idata$5\n" + +#: dllwrap.c:550 +msgid " -U Add underscores to .lib\n" +msgstr " -U ajouter des soulignés au fichier .lib\n" + +#: dllwrap.c:551 +msgid " -k Kill @ from exported names\n" +msgstr " -k stopper @ à partir des noms exportés\n" + +#: dllwrap.c:552 +msgid " --add-stdcall-alias Add aliases without @\n" +msgstr " --add-stdcall-alias ajouter les aliases sans @\n" + +#: dllwrap.c:553 +msgid " --as Use for assembler\n" +msgstr " --as utiliser comme assembleur\n" + +#: dllwrap.c:554 +msgid " --nodelete Keep temp files.\n" +msgstr " --nodelete conserver les fichiers temporaires.\n" + +#: dllwrap.c:555 +msgid " Rest are passed unmodified to the language driver\n" +msgstr " le reste est passé sans modification au pilote du langage\n" + +#: dllwrap.c:816 +msgid "Must provide at least one of -o or --dllname options" +msgstr "Obligation de fournir au moins une des options -o or --dllname" + +#: dllwrap.c:844 +msgid "no export definition file provided" +msgstr "aucun fichier de définition d'exports fourni" + +#: dllwrap.c:845 +msgid "creating one, but that may not be what you want" +msgstr "création d'un fichier, mais ce n'est pas nécessairement ce que vous désirez" + +#: dllwrap.c:1006 +#, c-format +msgid "DLLTOOL name : %s\n" +msgstr "OUTILDLL nom : %s\n" + +#: dllwrap.c:1007 +#, c-format +msgid "DLLTOOL options : %s\n" +msgstr "OUTILDLL options : %s\n" + +#: dllwrap.c:1008 +#, c-format +msgid "DRIVER name : %s\n" +msgstr "PILOTE name : %s\n" + +#: dllwrap.c:1009 +#, c-format +msgid "DRIVER options : %s\n" +msgstr "PILOTE options : %s\n" + +#: ieee.c:317 +msgid "unexpected end of debugging information" +msgstr "fin inattendue des informations de débug" + +#: ieee.c:412 +msgid "invalid number" +msgstr "numéro invalide" + +#: ieee.c:471 +msgid "invalid string length" +msgstr "longueur de chaîne invalide" + +#: ieee.c:528 ieee.c:569 +msgid "expression stack overflow" +msgstr "débordement de pile de l'expression" + +#: ieee.c:548 +msgid "unsupported IEEE expression operator" +msgstr "opérateur d'espression IEEE non supporté" + +#: ieee.c:563 +msgid "unknown section" +msgstr "section inconnue" + +#: ieee.c:584 +msgid "expression stack underflow" +msgstr "sous dépilage de l'expression" + +#: ieee.c:598 +msgid "expression stack mismatch" +msgstr "non concordance de l'expression dans la pile" + +#: ieee.c:637 +msgid "unknown builtin type" +msgstr "type de construit interne inconnu" + +#: ieee.c:782 +msgid "BCD float type not supported" +msgstr "type de numérotaion flottante BCD inconnue" + +#: ieee.c:928 +msgid "unexpected number" +msgstr "numéro inattendu" + +#: ieee.c:935 +msgid "unexpected record type" +msgstr "type d'enregistrement inattendu" + +#: ieee.c:968 +msgid "blocks left on stack at end" +msgstr "des blocs sont demeurés sur la pile à la fin" + +#: ieee.c:1233 +msgid "unknown BB type" +msgstr "type BB inconnu" + +#: ieee.c:1242 +msgid "stack overflow" +msgstr "débordement de la pile" + +#: ieee.c:1267 +msgid "stack underflow" +msgstr "sous dépilage de la pile" + +#: ieee.c:1381 ieee.c:1453 ieee.c:2152 +msgid "illegal variable index" +msgstr "variable d'index illégale" + +#: ieee.c:1431 +msgid "illegal type index" +msgstr "type d'index illégal" + +#: ieee.c:1441 ieee.c:1478 +msgid "unknown TY code" +msgstr "code TY inconnu" + +#: ieee.c:1460 +msgid "undefined variable in TY" +msgstr "variable non définie dans TY" + +#. Pascal file name. FIXME. +#: ieee.c:1871 +msgid "Pascal file name not supported" +msgstr "Nom de fichier Pascal non supporté" + +#: ieee.c:1919 +msgid "unsupported qualifer" +msgstr "qualificatif non supporté" + +#: ieee.c:2190 +msgid "undefined variable in ATN" +msgstr "variable non définie dans ATN" + +#: ieee.c:2233 +msgid "unknown ATN type" +msgstr "type ATN inconnu" + +#. Reserved for FORTRAN common. +#: ieee.c:2355 +msgid "unsupported ATN11" +msgstr "ATN11 non supporté" + +#. We have no way to record this information. FIXME. +#: ieee.c:2382 +msgid "unsupported ATN12" +msgstr "ATN2 non supporté" + +#: ieee.c:2442 +msgid "unexpected string in C++ misc" +msgstr "chaîne inattendue dans misc en C++" + +#: ieee.c:2455 +msgid "bad misc record" +msgstr "mauvais enregistrement misc" + +#: ieee.c:2498 +msgid "unrecognized C++ misc record" +msgstr "enregistrement misc non reconnu en C++" + +#: ieee.c:2615 +msgid "undefined C++ object" +msgstr "objet indéfini en C++" + +#: ieee.c:2649 +msgid "unrecognized C++ object spec" +msgstr "spécification d'objet non reconnu en C++" + +#: ieee.c:2685 +msgid "unsupported C++ object type" +msgstr "type d'objet non supporté en C++" + +#: ieee.c:2695 +msgid "C++ base class not defined" +msgstr "classe de base non définie en C++" + +#: ieee.c:2707 ieee.c:2812 +msgid "C++ object has no fields" +msgstr "objet n'ayant pas de champ en C++" + +#: ieee.c:2726 +msgid "C++ base class not found in container" +msgstr "classe de base non repéré dans le conteneur en C++" + +#: ieee.c:2833 +msgid "C++ data member not found in container" +msgstr "membre des données non repéré dans le conteneur en C++" + +#: ieee.c:2874 ieee.c:3024 +msgid "unknown C++ visibility" +msgstr "visibilité C++ inconnue" + +#: ieee.c:2908 +msgid "bad C++ field bit pos or size" +msgstr "mauvais champ de bit pos ou de taille en C++" + +#: ieee.c:3000 +msgid "bad type for C++ method function" +msgstr "mauvais type pour le méthode d'une fonction en C++" + +#: ieee.c:3010 +msgid "no type information for C++ method function" +msgstr "aucune information sur le type pour la méthode de la fonction en C++" + +#: ieee.c:3049 +msgid "C++ static virtual method" +msgstr "méthode statique virtuelle en C++" + +#: ieee.c:3144 +msgid "unrecognized C++ object overhead spec" +msgstr "spécification de l'en-tête de l'objet en C++ n'est pas reconnue" + +#: ieee.c:3183 +msgid "undefined C++ vtable" +msgstr "vtable non définie en C++" + +#: ieee.c:3254 +msgid "C++ default values not in a function" +msgstr "valeurs par défaut ne sont pas dans une fonction en C++" + +#: ieee.c:3294 +msgid "unrecognized C++ default type" +msgstr "type par défaut en C++ n'est pas reconnu" + +#: ieee.c:3325 +msgid "reference parameter is not a pointer" +msgstr "paramètre de la référence n'est pas un pointeur" + +#: ieee.c:3410 +msgid "unrecognized C++ reference type" +msgstr "référence du type en C++ n'est pas reconnue" + +#: ieee.c:3492 +msgid "C++ reference not found" +msgstr "la référence n'a pas été retrouvée en C++" + +#: ieee.c:3500 +msgid "C++ reference is not pointer" +msgstr "la référence n'est pas un pointeur en C++" + +#: ieee.c:3529 ieee.c:3537 +msgid "missing required ASN" +msgstr "ASN requis est absent" + +#: ieee.c:3567 ieee.c:3575 +msgid "missing required ATN65" +msgstr "ATN65 requis est absent" + +#: ieee.c:3589 +msgid "bad ATN65 record" +msgstr "mauvais enregistrement ATN65" + +#: ieee.c:4236 +msgid "IEEE numeric overflow: 0x" +msgstr "débordement numériquie IEEE: Ox" + +#: ieee.c:4282 +#, c-format +msgid "IEEE string length overflow: %u\n" +msgstr "débordement de la longueur de la chaîne IEEE: %u\n" + +#: ieee.c:5324 +#, c-format +msgid "IEEE unsupported integer type size %u\n" +msgstr "taille de type d'entier IEEE non supporté %u\n" + +#: ieee.c:5360 +#, c-format +msgid "IEEE unsupported float type size %u\n" +msgstr "taille de type de nombre IEEE en notation flottante non supporté %u\n" + +#: ieee.c:5396 +#, c-format +msgid "IEEE unsupported complex type size %u\n" +msgstr "taille de nombre complexe IEEE non supportée %u\n" + +#: nlmconv.c:275 srconv.c:1966 +msgid "input and output files must be different" +msgstr "fichiers d'entrée et de sortie doivent être différents" + +#: nlmconv.c:322 +msgid "input file named both on command line and with INPUT" +msgstr "fichier d'entrée nommé à la fois sur la ligne de commande et dans la champ INPUT" + +#: nlmconv.c:331 +msgid "no input file" +msgstr "aucun fichier d'entrée" + +#: nlmconv.c:361 +msgid "no name for output file" +msgstr "aucun nom pour le fichier de sortie" + +#: nlmconv.c:374 +msgid "warning: input and output formats are not compatible" +msgstr "AVERTISSEMENT: les formats d'entrée et de sortie sont incompatibles" + +#: nlmconv.c:403 +msgid "make .bss section" +msgstr "générer la section .bss" + +#: nlmconv.c:412 +msgid "make .nlmsections section" +msgstr "générer la section .nlmsections" + +#: nlmconv.c:414 +msgid "set .nlmsections flags" +msgstr "initialiser les fanions .nlmsections" + +#: nlmconv.c:442 +msgid "set .bss vma" +msgstr "initialiser le vma de la section .bss" + +#: nlmconv.c:449 +msgid "set .data size" +msgstr "initialiser la taille de la section .data" + +#: nlmconv.c:629 +#, c-format +msgid "warning: symbol %s imported but not in import list" +msgstr "AVERTISSEMENT: symbole %s importé mais n'est pas dans la liste d'importation" + +#: nlmconv.c:649 +msgid "set start address" +msgstr "initialiser l'adresse de départ" + +#: nlmconv.c:698 +#, c-format +msgid "warning: START procedure %s not defined" +msgstr "AVERTISSEMENT: procédure START %s n'est pas définie" + +#: nlmconv.c:700 +#, c-format +msgid "warning: EXIT procedure %s not defined" +msgstr "AVERTISSEMENT: procédure EXIT %s n'est pas définie" + +#: nlmconv.c:702 +#, c-format +msgid "warning: CHECK procedure %s not defined" +msgstr "AVERTISSEMENT: procédure CHECK %s n'est pas définie" + +#: nlmconv.c:723 nlmconv.c:912 +msgid "custom section" +msgstr "section \"custom\"" + +#: nlmconv.c:744 nlmconv.c:941 +msgid "help section" +msgstr "section d'aide" + +#: nlmconv.c:766 nlmconv.c:959 +msgid "message section" +msgstr "section message" + +#: nlmconv.c:782 nlmconv.c:992 +msgid "module section" +msgstr "section module" + +#: nlmconv.c:802 nlmconv.c:1008 +msgid "rpc section" +msgstr "section rpc" + +#. There is no place to record this information. +#: nlmconv.c:838 +#, c-format +msgid "%s: warning: shared libraries can not have uninitialized data" +msgstr "%s: AVERTISSEMENT: les librairies partagées ne peuvent avoir des données non initialisées" + +#: nlmconv.c:859 nlmconv.c:1027 +msgid "shared section" +msgstr "section partagée" + +#: nlmconv.c:867 +msgid "warning: No version number given" +msgstr "AVERTISSEMENT: aucun numéro de version fourni" + +#: nlmconv.c:907 nlmconv.c:936 nlmconv.c:954 nlmconv.c:1003 nlmconv.c:1022 +#, c-format +msgid "%s: read: %s" +msgstr "%s: lu: %s" + +#: nlmconv.c:929 +msgid "warning: MAP and FULLMAP are not supported; try ld -M" +msgstr "AVERTISSEMENT: MAP et FULLMAP ne sont pas supportées; essayer ld -M" + +#: nlmconv.c:1099 +#, c-format +msgid "%s: Convert an object file into a NetWare Loadable Module\n" +msgstr "%s: convertir un fichier objet en un NetWare Loadable Module\n" + +#: nlmconv.c:1111 +#, c-format +msgid "" +"Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n" +" [--input-target=bfdname] [--output-target=bfdname]\n" +" [--header-file=file] [--linker=linker] [--debug]\n" +" [--help] [--version]\n" +" [in-file [out-file]]\n" +msgstr "" +"Usage: %s [-dhV] [-I nombfd] [-O nombfd] [-T fichier_en_tete] [-l editeur_de_lien]\n" +" [--input-target=nombfd] [--output-target=nombfd]\n" +" [--header-file=fichier] [--linker=editeur_de_liens] [--debug]\n" +" [--help] [--version]\n" +" [fichier_d_entree [fichier_de_sortie]]\n" + +#: nlmconv.c:1151 +#, c-format +msgid "support not compiled in for %s" +msgstr "soutien non compilé pour %s" + +#: nlmconv.c:1191 +msgid "make section" +msgstr "section make" + +#: nlmconv.c:1205 +msgid "set section size" +msgstr "initialisation de la taille de la section" + +#: nlmconv.c:1211 +msgid "set section alignment" +msgstr "initialisation de l'alignement de la section" + +#: nlmconv.c:1215 +msgid "set section flags" +msgstr "initialisation des fanions de la section" + +#: nlmconv.c:1226 +msgid "set .nlmsections size" +msgstr "initialisation de la taille de .nlmsections" + +#: nlmconv.c:1314 nlmconv.c:1322 nlmconv.c:1331 nlmconv.c:1336 +msgid "set .nlmsection contents" +msgstr "initialisation du contenu de .nlmsection" + +#: nlmconv.c:1839 +msgid "stub section sizes" +msgstr "taille de la section stub" + +#: nlmconv.c:1888 +msgid "writing stub" +msgstr "écriture du stub" + +#: nlmconv.c:1978 +#, c-format +msgid "unresolved PC relative reloc against %s" +msgstr "relocalisation relative sur PC non résolue de %s" + +#: nlmconv.c:2042 +#, c-format +msgid "overflow when adjusting relocation against %s" +msgstr "débordement lors de la relocalisation de %s" + +#: nlmconv.c:2159 +#, c-format +msgid "%s: execution of %s failed: " +msgstr "%s: échec d'exécution de %s :" + +#: nlmconv.c:2174 +#, c-format +msgid "Execution of %s failed" +msgstr "Échec d'exécution de %s" + +#: nm.c:294 +#, c-format +msgid "Usage: %s [OPTION]... [FILE]...\n" +msgstr "Usage: %s [OPTIONS]... [FICHIER]...\n" + +#: nm.c:295 +msgid "List symbols from FILEs (a.out by default).\n" +msgstr "Afficher les symboles des FICHIERS (a.out par défaut).\n" + +#: nm.c:296 +msgid "" +"\n" +" -a, --debug-syms Display debugger-only symbols\n" +" -A, --print-file-name Print name of the input file before every symbol\n" +" -B Same as --format=bsd\n" +" -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n" +" The STYLE, if specified, can be `auto' (the default),\n" +" `gnu', 'lucid', 'arm', 'hp', 'edg' or 'gnu-new-abi'\n" +" --no-demangle Do not demangle low-level symbol names\n" +" -D, --dynamic Display dynamic symbols instead of normal symbols\n" +" --defined-only Display only defined symbols\n" +" -e (ignored)\n" +" -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n" +" `sysv' or `posix'. The default is `bsd'\n" +" -g, --extern-only Display only external symbols\n" +" -h, --help Display this information\n" +" -l, --line-numbers Use debugging information to find a filename and\n" +" line number for each symbol\n" +" -n, --numeric-sort Sort symbols numerically by address\n" +" -o Same as -A\n" +" -p, --no-sort Do not sort the symbols\n" +" -P, --portability Same as --format=posix\n" +" -r, --reverse-sort Reverse the sense of the sort\n" +" -s, --print-armap Include index for symbols from archive members\n" +" --size-sort Sort symbols by size\n" +" -t, --radix=RADIX Use RADIX for printing symbol values\n" +" --target=BFDNAME Specify the target object format as BFDNAME\n" +" -u, --undefined-only Display only undefined symbols\n" +" -V, --version Display this program's version number\n" +" -X 32_64 (ignored)\n" +"\n" +msgstr "" +"\n" +" -a, --debug-syms afficher seulement les symboles de débug\n" +" -A, --print-file-name afficher le nom du fichier d'entrée avant chaque symbole\n" +" -B identique à --format=bsd\n" +" -C, --demangle[=STYLE] décoder les noms des symboles de bas niveau en noms de ceux\n" +" du niveau usager. Le STYLE, si spécifié, peut être `auto'\n" +" (par défaut), `gnu', 'lucid', 'arm', 'hp', 'edg' ou 'gnu-new-abi'\n" +" --no-demangle ne pas encoder par mutilation les noms des symboles de bas niveau\n" +" -D, --dynamic afficher les symboles dynamiques au lieu des symboles normaux\n" +" --defined-only afficher seulement les symboles définis\n" +" -e (ignoré)\n" +" -f, --format=FORMAT utiliser le FORMAT de sortie qui peut être `bsd' (par défaut),\n" +" `sysv' ou `posix'.\n" +" -g, --extern-only afficher seulement les symboles externes\n" +" -h, --help afficher cette information\n" +" -l, --line-numbers utiliser les informations de débug pour repérer le nom de fichier\n" +" et un numéro de ligne pour chaque symbole\n" +" -n, --numeric-sort trier les symboles numériquement par adresse\n" +" -o identique à -A\n" +" -p, --no-sort ne pas trier les symboles\n" +" -P, --portability identique à --format=posix\n" +" -r, --reverse-sort trier en ordre inverse\n" +" -s, --print-armap inclure un index pour les symboles à partir des membres de l'archive\n" +" --size-sort trier les symboles par leur taille\n" +" -t, --radix=BASE utiliser la BASE numérique pour afficher la valeur des symboles\n" +" --target=NOM_BFD spécifier la cible du format de l'objet par le NOM_BFD\n" +" -u, --undefined-only afficher seulement les symboles indéfinis\n" +" -V, --version afficher le nom et la version du logiciel\n" +" -X 32_64 (ignoré)\n" +"\n" + +#: nm.c:328 objdump.c:274 +#, c-format +msgid "Report bugs to %s.\n" +msgstr "Rapporter toutes anomalies à %s\n" + +#: nm.c:361 +#, c-format +msgid "%s: invalid radix" +msgstr "%s: base numérique invalide" + +#: nm.c:386 +#, c-format +msgid "%s: invalid output format" +msgstr "%s: format de sortie invalide" + +#: nm.c:493 +msgid "Only -X 32_64 is supported" +msgstr "Seul -X 32_64 est supporté" + +#: nm.c:535 +#, c-format +msgid "data size %ld" +msgstr "taille des donnée %ld" + +#: nm.c:1325 +#, c-format +msgid "\n\nUndefined symbols from %s:\n\n" +msgstr "\n\nSymboles indéfinis dans %s:\n\n" + +#: nm.c:1327 +#, c-format +msgid "\n\nSymbols from %s:\n\n" +msgstr "\n\nSymboles de %s:\n\n" + +#: nm.c:1328 nm.c:1382 +msgid "Name Value Class Type Size Line Section\n\n" +msgstr "Nom Valeur Classe Type Taille Ligne Section\n\n" + +#: nm.c:1379 +#, c-format +msgid "\n\nUndefined symbols from %s[%s]:\n\n" +msgstr "\n\nSymboles indéfinis dans %s[%s]:\n\n" + +#: nm.c:1381 +#, c-format +msgid "\n\nSymbols from %s[%s]:\n\n" +msgstr "\n\nSymboles de %s[%s]:\n\n" + +#: nm.c:1552 +msgid "\nArchive index:\n" +msgstr "\nIndexe de l'archive:\n" + +#: objcopy.c:322 +#, c-format +msgid "Usage: %s in-file [out-file]\n" +msgstr "Usage: %s fichier_d_entrée [fichier_de_sortie]\n" + +#: objcopy.c:323 objcopy.c:383 +msgid " The switches are:\n" +msgstr " Les commutateurs sont:\n" + +#: objcopy.c:324 +msgid "" +" -I --input-target Assume input file is in format \n" +" -O --output-target Create an output file in format \n" +" -F --target Set both input and output format to \n" +" --debugging Convert debugging information, if possible\n" +" -p --preserve-dates Copy modified/access timestamps to the output\n" +" -j --only-section Only copy section into the output\n" +" -R --remove-section Remove section from the output\n" +" -S --strip-all Remove all symbol and relocation information\n" +" -g --strip-debug Remove all debugging symbols\n" +" --strip-unneeded Remove all symbols not needed by relocations\n" +" -N --strip-symbol Do not copy symbol \n" +" -K --keep-symbol Only copy symbol \n" +" -L --localize-symbol Force symbol to be marked as a local\n" +" -W --weaken-symbol Force symbol to be marked as a weak\n" +" --weaken Force all global symbols to be marked as weak\n" +" -x --discard-all Remove all non-global symbols\n" +" -X --discard-locals Remove any compiler-generated symbols\n" +" -i --interleave Only copy one out of every bytes\n" +" -b --byte Select byte in every interleaved block\n" +" --gap-fill Fill gaps between sections with \n" +" --pad-to Pad the last section up to address \n" +" --set-start Set the start address to \n" +" {--change-start|--adjust-start} \n" +" Add to the start address\n" +" {--change-addresses|--adjust-vma} \n" +" Add to LMA, VMA and start addresses\n" +" {--change-section-address|--adjust-section-vma} {=|+|-}\n" +" Change LMA and VMA of section by \n" +" --change-section-lma {=|+|-}\n" +" Change the LMA of section by \n" +" --change-section-vma {=|+|-}\n" +" Change the VMA of section by \n" +" {--[no-]change-warnings|--[no-]adjust-warnings}\n" +" Warn if a named section does not exist\n" +" --set-section-flags =\n" +" Set section 's properties to \n" +" --add-section = Add section found in to output\n" +" --change-leading-char Force output format's leading character style\n" +" --remove-leading-char Remove leading character from global symbols\n" +" --redefine-sym = Redefine symbol name to \n" +" --srec-len Restrict the length of generated Srecords\n" +" --srec-forceS3 Restrict the type of generated Srecords to S3\n" +" -v --verbose List all object files modified\n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +msgstr "" +" -I --input-target assumer que le fichier d'entrée est de format \n" +" -O --output-target créer un fichier de sortie de format \n" +" -F --target initialiser les formats d'entrée et de sortie à \n" +" --debugging convertir les informations de débug, si possible\n" +" -p --preserve-dates conserver les dates d'accès et de modification de fichiers\n" +" -j --only-section copier seulement la section dans le fichier de sortie\n" +" -R --remove-section retirer la section du fichier de sortie\n" +" -S --strip-all retirer tous les symboles et les informations de relocalisation\n" +" -g --strip-debug retirer tous les symboles de débug\n" +" --strip-unneeded retirer tous les symboles qui ne sont pas nécessaires pour la relocalisation\n" +" -N --strip-symbol ne pas copier le symbole \n" +" -K --keep-symbol copier seulement le symbole \n" +" -L --localize-symbol marquer le symbole comme symbole local\n" +" -W --weaken-symbol marquer le symbole comme symbole faible\n" +" --weaken marquer tous les symboles globaux comme symboles faibles\n" +" -x --discard-all retirer tous les symboles qui ne sont pas globaux\n" +" -X --discard-locals retirer tous les symboles générés par le compilateur\n" +" -i --interleave copier seulement 1 octet à chaque d'octets\n" +" -b --byte sélectionner l'octet dans chaque bloc intercalé\n" +" --gap-fill remplir les trous entre les sections avec la \n" +" --pad-to remplir la dernière section jusqu'à l'\n" +" --set-start utiliser l' de départ\n" +" {--change-start|--adjust-start} \n" +" ajouter l' à l'adresse de départ\n" +" {--change-addresses|--adjust-vma} \n" +" ajouter l' aux adresses LMA, VMA et de départ\n" +" {--change-section-address|--adjust-section-vma} {=|+|-}\n" +" modifier LMA et VMA de la section par la \n" +" --change-section-lma {=|+|-}\n" +" modifier LMA de la section par la \n" +" --change-section-vma {=|+|-}\n" +" modifier VMA de la section par la \n" +" {--[no-]change-warnings|--[no-]adjust-warnings}\n" +" avertir si le nom de la section n'existe pas\n" +" --set-section-flags =\n" +" initialiser les propriétés de la section avec les \n" +" --add-section = ajouter la section repérée dans le vers la sortie\n" +" --change-leading-char forcer le format de sortie du style des caractères de préfixe\n" +" --remove-leading-char retirer les caractères de préfixe des symboles globaux\n" +" --redefine-sym =\n" +" redéfinir le nom du symbole à \n" +" --srec-len restreindre la longueur des Srecords générés\n" +" --srec-forceS3 restreindre le type de Srecords générés à S3\n" +" -v --verbose afficher la liste de tous les objets modifiés\n" +" -V --version afficher le nom et la version du logiciel\n" +" -h --help afficher l'aide-mémoire\n" + +#: objcopy.c:382 +#, c-format +msgid "Usage: %s in-file(s)\n" +msgstr "Usage: %s fichier(s)_d_entrée\n" + +#: objcopy.c:384 +msgid "" +" -I --input-target Assume input file is in format \n" +" -O --output-target Create an output file in format \n" +" -F --target Set both input and output format to \n" +" -p --preserve-dates Copy modified/access timestamps to the output\n" +" -R --remove-section Remove section from the output\n" +" -s --strip-all Remove all symbol and relocation information\n" +" -g -S --strip-debug Remove all debugging symbols\n" +" --strip-unneeded Remove all symbols not needed by relocations\n" +" -N --strip-symbol Do not copy symbol \n" +" -K --keep-symbol Only copy symbol \n" +" -x --discard-all Remove all non-global symbols\n" +" -X --discard-locals Remove any compiler-generated symbols\n" +" -v --verbose List all object files modified\n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +" -o Place stripped output into \n" +msgstr "" +" -I --input-target assumer que le format du fichier d'entrée est \n" +" -O --output-target créer un fichier de sortie ayant le format \n" +" -F --target utiliser à l'entrée et à la sortie le format \n" +" -p --preserve-dates préserver les dates d'accès et de modification lors de la copie\n" +" -R --remove-section retirer la section du fichier de sortie\n" +" -s --strip-all retirer tous les symboles et les informations de relocalisation\n" +" -g -S --strip-debug retirer tous les symboles de débug\n" +" --strip-unneeded retirer tous les symboles qui ne sont pas nécessaire à la relocalisation\n" +" -N --strip-symbol ne pas copier le symbole \n" +" -K --keep-symbol copier seulement le symbole \n" +" -x --discard-all retirer tous les symboles qui ne sont pas globaux\n" +" -X --discard-locals retirer tous les symboles qui sont générés par le compilateur\n" +" -v --verbose afficher tous les fichiers objets modifiés\n" +" -V --version afficher le nom et la version du logiciel\n" +" -h --help afficher l'aide-mémoire\n" +" -o placer la sortie élaguée dans le \n" + +#: objcopy.c:454 +#, c-format +msgid "unrecognized section flag `%s'" +msgstr "fanion de section non reconnnu `%s'" + +#: objcopy.c:455 +#, c-format +msgid "supported flags: %s" +msgstr "fanions supportés: %s" + +#: objcopy.c:712 +#, c-format +msgid "%s: Multiple redefinition of symbol \"%s\"" +msgstr "%s: re-définition multiples du symbole \"%s\"" + +#: objcopy.c:719 +#, c-format +msgid "%s: Symbol \"%s\" is target of more than one redefinition" +msgstr "%s: symbole \"%s\" cible plus d'une re-définition" + +#: objcopy.c:773 +#, c-format +msgid "copy from %s(%s) to %s(%s)\n" +msgstr "copie de %s(%s) vers %s(%s)\n" + +#: objcopy.c:792 +#, c-format +msgid "Warning: Output file cannot represent architecture %s" +msgstr "AVERTISSEMENT: fichier de sortie ne peut représenter l'architecture %s" + +#: objcopy.c:819 +#, c-format +msgid "can't create section `%s': %s" +msgstr "Ne peut créer la section `%s': %s" + +#: objcopy.c:905 +#, c-format +msgid "Can't fill gap after %s: %s" +msgstr "Ne peut remplir le vide après %s: %s" + +#: objcopy.c:930 +#, c-format +msgid "Can't add padding to %s: %s" +msgstr "Ne peut ajouter de remplissage pour %s: %s" + +#: objcopy.c:1068 +#, c-format +msgid "%s: error copying private BFD data: %s" +msgstr "%s: erreur de copie des données privées BFD: %s" + +#: objcopy.c:1102 +#, c-format +msgid "cannot mkdir %s for archive copying (error: %s)" +msgstr "ne peut créer le répertoire mkdir %s pour copie d'archivage (erreur: %s)" + +#: objcopy.c:1291 +msgid "making" +msgstr "génération" + +#: objcopy.c:1300 +msgid "size" +msgstr "taille" + +#: objcopy.c:1314 +msgid "vma" +msgstr "vma" + +#: objcopy.c:1340 +msgid "alignment" +msgstr "alignement" + +#: objcopy.c:1349 +msgid "flags" +msgstr "fanions" + +#: objcopy.c:1363 +msgid "private data" +msgstr "données privées" + +#: objcopy.c:1371 +#, c-format +msgid "%s: section `%s': error in %s: %s" +msgstr "%s: section `%s': erreur dans %s: %s" + +#: objcopy.c:1645 +#, c-format +msgid "%s: can't create debugging section: %s" +msgstr "%s: ne peut créer la section de débug: %s" + +#: objcopy.c:1660 +#, c-format +msgid "%s: can't set debugging section contents: %s" +msgstr "%s: ne peut initialiser le contenu de la section de débug: %s" + +#: objcopy.c:1669 +#, c-format +msgid "%s: don't know how to write debugging information for %s" +msgstr "%s: ne sait comment écrire les informations de débug de %s" + +#: objcopy.c:1775 +#, c-format +msgid "%s: cannot stat: %s" +msgstr "%s: ne peut évaluer par stat(): %s" + +#: objcopy.c:1825 +msgid "byte number must be non-negative" +msgstr "le nombre d'octet ne peut être négatif" + +#: objcopy.c:1831 +msgid "interleave must be positive" +msgstr "l'intercalage doit être positif" + +#: objcopy.c:1851 objcopy.c:1859 +#, c-format +msgid "%s both copied and removed" +msgstr "%s les deux doivent être copiés et enlevés" + +#: objcopy.c:1928 objcopy.c:1998 objcopy.c:2099 objcopy.c:2127 +#, c-format +msgid "bad format for %s" +msgstr "mauvais format pour %s" + +#: objcopy.c:1931 +#, c-format +msgid "cannot stat: %s: %s" +msgstr "ne peut évaluer par stat(): %s: %s" + +#: objcopy.c:1949 +#, c-format +msgid "cannot open: %s: %s" +msgstr "ne peut ouvrir: %s: %s" + +#: objcopy.c:1953 +#, c-format +msgid "%s: fread failed" +msgstr "%s: fread en échec" + +#: objcopy.c:2067 +#, c-format +msgid "Warning: truncating gap-fill from 0x%s to 0x%x" +msgstr "AVERTISSEMENT: réduction du remplissage de 0x%s à 0x%x" + +#: objcopy.c:2169 +msgid "byte number must be less than interleave" +msgstr "le nombre d'octets ne peut être plus petit que celui de l'intercalage" + +#: objcopy.c:2188 +#, c-format +msgid "Cannot stat: %s: %s" +msgstr "Ne peut évaluer par stat(): %s: %s" + +#: objcopy.c:2228 objcopy.c:2242 +#, c-format +msgid "%s %s%c0x%s never used" +msgstr "%s %s%c0x%s jamais utilisé" + +#: objdump.c:223 +#, c-format +msgid "Usage: %s OPTION... FILE...\n" +msgstr "Usage: %s OPTION... FICHIER...\n" + +#: objdump.c:224 +msgid "Display information from object FILE.\n" +msgstr "Afficher les informations depuis le FICHIER objet.\n" + +#: objdump.c:225 +msgid "\n At least one of the following switches must be given:\n" +msgstr "\n Au moins un des commutateurs suivants doit être fourni:\n" + +#: objdump.c:226 +msgid "" +" -a, --archive-headers Display archive header information\n" +" -f, --file-headers Display the contents of the overall file header\n" +" -p, --private-headers Display object format specific file header contents\n" +" -h, --[section-]headers Display the contents of the section headers\n" +" -x, --all-headers Display the contents of all headers\n" +" -d, --disassemble Display assembler contents of executable sections\n" +" -D, --disassemble-all Display assembler contents of all sections\n" +" -S, --source Intermix source code with disassembly\n" +" -s, --full-contents Display the full contents of all sections requested\n" +" -g, --debugging Display debug information in object file\n" +" -G, --stabs Display (in raw form) any STABS info in the file\n" +" -t, --syms Display the contents of the symbol table(s)\n" +" -T, --dynamic-syms Display the contents of the dynamic symbol table\n" +" -r, --reloc Display the relocation entries in the file\n" +" -R, --dynamic-reloc Display the dynamic relocation entries in the file\n" +" -V, --version Display this program's version number\n" +" -i, --info List object formats and architectures supported\n" +" -H, --help Display this information\n" +msgstr "" +" -a, --archive-headers afficher l'information de l'en-tête de l'archive\n" +" -f, --file-headers afficher le contenu global du fichier d'en-tête\n" +" -p, --private-headers afficher le format spécifique du contenu de l'en-tête de l'objet\n" +" -h, --[section-]headers afficher le contenu des en-têtes de section\n" +" -x, --all-headers afficher le contenu de toutes les en-têtes\n" +" -d, --disassemble afficher le contenu en assembleur des sections exécutables\n" +" -D, --disassemble-all afficher le contenu en assembleur de toutes les sections\n" +" -S, --source inter-mêler le code source avec le déassemblage\n" +" -s, --full-contents afficher le contenu complet de toutes les sections voulus\n" +" -g, --debugging afficher information de débug du fichier objet\n" +" -G, --stabs afficher (en format brut) toutes les infos à inclure du fichier\n" +" -t, --syms afficher le contenu de(s) table(s) de symboles\n" +" -T, --dynamic-syms afficher le contenu de la table dynamique de symboles\n" +" -r, --reloc afficher les entrées de relocalisation du fichier\n" +" -R, --dynamic-reloc afficher les entrées dynamiques de relocalisation du fichier\n" +" -V, --version afficher le nom et la version du logiciel\n" +" -i, --info afficher les formats objets et les architectures supportées\n" +" -H, --help afficher cette information\n" + +#: objdump.c:248 +msgid "\n The following switches are optional:\n" +msgstr "\n Les commutateurs suivants sont optionnels:\n" + +#: objdump.c:249 +msgid "" +" -b, --target=BFDNAME Specify the target object format as BFDNAME\n" +" -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" +" -j, --section=NAME Only display information for section NAME\n" +" -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n" +" -EB --endian=big Assume big endian format when disassembling\n" +" -EL --endian=little Assume little endian format when disassembling\n" +" --file-start-context Include context from start of file (with -S)\n" +" -l, --line-numbers Include line numbers and filenames in output\n" +" -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" +" The STYLE, if specified, can be `auto', 'gnu',\n" +" 'lucid', 'arm', 'hp', 'edg', or 'gnu-new-abi'\n" +" -w, --wide Format output for more than 80 columns\n" +" -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n" +" --start-address=ADDR Only process data whoes address is >= ADDR\n" +" --stop-address=ADDR Only process data whoes address is <= ADDR\n" +" --prefix-addresses Print complete address alongside disassembly\n" +" --[no-]show-raw-insn Display hex alongside symbolic disassembly\n" +" --adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n" +"\n" +msgstr "" +" -b, --target=NOMBFD spécifier le format de l'objet cible comme NOMBFD\n" +" -m, --architecture=MACHINE spécifier l'architecture cible de la MACHINE\n" +" -j, --section=NOM afficher seulement les informations de la section du NOM\n" +" -M, --disassembler-options=OPT relayer l'OPTion au dé-assembleur\n" +" -EB --endian=big assumer le format `big endian' lors du dé-assemblage\n" +" -EL --endian=little assumer le format `little endian' lors du dé-assemblage\n" +" --file-start-context inclure le contexte à partir du début du fichier (avec -S)\n" +" -l, --line-numbers inclure les numéros de ligne et les noms de fichier dans la sortie\n" +" -C, --demangle[=STYLE] décoder les mutilations/traitements des noms de symboles\n" +" Le STYLE, si spécifé, peut être `auto', 'gnu',\n" +" 'lucid', 'arm', 'hp', 'edg', ou 'gnu-new-abi'\n" +" -w, --wide formatter la sortie pour plus de 80 colonnes\n" +" -z, --disassemble-zeroes ne pas escamoter les blocs de zéros lors du dé-assemblage\n" +" --start-address=ADR traiter seulement les données dont les adresses sont >= ADR\n" +" --stop-address=ADR traiter seulement les données dont les adresses sont <= ADR\n" +" --prefix-addresses afficher les adresses complètes dans le dé-assemblage\n" +" --[no-]show-raw-insn afficher en hexadécimale le dé-assemblage symbolique\n" +" --adjust-vma=DÉCALAGE ajouter un DÉCALAGE à toutes les adresses affichés des sections\n" +"\n" + +#: objdump.c:419 +msgid "Sections:\n" +msgstr "Sections:\n" + +#: objdump.c:422 +msgid "Idx Name Size VMA LMA File off Algn" +msgstr "Idx Nom Taille VMA LMA Fich off Algn" + +#: objdump.c:424 +msgid "Idx Name Size VMA LMA File off Algn" +msgstr "Idx Nom Taille VMA LMA Fich off Algn" + +#: objdump.c:428 +msgid " Flags" +msgstr " Fanions" + +#: objdump.c:478 +#, c-format +msgid "%s: not a dynamic object" +msgstr "%s: n'est pas un objet dynamique" + +#: objdump.c:494 +#, c-format +msgid "%s: No dynamic symbols" +msgstr "%s: aucun symboles dynamiques" + +#: objdump.c:1197 +msgid "Out of virtual memory" +msgstr "Mémoire virtuelle épuisée" + +#: objdump.c:1616 +#, c-format +msgid "Can't use supplied machine %s" +msgstr "Ne peut utiliser la machine %s" + +#: objdump.c:1634 +#, c-format +msgid "Can't disassemble for architecture %s\n" +msgstr "Ne peut déassembler pour l'architecture %s\n" + +#: objdump.c:1716 +#, c-format +msgid "Disassembly of section %s:\n" +msgstr "Déassemblage de la section %s:\n" + +#: objdump.c:1890 +#, c-format +msgid "No %s section present\n\n" +msgstr "Aucune section %s présente\n\n" + +#: objdump.c:1897 +#, c-format +msgid "%s has no %s section" +msgstr "%s n'as pas de section %s" + +#: objdump.c:1911 +#, c-format +msgid "Reading %s section of %s failed: %s" +msgstr "Lecture de la section %s de %s a échouée: %s" + +#: objdump.c:1923 +#, c-format +msgid "Reading %s section of %s failed: %s\n" +msgstr "Lecture de la section %s de %s a échouée: %s\n" + +#: objdump.c:1966 +#, c-format +msgid "Contents of %s section:\n\n" +msgstr "Contenu de la section %s:\n\n" + +#: objdump.c:2066 +#, c-format +msgid "architecture: %s, " +msgstr "architecture: %s, " + +#: objdump.c:2069 +#, c-format +msgid "flags 0x%08x:\n" +msgstr "fanions 0x%08x:\n" + +#: objdump.c:2082 +msgid "\nstart address 0x" +msgstr "\nadresse de départ 0x" + +#: objdump.c:2114 +#, c-format +msgid "\n%s: file format %s\n" +msgstr "\n%s: format de fichier %s\n" + +#: objdump.c:2156 +#, c-format +msgid "%s: printing debugging information failed" +msgstr "%s: échec d'affichage des information de débug" + +#: objdump.c:2233 +#, c-format +msgid "In archive %s:\n" +msgstr "Dans l'archive %s:\n" + +#: objdump.c:2285 +#, c-format +msgid "Contents of section %s:\n" +msgstr "Contenu de la section %s:\n" + +#: objdump.c:2798 +#, c-format +msgid "BFD header file version %s\n" +msgstr "Version de l'en-tête du fichier BFD %s\n" + +#: objdump.c:2882 +msgid "unrecognized -E option" +msgstr "option -E non reconnue" + +#: objdump.c:2893 +#, c-format +msgid "unrecognized --endian type `%s'" +msgstr "type non reconnu --endian `%s'" + +#: rdcoff.c:205 +#, c-format +msgid "parse_coff_type: Bad type code 0x%x" +msgstr "parse_coff_type: mauvais type de code 0x%x" + +#: rdcoff.c:423 rdcoff.c:531 rdcoff.c:730 +#, c-format +msgid "bfd_coff_get_syment failed: %s" +msgstr "bfd_coff_get_syment en échec: %s" + +#: rdcoff.c:439 rdcoff.c:750 +#, c-format +msgid "bfd_coff_get_auxent failed: %s" +msgstr "bfd_coff_get_auxent en échec: %s" + +#: rdcoff.c:817 +#, c-format +msgid "%ld: .bf without preceding function" +msgstr "%ld: .bf aucune fonction qui précède" + +#: rdcoff.c:867 +#, c-format +msgid "%ld: unexpected .ef\n" +msgstr "%ld: .ef inattendu\n" + +#: rddbg.c:87 +#, c-format +msgid "%s: no recognized debugging information" +msgstr "%s: aucune information de débug reconnue" + +#: rddbg.c:410 +msgid "Last stabs entries before error:\n" +msgstr "Dernière entrées à inclure avant erreur:\n" + +#: readelf.c:260 +#, c-format +msgid "Unable to seek to start of %s at %x\n" +msgstr "Incapable de repérer le début de %s à %x\n" + +#: readelf.c:268 +#, c-format +msgid "Out of memory allocating %d bytes for %s\n" +msgstr "Mémoire épuisée lors de l'allocation de %d octets pour %s\n" + +#: readelf.c:274 +#, c-format +msgid "Unable to read in %d bytes of %s\n" +msgstr "Incapable de lire %d octets de %s\n" + +#: readelf.c:284 +#, c-format +msgid "Unable to seek to %x for %s\n" +msgstr "Incapable de repérer %x de %s\n" + +#: readelf.c:289 +#, c-format +msgid "Unable to read data at %x for %s\n" +msgstr "Incapable de lire les données à %x de %s\n" + +#: readelf.c:304 readelf.c:330 +#, c-format +msgid "%s: Error: " +msgstr "%s: ERREUR: " + +#: readelf.c:316 readelf.c:345 +#, c-format +msgid "%s: Warning: " +msgstr "%s: AVERTISSEMENT: " + +#: readelf.c:395 readelf.c:533 +#, c-format +msgid "Unhandled data length: %d\n" +msgstr "Taille de données non traitées: %d\n" + +#: readelf.c:597 +msgid "Don't know about relocations on this machine architecture\n" +msgstr "Ne connaît pas de méthode pour la relocalisation sur l'architecture de cette machine\n" + +#: readelf.c:637 readelf.c:666 readelf.c:698 readelf.c:726 +msgid "out of memory parsing relocs" +msgstr "Mémoire épuisée lors de l'analyse syntaxique des relocalisations" + +#: readelf.c:744 +msgid " Offset Info Type Symbol's Value Symbol's Name Addend\n" +msgstr " Décalage Info Type Val. symboles Noms des symboles Addenda\n" + +#: readelf.c:747 +msgid " Offset Info Type Symbol's Value Symbol's Name\n" +msgstr " Décalage Info Type Val. symboles Noms des symboles\n" + +#: readelf.c:907 readelf.c:909 +#, c-format +msgid "unrecognised: %-7lx" +msgstr "non reconnue: %-7lx" + +#: readelf.c:934 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:1147 +#, c-format +msgid "Processor Specific: %lx" +msgstr "Spécificités du processeur: %lx" + +#: readelf.c:1166 +#, c-format +msgid "Operating System specific: %lx" +msgstr "Spécificités du systèmes d'exploitation: %lx" + +#: readelf.c:1169 readelf.c:1677 +#, c-format +msgid ": %lx" +msgstr ": %lx" + +#: readelf.c:1183 +msgid "NONE (None)" +msgstr "NONE (Aucun)" + +#: readelf.c:1184 +msgid "REL (Relocatable file)" +msgstr "REL (Fichier de relocalisation)" + +#: readelf.c:1185 +msgid "EXEC (Executable file)" +msgstr "EXEC (fichier exécutable)" + +#: readelf.c:1186 +msgid "DYN (Shared object file)" +msgstr "DYN (fichier objet partagé)" + +#: readelf.c:1187 +msgid "CORE (Core file)" +msgstr "CORE (fichier core)" + +#: readelf.c:1191 +#, c-format +msgid "Processor Specific: (%x)" +msgstr "Spécificités du processor: (%x)" + +#: readelf.c:1193 +#, c-format +msgid "OS Specific: (%x)" +msgstr "Spécificités du système d'exploitation: (%x)" + +#: readelf.c:1195 readelf.c:1281 readelf.c:1811 +#, c-format +msgid ": %x" +msgstr ": %x" + +#: readelf.c:1208 +msgid "None" +msgstr "Aucun" + +#: readelf.c:1849 +msgid "Usage: readelf {options} elf-file(s)\n" +msgstr "Usage: readelf {options} fichier(s)-elf\n" + +#: readelf.c:1850 +msgid " Options are:\n" +msgstr " Les options sont:\n" + +#: readelf.c:1851 +msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +msgstr " -a ou --all équivalent à: -h -l -S -s -r -d -V -A -I\n" + +#: readelf.c:1852 +msgid " -h or --file-header Display the ELF file header\n" +msgstr " -h ou --file-header afficher l'en-tête du fichier ELF\n" + +#: readelf.c:1853 +msgid " -l or --program-headers or --segments\n" +msgstr " -l ou --program-headers ou --segments\n" + +#: readelf.c:1854 +msgid " Display the program headers\n" +msgstr " afficher les en-têtes du programme\n" + +#: readelf.c:1855 +msgid " -S or --section-headers or --sections\n" +msgstr " -S ou --section-headers ou --sections\n" + +#: readelf.c:1856 +msgid " Display the sections' header\n" +msgstr " afficher l'en-tête des sections\n" + +#: readelf.c:1857 +msgid " -e or --headers Equivalent to: -h -l -S\n" +msgstr " -e ou --headers équivalent à: -h -l -S\n" + +#: readelf.c:1858 +msgid " -s or --syms or --symbols Display the symbol table\n" +msgstr " -s ou --syms ou --symbols afficher la table de symboles\n" + +#: readelf.c:1859 +msgid " -n or --notes Display the core notes (if present)\n" +msgstr " -n ou --notes afficher les notes du core (si disponible)\n" + +#: readelf.c:1860 +msgid " -r or --relocs Display the relocations (if present)\n" +msgstr " -r ou --relocs afficher les relocalisations (si disponibles)\n" + +#: readelf.c:1861 +msgid " -d or --dynamic Display the dynamic segment (if present)\n" +msgstr " -d ou --dynamic afficher le segement dynamique (si disponible)\n" + +#: readelf.c:1862 +msgid " -V or --version-info Display the version sections (if present)\n" +msgstr " -V ou --version-info afficher la version des sections (si disponible)\n" + +#: readelf.c:1863 +msgid " -A or --arch-specific Display architecture specific information (if any).\n" +msgstr " -A ou --arch-specific afficher les informations de spécificités d'architecture (si disponible).\n" + +#: readelf.c:1864 +msgid " -D or --use-dynamic Use the dynamic section info when displaying symbols\n" +msgstr " -D ou --use-dynamic utiliser les infos de la section dynamique lors de l'affichage des symboles\n" + +#: readelf.c:1865 +msgid " -x or --hex-dump=\n" +msgstr " -x ou --hex-dump=\n" + +#: readelf.c:1866 +msgid " Dump the contents of section \n" +msgstr " vidanger le contenu de la section \n" + +#: readelf.c:1867 +msgid " -w[liaprf] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=frames]\n" +msgstr " -w[liaprf] ou --debug-dump[=ligne,=info,=abbrev,=nompub,=plages,=trames]\n" + +#: readelf.c:1868 +msgid " Display the contents of DWARF2 debug sections\n" +msgstr " afficher le contenu des sections DWARF2 de débug\n" + +#: readelf.c:1870 +msgid " -i or --instruction-dump=\n" +msgstr " -i ou --instruction-dump=\n" + +#: readelf.c:1871 +msgid " Disassemble the contents of section \n" +msgstr " déassembler le contenu de la section \n" + +#: readelf.c:1873 +msgid " -I or --histogram Display histogram of bucket list lengths\n" +msgstr " -I ou --histogram afficher l'histogramme of bucket list lengths\n" + +#: readelf.c:1874 +msgid " -v or --version Display the version number of readelf\n" +msgstr " -v ou --version afficher le numéro de version de readelf\n" + +#: readelf.c:1875 +msgid " -H or --help Display this information\n" +msgstr " -H ou --help afficher cette information\n" + +#: readelf.c:1893 +msgid "Out of memory allocating dump request table." +msgstr "Mémoire épuisée allocation d'une table pour requêtes de vidange" + +#: readelf.c:2033 +#, c-format +msgid "Unrecognised debug option '%s'\n" +msgstr "Option de débug non reconnue '%s'\n" + +#: readelf.c:2058 +#, c-format +msgid "Invalid option '-%c'\n" +msgstr "Option invalide '-%c'\n" + +#: readelf.c:2071 +msgid "Nothing to do.\n" +msgstr "Rien à faire.\n" + +#: readelf.c:2084 readelf.c:2101 readelf.c:3740 +msgid "none" +msgstr "aucun" + +#: readelf.c:2085 +msgid "ELF32" +msgstr "ELF32" + +#: readelf.c:2086 +msgid "ELF64" +msgstr "ELF64" + +#: readelf.c:2088 readelf.c:2105 readelf.c:2133 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:2102 +msgid "2's complement, little endian" +msgstr "complément à 2, système à octets de poids faible d'abord (little endian)" + +#: readelf.c:2103 +msgid "2's complement, big endian" +msgstr "complément à 2, système à octets de poids fort d'abord (big endian)" + +#: readelf.c:2118 +msgid "UNIX - System V" +msgstr "UNIX - System V" + +#: readelf.c:2119 +msgid "UNIX - HP-UX" +msgstr "UNIX - HP-UX" + +#: readelf.c:2120 +msgid "UNIX - NetBSD" +msgstr "UNIX - NetBSD" + +#: readelf.c:2121 +msgid "UNIX - Linux" +msgstr "UNIX - Linux" + +#: readelf.c:2122 +msgid "GNU/Hurd" +msgstr "GNU/Hurd" + +#: readelf.c:2123 +msgid "UNIX - Solaris" +msgstr "UNIX - Solaris" + +#: readelf.c:2124 +msgid "UNIX - AIX" +msgstr "UNIX - AIX" + +#: readelf.c:2125 +msgid "UNIX - IRIX" +msgstr "UNIX - IRIX" + +#: readelf.c:2126 +msgid "UNIX - FreeBSD" +msgstr "UNIX - FreeBSD" + +#: readelf.c:2127 +msgid "UNIX - TRU64" +msgstr "UNIX - TRU64" + +#: readelf.c:2128 +msgid "Novell - Modesto" +msgstr "Novell - Modesto" + +#: readelf.c:2129 +msgid "UNIX - OpenBSD" +msgstr "UNIX - OpenBSD" + +#: readelf.c:2130 +msgid "Standalone App" +msgstr "Tache autonome" + +#: readelf.c:2131 +msgid "ARM" +msgstr "ARM" + +#: readelf.c:2148 +msgid "Not an ELF file - it has the wrong magic bytes at the start\n" +msgstr "N'est pas un fichier ELF - a les mauvais octets magiques au départ\n" + +#: readelf.c:2156 +msgid "ELF Header:\n" +msgstr "En-tête ELF:\n" + +#: readelf.c:2157 +msgid " Magic: " +msgstr " Magique: " + +#: readelf.c:2161 +#, c-format +msgid " Class: %s\n" +msgstr " Classe: %s\n" + +#: readelf.c:2163 +#, c-format +msgid " Data: %s\n" +msgstr " Données: %s\n" + +#: readelf.c:2165 +#, c-format +msgid " Version: %d %s\n" +msgstr " Version: %d %s\n" + +#: readelf.c:2172 +#, c-format +msgid " OS/ABI: %s\n" +msgstr " OS/ABI: %s\n" + +#: readelf.c:2174 +#, c-format +msgid " ABI Version: %d\n" +msgstr " Version ABI: %d\n" + +#: readelf.c:2176 +#, c-format +msgid " Type: %s\n" +msgstr " Type: %s\n" + +#: readelf.c:2178 +#, c-format +msgid " Machine: %s\n" +msgstr " Machine: %s\n" + +#: readelf.c:2180 +#, c-format +msgid " Version: 0x%lx\n" +msgstr " Version: 0x%lx\n" + +#: readelf.c:2183 +msgid " Entry point address: " +msgstr " Adresse du point d'entrée: " + +#: readelf.c:2185 +msgid "\n Start of program headers: " +msgstr "\n Début des en-têtes de programme: " + +#: readelf.c:2187 +msgid "" +" (bytes into file)\n" +" Start of section headers: " +msgstr "" +" (octets dans le fichier)\n" +" Début des en-têtes de section: " + +#: readelf.c:2189 +msgid " (bytes into file)\n" +msgstr " (octets dans le fichier)\n" + +#: readelf.c:2191 +#, c-format +msgid " Flags: 0x%lx%s\n" +msgstr " Fanions: 0x%lx%s\n" + +#: readelf.c:2194 +#, c-format +msgid " Size of this header: %ld (bytes)\n" +msgstr " Taille de cet en-tête: %ld (bytes)\n" + +#: readelf.c:2196 +#, c-format +msgid " Size of program headers: %ld (bytes)\n" +msgstr " Taille de l'en-tête du programme: %ld (bytes)\n" + +#: readelf.c:2198 +#, c-format +msgid " Number of program headers: %ld\n" +msgstr " Nombre d'en-tête du programme: %ld\n" + +#: readelf.c:2200 +#, c-format +msgid " Size of section headers: %ld (bytes)\n" +msgstr " Taille des en-têtes de section: %ld (bytes)\n" + +#: readelf.c:2202 +#, c-format +msgid " Number of section headers: %ld\n" +msgstr " Nombre d'en-têtes de section: %ld\n" + +#: readelf.c:2204 +#, c-format +msgid " Section header string table index: %ld\n" +msgstr " Table d'indexes des chaînes d'en-tête de section: %ld\n" + +#: readelf.c:2289 +msgid "\nThere are no program headers in this file.\n" +msgstr "\nIl n'y a pas d'en-têtes de programme dans ce fichier.\n" + +#: readelf.c:2295 +#, c-format +msgid "\nElf file type is %s\n" +msgstr "\nType de fichier ELF est %s\n" + +#: readelf.c:2296 +msgid "Entry point " +msgstr "Point d'entrée " + +#: readelf.c:2298 +#, c-format +msgid "\nThere are %d program headers, starting at offset " +msgstr "\nIl y a %d en-têtes de programme, débutant à l'adresse de décalage" + +#: readelf.c:2309 readelf.c:2485 readelf.c:2527 readelf.c:2570 readelf.c:2611 +#: readelf.c:3133 readelf.c:3174 readelf.c:3350 readelf.c:4358 readelf.c:4372 +#: readelf.c:7741 readelf.c:7781 +msgid "Out of memory\n" +msgstr "Mémoire épuisée\n" + +#: readelf.c:2327 +#, c-format +msgid "\nProgram Header%s:\n" +msgstr "\nEn-tête de programme%s:\n" + +#: readelf.c:2331 +msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" +msgstr " Type Décalage Adr. vir. Adr.phys. T.Fich. T.Mém. Fan Alignement\n" + +#: readelf.c:2335 +msgid " Type Offset VirtAddr PhysAddr\n" +msgstr " Type Décalage Adr.virt Adr.phys.\n" + +#: readelf.c:2337 +msgid " FileSiz MemSiz Flags Align\n" +msgstr " Taille fichier Taille mémoire Fanion Alignement\n" + +#: readelf.c:2395 +msgid "more than one dynamic segment\n" +msgstr "plus d'un segment dynamique\n" + +#: readelf.c:2403 +msgid "Unable to find program interpreter name\n" +msgstr "Incapable de repérer le nom de l'interpréteur du programme\n" + +#: readelf.c:2410 +#, c-format +msgid "\n [Requesting program interpreter: %s]" +msgstr "\n [Réquisition de l'interpréteur de programme: %s]" + +#: readelf.c:2428 +msgid "\n Section to Segment mapping:\n" +msgstr "\n Section à la projection de segement:\n" + +#: readelf.c:2429 +msgid " Segment Sections...\n" +msgstr " Sections de segment...\n" + +#: readelf.c:2693 +msgid "\nThere are no sections in this file.\n" +msgstr "\nIl n'y a pas de section dans ce fichier.\n" + +#: readelf.c:2699 +#, c-format +msgid "There are %d section headers, starting at offset 0x%lx:\n" +msgstr "Il y a %d en-têtes de section, débutant à l'adresse de décalage 0x%lx:\n" + +#: readelf.c:2739 +msgid "File contains multiple dynamic symbol tables\n" +msgstr "Le fichier contient plusieurs tables dynamiques de symboles\n" + +#: readelf.c:2752 +msgid "File contains multiple dynamic string tables\n" +msgstr "Le fichier contient plusieurs tables de chaînes dynamiques\n" + +#: readelf.c:2786 +#, c-format +msgid "\nSection Header%s:\n" +msgstr "\nEn-têtes de section%s:\n" + +#: readelf.c:2790 +msgid " [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n" +msgstr " [Nr] Nom Type Adr Décala.Taille ES Fan LN Inf Al\n" + +#: readelf.c:2793 +msgid " [Nr] Name Type Address Offset\n" +msgstr " [Nr] Nom Type Adresse Décalage\n" + +#: readelf.c:2794 +msgid " Size EntSize Flags Link Info Align\n" +msgstr " Taille TaillEntré Fanion Lien Info Alignement\n" + +#: readelf.c:2841 +msgid "Key to Flags:\n" +msgstr "Clé des fanions:\n" + +#: readelf.c:2842 +msgid " W (write), A (alloc), X (execute), M (merge), S (strings)\n" +msgstr " W (écrit), A (alloc), X (exécution), M (fusion), S (chaînes)\n" + +#: readelf.c:2843 +msgid " I (info), L (link order), G (group), x (unknown)\n" +msgstr " I (info), L (ordre de liens), G (groupe), x (inconnu)\n" + +#: readelf.c:2844 +msgid " O (extra OS processing required) o (OS specific), p (processor specific)\n" +msgstr " O (traitement additionnel sys. exploit. requis) o (spécificités sys. esploit.), p (spécificités de processeur)\n" + +#: readelf.c:2902 +#, c-format +msgid "\nRelocation section at offset 0x%lx contains %ld bytes:\n" +msgstr "\nSection de relocalisation à l'adresse de décalage 0x%lx contient %ld octets:\n" + +#: readelf.c:2909 +msgid "\nThere are no dynamic relocations in this file.\n" +msgstr "\nIl n'y a pas d'informations de relocalisation dynamique dans ce fichier.\n" + +#: readelf.c:2937 +msgid "\nRelocation section " +msgstr "\nSection de relocalisation " + +#: readelf.c:2944 +#, c-format +msgid " at offset 0x%lx contains %lu entries:\n" +msgstr " à l'adresse de décalage 0x%lx contient %lu entrées:\n" + +#: readelf.c:2972 +msgid "\nThere are no relocations in this file.\n" +msgstr "\nIl n'y a pas de relocalisation dans ce fichier.\n" + +#: readelf.c:3227 +msgid "\nThere is no dynamic segment in this file.\n" +msgstr "\nIl n'y a pas de segement dynamique dans ce fichier.\n" + +#: readelf.c:3261 +msgid "Unable to seek to end of file!" +msgstr "Incapable de repérer la fin du fichier!" + +#: readelf.c:3270 +msgid "Unable to determine the number of symbols to load\n" +msgstr "Incapable de déterminer le nombre de symboles à charger\n" + +#: readelf.c:3300 +msgid "Unable to seek to end of file\n" +msgstr "Incapable de repérer la fin du fichier\n" + +#: readelf.c:3306 +msgid "Unable to determine the length of the dynamic string table\n" +msgstr "Incapable de déterminer la longueur de la table de chaînes dynamiques\n" + +#: readelf.c:3367 +#, c-format +msgid "\nDynamic segment at offset 0x%x contains %ld entries:\n" +msgstr "\nSegment dynamique à l'adresse de décalage 0x%x contient %ld entrées:\n" + +#: readelf.c:3370 +msgid " Tag Type Name/Value\n" +msgstr " Étiquettes Type Nom/Valeur\n" + +#: readelf.c:3406 +msgid "Auxiliary library" +msgstr "Librairie auxiliaire" + +#: readelf.c:3410 +msgid "Filter library" +msgstr "Librairie de filtre" + +#: readelf.c:3414 +msgid "Configuration file" +msgstr "Fichier de configuration" + +#: readelf.c:3418 +msgid "Dependency audit library" +msgstr "Librairie d'audit des dépendances" + +#: readelf.c:3422 +msgid "Audit library" +msgstr "Librairie des audits" + +#: readelf.c:3440 readelf.c:3466 readelf.c:3492 +msgid "Flags:" +msgstr "Fanions:" + +#: readelf.c:3442 readelf.c:3468 readelf.c:3494 +msgid " None\n" +msgstr "Aucun\n" + +#: readelf.c:3613 +#, c-format +msgid "Shared library: [%s]" +msgstr "Librairie partagées: [%s]" + +#: readelf.c:3616 +msgid " program interpreter" +msgstr " programme interpréteur" + +#: readelf.c:3620 +#, c-format +msgid "Library soname: [%s]" +msgstr "Librairie soname: [%s]" + +#: readelf.c:3624 +#, c-format +msgid "Library rpath: [%s]" +msgstr "Librairie rpath: [%s]" + +#: readelf.c:3628 +#, c-format +msgid "Library runpath: [%s]" +msgstr "Librairie runpath:[%s]" + +#: readelf.c:3689 +#, c-format +msgid "Not needed object: [%s]\n" +msgstr "Objet non nécessaire: [%s]\n" + +#: readelf.c:3786 +#, c-format +msgid "\nVersion definition section '%s' contains %ld entries:\n" +msgstr "\nSection des définitions de version '%s' contient %ld entrées:\n" + +#: readelf.c:3789 +msgid " Addr: 0x" +msgstr " Adr: 0x" + +#: readelf.c:3791 readelf.c:3979 +#, c-format +msgid " Offset: %#08lx Link: %lx (%s)\n" +msgstr " Décalage: %#08lx Lien: %lx (%s)\n" + +#: readelf.c:3821 +#, c-format +msgid " %#06x: Rev: %d Flags: %s" +msgstr " %#06x: Rev: %d Fanions: %s" + +#: readelf.c:3824 +#, c-format +msgid " Index: %d Cnt: %d " +msgstr " Index: %d Compteur: %d " + +#: readelf.c:3835 +#, c-format +msgid "Name: %s\n" +msgstr "Nom: %s\n" + +#: readelf.c:3837 +#, c-format +msgid "Name index: %ld\n" +msgstr "Nom de l'index: %ld\n" + +#: readelf.c:3852 +#, c-format +msgid " %#06x: Parent %d: %s\n" +msgstr " %#06x: Parent %d: %s\n" + +#: readelf.c:3855 +#, c-format +msgid " %#06x: Parent %d, name index: %ld\n" +msgstr " %#06x: Parent %d, name index: %ld\n" + +#: readelf.c:3874 +#, c-format +msgid "\nVersion needs section '%s' contains %ld entries:\n" +msgstr "\nVersion nécessitant la section '%s' contenant %ld entrées:\n" + +#: readelf.c:3877 +msgid " Addr: 0x" +msgstr " Adr: 0x" + +#: readelf.c:3879 +#, c-format +msgid " Offset: %#08lx Link to section: %ld (%s)\n" +msgstr " Décalage: %#08lx Lien vers la section: %ld (%s)\n" + +#: readelf.c:3905 +#, c-format +msgid " %#06x: Version: %d" +msgstr " %#06x: Version: %d" + +#: readelf.c:3908 +#, c-format +msgid " File: %s" +msgstr " Fichier: %s" + +#: readelf.c:3910 +#, c-format +msgid " File: %lx" +msgstr " Fichier: %lx" + +#: readelf.c:3912 +#, c-format +msgid " Cnt: %d\n" +msgstr " Compteur: %d\n" + +#: readelf.c:3930 +#, c-format +msgid " %#06x: Name: %s" +msgstr " %#06x: Nom: %s" + +#: readelf.c:3933 +#, c-format +msgid " %#06x: Name index: %lx" +msgstr " %#06x: Nom de l'index: %lx" + +#: readelf.c:3936 +#, c-format +msgid " Flags: %s Version: %d\n" +msgstr " Fanions: %s Version: %d\n" + +#: readelf.c:3974 +#, c-format +msgid "\nVersion symbols section '%s' contains %d entries:\n" +msgstr "\nLa version de section '%s' des symboles contient %d entrée:\n" + +#: readelf.c:3977 +msgid " Addr: " +msgstr " Adr: " + +#: readelf.c:4007 +msgid " 0 (*local*) " +msgstr " 0 (*local*) " + +#: readelf.c:4011 +msgid " 1 (*global*) " +msgstr " 1 (*global*) " + +#: readelf.c:4233 +msgid "\nNo version information found in this file.\n" +msgstr "\nAucune information de version repérée dans ce fichier.\n" + +#: readelf.c:4251 readelf.c:4286 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: readelf.c:4253 readelf.c:4298 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: readelf.c:4255 readelf.c:4301 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: readelf.c:4364 +msgid "Unable to read in dynamic data\n" +msgstr "Incapable de lire les données dynamiques\n" + +#: readelf.c:4406 +msgid "Unable to seek to start of dynamic information" +msgstr "Incapable de repérer le début des informations dynamiques" + +#: readelf.c:4412 +msgid "Failed to read in number of buckets\n" +msgstr "Échec de lecture parmi tous les baquets\n" + +#: readelf.c:4418 +msgid "Failed to read in number of chains\n" +msgstr "Échec de lecture du nombre de chaînes\n" + +#: readelf.c:4438 +msgid "\nSymbol table for image:\n" +msgstr "\nTable de symbole de l'image:\n" + +#: readelf.c:4440 +msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" +msgstr " Nb Buc: Valeur Taille Type Lien Vis Ndx Nom\n" + +#: readelf.c:4442 +msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" +msgstr " Nb Buc: Valeur Taille Type Lien Vis Ndx Nom\n" + +#: readelf.c:4486 +#, c-format +msgid "\nSymbol table '%s' contains %lu entries:\n" +msgstr "\nTable de symboles '%s' contient %lu entrées:\n" + +#: readelf.c:4490 +msgid " Num: Value Size Type Bind Vis Ndx Name\n" +msgstr " Num: Valeur Tail Type Lien Vis Ndx Nom\n" + +#: readelf.c:4492 +msgid " Num: Value Size Type Bind Vis Ndx Name\n" +msgstr " Num: Valeur Tail Type Lien Vis Ndx Nom\n" + +#: readelf.c:4601 +msgid "bad dynamic symbol" +msgstr "mauvais symbole dynamique" + +#: readelf.c:4660 +msgid "\nDynamic symbol information is not available for displaying symbols.\n" +msgstr "\nL'information dynamique des symboles n'est pas disponible pour l'affichage des symboles.\n" + +#: readelf.c:4672 +#, c-format +msgid "\nHistogram for bucket list length (total of %d buckets):\n" +msgstr "\nHistogramme de la longeur de la liste des baquets (total de %d baquets):\n" + +#: readelf.c:4674 +msgid " Length Number %% of total Coverage\n" +msgstr " Long. Nombre %% de couverture totale\n" + +#: readelf.c:4679 readelf.c:4698 readelf.c:7423 readelf.c:7616 +msgid "Out of memory" +msgstr "Mémoire épuisée" + +#: readelf.c:4747 +#, c-format +msgid "\nDynamic info segment at offset 0x%lx contains %d entries:\n" +msgstr "\nSegment d'informations dynamiques à l'adresse de décalage 0x%lx contient %d entrées:\n" + +#: readelf.c:4750 +msgid " Num: Name BoundTo Flags\n" +msgstr " Num: Nom Lier à Fanions\n" + +#: readelf.c:4798 +#, c-format +msgid "\nAssembly dump of section %s\n" +msgstr "\nVidange de la section assembleur %s\n" + +#: readelf.c:4821 +#, c-format +msgid "\nSection '%s' has no data to dump.\n" +msgstr "\nLa section '%s' n'a pas de données à être videngé.\n" + +#: readelf.c:4826 +#, c-format +msgid "\nHex dump of section '%s':\n" +msgstr "\nVidange hexadécimale de la section '%s':\n" + +#: readelf.c:4978 +msgid "badly formed extended line op encountered!" +msgstr "ligne rencontrée de l'extension de l'opérateur est mal composée" + +#: readelf.c:4985 +#, c-format +msgid " Extended opcode %d: " +msgstr " Code op étendu %d: " + +#: readelf.c:4990 +msgid "End of Sequence\n\n" +msgstr "Fin de séquence\n\n" + +#: readelf.c:4996 +#, c-format +msgid "set Address to 0x%lx\n" +msgstr "initialisé l'adresse à 0x%lx\n" + +#: readelf.c:5001 +msgid " define new File Table entry\n" +msgstr " définir une entrée pour un nouveau fichier de table\n" + +#: readelf.c:5002 readelf.c:5124 +msgid " Entry\tDir\tTime\tSize\tName\n" +msgstr " Entrée\tRép.\tDate\tTaille\tNom\n" + +#: readelf.c:5004 +#, c-format +msgid " %d\t" +msgstr " %d\t" + +#: readelf.c:5007 readelf.c:5009 readelf.c:5011 readelf.c:5136 readelf.c:5138 +#: readelf.c:5140 +#, c-format +msgid "%lu\t" +msgstr "%lu\t" + +#: readelf.c:5012 +#, c-format +msgid "%s\n\n" +msgstr "%s\n\n" + +#: readelf.c:5016 +#, c-format +msgid "UNKNOWN: length %d\n" +msgstr "UNKNOWN: longueur %d\n" + +#: readelf.c:5042 +#, c-format +msgid "\nDump of debug contents of section %s:\n\n" +msgstr "\nVidange du contenu de débug de la section %s:\n\n" + +#: readelf.c:5054 +msgid "The line info appears to be corrupt - the section is too small\n" +msgstr "La ligne d'information semble corrompue - la section est trop petite\n" + +#: readelf.c:5062 +msgid "Only DWARF version 2 line info is currently supported.\n" +msgstr "Seul la ligne d'info DAWRF de version 2 est couramment supportée.\n" + +#: readelf.c:5077 +#, c-format +msgid " Length: %ld\n" +msgstr " Longueur: %ld\n" + +#: readelf.c:5078 +#, c-format +msgid " DWARF Version: %d\n" +msgstr " Version DWARF: %d\n" + +#: readelf.c:5079 +#, c-format +msgid " Prolgue Length: %d\n" +msgstr " Longueur du prologue: %d\n" + +#: readelf.c:5080 +#, c-format +msgid " Minimum Instruction Length: %d\n" +msgstr " Longueur minimale des instructions: %d\n" + +#: readelf.c:5081 +#, c-format +msgid " Initial value of 'is_stmt': %d\n" +msgstr " Valeur initiale de 'is_stmt': %d\n" + +#: readelf.c:5082 +#, c-format +msgid " Line Base: %d\n" +msgstr " Ligne de base: %d\n" + +#: readelf.c:5083 +#, c-format +msgid " Line Range: %d\n" +msgstr " Ligne d'étendue: %d\n" + +#: readelf.c:5084 +#, c-format +msgid " Opcode Base: %d\n" +msgstr " Code op Base: %d\n" + +#: readelf.c:5093 +msgid "\n Opcodes:\n" +msgstr "\n Codes op:\n" + +#: readelf.c:5096 +#, c-format +msgid " Opcode %d has %d args\n" +msgstr " Code op %d a %d arguments\n" + +#: readelf.c:5102 +msgid "\n The Directory Table is empty.\n" +msgstr "\n La table des répertoires est vide.\n" + +#: readelf.c:5105 +msgid "\n The Directory Table:\n" +msgstr "\n La table des répertoire:\n" + +#: readelf.c:5109 +#, c-format +msgid " %s\n" +msgstr " %s\n" + +#: readelf.c:5120 +msgid "\n The File Name Table is empty.\n" +msgstr "\n La talbe des noms de fichiers est vide.\n" + +#: readelf.c:5123 +msgid "\n The File Name Table:\n" +msgstr "\n La table des noms de fichiers:\n" + +#: readelf.c:5131 +#, c-format +msgid " %d\t" +msgstr " %d\t" + +#: readelf.c:5142 +#, c-format +msgid "%s\n" +msgstr "%s\n" + +#. Now display the statements. +#: readelf.c:5150 +msgid "\n Line Number Statements:\n" +msgstr "\n Numéro de ligne des déclarations:\n" + +#: readelf.c:5169 +msgid " Copy\n" +msgstr " Copie\n" + +#: readelf.c:5176 +#, c-format +msgid " Advance PC by %d to %lx\n" +msgstr " Avancer le compteur PC de %d à %lx\n" + +#: readelf.c:5184 +#, c-format +msgid " Advance Line by %d to %d\n" +msgstr " Avancer la ligne de %d à %d\n" + +#: readelf.c:5191 +#, c-format +msgid " Set File Name to entry %d in the File Name Table\n" +msgstr " Initialisé le nom du fichier à l'entrée %d dans la table des noms de fichiers\n" + +#: readelf.c:5199 +#, c-format +msgid " Set column to %d\n" +msgstr " Initialisé la colonne à %d\n" + +#: readelf.c:5206 +#, c-format +msgid " Set is_stmt to %d\n" +msgstr " Initialisé is_stmt avec %d\n" + +#: readelf.c:5211 +msgid " Set basic block\n" +msgstr " Initialisé le bloc de base\n" + +#: readelf.c:5219 +#, c-format +msgid " Advance PC by constant %d to 0x%lx\n" +msgstr " Avancer le compteur PC par constante de %d à 0x%lx\n" + +#: readelf.c:5227 +#, c-format +msgid " Advance PC by fixed size amount %d to 0x%lx\n" +msgstr " Avancer le compteur PC par une taille fixe de %d à 0x%lx\n" + +#: readelf.c:5235 +#, c-format +msgid " Special opcode %d: advance Address by %d to 0x%lx" +msgstr " Code op spécial %d: avancé l'Adresse par %d à 0x%lx" + +#: readelf.c:5239 +#, c-format +msgid " and Line by %d to %d\n" +msgstr " et Ligne par %d à %d\n" + +#: readelf.c:5262 readelf.c:5691 +#, c-format +msgid "Contents of the %s section:\n\n" +msgstr "Contenue de la section %s:\n\n" + +#: readelf.c:5285 +msgid "Only DWARF 2 pubnames are currently supported\n" +msgstr "Seuls les noms pubilcs DAWRF 2 sont couramment supportés\n" + +#: readelf.c:5292 +#, c-format +msgid " Length: %ld\n" +msgstr " Longueur: %ld\n" + +#: readelf.c:5294 +#, c-format +msgid " Version: %d\n" +msgstr " Version: %d\n" + +#: readelf.c:5296 +#, c-format +msgid " Offset into .debug_info section: %ld\n" +msgstr " Décalage dans la section .debug_info:%ld\n" + +#: readelf.c:5298 +#, c-format +msgid " Size of area in .debug_info section: %ld\n" +msgstr " Taille de la zone dans la section .debug_info: %ld\n" + +#: readelf.c:5301 +msgid "\n Offset\tName\n" +msgstr "\n Décalage\tNom\n" + +#: readelf.c:5383 +#, c-format +msgid "Unknown TAG value: %lx" +msgstr "Valeur d'étiquette (`TAG') inconnue: %lx" + +#: readelf.c:5478 +#, c-format +msgid "Unknown AT value: %lx" +msgstr "Valeur AT inconnue: %lx" + +#: readelf.c:5515 +#, c-format +msgid "Unknown FORM value: %lx" +msgstr "Valeur FORM inconnue: %lx" + +#: readelf.c:5697 +msgid " Number TAG\n" +msgstr " Numéro d'étiquette\n" + +#: readelf.c:5703 +#, c-format +msgid " %ld %s [%s]\n" +msgstr " %ld %s [%s]\n" + +#: readelf.c:5706 +msgid "has children" +msgstr "a des rejetons" + +#: readelf.c:5706 +msgid "no children" +msgstr "aucun rejeton" + +#: readelf.c:5710 +#, c-format +msgid " %-18s %s\n" +msgstr " %-18s %s\n" + +#: readelf.c:5729 +#, c-format +msgid " %lu byte block: " +msgstr " %lu bloc d'octets: " + +#: readelf.c:6036 +msgid "(User defined location op)" +msgstr "(Op de localisation défini par l'usager)" + +#: readelf.c:6038 +msgid "(Unknown location op)" +msgstr "(Op de localisation inconnu)" + +#: readelf.c:6165 +#, c-format +msgid "Unable to handle FORM: %d" +msgstr "Incapable de traiter la FORME: %d" + +#: readelf.c:6169 +#, c-format +msgid "Unrecognised form: %d" +msgstr "Forme non reconnue: %d" + +#: readelf.c:6182 +msgid "(not inlined)" +msgstr "(pas en ligne)" + +#: readelf.c:6183 +msgid "(inlined)" +msgstr "(en ligne)" + +#: readelf.c:6184 +msgid "(declared as inline but ignored)" +msgstr "(déclaré comme en ligne mais ignoré)" + +#: readelf.c:6185 +msgid "(declared as inline and inlined)" +msgstr "(déclaré comme en-ligne et en-ligné" + +#: readelf.c:6186 +#, c-format +msgid " (Unknown inline attribute value: %lx)" +msgstr " (valeur d'attibut en ligne inconnu: %lx)" + +#: readelf.c:6315 readelf.c:6441 +#, c-format +msgid "The section %s contains:\n\n" +msgstr "La section %s contient:\n\n" + +#: readelf.c:6337 +#, c-format +msgid " Compilation Unit @ %lx:\n" +msgstr " Unité de compilation @ %lx:\n" + +#: readelf.c:6338 +#, c-format +msgid " Length: %ld\n" +msgstr " Longueur: %ld\n" + +#: readelf.c:6339 +#, c-format +msgid " Version: %d\n" +msgstr " Version: %d\n" + +#: readelf.c:6340 +#, c-format +msgid " Abbrev Offset: %ld\n" +msgstr " Décalage agrégé: %ld\n" + +#: readelf.c:6341 +#, c-format +msgid " Pointer Size: %d\n" +msgstr " Taille des pointeurs: %d\n" + +#: readelf.c:6345 +msgid "Only version 2 DWARF debug information is currently supported.\n" +msgstr "Seul les informations de débug de la version DAWRF 2 est couramment supporté.\n" + +#: readelf.c:6367 +msgid "Unable to locate .debug_abbrev section!\n" +msgstr "Incapable de localiser la section .debug_abbrev!\n" + +#: readelf.c:6407 +#, c-format +msgid "Unable to locate entry %lu in the abbreviation table\n" +msgstr "Incapable de localiser l'entrée %lu dans la table d'abréviation\n" + +#: readelf.c:6412 +#, c-format +msgid " <%d><%x>: Abbrev Number: %lu (%s)\n" +msgstr " <%d><%x>: Numéro d'abréviation: %lu (%s)\n" + +#: readelf.c:6462 +msgid "Only DWARF 2 aranges are currently supported.\n" +msgstr "Seul la gamme aranges DAWRF de version 2 est couramment supporté.\n" + +#: readelf.c:6466 +#, c-format +msgid " Length: %ld\n" +msgstr " Longueur %ld\n" + +#: readelf.c:6467 +#, c-format +msgid " Version: %d\n" +msgstr " Version: %d\n" + +#: readelf.c:6468 +#, c-format +msgid " Offset into .debug_info: %lx\n" +msgstr " Décalage dans .debug_info: %lx\n" + +#: readelf.c:6469 +#, c-format +msgid " Pointer Size: %d\n" +msgstr " Taille des pointeurs: %d\n" + +#: readelf.c:6470 +#, c-format +msgid " Segment Size: %d\n" +msgstr " Taille des segments: %d\n" + +#: readelf.c:6472 +msgid "\n Address Length\n" +msgstr "\n Longueur d'adresse\n" + +#: readelf.c:6634 +#, c-format +msgid "The section %s contains:\n" +msgstr "La section %s contient:\n" + +#: readelf.c:7109 +#, c-format +msgid "Displaying the debug contents of section %s is not yet supported.\n" +msgstr "L'affichage du contenu de la section de débug %s n'est pas encore supporté.\n" + +#: readelf.c:7173 +#, c-format +msgid "\nSection '%s' has no debugging data.\n" +msgstr "\nLa section '%s' n'a aucune donnée de débug.\n" + +#: readelf.c:7192 +#, c-format +msgid "Unrecognised debug section: %s\n" +msgstr "Section de débug non reconnue: %s\n" + +#: readelf.c:7264 +msgid "Some sections were not dumped because they do not exist!\n" +msgstr "Quelques sections n'ont pas été vidangées parce qu'inexistantes!\n" + +#: readelf.c:7447 +#, c-format +msgid "\nSection '%s' contains %d entries:\n" +msgstr "\nSection '%s' contient %d entrées:\n" + +#: readelf.c:7609 +msgid "conflict list with without table" +msgstr "conflit de liste avec et sans table" + +#: readelf.c:7637 +#, c-format +msgid "\nSection '.conflict' contains %d entries:\n" +msgstr "\nLa section '.conflict' contient %d entrées:\n" + +#: readelf.c:7638 +msgid " Num: Index Value Name" +msgstr " Nombre: Index Valeur Nom" + +#: readelf.c:7663 +msgid "NT_PRSTATUS (prstatus structure)" +msgstr "NT_PRSTATUS (structure prstatus)" + +#: readelf.c:7664 +msgid "NT_FPREGSET (floating point registers)" +msgstr "NT_FPREGSET (régistres en virgule flottante)" + +#: readelf.c:7665 +msgid "NT_PRPSINFO (prpsinfo structure)" +msgstr "NT_PRPSINFO (structure prpsinfo)" + +#: readelf.c:7666 +msgid "NT_TASKSTRUCT (task structure)" +msgstr "NT_TASKSTRUCT (structure de taches)" + +#: readelf.c:7667 +msgid "NT_PRXFPREG (user_xfpregs structure)" +msgstr "NT_PRXFPREG (structure user_xfpregs)" + +#: readelf.c:7668 +msgid "NT_PSTATUS (pstatus structure)" +msgstr "NT_PSTATUS (structure pstatus)" + +#: readelf.c:7669 +msgid "NT_FPREGS (floating point registers)" +msgstr "NT_FPREGS (registres en virgule flottante)" + +#: readelf.c:7670 +msgid "NT_PSINFO (psinfo structure)" +msgstr "NT_PSINFO (structure psinfo)" + +#: readelf.c:7671 +msgid "NT_LWPSTATUS (lwpstatus_t structure)" +msgstr "NT_LWPSTATUS (structure lwpstatus_t)" + +#: readelf.c:7672 +msgid "NT_LWPSINFO (lwpsinfo_t structure)" +msgstr "NT_LWPSINFO (structure lwpsinfo_t)" + +#: readelf.c:7673 +msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)" +msgstr "NT_WIN32PSTATUS (structure win32_pstatus)" + +#: readelf.c:7675 +#, c-format +msgid "Unknown note type: (0x%08x)" +msgstr "Type de note inconnu: (0x%08x)" + +#: readelf.c:7713 +#, c-format +msgid "\nNotes at offset 0x%08lx with length 0x%08lx:\n" +msgstr "\nNotes au décalage 0x%08lx de longueur 0x%08lx:\n" + +#: readelf.c:7715 +msgid " Owner\t\tData size\tDescription\n" +msgstr " Propriétaire\t\tTaille de données\tDescription\n" + +#: readelf.c:7826 +msgid "No note segments present in the core file.\n" +msgstr "Aucun note de segment présent dans le fichier core.\n" + +#: readelf.c:7904 +msgid "This instance of readelf has been built without support for a\n" +msgstr "Cette instance de readelf a été contstruite sans soutien pour un\n" + +#: readelf.c:7905 +msgid "64 bit data type and so it cannot read 64 bit ELF files.\n" +msgstr "type de données de 64 bits et ne peut lire un fichier ELF de 64 bits.\n" + +#: readelf.c:7940 +#, c-format +msgid "Cannot stat input file %s.\n" +msgstr "Ne peut évaluer par stat() le fichier d'entrée %s.\n" + +#: readelf.c:7947 +#, c-format +msgid "Input file %s not found.\n" +msgstr "Fichier d'entrée %s non repéré.\n" + +#: readelf.c:7953 +#, c-format +msgid "%s: Failed to read file header\n" +msgstr "%s: échec de lecture de l'en-tête du fichier\n" + +#: readelf.c:7967 +#, c-format +msgid "\nFile: %s\n" +msgstr "\nFichier: %s\n" + +#: rename.c:131 +#, c-format +msgid "%s: cannot set time: %s" +msgstr "%s: ne peut initialisé l'heure: %s" + +#. We have to clean up here. +#: rename.c:170 rename.c:203 +#, c-format +msgid "%s: rename: %s" +msgstr "%s: changé de nom: %s" + +#: rename.c:211 +#, c-format +msgid "%s: simple_copy: %s" +msgstr "%s: simple copie: %s" + +#: resbin.c:130 +#, c-format +msgid "%s: not enough binary data" +msgstr "%s: pas assez de données binaires" + +#: resbin.c:149 +msgid "null terminated unicode string" +msgstr "chaîne unicode terminée par un null" + +#: resbin.c:179 resbin.c:185 +msgid "resource ID" +msgstr "IDentificateur de ressource" + +#: resbin.c:229 +msgid "cursor" +msgstr "curseur" + +#: resbin.c:263 resbin.c:270 +msgid "menu header" +msgstr "en-tête de menu" + +#: resbin.c:280 +msgid "menuex header" +msgstr "en-tête menuex" + +#: resbin.c:284 +msgid "menuex offset" +msgstr "décalage menuex" + +#: resbin.c:291 +#, c-format +msgid "unsupported menu version %d" +msgstr "version de menu non supportée %d" + +#: resbin.c:319 resbin.c:334 resbin.c:400 +msgid "menuitem header" +msgstr "en-tête d'item du menu" + +#: resbin.c:430 +msgid "menuitem" +msgstr "item du menu" + +#: resbin.c:471 resbin.c:499 +msgid "dialog header" +msgstr "en-tête de dialogue" + +#: resbin.c:489 +#, c-format +msgid "unexpected dialog signature %d" +msgstr "signature de dialogue inattendue %d" + +#: resbin.c:531 +msgid "dialog font point size" +msgstr "taille en point de fonte de dialogue" + +#: resbin.c:539 +msgid "dialogex font information" +msgstr "information de fonte de type dialogex" + +#: resbin.c:564 resbin.c:582 +msgid "dialog control" +msgstr "contrôle de dialogue" + +#: resbin.c:574 +msgid "dialogex control" +msgstr "contrôle dialogex" + +#: resbin.c:603 +msgid "dialog control end" +msgstr "fin de contrôle du dialogue" + +#: resbin.c:615 +msgid "dialog control data" +msgstr "données de contrôle du dialogue" + +#: resbin.c:658 +msgid "stringtable string length" +msgstr "longueur de chaîne de la table des chaînes" + +#: resbin.c:668 +msgid "stringtable string" +msgstr "chaîne de la table des chaînes" + +#: resbin.c:701 +msgid "fontdir header" +msgstr "en-tête fontdir" + +#: resbin.c:714 +msgid "fontdir" +msgstr "fontdir" + +#: resbin.c:730 +msgid "fontdir device name" +msgstr "nom du périphérique fontdir" + +#: resbin.c:736 +msgid "fontdir face name" +msgstr "nom de la sélection du répertoire de fontes" + +#: resbin.c:779 +msgid "accelerator" +msgstr "accélérateur" + +#: resbin.c:843 +msgid "group cursor header" +msgstr "en-tête du groupe de curseurs" + +#: resbin.c:847 +#, c-format +msgid "unexpected group cursor type %d" +msgstr "type de groupe de curseur inattendu %d" + +#: resbin.c:862 +msgid "group cursor" +msgstr "groupe de curseur" + +#: resbin.c:901 +msgid "group icon header" +msgstr "en-tête du groupe d'icônes" + +#: resbin.c:905 +#, c-format +msgid "unexpected group icon type %d" +msgstr "type de groupe d'icône inattendu %d" + +#: resbin.c:920 +msgid "group icon" +msgstr "groupe d'icônes" + +#: resbin.c:991 resbin.c:1210 +msgid "unexpected version string" +msgstr "chaîne de version inattendue" + +#: resbin.c:1025 +#, c-format +msgid "version length %d does not match resource length %lu" +msgstr "longueur de la version %d ne concorde pas avec la longueur de la ressource %lu" + +#: resbin.c:1029 +#, c-format +msgid "unexpected version type %d" +msgstr "type de version inattendu %d" + +#: resbin.c:1041 +#, c-format +msgid "unexpected fixed version information length %d" +msgstr "longueur d'information fixe de version inattendue %d" + +#: resbin.c:1044 +msgid "fixed version info" +msgstr "information fixe de version" + +#: resbin.c:1048 +#, c-format +msgid "unexpected fixed version signature %lu" +msgstr "signature de version fixe inattendue %lu" + +#: resbin.c:1052 +#, c-format +msgid "unexpected fixed version info version %lu" +msgstr "information de version inattendue dans la version fixe %lu" + +#: resbin.c:1081 +msgid "version var info" +msgstr "information de variable de version" + +#: resbin.c:1098 +#, c-format +msgid "unexpected stringfileinfo value length %d" +msgstr "longueur de la valeur stringfileinfo inattendue %d" + +#: resbin.c:1108 +#, c-format +msgid "unexpected version stringtable value length %d" +msgstr "longueur inattendue de la valeur de la table de chaîne de version %d" + +#: resbin.c:1142 +#, c-format +msgid "unexpected version string length %d != %d + %d" +msgstr "longueur inattendue de la chaîne de version %d != %d +%d" + +#: resbin.c:1153 +#, c-format +msgid "unexpected version string length %d < %d" +msgstr "longueur inattendue de la chaîne de version %d < %d" + +#: resbin.c:1170 +#, c-format +msgid "unexpected varfileinfo value length %d" +msgstr "longueur inattendue de la chaîne varfileinfo %d" + +#: resbin.c:1189 +msgid "version varfileinfo" +msgstr "version varfileinfo" + +#: resbin.c:1204 +#, c-format +msgid "unexpected version value length %d" +msgstr "longueur inattendue de la chaîne de version %d" + +#: rescoff.c:128 +msgid "filename required for COFF input" +msgstr "nom de fichier requis pour l'entrée COFF" + +#: rescoff.c:145 +#, c-format +msgid "%s: no resource section" +msgstr "%s: aucune section ressource" + +#: rescoff.c:152 +msgid "can't read resource section" +msgstr "ne peutlire la section ressource" + +#: rescoff.c:178 +#, c-format +msgid "%s: %s: address out of bounds" +msgstr "%s: %s: adresse est hors bornes" + +#: rescoff.c:197 +msgid "directory" +msgstr "répertoire" + +#: rescoff.c:225 +msgid "named directory entry" +msgstr "nom du répertoire d'entrée" + +#: rescoff.c:234 +msgid "directory entry name" +msgstr "nom de l'entrée du répertoire" + +#: rescoff.c:254 +msgid "named subdirectory" +msgstr "nom de sous-répertoire" + +#: rescoff.c:262 +msgid "named resource" +msgstr "nom de ressource" + +#: rescoff.c:277 +msgid "ID directory entry" +msgstr "IDentificateur d'entrée de répertoire" + +#: rescoff.c:294 +msgid "ID subdirectory" +msgstr "IDentificateur de sous-répertoire" + +#: rescoff.c:302 +msgid "ID resource" +msgstr "IDentificateur ressource" + +#: rescoff.c:328 +msgid "resource type unknown" +msgstr "type de ressource inconnue" + +#: rescoff.c:331 +msgid "data entry" +msgstr "aucune donnée" + +#: rescoff.c:339 +msgid "resource data" +msgstr "donnée ressource" + +#: rescoff.c:344 +msgid "resource data size" +msgstr "taille de données ressources" + +#: rescoff.c:439 +msgid "filename required for COFF output" +msgstr "nom de fichier requis pour la sortie de COFF" + +#: rescoff.c:738 +msgid "can't get BFD_RELOC_RVA relocation type" +msgstr "ne peut obtenir le type de la relocalisation BFD_RELOC_RVA" + +#: resrc.c:240 resrc.c:312 +#, c-format +msgid "can't open temporary file `%s': %s" +msgstr "ne peut ouvrir un fichier temporaire `%s': %s" + +#: resrc.c:246 +#, c-format +msgid "can't redirect stdout: `%s': %s" +msgstr "ne peut rediriger sur stdout: `%s': %s" + +#: resrc.c:262 +#, c-format +msgid "%s %s: %s" +msgstr "%s %s: %s" + +#: resrc.c:308 +#, c-format +msgid "can't execute `%s': %s" +msgstr "ne peut exécuter `%s': %s" + +#: resrc.c:317 +#, c-format +msgid "Using temporary file `%s' to read preprocessor output\n" +msgstr "Utilisation d'un fichier temporaire `%s' pour lire la sortie du préprocesseur\n" + +#: resrc.c:324 +#, c-format +msgid "can't popen `%s': %s" +msgstr "ne peut ouvrir un pipe par popen() `%s': %s" + +#: resrc.c:326 +msgid "Using popen to read preprocessor output\n" +msgstr "Utilisation de popen pour lire la sortie du préprocesseur\n" + +#: resrc.c:369 +#, c-format +msgid "Tried `%s'\n" +msgstr "Essayé `%s'\n" + +#: resrc.c:380 +#, c-format +msgid "Using `%s'\n" +msgstr "Utilisation de `%s'\n" + +#: resrc.c:541 +#, c-format +msgid "%s:%d: %s\n" +msgstr "%s:%d: %s\n" + +#: resrc.c:550 +#, c-format +msgid "%s: unexpected EOF" +msgstr "%s: fin de fichier EOF prématuré" + +#: resrc.c:607 +#, c-format +msgid "%s: read of %lu returned %lu" +msgstr "%s: lecture de %lu retourné %lu" + +#: resrc.c:649 resrc.c:903 resrc.c:1176 resrc.c:1330 +#, c-format +msgid "stat failed on bitmap file `%s': %s" +msgstr "échec d'évaluation par stat() du fichier bitmap `%s': %s" + +#: resrc.c:702 +#, c-format +msgid "cursor file `%s' does not contain cursor data" +msgstr "fichier curseur `%s' ne contient aucune donnée de type curseur" + +#: resrc.c:734 resrc.c:1047 +#, c-format +msgid "%s: fseek to %lu failed: %s" +msgstr "%s: échec %lu de repérage: %s" + +#: resrc.c:871 +msgid "help ID requires DIALOGEX" +msgstr "identificateur d'aide requiert DIALOGEX" + +#: resrc.c:873 +msgid "control data requires DIALOGEX" +msgstr "donnée de contrôle requiert DIALOGEX" + +#: resrc.c:1016 +#, c-format +msgid "icon file `%s' does not contain icon data" +msgstr "fichier d'icônes `%s' ne contient pas de données de type icône" + +#: resrc.c:1535 +#, c-format +msgid "can't open `%s' for output: %s" +msgstr "ne peut ouvrir `%s' pour la sortie: %s" + +#: size.c:79 +#, c-format +msgid "" +"Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" +" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +" [-V | --version] [--target=bfdname] [--help] [file...]\n" +msgstr "" +"Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" +" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +" [-V | --version] [--target=nombfd] [--help] [FICHIER...]\n" + +#: size.c:85 +msgid "default is --format=berkeley\n" +msgstr "par défaut --format=berkeley\n" + +#: size.c:87 +msgid "default is --format=sysv\n" +msgstr "par défaut --format=sysv\n" + +#: size.c:141 +#, c-format +msgid "invalid argument to --format: %s" +msgstr "argument invalide pour --format: %s" + +#: size.c:168 +#, c-format +msgid "Invalid radix: %s\n" +msgstr "Base numérique invalide: %s\n" + +#: srconv.c:1880 +#, c-format +msgid "Usage: %s [-dhVq] in-file [out-file]\n" +msgstr "Usage: %s [-dhVq] fichier-entrée [fichier-sortie]\n" + +#: srconv.c:1887 +#, c-format +msgid "%s: Convert a COFF object file into a SYSROFF object file\n" +msgstr "%s: conversion d'un fichier objet COFF en un fichier objet SYSROFF\n" + +#: srconv.c:2020 +#, c-format +msgid "unable to open output file %s" +msgstr "incapable d'ouvrir le fichier de sortie %s" + +#: stabs.c:349 stabs.c:1770 +msgid "numeric overflow" +msgstr "débordement numérique" + +#: stabs.c:360 +#, c-format +msgid "Bad stab: %s\n" +msgstr "Mauvaise inclusion (`stab'): %s\n" + +#: stabs.c:370 +#, c-format +msgid "Warning: %s: %s\n" +msgstr "AVERTISSEMENT: %s: %s\n" + +#: stabs.c:492 +msgid "N_LBRAC not within function\n" +msgstr "N_LBRAC n'est pas dans la fonction\n" + +#: stabs.c:531 +msgid "Too many N_RBRACs\n" +msgstr "Trop de N_RBRAC\n" + +#: stabs.c:780 +msgid "unknown C++ encoded name" +msgstr "nom encode C++ inconnu" + +#. Complain and keep going, so compilers can invent new +#. cross-reference types. +#: stabs.c:1307 +msgid "unrecognized cross reference type" +msgstr "type de référence croisée non reconnue" + +#. Does this actually ever happen? Is that why we are worrying +#. about dealing with it rather than just calling error_type? +#: stabs.c:1862 +msgid "missing index type" +msgstr "type d'index manquant" + +#: stabs.c:2189 +msgid "unknown virtual character for baseclass" +msgstr "caractère virtuel inconnu pour la classe de base" + +#: stabs.c:2207 +msgid "unknown visibility character for baseclass" +msgstr "caractère de visibilité inconnu pour la classe de base" + +#: stabs.c:2399 +msgid "unnamed $vb type" +msgstr "type $vb inconnu" + +#: stabs.c:2405 +msgid "unrecognized C++ abbreviation" +msgstr "abréviation C++ inconnue" + +#: stabs.c:2485 +msgid "unknown visibility character for field" +msgstr "caractère de visibilité inconnu pour le champ" + +#: stabs.c:2741 +msgid "const/volatile indicator missing" +msgstr "indicateur de const/volatile manquant" + +#: stabs.c:2981 +#, c-format +msgid "No mangling for \"%s\"\n" +msgstr "Pas de mutilation pour \"n%s\"\n" + +#: stabs.c:3294 +msgid "Undefined N_EXCL" +msgstr "N_EXCL indéfini" + +#: stabs.c:3382 +#, c-format +msgid "Type file number %d out of range\n" +msgstr "Nombre de type de fichier %d hors gamme\n" + +#: stabs.c:3387 +#, c-format +msgid "Type index number %d out of range\n" +msgstr "Nombre de type index %d hors gamme\n" + +#: stabs.c:3474 +#, c-format +msgid "Unrecognized XCOFF type %d\n" +msgstr "Type XCOFF non reconnu %d\n" + +#: stabs.c:3773 +#, c-format +msgid "bad mangled name `%s'\n" +msgstr "mauvais codage par mutilation du nom `%s'\n" + +#: stabs.c:3869 +msgid "no argument types in mangled string\n" +msgstr "aucun type d'argument dans la chaîne encodé par mutilation\n" + +#: strings.c:177 +#, c-format +msgid "invalid number %s" +msgstr "nombre invalide %s" + +#: strings.c:513 +#, c-format +msgid "invalid integer argument %s" +msgstr "argument en valeur entière invalide %s" + +#: strings.c:523 +#, c-format +msgid "" +"Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-]\n" +" [--all] [--print-file-name] [--bytes=min-len] [--radix={o,x,d}]\n" +" [--target=bfdname] [--help] [--version] file...\n" +msgstr "" +"Usage: %s [-afov] [-n longueur-min] [-min-len] [-t {o,x,d}] [-]\n" +" [--all] [--print-file-name] [--bytes=longueur-min] [--radix={o,x,d}]\n" +" [--target=nom_bfd] [--help] [--version] file...\n" + +#: sysdump.c:712 +#, c-format +msgid "Usage: %s [-hV] in-file\n" +msgstr "Usage: %s [-hV] fichier-entrée\n" + +#: sysdump.c:781 +#, c-format +msgid "cannot open input file %s" +msgstr "ne peut ouvrir le fichier d'entrée %s" + +#: version.c:39 +msgid "Copyright 1997, 98, 99, 2000 Free Software Foundation, Inc.\n" +msgstr "Copyright 1997, 98, 99, 2000 © Free Software Foundation, Inc.\n" + +#: version.c:40 +msgid "" +"This program is free software; you may redistribute it under the terms of\n" +"the GNU General Public License. This program has absolutely no warranty.\n" +msgstr "" +"Ce logiciel est libre; vous pouvez le redistribuer selon les termes de la\n" +"licence GNU General Public License. AUCUNE garantie n'est donnée.\n" + +#: windres.c:237 +#, c-format +msgid "can't open %s `%s': %s" +msgstr "ne peut ouvrir %s `%s': %s" + +#: windres.c:416 +msgid ": expected to be a directory\n" +msgstr ": espérait un répertoire\n" + +#: windres.c:428 +msgid ": expected to be a leaf\n" +msgstr ": espérait une feuille\n" + +#: windres.c:437 +#, c-format +msgid "%s: warning: " +msgstr "%s: AVERTISSEMENT: " + +#: windres.c:439 +msgid ": duplicate value\n" +msgstr ": valeur dupliquée\n" + +#: windres.c:602 +#, c-format +msgid "unknown format type `%s'" +msgstr "type de format inconnu `%s'" + +#: windres.c:603 +#, c-format +msgid "%s: supported formats:" +msgstr "%s: formats supportés:" + +#. Otherwise, we give up. +#: windres.c:690 +#, c-format +msgid "can not determine type of file `%s'; use the -I option" +msgstr "ne peut déterminer le type de fichier `%s'; utiliser l'option -I" + +#: windres.c:704 +#, c-format +msgid "Usage: %s [options] [input-file] [output-file]\n" +msgstr "Usage: %s [options] [fichier-d-entrée] [fichier-de-sortie]\n" + +#: windres.c:706 +msgid "" +"Options:\n" +" -i FILE, --input FILE Name input file\n" +" -o FILE, --output FILE Name output file\n" +" -I FORMAT, --input-format FORMAT\n" +" Specify input format\n" +" -O FORMAT, --output-format FORMAT\n" +" Specify output format\n" +" -F TARGET, --target TARGET Specify COFF target\n" +" --preprocessor PROGRAM Program to use to preprocess rc file\n" +" --include-dir DIR Include directory when preprocessing rc file\n" +" -DSYM[=VAL], --define SYM[=VAL]\n" +" Define SYM when preprocessing rc file\n" +" -v Verbose - tells you what it's doing\n" +" --language VAL Set language when reading rc file\n" +" --use-temp-file Use a temporary file instead of popen to read\n" +" the preprocessor output\n" +" --no-use-temp-file Use popen (default)\n" +msgstr "" +"Options:\n" +" -i FICHIER, --input FICHIER nommer le fichier d'entrée\n" +" -o FICHIER, --output FICHIER nommer le fichier de sortie\n" +" -I FORMAT, --input-format FORMAT\n" +" spécifier le format d'entrée\n" +" -O FORMAT, --output-format FORMAT\n" +" spécifier le format de sortie\n" +" -F CIBLE, --target CIBLE spécifier la CIBLE en COFF\n" +" --preprocessor PROGRAMME programme à utiliser pour pré-traiter le fichier rc\n" +" --include-dir RÉPERTOIRE inclure le RÉPERTOIRE lors du pré-traitement du fichier rc\n" +" -DSYM[=VALEUR], --define SYM[=VALEUR]\n" +" définir le SYMbole lors du pré-traitement du fichier rc\n" +" -v utiliser le mode bavard\n" +" --language VAL initialiser le langage lors de la lecture du fichier rc\n" +" --use-temp-file utiliser un fichier temporaire au lieu de la lecture via\n" +" popen de la sortie du pré-processeur\n" +" --no-use-temp-file utiliser popen (par défaut)\n" + +#: windres.c:725 +msgid " --yydebug Turn on parser debugging\n" +msgstr " --yydebug activer le mode de débug de l'analyseur syntaxique\n" + +#: windres.c:728 +msgid "" +" --help Print this help message\n" +" --version Print version information\n" +msgstr "" +" -h --help afficher l'aide-mémoire\n" +" -V --version afficher le nom et la version du logiciel\n" + +#: windres.c:731 +msgid "" +"FORMAT is one of rc, res, or coff, and is deduced from the file name\n" +"extension if not specified. A single file name is an input file.\n" +"No input-file is stdin, default rc. No output-file is stdout, default rc.\n" +msgstr "" +"FORMAT est soit rc, res, ou coff, et est dédui à partir l'extension\n" +"du nom de fichier, si non spécifié. Un nom simple de fichier comme fichier d'entrée\n" +"L'entrée par défaut se fait à partir de stdin, par défaut pour rc.\n" +"La sortie par défaut est stdout, par défaut pour rc.\n" + +#: windres.c:980 +msgid "no resources" +msgstr "aucune ressource" + +#: wrstabs.c:366 wrstabs.c:2027 +#, c-format +msgid "string_hash_lookup failed: %s" +msgstr "échec de string_hash_lookup: %s" + +#: wrstabs.c:666 +#, c-format +msgid "stab_int_type: bad size %u" +msgstr "stab_int_type: mauvaise taille %u" + +#: wrstabs.c:1467 +#, c-format +msgid "%s: warning: unknown size for field `%s' in struct" +msgstr "%s: AVERTISSEMENT: taille inconnue pour le champ `%s' dans le struct" diff --git a/binutils/po/tr.po b/binutils/po/tr.po new file mode 100644 index 0000000000..347db8ae45 --- /dev/null +++ b/binutils/po/tr.po @@ -0,0 +1,4133 @@ +# Binutils Turkish Translation. +# Copyright (C) 2001 Free Software Foundation, Inc. +# Deniz Akkus Kanca , 2001. +# +msgid "" +msgstr "" +"Project-Id-Version: binutils 2.11\n" +"POT-Creation-Date: 2001-01-11 12:02-0800\n" +"PO-Revision-Date: 2001-09-20 08:39EEST\n" +"Last-Translator: Deniz Akkus Kanca \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-9\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.1\n" + +#: addr2line.c:76 +#, c-format +msgid "" +"Usage: %s [-CfsHV] [-b bfdname] [--target=bfdname]\n" +" [-e executable] [--exe=executable] [--demangle[=style]]\n" +" [--basenames] [--functions] [addr addr ...]\n" +msgstr "" +"Kullaným: %s [-CfsHV] [-b bfd_adý] \n" +" [--target=bfd_adý] hedef\n" +" [-e uygulama] [--exe=uygulama] \n" +" [--demangle[=tarz]] düzeltme tarzý\n" +" [--basenames] temel isimler [--functions] [adres adres ...]\n" +" iþlevler\n" + +#: addr2line.c:83 ar.c:288 nlmconv.c:1119 objcopy.c:373 objcopy.c:405 +#: readelf.c:1876 size.c:91 strings.c:530 windres.c:737 +#, c-format +msgid "Report bugs to %s\n" +msgstr "Yazýlým hatalarýný %s adresine, çeviri hatalarýný adresine gönderin\n" + +#: addr2line.c:243 +#, c-format +msgid "%s: can not get addresses from archive" +msgstr "%s: arþivden adresler alýnamadý" + +#: addr2line.c:310 nm.c:436 objdump.c:2857 +#, c-format +msgid "unknown demangling style `%s'" +msgstr "bilinmeyen düzeltme tarzý '%s'" + +#: ar.c:236 +#, c-format +msgid "no entry %s in archive\n" +msgstr "arþivde %s girdisi yok\n" + +#: ar.c:253 +#, c-format +msgid "Usage: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n" +msgstr "Kullaným: %s [-X32_64] [-]{dmpqrstx}[abcfilNoPsSuvV] [üye-adý] [sayý] arþiv-dosyasý dosya...\n" + +#: ar.c:256 +#, c-format +msgid " %s -M [\n\n" +msgstr "\n<üye %s>\n\n" + +#: ar.c:845 ar.c:913 +#, c-format +msgid "%s is not a valid archive" +msgstr "%s geçerli bir arþiv deðil" + +#: ar.c:881 +#, c-format +msgid "stat returns negative size for %s" +msgstr "stat komutu, %s için negatif büyüklük gösteriyor" + +#: ar.c:1008 +#, c-format +msgid "%s is not an archive" +msgstr "%s bir arþiv deðil" + +#: ar.c:1015 +#, c-format +msgid "creating %s" +msgstr "%s oluþturuluyor" + +#: ar.c:1221 +#, c-format +msgid "No member named `%s'\n" +msgstr "`%s' adýnda bir üye yok\n" + +#: ar.c:1273 +#, c-format +msgid "no entry %s in archive %s!" +msgstr "arþiv %2$s içerisinde %1$s girdisi yok!" + +#: ar.c:1434 +#, c-format +msgid "%s: no archive map to update" +msgstr "%s: güncellenecek arþiv eþlemesi yok" + +#: arsup.c:88 +#, c-format +msgid "No entry %s in archive.\n" +msgstr "Arþiv içinde %s girdisi yok.\n" + +#: arsup.c:120 +#, c-format +msgid "Can't open file %s\n" +msgstr "%s dosyasý açýlamadý\n" + +#: arsup.c:170 +#, c-format +msgid "%s: Can't open output archive %s\n" +msgstr "%s: Çýktý arþivi %s açýlamadý\n" + +#: arsup.c:182 +#, c-format +msgid "%s: Can't open input archive %s\n" +msgstr "%s: Girdi arþivi %s açýlamadý\n" + +#: arsup.c:188 +#, c-format +msgid "%s: file %s is not an archive\n" +msgstr "%s: %s dosyasý bir arþiv deðil\n" + +#: arsup.c:229 +#, c-format +msgid "%s: no output archive specified yet\n" +msgstr "%s: henüz bir çýktý arþivi belirtilmedi\n" + +#: arsup.c:249 arsup.c:284 arsup.c:320 arsup.c:340 arsup.c:398 +#, c-format +msgid "%s: no open output archive\n" +msgstr "%s: açýk çýktý arþivi yok\n" + +#: arsup.c:257 arsup.c:358 arsup.c:378 +#, c-format +msgid "%s: can't open file %s\n" +msgstr "%s: %s dosyasý açýlamadý\n" + +#: arsup.c:305 arsup.c:374 arsup.c:453 +#, c-format +msgid "%s: can't find module file %s\n" +msgstr "%s: modül dosyasý %s bulunamadý\n" + +#: arsup.c:405 +#, c-format +msgid "Current open archive is %s\n" +msgstr "Þimdiki açýk arþiv %s\n" + +#: arsup.c:432 +#, c-format +msgid "%s: no open archive\n" +msgstr "%s: açýk arþiv yok\n" + +#: bucomm.c:135 +#, c-format +msgid "can't set BFD default target to `%s': %s" +msgstr "BFD öntanýmlý hedef `%s' olarak atanamadý: %s" + +#: bucomm.c:147 +#, c-format +msgid "%s: Matching formats:" +msgstr "%s: Eþleþen biçemler:" + +#: bucomm.c:164 +msgid "Supported targets:" +msgstr "Desteklenen hedefler:" + +#: bucomm.c:166 +#, c-format +msgid "%s: supported targets:" +msgstr "%s: desteklenen hedefler:" + +#: bucomm.c:272 +#, c-format +msgid "%s: bad number: %s" +msgstr "%s: hatalý sayý: %s" + +#: coffdump.c:94 +#, c-format +msgid "#lines %d " +msgstr "#satýrlar %d " + +#: coffdump.c:456 sysdump.c:719 +#, c-format +msgid "%s: Print a human readable interpretation of a SYSROFF object file\n" +msgstr "%s: SYSROFF nesne dosyasýný insan tarafýndan okunabilir biçemde yazdýrýr\n" + +#: coffdump.c:498 srconv.c:1941 sysdump.c:755 +#, c-format +msgid "GNU %s version %s\n" +msgstr "GNU %s sürüm %s\n" + +#: coffdump.c:516 srconv.c:1975 sysdump.c:775 +msgid "no input file specified" +msgstr "girdi dosyasý belirtilmedi" + +#: debug.c:653 +msgid "debug_add_to_current_namespace: no current file" +msgstr "hata_ayýkla_mevcut_isim_uzayýna_ekle: mevcut dosya yok" + +#: debug.c:736 +msgid "debug_start_source: no debug_set_filename call" +msgstr "hata_ayýkla_kaynak: hata_ayýkla_dosya_adý_ata çaðrýlmadý" + +#: debug.c:795 +msgid "debug_record_function: no debug_set_filename call" +msgstr "hata_ayýkla_kayýt_iþlevi: hata_ayýkla_dosya_adý_ata çaðrýlmadý" + +#: debug.c:851 +msgid "debug_record_parameter: no current function" +msgstr "hata_ayýkla_kayýt_parametresi: mevcut iþlev yok" + +#: debug.c:885 +msgid "debug_end_function: no current function" +msgstr "hata_ayýkla_son_iþlev: mevcut iþlev yok" + +#: debug.c:891 +msgid "debug_end_function: some blocks were not closed" +msgstr "hata_ayýkla_son_iþlev: bazý bloklar kapatýlmamýþ" + +#: debug.c:921 +msgid "debug_start_block: no current block" +msgstr "hata_ayýkla_baþla_blok: mevcut blok yok" + +#: debug.c:959 +msgid "debug_end_block: no current block" +msgstr "hata_ayýkla_son_blok: mevcut blok yok" + +#: debug.c:966 +msgid "debug_end_block: attempt to close top level block" +msgstr "hata_ayýkla_son_blok: tepe seviye bloðu kapama denemesi" + +#: debug.c:992 +msgid "debug_record_line: no current unit" +msgstr "hata_ayýkla_kayýt_satýr: mevcut birim yok" + +#. FIXME +#: debug.c:1046 +msgid "debug_start_common_block: not implemented" +msgstr "hata_ayýkla_ortak_blok_baþla: henüz tamamlanmamýþ" + +#. FIXME +#: debug.c:1058 +msgid "debug_end_common_block: not implemented" +msgstr "hata_ayýkla_ortak_blok_son: henüz tamamlanmamýþ" + +#. FIXME. +#: debug.c:1152 +msgid "debug_record_label not implemented" +msgstr "hata_ayýkla_kayýt_etiket: henüz tamamlanmamýþ" + +#: debug.c:1178 +msgid "debug_record_variable: no current file" +msgstr "hata_ayýkla_kayýt_deðiþken: mevcut dosya yok" + +#: debug.c:1194 +msgid "debug_record_variable: no current block" +msgstr "hata_ayýkla_kayýt_deðiþken: mevcut blok yok" + +#: debug.c:1764 +msgid "debug_make_undefined_type: unsupported kind" +msgstr "hata_ayýkla_tanýmlanmamýþ_tip: desteklenmeyen tip" + +#: debug.c:1970 +msgid "debug_name_type: no current file" +msgstr "hata_ayýkla_isim_tipi: mevcut dosya yok" + +#: debug.c:2018 +msgid "debug_tag_type: no current file" +msgstr "hata_ayýkla_etiket_tipi: mevcut dosya yok" + +#: debug.c:2026 +msgid "debug_tag_type: extra tag attempted" +msgstr "hata_ayýkla_etiket_tipi: fazla etiketleme denendi" + +#: debug.c:2066 +#, c-format +msgid "Warning: changing type size from %d to %d\n" +msgstr "Uyarý: tip boyutu %d'den %d'ye deðiþtirildi\n" + +#: debug.c:2090 +msgid "debug_find_named_type: no current compilation unit" +msgstr "hata_ayýkla_isimli_tipi_bul: mevcut derleme birimi yok" + +#: debug.c:2197 +#, c-format +msgid "debug_get_real_type: circular debug information for %s\n" +msgstr "hata_ayýkla_gerçek_tipi_al: %s için çevrimsel hata ayýklama bilgisi\n" + +#: debug.c:2662 +msgid "debug_write_type: illegal type encountered" +msgstr "hata_ayýkla_yaz_tipi: geçersiz tip bulundu" + +#: dlltool.c:737 dlltool.c:762 dlltool.c:788 +#, c-format +msgid "Internal error: Unknown machine type: %d" +msgstr "Ýç hata: Bilinmeyen makina tipi: %d" + +#: dlltool.c:825 +#, c-format +msgid "Can't open def file: %s" +msgstr "Taným dosyasý açýlamadý: %s" + +#: dlltool.c:830 +#, c-format +msgid "Processing def file: %s" +msgstr "Taným dosyasý iþleniyor: %s" + +#: dlltool.c:834 +msgid "Processed def file" +msgstr "Taným dosyasý iþlendi" + +#: dlltool.c:859 +#, c-format +msgid "Syntax error in def file %s:%d" +msgstr "Taným dosyasý %s'nda sözdizim hatasý:%d" + +#: dlltool.c:892 +#, c-format +msgid "NAME: %s base: %x" +msgstr "ÝSÝM: %s temel: %x" + +#: dlltool.c:895 dlltool.c:914 +msgid "Can't have LIBRARY and NAME" +msgstr "KÝTAPLIK ve ÝSÝM beraber olamaz" + +#: dlltool.c:911 +#, c-format +msgid "LIBRARY: %s base: %x" +msgstr "KÝTAPLIK: %s temel: %x" + +#: dlltool.c:1169 resrc.c:271 +#, c-format +msgid "wait: %s" +msgstr "bekle: %s" + +#: dlltool.c:1174 dllwrap.c:456 resrc.c:276 +#, c-format +msgid "subprocess got fatal signal %d" +msgstr "Ast-iþlem %d ölümcül sinyalini aldý" + +#: dlltool.c:1180 dllwrap.c:463 resrc.c:283 +#, c-format +msgid "%s exited with status %d" +msgstr "%s %d durumu ile çýktý" + +#: dlltool.c:1212 +#, c-format +msgid "Sucking in info from %s section in %s" +msgstr "%2$s'in %1$s bölümünden bilgi emiliyor" + +#: dlltool.c:1336 +#, c-format +msgid "Excluding symbol: %s" +msgstr "Sembol dýþlandý: %s" + +#: dlltool.c:1431 dlltool.c:1442 nm.c:946 nm.c:957 objdump.c:443 objdump.c:460 +#, c-format +msgid "%s: no symbols" +msgstr "%s: sembol yok" + +#. FIXME: we ought to read in and block out the base relocations +#: dlltool.c:1469 +#, c-format +msgid "Done reading %s" +msgstr "%s okundu" + +#: dlltool.c:1480 +#, c-format +msgid "Unable to open object file: %s" +msgstr "Nesne dosyasý açýlamadý: %s" + +#: dlltool.c:1483 +#, c-format +msgid "Scanning object file %s" +msgstr "Nesne dosyasý %s taranýyor" + +#: dlltool.c:1498 +#, c-format +msgid "Cannot produce mcore-elf dll from archive file: %s" +msgstr "Arþiv dosyasýndan mcore-elf dll oluþturulamadý: %s" + +#: dlltool.c:1590 +msgid "Adding exports to output file" +msgstr "Çýktý dosyasýna ihraçlar ekleniyor" + +#: dlltool.c:1635 +msgid "Added exports to output file" +msgstr "Çýktý dosyasýna ihraçlar eklendi" + +#: dlltool.c:1759 +#, c-format +msgid "Generating export file: %s" +msgstr "Ýhraç dosyasý oluþturuluyor: %s" + +#: dlltool.c:1764 +#, c-format +msgid "Unable to open temporary assembler file: %s" +msgstr "Geçiçi üretici dosyasý açýlamadý: %s" + +#: dlltool.c:1767 +#, c-format +msgid "Opened temporary file: %s" +msgstr "Geçici dosya açýldý: %s" + +#: dlltool.c:1981 +msgid "Generated exports file" +msgstr "Ýhraç dosyasý oluþturuldu" + +#: dlltool.c:2236 +#, c-format +msgid "bfd_open failed open stub file: %s" +msgstr "koçan dosyasý bfd_open ile açýlamadý: %s" + +#: dlltool.c:2239 +#, c-format +msgid "Creating stub file: %s" +msgstr "Koçan dosyasý oluþturuluyor: %s" + +#: dlltool.c:2626 +#, c-format +msgid "failed to open temporary head file: %s" +msgstr "geçici baþlýk dosyasý açýlamadý: %s" + +#: dlltool.c:2685 +#, c-format +msgid "failed to open temporary tail file: %s" +msgstr "geçici kuyruk dosyasý açýlamadý: %s" + +#: dlltool.c:2753 +#, c-format +msgid "Can't open .lib file: %s" +msgstr ".lib dosyasý açýlamadý: %s" + +#: dlltool.c:2756 +#, c-format +msgid "Creating library file: %s" +msgstr "Kitaplýk dosyasý açýlamadý: %s" + +#: dlltool.c:2815 +#, c-format +msgid "cannot delete %s: %s" +msgstr "%s silinemedi: %s" + +#: dlltool.c:2819 +msgid "Created lib file" +msgstr "Lib dosyasý oluþturuldu" + +#: dlltool.c:2924 +#, c-format +msgid "Warning, ignoring duplicate EXPORT %s %d,%d" +msgstr "Uyarý, EXPORT tekrarý %s %d,%d yoksayýldý" + +#: dlltool.c:2930 +#, c-format +msgid "Error, duplicate EXPORT with oridinals: %s" +msgstr "Hata, orjinal hali ile EXPORT tekrarý: %s" + +#: dlltool.c:3057 +msgid "Processing definitions" +msgstr "Tanýmlar iþleniyor" + +#: dlltool.c:3095 +msgid "Processed definitions" +msgstr "Tanýmlar iþlendi" + +#. xgetext:c-format +#: dlltool.c:3106 dllwrap.c:520 +#, c-format +msgid "Usage %s \n" +msgstr "Kullaným %s \n" + +#. xgetext:c-format +#: dlltool.c:3108 +#, c-format +msgid " -m --machine Create as DLL for . [default: %s]\n" +msgstr " -m --machine için DLL olarak oluþtur. [öntanýmlý: %s]\n" + +#: dlltool.c:3109 +msgid " possible : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" +msgstr " tanýmlý : arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n" + +#: dlltool.c:3110 +msgid " -e --output-exp Generate an export file.\n" +msgstr " -e --output-exp <çýktýadý> Ýhraç dosyasý oluþturur.\n" + +#: dlltool.c:3111 +msgid " -l --output-lib Generate an interface library.\n" +msgstr " -l --output-lib <çýktýadý> Arayüz kitaplýðý oluþturur.\n" + +#: dlltool.c:3112 +msgid " -a --add-indirect Add dll indirects to export file.\n" +msgstr " -a --add-indirect Ýhraç dosyasýna dll yönlendirmelerini ekler.\n" + +#: dlltool.c:3113 +msgid " -D --dllname Name of input dll to put into interface lib.\n" +msgstr " -D --dllname Arayüz kitaplýðýna eklenecek girdi dll adý.\n" + +#: dlltool.c:3114 +msgid " -d --input-def Name of .def file to be read in.\n" +msgstr " -d --input-def Okunacak .def dosyasýnýn adý.\n" + +#: dlltool.c:3115 +msgid " -z --output-def Name of .def file to be created.\n" +msgstr " -z --output-def Oluþturulacak .def dosyasýnýn adý.\n" + +#: dlltool.c:3116 +msgid " --export-all-symbols Export all symbols to .def\n" +msgstr " --export-all-symbols Bütün sembolleri .def'e ihraç eder\n" + +#: dlltool.c:3117 +msgid " --no-export-all-symbols Only export listed symbols\n" +msgstr " --no-export-all-symbols Yalnýzca listelenmiþ sembolleri ihraç eder\n" + +#: dlltool.c:3118 +msgid " --exclude-symbols Don't export \n" +msgstr " --exclude-symbols 'yi ihraç etmez\n" + +#: dlltool.c:3119 +msgid " --no-default-excludes Clear default exclude symbols\n" +msgstr " --no-default-excludes Öntanýmlý ihraç edilmeyecek sembol listesini boþaltýr\n" + +#: dlltool.c:3120 +msgid " -b --base-file Read linker generated base file.\n" +msgstr " -b --base-file Baðlayýcýnýn oluþturduðu temel dosyayý okur.\n" + +#: dlltool.c:3121 +msgid " -x --no-idata4 Don't generate idata$4 section.\n" +msgstr " -x --no-idata4 idata$4 bölümü oluþturmaz.\n" + +#: dlltool.c:3122 +msgid " -c --no-idata5 Don't generate idata$5 section.\n" +msgstr " -c --no-idata5 idata$5 bölümü oluþturmaz.\n" + +#: dlltool.c:3123 +msgid " -U --add-underscore Add underscores to symbols in interface library.\n" +msgstr " -U --add-underscore Arayüz kitaplýðýndaki sembollere alt-tire ekler.\n" + +#: dlltool.c:3124 +msgid " -k --kill-at Kill @ from exported names.\n" +msgstr " -k --kill-at Ýhraç edilmiþ isimlerden @'da öldürür.\n" + +#: dlltool.c:3125 +msgid " -A --add-stdcall-alias Add aliases without @.\n" +msgstr " -A --add-stdcall-alias Rumuzlarý @ içermeksizin ekler.\n" + +#: dlltool.c:3126 +msgid " -S --as Use for assembler.\n" +msgstr " -S --as Üretici olarak kullanýr.\n" + +#: dlltool.c:3127 +msgid " -f --as-flags Pass to the assembler.\n" +msgstr " -f --as-flags Üreticiye i geçirir.\n" + +#: dlltool.c:3128 +msgid " -C --compat-implib Create backward compatible import library.\n" +msgstr " -C --compat-implib Geçmiþe uyumlu ithal kitaplýðý oluþturur.\n" + +#: dlltool.c:3129 +msgid " -n --no-delete Keep temp files (repeat for extra preservation).\n" +msgstr " -n --no-delete Geçici dosyalarý tutar (daha da koruyucu olmasý için tekrarlanabilir).\n" + +#: dlltool.c:3130 +msgid " -v --verbose Be verbose.\n" +msgstr " -v --verbose Açýklama verir.\n" + +#: dlltool.c:3131 +msgid " -V --version Display the program version.\n" +msgstr " -V --version Sürüm bilgilerini gösterir.\n" + +#: dlltool.c:3132 +msgid " -h --help Display this information.\n" +msgstr " -h --help Bu yardýmý gösterir.\n" + +#: dlltool.c:3134 +msgid " -M --mcore-elf Process mcore-elf object files into .\n" +msgstr " -M --mcore-elf <çýktý_adý> mcore-elf nesne dosyalarýný <çýktý_adý>'na iþler.\n" + +#: dlltool.c:3135 +msgid " -L --linker Use as the linker.\n" +msgstr " -L --linker Baðlayýcý olarak kullanýr.\n" + +#: dlltool.c:3136 +msgid " -F --linker-flags Pass to the linker.\n" +msgstr " -F --linker-flags i baðlayýcýya geçirir.\n" + +#: dlltool.c:3280 +#, c-format +msgid "Unable to open base-file: %s" +msgstr "Temel-dosyasý açýlamadý: %s" + +#: dlltool.c:3309 +#, c-format +msgid "Machine '%s' not supported" +msgstr "'%s' makinasý desteklenmiyor" + +#: dlltool.c:3412 dllwrap.c:241 +#, c-format +msgid "Tried file: %s" +msgstr "Dosya denendi: %s" + +#: dlltool.c:3419 dllwrap.c:248 +#, c-format +msgid "Using file: %s" +msgstr "Dosya kullanýlýyor: %s" + +#: dllwrap.c:335 +#, c-format +msgid "Keeping temporary base file %s" +msgstr "Geçici temel dosya %s tutuldu" + +#: dllwrap.c:337 +#, c-format +msgid "Deleting temporary base file %s" +msgstr "Geçici temel dosya %s silindi" + +#: dllwrap.c:351 +#, c-format +msgid "Keeping temporary exp file %s" +msgstr "Geçici ihraç dosyasý %s tutuldu" + +#: dllwrap.c:353 +#, c-format +msgid "Deleting temporary exp file %s" +msgstr "Geçici ihraç dosyasý %s silindi" + +#: dllwrap.c:366 +#, c-format +msgid "Keeping temporary def file %s" +msgstr "Geçici taným dosyasý %s tutuldu" + +#: dllwrap.c:368 +#, c-format +msgid "Deleting temporary def file %s" +msgstr "Geçici taným dosyasý %s silindi" + +#: dllwrap.c:521 +msgid " Generic options:\n" +msgstr " Genel seçenekler: \n" + +#: dllwrap.c:522 +msgid " --quiet, -q Work quietly\n" +msgstr " --quiet, -q Sessiz çalýþýr\n" + +#: dllwrap.c:523 +msgid " --verbose, -v Verbose\n" +msgstr " --verbose, -v Açýklamalý\n" + +#: dllwrap.c:524 +msgid " --version Print dllwrap version\n" +msgstr " --version dllwrap sürümünü yazdýrýr\n" + +#: dllwrap.c:525 +msgid " --implib Synonym for --output-lib\n" +msgstr " --implib <çýktý_adý> --output-lib ile eþanlamlý\n" + +#: dllwrap.c:526 +#, c-format +msgid " Options for %s:\n" +msgstr " %s için seçenekler:\n" + +#: dllwrap.c:527 +msgid " --driver-name Defaults to \"gcc\"\n" +msgstr " --driver-name \"gcc\"ye öntanýmlý\n" + +#: dllwrap.c:528 +msgid " --driver-flags Override default ld flags\n" +msgstr " --driver-flags Öntanýmlý ld seçeneklerinin yerine geçer\n" + +#: dllwrap.c:529 +msgid " --dlltool-name Defaults to \"dlltool\"\n" +msgstr " --dlltool-name \"dlltool\"a öntanýmlý\n" + +#: dllwrap.c:530 +msgid " --entry Specify alternate DLL entry point\n" +msgstr " --entry Alternatif DLL giriþ noktasý belirtir\n" + +#: dllwrap.c:531 +msgid " --image-base Specify image base address\n" +msgstr " --image-base Ýmaj temel adresini belirtir\n" + +#: dllwrap.c:532 +msgid " --target i386-cygwin32 or i386-mingw32\n" +msgstr " --target hedef makina, i386-cygwin32 veya i386-mingw32\n" + +#: dllwrap.c:533 +msgid " --dry-run Show what needs to be run\n" +msgstr " --dry-run Çalýþtýrýlmasý gerekenleri gösterir\n" + +#: dllwrap.c:534 +msgid " --mno-cygwin Create Mingw DLL\n" +msgstr " --mno-cygwin Mingw DLL oluþturur\n" + +#: dllwrap.c:535 +msgid " Options passed to DLLTOOL:\n" +msgstr " DLLTOOL'a geçirilen seçenekler:\n" + +#: dllwrap.c:536 +msgid " --machine \n" +msgstr " --machine \n" + +#: dllwrap.c:537 +msgid " --output-exp Generate export file.\n" +msgstr " --output-exp <çýktý_adý> Ýhraç dosyasý oluþturur.\n" + +#: dllwrap.c:538 +msgid " --output-lib Generate input library.\n" +msgstr " --output-lib <çýktý_adý> Girdi kitaplýðý oluþturur.\n" + +#: dllwrap.c:539 +msgid " --add-indirect Add dll indirects to export file.\n" +msgstr " --add-indirect Dll yönlendirmelerini ihraç dosyasýna ekler.\n" + +#: dllwrap.c:540 +msgid " --dllname Name of input dll to put into output lib.\n" +msgstr " --dllname Çýktý kitaplýðýna konulacak girdi dll adý.\n" + +#: dllwrap.c:541 +msgid " --def Name input .def file\n" +msgstr " --def Girdi .def dosyasý adý\n" + +#: dllwrap.c:542 +msgid " --output-def Name output .def file\n" +msgstr " --output-def Çýktý .def dosyasýnýn adý\n" + +#: dllwrap.c:543 +msgid " --export-all-symbols Export all symbols to .def\n" +msgstr " --export-all-symbols Bütün sembolleri .def'e ihraç eder\n" + +#: dllwrap.c:544 +msgid " --no-export-all-symbols Only export .drectve symbols\n" +msgstr " --no-export-all-symbols Yalnýzca .drectve sembollerini ihraç eder\n" + +#: dllwrap.c:545 +msgid " --exclude-symbols Exclude from .def\n" +msgstr " --exclude-symbols deki sembolleri .def'e ihraç etmez\n" + +#: dllwrap.c:546 +msgid " --no-default-excludes Zap default exclude symbols\n" +msgstr " --no-default-excludes Dýþlanacak sembol öntanýmlarýný boþaltýr\n" + +#: dllwrap.c:547 +msgid " --base-file Read linker generated base file\n" +msgstr " --base-file Baðlayýcý tarafýndan oluþturulan temel dosyayý okur\n" + +#: dllwrap.c:548 +msgid " --no-idata4 Don't generate idata$4 section\n" +msgstr " --no-idata4 idata$4 bölümünü oluþturmaz\n" + +#: dllwrap.c:549 +msgid " --no-idata5 Don't generate idata$5 section\n" +msgstr " --no-idata5 idata$5 bölümünü oluþturmaz\n" + +#: dllwrap.c:550 +msgid " -U Add underscores to .lib\n" +msgstr " -U .lib'e alt-tire ekler\n" + +#: dllwrap.c:551 +msgid " -k Kill @ from exported names\n" +msgstr " -k @'i ihraç edilmiþ isimlerden çýkartýr\n" + +#: dllwrap.c:552 +msgid " --add-stdcall-alias Add aliases without @\n" +msgstr " --add-stdcall-alias Rumuzlarý @ olmaksýzýn ekler\n" + +#: dllwrap.c:553 +msgid " --as Use for assembler\n" +msgstr " --as Üretici olarak 'i kullanýr\n" + +#: dllwrap.c:554 +msgid " --nodelete Keep temp files.\n" +msgstr " --nodelete Geçici dosyalarý tutar.\n" + +#: dllwrap.c:555 +msgid " Rest are passed unmodified to the language driver\n" +msgstr " Kalanlar dil sürücüsüne deðiþtirilmeksizin geçirilir\n" + +#: dllwrap.c:816 +msgid "Must provide at least one of -o or --dllname options" +msgstr "-o veya --dllname (dll adý) seçeneklerinin en azýndan bir tanesi belirtilmelidir" + +#: dllwrap.c:844 +msgid "no export definition file provided" +msgstr "ihraç taným dosyasý verilmemiþ" + +#: dllwrap.c:845 +msgid "creating one, but that may not be what you want" +msgstr "bir tane oluþturuluyor fakat istediðiniz bu olmayabilir" + +#: dllwrap.c:1006 +#, c-format +msgid "DLLTOOL name : %s\n" +msgstr "DLLTOOL adý : %s\n" + +#: dllwrap.c:1007 +#, c-format +msgid "DLLTOOL options : %s\n" +msgstr "DLLTOOL seçenekleri : %s\n" + +#: dllwrap.c:1008 +#, c-format +msgid "DRIVER name : %s\n" +msgstr "SÜRÜCÜ adý : %s\n" + +#: dllwrap.c:1009 +#, c-format +msgid "DRIVER options : %s\n" +msgstr "SÜRÜCÜ seçenekleri : %s\n" + +#: ieee.c:317 +msgid "unexpected end of debugging information" +msgstr "hata ayýklama bilgilerinde beklenmeyen son" + +#: ieee.c:412 +msgid "invalid number" +msgstr "geçersiz sayý" + +#: ieee.c:471 +msgid "invalid string length" +msgstr "geçersiz dizge uzunluðu" + +#: ieee.c:528 ieee.c:569 +msgid "expression stack overflow" +msgstr "ifade yýðýtýnda taþma" + +#: ieee.c:548 +msgid "unsupported IEEE expression operator" +msgstr "desteklenmeyen IEEE ifade iþlemimi" + +#: ieee.c:563 +msgid "unknown section" +msgstr "bilinmeyen bölüm" + +#: ieee.c:584 +msgid "expression stack underflow" +msgstr "ifade yýðýt taþmasý" + +#: ieee.c:598 +msgid "expression stack mismatch" +msgstr "ifade yýðýtý uyumsuzluðu" + +#: ieee.c:637 +msgid "unknown builtin type" +msgstr "bilinmeyen oluþumiçi tip" + +#: ieee.c:782 +msgid "BCD float type not supported" +msgstr "BCD gerçel tipi desteklenmiyor" + +#: ieee.c:928 +msgid "unexpected number" +msgstr "beklenmeyen sayý" + +#: ieee.c:935 +msgid "unexpected record type" +msgstr "beklenmeyen kayýt tipi" + +#: ieee.c:968 +msgid "blocks left on stack at end" +msgstr "yýðýt üzerinde bloklar kaldý" + +#: ieee.c:1233 +msgid "unknown BB type" +msgstr "bilinmeyen BB tipi" + +#: ieee.c:1242 +msgid "stack overflow" +msgstr "yýðýt taþmasý" + +#: ieee.c:1267 +msgid "stack underflow" +msgstr "yýðýt alt taþmasý" + +#: ieee.c:1381 ieee.c:1453 ieee.c:2152 +msgid "illegal variable index" +msgstr "geçersiz deðiþken endeksi" + +#: ieee.c:1431 +msgid "illegal type index" +msgstr "geçersiz tip endeksi" + +#: ieee.c:1441 ieee.c:1478 +msgid "unknown TY code" +msgstr "bilinmeyen TY kodu" + +#: ieee.c:1460 +msgid "undefined variable in TY" +msgstr "TY'de tanýmsýz deðiþken" + +#. Pascal file name. FIXME. +#: ieee.c:1871 +msgid "Pascal file name not supported" +msgstr "Pascal dosya adý desteklenmiyor" + +#: ieee.c:1919 +msgid "unsupported qualifer" +msgstr "desteklenmeyen niteleyici" + +#: ieee.c:2190 +msgid "undefined variable in ATN" +msgstr "ATN'de tanýmsýz deðiþken" + +#: ieee.c:2233 +msgid "unknown ATN type" +msgstr "bilinmeyen ATN tipi" + +#. Reserved for FORTRAN common. +#: ieee.c:2355 +msgid "unsupported ATN11" +msgstr "desteklenmeyen ATN11" + +#. We have no way to record this information. FIXME. +#: ieee.c:2382 +msgid "unsupported ATN12" +msgstr "desteklenmeyen ATN12" + +#: ieee.c:2442 +msgid "unexpected string in C++ misc" +msgstr "C++ misc içinde beklenmeyen dizge" + +#: ieee.c:2455 +msgid "bad misc record" +msgstr "hatalý misc kaydý" + +#: ieee.c:2498 +msgid "unrecognized C++ misc record" +msgstr "bilinmeyen C++ misc kaydý" + +#: ieee.c:2615 +msgid "undefined C++ object" +msgstr "tanýmlanmamýþ C++ nesnesi" + +#: ieee.c:2649 +msgid "unrecognized C++ object spec" +msgstr "bilinmeyen C++ nesne tanýmý" + +#: ieee.c:2685 +msgid "unsupported C++ object type" +msgstr "desteklenmeyen C++ nesne tipi" + +#: ieee.c:2695 +msgid "C++ base class not defined" +msgstr "C++ temel sýnýfý tanýmlanmamýþ" + +#: ieee.c:2707 ieee.c:2812 +msgid "C++ object has no fields" +msgstr "C++ nesnesinde hiç alan yok" + +#: ieee.c:2726 +msgid "C++ base class not found in container" +msgstr "C++ temel sýnýfý taþýyýcý içinde bulunamadý" + +#: ieee.c:2833 +msgid "C++ data member not found in container" +msgstr "C++ veri üyesi taþýyýcý içinde bulunamadý" + +#: ieee.c:2874 ieee.c:3024 +msgid "unknown C++ visibility" +msgstr "bilinmeyen C++ görünürlüðü" + +#: ieee.c:2908 +msgid "bad C++ field bit pos or size" +msgstr "hatalý C++ alan biti konum veya boyu" + +#: ieee.c:3000 +msgid "bad type for C++ method function" +msgstr "C++ yöntem iþlevi için hatalý tip" + +#: ieee.c:3010 +msgid "no type information for C++ method function" +msgstr "C++ yöntem iþlevi için tip bilgisi yok" + +#: ieee.c:3049 +msgid "C++ static virtual method" +msgstr "C++ statik sanal yöntem" + +#: ieee.c:3144 +msgid "unrecognized C++ object overhead spec" +msgstr "bilinmeyen C++ nesne masraf tanýmý" + +#: ieee.c:3183 +msgid "undefined C++ vtable" +msgstr "tanýmlanmamýþ C++ vtablosu" + +#: ieee.c:3254 +msgid "C++ default values not in a function" +msgstr "C++ öntanýmlý deðerleri iþlev içerisinde deðil" + +#: ieee.c:3294 +msgid "unrecognized C++ default type" +msgstr "bilinmeyen öntanýmlý C++ tipi" + +#: ieee.c:3325 +msgid "reference parameter is not a pointer" +msgstr "referans parametresi imleyici deðil" + +#: ieee.c:3410 +msgid "unrecognized C++ reference type" +msgstr "bilinmeyen C++ referans tipi" + +#: ieee.c:3492 +msgid "C++ reference not found" +msgstr "C++ referansý bulunamadý" + +#: ieee.c:3500 +msgid "C++ reference is not pointer" +msgstr "C++ referansý imleyici deðil" + +#: ieee.c:3529 ieee.c:3537 +msgid "missing required ASN" +msgstr "Gerekli ASN yok" + +#: ieee.c:3567 ieee.c:3575 +msgid "missing required ATN65" +msgstr "Gerekli ATN65 yok" + +#: ieee.c:3589 +msgid "bad ATN65 record" +msgstr "hatalý ATN65 kaydý" + +#: ieee.c:4236 +msgid "IEEE numeric overflow: 0x" +msgstr "IEEE sayýsal taþma: 0x" + +#: ieee.c:4282 +#, c-format +msgid "IEEE string length overflow: %u\n" +msgstr "IEEE dizge uzunluk taþmasý: %u\n" + +#: ieee.c:5324 +#, c-format +msgid "IEEE unsupported integer type size %u\n" +msgstr "IEEE desteklenmeyen tamsayý tip boyu %u\n" + +#: ieee.c:5360 +#, c-format +msgid "IEEE unsupported float type size %u\n" +msgstr "IEEE desteklenmeyen gerçel tip boyu %u\n" + +#: ieee.c:5396 +#, c-format +msgid "IEEE unsupported complex type size %u\n" +msgstr "IEEE desteklenmeyen karmaþýk tip boyu %u\n" + +#: nlmconv.c:275 srconv.c:1966 +msgid "input and output files must be different" +msgstr "girdi ve çýktý dosyalarý farklý olmalý" + +#: nlmconv.c:322 +msgid "input file named both on command line and with INPUT" +msgstr "girdi dosyasý ismi hem komut satýrýnda hem INPUT olarak verilmiþ" + +#: nlmconv.c:331 +msgid "no input file" +msgstr "girdi dosyasý yok" + +#: nlmconv.c:361 +msgid "no name for output file" +msgstr "çýktý dosyasý için isim yok" + +#: nlmconv.c:374 +msgid "warning: input and output formats are not compatible" +msgstr "uyarý: girdi ve çýktý biçemleri uyumlu deðil" + +#: nlmconv.c:403 +msgid "make .bss section" +msgstr ".bss bölümü oluþtur" + +#: nlmconv.c:412 +msgid "make .nlmsections section" +msgstr ".nlmsections bölümü oluþtur" + +#: nlmconv.c:414 +msgid "set .nlmsections flags" +msgstr ".nlmsections seçenekleri atar" + +#: nlmconv.c:442 +msgid "set .bss vma" +msgstr ".bss vma atar" + +#: nlmconv.c:449 +msgid "set .data size" +msgstr ".data boyu atar" + +#: nlmconv.c:629 +#, c-format +msgid "warning: symbol %s imported but not in import list" +msgstr "uyarý: %s sembolü ithal edildi ama ithal listesinde deðil" + +#: nlmconv.c:649 +msgid "set start address" +msgstr "baþlangýç adresini atar" + +#: nlmconv.c:698 +#, c-format +msgid "warning: START procedure %s not defined" +msgstr "uyarý: START altyordamý %s tanýmsýz" + +#: nlmconv.c:700 +#, c-format +msgid "warning: EXIT procedure %s not defined" +msgstr "uyarý: EXIT altyordamý %s tanýmsýz" + +#: nlmconv.c:702 +#, c-format +msgid "warning: CHECK procedure %s not defined" +msgstr "warning: CHECK altyordamý %s tanýmsýz" + +#: nlmconv.c:723 nlmconv.c:912 +msgid "custom section" +msgstr "özel bölüm" + +#: nlmconv.c:744 nlmconv.c:941 +msgid "help section" +msgstr "yardým bölümü" + +#: nlmconv.c:766 nlmconv.c:959 +msgid "message section" +msgstr "ileti bölümü" + +#: nlmconv.c:782 nlmconv.c:992 +msgid "module section" +msgstr "modül bölümü" + +#: nlmconv.c:802 nlmconv.c:1008 +msgid "rpc section" +msgstr "rpc bölümü" + +#. There is no place to record this information. +#: nlmconv.c:838 +#, c-format +msgid "%s: warning: shared libraries can not have uninitialized data" +msgstr "%s: uyarý: paylaþýmlý kitaplýklar öndeðer atanmamýþ veri kapsayamaz" + +#: nlmconv.c:859 nlmconv.c:1027 +msgid "shared section" +msgstr "paylaþýmlý bölüm" + +#: nlmconv.c:867 +msgid "warning: No version number given" +msgstr "uyarý: Sürüm numarasý verilmemiþ" + +#: nlmconv.c:907 nlmconv.c:936 nlmconv.c:954 nlmconv.c:1003 nlmconv.c:1022 +#, c-format +msgid "%s: read: %s" +msgstr "%s: okundu: %s" + +#: nlmconv.c:929 +msgid "warning: MAP and FULLMAP are not supported; try ld -M" +msgstr "uyarý: MAP ve FULLMAP desteklenmiyor; ld -M komutunu deneyin" + +#: nlmconv.c:1099 +#, c-format +msgid "%s: Convert an object file into a NetWare Loadable Module\n" +msgstr "%s: Bir nesne dosyasýný NetWare Yüklenebilir Modül haline getirir\n" + +#: nlmconv.c:1111 +#, c-format +msgid "" +"Usage: %s [-dhV] [-I bfdname] [-O bfdname] [-T header-file] [-l linker]\n" +" [--input-target=bfdname] [--output-target=bfdname]\n" +" [--header-file=file] [--linker=linker] [--debug]\n" +" [--help] [--version]\n" +" [in-file [out-file]]\n" +msgstr "" +"Kullaným: %s [-dhV] [-I bfd_adý] [-O bfd_adý] [-T baþlýk-dosyasý]\n" +" [-l baðlayýcý]\n" +" [--input-target=bfd_adý] girdi dosyasý adý\n" +" [--output-target=bfd_adý] çýktý dosyasý adý\n" +" [--header-file=dosya] baþlýk dosyasý adý\n" +" [--linker=baðlayýcý] baðlayýcý yazýlým adý\n" +" [--debug] hata ayýklama kipi\n" +" [--help] bu yardýmý gösterir\n" +" [--version] sürüm bilgisini gösterir\n" +" [girdi-dosyasý [çýktý-dosyasý]]\n" + +#: nlmconv.c:1151 +#, c-format +msgid "support not compiled in for %s" +msgstr "%s için destek derlenmemiþ" + +#: nlmconv.c:1191 +msgid "make section" +msgstr "bölüm oluþtur" + +#: nlmconv.c:1205 +msgid "set section size" +msgstr "bölüm boyu belirtir" + +#: nlmconv.c:1211 +msgid "set section alignment" +msgstr "bölüm hizalanmasý atar" + +#: nlmconv.c:1215 +msgid "set section flags" +msgstr "bölüm seçeneklerini atar" + +#: nlmconv.c:1226 +msgid "set .nlmsections size" +msgstr ".nlmsections boyunu atar" + +#: nlmconv.c:1314 nlmconv.c:1322 nlmconv.c:1331 nlmconv.c:1336 +msgid "set .nlmsection contents" +msgstr ".nlmsection içeriðini atar" + +#: nlmconv.c:1839 +msgid "stub section sizes" +msgstr "koçan bölüm boylarý" + +#: nlmconv.c:1888 +msgid "writing stub" +msgstr "koçan yazýlýyor" + +#: nlmconv.c:1978 +#, c-format +msgid "unresolved PC relative reloc against %s" +msgstr "%s'e göreli PC yer deðiþtirme çözümlenemedi" + +#: nlmconv.c:2042 +#, c-format +msgid "overflow when adjusting relocation against %s" +msgstr "%s'e göreli yer deðiþtirme ayarlanýrken taþma oluþtu" + +#: nlmconv.c:2159 +#, c-format +msgid "%s: execution of %s failed: " +msgstr "%s: %s'in çalýþtýrýlmasý baþarýsýz oldu: " + +#: nlmconv.c:2174 +#, c-format +msgid "Execution of %s failed" +msgstr "%s'in çalýþtýrýlmasý baþarýsýz oldu" + +#: nm.c:294 +#, c-format +msgid "Usage: %s [OPTION]... [FILE]...\n" +msgstr "Kullaným: %s [SEÇENEK]... [DOSYA]...\n" + +#: nm.c:295 +msgid "List symbols from FILEs (a.out by default).\n" +msgstr "DOSYAlardaki sembolleri listeler (öntanýmlý a.out).\n" + +#: nm.c:296 +msgid "" +"\n" +" -a, --debug-syms Display debugger-only symbols\n" +" -A, --print-file-name Print name of the input file before every symbol\n" +" -B Same as --format=bsd\n" +" -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n" +" The STYLE, if specified, can be `auto' (the default),\n" +" `gnu', 'lucid', 'arm', 'hp', 'edg' or 'gnu-new-abi'\n" +" --no-demangle Do not demangle low-level symbol names\n" +" -D, --dynamic Display dynamic symbols instead of normal symbols\n" +" --defined-only Display only defined symbols\n" +" -e (ignored)\n" +" -f, --format=FORMAT Use the output format FORMAT. FORMAT can be `bsd',\n" +" `sysv' or `posix'. The default is `bsd'\n" +" -g, --extern-only Display only external symbols\n" +" -h, --help Display this information\n" +" -l, --line-numbers Use debugging information to find a filename and\n" +" line number for each symbol\n" +" -n, --numeric-sort Sort symbols numerically by address\n" +" -o Same as -A\n" +" -p, --no-sort Do not sort the symbols\n" +" -P, --portability Same as --format=posix\n" +" -r, --reverse-sort Reverse the sense of the sort\n" +" -s, --print-armap Include index for symbols from archive members\n" +" --size-sort Sort symbols by size\n" +" -t, --radix=RADIX Use RADIX for printing symbol values\n" +" --target=BFDNAME Specify the target object format as BFDNAME\n" +" -u, --undefined-only Display only undefined symbols\n" +" -V, --version Display this program's version number\n" +" -X 32_64 (ignored)\n" +"\n" +msgstr "" +"\n" +" -a, --debug-syms Yalnýzca hata ayýklamaya dair sembolleri gösterir\n" +" -A, --print-file-name Her sembolden önce girdi dosyasýnýn adýný yazdýrýr\n" +" -B --format=bsd ile ayný\n" +" -C, --demangle[=TARZ] Alt düzey sembol adlarýný kullanýcý seviyesinde adlara çevirir\n" +" TARZ, eðer belirtilirse, 'auto' (öntanýmlý),\n" +" `gnu', 'lucid', 'arm', 'hp', 'edg' veya 'gnu-new-abi' olabilir\n" +" --no-demangle Alt düzey sembol adlarýný çevirmez\n" +" -D, --dynamic Normal semboller yerine dinamik sembolleri gösterir\n" +" --defined-only Yalnýzca tanýmlanmýþ sembolleri gösterir\n" +" -e (yoksayýlýr)\n" +" -f, --format=BÝÇEM Çýktý biçemi için BÝÇEM'i kullanýr. BÝÇEM, 'bsd' (öntanýmlý),\n" +" `sysv' veya `posix' olabilir\n" +" -g, --extern-only Yalnýzca harici sembolleri gösterir\n" +" -h, --help Bu bilgiyi gösterir\n" +" -l, --line-numbers Hata ayýklama bilgisini kullanarak her sembol için bir\n" +" satýr numarasý ve dosya adý bulur.\n" +" -n, --numeric-sort Sembolleri adres numarasýna göre sýralar\n" +" -o -A ile ayný\n" +" -p, --no-sort Sembolleri sýralamaz\n" +" -P, --portability --format=posix ile ayný\n" +" -r, --reverse-sort Ters sýralar\n" +" -s, --print-armap Arþiv üyelerinden gelen semboller için endeks içerir\n" +" --size-sort Sembolleri büyüklüðe göre sýralar\n" +" -t, --radix=RADIX Sembol deðerlerini yazdýrmak için RADIX kullanýr\n" +" --target=BFD_ADI Hedef nesne biçemini BFD_ADI olarak belirler\n" +" -u, --undefined-only Yalnýzca tanýmlanmamýþ sembolleri gösterir\n" +" -V, --version Sürüm bilgilerini gösterir\n" +" -X 32_64 (yoksayýlýr)\n" +"\n" + +#: nm.c:328 objdump.c:274 +#, c-format +msgid "Report bugs to %s.\n" +msgstr "" +"Hatalarý %s adresine, \n" +"çeviri hatalarýný adresine bildiriniz.\n" + +#: nm.c:361 +#, c-format +msgid "%s: invalid radix" +msgstr "%s: geçersiz radix" + +#: nm.c:386 +#, c-format +msgid "%s: invalid output format" +msgstr "%s: geçersiz çýktý biçemi" + +#: nm.c:493 +msgid "Only -X 32_64 is supported" +msgstr "Yalnýz -X 32_64 destekleniyor" + +#: nm.c:535 +#, c-format +msgid "data size %ld" +msgstr "veri büyüklüðü %ld" + +#: nm.c:1325 +#, c-format +msgid "\n\nUndefined symbols from %s:\n\n" +msgstr "\n\n%s'de tanýmlanmamýþ semboller:\n\n" + +#: nm.c:1327 +#, c-format +msgid "\n\nSymbols from %s:\n\n" +msgstr "\n\n%s'de semboller:\n\n" + +#: nm.c:1328 nm.c:1382 +msgid "Name Value Class Type Size Line Section\n\n" +msgstr "" +"Name Value Class Type Size Line Section\n" +"\n" +"Ýsim Deðer Sýnýf Tip Boy Satýr Bölüm\n" +"\n" + +#: nm.c:1379 +#, c-format +msgid "\n\nUndefined symbols from %s[%s]:\n\n" +msgstr "\n\n%s[%s]'de tanýmlanmamýþ semboller:\n\n" + +#: nm.c:1381 +#, c-format +msgid "\n\nSymbols from %s[%s]:\n\n" +msgstr "\n\n%s[%s]'de semboller:\n\n" + +#: nm.c:1552 +msgid "\nArchive index:\n" +msgstr "\nArþiv endeksi:\n" + +#: objcopy.c:322 +#, c-format +msgid "Usage: %s in-file [out-file]\n" +msgstr "Kullaným: %s girdi-dosyasý [çýktý-dosyasý]\n" + +#: objcopy.c:323 objcopy.c:383 +msgid " The switches are:\n" +msgstr " Seçenekler:\n" + +#: objcopy.c:324 +msgid "" +" -I --input-target Assume input file is in format \n" +" -O --output-target Create an output file in format \n" +" -F --target Set both input and output format to \n" +" --debugging Convert debugging information, if possible\n" +" -p --preserve-dates Copy modified/access timestamps to the output\n" +" -j --only-section Only copy section into the output\n" +" -R --remove-section Remove section from the output\n" +" -S --strip-all Remove all symbol and relocation information\n" +" -g --strip-debug Remove all debugging symbols\n" +" --strip-unneeded Remove all symbols not needed by relocations\n" +" -N --strip-symbol Do not copy symbol \n" +" -K --keep-symbol Only copy symbol \n" +" -L --localize-symbol Force symbol to be marked as a local\n" +" -W --weaken-symbol Force symbol to be marked as a weak\n" +" --weaken Force all global symbols to be marked as weak\n" +" -x --discard-all Remove all non-global symbols\n" +" -X --discard-locals Remove any compiler-generated symbols\n" +" -i --interleave Only copy one out of every bytes\n" +" -b --byte Select byte in every interleaved block\n" +" --gap-fill Fill gaps between sections with \n" +" --pad-to Pad the last section up to address \n" +" --set-start Set the start address to \n" +" {--change-start|--adjust-start} \n" +" Add to the start address\n" +" {--change-addresses|--adjust-vma} \n" +" Add to LMA, VMA and start addresses\n" +" {--change-section-address|--adjust-section-vma} {=|+|-}\n" +" Change LMA and VMA of section by \n" +" --change-section-lma {=|+|-}\n" +" Change the LMA of section by \n" +" --change-section-vma {=|+|-}\n" +" Change the VMA of section by \n" +" {--[no-]change-warnings|--[no-]adjust-warnings}\n" +" Warn if a named section does not exist\n" +" --set-section-flags =\n" +" Set section 's properties to \n" +" --add-section = Add section found in to output\n" +" --change-leading-char Force output format's leading character style\n" +" --remove-leading-char Remove leading character from global symbols\n" +" --redefine-sym = Redefine symbol name to \n" +" --srec-len Restrict the length of generated Srecords\n" +" --srec-forceS3 Restrict the type of generated Srecords to S3\n" +" -v --verbose List all object files modified\n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +msgstr "" +" -I --input-target Girdi dosyasýnýn biçeminde olduðunu varsayar\n" +" -O --output-target Çýktý dosyasýný biçeminde oluþturur\n" +" -F --target Hem girdi, hem de çýktý biçemini olarak atar\n" +" --debugging Mümkün olduðu kadar hata ayýklama bilgisini dönüþtürür\n" +" -p --preserve-dates Çýktýya deðiþim/eriþim zaman damgalarýný kopyalar\n" +" -j --only-section Çýktýya yalnýzca bölümünü kopyalar\n" +" -R --remove-section Çýktýdan bölümünü çýkarýr\n" +" -S --strip-all Bütün sembol ve yer deðiþtirme bilgisini siler\n" +" -g --strip-debug Bütün hata ayýklama sembollerini siler\n" +" --strip-unneeded Yer deðiþtirmeler için gerekmeyen bütün sembolleri siler\n" +" -N --strip-symbol sembolünü kopyalamaz\n" +" -K --keep-symbol Yalnýzca sembolünü kopyalar\n" +" -L --localize-symbol sembolünün yerel olarak tanýmlanmasýný saðlar\n" +" -W --weaken-symbol sembolünün zayýf olarak tanýmlanmasýný saðlar\n" +" --weaken Bütün evrensel sembollerin zayýf olarak tanýmlanmasýný saðlar\n" +" -x --discard-all Evrensel olmayan bütün sembolleri siler\n" +" -X --discard-locals Derleyici tarafýndan oluþturulan bütün sembolleri siler\n" +" -i --interleave Her bayttan yalnýz birini kopyalar\n" +" -b --byte Her serpiþtirilmiþ bloktan numaralý baytý seçer\n" +" --gap-fill Bölümler arasý boþluklarý ile doldurur\n" +" --pad-to Son bölümü e kadar boþlukla doldurur\n" +" --set-start Baþlangýç adresini olarak belirtir\n" +" {--change-start|--adjust-start} \n" +" Baþlangýç adresine ekler\n" +" {--change-addresses|--adjust-vma} \n" +" LMA, VMA ve baþlangýç adreslerine ekler\n" +" {--change-section-address|--adjust-section-vma} {=|+|-}\n" +" bölümünün LMA ve VMA'sýný kadar deðiþtirir\n" +" --change-section-lma {=|+|-}\n" +" bölümünün LMA'sýný kadar deðiþtirir\n" +" --change-section-vma {=|+|-}\n" +" bölümünün VMA'sýný kadar deðiþtirir\n" +" {--[no-]change-warnings|--[no-]adjust-warnings}\n" +" Eðer isimli bir bölüm yok ise uyarý verir\n" +" --set-section-flags =\n" +" bölümünün özniteliklerini e ayarlar\n" +" --add-section = içinde bulunan bölümünü çýktýya ekler\n" +" --change-leading-char Çýktý biçeminin baþlangýç karakter tipini deðiþtiri\n" +" --remove-leading-char Evrensel sembollerden baþlangýç karakterini çýkarýr\n" +" --redefine-sym = isimli sembolü isimli olarak yeniden tanýmlar\n" +" --srec-len Oluþturulan S kayýtlarýnýn boyutunu kýsýtlar\n" +" --srec-forceS3 Oluþturulan S kayýtlarý tipini S3 olarak kýsýtlar\n" +" -v --verbose Deðiþtirilen tüm nesne dosyalarýný listeler\n" +" -V --version Bu yazýlýmýn sürüm bilgilerini gösterir\n" +" -h --help Bu çýktýyý gösterir\n" + +#: objcopy.c:382 +#, c-format +msgid "Usage: %s in-file(s)\n" +msgstr "Kullaným: %s girdi-dosya(larý)\n" + +#: objcopy.c:384 +msgid "" +" -I --input-target Assume input file is in format \n" +" -O --output-target Create an output file in format \n" +" -F --target Set both input and output format to \n" +" -p --preserve-dates Copy modified/access timestamps to the output\n" +" -R --remove-section Remove section from the output\n" +" -s --strip-all Remove all symbol and relocation information\n" +" -g -S --strip-debug Remove all debugging symbols\n" +" --strip-unneeded Remove all symbols not needed by relocations\n" +" -N --strip-symbol Do not copy symbol \n" +" -K --keep-symbol Only copy symbol \n" +" -x --discard-all Remove all non-global symbols\n" +" -X --discard-locals Remove any compiler-generated symbols\n" +" -v --verbose List all object files modified\n" +" -V --version Display this program's version number\n" +" -h --help Display this output\n" +" -o Place stripped output into \n" +msgstr "" +" -I --input-target Girdi dosyasýnýn biçeminde olduðunu varsayar\n" +" -O --output-target Çýktý dosyasýný biçeminde oluþturur\n" +" -F --target Girdi ve çýktý biçemlerini olarak atar\n" +" -p --preserve-dates Çýktýya deðiþim/eriþim zaman damgalarýný kopyalar\n" +" -R --remove-section Çýktýdan bölümünü çýkarýr\n" +" -s --strip-all Bütün sembol ve yer deðiþtirme bilgisini siler\n" +" -g -S --strip-debug Bütün hata ayýklama sembollerini siler\n" +" --strip-unneeded Yer deðiþtirmeler için gerekmeyen bütün sembolleri siler\n" +" -N --strip-symbol sembolünü kopyalamaz\n" +" -K --keep-symbol Yalnýzca sembolünü kopyalar\n" +" -x --discard-all Evrensel olmayan bütün sembolleri siler\n" +" -X --discard-locals Derleyici tarafýndan oluþturulan bütün sembolleri siler\n" +" -v --verbose Deðiþtirilen tüm nesne dosyalarýný listeler\n" +" -V --version Bu yazýlýmýn sürüm bilgilerini gösterir\n" +" -h --help Bu çýktýyý gösterir\n" +" -o Sembolleri silinmiþ çýktýyý ya yerleþtirir\n" + +#: objcopy.c:454 +#, c-format +msgid "unrecognized section flag `%s'" +msgstr "bilinmeyen bölüm seçeneði `%s'" + +#: objcopy.c:455 +#, c-format +msgid "supported flags: %s" +msgstr "desteklenen seçenekler: %s" + +#: objcopy.c:712 +#, c-format +msgid "%s: Multiple redefinition of symbol \"%s\"" +msgstr "%s: \"%s\" sembolü tekrar tanýmlanmýþ" + +#: objcopy.c:719 +#, c-format +msgid "%s: Symbol \"%s\" is target of more than one redefinition" +msgstr "%s: \"%s\" sembolü birden fazla yeniden tanýmlamanýn hedefi" + +#: objcopy.c:773 +#, c-format +msgid "copy from %s(%s) to %s(%s)\n" +msgstr "%s(%s)'dan %s(%s)'a kopyalar\n" + +#: objcopy.c:792 +#, c-format +msgid "Warning: Output file cannot represent architecture %s" +msgstr "Uyarý: Çýktý dosyasý %s mimarisini temsil edemez" + +#: objcopy.c:819 +#, c-format +msgid "can't create section `%s': %s" +msgstr "`%s' bölümü oluþturulamadý: %s" + +#: objcopy.c:905 +#, c-format +msgid "Can't fill gap after %s: %s" +msgstr "%s'den sonraki boþluk doldurulamadý: %s" + +#: objcopy.c:930 +#, c-format +msgid "Can't add padding to %s: %s" +msgstr "%s'ye dolgu eklenemedi: %s" + +#: objcopy.c:1068 +#, c-format +msgid "%s: error copying private BFD data: %s" +msgstr "%s: özel BFD verisi kopyalanýrken hata: %s" + +#: objcopy.c:1102 +#, c-format +msgid "cannot mkdir %s for archive copying (error: %s)" +msgstr "arþiv kopyalamasý için mkdir %s baþarýlý olamadý (hata: %s)" + +#: objcopy.c:1291 +msgid "making" +msgstr "oluþturuluyor" + +#: objcopy.c:1300 +msgid "size" +msgstr "boyut" + +#: objcopy.c:1314 +msgid "vma" +msgstr "vma" + +#: objcopy.c:1340 +msgid "alignment" +msgstr "hizalama" + +#: objcopy.c:1349 +msgid "flags" +msgstr "seçenekler" + +#: objcopy.c:1363 +msgid "private data" +msgstr "özel veri" + +#: objcopy.c:1371 +#, c-format +msgid "%s: section `%s': error in %s: %s" +msgstr "%s: bölüm `%s': %s'da hata: %s" + +#: objcopy.c:1645 +#, c-format +msgid "%s: can't create debugging section: %s" +msgstr "%s: hata ayýklama bölümü oluþturulamadý: %s" + +#: objcopy.c:1660 +#, c-format +msgid "%s: can't set debugging section contents: %s" +msgstr "%s: hata ayýklama bölüm içeriði atanamadý: %s" + +#: objcopy.c:1669 +#, c-format +msgid "%s: don't know how to write debugging information for %s" +msgstr "%s: %s için hata ayýklama bilgisinin nasýl yazýlacaðý bilinmiyor" + +#: objcopy.c:1775 +#, c-format +msgid "%s: cannot stat: %s" +msgstr "%s: durumlanamadý: %s" + +#: objcopy.c:1825 +msgid "byte number must be non-negative" +msgstr "bayt numarasý negatif olmamalý" + +#: objcopy.c:1831 +msgid "interleave must be positive" +msgstr "serpiþtirme pozitif olmalý" + +#: objcopy.c:1851 objcopy.c:1859 +#, c-format +msgid "%s both copied and removed" +msgstr "%s hem kopyalandý hem silindi" + +#: objcopy.c:1928 objcopy.c:1998 objcopy.c:2099 objcopy.c:2127 +#, c-format +msgid "bad format for %s" +msgstr "%s için hatalý biçem" + +#: objcopy.c:1931 +#, c-format +msgid "cannot stat: %s: %s" +msgstr "durumlanamadý: %s: %s" + +#: objcopy.c:1949 +#, c-format +msgid "cannot open: %s: %s" +msgstr "açýlamadý: %s: %s" + +#: objcopy.c:1953 +#, c-format +msgid "%s: fread failed" +msgstr "%s: fread baþarýsýz" + +#: objcopy.c:2067 +#, c-format +msgid "Warning: truncating gap-fill from 0x%s to 0x%x" +msgstr "Uyarý: dolgu, 0x%s'dan 0x%x'ya kýrpýldý" + +#: objcopy.c:2169 +msgid "byte number must be less than interleave" +msgstr "bayt numarasý serpiþtirmeden daha küçük olmalý" + +#: objcopy.c:2188 +#, c-format +msgid "Cannot stat: %s: %s" +msgstr "Durumlanamadý: %s: %s" + +#: objcopy.c:2228 objcopy.c:2242 +#, c-format +msgid "%s %s%c0x%s never used" +msgstr "%s %s%c0x%s hiç kullanýlmadý" + +#: objdump.c:223 +#, c-format +msgid "Usage: %s OPTION... FILE...\n" +msgstr "Kullaným: %s SEÇENEK... DOSYA...\n" + +#: objdump.c:224 +msgid "Display information from object FILE.\n" +msgstr "Nesne DOSYA'sýndan bilgi gösterir.\n" + +#: objdump.c:225 +msgid "\n At least one of the following switches must be given:\n" +msgstr "\n En azýndan aþaðýdaki seçeneklerin biri verilmelidir:\n" + +#: objdump.c:226 +msgid "" +" -a, --archive-headers Display archive header information\n" +" -f, --file-headers Display the contents of the overall file header\n" +" -p, --private-headers Display object format specific file header contents\n" +" -h, --[section-]headers Display the contents of the section headers\n" +" -x, --all-headers Display the contents of all headers\n" +" -d, --disassemble Display assembler contents of executable sections\n" +" -D, --disassemble-all Display assembler contents of all sections\n" +" -S, --source Intermix source code with disassembly\n" +" -s, --full-contents Display the full contents of all sections requested\n" +" -g, --debugging Display debug information in object file\n" +" -G, --stabs Display (in raw form) any STABS info in the file\n" +" -t, --syms Display the contents of the symbol table(s)\n" +" -T, --dynamic-syms Display the contents of the dynamic symbol table\n" +" -r, --reloc Display the relocation entries in the file\n" +" -R, --dynamic-reloc Display the dynamic relocation entries in the file\n" +" -V, --version Display this program's version number\n" +" -i, --info List object formats and architectures supported\n" +" -H, --help Display this information\n" +msgstr "" +" -a, --archive-headers Arþiv baþlýk bilgilerini gösterir\n" +" -f, --file-headers Dosya baþlýk bilgilerini gösterir\n" +" -p, --private-headers Nesne biçemine özgü dosya baþlýk bilgilerini gösterir\n" +" -h, --[section-]headers Bölüm baþlýklarýný gösterir\n" +" -x, --all-headers Bütün baþlýklarý gösterir\n" +" -d, --disassemble Uygulama bölümlerinin üretici içeriðini gösterir\n" +" -D, --disassemble-all Bütün bölümlerin üretici içeriklerini gösterir\n" +" -S, --source Üretici içerikleri ile kaynak kodunu bir arada gösterir\n" +" -s, --full-contents Ýstenen bütün bölümlerin bütün içeriðini gösterir\n" +" -g, --debugging Nesne dosyasýndaki hata ayýklama bilgilerini gösterir\n" +" -G, --stabs Dosyadaki STABS bilgisini (ham hali ile) gösterir\n" +" -t, --syms Sembol tablolarýnýn içeriðini gösterir\n" +" -T, --dynamic-syms Dinamik sembol tablolarýnýn içeriðini gösterir\n" +" -r, --reloc Dosyadaki yer deðiþtirme girdilerini gösterir\n" +" -R, --dynamic-reloc Dosyadaki dinamik yer deðiþtirme bilgilerini gösterir\n" +" -V, --version Bu yazýlýmýn sürüm bilgilerini gösterir\n" +" -i, --info Desteklenen biçem ve mimarileri gösterir\n" +" -H, --help Bu bilgiyi gösterir\n" + +#: objdump.c:248 +msgid "\n The following switches are optional:\n" +msgstr "\n Aþaðýdaki seçenekler isteðe baðlý:\n" + +#: objdump.c:249 +msgid "" +" -b, --target=BFDNAME Specify the target object format as BFDNAME\n" +" -m, --architecture=MACHINE Specify the target architecture as MACHINE\n" +" -j, --section=NAME Only display information for section NAME\n" +" -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n" +" -EB --endian=big Assume big endian format when disassembling\n" +" -EL --endian=little Assume little endian format when disassembling\n" +" --file-start-context Include context from start of file (with -S)\n" +" -l, --line-numbers Include line numbers and filenames in output\n" +" -C, --demangle[=STYLE] Decode mangled/processed symbol names\n" +" The STYLE, if specified, can be `auto', 'gnu',\n" +" 'lucid', 'arm', 'hp', 'edg', or 'gnu-new-abi'\n" +" -w, --wide Format output for more than 80 columns\n" +" -z, --disassemble-zeroes Do not skip blocks of zeroes when disassembling\n" +" --start-address=ADDR Only process data whoes address is >= ADDR\n" +" --stop-address=ADDR Only process data whoes address is <= ADDR\n" +" --prefix-addresses Print complete address alongside disassembly\n" +" --[no-]show-raw-insn Display hex alongside symbolic disassembly\n" +" --adjust-vma=OFFSET Add OFFSET to all displayed section addresses\n" +"\n" +msgstr "" +" -b, --target=BFD_ADI Hedef nesne biçemini BFD_ADI olarak belirtir\n" +" -m, --architecture=MAKÝNA Hedef mimariyi MAKÝNA olarak belirtir\n" +" -j, --section=ÝSÝM Yalnýzca ÝSÝM bölümü için bilgi gösterir\n" +" -M, --disassembler-options=SEÇ Karþýt-çeviriciye metin SEÇeneklerini geçirir\n" +" -EB --endian=big Karþýt-çevirim esnasýnda big-endian biçemini varsayar\n" +" -EL --endian=little Karþýt-çevirim esnasýnda little-endian biçemini varsayar\n" +" --file-start-context Dosyanýn baþlangýcýndan itibaren baðlamý içerir (-S ile)\n" +" -l, --line-numbers Çýktýda dosya isimleri ve satýr numaralarý gösterir\n" +" -C, --demangle[=TARZ] Karýþtýrýlmýþ/iþlenmiþ sembol isimlerini çözümler\n" +" Tarz, eðer belirtilmiþse, `auto', 'gnu',\n" +" 'lucid', 'arm', 'hp', 'edg', veya 'gnu-new-abi' olabilir\n" +" -w, --wide Çýktýyý 80 sütundan daha geniþ olarak biçemler\n" +" -z, --disassemble-zeroes Karþýt-çevirim esnasýnda sýfýr bloklarýný atlamaz\n" +" --start-address=ADRES Yalnýzca adresi >= ADRES olan verileri iþler\n" +" --stop-address=ADRES Yalnýzca adresi <= ADRES olan verileri iþler\n" +" --prefix-addresses Tam adresi karþýt çevirim ile birlikte yazdýrýr\n" +" --[no-]show-raw-insn Onaltýlýk bilgi ile sembolik karþýt-çevrimi birlikte yazdýrýr\n" +" --adjust-vma=BASAMAK Bütün gösterilen bölüm adreslerine BASAMAK ekler\n" +"\n" + +#: objdump.c:419 +msgid "Sections:\n" +msgstr "Bölümler:\n" + +#: objdump.c:422 +msgid "Idx Name Size VMA LMA File off Algn" +msgstr "Idx Adý Boy VMA LMA Dosya of Hiza" + +#: objdump.c:424 +msgid "Idx Name Size VMA LMA File off Algn" +msgstr "Idx Adý Boy VMA LMA Dosya of Hiza" + +#: objdump.c:428 +msgid " Flags" +msgstr " Seçenekler" + +#: objdump.c:478 +#, c-format +msgid "%s: not a dynamic object" +msgstr "%s: dinamik nesne deðil" + +#: objdump.c:494 +#, c-format +msgid "%s: No dynamic symbols" +msgstr "%s: Dinamik sembol yok" + +#: objdump.c:1197 +msgid "Out of virtual memory" +msgstr "Sanal bellek tükendi" + +#: objdump.c:1616 +#, c-format +msgid "Can't use supplied machine %s" +msgstr "Verilen makina %s kullanýlamadý" + +#: objdump.c:1634 +#, c-format +msgid "Can't disassemble for architecture %s\n" +msgstr "%s mimarisi için karþýt çevirim yapýlamadý\n" + +#: objdump.c:1716 +#, c-format +msgid "Disassembly of section %s:\n" +msgstr "%s bölümünün karþýt çevrimi:\n" + +#: objdump.c:1890 +#, c-format +msgid "No %s section present\n\n" +msgstr "%s bölümü yok\n\n" + +#: objdump.c:1897 +#, c-format +msgid "%s has no %s section" +msgstr "%s %s bölümü yok" + +#: objdump.c:1911 +#, c-format +msgid "Reading %s section of %s failed: %s" +msgstr "%2$s'nin %1$s bölümünün okunmasý baþarýsýz: %3$s" + +#: objdump.c:1923 +#, c-format +msgid "Reading %s section of %s failed: %s\n" +msgstr "%2$s'nin %1$s bölümünün okunmasý baþarýsýz: %3$s\n" + +#: objdump.c:1966 +#, c-format +msgid "Contents of %s section:\n\n" +msgstr "%s bölümünün içeriði:\n\n" + +#: objdump.c:2066 +#, c-format +msgid "architecture: %s, " +msgstr "mimari: %s," + +#: objdump.c:2069 +#, c-format +msgid "flags 0x%08x:\n" +msgstr "seçenekler 0x%08x:\n" + +#: objdump.c:2082 +msgid "\nstart address 0x" +msgstr "\nbaþlangýç adresi 0x" + +#: objdump.c:2114 +#, c-format +msgid "\n%s: file format %s\n" +msgstr "\n%s: %s dosya biçemi\n" + +#: objdump.c:2156 +#, c-format +msgid "%s: printing debugging information failed" +msgstr "%s: hata ayýklama bilgisinin yazdýrýlmasý baþarýsýz" + +#: objdump.c:2233 +#, c-format +msgid "In archive %s:\n" +msgstr "%s arþivi içinde:\n" + +#: objdump.c:2285 +#, c-format +msgid "Contents of section %s:\n" +msgstr "%s bölümünün içeriði:\n" + +#: objdump.c:2798 +#, c-format +msgid "BFD header file version %s\n" +msgstr "BFD baþlýk dosyasý sürümü %s\n" + +#: objdump.c:2882 +msgid "unrecognized -E option" +msgstr "tanýnmayan -E seçeneði" + +#: objdump.c:2893 +#, c-format +msgid "unrecognized --endian type `%s'" +msgstr "tanýnmayan --endian tipi `%s'" + +#: rdcoff.c:205 +#, c-format +msgid "parse_coff_type: Bad type code 0x%x" +msgstr "parse_coff_type: Kötü tip kodu 0x%x" + +#: rdcoff.c:423 rdcoff.c:531 rdcoff.c:730 +#, c-format +msgid "bfd_coff_get_syment failed: %s" +msgstr "bfd_coff_get_syment baþarýsýz: %s" + +#: rdcoff.c:439 rdcoff.c:750 +#, c-format +msgid "bfd_coff_get_auxent failed: %s" +msgstr "bfd_coff_get_auxent baþarýsýz: %s" + +#: rdcoff.c:817 +#, c-format +msgid "%ld: .bf without preceding function" +msgstr "%ld: öncesinde iþlev olmadan .bf" + +#: rdcoff.c:867 +#, c-format +msgid "%ld: unexpected .ef\n" +msgstr "%ld: beklenmeyen .ef\n" + +#: rddbg.c:87 +#, c-format +msgid "%s: no recognized debugging information" +msgstr "%s: tanýnan hata ayýklama bilgisi yok" + +#: rddbg.c:410 +msgid "Last stabs entries before error:\n" +msgstr "Hata öncesi son stabs girdileri:\n" + +#: readelf.c:260 +#, c-format +msgid "Unable to seek to start of %s at %x\n" +msgstr "%s'in baþlangýcý %x'de aranamadý\n" + +#: readelf.c:268 +#, c-format +msgid "Out of memory allocating %d bytes for %s\n" +msgstr "%2$s için %1$d bayt ayrýlýrken bellek tükendi\n" + +#: readelf.c:274 +#, c-format +msgid "Unable to read in %d bytes of %s\n" +msgstr "%2$s'in %1$d baytý okunamadý\n" + +#: readelf.c:284 +#, c-format +msgid "Unable to seek to %x for %s\n" +msgstr "%2$s için %1$x'e kadar arama yapýlamadý\n" + +#: readelf.c:289 +#, c-format +msgid "Unable to read data at %x for %s\n" +msgstr "%2$s için %1$x'deki veri okunamadý\n" + +#: readelf.c:304 readelf.c:330 +#, c-format +msgid "%s: Error: " +msgstr "%s: Hata: " + +#: readelf.c:316 readelf.c:345 +#, c-format +msgid "%s: Warning: " +msgstr "%s: Uyarý: " + +#: readelf.c:395 readelf.c:533 +#, c-format +msgid "Unhandled data length: %d\n" +msgstr "Desteklenmeyen veri uzunluðu: %d\n" + +#: readelf.c:597 +msgid "Don't know about relocations on this machine architecture\n" +msgstr "Bu makina mimarisi üzerinde yer deðiþtirmeler konusunda bilgi yok\n" + +#: readelf.c:637 readelf.c:666 readelf.c:698 readelf.c:726 +msgid "out of memory parsing relocs" +msgstr "yer deðiþtirmeleri tararken bellek tükendi" + +#: readelf.c:744 +msgid " Offset Info Type Symbol's Value Symbol's Name Addend\n" +msgstr " Basamak Bilgi Tip Sembol Deðeri Sembol Adý Sonekleme\n" + +#: readelf.c:747 +msgid " Offset Info Type Symbol's Value Symbol's Name\n" +msgstr " Basamak Bilgi Tip Sembol Deðeri Sembol Adý\n" + +#: readelf.c:907 readelf.c:909 +#, c-format +msgid "unrecognised: %-7lx" +msgstr "bilinmeyen: %-7lx" + +#: readelf.c:934 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:1147 +#, c-format +msgid "Processor Specific: %lx" +msgstr "Ýþlemciye Özel: %lx" + +#: readelf.c:1166 +#, c-format +msgid "Operating System specific: %lx" +msgstr "Ýþletim Sistemine Özel: %lx" + +#: readelf.c:1169 readelf.c:1677 +#, c-format +msgid ": %lx" +msgstr ": %lx" + +#: readelf.c:1183 +msgid "NONE (None)" +msgstr "HÝÇBÝRÝ (Hiçbiri)" + +#: readelf.c:1184 +msgid "REL (Relocatable file)" +msgstr "YER (Yer deðiþtirebilen dosya)" + +#: readelf.c:1185 +msgid "EXEC (Executable file)" +msgstr "UYGU (Uygulama dosyasý)" + +#: readelf.c:1186 +msgid "DYN (Shared object file)" +msgstr "DÝN (Paylaþýmlý nesne dosyasý)" + +#: readelf.c:1187 +msgid "CORE (Core file)" +msgstr "CORE (Core dosyasý)" + +#: readelf.c:1191 +#, c-format +msgid "Processor Specific: (%x)" +msgstr "Ýþlemciye Özel: (%x)" + +#: readelf.c:1193 +#, c-format +msgid "OS Specific: (%x)" +msgstr "Ýþletim Sistemine Özel: (%x)" + +#: readelf.c:1195 readelf.c:1281 readelf.c:1811 +#, c-format +msgid ": %x" +msgstr ": %x" + +#: readelf.c:1208 +msgid "None" +msgstr "Hiçbiri" + +#: readelf.c:1849 +msgid "Usage: readelf {options} elf-file(s)\n" +msgstr "Kullaným: readelf {seçenekler} elf-dosya(larý)\n" + +#: readelf.c:1850 +msgid " Options are:\n" +msgstr " Seçenekler:\n" + +#: readelf.c:1851 +msgid " -a or --all Equivalent to: -h -l -S -s -r -d -V -A -I\n" +msgstr " -a veya --all Buna eþit: -h -l -S -s -r -d -V -A -I\n" + +#: readelf.c:1852 +msgid " -h or --file-header Display the ELF file header\n" +msgstr " -h veya --file-header ELF dosyasý baþlýðýný gösterir\n" + +#: readelf.c:1853 +msgid " -l or --program-headers or --segments\n" +msgstr " -l veya --program-headers veya --segments\n" + +#: readelf.c:1854 +msgid " Display the program headers\n" +msgstr " Yazýlým baþlýklarýný gösterir\n" + +#: readelf.c:1855 +msgid " -S or --section-headers or --sections\n" +msgstr " -S veya --section-headers veya --sections\n" + +#: readelf.c:1856 +msgid " Display the sections' header\n" +msgstr " Bölüm baþlýklarýný gösterir\n" + +#: readelf.c:1857 +msgid " -e or --headers Equivalent to: -h -l -S\n" +msgstr " -e veya --headers Buna eþit: -h -l -S\n" + +#: readelf.c:1858 +msgid " -s or --syms or --symbols Display the symbol table\n" +msgstr " -s veya --syms veya --symbols Sembol tablosunu gösterir\n" + +#: readelf.c:1859 +msgid " -n or --notes Display the core notes (if present)\n" +msgstr " -n veya --notes (Eðer varsa) core notlarýný gösterir\n" + +#: readelf.c:1860 +msgid " -r or --relocs Display the relocations (if present)\n" +msgstr " -r veya --relocs (Eðer varsa) yer deðiþtirmeleri gösterir\n" + +#: readelf.c:1861 +msgid " -d or --dynamic Display the dynamic segment (if present)\n" +msgstr " -d veya --dynamic (Eðer varsa) dinamik bölümü gösterir\n" + +#: readelf.c:1862 +msgid " -V or --version-info Display the version sections (if present)\n" +msgstr " -V veya --version-info (Eðer varsa) sürüm bölümlerini gösterir\n" + +#: readelf.c:1863 +msgid " -A or --arch-specific Display architecture specific information (if any).\n" +msgstr " -A veya --arch-specific (Eðer varsa) mimariye özel bilgiyi gösterir.\n" + +#: readelf.c:1864 +msgid " -D or --use-dynamic Use the dynamic section info when displaying symbols\n" +msgstr " -D veya --use-dynamic Sembolleri gösterirken dinamik bölüm bilgisini kullanýr\n" + +#: readelf.c:1865 +msgid " -x or --hex-dump=\n" +msgstr " -x veya --hex-dump=\n" + +#: readelf.c:1866 +msgid " Dump the contents of section \n" +msgstr " bölümünün içeriðini gösterir\n" + +#: readelf.c:1867 +msgid " -w[liaprf] or --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=frames]\n" +msgstr " -w[liaprf] veya --debug-dump[=line,=info,=abbrev,=pubnames,=ranges,=frames]\n" + +#: readelf.c:1868 +msgid " Display the contents of DWARF2 debug sections\n" +msgstr " DWARF2 hata ayýklama bölümlerinin içeriðini gösterir\n" + +#: readelf.c:1870 +msgid " -i or --instruction-dump=\n" +msgstr " -i veya --instruction-dump=\n" + +#: readelf.c:1871 +msgid " Disassemble the contents of section \n" +msgstr " bölümünün içeriðini karþýt-çevirir\n" + +#: readelf.c:1873 +msgid " -I or --histogram Display histogram of bucket list lengths\n" +msgstr " -I veya --histogram Küme liste uzunluðu geçmiþ grafiðini gösterir\n" + +#: readelf.c:1874 +msgid " -v or --version Display the version number of readelf\n" +msgstr " -v veya --version readelf'in sürüm numarasýný gösterir\n" + +#: readelf.c:1875 +msgid " -H or --help Display this information\n" +msgstr " -H veya --help Bu bilgiyi gösterir\n" + +#: readelf.c:1893 +msgid "Out of memory allocating dump request table." +msgstr "Döküm istek tablosu ayrýlýrken bellek tükendi." + +#: readelf.c:2033 +#, c-format +msgid "Unrecognised debug option '%s'\n" +msgstr "Tanýnmayan hata ayýklama seçeneði '%s'\n" + +#: readelf.c:2058 +#, c-format +msgid "Invalid option '-%c'\n" +msgstr "Geçersiz seçenek '-%c'\n" + +#: readelf.c:2071 +msgid "Nothing to do.\n" +msgstr "Yapýlacak bir þey yok.\n" + +#: readelf.c:2084 readelf.c:2101 readelf.c:3740 +msgid "none" +msgstr "yok" + +#: readelf.c:2085 +msgid "ELF32" +msgstr "ELF32" + +#: readelf.c:2086 +msgid "ELF64" +msgstr "ELF64" + +#: readelf.c:2088 readelf.c:2105 readelf.c:2133 +#, c-format +msgid "" +msgstr "" + +#: readelf.c:2102 +msgid "2's complement, little endian" +msgstr "2's complement, little endian" + +#: readelf.c:2103 +msgid "2's complement, big endian" +msgstr "2's complement, big endian" + +#: readelf.c:2118 +msgid "UNIX - System V" +msgstr "UNIX - System V" + +#: readelf.c:2119 +msgid "UNIX - HP-UX" +msgstr "UNIX - HP-UX" + +#: readelf.c:2120 +msgid "UNIX - NetBSD" +msgstr "UNIX - NetBSD" + +#: readelf.c:2121 +msgid "UNIX - Linux" +msgstr "UNIX - Linux" + +#: readelf.c:2122 +msgid "GNU/Hurd" +msgstr "GNU/Hurd" + +#: readelf.c:2123 +msgid "UNIX - Solaris" +msgstr "UNIX - Solaris" + +#: readelf.c:2124 +msgid "UNIX - AIX" +msgstr "UNIX - AIX" + +#: readelf.c:2125 +msgid "UNIX - IRIX" +msgstr "UNIX - IRIX" + +#: readelf.c:2126 +msgid "UNIX - FreeBSD" +msgstr "UNIX - FreeBSD" + +#: readelf.c:2127 +msgid "UNIX - TRU64" +msgstr "UNIX - TRU64" + +#: readelf.c:2128 +msgid "Novell - Modesto" +msgstr "Novell - Modesto" + +#: readelf.c:2129 +msgid "UNIX - OpenBSD" +msgstr "UNIX - OpenBSD" + +#: readelf.c:2130 +msgid "Standalone App" +msgstr "Tekbaþýna Uygulama" + +#: readelf.c:2131 +msgid "ARM" +msgstr "ARM" + +#: readelf.c:2148 +msgid "Not an ELF file - it has the wrong magic bytes at the start\n" +msgstr "ELF dosyasý deðil - baþlangýçta yanlýþ sihirli baytlar var\n" + +#: readelf.c:2156 +msgid "ELF Header:\n" +msgstr "ELF Baþlýðý:\n" + +#: readelf.c:2157 +msgid " Magic: " +msgstr " Sihir: " + +#: readelf.c:2161 +#, c-format +msgid " Class: %s\n" +msgstr " Sýnýf: %s\n" + +#: readelf.c:2163 +#, c-format +msgid " Data: %s\n" +msgstr " Veri: %s\n" + +#: readelf.c:2165 +#, c-format +msgid " Version: %d %s\n" +msgstr " Sürüm: %d %s\n" + +#: readelf.c:2172 +#, c-format +msgid " OS/ABI: %s\n" +msgstr " OS/ABI: %s\n" + +#: readelf.c:2174 +#, c-format +msgid " ABI Version: %d\n" +msgstr " ABI Sürümü: %d\n" + +#: readelf.c:2176 +#, c-format +msgid " Type: %s\n" +msgstr " Tip: %s\n" + +#: readelf.c:2178 +#, c-format +msgid " Machine: %s\n" +msgstr " Makina: %s\n" + +#: readelf.c:2180 +#, c-format +msgid " Version: 0x%lx\n" +msgstr " Sürüm: 0x%lx\n" + +#: readelf.c:2183 +msgid " Entry point address: " +msgstr " Girdi noktasý adresi: " + +#: readelf.c:2185 +msgid "\n Start of program headers: " +msgstr "\n Yazýlým baþlýklarý baþlangýcý: " + +#: readelf.c:2187 +msgid "" +" (bytes into file)\n" +" Start of section headers: " +msgstr "" +" (bayt dosya içinde)\n" +" Bölüm baþlýklarý baþlangýcý: " + +#: readelf.c:2189 +msgid " (bytes into file)\n" +msgstr " (bayt dosya içinde)\n" + +#: readelf.c:2191 +#, c-format +msgid " Flags: 0x%lx%s\n" +msgstr " Seçenekler: 0x%lx%s\n" + +#: readelf.c:2194 +#, c-format +msgid " Size of this header: %ld (bytes)\n" +msgstr " Bu baþlýðýn boyu: %ld (bayt)\n" + +#: readelf.c:2196 +#, c-format +msgid " Size of program headers: %ld (bytes)\n" +msgstr " Yazýlým baþlýk boyu: %ld (bayt)\n" + +#: readelf.c:2198 +#, c-format +msgid " Number of program headers: %ld\n" +msgstr " Yazýlým baþlýk sayýsý: %ld\n" + +#: readelf.c:2200 +#, c-format +msgid " Size of section headers: %ld (bytes)\n" +msgstr " Bölüm baþlýk boyu: %ld (bayt)\n" + +#: readelf.c:2202 +#, c-format +msgid " Number of section headers: %ld\n" +msgstr " Bölüm baþlýklarý sayýsý: %ld\n" + +#: readelf.c:2204 +#, c-format +msgid " Section header string table index: %ld\n" +msgstr " Bölüm baþlýðý dizge tablo endeksi: %ld\n" + +#: readelf.c:2289 +msgid "\nThere are no program headers in this file.\n" +msgstr "\nBu dosyada yazýlým baþlýðý yok.\n" + +#: readelf.c:2295 +#, c-format +msgid "\nElf file type is %s\n" +msgstr "\nElf dosya tipi: %s\n" + +#: readelf.c:2296 +msgid "Entry point " +msgstr "Giriþ noktasý " + +#: readelf.c:2298 +#, c-format +msgid "\nThere are %d program headers, starting at offset " +msgstr "\n%d adet yazýlým baþlýðý var, göreli konumdan baþlanýyor" + +#: readelf.c:2309 readelf.c:2485 readelf.c:2527 readelf.c:2570 readelf.c:2611 +#: readelf.c:3133 readelf.c:3174 readelf.c:3350 readelf.c:4358 readelf.c:4372 +#: readelf.c:7741 readelf.c:7781 +msgid "Out of memory\n" +msgstr "Bellek tükendi\n" + +#: readelf.c:2327 +#, c-format +msgid "\nProgram Header%s:\n" +msgstr "\nYazýlým Baþlýðý%s:\n" + +#: readelf.c:2331 +msgid " Type Offset VirtAddr PhysAddr FileSiz MemSiz Flg Align\n" +msgstr " Tip Basamak SanalAdr GerçAdrs DosyaBoyBelBoy Seç Hiza\n" + +#: readelf.c:2335 +msgid " Type Offset VirtAddr PhysAddr\n" +msgstr " Tip Basamak SanalAdres GerçekAdres\n" + +#: readelf.c:2337 +msgid " FileSiz MemSiz Flags Align\n" +msgstr " DosyaBoyu BellekBoyu Seç Hiza\n" + +#: readelf.c:2395 +msgid "more than one dynamic segment\n" +msgstr "bir dinamik parçadan fazla\n" + +#: readelf.c:2403 +msgid "Unable to find program interpreter name\n" +msgstr "Yazýlým yorumlayýcýsý adý bulunamadý\n" + +#: readelf.c:2410 +#, c-format +msgid "\n [Requesting program interpreter: %s]" +msgstr "\n [Yazýlým yorumlayýcýsý isteniyor: %s]" + +#: readelf.c:2428 +msgid "\n Section to Segment mapping:\n" +msgstr "\n Bölümden parçaya eþleþme:\n" + +#: readelf.c:2429 +msgid " Segment Sections...\n" +msgstr " Parça Bölümleri...\n" + +#: readelf.c:2693 +msgid "\nThere are no sections in this file.\n" +msgstr "\nBu dosyada bölüm yok.\n" + +#: readelf.c:2699 +#, c-format +msgid "There are %d section headers, starting at offset 0x%lx:\n" +msgstr "%d adet bölüm baþlýðý mevcut, göreli konum 0x%lx'dan baþlanýyor:\n" + +#: readelf.c:2739 +msgid "File contains multiple dynamic symbol tables\n" +msgstr "Dosyada birden fazla dinamik sembol tablosu var\n" + +#: readelf.c:2752 +msgid "File contains multiple dynamic string tables\n" +msgstr "Dosyada birden fazla dinamik dizge tablosu var\n" + +#: readelf.c:2786 +#, c-format +msgid "\nSection Header%s:\n" +msgstr "\nBölüm Baþlýðý%s:\n" + +#: readelf.c:2790 +msgid " [Nr] Name Type Addr Off Size ES Flg Lk Inf Al\n" +msgstr " [Nr] Ýsim Tip Adres Bas Boy ES Seç Lk Inf Al\n" + +#: readelf.c:2793 +msgid " [Nr] Name Type Address Offset\n" +msgstr " [Nr] Ýsim Tip Adres Basamak\n" + +#: readelf.c:2794 +msgid " Size EntSize Flags Link Info Align\n" +msgstr " Boy EntBoy Seç Bað Bilgi Hiza\n" + +#: readelf.c:2841 +msgid "Key to Flags:\n" +msgstr "Seçeneklere Anahtar:\n" + +#: readelf.c:2842 +msgid " W (write), A (alloc), X (execute), M (merge), S (strings)\n" +msgstr " W (yaz), A (ayýr), X (çalýþtýr), M (birleþtir) S (dizgeler)\n" + +#: readelf.c:2843 +msgid " I (info), L (link order), G (group), x (unknown)\n" +msgstr " I (bilgi), L (bað sýrasý), G (grup), x (bilinmeyen)\n" + +#: readelf.c:2844 +msgid " O (extra OS processing required) o (OS specific), p (processor specific)\n" +msgstr " O (fazla ÝS iþlemi gerekli) o (ÝS'e özel), p (iþlemciye özel)\n" + +#: readelf.c:2902 +#, c-format +msgid "\nRelocation section at offset 0x%lx contains %ld bytes:\n" +msgstr "\nGöreli konum 0x%lx'da yer deðiþtirme bölümü %ld bayt içeriyor:\n" + +#: readelf.c:2909 +msgid "\nThere are no dynamic relocations in this file.\n" +msgstr "\nBu dosyada dinamik yer deðiþtirmeler yok.\n" + +#: readelf.c:2937 +msgid "\nRelocation section " +msgstr "\nYer deðiþtirme bölümü " + +#: readelf.c:2944 +#, c-format +msgid " at offset 0x%lx contains %lu entries:\n" +msgstr "göreli konum 0x%lx %lu girdi içeriyor:\n" + +#: readelf.c:2972 +msgid "\nThere are no relocations in this file.\n" +msgstr "\nBu dosyada yer deðiþtirmeler yok.\n" + +#: readelf.c:3227 +msgid "\nThere is no dynamic segment in this file.\n" +msgstr "\nBu dosyada dinamik parça yok.\n" + +#: readelf.c:3261 +msgid "Unable to seek to end of file!" +msgstr "Dosya sonuna kadar aranamýyor!" + +#: readelf.c:3270 +msgid "Unable to determine the number of symbols to load\n" +msgstr "Yüklenecek sembol sayýsý belirlenemedi\n" + +#: readelf.c:3300 +msgid "Unable to seek to end of file\n" +msgstr "Dosyanýn sonuna kadar aranamadý\n" + +#: readelf.c:3306 +msgid "Unable to determine the length of the dynamic string table\n" +msgstr "Dinamik dizge tablosunun uzunluðu belirlenemedi\n" + +#: readelf.c:3367 +#, c-format +msgid "\nDynamic segment at offset 0x%x contains %ld entries:\n" +msgstr "\nGöreli konum 0x%x'deki dinamik parça %ld girdi içeriyor:\n" + +#: readelf.c:3370 +msgid " Tag Type Name/Value\n" +msgstr " Etiket Tip Ýsim/Deðer\n" + +#: readelf.c:3406 +msgid "Auxiliary library" +msgstr "Yardýmcý kitaplýk" + +#: readelf.c:3410 +msgid "Filter library" +msgstr "Filtre kitaplýðý" + +#: readelf.c:3414 +msgid "Configuration file" +msgstr "Ayar dosyasý" + +#: readelf.c:3418 +msgid "Dependency audit library" +msgstr "Baðýmlýlýk denetim kitaplýðý" + +#: readelf.c:3422 +msgid "Audit library" +msgstr "Denetim kitaplýðý" + +#: readelf.c:3440 readelf.c:3466 readelf.c:3492 +msgid "Flags:" +msgstr "Seçenekler:" + +#: readelf.c:3442 readelf.c:3468 readelf.c:3494 +msgid " None\n" +msgstr " Hiçbiri\n" + +#: readelf.c:3613 +#, c-format +msgid "Shared library: [%s]" +msgstr "Paylaþýmlý kitaplýk: [%s]" + +#: readelf.c:3616 +msgid " program interpreter" +msgstr " yazýlým yorumlayýcýsý" + +#: readelf.c:3620 +#, c-format +msgid "Library soname: [%s]" +msgstr "Kitaplýk so_adý: [%s]" + +#: readelf.c:3624 +#, c-format +msgid "Library rpath: [%s]" +msgstr "Kitaplýk r_yolu: [%s]" + +#: readelf.c:3628 +#, c-format +msgid "Library runpath: [%s]" +msgstr "Kitaplýk çalýþým yolu: [%s]" + +#: readelf.c:3689 +#, c-format +msgid "Not needed object: [%s]\n" +msgstr "Gereksiz nesne: [%s]\n" + +#: readelf.c:3786 +#, c-format +msgid "\nVersion definition section '%s' contains %ld entries:\n" +msgstr "\nSürüm tanýmý bölümü '%s' %ld girdi içeriyor:\n" + +#: readelf.c:3789 +msgid " Addr: 0x" +msgstr " Adres: 0x" + +#: readelf.c:3791 readelf.c:3979 +#, c-format +msgid " Offset: %#08lx Link: %lx (%s)\n" +msgstr " Basamak: %#08lx Bað: %lx (%s)\n" + +#: readelf.c:3821 +#, c-format +msgid " %#06x: Rev: %d Flags: %s" +msgstr " %#06x: Sür: %d Seçenek: %s" + +#: readelf.c:3824 +#, c-format +msgid " Index: %d Cnt: %d " +msgstr " Endeks: %d Sayý: %d " + +#: readelf.c:3835 +#, c-format +msgid "Name: %s\n" +msgstr "Ýsim: %s\n" + +#: readelf.c:3837 +#, c-format +msgid "Name index: %ld\n" +msgstr "Ýsim Endeksi: %ld\n" + +#: readelf.c:3852 +#, c-format +msgid " %#06x: Parent %d: %s\n" +msgstr " %#06x: Üst %d: %s\n" + +#: readelf.c:3855 +#, c-format +msgid " %#06x: Parent %d, name index: %ld\n" +msgstr " %#06x: Üst %d, isim endeksi: %ld\n" + +#: readelf.c:3874 +#, c-format +msgid "\nVersion needs section '%s' contains %ld entries:\n" +msgstr "\nSürüm gereksinimleri bölümü '%s' %ld girdi içeriyor:\n" + +#: readelf.c:3877 +msgid " Addr: 0x" +msgstr " Adres: 0x" + +#: readelf.c:3879 +#, c-format +msgid " Offset: %#08lx Link to section: %ld (%s)\n" +msgstr " Basamak: %#08lx Bölüme bað: %ld (%s)\n" + +#: readelf.c:3905 +#, c-format +msgid " %#06x: Version: %d" +msgstr " %#06x: Sürüm: %d" + +#: readelf.c:3908 +#, c-format +msgid " File: %s" +msgstr " Dosya: %s" + +#: readelf.c:3910 +#, c-format +msgid " File: %lx" +msgstr " Dosya: %lx" + +#: readelf.c:3912 +#, c-format +msgid " Cnt: %d\n" +msgstr " Sayý: %d\n" + +#: readelf.c:3930 +#, c-format +msgid " %#06x: Name: %s" +msgstr " %#06x: Ýsim: %s" + +#: readelf.c:3933 +#, c-format +msgid " %#06x: Name index: %lx" +msgstr " %#06x: Ýsim endeksi: %lx" + +#: readelf.c:3936 +#, c-format +msgid " Flags: %s Version: %d\n" +msgstr " Seçenekler: %s Sürüm: %d\n" + +#: readelf.c:3974 +#, c-format +msgid "\nVersion symbols section '%s' contains %d entries:\n" +msgstr "\nSürüm sembolleri bölümü '%s' %d girdi içeriyor:\n" + +#: readelf.c:3977 +msgid " Addr: " +msgstr " Adres: " + +#: readelf.c:4007 +msgid " 0 (*local*) " +msgstr " 0 (*yerel*) " + +#: readelf.c:4011 +msgid " 1 (*global*) " +msgstr " 1 (*evrensel*) " + +#: readelf.c:4233 +msgid "\nNo version information found in this file.\n" +msgstr "\nBu dosyada sürüm bilgisi yok.\n" + +#: readelf.c:4251 readelf.c:4286 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: readelf.c:4253 readelf.c:4298 +#, c-format +msgid ": %d" +msgstr "<ÝS'e özel>: %d" + +#: readelf.c:4255 readelf.c:4301 +#, c-format +msgid ": %d" +msgstr ": %d" + +#: readelf.c:4364 +msgid "Unable to read in dynamic data\n" +msgstr "Dinamik veri okunamadý\n" + +#: readelf.c:4406 +msgid "Unable to seek to start of dynamic information" +msgstr "Dinamik bilginin baþlangýcýna kadar aranamadý" + +#: readelf.c:4412 +msgid "Failed to read in number of buckets\n" +msgstr "Küme sayýsý okunamadý\n" + +#: readelf.c:4418 +msgid "Failed to read in number of chains\n" +msgstr "Zincir sayýsý okunamadý\n" + +#: readelf.c:4438 +msgid "\nSymbol table for image:\n" +msgstr "\nÝmaj için sembol tablosu:\n" + +#: readelf.c:4440 +msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" +msgstr " Küme Num: Deðer Boy Tip Bað Gör Ndx Ýsim\n" + +#: readelf.c:4442 +msgid " Num Buc: Value Size Type Bind Vis Ndx Name\n" +msgstr " Küme Num: Deðer Boy Tip Bað Gör Ndx Ýsim\n" + +#: readelf.c:4486 +#, c-format +msgid "\nSymbol table '%s' contains %lu entries:\n" +msgstr "\n'%s' sembol tablosu %lu girdi içeriyor:\n" + +#: readelf.c:4490 +msgid " Num: Value Size Type Bind Vis Ndx Name\n" +msgstr " Num: Deðer Boy Tip Bað Gör Ndx Ýsim\n" + +#: readelf.c:4492 +msgid " Num: Value Size Type Bind Vis Ndx Name\n" +msgstr " Num: Deðer Boy Tip Bað Gör Ndx Ýsim\n" + +#: readelf.c:4601 +msgid "bad dynamic symbol" +msgstr "hatalý dinamik sembol" + +#: readelf.c:4660 +msgid "\nDynamic symbol information is not available for displaying symbols.\n" +msgstr "\nDinamik sembolleri göstermek için dinamik sembol bilgisi mevcut deðil.\n" + +#: readelf.c:4672 +#, c-format +msgid "\nHistogram for bucket list length (total of %d buckets):\n" +msgstr "\nKüme liste boyu (toplam %d küme) geçmiþ grafiði:\n" + +#: readelf.c:4674 +msgid " Length Number %% of total Coverage\n" +msgstr "" +" Length Number %% of total Coverage\n" +" Boy Numara toplam kapsamýn %%\n" + +#: readelf.c:4679 readelf.c:4698 readelf.c:7423 readelf.c:7616 +msgid "Out of memory" +msgstr "Bellek yetersiz" + +#: readelf.c:4747 +#, c-format +msgid "\nDynamic info segment at offset 0x%lx contains %d entries:\n" +msgstr "\nGöreli konum 0x%lx'de yer alan dinamik bilgi parçasý %d girdi içeriyor:\n" + +#: readelf.c:4750 +msgid " Num: Name BoundTo Flags\n" +msgstr " Num: Ýsim Baðlý Seçenekler\n" + +#: readelf.c:4798 +#, c-format +msgid "\nAssembly dump of section %s\n" +msgstr "\n%s bölümünün üretici dökümü\n" + +#: readelf.c:4821 +#, c-format +msgid "\nSection '%s' has no data to dump.\n" +msgstr "\n'%s' bölümünde dökülecek veri yok.\n" + +#: readelf.c:4826 +#, c-format +msgid "\nHex dump of section '%s':\n" +msgstr "\n'%s' bölümünün onaltýlýk dökümü:\n" + +#: readelf.c:4978 +msgid "badly formed extended line op encountered!" +msgstr "hatalý oluþturulmuþ uzun satýr iþlevi bulundu!" + +#: readelf.c:4985 +#, c-format +msgid " Extended opcode %d: " +msgstr " Ek opkod %d: " + +#: readelf.c:4990 +msgid "End of Sequence\n\n" +msgstr "Dizi Sonu\n\n" + +#: readelf.c:4996 +#, c-format +msgid "set Address to 0x%lx\n" +msgstr "Adresi 0x%lx olarak atar\n" + +#: readelf.c:5001 +msgid " define new File Table entry\n" +msgstr " yeni Dosya Tablosu girdisi tanýmlar\n" + +#: readelf.c:5002 readelf.c:5124 +msgid " Entry\tDir\tTime\tSize\tName\n" +msgstr " Girdi\tDizin\tZaman\tBoy\tÝsim\n" + +#: readelf.c:5004 +#, c-format +msgid " %d\t" +msgstr " %d\t" + +#: readelf.c:5007 readelf.c:5009 readelf.c:5011 readelf.c:5136 readelf.c:5138 +#: readelf.c:5140 +#, c-format +msgid "%lu\t" +msgstr "%lu\t" + +#: readelf.c:5012 +#, c-format +msgid "%s\n\n" +msgstr "%s\n\n" + +#: readelf.c:5016 +#, c-format +msgid "UNKNOWN: length %d\n" +msgstr "TANIMSIZ: uzunluk %d\n" + +#: readelf.c:5042 +#, c-format +msgid "\nDump of debug contents of section %s:\n\n" +msgstr "\n%s bölümünün hata ayýklama içeriði dökümü:\n\n" + +#: readelf.c:5054 +msgid "The line info appears to be corrupt - the section is too small\n" +msgstr "Satýr bilgisi bozuk - bölüm çok küçük\n" + +#: readelf.c:5062 +msgid "Only DWARF version 2 line info is currently supported.\n" +msgstr "Þimdilik yalnýzca DWARF sürüm 2 satýr bilgisi destekleniyor.\n" + +#: readelf.c:5077 +#, c-format +msgid " Length: %ld\n" +msgstr " Uzunluk: %ld\n" + +#: readelf.c:5078 +#, c-format +msgid " DWARF Version: %d\n" +msgstr " DWARF Sürümü: %d\n" + +#: readelf.c:5079 +#, c-format +msgid " Prolgue Length: %d\n" +msgstr " Giriþ Uzunluðu: %d\n" + +#: readelf.c:5080 +#, c-format +msgid " Minimum Instruction Length: %d\n" +msgstr " Minimum Yönerge Uzunluðu: %d\n" + +#: readelf.c:5081 +#, c-format +msgid " Initial value of 'is_stmt': %d\n" +msgstr " 'is_stmt' baþlangýç deðeri: %d\n" + +#: readelf.c:5082 +#, c-format +msgid " Line Base: %d\n" +msgstr " Satýr Temeli: %d\n" + +#: readelf.c:5083 +#, c-format +msgid " Line Range: %d\n" +msgstr " Satýr Aralýðý: %d\n" + +#: readelf.c:5084 +#, c-format +msgid " Opcode Base: %d\n" +msgstr " Opkod Temeli: %d\n" + +#: readelf.c:5093 +msgid "\n Opcodes:\n" +msgstr "\n Opkodlar:\n" + +#: readelf.c:5096 +#, c-format +msgid " Opcode %d has %d args\n" +msgstr " %d opkodunun %d seçeneði var\n" + +#: readelf.c:5102 +msgid "\n The Directory Table is empty.\n" +msgstr "\n Dizin Tablosu boþ.\n" + +#: readelf.c:5105 +msgid "\n The Directory Table:\n" +msgstr "\n Dizin Tablosu:\n" + +#: readelf.c:5109 +#, c-format +msgid " %s\n" +msgstr " %s\n" + +#: readelf.c:5120 +msgid "\n The File Name Table is empty.\n" +msgstr "\n Dosya Adý Tablosu boþ.\n" + +#: readelf.c:5123 +msgid "\n The File Name Table:\n" +msgstr "\n Dosya Adý Tablosu:\n" + +#: readelf.c:5131 +#, c-format +msgid " %d\t" +msgstr " %d\t" + +#: readelf.c:5142 +#, c-format +msgid "%s\n" +msgstr "%s\n" + +#. Now display the statements. +#: readelf.c:5150 +msgid "\n Line Number Statements:\n" +msgstr "\n Satýr Numarasý Deyimleri:\n" + +#: readelf.c:5169 +msgid " Copy\n" +msgstr " Kopyalar\n" + +#: readelf.c:5176 +#, c-format +msgid " Advance PC by %d to %lx\n" +msgstr " PC'yi %2$lx'ye kadar, %1$d ilerletir\n" + +#: readelf.c:5184 +#, c-format +msgid " Advance Line by %d to %d\n" +msgstr " Satýrý %2$d'ye kadar %1$d ilerletir\n" + +#: readelf.c:5191 +#, c-format +msgid " Set File Name to entry %d in the File Name Table\n" +msgstr " Dosya Adýný, Dosya Ýsim Tablosunda, %d numaralý girdi olarak atar\n" + +#: readelf.c:5199 +#, c-format +msgid " Set column to %d\n" +msgstr " Sütunu %d olarak atar\n" + +#: readelf.c:5206 +#, c-format +msgid " Set is_stmt to %d\n" +msgstr " is_stmt'i %d olarak atar\n" + +#: readelf.c:5211 +msgid " Set basic block\n" +msgstr " Temel bloðu atar\n" + +#: readelf.c:5219 +#, c-format +msgid " Advance PC by constant %d to 0x%lx\n" +msgstr " PC'yi 0x%2$lx'e kadar %1$d ilerletir\n" + +#: readelf.c:5227 +#, c-format +msgid " Advance PC by fixed size amount %d to 0x%lx\n" +msgstr " PC'yi 0x%2$lx'e kadar %d ilerletir\n" + +#: readelf.c:5235 +#, c-format +msgid " Special opcode %d: advance Address by %d to 0x%lx" +msgstr " Özel opkod %1$d: Adresi 0x%3$lx'e kadar %2$d ilerletir" + +#: readelf.c:5239 +#, c-format +msgid " and Line by %d to %d\n" +msgstr " ve Satýr'ý %2$d'ye kadar %1$d\n" + +#: readelf.c:5262 readelf.c:5691 +#, c-format +msgid "Contents of the %s section:\n\n" +msgstr "%s bölümünün içeriði:\n\n" + +#: readelf.c:5285 +msgid "Only DWARF 2 pubnames are currently supported\n" +msgstr "Þimdilik yalnýz DWARF 2 genel isimleri destekleniyor\n" + +#: readelf.c:5292 +#, c-format +msgid " Length: %ld\n" +msgstr " Uzunluk: %ld\n" + +#: readelf.c:5294 +#, c-format +msgid " Version: %d\n" +msgstr " Sürüm: %d\n" + +#: readelf.c:5296 +#, c-format +msgid " Offset into .debug_info section: %ld\n" +msgstr ".debug_info bölümünün içine göreli konum: %ld\n" + +#: readelf.c:5298 +#, c-format +msgid " Size of area in .debug_info section: %ld\n" +msgstr ".debug_info bölümünde alan büyüklüðü: %ld\n" + +#: readelf.c:5301 +msgid "\n Offset\tName\n" +msgstr "\n Basamak\tÝsim\n" + +#: readelf.c:5383 +#, c-format +msgid "Unknown TAG value: %lx" +msgstr "Bilinmeyen TAG deðeri: %lx" + +#: readelf.c:5478 +#, c-format +msgid "Unknown AT value: %lx" +msgstr "Bilinmeyen AT deðeri: %lx" + +#: readelf.c:5515 +#, c-format +msgid "Unknown FORM value: %lx" +msgstr "Bilinmeyen FORM deðeri: %lx" + +#: readelf.c:5697 +msgid " Number TAG\n" +msgstr " Sayý TAG\n" + +#: readelf.c:5703 +#, c-format +msgid " %ld %s [%s]\n" +msgstr " %ld %s [%s]\n" + +#: readelf.c:5706 +msgid "has children" +msgstr "astlarý var" + +#: readelf.c:5706 +msgid "no children" +msgstr "astlarý yok" + +#: readelf.c:5710 +#, c-format +msgid " %-18s %s\n" +msgstr " %-18s %s\n" + +#: readelf.c:5729 +#, c-format +msgid " %lu byte block: " +msgstr " %lu baytlýk blok: " + +#: readelf.c:6036 +msgid "(User defined location op)" +msgstr "(Kullanýcý tanýmlý yer yönergesi)" + +#: readelf.c:6038 +msgid "(Unknown location op)" +msgstr "(Bilinmeyen yer yönergesi)" + +#: readelf.c:6165 +#, c-format +msgid "Unable to handle FORM: %d" +msgstr "FORM iþlenemedi: %d" + +#: readelf.c:6169 +#, c-format +msgid "Unrecognised form: %d" +msgstr "Bilinmeyen form: %d" + +#: readelf.c:6182 +msgid "(not inlined)" +msgstr "(inline'lanamadý)" + +#: readelf.c:6183 +msgid "(inlined)" +msgstr "(inline'landý)" + +#: readelf.c:6184 +msgid "(declared as inline but ignored)" +msgstr "(inline olarak tanýmlandý ama yoksayýldý)" + +#: readelf.c:6185 +msgid "(declared as inline and inlined)" +msgstr "(inline olarak tanýmlandý ve inline'landý)" + +#: readelf.c:6186 +#, c-format +msgid " (Unknown inline attribute value: %lx)" +msgstr " (Bilinmeyen inline öznitelik deðeri: %lx)" + +#: readelf.c:6315 readelf.c:6441 +#, c-format +msgid "The section %s contains:\n\n" +msgstr "%s bölümü içeriyor:\n\n" + +#: readelf.c:6337 +#, c-format +msgid " Compilation Unit @ %lx:\n" +msgstr " Derleme Birimi @ %lx:\n" + +#: readelf.c:6338 +#, c-format +msgid " Length: %ld\n" +msgstr " Uzunluk: %ld\n" + +#: readelf.c:6339 +#, c-format +msgid " Version: %d\n" +msgstr " Sürüm: %d\n" + +#: readelf.c:6340 +#, c-format +msgid " Abbrev Offset: %ld\n" +msgstr " Kýsaltma Basamaðý: %ld\n" + +#: readelf.c:6341 +#, c-format +msgid " Pointer Size: %d\n" +msgstr " Gösterge Boyu: %d\n" + +#: readelf.c:6345 +msgid "Only version 2 DWARF debug information is currently supported.\n" +msgstr "Þimdilik yalnýzca DWARF Sürüm 2 hata ayýklama bilgisi destekleniyor.\n" + +#: readelf.c:6367 +msgid "Unable to locate .debug_abbrev section!\n" +msgstr ".debug_abbrev bölümü bulunamadý!\n" + +#: readelf.c:6407 +#, c-format +msgid "Unable to locate entry %lu in the abbreviation table\n" +msgstr "Kýsaltma tablosunda %lu girdisi bulunamadý\n" + +#: readelf.c:6412 +#, c-format +msgid " <%d><%x>: Abbrev Number: %lu (%s)\n" +msgstr " <%d><%x>: Kýsaltma Numarasý: %lu (%s)\n" + +#: readelf.c:6462 +msgid "Only DWARF 2 aranges are currently supported.\n" +msgstr "Þimdilik yalnýzca DWARF 2 a-aralýklarý destekleniyor.\n" + +#: readelf.c:6466 +#, c-format +msgid " Length: %ld\n" +msgstr " Uzunluk: %ld\n" + +#: readelf.c:6467 +#, c-format +msgid " Version: %d\n" +msgstr " Sürüm: %d\n" + +#: readelf.c:6468 +#, c-format +msgid " Offset into .debug_info: %lx\n" +msgstr " .debug_info'nun içine göreli konum: %lx\n" + +#: readelf.c:6469 +#, c-format +msgid " Pointer Size: %d\n" +msgstr " Gösterge Boyu: %d\n" + +#: readelf.c:6470 +#, c-format +msgid " Segment Size: %d\n" +msgstr " Parça Boyu: %d\n" + +#: readelf.c:6472 +msgid "\n Address Length\n" +msgstr "\n Adres Uzunluk\n" + +#: readelf.c:6634 +#, c-format +msgid "The section %s contains:\n" +msgstr "%s bölümü içeriyor:\n" + +#: readelf.c:7109 +#, c-format +msgid "Displaying the debug contents of section %s is not yet supported.\n" +msgstr "%s bölümünün hata ayýklama içerik bilgilerini göstermek henüz desteklenmiyor.\n" + +#: readelf.c:7173 +#, c-format +msgid "\nSection '%s' has no debugging data.\n" +msgstr "\n'%s' bölümünde hata ayýklama bilgisi yok.\n" + +#: readelf.c:7192 +#, c-format +msgid "Unrecognised debug section: %s\n" +msgstr "Tanýnmayan hata ayýklama bölümü: %s\n" + +#: readelf.c:7264 +msgid "Some sections were not dumped because they do not exist!\n" +msgstr "Bazý bölümler dökülmedi çünkü mevcut deðiller!\n" + +#: readelf.c:7447 +#, c-format +msgid "\nSection '%s' contains %d entries:\n" +msgstr "\n'%s' bölümü %d girdi içeriyor:\n" + +#: readelf.c:7609 +msgid "conflict list with without table" +msgstr "tablolu ve tablosuz çeliþki listesi" + +#: readelf.c:7637 +#, c-format +msgid "\nSection '.conflict' contains %d entries:\n" +msgstr "\n'.conflict' bölümü %d girdi içeriyor:\n" + +#: readelf.c:7638 +msgid " Num: Index Value Name" +msgstr " Num: Endeks Deðer Ýsim" + +#: readelf.c:7663 +msgid "NT_PRSTATUS (prstatus structure)" +msgstr "NT_PRSTATUS (prstatus yapýsý)" + +#: readelf.c:7664 +msgid "NT_FPREGSET (floating point registers)" +msgstr "NT_FPREGSET (kayan nokta yazmaçlarý)" + +#: readelf.c:7665 +msgid "NT_PRPSINFO (prpsinfo structure)" +msgstr "NT_PRPSINFO (prpsinfo yapýsý)" + +#: readelf.c:7666 +msgid "NT_TASKSTRUCT (task structure)" +msgstr "NT_TASKSTRUCT (görev yapýsý)" + +#: readelf.c:7667 +msgid "NT_PRXFPREG (user_xfpregs structure)" +msgstr "NT_PRXFPREG (user_xfpregs yapýsý)" + +#: readelf.c:7668 +msgid "NT_PSTATUS (pstatus structure)" +msgstr "NT_PSTATUS (pstatus yapýsý)" + +#: readelf.c:7669 +msgid "NT_FPREGS (floating point registers)" +msgstr "NT_FPREGS (kayan nokta yazmaçlarý)" + +#: readelf.c:7670 +msgid "NT_PSINFO (psinfo structure)" +msgstr "NT_PSINFO (psinfo yapýsý)" + +#: readelf.c:7671 +msgid "NT_LWPSTATUS (lwpstatus_t structure)" +msgstr "NT_LWPSTATUS (lwpstatus_t yapýsý)" + +#: readelf.c:7672 +msgid "NT_LWPSINFO (lwpsinfo_t structure)" +msgstr "NT_LWPSINFO (lwpsinfo_t yapýsý)" + +#: readelf.c:7673 +msgid "NT_WIN32PSTATUS (win32_pstatus strcuture)" +msgstr "NT_WIN32PSTATUS (win32_pstatus yapýsý)" + +#: readelf.c:7675 +#, c-format +msgid "Unknown note type: (0x%08x)" +msgstr "Bilinmeyen not tipi: (0x%08x)" + +#: readelf.c:7713 +#, c-format +msgid "\nNotes at offset 0x%08lx with length 0x%08lx:\n" +msgstr "\n0x%08lx göreli konumunda, 0x%08lx uzunluðunda notlar:\n" + +#: readelf.c:7715 +msgid " Owner\t\tData size\tDescription\n" +msgstr " Sahip\t\tVeri Boyu\tAçýklama\n" + +#: readelf.c:7826 +msgid "No note segments present in the core file.\n" +msgstr "Core dosyasýnda not parçalarý yok.\n" + +#: readelf.c:7904 +msgid "This instance of readelf has been built without support for a\n" +msgstr "Bu readelf, bunlarýn desteði olmaksýzýn derlenmiþtir:\n" + +#: readelf.c:7905 +msgid "64 bit data type and so it cannot read 64 bit ELF files.\n" +msgstr "64 bit veri tipi dolayýsýyla 64 bit ELF dosyasý okunamaz.\n" + +#: readelf.c:7940 +#, c-format +msgid "Cannot stat input file %s.\n" +msgstr "%s girdi dosyasý durumlanamadý.\n" + +#: readelf.c:7947 +#, c-format +msgid "Input file %s not found.\n" +msgstr "Girdi dosyasý %s bulunamadý.\n" + +#: readelf.c:7953 +#, c-format +msgid "%s: Failed to read file header\n" +msgstr "%s: Dosya baþlýðý okunamadý\n" + +#: readelf.c:7967 +#, c-format +msgid "\nFile: %s\n" +msgstr "\nDosya: %s\n" + +#: rename.c:131 +#, c-format +msgid "%s: cannot set time: %s" +msgstr "%s: zaman atanamadý: %s" + +#. We have to clean up here. +#: rename.c:170 rename.c:203 +#, c-format +msgid "%s: rename: %s" +msgstr "%s: yeniden adlandýrma: %s" + +#: rename.c:211 +#, c-format +msgid "%s: simple_copy: %s" +msgstr "%s: simple_copy: %s" + +#: resbin.c:130 +#, c-format +msgid "%s: not enough binary data" +msgstr "%s: yeterli ikilik veri yok" + +#: resbin.c:149 +msgid "null terminated unicode string" +msgstr "boþ deðerle sonlanmýþ unicode dizgesi" + +#: resbin.c:179 resbin.c:185 +msgid "resource ID" +msgstr "kaynak ID" + +#: resbin.c:229 +msgid "cursor" +msgstr "gösterge" + +#: resbin.c:263 resbin.c:270 +msgid "menu header" +msgstr "menü baþlýðý" + +#: resbin.c:280 +msgid "menuex header" +msgstr "menuex baþlýðý" + +#: resbin.c:284 +msgid "menuex offset" +msgstr "menuex basamaðý" + +#: resbin.c:291 +#, c-format +msgid "unsupported menu version %d" +msgstr "desteklenmeyen menü sürümü %d" + +#: resbin.c:319 resbin.c:334 resbin.c:400 +msgid "menuitem header" +msgstr "menü üyesi baþlýðý" + +#: resbin.c:430 +msgid "menuitem" +msgstr "menü üyesi" + +#: resbin.c:471 resbin.c:499 +msgid "dialog header" +msgstr "diyalog baþlýðý" + +#: resbin.c:489 +#, c-format +msgid "unexpected dialog signature %d" +msgstr "beklenmeyen diyalog imzasý %d" + +#: resbin.c:531 +msgid "dialog font point size" +msgstr "diyalog yazýtipi büyüklüðü" + +#: resbin.c:539 +msgid "dialogex font information" +msgstr "dialogex yazýtipi bilgisi" + +#: resbin.c:564 resbin.c:582 +msgid "dialog control" +msgstr "diyalog kontrolü" + +#: resbin.c:574 +msgid "dialogex control" +msgstr "dialogex kontrolü" + +#: resbin.c:603 +msgid "dialog control end" +msgstr "diyalog kontrol sonu" + +#: resbin.c:615 +msgid "dialog control data" +msgstr "diyalog kontrol verisi" + +#: resbin.c:658 +msgid "stringtable string length" +msgstr "dizgetablosu dizge uzunluðu" + +#: resbin.c:668 +msgid "stringtable string" +msgstr "dizgetablosu dizgesi" + +#: resbin.c:701 +msgid "fontdir header" +msgstr "yazýtipi dizin baþlýðý" + +#: resbin.c:714 +msgid "fontdir" +msgstr "yazýtipi dizini" + +#: resbin.c:730 +msgid "fontdir device name" +msgstr "yazýtipi aygýt adý" + +#: resbin.c:736 +msgid "fontdir face name" +msgstr "yazýtipi dizini aile ismi" + +#: resbin.c:779 +msgid "accelerator" +msgstr "hýzlandýrýcý" + +#: resbin.c:843 +msgid "group cursor header" +msgstr "grup gösterge baþlýðý" + +#: resbin.c:847 +#, c-format +msgid "unexpected group cursor type %d" +msgstr "beklenmeyen grup gösterge tipi %d" + +#: resbin.c:862 +msgid "group cursor" +msgstr "grup göstergesi" + +#: resbin.c:901 +msgid "group icon header" +msgstr "grup ikon baþlýðý" + +#: resbin.c:905 +#, c-format +msgid "unexpected group icon type %d" +msgstr "beklenmeyen grup ikon tipi %d" + +#: resbin.c:920 +msgid "group icon" +msgstr "grup ikonu" + +#: resbin.c:991 resbin.c:1210 +msgid "unexpected version string" +msgstr "dizgenin beklenmeyen sürümü" + +#: resbin.c:1025 +#, c-format +msgid "version length %d does not match resource length %lu" +msgstr "sürüm uzunluðu %d, kaynak uzunluðu %lu ile eþleþmiyor" + +#: resbin.c:1029 +#, c-format +msgid "unexpected version type %d" +msgstr "beklenmeyen sürüm tipi %d" + +#: resbin.c:1041 +#, c-format +msgid "unexpected fixed version information length %d" +msgstr "beklenmeyen sabit sürüm bilgi uzunluðu %d" + +#: resbin.c:1044 +msgid "fixed version info" +msgstr "sabit sürüm bilgisi" + +#: resbin.c:1048 +#, c-format +msgid "unexpected fixed version signature %lu" +msgstr "beklenmeyen sabit sürüm imzasý %lu" + +#: resbin.c:1052 +#, c-format +msgid "unexpected fixed version info version %lu" +msgstr "beklenmeyen sabit sürüm bilgisi sürümü %lu" + +#: resbin.c:1081 +msgid "version var info" +msgstr "sürüm deðiþken bilgisi" + +#: resbin.c:1098 +#, c-format +msgid "unexpected stringfileinfo value length %d" +msgstr "beklenmeyen dizge dosya bilgi deðer uzunluðu %d" + +#: resbin.c:1108 +#, c-format +msgid "unexpected version stringtable value length %d" +msgstr "beklenmeyen sürüm dizge tablo deðer uzunluðu %d" + +#: resbin.c:1142 +#, c-format +msgid "unexpected version string length %d != %d + %d" +msgstr "beklenmeyen sürüm dizge uzunluðu %d != %d + %d" + +#: resbin.c:1153 +#, c-format +msgid "unexpected version string length %d < %d" +msgstr "beklenmeyen sürüm dizge uzunluðu %d < %d" + +#: resbin.c:1170 +#, c-format +msgid "unexpected varfileinfo value length %d" +msgstr "beklenmeyen deðiþken dosya bilgi deðer uzunluðu %d" + +#: resbin.c:1189 +msgid "version varfileinfo" +msgstr "deðiþken dosya bilgi sürümü" + +#: resbin.c:1204 +#, c-format +msgid "unexpected version value length %d" +msgstr "beklenmeyen sürüm deðer uzunluðu %d" + +#: rescoff.c:128 +msgid "filename required for COFF input" +msgstr "COFF girdisi için dosya adý gerekli" + +#: rescoff.c:145 +#, c-format +msgid "%s: no resource section" +msgstr "%s: kaynak bölümü yok" + +#: rescoff.c:152 +msgid "can't read resource section" +msgstr "kaynak bölümü okunamýyor" + +#: rescoff.c:178 +#, c-format +msgid "%s: %s: address out of bounds" +msgstr "%s: %s: adres sýnýrlarýn dýþýnda" + +#: rescoff.c:197 +msgid "directory" +msgstr "dizin" + +#: rescoff.c:225 +msgid "named directory entry" +msgstr "isimli dizin girdisi" + +#: rescoff.c:234 +msgid "directory entry name" +msgstr "dizin girdi ismi" + +#: rescoff.c:254 +msgid "named subdirectory" +msgstr "isimli altdizin" + +#: rescoff.c:262 +msgid "named resource" +msgstr "isimli kaynak" + +#: rescoff.c:277 +msgid "ID directory entry" +msgstr "ID dizin girdisi" + +#: rescoff.c:294 +msgid "ID subdirectory" +msgstr "ID altdizini" + +#: rescoff.c:302 +msgid "ID resource" +msgstr "ID kaynaðý" + +#: rescoff.c:328 +msgid "resource type unknown" +msgstr "kaynak tipi bilinmiyor" + +#: rescoff.c:331 +msgid "data entry" +msgstr "veri girdisi" + +#: rescoff.c:339 +msgid "resource data" +msgstr "kaynak verisi" + +#: rescoff.c:344 +msgid "resource data size" +msgstr "kaynak veri boyu" + +#: rescoff.c:439 +msgid "filename required for COFF output" +msgstr "COFF çýktý için dosya adý gerekli" + +#: rescoff.c:738 +msgid "can't get BFD_RELOC_RVA relocation type" +msgstr "BFD_RELOC_RVA yer deðiþtirme tipi alýnamýyor" + +#: resrc.c:240 resrc.c:312 +#, c-format +msgid "can't open temporary file `%s': %s" +msgstr "`%s' geçici dosyasý açýlamýyor: %s" + +#: resrc.c:246 +#, c-format +msgid "can't redirect stdout: `%s': %s" +msgstr "standart çýktý yönlendirilemiyor: `%s': %s" + +#: resrc.c:262 +#, c-format +msgid "%s %s: %s" +msgstr "%s %s: %s" + +#: resrc.c:308 +#, c-format +msgid "can't execute `%s': %s" +msgstr "`%s' çalýþtýrýlamýyor: %s" + +#: resrc.c:317 +#, c-format +msgid "Using temporary file `%s' to read preprocessor output\n" +msgstr "`%s' geçici dosyasý öniþlemci çýktýsýný okumak için kullanýlýyor\n" + +#: resrc.c:324 +#, c-format +msgid "can't popen `%s': %s" +msgstr "`%s' popen yapýlamýyor: %s" + +#: resrc.c:326 +msgid "Using popen to read preprocessor output\n" +msgstr "Öniþlemci çýktýsý popen ile okunuyor\n" + +#: resrc.c:369 +#, c-format +msgid "Tried `%s'\n" +msgstr "`%s' denendi\n" + +#: resrc.c:380 +#, c-format +msgid "Using `%s'\n" +msgstr "`%s' kullanýlýyor\n" + +#: resrc.c:541 +#, c-format +msgid "%s:%d: %s\n" +msgstr "%s:%d: %s\n" + +#: resrc.c:550 +#, c-format +msgid "%s: unexpected EOF" +msgstr "%s: beklenmeyen dosya sonu" + +#: resrc.c:607 +#, c-format +msgid "%s: read of %lu returned %lu" +msgstr "%s: %lu'nun okunmasý %lu döndürdü" + +#: resrc.c:649 resrc.c:903 resrc.c:1176 resrc.c:1330 +#, c-format +msgid "stat failed on bitmap file `%s': %s" +msgstr "`%s' bitmap dosyasý durumlanamadý: %s" + +#: resrc.c:702 +#, c-format +msgid "cursor file `%s' does not contain cursor data" +msgstr "gösterge dosyasý '%s' gösterge verisi içermiyor" + +#: resrc.c:734 resrc.c:1047 +#, c-format +msgid "%s: fseek to %lu failed: %s" +msgstr "%s: %lu'ya fseek baþarýsýz: %s" + +#: resrc.c:871 +msgid "help ID requires DIALOGEX" +msgstr "yardým ID için DIALOGEX gerekli" + +#: resrc.c:873 +msgid "control data requires DIALOGEX" +msgstr "kontrol verisi için DIALOGEX gerekli" + +#: resrc.c:1016 +#, c-format +msgid "icon file `%s' does not contain icon data" +msgstr "ikon dosyasý '%s' ikon verisi içermiyor" + +#: resrc.c:1535 +#, c-format +msgid "can't open `%s' for output: %s" +msgstr "'%s' çýktý için açýlamadý: %s" + +#: size.c:79 +#, c-format +msgid "" +"Usage: %s [-A | --format=sysv | -B | --format=berkeley]\n" +" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +" [-V | --version] [--target=bfdname] [--help] [file...]\n" +msgstr "" +"Kullaným: %s [-A | --format=sysv | -B | --format=berkeley] Biçem\n" +" [-o | --radix=8 | -d | --radix=10 | -h | --radix=16]\n" +" [-V | --version] Sürüm\n" +" [--target=bfd_adý] Hedef\n" +" [--help] Yardým\n" +" [dosya...] [dosya]\n" + +#: size.c:85 +msgid "default is --format=berkeley\n" +msgstr "--format=berkeley öntanýmlý\n" + +#: size.c:87 +msgid "default is --format=sysv\n" +msgstr "--format=sysv öntanýmlý\n" + +#: size.c:141 +#, c-format +msgid "invalid argument to --format: %s" +msgstr "--format'a geçersiz seçenek: %s" + +#: size.c:168 +#, c-format +msgid "Invalid radix: %s\n" +msgstr "Geçersiz radix: %s\n" + +#: srconv.c:1880 +#, c-format +msgid "Usage: %s [-dhVq] in-file [out-file]\n" +msgstr "Kullaným: %s [-dhVq] girdi-dosyasý [çýktý-dosyasý]\n" + +#: srconv.c:1887 +#, c-format +msgid "%s: Convert a COFF object file into a SYSROFF object file\n" +msgstr "%s: Bir COFF nesne dosyasýný SYSROFF nesne dosyasýna çevirir\n" + +#: srconv.c:2020 +#, c-format +msgid "unable to open output file %s" +msgstr "çýktý dosyasý %s açýlamadý" + +#: stabs.c:349 stabs.c:1770 +msgid "numeric overflow" +msgstr "sayýsal taþma" + +#: stabs.c:360 +#, c-format +msgid "Bad stab: %s\n" +msgstr "Kötü stab: %s\n" + +#: stabs.c:370 +#, c-format +msgid "Warning: %s: %s\n" +msgstr "Uyarý: %s: %s\n" + +#: stabs.c:492 +msgid "N_LBRAC not within function\n" +msgstr "N_LBRAC iþlev içerisinde deðil\n" + +#: stabs.c:531 +msgid "Too many N_RBRACs\n" +msgstr "Fazla sayýda N_RBRAC\n" + +#: stabs.c:780 +msgid "unknown C++ encoded name" +msgstr "Bilinmeyen C++ þifreli ismi" + +#. Complain and keep going, so compilers can invent new +#. cross-reference types. +#: stabs.c:1307 +msgid "unrecognized cross reference type" +msgstr "tanýnmayan çapraz baþvuru tipi" + +#. Does this actually ever happen? Is that why we are worrying +#. about dealing with it rather than just calling error_type? +#: stabs.c:1862 +msgid "missing index type" +msgstr "eksik endeks tipi" + +#: stabs.c:2189 +msgid "unknown virtual character for baseclass" +msgstr "temel sýnýf için bilinmeyen sanal karakter" + +#: stabs.c:2207 +msgid "unknown visibility character for baseclass" +msgstr "temel sýnýf için bilinmeyen görünebilirlik karakteri" + +#: stabs.c:2399 +msgid "unnamed $vb type" +msgstr "isimlenmemiþ $vb tipi" + +#: stabs.c:2405 +msgid "unrecognized C++ abbreviation" +msgstr "tanýnmayan C++ kýsaltmasý" + +#: stabs.c:2485 +msgid "unknown visibility character for field" +msgstr "alan için bilinmeyen görünürlük karakteri" + +#: stabs.c:2741 +msgid "const/volatile indicator missing" +msgstr "sabit/deðiþken belirteci eksik" + +#: stabs.c:2981 +#, c-format +msgid "No mangling for \"%s\"\n" +msgstr "\"%s\" için karýþtýrma yok\n" + +#: stabs.c:3294 +msgid "Undefined N_EXCL" +msgstr "N_EXCL tanýmsýz" + +#: stabs.c:3382 +#, c-format +msgid "Type file number %d out of range\n" +msgstr "Tip dosya numarasý %d aralýk dýþý\n" + +#: stabs.c:3387 +#, c-format +msgid "Type index number %d out of range\n" +msgstr "Tip endeks numarasý %d aralýk dýþý\n" + +#: stabs.c:3474 +#, c-format +msgid "Unrecognized XCOFF type %d\n" +msgstr "Bilinmeyen XCOFF tipi %d\n" + +#: stabs.c:3773 +#, c-format +msgid "bad mangled name `%s'\n" +msgstr "kötü karýþtýrýlmýþ isim '%s'\n" + +#: stabs.c:3869 +msgid "no argument types in mangled string\n" +msgstr "karýþtýrýlmýþ dizgede argüman tipi yok\n" + +#: strings.c:177 +#, c-format +msgid "invalid number %s" +msgstr "geçersiz sayý %s" + +#: strings.c:513 +#, c-format +msgid "invalid integer argument %s" +msgstr "geçersiz tamsayý argümaný %s" + +#: strings.c:523 +#, c-format +msgid "" +"Usage: %s [-afov] [-n min-len] [-min-len] [-t {o,x,d}] [-]\n" +" [--all] [--print-file-name] [--bytes=min-len] [--radix={o,x,d}]\n" +" [--target=bfdname] [--help] [--version] file...\n" +msgstr "" +"Kullaným: %s [-afov] [-n min-uzun] [-min-len] En az uzunluk\n" +" [-t {o,x,d}] [-]\n" +" [--all] Hepsi\n" +" [--print-file-name] Dosya adýný yazdýrýr\n" +" [--bytes=min-uzun] En az bayt\n" +" [--radix={o,x,d}]\n" +" [--target=bfd_adý] Hedef\n" +" [--help] Yardým\n" +" [--version] Sürüm bilgisi\n" +" dosya... \n" + +#: sysdump.c:712 +#, c-format +msgid "Usage: %s [-hV] in-file\n" +msgstr "Kullaným: %s [-hV] girdi-dosyasý\n" + +#: sysdump.c:781 +#, c-format +msgid "cannot open input file %s" +msgstr "%s girdi dosyasý açýlamadý" + +#: version.c:39 +msgid "Copyright 1997, 98, 99, 2000 Free Software Foundation, Inc.\n" +msgstr "Copyright 1997, 98, 99, 2000 Free Software Foundation, Inc.\n" + +#: version.c:40 +msgid "" +"This program is free software; you may redistribute it under the terms of\n" +"the GNU General Public License. This program has absolutely no warranty.\n" +msgstr "" +"Bu, bir serbest yazýlýmdýr; GNU Genel Kamu Lisansý koþullarý altýnda deðiþiklik \n" +"yapabilir ve/veya yeniden daðýtabilirsiniz. \n" +"Bu yazýlýmýn herhangi bir garantisi yoktur.\n" + +#: windres.c:237 +#, c-format +msgid "can't open %s `%s': %s" +msgstr "%s `%s' açýlamadý: %s" + +#: windres.c:416 +msgid ": expected to be a directory\n" +msgstr ": dizin beklendi\n" + +#: windres.c:428 +msgid ": expected to be a leaf\n" +msgstr ": yaprak beklendi\n" + +#: windres.c:437 +#, c-format +msgid "%s: warning: " +msgstr "%s: uyarý: " + +#: windres.c:439 +msgid ": duplicate value\n" +msgstr ": çift deðer\n" + +#: windres.c:602 +#, c-format +msgid "unknown format type `%s'" +msgstr "bilinmeyen biçem tipi `%s'" + +#: windres.c:603 +#, c-format +msgid "%s: supported formats:" +msgstr "%s: desteklenen biçemler:" + +#. Otherwise, we give up. +#: windres.c:690 +#, c-format +msgid "can not determine type of file `%s'; use the -I option" +msgstr "`%s' dosyasýnýn tipi belirlenemedi; -I seçeneðini kullanýn" + +#: windres.c:704 +#, c-format +msgid "Usage: %s [options] [input-file] [output-file]\n" +msgstr "Kullaným: %s [seçenekler] [girdi-dosyasý] [çýktý-dosyasý]\n" + +#: windres.c:706 +msgid "" +"Options:\n" +" -i FILE, --input FILE Name input file\n" +" -o FILE, --output FILE Name output file\n" +" -I FORMAT, --input-format FORMAT\n" +" Specify input format\n" +" -O FORMAT, --output-format FORMAT\n" +" Specify output format\n" +" -F TARGET, --target TARGET Specify COFF target\n" +" --preprocessor PROGRAM Program to use to preprocess rc file\n" +" --include-dir DIR Include directory when preprocessing rc file\n" +" -DSYM[=VAL], --define SYM[=VAL]\n" +" Define SYM when preprocessing rc file\n" +" -v Verbose - tells you what it's doing\n" +" --language VAL Set language when reading rc file\n" +" --use-temp-file Use a temporary file instead of popen to read\n" +" the preprocessor output\n" +" --no-use-temp-file Use popen (default)\n" +msgstr "" +"Seçenekler:\n" +" -i DOSYA, --input DOSYA Girdi dosyasý ismi\n" +" -o DOSYA, --output DOSYA Çýktý dosyasý ismi\n" +" -I BÝÇEM, --input-format BÝÇEM\n" +" Girdi biçemini belirtir\n" +" -O BÝÇEM, --output-format BÝÇEM\n" +" Çýktý biçemini belirtir\n" +" -F HEDEF, --target HEDEF COFF hedefini belirtir\n" +" --preprocessor YAZILIM rc dosyasýný öniþlemek için kullanýlacak yazýlým\n" +" --include-dir DÝZÝN rc dosyasý öniþlenirken dizini dahil et\n" +" -DSYM[=DEÐER], --define SYM[=DEÐER]\n" +" rc dosyasý öniþlenirken SYM'i tanýmlar\n" +" -v Açýklamalý - ne yapýldýðýný anlatýr\n" +" --language DEÐER rc dosyasý okunurken dili belirtir\n" +" --use-temp-file Öniþlemci çýktýsýný okumak için popen yerine geçici dosya kullanýr\n" +" --no-use-temp-file (öntanýmlý) popen kullanýr\n" + +#: windres.c:725 +msgid " --yydebug Turn on parser debugging\n" +msgstr " --yydebug Tarayýcýda hata ayýklamayý etkinleþtirir\n" + +#: windres.c:728 +msgid "" +" --help Print this help message\n" +" --version Print version information\n" +msgstr "" +" --help Bu yardýmý gösterir\n" +" --version Sürüm bilgisini gösterir\n" + +#: windres.c:731 +msgid "" +"FORMAT is one of rc, res, or coff, and is deduced from the file name\n" +"extension if not specified. A single file name is an input file.\n" +"No input-file is stdin, default rc. No output-file is stdout, default rc.\n" +msgstr "" +"BÝÇEM rc, res, veya coff deðerlerinden biri olup, eðer belirtilmezse dosya ismi sonekinden bulunur. Tek bir dosya ismi bir girdi dosyasý kabul edilir\n" +"Girdi dosya ismi verilmezse standart girdi, öntanýmlý rc okunur. \n" +"Çýktý dosya ismi verilmezse standart çýktý, öntanýmlý rc okunur.\n" + +#: windres.c:980 +msgid "no resources" +msgstr "kaynak yok" + +#: wrstabs.c:366 wrstabs.c:2027 +#, c-format +msgid "string_hash_lookup failed: %s" +msgstr "string_hash_lookup baþarýsýz: %s" + +#: wrstabs.c:666 +#, c-format +msgid "stab_int_type: bad size %u" +msgstr "stab_int_type: hatalý boy %u" + +#: wrstabs.c:1467 +#, c-format +msgid "%s: warning: unknown size for field `%s' in struct" +msgstr "%s: uyarý: Yapý içinde `%s' alaný için bilinmeyen boy" diff --git a/gprof/ChangeLog b/gprof/ChangeLog index fc3638c244..1399b6c63d 100644 --- a/gprof/ChangeLog +++ b/gprof/ChangeLog @@ -1,3 +1,9 @@ +2001-11-02 Nick Clifton + + * configure.in (ALL_LINGUAS): Add 'fr'. + * configure: Regernate. + * po/fr.po: New file. + 2001-10-03 Alan Modra * configure: Regenerate. diff --git a/gprof/configure b/gprof/configure index 9c0226772a..0bfd994877 100755 --- a/gprof/configure +++ b/gprof/configure @@ -49,7 +49,6 @@ program_suffix=NONE program_transform_name=s,x,x, silent= site= -sitefile= srcdir= target=NONE verbose= @@ -164,7 +163,6 @@ Configuration: --help print this message --no-create do not create output files --quiet, --silent do not print \`checking...' messages - --site-file=FILE use FILE as the site file --version print the version of autoconf that created configure Directory and file names: --prefix=PREFIX install architecture-independent files in PREFIX @@ -335,11 +333,6 @@ EOF -site=* | --site=* | --sit=*) site="$ac_optarg" ;; - -site-file | --site-file | --site-fil | --site-fi | --site-f) - ac_prev=sitefile ;; - -site-file=* | --site-file=* | --site-fil=* | --site-fi=* | --site-f=*) - sitefile="$ac_optarg" ;; - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr) ac_prev=srcdir ;; -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*) @@ -505,16 +498,12 @@ fi srcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'` # Prefer explicitly selected file to automatically selected ones. -if test -z "$sitefile"; then - if test -z "$CONFIG_SITE"; then - if test "x$prefix" != xNONE; then - CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" - else - CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" - fi +if test -z "$CONFIG_SITE"; then + if test "x$prefix" != xNONE; then + CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site" + else + CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site" fi -else - CONFIG_SITE="$sitefile" fi for ac_site_file in $CONFIG_SITE; do if test -r "$ac_site_file"; then @@ -553,12 +542,12 @@ else fi echo $ac_n "checking for Cygwin environment""... $ac_c" 1>&6 -echo "configure:557: checking for Cygwin environment" >&5 +echo "configure:546: checking for Cygwin environment" >&5 if eval "test \"`echo '$''{'ac_cv_cygwin'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:562: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_cygwin=yes else @@ -586,19 +575,19 @@ echo "$ac_t""$ac_cv_cygwin" 1>&6 CYGWIN= test "$ac_cv_cygwin" = yes && CYGWIN=yes echo $ac_n "checking for mingw32 environment""... $ac_c" 1>&6 -echo "configure:590: checking for mingw32 environment" >&5 +echo "configure:579: checking for mingw32 environment" >&5 if eval "test \"`echo '$''{'ac_cv_mingw32'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:591: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_mingw32=yes else @@ -663,7 +652,7 @@ else { echo "configure: error: can not run $ac_config_sub" 1>&2; exit 1; } fi echo $ac_n "checking host system type""... $ac_c" 1>&6 -echo "configure:667: checking host system type" >&5 +echo "configure:656: checking host system type" >&5 host_alias=$host case "$host_alias" in @@ -684,7 +673,7 @@ host_os=`echo $host | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$host" 1>&6 echo $ac_n "checking target system type""... $ac_c" 1>&6 -echo "configure:688: checking target system type" >&5 +echo "configure:677: checking target system type" >&5 target_alias=$target case "$target_alias" in @@ -702,7 +691,7 @@ target_os=`echo $target | sed 's/^\([^-]*\)-\([^-]*\)-\(.*\)$/\3/'` echo "$ac_t""$target" 1>&6 echo $ac_n "checking build system type""... $ac_c" 1>&6 -echo "configure:706: checking build system type" >&5 +echo "configure:695: checking build system type" >&5 build_alias=$build case "$build_alias" in @@ -726,7 +715,7 @@ test "$host_alias" != "$target_alias" && echo $ac_n "checking for strerror in -lcposix""... $ac_c" 1>&6 -echo "configure:730: checking for strerror in -lcposix" >&5 +echo "configure:719: checking for strerror in -lcposix" >&5 ac_lib_var=`echo cposix'_'strerror | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -734,7 +723,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lcposix $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:738: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -781,7 +770,7 @@ BFD_VERSION=`sed -n -e 's/^.._INIT_AUTOMAKE.*,[ ]*\([^ ]*\)[ ]*).*/\1/p' < ${ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:785: checking for a BSD compatible install" >&5 +echo "configure:774: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -834,7 +823,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' echo $ac_n "checking whether build environment is sane""... $ac_c" 1>&6 -echo "configure:838: checking whether build environment is sane" >&5 +echo "configure:827: checking whether build environment is sane" >&5 # Just in case sleep 1 echo timestamp > conftestfile @@ -891,7 +880,7 @@ test "$program_suffix" != NONE && test "$program_transform_name" = "" && program_transform_name="s,x,x," echo $ac_n "checking whether ${MAKE-make} sets \${MAKE}""... $ac_c" 1>&6 -echo "configure:895: checking whether ${MAKE-make} sets \${MAKE}" >&5 +echo "configure:884: checking whether ${MAKE-make} sets \${MAKE}" >&5 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_prog_make_${ac_make}_set'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -937,7 +926,7 @@ EOF missing_dir=`cd $ac_aux_dir && pwd` echo $ac_n "checking for working aclocal""... $ac_c" 1>&6 -echo "configure:941: checking for working aclocal" >&5 +echo "configure:930: checking for working aclocal" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -950,7 +939,7 @@ else fi echo $ac_n "checking for working autoconf""... $ac_c" 1>&6 -echo "configure:954: checking for working autoconf" >&5 +echo "configure:943: checking for working autoconf" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -963,7 +952,7 @@ else fi echo $ac_n "checking for working automake""... $ac_c" 1>&6 -echo "configure:967: checking for working automake" >&5 +echo "configure:956: checking for working automake" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -976,7 +965,7 @@ else fi echo $ac_n "checking for working autoheader""... $ac_c" 1>&6 -echo "configure:980: checking for working autoheader" >&5 +echo "configure:969: checking for working autoheader" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -989,7 +978,7 @@ else fi echo $ac_n "checking for working makeinfo""... $ac_c" 1>&6 -echo "configure:993: checking for working makeinfo" >&5 +echo "configure:982: checking for working makeinfo" >&5 # Run test in a subshell; some versions of sh will print an error if # an executable is not found, even if stderr is redirected. # Redirect stdin to placate older versions of autoconf. Sigh. @@ -1075,7 +1064,7 @@ fi # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1079: checking for $ac_word" >&5 +echo "configure:1068: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1105,7 +1094,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1109: checking for $ac_word" >&5 +echo "configure:1098: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1156,7 +1145,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1160: checking for $ac_word" >&5 +echo "configure:1149: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1188,7 +1177,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:1192: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:1181: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -1199,12 +1188,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 1203 "configure" +#line 1192 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:1208: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:1197: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -1230,12 +1219,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:1234: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:1223: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:1239: checking whether we are using GNU C" >&5 +echo "configure:1228: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1244,7 +1233,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1248: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:1237: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -1263,7 +1252,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:1267: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:1256: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1306,7 +1295,7 @@ ac_prog=ld if test "$GCC" = yes; then # Check if gcc -print-prog-name=ld gives a path. echo $ac_n "checking for ld used by GCC""... $ac_c" 1>&6 -echo "configure:1310: checking for ld used by GCC" >&5 +echo "configure:1299: checking for ld used by GCC" >&5 case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -1336,10 +1325,10 @@ echo "configure:1310: checking for ld used by GCC" >&5 esac elif test "$with_gnu_ld" = yes; then echo $ac_n "checking for GNU ld""... $ac_c" 1>&6 -echo "configure:1340: checking for GNU ld" >&5 +echo "configure:1329: checking for GNU ld" >&5 else echo $ac_n "checking for non-GNU ld""... $ac_c" 1>&6 -echo "configure:1343: checking for non-GNU ld" >&5 +echo "configure:1332: checking for non-GNU ld" >&5 fi if eval "test \"`echo '$''{'lt_cv_path_LD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -1374,7 +1363,7 @@ else fi test -z "$LD" && { echo "configure: error: no acceptable ld found in \$PATH" 1>&2; exit 1; } echo $ac_n "checking if the linker ($LD) is GNU ld""... $ac_c" 1>&6 -echo "configure:1378: checking if the linker ($LD) is GNU ld" >&5 +echo "configure:1367: checking if the linker ($LD) is GNU ld" >&5 if eval "test \"`echo '$''{'lt_cv_prog_gnu_ld'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1391,7 +1380,7 @@ with_gnu_ld=$lt_cv_prog_gnu_ld echo $ac_n "checking for $LD option to reload object files""... $ac_c" 1>&6 -echo "configure:1395: checking for $LD option to reload object files" >&5 +echo "configure:1384: checking for $LD option to reload object files" >&5 if eval "test \"`echo '$''{'lt_cv_ld_reload_flag'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1403,7 +1392,7 @@ reload_flag=$lt_cv_ld_reload_flag test -n "$reload_flag" && reload_flag=" $reload_flag" echo $ac_n "checking for BSD-compatible nm""... $ac_c" 1>&6 -echo "configure:1407: checking for BSD-compatible nm" >&5 +echo "configure:1396: checking for BSD-compatible nm" >&5 if eval "test \"`echo '$''{'lt_cv_path_NM'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1441,7 +1430,7 @@ NM="$lt_cv_path_NM" echo "$ac_t""$NM" 1>&6 echo $ac_n "checking whether ln -s works""... $ac_c" 1>&6 -echo "configure:1445: checking whether ln -s works" >&5 +echo "configure:1434: checking whether ln -s works" >&5 if eval "test \"`echo '$''{'ac_cv_prog_LN_S'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1462,7 +1451,7 @@ else fi echo $ac_n "checking how to recognise dependant libraries""... $ac_c" 1>&6 -echo "configure:1466: checking how to recognise dependant libraries" >&5 +echo "configure:1455: checking how to recognise dependant libraries" >&5 if eval "test \"`echo '$''{'lt_cv_deplibs_check_method'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1626,13 +1615,13 @@ file_magic_cmd=$lt_cv_file_magic_cmd deplibs_check_method=$lt_cv_deplibs_check_method echo $ac_n "checking for object suffix""... $ac_c" 1>&6 -echo "configure:1630: checking for object suffix" >&5 +echo "configure:1619: checking for object suffix" >&5 if eval "test \"`echo '$''{'ac_cv_objext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else rm -f conftest* echo 'int i = 1;' > conftest.$ac_ext -if { (eval echo configure:1636: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:1625: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then for ac_file in conftest.*; do case $ac_file in *.c) ;; @@ -1652,7 +1641,7 @@ ac_objext=$ac_cv_objext echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:1656: checking for executable suffix" >&5 +echo "configure:1645: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1662,10 +1651,10 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:1666: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:1655: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.o | *.obj | *.ilk | *.pdb) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -1695,7 +1684,7 @@ case $deplibs_check_method in file_magic*) if test "$file_magic_cmd" = '$MAGIC_CMD'; then echo $ac_n "checking for ${ac_tool_prefix}file""... $ac_c" 1>&6 -echo "configure:1699: checking for ${ac_tool_prefix}file" >&5 +echo "configure:1688: checking for ${ac_tool_prefix}file" >&5 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1757,7 +1746,7 @@ fi if test -z "$lt_cv_path_MAGIC_CMD"; then if test -n "$ac_tool_prefix"; then echo $ac_n "checking for file""... $ac_c" 1>&6 -echo "configure:1761: checking for file" >&5 +echo "configure:1750: checking for file" >&5 if eval "test \"`echo '$''{'lt_cv_path_MAGIC_CMD'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1828,7 +1817,7 @@ esac # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args. set dummy ${ac_tool_prefix}ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1832: checking for $ac_word" >&5 +echo "configure:1821: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1860,7 +1849,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1864: checking for $ac_word" >&5 +echo "configure:1853: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1895,7 +1884,7 @@ fi # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args. set dummy ${ac_tool_prefix}strip; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1899: checking for $ac_word" >&5 +echo "configure:1888: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1927,7 +1916,7 @@ if test -n "$ac_tool_prefix"; then # Extract the first word of "strip", so it can be a program name with args. set dummy strip; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:1931: checking for $ac_word" >&5 +echo "configure:1920: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_STRIP'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -1994,8 +1983,8 @@ test x"$pic_mode" = xno && libtool_flags="$libtool_flags --prefer-non-pic" case $host in *-*-irix6*) # Find out which ABI we are using. - echo '#line 1998 "configure"' > conftest.$ac_ext - if { (eval echo configure:1999: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then + echo '#line 1987 "configure"' > conftest.$ac_ext + if { (eval echo configure:1988: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then case `/usr/bin/file conftest.$ac_objext` in *32-bit*) LD="${LD-ld} -32" @@ -2016,7 +2005,7 @@ case $host in SAVE_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS -belf" echo $ac_n "checking whether the C compiler needs -belf""... $ac_c" 1>&6 -echo "configure:2020: checking whether the C compiler needs -belf" >&5 +echo "configure:2009: checking whether the C compiler needs -belf" >&5 if eval "test \"`echo '$''{'lt_cv_cc_needs_belf'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2029,14 +2018,14 @@ ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$a cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2029: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* lt_cv_cc_needs_belf=yes else @@ -2159,7 +2148,7 @@ exec 5>>./config.log # Extract the first word of "gcc", so it can be a program name with args. set dummy gcc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2163: checking for $ac_word" >&5 +echo "configure:2152: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2189,7 +2178,7 @@ if test -z "$CC"; then # Extract the first word of "cc", so it can be a program name with args. set dummy cc; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2193: checking for $ac_word" >&5 +echo "configure:2182: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2240,7 +2229,7 @@ fi # Extract the first word of "cl", so it can be a program name with args. set dummy cl; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2244: checking for $ac_word" >&5 +echo "configure:2233: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_CC'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2272,7 +2261,7 @@ fi fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works""... $ac_c" 1>&6 -echo "configure:2276: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 +echo "configure:2265: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) works" >&5 ac_ext=c # CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options. @@ -2283,12 +2272,12 @@ cross_compiling=$ac_cv_prog_cc_cross cat > conftest.$ac_ext << EOF -#line 2287 "configure" +#line 2276 "configure" #include "confdefs.h" main(){return(0);} EOF -if { (eval echo configure:2292: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2281: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then ac_cv_prog_cc_works=yes # If we can't run a trivial program, we are probably using a cross compiler. if (./conftest; exit) 2>/dev/null; then @@ -2314,12 +2303,12 @@ if test $ac_cv_prog_cc_works = no; then { echo "configure: error: installation or configuration problem: C compiler cannot create executables." 1>&2; exit 1; } fi echo $ac_n "checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler""... $ac_c" 1>&6 -echo "configure:2318: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 +echo "configure:2307: checking whether the C compiler ($CC $CFLAGS $LDFLAGS) is a cross-compiler" >&5 echo "$ac_t""$ac_cv_prog_cc_cross" 1>&6 cross_compiling=$ac_cv_prog_cc_cross echo $ac_n "checking whether we are using GNU C""... $ac_c" 1>&6 -echo "configure:2323: checking whether we are using GNU C" >&5 +echo "configure:2312: checking whether we are using GNU C" >&5 if eval "test \"`echo '$''{'ac_cv_prog_gcc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2328,7 +2317,7 @@ else yes; #endif EOF -if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2332: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then +if { ac_try='${CC-cc} -E conftest.c'; { (eval echo configure:2321: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; }; } | egrep yes >/dev/null 2>&1; then ac_cv_prog_gcc=yes else ac_cv_prog_gcc=no @@ -2347,7 +2336,7 @@ ac_test_CFLAGS="${CFLAGS+set}" ac_save_CFLAGS="$CFLAGS" CFLAGS= echo $ac_n "checking whether ${CC-cc} accepts -g""... $ac_c" 1>&6 -echo "configure:2351: checking whether ${CC-cc} accepts -g" >&5 +echo "configure:2340: checking whether ${CC-cc} accepts -g" >&5 if eval "test \"`echo '$''{'ac_cv_prog_cc_g'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2390,7 +2379,7 @@ fi # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff" # ./install, which can be erroneously created by make from ./install.sh. echo $ac_n "checking for a BSD compatible install""... $ac_c" 1>&6 -echo "configure:2394: checking for a BSD compatible install" >&5 +echo "configure:2383: checking for a BSD compatible install" >&5 if test -z "$INSTALL"; then if eval "test \"`echo '$''{'ac_cv_path_install'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -2446,12 +2435,12 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' for ac_func in setmode do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:2450: checking for $ac_func" >&5 +echo "configure:2439: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2467: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -2499,9 +2488,9 @@ fi done -ALL_LINGUAS= +ALL_LINGUAS="fr" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 -echo "configure:2505: checking how to run the C preprocessor" >&5 +echo "configure:2494: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. if test -n "$CPP" && test -d "$CPP"; then CPP= @@ -2516,13 +2505,13 @@ else # On the NeXT, cc -E runs the code through the compiler's parser, # not just through cpp. cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2526: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2515: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2533,13 +2522,13 @@ else rm -rf conftest* CPP="${CC-cc} -E -traditional-cpp" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2543: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2532: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2550,13 +2539,13 @@ else rm -rf conftest* CPP="${CC-cc} -nologo -E" cat > conftest.$ac_ext < Syntax Error EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2560: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2549: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then : @@ -2583,7 +2572,7 @@ echo "$ac_t""$CPP" 1>&6 # Extract the first word of "ranlib", so it can be a program name with args. set dummy ranlib; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:2587: checking for $ac_word" >&5 +echo "configure:2576: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_prog_RANLIB'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -2611,12 +2600,12 @@ else fi echo $ac_n "checking for ANSI C header files""... $ac_c" 1>&6 -echo "configure:2615: checking for ANSI C header files" >&5 +echo "configure:2604: checking for ANSI C header files" >&5 if eval "test \"`echo '$''{'ac_cv_header_stdc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #include @@ -2624,7 +2613,7 @@ else #include EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:2628: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:2617: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -2641,7 +2630,7 @@ rm -f conftest* if test $ac_cv_header_stdc = yes; then # SunOS 4.x string.h does not declare mem*, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -2659,7 +2648,7 @@ fi if test $ac_cv_header_stdc = yes; then # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI. cat > conftest.$ac_ext < EOF @@ -2680,7 +2669,7 @@ if test "$cross_compiling" = yes; then : else cat > conftest.$ac_ext < #define ISLOWER(c) ('a' <= (c) && (c) <= 'z') @@ -2691,7 +2680,7 @@ if (XOR (islower (i), ISLOWER (i)) || toupper (i) != TOUPPER (i)) exit(2); exit (0); } EOF -if { (eval echo configure:2695: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:2684: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then : else @@ -2715,12 +2704,12 @@ EOF fi echo $ac_n "checking for working const""... $ac_c" 1>&6 -echo "configure:2719: checking for working const" >&5 +echo "configure:2708: checking for working const" >&5 if eval "test \"`echo '$''{'ac_cv_c_const'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2762: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_const=yes else @@ -2790,21 +2779,21 @@ EOF fi echo $ac_n "checking for inline""... $ac_c" 1>&6 -echo "configure:2794: checking for inline" >&5 +echo "configure:2783: checking for inline" >&5 if eval "test \"`echo '$''{'ac_cv_c_inline'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do cat > conftest.$ac_ext <&5; (eval $ac_compile) 2>&5; }; then +if { (eval echo configure:2797: \"$ac_compile\") 1>&5; (eval $ac_compile) 2>&5; }; then rm -rf conftest* ac_cv_c_inline=$ac_kw; break else @@ -2830,12 +2819,12 @@ EOF esac echo $ac_n "checking for off_t""... $ac_c" 1>&6 -echo "configure:2834: checking for off_t" >&5 +echo "configure:2823: checking for off_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_off_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -2863,12 +2852,12 @@ EOF fi echo $ac_n "checking for size_t""... $ac_c" 1>&6 -echo "configure:2867: checking for size_t" >&5 +echo "configure:2856: checking for size_t" >&5 if eval "test \"`echo '$''{'ac_cv_type_size_t'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < #if STDC_HEADERS @@ -2898,19 +2887,19 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! echo $ac_n "checking for working alloca.h""... $ac_c" 1>&6 -echo "configure:2902: checking for working alloca.h" >&5 +echo "configure:2891: checking for working alloca.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_alloca_h'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { char *p = alloca(2 * sizeof(int)); ; return 0; } EOF -if { (eval echo configure:2914: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2903: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_header_alloca_h=yes else @@ -2931,12 +2920,12 @@ EOF fi echo $ac_n "checking for alloca""... $ac_c" 1>&6 -echo "configure:2935: checking for alloca" >&5 +echo "configure:2924: checking for alloca" >&5 if eval "test \"`echo '$''{'ac_cv_func_alloca_works'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:2957: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* ac_cv_func_alloca_works=yes else @@ -2996,12 +2985,12 @@ EOF echo $ac_n "checking whether alloca needs Cray hooks""... $ac_c" 1>&6 -echo "configure:3000: checking whether alloca needs Cray hooks" >&5 +echo "configure:2989: checking whether alloca needs Cray hooks" >&5 if eval "test \"`echo '$''{'ac_cv_os_cray'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&6 if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3030: checking for $ac_func" >&5 +echo "configure:3019: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3047: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3081,7 +3070,7 @@ done fi echo $ac_n "checking stack direction for C alloca""... $ac_c" 1>&6 -echo "configure:3085: checking stack direction for C alloca" >&5 +echo "configure:3074: checking stack direction for C alloca" >&5 if eval "test \"`echo '$''{'ac_cv_c_stack_direction'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3089,7 +3078,7 @@ else ac_cv_c_stack_direction=0 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3101: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_c_stack_direction=1 else @@ -3129,21 +3118,21 @@ EOF fi -for ac_hdr in unistd.h +for ac_hdr in stdlib.h unistd.h sys/stat.h sys/types.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3137: checking for $ac_hdr" >&5 +echo "configure:3126: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3147: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3136: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3172,12 +3161,12 @@ done for ac_func in getpagesize do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3176: checking for $ac_func" >&5 +echo "configure:3165: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3193: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3225,7 +3214,7 @@ fi done echo $ac_n "checking for working mmap""... $ac_c" 1>&6 -echo "configure:3229: checking for working mmap" >&5 +echo "configure:3218: checking for working mmap" >&5 if eval "test \"`echo '$''{'ac_cv_func_mmap_fixed_mapped'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3233,7 +3222,7 @@ else ac_cv_func_mmap_fixed_mapped=no else cat > conftest.$ac_ext < #include +#if HAVE_SYS_TYPES_H +# include +#endif + +#if HAVE_STDLIB_H +# include +#endif + +#if HAVE_SYS_STAT_H +# include +#endif + +#if HAVE_UNISTD_H +# include +#endif + /* This mess was copied from the GNU getpagesize.h. */ #ifndef HAVE_GETPAGESIZE -# ifdef HAVE_UNISTD_H -# include -# endif /* Assume that all systems that can run configure have sys/param.h. */ # ifndef HAVE_SYS_PARAM_H @@ -3373,7 +3375,7 @@ main() } EOF -if { (eval echo configure:3377: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:3379: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then ac_cv_func_mmap_fixed_mapped=yes else @@ -3401,17 +3403,17 @@ unistd.h values.h sys/param.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:3405: checking for $ac_hdr" >&5 +echo "configure:3407: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3415: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3417: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3441,12 +3443,12 @@ done __argz_count __argz_stringify __argz_next do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3445: checking for $ac_func" >&5 +echo "configure:3447: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3475: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3498,12 +3500,12 @@ done for ac_func in stpcpy do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3502: checking for $ac_func" >&5 +echo "configure:3504: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3532: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3560,19 +3562,19 @@ EOF if test $ac_cv_header_locale_h = yes; then echo $ac_n "checking for LC_MESSAGES""... $ac_c" 1>&6 -echo "configure:3564: checking for LC_MESSAGES" >&5 +echo "configure:3566: checking for LC_MESSAGES" >&5 if eval "test \"`echo '$''{'am_cv_val_LC_MESSAGES'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return LC_MESSAGES ; return 0; } EOF -if { (eval echo configure:3576: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3578: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* am_cv_val_LC_MESSAGES=yes else @@ -3593,7 +3595,7 @@ EOF fi fi echo $ac_n "checking whether NLS is requested""... $ac_c" 1>&6 -echo "configure:3597: checking whether NLS is requested" >&5 +echo "configure:3599: checking whether NLS is requested" >&5 # Check whether --enable-nls or --disable-nls was given. if test "${enable_nls+set}" = set; then enableval="$enable_nls" @@ -3613,7 +3615,7 @@ fi EOF echo $ac_n "checking whether included gettext is requested""... $ac_c" 1>&6 -echo "configure:3617: checking whether included gettext is requested" >&5 +echo "configure:3619: checking whether included gettext is requested" >&5 # Check whether --with-included-gettext or --without-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval="$with_included_gettext" @@ -3632,17 +3634,17 @@ fi ac_safe=`echo "libintl.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for libintl.h""... $ac_c" 1>&6 -echo "configure:3636: checking for libintl.h" >&5 +echo "configure:3638: checking for libintl.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:3646: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:3648: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -3659,19 +3661,19 @@ fi if eval "test \"`echo '$ac_cv_header_'$ac_safe`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libc""... $ac_c" 1>&6 -echo "configure:3663: checking for gettext in libc" >&5 +echo "configure:3665: checking for gettext in libc" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libc'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < int main() { return (int) gettext ("") ; return 0; } EOF -if { (eval echo configure:3675: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3677: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libc=yes else @@ -3687,7 +3689,7 @@ echo "$ac_t""$gt_cv_func_gettext_libc" 1>&6 if test "$gt_cv_func_gettext_libc" != "yes"; then echo $ac_n "checking for bindtextdomain in -lintl""... $ac_c" 1>&6 -echo "configure:3691: checking for bindtextdomain in -lintl" >&5 +echo "configure:3693: checking for bindtextdomain in -lintl" >&5 ac_lib_var=`echo intl'_'bindtextdomain | sed 'y%./+-%__p_%'` if eval "test \"`echo '$''{'ac_cv_lib_$ac_lib_var'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 @@ -3695,7 +3697,7 @@ else ac_save_LIBS="$LIBS" LIBS="-lintl $LIBS" cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3712: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_lib_$ac_lib_var=yes" else @@ -3722,19 +3724,19 @@ fi if eval "test \"`echo '$ac_cv_lib_'$ac_lib_var`\" = yes"; then echo "$ac_t""yes" 1>&6 echo $ac_n "checking for gettext in libintl""... $ac_c" 1>&6 -echo "configure:3726: checking for gettext in libintl" >&5 +echo "configure:3728: checking for gettext in libintl" >&5 if eval "test \"`echo '$''{'gt_cv_func_gettext_libintl'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3740: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* gt_cv_func_gettext_libintl=yes else @@ -3762,7 +3764,7 @@ EOF # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3766: checking for $ac_word" >&5 +echo "configure:3768: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3796,12 +3798,12 @@ fi for ac_func in dcgettext do echo $ac_n "checking for $ac_func""... $ac_c" 1>&6 -echo "configure:3800: checking for $ac_func" >&5 +echo "configure:3802: checking for $ac_func" >&5 if eval "test \"`echo '$''{'ac_cv_func_$ac_func'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3830: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* eval "ac_cv_func_$ac_func=yes" else @@ -3851,7 +3853,7 @@ done # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3855: checking for $ac_word" >&5 +echo "configure:3857: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3887,7 +3889,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3891: checking for $ac_word" >&5 +echo "configure:3893: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3919,7 +3921,7 @@ else fi cat > conftest.$ac_ext <&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +if { (eval echo configure:3933: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then rm -rf conftest* CATOBJEXT=.gmo DATADIRNAME=share @@ -3959,7 +3961,7 @@ fi # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3963: checking for $ac_word" >&5 +echo "configure:3965: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_MSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -3993,7 +3995,7 @@ fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:3997: checking for $ac_word" >&5 +echo "configure:3999: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_GMSGFMT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4029,7 +4031,7 @@ fi # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 echo $ac_n "checking for $ac_word""... $ac_c" 1>&6 -echo "configure:4033: checking for $ac_word" >&5 +echo "configure:4035: checking for $ac_word" >&5 if eval "test \"`echo '$''{'ac_cv_path_XGETTEXT'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4119,7 +4121,7 @@ fi LINGUAS= else echo $ac_n "checking for catalogs to be installed""... $ac_c" 1>&6 -echo "configure:4123: checking for catalogs to be installed" >&5 +echo "configure:4125: checking for catalogs to be installed" >&5 NEW_LINGUAS= for lang in ${LINGUAS=$ALL_LINGUAS}; do case "$ALL_LINGUAS" in @@ -4147,17 +4149,17 @@ echo "configure:4123: checking for catalogs to be installed" >&5 if test "$CATOBJEXT" = ".cat"; then ac_safe=`echo "linux/version.h" | sed 'y%./+-%__p_%'` echo $ac_n "checking for linux/version.h""... $ac_c" 1>&6 -echo "configure:4151: checking for linux/version.h" >&5 +echo "configure:4153: checking for linux/version.h" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4161: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4163: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4220,7 +4222,7 @@ fi echo $ac_n "checking whether to enable maintainer-specific portions of Makefiles""... $ac_c" 1>&6 -echo "configure:4224: checking whether to enable maintainer-specific portions of Makefiles" >&5 +echo "configure:4226: checking whether to enable maintainer-specific portions of Makefiles" >&5 # Check whether --enable-maintainer-mode or --disable-maintainer-mode was given. if test "${enable_maintainer_mode+set}" = set; then enableval="$enable_maintainer_mode" @@ -4245,7 +4247,7 @@ fi echo $ac_n "checking for executable suffix""... $ac_c" 1>&6 -echo "configure:4249: checking for executable suffix" >&5 +echo "configure:4251: checking for executable suffix" >&5 if eval "test \"`echo '$''{'ac_cv_exeext'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else @@ -4255,10 +4257,10 @@ else rm -f conftest* echo 'int main () { return 0; }' > conftest.$ac_ext ac_cv_exeext= - if { (eval echo configure:4259: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then + if { (eval echo configure:4261: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; }; then for file in conftest.*; do case $file in - *.c | *.o | *.obj | *.ilk | *.pdb) ;; + *.c | *.o | *.obj) ;; *) ac_cv_exeext=`echo $file | sed -e s/conftest//` ;; esac done @@ -4280,17 +4282,17 @@ for ac_hdr in sys/gmon_out.h do ac_safe=`echo "$ac_hdr" | sed 'y%./+-%__p_%'` echo $ac_n "checking for $ac_hdr""... $ac_c" 1>&6 -echo "configure:4284: checking for $ac_hdr" >&5 +echo "configure:4286: checking for $ac_hdr" >&5 if eval "test \"`echo '$''{'ac_cv_header_$ac_safe'+set}'`\" = set"; then echo $ac_n "(cached) $ac_c" 1>&6 else cat > conftest.$ac_ext < EOF ac_try="$ac_cpp conftest.$ac_ext >/dev/null 2>conftest.out" -{ (eval echo configure:4294: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } +{ (eval echo configure:4296: \"$ac_try\") 1>&5; (eval $ac_try) 2>&5; } ac_err=`grep -v '^ *+' conftest.out | grep -v "^conftest.${ac_ext}\$"` if test -z "$ac_err"; then rm -rf conftest* @@ -4318,12 +4320,12 @@ done echo $ac_n "checking the size of gmon pointers""... $ac_c" 1>&6 -echo "configure:4322: checking the size of gmon pointers" >&5 +echo "configure:4324: checking the size of gmon pointers" >&5 if test "$cross_compiling" = yes; then gmon_ptr_size=4 else cat > conftest.$ac_ext < #include @@ -4346,7 +4348,7 @@ main() #endif } EOF -if { (eval echo configure:4350: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null +if { (eval echo configure:4352: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null then gmon_ptr_size=`cat conftestval` else diff --git a/gprof/configure.in b/gprof/configure.in index 7d6ca2cc25..747dfc6715 100644 --- a/gprof/configure.in +++ b/gprof/configure.in @@ -23,7 +23,7 @@ AC_PROG_INSTALL AC_CHECK_FUNCS(setmode) -ALL_LINGUAS= +ALL_LINGUAS="fr" CY_GNU_GETTEXT AM_MAINTAINER_MODE diff --git a/gprof/po/fr.po b/gprof/po/fr.po new file mode 100644 index 0000000000..706ff7f0d7 --- /dev/null +++ b/gprof/po/fr.po @@ -0,0 +1,464 @@ +# Messages français pour gprof. +# Copyright (C) 1996 Free Software Foundation, Inc. +# Michel Robitaille , 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: gprof 2.11\n" +"POT-Creation-Date: 2000-07-27 16:32-0700\n" +"PO-Revision-Date: 2001-10-19 12:00-0500\n" +"Last-Translator: Michel Robitaille \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: alpha.c:89 +msgid "" +msgstr "" + +#: alpha.c:106 +#, c-format +msgid "[find_call] %s: 0x%lx to 0x%lx\n" +msgstr "[find_call] %s: 0x%lx to 0x%lx\n" + +#: alpha.c:128 +#, c-format +msgid "[find_call] 0x%lx: jsr%s \n" +msgstr "[find_call] 0x%lx: jsr%s \n" + +#: alpha.c:137 +#, c-format +msgid "[find_call] 0x%lx: bsr" +msgstr "[find_call] 0x%lx: bsr" + +#: basic_blocks.c:123 call_graph.c:86 hist.c:122 +#, c-format +msgid "%s: %s: unexpected end of file\n" +msgstr "%s: %s: fin prématurée du fichier\n" + +#: basic_blocks.c:198 +#, c-format +msgid "%s: warning: ignoring basic-block exec counts (use -l or --line)\n" +msgstr "%s: AVERTISSEMENT: a ignoré les compteurs d'exécution des blocs de base(utiliser -l ou --line)\n" + +#. FIXME: This only works if bfd_vma is unsigned long. +#: basic_blocks.c:296 basic_blocks.c:306 +#, c-format +msgid "%s:%d: (%s:0x%lx) %lu executions\n" +msgstr "%s:%d: (%s:0x%lx) %lu exécutions\n" + +#: basic_blocks.c:297 basic_blocks.c:307 +msgid "" +msgstr "" + +#: basic_blocks.c:551 +#, c-format +msgid "" +"\n" +"\n" +"Top %d Lines:\n" +"\n" +" Line Count\n" +"\n" +msgstr "" +"\n" +"\n" +"%d Lignes du haut:\n" +"\n" +" Ligne Compteur\n" +"\n" + +#: basic_blocks.c:575 +msgid "\nExecution Summary:\n\n" +msgstr "\nSommaire d'exécution:\n\n" + +#: basic_blocks.c:576 +#, c-format +msgid "%9ld Executable lines in this file\n" +msgstr "%9ld Lignes exécutables dans ce fichier\n" + +#: basic_blocks.c:578 +#, c-format +msgid "%9ld Lines executed\n" +msgstr "%9ld Lignes exécutées\n" + +#: basic_blocks.c:579 +#, c-format +msgid "%9.2f Percent of the file executed\n" +msgstr "%9.2f Percent du fichier exécuté\n" + +#: basic_blocks.c:583 +#, c-format +msgid "\n%9lu Total number of line executions\n" +msgstr "\n%9lu Nombre total de lignes exécutées\n" + +#: basic_blocks.c:585 +#, c-format +msgid "%9.2f Average executions per line\n" +msgstr "%9.2f Exécutions moyennes par ligne\n" + +#: call_graph.c:66 +#, c-format +msgid "[cg_tally] arc from %s to %s traversed %lu times\n" +msgstr "[cg_tally] arc à partir de %s à %s traversés %lu fois\n" + +#: cg_print.c:54 +msgid "\t\t Call graph (explanation follows)\n\n" +msgstr "\t\t Appel de graphe (les explications suivent)\n\n" + +#: cg_print.c:56 +msgid "\t\t\tCall graph\n\n" +msgstr "\t\t\tAppel de graphe\n\n" + +#: cg_print.c:59 hist.c:391 +#, c-format +msgid "\ngranularity: each sample hit covers %ld byte(s)" +msgstr "\ngranularité: chaque échantillonnage couvre %ld octet(s)" + +#: cg_print.c:63 +msgid " for %.2f%% of %.2f seconds\n\n" +msgstr " pour %.2f%% of %.2f secondes\n\n" + +#: cg_print.c:67 +msgid " no time propagated\n\n" +msgstr " pas de propagation de temps\n\n" + +#: cg_print.c:76 cg_print.c:79 cg_print.c:81 +msgid "called" +msgstr "appelé" + +#: cg_print.c:76 cg_print.c:81 +msgid "total" +msgstr "total" + +#: cg_print.c:76 +msgid "parents" +msgstr "parents" + +#: cg_print.c:78 cg_print.c:79 +msgid "index" +msgstr "index" + +#: cg_print.c:78 +msgid "%time" +msgstr "%temps" + +#: cg_print.c:78 cg_print.c:79 +msgid "self" +msgstr "auto" + +#: cg_print.c:78 +msgid "descendents" +msgstr "descendants" + +#: cg_print.c:79 hist.c:416 +msgid "name" +msgstr "nom" + +#: cg_print.c:81 +msgid "children" +msgstr "rejetons" + +#: cg_print.c:86 +msgid "index %% time self children called name\n" +msgstr "index %% temp auto rejetons appelé nom\n" + +#: cg_print.c:109 +#, c-format +msgid " [%d]\n" +msgstr " [%d]\n" + +#: cg_print.c:335 +#, c-format +msgid "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" +msgstr "%6.6s %5.5s %7.7s %11.11s %7.7s %7.7s \n" + +#: cg_print.c:336 +#, c-format +msgid "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" +msgstr "%6.6s %5.5s %7.7s %7.7s %7.7s %7.7s \n" + +#: cg_print.c:570 +msgid "Index by function name\n\n" +msgstr "Index par nom de fonction\n\n" + +#: cg_print.c:627 cg_print.c:636 +#, c-format +msgid "" +msgstr "" + +#: corefile.c:61 +#, c-format +msgid "%s: could not open %s.\n" +msgstr "%s: ne peut ouvrir %s.\n" + +#: corefile.c:75 corefile.c:109 +#, c-format +msgid "%s: unable to parse mapping file %s.\n" +msgstr "%s: incapable d'analyser le fichier de projection %s.\n" + +#: corefile.c:151 +#, c-format +msgid "%s: %s: not in a.out format\n" +msgstr "%s: %s: n'est pas dans le format a.out\n" + +#: corefile.c:162 +#, c-format +msgid "%s: can't find .text section in %s\n" +msgstr "%s: ne peut repérer la section .text dans %s\n" + +#: corefile.c:220 +#, c-format +msgid "%s: ran out room for %lu bytes of text space\n" +msgstr "%s: espace épuisé pour %lu octets dans l'espace texte\n" + +#: corefile.c:234 +#, c-format +msgid "%s: can't do -c\n" +msgstr "%s: ne peut appliquer l'option -c\n" + +#: corefile.c:265 +#, c-format +msgid "%s: -c not supported on architecture %s\n" +msgstr "%s: l'option -c n'est pas supporté l'architecture %s\n" + +#: corefile.c:432 +#, c-format +msgid "%s: file `%s' has no symbols\n" +msgstr "%s: fichier `%s' n'a pas de symbole\n" + +#: corefile.c:732 +#, c-format +msgid "%s: somebody miscounted: ltab.len=%d instead of %ld\n" +msgstr "%s: mauvais décomptage: ltab.len=%d au lieu de %ld\n" + +#: gmon_io.c:50 gmon_io.c:71 +#, c-format +msgid "%s: bfd_vma has unexpected size of %ld bytes\n" +msgstr "%s: bfd_vma a une taille inattendue de %ld octetst\n" + +#: gmon_io.c:107 gmon_io.c:199 +#, c-format +msgid "%s: file too short to be a gmon file\n" +msgstr "%s: fichier trop court pour être un fichier gmon\n" + +#: gmon_io.c:117 gmon_io.c:233 +#, c-format +msgid "%s: file `%s' has bad magic cookie\n" +msgstr "%s: fichier `%s' a un nombre magique erroné\n" + +#: gmon_io.c:128 +#, c-format +msgid "%s: file `%s' has unsupported version %d\n" +msgstr "%s: fichier `%s' est d'une version non supportée %d\n" + +#: gmon_io.c:158 +#, c-format +msgid "%s: %s: found bad tag %d (file corrupted?)\n" +msgstr "%s: %s: a repéré une étiquette erronée %d (fichier corrompu?)\n" + +#: gmon_io.c:221 +#, c-format +msgid "%s: profiling rate incompatible with first gmon file\n" +msgstr "%s: taux de profilage incompatible avec le premier fichier gmon\n" + +#: gmon_io.c:250 +#, c-format +msgid "%s: incompatible with first gmon file\n" +msgstr "%s: incompatible avec le premier fichier gmon\n" + +#: gmon_io.c:278 +#, c-format +msgid "%s: file '%s' does not appear to be in gmon.out format\n" +msgstr "%s: fichier '%s' ne semble pas être dans le format gmon.out\n" + +#: gmon_io.c:299 +#, c-format +msgid "%s: unexpected EOF after reading %d/%d bins\n" +msgstr "%s: EOF inattendu après la lecture de %d/%d bins\n" + +#: gmon_io.c:335 +msgid "time is in ticks, not seconds\n" +msgstr "temps est en tics et non pas en secondes\n" + +#: gmon_io.c:341 gmon_io.c:475 +#, c-format +msgid "%s: don't know how to deal with file format %d\n" +msgstr "%s: ne sait pas comment gérer le format %d du fichier\n" + +#: gmon_io.c:348 +#, c-format +msgid "File `%s' (version %d) contains:\n" +msgstr "Fichier `%s' (version %d) contient:\n" + +#: gmon_io.c:350 +#, c-format +msgid "\t%d histogram record%s\n" +msgstr "\t%d enregistrements de type histogramme %s\n" + +#: gmon_io.c:352 +#, c-format +msgid "\t%d call-graph record%s\n" +msgstr "\t%d enregistrements de type call-graph%s\n" + +#: gmon_io.c:354 +#, c-format +msgid "\t%d basic-block count record%s\n" +msgstr "\t%d enregistrements de décomptes de bloc de base %s\n" + +#: gprof.c:145 +#, c-format +msgid "" +"Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][name]] [-I dirs]\n" +"\t[-d[num]] [-k from/to] [-m min-count] [-t table-length]\n" +"\t[--[no-]annotated-source[=name]] [--[no-]exec-counts[=name]]\n" +"\t[--[no-]flat-profile[=name]] [--[no-]graph[=name]]\n" +"\t[--[no-]time=name] [--all-lines] [--brief] [--debug[=level]]\n" +"\t[--function-ordering] [--file-ordering]\n" +"\t[--directory-path=dirs] [--display-unused-functions]\n" +"\t[--file-format=name] [--file-info] [--help] [--line] [--min-count=n]\n" +"\t[--no-static] [--print-path] [--separate-files]\n" +"\t[--static-call-graph] [--sum] [--table-length=len] [--traditional]\n" +"\t[--version] [--width=n] [--ignore-non-functions]\n" +"\t[--demangle[=STYLE]] [--no-demangle]\n" +"\t[image-file] [profile-file...]\n" +msgstr "" +"Usage: %s [-[abcDhilLsTvwxyz]] [-[ACeEfFJnNOpPqQZ][nom]] [-I répertoires]\n" +"\t[-d[nombre]] [-k de/à] [-m minimum] [-t longueur-de-la-table]\n" +"\t[--[no-]annotated-source[=nom]] [--[no-]exec-counts[=nom]]\n" +"\t[--[no-]flat-profile[=nom]] [--[no-]graph[=nom]]\n" +"\t[--[no-]time=nom] [--all-lines] [--brief] [--debug[=niveau]]\n" +"\t[--function-ordering] [--file-ordering]\n" +"\t[--directory-path=répertoires] [--display-unused-functions]\n" +"\t[--file-format=nom] [--file-info] [--help] [--line] [--min-count=n]\n" +"\t[--no-static] [--print-path] [--separate-files]\n" +"\t[--static-call-graph] [--sum] [--table-length=longueur] [--traditional]\n" +"\t[--version] [--width=n] [--ignore-non-functions]\n" +"\t[--demangle[=STYLE]] [--no-demangle]\n" +"\t[fichier-image] [fichier-profile...]\n" + +#: gprof.c:161 +#, c-format +msgid "Report bugs to %s\n" +msgstr "Rapporter toutes anomalies à %s\n" + +#: gprof.c:230 +#, c-format +msgid "%s: debugging not supported; -d ignored\n" +msgstr "%s: mise au point n'est pas supportée; -d ignorée\n" + +#: gprof.c:310 +#, c-format +msgid "%s: unknown file format %s\n" +msgstr "%s: format de fichier inconnu %s\n" + +#. This output is intended to follow the GNU standards document. +#: gprof.c:394 +#, c-format +msgid "GNU gprof %s\n" +msgstr "GNU gprof %s\n" + +#: gprof.c:395 +msgid "Based on BSD gprof, copyright 1983 Regents of the University of California.\n" +msgstr "Basé à partir de BSD gprof, copyright 1983 Regents of the University of California.\n" + +#: gprof.c:396 +msgid "This program is free software. This program has absolutely no warranty.\n" +msgstr "Ce logiciel est libre. AUCUNE garantie n'est donnée.\n" + +#: gprof.c:437 +#, c-format +msgid "%s: unknown demangling style `%s'\n" +msgstr "%s: style d'encodage par mutilation inconnu `%s'\n" + +#: gprof.c:457 +#, c-format +msgid "%s: Only one of --function-ordering and --file-ordering may be specified.\n" +msgstr "%s: une seule des options --function-ordering et --file-ordering peut être spécifiée.\n" + +#: gprof.c:557 +#, c-format +msgid "%s: sorry, file format `prof' is not yet supported\n" +msgstr "%s: désolé, le format de fichier `prof' n'est pas encore supporté\n" + +#: gprof.c:618 +#, c-format +msgid "%s: gmon.out file is missing histogram\n" +msgstr "%s: le fichier gmon.out n'a pas d'histogramme\n" + +#: gprof.c:625 +#, c-format +msgid "%s: gmon.out file is missing call-graph data\n" +msgstr "%s: le fichier gmon.out n'a pas de données de type call-graph\n" + +#: hist.c:158 +#, c-format +msgid "%s: `%s' is incompatible with first gmon file\n" +msgstr "%s: `%s' est incompatible avec le premier fichier gmon\n" + +#: hist.c:174 +#, c-format +msgid "%s: %s: unexpected EOF after reading %d of %d samples\n" +msgstr "%s: %s: EOF inattendu après la lecture de %d de %d échantillons\n" + +#: hist.c:387 +#, c-format +msgid "%c%c/call" +msgstr "%c%c/appel" + +#: hist.c:395 +msgid " for %.2f%% of %.2f %s\n\n" +msgstr " pour %.2f%% of %.2f %s\n\n" + +#: hist.c:401 +#, c-format +msgid "\nEach sample counts as %g %s.\n" +msgstr "\nChaque échantillon dénombre %g %s.\n" + +#: hist.c:406 +msgid " no time accumulated\n\n" +msgstr " pas d'accumulation de temps\n\n" + +#: hist.c:413 +msgid "cumulative" +msgstr "cumulatif" + +#: hist.c:413 +msgid "self " +msgstr "auto " + +#: hist.c:413 +msgid "total " +msgstr "total " + +#: hist.c:415 +msgid "time" +msgstr "temps" + +#: hist.c:415 +msgid "calls" +msgstr "appels" + +#: hist.c:504 +msgid "\n\n\nflat profile:\n" +msgstr "\n\n\nprofile plat:\n" + +#: hist.c:510 +msgid "Flat profile:\n" +msgstr "Profile plat:\n" + +#: source.c:163 +#, c-format +msgid "%s: could not locate `%s'\n" +msgstr "%s: n'a pu localiser `%s'\n" + +#: source.c:238 +#, c-format +msgid "*** File %s:\n" +msgstr "*** Fichier %s:\n" + +#: utils.c:93 +#, c-format +msgid " " +msgstr " " diff --git a/ld/ChangeLog b/ld/ChangeLog index ad2d7787c9..3b5e47ef60 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,10 @@ +2001-11-02 Nick Clifton + + * configure.in (ALL_LINGUAS): Add "fr" and "sv" + * configure: Regernate. + * po/fr.po: New file. + * po/sv.po: New file. + 2001-11-01 NIIBE Yutaka * configure.tgt (sh-*-linux): Set targ_emul, targ_extra_emuls diff --git a/ld/configure b/ld/configure index de5a9fd0f7..e85c35026b 100755 --- a/ld/configure +++ b/ld/configure @@ -2490,7 +2490,7 @@ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL_PROGRAM}' test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' -ALL_LINGUAS= +ALL_LINGUAS="fr sv" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:2496: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. diff --git a/ld/configure.in b/ld/configure.in index 2fe034bb48..cf05b15352 100644 --- a/ld/configure.in +++ b/ld/configure.in @@ -64,7 +64,7 @@ fi AC_PROG_CC AC_PROG_INSTALL -ALL_LINGUAS= +ALL_LINGUAS="fr sv" CY_GNU_GETTEXT AC_EXEEXT diff --git a/ld/po/fr.po b/ld/po/fr.po new file mode 100644 index 0000000000..03aa54509a --- /dev/null +++ b/ld/po/fr.po @@ -0,0 +1,1540 @@ +# Messages français pour ld. +# Copyright (C) 1996 Free Software Foundation, Inc. +# Michel Robitaille , 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: ld 2.11\n" +"POT-Creation-Date: 2000-12-26 12:54-0800\n" +"PO-Revision-Date: 2001-09-19 12:00-0500\n" +"Last-Translator: Michel Robitaille \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: emultempl/armcoff.em:70 +msgid " --support-old-code Support interworking with old code\n" +msgstr " --support-old-code supporter les veilles versions de code\n" + +#: emultempl/armcoff.em:71 +msgid " --thumb-entry= Set the entry point to be Thumb symbol \n" +msgstr " --thumb-entry= initialiser le point d'entrée de Thumb symbol à \n" + +#: emultempl/armcoff.em:140 +#, c-format +msgid "Errors encountered processing file %s" +msgstr "Erreur rencontrées lors du traitement du fichier %s" + +#: emultempl/armcoff.em:206 emultempl/pe.em:1211 +msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" +msgstr "%P: AVERTISSEMENT: '--thumb-entry %s' écrase '-e %s'\n" + +#: emultempl/armcoff.em:211 emultempl/pe.em:1216 +msgid "%P: warning: connot find thumb start symbol %s\n" +msgstr "%P: AVERTISSEMENT: ne peut repérer le symbole thumb de départ %s\n" + +#: emultempl/pe.em:266 +msgid " --base_file Generate a base file for relocatable DLLs\n" +msgstr " --base_file générer une fichier de base les les DLL relocalisables\n" + +#: emultempl/pe.em:267 +msgid " --dll Set image base to the default for DLLs\n" +msgstr " --dll initialise l'image de base au DLL par défaut\n" + +#: emultempl/pe.em:268 +msgid " --file-alignment Set file alignment\n" +msgstr " --file-alignment initialiser l'alignement du fichier\n" + +#: emultempl/pe.em:269 +msgid " --heap Set initial size of the heap\n" +msgstr " --heap initialiser la taille initiale du monceau\n" + +#: emultempl/pe.em:270 +msgid " --image-base
Set start address of the executable\n" +msgstr " --image-base initialiser l'adresse de début de l'exécutable\n" + +#: emultempl/pe.em:271 +msgid " --major-image-version Set version number of the executable\n" +msgstr " --major-image-version initialiser le numéro de version de l'exécutable\n" + +#: emultempl/pe.em:272 +msgid " --major-os-version Set minimum required OS version\n" +msgstr " --major-os-version initialiser le numéro minimum de version du système d'exploitation\n" + +#: emultempl/pe.em:273 +msgid " --major-subsystem-version Set minimum required OS subsystem version\n" +msgstr " --major-subsystem-version initialiser le numéro minimum de version du sous-système\n" + +#: emultempl/pe.em:274 +msgid " --minor-image-version Set revision number of the executable\n" +msgstr " --minor-image-version initialiser le numéro de révision de l'exécutable\n" + +#: emultempl/pe.em:275 +msgid " --minor-os-version Set minimum required OS revision\n" +msgstr " --minor-os-version initialiser le numéro minimum de version du système d'exploitation\n" + +#: emultempl/pe.em:276 +msgid " --minor-subsystem-version Set minimum required OS subsystem revision\n" +msgstr " --minor-subsystem-version initialiser le numéro minimum de version du sous-système\n" + +#: emultempl/pe.em:277 +msgid " --section-alignment Set section alignment\n" +msgstr " --section-alignment initialiser l'alignement de section\n" + +#: emultempl/pe.em:278 +msgid " --stack Set size of the initial stack\n" +msgstr " --stack initialiser la taille initiale de la pile\n" + +#: emultempl/pe.em:279 +msgid " --subsystem [:] Set required OS subsystem [& version]\n" +msgstr " --subsystem [:] initialiser le sous-système de l'OS requis [&version]\n" + +#: emultempl/pe.em:280 +msgid " --support-old-code Support interworking with old code\n" +msgstr " --support-old-code supporter l'inter-réseautage avec le vieux code\n" + +#: emultempl/pe.em:281 +msgid " --thumb-entry= Set the entry point to be Thumb \n" +msgstr " --thumb-entry= initialiser le point d'entrée de Thumb \n" + +#: emultempl/pe.em:283 +msgid " --add-stdcall-alias Export symbols with and without @nn\n" +msgstr " --add-stdcall-alias exporter les symboles avec et sans @nn\n" + +#: emultempl/pe.em:284 +msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" +msgstr " --disable-stdcall-fixup ne lier _sym à _sym@nn\n" + +#: emultempl/pe.em:285 +msgid " --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" +msgstr " --enable-stdcall-fixup lier _sym à _sym@nn sans avertissement\n" + +#: emultempl/pe.em:286 +msgid " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" +msgstr " --exclude-symbols sym,sym,... exclure les symboles de l'exportation automatique\n" + +#: emultempl/pe.em:287 +msgid " --export-all-symbols Automatically export all globals to DLL\n" +msgstr " --export-all-symbols exporter automatiquement tous les globaux au DLL\n" + +#: emultempl/pe.em:288 +msgid " --kill-at Remove @nn from exported symbols\n" +msgstr " --kill-at enlever les @nn des symboles exportés\n" + +#: emultempl/pe.em:289 +msgid " --out-implib Generate import library\n" +msgstr " --out-implib générer la librairie d'importation\n" + +#: emultempl/pe.em:290 +msgid " --output-def Generate a .DEF file for the built DLL\n" +msgstr " --output-def générer le fichier .DEF pour le DLL construit\n" + +#: emultempl/pe.em:291 +msgid " --warn-duplicate-exports Warn about duplicate exports.\n" +msgstr " --warn-duplicate-exports avertir lors de l'exportation avec duplication\n" + +#: emultempl/pe.em:292 +msgid " --compat-implib Create backward compatible import libs;\n" +msgstr " --compat-implib créer des librairies d'importation avec compatibilité arrière;\n" + +#: emultempl/pe.em:293 +msgid " create __imp_ as well.\n" +msgstr " créer __imp_ aussi.\n" + +#: emultempl/pe.em:294 +msgid " --enable-auto-image-base Automatically choose image base for DLLs\n" +msgstr " --enable-auto-image-base automatiquement choisir l'image de base pour les DLL\n" + +#: emultempl/pe.em:295 +msgid " unless user specifies one\n" +msgstr " à moins que l'usager en spécifie une\n" + +#: emultempl/pe.em:296 +msgid " --disable-auto-image-base Do not auto-choose image base. (default)\n" +msgstr " --disable-auto-image-base ne pas choisir automatiquement l'image de base (par défaut)\n" + +#: emultempl/pe.em:297 +msgid " --dll-search-prefix= When linking dynamically to a dll witout an\n" +msgstr " --dll-search-prefix= lors du lien dynamique à un DLL sans un\n" + +#: emultempl/pe.em:298 +msgid " importlib, use .dll \n" +msgstr " librairie d'importation, utilier .dll \n" + +#: emultempl/pe.em:299 +msgid " in preference to lib.dll \n" +msgstr " à la place de lib.dll \n" + +#: emultempl/pe.em:367 +msgid "%P: warning: bad version number in -subsystem option\n" +msgstr "%P: AVERTISSEMENT: mauvais numéro de version dans l'option -subsystem\n" + +#: emultempl/pe.em:403 +msgid "%P%F: invalid subsystem type %s\n" +msgstr "%P%F: type de sous-système invalide %s\n" + +#: emultempl/pe.em:418 +msgid "%P%F: invalid hex number for PE parameter '%s'\n" +msgstr "%P%F: nombre hexadécimal invalide pour un paramètre PE '%s'\n" + +#: emultempl/pe.em:436 +msgid "%P%F: strange hex info for PE parameter '%s'\n" +msgstr "%P%F: info étrange en hexadécimal pour un paramètre PE '%s'\n" + +#: emultempl/pe.em:475 +#, c-format +msgid "%s: Can't open base file %s\n" +msgstr "%s: ne peut ouvrir le fichier de base %s\n" + +#: emultempl/pe.em:668 +msgid "%P: warning, file alignment > section alignment.\n" +msgstr "%P: AVERTISSEMENT, alignement de fichier > alignement de section\n" + +#: emultempl/pe.em:739 emultempl/pe.em:765 +#, c-format +msgid "Warning: resolving %s by linking to %s\n" +msgstr "AVERTISSEMENT: résolution de %s par un lien vers %s\n" + +#: emultempl/pe.em:744 emultempl/pe.em:770 +msgid "Use --enable-stdcall-fixup to disable these warnings\n" +msgstr "Utiliser --enable-stdcall-fixup pour inhiber les avertissements\n" + +#: emultempl/pe.em:745 emultempl/pe.em:771 +msgid "Use --disable-stdcall-fixup to disable these fixups\n" +msgstr "Utiliser --disable-stdcall-fixup pour inhiber les correctifs\n" + +#: emultempl/pe.em:788 +msgid "%F%P: PE operations on non PE file.\n" +msgstr "%F%P: operations PE sur des fichiers non PE.\n" + +#: emultempl/pe.em:1015 +#, c-format +msgid "Errors encountered processing file %s\n" +msgstr "Erreurs rencontrées lors du traitement du fichier %s\n" + +#: emultempl/pe.em:1038 +#, c-format +msgid "Errors encountered processing file %s for interworking" +msgstr "Erreurs rencontrées lors du traitement du fichier %s pour l'inter-réseautage" + +#: emultempl/pe.em:1094 ldlang.c:1981 ldlang.c:4347 ldlang.c:4380 +#: ldmain.c:1016 +msgid "%P%F: bfd_link_hash_lookup failed: %E\n" +msgstr "%P%F: bfd_link_hash_lookup en échec: %E\n" + +#: ldcref.c:158 +msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n" +msgstr "%X%P: bfd_hash_table_init de la tacle cref en échec: %E\n" + +#: ldcref.c:164 +msgid "%X%P: cref_hash_lookup failed: %E\n" +msgstr "%X%P: cref_hash_lookup en échec: %E\n" + +#: ldcref.c:235 +msgid "\nCross Reference Table\n\n" +msgstr "\nTable de référence croisé\n\n" + +#: ldcref.c:236 +msgid "Symbol" +msgstr "Symbole" + +#: ldcref.c:244 +msgid "File\n" +msgstr "Fichier\n" + +#: ldcref.c:248 +msgid "No symbols\n" +msgstr "Aucun symbol\n" + +#: ldcref.c:364 +msgid "%P: symbol `%T' missing from main hash table\n" +msgstr "%P: symbole `%T' manquant dans la table de hachage principale\n" + +#: ldcref.c:435 +msgid "%B%F: could not read symbols; %E\n" +msgstr "%B%F: ne peut lire les symboles; %E\n" + +#: ldcref.c:439 ldmain.c:1082 ldmain.c:1086 +msgid "%B%F: could not read symbols: %E\n" +msgstr "%B%F: ne peut lire les symboles: %E\n" + +#: ldcref.c:511 ldcref.c:518 ldmain.c:1132 ldmain.c:1139 +msgid "%B%F: could not read relocs: %E\n" +msgstr "%B%F: ne peut lire les relocalisations: %E\n" + +#. We found a reloc for the symbol. The symbol is defined +#. in OUTSECNAME. This reloc is from a section which is +#. mapped into a section from which references to OUTSECNAME +#. are prohibited. We must report an error. +#: ldcref.c:536 +msgid "%X%C: prohibited cross reference from %s to `%T' in %s\n" +msgstr "%X%C: référence croisée prohibé de %s vers `%T' dans %s\n" + +#: ldctor.c:89 +msgid "%P%X: Different relocs used in set %s\n" +msgstr "%P%X: différentes relocalisations utilisées dans l'ensemble %s\n" + +#: ldctor.c:107 +msgid "%P%X: Different object file formats composing set %s\n" +msgstr "%P%X: différents format de fichiers objet composant l'ensemble %s\n" + +#: ldctor.c:289 ldctor.c:303 +msgid "%P%X: %s does not support reloc %s for set %s\n" +msgstr "%P%X: %s ne supporter pas la relocalisation %s pour l'ensemble %s\n" + +#: ldctor.c:324 +msgid "%P%X: Unsupported size %d for set %s\n" +msgstr "%P%X: taille non supportée %d pour l'ensemble %s\n" + +#: ldctor.c:345 +msgid "\nSet Symbol\n\n" +msgstr "\nEnsemble Symbole\n\n" + +#: ldemul.c:220 +msgid "%S SYSLIB ignored\n" +msgstr "%S SYSLIB ignoré\n" + +#: ldemul.c:227 +msgid "%S HLL ignored\n" +msgstr "%S HLL ignoré\n" + +#: ldemul.c:248 +msgid "%P: unrecognised emulation mode: %s\n" +msgstr "%P: mode d'émulation non reconnu: %s\n" + +#: ldemul.c:249 +msgid "Supported emulations: " +msgstr "Émulations supportées: " + +#: ldemul.c:293 +msgid " no emulation specific options.\n" +msgstr " aucune option spécifique d'émulation.\n" + +#: ldexp.c:154 +msgid "%F%P: %s uses undefined section %s\n" +msgstr "%F%P: %s utilise une section indéfinie %s\n" + +#: ldexp.c:156 +msgid "%F%P: %s forward reference of section %s\n" +msgstr "%F%P: %s référence avant de la section %s\n" + +#: ldexp.c:268 +msgid "%F%S %% by zero\n" +msgstr "%F%S %% par zéro\n" + +#: ldexp.c:275 +msgid "%F%S / by zero\n" +msgstr "%F%S / by zéro\n" + +#: ldexp.c:398 +msgid "%X%S: unresolvable symbol `%s' referenced in expression\n" +msgstr "%X%S: symbole non résolu `%s' référencé dans l'expression\n" + +#: ldexp.c:417 +msgid "%F%S: undefined symbol `%s' referenced in expression\n" +msgstr "%F%S: symbole non résolu `%s' référencé dans l'expression\n" + +#: ldexp.c:600 +msgid "%F%S can not PROVIDE assignment to location counter\n" +msgstr "%F%S ne peut FOURNIR une assignation au compteur de localisation\n" + +#: ldexp.c:610 +msgid "%F%S invalid assignment to location counter\n" +msgstr "%F%S affection invalide au compteur de localisation\n" + +#: ldexp.c:614 +msgid "%F%S assignment to location counter invalid outside of SECTION\n" +msgstr "%F%S affection au compteur de localisation invalide en dehors de la SECTION\n" + +#: ldexp.c:624 +msgid "%F%S cannot move location counter backwards (from %V to %V)\n" +msgstr "%F%S ne peut déplacer le compteur de localisation par en arrière (de %V vers %V)\n" + +#: ldexp.c:652 +msgid "%P%F:%s: hash creation failed\n" +msgstr "%P%F:%s: création de la table de hachage en échec\n" + +#: ldexp.c:951 +msgid "%F%S nonconstant expression for %s\n" +msgstr "%F%S expression d'une non constante: %s\n" + +#: ldexp.c:984 +msgid "%F%S non constant expression for %s\n" +msgstr "%F%S expression de non constante: %s\n" + +#: ldfile.c:102 +#, c-format +msgid "attempt to open %s failed\n" +msgstr "échec de la tentative d'ouverture de %s\n" + +#: ldfile.c:104 +#, c-format +msgid "attempt to open %s succeeded\n" +msgstr "succès de la tentative d'ouverture de %s\n" + +#: ldfile.c:110 +msgid "%F%P: invalid BFD target `%s'\n" +msgstr "%F%P: cible BFD invalide `%s'\n" + +#: ldfile.c:134 +msgid "%P: skipping incompatible %s when searching for %s\n" +msgstr "%P: escamotage incompatible %s lors de la recherche de %s\n" + +#: ldfile.c:226 +msgid "%F%P: cannot open %s for %s: %E\n" +msgstr "%F%P: ne peut ouvrir %s pour %s: %E\n" + +#: ldfile.c:229 +msgid "%F%P: cannot open %s: %E\n" +msgstr "%F%P: ne peut ouvrir %s: %E\n" + +#: ldfile.c:250 +msgid "%F%P: cannot find %s\n" +msgstr "%F%P: ne peut trouver %s\n" + +#: ldfile.c:269 ldfile.c:285 +#, c-format +msgid "cannot find script file %s\n" +msgstr "ne peut repérer le fichier de scripts %s\n" + +#: ldfile.c:271 ldfile.c:287 +#, c-format +msgid "opened script file %s\n" +msgstr "fichier de scripts ouvert %s\n" + +#: ldfile.c:336 +msgid "%P%F: cannot open linker script file %s: %E\n" +msgstr "%P%F: ne peut ouvrir le fichier de scripts de l'éditeur de liens %s: %E\n" + +#: ldfile.c:373 +msgid "%P%F: unknown architecture: %s\n" +msgstr "%P%F: architecture inconnue: %s\n" + +#: ldfile.c:389 +msgid "%P%F: target architecture respecified\n" +msgstr "%P%F: architecture cible re-spécifiée\n" + +#: ldfile.c:444 +msgid "%P%F: cannot represent machine `%s'\n" +msgstr "%P%F: ne peut représenter la machine `%s'\n" + +#: ldlang.c:736 +msgid "\nMemory Configuration\n\n" +msgstr "\nConfiguration mémoire\n\n" + +#: ldlang.c:738 +msgid "Name" +msgstr "Nom" + +#: ldlang.c:738 +msgid "Origin" +msgstr "Origine" + +#: ldlang.c:738 +msgid "Length" +msgstr "Longueur" + +#: ldlang.c:738 +msgid "Attributes" +msgstr "Attributs" + +#: ldlang.c:780 +msgid "\nLinker script and memory map\n\n" +msgstr "\nScript de l'éditeurs de liens and table de projection mémoire\n\n" + +#: ldlang.c:797 +msgid "%P%F: Illegal use of `%s' section" +msgstr "%P%F: utilisation illégale de la section `%s'" + +#: ldlang.c:807 +msgid "%P%F: output format %s cannot represent section called %s\n" +msgstr "%P%F: format de sortie %s ne peut représenter la section %s\n" + +#: ldlang.c:969 +msgid "%P: %B: warning: ignoring duplicate section `%s'\n" +msgstr "%P: %B: AVERTISSEMENT: section dupliquée ignorée `%s'\n" + +#: ldlang.c:972 +msgid "%P: %B: warning: ignoring duplicate `%s' section symbol `%s'\n" +msgstr "%P: %B: AVERTISSEMENT: duplication ignorée `%s' dans la section symbole `%s'\n" + +#: ldlang.c:986 +msgid "%P: %B: warning: duplicate section `%s' has different size\n" +msgstr "%P: %B: AVERTISSEMENT: section dupliquée `%s' a un taille différente\n" + +#: ldlang.c:1037 +msgid "%P%F: Failed to create hash table\n" +msgstr "%P%F: échec de création de la table de hachage\n" + +#: ldlang.c:1427 +msgid "%B: file not recognized: %E\n" +msgstr "%B: fichier non reconnue: %E\n" + +#: ldlang.c:1428 +msgid "%B: matching formats:" +msgstr "%B: formats concordants:" + +#: ldlang.c:1435 +msgid "%F%B: file not recognized: %E\n" +msgstr "%F%B: fichier non reconnu: %E\n" + +#: ldlang.c:1488 +msgid "%F%B: object %B in archive is not object\n" +msgstr "%F%B: objet %B dans l'archive n'est pas un objet\n" + +#: ldlang.c:1494 ldlang.c:1506 +msgid "%F%B: could not read symbols: %E\n" +msgstr "%F%B: ne peut lire les symboles: %E\n" + +#: ldlang.c:1766 +msgid "%P: warning: could not find any targets that match endianness requirement\n" +msgstr "" +"%P: AVERTISSEMENT: ne peut repérer les cibles qui concordent avec\n" +"les types de système à octets de poids faible ou fort requis\n" + +#: ldlang.c:1779 +msgid "%P%F: target %s not found\n" +msgstr "%P%F: cible %s non trouvée\n" + +#: ldlang.c:1781 +msgid "%P%F: cannot open output file %s: %E\n" +msgstr "%P%F: ne peut ouvrir le fichier de sortie %s: %E\n" + +#: ldlang.c:1791 +msgid "%P%F:%s: can not make object file: %E\n" +msgstr "%P%F:%s: ne peut créer le fichier objet: %E\n" + +#: ldlang.c:1795 +msgid "%P%F:%s: can not set architecture: %E\n" +msgstr "%P%F:%s: ne peut initialiser l'architecture: %E\n" + +#: ldlang.c:1799 +msgid "%P%F: can not create link hash table: %E\n" +msgstr "%P%F: ne peut créer un lien vers la table de hachage: %E\n" + +#: ldlang.c:2104 +msgid " load address 0x%V" +msgstr " address de chargement 0x%V" + +#: ldlang.c:2234 +msgid "%W (size before relaxing)\n" +msgstr "%W (taille avant relaxe)\n" + +#: ldlang.c:2316 +#, c-format +msgid "Address of section %s set to " +msgstr "Adresse de la section %s initialisé à " + +#: ldlang.c:2465 +#, c-format +msgid "Fail with %d\n" +msgstr "Échec avec %d\n" + +#: ldlang.c:2703 +msgid "%X%P: section %s [%V -> %V] overlaps section %s [%V -> %V]\n" +msgstr "%X%P: section %s [%V -> %V] chevauche la section %s [%V -> %V]\n" + +#: ldlang.c:2737 +msgid "%X%P: address 0x%v of %B section %s is not within region %s\n" +msgstr "%X%P: l'adresse 0x%v de %B de la section %s n'est pas dans la région %s\n" + +#: ldlang.c:2745 +msgid "%X%P: region %s is full (%B section %s)\n" +msgstr "%X%P: région %s est pleine (%B section %s)\n" + +#: ldlang.c:2794 +msgid "%P%X: Internal error on COFF shared library section %s\n" +msgstr "%P%X: erreur interne dans la section partagée de la librairie de COFF %s\n" + +#: ldlang.c:2835 +msgid "%P: warning: no memory region specified for section `%s'\n" +msgstr "%P: AVERTISSEMENT: pas de région mémoire spécifiée pour la section `%s'\n" + +#: ldlang.c:2848 +msgid "%P: warning: changing start of section %s by %u bytes\n" +msgstr "%P: AVERTISSEMENT: modification du début de section %s de %u octets\n" + +#: ldlang.c:2862 +msgid "%F%S: non constant address expression for section %s\n" +msgstr "%F%S: adresse d'expression n'est pas une constante pour la section %s\n" + +#: ldlang.c:2927 +msgid "%X%P: use an absolute load address or a load memory region, not both\n" +msgstr "%X%P: utiliser une adresse absolue de chargement ou charger la région mémoire, mais pas les deux\n" + +#: ldlang.c:3043 +msgid "%P%F: can't relax section: %E\n" +msgstr "%P%F: ne peut relâcher la section: %E\n" + +#: ldlang.c:3210 +msgid "%F%P: invalid data statement\n" +msgstr "%F%P: déclaration invalide de données\n" + +#: ldlang.c:3247 +msgid "%F%P: invalid reloc statement\n" +msgstr "%F%P: déclaration invalide de relocalisation\n" + +#: ldlang.c:3383 +msgid "%P%F:%s: can't set start address\n" +msgstr "%P%F:%s: ne peut initialiser l'adresse de départ\n" + +#: ldlang.c:3396 ldlang.c:3413 +msgid "%P%F: can't set start address\n" +msgstr "%P%F: ne peut initialiser l'adresse de départ\n" + +#: ldlang.c:3408 +msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" +msgstr "%P: AVERTISSEMENT: ne peut trouver le symbole d'entrée %s; utilise par défaut %V\n" + +#: ldlang.c:3418 +msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" +msgstr "%P: AVERTISSEMENT: ne peut trouver le symbole d'entrée %s; pas d'initialisation de l'adresse de départ\n" + +#: ldlang.c:3460 +msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" +msgstr "%P: AVERTISSEMENT: architecture %s du fichier d'entrée `%B' est incompatible avec la sortie %s\n" + +#: ldlang.c:3478 +msgid "%E%X: failed to merge target specific data of file %B\n" +msgstr "%E%X: échec de fusion des données spécifiques cibles du fichier %B\n" + +#: ldlang.c:3565 +msgid "\nAllocating common symbols\n" +msgstr "\nAllocation des symboles communs\n" + +#: ldlang.c:3566 +msgid "Common symbol size file\n\n" +msgstr "Symbole commun taille fichier\n\n" + +#. This message happens when using the +#. svr3.ifile linker script, so I have +#. disabled it. +#: ldlang.c:3648 +msgid "%P: no [COMMON] command, defaulting to .bss\n" +msgstr "%P: pas de commande [COMMUNE], utilisation par défaut de .bss\n" + +#: ldlang.c:3707 +msgid "%P%F: invalid syntax in flags\n" +msgstr "%P%F: syntaxe invalide dans les fanions\n" + +#: ldlang.c:4296 +msgid "%P%Fmultiple STARTUP files\n" +msgstr "%P%F fichiers multiples de DÉPART\n" + +#: ldlang.c:4566 +msgid "%F%P: bfd_record_phdr failed: %E\n" +msgstr "%F%P: bfd_record_phdr en échec: %E\n" + +#: ldlang.c:4585 +msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" +msgstr "%X%P: section `%s' affectée à phdr inexistent `%s'\n" + +#: ldlang.c:4893 +msgid "%X%P: unknown language `%s' in version information\n" +msgstr "%X%P: langage inconnue `%s' dans l'information de la version\n" + +#: ldlang.c:4942 +msgid "%X%P: duplicate version tag `%s'\n" +msgstr "%X%P: duplication de l'étiquette de version `%s'\n" + +#: ldlang.c:4955 ldlang.c:4968 +msgid "%X%P: duplicate expression `%s' in version information\n" +msgstr "%X%P: duplication de l'expression `%s' dans l'information de version\n" + +#: ldlang.c:5005 +msgid "%X%P: unable to find version dependency `%s'\n" +msgstr "%X%P: incapable de repérer les dépendences de version `%s'\n" + +#: ldlang.c:5027 +msgid "%X%P: unable to read .exports section contents" +msgstr "%X%P: incapable delire le contenu de la section .exports" + +#: ldmain.c:192 +msgid "%X%P: can't set BFD default target to `%s': %E\n" +msgstr "%X%P: ne peut initialiser la cible par défaut BFD à `%s': %E\n" + +#: ldmain.c:268 +msgid "%P%F: -r and --mpc860c0 may not be used together\n" +msgstr "%P%F: -r et --mpc860c0 ne peuvent être utilisés ensemble\n" + +#: ldmain.c:270 +msgid "%P%F: --relax and -r may not be used together\n" +msgstr "%P%F: --relax et -r ne peuvent être utilisés ensemble\n" + +#: ldmain.c:272 +msgid "%P%F: -r and -shared may not be used together\n" +msgstr "%P%F: -r et -shared ne peuvent être utilisés ensemble\n" + +#: ldmain.c:301 +msgid "using internal linker script:\n" +msgstr "utilisation du script interne d'éditeur de liens:\n" + +#: ldmain.c:320 +msgid "%P%F: no input files\n" +msgstr "%P%F: aucun fichier d'entrée\n" + +#: ldmain.c:325 +msgid "%P: mode %s\n" +msgstr "%P: mode %s\n" + +#: ldmain.c:342 +msgid "%P%F: cannot open map file %s: %E\n" +msgstr "%P%F: ne peut ouvrir le fichier de la table de projection %s: %E\n" + +#: ldmain.c:389 +msgid "%P: link errors found, deleting executable `%s'\n" +msgstr "%P: erreurs de lien trouvés, destruction de l'exécutable `%s'\n" + +#: ldmain.c:400 +msgid "%F%B: final close failed: %E\n" +msgstr "%F%B: fermeture finale en échec: %E\n" + +#: ldmain.c:424 +msgid "%X%P: unable to open for source of copy `%s'\n" +msgstr "%X%P: incapable d'ouvrir la copie source de `%s'\n" + +#: ldmain.c:426 +msgid "%X%P: unable to open for destination of copy `%s'\n" +msgstr "%X%P: incpapable d'ouvrir la copie destination de `%s'\n" + +#: ldmain.c:432 +msgid "%P: Error writing file `%s'\n" +msgstr "%P: erreur lors de l'écriture du fichier `%s'\n" + +#: ldmain.c:438 pe-dll.c:1097 +#, c-format +msgid "%P: Error closing file `%s'\n" +msgstr "%P: erreur lors de la fermeture du fichier `%s'\n" + +#: ldmain.c:455 +#, c-format +msgid "%s: total time in link: %ld.%06ld\n" +msgstr "%s: temps total d'édition de liens: %ld.%06ld\n" + +#: ldmain.c:458 +#, c-format +msgid "%s: data size %ld\n" +msgstr "%s: tailles des données %ld\n" + +#: ldmain.c:499 +msgid "%P%F: missing argument to -m\n" +msgstr "%P%F: argument manquant pour -m\n" + +#: ldmain.c:624 ldmain.c:645 ldmain.c:676 +msgid "%P%F: bfd_hash_table_init failed: %E\n" +msgstr "%P%F: bfd_hash_table_init en échec: %E\n" + +#: ldmain.c:629 ldmain.c:648 +msgid "%P%F: bfd_hash_lookup failed: %E\n" +msgstr "%P%F: bfd_hash_lookup en échec: %E\n" + +#: ldmain.c:663 +msgid "%X%P: error: duplicate retain-symbols-file\n" +msgstr "%X%P: erreur: duplication dans retain-symbols-file\n" + +#: ldmain.c:707 +msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n" +msgstr "%P%F: bfd_hash_lookup en échec lors d'une insertion: %E\n" + +#: ldmain.c:712 +msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" +msgstr "%P: `-retain-symbols-file' écrase les options `-s' et `-S'\n" + +#: ldmain.c:788 +msgid "Archive member included" +msgstr "Membre d'archive inclus" + +#: ldmain.c:789 +msgid "because of file (symbol)" +msgstr "en raison du fichier (symbole)" + +#: ldmain.c:860 +msgid "%X%C: multiple definition of `%T'\n" +msgstr "%X%C: définitions multiples de `%T'\n" + +#: ldmain.c:863 +msgid "%D: first defined here\n" +msgstr "%D: défini pour la première fois ici\n" + +#: ldmain.c:867 +msgid "%P: Disabling relaxation: it will not work with multiple definitions\n" +msgstr "%P: désactivation de la relâche: il ne pourra pas travailler avec des définitions multiples\n" + +#: ldmain.c:898 +msgid "%B: warning: definition of `%T' overriding common\n" +msgstr "%B: AVERTISSEMENT: définition de `%T' écrase le commun\n" + +#: ldmain.c:901 +msgid "%B: warning: common is here\n" +msgstr "%B: AVERTISSEMENT: le commun est ici\n" + +#: ldmain.c:908 +msgid "%B: warning: common of `%T' overridden by definition\n" +msgstr "%B: AVERTISSEMENT: le commun de `%T' écrasé par définition\n" + +#: ldmain.c:911 +msgid "%B: warning: defined here\n" +msgstr "%B: AVERTISSEMENT: défini ici\n" + +#: ldmain.c:918 +msgid "%B: warning: common of `%T' overridden by larger common\n" +msgstr "%B: AVERTISSEMENT: le commun de `%T' écrasé par un commun de plus grande taille\n" + +#: ldmain.c:921 +msgid "%B: warning: larger common is here\n" +msgstr "%B: AVERTISSEMENT: le commun de plus grande taille est ici\n" + +#: ldmain.c:925 +msgid "%B: warning: common of `%T' overriding smaller common\n" +msgstr "%B: AVERTISSEMENT: le commun de `%T' écrasé par un commun de plus petite taille\n" + +#: ldmain.c:928 +msgid "%B: warning: smaller common is here\n" +msgstr "%B: AVERTISSEMENT: le commun de plus petite taille est ici\n" + +#: ldmain.c:932 +msgid "%B: warning: multiple common of `%T'\n" +msgstr "%B: AVERTISSEMENT: communs multiples de `%T'\n" + +#: ldmain.c:934 +msgid "%B: warning: previous common is here\n" +msgstr "%B: AVERTISSEMENT: commun précédent est ici\n" + +#: ldmain.c:955 ldmain.c:994 +msgid "%P: warning: global constructor %s used\n" +msgstr "%P: AVERTISSEMENT: constructeur global %s est utilisé\n" + +#: ldmain.c:1004 +msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" +msgstr "%P%F: BFD erreur de terminaison arrière (backend): BFD_RELOC_CTOR non supporté\n" + +#: ldmain.c:1188 +msgid "%F%P: bfd_hash_table_init failed: %E\n" +msgstr "%F%P: bfd_hash_table_init en échec: %E\n" + +#: ldmain.c:1195 +msgid "%F%P: bfd_hash_lookup failed: %E\n" +msgstr "%F%P: bfd_hash_lookup en échec: %E\n" + +#: ldmain.c:1215 +msgid "%C: undefined reference to `%T'\n" +msgstr "%C: référence indéfinie vers `%T'\n" + +#: ldmain.c:1221 +msgid "%D: more undefined references to `%T' follow\n" +msgstr "%D: encore plus de références indéfinies suivent vers `%T'\n" + +#: ldmain.c:1228 +msgid "%B: undefined reference to `%T'\n" +msgstr "%B: référence indéfinie vers `%T'\n" + +#: ldmain.c:1234 +msgid "%B: more undefined references to `%T' follow\n" +msgstr "%B: encore plus de références indéfinies suivent vers `%T'\n" + +#: ldmain.c:1254 ldmain.c:1275 ldmain.c:1294 +msgid "%P%X: generated" +msgstr "%P%X: généré" + +#: ldmain.c:1257 +msgid " relocation truncated to fit: %s %T" +msgstr " relocalisation tronquée pour concorder avec la taille: %s %T" + +#: ldmain.c:1278 +#, c-format +msgid "dangerous relocation: %s\n" +msgstr "relocalisation dangereuse: %s\n" + +#: ldmain.c:1297 +msgid " reloc refers to symbol `%T' which is not being output\n" +msgstr " relocalisation réfère au symbole `%T' qui n'a pas été sorti\n" + +#: ldmisc.c:178 +msgid "no symbol" +msgstr "aucun symbole" + +#: ldmisc.c:242 +#, c-format +msgid "built in linker script:%u" +msgstr "construit dans le script d'édition de liens:%u" + +#: ldmisc.c:292 ldmisc.c:296 +msgid "%B%F: could not read symbols\n" +msgstr "%B%F: ne peut lire les symboles\n" + +#. We use abfd->filename in this initial line, +#. in case filename is a .h file or something +#. similarly unhelpful. +#: ldmisc.c:332 +msgid "%B: In function `%T':\n" +msgstr "%B: dans la fonction `%T':\n" + +#: ldmisc.c:464 +msgid "%F%P: internal error %s %d\n" +msgstr "%F%P: erreur interne %s %d\n" + +#: ldmisc.c:550 +msgid "%P: internal error: aborting at %s line %d in %s\n" +msgstr "%P: erreur interne: arrêt immédiat %s, ligne %d dans %s\n" + +#: ldmisc.c:553 +msgid "%P: internal error: aborting at %s line %d\n" +msgstr "%P: erreur interne: arrêt immédiat à %s ligne %d\n" + +#: ldmisc.c:555 +msgid "%P%F: please report this bug\n" +msgstr "%P%F: rapporter cette anomalie\n" + +#: ldver.c:39 +#, c-format +msgid "GNU ld version %s (with BFD %s)\n" +msgstr "GNU ld version %s (avec BFD %s)\n" + +#: ldver.c:46 lexsup.c:961 +msgid " Supported emulations:\n" +msgstr " Émulations supportées:\n" + +#: ldwrite.c:59 ldwrite.c:195 +msgid "%P%F: bfd_new_link_order failed\n" +msgstr "%P%F: bfd_new_link_order en échec\n" + +#: ldwrite.c:321 +msgid "%F%P: clone section failed: %E\n" +msgstr "%F%P: section clone en échec: %E\n" + +#: ldwrite.c:360 +#, c-format +msgid "%8x something else\n" +msgstr "%8x quelque chose d'autre\n" + +#: ldwrite.c:543 +msgid "%F%P: final link failed: %E\n" +msgstr "%F%P: édition de lien finale en échec: %E\n" + +#: lexsup.c:159 lexsup.c:250 +msgid "KEYWORD" +msgstr "MOT CLÉ" + +#: lexsup.c:159 +msgid "Shared library control for HP/UX compatibility" +msgstr "Librairie partagée de contrôle pour compatibilité HP/UX" + +#: lexsup.c:162 +msgid "ARCH" +msgstr "ARCH" + +#: lexsup.c:162 +msgid "Set architecture" +msgstr "Initilisé l'architecture" + +#: lexsup.c:164 lexsup.c:315 +msgid "TARGET" +msgstr "CIBLE" + +#: lexsup.c:164 +msgid "Specify target for following input files" +msgstr "Spécifier la cible pour les règles suivantes pour les fichiers d'entrée" + +#: lexsup.c:166 lexsup.c:205 lexsup.c:217 lexsup.c:226 lexsup.c:297 +#: lexsup.c:322 lexsup.c:360 +msgid "FILE" +msgstr "FICHIER" + +#: lexsup.c:166 +msgid "Read MRI format linker script" +msgstr "Lecture du format MRI du script de l'éditeur de liens" + +#: lexsup.c:168 +msgid "Force common symbols to be defined" +msgstr "Forcer les symboles communs à être définis" + +#: lexsup.c:172 lexsup.c:350 lexsup.c:352 lexsup.c:354 +msgid "ADDRESS" +msgstr "ADRESSE" + +#: lexsup.c:172 +msgid "Set start address" +msgstr "Initialiser l'adresse de début" + +#: lexsup.c:174 +msgid "Export all dynamic symbols" +msgstr "Exportation de tous les symboles dynamiques" + +#: lexsup.c:176 +msgid "Link big-endian objects" +msgstr "Lier les objets pour les systèmes à octet de poids fort (big endian)" + +#: lexsup.c:178 +msgid "Link little-endian objects" +msgstr "Lier les objets pour les systèmes à octets de poids faible (little endian)" + +#: lexsup.c:180 lexsup.c:183 +msgid "SHLIB" +msgstr "LIBRAIRIE COMMMUNE (SHLIB)" + +#: lexsup.c:180 +msgid "Auxiliary filter for shared object symbol table" +msgstr "Filtre auxiliaire de la table de symboles de l'objet partagé" + +#: lexsup.c:183TARGET" +msgid "Filter for shared object symbol table" +msgstr "Filtre de la table de symboles de l'objet partagé" + +#: lexsup.c:185 +msgid "Ignored" +msgstr "Ignoré" + +#: lexsup.c:187 +msgid "SIZE" +msgstr "TAILLE" + +#: lexsup.c:187 +msgid "Small data size (if no size, same as --shared)" +msgstr "Petite taille des données (si aucune taille spécifié, identique à --shared)" + +#: lexsup.c:190 +msgid "FILENAME" +msgstr "NOM DE FICHIER" + +#: lexsup.c:190 +msgid "Set internal name of shared library" +msgstr "Initialisé le nom interne de la librairie partagée" + +#: lexsup.c:192 +msgid "LIBNAME" +msgstr "NOM de LIBRAIRIE" + +#: lexsup.c:192 +msgid "Search for library LIBNAME" +msgstr "Recherche de la librairie LIBNAME" + +#: lexsup.c:194 +msgid "DIRECTORY" +msgstr "RÉPERTOIRE" + +#: lexsup.c:194 +msgid "Add DIRECTORY to library search path" +msgstr "Ajout du RÉPERTOIRE au chemin de recherche de librairie" + +#: lexsup.c:196 +msgid "EMULATION" +msgstr "ÉMULATION" + +#: lexsup.c:196 +msgid "Set emulation" +msgstr "Initialisation de l'émuilation" + +#: lexsup.c:198 +msgid "Print map file on standard output" +msgstr "Afficher le fichier de projection sur la sortie standard" + +#: lexsup.c:200 +msgid "Do not page align data" +msgstr "Ne pas paginer l'alignement des données" + +#: lexsup.c:202 +msgid "Do not page align data, do not make text readonly" +msgstr "Ne pas paginer l'alignement des donnnées, ne pas faire de texte en lecture seulement" + +#: lexsup.c:205 +msgid "Set output file name" +msgstr "Initialisé le nom du fichier de sortie" + +#: lexsup.c:207 +msgid "Optimize output file" +msgstr "Optimisé le fichier de sortie" + +#: lexsup.c:209 +msgid "Ignored for SVR4 compatibility" +msgstr "Ignoré pour la compatibilité avec SVR4" + +#: lexsup.c:213 +msgid "Generate relocateable output" +msgstr "Généré la sortie des relocalisables " + +#: lexsup.c:217 +msgid "Just link symbols (if directory, same as --rpath)" +msgstr "Juste lier les symboles (si répertoire, identique à --rpath)" + +#: lexsup.c:220 +msgid "Strip all symbols" +msgstr "Élaguer tous les symboles" + +#: lexsup.c:222 +msgid "Strip debugging symbols" +msgstr "Élaguer tous les symboles de débug" + +#: lexsup.c:224 +msgid "Trace file opens" +msgstr "Ouverture des fichiers de trace" + +#: lexsup.c:226 +msgid "Read linker script" +msgstr "Lecture du script de l'éditeur de lien" + +#: lexsup.c:228 lexsup.c:242 lexsup.c:283 lexsup.c:295 lexsup.c:344 +#: lexsup.c:363 lexsup.c:380 +msgid "SYMBOL" +msgstr "SYMBOLE" + +#: lexsup.c:228 +msgid "Start with undefined reference to SYMBOL" +msgstr "Débuter avec une référence indéfinie au SYMBOLE" + +#: lexsup.c:230 +msgid "Don't merge orphan sections with the same name" +msgstr "Ne pas fusionner les section orphelines avec le même nom" + +#: lexsup.c:232 +msgid "Build global constructor/destructor tables" +msgstr "Bâtir les tables de constructeurs/destructeurs globaux" + +#: lexsup.c:234 +msgid "Print version information" +msgstr "Afficher les informations de version" + +#: lexsup.c:236 +msgid "Print version and emulation information" +msgstr "Afficher les information de version et d'émulation" + +#: lexsup.c:238 +msgid "Discard all local symbols" +msgstr "Ignorer tous les symboles locaux" + +#: lexsup.c:240 +msgid "Discard temporary local symbols" +msgstr "Ignorer tous les symboles locaux temporaires" + +#: lexsup.c:242 +msgid "Trace mentions of SYMBOL" +msgstr "Tracer les mentions de SYMBOLE" + +#: lexsup.c:244 lexsup.c:324 lexsup.c:326 +msgid "PATH" +msgstr "CHEMIN" + +#: lexsup.c:244 +msgid "Default search path for Solaris compatibility" +msgstr "Chemin par défaut de recherche pour la compatibilité Solaris" + +#: lexsup.c:246 +msgid "Start a group" +msgstr "Débuter un groupe" + +#: lexsup.c:248 +msgid "End a group" +msgstr "Terminer un groupe" + +#: lexsup.c:250 +msgid "Ignored for SunOS compatibility" +msgstr "Ignoré pour la compatibilité avec SunOS" + +#: lexsup.c:252 +msgid "Link against shared libraries" +msgstr "Établir des liens vis à vis des librairies partagées" + +#: lexsup.c:258 +msgid "Do not link against shared libraries" +msgstr "Ne pas établir de liens vis à vis des librairies partagées" + +#: lexsup.c:266 +msgid "Bind global references locally" +msgstr "Lier les référence locales globales" + +#: lexsup.c:268 +msgid "Check section addresses for overlaps (default)" +msgstr "Vérifier les adresses de section pour le chevauchement (par défaut)" + +#: lexsup.c:270 +msgid "Do not check section addresses for overlaps" +msgstr "Ne pas vérifier les adresses des sections pour le chevauchement" + +#: lexsup.c:273 +msgid "Output cross reference table" +msgstr "Produire la table des références croisées" + +#: lexsup.c:275 +msgid "SYMBOL=EXPRESSION" +msgstr "SYMBOLE=EXPRESSION" + +#: lexsup.c:275 +msgid "Define a symbol" +msgstr "Définir un symbole" + +#: lexsup.c:277 +msgid "[=STYLE]" +msgstr "[=STYLE]" + +#: lexsup.c:277 +msgid "Demangle symbol names [using STYLE]" +msgstr "Recouvrir les noms des symboles encodés par mutilisation [utilisant le STYLE]" + +#: lexsup.c:279 +msgid "PROGRAM" +msgstr "PROGRAMME" + +#: lexsup.c:279 +msgid "Set the dynamic linker to use" +msgstr "Initialiser l'éditeur de liens dynamique à utiliser" + +#: lexsup.c:281 +msgid "Generate embedded relocs" +msgstr "Générer des relocalisations imbriqués" + +#: lexsup.c:283 +msgid "Call SYMBOL at unload-time" +msgstr "Appeler le SYMBOLE au moment du déchargement" + +#: lexsup.c:285 +msgid "Force generation of file with .exe suffix" +msgstr "Force la génération de fichier avec le suffixe .exe" + +#: lexsup.c:287 +msgid "Remove unused sections (on some targets)" +msgstr "Enlever les sections inutilisées (sur quelques cibles)" + +#: lexsup.c:290 +msgid "Don't remove unused sections (default)" +msgstr "Ne pas enlever les sections inutilisées (par défaut)" + +#: lexsup.c:293 +msgid "Print option help" +msgstr "Afficher l'aide-mémoire" + +#: lexsup.c:295 +msgid "Call SYMBOL at load-time" +msgstr "Appeler le SYMBOLE au moment du chargement" + +#: lexsup.c:297 +msgid "Write a map file" +msgstr "Écrire un fichier de projection" + +#: lexsup.c:299 +msgid "Do not demangle symbol names" +msgstr "Ne pas recouvrir les noms des symboles encodés par mutilisation" + +#: lexsup.c:301 +msgid "Use less memory and more disk I/O" +msgstr "Utiliser moins de mémoire et plus d'espace disque" + +#: lexsup.c:303 +msgid "Allow no undefined symbols" +msgstr "Ne pas permettre de symboles indéfinis" + +#: lexsup.c:305 +msgid "Allow undefined symbols in shared objects" +msgstr "Permettre les symboles indéfinis dans les objets partagés" + +#: lexsup.c:307 +msgid "Don't warn about mismatched input files" +msgstr "Ne pas avertir à propos des non-concordances dans les fichiers d'entrée" + +#: lexsup.c:309 +msgid "Turn off --whole-archive" +msgstr "Désactiver --whole-archive" + +#: lexsup.c:311 +msgid "Create an output file even if errors occur" +msgstr "Créer un fichier de sortie même si des erreurs surviennent" + +#: lexsup.c:315 +msgid "Specify target of output file" +msgstr "Spécifier un fichier cible de sortie" + +#: lexsup.c:317 +msgid "Ignored for Linux compatibility" +msgstr "Ignoré pour la compatibilité avec Linux" + +#: lexsup.c:319 +msgid "Relax branches on certain targets" +msgstr "Relâcher les branches de certaines cibles" + +#: lexsup.c:322 +msgid "Keep only symbols listed in FILE" +msgstr "Conserver uniquement les symboles listés dans le FICHIER" + +#: lexsup.c:324 +msgid "Set runtime shared library search path" +msgstr "Initialisé le chemin de recherche des librairies partagées pour l'exécution" + +#: lexsup.c:326 +msgid "Set link time shared library search path" +msgstr "Initialisé le chemin de recherche des librairies partagées pour l'édition de liens" + +#: lexsup.c:328 +msgid "Create a shared library" +msgstr "Créer une librairie partagée" + +#: lexsup.c:332 +msgid "Sort common symbols by size" +msgstr "Trier les symboles communs par taille" + +#: lexsup.c:336 +msgid "[=SIZE]" +msgstr "[=TAILLE]" + +#: lexsup.c:336 +msgid "Split output sections every SIZE octets" +msgstr "Découper à la sortie les sections à chaque NOMBRE d'octets" + +#: lexsup.c:338 +msgid "[=COUNT]" +msgstr "[=DÉCOMPTE]" + +#: lexsup.c:338 +msgid "Split output sections every COUNT relocs" +msgstr "Découper à la sortie les sections à chaque NOMBRE de relocalisations" + +#: lexsup.c:340 +msgid "Print memory usage statistics" +msgstr "Afficher les statistiques de l'utilisation de la mémoire" + +#: lexsup.c:342 +msgid "Display target specific options" +msgstr "Afficher les options spécifiques cibles" + +#: lexsup.c:344 +msgid "Do task level linking" +msgstr "Composer des liens au niveau de l'exécution de la tache" + +#: lexsup.c:346 +msgid "Use same format as native linker" +msgstr "Utiliser le même format que l'éditeur de lien natif" + +#: lexsup.c:348 +msgid "SECTION=ADDRESS" +msgstr "SECTION=ADRESSE" + +#: lexsup.c:348 +msgid "Set address of named section" +msgstr "Initialisé l'adresse de la section nommé" + +#: lexsup.c:350 +msgid "Set address of .bss section" +msgstr "Initialisé l'adresse de la section .bss" + +#: lexsup.c:352 +msgid "Set address of .data section" +msgstr "Initialisé l'adresse de la section .data" + +#: lexsup.c:354 +msgid "Set address of .text section" +msgstr "Initialisé l'adresse de la section .text" + +#: lexsup.c:356 +msgid "Output lots of information during link" +msgstr "Afficher des tas d'information durant l'édition de lien" + +#: lexsup.c:360 +msgid "Read version information script" +msgstr "Lire le script des informations de version" + +#: lexsup.c:363 +msgid "" +"Take export symbols list from .exports, using\n" +"\t\t\t\tSYMBOL as the version." +msgstr "" +"Prendre la liste des symboles exportés de .exports, en utilisant\n" +"\t\t\t\tSYMBOLE comme version." + +#: lexsup.c:366 +msgid "Warn about duplicate common symbols" +msgstr "AVERTIR au sujet des symboles communs dupliqués" + +#: lexsup.c:368 +msgid "Warn if global constructors/destructors are seen" +msgstr "AVERTIR si des constructeurs/destructeurs globaux sont détectés" + +#: lexsup.c:371 +msgid "Warn if the multiple GP values are used" +msgstr "AVERTIR si des valeurs GP multiples sont utilisées" + +#: lexsup.c:373 +msgid "Warn only once per undefined symbol" +msgstr "AVERTIR seulement une fois pour chaque symbole indéfini" + +#: lexsup.c:375 +msgid "Warn if start of section changes due to alignment" +msgstr "AVERTIR si le début de la section est modifié en raison de l'alignement" + +#: lexsup.c:378 +msgid "Include all objects from following archives" +msgstr "Inclure tous les objets des archives suivantes" + +#: lexsup.c:380 +msgid "Use wrapper functions for SYMBOL" +msgstr "Utiliser les fonctions d'emballage pour SYMBOLE" + +#: lexsup.c:382 +msgid "[=WORDS]" +msgstr "[=MOTS]" + +#: lexsup.c:382 +msgid "" +"Modify problematic branches in last WORDS (1-10,\n" +"\t\t\t\tdefault 5) words of a page" +msgstr "" +"Modifier les branches problématiques dans les derniers MOTS (1-10,\n" +"\t\t\t\tpar défaut 5 derniers) mots de la page" + +#: lexsup.c:532 +#, c-format +msgid "%s: use the --help option for usage information\n" +msgstr "%s: utiliser --help pour afficher l'aide-mémoire\n" + +#: lexsup.c:552 +msgid "%P%F: unrecognized -a option `%s'\n" +msgstr "%P%F: -a option non reocnnue `%s'\n" + +#: lexsup.c:565 +msgid "%P%F: unrecognized -assert option `%s'\n" +msgstr "%P%F: -assert option non reconnue `%s'\n" + +#: lexsup.c:608 +msgid "%F%P: unknown demangling style `%s'" +msgstr "%F%P: style inconnu de recouvrement du transcodage par mutilisation `%s'" + +#: lexsup.c:667 +msgid "%P%F: invalid number `%s'\n" +msgstr "%P%F: nombre invalide `%s'\n" + +#: lexsup.c:845 +msgid "%P%F: -shared not supported\n" +msgstr "%P%F: -shared non supporté\n" + +#: lexsup.c:879 +#, c-format +msgid "%s: Invalid argument to option \"--section-start\"\n" +msgstr "%s: argument invalide pour l'option \"--section-start\"\n" + +#: lexsup.c:890 +#, c-format +msgid "%s: Missing argument(s) to option \"--section-start\"\n" +msgstr "%s: argument(s) manquant(s) pour l'option \"--section-start\"\n" + +#: lexsup.c:954 +msgid "Copyright 2000 Free Software Foundation, Inc.\n" +msgstr "Copyright 2000 Free Software Foundation, Inc.\n" + +#: lexsup.c:955 +msgid "" +"This program is free software; you may redistribute it under the terms of\n" +"the GNU General Public License. This program has absolutely no warranty.\n" +msgstr "" +"Ce logiciel est libre; voir les sources pour les conditions de\n" +"reproduction. AUCUNE garantie n'est donnée; tant pour des raisons\n" +"COMMERCIALES que pour RÉPONDRE À UN BESOIN PARTICULIER.\n" + +#: lexsup.c:1047 +#, c-format +msgid "%s: may not nest groups (--help for usage)\n" +msgstr "%s: ne peut imbriquer les groupes (--help pour l'usage)\n" + +#: lexsup.c:1058 +#, c-format +msgid "%s: group ended before it began (--help for usage)\n" +msgstr "%s: fin du groupe avant son début (--help pour l'usage)\n" + +#: lexsup.c:1075 +#, c-format +msgid "%s: Invalid argument to option \"mpc860c0\"\n" +msgstr "%s: argument invalide pour l'option \"mpc860c0\"\n" + +#: lexsup.c:1131 +msgid "%P%F: invalid hex number `%s'\n" +msgstr "%P%F: nombre hexadécimal invalide `%s'\n" + +#: lexsup.c:1143 +#, c-format +msgid "Usage: %s [options] file...\n" +msgstr "Usage: %s [options] fichier...\n" + +#: lexsup.c:1145 +msgid "Options:\n" +msgstr "Options:\n" + +#. Note: Various tools (such as libtool) depend upon the +#. format of the listings below - do not change them. +#: lexsup.c:1224 +#, c-format +msgid "%s: supported targets:" +msgstr "%s: cibles supportées:" + +#: lexsup.c:1232 +#, c-format +msgid "%s: supported emulations: " +msgstr "%s: émulations supportées: " + +#: lexsup.c:1237 +#, c-format +msgid "%s: emulation specific options:\n" +msgstr "%s: options spécifiques d'émulation:\n" + +#: lexsup.c:1241 +#, c-format +msgid "Report bugs to %s\n" +msgstr "Rapporter toutes anomalies à %s\n" + +#: mri.c:321 +msgid "%P%F: unknown format type %s\n" +msgstr "%P%F: type de format inconnu %s\n" + +#: pe-dll.c:146 +#, c-format +msgid "%XUnsupported PEI architecture: %s\n" +msgstr "%XArchitecture PEI non supportée: %s\n" + +#: pe-dll.c:387 +#, c-format +msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n" +msgstr "%XErreur, duplicattion EXPORT avec nombre ordinal: %s (%d vs %d)\n" + +#: pe-dll.c:394 +#, c-format +msgid "Warning, duplicate EXPORT: %s\n" +msgstr "AVERTISSEMENT, duplication EXPORT: %s\n" + +#: pe-dll.c:456 +#, c-format +msgid "%XCannot export %s: symbol not defined\n" +msgstr "%XNe peut exporter %s: symbole indéfini\n" + +#: pe-dll.c:462 +#, c-format +msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n" +msgstr "%XNe peut exporter %s: mauvais type de symbole (%d vs %d)\n" + +#: pe-dll.c:469 +#, c-format +msgid "%XCannot export %s: symbol not found\n" +msgstr "%XNe peut exporter %s: symbole non repéré\n" + +#: pe-dll.c:594 +#, c-format +msgid "%XError, ordinal used twice: %d (%s vs %s)\n" +msgstr "%XErreur, ordinal utilisé 2 fois: %d (%s vs %s)\n" + +#: pe-dll.c:844 +#, c-format +msgid "%XError: %d-bit reloc in dll\n" +msgstr "%XErreur: %d-bit relocalisation dans dll\n" + +#: pe-dll.c:970 +#, c-format +msgid "%s: Can't open output def file %s\n" +msgstr "%s: ne peut ouvrir le fichier def %s\n" + +#: pe-dll.c:1092 +msgid "; no contents available\n" +msgstr "; aucun contenu disponible\n" + +#: pe-dll.c:1580 +#, c-format +msgid "%XCan't open .lib file: %s\n" +msgstr "%XNe peut ouvrir le fichier .lib: %s\n" + +#: pe-dll.c:1585 +#, c-format +msgid "Creating library file: %s\n" +msgstr "Création du fichier de librairie: %s\n" diff --git a/ld/po/sv.po b/ld/po/sv.po new file mode 100644 index 0000000000..4c2a58cea5 --- /dev/null +++ b/ld/po/sv.po @@ -0,0 +1,1552 @@ +# Swedish messages for ld. +# Copyright (C) 2001 Free Software Foundation, Inc. +# Christian Rose , 2001. +# +msgid "" +msgstr "" +"Project-Id-Version: ld 2.11\n" +"POT-Creation-Date: 2000-12-26 12:54-0800\n" +"PO-Revision-Date: 2001-10-28 13:36+0100\n" +"Last-Translator: Christian Rose \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: emultempl/armcoff.em:70 +msgid " --support-old-code Support interworking with old code\n" +msgstr " --support-old-code Stöd interaktion med gammal kod\n" + +#: emultempl/armcoff.em:71 +msgid " --thumb-entry= Set the entry point to be Thumb symbol \n" +msgstr " --thumb-entry= Ställ in ingångspunkten till att vara tumsymbolen \n" + +#: emultempl/armcoff.em:140 +#, c-format +msgid "Errors encountered processing file %s" +msgstr "Fel inträffade vid bearbetning av filen %s" + +#: emultempl/armcoff.em:206 emultempl/pe.em:1211 +msgid "%P: warning: '--thumb-entry %s' is overriding '-e %s'\n" +msgstr "%P: varning: \"--thumb-entry %s\" åsidosätter \"-e %s\"\n" + +#: emultempl/armcoff.em:211 emultempl/pe.em:1216 +msgid "%P: warning: connot find thumb start symbol %s\n" +msgstr "%P: varning: kan inte hitta tumstartsymbol %s\n" + +#: emultempl/pe.em:266 +msgid " --base_file Generate a base file for relocatable DLLs\n" +msgstr "" +" --base_file Generera en basfil för\n" +" omlokaliseringsbara DLL:er\n" + +#: emultempl/pe.em:267 +msgid " --dll Set image base to the default for DLLs\n" +msgstr " --dll Ställ in bildbas till standard för DLL:er\n" + +#: emultempl/pe.em:268 +msgid " --file-alignment Set file alignment\n" +msgstr " --file-alignment Ställ in filjustering\n" + +#: emultempl/pe.em:269 +msgid " --heap Set initial size of the heap\n" +msgstr " --heap Ställ in initial storlek på högen\n" + +#: emultempl/pe.em:270 +msgid " --image-base
Set start address of the executable\n" +msgstr " --image-base Ställ in startadressen för det körbara\n" + +#: emultempl/pe.em:271 +msgid " --major-image-version Set version number of the executable\n" +msgstr " --major-image-version Ställ in versionsnummer för det körbara\n" + +#: emultempl/pe.em:272 +msgid " --major-os-version Set minimum required OS version\n" +msgstr " --major-os-version Ställ in lägsta nödvändiga OS-version\n" + +#: emultempl/pe.em:273 +msgid " --major-subsystem-version Set minimum required OS subsystem version\n" +msgstr "" +" --major-subsystem-version Ställ in lägsta nödvändiga\n" +" OS-undersystemsversion\n" + +#: emultempl/pe.em:274 +msgid " --minor-image-version Set revision number of the executable\n" +msgstr "" +" --minor-image-version Ställ in underrevisionsnummer för det\n" +" körbara\n" + +#: emultempl/pe.em:275 +msgid " --minor-os-version Set minimum required OS revision\n" +msgstr " --minor-os-version Ställ in lägsta nödvändiga OS-revision\n" + +#: emultempl/pe.em:276 +msgid " --minor-subsystem-version Set minimum required OS subsystem revision\n" +msgstr "" +" --minor-subsystem-version Ställ in lägsta nödvändiga\n" +" OS-undersystemsrevision\n" + +#: emultempl/pe.em:277 +msgid " --section-alignment Set section alignment\n" +msgstr " --section-alignment Ställ in sektionsjustering\n" + +#: emultempl/pe.em:278 +msgid " --stack Set size of the initial stack\n" +msgstr " --stack Ställ in storlek på initiala stacken\n" + +#: emultempl/pe.em:279 +msgid " --subsystem [:] Set required OS subsystem [& version]\n" +msgstr "" +" --subsystem [:] Ställ in nödvändigt OS-undersystem\n" +" [och nödvändig version]\n" + +#: emultempl/pe.em:280 +msgid " --support-old-code Support interworking with old code\n" +msgstr " --support-old-code Stöd interaktion med gammal kod\n" + +#: emultempl/pe.em:281 +msgid " --thumb-entry= Set the entry point to be Thumb \n" +msgstr "" +" --thumb-entry= Ställ in ingångspunkten till att vara\n" +" tummen \n" + +#: emultempl/pe.em:283 +msgid " --add-stdcall-alias Export symbols with and without @nn\n" +msgstr " --add-stdcall-alias Exportera symboler med och utan @nn\n" + +#: emultempl/pe.em:284 +msgid " --disable-stdcall-fixup Don't link _sym to _sym@nn\n" +msgstr " --disable-stdcall-fixup Länka inte _sym till _sym@nn\n" + +#: emultempl/pe.em:285 +msgid " --enable-stdcall-fixup Link _sym to _sym@nn without warnings\n" +msgstr " --enable-stdcall-fixup Länka _sym till _sym@nn utan varningar\n" + +#: emultempl/pe.em:286 +msgid " --exclude-symbols sym,sym,... Exclude symbols from automatic export\n" +msgstr " --exclude-symbols sym,sym,... Exkludera symboler från automatisk export\n" + +#: emultempl/pe.em:287 +msgid " --export-all-symbols Automatically export all globals to DLL\n" +msgstr " --export-all-symbols Exportera automatiskt alla symboler till DLL\n" + +#: emultempl/pe.em:288 +msgid " --kill-at Remove @nn from exported symbols\n" +msgstr " --kill-at Ta bort @nn från exporterade symboler\n" + +#: emultempl/pe.em:289 +msgid " --out-implib Generate import library\n" +msgstr " --out-implib Generera importbibliotek\n" + +#: emultempl/pe.em:290 +msgid " --output-def Generate a .DEF file for the built DLL\n" +msgstr " --output-def Generera en .DEF-fil för byggd DLL\n" + +#: emultempl/pe.em:291 +msgid " --warn-duplicate-exports Warn about duplicate exports.\n" +msgstr " --warn-duplicate-exports Varna för dubbla exporter.\n" + +#: emultempl/pe.em:292 +msgid " --compat-implib Create backward compatible import libs;\n" +msgstr " --compat-implib Skapa bakåtkompatibla importbibliotek;\n" + +#: emultempl/pe.em:293 +msgid " create __imp_ as well.\n" +msgstr " skapa även __imp_.\n" + +#: emultempl/pe.em:294 +msgid " --enable-auto-image-base Automatically choose image base for DLLs\n" +msgstr " --enable-auto-image-base Välj automatiskt bildbas för DLL:er\n" + +#: emultempl/pe.em:295 +msgid " unless user specifies one\n" +msgstr " såvida användaren inte anger en\n" + +#: emultempl/pe.em:296 +msgid " --disable-auto-image-base Do not auto-choose image base. (default)\n" +msgstr " --disable-auto-image-base Välj inte bildbas automatiskt. (standard)\n" + +#: emultempl/pe.em:297 +msgid " --dll-search-prefix= When linking dynamically to a dll witout an\n" +msgstr " --dll-search-prefix= Använd hellre .dll\n" + +#: emultempl/pe.em:298 +msgid " importlib, use .dll \n" +msgstr " än lib.dll vid dynamisk\n" + +#: emultempl/pe.em:299 +msgid " in preference to lib.dll \n" +msgstr "" +" länkning till en dll utan ett\n" +" importbibliotek.\n" + +#: emultempl/pe.em:367 +msgid "%P: warning: bad version number in -subsystem option\n" +msgstr "%P: varning: felaktigt nummer i flaggan -subsystem\n" + +#: emultempl/pe.em:403 +msgid "%P%F: invalid subsystem type %s\n" +msgstr "%P%F: ogiltig typ av undersystem %s\n" + +#: emultempl/pe.em:418 +msgid "%P%F: invalid hex number for PE parameter '%s'\n" +msgstr "%P%F: ogiltigt hexadecimalt tal för PE-parametern \"%s\"\n" + +#: emultempl/pe.em:436 +msgid "%P%F: strange hex info for PE parameter '%s'\n" +msgstr "%P%F: konstig hexadecimal information för PE-parametern \"%s\"\n" + +#: emultempl/pe.em:475 +#, c-format +msgid "%s: Can't open base file %s\n" +msgstr "%s: Kan inte öppna basfilen %s\n" + +#: emultempl/pe.em:668 +msgid "%P: warning, file alignment > section alignment.\n" +msgstr "%P: varning, filjusteringen > sektionsjusteringen.\n" + +#: emultempl/pe.em:739 emultempl/pe.em:765 +#, c-format +msgid "Warning: resolving %s by linking to %s\n" +msgstr "Varning: löser upp %s genom att länka till %s\n" + +#: emultempl/pe.em:744 emultempl/pe.em:770 +msgid "Use --enable-stdcall-fixup to disable these warnings\n" +msgstr "Använd --enable-stdcall-fixup för att stänga av dessa varningar\n" + +#: emultempl/pe.em:745 emultempl/pe.em:771 +msgid "Use --disable-stdcall-fixup to disable these fixups\n" +msgstr "Använd --disable-stdcall-fixup för att stänga av dessa korrigeringar\n" + +#: emultempl/pe.em:788 +msgid "%F%P: PE operations on non PE file.\n" +msgstr "%F%P: PE-operationer på fil som inte är PE.\n" + +#: emultempl/pe.em:1015 +#, c-format +msgid "Errors encountered processing file %s\n" +msgstr "Fel uppstod vid behandling av filen %s\n" + +#: emultempl/pe.em:1038 +#, c-format +msgid "Errors encountered processing file %s for interworking" +msgstr "Fel uppstod vid behandling av filen %s för interaktion" + +#: emultempl/pe.em:1094 ldlang.c:1981 ldlang.c:4347 ldlang.c:4380 ldmain.c:1016 +msgid "%P%F: bfd_link_hash_lookup failed: %E\n" +msgstr "%P%F: bfd_link_hash_lookup misslyckades: %E\n" + +#: ldcref.c:158 +msgid "%X%P: bfd_hash_table_init of cref table failed: %E\n" +msgstr "%X%P: bfd_hash_table_init av korsreferenstabellen misslyckades: %E\n" + +#: ldcref.c:164 +msgid "%X%P: cref_hash_lookup failed: %E\n" +msgstr "%X%P: cref_hash_lookup misslyckades: %E\n" + +#: ldcref.c:235 +msgid "\nCross Reference Table\n\n" +msgstr "\nKorsreferenstabell\n\n" + +#: ldcref.c:236 +msgid "Symbol" +msgstr "Symbol" + +#: ldcref.c:244 +msgid "File\n" +msgstr "Fil\n" + +#: ldcref.c:248 +msgid "No symbols\n" +msgstr "Inga symboler\n" + +#: ldcref.c:364 +msgid "%P: symbol `%T' missing from main hash table\n" +msgstr "%P: symbolen \"%T\" saknas från hastabellen\n" + +#: ldcref.c:435 +msgid "%B%F: could not read symbols; %E\n" +msgstr "%B%F: kunde inte läsa symboler; %E\n" + +#: ldcref.c:439 ldmain.c:1082 ldmain.c:1086 +msgid "%B%F: could not read symbols: %E\n" +msgstr "%B%F: kunde inte läsa symboler: %E\n" + +#: ldcref.c:511 ldcref.c:518 ldmain.c:1132 ldmain.c:1139 +msgid "%B%F: could not read relocs: %E\n" +msgstr "%B%F: kunde inte läsa omlokaliseringar: %E\n" + +#. We found a reloc for the symbol. The symbol is defined +#. in OUTSECNAME. This reloc is from a section which is +#. mapped into a section from which references to OUTSECNAME +#. are prohibited. We must report an error. +#: ldcref.c:536 +msgid "%X%C: prohibited cross reference from %s to `%T' in %s\n" +msgstr "%X%C: förbjuden korsreferens från %s till \"%T\" i %s\n" + +#: ldctor.c:89 +msgid "%P%X: Different relocs used in set %s\n" +msgstr "%P%X: Olika omlokaliseringar använda i gruppen %s\n" + +#: ldctor.c:107 +msgid "%P%X: Different object file formats composing set %s\n" +msgstr "%P%X: Olika objektfilformat utgör gruppen %s\n" + +#: ldctor.c:289 ldctor.c:303 +msgid "%P%X: %s does not support reloc %s for set %s\n" +msgstr "%P%X: %s stöder inte omlokaliseringen %s för gruppen %s\n" + +#: ldctor.c:324 +msgid "%P%X: Unsupported size %d for set %s\n" +msgstr "%P%X: Storleken %d för gruppen %s stöds inte\n" + +#: ldctor.c:345 +msgid "\nSet Symbol\n\n" +msgstr "\nGrupp Symbol\n\n" + +#: ldemul.c:220 +msgid "%S SYSLIB ignored\n" +msgstr "%S SYSLIB ignorerades\n" + +#: ldemul.c:227 +msgid "%S HLL ignored\n" +msgstr "%S HLL ignorerades\n" + +#: ldemul.c:248 +msgid "%P: unrecognised emulation mode: %s\n" +msgstr "%P: okänt emuleringsläge: %s\n" + +#: ldemul.c:249 +msgid "Supported emulations: " +msgstr "Emuleringar som stöds: " + +#: ldemul.c:293 +msgid " no emulation specific options.\n" +msgstr " inga emuleringsspecifika flaggor.\n" + +#: ldexp.c:154 +msgid "%F%P: %s uses undefined section %s\n" +msgstr "%F%P: %s använder odefinierad sektion %s\n" + +#: ldexp.c:156 +msgid "%F%P: %s forward reference of section %s\n" +msgstr "%F%P: %s framåtreferens av sektionen %s\n" + +#: ldexp.c:268 +msgid "%F%S %% by zero\n" +msgstr "%F%S %% med noll\n" + +#: ldexp.c:275 +msgid "%F%S / by zero\n" +msgstr "%F%S / med noll\n" + +#: ldexp.c:398 +msgid "%X%S: unresolvable symbol `%s' referenced in expression\n" +msgstr "%X%S: oupplösningsbara symbolen \"%s\" refererades i uttrycket\n" + +#: ldexp.c:417 +msgid "%F%S: undefined symbol `%s' referenced in expression\n" +msgstr "%F%S: odefinierade symbolen \"%s\" refererades i uttrycket\n" + +#: ldexp.c:600 +msgid "%F%S can not PROVIDE assignment to location counter\n" +msgstr "%F%S kan inte TILLHANDAHÅLLA tilldelning till platsräknare\n" + +#: ldexp.c:610 +msgid "%F%S invalid assignment to location counter\n" +msgstr "%F%S ogiltig tilldelning till platsräknare\n" + +#: ldexp.c:614 +msgid "%F%S assignment to location counter invalid outside of SECTION\n" +msgstr "%F%S tilldelning till platsräknare som är ogiltig utanför SEKTION\n" + +#: ldexp.c:624 +msgid "%F%S cannot move location counter backwards (from %V to %V)\n" +msgstr "%F%S kan inte flytta platsräknare bakåt (från %V till %V)\n" + +#: ldexp.c:652 +msgid "%P%F:%s: hash creation failed\n" +msgstr "%P%F:%s: skapande av hash misslyckades\n" + +#: ldexp.c:951 +msgid "%F%S nonconstant expression for %s\n" +msgstr "%F%S ickekonstant uttryck för %s\n" + +#: ldexp.c:984 +msgid "%F%S non constant expression for %s\n" +msgstr "%F%S ickekonstant uttryck för %s\n" + +#: ldfile.c:102 +#, c-format +msgid "attempt to open %s failed\n" +msgstr "försök att öppna %s misslyckades\n" + +#: ldfile.c:104 +#, c-format +msgid "attempt to open %s succeeded\n" +msgstr "försök att öppna %s lyckades\n" + +#: ldfile.c:110 +msgid "%F%P: invalid BFD target `%s'\n" +msgstr "%F%P: ogiltigt BFD-mål \"%s\"\n" + +#: ldfile.c:134 +msgid "%P: skipping incompatible %s when searching for %s\n" +msgstr "%P: hoppar över inkompatibel %s vid sökning av %s\n" + +#: ldfile.c:226 +msgid "%F%P: cannot open %s for %s: %E\n" +msgstr "%F%P: kan inte öppna %s för %s: %E\n" + +#: ldfile.c:229 +msgid "%F%P: cannot open %s: %E\n" +msgstr "%F%P: kan inte öppna %s: %E\n" + +#: ldfile.c:250 +msgid "%F%P: cannot find %s\n" +msgstr "%F%P: kan inte hitta %s\n" + +#: ldfile.c:269 ldfile.c:285 +#, c-format +msgid "cannot find script file %s\n" +msgstr "kan inte hitta skriptfilen %s\n" + +#: ldfile.c:271 ldfile.c:287 +#, c-format +msgid "opened script file %s\n" +msgstr "öppnade skriptfilen %s\n" + +#: ldfile.c:336 +msgid "%P%F: cannot open linker script file %s: %E\n" +msgstr "%P%F: kan inte öppna länkskriptfilen %s: %E\n" + +#: ldfile.c:373 +msgid "%P%F: unknown architecture: %s\n" +msgstr "%P%F: okänd arkitektur: %s\n" + +#: ldfile.c:389 +msgid "%P%F: target architecture respecified\n" +msgstr "%P%F: målarkitekturen specifierades om\n" + +#: ldfile.c:444 +msgid "%P%F: cannot represent machine `%s'\n" +msgstr "%P%F: kan inte representera maskinen \"%s\"\n" + +#: ldlang.c:736 +msgid "\nMemory Configuration\n\n" +msgstr "\nMinneskonfiguration\n\n" + +#: ldlang.c:738 +msgid "Name" +msgstr "Namn" + +#: ldlang.c:738 +msgid "Origin" +msgstr "Början" + +#: ldlang.c:738 +msgid "Length" +msgstr "Längd" + +#: ldlang.c:738 +msgid "Attributes" +msgstr "Attribut" + +#: ldlang.c:780 +msgid "\nLinker script and memory map\n\n" +msgstr "\nLänkskript och minnestabell\n\n" + +#: ldlang.c:797 +msgid "%P%F: Illegal use of `%s' section" +msgstr "%P%F: Otillåten användning av sektionen \"%s\"" + +#: ldlang.c:807 +msgid "%P%F: output format %s cannot represent section called %s\n" +msgstr "%P%F: utdataformatet %s kan inte representera sektionen kallad %s\n" + +#: ldlang.c:969 +msgid "%P: %B: warning: ignoring duplicate section `%s'\n" +msgstr "%P: %B: varning: ignorerar dubbel sektion \"%s\"\n" + +#: ldlang.c:972 +msgid "%P: %B: warning: ignoring duplicate `%s' section symbol `%s'\n" +msgstr "%P: %B: varning: ignorerar dubbla \"%s\"-sektionssymbolen \"%s\"\n" + +#: ldlang.c:986 +msgid "%P: %B: warning: duplicate section `%s' has different size\n" +msgstr "%P: %B: varning: dubbla sektionen \"%s\" har annan storlek\n" + +#: ldlang.c:1037 +msgid "%P%F: Failed to create hash table\n" +msgstr "%P%F: Misslyckades med att skapa hashtabell\n" + +#: ldlang.c:1427 +msgid "%B: file not recognized: %E\n" +msgstr "%B: filen inte igenkänd: %E\n" + +#: ldlang.c:1428 +msgid "%B: matching formats:" +msgstr "%B: matchande format:" + +#: ldlang.c:1435 +msgid "%F%B: file not recognized: %E\n" +msgstr "%F%B: filen inte igenkänd: %E\n" + +#: ldlang.c:1488 +msgid "%F%B: object %B in archive is not object\n" +msgstr "%F%B: objektet %B i arkivet är inte i objektformat\n" + +#: ldlang.c:1494 ldlang.c:1506 +msgid "%F%B: could not read symbols: %E\n" +msgstr "%F%B: kunde inte läsa symboler: %E\n" + +#: ldlang.c:1766 +msgid "%P: warning: could not find any targets that match endianness requirement\n" +msgstr "%P: varning: kunde inte hitta några mål som matchar kravet på endianess\n" + +#: ldlang.c:1779 +msgid "%P%F: target %s not found\n" +msgstr "%P%F: målet %s hittades inte\n" + +#: ldlang.c:1781 +msgid "%P%F: cannot open output file %s: %E\n" +msgstr "%P%F: kan inte öppna utdatafilen %s: %E\n" + +#: ldlang.c:1791 +msgid "%P%F:%s: can not make object file: %E\n" +msgstr "%P%F:%s: kan inte skapa objektfilen: %E\n" + +#: ldlang.c:1795 +msgid "%P%F:%s: can not set architecture: %E\n" +msgstr "%P%F:%s: kan inte ställa in arkitektur: %E\n" + +#: ldlang.c:1799 +msgid "%P%F: can not create link hash table: %E\n" +msgstr "%P%F: kan inte skapa hashtabell över länkar: %E\n" + +#: ldlang.c:2104 +msgid " load address 0x%V" +msgstr " inläsningsadress 0x%V" + +#: ldlang.c:2234 +msgid "%W (size before relaxing)\n" +msgstr "%W (storlek innan avslappning)\n" + +#: ldlang.c:2316 +#, c-format +msgid "Address of section %s set to " +msgstr "Adressen på sektionen %s ställd till " + +#: ldlang.c:2465 +#, c-format +msgid "Fail with %d\n" +msgstr "Misslyckas med %d\n" + +#: ldlang.c:2703 +msgid "%X%P: section %s [%V -> %V] overlaps section %s [%V -> %V]\n" +msgstr "%X%P: sektionen %s [%V -> %V] överlappar med sektionen %s [%V -> %V]\n" + +#: ldlang.c:2737 +msgid "%X%P: address 0x%v of %B section %s is not within region %s\n" +msgstr "%X%P: adressen 0x%v i %B-sektionen %s är inte inom området %s\n" + +#: ldlang.c:2745 +msgid "%X%P: region %s is full (%B section %s)\n" +msgstr "%X%P: området %s är fullt (%B-sektion %s)\n" + +#: ldlang.c:2794 +msgid "%P%X: Internal error on COFF shared library section %s\n" +msgstr "%P%X: Internt fel i delat COFF-bibliotek sektion %s\n" + +#: ldlang.c:2835 +msgid "%P: warning: no memory region specified for section `%s'\n" +msgstr "%P: varning: inget minnesområde angivet för sektionen \"%s\"\n" + +#: ldlang.c:2848 +msgid "%P: warning: changing start of section %s by %u bytes\n" +msgstr "%P: varning: ändrar start på sektionen %s med %u byte\n" + +#: ldlang.c:2862 +msgid "%F%S: non constant address expression for section %s\n" +msgstr "%F%S: ickekonstant adressuttryck för sektionen %s\n" + +#: ldlang.c:2927 +msgid "%X%P: use an absolute load address or a load memory region, not both\n" +msgstr "%X%P: använd en absolut inläsningsadress eller ett minnesinläsningsområde, inte både och\n" + +#: ldlang.c:3043 +msgid "%P%F: can't relax section: %E\n" +msgstr "%P%F: kan inte slappna av sektion: %E\n" + +#: ldlang.c:3210 +msgid "%F%P: invalid data statement\n" +msgstr "%F%P: ogiltig datasats\n" + +#: ldlang.c:3247 +msgid "%F%P: invalid reloc statement\n" +msgstr "%F%P: ogiltig omlokaliseringssats\n" + +#: ldlang.c:3383 +msgid "%P%F:%s: can't set start address\n" +msgstr "%P%F:%s: kan inte ställa in startadress\n" + +#: ldlang.c:3396 ldlang.c:3413 +msgid "%P%F: can't set start address\n" +msgstr "%P%F: kan inte ställa in startadress\n" + +#: ldlang.c:3408 +msgid "%P: warning: cannot find entry symbol %s; defaulting to %V\n" +msgstr "%P: varning: kan inte hitta ingångssymbolen %s; använder som standard %V\n" + +#: ldlang.c:3418 +msgid "%P: warning: cannot find entry symbol %s; not setting start address\n" +msgstr "%P: varning: kan inte hitta ingångssymbolen %s; ställer inte in startadress\n" + +#: ldlang.c:3460 +msgid "%P: warning: %s architecture of input file `%B' is incompatible with %s output\n" +msgstr "%P: varning: %s-arkitekturen i indatafilen \"%B\" är inkompatibel med %s-utdata\n" + +#: ldlang.c:3478 +msgid "%E%X: failed to merge target specific data of file %B\n" +msgstr "%E%X: misslyckades med att slå samman målspecifik data i filen %B\n" + +#: ldlang.c:3565 +msgid "\nAllocating common symbols\n" +msgstr "\nAllokerar gemensamma symboler\n" + +#: ldlang.c:3566 +msgid "Common symbol size file\n\n" +msgstr "Gemensam symbol storlek fil\n\n" + +#. This message happens when using the +#. svr3.ifile linker script, so I have +#. disabled it. +#: ldlang.c:3648 +msgid "%P: no [COMMON] command, defaulting to .bss\n" +msgstr "%P: inget [COMMON]-kommando, använder standardalternativet .bss\n" + +#: ldlang.c:3707 +msgid "%P%F: invalid syntax in flags\n" +msgstr "%P%F: ogiltig syntax i flaggor\n" + +#: ldlang.c:4296 +msgid "%P%Fmultiple STARTUP files\n" +msgstr "%P%Fflera samtidiga STARTUP-filer\n" + +#: ldlang.c:4566 +msgid "%F%P: bfd_record_phdr failed: %E\n" +msgstr "%F%P: bfd_record_phdr misslyckades: %E\n" + +#: ldlang.c:4585 +msgid "%X%P: section `%s' assigned to non-existent phdr `%s'\n" +msgstr "%X%P: sektionen \"%s\" är tilldelad till ickexisterande phvd \"%s\"\n" + +#: ldlang.c:4893 +msgid "%X%P: unknown language `%s' in version information\n" +msgstr "%X%P: okänt språk i \"%s\" i versionsinformation\n" + +#: ldlang.c:4942 +msgid "%X%P: duplicate version tag `%s'\n" +msgstr "%X%P: dubbel versionstagg \"%s\"\n" + +#: ldlang.c:4955 ldlang.c:4968 +msgid "%X%P: duplicate expression `%s' in version information\n" +msgstr "%X%P: dubbelt uttryck \"%s\" i versionsinformation\n" + +#: ldlang.c:5005 +msgid "%X%P: unable to find version dependency `%s'\n" +msgstr "%X%P: kan inte hitta versionsberoende \"%s\"\n" + +#: ldlang.c:5027 +msgid "%X%P: unable to read .exports section contents" +msgstr "%X%P: kan inte läsa innehållet i .exports-sektionen" + +#: ldmain.c:192 +msgid "%X%P: can't set BFD default target to `%s': %E\n" +msgstr "%X%P: kan inte ställa in BSD-standardmålet till \"%s\": %E\n" + +#: ldmain.c:268 +msgid "%P%F: -r and --mpc860c0 may not be used together\n" +msgstr "%P%F: -r och --mpc860c0 kan inte användas tillsammans\n" + +#: ldmain.c:270 +msgid "%P%F: --relax and -r may not be used together\n" +msgstr "%P%F: --relax och -r kan inte användas tillsammans\n" + +#: ldmain.c:272 +msgid "%P%F: -r and -shared may not be used together\n" +msgstr "%P%F: -r och -shared kan inte användas tillsammans\n" + +#: ldmain.c:301 +msgid "using internal linker script:\n" +msgstr "använder internt länkskript:\n" + +#: ldmain.c:320 +msgid "%P%F: no input files\n" +msgstr "%P%F: inga indatafiler\n" + +#: ldmain.c:325 +msgid "%P: mode %s\n" +msgstr "%P: läge %s\n" + +#: ldmain.c:342 +msgid "%P%F: cannot open map file %s: %E\n" +msgstr "%P%F: kan inte öppna tabellfil %s: %E\n" + +#: ldmain.c:389 +msgid "%P: link errors found, deleting executable `%s'\n" +msgstr "%P: länkfel hittades, tar bort den körbara filen \"%s\"\n" + +#: ldmain.c:400 +msgid "%F%B: final close failed: %E\n" +msgstr "%F%B: avslutande stängning misslyckades: %E\n" + +#: ldmain.c:424 +msgid "%X%P: unable to open for source of copy `%s'\n" +msgstr "%X%P: kan inte öppna för källkoden till kopian \"%s\"\n" + +#: ldmain.c:426 +msgid "%X%P: unable to open for destination of copy `%s'\n" +msgstr "%X%P: kan inte öppna för mål av kopian \"%s\"\n" + +#: ldmain.c:432 +msgid "%P: Error writing file `%s'\n" +msgstr "%P: Fel vid skrivning av filen \"%s\"\n" + +#: ldmain.c:438 pe-dll.c:1097 +#, c-format +msgid "%P: Error closing file `%s'\n" +msgstr "%P: Fel vid stängning av filen \"%s\"\n" + +#: ldmain.c:455 +#, c-format +msgid "%s: total time in link: %ld.%06ld\n" +msgstr "%s: total tid i länkning: %ld.%06ld\n" + +#: ldmain.c:458 +#, c-format +msgid "%s: data size %ld\n" +msgstr "%s: datastorlek %ld\n" + +#: ldmain.c:499 +msgid "%P%F: missing argument to -m\n" +msgstr "%P%F: argument saknas till -m\n" + +#: ldmain.c:624 ldmain.c:645 ldmain.c:676 +msgid "%P%F: bfd_hash_table_init failed: %E\n" +msgstr "%P%F: bfd_hash_table_init misslyckades: %E\n" + +#: ldmain.c:629 ldmain.c:648 +msgid "%P%F: bfd_hash_lookup failed: %E\n" +msgstr "%P%F: bfd_hash_lookup misslyckades: %E\n" + +#: ldmain.c:663 +msgid "%X%P: error: duplicate retain-symbols-file\n" +msgstr "%X%P: fel: dubbel retain-symbols-file\n" + +#: ldmain.c:707 +msgid "%P%F: bfd_hash_lookup for insertion failed: %E\n" +msgstr "%P%F: bfd_hash_lookup för ingång misslyckades: %E\n" + +#: ldmain.c:712 +msgid "%P: `-retain-symbols-file' overrides `-s' and `-S'\n" +msgstr "%P: \"-retain-symbols-file\" åsidosätter \"-s\" och \"-S\"\n" + +#: ldmain.c:788 +msgid "Archive member included" +msgstr "Inkluderade arkivmedlem" + +#: ldmain.c:789 +msgid "because of file (symbol)" +msgstr "på grund av fil (symbol)" + +#: ldmain.c:860 +msgid "%X%C: multiple definition of `%T'\n" +msgstr "%X%C: flera defintioner av \"%T\"\n" + +#: ldmain.c:863 +msgid "%D: first defined here\n" +msgstr "%D: först definierad här\n" + +#: ldmain.c:867 +msgid "%P: Disabling relaxation: it will not work with multiple definitions\n" +msgstr "%P: Stänger av avslappning: det kommer inte att fungera med flera definitioner\n" + +#: ldmain.c:898 +msgid "%B: warning: definition of `%T' overriding common\n" +msgstr "%B: varning: definitioner av \"%T\" åsidosätter gemensam\n" + +#: ldmain.c:901 +msgid "%B: warning: common is here\n" +msgstr "%B: varning: gemensam är här\n" + +#: ldmain.c:908 +msgid "%B: warning: common of `%T' overridden by definition\n" +msgstr "%B: varning: gemensam i \"%T\" åsidosattes av definition\n" + +#: ldmain.c:911 +msgid "%B: warning: defined here\n" +msgstr "%B: varning: definierad här\n" + +#: ldmain.c:918 +msgid "%B: warning: common of `%T' overridden by larger common\n" +msgstr "%B: varning: gemensam i \"%T\" åsidosattes av större gemensam\n" + +#: ldmain.c:921 +msgid "%B: warning: larger common is here\n" +msgstr "%B: varning: större gemensam är här\n" + +#: ldmain.c:925 +msgid "%B: warning: common of `%T' overriding smaller common\n" +msgstr "%B: varning: gemensam i \"%T\" åsidosätter mindre gemensam\n" + +#: ldmain.c:928 +msgid "%B: warning: smaller common is here\n" +msgstr "%B: varning: mindre gemensam är här\n" + +#: ldmain.c:932 +msgid "%B: warning: multiple common of `%T'\n" +msgstr "%B: varning: flera gemensamma i \"%T\"\n" + +#: ldmain.c:934 +msgid "%B: warning: previous common is here\n" +msgstr "%B: varning: föregående gemensam är här\n" + +#: ldmain.c:955 ldmain.c:994 +msgid "%P: warning: global constructor %s used\n" +msgstr "%P: varning: global konstruktor %s användes\n" + +#: ldmain.c:1004 +msgid "%P%F: BFD backend error: BFD_RELOC_CTOR unsupported\n" +msgstr "%P%F: Fel i BFD-backend: BFD_RELOC_CTOR stöds inte\n" + +#: ldmain.c:1188 +msgid "%F%P: bfd_hash_table_init failed: %E\n" +msgstr "%F%P: bfd_hash_table_init misslyckades: %E\n" + +#: ldmain.c:1195 +msgid "%F%P: bfd_hash_lookup failed: %E\n" +msgstr "%F%P: bfd_hash_lookup misslyckades: %E\n" + +#: ldmain.c:1215 +msgid "%C: undefined reference to `%T'\n" +msgstr "%C: odefinierad referens till \"%T\"\n" + +#: ldmain.c:1221 +msgid "%D: more undefined references to `%T' follow\n" +msgstr "%D: flera odefinierade referenser till \"%T\" följer\n" + +#: ldmain.c:1228 +msgid "%B: undefined reference to `%T'\n" +msgstr "%B: odefinierad referens till \"%T\"\n" + +#: ldmain.c:1234 +msgid "%B: more undefined references to `%T' follow\n" +msgstr "%B: flera odefinierade referenser till \"%T\" följer\n" + +#: ldmain.c:1254 ldmain.c:1275 ldmain.c:1294 +msgid "%P%X: generated" +msgstr "%P%X: genererad" + +#: ldmain.c:1257 +msgid " relocation truncated to fit: %s %T" +msgstr " omlokalisering trunkerad för att passa: %s %T" + +#: ldmain.c:1278 +#, c-format +msgid "dangerous relocation: %s\n" +msgstr "farlig omlokalisering: %s\n" + +#: ldmain.c:1297 +msgid " reloc refers to symbol `%T' which is not being output\n" +msgstr " omlokalisering refererar till symbolen \"%T\" som inte skrivs ut\n" + +#: ldmisc.c:178 +msgid "no symbol" +msgstr "ingen symbol" + +#: ldmisc.c:242 +#, c-format +msgid "built in linker script:%u" +msgstr "inbyggt länkskript:%u" + +#: ldmisc.c:292 ldmisc.c:296 +msgid "%B%F: could not read symbols\n" +msgstr "%B%F: kunde inte läsa symboler\n" + +#. We use abfd->filename in this initial line, +#. in case filename is a .h file or something +#. similarly unhelpful. +#: ldmisc.c:332 +msgid "%B: In function `%T':\n" +msgstr "%B: I funktionen \"%T\":\n" + +#: ldmisc.c:464 +msgid "%F%P: internal error %s %d\n" +msgstr "%F%P: internt fel %s %d\n" + +#: ldmisc.c:550 +msgid "%P: internal error: aborting at %s line %d in %s\n" +msgstr "%P: internt fel: avbryter vid %s rad %d i %s\n" + +#: ldmisc.c:553 +msgid "%P: internal error: aborting at %s line %d\n" +msgstr "%P: internt fel: avbryter vid %s rad %d\n" + +#: ldmisc.c:555 +msgid "%P%F: please report this bug\n" +msgstr "%P%F: rapportera detta fel\n" + +#: ldver.c:39 +#, c-format +msgid "GNU ld version %s (with BFD %s)\n" +msgstr "GNU ld version %s (med BFD %s)\n" + +#: ldver.c:46 lexsup.c:961 +msgid " Supported emulations:\n" +msgstr " Emuleringar som stöds:\n" + +#: ldwrite.c:59 ldwrite.c:195 +msgid "%P%F: bfd_new_link_order failed\n" +msgstr "%P%F: bfd_new_link_order misslyckades\n" + +#: ldwrite.c:321 +msgid "%F%P: clone section failed: %E\n" +msgstr "%F%P: klonsektion misslyckades: %E\n" + +#: ldwrite.c:360 +#, c-format +msgid "%8x something else\n" +msgstr "%8x någonting annat\n" + +#: ldwrite.c:543 +msgid "%F%P: final link failed: %E\n" +msgstr "%F%P: avslutande länkning misslyckades: %E\n" + +#: lexsup.c:159 lexsup.c:250 +msgid "KEYWORD" +msgstr "NYCKELORD" + +#: lexsup.c:159 +msgid "Shared library control for HP/UX compatibility" +msgstr "Styrning av delade bibliotek för kompabilitet med HP/UX" + +#: lexsup.c:162 +msgid "ARCH" +msgstr "ARK" + +#: lexsup.c:162 +msgid "Set architecture" +msgstr "Ställ in arkitektur" + +#: lexsup.c:164 lexsup.c:315 +msgid "TARGET" +msgstr "MÅL" + +#: lexsup.c:164 +msgid "Specify target for following input files" +msgstr "Ange mål för följande indatafiler" + +#: lexsup.c:166 lexsup.c:205 lexsup.c:217 lexsup.c:226 lexsup.c:297 lexsup.c:322 lexsup.c:360 +msgid "FILE" +msgstr "FIL" + +#: lexsup.c:166 +msgid "Read MRI format linker script" +msgstr "Läs länkskript i MRI-format" + +#: lexsup.c:168 +msgid "Force common symbols to be defined" +msgstr "Tvinga gemensamma symboler att vara definierade" + +#: lexsup.c:172 lexsup.c:350 lexsup.c:352 lexsup.c:354 +msgid "ADDRESS" +msgstr "ADRESS" + +#: lexsup.c:172 +msgid "Set start address" +msgstr "Ställ in startadress" + +#: lexsup.c:174 +msgid "Export all dynamic symbols" +msgstr "Exportera alla dynamiska symboler" + +#: lexsup.c:176 +msgid "Link big-endian objects" +msgstr "Länka objekt som är big-endian" + +#: lexsup.c:178 +msgid "Link little-endian objects" +msgstr "Länka objekt som är little-endian" + +#: lexsup.c:180 lexsup.c:183 +msgid "SHLIB" +msgstr "DELBIBL" + +#: lexsup.c:180 +msgid "Auxiliary filter for shared object symbol table" +msgstr "Yttre filter för symboltabell över delade objekt" + +#: lexsup.c:183 +msgid "Filter for shared object symbol table" +msgstr "Filter för symboltabell över delade objekt" + +#: lexsup.c:185 +msgid "Ignored" +msgstr "Ignorerad" + +#: lexsup.c:187 +msgid "SIZE" +msgstr "STORLEK" + +#: lexsup.c:187 +msgid "Small data size (if no size, same as --shared)" +msgstr "Liten datastorlek (om ingen storlek, samma som --shared)" + +#: lexsup.c:190 +msgid "FILENAME" +msgstr "FILNAMN" + +#: lexsup.c:190 +msgid "Set internal name of shared library" +msgstr "Ställ in internt namn på delat bibliotek" + +#: lexsup.c:192 +msgid "LIBNAME" +msgstr "BIBLNAMN" + +#: lexsup.c:192 +msgid "Search for library LIBNAME" +msgstr "Sök efter biblioteket BIBLNAMN" + +#: lexsup.c:194 +msgid "DIRECTORY" +msgstr "KATALOG" + +#: lexsup.c:194 +msgid "Add DIRECTORY to library search path" +msgstr "Lägg till KATALOG till bibliotekssökvägen" + +#: lexsup.c:196 +msgid "EMULATION" +msgstr "EMULERING" + +#: lexsup.c:196 +msgid "Set emulation" +msgstr "Ställ in emulering" + +#: lexsup.c:198 +msgid "Print map file on standard output" +msgstr "Visa tabellfil på standard ut" + +#: lexsup.c:200 +msgid "Do not page align data" +msgstr "Justera inte data efter jämna sidor" + +#: lexsup.c:202 +msgid "Do not page align data, do not make text readonly" +msgstr "Justera inte data efter jämna sidor, gör inte texten endast läsbar" + +#: lexsup.c:205 +msgid "Set output file name" +msgstr "Ställ in utdatafilnamnet" + +#: lexsup.c:207 +msgid "Optimize output file" +msgstr "Optimera utdatafil" + +#: lexsup.c:209 +msgid "Ignored for SVR4 compatibility" +msgstr "Ignorerad för kompabilitet med SVR4" + +#: lexsup.c:213 +msgid "Generate relocateable output" +msgstr "Generera omlokaliseringsbar utdata" + +#: lexsup.c:217 +msgid "Just link symbols (if directory, same as --rpath)" +msgstr "Länka bara symboler (om katalog, samma som --rpath)" + +#: lexsup.c:220 +msgid "Strip all symbols" +msgstr "Ta bort alla symboler" + +#: lexsup.c:222 +msgid "Strip debugging symbols" +msgstr "Ta bort felsökningssymboler" + +#: lexsup.c:224 +msgid "Trace file opens" +msgstr "Spåra filöppningar" + +#: lexsup.c:226 +msgid "Read linker script" +msgstr "Läs länkskript" + +#: lexsup.c:228 lexsup.c:242 lexsup.c:283 lexsup.c:295 lexsup.c:344 lexsup.c:363 lexsup.c:380 +msgid "SYMBOL" +msgstr "SYMBOL" + +#: lexsup.c:228 +msgid "Start with undefined reference to SYMBOL" +msgstr "Börja med odefinierad referens till SYMBOL" + +#: lexsup.c:230 +msgid "Don't merge orphan sections with the same name" +msgstr "Slå inte samman föräldralösa sektioner med samma namn" + +#: lexsup.c:232 +msgid "Build global constructor/destructor tables" +msgstr "Bygg globala konstruktors-/destruktorstabeller" + +#: lexsup.c:234 +msgid "Print version information" +msgstr "Visa versionsinformation" + +#: lexsup.c:236 +msgid "Print version and emulation information" +msgstr "Visa versions- och emuleringsinformation" + +#: lexsup.c:238 +msgid "Discard all local symbols" +msgstr "Kasta alla lokala symboler" + +#: lexsup.c:240 +msgid "Discard temporary local symbols" +msgstr "Kasta temporära lokala symboler" + +#: lexsup.c:242 +msgid "Trace mentions of SYMBOL" +msgstr "Spåra omnämningar av SYMBOL" + +#: lexsup.c:244 lexsup.c:324 lexsup.c:326 +msgid "PATH" +msgstr "SÖKVÄG" + +#: lexsup.c:244 +msgid "Default search path for Solaris compatibility" +msgstr "Standardsökväg för Solaris-kompabilitet" + +#: lexsup.c:246 +msgid "Start a group" +msgstr "Starta en grupp" + +#: lexsup.c:248 +msgid "End a group" +msgstr "Sluta en grupp" + +#: lexsup.c:250 +msgid "Ignored for SunOS compatibility" +msgstr "Ignorerad för SunOS-kompabilitet" + +#: lexsup.c:252 +msgid "Link against shared libraries" +msgstr "Länka mot delade bibliotek" + +#: lexsup.c:258 +msgid "Do not link against shared libraries" +msgstr "Länka inte mot delade bibliotek" + +#: lexsup.c:266 +msgid "Bind global references locally" +msgstr "Bind globala referenser lokalt" + +#: lexsup.c:268 +msgid "Check section addresses for overlaps (default)" +msgstr "Kontrollera sektionsadresser för överlappningar (standard)" + +#: lexsup.c:270 +msgid "Do not check section addresses for overlaps" +msgstr "Kontrollera inte sektionsadresser för överlappningar" + +#: lexsup.c:273 +msgid "Output cross reference table" +msgstr "Skapa korsreferenstabell" + +#: lexsup.c:275 +msgid "SYMBOL=EXPRESSION" +msgstr "SYMBOL=UTTRYCK" + +#: lexsup.c:275 +msgid "Define a symbol" +msgstr "Definiera en symbol" + +#: lexsup.c:277 +msgid "[=STYLE]" +msgstr "[=STIL]" + +#: lexsup.c:277 +msgid "Demangle symbol names [using STYLE]" +msgstr "Avkoda symbolnamn [använd STIL]" + +#: lexsup.c:279 +msgid "PROGRAM" +msgstr "PROGRAM" + +#: lexsup.c:279 +msgid "Set the dynamic linker to use" +msgstr "Ange den dynamiska länkare som ska användas" + +#: lexsup.c:281 +msgid "Generate embedded relocs" +msgstr "Generera inbäddade omlokaliseringar" + +#: lexsup.c:283 +msgid "Call SYMBOL at unload-time" +msgstr "Anropa SYMBOL vid urladdning" + +#: lexsup.c:285 +msgid "Force generation of file with .exe suffix" +msgstr "Tvinga generering av fil med ändelsen .exe" + +#: lexsup.c:287 +msgid "Remove unused sections (on some targets)" +msgstr "Ta bort oanvända sektioner (på vissa mål)" + +#: lexsup.c:290 +msgid "Don't remove unused sections (default)" +msgstr "Ta inte bort oanvända sektioner (standard)" + +#: lexsup.c:293 +msgid "Print option help" +msgstr "Visa hjälp om flaggor" + +#: lexsup.c:295 +msgid "Call SYMBOL at load-time" +msgstr "Anropa SYMBOL vid inläsning" + +#: lexsup.c:297 +msgid "Write a map file" +msgstr "Skriv en tabellfil" + +#: lexsup.c:299 +msgid "Do not demangle symbol names" +msgstr "Avkoda inte symbolnamn" + +#: lexsup.c:301 +msgid "Use less memory and more disk I/O" +msgstr "Använd mindre minne och mer disk-I/O" + +#: lexsup.c:303 +msgid "Allow no undefined symbols" +msgstr "Tillåt inga odefinierade symboler" + +#: lexsup.c:305 +msgid "Allow undefined symbols in shared objects" +msgstr "Tillåt odefinierade symboler i delade objekt" + +# src/prefs.c:170 +#: lexsup.c:307 +msgid "Don't warn about mismatched input files" +msgstr "Varna inte om opassande indatafiler" + +#: lexsup.c:309 +msgid "Turn off --whole-archive" +msgstr "Slå av ---whole-archive" + +#: lexsup.c:311 +msgid "Create an output file even if errors occur" +msgstr "Skapa en utdatafil även om fel förekommer" + +#: lexsup.c:315 +msgid "Specify target of output file" +msgstr "Ange mål för utdatafil" + +#: lexsup.c:317 +msgid "Ignored for Linux compatibility" +msgstr "Ignorerad för kompabilitet med Linux" + +#: lexsup.c:319 +msgid "Relax branches on certain targets" +msgstr "Slappna av greningar på vissa mål" + +#: lexsup.c:322 +msgid "Keep only symbols listed in FILE" +msgstr "Behåll endast symboler angivna i FIL" + +#: lexsup.c:324 +msgid "Set runtime shared library search path" +msgstr "Ställ in körtidssökväg för delade bibliotek" + +#: lexsup.c:326 +msgid "Set link time shared library search path" +msgstr "Ställ in länkningstidssökväg för delade bibliotek" + +#: lexsup.c:328 +msgid "Create a shared library" +msgstr "Skapa ett delat bibliotek" + +#: lexsup.c:332 +msgid "Sort common symbols by size" +msgstr "Sortera gemensamma symboler efter storlek" + +#: lexsup.c:336 +msgid "[=SIZE]" +msgstr "[=STORLEK]" + +#: lexsup.c:336 +msgid "Split output sections every SIZE octets" +msgstr "Dela utdatasektioner var STORLEK oktett" + +#: lexsup.c:338 +msgid "[=COUNT]" +msgstr "[=ANTAL]" + +#: lexsup.c:338 +msgid "Split output sections every COUNT relocs" +msgstr "Dela utdatasektioner var ANTAL omlokalisering" + +#: lexsup.c:340 +msgid "Print memory usage statistics" +msgstr "Visa statistik över minnesanvändning" + +#: lexsup.c:342 +msgid "Display target specific options" +msgstr "Visa målspecifika flaggor" + +#: lexsup.c:344 +msgid "Do task level linking" +msgstr "Utför länkning på uppgiftsnivå" + +#: lexsup.c:346 +msgid "Use same format as native linker" +msgstr "Använd samma format som inhemska länkaren" + +#: lexsup.c:348 +msgid "SECTION=ADDRESS" +msgstr "SEKTION=ADRESS" + +#: lexsup.c:348 +msgid "Set address of named section" +msgstr "Ställ in adress på namngiven sektion" + +#: lexsup.c:350 +msgid "Set address of .bss section" +msgstr "Ställ in adress på .bss-sektion" + +#: lexsup.c:352 +msgid "Set address of .data section" +msgstr "Ställ in adress på .data-sektion" + +#: lexsup.c:354 +msgid "Set address of .text section" +msgstr "Ställ in adress på .text-sektion" + +#: lexsup.c:356 +msgid "Output lots of information during link" +msgstr "Visa mycket information under länkning" + +#: lexsup.c:360 +msgid "Read version information script" +msgstr "Läs skript med versionsinformation" + +#: lexsup.c:363 +msgid "" +"Take export symbols list from .exports, using\n" +"\t\t\t\tSYMBOL as the version." +msgstr "" +"Plocka lista med exportsymboler från .exports och\n" +"\t\t\t\tanvänd SYMBOL som version." + +#: lexsup.c:366 +msgid "Warn about duplicate common symbols" +msgstr "Varna för dubbla gemensamma symboler" + +#: lexsup.c:368 +msgid "Warn if global constructors/destructors are seen" +msgstr "Varna om globala konstruktorer/destruktorer hittas" + +#: lexsup.c:371 +msgid "Warn if the multiple GP values are used" +msgstr "Varna om flera GP-värden används" + +#: lexsup.c:373 +msgid "Warn only once per undefined symbol" +msgstr "Varna endast en gång per odefinierad symbol" + +#: lexsup.c:375 +msgid "Warn if start of section changes due to alignment" +msgstr "Varna om början på sektionen ändras på grund av justering" + +#: lexsup.c:378 +msgid "Include all objects from following archives" +msgstr "Inkludera alla objekt från följande arkiv" + +#: lexsup.c:380 +msgid "Use wrapper functions for SYMBOL" +msgstr "Använd inkapslingsfunktioner för SYMBOL" + +#: lexsup.c:382 +msgid "[=WORDS]" +msgstr "[=ORD]" + +#: lexsup.c:382 +msgid "" +"Modify problematic branches in last WORDS (1-10,\n" +"\t\t\t\tdefault 5) words of a page" +msgstr "" +"Ändra problematiska greningar i sista ORD (1-10,\n" +"\t\t\t\tstandardvärde 5) orden på en sida" + +#: lexsup.c:532 +#, c-format +msgid "%s: use the --help option for usage information\n" +msgstr "%s: använd flaggan --help för användningsinformation\n" + +#: lexsup.c:552 +msgid "%P%F: unrecognized -a option `%s'\n" +msgstr "%P%F: okänd -a-flagga \"%s\"\n" + +#: lexsup.c:565 +msgid "%P%F: unrecognized -assert option `%s'\n" +msgstr "%P%F: okänd -assert-flagga \"%s\"\n" + +#: lexsup.c:608 +msgid "%F%P: unknown demangling style `%s'" +msgstr "%F%P: okänd avkodningsstil \"%s\"" + +#: lexsup.c:667 +msgid "%P%F: invalid number `%s'\n" +msgstr "%P%F: ogiltigt tal \"%s\"\n" + +#: lexsup.c:845 +msgid "%P%F: -shared not supported\n" +msgstr "%P%F: -shared stöds inte\n" + +#: lexsup.c:879 +#, c-format +msgid "%s: Invalid argument to option \"--section-start\"\n" +msgstr "%s: Ogiltigt argument till flaggan \"--section-start\"\n" + +#: lexsup.c:890 +#, c-format +msgid "%s: Missing argument(s) to option \"--section-start\"\n" +msgstr "%s: Argument saknas till flaggan \"--section-start\"\n" + +#: lexsup.c:954 +msgid "Copyright 2000 Free Software Foundation, Inc.\n" +msgstr "Copyright 2000 Free Software Foundation, Inc.\n" + +#: lexsup.c:955 +msgid "" +"This program is free software; you may redistribute it under the terms of\n" +"the GNU General Public License. This program has absolutely no warranty.\n" +msgstr "" +"Detta program är fri programvara. Du kan vidaredistribuera det under\n" +"villkoren i GNU General Public License. Detta program har ingen som\n" +"helst garanti.\n" + +#: lexsup.c:1047 +#, c-format +msgid "%s: may not nest groups (--help for usage)\n" +msgstr "%s: får inte nästla grupper (--help för användning)\n" + +#: lexsup.c:1058 +#, c-format +msgid "%s: group ended before it began (--help for usage)\n" +msgstr "%s: gruppen slutade innan den började (--help för användning)\n" + +#: lexsup.c:1075 +#, c-format +msgid "%s: Invalid argument to option \"mpc860c0\"\n" +msgstr "%s: Ogiltigt argument till flaggan \"mpc860c0\"\n" + +#: lexsup.c:1131 +msgid "%P%F: invalid hex number `%s'\n" +msgstr "%P%F: ogiltigt hexadecimalt tal \"%s\"\n" + +#: lexsup.c:1143 +#, c-format +msgid "Usage: %s [options] file...\n" +msgstr "Användning: %s [flaggor] fil...\n" + +#: lexsup.c:1145 +msgid "Options:\n" +msgstr "Alternativ:\n" + +#. Note: Various tools (such as libtool) depend upon the +#. format of the listings below - do not change them. +#: lexsup.c:1224 +#, c-format +msgid "%s: supported targets:" +msgstr "%s: mål som stöds:" + +#: lexsup.c:1232 +#, c-format +msgid "%s: supported emulations: " +msgstr "%s: emuleringar som stöds: " + +#: lexsup.c:1237 +#, c-format +msgid "%s: emulation specific options:\n" +msgstr "%s: emuleringsspecifika flaggor:\n" + +#: lexsup.c:1241 +#, c-format +msgid "Report bugs to %s\n" +msgstr "" +"Rapportera fel till %s\n" +"Rapportera fel i översättningen till sv@li.org\n" + +#: mri.c:321 +msgid "%P%F: unknown format type %s\n" +msgstr "%P%F: okänd formattyp %s\n" + +#: pe-dll.c:146 +#, c-format +msgid "%XUnsupported PEI architecture: %s\n" +msgstr "%XPEI-arkitekturen stöds inte: %s\n" + +#: pe-dll.c:387 +#, c-format +msgid "%XError, duplicate EXPORT with ordinals: %s (%d vs %d)\n" +msgstr "%XFel, dubbel EXPORT med ordinaler: %s (%d gentemot %d)\n" + +#: pe-dll.c:394 +#, c-format +msgid "Warning, duplicate EXPORT: %s\n" +msgstr "Varning, dubbel EXPORT: %s\n" + +#: pe-dll.c:456 +#, c-format +msgid "%XCannot export %s: symbol not defined\n" +msgstr "%XKan inte exportera %s: symbolen är inte definierad\n" + +#: pe-dll.c:462 +#, c-format +msgid "%XCannot export %s: symbol wrong type (%d vs %d)\n" +msgstr "%XKan inte exportera %s: symbolen är av fel typ (%d gentemot %d)\n" + +#: pe-dll.c:469 +#, c-format +msgid "%XCannot export %s: symbol not found\n" +msgstr "%XKan inte exportera %s: symbolen hittades inte\n" + +#: pe-dll.c:594 +#, c-format +msgid "%XError, ordinal used twice: %d (%s vs %s)\n" +msgstr "%XFel, ordinalen användes två gånger: %d (%s gentemot %s)\n" + +#: pe-dll.c:844 +#, c-format +msgid "%XError: %d-bit reloc in dll\n" +msgstr "%XFel: %d-bitars omlokalisering i dll\n" + +#: pe-dll.c:970 +#, c-format +msgid "%s: Can't open output def file %s\n" +msgstr "%s: Kan inte öppna utdatadefinitionsfilen %s\n" + +#: pe-dll.c:1092 +msgid "; no contents available\n" +msgstr "; inget innehåll är tillgängligt\n" + +#: pe-dll.c:1580 +#, c-format +msgid "%XCan't open .lib file: %s\n" +msgstr "%XKan inte öppna .lib-filen: %s\n" + +#: pe-dll.c:1585 +#, c-format +msgid "Creating library file: %s\n" +msgstr "Skapar biblioteksfil: %s\n" diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 39c807cf2f..3eca76263e 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,11 @@ +2001-11-02 Nick Clifton + + * configure.in (ALL_LINGUAS): Add "fr", "sv" and "tr". + * configure: Regernate. + * po/fr.po: New file. + * po/sv.po: New file. + * po/tr.po: New file. + 2001-11-01 Stephane Carrez * m68hc11-dis.c (print_insn): Fix disassembly of movb with a diff --git a/opcodes/configure b/opcodes/configure index 316fee4b44..e06aabaf91 100755 --- a/opcodes/configure +++ b/opcodes/configure @@ -2585,7 +2585,7 @@ else fi -ALL_LINGUAS= +ALL_LINGUAS="fr sv tr" echo $ac_n "checking how to run the C preprocessor""... $ac_c" 1>&6 echo "configure:2591: checking how to run the C preprocessor" >&5 # On Suns, sometimes $CPP names a directory. diff --git a/opcodes/configure.in b/opcodes/configure.in index 51fcdd55fb..77e048caf1 100644 --- a/opcodes/configure.in +++ b/opcodes/configure.in @@ -77,7 +77,7 @@ AC_EXEEXT AC_PROG_CC -ALL_LINGUAS= +ALL_LINGUAS="fr sv tr" CY_GNU_GETTEXT . ${srcdir}/../bfd/configure.host diff --git a/opcodes/po/fr.po b/opcodes/po/fr.po new file mode 100644 index 0000000000..9684545786 --- /dev/null +++ b/opcodes/po/fr.po @@ -0,0 +1,345 @@ +# Messages français pour opcodes. +# Copyright (C) 1996 Free Software Foundation, Inc. +# Michel Robitaille , 1996. +# +msgid "" +msgstr "" +"Project-Id-Version: opcodes 2.11\n" +"POT-Creation-Date: 2001-01-11 12:44-0800\n" +"PO-Revision-Date: 2001-10-19 12:00-0500\n" +"Last-Translator: Michel Robitaille \n" +"Language-Team: French \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: alpha-opc.c:335 +msgid "branch operand unaligned" +msgstr "opérande de branchement non alignée" + +#: alpha-opc.c:358 alpha-opc.c:380 +msgid "jump hint unaligned" +msgstr "saut indicé non aligné" + +#: arc-dis.c:52 +msgid "Illegal limm reference in last instruction!\n" +msgstr "Référence limite illégale dans la dernière instruction!\n" + +#: arm-dis.c:489 +msgid "" +msgstr "" + +#: arm-dis.c:904 +#, c-format +msgid "Unrecognised register name set: %s\n" +msgstr "Nom de jeu de registres inconnu: %s\n" + +#: arm-dis.c:911 +#, c-format +msgid "Unrecognised disassembler option: %s\n" +msgstr "Option du désassembleur non reconnue: %s\n" + +#: arm-dis.c:1083 +msgid "" +"\n" +"The following ARM specific disassembler options are supported for use with\n" +"the -M switch:\n" +msgstr "" +"\n" +"Les options spécifiques ARM suivantes sont supportées avec l'utilisation de\n" +"l'option -M:\n" + +#: avr-dis.c:118 avr-dis.c:128 +msgid "undefined" +msgstr "non défini" + +#: avr-dis.c:180 +msgid "Internal disassembler error" +msgstr "Erreur interne du désassembleur" + +#: avr-dis.c:228 +#, c-format +msgid "unknown constraint `%c'" +msgstr "contrainte inconnue `%c'" + +#: cgen-asm.c:224 +msgid "unrecognized keyword/register name" +msgstr "nom de mot clé ou de registre non reconnu" + +#: cgen-asm.c:332 fr30-ibld.c:232 m32r-ibld.c:232 +#, c-format +msgid "operand out of range (%ld not between %ld and %ld)" +msgstr "opérande hors gamme (%ld n'est pas entre %ld et %ld)" + +#: cgen-asm.c:353 +#, c-format +msgid "operand out of range (%lu not between %lu and %lu)" +msgstr "opérande hors gamme (%lu n'est pas entre %lu et %lu)" + +#: d30v-dis.c:306 +#, c-format +msgid "" +msgstr "" + +#. Can't happen. +#: dis-buf.c:56 +#, c-format +msgid "Unknown error %d\n" +msgstr "Erreur inconnue %d\n" + +#: dis-buf.c:61 +#, c-format +msgid "Address 0x%x is out of bounds.\n" +msgstr "Adresse 0x%x est hors gamme.\n" + +#: fr30-asm.c:305 m32r-asm.c:313 +#, c-format +msgid "Unrecognized field %d while parsing.\n" +msgstr "Champ non reconnu %d lors de l'analyse.\n" + +#. We couldn't parse it. +#: fr30-asm.c:369 fr30-asm.c:373 fr30-asm.c:449 m32r-asm.c:377 m32r-asm.c:381 +#: m32r-asm.c:457 +msgid "unrecognized instruction" +msgstr "instruction non reconnue" + +#: fr30-asm.c:415 m32r-asm.c:423 +#, c-format +msgid "syntax error (expected char `%c', found `%c')" +msgstr "erreur de syntaxe (caractère `%c' attendu, `%c' obtenu)" + +#: fr30-asm.c:443 m32r-asm.c:451 +msgid "junk at end of line" +msgstr "rebut à la fin de la ligne" + +#: fr30-asm.c:551 m32r-asm.c:559 +#, c-format +msgid "bad instruction `%.50s...'" +msgstr "instruction erronée `%.50s...'" + +#: fr30-asm.c:554 m32r-asm.c:562 +#, c-format +msgid "bad instruction `%.50s'" +msgstr "instruction erronée `%.50s'" + +#. Default text to print if an instruction isn't recognized. +#: fr30-dis.c:39 m32r-dis.c:39 +msgid "*unknown*" +msgstr "*inconnu*" + +#: fr30-dis.c:300 m32r-dis.c:239 +#, c-format +msgid "Unrecognized field %d while printing insn.\n" +msgstr "Champ non reconnu %d lors de l'impression insn.\n" + +#: fr30-ibld.c:216 m32r-ibld.c:216 +#, c-format +msgid "operand out of range (%lu not between 0 and %lu)" +msgstr "opérande hors gamme (%lu n'est pas entre 0 et %lu)" + +#: fr30-ibld.c:790 m32r-ibld.c:719 +#, c-format +msgid "Unrecognized field %d while building insn.\n" +msgstr "Champ non reconnu %d lors de la construction de insn.\n" + +#: fr30-ibld.c:994 m32r-ibld.c:849 +#, c-format +msgid "Unrecognized field %d while decoding insn.\n" +msgstr "Champ non reconnu %d lors du décodage de insn.\n" + +#: fr30-ibld.c:1138 m32r-ibld.c:954 +#, c-format +msgid "Unrecognized field %d while getting int operand.\n" +msgstr "Champ non reconnu %d lors de la prise d'une opérande int.\n" + +#: fr30-ibld.c:1267 m32r-ibld.c:1044 +#, c-format +msgid "Unrecognized field %d while getting vma operand.\n" +msgstr "Champ non reconnu %d lors de la prise d'une opérande vma.\n" + +#: fr30-ibld.c:1396 m32r-ibld.c:1137 +#, c-format +msgid "Unrecognized field %d while setting int operand.\n" +msgstr "Champ non reconnu %d lors de l'initialisation d'une opérande int.\n" + +#: fr30-ibld.c:1518 m32r-ibld.c:1223 +#, c-format +msgid "Unrecognized field %d while setting vma operand.\n" +msgstr "Champ non reconnu %d lors de l'initialisation d'une opérande vma.\n" + +#: h8300-dis.c:380Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" +#, c-format +msgid "Hmmmm %x" +msgstr "Hummm %x" + +#: h8300-dis.c:391 +#, c-format +msgid "Don't understand %x \n" +msgstr "Ne comprend pas %x \n" + +#: h8500-dis.c:141 +#, c-format +msgid "can't cope with insert %d\n" +msgstr "Ne peut gérer l'insertion %d\n" + +#. Couldn't understand anything. +#: h8500-dis.c:348 +#, c-format +msgid "%02x\t\t*unknown*" +msgstr "%02x\t\t*inconnu*" + +#: i386-dis.c:2740 +msgid "" +msgstr "" + +#: m10200-dis.c:199 +#, c-format +msgid "unknown\t0x%02x" +msgstr "inconnu\t0x%02x" + +#: m10200-dis.c:339 +#, c-format +msgid "unknown\t0x%04lx" +msgstr "inconnu\t0x%04lx" + +#: m10300-dis.c:685 +#, c-format +msgid "unknown\t0x%04x" +msgstr "inconnu\t0x%04x" + +#: m68k-dis.c:412 +#, c-format +msgid "\n" +msgstr "\n" + +#: m68k-dis.c:990 +#, c-format +msgid "" +msgstr "" + +#: m88k-dis.c:274 +#, c-format +msgid "# " +msgstr "# " + +#: mips-dis.c:273 +#, c-format +msgid "# internal error, undefined modifier(%c)" +msgstr "# erreur interne, modificateur non défini(%c)" + +#. I and Z are output operands and can`t be immediate +#. * A is an address and we can`t have the address of +#. * an immediate either. We don't know how much to increase +#. * aoffsetp by since whatever generated this is broken +#. * anyway! +#. +#: ns32k-dis.c:618 +msgid "$" +msgstr "$" + +#: ppc-opc.c:619 ppc-opc.c:650 +msgid "invalid conditional option" +msgstr "option conditionnelle invalide" + +#: ppc-opc.c:652 +msgid "attempt to set y bit when using + or - modifier" +msgstr "tentative d'initialisation du bit y lorsque le modificateur + ou - a été utilisé" + +#: ppc-opc.c:707 +msgid "ignoring least significant bits in branch offset" +msgstr "Les derniers bits les moins significatifs sont ignorés dans le décalage de branchement" + +#: ppc-opc.c:742 ppc-opc.c:779 +msgid "illegal bitmask" +msgstr "masque de bits illégal" + +#: ppc-opc.c:848 +msgid "value out of range" +msgstr "valeur hors gamme" + +#: ppc-opc.c:922 +msgid "index register in load range" +msgstr "registre index n'est pas dans la plage de chargement" + +#: ppc-opc.c:937 +msgid "invalid register operand when updating" +msgstr "opérande registre invalide lors de la mise à jour" + +#. Mark as non-valid instruction +#: sparc-dis.c:748 +msgid "unknown" +msgstr "inconnu" + +#: sparc-dis.c:823 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Erreur interne: sparc-opcode.h erroné: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:834 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Erreur interne: sparc-opcode.h erroné: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:883 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" +msgstr "Erreur interne: sparc-opcode.h erroné: \"%s\" == \"%s\"\n" + +#: v850-dis.c:221 +#, c-format +msgid "unknown operand shift: %x\n" +msgstr "décalage d'opérande inconnu: %x\n" + +#: v850-dis.c:233 +#, c-format +msgid "unknown pop reg: %d\n" +msgstr "registre de pile inconnu: %d\n" + +#. The functions used to insert and extract complicated operands. +#. Note: There is a conspiracy between these functions and +#. v850_insert_operand() in gas/config/tc-v850.c. Error messages +#. containing the string 'out of range' will be ignored unless a +#. specific command line option is given to GAS. +#: v850-opc.c:46 +msgid "displacement value is not in range and is not aligned" +msgstr "La valeur de déplacement est hors gamme et n'est pas alignée." + +#: v850-opc.c:47 +msgid "displacement value is out of range" +msgstr "La valeur de déplacement est hors gamme." + +#: v850-opc.c:48 +msgid "displacement value is not aligned" +msgstr "La valeur de déplacement n'est pas alignée." + +#: v850-opc.c:50 +msgid "immediate value is out of range" +msgstr "La valeur immédiate est hors gamme." + +#: v850-opc.c:61 +msgid "branch value not in range and to odd offset" +msgstr "Valeur de branchement est hors gamme et a un décalage impair." + +#: v850-opc.c:63 v850-opc.c:95 +msgid "branch value out of range" +msgstr "Valeur de branchement hors gamme." + +#: v850-opc.c:66 v850-opc.c:98 +msgid "branch to odd offset" +msgstr "Branchement avec un décalage impair." + +#: v850-opc.c:93 +msgid "branch value not in range and to an odd offset" +msgstr "Valeur de branchement est hors gamme et a un décalage impair" + +#: v850-opc.c:321 +msgid "invalid register for stack adjustment" +msgstr "registre invalide pour un ajustement de la pile" + +#: v850-opc.c:343 +msgid "immediate value not in range and not even" +msgstr "La valeur immédiate est hors gamme et est impaire." + +#: v850-opc.c:348 +msgid "immediate value must be even" +msgstr "La valeur immédiate doit être paire." diff --git a/opcodes/po/sv.po b/opcodes/po/sv.po new file mode 100644 index 0000000000..a793ef6a31 --- /dev/null +++ b/opcodes/po/sv.po @@ -0,0 +1,344 @@ +# Swedish messages for opcodes. +# Copyright (C) 2001 Free Software Foundation, Inc. +# Christian Rose , 2001. +# +msgid "" +msgstr "" +"Project-Id-Version: opcodes 2.11\n" +"POT-Creation-Date: 2001-01-11 12:44-0800\n" +"PO-Revision-Date: 2001-10-23 15:35+0200\n" +"Last-Translator: Christian Rose \n" +"Language-Team: Swedish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=iso-8859-1\n" +"Content-Transfer-Encoding: 8bit\n" + +#: alpha-opc.c:335 +msgid "branch operand unaligned" +msgstr "grenoperanden ligger inte på jämn gräns" + +#: alpha-opc.c:358 alpha-opc.c:380 +msgid "jump hint unaligned" +msgstr "hopptipset ligger inte på jämn gräns" + +#: arc-dis.c:52 +msgid "Illegal limm reference in last instruction!\n" +msgstr "Otillåten limm-referens i sista instruktionen!\n" + +#: arm-dis.c:489 +msgid "" +msgstr "" + +#: arm-dis.c:904 +#, c-format +msgid "Unrecognised register name set: %s\n" +msgstr "Okänt registernamn är angivet: %s\n" + +#: arm-dis.c:911 +#, c-format +msgid "Unrecognised disassembler option: %s\n" +msgstr "Okänt disassembleralternativ: %s\n" + +#: arm-dis.c:1083 +msgid "" +"\n" +"The following ARM specific disassembler options are supported for use with\n" +"the -M switch:\n" +msgstr "" +"\n" +"Följande ARM-specifika disassembleralternativ stöds för användning\n" +"tillsammans med flaggan -M:\n" + +#: avr-dis.c:118 avr-dis.c:128 +msgid "undefined" +msgstr "odefinierad" + +#: avr-dis.c:180 +msgid "Internal disassembler error" +msgstr "Internt fel i disassembleraren" + +#: avr-dis.c:228 +#, c-format +msgid "unknown constraint `%c'" +msgstr "okänd begränsning \"%c\"" + +#: cgen-asm.c:224 +msgid "unrecognized keyword/register name" +msgstr "okänt namn på nyckelord/register" + +#: cgen-asm.c:332 fr30-ibld.c:232 m32r-ibld.c:232 +#, c-format +msgid "operand out of range (%ld not between %ld and %ld)" +msgstr "operanden är utanför intervallet (%ld är inte mellan %ld och %ld)" + +#: cgen-asm.c:353 +#, c-format +msgid "operand out of range (%lu not between %lu and %lu)" +msgstr "operanden är utanför intervallet (%lu är inte mellan %lu och %lu)" + +#: d30v-dis.c:306 +#, c-format +msgid "" +msgstr "" + +#. Can't happen. +#: dis-buf.c:56 +#, c-format +msgid "Unknown error %d\n" +msgstr "Okänt fel %d\n" + +#: dis-buf.c:61 +#, c-format +msgid "Address 0x%x is out of bounds.\n" +msgstr "Adressen 0x%x ligger utanför tillåtna gränser.\n" + +#: fr30-asm.c:305 m32r-asm.c:313 +#, c-format +msgid "Unrecognized field %d while parsing.\n" +msgstr "Okänt fält %d vid tolkning.\n" + +#. We couldn't parse it. +#: fr30-asm.c:369 fr30-asm.c:373 fr30-asm.c:449 m32r-asm.c:377 m32r-asm.c:381 m32r-asm.c:457 +msgid "unrecognized instruction" +msgstr "okänd instruktion" + +#: fr30-asm.c:415 m32r-asm.c:423 +#, c-format +msgid "syntax error (expected char `%c', found `%c')" +msgstr "syntaxfel (tecknet \"%c\" förväntades, hittade \"%c\")" + +#: fr30-asm.c:443 m32r-asm.c:451 +msgid "junk at end of line" +msgstr "skräp vid slutet på raden" + +#: fr30-asm.c:551 m32r-asm.c:559 +#, c-format +msgid "bad instruction `%.50s...'" +msgstr "felaktig instruktion \"%.50s...\"" + +#: fr30-asm.c:554 m32r-asm.c:562 +#, c-format +msgid "bad instruction `%.50s'" +msgstr "felaktig instruktion \"%.50s\"" + +#. Default text to print if an instruction isn't recognized. +#: fr30-dis.c:39 m32r-dis.c:39 +msgid "*unknown*" +msgstr "*okänd*" + +#: fr30-dis.c:300 m32r-dis.c:239 +#, c-format +msgid "Unrecognized field %d while printing insn.\n" +msgstr "Okänt fält %d vid utskrift av instruktion.\n" + +#: fr30-ibld.c:216 m32r-ibld.c:216 +#, c-format +msgid "operand out of range (%lu not between 0 and %lu)" +msgstr "operanden utanför intervallet (%lu inte mellan 0 och %lu)" + +#: fr30-ibld.c:790 m32r-ibld.c:719 +#, c-format +msgid "Unrecognized field %d while building insn.\n" +msgstr "Okänt fält %d vid konstruktion av instruktion.\n" + +#: fr30-ibld.c:994 m32r-ibld.c:849 +#, c-format +msgid "Unrecognized field %d while decoding insn.\n" +msgstr "Okänt fält %d vid avkodning av instruktion.\n" + +#: fr30-ibld.c:1138 m32r-ibld.c:954 +#, c-format +msgid "Unrecognized field %d while getting int operand.\n" +msgstr "Okänt fält %d vid hämtning av heltalsoperand.\n" + +#: fr30-ibld.c:1267 m32r-ibld.c:1044 +#, c-format +msgid "Unrecognized field %d while getting vma operand.\n" +msgstr "Okänt fält %d vid hämtning av vma-operand.\n" + +#: fr30-ibld.c:1396 m32r-ibld.c:1137 +#, c-format +msgid "Unrecognized field %d while setting int operand.\n" +msgstr "Okänt fält %d vid inställning av heltalsoperand.\n" + +#: fr30-ibld.c:1518 m32r-ibld.c:1223 +#, c-format +msgid "Unrecognized field %d while setting vma operand.\n" +msgstr "Okänt fält %d vid inställning av vma-operand.\n" + +#: h8300-dis.c:380 +#, c-format +msgid "Hmmmm %x" +msgstr "Hmmmm %x" + +#: h8300-dis.c:391 +#, c-format +msgid "Don't understand %x \n" +msgstr "Förstår inte %x \n" + +#: h8500-dis.c:141 +#, c-format +msgid "can't cope with insert %d\n" +msgstr "kan inte sätta in %d\n" + +#. Couldn't understand anything. +#: h8500-dis.c:348 +#, c-format +msgid "%02x\t\t*unknown*" +msgstr "%02x\t\t*okänd*" + +#: i386-dis.c:2740 +msgid "" +msgstr "" + +#: m10200-dis.c:199 +#, c-format +msgid "unknown\t0x%02x" +msgstr "okänd\t0x%02x" + +#: m10200-dis.c:339 +#, c-format +msgid "unknown\t0x%04lx" +msgstr "okänd\t0x%04lx" + +#: m10300-dis.c:685 +#, c-format +msgid "unknown\t0x%04x" +msgstr "okänd\t0x%04x" + +#: m68k-dis.c:412 +#, c-format +msgid "\n" +msgstr "\n" + +#: m68k-dis.c:990 +#, c-format +msgid "" +msgstr "" + +#: m88k-dis.c:274 +#, c-format +msgid "# " +msgstr "# " + +#: mips-dis.c:273 +#, c-format +msgid "# internal error, undefined modifier(%c)" +msgstr "# internt fel, okänd modifierare(%c)" + +#. I and Z are output operands and can`t be immediate +#. * A is an address and we can`t have the address of +#. * an immediate either. We don't know how much to increase +#. * aoffsetp by since whatever generated this is broken +#. * anyway! +#. +#: ns32k-dis.c:618 +msgid "$" +msgstr "$" + +#: ppc-opc.c:619 ppc-opc.c:650 +msgid "invalid conditional option" +msgstr "ogiltig villkorlig flagga" + +#: ppc-opc.c:652 +msgid "attempt to set y bit when using + or - modifier" +msgstr "försök att ställa in y-biten då modifieraren + eller - användes" + +#: ppc-opc.c:707 +msgid "ignoring least significant bits in branch offset" +msgstr "ignorerar minst signifikanta bitarna i grenavstånd" + +#: ppc-opc.c:742 ppc-opc.c:779 +msgid "illegal bitmask" +msgstr "otillåten bitmask" + +#: ppc-opc.c:848 +msgid "value out of range" +msgstr "värdet är utanför intervallet" + +#: ppc-opc.c:922 +msgid "index register in load range" +msgstr "indexregistret är i inläsningsintervallet" + +#: ppc-opc.c:937 +msgid "invalid register operand when updating" +msgstr "ogiltig registeroperand vid uppdatering" + +#. Mark as non-valid instruction +#: sparc-dis.c:748 +msgid "unknown" +msgstr "okänd" + +#: sparc-dis.c:823 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Internt fel: felaktig sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:834 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Internt fel: felaktig sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:883 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" +msgstr "Internt fel: felaktig sparc-opcode.h: \"%s\" == \"%s\"\n" + +#: v850-dis.c:221 +#, c-format +msgid "unknown operand shift: %x\n" +msgstr "okänt operandskifte: %x\n" + +#: v850-dis.c:233 +#, c-format +msgid "unknown pop reg: %d\n" +msgstr "okänt pop-register: %d\n" + +#. The functions used to insert and extract complicated operands. +#. Note: There is a conspiracy between these functions and +#. v850_insert_operand() in gas/config/tc-v850.c. Error messages +#. containing the string 'out of range' will be ignored unless a +#. specific command line option is given to GAS. +#: v850-opc.c:46 +msgid "displacement value is not in range and is not aligned" +msgstr "förskjutningsvärdet är inte inom intervallet och ligger inte på jämn gräns" + +#: v850-opc.c:47 +msgid "displacement value is out of range" +msgstr "förskjutningsvärdet är utanför intervallet" + +#: v850-opc.c:48 +msgid "displacement value is not aligned" +msgstr "förskjutningsvärdet ligger inte på jämn gräns" + +#: v850-opc.c:50 +msgid "immediate value is out of range" +msgstr "omedelbara värdet är utanför intervallet" + +#: v850-opc.c:61 +msgid "branch value not in range and to odd offset" +msgstr "grenvärdet är inte inom intervallet och till ett udda avstånd" + +#: v850-opc.c:63 v850-opc.c:95 +msgid "branch value out of range" +msgstr "grenvärdet är utanför intervallet" + +#: v850-opc.c:66 v850-opc.c:98 +msgid "branch to odd offset" +msgstr "grening till udda avstånd" + +#: v850-opc.c:93 +msgid "branch value not in range and to an odd offset" +msgstr "grenvärdet är inte inom intervallet och till ett udda avstånd" + +#: v850-opc.c:321 +msgid "invalid register for stack adjustment" +msgstr "ogiltigt register för stackjustering" + +#: v850-opc.c:343 +msgid "immediate value not in range and not even" +msgstr "omedelbara värdet är inte inom intervallet och inte jämnt" + +#: v850-opc.c:348 +msgid "immediate value must be even" +msgstr "omedelbara värdet måste vara jämnt" diff --git a/opcodes/po/tr.po b/opcodes/po/tr.po new file mode 100644 index 0000000000..8e03a588fe --- /dev/null +++ b/opcodes/po/tr.po @@ -0,0 +1,346 @@ +# Binutils Opcode Turkish Translation +# Copyright (C) 2001 Free Software Foundation, Inc. +# Deniz Akkus Kanca , 2001. +# +msgid "" +msgstr "" +"Project-Id-Version: opcodes 2.11\n" +"POT-Creation-Date: 2001-01-11 12:44-0800\n" +"PO-Revision-Date: 2001-07-29 22:33EEST\n" +"Last-Translator: Deniz Akkus Kanca \n" +"Language-Team: Turkish \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=ISO-8859-9\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: KBabel 0.9.1\n" + +#: alpha-opc.c:335 +msgid "branch operand unaligned" +msgstr "dal terimi hizalý deðil" + +#: alpha-opc.c:358 alpha-opc.c:380 +msgid "jump hint unaligned" +msgstr "atlama iþareti hizalý deðil" + +#: arc-dis.c:52 +msgid "Illegal limm reference in last instruction!\n" +msgstr "Son yönergede geçersiz limm referansý!\n" + +#: arm-dis.c:489 +msgid "" +msgstr "" + +#: arm-dis.c:904 +#, c-format +msgid "Unrecognised register name set: %s\n" +msgstr "Bilinmeyen yazmaç ad kümesi: %s\n" + +#: arm-dis.c:911 +#, c-format +msgid "Unrecognised disassembler option: %s\n" +msgstr "Bilinmeyen karþýt-çevirici seçeneði: %s\n" + +#: arm-dis.c:1083 +msgid "" +"\n" +"The following ARM specific disassembler options are supported for use with\n" +"the -M switch:\n" +msgstr "" +"\n" +"Aþaðýdaki ARM'a özgü karþýt-çevirici seçenekleri \n" +"-M seçeneði ile kullanýlabilir:\n" + +#: avr-dis.c:118 avr-dis.c:128 +msgid "undefined" +msgstr "tanýmlanmamýþ" + +#: avr-dis.c:180 +msgid "Internal disassembler error" +msgstr "Ýç karþýt-çevirici hatasý " + +#: avr-dis.c:228 +#, c-format +msgid "unknown constraint `%c'" +msgstr "`%c' bilinmeyen kýsýtý" + +#: cgen-asm.c:224 +msgid "unrecognized keyword/register name" +msgstr "Bilinmeyen anahtar/yazmaç adý" + +#: cgen-asm.c:332 fr30-ibld.c:232 m32r-ibld.c:232 +#, c-format +msgid "operand out of range (%ld not between %ld and %ld)" +msgstr "Kapsam dýþý terim (%ld, %ld ve %ld arasýnda deðil) " + +#: cgen-asm.c:353 +#, c-format +msgid "operand out of range (%lu not between %lu and %lu)" +msgstr "Kapsam dýþý terim (%lu, %lu ve %lu arasýnda deðil)" + +#: d30v-dis.c:306 +#, c-format +msgid "" +msgstr "" + +#. Can't happen. +#: dis-buf.c:56 +#, c-format +msgid "Unknown error %d\n" +msgstr "Bilinmeyen hata %d\n" + +#: dis-buf.c:61 +#, c-format +msgid "Address 0x%x is out of bounds.\n" +msgstr "0x%x adresi sýnýrlarýn dýþýnda.\n" + +#: fr30-asm.c:305 m32r-asm.c:313 +#, c-format +msgid "Unrecognized field %d while parsing.\n" +msgstr "Ayrýþtýrma esnasýnda bilinmeyen alan %d bulundu.\n" + +#. We couldn't parse it. +#: fr30-asm.c:369 fr30-asm.c:373 fr30-asm.c:449 m32r-asm.c:377 m32r-asm.c:381 +#: m32r-asm.c:457 +msgid "unrecognized instruction" +msgstr "bilinmeyen yönerge" + +#: fr30-asm.c:415 m32r-asm.c:423 +#, c-format +msgid "syntax error (expected char `%c', found `%c')" +msgstr "biçem hatasý (char `%c' beklenirken `%c' bulundu)" + +#: fr30-asm.c:443 m32r-asm.c:451 +msgid "junk at end of line" +msgstr "Satýr sonu bozuk " + +#: fr30-asm.c:551 m32r-asm.c:559 +#, c-format +msgid "bad instruction `%.50s...'" +msgstr "geçersiz yönerge `%.50s...'" + +#: fr30-asm.c:554 m32r-asm.c:562 +#, c-format +msgid "bad instruction `%.50s'" +msgstr "geçersiz yönerge `%.50s'" + +#. Default text to print if an instruction isn't recognized. +#: fr30-dis.c:39 m32r-dis.c:39 +msgid "*unknown*" +msgstr "*bilinmeyen*" + +#: fr30-dis.c:300 m32r-dis.c:239 +#, c-format +msgid "Unrecognized field %d while printing insn.\n" +msgstr "yönerge yazdýrýlýrken bilinmeyen alan %d bulundu.\n" + +#: fr30-ibld.c:216 m32r-ibld.c:216 +#, c-format +msgid "operand out of range (%lu not between 0 and %lu)" +msgstr "kapsam dýþý terim (%lu 0 ve %lu arasýnda deðil) " + +#: fr30-ibld.c:790 m32r-ibld.c:719 +#, c-format +msgid "Unrecognized field %d while building insn.\n" +msgstr "Yönerge oluþturulurken bilinmeyen alan %d bulundu.\n" + +#: fr30-ibld.c:994 m32r-ibld.c:849 +#, c-format +msgid "Unrecognized field %d while decoding insn.\n" +msgstr "Yönerge çözümlenirken bilinmeyen alan %d bulundu.\n" + +#: fr30-ibld.c:1138 m32r-ibld.c:954 +#, c-format +msgid "Unrecognized field %d while getting int operand.\n" +msgstr "`int' terimi alýnýrken bilinmeyen alan %d bulundu.\n" + +#: fr30-ibld.c:1267 m32r-ibld.c:1044 +#, c-format +msgid "Unrecognized field %d while getting vma operand.\n" +msgstr "`vma' terimi alýnýrken bilinmeyen alan %d bulundu.\n" + +#: fr30-ibld.c:1396 m32r-ibld.c:1137 +#, c-format +msgid "Unrecognized field %d while setting int operand.\n" +msgstr "`int' terimi atanýrken bilinmeyen alan %d bulundu.\n" + +#: fr30-ibld.c:1518 m32r-ibld.c:1223 +#, c-format +msgid "Unrecognized field %d while setting vma operand.\n" +msgstr "`vma' terimi atanýrken bilinmeyen alan %d bulundu.\n" + +#: h8300-dis.c:380 +#, c-format +msgid "Hmmmm %x" +msgstr "Hmmmm %x" + +#: h8300-dis.c:391 +#, c-format +msgid "Don't understand %x \n" +msgstr "%x anlaþýlamadý\n" + +#: h8500-dis.c:141 +#, c-format +msgid "can't cope with insert %d\n" +msgstr "insert %d yaptýrýlamýyor\n" + +#. Couldn't understand anything. +#: h8500-dis.c:348 +#, c-format +msgid "%02x\t\t*unknown*" +msgstr "%02x\t\t*bilinmeyen*" + +#: i386-dis.c:2740 +msgid "" +msgstr "" + +#: m10200-dis.c:199 +#, c-format +msgid "unknown\t0x%02x" +msgstr "bilinmeyen\t0x%02x" + +#: m10200-dis.c:339 +#, c-format +msgid "unknown\t0x%04lx" +msgstr "bilinmeyen\t0x%04lx" + +#: m10300-dis.c:685 +#, c-format +msgid "unknown\t0x%04x" +msgstr "bilinmeyen\t0x%04x" + +#: m68k-dis.c:412 +#, c-format +msgid "\n" +msgstr "\n" + +#: m68k-dis.c:990 +#, c-format +msgid "" +msgstr "" + +#: m88k-dis.c:274 +#, c-format +msgid "# " +msgstr "# <`dis' hatasý: %08x>" + +#: mips-dis.c:273 +#, c-format +msgid "# internal error, undefined modifier(%c)" +msgstr "#iç hata, tanýmlanmamýþ deðiþtirici (%c)" + +#. I and Z are output operands and can`t be immediate +#. * A is an address and we can`t have the address of +#. * an immediate either. We don't know how much to increase +#. * aoffsetp by since whatever generated this is broken +#. * anyway! +#. +#: ns32k-dis.c:618 +msgid "$" +msgstr "$" + +#: ppc-opc.c:619 ppc-opc.c:650 +msgid "invalid conditional option" +msgstr "koþullu seçenek geçersiz " + +#: ppc-opc.c:652 +msgid "attempt to set y bit when using + or - modifier" +msgstr "+ veya - deðiþtiricisini kullanýrken y bitini atama denemesi" + +#: ppc-opc.c:707 +msgid "ignoring least significant bits in branch offset" +msgstr "Dal göreli konumunda en önemsiz bitler atlanýyor" + +#: ppc-opc.c:742 ppc-opc.c:779 +msgid "illegal bitmask" +msgstr "geçersiz bitmask " + +#: ppc-opc.c:848 +msgid "value out of range" +msgstr "deðer aralýk dýþý" + +#: ppc-opc.c:922 +msgid "index register in load range" +msgstr "yükleme aralýðýnda endeks yazmacý" + +#: ppc-opc.c:937 +msgid "invalid register operand when updating" +msgstr "güncelleme esnasýnda geçersiz yazmaç terimi bulundu" + +#. Mark as non-valid instruction +#: sparc-dis.c:748 +msgid "unknown" +msgstr "bilinmeyen" + +#: sparc-dis.c:823 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Ýç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:834 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" +msgstr "Ýç hata: geçersiz sparc-opcode.h: \"%s\", %#.8lx, %#.8lx\n" + +#: sparc-dis.c:883 +#, c-format +msgid "Internal error: bad sparc-opcode.h: \"%s\" == \"%s\"\n" +msgstr "Ýç hata: geçersiz sparc-opcode.h: \"%s\" == \"%s\"\n" + +#: v850-dis.c:221 +#, c-format +msgid "unknown operand shift: %x\n" +msgstr "bilinmeyen terim kaydýrmasý: %x\n" + +#: v850-dis.c:233 +#, c-format +msgid "unknown pop reg: %d\n" +msgstr "bilinmeyen çek yazmacý: %d\n" + +#. The functions used to insert and extract complicated operands. +#. Note: There is a conspiracy between these functions and +#. v850_insert_operand() in gas/config/tc-v850.c. Error messages +#. containing the string 'out of range' will be ignored unless a +#. specific command line option is given to GAS. +#: v850-opc.c:46 +msgid "displacement value is not in range and is not aligned" +msgstr "yer deðiþtirme deðeri kapsam dýþýnda ve hizalanmamýþ" + +#: v850-opc.c:47 +msgid "displacement value is out of range" +msgstr "yer deðiþtirme deðeri kapsam dýþýnda" + +#: v850-opc.c:48 +msgid "displacement value is not aligned" +msgstr "yer deðiþtirme deðeri hizalanmamýþ" + +#: v850-opc.c:50 +msgid "immediate value is out of range" +msgstr "þimdiki deðer kapsam dýþý" + +#: v850-opc.c:61 +msgid "branch value not in range and to odd offset" +msgstr "dal deðeri kapsam dýþýnda ve tek sayýlý göreli konuma iþaret ediyor" + +#: v850-opc.c:63 v850-opc.c:95 +msgid "branch value out of range" +msgstr "dal deðeri kapsam dýþýnda " + +#: v850-opc.c:66 v850-opc.c:98 +msgid "branch to odd offset" +msgstr "dallanma tek sayýlý göreli konuma iþaret ediyor" + +#: v850-opc.c:93 +msgid "branch value not in range and to an odd offset" +msgstr "dal deðeri kapsam dýþýnda ve tek sayýlý göreli konuma iþaret ediyor" + +#: v850-opc.c:321 +msgid "invalid register for stack adjustment" +msgstr "yýðýt düzeltmesi için geçersiz yazmaç " + +#: v850-opc.c:343 +msgid "immediate value not in range and not even" +msgstr "þimdiki deðer kapsam dýþý ve çift sayý deðil" + +#: v850-opc.c:348 +msgid "immediate value must be even" +msgstr "þimdiki deðer çift sayý olmalý" -- 2.34.1