From dd242583c819ab0056922acb6d59b5a2d3e65adc Mon Sep 17 00:00:00 2001 From: nickc Date: Fri, 2 Nov 2001 19:07:55 +0000 Subject: [PATCH] Add translations --- bfd/ChangeLog | 4 + bfd/configure | 2 +- bfd/configure.in | 2 +- bfd/po/fr.po | 2074 ++++++++++++++++++++++++++++++++++++++++++++++++++ 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 +++++++++ 19 files changed, 6887 insertions(+), 195 deletions(-) create mode 100644 bfd/po/fr.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/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.11.0