# Danish messages for binutils. # Copyright (C) 2001, 2002 Free Software Foundation, Inc. # This file is distributed under the same license as the binutils package. # Keld Simonsen , 2002-2003. # Keld Simonsen , 2011 # msgid "" msgstr "" "Project-Id-Version: binutils 2.20.90\n" "Report-Msgid-Bugs-To: bug-binutils@gnu.org\n" "POT-Creation-Date: 2020-07-04 10:32+0100\n" "PO-Revision-Date: 2011-04-21 09:55+0100\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" "Language: da\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" "X-Bugs: Report translation errors to the Language-Team address.\n" #: addr2line.c:87 #, c-format msgid "Usage: %s [option(s)] [addr(s)]\n" msgstr "Brug: %s inddatafil(er)\n" #: addr2line.c:88 #, c-format msgid " Convert addresses into line number/file name pairs.\n" msgstr " Konvertér adresser til linjenummer/filnavns-par.\n" #: addr2line.c:89 #, c-format msgid " If no addresses are specified on the command line, they will be read from stdin\n" msgstr " Hvis ingen adresser er angivet på komandolinjen, vil de blive læst fra stdind\n" #: addr2line.c:90 #, c-format msgid "" " The options are:\n" " @ Read options from \n" " -a --addresses Show addresses\n" " -b --target= Set the binary file format\n" " -e --exe= Set the input file name (default is a.out)\n" " -i --inlines Unwind inlined functions\n" " -j --section= Read section-relative offsets instead of addresses\n" " -p --pretty-print Make the output easier to read for humans\n" " -s --basenames Strip directory names\n" " -f --functions Show function names\n" " -C --demangle[=style] Demangle function names\n" " -R --recurse-limit Enable a limit on recursion whilst demangling. [Default]\n" " -r --no-recurse-limit Disable a limit on recursion whilst demangling\n" " -h --help Display this information\n" " -v --version Display the program's version\n" "\n" msgstr "" #: addr2line.c:109 ar.c:349 ar.c:386 coffdump.c:471 dlltool.c:3981 #: dllwrap.c:518 elfedit.c:921 objcopy.c:691 objcopy.c:745 readelf.c:4607 #: size.c:109 srconv.c:1704 strings.c:727 sysdump.c:646 windmc.c:227 #: windres.c:688 #, c-format msgid "Report bugs to %s\n" msgstr "" "Rapportere fejl til %s\n" "Rapporter fejl i oversættelsen til dansk@dansk-gruppen.dk\n" #. Note for translators: This printf is used to join the #. function name just printed above to the line number/ #. file name pair that is about to be printed below. Eg: #. #. foo at 123:bar.c #: addr2line.c:313 #, c-format msgid " at " msgstr " ved " #. Note for translators: This printf is used to join the #. line number/file name pair that has just been printed with #. the line number/file name pair that is going to be printed #. by the next iteration of the while loop. Eg: #. #. 123:bar.c (inlined by) 456:main.c #: addr2line.c:353 #, fuzzy, c-format msgid " (inlined by) " msgstr "(inlined)" #: addr2line.c:386 #, c-format msgid "%s: cannot get addresses from archive" msgstr "%s: kan ikke få fat på adresserne fra arkivet" #: addr2line.c:403 #, c-format msgid "%s: cannot find section %s" msgstr "%s: kan ikke finde sektion: %s" #: addr2line.c:444 ar.c:747 dlltool.c:3499 nm.c:1726 objcopy.c:5993 #: objdump.c:5127 size.c:153 strings.c:291 windmc.c:960 windres.c:815 msgid "fatal error: libbfd ABI mismatch" msgstr "" #: addr2line.c:471 nm.c:1752 objdump.c:5174 #, c-format msgid "unknown demangling style `%s'" msgstr "ukendt afkodningsstil \"%s\"" #: ar.c:268 #, c-format msgid "no entry %s in archive\n" msgstr "ingen post %s i arkivet\n" #: ar.c:282 #, c-format msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [--plugin ] [member-name] [count] archive-file file...\n" msgstr "" #: ar.c:288 #, c-format msgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcDfilMNoOPsSTuvV] [member-name] [count] archive-file file...\n" msgstr "" #: ar.c:296 #, c-format msgid " %s -M [ - read options from \n" msgstr " --def Navngiv .def-inddatafilen\n" #: ar.c:337 #, c-format msgid " --target=BFDNAME - specify the target object format as BFDNAME\n" msgstr "" #: ar.c:338 #, c-format msgid " --output=DIRNAME - specify the output directory for extraction operations\n" msgstr "" #: ar.c:340 #, c-format msgid " optional:\n" msgstr " valgmuligheder:\n" #: ar.c:341 #, c-format msgid " --plugin

