1440a403fSchristos# Danish messages for binutils.
2440a403fSchristos# Copyright (C) 2001, 2002 Free Software Foundation, Inc.
3440a403fSchristos# This file is distributed under the same license as the binutils package.
4440a403fSchristos# Keld Simonsen <keld@dkuug.dk>, 2002-2003.
5440a403fSchristos# Keld Simonsen <keld@keldix.com>, 2011
6440a403fSchristos#
7440a403fSchristosmsgid ""
8440a403fSchristosmsgstr ""
9440a403fSchristos"Project-Id-Version: binutils 2.20.90\n"
10440a403fSchristos"Report-Msgid-Bugs-To: bug-binutils@gnu.org\n"
11440a403fSchristos"POT-Creation-Date: 2010-11-05 11:33+0100\n"
12440a403fSchristos"PO-Revision-Date: 2011-04-21 09:55+0100\n"
13440a403fSchristos"Last-Translator: Keld Simonsen <keld@keldix.com>\n"
14440a403fSchristos"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
15440a403fSchristos"Language: da\n"
16*06324dcfSchristos"X-Bugs: Report translation errors to the Language-Team address.\n"
17440a403fSchristos"MIME-Version: 1.0\n"
18440a403fSchristos"Content-Type: text/plain; charset=iso-8859-1\n"
19440a403fSchristos"Content-Transfer-Encoding: 8bit\n"
20440a403fSchristos
21440a403fSchristos#: addr2line.c:80
22440a403fSchristos#, c-format
23440a403fSchristosmsgid "Usage: %s [option(s)] [addr(s)]\n"
24440a403fSchristosmsgstr "Brug: %s <flag> inddatafil(er)\n"
25440a403fSchristos
26440a403fSchristos#: addr2line.c:81
27440a403fSchristos#, c-format
28440a403fSchristosmsgid " Convert addresses into line number/file name pairs.\n"
29440a403fSchristosmsgstr " Konvert�r adresser til linjenummer/filnavns-par.\n"
30440a403fSchristos
31440a403fSchristos#: addr2line.c:82
32440a403fSchristos#, c-format
33440a403fSchristosmsgid " If no addresses are specified on the command line, they will be read from stdin\n"
34440a403fSchristosmsgstr " Hvis ingen adresser er angivet p� komandolinjen, vil de blive l�st fra stdind\n"
35440a403fSchristos
36440a403fSchristos#: addr2line.c:83
37440a403fSchristos#, c-format
38440a403fSchristosmsgid ""
39440a403fSchristos" The options are:\n"
40440a403fSchristos"  @<file>                Read options from <file>\n"
41440a403fSchristos"  -a --addresses         Show addresses\n"
42440a403fSchristos"  -b --target=<bfdname>  Set the binary file format\n"
43440a403fSchristos"  -e --exe=<executable>  Set the input file name (default is a.out)\n"
44440a403fSchristos"  -i --inlines           Unwind inlined functions\n"
45440a403fSchristos"  -j --section=<name>    Read section-relative offsets instead of addresses\n"
46440a403fSchristos"  -p --pretty-print      Make the output easier to read for humans\n"
47440a403fSchristos"  -s --basenames         Strip directory names\n"
48440a403fSchristos"  -f --functions         Show function names\n"
49440a403fSchristos"  -C --demangle[=style]  Demangle function names\n"
50440a403fSchristos"  -h --help              Display this information\n"
51440a403fSchristos"  -v --version           Display the program's version\n"
52440a403fSchristos"\n"
53440a403fSchristosmsgstr ""
54440a403fSchristos
55440a403fSchristos#: addr2line.c:100 ar.c:293 coffdump.c:469 dlltool.c:3926 dllwrap.c:524
56440a403fSchristos#: elfedit.c:1155 nlmconv.c:1113 objcopy.c:576 objcopy.c:611 readelf.c:3219
57440a403fSchristos#: size.c:99 srconv.c:1742 strings.c:663 sysdump.c:653 windmc.c:228
58440a403fSchristos#: windres.c:694
59440a403fSchristos#, c-format
60440a403fSchristosmsgid "Report bugs to %s\n"
61440a403fSchristosmsgstr ""
62440a403fSchristos"Rapportere fejl til %s\n"
63440a403fSchristos"Rapporter fejl i overs�ttelsen til dansk@dansk-gruppen.dk\n"
64440a403fSchristos
65440a403fSchristos#: addr2line.c:262
66440a403fSchristos#, c-format
67440a403fSchristosmsgid " at "
68440a403fSchristosmsgstr " ved "
69440a403fSchristos
70440a403fSchristos#: addr2line.c:287
71440a403fSchristos#, fuzzy, c-format
72440a403fSchristosmsgid " (inlined by) "
73440a403fSchristosmsgstr "(inlined)"
74440a403fSchristos
75440a403fSchristos#: addr2line.c:320
76440a403fSchristos#, c-format
77440a403fSchristosmsgid "%s: cannot get addresses from archive"
78440a403fSchristosmsgstr "%s: kan ikke f� fat p� adresserne fra arkivet"
79440a403fSchristos
80440a403fSchristos#: addr2line.c:337
81440a403fSchristos#, c-format
82440a403fSchristosmsgid "%s: cannot find section %s"
83440a403fSchristosmsgstr "%s: kan ikke finde sektion: %s"
84440a403fSchristos
85440a403fSchristos#: addr2line.c:406 nm.c:1563 objdump.c:3301
86440a403fSchristos#, c-format
87440a403fSchristosmsgid "unknown demangling style `%s'"
88440a403fSchristosmsgstr "ukendt afkodningsstil \"%s\""
89440a403fSchristos
90440a403fSchristos#: ar.c:215
91440a403fSchristos#, c-format
92440a403fSchristosmsgid "no entry %s in archive\n"
93440a403fSchristosmsgstr "ingen post %s i arkivet\n"
94440a403fSchristos
95440a403fSchristos#: ar.c:233
96440a403fSchristos#, c-format
97440a403fSchristosmsgid "Usage: %s [emulation options] [--plugin <name>] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n"
98440a403fSchristosmsgstr ""
99440a403fSchristos
100440a403fSchristos#: ar.c:235
101440a403fSchristos#, c-format
102440a403fSchristosmsgid "Usage: %s [emulation options] [-]{dmpqrstx}[abcfilNoPsSuvV] [member-name] [count] archive-file file...\n"
103440a403fSchristosmsgstr ""
104440a403fSchristos
105440a403fSchristos#: ar.c:240
106440a403fSchristos#, c-format
107440a403fSchristosmsgid "       %s -M [<mri-script]\n"
108440a403fSchristosmsgstr "       %s -M [<mri-skript]\n"
109440a403fSchristos
110440a403fSchristos#: ar.c:241
111440a403fSchristos#, c-format
112440a403fSchristosmsgid " commands:\n"
113440a403fSchristosmsgstr " kommandoer:\n"
114440a403fSchristos
115440a403fSchristos#: ar.c:242
116440a403fSchristos#, c-format
117440a403fSchristosmsgid "  d            - delete file(s) from the archive\n"
118440a403fSchristosmsgstr "  d            - slet filer i arkivet\n"
119440a403fSchristos
120440a403fSchristos#: ar.c:243
121440a403fSchristos#, c-format
122440a403fSchristosmsgid "  m[ab]        - move file(s) in the archive\n"
123440a403fSchristosmsgstr "  m[ab]        - flyt filer i arkivet\n"
124440a403fSchristos
125440a403fSchristos#: ar.c:244
126440a403fSchristos#, c-format
127440a403fSchristosmsgid "  p            - print file(s) found in the archive\n"
128440a403fSchristosmsgstr "  p            - udskriv filer som m�dtes i arkivet\n"
129440a403fSchristos
130440a403fSchristos#: ar.c:245
131440a403fSchristos#, c-format
132440a403fSchristosmsgid "  q[f]         - quick append file(s) to the archive\n"
133440a403fSchristosmsgstr "  q[f]         - hurtigtilf�j filer til slutningen af arkivet\n"
134440a403fSchristos
135440a403fSchristos#: ar.c:246
136440a403fSchristos#, c-format
137440a403fSchristosmsgid "  r[ab][f][u]  - replace existing or insert new file(s) into the archive\n"
138440a403fSchristosmsgstr "  r[ab][f][u]  - erstat eksisterende eller inds�t nye filer i arkivet\n"
139440a403fSchristos
140440a403fSchristos#: ar.c:247
141440a403fSchristos#, c-format
142440a403fSchristosmsgid "  s            - act as ranlib\n"
143440a403fSchristosmsgstr "  s            - opf�rsel som ranlib\n"
144440a403fSchristos
145440a403fSchristos#: ar.c:248
146440a403fSchristos#, c-format
147440a403fSchristosmsgid "  t            - display contents of archive\n"
148440a403fSchristosmsgstr "  t            - vis indeholdet i arkivet\n"
149440a403fSchristos
150440a403fSchristos#: ar.c:249
151440a403fSchristos#, c-format
152440a403fSchristosmsgid "  x[o]         - extract file(s) from the archive\n"
153440a403fSchristosmsgstr "  x[o]         - hent filer fra arkivet\n"
154440a403fSchristos
155440a403fSchristos#: ar.c:250
156440a403fSchristos#, c-format
157440a403fSchristosmsgid " command specific modifiers:\n"
158440a403fSchristosmsgstr " �ndrere specifikke for kommandoer:\n"
159440a403fSchristos
160440a403fSchristos#: ar.c:251
161440a403fSchristos#, c-format
162440a403fSchristosmsgid "  [a]          - put file(s) after [member-name]\n"
163440a403fSchristosmsgstr "  [a]          - inds�t filer efter [medlemsnavn]\n"
164440a403fSchristos
165440a403fSchristos#: ar.c:252
166440a403fSchristos#, c-format
167440a403fSchristosmsgid "  [b]          - put file(s) before [member-name] (same as [i])\n"
168440a403fSchristosmsgstr "  [b]          - inds�tte filer for [medlemsnavn] (samme som [i])\n"
169440a403fSchristos
170440a403fSchristos#: ar.c:253
171440a403fSchristos#, c-format
172440a403fSchristosmsgid "  [D]          - use zero for timestamps and uids/gids\n"
173440a403fSchristosmsgstr "  [D]          - brug nul som tidsstempel og uids/gids\n"
174440a403fSchristos
175440a403fSchristos#: ar.c:254
176440a403fSchristos#, c-format
177440a403fSchristosmsgid "  [N]          - use instance [count] of name\n"
178440a403fSchristosmsgstr "  [N]          - brug forekomst [nummer] af navn\n"
179440a403fSchristos
180440a403fSchristos#: ar.c:255
181440a403fSchristos#, c-format
182440a403fSchristosmsgid "  [f]          - truncate inserted file names\n"
183440a403fSchristosmsgstr "  [f]          - afkort indsatte filnavne\n"
184440a403fSchristos
185440a403fSchristos#: ar.c:256
186440a403fSchristos#, c-format
187440a403fSchristosmsgid "  [P]          - use full path names when matching\n"
188440a403fSchristosmsgstr "  [P]          - brug fuldst�ndig s�gestien ved sammenligninger\n"
189440a403fSchristos
190440a403fSchristos#: ar.c:257
191440a403fSchristos#, c-format
192440a403fSchristosmsgid "  [o]          - preserve original dates\n"
193440a403fSchristosmsgstr "  [o]          - bevar oprindelige datoer\n"
194440a403fSchristos
195440a403fSchristos#: ar.c:258
196440a403fSchristos#, c-format
197440a403fSchristosmsgid "  [u]          - only replace files that are newer than current archive contents\n"
198440a403fSchristosmsgstr "  [u]          - erstat kun filer som er nyere end i arkivet\n"
199440a403fSchristos
200440a403fSchristos#: ar.c:259
201440a403fSchristos#, c-format
202440a403fSchristosmsgid " generic modifiers:\n"
203440a403fSchristosmsgstr " generelle �ndrere:\n"
204440a403fSchristos
205440a403fSchristos#: ar.c:260
206440a403fSchristos#, c-format
207440a403fSchristosmsgid "  [c]          - do not warn if the library had to be created\n"
208440a403fSchristosmsgstr "  [c]          - advar ikke om biblioteket skal oprettes\n"
209440a403fSchristos
210440a403fSchristos#: ar.c:261
211440a403fSchristos#, c-format
212440a403fSchristosmsgid "  [s]          - create an archive index (cf. ranlib)\n"
213440a403fSchristosmsgstr "  [s]          - opret et indeks over arkivet (jfr. ranlib)\n"
214440a403fSchristos
215440a403fSchristos#: ar.c:262
216440a403fSchristos#, c-format
217440a403fSchristosmsgid "  [S]          - do not build a symbol table\n"
218440a403fSchristosmsgstr "  [S]          - opret intet indeks over arkivet\n"
219440a403fSchristos
220440a403fSchristos#: ar.c:263
221440a403fSchristos#, c-format
222440a403fSchristosmsgid "  [T]          - make a thin archive\n"
223440a403fSchristosmsgstr "  [T]          - lav et tyndt arkiv\n"
224440a403fSchristos
225440a403fSchristos#: ar.c:264
226440a403fSchristos#, c-format
227440a403fSchristosmsgid "  [v]          - be verbose\n"
228440a403fSchristosmsgstr "  [v]          - beskriv udf�rligt\n"
229440a403fSchristos
230440a403fSchristos#: ar.c:265
231440a403fSchristos#, c-format
232440a403fSchristosmsgid "  [V]          - display the version number\n"
233440a403fSchristosmsgstr "  [V]          - vis versionsinformation\n"
234440a403fSchristos
235440a403fSchristos#: ar.c:266
236440a403fSchristos#, c-format
237440a403fSchristosmsgid "  @<file>      - read options from <file>\n"
238440a403fSchristosmsgstr "   --def <deffil>         Navngiv .def-inddatafilen\n"
239440a403fSchristos
240440a403fSchristos#: ar.c:268
241440a403fSchristos#, c-format
242440a403fSchristosmsgid " optional:\n"
243440a403fSchristosmsgstr " valgmuligheder:\n"
244440a403fSchristos
245440a403fSchristos#: ar.c:269
246440a403fSchristos#, c-format
247440a403fSchristosmsgid "  --plugin <p> - load the specified plugin\n"
248440a403fSchristosmsgstr "  --plugin <p> - indl�s the angivne modul\n"
249440a403fSchristos
250440a403fSchristos#: ar.c:276
251440a403fSchristos#, c-format
252440a403fSchristosmsgid "Usage: %s [options] archive\n"
253440a403fSchristosmsgstr "brug: %s [valgmuligheder] arkiv\n"
254440a403fSchristos
255440a403fSchristos#: ar.c:277
256440a403fSchristos#, c-format
257440a403fSchristosmsgid " Generate an index to speed access to archives\n"
258440a403fSchristosmsgstr " Gener�r et indeks for hurtig adgang til arkiver\n"
259440a403fSchristos
260440a403fSchristos#: ar.c:278
261440a403fSchristos#, c-format
262440a403fSchristosmsgid ""
263440a403fSchristos" The options are:\n"
264440a403fSchristos"  @<file>                      Read options from <file>\n"
265440a403fSchristosmsgstr ""
266440a403fSchristos" Valgmulighederne er:\n"
267440a403fSchristos"  @<fil>                       L�s valgmuligheder fra <fil>\n"
268440a403fSchristos
269440a403fSchristos#: ar.c:281
270440a403fSchristos#, c-format
271440a403fSchristosmsgid "  --plugin <name>              Load the specified plugin\n"
272440a403fSchristosmsgstr "  --plugin <navn>              Indl�s det angivne modul\n"
273440a403fSchristos
274440a403fSchristos#: ar.c:284
275440a403fSchristos#, c-format
276440a403fSchristosmsgid ""
277440a403fSchristos"  -t                           Update the archive's symbol map timestamp\n"
278440a403fSchristos"  -h --help                    Print this help message\n"
279440a403fSchristos"  -v --version                 Print version information\n"
280440a403fSchristosmsgstr ""
281440a403fSchristos"  -t                           Opdat�r tidsstempel p� arkivets symboltabel\n"
282440a403fSchristos"  -h --help                    Vis denne hj�lpebesked\n"
283440a403fSchristos"  -V --version                 Vis versionsinformation\n"
284440a403fSchristos
285440a403fSchristos#: ar.c:481 nm.c:1636
286440a403fSchristos#, c-format
287440a403fSchristosmsgid "sorry - this program has been built without plugin support\n"
288440a403fSchristosmsgstr "desv�rre - dette program er blevet genereret uden underst�ttelse for moduler\n"
289440a403fSchristos
290440a403fSchristos#: ar.c:508
291440a403fSchristosmsgid "two different operation options specified"
292440a403fSchristosmsgstr "to forskellige kommandoflag blev angivet"
293440a403fSchristos
294440a403fSchristos#: ar.c:589
295440a403fSchristos#, c-format
296440a403fSchristosmsgid "illegal option -- %c"
297440a403fSchristosmsgstr "ikke tilladt valgmulighed -- %c"
298440a403fSchristos
299440a403fSchristos#: ar.c:632
300440a403fSchristosmsgid "no operation specified"
301440a403fSchristosmsgstr "ingen handling blev angivet"
302440a403fSchristos
303440a403fSchristos#: ar.c:635
304440a403fSchristosmsgid "`u' is only meaningful with the `r' option."
305440a403fSchristosmsgstr "\"u\" er kun meningsfuldt sammen med \"r\"."
306440a403fSchristos
307440a403fSchristos#: ar.c:638
308440a403fSchristosmsgid "`u' is not meaningful with the `D' option."
309440a403fSchristosmsgstr "\"u\" er ikke meningsfuldt sammen med \"D\"-valgmuligheden."
310440a403fSchristos
311440a403fSchristos#: ar.c:646
312440a403fSchristosmsgid "`N' is only meaningful with the `x' and `d' options."
313440a403fSchristosmsgstr "\"N\" er kun meningsfuldt sammen med \"x\" eller \"d\"."
314440a403fSchristos
315440a403fSchristos#: ar.c:649
316440a403fSchristosmsgid "Value for `N' must be positive."
317440a403fSchristosmsgstr "\"N\"'s argument skal v�re positivt."
318440a403fSchristos
319440a403fSchristos#: ar.c:661
320440a403fSchristosmsgid "`x' cannot be used on thin archives."
321440a403fSchristosmsgstr ""
322440a403fSchristos
323440a403fSchristos#: ar.c:702
324440a403fSchristos#, c-format
325440a403fSchristosmsgid "internal error -- this option not implemented"
326440a403fSchristosmsgstr "intern fejl -- flaget er ikke implementeret"
327440a403fSchristos
328440a403fSchristos#: ar.c:771
329440a403fSchristos#, c-format
330440a403fSchristosmsgid "creating %s"
331440a403fSchristosmsgstr "opretter %s"
332440a403fSchristos
333440a403fSchristos#: ar.c:820 ar.c:875 ar.c:1203 objcopy.c:2052
334440a403fSchristos#, c-format
335440a403fSchristosmsgid "internal stat error on %s"
336440a403fSchristosmsgstr "intern stat-fejl for %s"
337440a403fSchristos
338440a403fSchristos#: ar.c:824
339440a403fSchristos#, c-format
340440a403fSchristosmsgid ""
341440a403fSchristos"\n"
342440a403fSchristos"<%s>\n"
343440a403fSchristos"\n"
344440a403fSchristosmsgstr ""
345440a403fSchristos"\n"
346440a403fSchristos"<%s>\n"
347440a403fSchristos"\n"
348440a403fSchristos
349440a403fSchristos#: ar.c:840 ar.c:908
350440a403fSchristos#, c-format
351440a403fSchristosmsgid "%s is not a valid archive"
352440a403fSchristosmsgstr "%s er ikke et gyldigt arkiv"
353440a403fSchristos
354440a403fSchristos#: ar.c:1108
355440a403fSchristos#, c-format
356440a403fSchristosmsgid "No member named `%s'\n"
357440a403fSchristosmsgstr "Intet medlem med navn \"%s\"\n"
358440a403fSchristos
359440a403fSchristos#: ar.c:1158
360440a403fSchristos#, c-format
361440a403fSchristosmsgid "no entry %s in archive %s!"
362440a403fSchristosmsgstr "ingen post %s i arkiv %s!"
363440a403fSchristos
364440a403fSchristos# archive map virker v�re vad indekset kaldes i kildekodeen
365440a403fSchristos#: ar.c:1297
366440a403fSchristos#, c-format
367440a403fSchristosmsgid "%s: no archive map to update"
368440a403fSchristosmsgstr "%s: intet arkivindeks at opdatere"
369440a403fSchristos
370440a403fSchristos#: arsup.c:89
371440a403fSchristos#, c-format
372440a403fSchristosmsgid "No entry %s in archive.\n"
373440a403fSchristosmsgstr "Ingen post %s i arkivet.\n"
374440a403fSchristos
375440a403fSchristos#: arsup.c:114
376440a403fSchristos#, c-format
377440a403fSchristosmsgid "Can't open file %s\n"
378440a403fSchristosmsgstr "Kan ikke �bne fil %s\n"
379440a403fSchristos
380440a403fSchristos#: arsup.c:164
381440a403fSchristos#, c-format
382440a403fSchristosmsgid "%s: Can't open output archive %s\n"
383440a403fSchristosmsgstr "%s: Kan ikke �bne uddataarkivet %s\n"
384440a403fSchristos
385440a403fSchristos#: arsup.c:181
386440a403fSchristos#, c-format
387440a403fSchristosmsgid "%s: Can't open input archive %s\n"
388440a403fSchristosmsgstr "%s: Kan ikke �bne inddataarkivet %s\n"
389440a403fSchristos
390440a403fSchristos#: arsup.c:190
391440a403fSchristos#, c-format
392440a403fSchristosmsgid "%s: file %s is not an archive\n"
393440a403fSchristosmsgstr "%s: fil %s er ikke et arkiv\n"
394440a403fSchristos
395440a403fSchristos#: arsup.c:230
396440a403fSchristos#, c-format
397440a403fSchristosmsgid "%s: no output archive specified yet\n"
398440a403fSchristosmsgstr "%s: intet uddataarkiv angivet endnu\n"
399440a403fSchristos
400440a403fSchristos#: arsup.c:250 arsup.c:288 arsup.c:330 arsup.c:350 arsup.c:416
401440a403fSchristos#, c-format
402440a403fSchristosmsgid "%s: no open output archive\n"
403440a403fSchristosmsgstr "%s: intet �bent uddataarkiv\n"
404440a403fSchristos
405440a403fSchristos#: arsup.c:261 arsup.c:371 arsup.c:397
406440a403fSchristos#, c-format
407440a403fSchristosmsgid "%s: can't open file %s\n"
408440a403fSchristosmsgstr "%s: kan ikke �bne fil %s\n"
409440a403fSchristos
410440a403fSchristos# module file er det samme som member
411440a403fSchristos#: arsup.c:315 arsup.c:393 arsup.c:474
412440a403fSchristos#, c-format
413440a403fSchristosmsgid "%s: can't find module file %s\n"
414440a403fSchristosmsgstr "%s: kan ikke finde medlem %s\n"
415440a403fSchristos
416440a403fSchristos#: arsup.c:425
417440a403fSchristos#, c-format
418440a403fSchristosmsgid "Current open archive is %s\n"
419440a403fSchristosmsgstr "Det aktuelle �bne arkiv er %s\n"
420440a403fSchristos
421440a403fSchristos#  BUGG: dubbelt blanksteg
422440a403fSchristos#: arsup.c:449
423440a403fSchristos#, c-format
424440a403fSchristosmsgid "%s: no open archive\n"
425440a403fSchristosmsgstr "%s: intet �bent arkiv\n"
426440a403fSchristos
427440a403fSchristos#: bin2c.c:59
428440a403fSchristos#, c-format
429440a403fSchristosmsgid "Usage: %s < input_file > output_file\n"
430440a403fSchristosmsgstr "Brug: %s [flag] < [in-fil] > [ud-fil]\n"
431440a403fSchristos
432440a403fSchristos#: bin2c.c:60
433440a403fSchristos#, c-format
434440a403fSchristosmsgid "Prints bytes from stdin in hex format.\n"
435440a403fSchristosmsgstr ""
436440a403fSchristos
437440a403fSchristos#: binemul.c:38
438440a403fSchristos#, c-format
439440a403fSchristosmsgid "  No emulation specific options\n"
440440a403fSchristosmsgstr ""
441440a403fSchristos
442440a403fSchristos#. Macros for common output.
443440a403fSchristos#: binemul.h:46
444440a403fSchristos#, c-format
445440a403fSchristosmsgid " emulation options: \n"
446440a403fSchristosmsgstr ""
447440a403fSchristos
448440a403fSchristos#: bucomm.c:163
449440a403fSchristos#, c-format
450440a403fSchristosmsgid "can't set BFD default target to `%s': %s"
451440a403fSchristosmsgstr "kan ikke s�tte BFD's standardm�l til \"%s\": %s"
452440a403fSchristos
453440a403fSchristos#: bucomm.c:175
454440a403fSchristos#, c-format
455440a403fSchristosmsgid "%s: Matching formats:"
456440a403fSchristosmsgstr "%s: Passende format:"
457440a403fSchristos
458440a403fSchristos#: bucomm.c:190
459440a403fSchristos#, c-format
460440a403fSchristosmsgid "Supported targets:"
461440a403fSchristosmsgstr "M�l som underst�ttes:"
462440a403fSchristos
463440a403fSchristos#: bucomm.c:192
464440a403fSchristos#, c-format
465440a403fSchristosmsgid "%s: supported targets:"
466440a403fSchristosmsgstr "%s: m�l som underst�ttes:"
467440a403fSchristos
468440a403fSchristos#: bucomm.c:210
469440a403fSchristos#, c-format
470440a403fSchristosmsgid "Supported architectures:"
471440a403fSchristosmsgstr "Arkitekturer som underst�ttes:"
472440a403fSchristos
473440a403fSchristos#: bucomm.c:212
474440a403fSchristos#, c-format
475440a403fSchristosmsgid "%s: supported architectures:"
476440a403fSchristosmsgstr "%s: arkitekturer som underst�ttes:"
477440a403fSchristos
478440a403fSchristos#: bucomm.c:407
479440a403fSchristos#, c-format
480440a403fSchristosmsgid "BFD header file version %s\n"
481440a403fSchristosmsgstr "BFD-hovedfil version %s\n"
482440a403fSchristos
483440a403fSchristos#: bucomm.c:556
484440a403fSchristos#, c-format
485440a403fSchristosmsgid "%s: bad number: %s"
486440a403fSchristosmsgstr "%s: fejlagtigt tal: %s"
487440a403fSchristos
488440a403fSchristos#: bucomm.c:573 strings.c:409
489440a403fSchristos#, c-format
490440a403fSchristosmsgid "'%s': No such file"
491440a403fSchristosmsgstr "%s: Ingen s�dan fil"
492440a403fSchristos
493440a403fSchristos#: bucomm.c:575 strings.c:411
494440a403fSchristos#, c-format
495440a403fSchristosmsgid "Warning: could not locate '%s'.  reason: %s"
496440a403fSchristosmsgstr ""
497440a403fSchristos
498440a403fSchristos#: bucomm.c:579
499440a403fSchristos#, c-format
500440a403fSchristosmsgid "Warning: '%s' is not an ordinary file"
501440a403fSchristosmsgstr ""
502440a403fSchristos
503440a403fSchristos#: coffdump.c:106
504440a403fSchristos#, c-format
505440a403fSchristosmsgid "#lines %d "
506440a403fSchristosmsgstr "#linjer %d "
507440a403fSchristos
508440a403fSchristos#: coffdump.c:460 sysdump.c:646
509440a403fSchristos#, c-format
510440a403fSchristosmsgid "Usage: %s [option(s)] in-file\n"
511440a403fSchristosmsgstr "Brug: %s [flag] inddatafil\n"
512440a403fSchristos
513440a403fSchristos#: coffdump.c:461
514440a403fSchristos#, c-format
515440a403fSchristosmsgid " Print a human readable interpretation of a SYSROFF object file\n"
516440a403fSchristosmsgstr " Skriv en menneskeligt l�sbar tolkning af en SYSROFF-objektfil\n"
517440a403fSchristos
518440a403fSchristos#: coffdump.c:462
519440a403fSchristos#, c-format
520440a403fSchristosmsgid ""
521440a403fSchristos" The options are:\n"
522440a403fSchristos"  @<file>                Read options from <file>\n"
523440a403fSchristos"  -h --help              Display this information\n"
524440a403fSchristos"  -v --version           Display the program's version\n"
525440a403fSchristos"\n"
526440a403fSchristosmsgstr ""
527440a403fSchristos
528440a403fSchristos#: coffdump.c:531 srconv.c:1832 sysdump.c:710
529440a403fSchristosmsgid "no input file specified"
530440a403fSchristosmsgstr "ingen inddatafil angaves"
531440a403fSchristos
532440a403fSchristos#: cxxfilt.c:119 nm.c:269 objdump.c:256
533440a403fSchristos#, c-format
534440a403fSchristosmsgid "Report bugs to %s.\n"
535440a403fSchristosmsgstr ""
536440a403fSchristos"Rapport�r fejl til %s.\n"
537440a403fSchristos"Rapport�r fejl i overs�ttelsen til dansk@klid.dk.\n"
538440a403fSchristos
539440a403fSchristos#: debug.c:647
540440a403fSchristosmsgid "debug_add_to_current_namespace: no current file"
541440a403fSchristosmsgstr "debug_add_to_current_namespace: ingen aktuel fil"
542440a403fSchristos
543440a403fSchristos#: debug.c:726
544440a403fSchristosmsgid "debug_start_source: no debug_set_filename call"
545440a403fSchristosmsgstr "debug_start_source: intet kald til debug_set_filename"
546440a403fSchristos
547440a403fSchristos#: debug.c:782
548440a403fSchristosmsgid "debug_record_function: no debug_set_filename call"
549440a403fSchristosmsgstr "debug_record_function: intet kald til debug_set_filename"
550440a403fSchristos
551440a403fSchristos#: debug.c:834
552440a403fSchristosmsgid "debug_record_parameter: no current function"
553440a403fSchristosmsgstr "debug_record_parameter: ingen aktuel funktion"
554440a403fSchristos
555440a403fSchristos#: debug.c:866
556440a403fSchristosmsgid "debug_end_function: no current function"
557440a403fSchristosmsgstr "debug_end_function: ingen aktuel funktion"
558440a403fSchristos
559440a403fSchristos#: debug.c:872
560440a403fSchristosmsgid "debug_end_function: some blocks were not closed"
561440a403fSchristosmsgstr "debug_end_function: nogen blokke afsluttedes ikke"
562440a403fSchristos
563440a403fSchristos#: debug.c:900
564440a403fSchristosmsgid "debug_start_block: no current block"
565440a403fSchristosmsgstr "debug_start_block: ingen aktuel blok"
566440a403fSchristos
567440a403fSchristos#: debug.c:936
568440a403fSchristosmsgid "debug_end_block: no current block"
569440a403fSchristosmsgstr "debug_end_block: ingen aktuel blok"
570440a403fSchristos
571440a403fSchristos#: debug.c:943
572440a403fSchristosmsgid "debug_end_block: attempt to close top level block"
573440a403fSchristosmsgstr "debug_end_block: fors�g gjordes p� at afslutte �verste blok"
574440a403fSchristos
575440a403fSchristos#: debug.c:966
576440a403fSchristosmsgid "debug_record_line: no current unit"
577440a403fSchristosmsgstr "debug_record_line: ingen aktuel overs�ttelsesenhed"
578440a403fSchristos
579440a403fSchristos#. FIXME
580440a403fSchristos#: debug.c:1019
581440a403fSchristosmsgid "debug_start_common_block: not implemented"
582440a403fSchristosmsgstr "debug_start_common_block: ikke implementeret"
583440a403fSchristos
584440a403fSchristos#. FIXME
585440a403fSchristos#: debug.c:1030
586440a403fSchristosmsgid "debug_end_common_block: not implemented"
587440a403fSchristosmsgstr "debug_end_common_block: ikke implementeret"
588440a403fSchristos
589440a403fSchristos#  BUGG: Kolon mangler antagligen
590440a403fSchristos#. FIXME.
591440a403fSchristos#: debug.c:1114
592440a403fSchristosmsgid "debug_record_label: not implemented"
593440a403fSchristosmsgstr "debug_record_label: ikke implementeret"
594440a403fSchristos
595440a403fSchristos#: debug.c:1136
596440a403fSchristosmsgid "debug_record_variable: no current file"
597440a403fSchristosmsgstr "debug_record_variable: ingen aktuel fil"
598440a403fSchristos
599440a403fSchristos#: debug.c:1664
600440a403fSchristosmsgid "debug_make_undefined_type: unsupported kind"
601440a403fSchristosmsgstr "debug_make_undefined_type: slagsen kan ikke h�ndteres"
602440a403fSchristos
603440a403fSchristos#: debug.c:1841
604440a403fSchristosmsgid "debug_name_type: no current file"
605440a403fSchristosmsgstr "debug_name_type: ingen aktuel fil"
606440a403fSchristos
607440a403fSchristos#: debug.c:1886
608440a403fSchristosmsgid "debug_tag_type: no current file"
609440a403fSchristosmsgstr "debug_tag_type: ingen aktuel fil"
610440a403fSchristos
611440a403fSchristos#: debug.c:1894
612440a403fSchristosmsgid "debug_tag_type: extra tag attempted"
613440a403fSchristosmsgstr "debug_tag_type: fors�g gjordes p� at s�tte et ekstra m�rke"
614440a403fSchristos
615440a403fSchristos#: debug.c:1931
616440a403fSchristos#, c-format
617440a403fSchristosmsgid "Warning: changing type size from %d to %d\n"
618440a403fSchristosmsgstr "Advarsel: �ndrer datatypens st�rrelse fra %d til %d\n"
619440a403fSchristos
620440a403fSchristos#: debug.c:1953
621440a403fSchristosmsgid "debug_find_named_type: no current compilation unit"
622440a403fSchristosmsgstr "debug_find_named_type: ingen aktuel overs�ttelsesenhed"
623440a403fSchristos
624440a403fSchristos#: debug.c:2056
625440a403fSchristos#, c-format
626440a403fSchristosmsgid "debug_get_real_type: circular debug information for %s\n"
627440a403fSchristosmsgstr "debug_get_real_type: %s har cirkul�r fejls�gningsinformation\n"
628440a403fSchristos
629440a403fSchristos#: debug.c:2483
630440a403fSchristosmsgid "debug_write_type: illegal type encountered"
631440a403fSchristosmsgstr "debug_write_type: m�dte en ugyldig type"
632440a403fSchristos
633440a403fSchristos#: dlltool.c:901 dlltool.c:927 dlltool.c:958
634440a403fSchristos#, c-format
635440a403fSchristosmsgid "Internal error: Unknown machine type: %d"
636440a403fSchristosmsgstr "Intern fejl: Ukendt maskintype: %d"
637440a403fSchristos
638440a403fSchristos#: dlltool.c:999
639440a403fSchristos#, c-format
640440a403fSchristosmsgid "Can't open def file: %s"
641440a403fSchristosmsgstr "Kan ikke �bne def-fil: %s"
642440a403fSchristos
643440a403fSchristos#: dlltool.c:1004
644440a403fSchristos#, c-format
645440a403fSchristosmsgid "Processing def file: %s"
646440a403fSchristosmsgstr "Behandler def-fil: %s"
647440a403fSchristos
648440a403fSchristos#: dlltool.c:1008
649440a403fSchristosmsgid "Processed def file"
650440a403fSchristosmsgstr "Def-filen er behandlet"
651440a403fSchristos
652440a403fSchristos#: dlltool.c:1032
653440a403fSchristos#, c-format
654440a403fSchristosmsgid "Syntax error in def file %s:%d"
655440a403fSchristosmsgstr "Syntaktisk fejl i def-fil %s:%d"
656440a403fSchristos
657440a403fSchristos#: dlltool.c:1069
658440a403fSchristos#, c-format
659440a403fSchristosmsgid "%s: Path components stripped from image name, '%s'."
660440a403fSchristosmsgstr ""
661440a403fSchristos
662440a403fSchristos#: dlltool.c:1087
663440a403fSchristos#, c-format
664440a403fSchristosmsgid "NAME: %s base: %x"
665440a403fSchristosmsgstr "NAME: %s bas: %x"
666440a403fSchristos
667440a403fSchristos#: dlltool.c:1090 dlltool.c:1106
668440a403fSchristosmsgid "Can't have LIBRARY and NAME"
669440a403fSchristosmsgstr "Kan ikke have b�de LIBRARY og NAME"
670440a403fSchristos
671440a403fSchristos#: dlltool.c:1103
672440a403fSchristos#, c-format
673440a403fSchristosmsgid "LIBRARY: %s base: %x"
674440a403fSchristosmsgstr "LIBRARY: %s bas: %x"
675440a403fSchristos
676440a403fSchristos#: dlltool.c:1342 resrc.c:293
677440a403fSchristos#, c-format
678440a403fSchristosmsgid "wait: %s"
679440a403fSchristosmsgstr "wait: %s"
680440a403fSchristos
681440a403fSchristos#: dlltool.c:1347 dllwrap.c:422 resrc.c:298
682440a403fSchristos#, c-format
683440a403fSchristosmsgid "subprocess got fatal signal %d"
684440a403fSchristosmsgstr "subprocessen fik fatalt signal %d"
685440a403fSchristos
686440a403fSchristos#: dlltool.c:1353 dllwrap.c:429 resrc.c:305
687440a403fSchristos#, c-format
688440a403fSchristosmsgid "%s exited with status %d"
689440a403fSchristosmsgstr "%s afsluttede med status %d"
690440a403fSchristos
691440a403fSchristos#: dlltool.c:1384
692440a403fSchristos#, c-format
693440a403fSchristosmsgid "Sucking in info from %s section in %s"
694440a403fSchristosmsgstr "Suger ind info fra sektion %s i %s"
695440a403fSchristos
696440a403fSchristos#: dlltool.c:1524
697440a403fSchristos#, c-format
698440a403fSchristosmsgid "Excluding symbol: %s"
699440a403fSchristosmsgstr "Undtager symbol: %s"
700440a403fSchristos
701440a403fSchristos#: dlltool.c:1613 dlltool.c:1624 nm.c:1010 nm.c:1021
702440a403fSchristos#, c-format
703440a403fSchristosmsgid "%s: no symbols"
704440a403fSchristosmsgstr "%s: ingen symboler"
705440a403fSchristos
706440a403fSchristos#. FIXME: we ought to read in and block out the base relocations.
707440a403fSchristos#: dlltool.c:1650
708440a403fSchristos#, c-format
709440a403fSchristosmsgid "Done reading %s"
710440a403fSchristosmsgstr "F�rdig med at l�se %s"
711440a403fSchristos
712440a403fSchristos#: dlltool.c:1660
713440a403fSchristos#, c-format
714440a403fSchristosmsgid "Unable to open object file: %s: %s"
715440a403fSchristosmsgstr "Kan ikke �bne objektfil: %s: %s"
716440a403fSchristos
717440a403fSchristos#: dlltool.c:1663
718440a403fSchristos#, c-format
719440a403fSchristosmsgid "Scanning object file %s"
720440a403fSchristosmsgstr "Afl�ser objektfil %s"
721440a403fSchristos
722440a403fSchristos#: dlltool.c:1678
723440a403fSchristos#, c-format
724440a403fSchristosmsgid "Cannot produce mcore-elf dll from archive file: %s"
725440a403fSchristosmsgstr "Kan ikke producere en mcore-elf-dll fra arkivfil: %s"
726440a403fSchristos
727440a403fSchristos#: dlltool.c:1780
728440a403fSchristosmsgid "Adding exports to output file"
729440a403fSchristosmsgstr "Tilf�jer eksportering til uddatafilen"
730440a403fSchristos
731440a403fSchristos#: dlltool.c:1832
732440a403fSchristosmsgid "Added exports to output file"
733440a403fSchristosmsgstr "Tilf�jede eksportering til uddatafilen"
734440a403fSchristos
735440a403fSchristos#: dlltool.c:1974
736440a403fSchristos#, c-format
737440a403fSchristosmsgid "Generating export file: %s"
738440a403fSchristosmsgstr "Genererer eksportfil: %s"
739440a403fSchristos
740440a403fSchristos#: dlltool.c:1979
741440a403fSchristos#, c-format
742440a403fSchristosmsgid "Unable to open temporary assembler file: %s"
743440a403fSchristosmsgstr "Kan ikke �bne tempor�r assemblerfil: %s"
744440a403fSchristos
745440a403fSchristos#: dlltool.c:1982
746440a403fSchristos#, c-format
747440a403fSchristosmsgid "Opened temporary file: %s"
748440a403fSchristosmsgstr "�bnede tempor�r fil: %s"
749440a403fSchristos
750440a403fSchristos#: dlltool.c:2159
751440a403fSchristosmsgid "failed to read the number of entries from base file"
752440a403fSchristosmsgstr "mislykkedes at indl�se antal indgange fra basefil"
753440a403fSchristos
754440a403fSchristos#: dlltool.c:2207
755440a403fSchristosmsgid "Generated exports file"
756440a403fSchristosmsgstr "Genererede eksportfil"
757440a403fSchristos
758440a403fSchristos#: dlltool.c:2416
759440a403fSchristos#, c-format
760440a403fSchristosmsgid "bfd_open failed open stub file: %s: %s"
761440a403fSchristosmsgstr "bfd_open mislykkedes med at �bne stubfil: %s: %s"
762440a403fSchristos
763440a403fSchristos#: dlltool.c:2420
764440a403fSchristos#, c-format
765440a403fSchristosmsgid "Creating stub file: %s"
766440a403fSchristosmsgstr "Opretter stubfil: %s"
767440a403fSchristos
768440a403fSchristos#: dlltool.c:2882
769440a403fSchristos#, c-format
770440a403fSchristosmsgid "bfd_open failed reopen stub file: %s: %s"
771440a403fSchristosmsgstr "bfd_open mislykkedes at �bne stubfil: %s: %s"
772440a403fSchristos
773440a403fSchristos#: dlltool.c:2896 dlltool.c:2972
774440a403fSchristos#, c-format
775440a403fSchristosmsgid "failed to open temporary head file: %s"
776440a403fSchristosmsgstr "mislykkedes at �bne tempor�r hovedfil: %s"
777440a403fSchristos
778440a403fSchristos#: dlltool.c:2958 dlltool.c:3038
779440a403fSchristos#, c-format
780440a403fSchristosmsgid "failed to open temporary head file: %s: %s"
781440a403fSchristosmsgstr "mislykkedes at �bne tempor�r hovedfil: %s: %s"
782440a403fSchristos
783440a403fSchristos#: dlltool.c:3052
784440a403fSchristos#, c-format
785440a403fSchristosmsgid "failed to open temporary tail file: %s"
786440a403fSchristosmsgstr "mislykkedes at �bne tempor�r halefil: %s"
787440a403fSchristos
788440a403fSchristos#: dlltool.c:3109
789440a403fSchristos#, c-format
790440a403fSchristosmsgid "failed to open temporary tail file: %s: %s"
791440a403fSchristosmsgstr "mislykkedes at �bne tempor�r halefil: %s: %s"
792440a403fSchristos
793440a403fSchristos#: dlltool.c:3131
794440a403fSchristos#, c-format
795440a403fSchristosmsgid "Can't create .lib file: %s: %s"
796440a403fSchristosmsgstr "Kan ikke �bne .lib-fil: %s: %s"
797440a403fSchristos
798440a403fSchristos#: dlltool.c:3135
799440a403fSchristos#, c-format
800440a403fSchristosmsgid "Creating library file: %s"
801440a403fSchristosmsgstr "Opretter biblioteksfil: %s"
802440a403fSchristos
803440a403fSchristos#: dlltool.c:3227 dlltool.c:3233
804440a403fSchristos#, c-format
805440a403fSchristosmsgid "cannot delete %s: %s"
806440a403fSchristosmsgstr "kan ikke slette %s: %s"
807440a403fSchristos
808440a403fSchristos#: dlltool.c:3238
809440a403fSchristosmsgid "Created lib file"
810440a403fSchristosmsgstr "Oprettede biblioteksfilen"
811440a403fSchristos
812440a403fSchristos#: dlltool.c:3450
813440a403fSchristos#, c-format
814440a403fSchristosmsgid "Can't open .lib file: %s: %s"
815440a403fSchristosmsgstr "Kan ikke �bne .lib-fil: %s: %s"
816440a403fSchristos
817440a403fSchristos#: dlltool.c:3458 dlltool.c:3480
818440a403fSchristos#, c-format
819440a403fSchristosmsgid "%s is not a library"
820440a403fSchristosmsgstr "%s er ikke et bibliotek"
821440a403fSchristos
822440a403fSchristos#: dlltool.c:3498
823440a403fSchristos#, c-format
824440a403fSchristosmsgid "Import library `%s' specifies two or more dlls"
825440a403fSchristosmsgstr ""
826440a403fSchristos
827440a403fSchristos#: dlltool.c:3509
828440a403fSchristos#, fuzzy, c-format
829440a403fSchristosmsgid "Unable to determine dll name for `%s' (not an import library?)"
830440a403fSchristosmsgstr "Kan ikke bestemme hvor mange symboler som skal l�ses ind\n"
831440a403fSchristos
832440a403fSchristos#: dlltool.c:3733
833440a403fSchristos#, c-format
834440a403fSchristosmsgid "Warning, ignoring duplicate EXPORT %s %d,%d"
835440a403fSchristosmsgstr "Advarsel, ignorerer duplikeret EXPORT %s %d,%d"
836440a403fSchristos
837440a403fSchristos#: dlltool.c:3739
838440a403fSchristos#, c-format
839440a403fSchristosmsgid "Error, duplicate EXPORT with ordinals: %s"
840440a403fSchristosmsgstr "Fejl, duplikeret EXPORT med ordningstal: %s"
841440a403fSchristos
842440a403fSchristos#: dlltool.c:3844
843440a403fSchristosmsgid "Processing definitions"
844440a403fSchristosmsgstr "Behandler definitioner"
845440a403fSchristos
846440a403fSchristos#: dlltool.c:3876
847440a403fSchristosmsgid "Processed definitions"
848440a403fSchristosmsgstr "Definitionerne er behandlede"
849440a403fSchristos
850440a403fSchristos#  BUGG: Kolon fattas
851440a403fSchristos#. xgetext:c-format
852440a403fSchristos#: dlltool.c:3883 dllwrap.c:483
853440a403fSchristos#, c-format
854440a403fSchristosmsgid "Usage %s <option(s)> <object-file(s)>\n"
855440a403fSchristosmsgstr "Brug: %s <flag> <objektfiler>\n"
856440a403fSchristos
857440a403fSchristos#. xgetext:c-format
858440a403fSchristos#: dlltool.c:3885
859440a403fSchristos#, c-format
860440a403fSchristosmsgid "   -m --machine <machine>    Create as DLL for <machine>.  [default: %s]\n"
861440a403fSchristosmsgstr "   -m --machine <maskine>     Opret som DLL for <maskine>.  [forvalgt: %s]\n"
862440a403fSchristos
863440a403fSchristos#: dlltool.c:3886
864440a403fSchristos#, c-format
865440a403fSchristosmsgid "        possible <machine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"
866440a403fSchristosmsgstr "        mulige <maskine>: arm[_interwork], i386, mcore[-elf]{-le|-be}, ppc, thumb\n"
867440a403fSchristos
868440a403fSchristos#: dlltool.c:3887
869440a403fSchristos#, c-format
870440a403fSchristosmsgid "   -e --output-exp <outname> Generate an export file.\n"
871440a403fSchristosmsgstr "   -e --output-exp <udnavn> Generer en eksportfil.\n"
872440a403fSchristos
873440a403fSchristos#: dlltool.c:3888
874440a403fSchristos#, c-format
875440a403fSchristosmsgid "   -l --output-lib <outname> Generate an interface library.\n"
876440a403fSchristosmsgstr "   -l --output-lib <udnavn> Generere et gr�nsesnitsbibliotek.\n"
877440a403fSchristos
878440a403fSchristos#: dlltool.c:3889
879440a403fSchristos#, fuzzy, c-format
880440a403fSchristosmsgid "   -y --output-delaylib <outname> Create a delay-import library.\n"
881440a403fSchristosmsgstr "   --output-lib <udnavn>  Gener�r inddatabibliotek.\n"
882440a403fSchristos
883440a403fSchristos#: dlltool.c:3890
884440a403fSchristos#, c-format
885440a403fSchristosmsgid "   -a --add-indirect         Add dll indirects to export file.\n"
886440a403fSchristosmsgstr "   -a --add-indirect         Tilf�j inddirekte dll til eksportfilen.\n"
887440a403fSchristos
888440a403fSchristos#: dlltool.c:3891
889440a403fSchristos#, c-format
890440a403fSchristosmsgid "   -D --dllname <name>       Name of input dll to put into interface lib.\n"
891440a403fSchristosmsgstr "   -D --dllname <navn>       Navn p� inddata-dll at inds�tte i gr�nsesnitsbiblioteket.\n"
892440a403fSchristos
893440a403fSchristos#: dlltool.c:3892
894440a403fSchristos#, c-format
895440a403fSchristosmsgid "   -d --input-def <deffile>  Name of .def file to be read in.\n"
896440a403fSchristosmsgstr "   -d --input-def <def-fil>  Navn p� .def-fil at l�se ind.\n"
897440a403fSchristos
898440a403fSchristos#: dlltool.c:3893
899440a403fSchristos#, c-format
900440a403fSchristosmsgid "   -z --output-def <deffile> Name of .def file to be created.\n"
901440a403fSchristosmsgstr "   -z --output-def <def-fil> Navn p� .def-fil at oprette.\n"
902440a403fSchristos
903440a403fSchristos#: dlltool.c:3894
904440a403fSchristos#, c-format
905440a403fSchristosmsgid "      --export-all-symbols   Export all symbols to .def\n"
906440a403fSchristosmsgstr "      --export-all-symbols   Eksport�r alle symboler til .def\n"
907440a403fSchristos
908440a403fSchristos#  F�ljende streng har den beskrivende delen indenteret to tegn
909440a403fSchristos#  extra i den engelska texten til at to flag er for lange. I den
910440a403fSchristos#  svenska overs�ttelsen er de indenterede tre tegn extra til at
911440a403fSchristos#  den ena flaget blev yderligere et tegn for lang.
912440a403fSchristos#: dlltool.c:3895
913440a403fSchristos#, c-format
914440a403fSchristosmsgid "      --no-export-all-symbols  Only export listed symbols\n"
915440a403fSchristosmsgstr "      --no-export-all-symbols   Eksport�r kun listede symboler\n"
916440a403fSchristos
917440a403fSchristos#  F�ljende streng har den beskrivende delen indenteret to tegn
918440a403fSchristos#  extra i den engelska texten til at to flag er for lange. I den
919440a403fSchristos#  svenska overs�ttelsen er de indenterede tre tegn extra til at
920440a403fSchristos#  den ena flaget blev yderligere et tegn for lang.
921440a403fSchristos#: dlltool.c:3896
922440a403fSchristos#, c-format
923440a403fSchristosmsgid "      --exclude-symbols <list> Don't export <list>\n"
924440a403fSchristosmsgstr "      --exclude-symbols <liste> Eksport�r ikke symboler i <liste>\n"
925440a403fSchristos
926440a403fSchristos#: dlltool.c:3897
927440a403fSchristos#, c-format
928440a403fSchristosmsgid "      --no-default-excludes  Clear default exclude symbols\n"
929440a403fSchristosmsgstr ""
930440a403fSchristos
931440a403fSchristos#: dlltool.c:3898
932440a403fSchristos#, c-format
933440a403fSchristosmsgid "   -b --base-file <basefile> Read linker generated base file.\n"
934440a403fSchristosmsgstr "   -b --base-file <basfil>   L�s den l�nker-genererede basefil.\n"
935440a403fSchristos
936440a403fSchristos#: dlltool.c:3899
937440a403fSchristos#, c-format
938440a403fSchristosmsgid "   -x --no-idata4            Don't generate idata$4 section.\n"
939440a403fSchristosmsgstr "   -x --no-idata4            Gener�r ingen idata$4-sektion.\n"
940440a403fSchristos
941440a403fSchristos#: dlltool.c:3900
942440a403fSchristos#, c-format
943440a403fSchristosmsgid "   -c --no-idata5            Don't generate idata$5 section.\n"
944440a403fSchristosmsgstr "   -c --no-idata5            Gener�r ingen idata$5-sektion.\n"
945440a403fSchristos
946440a403fSchristos#: dlltool.c:3901
947440a403fSchristos#, c-format
948440a403fSchristosmsgid "      --use-nul-prefixed-import-tables Use zero prefixed idata$4 and idata$5.\n"
949440a403fSchristosmsgstr ""
950440a403fSchristos
951440a403fSchristos#: dlltool.c:3902
952440a403fSchristos#, c-format
953440a403fSchristosmsgid "   -U --add-underscore       Add underscores to all symbols in interface library.\n"
954440a403fSchristosmsgstr "   -U --add-underscore       Tilf�j understreg p� alle symboler i gr�nsesnitsbiblioteket.\n"
955440a403fSchristos
956440a403fSchristos#: dlltool.c:3903
957440a403fSchristos#, fuzzy, c-format
958440a403fSchristosmsgid "      --add-stdcall-underscore Add underscores to stdcall symbols in interface library.\n"
959440a403fSchristosmsgstr "   -U --add-underscore       S�t dit understreg p� symboler i gr�nsesnitsbiblioteket.\n"
960440a403fSchristos
961440a403fSchristos#: dlltool.c:3904
962440a403fSchristos#, c-format
963440a403fSchristosmsgid "      --no-leading-underscore All symbols shouldn't be prefixed by an underscore.\n"
964440a403fSchristosmsgstr ""
965440a403fSchristos
966440a403fSchristos#: dlltool.c:3905
967440a403fSchristos#, c-format
968440a403fSchristosmsgid "      --leading-underscore   All symbols should be prefixed by an underscore.\n"
969440a403fSchristosmsgstr ""
970440a403fSchristos
971440a403fSchristos#: dlltool.c:3906
972440a403fSchristos#, c-format
973440a403fSchristosmsgid "   -k --kill-at              Kill @<n> from exported names.\n"
974440a403fSchristosmsgstr "   -k --kill-at              Fjern @<n> fra eksporterede navne.\n"
975440a403fSchristos
976440a403fSchristos#: dlltool.c:3907
977440a403fSchristos#, c-format
978440a403fSchristosmsgid "   -A --add-stdcall-alias    Add aliases without @<n>.\n"
979440a403fSchristosmsgstr "   -A --add-stdcall-alias    Tilf�j aliaser uden @<n>.\n"
980440a403fSchristos
981440a403fSchristos#: dlltool.c:3908
982440a403fSchristos#, fuzzy, c-format
983440a403fSchristosmsgid "   -p --ext-prefix-alias <prefix> Add aliases with <prefix>.\n"
984440a403fSchristosmsgstr "   -A --add-stdcall-alias    Tilf�j aliaser uden @<n>.\n"
985440a403fSchristos
986440a403fSchristos#: dlltool.c:3909
987440a403fSchristos#, c-format
988440a403fSchristosmsgid "   -S --as <name>            Use <name> for assembler.\n"
989440a403fSchristosmsgstr "   -S --as <navn>            Brug <navn> som assembler.\n"
990440a403fSchristos
991440a403fSchristos#: dlltool.c:3910
992440a403fSchristos#, c-format
993440a403fSchristosmsgid "   -f --as-flags <flags>     Pass <flags> to the assembler.\n"
994440a403fSchristosmsgstr "   -f --as-flags <flag>   Send <flag> til assembleren.\n"
995440a403fSchristos
996440a403fSchristos#: dlltool.c:3911
997440a403fSchristos#, c-format
998440a403fSchristosmsgid "   -C --compat-implib        Create backward compatible import library.\n"
999440a403fSchristosmsgstr "   -C --compat-implib        Opret bagudkompatibelt importbibliotek.\n"
1000440a403fSchristos
1001440a403fSchristos#: dlltool.c:3912
1002440a403fSchristos#, c-format
1003440a403fSchristosmsgid "   -n --no-delete            Keep temp files (repeat for extra preservation).\n"
1004440a403fSchristosmsgstr "   -n --no-delete            Behold temp.-filer (repet�r for �get antal).\n"
1005440a403fSchristos
1006440a403fSchristos#: dlltool.c:3913
1007440a403fSchristos#, c-format
1008440a403fSchristosmsgid "   -t --temp-prefix <prefix> Use <prefix> to construct temp file names.\n"
1009440a403fSchristosmsgstr ""
1010440a403fSchristos
1011440a403fSchristos#: dlltool.c:3914
1012440a403fSchristos#, c-format
1013440a403fSchristosmsgid "   -I --identify <implib>    Report the name of the DLL associated with <implib>.\n"
1014440a403fSchristosmsgstr ""
1015440a403fSchristos
1016440a403fSchristos#: dlltool.c:3915
1017440a403fSchristos#, c-format
1018440a403fSchristosmsgid "      --identify-strict      Causes --identify to report error when multiple DLLs.\n"
1019440a403fSchristosmsgstr ""
1020440a403fSchristos
1021440a403fSchristos#: dlltool.c:3916
1022440a403fSchristos#, c-format
1023440a403fSchristosmsgid "   -v --verbose              Be verbose.\n"
1024440a403fSchristosmsgstr "   -v --verbose              Beskriv udf�rligt\n"
1025440a403fSchristos
1026440a403fSchristos#: dlltool.c:3917
1027440a403fSchristos#, c-format
1028440a403fSchristosmsgid "   -V --version              Display the program version.\n"
1029440a403fSchristosmsgstr "   -V --version              Vis versionsinformation om programmet.\n"
1030440a403fSchristos
1031440a403fSchristos#: dlltool.c:3918
1032440a403fSchristos#, c-format
1033440a403fSchristosmsgid "   -h --help                 Display this information.\n"
1034440a403fSchristosmsgstr "   -h --help                 Vis denne information.\n"
1035440a403fSchristos
1036440a403fSchristos#: dlltool.c:3919
1037440a403fSchristos#, fuzzy, c-format
1038440a403fSchristosmsgid "   @<file>                   Read options from <file>.\n"
1039440a403fSchristosmsgstr "   @<fil>                    L�s valgmuligheder fra <fil>\n"
1040440a403fSchristos
1041440a403fSchristos#: dlltool.c:3921
1042440a403fSchristos#, c-format
1043440a403fSchristosmsgid "   -M --mcore-elf <outname>  Process mcore-elf object files into <outname>.\n"
1044440a403fSchristosmsgstr "   -M --mcore-elf <udnavn>   Behandl mcore-elf-objektfiler til <udnavn>.\n"
1045440a403fSchristos
1046440a403fSchristos#: dlltool.c:3922
1047440a403fSchristos#, c-format
1048440a403fSchristosmsgid "   -L --linker <name>        Use <name> as the linker.\n"
1049440a403fSchristosmsgstr "   -L --linker <navn>        Brug <navn> som l�nker.\n"
1050440a403fSchristos
1051440a403fSchristos#  Justeringen bliver fejl h�r for flaget er for lang.
1052440a403fSchristos#: dlltool.c:3923
1053440a403fSchristos#, c-format
1054440a403fSchristosmsgid "   -F --linker-flags <flags> Pass <flags> to the linker.\n"
1055440a403fSchristosmsgstr "   -F --linker-flags <flag> Send <flag> til l�nkeren.\n"
1056440a403fSchristos
1057440a403fSchristos#: dlltool.c:4070
1058440a403fSchristos#, c-format
1059440a403fSchristosmsgid "Path components stripped from dllname, '%s'."
1060440a403fSchristosmsgstr ""
1061440a403fSchristos
1062440a403fSchristos#: dlltool.c:4118
1063440a403fSchristos#, c-format
1064440a403fSchristosmsgid "Unable to open base-file: %s"
1065440a403fSchristosmsgstr "Kan ikke �bne basefilen: %s"
1066440a403fSchristos
1067440a403fSchristos#: dlltool.c:4153
1068440a403fSchristos#, c-format
1069440a403fSchristosmsgid "Machine '%s' not supported"
1070440a403fSchristosmsgstr "Maskine \"%s\" h�ndteres ikke"
1071440a403fSchristos
1072440a403fSchristos#: dlltool.c:4232
1073440a403fSchristos#, c-format
1074440a403fSchristosmsgid "Warning, machine type (%d) not supported for delayimport."
1075440a403fSchristosmsgstr ""
1076440a403fSchristos
1077440a403fSchristos#: dlltool.c:4300 dllwrap.c:213
1078440a403fSchristos#, c-format
1079440a403fSchristosmsgid "Tried file: %s"
1080440a403fSchristosmsgstr "Pr�vede fil: %s"
1081440a403fSchristos
1082440a403fSchristos#: dlltool.c:4307 dllwrap.c:220
1083440a403fSchristos#, c-format
1084440a403fSchristosmsgid "Using file: %s"
1085440a403fSchristosmsgstr "Bruger fil: %s"
1086440a403fSchristos
1087440a403fSchristos#: dllwrap.c:303
1088440a403fSchristos#, c-format
1089440a403fSchristosmsgid "Keeping temporary base file %s"
1090440a403fSchristosmsgstr "Beholder tempor�r basefil %s"
1091440a403fSchristos
1092440a403fSchristos#: dllwrap.c:305
1093440a403fSchristos#, c-format
1094440a403fSchristosmsgid "Deleting temporary base file %s"
1095440a403fSchristosmsgstr "Fjerner tempor�r basefil %s"
1096440a403fSchristos
1097440a403fSchristos#: dllwrap.c:319
1098440a403fSchristos#, c-format
1099440a403fSchristosmsgid "Keeping temporary exp file %s"
1100440a403fSchristosmsgstr "Beholder tempor�r eksportfil %s"
1101440a403fSchristos
1102440a403fSchristos#: dllwrap.c:321
1103440a403fSchristos#, c-format
1104440a403fSchristosmsgid "Deleting temporary exp file %s"
1105440a403fSchristosmsgstr "Fjerner tempor�r eksportfil %s"
1106440a403fSchristos
1107440a403fSchristos#: dllwrap.c:334
1108440a403fSchristos#, c-format
1109440a403fSchristosmsgid "Keeping temporary def file %s"
1110440a403fSchristosmsgstr "Beholder tempor�r def-fil %s"
1111440a403fSchristos
1112440a403fSchristos#: dllwrap.c:336
1113440a403fSchristos#, c-format
1114440a403fSchristosmsgid "Deleting temporary def file %s"
1115440a403fSchristosmsgstr "Fjerner tempor�r def-fil %s"
1116440a403fSchristos
1117440a403fSchristos#: dllwrap.c:484
1118440a403fSchristos#, c-format
1119440a403fSchristosmsgid "  Generic options:\n"
1120440a403fSchristosmsgstr "  Generelle flag:\n"
1121440a403fSchristos
1122440a403fSchristos#: dllwrap.c:485
1123440a403fSchristos#, c-format
1124440a403fSchristosmsgid "   @<file>                Read options from <file>\n"
1125440a403fSchristosmsgstr "   @<fil>                 L�s valgmuligheder fra <fil>\n"
1126440a403fSchristos
1127440a403fSchristos#: dllwrap.c:486
1128440a403fSchristos#, c-format
1129440a403fSchristosmsgid "   --quiet, -q            Work quietly\n"
1130440a403fSchristosmsgstr "   --quiet, -q            Arbejd stille\n"
1131440a403fSchristos
1132440a403fSchristos#: dllwrap.c:487
1133440a403fSchristos#, c-format
1134440a403fSchristosmsgid "   --verbose, -v          Verbose\n"
1135440a403fSchristosmsgstr "   --verbose, -v          Udf�rlig\n"
1136440a403fSchristos
1137440a403fSchristos#: dllwrap.c:488
1138440a403fSchristos#, c-format
1139440a403fSchristosmsgid "   --version              Print dllwrap version\n"
1140440a403fSchristosmsgstr "   --version              Vis versionsinformation for dllwrap\n"
1141440a403fSchristos
1142440a403fSchristos#: dllwrap.c:489
1143440a403fSchristos#, c-format
1144440a403fSchristosmsgid "   --implib <outname>     Synonym for --output-lib\n"
1145440a403fSchristosmsgstr "   --implib <udnavn>      Synonym for --output-lib\n"
1146440a403fSchristos
1147440a403fSchristos#: dllwrap.c:490
1148440a403fSchristos#, c-format
1149440a403fSchristosmsgid "  Options for %s:\n"
1150440a403fSchristosmsgstr "  Flag for %s:\n"
1151440a403fSchristos
1152440a403fSchristos#: dllwrap.c:491
1153440a403fSchristos#, c-format
1154440a403fSchristosmsgid "   --driver-name <driver> Defaults to \"gcc\"\n"
1155440a403fSchristosmsgstr "   --driver-name <enhed>  Forvalgt til \"gcc\"\n"
1156440a403fSchristos
1157440a403fSchristos#: dllwrap.c:492
1158440a403fSchristos#, c-format
1159440a403fSchristosmsgid "   --driver-flags <flags> Override default ld flags\n"
1160440a403fSchristosmsgstr "   --driver-flags <flag> Forbig� forvalgte flag for ld\n"
1161440a403fSchristos
1162440a403fSchristos#: dllwrap.c:493
1163440a403fSchristos#, c-format
1164440a403fSchristosmsgid "   --dlltool-name <dlltool> Defaults to \"dlltool\"\n"
1165440a403fSchristosmsgstr "   --dlltool-name <dllv�rkt�j> Forvalgt til \"dlltool\"\n"
1166440a403fSchristos
1167440a403fSchristos#: dllwrap.c:494
1168440a403fSchristos#, c-format
1169440a403fSchristosmsgid "   --entry <entry>        Specify alternate DLL entry point\n"
1170440a403fSchristosmsgstr "   --entry <indgang>       Giv alternativ indgangspunkt i DLL'en\n"
1171440a403fSchristos
1172440a403fSchristos#: dllwrap.c:495
1173440a403fSchristos#, c-format
1174440a403fSchristosmsgid "   --image-base <base>    Specify image base address\n"
1175440a403fSchristosmsgstr "   --image-base <base>     Giv billedets baseadresse\n"
1176440a403fSchristos
1177440a403fSchristos#: dllwrap.c:496
1178440a403fSchristos#, c-format
1179440a403fSchristosmsgid "   --target <machine>     i386-cygwin32 or i386-mingw32\n"
1180440a403fSchristosmsgstr "   --target <maskine>     i386-cygwin32 eller i386-mingw32\n"
1181440a403fSchristos
1182440a403fSchristos#: dllwrap.c:497
1183440a403fSchristos#, c-format
1184440a403fSchristosmsgid "   --dry-run              Show what needs to be run\n"
1185440a403fSchristosmsgstr "   --dry-run              G�r intet andet end at vise hvad som bliver k�rt\n"
1186440a403fSchristos
1187440a403fSchristos#: dllwrap.c:498
1188440a403fSchristos#, c-format
1189440a403fSchristosmsgid "   --mno-cygwin           Create Mingw DLL\n"
1190440a403fSchristosmsgstr "   --mno-cygwin           Opret Mingw-DLL\n"
1191440a403fSchristos
1192440a403fSchristos#: dllwrap.c:499
1193440a403fSchristos#, c-format
1194440a403fSchristosmsgid "  Options passed to DLLTOOL:\n"
1195440a403fSchristosmsgstr "  Flag som sendes til DLLTOOL:\n"
1196440a403fSchristos
1197440a403fSchristos#: dllwrap.c:500
1198440a403fSchristos#, c-format
1199440a403fSchristosmsgid "   --machine <machine>\n"
1200440a403fSchristosmsgstr "   --machine <maskine>\n"
1201440a403fSchristos
1202440a403fSchristos#: dllwrap.c:501
1203440a403fSchristos#, c-format
1204440a403fSchristosmsgid "   --output-exp <outname> Generate export file.\n"
1205440a403fSchristosmsgstr "   --output-exp <udnavn>  Gener�r eksportfil.\n"
1206440a403fSchristos
1207440a403fSchristos#: dllwrap.c:502
1208440a403fSchristos#, c-format
1209440a403fSchristosmsgid "   --output-lib <outname> Generate input library.\n"
1210440a403fSchristosmsgstr "   --output-lib <udnavn>  Gener�r inddatabibliotek.\n"
1211440a403fSchristos
1212440a403fSchristos#: dllwrap.c:503
1213440a403fSchristos#, c-format
1214440a403fSchristosmsgid "   --add-indirect         Add dll indirects to export file.\n"
1215440a403fSchristosmsgstr "   --add-indirect         Tilf�j indirekte dll til eksportfilen.\n"
1216440a403fSchristos
1217440a403fSchristos#: dllwrap.c:504
1218440a403fSchristos#, c-format
1219440a403fSchristosmsgid "   --dllname <name>       Name of input dll to put into output lib.\n"
1220440a403fSchristosmsgstr "   --dllname <navn>       Navn p� inddata-dll som skal inds�ttes i uddatabiblioteket.\n"
1221440a403fSchristos
1222440a403fSchristos#: dllwrap.c:505
1223440a403fSchristos#, c-format
1224440a403fSchristosmsgid "   --def <deffile>        Name input .def file\n"
1225440a403fSchristosmsgstr "   --def <deffil>         Navngiv .def-inddatafilen\n"
1226440a403fSchristos
1227440a403fSchristos#: dllwrap.c:506
1228440a403fSchristos#, c-format
1229440a403fSchristosmsgid "   --output-def <deffile> Name output .def file\n"
1230440a403fSchristosmsgstr "   --output-def <deffil>  Navngiv .def-uddatafilen\n"
1231440a403fSchristos
1232440a403fSchristos#: dllwrap.c:507
1233440a403fSchristos#, c-format
1234440a403fSchristosmsgid "   --export-all-symbols     Export all symbols to .def\n"
1235440a403fSchristosmsgstr "   --export-all-symbols     Eksporter alle symboler til .def\n"
1236440a403fSchristos
1237440a403fSchristos#: dllwrap.c:508
1238440a403fSchristos#, c-format
1239440a403fSchristosmsgid "   --no-export-all-symbols  Only export .drectve symbols\n"
1240440a403fSchristosmsgstr "   --no-export-all-symbols  Eksporter kun .drectve-symboler\n"
1241440a403fSchristos
1242440a403fSchristos#: dllwrap.c:509
1243440a403fSchristos#, c-format
1244440a403fSchristosmsgid "   --exclude-symbols <list> Exclude <list> from .def\n"
1245440a403fSchristosmsgstr "   --exclude-symbols <liste> Undtag symbolerne i <liste> fra .def\n"
1246440a403fSchristos
1247440a403fSchristos#: dllwrap.c:510
1248440a403fSchristos#, c-format
1249440a403fSchristosmsgid "   --no-default-excludes    Zap default exclude symbols\n"
1250440a403fSchristosmsgstr "   --no-default-excludes    Bortse fra forvalgte undtagne symboler\n"
1251440a403fSchristos
1252440a403fSchristos#: dllwrap.c:511
1253440a403fSchristos#, c-format
1254440a403fSchristosmsgid "   --base-file <basefile> Read linker generated base file\n"
1255440a403fSchristosmsgstr "   --base-file <basfil>   L�s l�nkergenereret basefil\n"
1256440a403fSchristos
1257440a403fSchristos#: dllwrap.c:512
1258440a403fSchristos#, c-format
1259440a403fSchristosmsgid "   --no-idata4           Don't generate idata$4 section\n"
1260440a403fSchristosmsgstr "   --no-idata4           Gener�r ingen idata$4-sektion\n"
1261440a403fSchristos
1262440a403fSchristos#: dllwrap.c:513
1263440a403fSchristos#, c-format
1264440a403fSchristosmsgid "   --no-idata5           Don't generate idata$5 section\n"
1265440a403fSchristosmsgstr "   --no-idata5           Gener�r ingen idata$5-sektion\n"
1266440a403fSchristos
1267440a403fSchristos#: dllwrap.c:514
1268440a403fSchristos#, c-format
1269440a403fSchristosmsgid "   -U                     Add underscores to .lib\n"
1270440a403fSchristosmsgstr "   -U                     S�t understregninger i .lib\n"
1271440a403fSchristos
1272440a403fSchristos#: dllwrap.c:515
1273440a403fSchristos#, c-format
1274440a403fSchristosmsgid "   -k                     Kill @<n> from exported names\n"
1275440a403fSchristosmsgstr "   -k                     Fjern @<n> fra eksporterede navne\n"
1276440a403fSchristos
1277440a403fSchristos#: dllwrap.c:516
1278440a403fSchristos#, c-format
1279440a403fSchristosmsgid "   --add-stdcall-alias    Add aliases without @<n>\n"
1280440a403fSchristosmsgstr "   --add-stdcall-alias    Tilf�j aliaser uden @<n>\n"
1281440a403fSchristos
1282440a403fSchristos#: dllwrap.c:517
1283440a403fSchristos#, c-format
1284440a403fSchristosmsgid "   --as <name>            Use <name> for assembler\n"
1285440a403fSchristosmsgstr "   --as <navn>            Brug <navn> som assembler\n"
1286440a403fSchristos
1287440a403fSchristos#: dllwrap.c:518
1288440a403fSchristos#, c-format
1289440a403fSchristosmsgid "   --nodelete             Keep temp files.\n"
1290440a403fSchristosmsgstr "   --nodelete             Behold tempor�re filer.\n"
1291440a403fSchristos
1292440a403fSchristos#: dllwrap.c:519
1293440a403fSchristos#, c-format
1294440a403fSchristosmsgid "   --no-leading-underscore  Entrypoint without underscore\n"
1295440a403fSchristosmsgstr ""
1296440a403fSchristos
1297440a403fSchristos#: dllwrap.c:520
1298440a403fSchristos#, c-format
1299440a403fSchristosmsgid "   --leading-underscore     Entrypoint with underscore.\n"
1300440a403fSchristosmsgstr ""
1301440a403fSchristos
1302440a403fSchristos#: dllwrap.c:521
1303440a403fSchristos#, c-format
1304440a403fSchristosmsgid "  Rest are passed unmodified to the language driver\n"
1305440a403fSchristosmsgstr "  �vrige flag sendes u�ndrede til programeringsprogsenheden\n"
1306440a403fSchristos
1307440a403fSchristos#: dllwrap.c:805
1308440a403fSchristosmsgid "Must provide at least one of -o or --dllname options"
1309440a403fSchristosmsgstr "Angiv mindst et af flagene -o eller --dllname"
1310440a403fSchristos
1311440a403fSchristos#: dllwrap.c:834
1312440a403fSchristosmsgid ""
1313440a403fSchristos"no export definition file provided.\n"
1314440a403fSchristos"Creating one, but that may not be what you want"
1315440a403fSchristosmsgstr ""
1316440a403fSchristos"ingen eksport-definitionsfil angaves.\n"
1317440a403fSchristos"Opretter �n, men det er m�ske ikke hvad du �nsker"
1318440a403fSchristos
1319440a403fSchristos# Indenteringen er �ged til at overs�ttelsen skal f� plads fremfor
1320440a403fSchristos# kolonet p� alle 4 strenge.
1321440a403fSchristos#: dllwrap.c:1023
1322440a403fSchristos#, c-format
1323440a403fSchristosmsgid "DLLTOOL name    : %s\n"
1324440a403fSchristosmsgstr "DLLV�RKT�J navn   : %s\n"
1325440a403fSchristos
1326440a403fSchristos# Indenteringen er �ged til at overs�ttelsen skal f� plads fremfor
1327440a403fSchristos# kolonet p� alle 4 strenge.
1328440a403fSchristos#: dllwrap.c:1024
1329440a403fSchristos#, c-format
1330440a403fSchristosmsgid "DLLTOOL options : %s\n"
1331440a403fSchristosmsgstr "DLLTOOL flag: %s\n"
1332440a403fSchristos
1333440a403fSchristos# Indenteringen er �ged til at overs�ttelsen skal f� plads fremfor
1334440a403fSchristos# kolonet p� alle 4 strenge.
1335440a403fSchristos#: dllwrap.c:1025
1336440a403fSchristos#, c-format
1337440a403fSchristosmsgid "DRIVER name     : %s\n"
1338440a403fSchristosmsgstr "ENHED navn        : %s\n"
1339440a403fSchristos
1340440a403fSchristos# Indenteringen er �ged til at overs�ttelsen skal f� plads fremfor
1341440a403fSchristos# kolonet p� alle 4 strenge.
1342440a403fSchristos#: dllwrap.c:1026
1343440a403fSchristos#, c-format
1344440a403fSchristosmsgid "DRIVER options  : %s\n"
1345440a403fSchristosmsgstr "ENHED flag     : %s\n"
1346440a403fSchristos
1347440a403fSchristos#: dwarf.c:112 dwarf.c:161 elfedit.c:123 elfedit.c:167 elfedit.c:195
1348440a403fSchristos#: elfedit.c:227 readelf.c:368 readelf.c:536
1349440a403fSchristos#, c-format
1350440a403fSchristosmsgid "Unhandled data length: %d\n"
1351440a403fSchristosmsgstr "St�rrelse p� data som ikke kan behandles: %d\n"
1352440a403fSchristos
1353440a403fSchristos#: dwarf.c:312 dwarf.c:2890
1354440a403fSchristosmsgid "badly formed extended line op encountered!\n"
1355440a403fSchristosmsgstr "fejlagtigt udformet udvidet linje-op m�dtes!\n"
1356440a403fSchristos
1357440a403fSchristos#: dwarf.c:319
1358440a403fSchristos#, c-format
1359440a403fSchristosmsgid "  Extended opcode %d: "
1360440a403fSchristosmsgstr "  Udvidet op-kode %d: "
1361440a403fSchristos
1362440a403fSchristos#: dwarf.c:324
1363440a403fSchristos#, c-format
1364440a403fSchristosmsgid ""
1365440a403fSchristos"End of Sequence\n"
1366440a403fSchristos"\n"
1367440a403fSchristosmsgstr ""
1368440a403fSchristos"Slut p� sekvensen\n"
1369440a403fSchristos"\n"
1370440a403fSchristos
1371440a403fSchristos#: dwarf.c:330
1372440a403fSchristos#, c-format
1373440a403fSchristosmsgid "set Address to 0x%lx\n"
1374440a403fSchristosmsgstr "s�t Adresse til 0x%lx\n"
1375440a403fSchristos
1376440a403fSchristos#: dwarf.c:336
1377440a403fSchristos#, c-format
1378440a403fSchristosmsgid "  define new File Table entry\n"
1379440a403fSchristosmsgstr "  definer ny filtabelspost\n"
1380440a403fSchristos
1381440a403fSchristos#: dwarf.c:337 dwarf.c:2431
1382440a403fSchristos#, c-format
1383440a403fSchristosmsgid "  Entry\tDir\tTime\tSize\tName\n"
1384440a403fSchristosmsgstr "  Post\tKatalog\tTid\tStrl.\tNavn\n"
1385440a403fSchristos
1386440a403fSchristos#: dwarf.c:339
1387440a403fSchristos#, c-format
1388440a403fSchristosmsgid "   %d\t"
1389440a403fSchristosmsgstr "   %d\t"
1390440a403fSchristos
1391440a403fSchristos#: dwarf.c:342 dwarf.c:344 dwarf.c:346 dwarf.c:2443 dwarf.c:2445 dwarf.c:2447
1392440a403fSchristos#, c-format
1393440a403fSchristosmsgid "%lu\t"
1394440a403fSchristosmsgstr "%lu\t"
1395440a403fSchristos
1396440a403fSchristos#: dwarf.c:347
1397440a403fSchristos#, c-format
1398440a403fSchristosmsgid ""
1399440a403fSchristos"%s\n"
1400440a403fSchristos"\n"
1401440a403fSchristosmsgstr ""
1402440a403fSchristos"%s\n"
1403440a403fSchristos"\n"
1404440a403fSchristos
1405440a403fSchristos#: dwarf.c:351
1406440a403fSchristos#, fuzzy, c-format
1407440a403fSchristosmsgid "set Discriminator to %lu\n"
1408440a403fSchristosmsgstr "  S�t kolonnen til %d\n"
1409440a403fSchristos
1410440a403fSchristos#. The test against DW_LNW_hi_user is redundant due to
1411440a403fSchristos#. the limited range of the unsigned char data type used
1412440a403fSchristos#. for op_code.
1413440a403fSchristos#. && op_code <= DW_LNE_hi_user
1414440a403fSchristos#: dwarf.c:393
1415440a403fSchristos#, fuzzy, c-format
1416440a403fSchristosmsgid "user defined: length %d\n"
1417440a403fSchristosmsgstr "(Brugerdefineret plads-op)"
1418440a403fSchristos
1419440a403fSchristos#: dwarf.c:395 dwarf.c:2922
1420440a403fSchristos#, c-format
1421440a403fSchristosmsgid "UNKNOWN: length %d\n"
1422440a403fSchristosmsgstr "UKENDT: l�ngde %d\n"
1423440a403fSchristos
1424440a403fSchristos#: dwarf.c:408
1425440a403fSchristosmsgid "<no .debug_str section>"
1426440a403fSchristosmsgstr "<ingen .debug_str-sektion>"
1427440a403fSchristos
1428440a403fSchristos#: dwarf.c:414
1429440a403fSchristos#, c-format
1430440a403fSchristosmsgid "DW_FORM_strp offset too big: %lx\n"
1431440a403fSchristosmsgstr ""
1432440a403fSchristos
1433440a403fSchristos#: dwarf.c:415
1434440a403fSchristosmsgid "<offset is too big>"
1435440a403fSchristosmsgstr "<offsettet er for stor>"
1436440a403fSchristos
1437440a403fSchristos#: dwarf.c:654
1438440a403fSchristos#, c-format
1439440a403fSchristosmsgid "Unknown TAG value: %lx"
1440440a403fSchristosmsgstr "Ukendt TAG-v�rdi: %lx"
1441440a403fSchristos
1442440a403fSchristos#: dwarf.c:695
1443440a403fSchristos#, c-format
1444440a403fSchristosmsgid "Unknown FORM value: %lx"
1445440a403fSchristosmsgstr "Ukendt FORM-v�rdi: %lx"
1446440a403fSchristos
1447440a403fSchristos#: dwarf.c:704
1448440a403fSchristos#, c-format
1449440a403fSchristosmsgid " %lu byte block: "
1450440a403fSchristosmsgstr " %lu byte-blok: "
1451440a403fSchristos
1452440a403fSchristos#: dwarf.c:1037
1453440a403fSchristos#, c-format
1454440a403fSchristosmsgid "(DW_OP_call_ref in frame info)"
1455440a403fSchristosmsgstr ""
1456440a403fSchristos
1457440a403fSchristos#: dwarf.c:1109
1458440a403fSchristos#, c-format
1459440a403fSchristosmsgid "(DW_OP_GNU_implicit_pointer in frame info)"
1460440a403fSchristosmsgstr ""
1461440a403fSchristos
1462440a403fSchristos#: dwarf.c:1167
1463440a403fSchristos#, c-format
1464440a403fSchristosmsgid "(User defined location op)"
1465440a403fSchristosmsgstr "(Brugerdefineret plads-op)"
1466440a403fSchristos
1467440a403fSchristos#: dwarf.c:1169
1468440a403fSchristos#, c-format
1469440a403fSchristosmsgid "(Unknown location op)"
1470440a403fSchristosmsgstr "(Ukendt plads-op)"
1471440a403fSchristos
1472440a403fSchristos#: dwarf.c:1217
1473440a403fSchristosmsgid "Internal error: DWARF version is not 2, 3 or 4.\n"
1474440a403fSchristosmsgstr ""
1475440a403fSchristos
1476440a403fSchristos#: dwarf.c:1323
1477440a403fSchristosmsgid "DW_FORM_data8 is unsupported when sizeof (unsigned long) != 8\n"
1478440a403fSchristosmsgstr ""
1479440a403fSchristos
1480440a403fSchristos#: dwarf.c:1373
1481440a403fSchristos#, fuzzy, c-format
1482440a403fSchristosmsgid " (indirect string, offset: 0x%lx): %s"
1483440a403fSchristosmsgstr " (indirekte streng, offset: 0x%lx): "
1484440a403fSchristos
1485440a403fSchristos#: dwarf.c:1397
1486440a403fSchristos#, fuzzy, c-format
1487440a403fSchristosmsgid "Unrecognized form: %lu\n"
1488440a403fSchristosmsgstr "Ukendt formular: %d\n"
1489440a403fSchristos
1490440a403fSchristos#: dwarf.c:1485
1491440a403fSchristos#, c-format
1492440a403fSchristosmsgid "(not inlined)"
1493440a403fSchristosmsgstr "(ikke inlined)"
1494440a403fSchristos
1495440a403fSchristos#: dwarf.c:1488
1496440a403fSchristos#, c-format
1497440a403fSchristosmsgid "(inlined)"
1498440a403fSchristosmsgstr "(inlined)"
1499440a403fSchristos
1500440a403fSchristos#: dwarf.c:1491
1501440a403fSchristos#, c-format
1502440a403fSchristosmsgid "(declared as inline but ignored)"
1503440a403fSchristosmsgstr "(deklareret som inline, men ignoreret)"
1504440a403fSchristos
1505440a403fSchristos#: dwarf.c:1494
1506440a403fSchristos#, c-format
1507440a403fSchristosmsgid "(declared as inline and inlined)"
1508440a403fSchristosmsgstr "(deklareret som inline og inlined)"
1509440a403fSchristos
1510440a403fSchristos#: dwarf.c:1497
1511440a403fSchristos#, c-format
1512440a403fSchristosmsgid "  (Unknown inline attribute value: %lx)"
1513440a403fSchristosmsgstr "  (ukendt inlineattributv�rdi: %lx)"
1514440a403fSchristos
1515440a403fSchristos#: dwarf.c:1662
1516440a403fSchristos#, fuzzy, c-format
1517440a403fSchristosmsgid "(location list)"
1518440a403fSchristosmsgstr ""
1519440a403fSchristos"\n"
1520440a403fSchristos"Relokeringssektion "
1521440a403fSchristos
1522440a403fSchristos#: dwarf.c:1683 dwarf.c:3563
1523440a403fSchristos#, c-format
1524440a403fSchristosmsgid " [without DW_AT_frame_base]"
1525440a403fSchristosmsgstr ""
1526440a403fSchristos
1527440a403fSchristos#: dwarf.c:1698
1528440a403fSchristos#, c-format
1529440a403fSchristosmsgid "Offset %lx used as value for DW_AT_import attribute of DIE at offset %lx is too big.\n"
1530440a403fSchristosmsgstr ""
1531440a403fSchristos
1532440a403fSchristos#: dwarf.c:1889
1533440a403fSchristos#, c-format
1534440a403fSchristosmsgid "Unknown AT value: %lx"
1535440a403fSchristosmsgstr "Ukendt AT-v�rdi: %lx"
1536440a403fSchristos
1537440a403fSchristos#: dwarf.c:1960
1538440a403fSchristos#, c-format
1539440a403fSchristosmsgid "Reserved length value (%lx) found in section %s\n"
1540440a403fSchristosmsgstr ""
1541440a403fSchristos
1542440a403fSchristos#: dwarf.c:1971
1543440a403fSchristos#, fuzzy, c-format
1544440a403fSchristosmsgid "Corrupt unit length (%lx) found in section %s\n"
1545440a403fSchristosmsgstr "Indhold i %s-sektionen:\n"
1546440a403fSchristos
1547440a403fSchristos#: dwarf.c:1978
1548440a403fSchristos#, fuzzy, c-format
1549440a403fSchristosmsgid "No comp units in %s section ?"
1550440a403fSchristosmsgstr "%s har ingen %s-sektion"
1551440a403fSchristos
1552440a403fSchristos#: dwarf.c:1987
1553440a403fSchristos#, c-format
1554440a403fSchristosmsgid "Not enough memory for a debug info array of %u entries"
1555440a403fSchristosmsgstr ""
1556440a403fSchristos
1557440a403fSchristos#: dwarf.c:1995 dwarf.c:3158 dwarf.c:3252 dwarf.c:3326 dwarf.c:3443
1558440a403fSchristos#: dwarf.c:3598 dwarf.c:3667 dwarf.c:3862
1559440a403fSchristos#, c-format
1560440a403fSchristosmsgid ""
1561440a403fSchristos"Contents of the %s section:\n"
1562440a403fSchristos"\n"
1563440a403fSchristosmsgstr ""
1564440a403fSchristos"%s-sektionens indhold:\n"
1565440a403fSchristos"\n"
1566440a403fSchristos
1567440a403fSchristos#: dwarf.c:2003
1568440a403fSchristos#, fuzzy, c-format
1569440a403fSchristosmsgid "Unable to locate %s section!\n"
1570440a403fSchristosmsgstr "Kan ikke finde nogen .debug_abbrev-sektion!\n"
1571440a403fSchristos
1572440a403fSchristos#: dwarf.c:2084
1573440a403fSchristos#, fuzzy, c-format
1574440a403fSchristosmsgid "  Compilation Unit @ offset 0x%lx:\n"
1575440a403fSchristosmsgstr "  Overs�ttelsesenhed @ %lx:\n"
1576440a403fSchristos
1577440a403fSchristos#: dwarf.c:2085
1578440a403fSchristos#, fuzzy, c-format
1579440a403fSchristosmsgid "   Length:        0x%lx (%s)\n"
1580440a403fSchristosmsgstr "   L�ngde:        %ld\n"
1581440a403fSchristos
1582440a403fSchristos#: dwarf.c:2087
1583440a403fSchristos#, c-format
1584440a403fSchristosmsgid "   Version:       %d\n"
1585440a403fSchristosmsgstr "   Version:       %d\n"
1586440a403fSchristos
1587440a403fSchristos#: dwarf.c:2088
1588440a403fSchristos#, c-format
1589440a403fSchristosmsgid "   Abbrev Offset: %ld\n"
1590440a403fSchristosmsgstr "   Fork.-offset:  %ld\n"
1591440a403fSchristos
1592440a403fSchristos#: dwarf.c:2089
1593440a403fSchristos#, c-format
1594440a403fSchristosmsgid "   Pointer Size:  %d\n"
1595440a403fSchristosmsgstr "   Pegerst�rrelse:  %d\n"
1596440a403fSchristos
1597440a403fSchristos#: dwarf.c:2093
1598440a403fSchristos#, c-format
1599440a403fSchristosmsgid "   Signature:     "
1600440a403fSchristosmsgstr ""
1601440a403fSchristos
1602440a403fSchristos#: dwarf.c:2097
1603440a403fSchristos#, fuzzy, c-format
1604440a403fSchristosmsgid "   Type Offset:   0x%lx\n"
1605440a403fSchristosmsgstr " (indirekte streng, offset: 0x%lx): "
1606440a403fSchristos
1607440a403fSchristos#: dwarf.c:2104
1608440a403fSchristos#, c-format
1609440a403fSchristosmsgid "Debug info is corrupted, length of CU at %lx extends beyond end of section (length = %lx)\n"
1610440a403fSchristosmsgstr ""
1611440a403fSchristos
1612440a403fSchristos#: dwarf.c:2115
1613440a403fSchristos#, fuzzy, c-format
1614440a403fSchristosmsgid "CU at offset %lx contains corrupt or unsupported version number: %d.\n"
1615440a403fSchristosmsgstr " p� offset 0x%lx indeholder %lu poster:\n"
1616440a403fSchristos
1617440a403fSchristos#: dwarf.c:2125
1618440a403fSchristos#, c-format
1619440a403fSchristosmsgid "Debug info is corrupted, abbrev offset (%lx) is larger than abbrev section size (%lx)\n"
1620440a403fSchristosmsgstr ""
1621440a403fSchristos
1622440a403fSchristos#: dwarf.c:2172
1623440a403fSchristos#, c-format
1624440a403fSchristosmsgid "Bogus end-of-siblings marker detected at offset %lx in .debug_info section\n"
1625440a403fSchristosmsgstr ""
1626440a403fSchristos
1627440a403fSchristos#: dwarf.c:2176
1628440a403fSchristosmsgid "Further warnings about bogus end-of-sibling markers suppressed\n"
1629440a403fSchristosmsgstr ""
1630440a403fSchristos
1631440a403fSchristos#: dwarf.c:2183
1632440a403fSchristos#, fuzzy, c-format
1633440a403fSchristosmsgid " <%d><%lx>: Abbrev Number: %lu"
1634440a403fSchristosmsgstr " <%d><%lx>: Fork.-nummer: %lu (%s)\n"
1635440a403fSchristos
1636440a403fSchristos#: dwarf.c:2200
1637440a403fSchristos#, c-format
1638440a403fSchristosmsgid "DIE at offset %lx refers to abbreviation number %lu which does not exist\n"
1639440a403fSchristosmsgstr ""
1640440a403fSchristos
1641440a403fSchristos#: dwarf.c:2206
1642440a403fSchristos#, fuzzy, c-format
1643440a403fSchristosmsgid " (%s)\n"
1644440a403fSchristosmsgstr "  %s\n"
1645440a403fSchristos
1646440a403fSchristos#: dwarf.c:2298
1647440a403fSchristos#, fuzzy, c-format
1648440a403fSchristosmsgid ""
1649440a403fSchristos"Raw dump of debug contents of section %s:\n"
1650440a403fSchristos"\n"
1651440a403fSchristosmsgstr ""
1652440a403fSchristos"\n"
1653440a403fSchristos"Udskrift af fejls�gningsindhold i sektion %s:\n"
1654440a403fSchristos"\n"
1655440a403fSchristos
1656440a403fSchristos#: dwarf.c:2336
1657440a403fSchristos#, fuzzy, c-format
1658440a403fSchristosmsgid "The information in section %s appears to be corrupt - the section is too small\n"
1659440a403fSchristosmsgstr "Linjeinformationen virker v�re i stykker - sektionen er for lille\n"
1660440a403fSchristos
1661440a403fSchristos#: dwarf.c:2348 dwarf.c:2701
1662440a403fSchristos#, fuzzy
1663440a403fSchristosmsgid "Only DWARF version 2, 3 and 4 line info is currently supported.\n"
1664440a403fSchristosmsgstr "Kun DWARF version 2's linjeinfo underst�ttes i �jeblikket.\n"
1665440a403fSchristos
1666440a403fSchristos#: dwarf.c:2362 dwarf.c:2716
1667440a403fSchristosmsgid "Invalid maximum operations per insn.\n"
1668440a403fSchristosmsgstr ""
1669440a403fSchristos
1670440a403fSchristos#: dwarf.c:2381
1671440a403fSchristos#, fuzzy, c-format
1672440a403fSchristosmsgid "  Offset:                      0x%lx\n"
1673440a403fSchristosmsgstr "  L�ngde:                      %ld\n"
1674440a403fSchristos
1675440a403fSchristos#: dwarf.c:2382
1676440a403fSchristos#, c-format
1677440a403fSchristosmsgid "  Length:                      %ld\n"
1678440a403fSchristosmsgstr "  L�ngde:                      %ld\n"
1679440a403fSchristos
1680440a403fSchristos#: dwarf.c:2383
1681440a403fSchristos#, c-format
1682440a403fSchristosmsgid "  DWARF Version:               %d\n"
1683440a403fSchristosmsgstr "  DWARF version:               %d\n"
1684440a403fSchristos
1685440a403fSchristos#: dwarf.c:2384
1686440a403fSchristos#, c-format
1687440a403fSchristosmsgid "  Prologue Length:             %d\n"
1688440a403fSchristosmsgstr "  Prologl�ngde:                %d\n"
1689440a403fSchristos
1690440a403fSchristos#: dwarf.c:2385
1691440a403fSchristos#, c-format
1692440a403fSchristosmsgid "  Minimum Instruction Length:  %d\n"
1693440a403fSchristosmsgstr "  Min.-instruktionsl�ngde:      %d\n"
1694440a403fSchristos
1695440a403fSchristos#: dwarf.c:2387
1696440a403fSchristos#, fuzzy, c-format
1697440a403fSchristosmsgid "  Maximum Ops per Instruction: %d\n"
1698440a403fSchristosmsgstr "  Min.-instruktionsl�ngde:      %d\n"
1699440a403fSchristos
1700440a403fSchristos#  BUG: Ska det ikke v�re `' p� engelsk?
1701440a403fSchristos#: dwarf.c:2388
1702440a403fSchristos#, c-format
1703440a403fSchristosmsgid "  Initial value of 'is_stmt':  %d\n"
1704440a403fSchristosmsgstr "  initialv�rdi p� \"is_stmt\": %d\n"
1705440a403fSchristos
1706440a403fSchristos#: dwarf.c:2389
1707440a403fSchristos#, c-format
1708440a403fSchristosmsgid "  Line Base:                   %d\n"
1709440a403fSchristosmsgstr "  linjebase:                   %d\n"
1710440a403fSchristos
1711440a403fSchristos#: dwarf.c:2390
1712440a403fSchristos#, c-format
1713440a403fSchristosmsgid "  Line Range:                  %d\n"
1714440a403fSchristosmsgstr "  linjeomr�de:                 %d\n"
1715440a403fSchristos
1716440a403fSchristos#: dwarf.c:2391
1717440a403fSchristos#, c-format
1718440a403fSchristosmsgid "  Opcode Base:                 %d\n"
1719440a403fSchristosmsgstr "  op-kodebase:                 %d\n"
1720440a403fSchristos
1721440a403fSchristos#: dwarf.c:2400
1722440a403fSchristos#, c-format
1723440a403fSchristosmsgid ""
1724440a403fSchristos"\n"
1725440a403fSchristos" Opcodes:\n"
1726440a403fSchristosmsgstr ""
1727440a403fSchristos"\n"
1728440a403fSchristos" Op-koder:\n"
1729440a403fSchristos
1730440a403fSchristos#: dwarf.c:2403
1731440a403fSchristos#, c-format
1732440a403fSchristosmsgid "  Opcode %d has %d args\n"
1733440a403fSchristosmsgstr "  Op-kode %d har %d argumenter\n"
1734440a403fSchristos
1735440a403fSchristos#: dwarf.c:2409
1736440a403fSchristos#, c-format
1737440a403fSchristosmsgid ""
1738440a403fSchristos"\n"
1739440a403fSchristos" The Directory Table is empty.\n"
1740440a403fSchristosmsgstr ""
1741440a403fSchristos"\n"
1742440a403fSchristos" Katalogtabellen er tom.\n"
1743440a403fSchristos
1744440a403fSchristos#: dwarf.c:2412
1745440a403fSchristos#, c-format
1746440a403fSchristosmsgid ""
1747440a403fSchristos"\n"
1748440a403fSchristos" The Directory Table:\n"
1749440a403fSchristosmsgstr ""
1750440a403fSchristos"\n"
1751440a403fSchristos" Katalogtabellen:\n"
1752440a403fSchristos
1753440a403fSchristos#: dwarf.c:2416
1754440a403fSchristos#, c-format
1755440a403fSchristosmsgid "  %s\n"
1756440a403fSchristosmsgstr "  %s\n"
1757440a403fSchristos
1758440a403fSchristos#: dwarf.c:2427
1759440a403fSchristos#, c-format
1760440a403fSchristosmsgid ""
1761440a403fSchristos"\n"
1762440a403fSchristos" The File Name Table is empty.\n"
1763440a403fSchristosmsgstr ""
1764440a403fSchristos"\n"
1765440a403fSchristos" Filnavnstabellen er tom.\n"
1766440a403fSchristos
1767440a403fSchristos#: dwarf.c:2430
1768440a403fSchristos#, c-format
1769440a403fSchristosmsgid ""
1770440a403fSchristos"\n"
1771440a403fSchristos" The File Name Table:\n"
1772440a403fSchristosmsgstr ""
1773440a403fSchristos"\n"
1774440a403fSchristos" Filnavnstabellen:\n"
1775440a403fSchristos
1776440a403fSchristos#: dwarf.c:2438
1777440a403fSchristos#, c-format
1778440a403fSchristosmsgid "  %d\t"
1779440a403fSchristosmsgstr "  %d\t"
1780440a403fSchristos
1781440a403fSchristos#: dwarf.c:2449
1782440a403fSchristos#, c-format
1783440a403fSchristosmsgid "%s\n"
1784440a403fSchristosmsgstr "%s\n"
1785440a403fSchristos
1786440a403fSchristos#. Now display the statements.
1787440a403fSchristos#: dwarf.c:2457
1788440a403fSchristos#, c-format
1789440a403fSchristosmsgid ""
1790440a403fSchristos"\n"
1791440a403fSchristos" Line Number Statements:\n"
1792440a403fSchristosmsgstr ""
1793440a403fSchristos"\n"
1794440a403fSchristos" Linjenummers�tninger:\n"
1795440a403fSchristos
1796440a403fSchristos#: dwarf.c:2476
1797440a403fSchristos#, fuzzy, c-format
1798440a403fSchristosmsgid "  Special opcode %d: advance Address by %lu to 0x%lx"
1799440a403fSchristosmsgstr "  S�rlig op-kode %d: �g adressen med %d til 0x%lx"
1800440a403fSchristos
1801440a403fSchristos#: dwarf.c:2488
1802440a403fSchristos#, fuzzy, c-format
1803440a403fSchristosmsgid "  Special opcode %d: advance Address by %lu to 0x%lx[%d]"
1804440a403fSchristosmsgstr "  S�rlig op-kode %d: �g adressen med %d til 0x%lx"
1805440a403fSchristos
1806440a403fSchristos#: dwarf.c:2494
1807440a403fSchristos#, c-format
1808440a403fSchristosmsgid " and Line by %d to %d\n"
1809440a403fSchristosmsgstr " og linjenumret med %d til %d\n"
1810440a403fSchristos
1811440a403fSchristos#: dwarf.c:2504
1812440a403fSchristos#, c-format
1813440a403fSchristosmsgid "  Copy\n"
1814440a403fSchristosmsgstr "  Kopi�r\n"
1815440a403fSchristos
1816440a403fSchristos#: dwarf.c:2514
1817440a403fSchristos#, fuzzy, c-format
1818440a403fSchristosmsgid "  Advance PC by %lu to 0x%lx\n"
1819440a403fSchristosmsgstr "  �g PC med %d til %lx\n"
1820440a403fSchristos
1821440a403fSchristos#: dwarf.c:2526
1822440a403fSchristos#, fuzzy, c-format
1823440a403fSchristosmsgid "  Advance PC by %lu to 0x%lx[%d]\n"
1824440a403fSchristosmsgstr "  �g PC med %d til %lx\n"
1825440a403fSchristos
1826440a403fSchristos#: dwarf.c:2536
1827440a403fSchristos#, c-format
1828440a403fSchristosmsgid "  Advance Line by %d to %d\n"
1829440a403fSchristosmsgstr "  �g linjenumret med %d til %d\n"
1830440a403fSchristos
1831440a403fSchristos#: dwarf.c:2543
1832440a403fSchristos#, c-format
1833440a403fSchristosmsgid "  Set File Name to entry %d in the File Name Table\n"
1834440a403fSchristosmsgstr "  S�t filnavnet til post %d i filnavnstabellen\n"
1835440a403fSchristos
1836440a403fSchristos#: dwarf.c:2551
1837440a403fSchristos#, fuzzy, c-format
1838440a403fSchristosmsgid "  Set column to %lu\n"
1839440a403fSchristosmsgstr "  S�t kolonnen til %d\n"
1840440a403fSchristos
1841440a403fSchristos#: dwarf.c:2558
1842440a403fSchristos#, c-format
1843440a403fSchristosmsgid "  Set is_stmt to %d\n"
1844440a403fSchristosmsgstr "  S�t is_stmt til %d\n"
1845440a403fSchristos
1846440a403fSchristos#: dwarf.c:2563
1847440a403fSchristos#, c-format
1848440a403fSchristosmsgid "  Set basic block\n"
1849440a403fSchristosmsgstr "  S�t baseblokken\n"
1850440a403fSchristos
1851440a403fSchristos#: dwarf.c:2573
1852440a403fSchristos#, fuzzy, c-format
1853440a403fSchristosmsgid "  Advance PC by constant %lu to 0x%lx\n"
1854440a403fSchristosmsgstr "  �g PC med konstant %d til 0x%lx\n"
1855440a403fSchristos
1856440a403fSchristos#: dwarf.c:2585
1857440a403fSchristos#, fuzzy, c-format
1858440a403fSchristosmsgid "  Advance PC by constant %lu to 0x%lx[%d]\n"
1859440a403fSchristosmsgstr "  �g PC med konstant %d til 0x%lx\n"
1860440a403fSchristos
1861440a403fSchristos#: dwarf.c:2596
1862440a403fSchristos#, fuzzy, c-format
1863440a403fSchristosmsgid "  Advance PC by fixed size amount %lu to 0x%lx\n"
1864440a403fSchristosmsgstr "  �g PC med fastl�ngdeantal %d til 0x%lx\n"
1865440a403fSchristos
1866440a403fSchristos#: dwarf.c:2601
1867440a403fSchristos#, c-format
1868440a403fSchristosmsgid "  Set prologue_end to true\n"
1869440a403fSchristosmsgstr "  S�t prologue_end til sand\n"
1870440a403fSchristos
1871440a403fSchristos#: dwarf.c:2605
1872440a403fSchristos#, c-format
1873440a403fSchristosmsgid "  Set epilogue_begin to true\n"
1874440a403fSchristosmsgstr "  S�t epilogue_begin til sand\n"
1875440a403fSchristos
1876440a403fSchristos#: dwarf.c:2611 dwarf.c:3027
1877440a403fSchristos#, fuzzy, c-format
1878440a403fSchristosmsgid "  Set ISA to %lu\n"
1879440a403fSchristosmsgstr "  S�t ISA til %d\n"
1880440a403fSchristos
1881440a403fSchristos#: dwarf.c:2615 dwarf.c:3031
1882440a403fSchristos#, c-format
1883440a403fSchristosmsgid "  Unknown opcode %d with operands: "
1884440a403fSchristosmsgstr "  Ukendt op-kode %d med operand: "
1885440a403fSchristos
1886440a403fSchristos#: dwarf.c:2648
1887440a403fSchristos#, fuzzy, c-format
1888440a403fSchristosmsgid ""
1889440a403fSchristos"Decoded dump of debug contents of section %s:\n"
1890440a403fSchristos"\n"
1891440a403fSchristosmsgstr ""
1892440a403fSchristos"\n"
1893440a403fSchristos"Udskrift af fejls�gningsindhold i sektion %s:\n"
1894440a403fSchristos"\n"
1895440a403fSchristos
1896440a403fSchristos#: dwarf.c:2689
1897440a403fSchristosmsgid "The line info appears to be corrupt - the section is too small\n"
1898440a403fSchristosmsgstr "Linjeinformationen virker v�re i stykker - sektionen er for lille\n"
1899440a403fSchristos
1900440a403fSchristos#: dwarf.c:2821
1901440a403fSchristos#, fuzzy, c-format
1902440a403fSchristosmsgid "CU: %s:\n"
1903440a403fSchristosmsgstr "  %s\n"
1904440a403fSchristos
1905440a403fSchristos#: dwarf.c:2822 dwarf.c:2835
1906440a403fSchristos#, fuzzy, c-format
1907440a403fSchristosmsgid "File name                            Line number    Starting address\n"
1908440a403fSchristosmsgstr " Nr: Navn                            Bind til    Flag\n"
1909440a403fSchristos
1910440a403fSchristos#: dwarf.c:2828
1911440a403fSchristos#, c-format
1912440a403fSchristosmsgid "CU: %s/%s:\n"
1913440a403fSchristosmsgstr ""
1914440a403fSchristos
1915440a403fSchristos#: dwarf.c:2833 dwarf.c:2918
1916440a403fSchristos#, fuzzy, c-format
1917440a403fSchristosmsgid "%s:\n"
1918440a403fSchristosmsgstr "%s\n"
1919440a403fSchristos
1920440a403fSchristos#. If directory index is 0, that means current directory.
1921440a403fSchristos#: dwarf.c:2964
1922440a403fSchristos#, c-format
1923440a403fSchristosmsgid ""
1924440a403fSchristos"\n"
1925440a403fSchristos"./%s:[++]\n"
1926440a403fSchristosmsgstr ""
1927440a403fSchristos
1928440a403fSchristos#. The directory index starts counting at 1.
1929440a403fSchristos#: dwarf.c:2970
1930440a403fSchristos#, c-format
1931440a403fSchristosmsgid ""
1932440a403fSchristos"\n"
1933440a403fSchristos"%s/%s:\n"
1934440a403fSchristosmsgstr ""
1935440a403fSchristos
1936440a403fSchristos#: dwarf.c:3070
1937440a403fSchristos#, c-format
1938440a403fSchristosmsgid "%-35s  %11d  %#18lx\n"
1939440a403fSchristosmsgstr ""
1940440a403fSchristos
1941440a403fSchristos#: dwarf.c:3074
1942440a403fSchristos#, c-format
1943440a403fSchristosmsgid "%-35s  %11d  %#18lx[%d]\n"
1944440a403fSchristosmsgstr ""
1945440a403fSchristos
1946440a403fSchristos#: dwarf.c:3082
1947440a403fSchristos#, c-format
1948440a403fSchristosmsgid "%s  %11d  %#18lx\n"
1949440a403fSchristosmsgstr ""
1950440a403fSchristos
1951440a403fSchristos#: dwarf.c:3086
1952440a403fSchristos#, c-format
1953440a403fSchristosmsgid "%s  %11d  %#18lx[%d]\n"
1954440a403fSchristosmsgstr ""
1955440a403fSchristos
1956440a403fSchristos#: dwarf.c:3192 dwarf.c:3712
1957440a403fSchristos#, c-format
1958440a403fSchristosmsgid ".debug_info offset of 0x%lx in %s section does not point to a CU header.\n"
1959440a403fSchristosmsgstr ""
1960440a403fSchristos
1961440a403fSchristos#: dwarf.c:3206
1962440a403fSchristos#, fuzzy
1963440a403fSchristosmsgid "Only DWARF 2 and 3 pubnames are currently supported\n"
1964440a403fSchristosmsgstr "Kun DWARF 2 pub.-navn underst�ttes i �jeblikket\n"
1965440a403fSchristos
1966440a403fSchristos#: dwarf.c:3213
1967440a403fSchristos#, c-format
1968440a403fSchristosmsgid "  Length:                              %ld\n"
1969440a403fSchristosmsgstr "  L�ngde:                              %ld\n"
1970440a403fSchristos
1971440a403fSchristos#: dwarf.c:3215
1972440a403fSchristos#, c-format
1973440a403fSchristosmsgid "  Version:                             %d\n"
1974440a403fSchristosmsgstr "  Version:                             %d\n"
1975440a403fSchristos
1976440a403fSchristos#: dwarf.c:3217
1977440a403fSchristos#, fuzzy, c-format
1978440a403fSchristosmsgid "  Offset into .debug_info section:     0x%lx\n"
1979440a403fSchristosmsgstr "  Offset i .debug_info-sektionen:      %ld\n"
1980440a403fSchristos
1981440a403fSchristos#: dwarf.c:3219
1982440a403fSchristos#, c-format
1983440a403fSchristosmsgid "  Size of area in .debug_info section: %ld\n"
1984440a403fSchristosmsgstr "  Strl. p� omr. i .debug_info-sekt.:  %ld\n"
1985440a403fSchristos
1986440a403fSchristos#: dwarf.c:3222
1987440a403fSchristos#, c-format
1988440a403fSchristosmsgid ""
1989440a403fSchristos"\n"
1990440a403fSchristos"    Offset\tName\n"
1991440a403fSchristosmsgstr ""
1992440a403fSchristos"\n"
1993440a403fSchristos"    Offset\tNavn\n"
1994440a403fSchristos
1995440a403fSchristos#: dwarf.c:3273
1996440a403fSchristos#, c-format
1997440a403fSchristosmsgid " DW_MACINFO_start_file - lineno: %d filenum: %d\n"
1998440a403fSchristosmsgstr " DW_MACINFO_start_file - linje: %d filnr: %d\n"
1999440a403fSchristos
2000440a403fSchristos#: dwarf.c:3279
2001440a403fSchristos#, c-format
2002440a403fSchristosmsgid " DW_MACINFO_end_file\n"
2003440a403fSchristosmsgstr " DW_MACINFO_end_file\n"
2004440a403fSchristos
2005440a403fSchristos#: dwarf.c:3287
2006440a403fSchristos#, c-format
2007440a403fSchristosmsgid " DW_MACINFO_define - lineno : %d macro : %s\n"
2008440a403fSchristosmsgstr " DW_MACINFO_define - linje : %d makro : %s\n"
2009440a403fSchristos
2010440a403fSchristos#: dwarf.c:3296
2011440a403fSchristos#, c-format
2012440a403fSchristosmsgid " DW_MACINFO_undef - lineno : %d macro : %s\n"
2013440a403fSchristosmsgstr " DW_MACINFO_undef - linje : %d makro : %s\n"
2014440a403fSchristos
2015440a403fSchristos#: dwarf.c:3308
2016440a403fSchristos#, c-format
2017440a403fSchristosmsgid " DW_MACINFO_vendor_ext - constant : %d string : %s\n"
2018440a403fSchristosmsgstr " DW_MACINFO_vendor_ext - konstant : %d streng : %s\n"
2019440a403fSchristos
2020440a403fSchristos#: dwarf.c:3337
2021440a403fSchristos#, c-format
2022440a403fSchristosmsgid "  Number TAG\n"
2023440a403fSchristosmsgstr "  Nummer TAG\n"
2024440a403fSchristos
2025440a403fSchristos#: dwarf.c:3343
2026440a403fSchristos#, c-format
2027440a403fSchristosmsgid "   %ld      %s    [%s]\n"
2028440a403fSchristosmsgstr "   %ld      %s    [%s]\n"
2029440a403fSchristos
2030440a403fSchristos#: dwarf.c:3346
2031440a403fSchristosmsgid "has children"
2032440a403fSchristosmsgstr "har b�rn"
2033440a403fSchristos
2034440a403fSchristos#: dwarf.c:3346
2035440a403fSchristosmsgid "no children"
2036440a403fSchristosmsgstr "ingen b�rn"
2037440a403fSchristos
2038440a403fSchristos#: dwarf.c:3349
2039440a403fSchristos#, c-format
2040440a403fSchristosmsgid "    %-18s %s\n"
2041440a403fSchristosmsgstr "    %-18s %s\n"
2042440a403fSchristos
2043440a403fSchristos#: dwarf.c:3382 dwarf.c:3594 dwarf.c:3819
2044440a403fSchristos#, fuzzy, c-format
2045440a403fSchristosmsgid ""
2046440a403fSchristos"\n"
2047440a403fSchristos"The %s section is empty.\n"
2048440a403fSchristosmsgstr ""
2049440a403fSchristos"\n"
2050440a403fSchristos".debug_str-sektionen er tom.\n"
2051440a403fSchristos
2052440a403fSchristos#: dwarf.c:3388 dwarf.c:3825
2053440a403fSchristos#, c-format
2054440a403fSchristosmsgid "Unable to load/parse the .debug_info section, so cannot interpret the %s section.\n"
2055440a403fSchristosmsgstr ""
2056440a403fSchristos
2057440a403fSchristos#. FIXME: Should we handle this case?
2058440a403fSchristos#: dwarf.c:3432
2059440a403fSchristosmsgid "Location lists in .debug_info section aren't in ascending order!\n"
2060440a403fSchristosmsgstr ""
2061440a403fSchristos
2062440a403fSchristos#: dwarf.c:3435
2063440a403fSchristos#, fuzzy
2064440a403fSchristosmsgid "No location lists in .debug_info section!\n"
2065440a403fSchristosmsgstr "  Offset i .debug_info-sektionen:      %ld\n"
2066440a403fSchristos
2067440a403fSchristos#: dwarf.c:3440
2068440a403fSchristos#, c-format
2069440a403fSchristosmsgid "Location lists in %s section start at 0x%lx\n"
2070440a403fSchristosmsgstr ""
2071440a403fSchristos
2072440a403fSchristos#: dwarf.c:3444
2073440a403fSchristos#, c-format
2074440a403fSchristosmsgid "    Offset   Begin    End      Expression\n"
2075440a403fSchristosmsgstr ""
2076440a403fSchristos
2077440a403fSchristos#: dwarf.c:3479
2078440a403fSchristos#, c-format
2079440a403fSchristosmsgid "There is a hole [0x%lx - 0x%lx] in .debug_loc section.\n"
2080440a403fSchristosmsgstr ""
2081440a403fSchristos
2082440a403fSchristos#: dwarf.c:3483
2083440a403fSchristos#, c-format
2084440a403fSchristosmsgid "There is an overlap [0x%lx - 0x%lx] in .debug_loc section.\n"
2085440a403fSchristosmsgstr ""
2086440a403fSchristos
2087440a403fSchristos#: dwarf.c:3491
2088440a403fSchristos#, fuzzy, c-format
2089440a403fSchristosmsgid "Offset 0x%lx is bigger than .debug_loc section size.\n"
2090440a403fSchristosmsgstr ""
2091440a403fSchristos"Indhold i .debug_loc-sektionen:\n"
2092440a403fSchristos"\n"
2093440a403fSchristos
2094440a403fSchristos#: dwarf.c:3500 dwarf.c:3535 dwarf.c:3545
2095440a403fSchristos#, fuzzy, c-format
2096440a403fSchristosmsgid "Location list starting at offset 0x%lx is not terminated.\n"
2097440a403fSchristosmsgstr ""
2098440a403fSchristos"\n"
2099440a403fSchristos"Relokeringssektionen p� offset 0x%lx indeholder %ld byte:\n"
2100440a403fSchristos
2101440a403fSchristos#: dwarf.c:3519 dwarf.c:3913
2102440a403fSchristos#, c-format
2103440a403fSchristosmsgid "<End of list>\n"
2104440a403fSchristosmsgstr ""
2105440a403fSchristos
2106440a403fSchristos#: dwarf.c:3529
2107440a403fSchristos#, fuzzy, c-format
2108440a403fSchristosmsgid "(base address)\n"
2109440a403fSchristosmsgstr "s�t startadresse"
2110440a403fSchristos
2111440a403fSchristos#: dwarf.c:3566
2112440a403fSchristosmsgid " (start == end)"
2113440a403fSchristosmsgstr ""
2114440a403fSchristos
2115440a403fSchristos#: dwarf.c:3568
2116440a403fSchristosmsgid " (start > end)"
2117440a403fSchristosmsgstr ""
2118440a403fSchristos
2119440a403fSchristos#: dwarf.c:3578
2120440a403fSchristos#, c-format
2121440a403fSchristosmsgid "There are %ld unused bytes at the end of section %s\n"
2122440a403fSchristosmsgstr ""
2123440a403fSchristos
2124440a403fSchristos#: dwarf.c:3723
2125440a403fSchristos#, fuzzy
2126440a403fSchristosmsgid "Only DWARF 2 and 3 aranges are currently supported.\n"
2127440a403fSchristosmsgstr "Kun DWARF2's a-intervaller underst�ttes i �jeblikket.\n"
2128440a403fSchristos
2129440a403fSchristos#: dwarf.c:3727
2130440a403fSchristos#, c-format
2131440a403fSchristosmsgid "  Length:                   %ld\n"
2132440a403fSchristosmsgstr "  L�ngde:                   %ld\n"
2133440a403fSchristos
2134440a403fSchristos#: dwarf.c:3728
2135440a403fSchristos#, c-format
2136440a403fSchristosmsgid "  Version:                  %d\n"
2137440a403fSchristosmsgstr "  Version:                  %d\n"
2138440a403fSchristos
2139440a403fSchristos#: dwarf.c:3729
2140440a403fSchristos#, fuzzy, c-format
2141440a403fSchristosmsgid "  Offset into .debug_info:  0x%lx\n"
2142440a403fSchristosmsgstr "  Offset i .debug_info:     %lx\n"
2143440a403fSchristos
2144440a403fSchristos#: dwarf.c:3730
2145440a403fSchristos#, c-format
2146440a403fSchristosmsgid "  Pointer Size:             %d\n"
2147440a403fSchristosmsgstr "  Pegerst�rrelse:           %d\n"
2148440a403fSchristos
2149440a403fSchristos#: dwarf.c:3731
2150440a403fSchristos#, c-format
2151440a403fSchristosmsgid "  Segment Size:             %d\n"
2152440a403fSchristosmsgstr "  Segmentst�rrelse:         %d\n"
2153440a403fSchristos
2154440a403fSchristos#: dwarf.c:3740
2155440a403fSchristosmsgid "Pointer size + Segment size is not a power of two.\n"
2156440a403fSchristosmsgstr ""
2157440a403fSchristos
2158440a403fSchristos#: dwarf.c:3745
2159440a403fSchristos#, fuzzy, c-format
2160440a403fSchristosmsgid ""
2161440a403fSchristos"\n"
2162440a403fSchristos"    Address            Length\n"
2163440a403fSchristosmsgstr ""
2164440a403fSchristos"\n"
2165440a403fSchristos"    Adressel�ngde\n"
2166440a403fSchristos
2167440a403fSchristos#: dwarf.c:3747
2168440a403fSchristos#, fuzzy, c-format
2169440a403fSchristosmsgid ""
2170440a403fSchristos"\n"
2171440a403fSchristos"    Address    Length\n"
2172440a403fSchristosmsgstr ""
2173440a403fSchristos"\n"
2174440a403fSchristos"    Adressel�ngde\n"
2175440a403fSchristos
2176440a403fSchristos#: dwarf.c:3835
2177440a403fSchristos#, fuzzy
2178440a403fSchristosmsgid "No range lists in .debug_info section!\n"
2179440a403fSchristosmsgstr "  Offset i .debug_info-sektionen:      %ld\n"
2180440a403fSchristos
2181440a403fSchristos#: dwarf.c:3859
2182440a403fSchristos#, c-format
2183440a403fSchristosmsgid "Range lists in %s section start at 0x%lx\n"
2184440a403fSchristosmsgstr ""
2185440a403fSchristos
2186440a403fSchristos#: dwarf.c:3863
2187440a403fSchristos#, c-format
2188440a403fSchristosmsgid "    Offset   Begin    End\n"
2189440a403fSchristosmsgstr ""
2190440a403fSchristos
2191440a403fSchristos#: dwarf.c:3884
2192440a403fSchristos#, c-format
2193440a403fSchristosmsgid "There is a hole [0x%lx - 0x%lx] in %s section.\n"
2194440a403fSchristosmsgstr ""
2195440a403fSchristos
2196440a403fSchristos#: dwarf.c:3888
2197440a403fSchristos#, c-format
2198440a403fSchristosmsgid "There is an overlap [0x%lx - 0x%lx] in %s section.\n"
2199440a403fSchristosmsgstr ""
2200440a403fSchristos
2201440a403fSchristos#: dwarf.c:3931
2202440a403fSchristosmsgid "(start == end)"
2203440a403fSchristosmsgstr ""
2204440a403fSchristos
2205440a403fSchristos#: dwarf.c:3933
2206440a403fSchristosmsgid "(start > end)"
2207440a403fSchristosmsgstr ""
2208440a403fSchristos
2209440a403fSchristos#: dwarf.c:4185
2210440a403fSchristosmsgid "bad register: "
2211440a403fSchristosmsgstr ""
2212440a403fSchristos
2213440a403fSchristos#: dwarf.c:4188
2214440a403fSchristos#, fuzzy, c-format
2215440a403fSchristosmsgid "Contents of the %s section:\n"
2216440a403fSchristosmsgstr ""
2217440a403fSchristos"%s-sektionens indhold:\n"
2218440a403fSchristos"\n"
2219440a403fSchristos
2220440a403fSchristos#: dwarf.c:4962
2221440a403fSchristos#, c-format
2222440a403fSchristosmsgid "  DW_CFA_??? (User defined call frame op: %#x)\n"
2223440a403fSchristosmsgstr ""
2224440a403fSchristos
2225440a403fSchristos#: dwarf.c:4964
2226440a403fSchristos#, c-format
2227440a403fSchristosmsgid "unsupported or unknown Dwarf Call Frame Instruction number: %#x\n"
2228440a403fSchristosmsgstr ""
2229440a403fSchristos
2230440a403fSchristos#: dwarf.c:4989
2231440a403fSchristos#, c-format
2232440a403fSchristosmsgid "Displaying the debug contents of section %s is not yet supported.\n"
2233440a403fSchristosmsgstr "Visning af fejls�gningsindeholdet i sektion %s underst�ttes ikke endnu.\n"
2234440a403fSchristos
2235440a403fSchristos#: dwarf.c:5031 elfedit.c:74
2236440a403fSchristos#, c-format
2237440a403fSchristosmsgid "%s: Error: "
2238440a403fSchristosmsgstr "%s: Fejl: "
2239440a403fSchristos
2240440a403fSchristos#: dwarf.c:5042
2241440a403fSchristos#, c-format
2242440a403fSchristosmsgid "%s: Warning: "
2243440a403fSchristosmsgstr "%s: Advarsel: "
2244440a403fSchristos
2245440a403fSchristos#: dwarf.c:5145 dwarf.c:5215
2246440a403fSchristos#, c-format
2247440a403fSchristosmsgid "Unrecognized debug option '%s'\n"
2248440a403fSchristosmsgstr "Ukendt fejls�gningsargument \"%s\"\n"
2249440a403fSchristos
2250440a403fSchristos#: elfedit.c:243
2251440a403fSchristos#, fuzzy, c-format
2252440a403fSchristosmsgid "%s: Not an ELF file - wrong magic bytes at the start\n"
2253440a403fSchristosmsgstr "Ikke en ELF-fil - den har forkerte magiske byte i begyndelsen\n"
2254440a403fSchristos
2255440a403fSchristos#: elfedit.c:251
2256440a403fSchristos#, c-format
2257440a403fSchristosmsgid "%s: Unsupported EI_VERSION: %d is not %d\n"
2258440a403fSchristosmsgstr ""
2259440a403fSchristos
2260440a403fSchristos#: elfedit.c:267
2261440a403fSchristos#, c-format
2262440a403fSchristosmsgid "%s: Unmatched EI_CLASS: %d is not %d\n"
2263440a403fSchristosmsgstr ""
2264440a403fSchristos
2265440a403fSchristos#: elfedit.c:278
2266440a403fSchristos#, c-format
2267440a403fSchristosmsgid "%s: Unmatched e_machine: %d is not %d\n"
2268440a403fSchristosmsgstr ""
2269440a403fSchristos
2270440a403fSchristos#: elfedit.c:289
2271440a403fSchristos#, c-format
2272440a403fSchristosmsgid "%s: Unmatched e_type: %d is not %d\n"
2273440a403fSchristosmsgstr ""
2274440a403fSchristos
2275440a403fSchristos#: elfedit.c:300
2276440a403fSchristos#, c-format
2277440a403fSchristosmsgid "%s: Unmatched EI_OSABI: %d is not %d\n"
2278440a403fSchristosmsgstr ""
2279440a403fSchristos
2280440a403fSchristos#: elfedit.c:333
2281440a403fSchristos#, fuzzy, c-format
2282440a403fSchristosmsgid "%s: Failed to update ELF header: %s\n"
2283440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2284440a403fSchristos
2285440a403fSchristos#: elfedit.c:366
2286440a403fSchristos#, c-format
2287440a403fSchristosmsgid "Unsupported EI_CLASS: %d\n"
2288440a403fSchristosmsgstr ""
2289440a403fSchristos
2290440a403fSchristos#: elfedit.c:399
2291440a403fSchristos#, fuzzy
2292440a403fSchristosmsgid ""
2293440a403fSchristos"This executable has been built without support for a\n"
2294440a403fSchristos"64 bit data type and so it cannot process 64 bit ELF files.\n"
2295440a403fSchristosmsgstr ""
2296440a403fSchristos"Denne bin�re af readelf er bygget uden underst�ttelse for en 64-bit\n"
2297440a403fSchristos"datatype og kan derfor ikke l�se 64-bit ELF-filer.\n"
2298440a403fSchristos
2299440a403fSchristos#: elfedit.c:440
2300440a403fSchristos#, fuzzy, c-format
2301440a403fSchristosmsgid "%s: Failed to read ELF header\n"
2302440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2303440a403fSchristos
2304440a403fSchristos#: elfedit.c:447
2305440a403fSchristos#, fuzzy, c-format
2306440a403fSchristosmsgid "%s: Failed to seek to ELF header\n"
2307440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2308440a403fSchristos
2309440a403fSchristos#: elfedit.c:477 elfedit.c:491 elfedit.c:776 readelf.c:3674 readelf.c:3978
2310440a403fSchristos#: readelf.c:4021 readelf.c:4093 readelf.c:4171 readelf.c:4936 readelf.c:4960
2311440a403fSchristos#: readelf.c:7057 readelf.c:7103 readelf.c:7304 readelf.c:8494 readelf.c:8508
2312440a403fSchristos#: readelf.c:9033 readelf.c:9049 readelf.c:9092 readelf.c:9117 readelf.c:11385
2313440a403fSchristos#: readelf.c:11577 readelf.c:12138 readelf.c:12515 readelf.c:12529
2314440a403fSchristos#: readelf.c:12891
2315440a403fSchristosmsgid "Out of memory\n"
2316440a403fSchristosmsgstr "Slut p� hukommelse\n"
2317440a403fSchristos
2318440a403fSchristos#: elfedit.c:543 readelf.c:12581
2319440a403fSchristos#, fuzzy, c-format
2320440a403fSchristosmsgid "%s: failed to seek to first archive header\n"
2321440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2322440a403fSchristos
2323440a403fSchristos#: elfedit.c:553 elfedit.c:741 elfedit.c:845 readelf.c:12590 readelf.c:12858
2324440a403fSchristos#: readelf.c:13026
2325440a403fSchristos#, fuzzy, c-format
2326440a403fSchristosmsgid "%s: failed to read archive header\n"
2327440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2328440a403fSchristos
2329440a403fSchristos#: elfedit.c:568 readelf.c:12691
2330440a403fSchristos#, c-format
2331440a403fSchristosmsgid "%s: failed to skip archive symbol table\n"
2332440a403fSchristosmsgstr ""
2333440a403fSchristos
2334440a403fSchristos#: elfedit.c:579 readelf.c:12702
2335440a403fSchristos#, fuzzy, c-format
2336440a403fSchristosmsgid "%s: failed to read archive header following archive index\n"
2337440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2338440a403fSchristos
2339440a403fSchristos#: elfedit.c:594 readelf.c:12718
2340440a403fSchristosmsgid "Out of memory reading long symbol names in archive\n"
2341440a403fSchristosmsgstr ""
2342440a403fSchristos
2343440a403fSchristos#: elfedit.c:602 readelf.c:12726
2344440a403fSchristos#, fuzzy, c-format
2345440a403fSchristosmsgid "%s: failed to read long symbol name string table\n"
2346440a403fSchristosmsgstr "Kan ikke bestemme l�ngden p� den dynamiske strengtabel\n"
2347440a403fSchristos
2348440a403fSchristos#: elfedit.c:734 readelf.c:12852
2349440a403fSchristos#, fuzzy, c-format
2350440a403fSchristosmsgid "%s: failed to seek to next file name\n"
2351440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2352440a403fSchristos
2353440a403fSchristos#: elfedit.c:747 elfedit.c:852 readelf.c:12863 readelf.c:13032
2354440a403fSchristos#, fuzzy, c-format
2355440a403fSchristosmsgid "%s: did not find a valid archive header\n"
2356440a403fSchristosmsgstr "%s er ikke et gyldigt arkiv"
2357440a403fSchristos
2358440a403fSchristos#: elfedit.c:836 readelf.c:13018
2359440a403fSchristos#, fuzzy, c-format
2360440a403fSchristosmsgid "%s: failed to seek to next archive header\n"
2361440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2362440a403fSchristos
2363440a403fSchristos#: elfedit.c:867 elfedit.c:876 readelf.c:13046 readelf.c:13055
2364440a403fSchristos#, fuzzy, c-format
2365440a403fSchristosmsgid "%s: bad archive file name\n"
2366440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2367440a403fSchristos
2368440a403fSchristos#: elfedit.c:896 elfedit.c:988
2369440a403fSchristos#, fuzzy, c-format
2370440a403fSchristosmsgid "Input file '%s' is not readable\n"
2371440a403fSchristosmsgstr "Inddatafil %s findes ikke.\n"
2372440a403fSchristos
2373440a403fSchristos#: elfedit.c:920
2374440a403fSchristos#, fuzzy, c-format
2375440a403fSchristosmsgid "%s: failed to seek to archive member\n"
2376440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2377440a403fSchristos
2378440a403fSchristos#: elfedit.c:959 readelf.c:13134
2379440a403fSchristos#, c-format
2380440a403fSchristosmsgid "'%s': No such file\n"
2381440a403fSchristosmsgstr ""
2382440a403fSchristos
2383440a403fSchristos#: elfedit.c:961 readelf.c:13136
2384440a403fSchristos#, c-format
2385440a403fSchristosmsgid "Could not locate '%s'.  System error message: %s\n"
2386440a403fSchristosmsgstr ""
2387440a403fSchristos
2388440a403fSchristos#: elfedit.c:968 readelf.c:13143
2389440a403fSchristos#, fuzzy, c-format
2390440a403fSchristosmsgid "'%s' is not an ordinary file\n"
2391440a403fSchristosmsgstr "%s er ikke et arkiv"
2392440a403fSchristos
2393440a403fSchristos#: elfedit.c:994 readelf.c:13156
2394440a403fSchristos#, fuzzy, c-format
2395440a403fSchristosmsgid "%s: Failed to read file's magic number\n"
2396440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
2397440a403fSchristos
2398440a403fSchristos#: elfedit.c:1052
2399440a403fSchristos#, fuzzy, c-format
2400440a403fSchristosmsgid "Unknown OSABI: %s\n"
2401440a403fSchristosmsgstr "Ukendt AT-v�rdi: %lx"
2402440a403fSchristos
2403440a403fSchristos#: elfedit.c:1071
2404440a403fSchristos#, fuzzy, c-format
2405440a403fSchristosmsgid "Unknown machine type: %s\n"
2406440a403fSchristosmsgstr "Intern fejl: Ukendt maskintype: %d"
2407440a403fSchristos
2408440a403fSchristos#: elfedit.c:1089
2409440a403fSchristos#, fuzzy, c-format
2410440a403fSchristosmsgid "Unknown machine type: %d\n"
2411440a403fSchristosmsgstr "Intern fejl: Ukendt maskintype: %d"
2412440a403fSchristos
2413440a403fSchristos#: elfedit.c:1108
2414440a403fSchristos#, fuzzy, c-format
2415440a403fSchristosmsgid "Unknown type: %s\n"
2416440a403fSchristosmsgstr "ukendt BB-type"
2417440a403fSchristos
2418440a403fSchristos#: elfedit.c:1139
2419440a403fSchristos#, fuzzy, c-format
2420440a403fSchristosmsgid "Usage: %s <option(s)> elffile(s)\n"
2421440a403fSchristosmsgstr "Brug: %s <flag> <inddatafiler>\n"
2422440a403fSchristos
2423440a403fSchristos#: elfedit.c:1141
2424440a403fSchristos#, c-format
2425440a403fSchristosmsgid " Update the ELF header of ELF files\n"
2426440a403fSchristosmsgstr ""
2427440a403fSchristos
2428440a403fSchristos#: elfedit.c:1142 objcopy.c:475 objcopy.c:585
2429440a403fSchristos#, c-format
2430440a403fSchristosmsgid " The options are:\n"
2431440a403fSchristosmsgstr " Flagene er:\n"
2432440a403fSchristos
2433440a403fSchristos#: elfedit.c:1143
2434440a403fSchristos#, c-format
2435440a403fSchristosmsgid ""
2436440a403fSchristos"  --input-mach <machine>      Set input machine type to <machine>\n"
2437440a403fSchristos"  --output-mach <machine>     Set output machine type to <machine>\n"
2438440a403fSchristos"  --input-type <type>         Set input file type to <type>\n"
2439440a403fSchristos"  --output-type <type>        Set output file type to <type>\n"
2440440a403fSchristos"  --input-osabi <osabi>       Set input OSABI to <osabi>\n"
2441440a403fSchristos"  --output-osabi <osabi>      Set output OSABI to <osabi>\n"
2442440a403fSchristos"  -h --help                   Display this information\n"
2443440a403fSchristos"  -v --version                Display the version number of %s\n"
2444440a403fSchristosmsgstr ""
2445440a403fSchristos
2446440a403fSchristos#: emul_aix.c:43
2447440a403fSchristos#, c-format
2448440a403fSchristosmsgid "  [-g]         - 32 bit small archive\n"
2449440a403fSchristosmsgstr ""
2450440a403fSchristos
2451440a403fSchristos#: emul_aix.c:44
2452440a403fSchristos#, c-format
2453440a403fSchristosmsgid "  [-X32]       - ignores 64 bit objects\n"
2454440a403fSchristosmsgstr ""
2455440a403fSchristos
2456440a403fSchristos#: emul_aix.c:45
2457440a403fSchristos#, c-format
2458440a403fSchristosmsgid "  [-X64]       - ignores 32 bit objects\n"
2459440a403fSchristosmsgstr ""
2460440a403fSchristos
2461440a403fSchristos#: emul_aix.c:46
2462440a403fSchristos#, c-format
2463440a403fSchristosmsgid "  [-X32_64]    - accepts 32 and 64 bit objects\n"
2464440a403fSchristosmsgstr ""
2465440a403fSchristos
2466440a403fSchristos#: emul_aix.c:99 emul_aix.c:109 emul_aix.c:119 emul_aix.c:129
2467440a403fSchristos#, fuzzy, c-format
2468440a403fSchristosmsgid "target `%s' ignored."
2469440a403fSchristosmsgstr " Argument %s ignoreres"
2470440a403fSchristos
2471440a403fSchristos#: ieee.c:311
2472440a403fSchristosmsgid "unexpected end of debugging information"
2473440a403fSchristosmsgstr "uventet slut p� fejls�gningsinformationen"
2474440a403fSchristos
2475440a403fSchristos#: ieee.c:398
2476440a403fSchristosmsgid "invalid number"
2477440a403fSchristosmsgstr "ugyldigt tal"
2478440a403fSchristos
2479440a403fSchristos#: ieee.c:451
2480440a403fSchristosmsgid "invalid string length"
2481440a403fSchristosmsgstr "ugyldig strengl�ngde"
2482440a403fSchristos
2483440a403fSchristos#: ieee.c:506 ieee.c:547
2484440a403fSchristosmsgid "expression stack overflow"
2485440a403fSchristosmsgstr "overl�b i udtryksstakken"
2486440a403fSchristos
2487440a403fSchristos#: ieee.c:526
2488440a403fSchristosmsgid "unsupported IEEE expression operator"
2489440a403fSchristosmsgstr "IEEE-udtryksoperator som ikke underst�ttes"
2490440a403fSchristos
2491440a403fSchristos#: ieee.c:541
2492440a403fSchristosmsgid "unknown section"
2493440a403fSchristosmsgstr "ukendt sektion"
2494440a403fSchristos
2495440a403fSchristos#: ieee.c:562
2496440a403fSchristosmsgid "expression stack underflow"
2497440a403fSchristosmsgstr "underl�b i udtryksstakken"
2498440a403fSchristos
2499440a403fSchristos#: ieee.c:576
2500440a403fSchristosmsgid "expression stack mismatch"
2501440a403fSchristosmsgstr "fejlbalanceret udtryksstak"
2502440a403fSchristos
2503440a403fSchristos#: ieee.c:613
2504440a403fSchristosmsgid "unknown builtin type"
2505440a403fSchristosmsgstr "ukendt indbygget type"
2506440a403fSchristos
2507440a403fSchristos#: ieee.c:758
2508440a403fSchristosmsgid "BCD float type not supported"
2509440a403fSchristosmsgstr "flydendetalstype BCD underst�ttes ikke"
2510440a403fSchristos
2511440a403fSchristos#: ieee.c:895
2512440a403fSchristosmsgid "unexpected number"
2513440a403fSchristosmsgstr "uventet tal"
2514440a403fSchristos
2515440a403fSchristos#: ieee.c:902
2516440a403fSchristosmsgid "unexpected record type"
2517440a403fSchristosmsgstr "uventet posttype"
2518440a403fSchristos
2519440a403fSchristos#: ieee.c:935
2520440a403fSchristosmsgid "blocks left on stack at end"
2521440a403fSchristosmsgstr "block stadig p� stakken ved slutningen"
2522440a403fSchristos
2523440a403fSchristos#: ieee.c:1208
2524440a403fSchristosmsgid "unknown BB type"
2525440a403fSchristosmsgstr "ukendt BB-type"
2526440a403fSchristos
2527440a403fSchristos#: ieee.c:1217
2528440a403fSchristosmsgid "stack overflow"
2529440a403fSchristosmsgstr "overl�b i stakken"
2530440a403fSchristos
2531440a403fSchristos#: ieee.c:1240
2532440a403fSchristosmsgid "stack underflow"
2533440a403fSchristosmsgstr "underl�b i stakken"
2534440a403fSchristos
2535440a403fSchristos#: ieee.c:1352 ieee.c:1422 ieee.c:2120
2536440a403fSchristosmsgid "illegal variable index"
2537440a403fSchristosmsgstr "ikke tilladt variabelindeks"
2538440a403fSchristos
2539440a403fSchristos#: ieee.c:1400
2540440a403fSchristosmsgid "illegal type index"
2541440a403fSchristosmsgstr "ikke tilladt typeindeks"
2542440a403fSchristos
2543440a403fSchristos#: ieee.c:1410 ieee.c:1447
2544440a403fSchristosmsgid "unknown TY code"
2545440a403fSchristosmsgstr "ukendt TY-kode"
2546440a403fSchristos
2547440a403fSchristos#: ieee.c:1429
2548440a403fSchristosmsgid "undefined variable in TY"
2549440a403fSchristosmsgstr "udefineret variabel i TY"
2550440a403fSchristos
2551440a403fSchristos#. Pascal file name.  FIXME.
2552440a403fSchristos#: ieee.c:1841
2553440a403fSchristosmsgid "Pascal file name not supported"
2554440a403fSchristosmsgstr "Pascal-filnavn underst�ttes ikke"
2555440a403fSchristos
2556440a403fSchristos#  BUGG: qualif>i<er
2557440a403fSchristos#: ieee.c:1889
2558440a403fSchristosmsgid "unsupported qualifier"
2559440a403fSchristosmsgstr "bestemmelsen underst�ttes ikke"
2560440a403fSchristos
2561440a403fSchristos#: ieee.c:2158
2562440a403fSchristosmsgid "undefined variable in ATN"
2563440a403fSchristosmsgstr "udefineret variabel i ATN"
2564440a403fSchristos
2565440a403fSchristos#: ieee.c:2201
2566440a403fSchristosmsgid "unknown ATN type"
2567440a403fSchristosmsgstr "ukendt ATN-type"
2568440a403fSchristos
2569440a403fSchristos#. Reserved for FORTRAN common.
2570440a403fSchristos#: ieee.c:2323
2571440a403fSchristosmsgid "unsupported ATN11"
2572440a403fSchristosmsgstr "ATN11 underst�ttes ikke"
2573440a403fSchristos
2574440a403fSchristos#. We have no way to record this information.  FIXME.
2575440a403fSchristos#: ieee.c:2350
2576440a403fSchristosmsgid "unsupported ATN12"
2577440a403fSchristosmsgstr "ATN12 underst�ttes ikke"
2578440a403fSchristos
2579440a403fSchristos#: ieee.c:2410
2580440a403fSchristosmsgid "unexpected string in C++ misc"
2581440a403fSchristosmsgstr "uventet streng i C++-misc"
2582440a403fSchristos
2583440a403fSchristos#: ieee.c:2423
2584440a403fSchristosmsgid "bad misc record"
2585440a403fSchristosmsgstr "fejlagtig misc-post"
2586440a403fSchristos
2587440a403fSchristos#: ieee.c:2464
2588440a403fSchristosmsgid "unrecognized C++ misc record"
2589440a403fSchristosmsgstr "ukendt C++-misc-post"
2590440a403fSchristos
2591440a403fSchristos#: ieee.c:2579
2592440a403fSchristosmsgid "undefined C++ object"
2593440a403fSchristosmsgstr "udefineret C++-objekt"
2594440a403fSchristos
2595440a403fSchristos#: ieee.c:2613
2596440a403fSchristosmsgid "unrecognized C++ object spec"
2597440a403fSchristosmsgstr "ukendt C++-objektspecifikation"
2598440a403fSchristos
2599440a403fSchristos#: ieee.c:2649
2600440a403fSchristosmsgid "unsupported C++ object type"
2601440a403fSchristosmsgstr "uunderst�ttet C++-objekttype"
2602440a403fSchristos
2603440a403fSchristos#: ieee.c:2659
2604440a403fSchristosmsgid "C++ base class not defined"
2605440a403fSchristosmsgstr "udefineret C++-baseklasse"
2606440a403fSchristos
2607440a403fSchristos#: ieee.c:2671 ieee.c:2776
2608440a403fSchristosmsgid "C++ object has no fields"
2609440a403fSchristosmsgstr "C++-objektet har ingen felter"
2610440a403fSchristos
2611440a403fSchristos#  FIXME: beholdare??
2612440a403fSchristos#: ieee.c:2690
2613440a403fSchristosmsgid "C++ base class not found in container"
2614440a403fSchristosmsgstr "Fandt ikke C++-baseklassen i beholderen"
2615440a403fSchristos
2616440a403fSchristos#  FIXME: beholdare??
2617440a403fSchristos#: ieee.c:2797
2618440a403fSchristosmsgid "C++ data member not found in container"
2619440a403fSchristosmsgstr "Fandt ikke C++-datamedlemmet i beholderen"
2620440a403fSchristos
2621440a403fSchristos#: ieee.c:2838 ieee.c:2988
2622440a403fSchristosmsgid "unknown C++ visibility"
2623440a403fSchristosmsgstr "ukendt C++-synlighed"
2624440a403fSchristos
2625440a403fSchristos#: ieee.c:2872
2626440a403fSchristosmsgid "bad C++ field bit pos or size"
2627440a403fSchristosmsgstr "C++-feltets bit-position eller bit-st�rrelse er fejlagtig"
2628440a403fSchristos
2629440a403fSchristos#: ieee.c:2964
2630440a403fSchristosmsgid "bad type for C++ method function"
2631440a403fSchristosmsgstr "fejlagtig type p� C++-metodefunktion"
2632440a403fSchristos
2633440a403fSchristos#: ieee.c:2974
2634440a403fSchristosmsgid "no type information for C++ method function"
2635440a403fSchristosmsgstr "ingen typeinformation om C++-metodefunktion"
2636440a403fSchristos
2637440a403fSchristos#: ieee.c:3013
2638440a403fSchristosmsgid "C++ static virtual method"
2639440a403fSchristosmsgstr "statisk virtuel C++-metode"
2640440a403fSchristos
2641440a403fSchristos#: ieee.c:3108
2642440a403fSchristosmsgid "unrecognized C++ object overhead spec"
2643440a403fSchristosmsgstr "ukendt C++-objektoversigtsspec"
2644440a403fSchristos
2645440a403fSchristos#: ieee.c:3147
2646440a403fSchristosmsgid "undefined C++ vtable"
2647440a403fSchristosmsgstr "udefineret C++-v-tabel"
2648440a403fSchristos
2649440a403fSchristos#: ieee.c:3216
2650440a403fSchristosmsgid "C++ default values not in a function"
2651440a403fSchristosmsgstr "C++-standardv�rdier ikke inde i en funktion"
2652440a403fSchristos
2653440a403fSchristos#: ieee.c:3256
2654440a403fSchristosmsgid "unrecognized C++ default type"
2655440a403fSchristosmsgstr "ukendt C++-standardtype"
2656440a403fSchristos
2657440a403fSchristos#: ieee.c:3287
2658440a403fSchristosmsgid "reference parameter is not a pointer"
2659440a403fSchristosmsgstr "referenceparameteren er ikke en peger"
2660440a403fSchristos
2661440a403fSchristos#: ieee.c:3370
2662440a403fSchristosmsgid "unrecognized C++ reference type"
2663440a403fSchristosmsgstr "ukendt C++-referencetype"
2664440a403fSchristos
2665440a403fSchristos#: ieee.c:3452
2666440a403fSchristosmsgid "C++ reference not found"
2667440a403fSchristosmsgstr "fandt ikke C++-referencen"
2668440a403fSchristos
2669440a403fSchristos#: ieee.c:3460
2670440a403fSchristosmsgid "C++ reference is not pointer"
2671440a403fSchristosmsgstr "C++-referencen er ingen peger"
2672440a403fSchristos
2673440a403fSchristos#: ieee.c:3486 ieee.c:3494
2674440a403fSchristosmsgid "missing required ASN"
2675440a403fSchristosmsgstr "mangler n�dvendig ASN"
2676440a403fSchristos
2677440a403fSchristos#: ieee.c:3521 ieee.c:3529
2678440a403fSchristosmsgid "missing required ATN65"
2679440a403fSchristosmsgstr "mangler n�dvendig ATN65"
2680440a403fSchristos
2681440a403fSchristos#: ieee.c:3543
2682440a403fSchristosmsgid "bad ATN65 record"
2683440a403fSchristosmsgstr "fejlagtig ATN65-post"
2684440a403fSchristos
2685440a403fSchristos#: ieee.c:4171
2686440a403fSchristos#, c-format
2687440a403fSchristosmsgid "IEEE numeric overflow: 0x"
2688440a403fSchristosmsgstr "IEEE numerisk overl�b: 0x"
2689440a403fSchristos
2690440a403fSchristos#: ieee.c:4215
2691440a403fSchristos#, c-format
2692440a403fSchristosmsgid "IEEE string length overflow: %u\n"
2693440a403fSchristosmsgstr "IEEE overl�b i strengl�ngden: %u\n"
2694440a403fSchristos
2695440a403fSchristos#: ieee.c:5210
2696440a403fSchristos#, c-format
2697440a403fSchristosmsgid "IEEE unsupported integer type size %u\n"
2698440a403fSchristosmsgstr "IEEE klarer ikke heltalstyper af st�rrelse %u\n"
2699440a403fSchristos
2700440a403fSchristos#: ieee.c:5244
2701440a403fSchristos#, c-format
2702440a403fSchristosmsgid "IEEE unsupported float type size %u\n"
2703440a403fSchristosmsgstr "IEEE klarer ikke flydendetalstyper af st�rrelse %u\n"
2704440a403fSchristos
2705440a403fSchristos#: ieee.c:5278
2706440a403fSchristos#, c-format
2707440a403fSchristosmsgid "IEEE unsupported complex type size %u\n"
2708440a403fSchristosmsgstr "IEEE klarer ikke komplekse typer af st�rrelse %u\n"
2709440a403fSchristos
2710440a403fSchristos#: mclex.c:241
2711440a403fSchristosmsgid "Duplicate symbol entered into keyword list."
2712440a403fSchristosmsgstr ""
2713440a403fSchristos
2714440a403fSchristos#: nlmconv.c:273 srconv.c:1823
2715440a403fSchristosmsgid "input and output files must be different"
2716440a403fSchristosmsgstr "uddatafilen skal v�re en anden end inddatafilen"
2717440a403fSchristos
2718440a403fSchristos#: nlmconv.c:320
2719440a403fSchristosmsgid "input file named both on command line and with INPUT"
2720440a403fSchristosmsgstr "inddatafilen n�vnt b�de p� kommandolinjen og via INPUT"
2721440a403fSchristos
2722440a403fSchristos#: nlmconv.c:329
2723440a403fSchristosmsgid "no input file"
2724440a403fSchristosmsgstr "ingen inddatafil"
2725440a403fSchristos
2726440a403fSchristos#: nlmconv.c:359
2727440a403fSchristosmsgid "no name for output file"
2728440a403fSchristosmsgstr "intet navn p� uddatafilen"
2729440a403fSchristos
2730440a403fSchristos#: nlmconv.c:373
2731440a403fSchristosmsgid "warning: input and output formats are not compatible"
2732440a403fSchristosmsgstr "advarsel: formaterne for ind- og uddata er ikke kompatible"
2733440a403fSchristos
2734440a403fSchristos#: nlmconv.c:403
2735440a403fSchristosmsgid "make .bss section"
2736440a403fSchristosmsgstr "opret .bss-sektion"
2737440a403fSchristos
2738440a403fSchristos#: nlmconv.c:413
2739440a403fSchristosmsgid "make .nlmsections section"
2740440a403fSchristosmsgstr "opret .nlmsections-sektion"
2741440a403fSchristos
2742440a403fSchristos#: nlmconv.c:441
2743440a403fSchristosmsgid "set .bss vma"
2744440a403fSchristosmsgstr "s�t vma for .bss"
2745440a403fSchristos
2746440a403fSchristos#: nlmconv.c:448
2747440a403fSchristosmsgid "set .data size"
2748440a403fSchristosmsgstr "s�t .data-st�rrelse"
2749440a403fSchristos
2750440a403fSchristos#: nlmconv.c:628
2751440a403fSchristos#, c-format
2752440a403fSchristosmsgid "warning: symbol %s imported but not in import list"
2753440a403fSchristosmsgstr "advarsel: symbol %s importeredes, men findes ikke i importlisten"
2754440a403fSchristos
2755440a403fSchristos#: nlmconv.c:648
2756440a403fSchristosmsgid "set start address"
2757440a403fSchristosmsgstr "s�t startadresse"
2758440a403fSchristos
2759440a403fSchristos#: nlmconv.c:697
2760440a403fSchristos#, c-format
2761440a403fSchristosmsgid "warning: START procedure %s not defined"
2762440a403fSchristosmsgstr "advarsel: START-procedure %s er ikke defineret"
2763440a403fSchristos
2764440a403fSchristos#: nlmconv.c:699
2765440a403fSchristos#, c-format
2766440a403fSchristosmsgid "warning: EXIT procedure %s not defined"
2767440a403fSchristosmsgstr "advarsel: EXIT-procedure %s er ikke defineret"
2768440a403fSchristos
2769440a403fSchristos#: nlmconv.c:701
2770440a403fSchristos#, c-format
2771440a403fSchristosmsgid "warning: CHECK procedure %s not defined"
2772440a403fSchristosmsgstr "advarsel: CHECK-procedure %s er ikke defineret"
2773440a403fSchristos
2774440a403fSchristos#: nlmconv.c:721 nlmconv.c:907
2775440a403fSchristosmsgid "custom section"
2776440a403fSchristosmsgstr "tilrettelig sektion"
2777440a403fSchristos
2778440a403fSchristos#: nlmconv.c:741 nlmconv.c:936
2779440a403fSchristosmsgid "help section"
2780440a403fSchristosmsgstr "hj�lpesektion"
2781440a403fSchristos
2782440a403fSchristos#: nlmconv.c:763 nlmconv.c:954
2783440a403fSchristosmsgid "message section"
2784440a403fSchristosmsgstr "meddelelsesektion"
2785440a403fSchristos
2786440a403fSchristos#: nlmconv.c:778 nlmconv.c:987
2787440a403fSchristosmsgid "module section"
2788440a403fSchristosmsgstr "modulsektion"
2789440a403fSchristos
2790440a403fSchristos#: nlmconv.c:797 nlmconv.c:1003
2791440a403fSchristosmsgid "rpc section"
2792440a403fSchristosmsgstr "rpc-section"
2793440a403fSchristos
2794440a403fSchristos#. There is no place to record this information.
2795440a403fSchristos#: nlmconv.c:833
2796440a403fSchristos#, c-format
2797440a403fSchristosmsgid "%s: warning: shared libraries can not have uninitialized data"
2798440a403fSchristosmsgstr "%s: advarsel: delte biblioteker kan ikke have uinitieret data"
2799440a403fSchristos
2800440a403fSchristos#: nlmconv.c:854 nlmconv.c:1022
2801440a403fSchristosmsgid "shared section"
2802440a403fSchristosmsgstr "delt sektion"
2803440a403fSchristos
2804440a403fSchristos#: nlmconv.c:862
2805440a403fSchristosmsgid "warning: No version number given"
2806440a403fSchristosmsgstr "advarsel: Intet versionsnummer givet"
2807440a403fSchristos
2808440a403fSchristos#: nlmconv.c:902 nlmconv.c:931 nlmconv.c:949 nlmconv.c:998 nlmconv.c:1017
2809440a403fSchristos#, c-format
2810440a403fSchristosmsgid "%s: read: %s"
2811440a403fSchristosmsgstr "%s: l�sefejl: %s"
2812440a403fSchristos
2813440a403fSchristos#: nlmconv.c:924
2814440a403fSchristos#, fuzzy
2815440a403fSchristosmsgid "warning: FULLMAP is not supported; try ld -M"
2816440a403fSchristosmsgstr "advarsel: MAP og FULLMAP underst�ttes ikke; fors�g med ld -M"
2817440a403fSchristos
2818440a403fSchristos#: nlmconv.c:1100
2819440a403fSchristos#, c-format
2820440a403fSchristosmsgid "Usage: %s [option(s)] [in-file [out-file]]\n"
2821440a403fSchristosmsgstr "Brug: %s [flag] [inddatafil [uddatafil]]\n"
2822440a403fSchristos
2823440a403fSchristos#: nlmconv.c:1101
2824440a403fSchristos#, c-format
2825440a403fSchristosmsgid " Convert an object file into a NetWare Loadable Module\n"
2826440a403fSchristosmsgstr " Konvert�r en objektfil til et indl�sningsbart NetWare-modul\n"
2827440a403fSchristos
2828440a403fSchristos#: nlmconv.c:1102
2829440a403fSchristos#, c-format
2830440a403fSchristosmsgid ""
2831440a403fSchristos" The options are:\n"
2832440a403fSchristos"  -I --input-target=<bfdname>   Set the input binary file format\n"
2833440a403fSchristos"  -O --output-target=<bfdname>  Set the output binary file format\n"
2834440a403fSchristos"  -T --header-file=<file>       Read <file> for NLM header information\n"
2835440a403fSchristos"  -l --linker=<linker>          Use <linker> for any linking\n"
2836440a403fSchristos"  -d --debug                    Display on stderr the linker command line\n"
2837440a403fSchristos"  @<file>                       Read options from <file>.\n"
2838440a403fSchristos"  -h --help                     Display this information\n"
2839440a403fSchristos"  -v --version                  Display the program's version\n"
2840440a403fSchristosmsgstr ""
2841440a403fSchristos
2842440a403fSchristos#: nlmconv.c:1143
2843440a403fSchristos#, c-format
2844440a403fSchristosmsgid "support not compiled in for %s"
2845440a403fSchristosmsgstr "ikke oversat med underst�ttelse for %s"
2846440a403fSchristos
2847440a403fSchristos#: nlmconv.c:1180
2848440a403fSchristosmsgid "make section"
2849440a403fSchristosmsgstr "opret sektion"
2850440a403fSchristos
2851440a403fSchristos#: nlmconv.c:1194
2852440a403fSchristosmsgid "set section size"
2853440a403fSchristosmsgstr "s�t sektionsst�rrelse"
2854440a403fSchristos
2855440a403fSchristos#: nlmconv.c:1200
2856440a403fSchristosmsgid "set section alignment"
2857440a403fSchristosmsgstr ""
2858440a403fSchristos
2859440a403fSchristos#: nlmconv.c:1204
2860440a403fSchristosmsgid "set section flags"
2861440a403fSchristosmsgstr "s�t sektionsflag"
2862440a403fSchristos
2863440a403fSchristos#: nlmconv.c:1215
2864440a403fSchristosmsgid "set .nlmsections size"
2865440a403fSchristosmsgstr "s�t .nlmsektions st�rrelse"
2866440a403fSchristos
2867440a403fSchristos#: nlmconv.c:1296 nlmconv.c:1304 nlmconv.c:1313 nlmconv.c:1318
2868440a403fSchristosmsgid "set .nlmsection contents"
2869440a403fSchristosmsgstr "s�t .nlmsektions indhold"
2870440a403fSchristos
2871440a403fSchristos#: nlmconv.c:1795
2872440a403fSchristosmsgid "stub section sizes"
2873440a403fSchristosmsgstr "sektionsst�rrelser for stub"
2874440a403fSchristos
2875440a403fSchristos#: nlmconv.c:1842
2876440a403fSchristosmsgid "writing stub"
2877440a403fSchristosmsgstr "skriver stub"
2878440a403fSchristos
2879440a403fSchristos#: nlmconv.c:1926
2880440a403fSchristos#, c-format
2881440a403fSchristosmsgid "unresolved PC relative reloc against %s"
2882440a403fSchristosmsgstr "ul�st PC-relativ relokering mod %s"
2883440a403fSchristos
2884440a403fSchristos#: nlmconv.c:1990
2885440a403fSchristos#, c-format
2886440a403fSchristosmsgid "overflow when adjusting relocation against %s"
2887440a403fSchristosmsgstr "overl�b ved justeringen af relokering mod %s"
2888440a403fSchristos
2889440a403fSchristos#: nlmconv.c:2117
2890440a403fSchristos#, c-format
2891440a403fSchristosmsgid "%s: execution of %s failed: "
2892440a403fSchristosmsgstr "%s: udf�rsel af %s mislykkedes: "
2893440a403fSchristos
2894440a403fSchristos#: nlmconv.c:2132
2895440a403fSchristos#, c-format
2896440a403fSchristosmsgid "Execution of %s failed"
2897440a403fSchristosmsgstr "Eksekvering af %s mislykkedes"
2898440a403fSchristos
2899440a403fSchristos#: nm.c:225 size.c:78 strings.c:646
2900440a403fSchristos#, c-format
2901440a403fSchristosmsgid "Usage: %s [option(s)] [file(s)]\n"
2902440a403fSchristosmsgstr "Brug: %s [flag] [inddatafiler]\n"
2903440a403fSchristos
2904440a403fSchristos#: nm.c:226
2905440a403fSchristos#, c-format
2906440a403fSchristosmsgid " List symbols in [file(s)] (a.out by default).\n"
2907440a403fSchristosmsgstr " List symboler i FILerne (eller a.out).\n"
2908440a403fSchristos
2909440a403fSchristos#: nm.c:227
2910440a403fSchristos#, fuzzy, c-format
2911440a403fSchristosmsgid ""
2912440a403fSchristos" The options are:\n"
2913440a403fSchristos"  -a, --debug-syms       Display debugger-only symbols\n"
2914440a403fSchristos"  -A, --print-file-name  Print name of the input file before every symbol\n"
2915440a403fSchristos"  -B                     Same as --format=bsd\n"
2916440a403fSchristos"  -C, --demangle[=STYLE] Decode low-level symbol names into user-level names\n"
2917440a403fSchristos"                          The STYLE, if specified, can be `auto' (the default),\n"
2918440a403fSchristos"                          `gnu', `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
2919440a403fSchristos"                          or `gnat'\n"
2920440a403fSchristos"      --no-demangle      Do not demangle low-level symbol names\n"
2921440a403fSchristos"  -D, --dynamic          Display dynamic symbols instead of normal symbols\n"
2922440a403fSchristos"      --defined-only     Display only defined symbols\n"
2923440a403fSchristos"  -e                     (ignored)\n"
2924440a403fSchristos"  -f, --format=FORMAT    Use the output format FORMAT.  FORMAT can be `bsd',\n"
2925440a403fSchristos"                           `sysv' or `posix'.  The default is `bsd'\n"
2926440a403fSchristos"  -g, --extern-only      Display only external symbols\n"
2927440a403fSchristos"  -l, --line-numbers     Use debugging information to find a filename and\n"
2928440a403fSchristos"                           line number for each symbol\n"
2929440a403fSchristos"  -n, --numeric-sort     Sort symbols numerically by address\n"
2930440a403fSchristos"  -o                     Same as -A\n"
2931440a403fSchristos"  -p, --no-sort          Do not sort the symbols\n"
2932440a403fSchristos"  -P, --portability      Same as --format=posix\n"
2933440a403fSchristos"  -r, --reverse-sort     Reverse the sense of the sort\n"
2934440a403fSchristosmsgstr ""
2935440a403fSchristos"\n"
2936440a403fSchristos"  -a, --debug-syms       Vis kun fejls�gningssymboler\n"
2937440a403fSchristos"  -A, --print-file-name  Skriv navnet p� inddatafilen for hvert symbol\n"
2938440a403fSchristos"  -B                     Samme som --format=bsd\n"
2939440a403fSchristos"  -C, --demangle[=STIL]  Afkod lavniveausymbolnavn til brugerniveaunavn\n"
2940440a403fSchristos"                          STIL kan v�re \"auto\" (det forvalgte), \"gnu\",\n"
2941440a403fSchristos"                          \"lucid\", \"arm\", \"hp\", \"edg\" eller \"gnu-new-abi\"\n"
2942440a403fSchristos"      --no-demangle      Afkod ikke lavniveausymbolnavn\n"
2943440a403fSchristos"  -D, --dynamic          Vis dynamiske symboler i stedet for normale symboler\n"
2944440a403fSchristos"      --defined-only     Vis kun definerede symboler\n"
2945440a403fSchristos"  -e                     (ignoreres)\n"
2946440a403fSchristos"  -f, --format=FORMAT    Brug FORMAT som uddataformat.  FORMAT kan v�re\n"
2947440a403fSchristos"                           \"bsd\", \"sysv\" eller \"posix\".  Forvalet er \"bsd\"\n"
2948440a403fSchristos"  -g, --extern-only      Vis kun externe symboler\n"
2949440a403fSchristos"  -h, --help             Vis denne hj�lpen\n"
2950440a403fSchristos"  -l, --line-numbers     Brug fejls�gningsinformationen til at sl� op\n"
2951440a403fSchristos"                           filnavn og linjenummer for hvert symbol\n"
2952440a403fSchristos"  -n, --numeric-sort     Sortere symboler numerisk efter adress\n"
2953440a403fSchristos"  -o                     Samma som -A\n"
2954440a403fSchristos"  -p, --no-sort          Sortere ikke symbolerne\n"
2955440a403fSchristos"  -P, --portability      Samme som --format=posix\n"
2956440a403fSchristos"  -r, --reverse-sort     Sortere �t andre h�llet\n"
2957440a403fSchristos"  -s, --print-armap      Ta med indeks for symboler i arkivmedlemmer\n"
2958440a403fSchristos"      --size-sort        Sortere symboler efter st�rrelse\n"
2959440a403fSchristos"  -t, --radix=BAS        Skriv tal i talbasen BAS\n"
2960440a403fSchristos"      --target=BFD-NAVN  Specificere m�lobjektets format som BFD-NAVN\n"
2961440a403fSchristos"  -u, --undefined-only   Vis kun udefinerede symboler\n"
2962440a403fSchristos"  -V, --version          Vis programmets versionsinformation\n"
2963440a403fSchristos"  -X 32_64               (ignoreres)\n"
2964440a403fSchristos"   @<fil>                L�s valgmuligheder fra <fil>\n"
2965440a403fSchristos"\n"
2966440a403fSchristos
2967440a403fSchristos#: nm.c:250
2968440a403fSchristos#, c-format
2969440a403fSchristosmsgid "      --plugin NAME      Load the specified plugin\n"
2970440a403fSchristosmsgstr ""
2971440a403fSchristos
2972440a403fSchristos#: nm.c:253
2973440a403fSchristos#, c-format
2974440a403fSchristosmsgid ""
2975440a403fSchristos"  -S, --print-size       Print size of defined symbols\n"
2976440a403fSchristos"  -s, --print-armap      Include index for symbols from archive members\n"
2977440a403fSchristos"      --size-sort        Sort symbols by size\n"
2978440a403fSchristos"      --special-syms     Include special symbols in the output\n"
2979440a403fSchristos"      --synthetic        Display synthetic symbols as well\n"
2980440a403fSchristos"  -t, --radix=RADIX      Use RADIX for printing symbol values\n"
2981440a403fSchristos"      --target=BFDNAME   Specify the target object format as BFDNAME\n"
2982440a403fSchristos"  -u, --undefined-only   Display only undefined symbols\n"
2983440a403fSchristos"  -X 32_64               (ignored)\n"
2984440a403fSchristos"  @FILE                  Read options from FILE\n"
2985440a403fSchristos"  -h, --help             Display this information\n"
2986440a403fSchristos"  -V, --version          Display this program's version number\n"
2987440a403fSchristos"\n"
2988440a403fSchristosmsgstr ""
2989440a403fSchristos
2990440a403fSchristos#: nm.c:301
2991440a403fSchristos#, c-format
2992440a403fSchristosmsgid "%s: invalid radix"
2993440a403fSchristosmsgstr "%s: ugyldig talbase"
2994440a403fSchristos
2995440a403fSchristos#: nm.c:325
2996440a403fSchristos#, c-format
2997440a403fSchristosmsgid "%s: invalid output format"
2998440a403fSchristosmsgstr "%s: ugyldigt uddataformat"
2999440a403fSchristos
3000440a403fSchristos#: nm.c:346 readelf.c:8259 readelf.c:8304
3001440a403fSchristos#, c-format
3002440a403fSchristosmsgid "<processor specific>: %d"
3003440a403fSchristosmsgstr "<processor-specifik>: %d"
3004440a403fSchristos
3005440a403fSchristos#: nm.c:348 readelf.c:8268 readelf.c:8322
3006440a403fSchristos#, c-format
3007440a403fSchristosmsgid "<OS specific>: %d"
3008440a403fSchristosmsgstr "<OS-specifik>: %d"
3009440a403fSchristos
3010440a403fSchristos#: nm.c:350 readelf.c:8271 readelf.c:8325
3011440a403fSchristos#, c-format
3012440a403fSchristosmsgid "<unknown>: %d"
3013440a403fSchristosmsgstr "<ukendt>: %d"
3014440a403fSchristos
3015440a403fSchristos#: nm.c:390
3016440a403fSchristos#, c-format
3017440a403fSchristosmsgid ""
3018440a403fSchristos"\n"
3019440a403fSchristos"Archive index:\n"
3020440a403fSchristosmsgstr ""
3021440a403fSchristos"\n"
3022440a403fSchristos"Arkivindeks:\n"
3023440a403fSchristos
3024440a403fSchristos#: nm.c:1251
3025440a403fSchristos#, c-format
3026440a403fSchristosmsgid ""
3027440a403fSchristos"\n"
3028440a403fSchristos"\n"
3029440a403fSchristos"Undefined symbols from %s:\n"
3030440a403fSchristos"\n"
3031440a403fSchristosmsgstr ""
3032440a403fSchristos"\n"
3033440a403fSchristos"\n"
3034440a403fSchristos"Udefinerede symboler fra %s:\n"
3035440a403fSchristos"\n"
3036440a403fSchristos
3037440a403fSchristos#: nm.c:1253
3038440a403fSchristos#, c-format
3039440a403fSchristosmsgid ""
3040440a403fSchristos"\n"
3041440a403fSchristos"\n"
3042440a403fSchristos"Symbols from %s:\n"
3043440a403fSchristos"\n"
3044440a403fSchristosmsgstr ""
3045440a403fSchristos"\n"
3046440a403fSchristos"\n"
3047440a403fSchristos"Symboler fra %s:\n"
3048440a403fSchristos"\n"
3049440a403fSchristos
3050440a403fSchristos#: nm.c:1255 nm.c:1306
3051440a403fSchristos#, c-format
3052440a403fSchristosmsgid ""
3053440a403fSchristos"Name                  Value   Class        Type         Size     Line  Section\n"
3054440a403fSchristos"\n"
3055440a403fSchristosmsgstr ""
3056440a403fSchristos"Navn                  V�rdi   Klasse       Type         St�rr.   Linje Sektion\n"
3057440a403fSchristos"\n"
3058440a403fSchristos
3059440a403fSchristos#: nm.c:1258 nm.c:1309
3060440a403fSchristos#, c-format
3061440a403fSchristosmsgid ""
3062440a403fSchristos"Name                  Value           Class        Type         Size             Line  Section\n"
3063440a403fSchristos"\n"
3064440a403fSchristosmsgstr ""
3065440a403fSchristos"Navn                  V�rdi           Klasse       Type          St�rr.          Linje Sektion\n"
3066440a403fSchristos"\n"
3067440a403fSchristos
3068440a403fSchristos#: nm.c:1302
3069440a403fSchristos#, c-format
3070440a403fSchristosmsgid ""
3071440a403fSchristos"\n"
3072440a403fSchristos"\n"
3073440a403fSchristos"Undefined symbols from %s[%s]:\n"
3074440a403fSchristos"\n"
3075440a403fSchristosmsgstr ""
3076440a403fSchristos"\n"
3077440a403fSchristos"\n"
3078440a403fSchristos"Udefinerede symboler fra %s[%s]:\n"
3079440a403fSchristos"\n"
3080440a403fSchristos
3081440a403fSchristos#: nm.c:1304
3082440a403fSchristos#, c-format
3083440a403fSchristosmsgid ""
3084440a403fSchristos"\n"
3085440a403fSchristos"\n"
3086440a403fSchristos"Symbols from %s[%s]:\n"
3087440a403fSchristos"\n"
3088440a403fSchristosmsgstr ""
3089440a403fSchristos"\n"
3090440a403fSchristos"\n"
3091440a403fSchristos"Symboler fra %s[%s]:\n"
3092440a403fSchristos"\n"
3093440a403fSchristos
3094440a403fSchristos#: nm.c:1396
3095440a403fSchristos#, c-format
3096440a403fSchristosmsgid "Print width has not been initialized (%d)"
3097440a403fSchristosmsgstr ""
3098440a403fSchristos
3099440a403fSchristos#: nm.c:1624
3100440a403fSchristosmsgid "Only -X 32_64 is supported"
3101440a403fSchristosmsgstr "Kun -X 32_64 underst�ttes"
3102440a403fSchristos
3103440a403fSchristos#: nm.c:1653
3104440a403fSchristosmsgid "Using the --size-sort and --undefined-only options together"
3105440a403fSchristosmsgstr ""
3106440a403fSchristos
3107440a403fSchristos#: nm.c:1654
3108440a403fSchristosmsgid "will produce no output, since undefined symbols have no size."
3109440a403fSchristosmsgstr ""
3110440a403fSchristos
3111440a403fSchristos#: nm.c:1682
3112440a403fSchristos#, c-format
3113440a403fSchristosmsgid "data size %ld"
3114440a403fSchristosmsgstr "datast�rrelse %ld"
3115440a403fSchristos
3116440a403fSchristos#: objcopy.c:473 srconv.c:1731
3117440a403fSchristos#, c-format
3118440a403fSchristosmsgid "Usage: %s [option(s)] in-file [out-file]\n"
3119440a403fSchristosmsgstr "Brug: %s [flag] inddatafil [uddatafil]\n"
3120440a403fSchristos
3121440a403fSchristos#: objcopy.c:474
3122440a403fSchristos#, c-format
3123440a403fSchristosmsgid " Copies a binary file, possibly transforming it in the process\n"
3124440a403fSchristosmsgstr ""
3125440a403fSchristos
3126440a403fSchristos#: objcopy.c:476
3127440a403fSchristos#, c-format
3128440a403fSchristosmsgid ""
3129440a403fSchristos"  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
3130440a403fSchristos"  -O --output-target <bfdname>     Create an output file in format <bfdname>\n"
3131440a403fSchristos"  -B --binary-architecture <arch>  Set output arch, when input is arch-less\n"
3132440a403fSchristos"  -F --target <bfdname>            Set both input and output format to <bfdname>\n"
3133440a403fSchristos"     --debugging                   Convert debugging information, if possible\n"
3134440a403fSchristos"  -p --preserve-dates              Copy modified/access timestamps to the output\n"
3135440a403fSchristos"  -j --only-section <name>         Only copy section <name> into the output\n"
3136440a403fSchristos"     --add-gnu-debuglink=<file>    Add section .gnu_debuglink linking to <file>\n"
3137440a403fSchristos"  -R --remove-section <name>       Remove section <name> from the output\n"
3138440a403fSchristos"  -S --strip-all                   Remove all symbol and relocation information\n"
3139440a403fSchristos"  -g --strip-debug                 Remove all debugging symbols & sections\n"
3140440a403fSchristos"     --strip-unneeded              Remove all symbols not needed by relocations\n"
3141440a403fSchristos"  -N --strip-symbol <name>         Do not copy symbol <name>\n"
3142440a403fSchristos"     --strip-unneeded-symbol <name>\n"
3143440a403fSchristos"                                   Do not copy symbol <name> unless needed by\n"
3144440a403fSchristos"                                     relocations\n"
3145440a403fSchristos"     --only-keep-debug             Strip everything but the debug information\n"
3146440a403fSchristos"     --extract-symbol              Remove section contents but keep symbols\n"
3147440a403fSchristos"  -K --keep-symbol <name>          Do not strip symbol <name>\n"
3148440a403fSchristos"     --keep-file-symbols           Do not strip file symbol(s)\n"
3149440a403fSchristos"     --localize-hidden             Turn all ELF hidden symbols into locals\n"
3150440a403fSchristos"  -L --localize-symbol <name>      Force symbol <name> to be marked as a local\n"
3151440a403fSchristos"     --globalize-symbol <name>     Force symbol <name> to be marked as a global\n"
3152440a403fSchristos"  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
3153440a403fSchristos"  -W --weaken-symbol <name>        Force symbol <name> to be marked as a weak\n"
3154440a403fSchristos"     --weaken                      Force all global symbols to be marked as weak\n"
3155440a403fSchristos"  -w --wildcard                    Permit wildcard in symbol comparison\n"
3156440a403fSchristos"  -x --discard-all                 Remove all non-global symbols\n"
3157440a403fSchristos"  -X --discard-locals              Remove any compiler-generated symbols\n"
3158440a403fSchristos"  -i --interleave [<number>]       Only copy N out of every <number> bytes\n"
3159440a403fSchristos"     --interleave-width <number>   Set N for --interleave\n"
3160440a403fSchristos"  -b --byte <num>                  Select byte <num> in every interleaved block\n"
3161440a403fSchristos"     --gap-fill <val>              Fill gaps between sections with <val>\n"
3162440a403fSchristos"     --pad-to <addr>               Pad the last section up to address <addr>\n"
3163440a403fSchristos"     --set-start <addr>            Set the start address to <addr>\n"
3164440a403fSchristos"    {--change-start|--adjust-start} <incr>\n"
3165440a403fSchristos"                                   Add <incr> to the start address\n"
3166440a403fSchristos"    {--change-addresses|--adjust-vma} <incr>\n"
3167440a403fSchristos"                                   Add <incr> to LMA, VMA and start addresses\n"
3168440a403fSchristos"    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
3169440a403fSchristos"                                   Change LMA and VMA of section <name> by <val>\n"
3170440a403fSchristos"     --change-section-lma <name>{=|+|-}<val>\n"
3171440a403fSchristos"                                   Change the LMA of section <name> by <val>\n"
3172440a403fSchristos"     --change-section-vma <name>{=|+|-}<val>\n"
3173440a403fSchristos"                                   Change the VMA of section <name> by <val>\n"
3174440a403fSchristos"    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
3175440a403fSchristos"                                   Warn if a named section does not exist\n"
3176440a403fSchristos"     --set-section-flags <name>=<flags>\n"
3177440a403fSchristos"                                   Set section <name>'s properties to <flags>\n"
3178440a403fSchristos"     --add-section <name>=<file>   Add section <name> found in <file> to output\n"
3179440a403fSchristos"     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
3180440a403fSchristos"     --long-section-names {enable|disable|keep}\n"
3181440a403fSchristos"                                   Handle long section names in Coff objects.\n"
3182440a403fSchristos"     --change-leading-char         Force output format's leading character style\n"
3183440a403fSchristos"     --remove-leading-char         Remove leading character from global symbols\n"
3184440a403fSchristos"     --reverse-bytes=<num>         Reverse <num> bytes at a time, in output sections with content\n"
3185440a403fSchristos"     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
3186440a403fSchristos"     --redefine-syms <file>        --redefine-sym for all symbol pairs \n"
3187440a403fSchristos"                                     listed in <file>\n"
3188440a403fSchristos"     --srec-len <number>           Restrict the length of generated Srecords\n"
3189440a403fSchristos"     --srec-forceS3                Restrict the type of generated Srecords to S3\n"
3190440a403fSchristos"     --strip-symbols <file>        -N for all symbols listed in <file>\n"
3191440a403fSchristos"     --strip-unneeded-symbols <file>\n"
3192440a403fSchristos"                                   --strip-unneeded-symbol for all symbols listed\n"
3193440a403fSchristos"                                     in <file>\n"
3194440a403fSchristos"     --keep-symbols <file>         -K for all symbols listed in <file>\n"
3195440a403fSchristos"     --localize-symbols <file>     -L for all symbols listed in <file>\n"
3196440a403fSchristos"     --globalize-symbols <file>    --globalize-symbol for all in <file>\n"
3197440a403fSchristos"     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
3198440a403fSchristos"     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
3199440a403fSchristos"     --alt-machine-code <index>    Use the target's <index>'th alternative machine\n"
3200440a403fSchristos"     --writable-text               Mark the output text as writable\n"
3201440a403fSchristos"     --readonly-text               Make the output text write protected\n"
3202440a403fSchristos"     --pure                        Mark the output file as demand paged\n"
3203440a403fSchristos"     --impure                      Mark the output file as impure\n"
3204440a403fSchristos"     --prefix-symbols <prefix>     Add <prefix> to start of every symbol name\n"
3205440a403fSchristos"     --prefix-sections <prefix>    Add <prefix> to start of every section name\n"
3206440a403fSchristos"     --prefix-alloc-sections <prefix>\n"
3207440a403fSchristos"                                   Add <prefix> to start of every allocatable\n"
3208440a403fSchristos"                                     section name\n"
3209440a403fSchristos"     --file-alignment <num>        Set PE file alignment to <num>\n"
3210440a403fSchristos"     --heap <reserve>[,<commit>]   Set PE reserve/commit heap to <reserve>/\n"
3211440a403fSchristos"                                   <commit>\n"
3212440a403fSchristos"     --image-base <address>        Set PE image base to <address>\n"
3213440a403fSchristos"     --section-alignment <num>     Set PE section alignment to <num>\n"
3214440a403fSchristos"     --stack <reserve>[,<commit>]  Set PE reserve/commit stack to <reserve>/\n"
3215440a403fSchristos"                                   <commit>\n"
3216440a403fSchristos"     --subsystem <name>[:<version>]\n"
3217440a403fSchristos"                                   Set PE subsystem to <name> [& <version>]\n"
3218440a403fSchristos"     --compress-debug-sections     Compress DWARF debug sections using zlib\n"
3219440a403fSchristos"     --decompress-debug-sections   Decompress DWARF debug sections using zlib\n"
3220440a403fSchristos"  -v --verbose                     List all object files modified\n"
3221440a403fSchristos"  @<file>                          Read options from <file>\n"
3222440a403fSchristos"  -V --version                     Display this program's version number\n"
3223440a403fSchristos"  -h --help                        Display this output\n"
3224440a403fSchristos"     --info                        List object formats & architectures supported\n"
3225440a403fSchristosmsgstr ""
3226440a403fSchristos
3227440a403fSchristos#: objcopy.c:583
3228440a403fSchristos#, c-format
3229440a403fSchristosmsgid "Usage: %s <option(s)> in-file(s)\n"
3230440a403fSchristosmsgstr "Brug: %s <flag> inddatafiler\n"
3231440a403fSchristos
3232440a403fSchristos#: objcopy.c:584
3233440a403fSchristos#, c-format
3234440a403fSchristosmsgid " Removes symbols and sections from files\n"
3235440a403fSchristosmsgstr " Fjern symboler og afsnit fra filer\n"
3236440a403fSchristos
3237440a403fSchristos#: objcopy.c:586
3238440a403fSchristos#, fuzzy, c-format
3239440a403fSchristosmsgid ""
3240440a403fSchristos"  -I --input-target=<bfdname>      Assume input file is in format <bfdname>\n"
3241440a403fSchristos"  -O --output-target=<bfdname>     Create an output file in format <bfdname>\n"
3242440a403fSchristos"  -F --target=<bfdname>            Set both input and output format to <bfdname>\n"
3243440a403fSchristos"  -p --preserve-dates              Copy modified/access timestamps to the output\n"
3244440a403fSchristos"  -R --remove-section=<name>       Remove section <name> from the output\n"
3245440a403fSchristos"  -s --strip-all                   Remove all symbol and relocation information\n"
3246440a403fSchristos"  -g -S -d --strip-debug           Remove all debugging symbols & sections\n"
3247440a403fSchristos"     --strip-unneeded              Remove all symbols not needed by relocations\n"
3248440a403fSchristos"     --only-keep-debug             Strip everything but the debug information\n"
3249440a403fSchristos"  -N --strip-symbol=<name>         Do not copy symbol <name>\n"
3250440a403fSchristos"  -K --keep-symbol=<name>          Do not strip symbol <name>\n"
3251440a403fSchristos"     --keep-file-symbols           Do not strip file symbol(s)\n"
3252440a403fSchristos"  -w --wildcard                    Permit wildcard in symbol comparison\n"
3253440a403fSchristos"  -x --discard-all                 Remove all non-global symbols\n"
3254440a403fSchristos"  -X --discard-locals              Remove any compiler-generated symbols\n"
3255440a403fSchristos"  -v --verbose                     List all object files modified\n"
3256440a403fSchristos"  -V --version                     Display this program's version number\n"
3257440a403fSchristos"  -h --help                        Display this output\n"
3258440a403fSchristos"     --info                        List object formats & architectures supported\n"
3259440a403fSchristos"  -o <file>                        Place stripped output into <file>\n"
3260440a403fSchristosmsgstr ""
3261440a403fSchristos"  -I --input-target <bfd-navn>     Antag inddatafilens format er <bfd-navn>\n"
3262440a403fSchristos"  -O --output-target <bfd-navn>    Opret uddatafilen i formatet <bfd-navn>\n"
3263440a403fSchristos"  -F --target <bfd-navn>           S�t b�de in- og udformatet til <bfd-navn>\n"
3264440a403fSchristos"  -p --preserve-dates              Kopi�r �ndrings/adgangtider til uddata\n"
3265440a403fSchristos"  -R --remove-section <navn>       Fjern sektion <navn> fra uddata\n"
3266440a403fSchristos"  -s --strip-all                   Fjern alle symbol- og relokeringsinfo\n"
3267440a403fSchristos"  -g -S --strip-debug              Fjern alle fejls�gningssymboler\n"
3268440a403fSchristos"     --strip-unneeded              Fjern symboler un�dige for relokeringen\n"
3269440a403fSchristos"  -N --strip-symbol <navn>         Kopi�r ikke symbol <navn>\n"
3270440a403fSchristos"  -K --keep-symbol <navn>          Kopi�r kun symbol <navn>\n"
3271440a403fSchristos"  -x --discard-all                 Fjern alle ikke-globale symboler\n"
3272440a403fSchristos"  -X --discard-locals              Fjern alle overs�ttergenererede symboler\n"
3273440a403fSchristos"  -v --verbose                     Lista alle for�ndrede objektfiler\n"
3274440a403fSchristos"  -V --version                     Vis programmets versionsinformation\n"
3275440a403fSchristos"  -h --help                        Vis denne hj�lp\n"
3276440a403fSchristos"  -o <fil>                         gem den udrensede uddata i <fil>\n"
3277440a403fSchristos
3278440a403fSchristos#: objcopy.c:659
3279440a403fSchristos#, c-format
3280440a403fSchristosmsgid "unrecognized section flag `%s'"
3281440a403fSchristosmsgstr "ukendt sektionsflag \"%s\""
3282440a403fSchristos
3283440a403fSchristos#: objcopy.c:660
3284440a403fSchristos#, c-format
3285440a403fSchristosmsgid "supported flags: %s"
3286440a403fSchristosmsgstr "flag som h�ndteres: %s"
3287440a403fSchristos
3288440a403fSchristos#: objcopy.c:761
3289440a403fSchristos#, c-format
3290440a403fSchristosmsgid "cannot open '%s': %s"
3291440a403fSchristosmsgstr "kan ikke �bne '%s': %s"
3292440a403fSchristos
3293440a403fSchristos#: objcopy.c:764 objcopy.c:3389
3294440a403fSchristos#, c-format
3295440a403fSchristosmsgid "%s: fread failed"
3296440a403fSchristosmsgstr "%s: fread mislykkedes"
3297440a403fSchristos
3298440a403fSchristos#: objcopy.c:837
3299440a403fSchristos#, fuzzy, c-format
3300440a403fSchristosmsgid "%s:%d: Ignoring rubbish found on this line"
3301440a403fSchristosmsgstr "%s:%d: Ignorerer snavs fundet p� denne linje"
3302440a403fSchristos
3303440a403fSchristos#: objcopy.c:1128
3304440a403fSchristos#, c-format
3305440a403fSchristosmsgid "not stripping symbol `%s' because it is named in a relocation"
3306440a403fSchristosmsgstr ""
3307440a403fSchristos
3308440a403fSchristos#: objcopy.c:1211
3309440a403fSchristos#, c-format
3310440a403fSchristosmsgid "%s: Multiple redefinition of symbol \"%s\""
3311440a403fSchristosmsgstr "%s: Flere omdefineringer af symbol \"%s\""
3312440a403fSchristos
3313440a403fSchristos#: objcopy.c:1215
3314440a403fSchristos#, c-format
3315440a403fSchristosmsgid "%s: Symbol \"%s\" is target of more than one redefinition"
3316440a403fSchristosmsgstr "%s: Symbol \"%s\" er m�l for mere end en omdefinering"
3317440a403fSchristos
3318440a403fSchristos#: objcopy.c:1243
3319440a403fSchristos#, c-format
3320440a403fSchristosmsgid "couldn't open symbol redefinition file %s (error: %s)"
3321440a403fSchristosmsgstr "kunne ikke �bne redefinitionsfil %s for symboler (fejl: %s)"
3322440a403fSchristos
3323440a403fSchristos#: objcopy.c:1321
3324440a403fSchristos#, c-format
3325440a403fSchristosmsgid "%s:%d: garbage found at end of line"
3326440a403fSchristosmsgstr "%s:%d: snavs fundet ved linjeslut"
3327440a403fSchristos
3328440a403fSchristos#: objcopy.c:1324
3329440a403fSchristos#, c-format
3330440a403fSchristosmsgid "%s:%d: missing new symbol name"
3331440a403fSchristosmsgstr "%s:%d: mangler nyt symbolnavn"
3332440a403fSchristos
3333440a403fSchristos#: objcopy.c:1334
3334440a403fSchristos#, c-format
3335440a403fSchristosmsgid "%s:%d: premature end of file"
3336440a403fSchristosmsgstr ""
3337440a403fSchristos
3338440a403fSchristos#: objcopy.c:1360
3339440a403fSchristos#, fuzzy, c-format
3340440a403fSchristosmsgid "stat returns negative size for `%s'"
3341440a403fSchristosmsgstr "stat returnerer negativ st�rrelse p� %s"
3342440a403fSchristos
3343440a403fSchristos#: objcopy.c:1372
3344440a403fSchristos#, c-format
3345440a403fSchristosmsgid "copy from `%s' [unknown] to `%s' [unknown]\n"
3346440a403fSchristosmsgstr "kopi�r fra `%s' [ukendt] til `%s' [ukendt]\n"
3347440a403fSchristos
3348440a403fSchristos#: objcopy.c:1427
3349440a403fSchristosmsgid "Unable to change endianness of input file(s)"
3350440a403fSchristosmsgstr "Kan ikke �ndre endian-type p� inddatafilerne"
3351440a403fSchristos
3352440a403fSchristos#: objcopy.c:1436
3353440a403fSchristos#, fuzzy, c-format
3354440a403fSchristosmsgid "copy from `%s' [%s] to `%s' [%s]\n"
3355440a403fSchristosmsgstr "kopierer fra %s(%s) til %s(%s)\n"
3356440a403fSchristos
3357440a403fSchristos#: objcopy.c:1485
3358440a403fSchristos#, c-format
3359440a403fSchristosmsgid "Input file `%s' ignores binary architecture parameter."
3360440a403fSchristosmsgstr "Inddatafil '%s' ignorerer bin�r arkitekturparameter."
3361440a403fSchristos
3362440a403fSchristos#: objcopy.c:1493
3363440a403fSchristos#, c-format
3364440a403fSchristosmsgid "Unable to recognise the format of the input file `%s'"
3365440a403fSchristosmsgstr "Kan ikke genkende formatet p� inddatafilen '%s'"
3366440a403fSchristos
3367440a403fSchristos#: objcopy.c:1496
3368440a403fSchristos#, c-format
3369440a403fSchristosmsgid "Output file cannot represent architecture `%s'"
3370440a403fSchristosmsgstr "Uddatafilen kan ikke repr�sentere arkitektur '%s'"
3371440a403fSchristos
3372440a403fSchristos#: objcopy.c:1559
3373440a403fSchristos#, c-format
3374440a403fSchristosmsgid "warning: file alignment (0x%s) > section alignment (0x%s)"
3375440a403fSchristosmsgstr ""
3376440a403fSchristos
3377440a403fSchristos#: objcopy.c:1618
3378440a403fSchristos#, c-format
3379440a403fSchristosmsgid "can't add section '%s'"
3380440a403fSchristosmsgstr "kan ikke tilf�je sektion '%s'"
3381440a403fSchristos
3382440a403fSchristos#: objcopy.c:1632
3383440a403fSchristos#, c-format
3384440a403fSchristosmsgid "can't create section `%s'"
3385440a403fSchristosmsgstr "kan ikke oprette sektion '%s'"
3386440a403fSchristos
3387440a403fSchristos#: objcopy.c:1678
3388440a403fSchristos#, c-format
3389440a403fSchristosmsgid "cannot create debug link section `%s'"
3390440a403fSchristosmsgstr "kan ikke oprette fejls�gningssektion: '%s'"
3391440a403fSchristos
3392440a403fSchristos#: objcopy.c:1771
3393440a403fSchristosmsgid "Can't fill gap after section"
3394440a403fSchristosmsgstr "Kan ikke fylde hullet efter sektion"
3395440a403fSchristos
3396440a403fSchristos#: objcopy.c:1795
3397440a403fSchristosmsgid "can't add padding"
3398440a403fSchristosmsgstr "Kan ikke tilf�je udfyldning"
3399440a403fSchristos
3400440a403fSchristos#: objcopy.c:1886
3401440a403fSchristos#, c-format
3402440a403fSchristosmsgid "cannot fill debug link section `%s'"
3403440a403fSchristosmsgstr "kan ikke udfylde fejls�gningssektion '%s'"
3404440a403fSchristos
3405440a403fSchristos#: objcopy.c:1949
3406440a403fSchristosmsgid "error copying private BFD data"
3407440a403fSchristosmsgstr "fejl ved kopiering af privat BFD-data"
3408440a403fSchristos
3409440a403fSchristos#: objcopy.c:1960
3410440a403fSchristos#, c-format
3411440a403fSchristosmsgid "this target does not support %lu alternative machine codes"
3412440a403fSchristosmsgstr ""
3413440a403fSchristos
3414440a403fSchristos#: objcopy.c:1964
3415440a403fSchristosmsgid "treating that number as an absolute e_machine value instead"
3416440a403fSchristosmsgstr ""
3417440a403fSchristos
3418440a403fSchristos#: objcopy.c:1968
3419440a403fSchristosmsgid "ignoring the alternative value"
3420440a403fSchristosmsgstr ""
3421440a403fSchristos
3422440a403fSchristos#: objcopy.c:2000 objcopy.c:2035
3423440a403fSchristos#, fuzzy, c-format
3424440a403fSchristosmsgid "cannot create tempdir for archive copying (error: %s)"
3425440a403fSchristosmsgstr "kan ikke oprette katalog %s for arkivkopiering (fejl: %s)"
3426440a403fSchristos
3427440a403fSchristos#: objcopy.c:2096
3428440a403fSchristos#, fuzzy
3429440a403fSchristosmsgid "Unable to recognise the format of file"
3430440a403fSchristosmsgstr "Kan ikke s�ge til slutningen af filen!"
3431440a403fSchristos
3432440a403fSchristos#: objcopy.c:2194
3433440a403fSchristos#, c-format
3434440a403fSchristosmsgid "error: the input file '%s' is empty"
3435440a403fSchristosmsgstr "fejl: inddatafilen '%s' er tom"
3436440a403fSchristos
3437440a403fSchristos#: objcopy.c:2338
3438440a403fSchristos#, c-format
3439440a403fSchristosmsgid "Multiple renames of section %s"
3440440a403fSchristosmsgstr "Flere navneskift p� sektion %s"
3441440a403fSchristos
3442440a403fSchristos#: objcopy.c:2389
3443440a403fSchristos#, fuzzy
3444440a403fSchristosmsgid "error in private header data"
3445440a403fSchristosmsgstr "fejl ved kopiering af privat BFD-data: %s"
3446440a403fSchristos
3447440a403fSchristos#: objcopy.c:2467
3448440a403fSchristosmsgid "failed to create output section"
3449440a403fSchristosmsgstr ""
3450440a403fSchristos
3451440a403fSchristos#: objcopy.c:2481
3452440a403fSchristosmsgid "failed to set size"
3453440a403fSchristosmsgstr "kunne ikke s�tte st�rrelse"
3454440a403fSchristos
3455440a403fSchristos#: objcopy.c:2495
3456440a403fSchristosmsgid "failed to set vma"
3457440a403fSchristosmsgstr ""
3458440a403fSchristos
3459440a403fSchristos#: objcopy.c:2520
3460440a403fSchristosmsgid "failed to set alignment"
3461440a403fSchristosmsgstr ""
3462440a403fSchristos
3463440a403fSchristos#: objcopy.c:2554
3464440a403fSchristos#, fuzzy
3465440a403fSchristosmsgid "failed to copy private data"
3466440a403fSchristosmsgstr "%s: fejl ved kopiering af privat BFD-data: %s"
3467440a403fSchristos
3468440a403fSchristos#: objcopy.c:2636
3469440a403fSchristosmsgid "relocation count is negative"
3470440a403fSchristosmsgstr ""
3471440a403fSchristos
3472440a403fSchristos#. User must pad the section up in order to do this.
3473440a403fSchristos#: objcopy.c:2697
3474440a403fSchristos#, c-format
3475440a403fSchristosmsgid "cannot reverse bytes: length of section %s must be evenly divisible by %d"
3476440a403fSchristosmsgstr ""
3477440a403fSchristos
3478440a403fSchristos#: objcopy.c:2883
3479440a403fSchristos#, fuzzy
3480440a403fSchristosmsgid "can't create debugging section"
3481440a403fSchristosmsgstr "%s: kan ikke oprette fejls�gningssektion: %s"
3482440a403fSchristos
3483440a403fSchristos#: objcopy.c:2896
3484440a403fSchristos#, fuzzy
3485440a403fSchristosmsgid "can't set debugging section contents"
3486440a403fSchristosmsgstr "%s: kan ikke s�tte indeholdet i fejls�gningssektionen: %s"
3487440a403fSchristos
3488440a403fSchristos#: objcopy.c:2904
3489440a403fSchristos#, fuzzy, c-format
3490440a403fSchristosmsgid "don't know how to write debugging information for %s"
3491440a403fSchristosmsgstr "%s: v�d ikke hvordan man skriver fejls�gningsinformation for %s"
3492440a403fSchristos
3493440a403fSchristos#: objcopy.c:3046
3494440a403fSchristosmsgid "could not create temporary file to hold stripped copy"
3495440a403fSchristosmsgstr ""
3496440a403fSchristos
3497440a403fSchristos#: objcopy.c:3118
3498440a403fSchristos#, c-format
3499440a403fSchristosmsgid "%s: bad version in PE subsystem"
3500440a403fSchristosmsgstr ""
3501440a403fSchristos
3502440a403fSchristos#: objcopy.c:3148
3503440a403fSchristos#, c-format
3504440a403fSchristosmsgid "unknown PE subsystem: %s"
3505440a403fSchristosmsgstr ""
3506440a403fSchristos
3507440a403fSchristos#: objcopy.c:3209
3508440a403fSchristosmsgid "byte number must be non-negative"
3509440a403fSchristosmsgstr "byte-nr m� ikke v�re negativt"
3510440a403fSchristos
3511440a403fSchristos#: objcopy.c:3215
3512440a403fSchristos#, c-format
3513440a403fSchristosmsgid "architecture %s unknown"
3514440a403fSchristosmsgstr "arkitektur %s er ukendt"
3515440a403fSchristos
3516440a403fSchristos#: objcopy.c:3223
3517440a403fSchristosmsgid "interleave must be positive"
3518440a403fSchristosmsgstr "intervalst�rrelsen skal v�re positiv"
3519440a403fSchristos
3520440a403fSchristos#: objcopy.c:3232
3521440a403fSchristos#, fuzzy
3522440a403fSchristosmsgid "interleave width must be positive"
3523440a403fSchristosmsgstr "intervalst�rrelsen skal v�re positiv"
3524440a403fSchristos
3525440a403fSchristos#: objcopy.c:3252 objcopy.c:3260
3526440a403fSchristos#, c-format
3527440a403fSchristosmsgid "%s both copied and removed"
3528440a403fSchristosmsgstr "%s b�de kopieret og fjernet"
3529440a403fSchristos
3530440a403fSchristos#: objcopy.c:3359 objcopy.c:3439 objcopy.c:3547 objcopy.c:3578 objcopy.c:3602
3531440a403fSchristos#: objcopy.c:3606 objcopy.c:3626
3532440a403fSchristos#, c-format
3533440a403fSchristosmsgid "bad format for %s"
3534440a403fSchristosmsgstr "fejlagtigt format p� %s"
3535440a403fSchristos
3536440a403fSchristos#: objcopy.c:3371
3537440a403fSchristos#, c-format
3538440a403fSchristosmsgid "cannot open: %s: %s"
3539440a403fSchristosmsgstr "kan ikke �bne: %s: %s"
3540440a403fSchristos
3541440a403fSchristos#: objcopy.c:3516
3542440a403fSchristos#, c-format
3543440a403fSchristosmsgid "Warning: truncating gap-fill from 0x%s to 0x%x"
3544440a403fSchristosmsgstr "Advarsel: afkorter udfyldningsv�rdien fra 0x%s til 0x%x"
3545440a403fSchristos
3546440a403fSchristos#: objcopy.c:3677
3547440a403fSchristos#, c-format
3548440a403fSchristosmsgid "unknown long section names option '%s'"
3549440a403fSchristosmsgstr ""
3550440a403fSchristos
3551440a403fSchristos#: objcopy.c:3695
3552440a403fSchristos#, fuzzy
3553440a403fSchristosmsgid "unable to parse alternative machine code"
3554440a403fSchristosmsgstr "ukendt alternativ maskinkode, ignoreret"
3555440a403fSchristos
3556440a403fSchristos#: objcopy.c:3740
3557440a403fSchristos#, fuzzy
3558440a403fSchristosmsgid "number of bytes to reverse must be positive and even"
3559440a403fSchristosmsgstr "intervalst�rrelsen skal v�re positiv"
3560440a403fSchristos
3561440a403fSchristos#: objcopy.c:3743
3562440a403fSchristos#, c-format
3563440a403fSchristosmsgid "Warning: ignoring previous --reverse-bytes value of %d"
3564440a403fSchristosmsgstr ""
3565440a403fSchristos
3566440a403fSchristos#: objcopy.c:3758
3567440a403fSchristos#, c-format
3568440a403fSchristosmsgid "%s: invalid reserve value for --heap"
3569440a403fSchristosmsgstr ""
3570440a403fSchristos
3571440a403fSchristos#: objcopy.c:3764
3572440a403fSchristos#, fuzzy, c-format
3573440a403fSchristosmsgid "%s: invalid commit value for --heap"
3574440a403fSchristosmsgstr "%s: ugyldigt uddataformat"
3575440a403fSchristos
3576440a403fSchristos#: objcopy.c:3789
3577440a403fSchristos#, c-format
3578440a403fSchristosmsgid "%s: invalid reserve value for --stack"
3579440a403fSchristosmsgstr ""
3580440a403fSchristos
3581440a403fSchristos#: objcopy.c:3795
3582440a403fSchristos#, fuzzy, c-format
3583440a403fSchristosmsgid "%s: invalid commit value for --stack"
3584440a403fSchristosmsgstr "%s: ugyldigt uddataformat"
3585440a403fSchristos
3586440a403fSchristos#: objcopy.c:3824
3587440a403fSchristos#, fuzzy
3588440a403fSchristosmsgid "interleave start byte must be set with --byte"
3589440a403fSchristosmsgstr "intervalst�rrelsen skal v�re positiv"
3590440a403fSchristos
3591440a403fSchristos#: objcopy.c:3827
3592440a403fSchristosmsgid "byte number must be less than interleave"
3593440a403fSchristosmsgstr "byte-nr skal v�re mindre end antal byte i intervallet"
3594440a403fSchristos
3595440a403fSchristos#: objcopy.c:3830
3596440a403fSchristos#, fuzzy
3597440a403fSchristosmsgid "interleave width must be less than or equal to interleave - byte`"
3598440a403fSchristosmsgstr "byte-nr skal v�re mindre end antal byte i intervallet"
3599440a403fSchristos
3600440a403fSchristos#: objcopy.c:3857
3601440a403fSchristos#, c-format
3602440a403fSchristosmsgid "unknown input EFI target: %s"
3603440a403fSchristosmsgstr ""
3604440a403fSchristos
3605440a403fSchristos#: objcopy.c:3888
3606440a403fSchristos#, fuzzy, c-format
3607440a403fSchristosmsgid "unknown output EFI target: %s"
3608440a403fSchristosmsgstr "ukendt formattype \"%s\""
3609440a403fSchristos
3610440a403fSchristos#: objcopy.c:3901
3611440a403fSchristos#, c-format
3612440a403fSchristosmsgid "warning: could not locate '%s'.  System error message: %s"
3613440a403fSchristosmsgstr ""
3614440a403fSchristos
3615440a403fSchristos#: objcopy.c:3912
3616440a403fSchristos#, c-format
3617440a403fSchristosmsgid "warning: could not create temporary file whilst copying '%s', (error: %s)"
3618440a403fSchristosmsgstr ""
3619440a403fSchristos
3620440a403fSchristos#: objcopy.c:3956 objcopy.c:3970
3621440a403fSchristos#, c-format
3622440a403fSchristosmsgid "%s %s%c0x%s never used"
3623440a403fSchristosmsgstr "%s %s%c0x%s bruges aldrig"
3624440a403fSchristos
3625440a403fSchristos#: objdump.c:190
3626440a403fSchristos#, c-format
3627440a403fSchristosmsgid "Usage: %s <option(s)> <file(s)>\n"
3628440a403fSchristosmsgstr "Brug: %s <flag> <inddatafiler>\n"
3629440a403fSchristos
3630440a403fSchristos#: objdump.c:191
3631440a403fSchristos#, c-format
3632440a403fSchristosmsgid " Display information from object <file(s)>.\n"
3633440a403fSchristosmsgstr " Vis information fra <objektfiler>.\n"
3634440a403fSchristos
3635440a403fSchristos#: objdump.c:192
3636440a403fSchristos#, c-format
3637440a403fSchristosmsgid " At least one of the following switches must be given:\n"
3638440a403fSchristosmsgstr " Mindst et af f�lgende flag skal angives:\n"
3639440a403fSchristos
3640440a403fSchristos#: objdump.c:193
3641440a403fSchristos#, fuzzy, c-format
3642440a403fSchristosmsgid ""
3643440a403fSchristos"  -a, --archive-headers    Display archive header information\n"
3644440a403fSchristos"  -f, --file-headers       Display the contents of the overall file header\n"
3645440a403fSchristos"  -p, --private-headers    Display object format specific file header contents\n"
3646440a403fSchristos"  -h, --[section-]headers  Display the contents of the section headers\n"
3647440a403fSchristos"  -x, --all-headers        Display the contents of all headers\n"
3648440a403fSchristos"  -d, --disassemble        Display assembler contents of executable sections\n"
3649440a403fSchristos"  -D, --disassemble-all    Display assembler contents of all sections\n"
3650440a403fSchristos"  -S, --source             Intermix source code with disassembly\n"
3651440a403fSchristos"  -s, --full-contents      Display the full contents of all sections requested\n"
3652440a403fSchristos"  -g, --debugging          Display debug information in object file\n"
3653440a403fSchristos"  -e, --debugging-tags     Display debug information using ctags style\n"
3654440a403fSchristos"  -G, --stabs              Display (in raw form) any STABS info in the file\n"
3655440a403fSchristos"  -W[lLiaprmfFsoRt] or\n"
3656440a403fSchristos"  --dwarf[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n"
3657440a403fSchristos"          =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
3658440a403fSchristos"          =trace_info,=trace_abbrev,=trace_aranges]\n"
3659440a403fSchristos"                           Display DWARF info in the file\n"
3660440a403fSchristos"  -t, --syms               Display the contents of the symbol table(s)\n"
3661440a403fSchristos"  -T, --dynamic-syms       Display the contents of the dynamic symbol table\n"
3662440a403fSchristos"  -r, --reloc              Display the relocation entries in the file\n"
3663440a403fSchristos"  -R, --dynamic-reloc      Display the dynamic relocation entries in the file\n"
3664440a403fSchristos"  @<file>                  Read options from <file>\n"
3665440a403fSchristos"  -v, --version            Display this program's version number\n"
3666440a403fSchristos"  -i, --info               List object formats and architectures supported\n"
3667440a403fSchristos"  -H, --help               Display this information\n"
3668440a403fSchristosmsgstr ""
3669440a403fSchristos"  -a, --archive-headers    Vis information fra arkivhoveden\n"
3670440a403fSchristos"  -f, --file-headers       Vis indeholdet i det overgripende filhovedet\n"
3671440a403fSchristos"  -p, --private-headers    Vis indeholdet i objektformatspecifikke filhoveden\n"
3672440a403fSchristos"  -h, --[section-]headers  Vis indeholdet i sektionshoveden\n"
3673440a403fSchristos"  -x, --all-headers        Vis indeholdet i alle hoveden\n"
3674440a403fSchristos"  -d, --disassemble        Vis disassemblering af exekverbara sektioner\n"
3675440a403fSchristos"  -D, --disassemble-all    Vis disassemblering af alle sektioner\n"
3676440a403fSchristos"  -S, --source             Varva kildekode med disassemblering\n"
3677440a403fSchristos"  -s, --full-contents      Vis hele indeholdet i alle udvalgte sektioner\n"
3678440a403fSchristos"  -g, --debugging          Vis fejls�gningsinformation fra objektfilen\n"
3679440a403fSchristos"  -G, --stabs              Vis (ubehandlet) eventuell STABS-info fra filen\n"
3680440a403fSchristos"  -t, --syms               Vis indeholdet i symboltabellen(erna)\n"
3681440a403fSchristos"  -T, --dynamic-syms       Vis indeholdet i tabellen med dynamiske symboler\n"
3682440a403fSchristos"  -r, --reloc              Vis relokeringsposterne i filen\n"
3683440a403fSchristos"  -R, --dynamic-reloc      Vis de dynamiske relokeringsposterne i filen\n"
3684440a403fSchristos"  -V, --version            Vis programmets versionsinformation\n"
3685440a403fSchristos"  -i, --info               Lista de objektformat og arkitekturer som h�ndteres\n"
3686440a403fSchristos"  -H, --help               Vis denne hj�lp\n"
3687440a403fSchristos
3688440a403fSchristos#: objdump.c:222
3689440a403fSchristos#, c-format
3690440a403fSchristosmsgid ""
3691440a403fSchristos"\n"
3692440a403fSchristos" The following switches are optional:\n"
3693440a403fSchristosmsgstr ""
3694440a403fSchristos"\n"
3695440a403fSchristos" F�lgende flag er frivillige:\n"
3696440a403fSchristos
3697440a403fSchristos#: objdump.c:223
3698440a403fSchristos#, fuzzy, c-format
3699440a403fSchristosmsgid ""
3700440a403fSchristos"  -b, --target=BFDNAME           Specify the target object format as BFDNAME\n"
3701440a403fSchristos"  -m, --architecture=MACHINE     Specify the target architecture as MACHINE\n"
3702440a403fSchristos"  -j, --section=NAME             Only display information for section NAME\n"
3703440a403fSchristos"  -M, --disassembler-options=OPT Pass text OPT on to the disassembler\n"
3704440a403fSchristos"  -EB --endian=big               Assume big endian format when disassembling\n"
3705440a403fSchristos"  -EL --endian=little            Assume little endian format when disassembling\n"
3706440a403fSchristos"      --file-start-context       Include context from start of file (with -S)\n"
3707440a403fSchristos"  -I, --include=DIR              Add DIR to search list for source files\n"
3708440a403fSchristos"  -l, --line-numbers             Include line numbers and filenames in output\n"
3709440a403fSchristos"  -F, --file-offsets             Include file offsets when displaying information\n"
3710440a403fSchristos"  -C, --demangle[=STYLE]         Decode mangled/processed symbol names\n"
3711440a403fSchristos"                                  The STYLE, if specified, can be `auto', `gnu',\n"
3712440a403fSchristos"                                  `lucid', `arm', `hp', `edg', `gnu-v3', `java'\n"
3713440a403fSchristos"                                  or `gnat'\n"
3714440a403fSchristos"  -w, --wide                     Format output for more than 80 columns\n"
3715440a403fSchristos"  -z, --disassemble-zeroes       Do not skip blocks of zeroes when disassembling\n"
3716440a403fSchristos"      --start-address=ADDR       Only process data whose address is >= ADDR\n"
3717440a403fSchristos"      --stop-address=ADDR        Only process data whose address is <= ADDR\n"
3718440a403fSchristos"      --prefix-addresses         Print complete address alongside disassembly\n"
3719440a403fSchristos"      --[no-]show-raw-insn       Display hex alongside symbolic disassembly\n"
3720440a403fSchristos"      --insn-width=WIDTH         Display WIDTH bytes on a signle line for -d\n"
3721440a403fSchristos"      --adjust-vma=OFFSET        Add OFFSET to all displayed section addresses\n"
3722440a403fSchristos"      --special-syms             Include special symbols in symbol dumps\n"
3723440a403fSchristos"      --prefix=PREFIX            Add PREFIX to absolute paths for -S\n"
3724440a403fSchristos"      --prefix-strip=LEVEL       Strip initial directory names for -S\n"
3725440a403fSchristos"\n"
3726440a403fSchristosmsgstr ""
3727440a403fSchristos"  -b, --target=BFDNAVN           Specific�r at m�lobjektets format er BFDNAVN\n"
3728440a403fSchristos"  -m, --architecture=MASKINE     Specific�r at m�larkitekturen er MASKINE\n"
3729440a403fSchristos"  -j, --section=NAVN             Vis kun information om sektion NAVN\n"
3730440a403fSchristos"  -M, --disassembler-options=FLG Videresend FLG til disassembleren\n"
3731440a403fSchristos"  -EB --endian=big               Antag big endian-format ved disassemblering\n"
3732440a403fSchristos"  -EL --endian=little            Antag little endian-format ved disassemblering\n"
3733440a403fSchristos"      --file-start-context       Medtag omgivelsen i begyndelsen af filen (med -S)\n"
3734440a403fSchristos"  -l, --line-numbers             Medtag linjenumre og filnavne i uddata\n"
3735440a403fSchristos"  -C, --demangle[=STIL]          Afkod kodede symbolnavne\n"
3736440a403fSchristos"                                  STIL, hvis givet, kan v�re: \"auto\", \"gnu\",\n"
3737440a403fSchristos"                                  \"lucid\", \"arm\", \"hp\", \"edg\", \"gnu-new-abi\"\n"
3738440a403fSchristos"  -w, --wide                     Tilpas uddata til mere end 80 kolonner\n"
3739440a403fSchristos"  -z, --disassemble-zeroes       Hop ikke over blokke af nuller ved\n"
3740440a403fSchristos"                                 disassemblering\n"
3741440a403fSchristos"      --start-address=ADR        Behandl kun data p� adresser >= ADR\n"
3742440a403fSchristos"      --stop-address=ADR         Behandl kun data p� adresser <= ADR\n"
3743440a403fSchristos"      --prefix-addresses         Vis fuldst�ndige adresser sammen med disassemblering.\n"
3744440a403fSchristos"      --[no-]show-raw-insn       Vis hex.-kode sammen med disassemblering\n"
3745440a403fSchristos"      --adjust-vma=OFFSET        Tilf�j OFFSET til alle viste sektionsadresser\n"
3746440a403fSchristos"\n"
3747440a403fSchristos
3748440a403fSchristos#: objdump.c:396
3749440a403fSchristos#, c-format
3750440a403fSchristosmsgid "section '%s' mentioned in a -j option, but not found in any input file"
3751440a403fSchristosmsgstr ""
3752440a403fSchristos
3753440a403fSchristos#: objdump.c:500
3754440a403fSchristos#, c-format
3755440a403fSchristosmsgid "Sections:\n"
3756440a403fSchristosmsgstr "Sektioner:\n"
3757440a403fSchristos
3758440a403fSchristos#: objdump.c:503 objdump.c:507
3759440a403fSchristos#, c-format
3760440a403fSchristosmsgid "Idx Name          Size      VMA       LMA       File off  Algn"
3761440a403fSchristosmsgstr "Idx Navn          St�rrelse   VMA       LMA       Filoffs   Just"
3762440a403fSchristos
3763440a403fSchristos#: objdump.c:509
3764440a403fSchristos#, c-format
3765440a403fSchristosmsgid "Idx Name          Size      VMA               LMA               File off  Algn"
3766440a403fSchristosmsgstr "Idx Navn          St�rrelse   VMA               LMA               Filoffs   Just"
3767440a403fSchristos
3768440a403fSchristos#: objdump.c:513
3769440a403fSchristos#, c-format
3770440a403fSchristosmsgid "  Flags"
3771440a403fSchristosmsgstr "  Flag"
3772440a403fSchristos
3773440a403fSchristos#: objdump.c:515
3774440a403fSchristos#, c-format
3775440a403fSchristosmsgid "  Pg"
3776440a403fSchristosmsgstr ""
3777440a403fSchristos
3778440a403fSchristos#: objdump.c:558
3779440a403fSchristos#, c-format
3780440a403fSchristosmsgid "%s: not a dynamic object"
3781440a403fSchristosmsgstr "%s: ikke et dynamisk objekt"
3782440a403fSchristos
3783440a403fSchristos#: objdump.c:984 objdump.c:1008
3784440a403fSchristos#, fuzzy, c-format
3785440a403fSchristosmsgid " (File Offset: 0x%lx)"
3786440a403fSchristosmsgstr " (indirekte streng, offset: 0x%lx): "
3787440a403fSchristos
3788440a403fSchristos#: objdump.c:1634
3789440a403fSchristos#, c-format
3790440a403fSchristosmsgid "disassemble_fn returned length %d"
3791440a403fSchristosmsgstr ""
3792440a403fSchristos
3793440a403fSchristos#: objdump.c:1939
3794440a403fSchristos#, c-format
3795440a403fSchristosmsgid ""
3796440a403fSchristos"\n"
3797440a403fSchristos"Disassembly of section %s:\n"
3798440a403fSchristosmsgstr ""
3799440a403fSchristos"\n"
3800440a403fSchristos"Disassemblering af sektion %s:\n"
3801440a403fSchristos
3802440a403fSchristos#: objdump.c:2115
3803440a403fSchristos#, fuzzy, c-format
3804440a403fSchristosmsgid "can't use supplied machine %s"
3805440a403fSchristosmsgstr "Kan ikke bruge den opgivne maskine %s"
3806440a403fSchristos
3807440a403fSchristos#: objdump.c:2134
3808440a403fSchristos#, fuzzy, c-format
3809440a403fSchristosmsgid "can't disassemble for architecture %s\n"
3810440a403fSchristosmsgstr "Kan ikke disassemblere for arkitektur %s\n"
3811440a403fSchristos
3812440a403fSchristos#: objdump.c:2214 objdump.c:2237
3813440a403fSchristos#, fuzzy, c-format
3814440a403fSchristosmsgid ""
3815440a403fSchristos"\n"
3816440a403fSchristos"Can't get contents for section '%s'.\n"
3817440a403fSchristosmsgstr "Indhold i %s-sektionen:\n"
3818440a403fSchristos
3819440a403fSchristos#: objdump.c:2378
3820440a403fSchristos#, c-format
3821440a403fSchristosmsgid ""
3822440a403fSchristos"No %s section present\n"
3823440a403fSchristos"\n"
3824440a403fSchristosmsgstr ""
3825440a403fSchristos"Der findes ingen %s-sektion\n"
3826440a403fSchristos"\n"
3827440a403fSchristos
3828440a403fSchristos#: objdump.c:2387
3829440a403fSchristos#, fuzzy, c-format
3830440a403fSchristosmsgid "reading %s section of %s failed: %s"
3831440a403fSchristosmsgstr "L�sning af %s-sektionen i %s mislykkedes: %s"
3832440a403fSchristos
3833440a403fSchristos#: objdump.c:2431
3834440a403fSchristos#, c-format
3835440a403fSchristosmsgid ""
3836440a403fSchristos"Contents of %s section:\n"
3837440a403fSchristos"\n"
3838440a403fSchristosmsgstr ""
3839440a403fSchristos"Indhold i %s-sektionen:\n"
3840440a403fSchristos"\n"
3841440a403fSchristos
3842440a403fSchristos#: objdump.c:2562
3843440a403fSchristos#, c-format
3844440a403fSchristosmsgid "architecture: %s, "
3845440a403fSchristosmsgstr "arkitektur: %s, "
3846440a403fSchristos
3847440a403fSchristos#: objdump.c:2565
3848440a403fSchristos#, c-format
3849440a403fSchristosmsgid "flags 0x%08x:\n"
3850440a403fSchristosmsgstr "flag 0x%08x:\n"
3851440a403fSchristos
3852440a403fSchristos#: objdump.c:2579
3853440a403fSchristos#, c-format
3854440a403fSchristosmsgid ""
3855440a403fSchristos"\n"
3856440a403fSchristos"start address 0x"
3857440a403fSchristosmsgstr ""
3858440a403fSchristos"\n"
3859440a403fSchristos"startadresse 0x"
3860440a403fSchristos
3861440a403fSchristos#: objdump.c:2642
3862440a403fSchristos#, fuzzy, c-format
3863440a403fSchristosmsgid "Contents of section %s:"
3864440a403fSchristosmsgstr "Indhold i %s-sektionen:\n"
3865440a403fSchristos
3866440a403fSchristos#: objdump.c:2644
3867440a403fSchristos#, fuzzy, c-format
3868440a403fSchristosmsgid "  (Starting at file offset: 0x%lx)"
3869440a403fSchristosmsgstr " (indirekte streng, offset: 0x%lx): "
3870440a403fSchristos
3871440a403fSchristos#: objdump.c:2650
3872440a403fSchristos#, fuzzy
3873440a403fSchristosmsgid "Reading section failed"
3874440a403fSchristosmsgstr "L�sning af %s-sektionen i %s mislykkedes: %s"
3875440a403fSchristos
3876440a403fSchristos#: objdump.c:2753
3877440a403fSchristos#, fuzzy, c-format
3878440a403fSchristosmsgid "no symbols\n"
3879440a403fSchristosmsgstr "%s: ingen symboler"
3880440a403fSchristos
3881440a403fSchristos#: objdump.c:2760
3882440a403fSchristos#, c-format
3883440a403fSchristosmsgid "no information for symbol number %ld\n"
3884440a403fSchristosmsgstr ""
3885440a403fSchristos
3886440a403fSchristos#: objdump.c:2763
3887440a403fSchristos#, fuzzy, c-format
3888440a403fSchristosmsgid "could not determine the type of symbol number %ld\n"
3889440a403fSchristosmsgstr "Kan ikke bestemme hvor mange symboler som skal l�ses ind\n"
3890440a403fSchristos
3891440a403fSchristos#: objdump.c:3043
3892440a403fSchristos#, c-format
3893440a403fSchristosmsgid ""
3894440a403fSchristos"\n"
3895440a403fSchristos"%s:     file format %s\n"
3896440a403fSchristosmsgstr ""
3897440a403fSchristos"\n"
3898440a403fSchristos"%s:     filformat %s\n"
3899440a403fSchristos
3900440a403fSchristos#: objdump.c:3101
3901440a403fSchristos#, c-format
3902440a403fSchristosmsgid "%s: printing debugging information failed"
3903440a403fSchristosmsgstr "%s: udskrift af fejls�gningsinformationen mislykkedes"
3904440a403fSchristos
3905440a403fSchristos#: objdump.c:3205
3906440a403fSchristos#, c-format
3907440a403fSchristosmsgid "In archive %s:\n"
3908440a403fSchristosmsgstr "I arkiv %s:\n"
3909440a403fSchristos
3910440a403fSchristos#: objdump.c:3316
3911440a403fSchristosmsgid "error: the start address should be before the end address"
3912440a403fSchristosmsgstr ""
3913440a403fSchristos
3914440a403fSchristos#: objdump.c:3321
3915440a403fSchristosmsgid "error: the stop address should be after the start address"
3916440a403fSchristosmsgstr ""
3917440a403fSchristos
3918440a403fSchristos#: objdump.c:3333
3919440a403fSchristos#, fuzzy
3920440a403fSchristosmsgid "error: prefix strip must be non-negative"
3921440a403fSchristosmsgstr "byte-nr m� ikke v�re negativt"
3922440a403fSchristos
3923440a403fSchristos#: objdump.c:3338
3924440a403fSchristos#, fuzzy
3925440a403fSchristosmsgid "error: instruction width must be positive"
3926440a403fSchristosmsgstr "indeks for alternativ maskinkode skal v�re positivt"
3927440a403fSchristos
3928440a403fSchristos#: objdump.c:3347
3929440a403fSchristosmsgid "unrecognized -E option"
3930440a403fSchristosmsgstr "ukendt -E-flag"
3931440a403fSchristos
3932440a403fSchristos#: objdump.c:3358
3933440a403fSchristos#, c-format
3934440a403fSchristosmsgid "unrecognized --endian type `%s'"
3935440a403fSchristosmsgstr "ukendt --endian-type \"%s\""
3936440a403fSchristos
3937440a403fSchristos#: rclex.c:197
3938440a403fSchristosmsgid "invalid value specified for pragma code_page.\n"
3939440a403fSchristosmsgstr ""
3940440a403fSchristos
3941440a403fSchristos#: rdcoff.c:198
3942440a403fSchristos#, c-format
3943440a403fSchristosmsgid "parse_coff_type: Bad type code 0x%x"
3944440a403fSchristosmsgstr "parse_coff_type: Fejlagtig typekode 0x%x"
3945440a403fSchristos
3946440a403fSchristos#: rdcoff.c:406 rdcoff.c:511 rdcoff.c:699
3947440a403fSchristos#, c-format
3948440a403fSchristosmsgid "bfd_coff_get_syment failed: %s"
3949440a403fSchristosmsgstr "bfd_coff_get_syment mislykkedes: %s"
3950440a403fSchristos
3951440a403fSchristos#: rdcoff.c:422 rdcoff.c:719
3952440a403fSchristos#, c-format
3953440a403fSchristosmsgid "bfd_coff_get_auxent failed: %s"
3954440a403fSchristosmsgstr "bfd_coff_get_auxent mislykkedes: %s"
3955440a403fSchristos
3956440a403fSchristos#: rdcoff.c:786
3957440a403fSchristos#, c-format
3958440a403fSchristosmsgid "%ld: .bf without preceding function"
3959440a403fSchristosmsgstr "%ld: .bf mangler indledende funktion"
3960440a403fSchristos
3961440a403fSchristos#: rdcoff.c:836
3962440a403fSchristos#, c-format
3963440a403fSchristosmsgid "%ld: unexpected .ef\n"
3964440a403fSchristosmsgstr "%ld: uventet .ef\n"
3965440a403fSchristos
3966440a403fSchristos#: rddbg.c:88
3967440a403fSchristos#, c-format
3968440a403fSchristosmsgid "%s: no recognized debugging information"
3969440a403fSchristosmsgstr "%s: ingen kendt fejls�gningsinformation"
3970440a403fSchristos
3971440a403fSchristos#: rddbg.c:402
3972440a403fSchristos#, c-format
3973440a403fSchristosmsgid "Last stabs entries before error:\n"
3974440a403fSchristosmsgstr "De sidste stabs-poster inden fejlen:\n"
3975440a403fSchristos
3976440a403fSchristos#: readelf.c:268
3977440a403fSchristos#, fuzzy
3978440a403fSchristosmsgid "<none>"
3979440a403fSchristosmsgstr "ingen"
3980440a403fSchristos
3981440a403fSchristos#: readelf.c:269
3982440a403fSchristos#, fuzzy
3983440a403fSchristosmsgid "<no-name>"
3984440a403fSchristosmsgstr "ingen"
3985440a403fSchristos
3986440a403fSchristos#: readelf.c:270 readelf.c:5047 readelf.c:5557 readelf.c:7794 readelf.c:7912
3987440a403fSchristos#: readelf.c:8865 readelf.c:8945 readelf.c:8998 readelf.c:11860
3988440a403fSchristos#: readelf.c:11863
3989440a403fSchristosmsgid "<corrupt>"
3990440a403fSchristosmsgstr ""
3991440a403fSchristos
3992440a403fSchristos#: readelf.c:308
3993440a403fSchristos#, fuzzy, c-format
3994440a403fSchristosmsgid "Unable to seek to 0x%lx for %s\n"
3995440a403fSchristosmsgstr "Kan ikke s�ge til %x for %s\n"
3996440a403fSchristos
3997440a403fSchristos#: readelf.c:323
3998440a403fSchristos#, fuzzy, c-format
3999440a403fSchristosmsgid "Out of memory allocating 0x%lx bytes for %s\n"
4000440a403fSchristosmsgstr "Slut p� hukommelse ved allokering af %d byte for %s\n"
4001440a403fSchristos
4002440a403fSchristos#: readelf.c:333
4003440a403fSchristos#, fuzzy, c-format
4004440a403fSchristosmsgid "Unable to read in 0x%lx bytes of %s\n"
4005440a403fSchristosmsgstr "Kan ikke indl�se %d byte af %s\n"
4006440a403fSchristos
4007440a403fSchristos#: readelf.c:697
4008440a403fSchristosmsgid "Don't know about relocations on this machine architecture\n"
4009440a403fSchristosmsgstr "Ved ikke hvordan man relokaliserer p� denne maskinarkitektur\n"
4010440a403fSchristos
4011440a403fSchristos#: readelf.c:718 readelf.c:748 readelf.c:816 readelf.c:845
4012440a403fSchristosmsgid "relocs"
4013440a403fSchristosmsgstr "relokeringer"
4014440a403fSchristos
4015440a403fSchristos#: readelf.c:730 readelf.c:760 readelf.c:827 readelf.c:856
4016440a403fSchristos#, fuzzy
4017440a403fSchristosmsgid "out of memory parsing relocs\n"
4018440a403fSchristosmsgstr "slut p� hukommelse ved tolkning af relokeringer"
4019440a403fSchristos
4020440a403fSchristos#: readelf.c:961
4021440a403fSchristos#, c-format
4022440a403fSchristosmsgid " Offset     Info    Type                Sym. Value  Symbol's Name + Addend\n"
4023440a403fSchristosmsgstr " Offset     Info    Type                Symbolv�rdi Symbolnavn + Till�g\n"
4024440a403fSchristos
4025440a403fSchristos#: readelf.c:963
4026440a403fSchristos#, c-format
4027440a403fSchristosmsgid " Offset     Info    Type            Sym.Value  Sym. Name + Addend\n"
4028440a403fSchristosmsgstr " Offset     Info    Type             Symbolv�rdi  Symbolnavn + Till�g\n"
4029440a403fSchristos
4030440a403fSchristos#: readelf.c:968
4031440a403fSchristos#, c-format
4032440a403fSchristosmsgid " Offset     Info    Type                Sym. Value  Symbol's Name\n"
4033440a403fSchristosmsgstr " Offset     Info    Type                Symbolv�rdi Symbolnavn\n"
4034440a403fSchristos
4035440a403fSchristos#: readelf.c:970
4036440a403fSchristos#, c-format
4037440a403fSchristosmsgid " Offset     Info    Type            Sym.Value  Sym. Name\n"
4038440a403fSchristosmsgstr " Offset     Info    Type            Symbolv�rdi Symbolnavn\n"
4039440a403fSchristos
4040440a403fSchristos#: readelf.c:978
4041440a403fSchristos#, fuzzy, c-format
4042440a403fSchristosmsgid "    Offset             Info             Type               Symbol's Value  Symbol's Name + Addend\n"
4043440a403fSchristosmsgstr "    Offset             Info            Type                Symbolv�rdi    Symbolnavn + Till�g\n"
4044440a403fSchristos
4045440a403fSchristos#: readelf.c:980
4046440a403fSchristos#, c-format
4047440a403fSchristosmsgid "  Offset          Info           Type           Sym. Value    Sym. Name + Addend\n"
4048440a403fSchristosmsgstr "  Offset          Info           Type           Symbolv�rdi   Symbolnavn+ Till�g\n"
4049440a403fSchristos
4050440a403fSchristos#: readelf.c:985
4051440a403fSchristos#, fuzzy, c-format
4052440a403fSchristosmsgid "    Offset             Info             Type               Symbol's Value  Symbol's Name\n"
4053440a403fSchristosmsgstr "    Offset             Info            Type               Symbolv�rdi     Symbolnavn\n"
4054440a403fSchristos
4055440a403fSchristos#: readelf.c:987
4056440a403fSchristos#, c-format
4057440a403fSchristosmsgid "  Offset          Info           Type           Sym. Value    Sym. Name\n"
4058440a403fSchristosmsgstr "  Offset          Info           Type           Symbolv�rdi   Symbolnavn\n"
4059440a403fSchristos
4060440a403fSchristos#: readelf.c:1291 readelf.c:1448 readelf.c:1456
4061440a403fSchristos#, c-format
4062440a403fSchristosmsgid "unrecognized: %-7lx"
4063440a403fSchristosmsgstr "ukendt: %-7lx"
4064440a403fSchristos
4065440a403fSchristos#: readelf.c:1316
4066440a403fSchristos#, fuzzy, c-format
4067440a403fSchristosmsgid "<unknown addend: %lx>"
4068440a403fSchristosmsgstr "<ukendt: %x>"
4069440a403fSchristos
4070440a403fSchristos#: readelf.c:1323
4071440a403fSchristos#, fuzzy, c-format
4072440a403fSchristosmsgid " bad symbol index: %08lx"
4073440a403fSchristosmsgstr "Navneindeks: %ld\n"
4074440a403fSchristos
4075440a403fSchristos#: readelf.c:1406
4076440a403fSchristos#, fuzzy, c-format
4077440a403fSchristosmsgid "<string table index: %3ld>"
4078440a403fSchristosmsgstr "<strengtabelsindeks  %3ld>"
4079440a403fSchristos
4080440a403fSchristos#: readelf.c:1408
4081440a403fSchristos#, fuzzy, c-format
4082440a403fSchristosmsgid "<corrupt string table index: %3ld>"
4083440a403fSchristosmsgstr "<strengtabelsindeks  %3ld>"
4084440a403fSchristos
4085440a403fSchristos#: readelf.c:1801
4086440a403fSchristos#, c-format
4087440a403fSchristosmsgid "Processor Specific: %lx"
4088440a403fSchristosmsgstr "processorspecifik: %lx"
4089440a403fSchristos
4090440a403fSchristos#: readelf.c:1825
4091440a403fSchristos#, c-format
4092440a403fSchristosmsgid "Operating System specific: %lx"
4093440a403fSchristosmsgstr "Operativsystemsspecifik: %lx"
4094440a403fSchristos
4095440a403fSchristos#: readelf.c:1829 readelf.c:2875
4096440a403fSchristos#, c-format
4097440a403fSchristosmsgid "<unknown>: %lx"
4098440a403fSchristosmsgstr "<ukendt>: %lx"
4099440a403fSchristos
4100440a403fSchristos#: readelf.c:1842
4101440a403fSchristosmsgid "NONE (None)"
4102440a403fSchristosmsgstr "NONE (ingen)"
4103440a403fSchristos
4104440a403fSchristos#: readelf.c:1843
4105440a403fSchristosmsgid "REL (Relocatable file)"
4106440a403fSchristosmsgstr "REL (relok�rbar fil)"
4107440a403fSchristos
4108440a403fSchristos#: readelf.c:1844
4109440a403fSchristosmsgid "EXEC (Executable file)"
4110440a403fSchristosmsgstr "EXEC (eksekverbar fil)"
4111440a403fSchristos
4112440a403fSchristos#: readelf.c:1845
4113440a403fSchristosmsgid "DYN (Shared object file)"
4114440a403fSchristosmsgstr "DYN (delt objektfil)"
4115440a403fSchristos
4116440a403fSchristos#: readelf.c:1846
4117440a403fSchristosmsgid "CORE (Core file)"
4118440a403fSchristosmsgstr "CORE (hukommelsesfil)"
4119440a403fSchristos
4120440a403fSchristos#: readelf.c:1850
4121440a403fSchristos#, c-format
4122440a403fSchristosmsgid "Processor Specific: (%x)"
4123440a403fSchristosmsgstr "processorspecifik: (%x)"
4124440a403fSchristos
4125440a403fSchristos#: readelf.c:1852
4126440a403fSchristos#, c-format
4127440a403fSchristosmsgid "OS Specific: (%x)"
4128440a403fSchristosmsgstr "OS-specifikt: (%x)"
4129440a403fSchristos
4130440a403fSchristos#: readelf.c:1854 readelf.c:3122
4131440a403fSchristos#, c-format
4132440a403fSchristosmsgid "<unknown>: %x"
4133440a403fSchristosmsgstr "<ukendt>: %x"
4134440a403fSchristos
4135440a403fSchristos#: readelf.c:1866
4136440a403fSchristosmsgid "None"
4137440a403fSchristosmsgstr "Ingen"
4138440a403fSchristos
4139440a403fSchristos#: readelf.c:2034
4140440a403fSchristos#, fuzzy, c-format
4141440a403fSchristosmsgid "<unknown>: 0x%x"
4142440a403fSchristosmsgstr "<ukendt>: %x"
4143440a403fSchristos
4144440a403fSchristos#: readelf.c:2220
4145440a403fSchristos#, fuzzy
4146440a403fSchristosmsgid ", <unknown>"
4147440a403fSchristosmsgstr "<ukendt>: %d"
4148440a403fSchristos
4149440a403fSchristos#: readelf.c:2291 readelf.c:7145
4150440a403fSchristos#, fuzzy
4151440a403fSchristosmsgid "unknown"
4152440a403fSchristosmsgstr "<ukendt>: %d"
4153440a403fSchristos
4154440a403fSchristos#: readelf.c:2292
4155440a403fSchristos#, fuzzy
4156440a403fSchristosmsgid "unknown mac"
4157440a403fSchristosmsgstr "ukendt sektion"
4158440a403fSchristos
4159440a403fSchristos#: readelf.c:2356
4160440a403fSchristos#, fuzzy
4161440a403fSchristosmsgid ", relocatable"
4162440a403fSchristosmsgstr "REL (relok�rbar fil)"
4163440a403fSchristos
4164440a403fSchristos#: readelf.c:2359
4165440a403fSchristos#, fuzzy
4166440a403fSchristosmsgid ", relocatable-lib"
4167440a403fSchristosmsgstr "REL (relok�rbar fil)"
4168440a403fSchristos
4169440a403fSchristos#: readelf.c:2382
4170440a403fSchristosmsgid ", unknown v850 architecture variant"
4171440a403fSchristosmsgstr ""
4172440a403fSchristos
4173440a403fSchristos#: readelf.c:2438
4174440a403fSchristos#, fuzzy
4175440a403fSchristosmsgid ", unknown CPU"
4176440a403fSchristosmsgstr "<ukendt>: %d"
4177440a403fSchristos
4178440a403fSchristos#: readelf.c:2453
4179440a403fSchristos#, fuzzy
4180440a403fSchristosmsgid ", unknown ABI"
4181440a403fSchristosmsgstr "<ukendt>: %d"
4182440a403fSchristos
4183440a403fSchristos#: readelf.c:2473 readelf.c:2507
4184440a403fSchristos#, fuzzy
4185440a403fSchristosmsgid ", unknown ISA"
4186440a403fSchristosmsgstr "<ukendt>: %d"
4187440a403fSchristos
4188440a403fSchristos#: readelf.c:2680
4189440a403fSchristosmsgid "Standalone App"
4190440a403fSchristosmsgstr "Selvst�ndig app."
4191440a403fSchristos
4192440a403fSchristos#: readelf.c:2689
4193440a403fSchristosmsgid "Bare-metal C6000"
4194440a403fSchristosmsgstr ""
4195440a403fSchristos
4196440a403fSchristos#: readelf.c:2699 readelf.c:3462 readelf.c:3478
4197440a403fSchristos#, c-format
4198440a403fSchristosmsgid "<unknown: %x>"
4199440a403fSchristosmsgstr "<ukendt: %x>"
4200440a403fSchristos
4201440a403fSchristos#: readelf.c:3172
4202440a403fSchristos#, c-format
4203440a403fSchristosmsgid "Usage: readelf <option(s)> elf-file(s)\n"
4204440a403fSchristosmsgstr "Brug: readelf <flag> elf-filer\n"
4205440a403fSchristos
4206440a403fSchristos#: readelf.c:3173
4207440a403fSchristos#, c-format
4208440a403fSchristosmsgid " Display information about the contents of ELF format files\n"
4209440a403fSchristosmsgstr ""
4210440a403fSchristos
4211440a403fSchristos#: readelf.c:3174
4212440a403fSchristos#, c-format
4213440a403fSchristosmsgid ""
4214440a403fSchristos" Options are:\n"
4215440a403fSchristos"  -a --all               Equivalent to: -h -l -S -s -r -d -V -A -I\n"
4216440a403fSchristos"  -h --file-header       Display the ELF file header\n"
4217440a403fSchristos"  -l --program-headers   Display the program headers\n"
4218440a403fSchristos"     --segments          An alias for --program-headers\n"
4219440a403fSchristos"  -S --section-headers   Display the sections' header\n"
4220440a403fSchristos"     --sections          An alias for --section-headers\n"
4221440a403fSchristos"  -g --section-groups    Display the section groups\n"
4222440a403fSchristos"  -t --section-details   Display the section details\n"
4223440a403fSchristos"  -e --headers           Equivalent to: -h -l -S\n"
4224440a403fSchristos"  -s --syms              Display the symbol table\n"
4225440a403fSchristos"     --symbols           An alias for --syms\n"
4226440a403fSchristos"  --dyn-syms             Display the dynamic symbol table\n"
4227440a403fSchristos"  -n --notes             Display the core notes (if present)\n"
4228440a403fSchristos"  -r --relocs            Display the relocations (if present)\n"
4229440a403fSchristos"  -u --unwind            Display the unwind info (if present)\n"
4230440a403fSchristos"  -d --dynamic           Display the dynamic section (if present)\n"
4231440a403fSchristos"  -V --version-info      Display the version sections (if present)\n"
4232440a403fSchristos"  -A --arch-specific     Display architecture specific information (if any).\n"
4233440a403fSchristos"  -c --archive-index     Display the symbol/file index in an archive\n"
4234440a403fSchristos"  -D --use-dynamic       Use the dynamic section info when displaying symbols\n"
4235440a403fSchristos"  -x --hex-dump=<number|name>\n"
4236440a403fSchristos"                         Dump the contents of section <number|name> as bytes\n"
4237440a403fSchristos"  -p --string-dump=<number|name>\n"
4238440a403fSchristos"                         Dump the contents of section <number|name> as strings\n"
4239440a403fSchristos"  -R --relocated-dump=<number|name>\n"
4240440a403fSchristos"                         Dump the contents of section <number|name> as relocated bytes\n"
4241440a403fSchristos"  -w[lLiaprmfFsoRt] or\n"
4242440a403fSchristos"  --debug-dump[=rawline,=decodedline,=info,=abbrev,=pubnames,=aranges,=macro,=frames,\n"
4243440a403fSchristos"               =frames-interp,=str,=loc,=Ranges,=pubtypes,\n"
4244440a403fSchristos"               =trace_info,=trace_abbrev,=trace_aranges]\n"
4245440a403fSchristos"                         Display the contents of DWARF2 debug sections\n"
4246440a403fSchristosmsgstr ""
4247440a403fSchristos
4248440a403fSchristos#: readelf.c:3207
4249440a403fSchristos#, fuzzy, c-format
4250440a403fSchristosmsgid ""
4251440a403fSchristos"  -i --instruction-dump=<number|name>\n"
4252440a403fSchristos"                         Disassemble the contents of section <number|name>\n"
4253440a403fSchristosmsgstr ""
4254440a403fSchristos"  -i --instruction-dump=<nr>\n"
4255440a403fSchristos"                            Disassembl�r indeholdet i sektion <nr>\n"
4256440a403fSchristos
4257440a403fSchristos#: readelf.c:3211
4258440a403fSchristos#, c-format
4259440a403fSchristosmsgid ""
4260440a403fSchristos"  -I --histogram         Display histogram of bucket list lengths\n"
4261440a403fSchristos"  -W --wide              Allow output width to exceed 80 characters\n"
4262440a403fSchristos"  @<file>                Read options from <file>\n"
4263440a403fSchristos"  -H --help              Display this information\n"
4264440a403fSchristos"  -v --version           Display the version number of readelf\n"
4265440a403fSchristosmsgstr ""
4266440a403fSchristos
4267440a403fSchristos#: readelf.c:3240 readelf.c:3269 readelf.c:3273 readelf.c:13224
4268440a403fSchristos#, fuzzy
4269440a403fSchristosmsgid "Out of memory allocating dump request table.\n"
4270440a403fSchristosmsgstr "Slut p� hukommelse ved allokering af tabel for �nskede udskrifter."
4271440a403fSchristos
4272440a403fSchristos#: readelf.c:3431
4273440a403fSchristos#, c-format
4274440a403fSchristosmsgid "Invalid option '-%c'\n"
4275440a403fSchristosmsgstr "Ugyldigt flag \"-%c\"\n"
4276440a403fSchristos
4277440a403fSchristos#: readelf.c:3446
4278440a403fSchristosmsgid "Nothing to do.\n"
4279440a403fSchristosmsgstr "Intet at g�re.\n"
4280440a403fSchristos
4281440a403fSchristos#: readelf.c:3458 readelf.c:3474 readelf.c:7730
4282440a403fSchristosmsgid "none"
4283440a403fSchristosmsgstr "ingen"
4284440a403fSchristos
4285440a403fSchristos#: readelf.c:3475
4286440a403fSchristosmsgid "2's complement, little endian"
4287440a403fSchristosmsgstr "2-komplement, little endian"
4288440a403fSchristos
4289440a403fSchristos#: readelf.c:3476
4290440a403fSchristosmsgid "2's complement, big endian"
4291440a403fSchristosmsgstr "2-komplement, big endian"
4292440a403fSchristos
4293440a403fSchristos#: readelf.c:3494
4294440a403fSchristosmsgid "Not an ELF file - it has the wrong magic bytes at the start\n"
4295440a403fSchristosmsgstr "Ikke en ELF-fil - den har forkerte magiske byte i begyndelsen\n"
4296440a403fSchristos
4297440a403fSchristos#: readelf.c:3504
4298440a403fSchristos#, c-format
4299440a403fSchristosmsgid "ELF Header:\n"
4300440a403fSchristosmsgstr "ELF-hoved:\n"
4301440a403fSchristos
4302440a403fSchristos#: readelf.c:3505
4303440a403fSchristos#, c-format
4304440a403fSchristosmsgid "  Magic:   "
4305440a403fSchristosmsgstr "  Magi:    "
4306440a403fSchristos
4307440a403fSchristos#: readelf.c:3509
4308440a403fSchristos#, c-format
4309440a403fSchristosmsgid "  Class:                             %s\n"
4310440a403fSchristosmsgstr "  Klasse:                            %s\n"
4311440a403fSchristos
4312440a403fSchristos#: readelf.c:3511
4313440a403fSchristos#, c-format
4314440a403fSchristosmsgid "  Data:                              %s\n"
4315440a403fSchristosmsgstr "  Data:                              %s\n"
4316440a403fSchristos
4317440a403fSchristos#: readelf.c:3513
4318440a403fSchristos#, c-format
4319440a403fSchristosmsgid "  Version:                           %d %s\n"
4320440a403fSchristosmsgstr "  Version:                           %d %s\n"
4321440a403fSchristos
4322440a403fSchristos#: readelf.c:3518
4323440a403fSchristos#, fuzzy, c-format
4324440a403fSchristosmsgid "<unknown: %lx>"
4325440a403fSchristosmsgstr "<ukendt: %x>"
4326440a403fSchristos
4327440a403fSchristos#: readelf.c:3520
4328440a403fSchristos#, c-format
4329440a403fSchristosmsgid "  OS/ABI:                            %s\n"
4330440a403fSchristosmsgstr "  OS/ABI:                            %s\n"
4331440a403fSchristos
4332440a403fSchristos#: readelf.c:3522
4333440a403fSchristos#, c-format
4334440a403fSchristosmsgid "  ABI Version:                       %d\n"
4335440a403fSchristosmsgstr "  ABI-version:                       %d\n"
4336440a403fSchristos
4337440a403fSchristos#: readelf.c:3524
4338440a403fSchristos#, c-format
4339440a403fSchristosmsgid "  Type:                              %s\n"
4340440a403fSchristosmsgstr "  Type:                               %s\n"
4341440a403fSchristos
4342440a403fSchristos#: readelf.c:3526
4343440a403fSchristos#, c-format
4344440a403fSchristosmsgid "  Machine:                           %s\n"
4345440a403fSchristosmsgstr "  Maskine:                           %s\n"
4346440a403fSchristos
4347440a403fSchristos#: readelf.c:3528
4348440a403fSchristos#, c-format
4349440a403fSchristosmsgid "  Version:                           0x%lx\n"
4350440a403fSchristosmsgstr "  Version:                           0x%lx\n"
4351440a403fSchristos
4352440a403fSchristos#: readelf.c:3531
4353440a403fSchristos#, c-format
4354440a403fSchristosmsgid "  Entry point address:               "
4355440a403fSchristosmsgstr "  Indgangsodresse:                   "
4356440a403fSchristos
4357440a403fSchristos#: readelf.c:3533
4358440a403fSchristos#, c-format
4359440a403fSchristosmsgid ""
4360440a403fSchristos"\n"
4361440a403fSchristos"  Start of program headers:          "
4362440a403fSchristosmsgstr ""
4363440a403fSchristos"\n"
4364440a403fSchristos"  Start for programhoveder:          "
4365440a403fSchristos
4366440a403fSchristos#: readelf.c:3535
4367440a403fSchristos#, c-format
4368440a403fSchristosmsgid ""
4369440a403fSchristos" (bytes into file)\n"
4370440a403fSchristos"  Start of section headers:          "
4371440a403fSchristosmsgstr ""
4372440a403fSchristos" (byte inde i filen)\n"
4373440a403fSchristos"  Start for sektionshoveder:         "
4374440a403fSchristos
4375440a403fSchristos#: readelf.c:3537
4376440a403fSchristos#, c-format
4377440a403fSchristosmsgid " (bytes into file)\n"
4378440a403fSchristosmsgstr " (byte inde i filen)\n"
4379440a403fSchristos
4380440a403fSchristos#: readelf.c:3539
4381440a403fSchristos#, c-format
4382440a403fSchristosmsgid "  Flags:                             0x%lx%s\n"
4383440a403fSchristosmsgstr "  Flag:                              0x%lx%s\n"
4384440a403fSchristos
4385440a403fSchristos#: readelf.c:3542
4386440a403fSchristos#, c-format
4387440a403fSchristosmsgid "  Size of this header:               %ld (bytes)\n"
4388440a403fSchristosmsgstr "  Dette hoveds st�rrelse:            %ld (byte)\n"
4389440a403fSchristos
4390440a403fSchristos#: readelf.c:3544
4391440a403fSchristos#, c-format
4392440a403fSchristosmsgid "  Size of program headers:           %ld (bytes)\n"
4393440a403fSchristosmsgstr "  Programhovedernes st�rrelse:       %ld (byte)\n"
4394440a403fSchristos
4395440a403fSchristos#: readelf.c:3546
4396440a403fSchristos#, fuzzy, c-format
4397440a403fSchristosmsgid "  Number of program headers:         %ld"
4398440a403fSchristosmsgstr "  Antal programhoveder:              %ld\n"
4399440a403fSchristos
4400440a403fSchristos#: readelf.c:3551
4401440a403fSchristos#, fuzzy, c-format
4402440a403fSchristosmsgid " (%ld)"
4403440a403fSchristosmsgstr "  %s\n"
4404440a403fSchristos
4405440a403fSchristos#: readelf.c:3553
4406440a403fSchristos#, c-format
4407440a403fSchristosmsgid "  Size of section headers:           %ld (bytes)\n"
4408440a403fSchristosmsgstr "  Sektionshovedernes st�rrelse:      %ld (byte)\n"
4409440a403fSchristos
4410440a403fSchristos#: readelf.c:3555
4411440a403fSchristos#, c-format
4412440a403fSchristosmsgid "  Number of section headers:         %ld"
4413440a403fSchristosmsgstr "  Antal sektionshoveder:             %ld"
4414440a403fSchristos
4415440a403fSchristos#: readelf.c:3560
4416440a403fSchristos#, c-format
4417440a403fSchristosmsgid "  Section header string table index: %ld"
4418440a403fSchristosmsgstr "  Sektionshovedets strengtabelsindeks: %ld"
4419440a403fSchristos
4420440a403fSchristos#: readelf.c:3567
4421440a403fSchristos#, c-format
4422440a403fSchristosmsgid " <corrupt: out of range>"
4423440a403fSchristosmsgstr ""
4424440a403fSchristos
4425440a403fSchristos#: readelf.c:3601 readelf.c:3635
4426440a403fSchristosmsgid "program headers"
4427440a403fSchristosmsgstr "programhoveder"
4428440a403fSchristos
4429440a403fSchristos#: readelf.c:3701
4430440a403fSchristos#, c-format
4431440a403fSchristosmsgid ""
4432440a403fSchristos"\n"
4433440a403fSchristos"There are no program headers in this file.\n"
4434440a403fSchristosmsgstr ""
4435440a403fSchristos"\n"
4436440a403fSchristos"Der findes ingen programhoveder i denne fil.\n"
4437440a403fSchristos
4438440a403fSchristos#: readelf.c:3707
4439440a403fSchristos#, c-format
4440440a403fSchristosmsgid ""
4441440a403fSchristos"\n"
4442440a403fSchristos"Elf file type is %s\n"
4443440a403fSchristosmsgstr ""
4444440a403fSchristos"\n"
4445440a403fSchristos"Elf-filtype er %s\n"
4446440a403fSchristos
4447440a403fSchristos#: readelf.c:3708
4448440a403fSchristos#, c-format
4449440a403fSchristosmsgid "Entry point "
4450440a403fSchristosmsgstr "Indgangspunkt "
4451440a403fSchristos
4452440a403fSchristos#: readelf.c:3710
4453440a403fSchristos#, c-format
4454440a403fSchristosmsgid ""
4455440a403fSchristos"\n"
4456440a403fSchristos"There are %d program headers, starting at offset "
4457440a403fSchristosmsgstr ""
4458440a403fSchristos"\n"
4459440a403fSchristos"Der findes %d programhoveder, med begyndelse p� offset "
4460440a403fSchristos
4461440a403fSchristos#  BUGG: plural-s
4462440a403fSchristos#: readelf.c:3722 readelf.c:3724
4463440a403fSchristos#, c-format
4464440a403fSchristosmsgid ""
4465440a403fSchristos"\n"
4466440a403fSchristos"Program Headers:\n"
4467440a403fSchristosmsgstr ""
4468440a403fSchristos"\n"
4469440a403fSchristos"Programhoveder:\n"
4470440a403fSchristos
4471440a403fSchristos#: readelf.c:3728
4472440a403fSchristos#, c-format
4473440a403fSchristosmsgid "  Type           Offset   VirtAddr   PhysAddr   FileSiz MemSiz  Flg Align\n"
4474440a403fSchristosmsgstr "  Type           Offset   VirtAdr    FysAdr     FilSt   HukommelseSt Flg Just\n"
4475440a403fSchristos
4476440a403fSchristos#: readelf.c:3731
4477440a403fSchristos#, c-format
4478440a403fSchristosmsgid "  Type           Offset   VirtAddr           PhysAddr           FileSiz  MemSiz   Flg Align\n"
4479440a403fSchristosmsgstr "  Type           Offset   VirtAdr            FysAdr             FilStrl  HukommelseSt  Flg Just\n"
4480440a403fSchristos
4481440a403fSchristos#: readelf.c:3735
4482440a403fSchristos#, c-format
4483440a403fSchristosmsgid "  Type           Offset             VirtAddr           PhysAddr\n"
4484440a403fSchristosmsgstr "  Type           Offset             VirtAdr            FysAdr\n"
4485440a403fSchristos
4486440a403fSchristos#: readelf.c:3737
4487440a403fSchristos#, c-format
4488440a403fSchristosmsgid "                 FileSiz            MemSiz              Flags  Align\n"
4489440a403fSchristosmsgstr "                 FilStrl            HukommelseStrl      Flag   Just\n"
4490440a403fSchristos
4491440a403fSchristos#: readelf.c:3830
4492440a403fSchristosmsgid "more than one dynamic segment\n"
4493440a403fSchristosmsgstr "mere end et dynamisk segment\n"
4494440a403fSchristos
4495440a403fSchristos#: readelf.c:3849
4496440a403fSchristos#, fuzzy
4497440a403fSchristosmsgid "no .dynamic section in the dynamic segment\n"
4498440a403fSchristosmsgstr "mere end et dynamisk segment\n"
4499440a403fSchristos
4500440a403fSchristos#: readelf.c:3864
4501440a403fSchristosmsgid "the .dynamic section is not contained within the dynamic segment\n"
4502440a403fSchristosmsgstr ""
4503440a403fSchristos
4504440a403fSchristos#: readelf.c:3867
4505440a403fSchristosmsgid "the .dynamic section is not the first section in the dynamic segment.\n"
4506440a403fSchristosmsgstr ""
4507440a403fSchristos
4508440a403fSchristos#: readelf.c:3875
4509440a403fSchristosmsgid "Unable to find program interpreter name\n"
4510440a403fSchristosmsgstr "Kan ikke finde navnet p� programtolken\n"
4511440a403fSchristos
4512440a403fSchristos#: readelf.c:3882
4513440a403fSchristosmsgid "Internal error: failed to create format string to display program interpreter\n"
4514440a403fSchristosmsgstr ""
4515440a403fSchristos
4516440a403fSchristos#: readelf.c:3886
4517440a403fSchristos#, fuzzy
4518440a403fSchristosmsgid "Unable to read program interpreter name\n"
4519440a403fSchristosmsgstr "Kan ikke finde navnet p� programtolken\n"
4520440a403fSchristos
4521440a403fSchristos#: readelf.c:3889
4522440a403fSchristos#, c-format
4523440a403fSchristosmsgid ""
4524440a403fSchristos"\n"
4525440a403fSchristos"      [Requesting program interpreter: %s]"
4526440a403fSchristosmsgstr ""
4527440a403fSchristos"\n"
4528440a403fSchristos"      [Anmoder programtolkere: %s]"
4529440a403fSchristos
4530440a403fSchristos#: readelf.c:3901
4531440a403fSchristos#, c-format
4532440a403fSchristosmsgid ""
4533440a403fSchristos"\n"
4534440a403fSchristos" Section to Segment mapping:\n"
4535440a403fSchristosmsgstr ""
4536440a403fSchristos"\n"
4537440a403fSchristos" Sektion til segment-afbildning:\n"
4538440a403fSchristos
4539440a403fSchristos#: readelf.c:3902
4540440a403fSchristos#, c-format
4541440a403fSchristosmsgid "  Segment Sections...\n"
4542440a403fSchristosmsgstr "  Segmentsektioner...\n"
4543440a403fSchristos
4544440a403fSchristos#: readelf.c:3938
4545440a403fSchristosmsgid "Cannot interpret virtual addresses without program headers.\n"
4546440a403fSchristosmsgstr ""
4547440a403fSchristos
4548440a403fSchristos#: readelf.c:3954
4549440a403fSchristos#, c-format
4550440a403fSchristosmsgid "Virtual address 0x%lx not located in any PT_LOAD segment.\n"
4551440a403fSchristosmsgstr ""
4552440a403fSchristos
4553440a403fSchristos#: readelf.c:3969 readelf.c:4012
4554440a403fSchristosmsgid "section headers"
4555440a403fSchristosmsgstr "sektionshoveder"
4556440a403fSchristos
4557440a403fSchristos#: readelf.c:4059 readelf.c:4134
4558440a403fSchristosmsgid "sh_entsize is zero\n"
4559440a403fSchristosmsgstr ""
4560440a403fSchristos
4561440a403fSchristos#: readelf.c:4067 readelf.c:4142
4562440a403fSchristosmsgid "Invalid sh_entsize\n"
4563440a403fSchristosmsgstr ""
4564440a403fSchristos
4565440a403fSchristos#: readelf.c:4072 readelf.c:4147
4566440a403fSchristosmsgid "symbols"
4567440a403fSchristosmsgstr "symboler"
4568440a403fSchristos
4569440a403fSchristos#: readelf.c:4084 readelf.c:4159
4570440a403fSchristosmsgid "symtab shndx"
4571440a403fSchristosmsgstr "symtab shndx"
4572440a403fSchristos
4573440a403fSchristos#: readelf.c:4419
4574440a403fSchristos#, c-format
4575440a403fSchristosmsgid "UNKNOWN (%*.*lx)"
4576440a403fSchristosmsgstr ""
4577440a403fSchristos
4578440a403fSchristos#: readelf.c:4440 readelf.c:4920
4579440a403fSchristos#, c-format
4580440a403fSchristosmsgid ""
4581440a403fSchristos"\n"
4582440a403fSchristos"There are no sections in this file.\n"
4583440a403fSchristosmsgstr ""
4584440a403fSchristos"\n"
4585440a403fSchristos"Der findes ingen sektioner i denne fil.\n"
4586440a403fSchristos
4587440a403fSchristos#: readelf.c:4446
4588440a403fSchristos#, c-format
4589440a403fSchristosmsgid "There are %d section headers, starting at offset 0x%lx:\n"
4590440a403fSchristosmsgstr "Der findes %d sektionshoveder, med begyndelse p� offset 0x%lx:\n"
4591440a403fSchristos
4592440a403fSchristos#: readelf.c:4467 readelf.c:5043 readelf.c:5454 readelf.c:5760 readelf.c:6173
4593440a403fSchristos#: readelf.c:6754 readelf.c:8843
4594440a403fSchristosmsgid "string table"
4595440a403fSchristosmsgstr "strengtabel"
4596440a403fSchristos
4597440a403fSchristos#: readelf.c:4534
4598440a403fSchristos#, c-format
4599440a403fSchristosmsgid "Section %d has invalid sh_entsize %lx (expected %lx)\n"
4600440a403fSchristosmsgstr ""
4601440a403fSchristos
4602440a403fSchristos#: readelf.c:4554
4603440a403fSchristosmsgid "File contains multiple dynamic symbol tables\n"
4604440a403fSchristosmsgstr "Filen indeholder flere tabeller med dynamiske symboler\n"
4605440a403fSchristos
4606440a403fSchristos#: readelf.c:4567
4607440a403fSchristosmsgid "File contains multiple dynamic string tables\n"
4608440a403fSchristosmsgstr "Filen indeholder flere dynamiske strengtabeller\n"
4609440a403fSchristos
4610440a403fSchristos#: readelf.c:4573
4611440a403fSchristosmsgid "dynamic strings"
4612440a403fSchristosmsgstr "dynamiske strenge"
4613440a403fSchristos
4614440a403fSchristos#: readelf.c:4580
4615440a403fSchristosmsgid "File contains multiple symtab shndx tables\n"
4616440a403fSchristosmsgstr "Filen indeholder flere symtab-shndx-tabeller\n"
4617440a403fSchristos
4618440a403fSchristos#  BUGG: plural-s
4619440a403fSchristos#: readelf.c:4648
4620440a403fSchristos#, c-format
4621440a403fSchristosmsgid ""
4622440a403fSchristos"\n"
4623440a403fSchristos"Section Headers:\n"
4624440a403fSchristosmsgstr ""
4625440a403fSchristos"\n"
4626440a403fSchristos"Sektionshoveder:\n"
4627440a403fSchristos
4628440a403fSchristos#  BUGG: plural-s
4629440a403fSchristos#: readelf.c:4650
4630440a403fSchristos#, c-format
4631440a403fSchristosmsgid ""
4632440a403fSchristos"\n"
4633440a403fSchristos"Section Header:\n"
4634440a403fSchristosmsgstr ""
4635440a403fSchristos"\n"
4636440a403fSchristos"Sektionshoved:\n"
4637440a403fSchristos
4638440a403fSchristos#: readelf.c:4656 readelf.c:4667 readelf.c:4678
4639440a403fSchristos#, c-format
4640440a403fSchristosmsgid "  [Nr] Name\n"
4641440a403fSchristosmsgstr ""
4642440a403fSchristos
4643440a403fSchristos#: readelf.c:4657
4644440a403fSchristos#, fuzzy, c-format
4645440a403fSchristosmsgid "       Type            Addr     Off    Size   ES   Lk Inf Al\n"
4646440a403fSchristosmsgstr "  [Nr] Navn              Type            Adr      Off    Strl   PS Flg Lk Inf Ju\n"
4647440a403fSchristos
4648440a403fSchristos#: readelf.c:4661
4649440a403fSchristos#, c-format
4650440a403fSchristosmsgid "  [Nr] Name              Type            Addr     Off    Size   ES Flg Lk Inf Al\n"
4651440a403fSchristosmsgstr "  [Nr] Navn              Type            Adr      Off    Strl   PS Flg Lk Inf Ju\n"
4652440a403fSchristos
4653440a403fSchristos#: readelf.c:4668
4654440a403fSchristos#, fuzzy, c-format
4655440a403fSchristosmsgid "       Type            Address          Off    Size   ES   Lk Inf Al\n"
4656440a403fSchristosmsgstr "  [Nr] Navn              Type            Adresse          Off    Strl   PS Flg Lk Inf Ju\n"
4657440a403fSchristos
4658440a403fSchristos#: readelf.c:4672
4659440a403fSchristos#, c-format
4660440a403fSchristosmsgid "  [Nr] Name              Type            Address          Off    Size   ES Flg Lk Inf Al\n"
4661440a403fSchristosmsgstr "  [Nr] Navn              Type            Adresse          Off    Strl   PS Flg Lk Inf Ju\n"
4662440a403fSchristos
4663440a403fSchristos#: readelf.c:4679
4664440a403fSchristos#, fuzzy, c-format
4665440a403fSchristosmsgid "       Type              Address          Offset            Link\n"
4666440a403fSchristosmsgstr "  [Nr] Navn              Type             Adresse           Offset\n"
4667440a403fSchristos
4668440a403fSchristos#: readelf.c:4680
4669440a403fSchristos#, fuzzy, c-format
4670440a403fSchristosmsgid "       Size              EntSize          Info              Align\n"
4671440a403fSchristosmsgstr "       St�rrelse         Postst�rrelse    Flag   L�nk  Info  Just\n"
4672440a403fSchristos
4673440a403fSchristos#: readelf.c:4684
4674440a403fSchristos#, c-format
4675440a403fSchristosmsgid "  [Nr] Name              Type             Address           Offset\n"
4676440a403fSchristosmsgstr "  [Nr] Navn              Type             Adresse           Offset\n"
4677440a403fSchristos
4678440a403fSchristos#: readelf.c:4685
4679440a403fSchristos#, c-format
4680440a403fSchristosmsgid "       Size              EntSize          Flags  Link  Info  Align\n"
4681440a403fSchristosmsgstr "       St�rrelse         Postst�rrelse    Flag   L�nk  Info  Just\n"
4682440a403fSchristos
4683440a403fSchristos#: readelf.c:4690
4684440a403fSchristos#, fuzzy, c-format
4685440a403fSchristosmsgid "       Flags\n"
4686440a403fSchristosmsgstr "  Flag"
4687440a403fSchristos
4688440a403fSchristos#: readelf.c:4769
4689440a403fSchristos#, c-format
4690440a403fSchristosmsgid "section %u: sh_link value of %u is larger than the number of sections\n"
4691440a403fSchristosmsgstr ""
4692440a403fSchristos
4693440a403fSchristos#: readelf.c:4868
4694440a403fSchristos#, fuzzy, c-format
4695440a403fSchristosmsgid ""
4696440a403fSchristos"Key to Flags:\n"
4697440a403fSchristos"  W (write), A (alloc), X (execute), M (merge), S (strings), l (large)\n"
4698440a403fSchristos"  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
4699440a403fSchristos"  O (extra OS processing required) o (OS specific), p (processor specific)\n"
4700440a403fSchristosmsgstr ""
4701440a403fSchristos"N�gle til flagene:\n"
4702440a403fSchristos"  W (skriv), A (allok�r), X (eksekv�r), M (flet), S (strenge)\n"
4703440a403fSchristos"  I (info), L (l�nkerorden), G (gruppe), x (ukendt)\n"
4704440a403fSchristos"  O (ekstra OS-behandling kr�ves) o (OS-specifik), p (processor-specifik)\n"
4705440a403fSchristos
4706440a403fSchristos#: readelf.c:4873
4707440a403fSchristos#, fuzzy, c-format
4708440a403fSchristosmsgid ""
4709440a403fSchristos"Key to Flags:\n"
4710440a403fSchristos"  W (write), A (alloc), X (execute), M (merge), S (strings)\n"
4711440a403fSchristos"  I (info), L (link order), G (group), T (TLS), E (exclude), x (unknown)\n"
4712440a403fSchristos"  O (extra OS processing required) o (OS specific), p (processor specific)\n"
4713440a403fSchristosmsgstr ""
4714440a403fSchristos"N�gle til flagene:\n"
4715440a403fSchristos"  W (skriv), A (allok�r), X (eksekv�r), M (flet), S (strenge)\n"
4716440a403fSchristos"  I (info), L (l�nkerorden), G (gruppe), x (ukendt)\n"
4717440a403fSchristos"  O (ekstra OS-behandling kr�ves) o (OS-specifik), p (processor-specifik)\n"
4718440a403fSchristos
4719440a403fSchristos#: readelf.c:4895
4720440a403fSchristos#, fuzzy, c-format
4721440a403fSchristosmsgid "[<unknown>: 0x%x] "
4722440a403fSchristosmsgstr "<ukendt>: %x"
4723440a403fSchristos
4724440a403fSchristos#: readelf.c:4927
4725440a403fSchristosmsgid "Section headers are not available!\n"
4726440a403fSchristosmsgstr ""
4727440a403fSchristos
4728440a403fSchristos#: readelf.c:4951
4729440a403fSchristos#, fuzzy, c-format
4730440a403fSchristosmsgid ""
4731440a403fSchristos"\n"
4732440a403fSchristos"There are no section groups in this file.\n"
4733440a403fSchristosmsgstr ""
4734440a403fSchristos"\n"
4735440a403fSchristos"Der findes ingen sektioner i denne fil.\n"
4736440a403fSchristos
4737440a403fSchristos#: readelf.c:4988
4738440a403fSchristos#, c-format
4739440a403fSchristosmsgid "Bad sh_link in group section `%s'\n"
4740440a403fSchristosmsgstr ""
4741440a403fSchristos
4742440a403fSchristos#: readelf.c:5002
4743440a403fSchristos#, fuzzy, c-format
4744440a403fSchristosmsgid "Corrupt header in group section `%s'\n"
4745440a403fSchristosmsgstr "%s: kan ikke oprette fejls�gningssektion: %s"
4746440a403fSchristos
4747440a403fSchristos#: readelf.c:5013
4748440a403fSchristos#, c-format
4749440a403fSchristosmsgid "Bad sh_info in group section `%s'\n"
4750440a403fSchristosmsgstr ""
4751440a403fSchristos
4752440a403fSchristos#: readelf.c:5052
4753440a403fSchristosmsgid "section data"
4754440a403fSchristosmsgstr "sektionsdata"
4755440a403fSchristos
4756440a403fSchristos#: readelf.c:5061
4757440a403fSchristos#, fuzzy, c-format
4758440a403fSchristosmsgid ""
4759440a403fSchristos"\n"
4760440a403fSchristos"%sgroup section [%5u] `%s' [%s] contains %u sections:\n"
4761440a403fSchristosmsgstr ""
4762440a403fSchristos"\n"
4763440a403fSchristos"Versionbehovssektion \"%s\" indeholder %ld poster:\n"
4764440a403fSchristos
4765440a403fSchristos#: readelf.c:5064
4766440a403fSchristos#, fuzzy, c-format
4767440a403fSchristosmsgid "   [Index]    Name\n"
4768440a403fSchristosmsgstr "  Num:    Indeks      V�rdi  Navn"
4769440a403fSchristos
4770440a403fSchristos#: readelf.c:5078
4771440a403fSchristos#, c-format
4772440a403fSchristosmsgid "section [%5u] in group section [%5u] > maximum section [%5u]\n"
4773440a403fSchristosmsgstr ""
4774440a403fSchristos
4775440a403fSchristos#: readelf.c:5087
4776440a403fSchristos#, c-format
4777440a403fSchristosmsgid "section [%5u] in group section [%5u] already in group section [%5u]\n"
4778440a403fSchristosmsgstr ""
4779440a403fSchristos
4780440a403fSchristos#: readelf.c:5100
4781440a403fSchristos#, c-format
4782440a403fSchristosmsgid "section 0 in group section [%5u]\n"
4783440a403fSchristosmsgstr ""
4784440a403fSchristos
4785440a403fSchristos#: readelf.c:5167
4786440a403fSchristos#, fuzzy
4787440a403fSchristosmsgid "dynamic section image fixups"
4788440a403fSchristosmsgstr "dynamiske strenge"
4789440a403fSchristos
4790440a403fSchristos#: readelf.c:5179
4791440a403fSchristos#, c-format
4792440a403fSchristosmsgid ""
4793440a403fSchristos"\n"
4794440a403fSchristos"Image fixups for needed library #%d: %s - ident: %lx\n"
4795440a403fSchristosmsgstr ""
4796440a403fSchristos
4797440a403fSchristos#: readelf.c:5182
4798440a403fSchristos#, fuzzy, c-format
4799440a403fSchristosmsgid "Seg Offset           Type                             SymVec DataType\n"
4800440a403fSchristosmsgstr "  Offset          Info           Type           Symbolv�rdi   Symbolnavn\n"
4801440a403fSchristos
4802440a403fSchristos#: readelf.c:5214
4803440a403fSchristos#, fuzzy
4804440a403fSchristosmsgid "dynamic section image relas"
4805440a403fSchristosmsgstr "dynamiske strenge"
4806440a403fSchristos
4807440a403fSchristos#: readelf.c:5218
4808440a403fSchristos#, fuzzy, c-format
4809440a403fSchristosmsgid ""
4810440a403fSchristos"\n"
4811440a403fSchristos"Image relocs\n"
4812440a403fSchristosmsgstr "relokeringer"
4813440a403fSchristos
4814440a403fSchristos#: readelf.c:5220
4815440a403fSchristos#, fuzzy, c-format
4816440a403fSchristosmsgid "Seg Offset   Type                            Addend            Seg Sym Off\n"
4817440a403fSchristosmsgstr "  [Nr] Navn              Type             Adresse           Offset\n"
4818440a403fSchristos
4819440a403fSchristos#: readelf.c:5275
4820440a403fSchristos#, fuzzy
4821440a403fSchristosmsgid "dynamic string section"
4822440a403fSchristosmsgstr "dynamiske strenge"
4823440a403fSchristos
4824440a403fSchristos#: readelf.c:5376
4825440a403fSchristos#, fuzzy, c-format
4826440a403fSchristosmsgid ""
4827440a403fSchristos"\n"
4828440a403fSchristos"'%s' relocation section at offset 0x%lx contains %ld bytes:\n"
4829440a403fSchristosmsgstr ""
4830440a403fSchristos"\n"
4831440a403fSchristos"Relokeringssektionen p� offset 0x%lx indeholder %ld byte:\n"
4832440a403fSchristos
4833440a403fSchristos#: readelf.c:5391
4834440a403fSchristos#, c-format
4835440a403fSchristosmsgid ""
4836440a403fSchristos"\n"
4837440a403fSchristos"There are no dynamic relocations in this file.\n"
4838440a403fSchristosmsgstr ""
4839440a403fSchristos"\n"
4840440a403fSchristos"Der findes ingen dynamiske relokeringer i denne fil.\n"
4841440a403fSchristos
4842440a403fSchristos#: readelf.c:5415
4843440a403fSchristos#, c-format
4844440a403fSchristosmsgid ""
4845440a403fSchristos"\n"
4846440a403fSchristos"Relocation section "
4847440a403fSchristosmsgstr ""
4848440a403fSchristos"\n"
4849440a403fSchristos"Relokeringssektion "
4850440a403fSchristos
4851440a403fSchristos#: readelf.c:5420 readelf.c:5836 readelf.c:5851 readelf.c:6188
4852440a403fSchristos#, c-format
4853440a403fSchristosmsgid "'%s'"
4854440a403fSchristosmsgstr ""
4855440a403fSchristos
4856440a403fSchristos#: readelf.c:5422 readelf.c:5853 readelf.c:6190
4857440a403fSchristos#, c-format
4858440a403fSchristosmsgid " at offset 0x%lx contains %lu entries:\n"
4859440a403fSchristosmsgstr " p� offset 0x%lx indeholder %lu poster:\n"
4860440a403fSchristos
4861440a403fSchristos#: readelf.c:5473
4862440a403fSchristos#, c-format
4863440a403fSchristosmsgid ""
4864440a403fSchristos"\n"
4865440a403fSchristos"There are no relocations in this file.\n"
4866440a403fSchristosmsgstr ""
4867440a403fSchristos"\n"
4868440a403fSchristos"Der findes ingen relokeringer i denne fil.\n"
4869440a403fSchristos
4870440a403fSchristos#: readelf.c:5611
4871440a403fSchristos#, fuzzy, c-format
4872440a403fSchristosmsgid "\tUnknown version.\n"
4873440a403fSchristosmsgstr "ukendt sektion"
4874440a403fSchristos
4875440a403fSchristos#: readelf.c:5664 readelf.c:6037
4876440a403fSchristosmsgid "unwind table"
4877440a403fSchristosmsgstr "tilbagerulningstabel"
4878440a403fSchristos
4879440a403fSchristos#: readelf.c:5706 readelf.c:6119 readelf.c:6365
4880440a403fSchristos#, c-format
4881440a403fSchristosmsgid "Skipping unexpected relocation type %s\n"
4882440a403fSchristosmsgstr "Hopper over uventet relokeringstype %s\n"
4883440a403fSchristos
4884440a403fSchristos#: readelf.c:5768 readelf.c:6181 readelf.c:6762 readelf.c:6808
4885440a403fSchristos#, c-format
4886440a403fSchristosmsgid ""
4887440a403fSchristos"\n"
4888440a403fSchristos"There are no unwind sections in this file.\n"
4889440a403fSchristosmsgstr ""
4890440a403fSchristos"\n"
4891440a403fSchristos"Der findes ingen tilbagerulningssektioner i denne fil.\n"
4892440a403fSchristos
4893440a403fSchristos#  BUG: Forts�ttelsen er ikke markeret for overs�ttelse i koden og indeholder '-citattegn.
4894440a403fSchristos#: readelf.c:5831
4895440a403fSchristos#, c-format
4896440a403fSchristosmsgid ""
4897440a403fSchristos"\n"
4898440a403fSchristos"Could not find unwind info section for "
4899440a403fSchristosmsgstr ""
4900440a403fSchristos"\n"
4901440a403fSchristos"Kunne ikke finde tilbagerulningssektion til "
4902440a403fSchristos
4903440a403fSchristos#: readelf.c:5844
4904440a403fSchristosmsgid "unwind info"
4905440a403fSchristosmsgstr "tilbagerulningsinfo"
4906440a403fSchristos
4907440a403fSchristos#: readelf.c:5846 readelf.c:6187
4908440a403fSchristos#, c-format
4909440a403fSchristosmsgid ""
4910440a403fSchristos"\n"
4911440a403fSchristos"Unwind section "
4912440a403fSchristosmsgstr ""
4913440a403fSchristos"\n"
4914440a403fSchristos"Tilbagerulningssektion "
4915440a403fSchristos
4916440a403fSchristos#: readelf.c:6296
4917440a403fSchristos#, fuzzy
4918440a403fSchristosmsgid "unwind data"
4919440a403fSchristosmsgstr "tilbagerulningstabel"
4920440a403fSchristos
4921440a403fSchristos#: readelf.c:6350
4922440a403fSchristos#, fuzzy, c-format
4923440a403fSchristosmsgid "Skipping unexpected relocation at offset 0x%lx\n"
4924440a403fSchristosmsgstr "Hopper over uventet relokeringstype %s\n"
4925440a403fSchristos
4926440a403fSchristos#: readelf.c:6426
4927440a403fSchristos#, c-format
4928440a403fSchristosmsgid "[Truncated opcode]\n"
4929440a403fSchristosmsgstr ""
4930440a403fSchristos
4931440a403fSchristos#: readelf.c:6429
4932440a403fSchristos#, c-format
4933440a403fSchristosmsgid "0x%02x "
4934440a403fSchristosmsgstr ""
4935440a403fSchristos
4936440a403fSchristos#: readelf.c:6451
4937440a403fSchristos#, c-format
4938440a403fSchristosmsgid "  Personality routine: "
4939440a403fSchristosmsgstr ""
4940440a403fSchristos
4941440a403fSchristos#: readelf.c:6469
4942440a403fSchristos#, c-format
4943440a403fSchristosmsgid "  [Truncated data]\n"
4944440a403fSchristosmsgstr ""
4945440a403fSchristos
4946440a403fSchristos#: readelf.c:6484
4947440a403fSchristos#, c-format
4948440a403fSchristosmsgid "  [reserved compact index %d]\n"
4949440a403fSchristosmsgstr ""
4950440a403fSchristos
4951440a403fSchristos#: readelf.c:6488
4952440a403fSchristos#, c-format
4953440a403fSchristosmsgid "  Compact model %d\n"
4954440a403fSchristosmsgstr ""
4955440a403fSchristos
4956440a403fSchristos#: readelf.c:6515
4957440a403fSchristos#, c-format
4958440a403fSchristosmsgid "  0x%02x "
4959440a403fSchristosmsgstr ""
4960440a403fSchristos
4961440a403fSchristos#: readelf.c:6520
4962440a403fSchristos#, c-format
4963440a403fSchristosmsgid "     vsp = vsp + %d"
4964440a403fSchristosmsgstr ""
4965440a403fSchristos
4966440a403fSchristos#: readelf.c:6525
4967440a403fSchristos#, c-format
4968440a403fSchristosmsgid "     vsp = vsp - %d"
4969440a403fSchristosmsgstr ""
4970440a403fSchristos
4971440a403fSchristos#: readelf.c:6531
4972440a403fSchristos#, c-format
4973440a403fSchristosmsgid "Refuse to unwind"
4974440a403fSchristosmsgstr ""
4975440a403fSchristos
4976440a403fSchristos#: readelf.c:6554
4977440a403fSchristos#, c-format
4978440a403fSchristosmsgid "     [Reserved]"
4979440a403fSchristosmsgstr ""
4980440a403fSchristos
4981440a403fSchristos#: readelf.c:6556
4982440a403fSchristos#, c-format
4983440a403fSchristosmsgid "     vsp = r%d"
4984440a403fSchristosmsgstr ""
4985440a403fSchristos
4986440a403fSchristos#: readelf.c:6581
4987440a403fSchristos#, c-format
4988440a403fSchristosmsgid "     finish"
4989440a403fSchristosmsgstr ""
4990440a403fSchristos
4991440a403fSchristos#: readelf.c:6586
4992440a403fSchristos#, c-format
4993440a403fSchristosmsgid "[Spare]"
4994440a403fSchristosmsgstr ""
4995440a403fSchristos
4996440a403fSchristos#: readelf.c:6620
4997440a403fSchristos#, c-format
4998440a403fSchristosmsgid "vsp = vsp + %ld"
4999440a403fSchristosmsgstr ""
5000440a403fSchristos
5001440a403fSchristos#: readelf.c:6627
5002440a403fSchristos#, fuzzy, c-format
5003440a403fSchristosmsgid "[unsupported two-byte opcode]"
5004440a403fSchristosmsgstr "uunderst�ttet C++-objekttype"
5005440a403fSchristos
5006440a403fSchristos#: readelf.c:6631
5007440a403fSchristos#, c-format
5008440a403fSchristosmsgid "     [unsupported opcode]"
5009440a403fSchristosmsgstr ""
5010440a403fSchristos
5011440a403fSchristos#: readelf.c:6715
5012440a403fSchristos#, c-format
5013440a403fSchristosmsgid "Could not locate .ARM.extab section containing 0x%lx.\n"
5014440a403fSchristosmsgstr ""
5015440a403fSchristos
5016440a403fSchristos#: readelf.c:6768
5017440a403fSchristos#, fuzzy, c-format
5018440a403fSchristosmsgid ""
5019440a403fSchristos"\n"
5020440a403fSchristos"Unwind table index '%s' at offset 0x%lx contains %lu entries:\n"
5021440a403fSchristosmsgstr ""
5022440a403fSchristos"\n"
5023440a403fSchristos"Dynamisk segment p� offset 0x%x indeholder %ld poster:\n"
5024440a403fSchristos
5025440a403fSchristos#: readelf.c:6819
5026440a403fSchristos#, c-format
5027440a403fSchristosmsgid "NONE\n"
5028440a403fSchristosmsgstr ""
5029440a403fSchristos
5030440a403fSchristos#: readelf.c:6845
5031440a403fSchristos#, fuzzy, c-format
5032440a403fSchristosmsgid "Interface Version: %s\n"
5033440a403fSchristosmsgstr "BFD-hovedfil version %s\n"
5034440a403fSchristos
5035440a403fSchristos#: readelf.c:6847
5036440a403fSchristos#, c-format
5037440a403fSchristosmsgid "<corrupt: %ld>\n"
5038440a403fSchristosmsgstr ""
5039440a403fSchristos
5040440a403fSchristos#: readelf.c:6860
5041440a403fSchristos#, c-format
5042440a403fSchristosmsgid "Time Stamp: %s\n"
5043440a403fSchristosmsgstr ""
5044440a403fSchristos
5045440a403fSchristos#: readelf.c:7037 readelf.c:7083
5046440a403fSchristos#, fuzzy
5047440a403fSchristosmsgid "dynamic section"
5048440a403fSchristosmsgstr "dynamiske strenge"
5049440a403fSchristos
5050440a403fSchristos#: readelf.c:7161
5051440a403fSchristos#, fuzzy, c-format
5052440a403fSchristosmsgid ""
5053440a403fSchristos"\n"
5054440a403fSchristos"There is no dynamic section in this file.\n"
5055440a403fSchristosmsgstr ""
5056440a403fSchristos"\n"
5057440a403fSchristos"Der findes intet dynamisk segment i denne fil.\n"
5058440a403fSchristos
5059440a403fSchristos#: readelf.c:7199
5060440a403fSchristos#, fuzzy
5061440a403fSchristosmsgid "Unable to seek to end of file!\n"
5062440a403fSchristosmsgstr "Kan ikke s�ge til slutningen af filen!"
5063440a403fSchristos
5064440a403fSchristos#: readelf.c:7212
5065440a403fSchristosmsgid "Unable to determine the number of symbols to load\n"
5066440a403fSchristosmsgstr "Kan ikke bestemme hvor mange symboler som skal l�ses ind\n"
5067440a403fSchristos
5068440a403fSchristos#: readelf.c:7247
5069440a403fSchristosmsgid "Unable to seek to end of file\n"
5070440a403fSchristosmsgstr "Kan ikke s�ge til slutningen af filen\n"
5071440a403fSchristos
5072440a403fSchristos#: readelf.c:7254
5073440a403fSchristosmsgid "Unable to determine the length of the dynamic string table\n"
5074440a403fSchristosmsgstr "Kan ikke bestemme l�ngden p� den dynamiske strengtabel\n"
5075440a403fSchristos
5076440a403fSchristos#: readelf.c:7260
5077440a403fSchristosmsgid "dynamic string table"
5078440a403fSchristosmsgstr "dynamisk strengtabel"
5079440a403fSchristos
5080440a403fSchristos#: readelf.c:7297
5081440a403fSchristosmsgid "symbol information"
5082440a403fSchristosmsgstr "symbolinformation"
5083440a403fSchristos
5084440a403fSchristos#: readelf.c:7322
5085440a403fSchristos#, fuzzy, c-format
5086440a403fSchristosmsgid ""
5087440a403fSchristos"\n"
5088440a403fSchristos"Dynamic section at offset 0x%lx contains %u entries:\n"
5089440a403fSchristosmsgstr ""
5090440a403fSchristos"\n"
5091440a403fSchristos"Dynamisk segment p� offset 0x%x indeholder %ld poster:\n"
5092440a403fSchristos
5093440a403fSchristos#: readelf.c:7325
5094440a403fSchristos#, c-format
5095440a403fSchristosmsgid "  Tag        Type                         Name/Value\n"
5096440a403fSchristosmsgstr "  M�rke      Type                          Navn/V�rdi\n"
5097440a403fSchristos
5098440a403fSchristos#: readelf.c:7361
5099440a403fSchristos#, c-format
5100440a403fSchristosmsgid "Auxiliary library"
5101440a403fSchristosmsgstr "Eksternt bibliotek"
5102440a403fSchristos
5103440a403fSchristos#: readelf.c:7365
5104440a403fSchristos#, c-format
5105440a403fSchristosmsgid "Filter library"
5106440a403fSchristosmsgstr "Filterbibliotek"
5107440a403fSchristos
5108440a403fSchristos#: readelf.c:7369
5109440a403fSchristos#, c-format
5110440a403fSchristosmsgid "Configuration file"
5111440a403fSchristosmsgstr "Konfigurationsfil"
5112440a403fSchristos
5113440a403fSchristos#: readelf.c:7373
5114440a403fSchristos#, c-format
5115440a403fSchristosmsgid "Dependency audit library"
5116440a403fSchristosmsgstr "Afh�ngighedskontrolsbibliotek"
5117440a403fSchristos
5118440a403fSchristos#: readelf.c:7377
5119440a403fSchristos#, c-format
5120440a403fSchristosmsgid "Audit library"
5121440a403fSchristosmsgstr "Kontrolbibliotek"
5122440a403fSchristos
5123440a403fSchristos#: readelf.c:7395 readelf.c:7423 readelf.c:7451
5124440a403fSchristos#, c-format
5125440a403fSchristosmsgid "Flags:"
5126440a403fSchristosmsgstr "Flag:"
5127440a403fSchristos
5128440a403fSchristos#: readelf.c:7398 readelf.c:7426 readelf.c:7453
5129440a403fSchristos#, c-format
5130440a403fSchristosmsgid " None\n"
5131440a403fSchristosmsgstr " Ingen\n"
5132440a403fSchristos
5133440a403fSchristos#: readelf.c:7574
5134440a403fSchristos#, c-format
5135440a403fSchristosmsgid "Shared library: [%s]"
5136440a403fSchristosmsgstr "Delt bibliotek: [%s]"
5137440a403fSchristos
5138440a403fSchristos#: readelf.c:7577
5139440a403fSchristos#, c-format
5140440a403fSchristosmsgid " program interpreter"
5141440a403fSchristosmsgstr " Programfortolker"
5142440a403fSchristos
5143440a403fSchristos#: readelf.c:7581
5144440a403fSchristos#, c-format
5145440a403fSchristosmsgid "Library soname: [%s]"
5146440a403fSchristosmsgstr "Bibliotekets so-navn: [%s]"
5147440a403fSchristos
5148440a403fSchristos#: readelf.c:7585
5149440a403fSchristos#, c-format
5150440a403fSchristosmsgid "Library rpath: [%s]"
5151440a403fSchristosmsgstr "Bibliotekets rpath: [%s]"
5152440a403fSchristos
5153440a403fSchristos#: readelf.c:7589
5154440a403fSchristos#, c-format
5155440a403fSchristosmsgid "Library runpath: [%s]"
5156440a403fSchristosmsgstr "Bibliotekets runpath: [%s]"
5157440a403fSchristos
5158440a403fSchristos#: readelf.c:7622
5159440a403fSchristos#, fuzzy, c-format
5160440a403fSchristosmsgid " (bytes)\n"
5161440a403fSchristosmsgstr "  %s\n"
5162440a403fSchristos
5163440a403fSchristos#: readelf.c:7652
5164440a403fSchristos#, c-format
5165440a403fSchristosmsgid "Not needed object: [%s]\n"
5166440a403fSchristosmsgstr "Un�dvendigt objekt: [%s]\n"
5167440a403fSchristos
5168440a403fSchristos#: readelf.c:7752
5169440a403fSchristos#, fuzzy
5170440a403fSchristosmsgid "| <unknown>"
5171440a403fSchristosmsgstr "<ukendt>: %d"
5172440a403fSchristos
5173440a403fSchristos#: readelf.c:7785
5174440a403fSchristos#, fuzzy, c-format
5175440a403fSchristosmsgid ""
5176440a403fSchristos"\n"
5177440a403fSchristos"Version definition section '%s' contains %u entries:\n"
5178440a403fSchristosmsgstr ""
5179440a403fSchristos"\n"
5180440a403fSchristos"Versiondefinitionssektion \"%s\" indeholder %ld poster:\n"
5181440a403fSchristos
5182440a403fSchristos#: readelf.c:7788
5183440a403fSchristos#, c-format
5184440a403fSchristosmsgid "  Addr: 0x"
5185440a403fSchristosmsgstr "  Adr: 0x"
5186440a403fSchristos
5187440a403fSchristos#: readelf.c:7790 readelf.c:7908 readelf.c:8046
5188440a403fSchristos#, fuzzy, c-format
5189440a403fSchristosmsgid "  Offset: %#08lx  Link: %u (%s)\n"
5190440a403fSchristosmsgstr "  Offset: %#08lx  L�nk: %lx (%s)\n"
5191440a403fSchristos
5192440a403fSchristos#: readelf.c:7798
5193440a403fSchristosmsgid "version definition section"
5194440a403fSchristosmsgstr "versiondefinitionssektion"
5195440a403fSchristos
5196440a403fSchristos#: readelf.c:7831
5197440a403fSchristos#, c-format
5198440a403fSchristosmsgid "  %#06x: Rev: %d  Flags: %s"
5199440a403fSchristosmsgstr "  %#06x: Rev: %d  Flag: %s"
5200440a403fSchristos
5201440a403fSchristos#: readelf.c:7834
5202440a403fSchristos#, c-format
5203440a403fSchristosmsgid "  Index: %d  Cnt: %d  "
5204440a403fSchristosmsgstr "  Indeks: %d  Ant: %d  "
5205440a403fSchristos
5206440a403fSchristos#: readelf.c:7850
5207440a403fSchristos#, c-format
5208440a403fSchristosmsgid "Name: %s\n"
5209440a403fSchristosmsgstr "Navn: %s\n"
5210440a403fSchristos
5211440a403fSchristos#: readelf.c:7852
5212440a403fSchristos#, c-format
5213440a403fSchristosmsgid "Name index: %ld\n"
5214440a403fSchristosmsgstr "Navneindeks: %ld\n"
5215440a403fSchristos
5216440a403fSchristos#: readelf.c:7874
5217440a403fSchristos#, c-format
5218440a403fSchristosmsgid "  %#06x: Parent %d: %s\n"
5219440a403fSchristosmsgstr "  %#06x: For�lder %d: %s\n"
5220440a403fSchristos
5221440a403fSchristos#: readelf.c:7877
5222440a403fSchristos#, c-format
5223440a403fSchristosmsgid "  %#06x: Parent %d, name index: %ld\n"
5224440a403fSchristosmsgstr "  %#06x: For�lder %d, navneindeks: %ld\n"
5225440a403fSchristos
5226440a403fSchristos#: readelf.c:7882
5227440a403fSchristos#, fuzzy, c-format
5228440a403fSchristosmsgid "  Version def aux past end of section\n"
5229440a403fSchristosmsgstr "versiondefinitionssektion"
5230440a403fSchristos
5231440a403fSchristos#: readelf.c:7888
5232440a403fSchristos#, fuzzy, c-format
5233440a403fSchristosmsgid "  Version definition past end of section\n"
5234440a403fSchristosmsgstr "versiondefinitionssektion"
5235440a403fSchristos
5236440a403fSchristos#: readelf.c:7903
5237440a403fSchristos#, fuzzy, c-format
5238440a403fSchristosmsgid ""
5239440a403fSchristos"\n"
5240440a403fSchristos"Version needs section '%s' contains %u entries:\n"
5241440a403fSchristosmsgstr ""
5242440a403fSchristos"\n"
5243440a403fSchristos"Versionbehovssektion \"%s\" indeholder %ld poster:\n"
5244440a403fSchristos
5245440a403fSchristos#: readelf.c:7906
5246440a403fSchristos#, c-format
5247440a403fSchristosmsgid " Addr: 0x"
5248440a403fSchristosmsgstr " Adr: 0x"
5249440a403fSchristos
5250440a403fSchristos#: readelf.c:7917
5251440a403fSchristosmsgid "version need section"
5252440a403fSchristosmsgstr "versionsbehovssektion"
5253440a403fSchristos
5254440a403fSchristos#: readelf.c:7945
5255440a403fSchristos#, c-format
5256440a403fSchristosmsgid "  %#06x: Version: %d"
5257440a403fSchristosmsgstr " %#06x: Version: %d"
5258440a403fSchristos
5259440a403fSchristos#: readelf.c:7948
5260440a403fSchristos#, c-format
5261440a403fSchristosmsgid "  File: %s"
5262440a403fSchristosmsgstr "  Fil: %s"
5263440a403fSchristos
5264440a403fSchristos#: readelf.c:7950
5265440a403fSchristos#, c-format
5266440a403fSchristosmsgid "  File: %lx"
5267440a403fSchristosmsgstr "  Fil: %lx"
5268440a403fSchristos
5269440a403fSchristos#: readelf.c:7952
5270440a403fSchristos#, c-format
5271440a403fSchristosmsgid "  Cnt: %d\n"
5272440a403fSchristosmsgstr " Ant: %d\n"
5273440a403fSchristos
5274440a403fSchristos#: readelf.c:7977
5275440a403fSchristos#, fuzzy, c-format
5276440a403fSchristosmsgid "  %#06x:   Name: %s"
5277440a403fSchristosmsgstr "  %#06x: Navn: %s"
5278440a403fSchristos
5279440a403fSchristos#: readelf.c:7980
5280440a403fSchristos#, fuzzy, c-format
5281440a403fSchristosmsgid "  %#06x:   Name index: %lx"
5282440a403fSchristosmsgstr "  %#06x: Navneindeks: %lx"
5283440a403fSchristos
5284440a403fSchristos#: readelf.c:7983
5285440a403fSchristos#, c-format
5286440a403fSchristosmsgid "  Flags: %s  Version: %d\n"
5287440a403fSchristosmsgstr "  Flag: %s  Version: %d\n"
5288440a403fSchristos
5289440a403fSchristos#: readelf.c:7995
5290440a403fSchristos#, fuzzy, c-format
5291440a403fSchristosmsgid "  Version need aux past end of section\n"
5292440a403fSchristosmsgstr "versionsbehovssektion"
5293440a403fSchristos
5294440a403fSchristos#: readelf.c:8000
5295440a403fSchristos#, fuzzy, c-format
5296440a403fSchristosmsgid "  Version need past end of section\n"
5297440a403fSchristosmsgstr "versionsbehovssektion"
5298440a403fSchristos
5299440a403fSchristos#: readelf.c:8037
5300440a403fSchristosmsgid "version string table"
5301440a403fSchristosmsgstr "versionsstrengtabel"
5302440a403fSchristos
5303440a403fSchristos#: readelf.c:8041
5304440a403fSchristos#, c-format
5305440a403fSchristosmsgid ""
5306440a403fSchristos"\n"
5307440a403fSchristos"Version symbols section '%s' contains %d entries:\n"
5308440a403fSchristosmsgstr ""
5309440a403fSchristos"\n"
5310440a403fSchristos"Versionsymbolssektion \"%s\" indeholder %d poster:\n"
5311440a403fSchristos
5312440a403fSchristos#: readelf.c:8044
5313440a403fSchristos#, c-format
5314440a403fSchristosmsgid " Addr: "
5315440a403fSchristosmsgstr " Adr: "
5316440a403fSchristos
5317440a403fSchristos#: readelf.c:8055
5318440a403fSchristosmsgid "version symbol data"
5319440a403fSchristosmsgstr "versionsymbolsdata"
5320440a403fSchristos
5321440a403fSchristos#: readelf.c:8082
5322440a403fSchristosmsgid "   0 (*local*)    "
5323440a403fSchristosmsgstr "   0 (*lokal*)    "
5324440a403fSchristos
5325440a403fSchristos#: readelf.c:8086
5326440a403fSchristosmsgid "   1 (*global*)   "
5327440a403fSchristosmsgstr "   1 (*global*)   "
5328440a403fSchristos
5329440a403fSchristos#: readelf.c:8099
5330440a403fSchristosmsgid "invalid index into symbol array\n"
5331440a403fSchristosmsgstr ""
5332440a403fSchristos
5333440a403fSchristos#: readelf.c:8133 readelf.c:8910
5334440a403fSchristosmsgid "version need"
5335440a403fSchristosmsgstr "versionsbehov"
5336440a403fSchristos
5337440a403fSchristos#: readelf.c:8143
5338440a403fSchristosmsgid "version need aux (2)"
5339440a403fSchristosmsgstr "ydre versionsbehov (2)"
5340440a403fSchristos
5341440a403fSchristos#: readelf.c:8158 readelf.c:8213
5342440a403fSchristos#, fuzzy
5343440a403fSchristosmsgid "*invalid*"
5344440a403fSchristosmsgstr "ugyldigt tal"
5345440a403fSchristos
5346440a403fSchristos#: readelf.c:8188 readelf.c:8975
5347440a403fSchristosmsgid "version def"
5348440a403fSchristosmsgstr "versionsdef."
5349440a403fSchristos
5350440a403fSchristos#: readelf.c:8208 readelf.c:8990
5351440a403fSchristosmsgid "version def aux"
5352440a403fSchristosmsgstr "ydre versionsdef."
5353440a403fSchristos
5354440a403fSchristos#: readelf.c:8242
5355440a403fSchristos#, c-format
5356440a403fSchristosmsgid ""
5357440a403fSchristos"\n"
5358440a403fSchristos"No version information found in this file.\n"
5359440a403fSchristosmsgstr ""
5360440a403fSchristos"\n"
5361440a403fSchristos"Der fandtes ingen versionsinformation i denne fil.\n"
5362440a403fSchristos
5363440a403fSchristos#: readelf.c:8441
5364440a403fSchristos#, c-format
5365440a403fSchristosmsgid "<other>: %x"
5366440a403fSchristosmsgstr ""
5367440a403fSchristos
5368440a403fSchristos#: readelf.c:8500
5369440a403fSchristosmsgid "Unable to read in dynamic data\n"
5370440a403fSchristosmsgstr "Kan ikke indl�se de dynamiske data\n"
5371440a403fSchristos
5372440a403fSchristos#: readelf.c:8550
5373440a403fSchristos#, c-format
5374440a403fSchristosmsgid " <corrupt: %14ld>"
5375440a403fSchristosmsgstr ""
5376440a403fSchristos
5377440a403fSchristos#: readelf.c:8593 readelf.c:8645 readelf.c:8669 readelf.c:8699 readelf.c:8723
5378440a403fSchristos#, fuzzy
5379440a403fSchristosmsgid "Unable to seek to start of dynamic information\n"
5380440a403fSchristosmsgstr "Kan ikke s�ge til begyndelsen af den dynamiske information"
5381440a403fSchristos
5382440a403fSchristos#: readelf.c:8599 readelf.c:8651
5383440a403fSchristosmsgid "Failed to read in number of buckets\n"
5384440a403fSchristosmsgstr "Mislykkedes at indl�se antal spande\n"
5385440a403fSchristos
5386440a403fSchristos#: readelf.c:8605
5387440a403fSchristosmsgid "Failed to read in number of chains\n"
5388440a403fSchristosmsgstr "Mislykkedes at indl�se antal k�der\n"
5389440a403fSchristos
5390440a403fSchristos#: readelf.c:8707
5391440a403fSchristos#, fuzzy
5392440a403fSchristosmsgid "Failed to determine last chain length\n"
5393440a403fSchristosmsgstr "Mislykkedes at indl�se antal k�der\n"
5394440a403fSchristos
5395440a403fSchristos#: readelf.c:8751
5396440a403fSchristos#, c-format
5397440a403fSchristosmsgid ""
5398440a403fSchristos"\n"
5399440a403fSchristos"Symbol table for image:\n"
5400440a403fSchristosmsgstr ""
5401440a403fSchristos"\n"
5402440a403fSchristos"Symboltabel for filbilleder:\n"
5403440a403fSchristos
5404440a403fSchristos#: readelf.c:8753 readelf.c:8771
5405440a403fSchristos#, c-format
5406440a403fSchristosmsgid "  Num Buc:    Value  Size   Type   Bind Vis      Ndx Name\n"
5407440a403fSchristosmsgstr "  Nr  Spd:    V�rdi  Strl   Type    Bind Synl     Idx Navn\n"
5408440a403fSchristos
5409440a403fSchristos#: readelf.c:8755 readelf.c:8773
5410440a403fSchristos#, c-format
5411440a403fSchristosmsgid "  Num Buc:    Value          Size   Type   Bind Vis      Ndx Name\n"
5412440a403fSchristosmsgstr "  Nr  Spd:    V�rdi          Strl   Type   Bind Synl     Idx Navn\n"
5413440a403fSchristos
5414440a403fSchristos#: readelf.c:8769
5415440a403fSchristos#, fuzzy, c-format
5416440a403fSchristosmsgid ""
5417440a403fSchristos"\n"
5418440a403fSchristos"Symbol table of `.gnu.hash' for image:\n"
5419440a403fSchristosmsgstr ""
5420440a403fSchristos"\n"
5421440a403fSchristos"Symboltabel for filbilleder:\n"
5422440a403fSchristos
5423440a403fSchristos#: readelf.c:8812
5424440a403fSchristos#, fuzzy, c-format
5425440a403fSchristosmsgid ""
5426440a403fSchristos"\n"
5427440a403fSchristos"Symbol table '%s' has a sh_entsize of zero!\n"
5428440a403fSchristosmsgstr ""
5429440a403fSchristos"\n"
5430440a403fSchristos"Symboltabel \"%s\" indeholder %lu poster:\n"
5431440a403fSchristos
5432440a403fSchristos#: readelf.c:8817
5433440a403fSchristos#, c-format
5434440a403fSchristosmsgid ""
5435440a403fSchristos"\n"
5436440a403fSchristos"Symbol table '%s' contains %lu entries:\n"
5437440a403fSchristosmsgstr ""
5438440a403fSchristos"\n"
5439440a403fSchristos"Symboltabel \"%s\" indeholder %lu poster:\n"
5440440a403fSchristos
5441440a403fSchristos#: readelf.c:8822
5442440a403fSchristos#, c-format
5443440a403fSchristosmsgid "   Num:    Value  Size Type    Bind   Vis      Ndx Name\n"
5444440a403fSchristosmsgstr "    Nr:    V�rdi  Strl Type    Bind   Synl     Idx Navn\n"
5445440a403fSchristos
5446440a403fSchristos#: readelf.c:8824
5447440a403fSchristos#, c-format
5448440a403fSchristosmsgid "   Num:    Value          Size Type    Bind   Vis      Ndx Name\n"
5449440a403fSchristosmsgstr "   Nr:     V�rdi          Strl Type    Bind   Synl     Idx Navn\n"
5450440a403fSchristos
5451440a403fSchristos#: readelf.c:8881
5452440a403fSchristosmsgid "version data"
5453440a403fSchristosmsgstr "versionsdata"
5454440a403fSchristos
5455440a403fSchristos#: readelf.c:8923
5456440a403fSchristosmsgid "version need aux (3)"
5457440a403fSchristosmsgstr "ydre versionsbehov (3)"
5458440a403fSchristos
5459440a403fSchristos#: readelf.c:8950
5460440a403fSchristos#, fuzzy
5461440a403fSchristosmsgid "bad dynamic symbol\n"
5462440a403fSchristosmsgstr "fejlagtigt dynamisk symbol"
5463440a403fSchristos
5464440a403fSchristos#: readelf.c:9014
5465440a403fSchristos#, c-format
5466440a403fSchristosmsgid ""
5467440a403fSchristos"\n"
5468440a403fSchristos"Dynamic symbol information is not available for displaying symbols.\n"
5469440a403fSchristosmsgstr ""
5470440a403fSchristos"\n"
5471440a403fSchristos"Informationen om dynamiske symboler er ikke tilg�nglig til at vise symboler.\n"
5472440a403fSchristos
5473440a403fSchristos#: readelf.c:9026
5474440a403fSchristos#, fuzzy, c-format
5475440a403fSchristosmsgid ""
5476440a403fSchristos"\n"
5477440a403fSchristos"Histogram for bucket list length (total of %lu buckets):\n"
5478440a403fSchristosmsgstr ""
5479440a403fSchristos"\n"
5480440a403fSchristos"Histogram over spandenes listel�ngde (totalt %d spande):\n"
5481440a403fSchristos
5482440a403fSchristos#: readelf.c:9028 readelf.c:9098
5483440a403fSchristos#, c-format
5484440a403fSchristosmsgid " Length  Number     %% of total  Coverage\n"
5485440a403fSchristosmsgstr " L�ngde  Nummer     %% af alle   D�kning\n"
5486440a403fSchristos
5487440a403fSchristos#: readelf.c:9096
5488440a403fSchristos#, fuzzy, c-format
5489440a403fSchristosmsgid ""
5490440a403fSchristos"\n"
5491440a403fSchristos"Histogram for `.gnu.hash' bucket list length (total of %lu buckets):\n"
5492440a403fSchristosmsgstr ""
5493440a403fSchristos"\n"
5494440a403fSchristos"Histogram over spandenes listel�ngde (totalt %d spande):\n"
5495440a403fSchristos
5496440a403fSchristos#: readelf.c:9162
5497440a403fSchristos#, c-format
5498440a403fSchristosmsgid ""
5499440a403fSchristos"\n"
5500440a403fSchristos"Dynamic info segment at offset 0x%lx contains %d entries:\n"
5501440a403fSchristosmsgstr ""
5502440a403fSchristos"\n"
5503440a403fSchristos"Dynamisk info-segment p� offset 0x%lx indeholder %d poster:\n"
5504440a403fSchristos
5505440a403fSchristos#: readelf.c:9165
5506440a403fSchristos#, c-format
5507440a403fSchristosmsgid " Num: Name                           BoundTo     Flags\n"
5508440a403fSchristosmsgstr " Nr: Navn                            Bind til    Flag\n"
5509440a403fSchristos
5510440a403fSchristos#: readelf.c:9174
5511440a403fSchristos#, c-format
5512440a403fSchristosmsgid "<corrupt: %19ld>"
5513440a403fSchristosmsgstr ""
5514440a403fSchristos
5515440a403fSchristos#: readelf.c:9256
5516440a403fSchristosmsgid "Unhandled MN10300 reloc type found after SYM_DIFF reloc"
5517440a403fSchristosmsgstr ""
5518440a403fSchristos
5519440a403fSchristos#: readelf.c:9416
5520440a403fSchristos#, c-format
5521440a403fSchristosmsgid "Missing knowledge of 32-bit reloc types used in DWARF sections of machine number %d\n"
5522440a403fSchristosmsgstr ""
5523440a403fSchristos
5524440a403fSchristos#: readelf.c:9720
5525440a403fSchristos#, c-format
5526440a403fSchristosmsgid "unable to apply unsupported reloc type %d to section %s\n"
5527440a403fSchristosmsgstr ""
5528440a403fSchristos
5529440a403fSchristos#: readelf.c:9728
5530440a403fSchristos#, c-format
5531440a403fSchristosmsgid "skipping invalid relocation offset 0x%lx in section %s\n"
5532440a403fSchristosmsgstr ""
5533440a403fSchristos
5534440a403fSchristos#: readelf.c:9752
5535440a403fSchristos#, fuzzy, c-format
5536440a403fSchristosmsgid "skipping unexpected symbol type %s in %ld'th relocation in section %s\n"
5537440a403fSchristosmsgstr "Hopper over uventet relokeringstype %s\n"
5538440a403fSchristos
5539440a403fSchristos#: readelf.c:9798
5540440a403fSchristos#, c-format
5541440a403fSchristosmsgid ""
5542440a403fSchristos"\n"
5543440a403fSchristos"Assembly dump of section %s\n"
5544440a403fSchristosmsgstr ""
5545440a403fSchristos"\n"
5546440a403fSchristos"Disassembleringsudskrift af sektion %s\n"
5547440a403fSchristos
5548440a403fSchristos#: readelf.c:9819
5549440a403fSchristos#, c-format
5550440a403fSchristosmsgid ""
5551440a403fSchristos"\n"
5552440a403fSchristos"Section '%s' has no data to dump.\n"
5553440a403fSchristosmsgstr ""
5554440a403fSchristos"\n"
5555440a403fSchristos"Sektion \"%s\" har ingen data at skrive ud.\n"
5556440a403fSchristos
5557440a403fSchristos#: readelf.c:9825
5558440a403fSchristos#, fuzzy
5559440a403fSchristosmsgid "section contents"
5560440a403fSchristosmsgstr "s�t .nlmsektions indhold"
5561440a403fSchristos
5562440a403fSchristos#: readelf.c:9844
5563440a403fSchristos#, fuzzy, c-format
5564440a403fSchristosmsgid ""
5565440a403fSchristos"\n"
5566440a403fSchristos"String dump of section '%s':\n"
5567440a403fSchristosmsgstr ""
5568440a403fSchristos"\n"
5569440a403fSchristos"Hex.udskrift af sektion \"%s\":\n"
5570440a403fSchristos
5571440a403fSchristos#: readelf.c:9862
5572440a403fSchristos#, c-format
5573440a403fSchristosmsgid "  Note: This section has relocations against it, but these have NOT been applied to this dump.\n"
5574440a403fSchristosmsgstr ""
5575440a403fSchristos
5576440a403fSchristos#: readelf.c:9893
5577440a403fSchristos#, fuzzy, c-format
5578440a403fSchristosmsgid "  No strings found in this section."
5579440a403fSchristosmsgstr ""
5580440a403fSchristos"\n"
5581440a403fSchristos"Der fandtes ingen versionsinformation i denne fil.\n"
5582440a403fSchristos
5583440a403fSchristos#: readelf.c:9915
5584440a403fSchristos#, c-format
5585440a403fSchristosmsgid ""
5586440a403fSchristos"\n"
5587440a403fSchristos"Hex dump of section '%s':\n"
5588440a403fSchristosmsgstr ""
5589440a403fSchristos"\n"
5590440a403fSchristos"Hex.udskrift af sektion \"%s\":\n"
5591440a403fSchristos
5592440a403fSchristos#: readelf.c:9939
5593440a403fSchristos#, c-format
5594440a403fSchristosmsgid " NOTE: This section has relocations against it, but these have NOT been applied to this dump.\n"
5595440a403fSchristosmsgstr ""
5596440a403fSchristos
5597440a403fSchristos#: readelf.c:10073
5598440a403fSchristos#, fuzzy, c-format
5599440a403fSchristosmsgid "%s section data"
5600440a403fSchristosmsgstr "sektionsdata"
5601440a403fSchristos
5602440a403fSchristos#: readelf.c:10138
5603440a403fSchristos#, c-format
5604440a403fSchristosmsgid ""
5605440a403fSchristos"\n"
5606440a403fSchristos"Section '%s' has no debugging data.\n"
5607440a403fSchristosmsgstr ""
5608440a403fSchristos"\n"
5609440a403fSchristos"Sektion \"%s\" indeholder ingen fejls�gningsdata.\n"
5610440a403fSchristos
5611440a403fSchristos#. There is no point in dumping the contents of a debugging section
5612440a403fSchristos#. which has the NOBITS type - the bits in the file will be random.
5613440a403fSchristos#. This can happen when a file containing a .eh_frame section is
5614440a403fSchristos#. stripped with the --only-keep-debug command line option.
5615440a403fSchristos#: readelf.c:10147
5616440a403fSchristos#, c-format
5617440a403fSchristosmsgid "section '%s' has the NOBITS type - its contents are unreliable.\n"
5618440a403fSchristosmsgstr ""
5619440a403fSchristos
5620440a403fSchristos#: readelf.c:10183
5621440a403fSchristos#, c-format
5622440a403fSchristosmsgid "Unrecognized debug section: %s\n"
5623440a403fSchristosmsgstr "Ukendt fejls�gningssektion: %s\n"
5624440a403fSchristos
5625440a403fSchristos#: readelf.c:10211
5626440a403fSchristos#, fuzzy, c-format
5627440a403fSchristosmsgid "Section '%s' was not dumped because it does not exist!\n"
5628440a403fSchristosmsgstr "Nogen sektioner blev ikke skrevet ud da de ikke eksisterer!\n"
5629440a403fSchristos
5630440a403fSchristos#: readelf.c:10252
5631440a403fSchristos#, fuzzy, c-format
5632440a403fSchristosmsgid "Section %d was not dumped because it does not exist!\n"
5633440a403fSchristosmsgstr "Nogen sektioner blev ikke skrevet ud da de ikke eksisterer!\n"
5634440a403fSchristos
5635440a403fSchristos#: readelf.c:10430 readelf.c:10444 readelf.c:10463 readelf.c:10781
5636440a403fSchristos#, fuzzy, c-format
5637440a403fSchristosmsgid "None\n"
5638440a403fSchristosmsgstr " Ingen\n"
5639440a403fSchristos
5640440a403fSchristos#: readelf.c:10431
5641440a403fSchristos#, c-format
5642440a403fSchristosmsgid "Application\n"
5643440a403fSchristosmsgstr ""
5644440a403fSchristos
5645440a403fSchristos#: readelf.c:10432
5646440a403fSchristos#, c-format
5647440a403fSchristosmsgid "Realtime\n"
5648440a403fSchristosmsgstr ""
5649440a403fSchristos
5650440a403fSchristos#: readelf.c:10433
5651440a403fSchristos#, fuzzy, c-format
5652440a403fSchristosmsgid "Microcontroller\n"
5653440a403fSchristosmsgstr "dialogkontrol"
5654440a403fSchristos
5655440a403fSchristos#: readelf.c:10434
5656440a403fSchristos#, c-format
5657440a403fSchristosmsgid "Application or Realtime\n"
5658440a403fSchristosmsgstr ""
5659440a403fSchristos
5660440a403fSchristos#: readelf.c:10445 readelf.c:10465 readelf.c:10835 readelf.c:10853
5661440a403fSchristos#: readelf.c:10928 readelf.c:10949
5662440a403fSchristos#, c-format
5663440a403fSchristosmsgid "8-byte\n"
5664440a403fSchristosmsgstr ""
5665440a403fSchristos
5666440a403fSchristos#: readelf.c:10446 readelf.c:10931 readelf.c:10952
5667440a403fSchristos#, c-format
5668440a403fSchristosmsgid "4-byte\n"
5669440a403fSchristosmsgstr ""
5670440a403fSchristos
5671440a403fSchristos#: readelf.c:10450 readelf.c:10469
5672440a403fSchristos#, c-format
5673440a403fSchristosmsgid "8-byte and up to %d-byte extended\n"
5674440a403fSchristosmsgstr ""
5675440a403fSchristos
5676440a403fSchristos#: readelf.c:10464
5677440a403fSchristos#, c-format
5678440a403fSchristosmsgid "8-byte, except leaf SP\n"
5679440a403fSchristosmsgstr ""
5680440a403fSchristos
5681440a403fSchristos#: readelf.c:10480 readelf.c:10570 readelf.c:10967
5682440a403fSchristos#, c-format
5683440a403fSchristosmsgid "flag = %d, vendor = %s\n"
5684440a403fSchristosmsgstr ""
5685440a403fSchristos
5686440a403fSchristos#: readelf.c:10486
5687440a403fSchristos#, c-format
5688440a403fSchristosmsgid "True\n"
5689440a403fSchristosmsgstr ""
5690440a403fSchristos
5691440a403fSchristos#: readelf.c:10615 readelf.c:10719
5692440a403fSchristos#, c-format
5693440a403fSchristosmsgid "Hard or soft float\n"
5694440a403fSchristosmsgstr ""
5695440a403fSchristos
5696440a403fSchristos#: readelf.c:10618
5697440a403fSchristos#, c-format
5698440a403fSchristosmsgid "Hard float\n"
5699440a403fSchristosmsgstr ""
5700440a403fSchristos
5701440a403fSchristos#: readelf.c:10621 readelf.c:10728
5702440a403fSchristos#, c-format
5703440a403fSchristosmsgid "Soft float\n"
5704440a403fSchristosmsgstr ""
5705440a403fSchristos
5706440a403fSchristos#: readelf.c:10624
5707440a403fSchristos#, c-format
5708440a403fSchristosmsgid "Single-precision hard float\n"
5709440a403fSchristosmsgstr ""
5710440a403fSchristos
5711440a403fSchristos#: readelf.c:10641 readelf.c:10667
5712440a403fSchristos#, c-format
5713440a403fSchristosmsgid "Any\n"
5714440a403fSchristosmsgstr ""
5715440a403fSchristos
5716440a403fSchristos#: readelf.c:10644
5717440a403fSchristos#, c-format
5718440a403fSchristosmsgid "Generic\n"
5719440a403fSchristosmsgstr ""
5720440a403fSchristos
5721440a403fSchristos#: readelf.c:10673
5722440a403fSchristos#, c-format
5723440a403fSchristosmsgid "Memory\n"
5724440a403fSchristosmsgstr ""
5725440a403fSchristos
5726440a403fSchristos#: readelf.c:10722
5727440a403fSchristos#, c-format
5728440a403fSchristosmsgid "Hard float (double precision)\n"
5729440a403fSchristosmsgstr ""
5730440a403fSchristos
5731440a403fSchristos#: readelf.c:10725
5732440a403fSchristos#, c-format
5733440a403fSchristosmsgid "Hard float (single precision)\n"
5734440a403fSchristosmsgstr ""
5735440a403fSchristos
5736440a403fSchristos#: readelf.c:10731
5737440a403fSchristos#, c-format
5738440a403fSchristosmsgid "Hard float (MIPS32r2 64-bit FPU)\n"
5739440a403fSchristosmsgstr ""
5740440a403fSchristos
5741440a403fSchristos#: readelf.c:10814
5742440a403fSchristos#, c-format
5743440a403fSchristosmsgid "Not used\n"
5744440a403fSchristosmsgstr ""
5745440a403fSchristos
5746440a403fSchristos#: readelf.c:10817
5747440a403fSchristos#, c-format
5748440a403fSchristosmsgid "2 bytes\n"
5749440a403fSchristosmsgstr ""
5750440a403fSchristos
5751440a403fSchristos#: readelf.c:10820
5752440a403fSchristos#, c-format
5753440a403fSchristosmsgid "4 bytes\n"
5754440a403fSchristosmsgstr ""
5755440a403fSchristos
5756440a403fSchristos#: readelf.c:10838 readelf.c:10856 readelf.c:10934 readelf.c:10955
5757440a403fSchristos#, c-format
5758440a403fSchristosmsgid "16-byte\n"
5759440a403fSchristosmsgstr ""
5760440a403fSchristos
5761440a403fSchristos#: readelf.c:10871
5762440a403fSchristos#, c-format
5763440a403fSchristosmsgid "DSBT addressing not used\n"
5764440a403fSchristosmsgstr ""
5765440a403fSchristos
5766440a403fSchristos#: readelf.c:10874
5767440a403fSchristos#, c-format
5768440a403fSchristosmsgid "DSBT addressing used\n"
5769440a403fSchristosmsgstr ""
5770440a403fSchristos
5771440a403fSchristos#: readelf.c:10889
5772440a403fSchristos#, c-format
5773440a403fSchristosmsgid "Data addressing position-dependent\n"
5774440a403fSchristosmsgstr ""
5775440a403fSchristos
5776440a403fSchristos#: readelf.c:10892
5777440a403fSchristos#, c-format
5778440a403fSchristosmsgid "Data addressing position-independent, GOT near DP\n"
5779440a403fSchristosmsgstr ""
5780440a403fSchristos
5781440a403fSchristos#: readelf.c:10895
5782440a403fSchristos#, c-format
5783440a403fSchristosmsgid "Data addressing position-independent, GOT far from DP\n"
5784440a403fSchristosmsgstr ""
5785440a403fSchristos
5786440a403fSchristos#: readelf.c:10910
5787440a403fSchristos#, c-format
5788440a403fSchristosmsgid "Code addressing position-dependent\n"
5789440a403fSchristosmsgstr ""
5790440a403fSchristos
5791440a403fSchristos#: readelf.c:10913
5792440a403fSchristos#, c-format
5793440a403fSchristosmsgid "Code addressing position-independent\n"
5794440a403fSchristosmsgstr ""
5795440a403fSchristos
5796440a403fSchristos#: readelf.c:11019
5797440a403fSchristosmsgid "attributes"
5798440a403fSchristosmsgstr ""
5799440a403fSchristos
5800440a403fSchristos#: readelf.c:11040
5801440a403fSchristos#, c-format
5802440a403fSchristosmsgid "ERROR: Bad section length (%d > %d)\n"
5803440a403fSchristosmsgstr ""
5804440a403fSchristos
5805440a403fSchristos#: readelf.c:11046
5806440a403fSchristos#, fuzzy, c-format
5807440a403fSchristosmsgid "Attribute Section: %s\n"
5808440a403fSchristosmsgstr "Ukendt fejls�gningssektion: %s\n"
5809440a403fSchristos
5810440a403fSchristos#: readelf.c:11071
5811440a403fSchristos#, c-format
5812440a403fSchristosmsgid "ERROR: Bad subsection length (%d > %d)\n"
5813440a403fSchristosmsgstr ""
5814440a403fSchristos
5815440a403fSchristos#: readelf.c:11083
5816440a403fSchristos#, c-format
5817440a403fSchristosmsgid "File Attributes\n"
5818440a403fSchristosmsgstr ""
5819440a403fSchristos
5820440a403fSchristos#: readelf.c:11086
5821440a403fSchristos#, fuzzy, c-format
5822440a403fSchristosmsgid "Section Attributes:"
5823440a403fSchristosmsgstr "Sektioner:\n"
5824440a403fSchristos
5825440a403fSchristos#: readelf.c:11089
5826440a403fSchristos#, c-format
5827440a403fSchristosmsgid "Symbol Attributes:"
5828440a403fSchristosmsgstr ""
5829440a403fSchristos
5830440a403fSchristos#: readelf.c:11104
5831440a403fSchristos#, fuzzy, c-format
5832440a403fSchristosmsgid "Unknown tag: %d\n"
5833440a403fSchristosmsgstr "<ukendt>: %d"
5834440a403fSchristos
5835440a403fSchristos#. ??? Do something sensible, like dump hex.
5836440a403fSchristos#: readelf.c:11123
5837440a403fSchristos#, fuzzy, c-format
5838440a403fSchristosmsgid "  Unknown section contexts\n"
5839440a403fSchristosmsgstr "ukendt sektion"
5840440a403fSchristos
5841440a403fSchristos#: readelf.c:11130
5842440a403fSchristos#, fuzzy, c-format
5843440a403fSchristosmsgid "Unknown format '%c'\n"
5844440a403fSchristosmsgstr "ukendt formattype \"%s\""
5845440a403fSchristos
5846440a403fSchristos#: readelf.c:11174 readelf.c:11196
5847440a403fSchristos#, fuzzy
5848440a403fSchristosmsgid "<unknown>"
5849440a403fSchristosmsgstr "<ukendt>: %d"
5850440a403fSchristos
5851440a403fSchristos#: readelf.c:11291 readelf.c:11813
5852440a403fSchristosmsgid "liblist"
5853440a403fSchristosmsgstr "biblioteksliste"
5854440a403fSchristos
5855440a403fSchristos#: readelf.c:11294
5856440a403fSchristos#, fuzzy, c-format
5857440a403fSchristosmsgid ""
5858440a403fSchristos"\n"
5859440a403fSchristos"Section '.liblist' contains %lu entries:\n"
5860440a403fSchristosmsgstr ""
5861440a403fSchristos"\n"
5862440a403fSchristos"Sektion \".conflict\" indeholder %ld poster:\n"
5863440a403fSchristos
5864440a403fSchristos#: readelf.c:11296
5865440a403fSchristos#, fuzzy
5866440a403fSchristosmsgid "     Library              Time Stamp          Checksum   Version Flags\n"
5867440a403fSchristosmsgstr " Nr: Navn                            Bind til    Flag\n"
5868440a403fSchristos
5869440a403fSchristos#: readelf.c:11322
5870440a403fSchristos#, c-format
5871440a403fSchristosmsgid "<corrupt: %9ld>"
5872440a403fSchristosmsgstr ""
5873440a403fSchristos
5874440a403fSchristos#: readelf.c:11327
5875440a403fSchristosmsgid " NONE"
5876440a403fSchristosmsgstr ""
5877440a403fSchristos
5878440a403fSchristos#: readelf.c:11378
5879440a403fSchristosmsgid "options"
5880440a403fSchristosmsgstr "flag"
5881440a403fSchristos
5882440a403fSchristos#: readelf.c:11409
5883440a403fSchristos#, c-format
5884440a403fSchristosmsgid ""
5885440a403fSchristos"\n"
5886440a403fSchristos"Section '%s' contains %d entries:\n"
5887440a403fSchristosmsgstr ""
5888440a403fSchristos"\n"
5889440a403fSchristos"Sektion \"%s\" indeholder %d poster:\n"
5890440a403fSchristos
5891440a403fSchristos#  BUGG: Fejl i originalet?
5892440a403fSchristos#: readelf.c:11570
5893440a403fSchristos#, fuzzy
5894440a403fSchristosmsgid "conflict list found without a dynamic symbol table\n"
5895440a403fSchristosmsgstr "konfliktliste uden tabel"
5896440a403fSchristos
5897440a403fSchristos#: readelf.c:11587 readelf.c:11602
5898440a403fSchristosmsgid "conflict"
5899440a403fSchristosmsgstr "konflikt"
5900440a403fSchristos
5901440a403fSchristos#: readelf.c:11612
5902440a403fSchristos#, fuzzy, c-format
5903440a403fSchristosmsgid ""
5904440a403fSchristos"\n"
5905440a403fSchristos"Section '.conflict' contains %lu entries:\n"
5906440a403fSchristosmsgstr ""
5907440a403fSchristos"\n"
5908440a403fSchristos"Sektion \".conflict\" indeholder %ld poster:\n"
5909440a403fSchristos
5910440a403fSchristos#: readelf.c:11614
5911440a403fSchristosmsgid "  Num:    Index       Value  Name"
5912440a403fSchristosmsgstr "  Num:    Indeks      V�rdi  Navn"
5913440a403fSchristos
5914440a403fSchristos#: readelf.c:11626 readelf.c:11706 readelf.c:11774
5915440a403fSchristos#, c-format
5916440a403fSchristosmsgid "<corrupt: %14ld>"
5917440a403fSchristosmsgstr ""
5918440a403fSchristos
5919440a403fSchristos#: readelf.c:11647
5920440a403fSchristosmsgid "GOT"
5921440a403fSchristosmsgstr ""
5922440a403fSchristos
5923440a403fSchristos#: readelf.c:11648
5924440a403fSchristos#, c-format
5925440a403fSchristosmsgid ""
5926440a403fSchristos"\n"
5927440a403fSchristos"Primary GOT:\n"
5928440a403fSchristosmsgstr ""
5929440a403fSchristos
5930440a403fSchristos#: readelf.c:11649
5931440a403fSchristos#, c-format
5932440a403fSchristosmsgid " Canonical gp value: "
5933440a403fSchristosmsgstr ""
5934440a403fSchristos
5935440a403fSchristos#: readelf.c:11653 readelf.c:11745
5936440a403fSchristos#, c-format
5937440a403fSchristosmsgid " Reserved entries:\n"
5938440a403fSchristosmsgstr ""
5939440a403fSchristos
5940440a403fSchristos#: readelf.c:11654
5941440a403fSchristos#, c-format
5942440a403fSchristosmsgid "  %*s %10s %*s Purpose\n"
5943440a403fSchristosmsgstr ""
5944440a403fSchristos
5945440a403fSchristos#: readelf.c:11655 readelf.c:11672 readelf.c:11688 readelf.c:11747
5946440a403fSchristos#: readelf.c:11756
5947440a403fSchristosmsgid "Address"
5948440a403fSchristosmsgstr ""
5949440a403fSchristos
5950440a403fSchristos#: readelf.c:11655 readelf.c:11672 readelf.c:11688
5951440a403fSchristosmsgid "Access"
5952440a403fSchristosmsgstr ""
5953440a403fSchristos
5954440a403fSchristos#: readelf.c:11656 readelf.c:11673 readelf.c:11689 readelf.c:11747
5955440a403fSchristos#: readelf.c:11757
5956440a403fSchristosmsgid "Initial"
5957440a403fSchristosmsgstr ""
5958440a403fSchristos
5959440a403fSchristos#: readelf.c:11658
5960440a403fSchristos#, c-format
5961440a403fSchristosmsgid " Lazy resolver\n"
5962440a403fSchristosmsgstr ""
5963440a403fSchristos
5964440a403fSchristos#: readelf.c:11664
5965440a403fSchristos#, c-format
5966440a403fSchristosmsgid " Module pointer (GNU extension)\n"
5967440a403fSchristosmsgstr ""
5968440a403fSchristos
5969440a403fSchristos#: readelf.c:11670
5970440a403fSchristos#, c-format
5971440a403fSchristosmsgid " Local entries:\n"
5972440a403fSchristosmsgstr ""
5973440a403fSchristos
5974440a403fSchristos#: readelf.c:11671
5975440a403fSchristos#, fuzzy, c-format
5976440a403fSchristosmsgid "  %*s %10s %*s\n"
5977440a403fSchristosmsgstr "    %-18s %s\n"
5978440a403fSchristos
5979440a403fSchristos#: readelf.c:11686
5980440a403fSchristos#, c-format
5981440a403fSchristosmsgid " Global entries:\n"
5982440a403fSchristosmsgstr ""
5983440a403fSchristos
5984440a403fSchristos#: readelf.c:11687
5985440a403fSchristos#, c-format
5986440a403fSchristosmsgid "  %*s %10s %*s %*s %-7s %3s %s\n"
5987440a403fSchristosmsgstr ""
5988440a403fSchristos
5989440a403fSchristos#: readelf.c:11690 readelf.c:11758
5990440a403fSchristosmsgid "Sym.Val."
5991440a403fSchristosmsgstr ""
5992440a403fSchristos
5993440a403fSchristos#: readelf.c:11690 readelf.c:11758
5994440a403fSchristosmsgid "Type"
5995440a403fSchristosmsgstr ""
5996440a403fSchristos
5997440a403fSchristos#: readelf.c:11690 readelf.c:11758
5998440a403fSchristosmsgid "Ndx"
5999440a403fSchristosmsgstr ""
6000440a403fSchristos
6001440a403fSchristos#: readelf.c:11690 readelf.c:11758
6002440a403fSchristos#, fuzzy
6003440a403fSchristosmsgid "Name"
6004440a403fSchristosmsgstr "Navn: %s\n"
6005440a403fSchristos
6006440a403fSchristos#: readelf.c:11743
6007440a403fSchristosmsgid "PLT GOT"
6008440a403fSchristosmsgstr ""
6009440a403fSchristos
6010440a403fSchristos#: readelf.c:11744
6011440a403fSchristos#, c-format
6012440a403fSchristosmsgid ""
6013440a403fSchristos"\n"
6014440a403fSchristos"PLT GOT:\n"
6015440a403fSchristos"\n"
6016440a403fSchristosmsgstr ""
6017440a403fSchristos
6018440a403fSchristos#: readelf.c:11746
6019440a403fSchristos#, c-format
6020440a403fSchristosmsgid "  %*s %*s Purpose\n"
6021440a403fSchristosmsgstr ""
6022440a403fSchristos
6023440a403fSchristos#: readelf.c:11749
6024440a403fSchristos#, c-format
6025440a403fSchristosmsgid " PLT lazy resolver\n"
6026440a403fSchristosmsgstr ""
6027440a403fSchristos
6028440a403fSchristos#: readelf.c:11751
6029440a403fSchristos#, c-format
6030440a403fSchristosmsgid " Module pointer\n"
6031440a403fSchristosmsgstr ""
6032440a403fSchristos
6033440a403fSchristos#: readelf.c:11754
6034440a403fSchristos#, c-format
6035440a403fSchristosmsgid " Entries:\n"
6036440a403fSchristosmsgstr ""
6037440a403fSchristos
6038440a403fSchristos#: readelf.c:11755
6039440a403fSchristos#, c-format
6040440a403fSchristosmsgid "  %*s %*s %*s %-7s %3s %s\n"
6041440a403fSchristosmsgstr ""
6042440a403fSchristos
6043440a403fSchristos#: readelf.c:11821
6044440a403fSchristos#, fuzzy
6045440a403fSchristosmsgid "liblist string table"
6046440a403fSchristosmsgstr "strengtabel"
6047440a403fSchristos
6048440a403fSchristos#: readelf.c:11831
6049440a403fSchristos#, fuzzy, c-format
6050440a403fSchristosmsgid ""
6051440a403fSchristos"\n"
6052440a403fSchristos"Library list section '%s' contains %lu entries:\n"
6053440a403fSchristosmsgstr ""
6054440a403fSchristos"\n"
6055440a403fSchristos"Versionbehovssektion \"%s\" indeholder %ld poster:\n"
6056440a403fSchristos
6057440a403fSchristos#: readelf.c:11835
6058440a403fSchristos#, fuzzy
6059440a403fSchristosmsgid "     Library              Time Stamp          Checksum   Version Flags"
6060440a403fSchristosmsgstr " Nr: Navn                            Bind til    Flag\n"
6061440a403fSchristos
6062440a403fSchristos#: readelf.c:11884
6063440a403fSchristosmsgid "NT_AUXV (auxiliary vector)"
6064440a403fSchristosmsgstr ""
6065440a403fSchristos
6066440a403fSchristos#: readelf.c:11886
6067440a403fSchristosmsgid "NT_PRSTATUS (prstatus structure)"
6068440a403fSchristosmsgstr "NT_PRSTATUS (prstatus-struktur)"
6069440a403fSchristos
6070440a403fSchristos#: readelf.c:11888
6071440a403fSchristosmsgid "NT_FPREGSET (floating point registers)"
6072440a403fSchristosmsgstr "NT_FPREGSET (flydendetalsregister)"
6073440a403fSchristos
6074440a403fSchristos#: readelf.c:11890
6075440a403fSchristosmsgid "NT_PRPSINFO (prpsinfo structure)"
6076440a403fSchristosmsgstr "NT_PRPSINFO (prpsinfo-struktur)"
6077440a403fSchristos
6078440a403fSchristos#: readelf.c:11892
6079440a403fSchristosmsgid "NT_TASKSTRUCT (task structure)"
6080440a403fSchristosmsgstr "NT_TASKSTRUCT (task-struktur)"
6081440a403fSchristos
6082440a403fSchristos#: readelf.c:11894
6083440a403fSchristosmsgid "NT_PRXFPREG (user_xfpregs structure)"
6084440a403fSchristosmsgstr "NT_PRXFPREG (user_xfpregs-struktur)"
6085440a403fSchristos
6086440a403fSchristos#: readelf.c:11896
6087440a403fSchristosmsgid "NT_PPC_VMX (ppc Altivec registers)"
6088440a403fSchristosmsgstr ""
6089440a403fSchristos
6090440a403fSchristos#: readelf.c:11898
6091440a403fSchristosmsgid "NT_PPC_VSX (ppc VSX registers)"
6092440a403fSchristosmsgstr ""
6093440a403fSchristos
6094440a403fSchristos#: readelf.c:11900
6095440a403fSchristosmsgid "NT_X86_XSTATE (x86 XSAVE extended state)"
6096440a403fSchristosmsgstr ""
6097440a403fSchristos
6098440a403fSchristos#: readelf.c:11902
6099440a403fSchristosmsgid "NT_S390_HIGH_GPRS (s390 upper register halves)"
6100440a403fSchristosmsgstr ""
6101440a403fSchristos
6102440a403fSchristos#: readelf.c:11904
6103440a403fSchristosmsgid "NT_S390_TIMER (s390 timer register)"
6104440a403fSchristosmsgstr ""
6105440a403fSchristos
6106440a403fSchristos#: readelf.c:11906
6107440a403fSchristosmsgid "NT_S390_TODCMP (s390 TOD comparator register)"
6108440a403fSchristosmsgstr ""
6109440a403fSchristos
6110440a403fSchristos#: readelf.c:11908
6111440a403fSchristosmsgid "NT_S390_TODPREG (s390 TOD programmable register)"
6112440a403fSchristosmsgstr ""
6113440a403fSchristos
6114440a403fSchristos#: readelf.c:11910
6115440a403fSchristos#, fuzzy
6116440a403fSchristosmsgid "NT_S390_CTRS (s390 control registers)"
6117440a403fSchristosmsgstr "NT_FPREGS (flydendetalsregister)"
6118440a403fSchristos
6119440a403fSchristos#: readelf.c:11912
6120440a403fSchristosmsgid "NT_S390_PREFIX (s390 prefix register)"
6121440a403fSchristosmsgstr ""
6122440a403fSchristos
6123440a403fSchristos#: readelf.c:11914
6124440a403fSchristosmsgid "NT_PSTATUS (pstatus structure)"
6125440a403fSchristosmsgstr "NT_PSTATUS (pstatus-struktur)"
6126440a403fSchristos
6127440a403fSchristos#: readelf.c:11916
6128440a403fSchristosmsgid "NT_FPREGS (floating point registers)"
6129440a403fSchristosmsgstr "NT_FPREGS (flydendetalsregister)"
6130440a403fSchristos
6131440a403fSchristos#: readelf.c:11918
6132440a403fSchristosmsgid "NT_PSINFO (psinfo structure)"
6133440a403fSchristosmsgstr "NT_PSINFO (psinfo-struktur)"
6134440a403fSchristos
6135440a403fSchristos#: readelf.c:11920
6136440a403fSchristosmsgid "NT_LWPSTATUS (lwpstatus_t structure)"
6137440a403fSchristosmsgstr "NT_LWPSTATUS (lwpstatus_t-struktur)"
6138440a403fSchristos
6139440a403fSchristos#: readelf.c:11922
6140440a403fSchristosmsgid "NT_LWPSINFO (lwpsinfo_t structure)"
6141440a403fSchristosmsgstr "NT_LWPSINFO (lwpsinfo_t-struktur)"
6142440a403fSchristos
6143440a403fSchristos#  BUG: Stavfejl i originalet (str>uc<ture)
6144440a403fSchristos#: readelf.c:11924
6145440a403fSchristos#, fuzzy
6146440a403fSchristosmsgid "NT_WIN32PSTATUS (win32_pstatus structure)"
6147440a403fSchristosmsgstr "NT_WIN32PSTATUS (win32_pstatus-struktur)"
6148440a403fSchristos
6149440a403fSchristos#: readelf.c:11932
6150440a403fSchristosmsgid "NT_VERSION (version)"
6151440a403fSchristosmsgstr ""
6152440a403fSchristos
6153440a403fSchristos#: readelf.c:11934
6154440a403fSchristos#, fuzzy
6155440a403fSchristosmsgid "NT_ARCH (architecture)"
6156440a403fSchristosmsgstr "NT_TASKSTRUCT (task-struktur)"
6157440a403fSchristos
6158440a403fSchristos#: readelf.c:11939 readelf.c:11962 readelf.c:11984
6159440a403fSchristos#, c-format
6160440a403fSchristosmsgid "Unknown note type: (0x%08x)"
6161440a403fSchristosmsgstr "Ukendt kommentartype: (0x%08x)"
6162440a403fSchristos
6163440a403fSchristos#: readelf.c:11951
6164440a403fSchristosmsgid "NT_GNU_ABI_TAG (ABI version tag)"
6165440a403fSchristosmsgstr ""
6166440a403fSchristos
6167440a403fSchristos#: readelf.c:11953
6168440a403fSchristosmsgid "NT_GNU_HWCAP (DSO-supplied software HWCAP info)"
6169440a403fSchristosmsgstr ""
6170440a403fSchristos
6171440a403fSchristos#: readelf.c:11955
6172440a403fSchristosmsgid "NT_GNU_BUILD_ID (unique build ID bitstring)"
6173440a403fSchristosmsgstr ""
6174440a403fSchristos
6175440a403fSchristos#: readelf.c:11957
6176440a403fSchristosmsgid "NT_GNU_GOLD_VERSION (gold version)"
6177440a403fSchristosmsgstr ""
6178440a403fSchristos
6179440a403fSchristos#. NetBSD core "procinfo" structure.
6180440a403fSchristos#: readelf.c:11974
6181440a403fSchristosmsgid "NetBSD procinfo structure"
6182440a403fSchristosmsgstr "NetBSD procesinfo-struktur"
6183440a403fSchristos
6184440a403fSchristos#  FIXME
6185440a403fSchristos#: readelf.c:12001 readelf.c:12015
6186440a403fSchristosmsgid "PT_GETREGS (reg structure)"
6187440a403fSchristosmsgstr "PT_GETREGS (reg-struktur)"
6188440a403fSchristos
6189440a403fSchristos#  FIXME
6190440a403fSchristos#: readelf.c:12003 readelf.c:12017
6191440a403fSchristosmsgid "PT_GETFPREGS (fpreg structure)"
6192440a403fSchristosmsgstr "PT_GETFPREGS (fpreg-struktur)"
6193440a403fSchristos
6194440a403fSchristos#  FIXME
6195440a403fSchristos#: readelf.c:12023
6196440a403fSchristos#, c-format
6197440a403fSchristosmsgid "PT_FIRSTMACH+%d"
6198440a403fSchristosmsgstr "PT_FIRSTMACH+%d"
6199440a403fSchristos
6200440a403fSchristos#: readelf.c:12080
6201440a403fSchristosmsgid "notes"
6202440a403fSchristosmsgstr "kommentarer"
6203440a403fSchristos
6204440a403fSchristos#: readelf.c:12086
6205440a403fSchristos#, c-format
6206440a403fSchristosmsgid ""
6207440a403fSchristos"\n"
6208440a403fSchristos"Notes at offset 0x%08lx with length 0x%08lx:\n"
6209440a403fSchristosmsgstr ""
6210440a403fSchristos"\n"
6211440a403fSchristos"Kommentarer p� offset 0x%08lx af l�ngde 0x%08lx:\n"
6212440a403fSchristos
6213440a403fSchristos#: readelf.c:12088
6214440a403fSchristos#, c-format
6215440a403fSchristosmsgid "  Owner\t\tData size\tDescription\n"
6216440a403fSchristosmsgstr "  Ejer\t\tData-st�rrelse\tBeskrivelse\n"
6217440a403fSchristos
6218440a403fSchristos#: readelf.c:12108 readelf.c:12121
6219440a403fSchristos#, c-format
6220440a403fSchristosmsgid "corrupt note found at offset %lx into core notes\n"
6221440a403fSchristosmsgstr ""
6222440a403fSchristos
6223440a403fSchristos#: readelf.c:12110 readelf.c:12123
6224440a403fSchristos#, c-format
6225440a403fSchristosmsgid " type: %lx, namesize: %08lx, descsize: %08lx\n"
6226440a403fSchristosmsgstr ""
6227440a403fSchristos
6228440a403fSchristos#: readelf.c:12219
6229440a403fSchristos#, c-format
6230440a403fSchristosmsgid "No note segments present in the core file.\n"
6231440a403fSchristosmsgstr "Der findes ingen kommentarer i hukommelsesfilen.\n"
6232440a403fSchristos
6233440a403fSchristos#: readelf.c:12306
6234440a403fSchristosmsgid ""
6235440a403fSchristos"This instance of readelf has been built without support for a\n"
6236440a403fSchristos"64 bit data type and so it cannot read 64 bit ELF files.\n"
6237440a403fSchristosmsgstr ""
6238440a403fSchristos"Denne bin�re af readelf er bygget uden underst�ttelse for en 64-bit\n"
6239440a403fSchristos"datatype og kan derfor ikke l�se 64-bit ELF-filer.\n"
6240440a403fSchristos
6241440a403fSchristos#: readelf.c:12353
6242440a403fSchristos#, c-format
6243440a403fSchristosmsgid "%s: Failed to read file header\n"
6244440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
6245440a403fSchristos
6246440a403fSchristos#: readelf.c:12366
6247440a403fSchristos#, c-format
6248440a403fSchristosmsgid ""
6249440a403fSchristos"\n"
6250440a403fSchristos"File: %s\n"
6251440a403fSchristosmsgstr ""
6252440a403fSchristos"\n"
6253440a403fSchristos"Fil: %s\n"
6254440a403fSchristos
6255440a403fSchristos#: readelf.c:12615
6256440a403fSchristos#, c-format
6257440a403fSchristosmsgid "%s: the archive index is empty\n"
6258440a403fSchristosmsgstr ""
6259440a403fSchristos
6260440a403fSchristos#: readelf.c:12623 readelf.c:12647
6261440a403fSchristos#, fuzzy, c-format
6262440a403fSchristosmsgid "%s: failed to read archive index\n"
6263440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
6264440a403fSchristos
6265440a403fSchristos#: readelf.c:12632
6266440a403fSchristos#, c-format
6267440a403fSchristosmsgid "%s: the archive index is supposed to have %ld entries, but the size in the header is too small\n"
6268440a403fSchristosmsgstr ""
6269440a403fSchristos
6270440a403fSchristos#: readelf.c:12640
6271440a403fSchristosmsgid "Out of memory whilst trying to read archive symbol index\n"
6272440a403fSchristosmsgstr ""
6273440a403fSchristos
6274440a403fSchristos#: readelf.c:12658
6275440a403fSchristosmsgid "Out of memory whilst trying to convert the archive symbol index\n"
6276440a403fSchristosmsgstr ""
6277440a403fSchristos
6278440a403fSchristos#: readelf.c:12670
6279440a403fSchristos#, c-format
6280440a403fSchristosmsgid "%s: the archive has an index but no symbols\n"
6281440a403fSchristosmsgstr ""
6282440a403fSchristos
6283440a403fSchristos#: readelf.c:12677
6284440a403fSchristosmsgid "Out of memory whilst trying to read archive index symbol table\n"
6285440a403fSchristosmsgstr ""
6286440a403fSchristos
6287440a403fSchristos#: readelf.c:12683
6288440a403fSchristos#, fuzzy, c-format
6289440a403fSchristosmsgid "%s: failed to read archive index symbol table\n"
6290440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
6291440a403fSchristos
6292440a403fSchristos#: readelf.c:12707
6293440a403fSchristos#, fuzzy, c-format
6294440a403fSchristosmsgid "%s has no archive index\n"
6295440a403fSchristosmsgstr "%s er ikke et arkiv"
6296440a403fSchristos
6297440a403fSchristos#: readelf.c:12943
6298440a403fSchristos#, c-format
6299440a403fSchristosmsgid "%s: unable to dump the index as none was found\n"
6300440a403fSchristosmsgstr ""
6301440a403fSchristos
6302440a403fSchristos#: readelf.c:12949
6303440a403fSchristos#, c-format
6304440a403fSchristosmsgid "Index of archive %s: (%ld entries, 0x%lx bytes in the symbol table)\n"
6305440a403fSchristosmsgstr ""
6306440a403fSchristos
6307440a403fSchristos#: readelf.c:12967
6308440a403fSchristos#, fuzzy, c-format
6309440a403fSchristosmsgid "Binary %s contains:\n"
6310440a403fSchristosmsgstr "Sektion %s indeholder:\n"
6311440a403fSchristos
6312440a403fSchristos#: readelf.c:12975
6313440a403fSchristos#, c-format
6314440a403fSchristosmsgid "%s: end of the symbol table reached before the end of the index\n"
6315440a403fSchristosmsgstr ""
6316440a403fSchristos
6317440a403fSchristos#: readelf.c:12986
6318440a403fSchristos#, c-format
6319440a403fSchristosmsgid "%s: symbols remain in the index symbol table, but without corresponding entries in the index table\n"
6320440a403fSchristosmsgstr ""
6321440a403fSchristos
6322440a403fSchristos#: readelf.c:12991
6323440a403fSchristos#, fuzzy, c-format
6324440a403fSchristosmsgid "%s: failed to seek back to start of object files in the archive\n"
6325440a403fSchristosmsgstr "  m[ab]        - flyt filer i arkivet\n"
6326440a403fSchristos
6327440a403fSchristos#: readelf.c:13074 readelf.c:13150
6328440a403fSchristos#, fuzzy, c-format
6329440a403fSchristosmsgid "Input file '%s' is not readable.\n"
6330440a403fSchristosmsgstr "Inddatafil %s findes ikke.\n"
6331440a403fSchristos
6332440a403fSchristos#: readelf.c:13096
6333440a403fSchristos#, fuzzy, c-format
6334440a403fSchristosmsgid "%s: failed to seek to archive member.\n"
6335440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
6336440a403fSchristos
6337440a403fSchristos#: readelf.c:13168
6338440a403fSchristos#, c-format
6339440a403fSchristosmsgid "File %s is not an archive so its index cannot be displayed.\n"
6340440a403fSchristosmsgstr ""
6341440a403fSchristos
6342440a403fSchristos#: rename.c:124
6343440a403fSchristos#, c-format
6344440a403fSchristosmsgid "%s: cannot set time: %s"
6345440a403fSchristosmsgstr "%s: kan ikke s�tte tiden: %s"
6346440a403fSchristos
6347440a403fSchristos#. We have to clean up here.
6348440a403fSchristos#: rename.c:159 rename.c:197
6349440a403fSchristos#, fuzzy, c-format
6350440a403fSchristosmsgid "unable to rename '%s'; reason: %s"
6351440a403fSchristosmsgstr "Kan ikke indl�se %d byte af %s\n"
6352440a403fSchristos
6353440a403fSchristos#: rename.c:205
6354440a403fSchristos#, fuzzy, c-format
6355440a403fSchristosmsgid "unable to copy file '%s'; reason: %s"
6356440a403fSchristosmsgstr "Kan ikke �bne basefilen: %s"
6357440a403fSchristos
6358440a403fSchristos#: resbin.c:120
6359440a403fSchristos#, c-format
6360440a403fSchristosmsgid "%s: not enough binary data"
6361440a403fSchristosmsgstr "%s: ikke nok r�data"
6362440a403fSchristos
6363440a403fSchristos#: resbin.c:136
6364440a403fSchristosmsgid "null terminated unicode string"
6365440a403fSchristosmsgstr "nultermineret UCS-streng"
6366440a403fSchristos
6367440a403fSchristos#: resbin.c:163 resbin.c:169
6368440a403fSchristosmsgid "resource ID"
6369440a403fSchristosmsgstr "resurse-ID"
6370440a403fSchristos
6371440a403fSchristos#: resbin.c:208
6372440a403fSchristosmsgid "cursor"
6373440a403fSchristosmsgstr "mark�r"
6374440a403fSchristos
6375440a403fSchristos#: resbin.c:239 resbin.c:246
6376440a403fSchristosmsgid "menu header"
6377440a403fSchristosmsgstr "menuhoved"
6378440a403fSchristos
6379440a403fSchristos#: resbin.c:255
6380440a403fSchristosmsgid "menuex header"
6381440a403fSchristosmsgstr "menu-ext.-hoved"
6382440a403fSchristos
6383440a403fSchristos#: resbin.c:259
6384440a403fSchristosmsgid "menuex offset"
6385440a403fSchristosmsgstr "menu-ext.-offset"
6386440a403fSchristos
6387440a403fSchristos#: resbin.c:264
6388440a403fSchristos#, c-format
6389440a403fSchristosmsgid "unsupported menu version %d"
6390440a403fSchristosmsgstr "u-underst�ttet menuversion %d"
6391440a403fSchristos
6392440a403fSchristos#: resbin.c:289 resbin.c:304 resbin.c:366
6393440a403fSchristosmsgid "menuitem header"
6394440a403fSchristosmsgstr "menuobjektshoved"
6395440a403fSchristos
6396440a403fSchristos#: resbin.c:396
6397440a403fSchristosmsgid "menuitem"
6398440a403fSchristosmsgstr "menuobjekt"
6399440a403fSchristos
6400440a403fSchristos#: resbin.c:433 resbin.c:461
6401440a403fSchristosmsgid "dialog header"
6402440a403fSchristosmsgstr "dialoghoved"
6403440a403fSchristos
6404440a403fSchristos#: resbin.c:451
6405440a403fSchristos#, fuzzy, c-format
6406440a403fSchristosmsgid "unexpected DIALOGEX version %d"
6407440a403fSchristosmsgstr "uventet versionstype %d"
6408440a403fSchristos
6409440a403fSchristos#: resbin.c:496
6410440a403fSchristosmsgid "dialog font point size"
6411440a403fSchristosmsgstr "dialogskrifttypesst�rrelse"
6412440a403fSchristos
6413440a403fSchristos#: resbin.c:504
6414440a403fSchristosmsgid "dialogex font information"
6415440a403fSchristosmsgstr "dialog-ext.-skrifttypesinformation"
6416440a403fSchristos
6417440a403fSchristos#: resbin.c:530 resbin.c:548
6418440a403fSchristosmsgid "dialog control"
6419440a403fSchristosmsgstr "dialogkontrol"
6420440a403fSchristos
6421440a403fSchristos#: resbin.c:540
6422440a403fSchristosmsgid "dialogex control"
6423440a403fSchristosmsgstr "dialog-ext.kontrol"
6424440a403fSchristos
6425440a403fSchristos#: resbin.c:569
6426440a403fSchristosmsgid "dialog control end"
6427440a403fSchristosmsgstr "dialogkontrolsslut"
6428440a403fSchristos
6429440a403fSchristos#: resbin.c:581
6430440a403fSchristosmsgid "dialog control data"
6431440a403fSchristosmsgstr "dialogkontrolsdata"
6432440a403fSchristos
6433440a403fSchristos#: resbin.c:621
6434440a403fSchristosmsgid "stringtable string length"
6435440a403fSchristosmsgstr "strengtabelsstrengl�ngde"
6436440a403fSchristos
6437440a403fSchristos#: resbin.c:631
6438440a403fSchristosmsgid "stringtable string"
6439440a403fSchristosmsgstr "strengtabelsstreng"
6440440a403fSchristos
6441440a403fSchristos#: resbin.c:661
6442440a403fSchristosmsgid "fontdir header"
6443440a403fSchristosmsgstr "skrifttypeskatalogshoved"
6444440a403fSchristos
6445440a403fSchristos#: resbin.c:675
6446440a403fSchristosmsgid "fontdir"
6447440a403fSchristosmsgstr "skrifttypeskatalog"
6448440a403fSchristos
6449440a403fSchristos#: resbin.c:692
6450440a403fSchristosmsgid "fontdir device name"
6451440a403fSchristosmsgstr "skrifttypeskatalogsenhedsnavn"
6452440a403fSchristos
6453440a403fSchristos#: resbin.c:698
6454440a403fSchristosmsgid "fontdir face name"
6455440a403fSchristosmsgstr "skrifttypekatalogsskrifttypenavn"
6456440a403fSchristos
6457440a403fSchristos#: resbin.c:738
6458440a403fSchristosmsgid "accelerator"
6459440a403fSchristosmsgstr "accelerator"
6460440a403fSchristos
6461440a403fSchristos#: resbin.c:797
6462440a403fSchristosmsgid "group cursor header"
6463440a403fSchristosmsgstr "gruppemark�rhoved"
6464440a403fSchristos
6465440a403fSchristos#: resbin.c:801 resrc.c:1355
6466440a403fSchristos#, c-format
6467440a403fSchristosmsgid "unexpected group cursor type %d"
6468440a403fSchristosmsgstr "uventet gruppemark�rtype %d"
6469440a403fSchristos
6470440a403fSchristos#: resbin.c:816
6471440a403fSchristosmsgid "group cursor"
6472440a403fSchristosmsgstr "gruppemark�r"
6473440a403fSchristos
6474440a403fSchristos#: resbin.c:852
6475440a403fSchristosmsgid "group icon header"
6476440a403fSchristosmsgstr "gruppeikonhoved"
6477440a403fSchristos
6478440a403fSchristos#: resbin.c:856 resrc.c:1302
6479440a403fSchristos#, c-format
6480440a403fSchristosmsgid "unexpected group icon type %d"
6481440a403fSchristosmsgstr "uventet gruppeikontype %d"
6482440a403fSchristos
6483440a403fSchristos#: resbin.c:871
6484440a403fSchristosmsgid "group icon"
6485440a403fSchristosmsgstr "gruppeikon"
6486440a403fSchristos
6487440a403fSchristos#: resbin.c:935 resbin.c:1151
6488440a403fSchristosmsgid "unexpected version string"
6489440a403fSchristosmsgstr "uventet versionsstreng"
6490440a403fSchristos
6491440a403fSchristos#: resbin.c:966
6492440a403fSchristos#, c-format
6493440a403fSchristosmsgid "version length %d does not match resource length %lu"
6494440a403fSchristosmsgstr "versionsl�ngde %d passer ikke med resursel�ngde %lu"
6495440a403fSchristos
6496440a403fSchristos#: resbin.c:970
6497440a403fSchristos#, c-format
6498440a403fSchristosmsgid "unexpected version type %d"
6499440a403fSchristosmsgstr "uventet versionstype %d"
6500440a403fSchristos
6501440a403fSchristos#: resbin.c:982
6502440a403fSchristos#, fuzzy, c-format
6503440a403fSchristosmsgid "unexpected fixed version information length %ld"
6504440a403fSchristosmsgstr "uventet l�ngde %d p� fast versionsinformation"
6505440a403fSchristos
6506440a403fSchristos#: resbin.c:985
6507440a403fSchristosmsgid "fixed version info"
6508440a403fSchristosmsgstr "fast versionsinfo"
6509440a403fSchristos
6510440a403fSchristos#: resbin.c:989
6511440a403fSchristos#, c-format
6512440a403fSchristosmsgid "unexpected fixed version signature %lu"
6513440a403fSchristosmsgstr "uventet fast versions-signatur %lu"
6514440a403fSchristos
6515440a403fSchristos#: resbin.c:993
6516440a403fSchristos#, c-format
6517440a403fSchristosmsgid "unexpected fixed version info version %lu"
6518440a403fSchristosmsgstr "uventet version %lu af fast versionsinformation"
6519440a403fSchristos
6520440a403fSchristos#: resbin.c:1022
6521440a403fSchristosmsgid "version var info"
6522440a403fSchristosmsgstr "variabel versionsinfo"
6523440a403fSchristos
6524440a403fSchristos#: resbin.c:1039
6525440a403fSchristos#, fuzzy, c-format
6526440a403fSchristosmsgid "unexpected stringfileinfo value length %ld"
6527440a403fSchristosmsgstr "uventet l�ngde %d p� v�rdi for strengfilsinfo"
6528440a403fSchristos
6529440a403fSchristos#: resbin.c:1049
6530440a403fSchristos#, fuzzy, c-format
6531440a403fSchristosmsgid "unexpected version stringtable value length %ld"
6532440a403fSchristosmsgstr "uventet l�ngde %d p� v�rdi for versionsstrengtabel"
6533440a403fSchristos
6534440a403fSchristos#: resbin.c:1083
6535440a403fSchristos#, fuzzy, c-format
6536440a403fSchristosmsgid "unexpected version string length %ld != %ld + %ld"
6537440a403fSchristosmsgstr "uventet l�ngde %d != %d + %d p� versionsstreng"
6538440a403fSchristos
6539440a403fSchristos#: resbin.c:1094
6540440a403fSchristos#, fuzzy, c-format
6541440a403fSchristosmsgid "unexpected version string length %ld < %ld"
6542440a403fSchristosmsgstr "uventet l�ngde %d < %d p� versionsstreng"
6543440a403fSchristos
6544440a403fSchristos#: resbin.c:1111
6545440a403fSchristos#, fuzzy, c-format
6546440a403fSchristosmsgid "unexpected varfileinfo value length %ld"
6547440a403fSchristosmsgstr "uventet l�ngde %d p� v�rdi for var.filinfo"
6548440a403fSchristos
6549440a403fSchristos#: resbin.c:1130
6550440a403fSchristosmsgid "version varfileinfo"
6551440a403fSchristosmsgstr "versionsvar.filinfo"
6552440a403fSchristos
6553440a403fSchristos#: resbin.c:1145
6554440a403fSchristos#, fuzzy, c-format
6555440a403fSchristosmsgid "unexpected version value length %ld"
6556440a403fSchristosmsgstr "uventet l�ngde %d p� v�rdi for version"
6557440a403fSchristos
6558440a403fSchristos#: rescoff.c:124
6559440a403fSchristosmsgid "filename required for COFF input"
6560440a403fSchristosmsgstr "filnavn kr�ves for COFF-inddata"
6561440a403fSchristos
6562440a403fSchristos#: rescoff.c:141
6563440a403fSchristos#, c-format
6564440a403fSchristosmsgid "%s: no resource section"
6565440a403fSchristosmsgstr "%s: ingen resursesektion"
6566440a403fSchristos
6567440a403fSchristos#: rescoff.c:173
6568440a403fSchristos#, c-format
6569440a403fSchristosmsgid "%s: %s: address out of bounds"
6570440a403fSchristosmsgstr "%s: %s: adresse uden for omr�de"
6571440a403fSchristos
6572440a403fSchristos#: rescoff.c:190
6573440a403fSchristosmsgid "directory"
6574440a403fSchristosmsgstr "katalog"
6575440a403fSchristos
6576440a403fSchristos#: rescoff.c:218
6577440a403fSchristosmsgid "named directory entry"
6578440a403fSchristosmsgstr "navngivet katalogpost"
6579440a403fSchristos
6580440a403fSchristos#: rescoff.c:227
6581440a403fSchristosmsgid "directory entry name"
6582440a403fSchristosmsgstr "katalogpostnavn"
6583440a403fSchristos
6584440a403fSchristos#: rescoff.c:247
6585440a403fSchristosmsgid "named subdirectory"
6586440a403fSchristosmsgstr "navngivet underkatalog"
6587440a403fSchristos
6588440a403fSchristos#: rescoff.c:255
6589440a403fSchristosmsgid "named resource"
6590440a403fSchristosmsgstr "navngiven resurse"
6591440a403fSchristos
6592440a403fSchristos#: rescoff.c:270
6593440a403fSchristosmsgid "ID directory entry"
6594440a403fSchristosmsgstr "ID-katalogpost"
6595440a403fSchristos
6596440a403fSchristos#: rescoff.c:287
6597440a403fSchristosmsgid "ID subdirectory"
6598440a403fSchristosmsgstr "ID-underkatalog"
6599440a403fSchristos
6600440a403fSchristos#: rescoff.c:295
6601440a403fSchristosmsgid "ID resource"
6602440a403fSchristosmsgstr "ID-resurse"
6603440a403fSchristos
6604440a403fSchristos#: rescoff.c:320
6605440a403fSchristosmsgid "resource type unknown"
6606440a403fSchristosmsgstr "ukendt resursetype"
6607440a403fSchristos
6608440a403fSchristos#: rescoff.c:323
6609440a403fSchristosmsgid "data entry"
6610440a403fSchristosmsgstr "datapost"
6611440a403fSchristos
6612440a403fSchristos#: rescoff.c:331
6613440a403fSchristosmsgid "resource data"
6614440a403fSchristosmsgstr "resursedata"
6615440a403fSchristos
6616440a403fSchristos#: rescoff.c:336
6617440a403fSchristosmsgid "resource data size"
6618440a403fSchristosmsgstr "st�rrelse p� resursedata"
6619440a403fSchristos
6620440a403fSchristos#: rescoff.c:431
6621440a403fSchristosmsgid "filename required for COFF output"
6622440a403fSchristosmsgstr "filnavn kr�ves for COFF-uddata"
6623440a403fSchristos
6624440a403fSchristos#: rescoff.c:715
6625440a403fSchristosmsgid "can't get BFD_RELOC_RVA relocation type"
6626440a403fSchristosmsgstr "kan ikke finde BFD_RELOC_RVA-relokeringstype"
6627440a403fSchristos
6628440a403fSchristos#: resrc.c:262 resrc.c:333
6629440a403fSchristos#, c-format
6630440a403fSchristosmsgid "can't open temporary file `%s': %s"
6631440a403fSchristosmsgstr "kan ikke �bne tempor�r fil \"%s\": %s"
6632440a403fSchristos
6633440a403fSchristos#: resrc.c:268
6634440a403fSchristos#, c-format
6635440a403fSchristosmsgid "can't redirect stdout: `%s': %s"
6636440a403fSchristosmsgstr "kan ikke omdirigere standard-ud: \"%s\": %s"
6637440a403fSchristos
6638440a403fSchristos#: resrc.c:284
6639440a403fSchristos#, c-format
6640440a403fSchristosmsgid "%s %s: %s"
6641440a403fSchristosmsgstr "%s %s: %s"
6642440a403fSchristos
6643440a403fSchristos#: resrc.c:329
6644440a403fSchristos#, c-format
6645440a403fSchristosmsgid "can't execute `%s': %s"
6646440a403fSchristosmsgstr "kan ikke eksekvere \"%s\": %s"
6647440a403fSchristos
6648440a403fSchristos#: resrc.c:338
6649440a403fSchristos#, c-format
6650440a403fSchristosmsgid "Using temporary file `%s' to read preprocessor output\n"
6651440a403fSchristosmsgstr "Udnytter tempor�r fil \"%s\" til at l�se pr�processoruddata\n"
6652440a403fSchristos
6653440a403fSchristos#: resrc.c:345
6654440a403fSchristos#, c-format
6655440a403fSchristosmsgid "can't popen `%s': %s"
6656440a403fSchristosmsgstr "kan ikke kalde popen \"%s\": %s"
6657440a403fSchristos
6658440a403fSchristos#: resrc.c:347
6659440a403fSchristos#, c-format
6660440a403fSchristosmsgid "Using popen to read preprocessor output\n"
6661440a403fSchristosmsgstr "Bruger popen til at l�se uddata fra pr�processoren\n"
6662440a403fSchristos
6663440a403fSchristos#: resrc.c:413
6664440a403fSchristos#, c-format
6665440a403fSchristosmsgid "Tried `%s'\n"
6666440a403fSchristosmsgstr "Pr�vede \"%s\"\n"
6667440a403fSchristos
6668440a403fSchristos#: resrc.c:424
6669440a403fSchristos#, c-format
6670440a403fSchristosmsgid "Using `%s'\n"
6671440a403fSchristosmsgstr "Bruger \"%s\"\n"
6672440a403fSchristos
6673440a403fSchristos#: resrc.c:608
6674440a403fSchristos#, fuzzy
6675440a403fSchristosmsgid "preprocessing failed."
6676440a403fSchristosmsgstr "Behandler def-fil: %s"
6677440a403fSchristos
6678440a403fSchristos#: resrc.c:631
6679440a403fSchristos#, c-format
6680440a403fSchristosmsgid "%s:%d: %s\n"
6681440a403fSchristosmsgstr "%s:%d: %s\n"
6682440a403fSchristos
6683440a403fSchristos#: resrc.c:639
6684440a403fSchristos#, c-format
6685440a403fSchristosmsgid "%s: unexpected EOF"
6686440a403fSchristosmsgstr "%s: uventet filslut"
6687440a403fSchristos
6688440a403fSchristos#: resrc.c:688
6689440a403fSchristos#, c-format
6690440a403fSchristosmsgid "%s: read of %lu returned %lu"
6691440a403fSchristosmsgstr "%s: l�sning af %lu byte gav %lu"
6692440a403fSchristos
6693440a403fSchristos#: resrc.c:727 resrc.c:1502
6694440a403fSchristos#, c-format
6695440a403fSchristosmsgid "stat failed on bitmap file `%s': %s"
6696440a403fSchristosmsgstr "stat mislykkedes p� billedfil \"%s\": %s"
6697440a403fSchristos
6698440a403fSchristos#: resrc.c:778
6699440a403fSchristos#, c-format
6700440a403fSchristosmsgid "cursor file `%s' does not contain cursor data"
6701440a403fSchristosmsgstr "mark�rfil \"%s\" indeholder ikke mark�rdata"
6702440a403fSchristos
6703440a403fSchristos#: resrc.c:810 resrc.c:1210
6704440a403fSchristos#, c-format
6705440a403fSchristosmsgid "%s: fseek to %lu failed: %s"
6706440a403fSchristosmsgstr "%s: fseek til %lu mislykkedes: %s"
6707440a403fSchristos
6708440a403fSchristos#: resrc.c:936
6709440a403fSchristosmsgid "help ID requires DIALOGEX"
6710440a403fSchristosmsgstr "hj�lpe-ID kr�ver DIALOGEX"
6711440a403fSchristos
6712440a403fSchristos#: resrc.c:938
6713440a403fSchristosmsgid "control data requires DIALOGEX"
6714440a403fSchristosmsgstr "kontroldata kr�ver DIALOGEX"
6715440a403fSchristos
6716440a403fSchristos#: resrc.c:966
6717440a403fSchristos#, fuzzy, c-format
6718440a403fSchristosmsgid "stat failed on font file `%s': %s"
6719440a403fSchristosmsgstr "stat mislykkedes p� billedfil \"%s\": %s"
6720440a403fSchristos
6721440a403fSchristos#: resrc.c:1179
6722440a403fSchristos#, c-format
6723440a403fSchristosmsgid "icon file `%s' does not contain icon data"
6724440a403fSchristosmsgstr "ikon-fil \"%s\" indeholder ikke ikondata"
6725440a403fSchristos
6726440a403fSchristos#: resrc.c:1724 resrc.c:1759
6727440a403fSchristos#, fuzzy, c-format
6728440a403fSchristosmsgid "stat failed on file `%s': %s"
6729440a403fSchristosmsgstr "stat mislykkedes p� billedfil \"%s\": %s"
6730440a403fSchristos
6731440a403fSchristos#: resrc.c:1940
6732440a403fSchristos#, c-format
6733440a403fSchristosmsgid "can't open `%s' for output: %s"
6734440a403fSchristosmsgstr "kan ikke �bne \"%s\" for udskrivning: %s"
6735440a403fSchristos
6736440a403fSchristos#: size.c:79
6737440a403fSchristos#, c-format
6738440a403fSchristosmsgid " Displays the sizes of sections inside binary files\n"
6739440a403fSchristosmsgstr ""
6740440a403fSchristos
6741440a403fSchristos#: size.c:80
6742440a403fSchristos#, fuzzy, c-format
6743440a403fSchristosmsgid " If no input file(s) are specified, a.out is assumed\n"
6744440a403fSchristosmsgstr "ingen inddatafil angaves"
6745440a403fSchristos
6746440a403fSchristos#: size.c:81
6747440a403fSchristos#, c-format
6748440a403fSchristosmsgid ""
6749440a403fSchristos" The options are:\n"
6750440a403fSchristos"  -A|-B     --format={sysv|berkeley}  Select output style (default is %s)\n"
6751440a403fSchristos"  -o|-d|-x  --radix={8|10|16}         Display numbers in octal, decimal or hex\n"
6752440a403fSchristos"  -t        --totals                  Display the total sizes (Berkeley only)\n"
6753440a403fSchristos"            --common                  Display total size for *COM* syms\n"
6754440a403fSchristos"            --target=<bfdname>        Set the binary file format\n"
6755440a403fSchristos"            @<file>                   Read options from <file>\n"
6756440a403fSchristos"  -h        --help                    Display this information\n"
6757440a403fSchristos"  -v        --version                 Display the program's version\n"
6758440a403fSchristos"\n"
6759440a403fSchristosmsgstr ""
6760440a403fSchristos
6761440a403fSchristos#: size.c:160
6762440a403fSchristos#, c-format
6763440a403fSchristosmsgid "invalid argument to --format: %s"
6764440a403fSchristosmsgstr "ugyldigt argument til --format: %s"
6765440a403fSchristos
6766440a403fSchristos#: size.c:187
6767440a403fSchristos#, c-format
6768440a403fSchristosmsgid "Invalid radix: %s\n"
6769440a403fSchristosmsgstr "Ugyldig talbase: %s\n"
6770440a403fSchristos
6771440a403fSchristos#: srconv.c:1732
6772440a403fSchristos#, fuzzy, c-format
6773440a403fSchristosmsgid "Convert a COFF object file into a SYSROFF object file\n"
6774440a403fSchristosmsgstr "%s: Konverterer en COFF-objektfil til en SYSROFF-objektfil\n"
6775440a403fSchristos
6776440a403fSchristos#: srconv.c:1733
6777440a403fSchristos#, c-format
6778440a403fSchristosmsgid ""
6779440a403fSchristos" The options are:\n"
6780440a403fSchristos"  -q --quick       (Obsolete - ignored)\n"
6781440a403fSchristos"  -n --noprescan   Do not perform a scan to convert commons into defs\n"
6782440a403fSchristos"  -d --debug       Display information about what is being done\n"
6783440a403fSchristos"  @<file>          Read options from <file>\n"
6784440a403fSchristos"  -h --help        Display this information\n"
6785440a403fSchristos"  -v --version     Print the program's version number\n"
6786440a403fSchristosmsgstr ""
6787440a403fSchristos
6788440a403fSchristos#: srconv.c:1879
6789440a403fSchristos#, c-format
6790440a403fSchristosmsgid "unable to open output file %s"
6791440a403fSchristosmsgstr "kan ikke �bne uddatafil %s"
6792440a403fSchristos
6793440a403fSchristos#: stabs.c:328 stabs.c:1717
6794440a403fSchristosmsgid "numeric overflow"
6795440a403fSchristosmsgstr "numerisk overl�b"
6796440a403fSchristos
6797440a403fSchristos#  FIXME
6798440a403fSchristos#: stabs.c:338
6799440a403fSchristos#, c-format
6800440a403fSchristosmsgid "Bad stab: %s\n"
6801440a403fSchristosmsgstr "Fejlagtig stab: %s\n"
6802440a403fSchristos
6803440a403fSchristos#: stabs.c:346
6804440a403fSchristos#, c-format
6805440a403fSchristosmsgid "Warning: %s: %s\n"
6806440a403fSchristosmsgstr "Advarsel: %s: %s\n"
6807440a403fSchristos
6808440a403fSchristos#: stabs.c:456
6809440a403fSchristos#, c-format
6810440a403fSchristosmsgid "N_LBRAC not within function\n"
6811440a403fSchristosmsgstr "N_LBRAC ikke inde i funktion\n"
6812440a403fSchristos
6813440a403fSchristos#: stabs.c:495
6814440a403fSchristos#, c-format
6815440a403fSchristosmsgid "Too many N_RBRACs\n"
6816440a403fSchristosmsgstr "For mange N_RBRAC's\n"
6817440a403fSchristos
6818440a403fSchristos#: stabs.c:727
6819440a403fSchristosmsgid "unknown C++ encoded name"
6820440a403fSchristosmsgstr "ukendt C++-kodet navn"
6821440a403fSchristos
6822440a403fSchristos#. Complain and keep going, so compilers can invent new
6823440a403fSchristos#. cross-reference types.
6824440a403fSchristos#: stabs.c:1262
6825440a403fSchristosmsgid "unrecognized cross reference type"
6826440a403fSchristosmsgstr "ukendt krydsreferencetype"
6827440a403fSchristos
6828440a403fSchristos#. Does this actually ever happen?  Is that why we are worrying
6829440a403fSchristos#. about dealing with it rather than just calling error_type?
6830440a403fSchristos#: stabs.c:1809
6831440a403fSchristosmsgid "missing index type"
6832440a403fSchristosmsgstr "manglende indekstype"
6833440a403fSchristos
6834440a403fSchristos#: stabs.c:2122
6835440a403fSchristosmsgid "unknown virtual character for baseclass"
6836440a403fSchristosmsgstr "ukendt virtuelt tegn for baseklasse"
6837440a403fSchristos
6838440a403fSchristos#  FIXME
6839440a403fSchristos#: stabs.c:2140
6840440a403fSchristosmsgid "unknown visibility character for baseclass"
6841440a403fSchristosmsgstr "ukendt synlighedskarakter for baseklasse"
6842440a403fSchristos
6843440a403fSchristos#: stabs.c:2326
6844440a403fSchristosmsgid "unnamed $vb type"
6845440a403fSchristosmsgstr "$vb-type uden navn"
6846440a403fSchristos
6847440a403fSchristos#: stabs.c:2332
6848440a403fSchristosmsgid "unrecognized C++ abbreviation"
6849440a403fSchristosmsgstr "ukendt C++-forkortelse"
6850440a403fSchristos
6851440a403fSchristos#  FIXME
6852440a403fSchristos#: stabs.c:2408
6853440a403fSchristosmsgid "unknown visibility character for field"
6854440a403fSchristosmsgstr "ukendt synlighedskarakter for felt"
6855440a403fSchristos
6856440a403fSchristos#: stabs.c:2660
6857440a403fSchristosmsgid "const/volatile indicator missing"
6858440a403fSchristosmsgstr "const/volatile-indikator mangler"
6859440a403fSchristos
6860440a403fSchristos#: stabs.c:2896
6861440a403fSchristos#, c-format
6862440a403fSchristosmsgid "No mangling for \"%s\"\n"
6863440a403fSchristosmsgstr "Ingen kodning af \"%s\"\n"
6864440a403fSchristos
6865440a403fSchristos#: stabs.c:3196
6866440a403fSchristosmsgid "Undefined N_EXCL"
6867440a403fSchristosmsgstr "Udefineret N_EXCL"
6868440a403fSchristos
6869440a403fSchristos#: stabs.c:3276
6870440a403fSchristos#, c-format
6871440a403fSchristosmsgid "Type file number %d out of range\n"
6872440a403fSchristosmsgstr "Typens filnummer %d uden for sit interval\n"
6873440a403fSchristos
6874440a403fSchristos#: stabs.c:3281
6875440a403fSchristos#, c-format
6876440a403fSchristosmsgid "Type index number %d out of range\n"
6877440a403fSchristosmsgstr "Typens indeksnummer %d uden for sit interval\n"
6878440a403fSchristos
6879440a403fSchristos#: stabs.c:3360
6880440a403fSchristos#, c-format
6881440a403fSchristosmsgid "Unrecognized XCOFF type %d\n"
6882440a403fSchristosmsgstr "Ukendt XCOFF-type %d\n"
6883440a403fSchristos
6884440a403fSchristos#: stabs.c:3652
6885440a403fSchristos#, c-format
6886440a403fSchristosmsgid "bad mangled name `%s'\n"
6887440a403fSchristosmsgstr "fejlagtigt kodet navn \"%s\"\n"
6888440a403fSchristos
6889440a403fSchristos#: stabs.c:3747
6890440a403fSchristos#, c-format
6891440a403fSchristosmsgid "no argument types in mangled string\n"
6892440a403fSchristosmsgstr "ingen argumenttype i kodet streng\n"
6893440a403fSchristos
6894440a403fSchristos#: stabs.c:5094
6895440a403fSchristos#, fuzzy, c-format
6896440a403fSchristosmsgid "Demangled name is not a function\n"
6897440a403fSchristosmsgstr "C++-standardv�rdier ikke inde i en funktion"
6898440a403fSchristos
6899440a403fSchristos#: stabs.c:5136
6900440a403fSchristos#, c-format
6901440a403fSchristosmsgid "Unexpected type in v3 arglist demangling\n"
6902440a403fSchristosmsgstr ""
6903440a403fSchristos
6904440a403fSchristos#: stabs.c:5203
6905440a403fSchristos#, fuzzy, c-format
6906440a403fSchristosmsgid "Unrecognized demangle component %d\n"
6907440a403fSchristosmsgstr "Ukendt fejls�gningsargument \"%s\"\n"
6908440a403fSchristos
6909440a403fSchristos#: stabs.c:5255
6910440a403fSchristos#, fuzzy, c-format
6911440a403fSchristosmsgid "Failed to print demangled template\n"
6912440a403fSchristosmsgstr "%s: Mislykkedes at l�se filhoved\n"
6913440a403fSchristos
6914440a403fSchristos#: stabs.c:5335
6915440a403fSchristos#, c-format
6916440a403fSchristosmsgid "Couldn't get demangled builtin type\n"
6917440a403fSchristosmsgstr ""
6918440a403fSchristos
6919440a403fSchristos#: stabs.c:5384
6920440a403fSchristos#, c-format
6921440a403fSchristosmsgid "Unexpected demangled varargs\n"
6922440a403fSchristosmsgstr ""
6923440a403fSchristos
6924440a403fSchristos#: stabs.c:5391
6925440a403fSchristos#, fuzzy, c-format
6926440a403fSchristosmsgid "Unrecognized demangled builtin type\n"
6927440a403fSchristosmsgstr "ukendt C++-standardtype"
6928440a403fSchristos
6929440a403fSchristos#: strings.c:186 strings.c:245
6930440a403fSchristos#, c-format
6931440a403fSchristosmsgid "invalid integer argument %s"
6932440a403fSchristosmsgstr "ugyldigt heltalsargument %s"
6933440a403fSchristos
6934440a403fSchristos#: strings.c:248
6935440a403fSchristos#, fuzzy, c-format
6936440a403fSchristosmsgid "invalid minimum string length %d"
6937440a403fSchristosmsgstr "ugyldig strengl�ngde"
6938440a403fSchristos
6939440a403fSchristos#: strings.c:647
6940440a403fSchristos#, c-format
6941440a403fSchristosmsgid " Display printable strings in [file(s)] (stdin by default)\n"
6942440a403fSchristosmsgstr ""
6943440a403fSchristos
6944440a403fSchristos#: strings.c:648
6945440a403fSchristos#, c-format
6946440a403fSchristosmsgid ""
6947440a403fSchristos" The options are:\n"
6948440a403fSchristos"  -a - --all                Scan the entire file, not just the data section\n"
6949440a403fSchristos"  -f --print-file-name      Print the name of the file before each string\n"
6950440a403fSchristos"  -n --bytes=[number]       Locate & print any NUL-terminated sequence of at\n"
6951440a403fSchristos"  -<number>                   least [number] characters (default 4).\n"
6952440a403fSchristos"  -t --radix={o,d,x}        Print the location of the string in base 8, 10 or 16\n"
6953440a403fSchristos"  -o                        An alias for --radix=o\n"
6954440a403fSchristos"  -T --target=<BFDNAME>     Specify the binary file format\n"
6955440a403fSchristos"  -e --encoding={s,S,b,l,B,L} Select character size and endianness:\n"
6956440a403fSchristos"                            s = 7-bit, S = 8-bit, {b,l} = 16-bit, {B,L} = 32-bit\n"
6957440a403fSchristos"  @<file>                   Read options from <file>\n"
6958440a403fSchristos"  -h --help                 Display this information\n"
6959440a403fSchristos"  -v -V --version           Print the program's version number\n"
6960440a403fSchristosmsgstr ""
6961440a403fSchristos
6962440a403fSchristos#: sysdump.c:647
6963440a403fSchristos#, fuzzy, c-format
6964440a403fSchristosmsgid "Print a human readable interpretation of a SYSROFF object file\n"
6965440a403fSchristosmsgstr "%s: Skriv en menneskeligt l�sbar tolkning af en SYSROFF-objektfil\n"
6966440a403fSchristos
6967440a403fSchristos#: sysdump.c:648
6968440a403fSchristos#, c-format
6969440a403fSchristosmsgid ""
6970440a403fSchristos" The options are:\n"
6971440a403fSchristos"  -h --help        Display this information\n"
6972440a403fSchristos"  -v --version     Print the program's version number\n"
6973440a403fSchristosmsgstr ""
6974440a403fSchristos
6975440a403fSchristos#: sysdump.c:715
6976440a403fSchristos#, c-format
6977440a403fSchristosmsgid "cannot open input file %s"
6978440a403fSchristosmsgstr "kan ikke �bne inddatafil %s"
6979440a403fSchristos
6980440a403fSchristos#: version.c:36
6981440a403fSchristos#, fuzzy, c-format
6982440a403fSchristosmsgid "Copyright 2010 Free Software Foundation, Inc.\n"
6983440a403fSchristosmsgstr "Copyright 2002 Free Software Foundation, Inc.\n"
6984440a403fSchristos
6985440a403fSchristos#: version.c:37
6986440a403fSchristos#, fuzzy, c-format
6987440a403fSchristosmsgid ""
6988440a403fSchristos"This program is free software; you may redistribute it under the terms of\n"
6989440a403fSchristos"the GNU General Public License version 3 or (at your option) any later version.\n"
6990440a403fSchristos"This program has absolutely no warranty.\n"
6991440a403fSchristosmsgstr ""
6992440a403fSchristos"Dette program er frit programmel; du kan distribuere det videre under betingelserne\n"
6993440a403fSchristos"i GNU General Public License. Dette program har ingen som helst garantier.\n"
6994440a403fSchristos
6995440a403fSchristos#: windmc.c:190
6996440a403fSchristos#, fuzzy, c-format
6997440a403fSchristosmsgid "can't create %s file ,%s' for output.\n"
6998440a403fSchristosmsgstr "kan ikke �bne \"%s\" for udskrivning: %s"
6999440a403fSchristos
7000440a403fSchristos#: windmc.c:198
7001440a403fSchristos#, fuzzy, c-format
7002440a403fSchristosmsgid "Usage: %s [option(s)] [input-file]\n"
7003440a403fSchristosmsgstr "Brug: %s [flag] inddatafil\n"
7004440a403fSchristos
7005440a403fSchristos#: windmc.c:200
7006440a403fSchristos#, c-format
7007440a403fSchristosmsgid ""
7008440a403fSchristos" The options are:\n"
7009440a403fSchristos"  -a --ascii_in                Read input file as ASCII file\n"
7010440a403fSchristos"  -A --ascii_out               Write binary messages as ASCII\n"
7011440a403fSchristos"  -b --binprefix               .bin filename is prefixed by .mc filename_ for uniqueness.\n"
7012440a403fSchristos"  -c --customflag              Set custom flags for messages\n"
7013440a403fSchristos"  -C --codepage_in=<val>       Set codepage when reading mc text file\n"
7014440a403fSchristos"  -d --decimal_values          Print values to text files decimal\n"
7015440a403fSchristos"  -e --extension=<extension>   Set header extension used on export header file\n"
7016440a403fSchristos"  -F --target <target>         Specify output target for endianess.\n"
7017440a403fSchristos"  -h --headerdir=<directory>   Set the export directory for headers\n"
7018440a403fSchristos"  -u --unicode_in              Read input file as UTF16 file\n"
7019440a403fSchristos"  -U --unicode_out             Write binary messages as UFT16\n"
7020440a403fSchristos"  -m --maxlength=<val>         Set the maximal allowed message length\n"
7021440a403fSchristos"  -n --nullterminate           Automatic add a zero termination to strings\n"
7022440a403fSchristos"  -o --hresult_use             Use HRESULT definition instead of status code definition\n"
7023440a403fSchristos"  -O --codepage_out=<val>      Set codepage used for writing text file\n"
7024440a403fSchristos"  -r --rcdir=<directory>       Set the export directory for rc files\n"
7025440a403fSchristos"  -x --xdbg=<directory>        Where to create the .dbg C include file\n"
7026440a403fSchristos"                               that maps message ID's to their symbolic name.\n"
7027440a403fSchristosmsgstr ""
7028440a403fSchristos
7029440a403fSchristos#: windmc.c:220
7030440a403fSchristos#, fuzzy, c-format
7031440a403fSchristosmsgid ""
7032440a403fSchristos"  -H --help                    Print this help message\n"
7033440a403fSchristos"  -v --verbose                 Verbose - tells you what it's doing\n"
7034440a403fSchristos"  -V --version                 Print version information\n"
7035440a403fSchristosmsgstr ""
7036440a403fSchristos"  -h --help                     Vis denne hj�lpetekst\n"
7037440a403fSchristos"  -V --version                  Vis versionsinformation\n"
7038440a403fSchristos
7039440a403fSchristos#: windmc.c:261 windres.c:411
7040440a403fSchristos#, c-format
7041440a403fSchristosmsgid "%s: warning: "
7042440a403fSchristosmsgstr "%s: advarsel: "
7043440a403fSchristos
7044440a403fSchristos#: windmc.c:262
7045440a403fSchristos#, c-format
7046440a403fSchristosmsgid "A codepage was specified switch ,%s' and UTF16.\n"
7047440a403fSchristosmsgstr ""
7048440a403fSchristos
7049440a403fSchristos#: windmc.c:263
7050440a403fSchristos#, c-format
7051440a403fSchristosmsgid "\tcodepage settings are ignored.\n"
7052440a403fSchristosmsgstr ""
7053440a403fSchristos
7054440a403fSchristos#: windmc.c:307
7055440a403fSchristosmsgid "try to add a ill language."
7056440a403fSchristosmsgstr ""
7057440a403fSchristos
7058440a403fSchristos#: windmc.c:1116
7059440a403fSchristos#, fuzzy, c-format
7060440a403fSchristosmsgid "unable to open file ,%s' for input.\n"
7061440a403fSchristosmsgstr "kan ikke �bne uddatafil %s"
7062440a403fSchristos
7063440a403fSchristos#: windmc.c:1124
7064440a403fSchristos#, fuzzy, c-format
7065440a403fSchristosmsgid "unable to read contents of %s"
7066440a403fSchristosmsgstr "Kan ikke indl�se %d byte af %s\n"
7067440a403fSchristos
7068440a403fSchristos#: windmc.c:1136
7069440a403fSchristosmsgid "input file does not seems to be UFT16.\n"
7070440a403fSchristosmsgstr ""
7071440a403fSchristos
7072440a403fSchristos#: windres.c:216
7073440a403fSchristos#, c-format
7074440a403fSchristosmsgid "can't open %s `%s': %s"
7075440a403fSchristosmsgstr "kan ikke �bne %s \"%s\": %s"
7076440a403fSchristos
7077440a403fSchristos#: windres.c:390
7078440a403fSchristos#, c-format
7079440a403fSchristosmsgid ": expected to be a directory\n"
7080440a403fSchristosmsgstr ": forventedes at v�re et katalog\n"
7081440a403fSchristos
7082440a403fSchristos#: windres.c:402
7083440a403fSchristos#, c-format
7084440a403fSchristosmsgid ": expected to be a leaf\n"
7085440a403fSchristosmsgstr ": forventedes at v�re et blad\n"
7086440a403fSchristos
7087440a403fSchristos#: windres.c:413
7088440a403fSchristos#, c-format
7089440a403fSchristosmsgid ": duplicate value\n"
7090440a403fSchristosmsgstr ": dublet af v�rdi\n"
7091440a403fSchristos
7092440a403fSchristos#: windres.c:563
7093440a403fSchristos#, c-format
7094440a403fSchristosmsgid "unknown format type `%s'"
7095440a403fSchristosmsgstr "ukendt formattype \"%s\""
7096440a403fSchristos
7097440a403fSchristos#: windres.c:564
7098440a403fSchristos#, c-format
7099440a403fSchristosmsgid "%s: supported formats:"
7100440a403fSchristosmsgstr "%s: formater som h�ndteres:"
7101440a403fSchristos
7102440a403fSchristos#. Otherwise, we give up.
7103440a403fSchristos#: windres.c:647
7104440a403fSchristos#, fuzzy, c-format
7105440a403fSchristosmsgid "can not determine type of file `%s'; use the -J option"
7106440a403fSchristosmsgstr "kan ikke bestemme \"%s\"'s filtype; brug flag -I"
7107440a403fSchristos
7108440a403fSchristos#: windres.c:659
7109440a403fSchristos#, fuzzy, c-format
7110440a403fSchristosmsgid "Usage: %s [option(s)] [input-file] [output-file]\n"
7111440a403fSchristosmsgstr "Brug: %s [flag] [in-fil] [ud-fil]\n"
7112440a403fSchristos
7113440a403fSchristos#: windres.c:661
7114440a403fSchristos#, fuzzy, c-format
7115440a403fSchristosmsgid ""
7116440a403fSchristos" The options are:\n"
7117440a403fSchristos"  -i --input=<file>            Name input file\n"
7118440a403fSchristos"  -o --output=<file>           Name output file\n"
7119440a403fSchristos"  -J --input-format=<format>   Specify input format\n"
7120440a403fSchristos"  -O --output-format=<format>  Specify output format\n"
7121440a403fSchristos"  -F --target=<target>         Specify COFF target\n"
7122440a403fSchristos"     --preprocessor=<program>  Program to use to preprocess rc file\n"
7123440a403fSchristos"  -I --include-dir=<dir>       Include directory when preprocessing rc file\n"
7124440a403fSchristos"  -D --define <sym>[=<val>]    Define SYM when preprocessing rc file\n"
7125440a403fSchristos"  -U --undefine <sym>          Undefine SYM when preprocessing rc file\n"
7126440a403fSchristos"  -v --verbose                 Verbose - tells you what it's doing\n"
7127440a403fSchristos"  -c --codepage=<codepage>     Specify default codepage\n"
7128440a403fSchristos"  -l --language=<val>          Set language when reading rc file\n"
7129440a403fSchristos"     --use-temp-file           Use a temporary file instead of popen to read\n"
7130440a403fSchristos"                               the preprocessor output\n"
7131440a403fSchristos"     --no-use-temp-file        Use popen (default)\n"
7132440a403fSchristosmsgstr ""
7133440a403fSchristos"Flag:\n"
7134440a403fSchristos"  -i FIL, --input FIL         Navngiv inddatafilen\n"
7135440a403fSchristos"  -o FIL, --output FIL        Navngiv uddatafilen\n"
7136440a403fSchristos"  -I FORMAT, --input-format FORMAT\n"
7137440a403fSchristos"                              Specific�r inddataformatet\n"
7138440a403fSchristos"  -O FORMAT, --output-format FORMAT\n"
7139440a403fSchristos"                              Specific�r uddataformatet\n"
7140440a403fSchristos"  -F M�L, --target M�L        Specific�r COFF-m�let\n"
7141440a403fSchristos"  --preprocessor PROGRAM      Program at bruge som pr�processor p� rc-filen\n"
7142440a403fSchristos"  --include-dir KATALOG       Inklud�r katalog n�r rc-filen pr�processes\n"
7143440a403fSchristos"  -DSYM[=V�RDI], --define SYM[=V�RDI]\n"
7144440a403fSchristos"                              Defin�r SYM n�r rc-filen pr�processes\n"
7145440a403fSchristos"  -v                          Udf�rlig - beretter vad den g�r\n"
7146440a403fSchristos"  --language SPROG            S�t sproget n�r rc-filen l�ses\n"
7147440a403fSchristos"  --use-temp-file             Brug en tem.fil i stedet for popen ved l�sning\n"
7148440a403fSchristos"                              af uddata fra pr�processoren\n"
7149440a403fSchristos"  --no-use-temp-file          Brug popen (standard)\n"
7150440a403fSchristos
7151440a403fSchristos#: windres.c:678
7152440a403fSchristos#, c-format
7153440a403fSchristosmsgid "     --yydebug                 Turn on parser debugging\n"
7154440a403fSchristosmsgstr "     --yydebug                 Aktiv�r tolkens fejls�gning\n"
7155440a403fSchristos
7156440a403fSchristos#: windres.c:681
7157440a403fSchristos#, fuzzy, c-format
7158440a403fSchristosmsgid ""
7159440a403fSchristos"  -r                           Ignored for compatibility with rc\n"
7160440a403fSchristos"  @<file>                      Read options from <file>\n"
7161440a403fSchristos"  -h --help                    Print this help message\n"
7162440a403fSchristos"  -V --version                 Print version information\n"
7163440a403fSchristosmsgstr ""
7164440a403fSchristos" Valgmulighederne er:\n"
7165440a403fSchristos"  -h --help                    Vis denne hj�lpebesked\n"
7166440a403fSchristos"  -V --version                 Vis versionsinformation\n"
7167440a403fSchristos
7168440a403fSchristos#: windres.c:686
7169440a403fSchristos#, c-format
7170440a403fSchristosmsgid ""
7171440a403fSchristos"FORMAT is one of rc, res, or coff, and is deduced from the file name\n"
7172440a403fSchristos"extension if not specified.  A single file name is an input file.\n"
7173440a403fSchristos"No input-file is stdin, default rc.  No output-file is stdout, default rc.\n"
7174440a403fSchristosmsgstr ""
7175440a403fSchristos"FORMAT er �n af rc, res eller coff, og afledes fra filnavnsendelsen\n"
7176440a403fSchristos"hvis det ikke specificeres. Et enkelt filnavn er en inddatafil.  Ingen\n"
7177440a403fSchristos"inddatafil betyder standard-ind, med format rc. Ingen uddatafil betyder\n"
7178440a403fSchristos"standard-ud, med format rc.\n"
7179440a403fSchristos
7180440a403fSchristos#: windres.c:847
7181440a403fSchristos#, fuzzy
7182440a403fSchristosmsgid "invalid codepage specified.\n"
7183440a403fSchristosmsgstr "ingen kommandoflag blev angivet"
7184440a403fSchristos
7185440a403fSchristos#: windres.c:862
7186440a403fSchristos#, fuzzy
7187440a403fSchristosmsgid "invalid option -f\n"
7188440a403fSchristosmsgstr "Ugyldigt flag \"-%c\"\n"
7189440a403fSchristos
7190440a403fSchristos#: windres.c:867
7191440a403fSchristos#, fuzzy
7192440a403fSchristosmsgid "No filename following the -fo option.\n"
7193440a403fSchristosmsgstr ""
7194440a403fSchristos"\n"
7195440a403fSchristos" F�lgende flag er frivillige:\n"
7196440a403fSchristos
7197440a403fSchristos#: windres.c:938
7198440a403fSchristos#, c-format
7199440a403fSchristosmsgid "Option -I is deprecated for setting the input format, please use -J instead.\n"
7200440a403fSchristosmsgstr ""
7201440a403fSchristos
7202440a403fSchristos#: windres.c:1051
7203440a403fSchristosmsgid "no resources"
7204440a403fSchristosmsgstr "ingen resurser"
7205440a403fSchristos
7206440a403fSchristos#: wrstabs.c:353 wrstabs.c:1916
7207440a403fSchristos#, c-format
7208440a403fSchristosmsgid "string_hash_lookup failed: %s"
7209440a403fSchristosmsgstr "string_hash_lookup mislykkedes: %s"
7210440a403fSchristos
7211440a403fSchristos#: wrstabs.c:636
7212440a403fSchristos#, c-format
7213440a403fSchristosmsgid "stab_int_type: bad size %u"
7214440a403fSchristosmsgstr "stab_int_type: fejlagtig st�rrelse %u"
7215440a403fSchristos
7216440a403fSchristos#: wrstabs.c:1394
7217440a403fSchristos#, c-format
7218440a403fSchristosmsgid "%s: warning: unknown size for field `%s' in struct"
7219440a403fSchristosmsgstr "%s: advarsel: ukendt st�rrelsen p� felt \"%s\" i strukturen"
7220440a403fSchristos
7221440a403fSchristos#~ msgid ""
7222440a403fSchristos#~ "The section %s contains:\n"
7223440a403fSchristos#~ "\n"
7224440a403fSchristos#~ msgstr ""
7225440a403fSchristos#~ "Sektion %s indeholder:\n"
7226440a403fSchristos#~ "\n"
7227440a403fSchristos
7228440a403fSchristos#, fuzzy
7229440a403fSchristos#~ msgid "Range lists in .debug_info section aren't in ascending order!\n"
7230440a403fSchristos#~ msgstr "  Offset i .debug_info-sektionen:      %ld\n"
7231440a403fSchristos
7232440a403fSchristos#~ msgid "The section %s contains:\n"
7233440a403fSchristos#~ msgstr "Sektion %s indeholder:\n"
7234440a403fSchristos
7235440a403fSchristos#, fuzzy
7236440a403fSchristos#~ msgid ""
7237440a403fSchristos#~ "\n"
7238440a403fSchristos#~ "Can't uncompress section '%s'.\n"
7239440a403fSchristos#~ msgstr "kan ikke oprette sektion \"%s\": %s"
7240440a403fSchristos
7241440a403fSchristos#, fuzzy
7242440a403fSchristos#~ msgid "%s: failed to read archive header following long symbol names\n"
7243440a403fSchristos#~ msgstr "%s: Mislykkedes at l�se filhoved\n"
7244440a403fSchristos
7245440a403fSchristos#, fuzzy
7246440a403fSchristos#~ msgid "%s: failed to read file name\n"
7247440a403fSchristos#~ msgstr "%s: Mislykkedes at l�se filhoved\n"
7248440a403fSchristos
7249440a403fSchristos#~ msgid ""
7250440a403fSchristos#~ "\n"
7251440a403fSchristos#~ "<member %s>\n"
7252440a403fSchristos#~ "\n"
7253440a403fSchristos#~ msgstr ""
7254440a403fSchristos#~ "\n"
7255440a403fSchristos#~ "<medlem %s>\n"
7256440a403fSchristos#~ "\n"
7257440a403fSchristos
7258440a403fSchristos#~ msgid "debug_record_variable: no current block"
7259440a403fSchristos#~ msgstr "debug_record_variable: ingen aktuel blok"
7260440a403fSchristos
7261440a403fSchristos#~ msgid "set .nlmsections flags"
7262440a403fSchristos#~ msgstr "s�t .nlmsections-flag"
7263440a403fSchristos
7264440a403fSchristos#, fuzzy
7265440a403fSchristos#~ msgid ""
7266440a403fSchristos#~ "  -I --input-target <bfdname>      Assume input file is in format <bfdname>\n"
7267440a403fSchristos#~ "  -O --output-target <bfdname>     Create an output file in format <bfdname>\n"
7268440a403fSchristos#~ "  -B --binary-architecture <arch>  Set arch of output file, when input is binary\n"
7269440a403fSchristos#~ "  -F --target <bfdname>            Set both input and output format to <bfdname>\n"
7270440a403fSchristos#~ "     --debugging                   Convert debugging information, if possible\n"
7271440a403fSchristos#~ "  -p --preserve-dates              Copy modified/access timestamps to the output\n"
7272440a403fSchristos#~ "  -j --only-section <name>         Only copy section <name> into the output\n"
7273440a403fSchristos#~ "  -R --remove-section <name>       Remove section <name> from the output\n"
7274440a403fSchristos#~ "  -S --strip-all                   Remove all symbol and relocation information\n"
7275440a403fSchristos#~ "  -g --strip-debug                 Remove all debugging symbols\n"
7276440a403fSchristos#~ "     --strip-unneeded              Remove all symbols not needed by relocations\n"
7277440a403fSchristos#~ "  -N --strip-symbol <name>         Do not copy symbol <name>\n"
7278440a403fSchristos#~ "  -K --keep-symbol <name>          Only copy symbol <name>\n"
7279440a403fSchristos#~ "  -L --localize-symbol <name>      Force symbol <name> to be marked as a local\n"
7280440a403fSchristos#~ "  -G --keep-global-symbol <name>   Localize all symbols except <name>\n"
7281440a403fSchristos#~ "  -W --weaken-symbol <name>        Force symbol <name> to be marked as a weak\n"
7282440a403fSchristos#~ "     --weaken                      Force all global symbols to be marked as weak\n"
7283440a403fSchristos#~ "  -x --discard-all                 Remove all non-global symbols\n"
7284440a403fSchristos#~ "  -X --discard-locals              Remove any compiler-generated symbols\n"
7285440a403fSchristos#~ "  -i --interleave <number>         Only copy one out of every <number> bytes\n"
7286440a403fSchristos#~ "  -b --byte <num>                  Select byte <num> in every interleaved block\n"
7287440a403fSchristos#~ "     --gap-fill <val>              Fill gaps between sections with <val>\n"
7288440a403fSchristos#~ "     --pad-to <addr>               Pad the last section up to address <addr>\n"
7289440a403fSchristos#~ "     --set-start <addr>            Set the start address to <addr>\n"
7290440a403fSchristos#~ "    {--change-start|--adjust-start} <incr>\n"
7291440a403fSchristos#~ "                                   Add <incr> to the start address\n"
7292440a403fSchristos#~ "    {--change-addresses|--adjust-vma} <incr>\n"
7293440a403fSchristos#~ "                                   Add <incr> to LMA, VMA and start addresses\n"
7294440a403fSchristos#~ "    {--change-section-address|--adjust-section-vma} <name>{=|+|-}<val>\n"
7295440a403fSchristos#~ "                                   Change LMA and VMA of section <name> by <val>\n"
7296440a403fSchristos#~ "     --change-section-lma <name>{=|+|-}<val>\n"
7297440a403fSchristos#~ "                                   Change the LMA of section <name> by <val>\n"
7298440a403fSchristos#~ "     --change-section-vma <name>{=|+|-}<val>\n"
7299440a403fSchristos#~ "                                   Change the VMA of section <name> by <val>\n"
7300440a403fSchristos#~ "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
7301440a403fSchristos#~ "                                   Warn if a named section does not exist\n"
7302440a403fSchristos#~ "     --set-section-flags <name>=<flags>\n"
7303440a403fSchristos#~ "                                   Set section <name>'s properties to <flags>\n"
7304440a403fSchristos#~ "     --add-section <name>=<file>   Add section <name> found in <file> to output\n"
7305440a403fSchristos#~ "     --rename-section <old>=<new>[,<flags>] Rename section <old> to <new>\n"
7306440a403fSchristos#~ "     --change-leading-char         Force output format's leading character style\n"
7307440a403fSchristos#~ "     --remove-leading-char         Remove leading character from global symbols\n"
7308440a403fSchristos#~ "     --redefine-sym <old>=<new>    Redefine symbol name <old> to <new>\n"
7309440a403fSchristos#~ "     --srec-len <number>           Restrict the length of generated Srecords\n"
7310440a403fSchristos#~ "     --srec-forceS3                Restrict the type of generated Srecords to S3\n"
7311440a403fSchristos#~ "     --strip-symbols <file>        -N for all symbols listed in <file>\n"
7312440a403fSchristos#~ "     --keep-symbols <file>         -K for all symbols listed in <file>\n"
7313440a403fSchristos#~ "     --localize-symbols <file>     -L for all symbols listed in <file>\n"
7314440a403fSchristos#~ "     --keep-global-symbols <file>  -G for all symbols listed in <file>\n"
7315440a403fSchristos#~ "     --weaken-symbols <file>       -W for all symbols listed in <file>\n"
7316440a403fSchristos#~ "     --alt-machine-code <index>    Use alternate machine code for output\n"
7317440a403fSchristos#~ "  -v --verbose                     List all object files modified\n"
7318440a403fSchristos#~ "  -V --version                     Display this program's version number\n"
7319440a403fSchristos#~ "  -h --help                        Display this output\n"
7320440a403fSchristos#~ msgstr ""
7321440a403fSchristos#~ "  -I --input-target <bfd-navn>    Antag inddatafilens format er <bfd-navn>\n"
7322440a403fSchristos#~ "  -O --output-target <bfd-navn>   Opret uddatafilen i formatet <bfd-navn>\n"
7323440a403fSchristos#~ "  -B --binary-architecture <ark>  V�lg arkitektur for udfil n�r inddata er bin�r\n"
7324440a403fSchristos#~ "  -F --target <bfd-navn>          S�tt b�de in- og udformatet til <bfd-navn>\n"
7325440a403fSchristos#~ "     --debugging                  Konvertere fejls�gningsinfo, om muligt\n"
7326440a403fSchristos#~ "  -p --preserve-dates             Kopi�r �ndrings/adgangtider til uddatan\n"
7327440a403fSchristos#~ "  -j --only-section <navn>        Kopi�r kun sektion <navn> til uddatan\n"
7328440a403fSchristos#~ "  -R --remove-section <navn>      Fjern sektion <navn> fra uddatan\n"
7329440a403fSchristos#~ "  -S --strip-all                  Fjern all symbol- og relokeringsinfo\n"
7330440a403fSchristos#~ "  -g --strip-debug                Fjern alle fejls�gningssymboler\n"
7331440a403fSchristos#~ "     --strip-unneeded             Fjern symboler on�diga for relokering\n"
7332440a403fSchristos#~ "  -N --strip-symbol <navn>        Kopi�r ikke symbol <navn>\n"
7333440a403fSchristos#~ "  -K --keep-symbol <navn>         Kopi�r kun symbol <navn>\n"
7334440a403fSchristos#~ "  -L --localize-symbol <navn>     Markere symbol <navn> som lokal\n"
7335440a403fSchristos#~ "  -G --keep-global-symbol <navn>  G�r alle symboler lokale, forutom <navn>\n"
7336440a403fSchristos#~ "  -W --weaken-symbol <navn>       Markere symbol <navn> som vek\n"
7337440a403fSchristos#~ "     --weaken                     Markere alle globale symboler som veka\n"
7338440a403fSchristos#~ "  -x --discard-all                Fjern alle ikke-globale symboler\n"
7339440a403fSchristos#~ "  -X --discard-locals             Fjern alle overs�ttergenererede symboler\n"
7340440a403fSchristos#~ "  -i --interleave <antal>         Kopi�r kun en af hvert <antal> byte\n"
7341440a403fSchristos#~ "  -b --byte <nr>                  V�lg ud <nr>'e byten i hvert intervall\n"
7342440a403fSchristos#~ "     --gap-fill <tal>             Fyll luckor mellem sektionerne med <tal>\n"
7343440a403fSchristos#~ "     --pad-to <adr>               Fyll ud efter sidste sektionen frem til <adr>\n"
7344440a403fSchristos#~ "     --set-start <adr>            S�tt startadressen til <adr>\n"
7345440a403fSchristos#~ "    {--change-start|--adjust-start} <�kn>\n"
7346440a403fSchristos#~ "                                  Tilf�j <�kn> til startadressen\n"
7347440a403fSchristos#~ "    {--change-addresses|--adjust-vma} <�kn>\n"
7348440a403fSchristos#~ "                                  Tilf�j <�kn> til LMA, VMA og startedr.\n"
7349440a403fSchristos#~ "    {--change-section-address|--adjust-section-vma} <navn>{=|+|-}<tal>\n"
7350440a403fSchristos#~ "                                  �ndra LMA og VMA p� sektion <navn> med <tal>\n"
7351440a403fSchristos#~ "     --change-section-lma <navn>{=|+|-}<tal>\n"
7352440a403fSchristos#~ "                                  �ndra LMA p� sektion <navn> med <tal>\n"
7353440a403fSchristos#~ "     --change-section-vma <navn>{=|+|-}<tal>\n"
7354440a403fSchristos#~ "                                  �ndra VMA p� sektion <navn> med <tal>\n"
7355440a403fSchristos#~ "    {--[no-]change-warnings|--[no-]adjust-warnings}\n"
7356440a403fSchristos#~ "                                  Advar (inte/[no-]) om en sektion ikke findes\n"
7357440a403fSchristos#~ "     --set-section-flags <navn>=<flag>\n"
7358440a403fSchristos#~ "                                  S�tt sektion <navn>s attribut til <flag>\n"
7359440a403fSchristos#~ "     --add-section <navn>=<fil>   Tilf�j sektion <navn> i <fil> til uddatan\n"
7360440a403fSchristos#~ "     --rename-section <gam>=<ny>[,<flag>] Skift navn p� sektion <gam> til <ny>\n"
7361440a403fSchristos#~ "     --change-leading-char        �ndra til udformatets type af inledningstegn\n"
7362440a403fSchristos#~ "     --remove-leading-char        Fjern inledningstegn fra globale symboler\n"
7363440a403fSchristos#~ "     --redefine-sym <gam>=<ny>    Definere om ssymbolet med navn <gam> til <ny>\n"
7364440a403fSchristos#~ "     --srec-len <nr>              Begr�nsa l�ngden p� genererede S-poster\n"
7365440a403fSchristos#~ "     --srec-forceS3               Begr�nsa typen af genererede S-poster til S3\n"
7366440a403fSchristos#~ "     --strip-symbols <fil>        -N for alle symboler som listes i <fil>\n"
7367440a403fSchristos#~ "     --keep-symbols <fil>         -K for alle symboler som listes i <fil>\n"
7368440a403fSchristos#~ "     --localize-symbols <fil>     -L for alle symboler som listes i <fil>\n"
7369440a403fSchristos#~ "     --keep-global-symbols <fil>  -G for alle symboler som listes i <fil>\n"
7370440a403fSchristos#~ "     --weaken-symbols <fil>       -W for alle symboler som listes i <fil>\n"
7371440a403fSchristos#~ "     --alt-machine-code <indeks>   Brug alternativ maskinkode for uddata\n"
7372440a403fSchristos#~ "  -v --verbose                    Lista alle for�ndrede objektfiler\n"
7373440a403fSchristos#~ "  -V --version                    Vis programmets versionsinformation\n"
7374440a403fSchristos#~ "  -h --help                       Vis denne hj�lp\n"
7375440a403fSchristos
7376440a403fSchristos#~ msgid "cannot stat: %s: %s"
7377440a403fSchristos#~ msgstr "kan ikke tage status: %s: %s"
7378440a403fSchristos
7379440a403fSchristos#~ msgid "making"
7380440a403fSchristos#~ msgstr "fremstilling"
7381440a403fSchristos
7382440a403fSchristos#~ msgid "size"
7383440a403fSchristos#~ msgstr "st�rrelse"
7384440a403fSchristos
7385440a403fSchristos#~ msgid "vma"
7386440a403fSchristos#~ msgstr "vma"
7387440a403fSchristos
7388440a403fSchristos#~ msgid "alignment"
7389440a403fSchristos#~ msgstr "justering"
7390440a403fSchristos
7391440a403fSchristos#~ msgid "flags"
7392440a403fSchristos#~ msgstr "flag"
7393440a403fSchristos
7394440a403fSchristos#~ msgid "private data"
7395440a403fSchristos#~ msgstr "privat data"
7396440a403fSchristos
7397440a403fSchristos#~ msgid "%s: section `%s': error in %s: %s"
7398440a403fSchristos#~ msgstr "%s: sektion \"%s\": fejl p� %s: %s"
7399440a403fSchristos
7400440a403fSchristos#~ msgid "%s: cannot stat: %s"
7401440a403fSchristos#~ msgstr "%s: kan ikke tage status: %s"
7402440a403fSchristos
7403440a403fSchristos#~ msgid "Cannot stat: %s: %s"
7404440a403fSchristos#~ msgstr "Kan ikke tage status: %s: %s"
7405440a403fSchristos
7406440a403fSchristos#~ msgid "%s: No dynamic symbols"
7407440a403fSchristos#~ msgstr "%s: Ingen dynamiske symboler"
7408440a403fSchristos
7409440a403fSchristos#~ msgid "Out of virtual memory"
7410440a403fSchristos#~ msgstr "Slut p� virtuel hukommelse"
7411440a403fSchristos
7412440a403fSchristos#~ msgid "Reading %s section of %s failed: %s\n"
7413440a403fSchristos#~ msgstr "L�sning af %s-sektionen i %s mislykkedes: %s\n"
7414440a403fSchristos
7415440a403fSchristos#~ msgid "Skipping unexpected symbol type %u\n"
7416440a403fSchristos#~ msgstr "Hopper over uventet symboltype %u\n"
7417440a403fSchristos
7418440a403fSchristos#~ msgid "dynamic segment"
7419440a403fSchristos#~ msgstr "dynamisk segment"
7420440a403fSchristos
7421440a403fSchristos#~ msgid "  Offset: %#08lx  Link to section: %ld (%s)\n"
7422440a403fSchristos#~ msgstr "  Offset: %#08lx  L�nke til sektion: %ld (%s)\n"
7423440a403fSchristos
7424440a403fSchristos#~ msgid "Out of memory"
7425440a403fSchristos#~ msgstr "Slut p� hukommelse"
7426440a403fSchristos
7427440a403fSchristos#~ msgid "64-bit DWARF line info is not supported yet.\n"
7428440a403fSchristos#~ msgstr "64-bit DWARF-linjeinformation underst�ttes ikke endnu.\n"
7429440a403fSchristos
7430440a403fSchristos#~ msgid "64-bit DWARF pubnames are not supported yet.\n"
7431440a403fSchristos#~ msgstr "64-bit DWARF-offentlige navne underst�ttes ikke endnu.\n"
7432440a403fSchristos
7433440a403fSchristos#~ msgid "debug_loc section data"
7434440a403fSchristos#~ msgstr "debug_loc sektionsdata"
7435440a403fSchristos
7436440a403fSchristos#~ msgid ""
7437440a403fSchristos#~ "\n"
7438440a403fSchristos#~ "The .debug_loc section is empty.\n"
7439440a403fSchristos#~ msgstr ""
7440440a403fSchristos#~ "\n"
7441440a403fSchristos#~ ".debug_loc-sektionen er tom.\n"
7442440a403fSchristos
7443440a403fSchristos#~ msgid "debug_str section data"
7444440a403fSchristos#~ msgstr "debug_str sektionsdata"
7445440a403fSchristos
7446440a403fSchristos#~ msgid ""
7447440a403fSchristos#~ "Contents of the .debug_str section:\n"
7448440a403fSchristos#~ "\n"
7449440a403fSchristos#~ msgstr ""
7450440a403fSchristos#~ "Indhold i .debug_str-sektionen:\n"
7451440a403fSchristos#~ "\n"
7452440a403fSchristos
7453440a403fSchristos#~ msgid "64-bit DWARF debug info is not supported yet.\n"
7454440a403fSchristos#~ msgstr "64-bit DWARF-fejls�gningsinfo underst�ttes ikke endnu.\n"
7455440a403fSchristos
7456440a403fSchristos#~ msgid "Only version 2 DWARF debug information is currently supported.\n"
7457440a403fSchristos#~ msgstr "Kun version 2 af DWARF fejls�gningsinformation underst�ttes i �jeblikket.\n"
7458440a403fSchristos
7459440a403fSchristos#~ msgid "debug_abbrev section data"
7460440a403fSchristos#~ msgstr "debug_abbrev sektionsdata"
7461440a403fSchristos
7462440a403fSchristos#~ msgid "Unable to locate entry %lu in the abbreviation table\n"
7463440a403fSchristos#~ msgstr "Kan ikke finde post %lu i forkortelsestabellen\n"
7464440a403fSchristos
7465440a403fSchristos#~ msgid "64-bit DWARF aranges are not supported yet.\n"
7466440a403fSchristos#~ msgstr "64-bit DWARF-a-intervaller underst�ttes ikke endnu.\n"
7467440a403fSchristos
7468440a403fSchristos#~ msgid "64-bit DWARF format frames are not supported yet.\n"
7469440a403fSchristos#~ msgstr "64-bit DWARF-formatskabeloner underst�ttes ikke endnu.\n"
7470440a403fSchristos
7471440a403fSchristos#~ msgid "debug section data"
7472440a403fSchristos#~ msgstr "fejls�gningssektionsdata"
7473440a403fSchristos
7474440a403fSchristos#~ msgid "Cannot stat input file %s.\n"
7475440a403fSchristos#~ msgstr "Kan ikke tage status for inddatafil %s.\n"
7476440a403fSchristos
7477440a403fSchristos#~ msgid "%s: rename: %s"
7478440a403fSchristos#~ msgstr "%s: kan ikke omd�be: %s"
7479440a403fSchristos
7480440a403fSchristos#~ msgid "%s: simple_copy: %s"
7481440a403fSchristos#~ msgstr "%s: kopieringsfejl: %s"
7482440a403fSchristos
7483440a403fSchristos#~ msgid "can't read resource section"
7484440a403fSchristos#~ msgstr "kan ikke l�se resursesektionen"
7485440a403fSchristos
7486440a403fSchristos#~ msgid "invalid number %s"
7487440a403fSchristos#~ msgstr "ugyldigt tal %s"
7488