- load the specified plugin\n" msgstr " --plugin

- indlæs the angivne modul\n" #: ar.c:362 #, c-format msgid "Usage: %s [options] archive\n" msgstr "brug: %s [valgmuligheder] arkiv\n" #: ar.c:363 #, c-format msgid " Generate an index to speed access to archives\n" msgstr " Generér et indeks for hurtig adgang til arkiver\n" #: ar.c:364 #, c-format msgid "" " The options are:\n" " @ Read options from \n" msgstr "" " Valgmulighederne er:\n" " @ Læs valgmuligheder fra \n" #: ar.c:367 #, c-format msgid " --plugin Load the specified plugin\n" msgstr " --plugin Indlæs det angivne modul\n" #: ar.c:371 #, fuzzy, c-format #| msgid "" #| " -t Update the archive's symbol map timestamp\n" #| " -h --help Print this help message\n" #| " -v --version Print version information\n" msgid "" " -D Use zero for symbol map timestamp (default)\n" " -U Use an actual symbol map timestamp\n" msgstr "" " -t Opdatér tidsstempel på arkivets symboltabel\n" " -h --help Vis denne hjælpebesked\n" " -V --version Vis versionsinformation\n" #: ar.c:375 #, fuzzy, c-format #| msgid "" #| " -t Update the archive's symbol map timestamp\n" #| " -h --help Print this help message\n" #| " -v --version Print version information\n" msgid "" " -D Use zero for symbol map timestamp\n" " -U Use actual symbol map timestamp (default)\n" msgstr "" " -t Opdatér tidsstempel på arkivets symboltabel\n" " -h --help Vis denne hjælpebesked\n" " -V --version Vis versionsinformation\n" #: ar.c:378 #, c-format msgid "" " -t Update the archive's symbol map timestamp\n" " -h --help Print this help message\n" " -v --version Print version information\n" msgstr "" " -t Opdatér tidsstempel på arkivets symboltabel\n" " -h --help Vis denne hjælpebesked\n" " -V --version Vis versionsinformation\n" #: ar.c:503 msgid "two different operation options specified" msgstr "to forskellige kommandoflag blev angivet" #: ar.c:597 ar.c:672 nm.c:1839 #, c-format msgid "sorry - this program has been built without plugin support\n" msgstr "desværre - dette program er blevet genereret uden understøttelse for moduler\n" #: ar.c:803 msgid "no operation specified" msgstr "ingen handling blev angivet" #: ar.c:806 msgid "`u' is only meaningful with the `r' option." msgstr "\"u\" er kun meningsfuldt sammen med \"r\"." #: ar.c:809 msgid "`u' is not meaningful with the `D' option." msgstr "\"u\" er ikke meningsfuldt sammen med \"D\"-valgmuligheden." #: ar.c:812 msgid "`u' modifier ignored since `D' is the default (see `U')" msgstr "" #: ar.c:821 msgid "missing position arg." msgstr "" #: ar.c:827 msgid "`N' is only meaningful with the `x' and `d' options." msgstr "\"N\" er kun meningsfuldt sammen med \"x\" eller \"d\"." #: ar.c:829 msgid "`N' missing value." msgstr "" #: ar.c:832 msgid "Value for `N' must be positive." msgstr "\"N\"'s argument skal være positivt." #: ar.c:848 msgid "`x' cannot be used on thin archives." msgstr "" #: ar.c:895 #, c-format msgid "internal error -- this option not implemented" msgstr "intern fejl -- flaget er ikke implementeret" #: ar.c:964 #, c-format msgid "creating %s" msgstr "opretter %s" #: ar.c:995 #, c-format msgid "Cannot convert existing library %s to thin format" msgstr "" #: ar.c:1001 #, c-format msgid "Cannot convert existing thin library %s to normal format" msgstr "" #: ar.c:1033 ar.c:1130 ar.c:1447 objcopy.c:3582 #, c-format msgid "internal stat error on %s" msgstr "intern stat-fejl for %s" #: ar.c:1052 ar.c:1156 #, c-format msgid "%s is not a valid archive" msgstr "%s er ikke et gyldigt arkiv" #: ar.c:1080 #, c-format msgid "illegal output pathname for archive member: %s, using '%s' instead" msgstr "" #: ar.c:1204 msgid "could not create temporary file whilst writing archive" msgstr "" #: ar.c:1351 #, c-format msgid "No member named `%s'\n" msgstr "Intet medlem med navn \"%s\"\n" #: ar.c:1401 #, c-format msgid "no entry %s in archive %s!" msgstr "ingen post %s i arkiv %s!" # archive map virker være vad indekset kaldes i kildekodeen #: ar.c:1541 #, c-format msgid "%s: no archive map to update" msgstr "%s: intet arkivindeks at opdatere" #: arsup.c:89 #, c-format msgid "No entry %s in archive.\n" msgstr "Ingen post %s i arkivet.\n" #: arsup.c:114 #, c-format msgid "Can't open file %s\n" msgstr "Kan ikke åbne fil %s\n" #: arsup.c:160 #, c-format msgid "%s: Can't allocate memory for temp name (%s)\n" msgstr "" #: arsup.c:171 #, c-format msgid "%s: Can't open output archive %s\n" msgstr "%s: Kan ikke åbne uddataarkivet %s\n" #: arsup.c:188 #, c-format msgid "%s: Can't open input archive %s\n" msgstr "%s: Kan ikke åbne inddataarkivet %s\n" #: arsup.c:197 #, c-format msgid "%s: file %s is not an archive\n" msgstr "%s: fil %s er ikke et arkiv\n" #: arsup.c:237 #, c-format msgid "%s: no output archive specified yet\n" msgstr "%s: intet uddataarkiv angivet endnu\n" #: arsup.c:257 arsup.c:300 arsup.c:342 arsup.c:365 arsup.c:431 #, c-format msgid "%s: no open output archive\n" msgstr "%s: intet åbent uddataarkiv\n" #: arsup.c:273 arsup.c:386 arsup.c:412 #, c-format msgid "%s: can't open file %s\n" msgstr "%s: kan ikke åbne fil %s\n" # module file er det samme som member #: arsup.c:327 arsup.c:408 arsup.c:489 #, c-format msgid "%s: can't find module file %s\n" msgstr "%s: kan ikke finde medlem %s\n" #: arsup.c:440 #, c-format msgid "Current open archive is %s\n" msgstr "Det aktuelle åbne arkiv er %s\n" # BUGG: dubbelt blanksteg #: arsup.c:464 #, c-format msgid "%s: no open archive\n" msgstr "%s: intet åbent arkiv\n" #: binemul.c:38 #, c-format msgid " No emulation specific options\n" msgstr "" #. Macros for common output. #: binemul.h:49 #, c-format msgid " emulation options: \n" msgstr "" #: bucomm.c:50 bucomm.c:84 msgid "cause of error unknown" msgstr "" #: bucomm.c:164 #, c-format msgid "can't set BFD default target to `%s': %s" msgstr "kan ikke sætte BFD's standardmål til \"%s\": %s" #: bucomm.c:176 #, c-format msgid "%s: Matching formats:" msgstr "%s: Passende format:" #: bucomm.c:191 #, c-format msgid "Supported targets:" msgstr "Mål som understøttes:" #: bucomm.c:193 #, c-format msgid "%s: supported targets:" msgstr "%s: mål som understøttes:" #: bucomm.c:211 #, c-format msgid "Supported architectures:" msgstr "Arkitekturer som understøttes:" #: bucomm.c:213 #, c-format msgid "%s: supported architectures:" msgstr "%s: arkitekturer som understøttes:" #: bucomm.c:226 msgid "big endian" msgstr "" #: bucomm.c:227 #, fuzzy #| msgid "2's complement, little endian" msgid "little endian" msgstr "2-komplement, little endian" #: bucomm.c:228 msgid "endianness unknown" msgstr "" #: bucomm.c:275 #, c-format msgid "" "%s\n" " (header %s, data %s)\n" msgstr "" #: bucomm.c:424 #, c-format msgid "BFD header file version %s\n" msgstr "BFD-hovedfil version %s\n" #: bucomm.c:454 #, c-format msgid "