blob: 04e17d89f2fb514f36ccba1ce0c03339e76f0169 [file] [log] [blame]
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001# E2fsprogs translation template file
2# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
4# by Theodore Ts'o
5# This file is distributed under the same license as the e2fsprogs package.
6# Theodore Ts'o <tytso@mit.edu>, 2012.
Joe Hansen1e000f82016-08-31 23:14:17 -04007# Joe Hansen <joedalton2@yahoo.dk>, 2012, 2014, 2015, 2016.
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008#
9#. The strings in e2fsck's problem.c can be very hard to translate,
10#. since the strings are expanded in two different ways. First of all,
11#. there is an @-expansion, where strings like "@i" are expanded to
12#. "inode", and so on. In order to make it easier for translators, the
13#. e2fsprogs po template file has been enhanced with comments that show
14#. the @-expansion, for the strings in the problem.c file.
15#.
16#. Translators are free to use the @-expansion facility if they so
17#. choose, by providing translations for strings in e2fsck/message.c.
18#. These translation can completely replace an expansion; for example,
19#. if "bblock" (which indicated that "@b" would be expanded to "block")
20#. is translated as "ddatenverlust", then "@d" will be expanded to
21#. "datenverlust". Alternatively, translators can simply not use the
22#. @-expansion facility at all.
23#.
24#. The second expansion which is done for e2fsck's problem.c messages is
25#. a dynamic %-expansion, which expands %i as an inode number, and so
26#. on. A table of these expansions can be found below. Note that
27#. %-expressions that begin with "%D" and "%I" are two-character
28#. expansions; so for example, "%Iu" expands to the inode's user id
29#. ownership field (inode->i_uid). Also the "%B" expansion is special:
30#. it can expand to either the string "indirect block" (possibly preceded
31#. by the word "double" or "triple"), or the string "block #" immediately
32#. followed by an integer indicating a block sequence number.
33#.
34#. %b <blk> block number
35#. %B "indirect block" | "block #"<blkcount> string | string+integer
36#. %c <blk2> block number
37#. %Di <dirent> -> ino inode number
38#. %Dn <dirent> -> name string
39#. %Dr <dirent> -> rec_len
40#. %Dl <dirent> -> name_len
41#. %Dt <dirent> -> filetype
42#. %d <dir> inode number
43#. %g <group> integer
44#. %i <ino> inode number
45#. %Is <inode> -> i_size
46#. %IS <inode> -> i_extra_isize
47#. %Ib <inode> -> i_blocks
48#. %Il <inode> -> i_links_count
49#. %Im <inode> -> i_mode
50#. %IM <inode> -> i_mtime
51#. %IF <inode> -> i_faddr
52#. %If <inode> -> i_file_acl
53#. %Id <inode> -> i_dir_acl
54#. %Iu <inode> -> i_uid
55#. %Ig <inode> -> i_gid
56#. %It <str> file type
57#. %j <ino2> inode number
58#. %m <com_err error message>
59#. %N <num>
60#. %p ext2fs_get_pathname of directory <ino>
61#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
62#. the containing directory. (If dirent is NULL
63#. then return the pathname of directory <ino2>)
64#. %q ext2fs_get_pathname of directory <dir>
65#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
66#. the containing directory.
67#. %s <str> miscellaneous string
68#. %S backup superblock
69#. %X <num> hexadecimal format
70#.
71msgid ""
72msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -040073"Project-Id-Version: e2fsprogs 1.43.1\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -040074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050075"POT-Creation-Date: 2017-01-31 17:10-0500\n"
Joe Hansen1e000f82016-08-31 23:14:17 -040076"PO-Revision-Date: 2016-06-20 22:00+0200\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -040077"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
78"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
79"Language: da\n"
80"MIME-Version: 1.0\n"
81"Content-Type: text/plain; charset=UTF-8\n"
82"Content-Transfer-Encoding: 8bit\n"
83"Plural-Forms: nplurals=2; plural=(n != 1);\n"
84
Theodore Ts'o9e78ef72016-03-15 01:49:00 -040085#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
Theodore Ts'oc5c39362015-05-17 20:27:50 -040086#, c-format
87msgid "Bad block %u out of range; ignored.\n"
88msgstr "Ugyldig blok %u uden for interval; ignoreret\n"
89
90#: e2fsck/badblocks.c:46
91msgid "while sanity checking the bad blocks inode"
92msgstr "under tilregnelighedskontrol af de ugyldige blokkes iknude"
93
94#: e2fsck/badblocks.c:58
95msgid "while reading the bad blocks inode"
96msgstr "under læsning af de ugyldige blokkes iknude"
97
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050098#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1507
99#: e2fsck/unix.c:1600 misc/badblocks.c:1242 misc/badblocks.c:1250
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400100#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400101#: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
Theodore Ts'o48203a32016-06-08 15:45:26 -0400102#: misc/mke2fs.c:230 misc/tune2fs.c:2693 misc/tune2fs.c:2787 resize/main.c:413
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400103#, c-format
104msgid "while trying to open %s"
105msgstr "under åbning af %s"
106
107#: e2fsck/badblocks.c:83
108#, c-format
109msgid "while trying popen '%s'"
110msgstr "under popen af »%s«"
111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400112#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400113msgid "while reading in list of bad blocks from file"
114msgstr "under læsning i liste over ødelagte blokke fra fil"
115
116#: e2fsck/badblocks.c:105
117msgid "while updating bad block inode"
118msgstr "under opdatering af ødelagt blok-iknude"
119
120#: e2fsck/badblocks.c:133
121#, c-format
122msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
123msgstr "Advarsel: Ugyldig blok %u fundet i ødelagt blok-iknude. Ryddet.\n"
124
125#: e2fsck/ehandler.c:55
126#, c-format
127msgid "Error reading block %lu (%s) while %s. "
128msgstr "Fejl ved læsning af blok %lu (%s) mens %s. "
129
130#: e2fsck/ehandler.c:58
131#, c-format
132msgid "Error reading block %lu (%s). "
133msgstr "Fejl ved læsning af blok %lu (%s). "
134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400135#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400136msgid "Ignore error"
137msgstr "Ignorer fejl"
138
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400139#: e2fsck/ehandler.c:67
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400140msgid "Force rewrite"
141msgstr "Fremtving genskrivning"
142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400143#: e2fsck/ehandler.c:109
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400144#, c-format
145msgid "Error writing block %lu (%s) while %s. "
146msgstr "Fejl ved skrivning af blok %lu (%s) mens %s. "
147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400148#: e2fsck/ehandler.c:112
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400149#, c-format
150msgid "Error writing block %lu (%s). "
151msgstr "Fejl ved skrivning af blok %lu (%s). "
152
153#: e2fsck/emptydir.c:57
154msgid "empty dirblocks"
155msgstr "tomme mappeblokke"
156
157#: e2fsck/emptydir.c:62
158msgid "empty dir map"
159msgstr "tomt mappekort"
160
161#: e2fsck/emptydir.c:98
162#, c-format
163msgid "Empty directory block %u (#%d) in inode %u\n"
164msgstr "Tom mappeblok %u (#%d) i iknude %u\n"
165
166#: e2fsck/extend.c:22
167#, c-format
168msgid "%s: %s filename nblocks blocksize\n"
169msgstr "%s: %s filnavn nblockes blokstørrelse\n"
170
171#: e2fsck/extend.c:44
172#, c-format
173msgid "Illegal number of blocks!\n"
174msgstr "Ugyldigt antal blokke!\n"
175
176#: e2fsck/extend.c:50
177#, c-format
178msgid "Couldn't allocate block buffer (size=%d)\n"
179msgstr "Kunne ikke allokere blokmellemlager (size=%d)\n"
180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400181#: e2fsck/extents.c:42
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400182msgid "extent rebuild inode map"
Joe Hansen1e000f82016-08-31 23:14:17 -0400183msgstr "udvid genbygning af fil-iknudekort"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400184
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400185#: e2fsck/flushb.c:35
186#, c-format
187msgid "Usage: %s disk\n"
188msgstr "Brug: %s disk\n"
189
190#: e2fsck/flushb.c:64
191#, c-format
192msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
193msgstr "BLKFLSBUF ioctl er ikke understøttet! Kan ikke tømme mellemlagre.\n"
194
195#: e2fsck/iscan.c:44
196#, c-format
197msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
198msgstr "Brug: %s [-F] [-I inode_buffer_blocks] enhed\n"
199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400200#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400201#, c-format
202msgid "while opening %s for flushing"
203msgstr "under åbning af %s for tømning"
204
Theodore Ts'o48203a32016-06-08 15:45:26 -0400205#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:382
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400206#, c-format
207msgid "while trying to flush %s"
208msgstr "under forsøg på at tømme %s"
209
210#: e2fsck/iscan.c:110
211#, c-format
212msgid "while trying to open '%s'"
213msgstr "under åbning af »%s«"
214
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400215#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400216msgid "while opening inode scan"
217msgstr "under åbing af iknudeskanning"
218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400219#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400220msgid "while getting next inode"
221msgstr "under indhentelse af tekstiknude"
222
223#: e2fsck/iscan.c:136
224#, c-format
225msgid "%u inodes scanned.\n"
226msgstr "%u iknuder skannet.\n"
227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400228#: e2fsck/journal.c:593
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400229msgid "reading journal superblock\n"
230msgstr "læsning af journal superblok\n"
231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400232#: e2fsck/journal.c:666
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400233#, c-format
234msgid "%s: no valid journal superblock found\n"
235msgstr "%s: ingen gyldig journal superblok fundet\n"
236
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400237#: e2fsck/journal.c:675
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400238#, c-format
239msgid "%s: journal too short\n"
240msgstr "%s: journal for kort\n"
241
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500242#: e2fsck/journal.c:968 misc/fuse2fs.c:3791
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400243#, c-format
244msgid "%s: recovering journal\n"
245msgstr "%s: genskaber journal\n"
246
Theodore Ts'o4e528702016-09-04 21:31:21 -0400247#: e2fsck/journal.c:970
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400248#, c-format
249msgid "%s: won't do journal recovery while read-only\n"
250msgstr "%s: udfører ikke journalgendannelse når skrivebeskyttet\n"
251
Theodore Ts'o4e528702016-09-04 21:31:21 -0400252#: e2fsck/journal.c:997
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400253#, c-format
254msgid "while trying to re-open %s"
255msgstr "under forsøg på at genåbne %s"
256
257#: e2fsck/message.c:113
258msgid "aextended attribute"
259msgstr "audvidet attribut"
260
261#: e2fsck/message.c:114
262msgid "Aerror allocating"
263msgstr "Afejlallokering"
264
265#: e2fsck/message.c:115
266msgid "bblock"
267msgstr "bblok"
268
269#: e2fsck/message.c:116
270msgid "Bbitmap"
271msgstr "Bbitmap"
272
273#: e2fsck/message.c:117
274msgid "ccompress"
275msgstr "ckomprimer"
276
277#: e2fsck/message.c:118
278msgid "Cconflicts with some other fs @b"
279msgstr "Cer i konflikt med nogle andre filsystemblokke"
280
281#: e2fsck/message.c:119
282msgid "ddirectory"
283msgstr "dmappe"
284
285#: e2fsck/message.c:120
286msgid "Ddeleted"
287msgstr "Dslettet"
288
289#: e2fsck/message.c:121
290msgid "eentry"
291msgstr "epost"
292
293#: e2fsck/message.c:122
294msgid "E@e '%Dn' in %p (%i)"
295msgstr "E@e »%Dn« i %p (%i)"
296
297#: e2fsck/message.c:123
298msgid "ffilesystem"
299msgstr "ffilsystem"
300
301#: e2fsck/message.c:124
302msgid "Ffor @i %i (%Q) is"
303msgstr "Ffor @i %i (%Q) er"
304
305#: e2fsck/message.c:125
306msgid "ggroup"
307msgstr "ggruppe"
308
309#: e2fsck/message.c:126
310msgid "hHTREE @d @i"
311msgstr "hHTREE @d @i"
312
313#: e2fsck/message.c:127
314msgid "iinode"
315msgstr "iiknude"
316
317#: e2fsck/message.c:128
318msgid "Iillegal"
319msgstr "Iillegal"
320
321#: e2fsck/message.c:129
322msgid "jjournal"
323msgstr "jjournal"
324
325#: e2fsck/message.c:130
326msgid "llost+found"
327msgstr "ltabt+fundet"
328
329#: e2fsck/message.c:131
330msgid "Lis a link"
331msgstr "Ler en henvisning"
332
333#: e2fsck/message.c:132
334msgid "mmultiply-claimed"
335msgstr "mmultiplicere-krævet"
336
337#: e2fsck/message.c:133
338msgid "ninvalid"
339msgstr "nugyldig"
340
341#: e2fsck/message.c:134
342msgid "oorphaned"
343msgstr "oforældreløs"
344
345#: e2fsck/message.c:135
346msgid "pproblem in"
347msgstr "pproblem i"
348
349#: e2fsck/message.c:136
350msgid "qquota"
351msgstr "qkvota"
352
353#: e2fsck/message.c:137
354msgid "rroot @i"
355msgstr "rroot @i"
356
357#: e2fsck/message.c:138
358msgid "sshould be"
359msgstr "sbør være"
360
361#: e2fsck/message.c:139
362msgid "Ssuper@b"
363msgstr "Ssuper@b"
364
365#: e2fsck/message.c:140
366msgid "uunattached"
367msgstr "uikke forbundet"
368
369#: e2fsck/message.c:141
370msgid "vdevice"
371msgstr "venhed"
372
373#: e2fsck/message.c:142
374msgid "xextent"
375msgstr "xudvid"
376
377#: e2fsck/message.c:143
378msgid "zzero-length"
379msgstr "znul-længde"
380
381#: e2fsck/message.c:154
382msgid "<The NULL inode>"
383msgstr "<NULL-iknuden>"
384
385#: e2fsck/message.c:155
386msgid "<The bad blocks inode>"
387msgstr "<De ugyldige blokkes iknude>"
388
389#: e2fsck/message.c:157
390msgid "<The user quota inode>"
391msgstr "<Brugerkvotaens iknude>"
392
393#: e2fsck/message.c:158
394msgid "<The group quota inode>"
395msgstr "<Gruppekvotaens iknude>"
396
397#: e2fsck/message.c:159
398msgid "<The boot loader inode>"
399msgstr "<Opstartsindlæserens iknude>"
400
401#: e2fsck/message.c:160
402msgid "<The undelete directory inode>"
403msgstr "<Fortryd mappe-iknuden"
404
405#: e2fsck/message.c:161
406msgid "<The group descriptor inode>"
407msgstr "<Gruppebeskriver-iknuden>"
408
409#: e2fsck/message.c:162
410msgid "<The journal inode>"
411msgstr "<Journalens iknude>"
412
413#: e2fsck/message.c:163
414msgid "<Reserved inode 9>"
415msgstr "<Reserveret iknude 9>"
416
417#: e2fsck/message.c:164
418msgid "<Reserved inode 10>"
419msgstr "<Reserveret iknude 10>"
420
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400421#: e2fsck/message.c:333
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400422msgid "regular file"
423msgstr "regulær fil"
424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400425#: e2fsck/message.c:335
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400426msgid "directory"
427msgstr "mappe"
428
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400429#: e2fsck/message.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400430msgid "character device"
431msgstr "tegnenhed"
432
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400433#: e2fsck/message.c:339
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400434msgid "block device"
435msgstr "blokenhed"
436
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400437#: e2fsck/message.c:341
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400438msgid "named pipe"
439msgstr "navngivet datakanal"
440
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400441#: e2fsck/message.c:343
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400442msgid "symbolic link"
443msgstr "symbolsk henvisning"
444
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400445#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400446msgid "socket"
447msgstr "sokkel"
448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400449#: e2fsck/message.c:347
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400450#, c-format
451msgid "unknown file type with mode 0%o"
452msgstr "ukendt filtype med tilstand 0%o"
453
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400454#: e2fsck/message.c:422
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400455msgid "indirect block"
456msgstr "indirekte blok"
457
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400458#: e2fsck/message.c:424
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400459msgid "double indirect block"
460msgstr "dobbelt indirekte blok"
461
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400462#: e2fsck/message.c:426
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400463msgid "triple indirect block"
464msgstr "tredobbelt indirekte blok"
465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400466#: e2fsck/message.c:428
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400467msgid "translator block"
468msgstr "oversættterblok"
469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400470#: e2fsck/message.c:430
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400471msgid "block #"
472msgstr "blok #"
473
474#: e2fsck/pass1b.c:222
475msgid "multiply claimed inode map"
476msgstr "forøg hævdede iknudekort"
477
Theodore Ts'o48203a32016-06-08 15:45:26 -0400478#: e2fsck/pass1b.c:645 e2fsck/pass1b.c:793
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400479#, c-format
480msgid "internal error: can't find dup_blk for %llu\n"
481msgstr "intern fejl: kan ikke finde dup_blk for %llu\n"
482
Theodore Ts'o48203a32016-06-08 15:45:26 -0400483#: e2fsck/pass1b.c:903
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400484msgid "returned from clone_file_block"
485msgstr "returneret fra clone_file_block"
486
Theodore Ts'o48203a32016-06-08 15:45:26 -0400487#: e2fsck/pass1b.c:927
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400488#, c-format
489msgid "internal error: couldn't lookup EA block record for %llu"
490msgstr "intern fejl: kunne ikke slå EA-blokpost op for %llu"
491
Theodore Ts'o48203a32016-06-08 15:45:26 -0400492#: e2fsck/pass1b.c:939
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400493#, c-format
494msgid "internal error: couldn't lookup EA inode record for %u"
495msgstr "intern fejl: kunne ikke slå EA-iknudepost op for %u"
496
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500497#: e2fsck/pass1.c:666 e2fsck/pass2.c:972
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400498msgid "reading directory block"
499msgstr "læser mappeblok"
500
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500501#: e2fsck/pass1.c:1112
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400502msgid "in-use inode map"
503msgstr "i brug-iknudekort"
504
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500505#: e2fsck/pass1.c:1123
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400506msgid "directory inode map"
507msgstr "mappe-iknudekort"
508
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500509#: e2fsck/pass1.c:1133
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400510msgid "regular file inode map"
511msgstr "regulær fil-iknudekort"
512
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500513#: e2fsck/pass1.c:1142 misc/e2image.c:1268
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400514msgid "in-use block map"
515msgstr "i brug-blokkort"
516
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500517#: e2fsck/pass1.c:1151
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400518msgid "metadata block map"
Joe Hansen1e000f82016-08-31 23:14:17 -0400519msgstr "metadatablokkort"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400520
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500521#: e2fsck/pass1.c:1213
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400522msgid "opening inode scan"
523msgstr "åbner iknudeskanning"
524
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500525#: e2fsck/pass1.c:1251
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400526msgid "getting next inode from scan"
527msgstr "henter næste iknude fra skanning"
528
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500529#: e2fsck/pass1.c:1936
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400530msgid "Pass 1"
531msgstr "Gennemløb 1"
532
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500533#: e2fsck/pass1.c:1997
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400534#, c-format
535msgid "reading indirect blocks of inode %u"
536msgstr "læser indirekte blokke for iknude %u"
537
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500538#: e2fsck/pass1.c:2047
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400539msgid "bad inode map"
540msgstr "ugyldig iknudekort"
541
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500542#: e2fsck/pass1.c:2087
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400543msgid "inode in bad block map"
544msgstr "iknude i ugyldig blokkort"
545
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500546#: e2fsck/pass1.c:2107
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400547msgid "imagic inode map"
548msgstr "imagic-iknudekort"
549
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500550#: e2fsck/pass1.c:2134
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400551msgid "multiply claimed block map"
552msgstr "forøg hævdet blokkort"
553
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500554#: e2fsck/pass1.c:2248
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400555msgid "ext attr block map"
556msgstr ""
557
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500558#: e2fsck/pass1.c:3415
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400559#, c-format
560msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
561msgstr "%6lu(%c): forventer %6lu fik phys %6lu (blkcnt %lld)\n"
562
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500563#: e2fsck/pass1.c:3830
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400564msgid "block bitmap"
565msgstr "blok-bitmap"
566
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500567#: e2fsck/pass1.c:3836
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400568msgid "inode bitmap"
569msgstr "iknude-bitmap"
570
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500571#: e2fsck/pass1.c:3842
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400572msgid "inode table"
573msgstr "iknudetabel"
574
Theodore Ts'o48203a32016-06-08 15:45:26 -0400575#: e2fsck/pass2.c:287
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400576msgid "Pass 2"
577msgstr "Gennemløb 2"
578
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500579#: e2fsck/pass2.c:1044 e2fsck/pass2.c:1209
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400580msgid "Can not continue."
581msgstr "Kan ikke fortsætte."
582
583#: e2fsck/pass3.c:77
584msgid "inode done bitmap"
585msgstr "iknude færdig bitmap"
586
587#: e2fsck/pass3.c:86
588msgid "Peak memory"
589msgstr "Tophukommelse"
590
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400591#: e2fsck/pass3.c:149
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400592msgid "Pass 3"
593msgstr "Gennemløb 3"
594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400595#: e2fsck/pass3.c:344
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400596msgid "inode loop detection bitmap"
597msgstr "iknude-loopdetektionsbitmap"
598
Theodore Ts'o48203a32016-06-08 15:45:26 -0400599#: e2fsck/pass4.c:207
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400600msgid "Pass 4"
601msgstr "Gennemløb 4"
602
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400603#: e2fsck/pass5.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400604msgid "Pass 5"
605msgstr "Gennemløb 5"
606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400607#: e2fsck/pass5.c:104
608msgid "check_inode_bitmap_checksum: Memory allocation error"
609msgstr ""
610
611#: e2fsck/pass5.c:158
612msgid "check_block_bitmap_checksum: Memory allocation error"
613msgstr ""
614
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400615#: e2fsck/problem.c:51
616msgid "(no prompt)"
617msgstr "(ingen prompt)"
618
619#: e2fsck/problem.c:52
620msgid "Fix"
621msgstr "Ret"
622
623#: e2fsck/problem.c:53
624msgid "Clear"
625msgstr "Ryd"
626
627#: e2fsck/problem.c:54
628msgid "Relocate"
629msgstr "Realloker"
630
631#: e2fsck/problem.c:55
632msgid "Allocate"
633msgstr "Alloker"
634
635#: e2fsck/problem.c:56
636msgid "Expand"
637msgstr "Udvid"
638
639#: e2fsck/problem.c:57
640msgid "Connect to /lost+found"
641msgstr "Forbind til /mistet+fundet"
642
643#: e2fsck/problem.c:58
644msgid "Create"
645msgstr "Opret"
646
647#: e2fsck/problem.c:59
648msgid "Salvage"
649msgstr "Red"
650
651#: e2fsck/problem.c:60
652msgid "Truncate"
653msgstr "Afkort"
654
655#: e2fsck/problem.c:61
656msgid "Clear inode"
657msgstr "Ryd iknude"
658
659#: e2fsck/problem.c:62
660msgid "Abort"
661msgstr "Afbryd"
662
663#: e2fsck/problem.c:63
664msgid "Split"
665msgstr "Opdel"
666
667#: e2fsck/problem.c:64
668msgid "Continue"
669msgstr "Fortsæt"
670
671#: e2fsck/problem.c:65
672msgid "Clone multiply-claimed blocks"
673msgstr "Klon blokke krævet af flere"
674
675#: e2fsck/problem.c:66
676msgid "Delete file"
677msgstr "Slet fil"
678
679#: e2fsck/problem.c:67
680msgid "Suppress messages"
681msgstr "Undertryk beskeder"
682
683#: e2fsck/problem.c:68
684msgid "Unlink"
685msgstr ""
686
687#: e2fsck/problem.c:69
688msgid "Clear HTree index"
689msgstr "Ryd HTree-indeks"
690
691#: e2fsck/problem.c:70
692msgid "Recreate"
693msgstr "Genskab"
694
695#: e2fsck/problem.c:79
696msgid "(NONE)"
697msgstr "(INGEN)"
698
699#: e2fsck/problem.c:80
700msgid "FIXED"
701msgstr "RETTET"
702
703#: e2fsck/problem.c:81
704msgid "CLEARED"
705msgstr "RYDDET"
706
707#: e2fsck/problem.c:82
708msgid "RELOCATED"
709msgstr "REALLOKERET"
710
711#: e2fsck/problem.c:83
712msgid "ALLOCATED"
713msgstr "ALLOKERET"
714
715#: e2fsck/problem.c:84
716msgid "EXPANDED"
717msgstr "UDVIDET"
718
719#: e2fsck/problem.c:85
720msgid "RECONNECTED"
721msgstr "GENFORBUNDET"
722
723#: e2fsck/problem.c:86
724msgid "CREATED"
725msgstr "OPRETTET"
726
727#: e2fsck/problem.c:87
728msgid "SALVAGED"
729msgstr "REDDET"
730
731#: e2fsck/problem.c:88
732msgid "TRUNCATED"
733msgstr "AFKORTET"
734
735#: e2fsck/problem.c:89
736msgid "INODE CLEARED"
737msgstr "IKNUDE RYDDET"
738
739#: e2fsck/problem.c:90
740msgid "ABORTED"
741msgstr "AFBRUDT"
742
743#: e2fsck/problem.c:91
744msgid "SPLIT"
745msgstr "OPDEL"
746
747#: e2fsck/problem.c:92
748msgid "CONTINUING"
749msgstr "FORTSÆTTER"
750
751#: e2fsck/problem.c:93
752msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
753msgstr "BLOKKE EJET AF FLERE KLONET"
754
755#: e2fsck/problem.c:94
756msgid "FILE DELETED"
757msgstr "FIL SLETTET"
758
759#: e2fsck/problem.c:95
760msgid "SUPPRESSED"
761msgstr "UNDERTRYKT"
762
763#: e2fsck/problem.c:96
764msgid "UNLINKED"
765msgstr "HENVISNING FJERNET"
766
767#: e2fsck/problem.c:97
768msgid "HTREE INDEX CLEARED"
769msgstr "HTREE-INDEKS RYDDET"
770
771#: e2fsck/problem.c:98
772msgid "WILL RECREATE"
773msgstr "VIL GENSKABE"
774
775#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400776#: e2fsck/problem.c:110
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400777msgid "@b @B for @g %g is not in @g. (@b %b)\n"
778msgstr "blokbitmap for gruppe %g er ikke i gruppe. (blok %b)\n"
779
780#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400781#: e2fsck/problem.c:114
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400782msgid "@i @B for @g %g is not in @g. (@b %b)\n"
783msgstr "iknude-bitmap for gruppe %g er ikke i gruppe. (blok %b)\n"
784
785#. @-expanded: inode table for group %g is not in group. (block %b)\n
786#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400787#: e2fsck/problem.c:119
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400788msgid ""
789"@i table for @g %g is not in @g. (@b %b)\n"
790"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
791msgstr ""
792"iknude-tabel for gruppe %g er ikke i gruppe. (blok %b)\n"
793"ADVARSEL: ALVORLIG DATATAB KAN OPSTÅ.\n"
794
795#. @-expanded: \n
796#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
797#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
798#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
799#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
800#. @-expanded: e2fsck -b 8193 <device>\n
801#. @-expanded: or\n
802#. @-expanded: e2fsck -b 32768 <device>\n
803#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400804#: e2fsck/problem.c:125
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400805msgid ""
806"\n"
807"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
808"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
809"@f (and not swap or ufs or something else), then the @S\n"
810"is corrupt, and you might try running e2fsck with an alternate @S:\n"
811" e2fsck -b 8193 <@v>\n"
812" or\n"
813" e2fsck -b 32768 <@v>\n"
814"\n"
815msgstr ""
816"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400817"Superblokken kunne ikke læses eller beskriver ikke et gyldigt ext2/ext3/"
818"ext4-\n"
819"filsystem. Hvis enheden er gyldig og den indeholder et ext2/ext3/ext4-"
820"filsystem\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400821"(og ikke swap eller ufs eller noget andet), så er superblokken korrupt,\n"
822"og du kan forsøge at køre e2fsck med en alternativ superblok:\n"
823" e2fsck -b 8193 <@v>\n"
824" eller\n"
825" e2fsck -b 32768 <@v>\n"
826"\n"
827
828#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
829#. @-expanded: The physical size of the device is %c blocks\n
830#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400831#: e2fsck/problem.c:136
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400832msgid ""
833"The @f size (according to the @S) is %b @bs\n"
834"The physical size of the @v is %c @bs\n"
835"Either the @S or the partition table is likely to be corrupt!\n"
836msgstr ""
837"Filsystemets størrelse (jævnfør superblokken) er %b blokke\n"
838"Den fysiske størrelse for enheden er %c blokke\n"
839"Sandsynligvis er enten superblokken eller partitionstabellen ødelagt!\n"
840
841#. @-expanded: superblock block_size = %b, fragsize = %c.\n
842#. @-expanded: This version of e2fsck does not support fragment sizes different\n
843#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400844#: e2fsck/problem.c:143
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400845msgid ""
846"@S @b_size = %b, fragsize = %c.\n"
847"This version of e2fsck does not support fragment sizes different\n"
848"from the @b size.\n"
849msgstr ""
850"superblok blok_størrelse = %b, fragstr. = %c.\n"
851"Denne version af e2fsck understøtter ikke fragmentstørrelser, der er\n"
852"forskellige fra blokstørrelsen.\n"
853
854#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400855#: e2fsck/problem.c:150
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400856msgid "@S @bs_per_group = %b, should have been %c\n"
857msgstr "Superblok blokke_per_gruppe = %b, skulle have været %c\n"
858
859#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400860#: e2fsck/problem.c:155
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400861msgid "@S first_data_@b = %b, should have been %c\n"
862msgstr "@S first_data_@b = %b, skulle have været %c\n"
863
864#. @-expanded: filesystem did not have a UUID; generating one.\n
865#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400866#: e2fsck/problem.c:160
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400867msgid ""
868"@f did not have a UUID; generating one.\n"
869"\n"
870msgstr ""
871"@f havde ikke en UUID; oprette en.\n"
872"\n"
873
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400874#: e2fsck/problem.c:165
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400875#, c-format
876msgid ""
877"Note: if several inode or block bitmap blocks or part\n"
878"of the inode table require relocation, you may wish to try\n"
879"running e2fsck with the '-b %S' option first. The problem\n"
880"may lie only with the primary block group descriptors, and\n"
881"the backup block group descriptors may be OK.\n"
882"\n"
883msgstr ""
884"Bemærk: Hvis flere iknude- eller blok-bitmapblokke eller dele\n"
885"af iknude-tabellen kræver ny placering, så kan du prøve at\n"
886"køre e2fsck med tilvalget »-b %S« først. Problemet er måske\n"
887"kun i den prmære blokgruppes beskrivere, og sikkerhedskopiens\n"
888"blokgruppebeskrivere kan være o.k.\n"
889
890#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400891#: e2fsck/problem.c:174
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400892msgid "Corruption found in @S. (%s = %N).\n"
893msgstr "Korruption fundet i @S. (%s = %N).\n"
894
895#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400896#: e2fsck/problem.c:179
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400897#, c-format
898msgid "Error determining size of the physical @v: %m\n"
899msgstr "Fejl under bestemmelse af størrelsen på den fysiske @v: %m\n"
900
901#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400902#: e2fsck/problem.c:184
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400903msgid "@i count in @S is %i, @s %j.\n"
904msgstr "iknude-antal i superblok er %i, skal være %j.\n"
905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400906#: e2fsck/problem.c:188
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400907msgid "The Hurd does not support the filetype feature.\n"
908msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
909
910#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400911#: e2fsck/problem.c:193
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400912#, c-format
913msgid "@S has an @n @j (@i %i).\n"
914msgstr "superblokken har en ugyldig journal (iknude %i).\n"
915
916#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400917#: e2fsck/problem.c:198
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400918msgid "External @j has multiple @f users (unsupported).\n"
919msgstr "Ekstern journal har flere filsystembrugere (ikke understøttet).\n"
920
921#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400922#: e2fsck/problem.c:203
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400923msgid "Can't find external @j\n"
924msgstr "Kan ikke finde @j\n"
925
926#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400927#: e2fsck/problem.c:208
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400928msgid "External @j has bad @S\n"
929msgstr "Ekstern @j har ugyldig @S\n"
930
931#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400932#: e2fsck/problem.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400933msgid "External @j does not support this @f\n"
934msgstr "Ekstern @j understøtter ikke dette @f\n"
935
936#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
937#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
938#. @-expanded: format.\n
939#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400940#: e2fsck/problem.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400941msgid ""
942"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400943"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
944"format.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400945"It is also possible the @j @S is corrupt.\n"
946msgstr ""
947
948#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400949#: e2fsck/problem.c:226
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400950msgid "@j @S is corrupt.\n"
951msgstr "@j @S er ødelagt.\n"
952
953#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400954#: e2fsck/problem.c:231
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400955msgid "@S has_@j flag is clear, but a @j is present.\n"
956msgstr "superbloks has_journal-flag er ryddet, men en journal er til stede.\n"
957
958#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400959#: e2fsck/problem.c:236
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400960msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400961msgstr ""
962"superbloks needs_recovery-flag er angivet, men ingen journal er til stede.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400963
964#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400965#: e2fsck/problem.c:241
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400966msgid "@S needs_recovery flag is clear, but @j has data.\n"
967msgstr "superbloks needs_recovery-flag er ryddet, men journal har data.\n"
968
969#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400970#: e2fsck/problem.c:246
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400971msgid "Clear @j"
972msgstr "Ryd @j"
973
974#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o4e528702016-09-04 21:31:21 -0400975#: e2fsck/problem.c:251 e2fsck/problem.c:744
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400976msgid "@f has feature flag(s) set, but is a revision 0 @f. "
977msgstr "filsytem har funktionsflag angivet, men er et revision 0-filsystem."
978
979#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400980#: e2fsck/problem.c:256
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400981msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -0400982msgstr ""
983"%s forældreløs iknude %i (uid=%Iu, gid=%Ig, tilstand=%Im, størrelse=%Is)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400984
985#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400986#: e2fsck/problem.c:261
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400987msgid "@I %B (%b) found in @o @i %i.\n"
988msgstr "illegal %B (%b) fundet i forældreløs iknude %i.\n"
989
990#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400991#: e2fsck/problem.c:266
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400992msgid "Already cleared %B (%b) found in @o @i %i.\n"
993msgstr "Allerede ryddet %b (%b) fundet i forældreløs iknude %i.\n"
994
995#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400996#: e2fsck/problem.c:271
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400997#, c-format
998msgid "@I @o @i %i in @S.\n"
999msgstr "Illegal forældeløs iknude %i i superblok.\n"
1000
1001#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001002#: e2fsck/problem.c:276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001003#, c-format
1004msgid "@I @i %i in @o @i list.\n"
1005msgstr "Illegal iknude %i i forældreløs iknudeliste.\n"
1006
1007#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001008#: e2fsck/problem.c:281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001009msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001010msgstr ""
1011"Journalsuperblok har et ukendt skrivebeskyttet funktionsflag angivet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001012
1013#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001014#: e2fsck/problem.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001015msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001016msgstr ""
1017"Journalsuperblok har et ukendt og ikke kompatibelt funktionsflag angivet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001018
1019#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001020#: e2fsck/problem.c:291
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001021msgid "@j version not supported by this e2fsck.\n"
1022msgstr "Journalversion er ikke understøttet af denne e2fsck.\n"
1023
1024#. @-expanded: Moving journal from /%s to hidden inode.\n
1025#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001026#: e2fsck/problem.c:296
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001027#, c-format
1028msgid ""
1029"Moving @j from /%s to hidden @i.\n"
1030"\n"
1031msgstr ""
1032"Flytter @j fra /%s til skjult @i.\n"
1033"\n"
1034
1035#. @-expanded: Error moving journal: %m\n
1036#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001037#: e2fsck/problem.c:301
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001038#, c-format
1039msgid ""
1040"Error moving @j: %m\n"
1041"\n"
1042msgstr ""
1043"Fejl under flytning af journal: %m\n"
1044"\n"
1045
1046#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1047#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1048#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001049#: e2fsck/problem.c:306
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001050msgid ""
1051"Found @n V2 @j @S fields (from V1 @j).\n"
1052"Clearing fields beyond the V1 @j @S...\n"
1053"\n"
1054msgstr ""
1055"Fandt ugyldig V2-journalsuperblokfelter (fra V1-journal).\n"
1056"Rydder felter efter V1-journalsuperblokken ...\n"
1057"\n"
1058
1059#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001060#: e2fsck/problem.c:312
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001061msgid "Run @j anyway"
1062msgstr "Kør journal alligevel"
1063
1064#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001065#: e2fsck/problem.c:317
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001066msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001067msgstr ""
1068"Gendannelsesflag er ikke angivet i sikkerhedskopien superblok, så kører "
1069"journal alligevel.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001070
1071#. @-expanded: Backing up journal inode block information.\n
1072#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001073#: e2fsck/problem.c:322
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001074msgid ""
1075"Backing up @j @i @b information.\n"
1076"\n"
1077msgstr "Laver sikkerhedskopi af journalens iknude-blokinformation.\n"
1078
1079#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1080#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001081#: e2fsck/problem.c:327
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001082msgid ""
1083"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1084"is %N; @s zero. "
1085msgstr ""
1086"Filsystemet har ikke resize_inode aktiveret, men s_reserved_gdt_blocks\n"
1087"er %N; skal være nul."
1088
1089#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001090#: e2fsck/problem.c:333
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001091msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1092msgstr "Resize_inode er ikke aktiveret, men resize-iknude er non-zero. "
1093
1094#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001095#: e2fsck/problem.c:338
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001096msgid "Resize @i not valid. "
1097msgstr "Resize-iknude er ikke gyldig. "
1098
1099#. @-expanded: superblock last mount time (%t,\n
1100#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001101#: e2fsck/problem.c:343
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001102msgid ""
1103"@S last mount time (%t,\n"
1104"\tnow = %T) is in the future.\n"
1105msgstr ""
1106"Superbloks sidste monteringstidspunkt (%t,\n"
1107"\tnu = %T) er i fremtiden.\n"
1108
1109#. @-expanded: superblock last write time (%t,\n
1110#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001111#: e2fsck/problem.c:348
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001112msgid ""
1113"@S last write time (%t,\n"
1114"\tnow = %T) is in the future.\n"
1115msgstr ""
1116
1117#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001118#: e2fsck/problem.c:352
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001119#, c-format
1120msgid "@S hint for external superblock @s %X. "
1121msgstr "Superblok-fif for ekstern superblok skal være %X."
1122
1123#. @-expanded: Adding dirhash hint to filesystem.\n
1124#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001125#: e2fsck/problem.c:357
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001126msgid ""
1127"Adding dirhash hint to @f.\n"
1128"\n"
1129msgstr ""
1130"Tilføjer dirhash-fif til filsystemet.\n"
1131"\n"
1132
1133#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001134#: e2fsck/problem.c:362
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001135msgid "@g descriptor %g checksum is %04x, should be %04y. "
1136msgstr "Gruppebeskriver %g's kontrolsum er %04x, skal være %04y. "
1137
1138#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001139#: e2fsck/problem.c:367
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001140#, c-format
1141msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001142msgstr ""
1143"Gruppebeskriver %g markeret som ikke initialiseret uden funktionssæt.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001144
1145#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001146#: e2fsck/problem.c:372
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001147msgid "@g descriptor %g has invalid unused inodes count %b. "
1148msgstr "gruppebeskriver %g har ugyldig ubrugt iknudeantal %b. "
1149
1150#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001151#: e2fsck/problem.c:377
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001152msgid "Last @g @b @B uninitialized. "
1153msgstr "Sidste gruppeblokbitmap er ikke initialiseret. "
1154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001155#: e2fsck/problem.c:382
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001156#, c-format
1157msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1158msgstr "Journaltransaktion %i var ødelagt, genafspilning blev afbrudt.\n"
1159
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001160#: e2fsck/problem.c:386
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001161msgid "The test_fs flag is set (and ext4 is available). "
1162msgstr "Flaget test_fs er angivet (og ext2 er tilgængelig). "
1163
1164#. @-expanded: superblock last mount time is in the future.\n
1165#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001166#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001167#: e2fsck/problem.c:391
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001168msgid ""
1169"@S last mount time is in the future.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001170"\t(by less than a day, probably due to the hardware clock being incorrectly "
1171"set)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001172msgstr ""
1173
1174#. @-expanded: superblock last write time is in the future.\n
1175#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001176#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001177#: e2fsck/problem.c:397
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001178msgid ""
1179"@S last write time is in the future.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001180"\t(by less than a day, probably due to the hardware clock being incorrectly "
1181"set)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001182msgstr ""
1183
1184#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001185#: e2fsck/problem.c:403
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001186msgid "One or more @b @g descriptor checksums are invalid. "
1187msgstr "En eller flere blokgruppebeskriveres kontrolsummer er ugyldige. "
1188
1189#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001190#: e2fsck/problem.c:408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001191msgid "Setting free @is count to %j (was %i)\n"
1192msgstr "Angiver frit iknudeantal til %j (var %i)\n"
1193
1194#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001195#: e2fsck/problem.c:413
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001196msgid "Setting free @bs count to %c (was %b)\n"
1197msgstr "Angiver frit blokantal til %c (var %b)\n"
1198
1199#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001200#: e2fsck/problem.c:418
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001201msgid "Making @q @i %i (%Q) hidden.\n"
1202msgstr "Laver kvota-iknude %i (%Q) skjult.\n"
1203
1204#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001205#: e2fsck/problem.c:423
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001206msgid "@S has invalid MMP block. "
1207msgstr "@S har ugyldig MMP-blok. "
1208
1209#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001210#: e2fsck/problem.c:428
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001211msgid "@S has invalid MMP magic. "
1212msgstr "superblok har ugyldig MMP-magi. "
1213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001214#: e2fsck/problem.c:433
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001215#, c-format
1216msgid "ext2fs_open2: %m\n"
1217msgstr "ext2fs_open2: %m\n"
1218
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001219#: e2fsck/problem.c:438
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001220#, c-format
1221msgid "ext2fs_check_desc: %m\n"
1222msgstr "ext2fs_check_desc: %m\n"
1223
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001224#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1225#. @-expanded: simultaneously.
1226#: e2fsck/problem.c:446
Theodore Ts'o4e528702016-09-04 21:31:21 -04001227msgid ""
1228"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1229"simultaneously."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001230msgstr ""
1231
1232#. @-expanded: superblock MMP block checksum does not match MMP block.
1233#: e2fsck/problem.c:452
1234msgid "@S MMP block checksum does not match MMP block. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001235msgstr "superblok MMP-blokkens kontrolsum matcher ikke MMP-blok. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001236
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001237#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001238#: e2fsck/problem.c:457
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001239msgid "@S 64bit filesystems needs extents to access the whole disk. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001240msgstr ""
1241"superblok 64-bit filsystemer kræver udvidelser for at tilgå hele disken. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001243#: e2fsck/problem.c:462
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001244msgid "First_meta_bg is too big. (%N, max value %g). "
Joe Hansen1e000f82016-08-31 23:14:17 -04001245msgstr "First_meta_bg er for stor. (%N, maks. værdi %g). "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001246
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001247#. @-expanded: External journal superblock checksum does not match superblock.
1248#: e2fsck/problem.c:467
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001249msgid "External @j @S checksum does not match @S. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001250msgstr "Ekstern kontrolsum for journalsuperblok matcher ikke superblok. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001251
1252#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1253#: e2fsck/problem.c:472
1254msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Joe Hansen1e000f82016-08-31 23:14:17 -04001255msgstr "superblok metadata_csum_seed er ikke nødvendig uden metadata_csum."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001256
Theodore Ts'o48203a32016-06-08 15:45:26 -04001257#: e2fsck/problem.c:477
1258#, c-format
1259msgid "Error initializing quota context in support library: %m\n"
1260msgstr ""
1261
Theodore Ts'o4e528702016-09-04 21:31:21 -04001262#. @-expanded: Bad required extra isize in superblock (%N).
1263#: e2fsck/problem.c:482
1264msgid "Bad required extra isize in @S (%N). "
1265msgstr ""
1266
1267#. @-expanded: Bad desired extra isize in superblock (%N).
1268#: e2fsck/problem.c:487
1269msgid "Bad desired extra isize in @S (%N). "
1270msgstr ""
1271
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001272#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001273#: e2fsck/problem.c:494
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001274msgid "Pass 1: Checking @is, @bs, and sizes\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04001275msgstr "Gennemløb 1: Kontrollerer iknuder, blokke og størrelser\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001276
1277#. @-expanded: root inode is not a directory.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001278#: e2fsck/problem.c:498
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001279msgid "@r is not a @d. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001280msgstr "rod-iknude er ikke en mappe. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001281
1282#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001283#: e2fsck/problem.c:503
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001284msgid "@r has dtime set (probably due to old mke2fs). "
1285msgstr ""
1286
1287#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001288#: e2fsck/problem.c:508
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001289msgid "Reserved @i %i (%Q) has @n mode. "
1290msgstr ""
1291
1292#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001293#: e2fsck/problem.c:513
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001294#, c-format
1295msgid "@D @i %i has zero dtime. "
1296msgstr ""
1297
1298#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001299#: e2fsck/problem.c:518
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001300#, c-format
1301msgid "@i %i is in use, but has dtime set. "
1302msgstr ""
1303
1304#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001305#: e2fsck/problem.c:523
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001306#, c-format
1307msgid "@i %i is a @z @d. "
1308msgstr ""
1309
1310#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001311#: e2fsck/problem.c:528
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001312msgid "@g %g's @b @B at %b @C.\n"
1313msgstr ""
1314
1315#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001316#: e2fsck/problem.c:533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001317msgid "@g %g's @i @B at %b @C.\n"
1318msgstr ""
1319
1320#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001321#: e2fsck/problem.c:538
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001322msgid "@g %g's @i table at %b @C.\n"
1323msgstr ""
1324
1325#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001326#: e2fsck/problem.c:543
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001327msgid "@g %g's @b @B (%b) is bad. "
1328msgstr ""
1329
1330#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001331#: e2fsck/problem.c:548
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001332msgid "@g %g's @i @B (%b) is bad. "
1333msgstr ""
1334
1335#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001336#: e2fsck/problem.c:553
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001337msgid "@i %i, i_size is %Is, @s %N. "
1338msgstr ""
1339
1340#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001341#: e2fsck/problem.c:558
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001342msgid "@i %i, i_@bs is %Ib, @s %N. "
1343msgstr ""
1344
1345#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001346#: e2fsck/problem.c:563
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001347msgid "@I %B (%b) in @i %i. "
1348msgstr ""
1349
1350#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001351#: e2fsck/problem.c:568
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001352msgid "%B (%b) overlaps @f metadata in @i %i. "
1353msgstr ""
1354
1355#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001356#: e2fsck/problem.c:573
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001357#, c-format
1358msgid "@i %i has illegal @b(s). "
1359msgstr ""
1360
1361#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001362#: e2fsck/problem.c:578
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001363#, c-format
1364msgid "Too many illegal @bs in @i %i.\n"
1365msgstr ""
1366
1367#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001368#: e2fsck/problem.c:583
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001369msgid "@I %B (%b) in bad @b @i. "
1370msgstr ""
1371
1372#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001373#: e2fsck/problem.c:588
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001374msgid "Bad @b @i has illegal @b(s). "
1375msgstr ""
1376
1377#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001378#: e2fsck/problem.c:593
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001379msgid "Duplicate or bad @b in use!\n"
1380msgstr ""
1381
1382#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001383#: e2fsck/problem.c:598
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001384msgid "Bad @b %b used as bad @b @i indirect @b. "
1385msgstr ""
1386
1387#. @-expanded: \n
1388#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1389#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1390#. @-expanded: in the filesystem.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001391#: e2fsck/problem.c:603
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001392msgid ""
1393"\n"
1394"The bad @b @i has probably been corrupted. You probably\n"
1395"should stop now and run e2fsck -c to scan for bad blocks\n"
1396"in the @f.\n"
1397msgstr ""
1398
1399#. @-expanded: \n
1400#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001401#: e2fsck/problem.c:610
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001402msgid ""
1403"\n"
1404"If the @b is really bad, the @f can not be fixed.\n"
1405msgstr ""
1406
1407#. @-expanded: You can remove this block from the bad block list and hope\n
1408#. @-expanded: that the block is really OK. But there are no guarantees.\n
1409#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001410#: e2fsck/problem.c:615
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001411msgid ""
1412"You can remove this @b from the bad @b list and hope\n"
1413"that the @b is really OK. But there are no guarantees.\n"
1414"\n"
1415msgstr ""
1416
1417#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001418#: e2fsck/problem.c:621
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001419msgid "The primary @S (%b) is on the bad @b list.\n"
1420msgstr ""
1421
1422#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001423#: e2fsck/problem.c:626
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001424msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001425msgstr ""
1426"Blok %b i de primære gruppebeskrivere er på listen med ugyldige blokke\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001427
1428#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001429#: e2fsck/problem.c:632
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001430msgid "Warning: Group %g's @S (%b) is bad.\n"
1431msgstr "Advarsel: Gruppe %gs superblok (%b) er ugyldig.\n"
1432
1433#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001434#: e2fsck/problem.c:637
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001435msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001436msgstr ""
1437"Advarsel: Gruppe %gs kopi af gruppebeskriverne har en ugyldig blok (%b).\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001438
1439#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001440#: e2fsck/problem.c:643
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001441msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001442msgstr ""
1443"Programmeringsfejl? blok #%b reserveret uden årsag i process_bad_block.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001444
1445#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001446#: e2fsck/problem.c:649
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001447msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1448msgstr ""
1449
1450#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001451#: e2fsck/problem.c:654
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001452#, c-format
1453msgid "@A @b buffer for relocating %s\n"
1454msgstr ""
1455
1456#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001457#: e2fsck/problem.c:659
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001458msgid "Relocating @g %g's %s from %b to %c...\n"
1459msgstr ""
1460
1461#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001462#: e2fsck/problem.c:664
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001463#, c-format
1464msgid "Relocating @g %g's %s to %c...\n"
1465msgstr ""
1466
1467#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001468#: e2fsck/problem.c:669
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001469msgid "Warning: could not read @b %b of %s: %m\n"
1470msgstr ""
1471
1472#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001473#: e2fsck/problem.c:674
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001474msgid "Warning: could not write @b %b for %s: %m\n"
1475msgstr ""
1476
1477#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001478#: e2fsck/problem.c:679 e2fsck/problem.c:1740
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001479msgid "@A @i @B (%N): %m\n"
1480msgstr ""
1481
1482#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001483#: e2fsck/problem.c:684
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001484msgid "@A @b @B (%N): %m\n"
1485msgstr ""
1486
1487#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001488#: e2fsck/problem.c:689
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001489#, c-format
1490msgid "@A icount link information: %m\n"
1491msgstr ""
1492
1493#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001494#: e2fsck/problem.c:694
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001495#, c-format
1496msgid "@A @d @b array: %m\n"
1497msgstr ""
1498
1499#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001500#: e2fsck/problem.c:699
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001501#, c-format
1502msgid "Error while scanning @is (%i): %m\n"
1503msgstr ""
1504
1505#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001506#: e2fsck/problem.c:704
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001507#, c-format
1508msgid "Error while iterating over @bs in @i %i: %m\n"
1509msgstr ""
1510
1511#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001512#: e2fsck/problem.c:709
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001513msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1514msgstr ""
1515
1516#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001517#: e2fsck/problem.c:714
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001518msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1519msgstr ""
1520
1521#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001522#: e2fsck/problem.c:720
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001523#, c-format
1524msgid "Error reading @i %i: %m\n"
1525msgstr "Der opstod en fejl under læsning af iknude %i: %m\n"
1526
1527#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001528#: e2fsck/problem.c:728
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001529#, c-format
1530msgid "@i %i has imagic flag set. "
1531msgstr "iknude %i har magisk flag angivet. "
1532
1533#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1534#. @-expanded: or append-only flag set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001535#: e2fsck/problem.c:733
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001536#, c-format
1537msgid ""
1538"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1539"or append-only flag set. "
1540msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04001541"Speciel (enhed/sokkel/fifo/symbolsk_henvisning) fil (iknude %i) har "
1542"uforanderlig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001543"eller tilføj-kun flag angivet. "
1544
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001545#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001546#: e2fsck/problem.c:739
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001547#, c-format
1548msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001549msgstr ""
1550"Speciel (enhed/sokkel/fifo) iknude %i har en størrelse forskellig fra nul. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001551
1552#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001553#: e2fsck/problem.c:749
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001554msgid "@j @i is not in use, but contains data. "
1555msgstr "journal-iknude er ikke i brug, men indeholder data. "
1556
1557#. @-expanded: journal is not regular file.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001558#: e2fsck/problem.c:754
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001559msgid "@j is not regular file. "
1560msgstr "journal er ikke en normal fil. "
1561
1562#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001563#: e2fsck/problem.c:759
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001564#, c-format
1565msgid "@i %i was part of the @o @i list. "
1566msgstr "iknude %i var en del af den forældreløse iknudeliste. "
1567
1568#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001569#: e2fsck/problem.c:765
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001570msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001571msgstr ""
1572"iknuder som var del af en ødelagt forældeløs lænket liste blev fundet. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001573
1574#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001575#: e2fsck/problem.c:770
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001576msgid "@A refcount structure (%N): %m\n"
1577msgstr "der opstod en fejl under allokering af refcount-struktur (%N): %m\n"
1578
1579#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001580#: e2fsck/problem.c:775
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001581msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001582msgstr ""
1583"Der opstod en fejl under læsning af udvidet attributblok %b for iknude %i. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001584
1585#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001586#: e2fsck/problem.c:780
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001587msgid "@i %i has a bad @a @b %b. "
1588msgstr "iknude %i har en ugyldig udvidet attributblok %b. "
1589
1590#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001591#: e2fsck/problem.c:785
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001592msgid "Error reading @a @b %b (%m). "
1593msgstr "Der opstod en fejl under læsning af udvidet attributblok %b (%m)."
1594
1595#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001596#: e2fsck/problem.c:790
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001597msgid "@a @b %b has reference count %r, @s %N. "
1598msgstr "udvidet attributblok %b har referenceantal %r, skal være %N. "
1599
1600#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001601#: e2fsck/problem.c:795
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001602msgid "Error writing @a @b %b (%m). "
1603msgstr "Der opstod en fejl under skrivning af udvidet attributblok %b (%m). "
1604
1605#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001606#: e2fsck/problem.c:800
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001607msgid "@a @b %b has h_@bs > 1. "
1608msgstr "udvidet attributblok %b har h_blokke > 1. "
1609
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001610#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001611#: e2fsck/problem.c:805
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001612msgid "@A @a region allocation structure. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001613msgstr ""
1614"der opstod en fejl under allokering af udvidet attributstruktur for "
1615"regionallokering. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001616
1617#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001618#: e2fsck/problem.c:810
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001619msgid "@a @b %b is corrupt (allocation collision). "
1620msgstr "udvidet attributblok %b er ødelagt (allokeringskollision). "
1621
1622#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001623#: e2fsck/problem.c:815
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001624msgid "@a @b %b is corrupt (@n name). "
1625msgstr "udvidet attributblok %b er ødelagt (ugyldigt navn). "
1626
1627#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001628#: e2fsck/problem.c:820
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001629msgid "@a @b %b is corrupt (@n value). "
1630msgstr "udvidet attributblok %b er ødelagt (ugyldig værdi). "
1631
1632#. @-expanded: inode %i is too big.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001633#: e2fsck/problem.c:825
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001634#, c-format
1635msgid "@i %i is too big. "
1636msgstr "iknude %i er for stor. "
1637
1638#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001639#: e2fsck/problem.c:829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001640msgid "%B (%b) causes @d to be too big. "
1641msgstr "%B (%b) medfører at mappe er for stor."
1642
Theodore Ts'o4e528702016-09-04 21:31:21 -04001643#: e2fsck/problem.c:834
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001644msgid "%B (%b) causes file to be too big. "
1645msgstr "%B (%b) medfører at fil er for stor. "
1646
Theodore Ts'o4e528702016-09-04 21:31:21 -04001647#: e2fsck/problem.c:839
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001648msgid "%B (%b) causes symlink to be too big. "
1649msgstr "%B (%b) medfører at symbolsk henvisning er for stor. "
1650
1651#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001652#: e2fsck/problem.c:844
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001653#, c-format
1654msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001655msgstr ""
1656"iknude %i har flaget INDEX_FL angivet på filsystem uden htree-"
1657"understøttelse.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001658
1659#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001660#: e2fsck/problem.c:849
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001661#, c-format
1662msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1663msgstr "iknude %i har flaget INDEX-FL angivet, men er ikke en mappe.\n"
1664
1665#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001666#: e2fsck/problem.c:854
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001667#, c-format
1668msgid "@h %i has an @n root node.\n"
1669msgstr "HTREE-mappe-iknude %i har en ugyldig root-knde.\n"
1670
1671#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001672#: e2fsck/problem.c:859
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001673msgid "@h %i has an unsupported hash version (%N)\n"
1674msgstr "HTREE-mappe-iknude %i har en ikke understøttet hash-version (%N)\n"
1675
1676#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001677#: e2fsck/problem.c:864
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001678#, c-format
1679msgid "@h %i uses an incompatible htree root node flag.\n"
1680msgstr ""
1681
1682#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001683#: e2fsck/problem.c:869
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001684msgid "@h %i has a tree depth (%N) which is too big\n"
1685msgstr "HTREE-mappe-iknude %i har en trædybde (%N) som er for stor\n"
1686
1687#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1688#. @-expanded: filesystem metadata.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001689#: e2fsck/problem.c:874
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001690msgid ""
1691"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1692"@f metadata. "
1693msgstr ""
1694"Ugyldig blok-iknude har en indirekte blok (%b) som er i konflikt med\n"
1695"filsystemets metadata."
1696
1697#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001698#: e2fsck/problem.c:880
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001699#, c-format
1700msgid "Resize @i (re)creation failed: %m."
1701msgstr "Ændring af størrelse for iknude (gen)skabelse mislykkedes: %m."
1702
1703#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001704#: e2fsck/problem.c:885
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001705msgid "@i %i has a extra size (%IS) which is @n\n"
1706msgstr "iknude %i har en ekstra størrelse (%IS) som er ugyldig\n"
1707
1708#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001709#: e2fsck/problem.c:890
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001710msgid "@a in @i %i has a namelen (%N) which is @n\n"
1711msgstr "udvidet attribut i iknude %i har en namelen (%N) som er ugyldig\n"
1712
1713#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001714#: e2fsck/problem.c:895
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001715msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001716msgstr ""
1717"udvidet attribut i iknude %i har en værdiforskydning (%N) som er ugyldig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001718
1719#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001720#: e2fsck/problem.c:900
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001721msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001722msgstr ""
1723"udvidet attribut i iknude %i har en værdiblok (%N) som er ugyldig (skal være "
1724"o)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001725
1726#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001727#: e2fsck/problem.c:905
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001728msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001729msgstr ""
1730"udvidet attribut i iknude %i har en værdistørrelse (%N) som er ugyldig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001731
1732#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001733#: e2fsck/problem.c:910
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001734msgid "@a in @i %i has a hash (%N) which is @n\n"
1735msgstr ""
1736
1737#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001738#: e2fsck/problem.c:915
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001739msgid "@i %i is a %It but it looks like it is really a directory.\n"
1740msgstr "iknude %i er en %It men ligner egentlig en mappe.\n"
1741
1742#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001743#: e2fsck/problem.c:920
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001744#, c-format
1745msgid "Error while reading over @x tree in @i %i: %m\n"
1746msgstr ""
1747
1748#. @-expanded: Failed to iterate extents in inode %i\n
1749#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001750#: e2fsck/problem.c:925
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001751msgid ""
1752"Failed to iterate extents in @i %i\n"
1753"\t(op %s, blk %b, lblk %c): %m\n"
1754msgstr ""
1755
1756#. @-expanded: inode %i has an invalid extent\n
1757#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001758#: e2fsck/problem.c:931
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001759msgid ""
1760"@i %i has an @n extent\n"
1761"\t(logical @b %c, @n physical @b %b, len %N)\n"
1762msgstr ""
1763
1764#. @-expanded: inode %i has an invalid extent\n
1765#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001766#: e2fsck/problem.c:936
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001767msgid ""
1768"@i %i has an @n extent\n"
1769"\t(logical @b %c, physical @b %b, @n len %N)\n"
1770msgstr ""
1771
1772#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001773#: e2fsck/problem.c:941
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001774#, c-format
1775msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1776msgstr ""
1777
1778#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001779#: e2fsck/problem.c:946
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001780#, c-format
1781msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1782msgstr ""
1783
1784#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001785#: e2fsck/problem.c:951
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001786#, c-format
1787msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1788msgstr ""
1789
Theodore Ts'o4e528702016-09-04 21:31:21 -04001790#: e2fsck/problem.c:956
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001791#, c-format
1792msgid "Fast symlink %i has EXTENT_FL set. "
1793msgstr ""
1794
1795#. @-expanded: inode %i has out of order extents\n
1796#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001797#: e2fsck/problem.c:961
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001798msgid ""
1799"@i %i has out of order extents\n"
1800"\t(@n logical @b %c, physical @b %b, len %N)\n"
1801msgstr ""
1802
1803#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001804#: e2fsck/problem.c:965
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001805msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1806msgstr ""
1807
1808#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001809#: e2fsck/problem.c:970
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001810#, c-format
1811msgid "Error converting subcluster @b @B: %m\n"
1812msgstr ""
1813
1814#. @-expanded: quota inode is not regular file.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001815#: e2fsck/problem.c:975
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001816msgid "@q @i is not regular file. "
1817msgstr ""
1818
1819#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001820#: e2fsck/problem.c:980
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001821msgid "@q @i is not in use, but contains data. "
1822msgstr ""
1823
1824#. @-expanded: quota inode is visible to the user.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001825#: e2fsck/problem.c:985
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001826msgid "@q @i is visible to the user. "
1827msgstr "Iknudens kvota er synlig for brugeren. "
1828
1829#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001830#: e2fsck/problem.c:990
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001831msgid "The bad @b @i looks @n. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001832msgstr "Den ugyldige blok-iknude virker invalid. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001833
1834#. @-expanded: inode %i has zero length extent\n
1835#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001836#: e2fsck/problem.c:995
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001837msgid ""
1838"@i %i has zero length extent\n"
1839"\t(@n logical @b %c, physical @b %b)\n"
1840msgstr ""
1841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001842#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001843#: e2fsck/problem.c:1000
Joe Hansen1e000f82016-08-31 23:14:17 -04001844#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001845msgid "@i %i seems to contain garbage. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001846msgstr "iknude %i ser ud til at indhold bras. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001847
1848#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001849#: e2fsck/problem.c:1005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001850#, c-format
1851msgid "@i %i passes checks, but checksum does not match @i. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001852msgstr "Iknude %i består kontroller, men kontrolsum matcher ikke iknude. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001853
1854#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o4e528702016-09-04 21:31:21 -04001855#: e2fsck/problem.c:1010
Joe Hansen1e000f82016-08-31 23:14:17 -04001856#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001857msgid "@i %i @a is corrupt (allocation collision). "
Joe Hansen1e000f82016-08-31 23:14:17 -04001858msgstr "iknuden %i's udvidet attribut er ødelagt (allokeringskollision). "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001859
1860#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1861#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001862#: e2fsck/problem.c:1018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001863msgid ""
1864"@i %i extent block passes checks, but checksum does not match extent\n"
1865"\t(logical @b %c, physical @b %b, len %N)\n"
1866msgstr ""
1867
1868#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001869#: e2fsck/problem.c:1027
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001870msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1871msgstr ""
1872
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001873#. @-expanded: Interior extent node level %N of inode %i:\n
1874#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001875#: e2fsck/problem.c:1034
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001876msgid ""
1877"Interior @x node level %N of @i %i:\n"
1878"Logical start %b does not match logical start %c at next level. "
1879msgstr ""
1880
1881#. @-expanded: inode %i, end of extent exceeds allowed value\n
1882#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001883#: e2fsck/problem.c:1040
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001884msgid ""
1885"@i %i, end of extent exceeds allowed value\n"
1886"\t(logical @b %c, physical @b %b, len %N)\n"
1887msgstr ""
1888
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001889#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001890#: e2fsck/problem.c:1045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001891#, c-format
1892msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1893msgstr ""
1894
1895#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001896#: e2fsck/problem.c:1050
Joe Hansen1e000f82016-08-31 23:14:17 -04001897#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001898msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001899msgstr ""
1900"iknude %i har flaget INLINE_DATA_FL angivet på filsystem uden indlejret "
1901"dataunderstøttelse.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001902
1903#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001904#: e2fsck/problem.c:1058
1905msgid ""
1906"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001907msgstr ""
1908
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001909#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001910#: e2fsck/problem.c:1063
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001911msgid "@d @i %i @b %b should be at @b %c. "
1912msgstr ""
1913
1914#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001915#: e2fsck/problem.c:1068
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001916#, c-format
1917msgid "@d @i %i has @x marked uninitialized at @b %c. "
1918msgstr ""
1919
1920#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1921#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001922#: e2fsck/problem.c:1073
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001923msgid ""
1924"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1925"Will fix in pass 1B.\n"
1926msgstr ""
1927
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001928#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001929#: e2fsck/problem.c:1078
Joe Hansen1e000f82016-08-31 23:14:17 -04001930#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001931msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001932msgstr ""
1933"iknude %i har flaget INLINE_DATA_FL angivet, men udvidet attribut blev ikke "
1934"fundet. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001935
1936#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1937#. @-expanded: or inline-data flag set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001938#: e2fsck/problem.c:1083
Joe Hansen1e000f82016-08-31 23:14:17 -04001939#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001940msgid ""
1941"Special (@v/socket/fifo) file (@i %i) has extents\n"
1942"or inline-data flag set. "
1943msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04001944"Speciel (enhed/sokkel/fifo) fil (iknude %i) har extents\n"
1945"eller indlejret-data flag angivet. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001946
1947#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001948#: e2fsck/problem.c:1089
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001949#, c-format
1950msgid "@i %i has @x header but inline data flag is set.\n"
1951msgstr ""
1952
1953#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001954#: e2fsck/problem.c:1094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001955#, c-format
1956msgid "@i %i seems to have inline data but @x flag is set.\n"
1957msgstr ""
1958
1959#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001960#: e2fsck/problem.c:1099
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001961#, c-format
1962msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1963msgstr ""
1964
1965#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001966#: e2fsck/problem.c:1104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001967#, c-format
1968msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1969msgstr ""
1970
1971#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001972#: e2fsck/problem.c:1109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001973msgid "Bad block list says the bad block list @i is bad. "
1974msgstr ""
1975
1976#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o4e528702016-09-04 21:31:21 -04001977#: e2fsck/problem.c:1114
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001978msgid "@A @x region allocation structure. "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001979msgstr ""
1980"der opstod en fejl under allokering af extent-struktur for "
1981"regionallokering. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001982
1983#. @-expanded: inode %i has a duplicate extent mapping\n
1984#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001985#: e2fsck/problem.c:1119
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001986msgid ""
1987"@i %i has a duplicate @x mapping\n"
1988"\t(logical @b %c, @n physical @b %b, len %N)\n"
1989msgstr ""
1990
1991#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001992#: e2fsck/problem.c:1124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001993msgid "@A memory for encrypted @d list\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04001994msgstr ""
1995"der opstod en fejl under allokering af hukommelse for krypteret mappeliste\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001996
1997#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04001998#: e2fsck/problem.c:1129
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001999msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2000msgstr ""
2001
2002#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002003#: e2fsck/problem.c:1134
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002004#, c-format
2005msgid "@i %i on bigalloc @f cannot be @b mapped. "
2006msgstr ""
2007
2008#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002009#: e2fsck/problem.c:1139
Joe Hansen1e000f82016-08-31 23:14:17 -04002010#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002011msgid "@i %i has corrupt @x header. "
Joe Hansen1e000f82016-08-31 23:14:17 -04002012msgstr "iknude %i har et ødelagt extent-teksthoved. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002013
2014#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002015#: e2fsck/problem.c:1144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002016#, c-format
2017msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2018msgstr ""
2019
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002020#. @-expanded: \n
2021#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2022#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002023#: e2fsck/problem.c:1151
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002024msgid ""
2025"\n"
2026"Running additional passes to resolve @bs claimed by more than one @i...\n"
2027"Pass 1B: Rescanning for @m @bs\n"
2028msgstr ""
2029
2030#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002031#: e2fsck/problem.c:1157
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002032#, c-format
2033msgid "@m @b(s) in @i %i:"
2034msgstr ""
2035
Theodore Ts'o4e528702016-09-04 21:31:21 -04002036#: e2fsck/problem.c:1172
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002037#, c-format
2038msgid "Error while scanning inodes (%i): %m\n"
2039msgstr ""
2040
2041#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002042#: e2fsck/problem.c:1177
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002043#, c-format
2044msgid "@A @i @B (@i_dup_map): %m\n"
2045msgstr ""
2046
2047#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002048#: e2fsck/problem.c:1182
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002049#, c-format
2050msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2051msgstr ""
2052
2053#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002054#: e2fsck/problem.c:1187 e2fsck/problem.c:1549
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002055msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2056msgstr ""
2057
2058#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002059#: e2fsck/problem.c:1197
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002060msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2061msgstr ""
2062
2063#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002064#: e2fsck/problem.c:1203
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002065msgid "Pass 1D: Reconciling @m @bs\n"
2066msgstr ""
2067
2068#. @-expanded: File %Q (inode #%i, mod time %IM) \n
2069#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002070#: e2fsck/problem.c:1208
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002071msgid ""
2072"File %Q (@i #%i, mod time %IM) \n"
2073" has %r @m @b(s), shared with %N file(s):\n"
2074msgstr ""
2075
2076#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002077#: e2fsck/problem.c:1214
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002078msgid "\t%Q (@i #%i, mod time %IM)\n"
2079msgstr ""
2080
2081#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002082#: e2fsck/problem.c:1219
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002083msgid "\t<@f metadata>\n"
2084msgstr ""
2085
2086#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2087#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002088#: e2fsck/problem.c:1224
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002089msgid ""
2090"(There are %N @is containing @m @bs.)\n"
2091"\n"
2092msgstr ""
2093
2094#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2095#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002096#: e2fsck/problem.c:1229
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002097msgid ""
2098"@m @bs already reassigned or cloned.\n"
2099"\n"
2100msgstr ""
2101
Theodore Ts'o4e528702016-09-04 21:31:21 -04002102#: e2fsck/problem.c:1242
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002103#, c-format
2104msgid "Couldn't clone file: %m\n"
2105msgstr "Kunne ikke klone fil: %m\n"
2106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002107#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002108#: e2fsck/problem.c:1248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002109msgid "Pass 1E: Optimizing @x trees\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002110msgstr "Gennemløb 1E: Optimerer extent-træer\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002111
2112#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002113#: e2fsck/problem.c:1253
Joe Hansen1e000f82016-08-31 23:14:17 -04002114#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002115msgid "Failed to optimize @x tree %p (%i): %m\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002116msgstr "Kunne ikke optimere extent-træ %p (%i): %m\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002117
2118#. @-expanded: Optimizing extent trees:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002119#: e2fsck/problem.c:1258
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002120msgid "Optimizing @x trees: "
Joe Hansen1e000f82016-08-31 23:14:17 -04002121msgstr "Optimerer extent-træer: "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002122
Theodore Ts'o4e528702016-09-04 21:31:21 -04002123#: e2fsck/problem.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002124msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002125msgstr "Intern fejl: maks. extent-trædybde er for stor (%b; forventede=%c).\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002126
2127#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002128#: e2fsck/problem.c:1278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002129msgid "@i %i @x tree (at level %b) could be shorter. "
Joe Hansen1e000f82016-08-31 23:14:17 -04002130msgstr "iknude %i extent-træ (på niveau %b) kunne være kortere. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002131
2132#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002133#: e2fsck/problem.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002134msgid "@i %i @x tree (at level %b) could be narrower. "
Joe Hansen1e000f82016-08-31 23:14:17 -04002135msgstr "iknude %i extent-træ (på niveau %b) kunne være smallere. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002136
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002137#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002138#: e2fsck/problem.c:1290
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002139msgid "Pass 2: Checking @d structure\n"
2140msgstr "Gennemløb 2: Kontrollerer mappestruktur\n"
2141
2142#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002143#: e2fsck/problem.c:1295
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002144#, c-format
2145msgid "@n @i number for '.' in @d @i %i.\n"
2146msgstr "ugyldig iknudenummer for ».« i mappeiknude %i.\n"
2147
2148#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002149#: e2fsck/problem.c:1300
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002150msgid "@E has @n @i #: %Di.\n"
2151msgstr "posten »%Dn« i %p (%i) har ugyldig iknude #: %Di.\n"
2152
2153#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002154#: e2fsck/problem.c:1305
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002155msgid "@E has @D/unused @i %Di. "
2156msgstr "posten »%Dn« i %p (%i) har slettet/ubrugt iknude %Di."
2157
2158#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o4e528702016-09-04 21:31:21 -04002159#: e2fsck/problem.c:1310
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002160msgid "@E @L to '.' "
2161msgstr "posten »%Dn« i %p (%i) er en henvisning til ».«"
2162
2163#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002164#: e2fsck/problem.c:1315
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002165msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002166msgstr ""
2167"posten »%Dn« i %p (%i) peger på iknude (%Di) placeret i en ugyldig blok.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002168
2169#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002170#: e2fsck/problem.c:1320
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002171msgid "@E @L to @d %P (%Di).\n"
2172msgstr "posten »%Dn« i %p (%i) er en henvisning til mappen %P (%Di).\n"
2173
2174#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002175#: e2fsck/problem.c:1325
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002176msgid "@E @L to the @r.\n"
2177msgstr "posten »%Dn« i %p (%i) er en henvisning til root-iknuden.\n"
2178
2179#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002180#: e2fsck/problem.c:1330
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002181msgid "@E has illegal characters in its name.\n"
2182msgstr "posten »%Dn« i %p (%i) har illegale tegn i sit navn.\n"
2183
2184#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002185#: e2fsck/problem.c:1335
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002186#, c-format
2187msgid "Missing '.' in @d @i %i.\n"
2188msgstr "Mangler ».« i mappe-iknude %i.\n"
2189
2190#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002191#: e2fsck/problem.c:1340
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002192#, c-format
2193msgid "Missing '..' in @d @i %i.\n"
2194msgstr "Mangler »..« i mappe-iknude %i.\n"
2195
2196#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002197#: e2fsck/problem.c:1345
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002198msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2199msgstr "Første post »%Dn« (iknude=%Di) i mappe-iknude %i (%p) skal være ».«\n"
2200
2201#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002202#: e2fsck/problem.c:1350
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002203msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2204msgstr "Anden post »%Dn« (iknude=%Di) i mappe-iknude %i skal være ».«\n"
2205
2206#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002207#: e2fsck/problem.c:1355
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002208msgid "i_faddr @F %IF, @s zero.\n"
2209msgstr "i_faddr for iknude %i (%Q) er %IF, skal være nul.\n"
2210
2211#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002212#: e2fsck/problem.c:1360
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002213msgid "i_file_acl @F %If, @s zero.\n"
2214msgstr "i_file_acl for iknude %i (%Q) er %If, skal være nul.\n"
2215
2216#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002217#: e2fsck/problem.c:1365
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002218msgid "i_dir_acl @F %Id, @s zero.\n"
2219msgstr "i_dir_acl for iknude %i (%Q) er %Id, skal være nul.\n"
2220
2221#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002222#: e2fsck/problem.c:1370
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002223msgid "i_frag @F %N, @s zero.\n"
2224msgstr "i_frag for iknude %i (%Q) er %N, skal være nul.\n"
2225
2226#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002227#: e2fsck/problem.c:1375
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002228msgid "i_fsize @F %N, @s zero.\n"
2229msgstr "i_fsize for iknude %i (%Q) er %N, skal være nul.\n"
2230
2231#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002232#: e2fsck/problem.c:1380
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002233msgid "@i %i (%Q) has @n mode (%Im).\n"
2234msgstr "iknude %i (%Q) har ugyldig tilstand (%Im).\n"
2235
2236#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002237#: e2fsck/problem.c:1385
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002238msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2239msgstr "mappe-iknude %i, %B, forskydning %N: mappe ødelagt\n"
2240
2241#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002242#: e2fsck/problem.c:1390
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002243msgid "@d @i %i, %B, offset %N: filename too long\n"
2244msgstr "mappe-iknude %i, %B, forskydning %N: filnavn er for langt\n"
2245
2246#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002247#: e2fsck/problem.c:1395
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002248msgid "@d @i %i has an unallocated %B. "
2249msgstr "mappe-iknude %i har en uallokeret %B."
2250
2251#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002252#: e2fsck/problem.c:1400
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002253#, c-format
2254msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2255msgstr "».«-mappepost i mappe-iknude %i er ikke NUL-afsluttet\n"
2256
2257#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002258#: e2fsck/problem.c:1405
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002259#, c-format
2260msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2261msgstr "»..«-mappepost i mappeiknude %i er ikke NUl-afsluttet\n"
2262
2263#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002264#: e2fsck/problem.c:1410
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002265msgid "@i %i (%Q) is an @I character @v.\n"
2266msgstr "iknude %i (%Q) er en illegal tegnenhed.\n"
2267
2268#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002269#: e2fsck/problem.c:1415
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002270msgid "@i %i (%Q) is an @I @b @v.\n"
2271msgstr "iknude %i (%Q) er en illegal blokenhed.\n"
2272
2273#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002274#: e2fsck/problem.c:1420
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002275msgid "@E is duplicate '.' @e.\n"
2276msgstr "posten »%Dn« i %p (%i) er en duplikeret ».«-post.\n"
2277
2278#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002279#: e2fsck/problem.c:1425
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002280msgid "@E is duplicate '..' @e.\n"
2281msgstr "posten »%Dn« i %p (%i) er en duplieret »..«-post\n"
2282
Theodore Ts'o4e528702016-09-04 21:31:21 -04002283#: e2fsck/problem.c:1430 e2fsck/problem.c:1765
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002284#, c-format
2285msgid "Internal error: couldn't find dir_info for %i.\n"
2286msgstr "Intern fejl: kunne ikke finde dir_info for %i.\n"
2287
2288#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002289#: e2fsck/problem.c:1435
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002290msgid "@E has rec_len of %Dr, @s %N.\n"
2291msgstr "posten »%Dn« i %p (%i) har rec_len for %Dr, skal være %N.\n"
2292
2293#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002294#: e2fsck/problem.c:1440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002295#, c-format
2296msgid "@A icount structure: %m\n"
2297msgstr "der opstod en fejl under allokering af icount-struktur: %m\n"
2298
2299#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002300#: e2fsck/problem.c:1445
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002301#, c-format
2302msgid "Error iterating over @d @bs: %m\n"
2303msgstr "Der opstod en fejl under gennemløb over mappeblokke: %m\n"
2304
2305#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002306#: e2fsck/problem.c:1450
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002307msgid "Error reading @d @b %b (@i %i): %m\n"
2308msgstr "Der opstod en fejl under læsning af mappeblok %b (iknude %i): %m\n"
2309
2310#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002311#: e2fsck/problem.c:1455
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002312msgid "Error writing @d @b %b (@i %i): %m\n"
2313msgstr "Der opstod en fejl under skrivning af mappeblok %b (iknude %i): %m\n"
2314
2315#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002316#: e2fsck/problem.c:1460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002317#, c-format
2318msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002319msgstr ""
2320"Der opstod en fejl under allokering af ny mappeblok for iknude %i (%s): %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002321
2322#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002323#: e2fsck/problem.c:1465
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002324#, c-format
2325msgid "Error deallocating @i %i: %m\n"
2326msgstr "Der opstod en fejl under deallokering af iknude %i: %m\n"
2327
2328#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002329#: e2fsck/problem.c:1470
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002330#, c-format
2331msgid "@d @e for '.' in %p (%i) is big.\n"
2332msgstr "mappepost for ».« i %p (%i) er stor.\n"
2333
2334#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002335#: e2fsck/problem.c:1475
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002336msgid "@i %i (%Q) is an @I FIFO.\n"
2337msgstr "iknude %i (%Q) er en illegal FIFO.\n"
2338
2339#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002340#: e2fsck/problem.c:1480
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002341msgid "@i %i (%Q) is an @I socket.\n"
2342msgstr "iknude %i (%Q) er en illegal sokkel.\n"
2343
2344#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002345#: e2fsck/problem.c:1485
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002346msgid "Setting filetype for @E to %N.\n"
2347msgstr "Angiver filtype for posten »%Dn« i %p (%i) til %N.\n"
2348
2349#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002350#: e2fsck/problem.c:1490
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002351msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002352msgstr ""
2353"posten »%Dn« i %p (%i) har en forkert filtype (var %Dt, skal være %N).\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002354
2355#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002356#: e2fsck/problem.c:1495
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002357msgid "@E has filetype set.\n"
2358msgstr "posten »%Dn« i %p (%i) har filtypesæt.\n"
2359
2360#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002361#: e2fsck/problem.c:1500
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002362msgid "@E has a @z name.\n"
2363msgstr "posten »%Dn« i %p (%i) har et nullængde navn.\n"
2364
2365#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002366#: e2fsck/problem.c:1505
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002367msgid "Symlink %Q (@i #%i) is @n.\n"
2368msgstr "Symbolsk henvisning %Q (iknude #%i) er ugyldig.\n"
2369
2370#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002371#: e2fsck/problem.c:1510
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002372msgid "@a @b @F @n (%If).\n"
2373msgstr ""
2374
2375#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002376#: e2fsck/problem.c:1515
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002377msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2378msgstr ""
2379
2380#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002381#: e2fsck/problem.c:1520
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002382msgid "@p @h %d: %B not referenced\n"
2383msgstr ""
2384
2385#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002386#: e2fsck/problem.c:1525
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002387msgid "@p @h %d: %B referenced twice\n"
2388msgstr ""
2389
2390#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002391#: e2fsck/problem.c:1530
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002392msgid "@p @h %d: %B has bad min hash\n"
2393msgstr ""
2394
2395#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002396#: e2fsck/problem.c:1535
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002397msgid "@p @h %d: %B has bad max hash\n"
2398msgstr ""
2399
2400#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o4e528702016-09-04 21:31:21 -04002401#: e2fsck/problem.c:1540
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002402msgid "@n @h %d (%q). "
2403msgstr ""
2404
2405#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002406#: e2fsck/problem.c:1544
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002407msgid "@p @h %d (%q): bad @b number %b.\n"
2408msgstr ""
2409
2410#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002411#: e2fsck/problem.c:1554
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002412#, c-format
2413msgid "@p @h %d: root node is @n\n"
2414msgstr ""
2415
2416#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002417#: e2fsck/problem.c:1559
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002418msgid "@p @h %d: %B has @n limit (%N)\n"
2419msgstr ""
2420
2421#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002422#: e2fsck/problem.c:1564
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002423msgid "@p @h %d: %B has @n count (%N)\n"
2424msgstr "problem i HTREE-mappens iknude %d: %B har ugyldigt antal (%N)\n"
2425
2426#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002427#: e2fsck/problem.c:1569
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002428msgid "@p @h %d: %B has an unordered hash table\n"
2429msgstr "problem i HTREE-amappens iknude %d: %B har en uordnet hashtabel\n"
2430
2431#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002432#: e2fsck/problem.c:1574
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002433msgid "@p @h %d: %B has @n depth (%N)\n"
2434msgstr ""
2435
2436#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002437#: e2fsck/problem.c:1579
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002438msgid "Duplicate @E found. "
2439msgstr ""
2440
2441#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2442#. @-expanded: Rename to %s
Theodore Ts'o4e528702016-09-04 21:31:21 -04002443#: e2fsck/problem.c:1584
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002444#, no-c-format
2445msgid ""
2446"@E has a non-unique filename.\n"
2447"Rename to %s"
2448msgstr ""
2449
2450#. @-expanded: Duplicate entry '%Dn' found.\n
2451#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2452#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002453#: e2fsck/problem.c:1589
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002454msgid ""
2455"Duplicate @e '%Dn' found.\n"
2456"\tMarking %p (%i) to be rebuilt.\n"
2457"\n"
2458msgstr ""
2459
2460#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002461#: e2fsck/problem.c:1594
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002462msgid "i_blocks_hi @F %N, @s zero.\n"
2463msgstr ""
2464
2465#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002466#: e2fsck/problem.c:1599
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002467msgid "Unexpected @b in @h %d (%q).\n"
2468msgstr ""
2469
2470#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002471#: e2fsck/problem.c:1603
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002472msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2473msgstr ""
2474
2475#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002476#: e2fsck/problem.c:1608
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002477msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2478msgstr ""
2479
2480#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002481#: e2fsck/problem.c:1613
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002482msgid "i_file_acl_hi @F %N, @s zero.\n"
2483msgstr ""
2484
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002485#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002486#: e2fsck/problem.c:1618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002487#, c-format
2488msgid "@p @h %d: root node fails checksum.\n"
2489msgstr ""
2490
2491#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002492#: e2fsck/problem.c:1623
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002493#, c-format
2494msgid "@p @h %d: internal node fails checksum.\n"
2495msgstr ""
2496
2497#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002498#: e2fsck/problem.c:1628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002499msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002500msgstr "mappe-iknude %i, %B, forskydning %N: mappe har ingen kontrolsum.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002501
2502#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002503#: e2fsck/problem.c:1633
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002504msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2505msgstr ""
2506
2507#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002508#: e2fsck/problem.c:1638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002509msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2510msgstr ""
2511
2512#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002513#: e2fsck/problem.c:1643
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002514#, c-format
2515msgid "Fixing size of inline @d @i %i failed.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002516msgstr "Rettelse af størrelsen for indlejret mappe-iknude %i mislykkedes.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002517
2518#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002519#: e2fsck/problem.c:1648
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002520msgid "Encrypted @E is too short.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002521msgstr "Krypteret post »%Dn« i %p (%i) er for kort.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002522
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002523#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002524#: e2fsck/problem.c:1655
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002525msgid "Pass 3: Checking @d connectivity\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002526msgstr "Gennemløb 3: Kontrollerer mappeforbindelse\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002527
2528#. @-expanded: root inode not allocated.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002529#: e2fsck/problem.c:1660
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002530msgid "@r not allocated. "
2531msgstr "Root-iknude er ikke allokeret. "
2532
2533#. @-expanded: No room in lost+found directory.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002534#: e2fsck/problem.c:1665
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002535msgid "No room in @l @d. "
2536msgstr "Ingen plads i mappen lost+found."
2537
2538#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002539#: e2fsck/problem.c:1670
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002540#, c-format
2541msgid "Unconnected @d @i %i (%p)\n"
2542msgstr ""
2543
2544#. @-expanded: /lost+found not found.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002545#: e2fsck/problem.c:1675
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002546msgid "/@l not found. "
2547msgstr ""
2548
2549#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002550#: e2fsck/problem.c:1680
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002551msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2552msgstr ""
2553
2554#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002555#: e2fsck/problem.c:1685
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002556msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2557msgstr ""
2558
2559#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002560#: e2fsck/problem.c:1690
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002561#, c-format
2562msgid "Could not expand /@l: %m\n"
2563msgstr "Kunne ikke udvide /lost+found: %m\n"
2564
Theodore Ts'o4e528702016-09-04 21:31:21 -04002565#: e2fsck/problem.c:1695
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002566#, c-format
2567msgid "Could not reconnect %i: %m\n"
2568msgstr "Kunne ikke genforbinde %i: %m\n"
2569
2570#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002571#: e2fsck/problem.c:1700
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002572#, c-format
2573msgid "Error while trying to find /@l: %m\n"
2574msgstr "Der opstod en fej under forsøget på at finde /lost+found: %m\n"
2575
2576#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002577#: e2fsck/problem.c:1705
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002578#, c-format
2579msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2580msgstr "ext2fs_ny_blok: %m under forsøg på at oprette mappen /lost+found\n"
2581
2582#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002583#: e2fsck/problem.c:1710
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002584#, c-format
2585msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2586msgstr ""
2587
2588#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002589#: e2fsck/problem.c:1715
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002590#, c-format
2591msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2592msgstr "ext2fs_new_dir_block: %m under oprettelse af ny mappeblok\n"
2593
2594#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002595#: e2fsck/problem.c:1720
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002596#, c-format
2597msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002598msgstr ""
2599"ext2fs_write_dir_block: %m under skrivning af mappeblokken for /lost+found\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002600
2601#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002602#: e2fsck/problem.c:1725
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002603#, c-format
2604msgid "Error while adjusting @i count on @i %i\n"
2605msgstr "Fejl under justering af iknude-antal på iknude %i\n"
2606
2607#. @-expanded: Couldn't fix parent of inode %i: %m\n
2608#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002609#: e2fsck/problem.c:1730
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002610#, c-format
2611msgid ""
2612"Couldn't fix parent of @i %i: %m\n"
2613"\n"
2614msgstr ""
2615
2616#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2617#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002618#: e2fsck/problem.c:1735
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002619#, c-format
2620msgid ""
2621"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2622"\n"
2623msgstr ""
2624
2625#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002626#: e2fsck/problem.c:1745
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002627#, c-format
2628msgid "Error creating root @d (%s): %m\n"
2629msgstr "Der opstod en fejl under oprette af rodmappe (%s): %m\n"
2630
2631#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002632#: e2fsck/problem.c:1750
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002633#, c-format
2634msgid "Error creating /@l @d (%s): %m\n"
2635msgstr "Fejl under oprettelse af /@l @d (%s): %m\n"
2636
2637#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002638#: e2fsck/problem.c:1755
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002639msgid "@r is not a @d; aborting.\n"
2640msgstr "@r er ikke en @d; afbryder.\n"
2641
2642#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002643#: e2fsck/problem.c:1760
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002644msgid "Cannot proceed without a @r.\n"
2645msgstr "Kan ikke fortsætte uden en @r.\n"
2646
2647#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002648#: e2fsck/problem.c:1770
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002649#, c-format
2650msgid "/@l is not a @d (ino=%i)\n"
2651msgstr "/@l er ikke en @d (ino=%i)\n"
2652
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002653#. @-expanded: /lost+found has inline data\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002654#: e2fsck/problem.c:1775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002655msgid "/@l has inline data\n"
2656msgstr ""
2657
2658#. @-expanded: Cannot allocate space for /lost+found.\n
2659#. @-expanded: Place lost files in root directory instead
Theodore Ts'o4e528702016-09-04 21:31:21 -04002660#: e2fsck/problem.c:1780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002661msgid ""
2662"Cannot allocate space for /@l.\n"
2663"Place lost files in root directory instead"
2664msgstr ""
2665
2666#. @-expanded: Insufficient space to recover lost files!\n
2667#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2668#. @-expanded: \n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002669#: e2fsck/problem.c:1785
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002670msgid ""
2671"Insufficient space to recover lost files!\n"
2672"Move data off the @f and re-run e2fsck.\n"
2673"\n"
2674msgstr ""
2675
2676#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002677#: e2fsck/problem.c:1790
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002678msgid "/@l is encrypted\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002679msgstr "/lost+found er krypteret\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002680
Theodore Ts'o4e528702016-09-04 21:31:21 -04002681#: e2fsck/problem.c:1797
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002682msgid "Pass 3A: Optimizing directories\n"
2683msgstr "Gennemløb 3A: Optimerer mapper\n"
2684
Theodore Ts'o4e528702016-09-04 21:31:21 -04002685#: e2fsck/problem.c:1802
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002686#, c-format
2687msgid "Failed to create dirs_to_hash iterator: %m\n"
2688msgstr "Kunne ikke oprette dirs_to_hash-iterator: %m\n"
2689
Theodore Ts'o4e528702016-09-04 21:31:21 -04002690#: e2fsck/problem.c:1807
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002691msgid "Failed to optimize directory %q (%d): %m\n"
2692msgstr "Kunne ikke optimere mappe %q (%d): %m\n"
2693
Theodore Ts'o4e528702016-09-04 21:31:21 -04002694#: e2fsck/problem.c:1812
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002695msgid "Optimizing directories: "
2696msgstr "Optimerer mapper: "
2697
Theodore Ts'o4e528702016-09-04 21:31:21 -04002698#: e2fsck/problem.c:1829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002699msgid "Pass 4: Checking reference counts\n"
2700msgstr "Gennemløb 4: Kontrollerer referenceantal\n"
2701
2702#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002703#: e2fsck/problem.c:1834
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002704#, c-format
2705msgid "@u @z @i %i. "
2706msgstr ""
2707
2708#. @-expanded: unattached inode %i\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002709#: e2fsck/problem.c:1839
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002710#, c-format
2711msgid "@u @i %i\n"
2712msgstr ""
2713
2714#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002715#: e2fsck/problem.c:1844
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002716msgid "@i %i ref count is %Il, @s %N. "
2717msgstr ""
2718
2719#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2720#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2721#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002722#: e2fsck/problem.c:1848
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002723msgid ""
2724"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2725"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2726"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2727msgstr ""
2728
2729#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002730#: e2fsck/problem.c:1858
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002731msgid "Pass 5: Checking @g summary information\n"
2732msgstr ""
2733
2734#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002735#: e2fsck/problem.c:1863
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002736msgid "Padding at end of @i @B is not set. "
2737msgstr ""
2738
2739#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o4e528702016-09-04 21:31:21 -04002740#: e2fsck/problem.c:1868
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002741msgid "Padding at end of @b @B is not set. "
2742msgstr ""
2743
2744#. @-expanded: block bitmap differences:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002745#: e2fsck/problem.c:1873
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002746msgid "@b @B differences: "
2747msgstr ""
2748
2749#. @-expanded: inode bitmap differences:
Theodore Ts'o4e528702016-09-04 21:31:21 -04002750#: e2fsck/problem.c:1893
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002751msgid "@i @B differences: "
2752msgstr ""
2753
2754#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002755#: e2fsck/problem.c:1913
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002756msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2757msgstr ""
2758
2759#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002760#: e2fsck/problem.c:1918
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002761msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2762msgstr ""
2763
2764#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002765#: e2fsck/problem.c:1923
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002766msgid "Free @is count wrong (%i, counted=%j).\n"
2767msgstr ""
2768
2769#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002770#: e2fsck/problem.c:1928
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002771msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2772msgstr ""
2773
2774#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002775#: e2fsck/problem.c:1933
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002776msgid "Free @bs count wrong (%b, counted=%c).\n"
2777msgstr ""
2778
2779#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2780#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002781#: e2fsck/problem.c:1938
2782msgid ""
2783"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2784"endpoints (%i, %j)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002785msgstr ""
2786
Theodore Ts'o4e528702016-09-04 21:31:21 -04002787#: e2fsck/problem.c:1944
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002788msgid "Internal error: fudging end of bitmap (%N)\n"
2789msgstr ""
2790
2791#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002792#: e2fsck/problem.c:1949
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002793#, c-format
2794msgid "Error copying in replacement @i @B: %m\n"
2795msgstr "Fejl under kopiering af erstatningsiknude-bitmap: %m\n"
2796
2797#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002798#: e2fsck/problem.c:1954
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002799#, c-format
2800msgid "Error copying in replacement @b @B: %m\n"
2801msgstr "Fejl under kopiering af erstatningsblok-bitmap: %m\n"
2802
2803#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002804#: e2fsck/problem.c:1979
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002805#, c-format
2806msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2807msgstr "gruppe %g blokke i brug men grupper er markeret BLOCK_UNINIT\n"
2808
2809#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002810#: e2fsck/problem.c:1984
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002811#, c-format
2812msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2813msgstr "gruppe %g iknuder i brug men gruppe er markeret INODE_UNINIT\n"
2814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002815#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002816#: e2fsck/problem.c:1989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002817#, c-format
2818msgid "@g %g @i @B does not match checksum.\n"
2819msgstr ""
2820
2821#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002822#: e2fsck/problem.c:1994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002823#, c-format
2824msgid "@g %g @b @B does not match checksum.\n"
2825msgstr ""
2826
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002827#. @-expanded: Recreate journal
Theodore Ts'o4e528702016-09-04 21:31:21 -04002828#: e2fsck/problem.c:2001
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002829msgid "Recreate @j"
2830msgstr "Genskab journal"
2831
Theodore Ts'o4e528702016-09-04 21:31:21 -04002832#: e2fsck/problem.c:2006
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002833msgid "Update quota info for quota type %N"
Joe Hansen1e000f82016-08-31 23:14:17 -04002834msgstr "Opdater kvotainfo for kvotatype %N"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002835
2836#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o4e528702016-09-04 21:31:21 -04002837#: e2fsck/problem.c:2011
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002838#, c-format
2839msgid "Error setting @b @g checksum info: %m\n"
2840msgstr "Fejl ved angivelse af blokgruppens kontrolsumsinfo: %m\n"
2841
Theodore Ts'o4e528702016-09-04 21:31:21 -04002842#: e2fsck/problem.c:2016
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002843#, c-format
2844msgid "Error writing file system info: %m\n"
2845msgstr "Fejl under skrivning af filsysteminfo: %m\n"
2846
Theodore Ts'o4e528702016-09-04 21:31:21 -04002847#: e2fsck/problem.c:2021
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002848#, c-format
2849msgid "Error flushing writes to storage device: %m\n"
2850msgstr ""
2851
Theodore Ts'o4e528702016-09-04 21:31:21 -04002852#: e2fsck/problem.c:2026
Theodore Ts'o48203a32016-06-08 15:45:26 -04002853msgid "Error writing quota info for quota type %N: %m\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002854msgstr "Fejl under skrivning af kvotainfo for kvotatype %N: %m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04002855
Theodore Ts'o4e528702016-09-04 21:31:21 -04002856#: e2fsck/problem.c:2147
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002857#, c-format
2858msgid "Unhandled error code (0x%x)!\n"
2859msgstr "Uhåndteret fejlkode (ox%x)!\n"
2860
Theodore Ts'o4e528702016-09-04 21:31:21 -04002861#: e2fsck/problem.c:2272 e2fsck/problem.c:2276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002862msgid "IGNORED"
2863msgstr "IGNORERET"
2864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002865#: e2fsck/quota.c:33 e2fsck/quota.c:46
2866msgid "in move_quota_inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04002867msgstr "i move_quota-inode"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002868
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002869#: e2fsck/scantest.c:79
2870#, c-format
2871msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2872msgstr "Anvendt hukommselse: %d, forløbet tid: %6.3f/%6.3f/%6.3f\n"
2873
2874#: e2fsck/scantest.c:98
2875#, c-format
2876msgid "size of inode=%d\n"
2877msgstr "størrelse på iknude=%d\n"
2878
2879#: e2fsck/scantest.c:119
2880msgid "while starting inode scan"
Joe Hansen1e000f82016-08-31 23:14:17 -04002881msgstr "under start af iknudeskanning"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002882
2883#: e2fsck/scantest.c:130
2884msgid "while doing inode scan"
Joe Hansen1e000f82016-08-31 23:14:17 -04002885msgstr "under udførsel af iknudeskanning"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002886
2887#: e2fsck/super.c:190
2888#, c-format
2889msgid "while calling ext2fs_block_iterate for inode %d"
Joe Hansen1e000f82016-08-31 23:14:17 -04002890msgstr "under kald af ext2fs_block_iterate for iknude %d"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002891
2892#: e2fsck/super.c:213
2893#, c-format
2894msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
Joe Hansen1e000f82016-08-31 23:14:17 -04002895msgstr "under kald af ext2fs_adjust_ea_refcount2 for iknude %d"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002896
2897#: e2fsck/super.c:274
2898msgid "Truncating"
2899msgstr ""
2900
2901#: e2fsck/super.c:275
2902msgid "Clearing"
2903msgstr "Rydder"
2904
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002905#: e2fsck/unix.c:77
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002906#, c-format
2907msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002908"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002909"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002910"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002911msgstr ""
2912
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002913#: e2fsck/unix.c:82
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002914msgid ""
2915"\n"
2916"Emergency help:\n"
2917" -p Automatic repair (no questions)\n"
2918" -n Make no changes to the filesystem\n"
2919" -y Assume \"yes\" to all questions\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04002920" -c Check for bad blocks and add them to the badblock "
2921"list\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002922" -f Force checking even if filesystem is marked clean\n"
2923msgstr ""
2924
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002925#: e2fsck/unix.c:88
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002926msgid ""
2927" -v Be verbose\n"
2928" -b superblock Use alternative superblock\n"
2929" -B blocksize Force blocksize when looking for superblock\n"
2930" -j external_journal Set location of the external journal\n"
2931" -l bad_blocks_file Add to badblocks list\n"
2932" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002933" -z undo_file Create an undo file\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002934msgstr ""
2935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002936#: e2fsck/unix.c:134
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002937#, c-format
2938msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2939msgstr ""
2940
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002941#: e2fsck/unix.c:160
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002942#, c-format
2943msgid ""
2944"\n"
2945"%12u inode used (%2.2f%%, out of %u)\n"
2946msgid_plural ""
2947"\n"
2948"%12u inodes used (%2.2f%%, out of %u)\n"
2949msgstr[0] ""
2950"\n"
2951"%12u iknude brugt (%2.2f%%, ud af %u)\n"
2952msgstr[1] ""
2953"\n"
2954"%12u iknuder brugt (%2.2f%%, ud af %u)\n"
2955
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002956#: e2fsck/unix.c:164
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002957#, c-format
2958msgid "%12u non-contiguous file (%0d.%d%%)\n"
2959msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2960msgstr[0] ""
2961msgstr[1] ""
2962
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002963#: e2fsck/unix.c:169
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002964#, c-format
2965msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2966msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2967msgstr[0] ""
2968msgstr[1] ""
2969
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002970#: e2fsck/unix.c:174
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002971#, c-format
2972msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2973msgstr " # af iknuder med ind/dind/tind-blokke: %u/%u/%u\n"
2974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002975#: e2fsck/unix.c:182
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002976msgid " Extent depth histogram: "
2977msgstr " Udvid dybdehistogram: "
2978
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002979#: e2fsck/unix.c:191
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002980#, c-format
2981msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2982msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2983msgstr[0] "%12llu blok brugt (%2.2f%%, ud af %llu)\n"
2984msgstr[1] "%12llu blokke brugt (%2.2f%%, ud af %llu)\n"
2985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002986#: e2fsck/unix.c:195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002987#, c-format
2988msgid "%12u bad block\n"
2989msgid_plural "%12u bad blocks\n"
2990msgstr[0] "%12u ugyldig blok\n"
2991msgstr[1] "%12u ugyldige blokke\n"
2992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002993#: e2fsck/unix.c:197
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002994#, c-format
2995msgid "%12u large file\n"
2996msgid_plural "%12u large files\n"
2997msgstr[0] "%12u stor fil\n"
2998msgstr[1] "%12u store filer\n"
2999
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003000#: e2fsck/unix.c:199
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003001#, c-format
3002msgid ""
3003"\n"
3004"%12u regular file\n"
3005msgid_plural ""
3006"\n"
3007"%12u regular files\n"
3008msgstr[0] ""
3009"\n"
3010"%12u normal fil\n"
3011msgstr[1] ""
3012"\n"
3013"%12u normale filer\n"
3014
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003015#: e2fsck/unix.c:201
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003016#, c-format
3017msgid "%12u directory\n"
3018msgid_plural "%12u directories\n"
3019msgstr[0] "%12u mappe\n"
3020msgstr[1] "%12u mapper\n"
3021
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003022#: e2fsck/unix.c:203
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003023#, c-format
3024msgid "%12u character device file\n"
3025msgid_plural "%12u character device files\n"
3026msgstr[0] "%12u tegnenhedsfil\n"
3027msgstr[1] "%12u tegnenhedsfiler\n"
3028
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003029#: e2fsck/unix.c:206
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003030#, c-format
3031msgid "%12u block device file\n"
3032msgid_plural "%12u block device files\n"
3033msgstr[0] "%12u blokenhedsfil\n"
3034msgstr[1] "%12u blokenhedsfiler\n"
3035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003036#: e2fsck/unix.c:208
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003037#, c-format
3038msgid "%12u fifo\n"
3039msgid_plural "%12u fifos\n"
3040msgstr[0] "%12u fifo\n"
3041msgstr[1] "%12u fifo'er\n"
3042
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003043#: e2fsck/unix.c:210
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003044#, c-format
3045msgid "%12u link\n"
3046msgid_plural "%12u links\n"
3047msgstr[0] "%12u henvisning\n"
3048msgstr[1] "%12u henvisninger\n"
3049
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003050#: e2fsck/unix.c:212
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003051#, c-format
3052msgid "%12u symbolic link"
3053msgid_plural "%12u symbolic links"
3054msgstr[0] "%12u symbolsk henvisning"
3055msgstr[1] "%12u symbolske henvisninger"
3056
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003057#: e2fsck/unix.c:214
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003058#, c-format
3059msgid " (%u fast symbolic link)\n"
3060msgid_plural " (%u fast symbolic links)\n"
3061msgstr[0] " (%u hurtig symbolsk henvisning)\n"
3062msgstr[1] " (%u hurtige symbolske henvisninger)\n"
3063
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003064#: e2fsck/unix.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003065#, c-format
3066msgid "%12u socket\n"
3067msgid_plural "%12u sockets\n"
3068msgstr[0] "%12u sokkel\n"
3069msgstr[1] "%12u sokler\n"
3070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003071#: e2fsck/unix.c:222
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003072#, c-format
3073msgid "%12u file\n"
3074msgid_plural "%12u files\n"
3075msgstr[0] "%12u fil\n"
3076msgstr[1] "%12u filer\n"
3077
Theodore Ts'o48203a32016-06-08 15:45:26 -04003078#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2878 misc/util.c:126
3079#: resize/main.c:353
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003080#, c-format
3081msgid "while determining whether %s is mounted."
3082msgstr "under bestemmelse af hvorvidt %s er monteret."
3083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003084#: e2fsck/unix.c:256
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003085#, c-format
3086msgid "Warning! %s is mounted.\n"
3087msgstr "Advarsel! %s er monteret.\n"
3088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003089#: e2fsck/unix.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003090#, c-format
3091msgid "Warning! %s is in use.\n"
3092msgstr "Advarsel! %s er i brug.\n"
3093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003094#: e2fsck/unix.c:265
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003095#, c-format
3096msgid "%s is mounted.\n"
3097msgstr "%s er monteret.\n"
3098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003099#: e2fsck/unix.c:267
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003100#, c-format
3101msgid "%s is in use.\n"
3102msgstr "%s er i brug.\n"
3103
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003104#: e2fsck/unix.c:269
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003105msgid ""
3106"Cannot continue, aborting.\n"
3107"\n"
3108msgstr ""
3109"Kan ikke fortsætte, afbryder.\n"
3110"\n"
3111
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003112#: e2fsck/unix.c:271
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003113msgid ""
3114"\n"
3115"\n"
3116"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3117"cause ***SEVERE*** filesystem damage.\n"
3118"\n"
3119msgstr ""
3120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003121#: e2fsck/unix.c:276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003122msgid "Do you really want to continue"
3123msgstr "Ønsker du virkelig at fortsætte"
3124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003125#: e2fsck/unix.c:278
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003126msgid "check aborted.\n"
3127msgstr "kontrol afbrudt.\n"
3128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003129#: e2fsck/unix.c:371
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003130msgid " contains a file system with errors"
3131msgstr " indeholder et filsytem med fejl"
3132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003133#: e2fsck/unix.c:373
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003134msgid " was not cleanly unmounted"
3135msgstr " var ikke ordenlig afmonteret"
3136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003137#: e2fsck/unix.c:375
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003138msgid " primary superblock features different from backup"
3139msgstr ""
3140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003141#: e2fsck/unix.c:379
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003142#, c-format
3143msgid " has been mounted %u times without being checked"
3144msgstr " er blevet monteret %u gange uden at blive kontrolleret"
3145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003146#: e2fsck/unix.c:386
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003147msgid " has filesystem last checked time in the future"
3148msgstr " har datoen for sidste kontrol af filsystemet ude i fremtiden"
3149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003150#: e2fsck/unix.c:392
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003151#, c-format
3152msgid " has gone %u days without being checked"
3153msgstr " er ikke blevet kontrolleret i %u dage"
3154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003155#: e2fsck/unix.c:401
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003156msgid ", check forced.\n"
3157msgstr ", tvungen kontrol.\n"
3158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003159#: e2fsck/unix.c:434
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003160#, c-format
3161msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3162msgstr "%s: ren, %u/%u filer, %llu/%llu blokke"
3163
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003164#: e2fsck/unix.c:454
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003165msgid " (check deferred; on battery)"
3166msgstr " (kontrol udskudt; på batteri)"
3167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003168#: e2fsck/unix.c:457
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003169msgid " (check after next mount)"
3170msgstr " (kontrol efter næste montering)"
3171
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003172#: e2fsck/unix.c:459
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003173#, c-format
3174msgid " (check in %ld mounts)"
3175msgstr " (kontroller om %ld monteringer)"
3176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003177#: e2fsck/unix.c:609
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003178#, c-format
3179msgid "ERROR: Couldn't open /dev/null (%s)\n"
3180msgstr "FEJL: Kunne ikke åbne /dev/null (%s)\n"
3181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003182#: e2fsck/unix.c:679
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003183msgid "Invalid EA version.\n"
3184msgstr "Ugyldig EA-version.\n"
3185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003186#: e2fsck/unix.c:692
3187msgid "Invalid readahead buffer size.\n"
3188msgstr ""
3189
3190#: e2fsck/unix.c:725
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003191#, c-format
3192msgid "Unknown extended option: %s\n"
3193msgstr "Ukendt udvidet tilvalg: %s\n"
3194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003195#: e2fsck/unix.c:752
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003196#, c-format
3197msgid ""
3198"Syntax error in e2fsck config file (%s, line #%d)\n"
3199"\t%s\n"
3200msgstr ""
3201"Syntaksfejl i e2fsck-konfigurationsfilen (%s, linje #%d)\n"
3202"\t%s\n"
3203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003204#: e2fsck/unix.c:825
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003205#, c-format
3206msgid "Error validating file descriptor %d: %s\n"
3207msgstr "Der opstod en fejl under validering af filbeskriver %d: %s\n"
3208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003209#: e2fsck/unix.c:829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003210msgid "Invalid completion information file descriptor"
3211msgstr "Ugyldig filbeskriver for fuldførelsesinformation"
3212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003213#: e2fsck/unix.c:844
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003214msgid "Only one of the options -p/-a, -n or -y may be specified."
3215msgstr "Kun en af tilvalgene -p/-a, -n eller -y må angives."
3216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003217#: e2fsck/unix.c:865
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003218#, c-format
3219msgid "The -t option is not supported on this version of e2fsck.\n"
3220msgstr "Tilvalget -t er ikke understøttet på denne version af e2fsck.\n"
3221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003222#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
Theodore Ts'o48203a32016-06-08 15:45:26 -04003223#: misc/tune2fs.c:1598 misc/tune2fs.c:1893 misc/tune2fs.c:1911
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003224#, c-format
3225msgid "Unable to resolve '%s'"
Joe Hansen1e000f82016-08-31 23:14:17 -04003226msgstr "Kan ikke løse »%s«"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003228#: e2fsck/unix.c:952
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003229msgid "The -n and -D options are incompatible."
3230msgstr "Tilvalgene -n og -D er ikke kompatible."
3231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003232#: e2fsck/unix.c:957
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003233msgid "The -n and -c options are incompatible."
3234msgstr "Tilvalgene -n og -D er ikke kompatible."
3235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003236#: e2fsck/unix.c:962
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003237msgid "The -n and -l/-L options are incompatible."
3238msgstr "Tilvalgene -n og -l/-L er ikke kompatible."
3239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003240#: e2fsck/unix.c:986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003241msgid "The -D and -E fixes_only options are incompatible."
Joe Hansen1e000f82016-08-31 23:14:17 -04003242msgstr "Tilvalgene -D og -E fixes_only er ikke kompatible."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003243
3244#: e2fsck/unix.c:992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003245msgid "The -E bmap2extent and fixes_only options are incompatible."
Joe Hansen1e000f82016-08-31 23:14:17 -04003246msgstr "Tilvalgene -E bmap2extent og fixes_only er ikke kompatible."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003247
3248#: e2fsck/unix.c:1046
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003249msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3250msgstr "Tilvalgene -c og -l/-L må ikke bruges på samme tid.\n"
3251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003252#: e2fsck/unix.c:1093
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003253#, c-format
3254msgid ""
3255"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3256"\n"
3257msgstr ""
3258"E2FSCK_JBD_DEBUG »%s« er ikke et heltal\n"
3259"\n"
3260
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003261#: e2fsck/unix.c:1102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003262#, c-format
3263msgid ""
3264"\n"
3265"Invalid non-numeric argument to -%c (\"%s\")\n"
3266"\n"
3267msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003268"\n"
3269"Ugyldig ikke-numerisk argument for -%c (»%s«)\n"
3270"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003271
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003272#: e2fsck/unix.c:1193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003273#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04003274msgid ""
3275"MMP interval is %u seconds and total wait time is %u seconds. Please "
3276"wait...\n"
3277msgstr ""
3278"MMP-interval er %u sekunder og samlet ventetid er %u sekunder. Vent "
3279"venligst ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003281#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003282msgid "while checking MMP block"
Joe Hansen1e000f82016-08-31 23:14:17 -04003283msgstr "under kontrol af MMP-blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003284
Theodore Ts'o48203a32016-06-08 15:45:26 -04003285#: e2fsck/unix.c:1217 misc/tune2fs.c:2792
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003286msgid ""
3287"If you are sure the filesystem is not in use on any node, run:\n"
3288"'tune2fs -f -E clear_mmp {device}'\n"
3289msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003290"Hvis du er sikker på, at filsystemet ikke er i brug på nogen knude, så kør:\n"
3291"»tune2fs -f -E clear_mmp {device}«\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003292
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003293#: e2fsck/unix.c:1232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003294msgid "while reading MMP block"
Joe Hansen1e000f82016-08-31 23:14:17 -04003295msgstr "under læsning af MMP-blok"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003296
Theodore Ts'o4e528702016-09-04 21:31:21 -04003297#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:230 misc/e2undo.c:275
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003298#: misc/mke2fs.c:2560 misc/mke2fs.c:2611 misc/tune2fs.c:2610
Theodore Ts'o48203a32016-06-08 15:45:26 -04003299#: misc/tune2fs.c:2655 resize/main.c:187 resize/main.c:232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003300#, c-format
3301msgid ""
3302"Overwriting existing filesystem; this can be undone using the command:\n"
3303" e2undo %s %s\n"
3304"\n"
3305msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04003306"Overskrivning af eksisterende filsystem; dette kan fortrydes via "
3307"kommandoen:\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003308" e2undo %s %s\n"
3309"\n"
3310
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003311#: e2fsck/unix.c:1293 misc/e2undo.c:264 misc/mke2fs.c:2600 misc/tune2fs.c:2644
Theodore Ts'o48203a32016-06-08 15:45:26 -04003312#: resize/main.c:221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003313#, c-format
3314msgid "while trying to delete %s"
3315msgstr "under forsøg på at slette %s"
3316
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003317#: e2fsck/unix.c:1319 misc/mke2fs.c:2626 resize/main.c:242
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003318msgid "while trying to setup undo file\n"
3319msgstr "under forsøg på at opsætte undo-filen\n"
3320
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003321#: e2fsck/unix.c:1362
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003322msgid "Error: ext2fs library version out of date!\n"
3323msgstr "Fejl: ext2fs-biblioteksversionen er forældet!\n"
3324
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003325#: e2fsck/unix.c:1369
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003326msgid "while trying to initialize program"
Joe Hansen1e000f82016-08-31 23:14:17 -04003327msgstr "under forsøg på at intialisere program"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003328
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003329#: e2fsck/unix.c:1392
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003330#, c-format
3331msgid "\tUsing %s, %s\n"
3332msgstr "\tBruger %s, %s\n"
3333
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003334#: e2fsck/unix.c:1404
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003335msgid "need terminal for interactive repairs"
3336msgstr "kræver terminal for interaktive reparationer"
3337
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003338#: e2fsck/unix.c:1465
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003339#, c-format
3340msgid "%s: %s trying backup blocks...\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003341msgstr "%s: %s tester sikkerhedskopiblokke ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003342
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003343#: e2fsck/unix.c:1467
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003344msgid "Superblock invalid,"
3345msgstr "Superblok ugyldig,"
3346
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003347#: e2fsck/unix.c:1468
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003348msgid "Group descriptors look bad..."
3349msgstr "Gruppebeskrivere ser ugyldige ud ..."
3350
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003351#: e2fsck/unix.c:1478
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003352#, c-format
3353msgid "%s: %s while using the backup blocks"
Joe Hansen1e000f82016-08-31 23:14:17 -04003354msgstr "%s: %s under brug af sikkerhedskopiblokkene"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003355
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003356#: e2fsck/unix.c:1482
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003357#, c-format
3358msgid "%s: going back to original superblock\n"
3359msgstr "%s: går tilbage til original superblok\n"
3360
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003361#: e2fsck/unix.c:1511
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003362msgid ""
3363"The filesystem revision is apparently too high for this version of e2fsck.\n"
3364"(Or the filesystem superblock is corrupt)\n"
3365"\n"
3366msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003367"Filsystemrevisionen er tilsyneladende for høj for denne version af e2fsck.\n"
3368"(Eller filsystemets superblok er ødelagt)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003369
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003370#: e2fsck/unix.c:1518
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003371msgid "Could this be a zero-length partition?\n"
3372msgstr "Kunne dette være en partition med nullængde?\n"
3373
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003374#: e2fsck/unix.c:1520
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003375#, c-format
3376msgid "You must have %s access to the filesystem or be root\n"
3377msgstr "Du skal have %s-adgang til filsystemet eller være root\n"
3378
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003379#: e2fsck/unix.c:1526
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003380msgid "Possibly non-existent or swap device?\n"
3381msgstr "Muligvis ikkeeksisterende eller swapenhed?\n"
3382
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003383#: e2fsck/unix.c:1528
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003384msgid "Filesystem mounted or opened exclusively by another program?\n"
3385msgstr "Filsystem monteret eller åbnes eksklusivt af et andet program?\n"
3386
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003387#: e2fsck/unix.c:1532
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003388msgid "Possibly non-existent device?\n"
3389msgstr "Muligvis ikkeeksisterende enhed?\n"
3390
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003391#: e2fsck/unix.c:1535
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003392msgid ""
3393"Disk write-protected; use the -n option to do a read-only\n"
3394"check of the device.\n"
3395msgstr ""
3396"Disk skrivebeskyttet; brug tilvalget -n for at udføre en\n"
3397"skrivebeskyttet kontrol af enheden.\n"
3398
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003399#: e2fsck/unix.c:1603
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003400msgid "Get a newer version of e2fsck!"
3401msgstr "Hent en nyere version af e2fsck!"
3402
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003403#: e2fsck/unix.c:1647
Joe Hansen1e000f82016-08-31 23:14:17 -04003404#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003405msgid "while checking journal for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003406msgstr "under kontrol af journal for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003407
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003408#: e2fsck/unix.c:1650
Theodore Ts'o48203a32016-06-08 15:45:26 -04003409msgid "Cannot proceed with file system check"
Joe Hansen1e000f82016-08-31 23:14:17 -04003410msgstr "Kan ikke fortsætte uden kontrol af filsystem"
Theodore Ts'o48203a32016-06-08 15:45:26 -04003411
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003412#: e2fsck/unix.c:1661
Theodore Ts'o4e528702016-09-04 21:31:21 -04003413msgid ""
3414"Warning: skipping journal recovery because doing a read-only filesystem "
3415"check.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003416msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04003417"Advarsel: Udelader journalgendannelse da der kun udføres en skrivebeskyttet "
3418"kontrol\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003419"af filsystemet.\n"
3420
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003421#: e2fsck/unix.c:1673
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003422#, c-format
3423msgid "unable to set superblock flags on %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003424msgstr "kan ikke angive superblokflag på %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003425
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003426#: e2fsck/unix.c:1679
Joe Hansen1e000f82016-08-31 23:14:17 -04003427#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003428msgid "Journal checksum error found in %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003429msgstr "Kontrolsumfejl for journal fundet i %s\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003430
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003431#: e2fsck/unix.c:1683
Joe Hansen1e000f82016-08-31 23:14:17 -04003432#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003433msgid "Journal corrupted in %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003434msgstr "Journal ødelagt i %s\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003435
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003436#: e2fsck/unix.c:1687
Joe Hansen1e000f82016-08-31 23:14:17 -04003437#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003438msgid "while recovering journal of %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003439msgstr "under gendannelse af journal for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003440
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003441#: e2fsck/unix.c:1709
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003442#, c-format
3443msgid "%s has unsupported feature(s):"
3444msgstr "%s har funktioner der ikke er understøttet:"
3445
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003446#: e2fsck/unix.c:1768
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003447#, c-format
3448msgid "%s: %s while reading bad blocks inode\n"
3449msgstr "%s: %s under læsning af ugyldig blok-iknude\n"
3450
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003451#: e2fsck/unix.c:1771
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003452msgid "This doesn't bode well, but we'll try to go on...\n"
3453msgstr "Dette tyder ikke godt, men vi forsøger at fortsætte ...\n"
3454
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003455#: e2fsck/unix.c:1811
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003456#, c-format
3457msgid "Creating journal (%d blocks): "
3458msgstr "Opretter journal (%d blokke): "
3459
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003460#: e2fsck/unix.c:1821
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003461msgid " Done.\n"
3462msgstr " Færdig.\n"
3463
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003464#: e2fsck/unix.c:1823
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003465msgid ""
3466"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003467"*** journal has been regenerated ***\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003468msgstr ""
3469"\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003470"*** journal har blevet genskabt ***\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003471
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003472#: e2fsck/unix.c:1829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003473msgid "aborted"
3474msgstr "afbrudt"
3475
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003476#: e2fsck/unix.c:1831
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003477#, c-format
3478msgid "%s: e2fsck canceled.\n"
3479msgstr "%s: e2fsck afbrudt.\n"
3480
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003481#: e2fsck/unix.c:1858
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003482msgid "Restarting e2fsck from the beginning...\n"
3483msgstr "Genstarter e2fsck fra begyndelsen ...\n"
3484
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003485#: e2fsck/unix.c:1862
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003486msgid "while resetting context"
Joe Hansen1e000f82016-08-31 23:14:17 -04003487msgstr "under nulstilling af kontekst"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003488
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003489#: e2fsck/unix.c:1906 e2fsck/util.c:71
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003490#, c-format
3491msgid ""
3492"\n"
3493"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3494msgstr ""
3495"\n"
3496"%s: ***** FILSYSTEMET BLEV ÆNDRET *****\n"
3497
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003498#: e2fsck/unix.c:1910
Joe Hansen1e000f82016-08-31 23:14:17 -04003499#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003500msgid "%s: ***** REBOOT SYSTEM *****\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003501msgstr "%s: ***** GENSTART SYSTEM *****\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003502
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003503#: e2fsck/unix.c:1918 e2fsck/util.c:77
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003504#, c-format
3505msgid ""
3506"\n"
3507"%s: ********** WARNING: Filesystem still has errors **********\n"
3508"\n"
3509msgstr ""
3510"\n"
3511"%s: ********** ADVARSEL: Filsystemet har stadig fejl **********\n"
3512"\n"
3513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003514#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003515msgid "yY"
3516msgstr "jJ"
3517
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003518#: e2fsck/util.c:195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003519msgid "nN"
3520msgstr "nN"
3521
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003522#: e2fsck/util.c:196
3523msgid "aA"
Joe Hansen1e000f82016-08-31 23:14:17 -04003524msgstr "aA"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003525
3526#: e2fsck/util.c:197
3527msgid " ('a' enables 'yes' to all) "
Joe Hansen1e000f82016-08-31 23:14:17 -04003528msgstr " (»a« aktiverer »yes« (ja) for alle) "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003529
3530#: e2fsck/util.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003531msgid "<y>"
3532msgstr "<j>"
3533
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003534#: e2fsck/util.c:215
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003535msgid "<n>"
3536msgstr "<n>"
3537
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003538#: e2fsck/util.c:217
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003539msgid " (y/n)"
3540msgstr " (j/n)"
3541
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003542#: e2fsck/util.c:240
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003543msgid "cancelled!\n"
3544msgstr "afbrudt!\n"
3545
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003546#: e2fsck/util.c:264
3547msgid "yes to all\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003548msgstr "ja til alle\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003549
3550#: e2fsck/util.c:266
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003551msgid "yes\n"
3552msgstr "ja\n"
3553
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003554#: e2fsck/util.c:268
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003555msgid "no\n"
3556msgstr "nej\n"
3557
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003558#: e2fsck/util.c:278
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003559#, c-format
3560msgid ""
3561"%s? no\n"
3562"\n"
3563msgstr ""
3564"%s? nej\n"
3565"\n"
3566
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003567#: e2fsck/util.c:282
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003568#, c-format
3569msgid ""
3570"%s? yes\n"
3571"\n"
3572msgstr ""
3573"%s? ja\n"
3574"\n"
3575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003576#: e2fsck/util.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003577msgid "yes"
3578msgstr "ja"
3579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003580#: e2fsck/util.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003581msgid "no"
3582msgstr "nej"
3583
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003584#: e2fsck/util.c:302
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003585#, c-format
3586msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003587msgstr "e2fsck_read_bitmaps: ulovlige bitmap-blokke for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003588
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003589#: e2fsck/util.c:307
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003590msgid "reading inode and block bitmaps"
Joe Hansen1e000f82016-08-31 23:14:17 -04003591msgstr "læser iknude og blok-bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003592
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003593#: e2fsck/util.c:319
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003594#, c-format
3595msgid "while retrying to read bitmaps for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003596msgstr "under forsøg på at læse bitmap igen for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003597
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003598#: e2fsck/util.c:331
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003599msgid "writing block and inode bitmaps"
Joe Hansen1e000f82016-08-31 23:14:17 -04003600msgstr "skriver blok- og iknudebitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003601
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003602#: e2fsck/util.c:336
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003603#, c-format
3604msgid "while rewriting block and inode bitmaps for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003605msgstr "under genskrivning af blok- og iknudebitmap for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003606
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003607#: e2fsck/util.c:348
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003608#, c-format
3609msgid ""
3610"\n"
3611"\n"
3612"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3613"\t(i.e., without -a or -p options)\n"
3614msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003615"\n"
3616"\n"
3617"%s: UVENTET UOVERENSSTEMMELSE; KØR fsck MANUELT.\n"
3618"\t(dvs., uden tilvalgene -a eller -p)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003619
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003620#: e2fsck/util.c:429
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003621#, c-format
3622msgid "Memory used: %luk/%luk (%luk/%luk), "
3623msgstr "Hukommelse brugt: %luk/%luk (%luk/%luk), "
3624
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003625#: e2fsck/util.c:433
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003626#, c-format
3627msgid "Memory used: %lu, "
3628msgstr "Hukommelse brugt: %lu, "
3629
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003630#: e2fsck/util.c:440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003631#, c-format
3632msgid "time: %5.2f/%5.2f/%5.2f\n"
3633msgstr "tid: %5.2f/%5.2f/%5.2f\n"
3634
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003635#: e2fsck/util.c:445
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003636#, c-format
3637msgid "elapsed time: %6.3f\n"
3638msgstr "forløbet tid: %6.3f\n"
3639
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003640#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003641#, c-format
3642msgid "while reading inode %lu in %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003643msgstr "under læsning af iknude %lu i %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003644
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003645#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003646#, c-format
3647msgid "while writing inode %lu in %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003648msgstr "under skrivning af iknude %lu i %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003650#: e2fsck/util.c:765
Theodore Ts'o4e528702016-09-04 21:31:21 -04003651msgid ""
3652"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3653"running.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003654msgstr "UVENTET UOVERENSSTEMMELSE: filsystemet ændres mens fsck kører.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003655
Theodore Ts'obd386982015-05-17 20:34:58 -04003656#: misc/badblocks.c:72
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003657msgid "done \n"
3658msgstr "færdig \n"
3659
Theodore Ts'obd386982015-05-17 20:34:58 -04003660#: misc/badblocks.c:97
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003661#, c-format
3662msgid ""
3663"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003664" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3665"max_bad_blocks]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003666" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3667" device [last_block [first_block]]\n"
3668msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003669"Brug: %s [-b blokstørrelse] [-i inddatafil] [-o uddatafil] [-svwnf]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04003670" [-c blokke_på_en_gang] [-d forsinkelsesfaktor_mellem_læsninger] [-e "
3671"maks_ugyldige_blokke]\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003672" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3673" enhed [sidste_blok [første_blok]]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003674
Theodore Ts'obd386982015-05-17 20:34:58 -04003675#: misc/badblocks.c:108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003676#, c-format
3677msgid ""
3678"%s: The -n and -w options are mutually exclusive.\n"
3679"\n"
3680msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003681"%s: Tilvalgene -n og -w udelukker hinanden.\n"
3682"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003683
Theodore Ts'obd386982015-05-17 20:34:58 -04003684#: misc/badblocks.c:223
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003685#, c-format
3686msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Joe Hansen1e000f82016-08-31 23:14:17 -04003687msgstr "%6.2f%% færdig, %s forløbet. (%d/%d/%d fejl)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003688
Theodore Ts'obd386982015-05-17 20:34:58 -04003689#: misc/badblocks.c:328
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003690msgid "Testing with random pattern: "
3691msgstr "Test med vilkårligt mønster: "
3692
Theodore Ts'obd386982015-05-17 20:34:58 -04003693#: misc/badblocks.c:346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003694msgid "Testing with pattern 0x"
Joe Hansen1e000f82016-08-31 23:14:17 -04003695msgstr "Tester med mønster 0x"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003696
Theodore Ts'obd386982015-05-17 20:34:58 -04003697#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003698msgid "during seek"
3699msgstr "under søgning"
3700
Theodore Ts'obd386982015-05-17 20:34:58 -04003701#: misc/badblocks.c:389
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003702#, c-format
3703msgid "Weird value (%ld) in do_read\n"
3704msgstr "Mærkelig værdi (%ld) i do_read\n"
3705
Theodore Ts'obd386982015-05-17 20:34:58 -04003706#: misc/badblocks.c:476
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003707msgid "during ext2fs_sync_device"
3708msgstr "under ext2fs_sync_device"
3709
Theodore Ts'obd386982015-05-17 20:34:58 -04003710#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003711msgid "while beginning bad block list iteration"
Joe Hansen1e000f82016-08-31 23:14:17 -04003712msgstr "under begyndelsen af gennemløb af listen med ugyldige blokke"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003713
Theodore Ts'obd386982015-05-17 20:34:58 -04003714#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003715msgid "while allocating buffers"
Joe Hansen1e000f82016-08-31 23:14:17 -04003716msgstr "under allokering af mellemlagre"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003717
Theodore Ts'obd386982015-05-17 20:34:58 -04003718#: misc/badblocks.c:515
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003719#, c-format
3720msgid "Checking blocks %lu to %lu\n"
3721msgstr "Kontroller blokke %lu til %lu\n"
3722
Theodore Ts'obd386982015-05-17 20:34:58 -04003723#: misc/badblocks.c:520
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003724msgid "Checking for bad blocks in read-only mode\n"
3725msgstr "Kontrollerer for ugyldige blokke i skrivebeskyttet tilstand\n"
3726
Theodore Ts'obd386982015-05-17 20:34:58 -04003727#: misc/badblocks.c:529
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003728msgid "Checking for bad blocks (read-only test): "
3729msgstr "Kontrollerer for ugyldige blokke (skrivebeskyttet test): "
3730
Theodore Ts'obd386982015-05-17 20:34:58 -04003731#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3732#: misc/badblocks.c:832
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003733msgid "Too many bad blocks, aborting test\n"
3734msgstr "For mange ugyldige blokke, afbryder test\n"
3735
Theodore Ts'obd386982015-05-17 20:34:58 -04003736#: misc/badblocks.c:618
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003737msgid "Checking for bad blocks in read-write mode\n"
3738msgstr "Kontrollerer for ugyldige blokke i læs-skriv tilstand\n"
3739
Theodore Ts'obd386982015-05-17 20:34:58 -04003740#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003741#, c-format
3742msgid "From block %lu to %lu\n"
3743msgstr "Fra blok %lu til %lu\n"
3744
Theodore Ts'obd386982015-05-17 20:34:58 -04003745#: misc/badblocks.c:675
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003746msgid "Reading and comparing: "
3747msgstr "Læser og sammenligner: "
3748
Theodore Ts'obd386982015-05-17 20:34:58 -04003749#: misc/badblocks.c:781
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003750msgid "Checking for bad blocks in non-destructive read-write mode\n"
3751msgstr "Kontroller for ugyldige blokke i ikkedestruktiv læs-skriv tilstand\n"
3752
Theodore Ts'obd386982015-05-17 20:34:58 -04003753#: misc/badblocks.c:787
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003754msgid "Checking for bad blocks (non-destructive read-write test)\n"
3755msgstr "Kontroller for ugyldige blokke (ikkedestruktiv læs-skriv test)\n"
3756
Theodore Ts'obd386982015-05-17 20:34:58 -04003757#: misc/badblocks.c:794
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003758msgid ""
3759"\n"
3760"Interrupt caught, cleaning up\n"
3761msgstr ""
3762
Theodore Ts'obd386982015-05-17 20:34:58 -04003763#: misc/badblocks.c:877
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003764#, c-format
3765msgid "during test data write, block %lu"
3766msgstr "under testdataskrivning, blok %lu"
3767
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003768#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003769#, c-format
3770msgid "%s is mounted; "
3771msgstr "%s er monteret; "
3772
Theodore Ts'obd386982015-05-17 20:34:58 -04003773#: misc/badblocks.c:1000
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003774msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3775msgstr ""
3776
Theodore Ts'obd386982015-05-17 20:34:58 -04003777#: misc/badblocks.c:1005
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003778msgid "it's not safe to run badblocks!\n"
3779msgstr "det er ikke sikkert at køre badblocks!\n"
3780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003781#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003782#, c-format
3783msgid "%s is apparently in use by the system; "
3784msgstr "%s er øjensynlig i brug af systemet; "
3785
Theodore Ts'obd386982015-05-17 20:34:58 -04003786#: misc/badblocks.c:1013
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003787msgid "badblocks forced anyway.\n"
3788msgstr ""
3789
Theodore Ts'obd386982015-05-17 20:34:58 -04003790#: misc/badblocks.c:1033
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003791#, c-format
3792msgid "invalid %s - %s"
3793msgstr "ugyldig %s - %s"
3794
Theodore Ts'obd386982015-05-17 20:34:58 -04003795#: misc/badblocks.c:1127
3796#, c-format
3797msgid "Too big max bad blocks count %u - maximum is %u"
3798msgstr ""
3799
3800#: misc/badblocks.c:1154
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003801#, c-format
3802msgid "can't allocate memory for test_pattern - %s"
3803msgstr "kan ikke allokere hukommelse for test_pattern - %s"
3804
Theodore Ts'obd386982015-05-17 20:34:58 -04003805#: misc/badblocks.c:1184
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003806msgid "Maximum of one test_pattern may be specified in read-only mode"
3807msgstr "Kun en test_pattern kan angives i skrivebeskyttet tilstand"
3808
Theodore Ts'obd386982015-05-17 20:34:58 -04003809#: misc/badblocks.c:1190
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003810msgid "Random test_pattern is not allowed in read-only mode"
3811msgstr "Vilkårlig test_pattern er ikke tilladt i skrivebeskyttet tilstand"
3812
Theodore Ts'obd386982015-05-17 20:34:58 -04003813#: misc/badblocks.c:1204
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003814msgid ""
3815"Couldn't determine device size; you must specify\n"
3816"the size manually\n"
3817msgstr ""
3818"Kunne ikke bestemme enhedsstørrelse; du må angive\n"
3819"størrelsen manuelt\n"
3820
Theodore Ts'obd386982015-05-17 20:34:58 -04003821#: misc/badblocks.c:1210
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003822msgid "while trying to determine device size"
3823msgstr "under forsøg på at bestemme enhedsstørrelse"
3824
Theodore Ts'obd386982015-05-17 20:34:58 -04003825#: misc/badblocks.c:1215
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003826msgid "last block"
3827msgstr "sidste blok"
3828
Theodore Ts'obd386982015-05-17 20:34:58 -04003829#: misc/badblocks.c:1221
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003830msgid "first block"
3831msgstr "første blok"
3832
Theodore Ts'obd386982015-05-17 20:34:58 -04003833#: misc/badblocks.c:1224
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003834#, c-format
3835msgid "invalid starting block (%llu): must be less than %llu"
3836msgstr ""
3837
Theodore Ts'obd386982015-05-17 20:34:58 -04003838#: misc/badblocks.c:1231
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003839#, c-format
3840msgid "invalid end block (%llu): must be 32-bit value"
3841msgstr "ugyldig slutblok (%llu): skal være en 32-bit værdi"
3842
Theodore Ts'obd386982015-05-17 20:34:58 -04003843#: misc/badblocks.c:1287
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003844msgid "while creating in-memory bad blocks list"
3845msgstr ""
3846
Theodore Ts'obd386982015-05-17 20:34:58 -04003847#: misc/badblocks.c:1296
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003848msgid "input file - bad format"
3849msgstr ""
3850
Theodore Ts'obd386982015-05-17 20:34:58 -04003851#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003852msgid "while adding to in-memory bad block list"
3853msgstr ""
3854
Theodore Ts'obd386982015-05-17 20:34:58 -04003855#: misc/badblocks.c:1338
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003856#, c-format
3857msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003858msgstr "Gennemløb færdig, %u ugyldige blokke fundet. (%d/%d/%d fejl)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003859
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003860#: misc/chattr.c:89
Joe Hansen1e000f82016-08-31 23:14:17 -04003861#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003862msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003863msgstr "Brug: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] filer ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003865#: misc/chattr.c:159
Joe Hansen1e000f82016-08-31 23:14:17 -04003866#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003867msgid "bad project - %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003868msgstr "ugyldigt projekt - %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003869
3870#: misc/chattr.c:173
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003871#, c-format
3872msgid "bad version - %s\n"
3873msgstr "ugyldig version - %s\n"
3874
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003875#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003876#, c-format
3877msgid "while trying to stat %s"
3878msgstr "under forsøg på at køre stat %s"
3879
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003880#: misc/chattr.c:226
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003881#, c-format
3882msgid "while reading flags on %s"
3883msgstr ""
3884
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003885#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003886#, c-format
3887msgid "Flags of %s set as "
3888msgstr ""
3889
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003890#: misc/chattr.c:252
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003891#, c-format
3892msgid "while setting flags on %s"
3893msgstr ""
3894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003895#: misc/chattr.c:260
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003896#, c-format
3897msgid "Version of %s set as %lu\n"
3898msgstr "Version for %s sat som %lu\n"
3899
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003900#: misc/chattr.c:264
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003901#, c-format
3902msgid "while setting version on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003903msgstr "under angivelse af version på %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003904
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003905#: misc/chattr.c:271
Joe Hansen1e000f82016-08-31 23:14:17 -04003906#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003907msgid "Project of %s set as %lu\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003908msgstr "Projekt for %s angivet som %lu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003909
3910#: misc/chattr.c:275
Joe Hansen1e000f82016-08-31 23:14:17 -04003911#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003912msgid "while setting project on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003913msgstr "under angivelse af projekt på %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003914
3915#: misc/chattr.c:297
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003916msgid "Couldn't allocate path variable in chattr_dir_proc"
3917msgstr "Kunne ikke allokere stivariabel i chattr_dir_proc"
3918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003919#: misc/chattr.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003920msgid "= is incompatible with - and +\n"
3921msgstr "= er inkompatibel med - og +\n"
3922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003923#: misc/chattr.c:345
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003924msgid "Must use '-v', =, - or +\n"
3925msgstr "Skal bruge »-v«, =, - eller +\n"
3926
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003927#: misc/create_inode.c:70 misc/create_inode.c:109
Joe Hansen1e000f82016-08-31 23:14:17 -04003928#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003929msgid "while reading inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04003930msgstr "under læsning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003931
3932#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3933#: misc/create_inode.c:374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003934msgid "while expanding directory"
Joe Hansen1e000f82016-08-31 23:14:17 -04003935msgstr "under udvidelse af mappe"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003936
3937#: misc/create_inode.c:87
Joe Hansen1e000f82016-08-31 23:14:17 -04003938#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003939msgid "while linking \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04003940msgstr "under oprettelse af forbindelse for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003941
3942#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
Joe Hansen1e000f82016-08-31 23:14:17 -04003943#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003944msgid "while writing inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04003945msgstr "under skrivning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003946
3947#: misc/create_inode.c:139 misc/create_inode.c:163
Joe Hansen1e000f82016-08-31 23:14:17 -04003948#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003949msgid "while listing attributes of \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04003950msgstr "under visning af attributter for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003951
3952#: misc/create_inode.c:150
Joe Hansen1e000f82016-08-31 23:14:17 -04003953#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003954msgid "while opening inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04003955msgstr "under åbning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003956
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003957#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:905
Theodore Ts'o4e528702016-09-04 21:31:21 -04003958#: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003959#: misc/mke2fs.c:353
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003960msgid "while allocating memory"
Joe Hansen1e000f82016-08-31 23:14:17 -04003961msgstr "under allokering af hukommelse"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003962
3963#: misc/create_inode.c:176 misc/create_inode.c:192
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003964#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003965msgid "while reading attribute \"%s\" of \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04003966msgstr "under læsning af attribut »%s« for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003967
3968#: misc/create_inode.c:201
Joe Hansen1e000f82016-08-31 23:14:17 -04003969#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003970msgid "while writing attribute \"%s\" to inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04003971msgstr "under skrivning af attribut »%s« til iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003972
3973#: misc/create_inode.c:211
Joe Hansen1e000f82016-08-31 23:14:17 -04003974#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003975msgid "while closing inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04003976msgstr "under lukning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003977
3978#: misc/create_inode.c:259
Joe Hansen1e000f82016-08-31 23:14:17 -04003979#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003980msgid "while allocating inode \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04003981msgstr "under allokering af iknude »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003982
3983#: misc/create_inode.c:278
Joe Hansen1e000f82016-08-31 23:14:17 -04003984#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003985msgid "while creating inode \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04003986msgstr "under oprettelse af iknude »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003987
3988#: misc/create_inode.c:343
Joe Hansen1e000f82016-08-31 23:14:17 -04003989#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003990msgid "while creating symlink \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04003991msgstr "under oprettelse af symbolsk henvisning »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003992
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05003993#: misc/create_inode.c:361 misc/create_inode.c:838
Joe Hansen1e000f82016-08-31 23:14:17 -04003994#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003995msgid "while looking up \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04003996msgstr "under opslag af »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003997
3998#: misc/create_inode.c:381
Joe Hansen1e000f82016-08-31 23:14:17 -04003999#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004000msgid "while creating directory \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004001msgstr "under oprettelse af mappe »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004002
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004003#: misc/create_inode.c:609
Joe Hansen1e000f82016-08-31 23:14:17 -04004004#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004005msgid "while opening \"%s\" to copy"
Joe Hansen1e000f82016-08-31 23:14:17 -04004006msgstr "under åbning af »%s« til kopi"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004007
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004008#: misc/create_inode.c:701
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004009#, c-format
4010msgid "while changing working directory to \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004011msgstr "under ændring af arbejdsmappe til »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004012
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004013#: misc/create_inode.c:709
Joe Hansen1e000f82016-08-31 23:14:17 -04004014#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004015msgid "while opening directory \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004016msgstr "under åbning af mappe »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004017
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004018#: misc/create_inode.c:719
Joe Hansen1e000f82016-08-31 23:14:17 -04004019#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004020msgid "while lstat \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004021msgstr "under forsøg på at køre lstat for %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004022
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004023#: misc/create_inode.c:752
Joe Hansen1e000f82016-08-31 23:14:17 -04004024#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004025msgid "while creating special file \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004026msgstr "under oprettelse af speciel fil »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004027
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004028#: misc/create_inode.c:761
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004029msgid "malloc failed"
Joe Hansen1e000f82016-08-31 23:14:17 -04004030msgstr "malloc mislykkedes"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004031
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004032#: misc/create_inode.c:769
Joe Hansen1e000f82016-08-31 23:14:17 -04004033#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004034msgid "while trying to read link \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004035msgstr "under forsøg på at læse henvisning »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004036
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004037#: misc/create_inode.c:776
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004038msgid "symlink increased in size between lstat() and readlink()"
Joe Hansen1e000f82016-08-31 23:14:17 -04004039msgstr "symbolsk henvisning øget i størrelse mellem lstat() og readlink()"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004040
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004041#: misc/create_inode.c:787
Joe Hansen1e000f82016-08-31 23:14:17 -04004042#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004043msgid "while writing symlink\"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004044msgstr "under skrivning af symbolsk henvisning »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004045
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004046#: misc/create_inode.c:797
Joe Hansen1e000f82016-08-31 23:14:17 -04004047#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004048msgid "while writing file \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004049msgstr "under skrivning af fil »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004050
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004051#: misc/create_inode.c:810
Joe Hansen1e000f82016-08-31 23:14:17 -04004052#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004053msgid "while making dir \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004054msgstr "under udarbejdelse af mappe »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004055
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004056#: misc/create_inode.c:827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004057msgid "while changing directory"
Joe Hansen1e000f82016-08-31 23:14:17 -04004058msgstr "under ændring af mappe"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004059
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004060#: misc/create_inode.c:833
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004061#, c-format
4062msgid "ignoring entry \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004063msgstr "ignorerer post »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004064
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004065#: misc/create_inode.c:846
Joe Hansen1e000f82016-08-31 23:14:17 -04004066#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004067msgid "while setting inode for \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004068msgstr "under angivelse af iknude for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004069
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004070#: misc/create_inode.c:853
Joe Hansen1e000f82016-08-31 23:14:17 -04004071#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004072msgid "while setting xattrs for \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004073msgstr "under angivelse af xattrs for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004074
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004075#: misc/create_inode.c:871
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004076msgid "while saving inode data"
Joe Hansen1e000f82016-08-31 23:14:17 -04004077msgstr "under lagring af iknude-data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004078
4079#: misc/dumpe2fs.c:56
Joe Hansen1e000f82016-08-31 23:14:17 -04004080#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004081msgid ""
4082"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004083msgstr "Brug: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] enhed\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004084
4085#: misc/dumpe2fs.c:159
4086msgid "blocks"
4087msgstr "blokke"
4088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004089#: misc/dumpe2fs.c:168
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004090msgid "clusters"
4091msgstr "klynger"
4092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004093#: misc/dumpe2fs.c:219
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004094#, c-format
4095msgid "Group %lu: (Blocks "
4096msgstr "Gruppe %lu: (Blokke "
4097
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004098#: misc/dumpe2fs.c:226
Joe Hansen1e000f82016-08-31 23:14:17 -04004099#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004100msgid " csum 0x%04x"
Joe Hansen1e000f82016-08-31 23:14:17 -04004101msgstr " csum 0x%04x"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004103#: misc/dumpe2fs.c:228
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004104#, c-format
4105msgid " (EXPECTED 0x%04x)"
4106msgstr " (FORVENTEDE 0x%04x)"
4107
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004108#: misc/dumpe2fs.c:233
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004109#, c-format
4110msgid " %s superblock at "
Joe Hansen1e000f82016-08-31 23:14:17 -04004111msgstr " %s superblok ved "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004113#: misc/dumpe2fs.c:234
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004114msgid "Primary"
4115msgstr "Primær"
4116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004117#: misc/dumpe2fs.c:234
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004118msgid "Backup"
4119msgstr "Sikkerhedskopi"
4120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004121#: misc/dumpe2fs.c:238
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004122msgid ", Group descriptors at "
4123msgstr ", Gruppebeskrivere på "
4124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004125#: misc/dumpe2fs.c:242
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004126msgid ""
4127"\n"
4128" Reserved GDT blocks at "
4129msgstr ""
4130"\n"
4131" Reserveret GDT-blokke på "
4132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004133#: misc/dumpe2fs.c:249
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004134msgid " Group descriptor at "
4135msgstr " Gruppebeskrivere på "
4136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004137#: misc/dumpe2fs.c:255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004138msgid " Block bitmap at "
4139msgstr " Blokbitmap på "
4140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004141#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Joe Hansen1e000f82016-08-31 23:14:17 -04004142#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004143msgid ", csum 0x%08x"
Joe Hansen1e000f82016-08-31 23:14:17 -04004144msgstr " csum 0x%08x"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004145
4146#: misc/dumpe2fs.c:263
4147msgid ","
Joe Hansen1e000f82016-08-31 23:14:17 -04004148msgstr ","
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004149
4150#: misc/dumpe2fs.c:265
4151msgid ""
4152"\n"
4153" "
4154msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004155"\n"
4156" "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004157
4158#: misc/dumpe2fs.c:266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004159msgid " Inode bitmap at "
Joe Hansen1e000f82016-08-31 23:14:17 -04004160msgstr " Iknude-bitmap ved "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004162#: misc/dumpe2fs.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004163msgid ""
4164"\n"
4165" Inode table at "
4166msgstr ""
4167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004168#: misc/dumpe2fs.c:279
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004169#, c-format
4170msgid ""
4171"\n"
4172" %u free %s, %u free inodes, %u directories%s"
4173msgstr ""
4174
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004175#: misc/dumpe2fs.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004176#, c-format
4177msgid ", %u unused inodes\n"
4178msgstr ""
4179
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004180#: misc/dumpe2fs.c:289
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004181msgid " Free blocks: "
4182msgstr " Frie blokke: "
4183
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004184#: misc/dumpe2fs.c:304
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004185msgid " Free inodes: "
4186msgstr " Frie iknuder: "
4187
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004188#: misc/dumpe2fs.c:340
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004189msgid "while printing bad block list"
4190msgstr ""
4191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004192#: misc/dumpe2fs.c:346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004193#, c-format
4194msgid "Bad blocks: %u"
4195msgstr "Ugyldige blokke: %u"
4196
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004197#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004198msgid "while reading journal inode"
4199msgstr ""
4200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004201#: misc/dumpe2fs.c:391
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004202msgid "while opening journal inode"
4203msgstr ""
4204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004205#: misc/dumpe2fs.c:397
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004206msgid "while reading journal super block"
4207msgstr ""
4208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004209#: misc/dumpe2fs.c:404
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004210msgid "Journal superblock magic number invalid!\n"
4211msgstr ""
4212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004213#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004214msgid "Journal features: "
Joe Hansen1e000f82016-08-31 23:14:17 -04004215msgstr "Journalfunktioner: "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004217#: misc/dumpe2fs.c:420
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004218msgid "Journal size: "
Joe Hansen1e000f82016-08-31 23:14:17 -04004219msgstr "Journalstørrelse: "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004221#: misc/dumpe2fs.c:430
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004222#, c-format
4223msgid ""
4224"Journal length: %u\n"
4225"Journal sequence: 0x%08x\n"
4226"Journal start: %u\n"
4227msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004228"Journallængde: %u\n"
4229"Journalsekvens: 0x%08x\n"
4230"Journalstart: %u\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004232#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4233msgid "Journal checksum type: crc32\n"
4234msgstr ""
4235
4236#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4237#, c-format
4238msgid ""
4239"Journal checksum type: %s\n"
4240"Journal checksum: 0x%08x\n"
4241msgstr ""
4242
4243#: misc/dumpe2fs.c:448
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004244#, c-format
4245msgid "Journal errno: %d\n"
4246msgstr ""
4247
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004248#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004249msgid "while reading journal superblock"
4250msgstr ""
4251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004252#: misc/dumpe2fs.c:474
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004253msgid "Couldn't find journal superblock magic numbers"
4254msgstr ""
4255
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004256#: misc/dumpe2fs.c:501
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004257#, c-format
4258msgid ""
4259"\n"
4260"Journal block size: %u\n"
4261"Journal length: %u\n"
4262"Journal first block: %u\n"
4263"Journal sequence: 0x%08x\n"
4264"Journal start: %u\n"
4265"Journal number of users: %u\n"
4266msgstr ""
4267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004268#: misc/dumpe2fs.c:514
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004269#, c-format
4270msgid "Journal users: %s\n"
4271msgstr ""
4272
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004273#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1930
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004274msgid "Couldn't allocate memory to parse options!\n"
4275msgstr ""
4276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004277#: misc/dumpe2fs.c:556
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004278#, c-format
4279msgid "Invalid superblock parameter: %s\n"
4280msgstr ""
4281
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004282#: misc/dumpe2fs.c:571
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004283#, c-format
4284msgid "Invalid blocksize parameter: %s\n"
4285msgstr ""
4286
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004287#: misc/dumpe2fs.c:582
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004288#, c-format
4289msgid ""
4290"\n"
4291"Bad extended option(s) specified: %s\n"
4292"\n"
4293"Extended options are separated by commas, and may take an argument which\n"
4294"\tis set off by an equals ('=') sign.\n"
4295"\n"
4296"Valid extended options are:\n"
4297"\tsuperblock=<superblock number>\n"
4298"\tblocksize=<blocksize>\n"
4299msgstr ""
4300
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004301#: misc/dumpe2fs.c:646 misc/mke2fs.c:1816
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004302#, c-format
4303msgid "\tUsing %s\n"
4304msgstr ""
4305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004306#: misc/dumpe2fs.c:686
4307msgid ""
4308"\n"
4309"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4310"\n"
4311msgstr ""
4312
Theodore Ts'o48203a32016-06-08 15:45:26 -04004313#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2805
4314#: resize/main.c:415
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004315msgid "Couldn't find valid filesystem superblock.\n"
4316msgstr ""
4317
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004318#: misc/dumpe2fs.c:726
4319msgid ""
4320"\n"
4321"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4322"\n"
4323msgstr ""
4324
4325#: misc/dumpe2fs.c:730
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004326#, c-format
4327msgid ""
4328"\n"
4329"%s: %s: error reading bitmaps: %s\n"
4330msgstr ""
4331
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004332#: misc/e2image.c:106
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004333#, c-format
4334msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4335msgstr ""
4336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004337#: misc/e2image.c:108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004338#, c-format
4339msgid " %s -I device image-file\n"
4340msgstr ""
4341
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004342#: misc/e2image.c:109
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004343#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004344msgid ""
4345" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4346"[ dest_fs ]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004347msgstr ""
4348
Theodore Ts'o4e528702016-09-04 21:31:21 -04004349#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004350msgid "while allocating buffer"
4351msgstr ""
4352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004353#: misc/e2image.c:179
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004354#, c-format
4355msgid "Writing block %llu\n"
4356msgstr "Skriver blok %llu\n"
4357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004358#: misc/e2image.c:193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004359#, c-format
4360msgid "error writing block %llu"
4361msgstr "fejl ved skrivning af blok %llu"
4362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004363#: misc/e2image.c:196
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004364msgid "error in generic_write()"
4365msgstr "fejl i generic_write()"
4366
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004367#: misc/e2image.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004368msgid "Error: header size is bigger than wrt_size\n"
4369msgstr ""
4370
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004371#: misc/e2image.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004372msgid "Couldn't allocate header buffer\n"
4373msgstr ""
4374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004375#: misc/e2image.c:246
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004376msgid "while writing superblock"
4377msgstr ""
4378
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004379#: misc/e2image.c:255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004380msgid "while writing inode table"
4381msgstr ""
4382
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004383#: misc/e2image.c:263
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004384msgid "while writing block bitmap"
4385msgstr ""
4386
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004387#: misc/e2image.c:271
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004388msgid "while writing inode bitmap"
4389msgstr ""
4390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004391#: misc/e2image.c:505
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004392#, c-format
4393msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4394msgstr "Ødelagt mappeblok %llu: ugyldig rec_len (%d)\n"
4395
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004396#: misc/e2image.c:517
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004397#, c-format
4398msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4399msgstr "Ødelagt mappeblok %llu: ugydlig name_len (%d)\n"
4400
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004401#: misc/e2image.c:558
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004402#, c-format
4403msgid "%llu / %llu blocks (%d%%)"
4404msgstr "%llu / %llu blokke (%d%%)"
4405
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004406#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004407msgid "Copying "
4408msgstr "Kopierer "
4409
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004410#: misc/e2image.c:626
Theodore Ts'o4e528702016-09-04 21:31:21 -04004411msgid ""
4412"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004413msgstr ""
4414
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004415#: misc/e2image.c:652
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004416#, c-format
4417msgid " %s remaining at %.2f MB/s"
4418msgstr ""
4419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004420#: misc/e2image.c:664 misc/e2image.c:1191
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004421#, c-format
4422msgid "error reading block %llu"
4423msgstr "fejl ved læsning af blok %llu"
4424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004425#: misc/e2image.c:718
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004426#, c-format
4427msgid "Copied %llu / %llu blocks (%d%%) in %s "
4428msgstr "Kopierede %llu / %llu blokke (%d%%) i %s "
4429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004430#: misc/e2image.c:722
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004431#, c-format
4432msgid "at %.2f MB/s"
4433msgstr ""
4434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004435#: misc/e2image.c:758
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004436msgid "while allocating l1 table"
4437msgstr "under allokering af l1-tabel"
4438
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004439#: misc/e2image.c:803
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004440msgid "while allocating l2 cache"
4441msgstr "under allokering af l2-cache"
4442
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004443#: misc/e2image.c:826
Theodore Ts'o4e528702016-09-04 21:31:21 -04004444msgid ""
4445"Warning: There are still tables in the cache while putting the cache, data "
4446"will be lost so the image may not be valid.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004447msgstr ""
4448
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004449#: misc/e2image.c:1148
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004450msgid "while allocating ext2_qcow2_image"
4451msgstr ""
4452
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004453#: misc/e2image.c:1155
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004454msgid "while initializing ext2_qcow2_image"
4455msgstr ""
4456
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004457#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004458msgid "Programming error: multiple sequential refcount blocks created!\n"
4459msgstr ""
4460
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004461#: misc/e2image.c:1272
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004462msgid "while allocating block bitmap"
4463msgstr "under allokering af blokbitmap"
4464
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004465#: misc/e2image.c:1281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004466msgid "while allocating scramble block bitmap"
4467msgstr "under allokering af scramble blokbitmap"
4468
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004469#: misc/e2image.c:1288
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004470msgid "Scanning inodes...\n"
4471msgstr "Skanner iknuder ...\n"
4472
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004473#: misc/e2image.c:1300
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004474msgid "Can't allocate block buffer"
4475msgstr "Kan ikke allokere blokbuffer"
4476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004477#: misc/e2image.c:1339 misc/e2image.c:1353
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004478#, c-format
4479msgid "while iterating over inode %u"
4480msgstr "under gennemløb over iknude %u"
4481
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004482#: misc/e2image.c:1385
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004483msgid "Raw and qcow2 images cannot be installed"
4484msgstr ""
4485
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004486#: misc/e2image.c:1407
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004487msgid "error reading bitmaps"
4488msgstr ""
4489
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004490#: misc/e2image.c:1419
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004491msgid "while opening device file"
4492msgstr "under åbning af enhedsfil"
4493
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004494#: misc/e2image.c:1430
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004495msgid "while restoring the image table"
4496msgstr "under gendannelse af billedtabellen"
4497
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004498#: misc/e2image.c:1527
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004499msgid "-a option can only be used with raw or QCOW2 images."
4500msgstr "-a tilvalg kan kun bruges med rå eller QCOW2-billeder."
4501
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004502#: misc/e2image.c:1533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004503msgid "Offsets are only allowed with raw images."
4504msgstr "Forskydninger er kun tilladte med rå billeder."
4505
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004506#: misc/e2image.c:1538
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004507msgid "Move mode is only allowed with raw images."
Joe Hansen1e000f82016-08-31 23:14:17 -04004508msgstr "Flyttilstand er kun tilladt med rå billeder."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004509
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004510#: misc/e2image.c:1543
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004511msgid "Move mode requires all data mode."
Joe Hansen1e000f82016-08-31 23:14:17 -04004512msgstr "Flyttilstand kræver alle datatilstand."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004513
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004514#: misc/e2image.c:1553
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004515msgid "checking if mounted"
Joe Hansen1e000f82016-08-31 23:14:17 -04004516msgstr "kontrollerer om monteret"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004517
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004518#: misc/e2image.c:1560
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004519msgid ""
4520"\n"
4521"Running e2image on a R/W mounted filesystem can result in an\n"
4522"inconsistent image which will not be useful for debugging purposes.\n"
4523"Use -f option if you really want to do that.\n"
4524msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004525"\n"
4526"Afvikling af e2image på et læs/skriv monteret filsystem kan resultere\n"
4527"i et inkonsistent billede, som ikke vil være nyttigt til fejlsøgning.\n"
4528"Brug tilvalget -f hvis du virkelig ønsker dette.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004529
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004530#: misc/e2image.c:1614
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004531msgid "QCOW2 image can not be written to the stdout!\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004532msgstr "QCOW2-billede kan ikke skrives til standardud!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004533
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004534#: misc/e2image.c:1620
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004535msgid "Can not stat output\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004536msgstr "Kan ikke køre stat på uddata\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004537
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004538#: misc/e2image.c:1630
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004539#, c-format
4540msgid "Image (%s) is compressed\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004541msgstr "Billedet (%s) er komprimeret\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004542
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004543#: misc/e2image.c:1633
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004544#, c-format
4545msgid "Image (%s) is encrypted\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004546msgstr "Billedet (%s) er krypteret\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004547
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004548#: misc/e2image.c:1636
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004549#, c-format
4550msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004551msgstr ""
4552"under forsøg på at konvertere qcow2-billedet (%s) til et rå billede (%s)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004553
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004554#: misc/e2image.c:1645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004555msgid "The -c option only supported in raw mode\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004556msgstr "Tilvalget -c er kun understøttet i raw-tilstand\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004557
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004558#: misc/e2image.c:1650
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004559msgid "The -c option not supported when writing to stdout\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004560msgstr "Tilvalget -c er ikke understøttet under skrivning til standardud\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004561
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004562#: misc/e2image.c:1657
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004563msgid "while allocating check_buf"
Joe Hansen1e000f82016-08-31 23:14:17 -04004564msgstr "under allokering af check_buf"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004565
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004566#: misc/e2image.c:1663
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004567msgid "The -p option only supported in raw mode\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004568msgstr "Tilvalget -p er kun understøttet i rå tilstand\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004569
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004570#: misc/e2image.c:1673
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004571#, c-format
4572msgid "%d blocks already contained the data to be copied\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004573msgstr "%d blokke indeholdt allerede dataene til kopiering\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004574
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004575#: misc/e2initrd_helper.c:68
Joe Hansen1e000f82016-08-31 23:14:17 -04004576#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004577msgid "Usage: %s -r device\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004578msgstr "Brug: %s -r enhed\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004579
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004580#: misc/e2label.c:58
4581#, c-format
4582msgid "e2label: cannot open %s\n"
4583msgstr "e2label: kan ikke åbne %s\n"
4584
4585#: misc/e2label.c:63
4586#, c-format
4587msgid "e2label: cannot seek to superblock\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004588msgstr "e2label: kan ikke søge til superblok\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004589
4590#: misc/e2label.c:68
4591#, c-format
4592msgid "e2label: error reading superblock\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004593msgstr "e2label: fejl under læsningaf superblok\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004594
4595#: misc/e2label.c:72
4596#, c-format
4597msgid "e2label: not an ext2 filesystem\n"
4598msgstr "e2label: ikke et ext2-filsystem\n"
4599
Theodore Ts'o48203a32016-06-08 15:45:26 -04004600#: misc/e2label.c:97 misc/tune2fs.c:2978
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004601#, c-format
4602msgid "Warning: label too long, truncating.\n"
4603msgstr "Advarsel: etiket er for lang, afkorter.\n"
4604
4605#: misc/e2label.c:100
4606#, c-format
4607msgid "e2label: cannot seek to superblock again\n"
4608msgstr "e2label: kan ikke søge til superblok igen\n"
4609
4610#: misc/e2label.c:105
4611#, c-format
4612msgid "e2label: error writing superblock\n"
4613msgstr "e2label: der opstod en fejl under skrivning af superblok\n"
4614
Theodore Ts'o48203a32016-06-08 15:45:26 -04004615#: misc/e2label.c:117 misc/tune2fs.c:1590
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004616#, c-format
4617msgid "Usage: e2label device [newlabel]\n"
4618msgstr "Brug: e2label enhed [nyetiket]\n"
4619
Theodore Ts'o48203a32016-06-08 15:45:26 -04004620#: misc/e2undo.c:118
Joe Hansen1e000f82016-08-31 23:14:17 -04004621#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004622msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004623msgstr "Brug: %s [-f] [-h] [-n] [-v] <transaktionsfil><filsystem>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004624
Theodore Ts'o48203a32016-06-08 15:45:26 -04004625#: misc/e2undo.c:143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004626msgid "The file system superblock doesn't match the undo file.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004627msgstr "Filsystemets superblok matcher ikke genskabfilen.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004628
Theodore Ts'o48203a32016-06-08 15:45:26 -04004629#: misc/e2undo.c:146
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004630msgid "UUID does not match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004631msgstr "UUID matcher ikke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004632
Theodore Ts'o48203a32016-06-08 15:45:26 -04004633#: misc/e2undo.c:148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004634msgid "Last mount time does not match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004635msgstr "Sidste monteringstidspunkt matcher ikke.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004636
Theodore Ts'o48203a32016-06-08 15:45:26 -04004637#: misc/e2undo.c:150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004638msgid "Last write time does not match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004639msgstr "Sidste skrivetidspunkt matcher ikke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004640
Theodore Ts'o48203a32016-06-08 15:45:26 -04004641#: misc/e2undo.c:152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004642msgid "Lifetime write counter does not match.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004643msgstr ""
4644
Theodore Ts'o48203a32016-06-08 15:45:26 -04004645#: misc/e2undo.c:166
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004646msgid "while reading filesystem superblock."
Joe Hansen1e000f82016-08-31 23:14:17 -04004647msgstr "under læsning af filsystemets superblok."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004648
Theodore Ts'o48203a32016-06-08 15:45:26 -04004649#: misc/e2undo.c:182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004650msgid "while fetching superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04004651msgstr "under indhentelse af superblok"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004652
Theodore Ts'o48203a32016-06-08 15:45:26 -04004653#: misc/e2undo.c:195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004654#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004655msgid "Undo file superblock checksum doesn't match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004656msgstr "Superblokkens kontrolsum for genskab matcher ikke superblok.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004657
Theodore Ts'o4e528702016-09-04 21:31:21 -04004658#: misc/e2undo.c:334
Joe Hansen1e000f82016-08-31 23:14:17 -04004659#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04004660msgid "illegal offset - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04004661msgstr "ugyldig forskydning - %s"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004662
Theodore Ts'o4e528702016-09-04 21:31:21 -04004663#: misc/e2undo.c:358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004664#, c-format
4665msgid "Will not write to an undo file while replaying it.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004666msgstr "Vil ikke skrive til en gendanfil under afspilning af den.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004667
Theodore Ts'o4e528702016-09-04 21:31:21 -04004668#: misc/e2undo.c:367
Joe Hansen1e000f82016-08-31 23:14:17 -04004669#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004670msgid "while opening undo file `%s'\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004671msgstr "under åbning af genskabfilen »%s«\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004672
Theodore Ts'o4e528702016-09-04 21:31:21 -04004673#: misc/e2undo.c:374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004674#, fuzzy
4675msgid "while reading undo file"
Joe Hansen1e000f82016-08-31 23:14:17 -04004676msgstr "under læsning af rod-iknude"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004677
Theodore Ts'o4e528702016-09-04 21:31:21 -04004678#: misc/e2undo.c:379
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004679#, fuzzy, c-format
4680msgid "%s: Not an undo file.\n"
4681msgstr "%s: for mange enheder\n"
4682
Theodore Ts'o4e528702016-09-04 21:31:21 -04004683#: misc/e2undo.c:390
Joe Hansen1e000f82016-08-31 23:14:17 -04004684#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004685msgid "%s: Header checksum doesn't match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004686msgstr "Iknudens kontrolsum matcher ikke iknude"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004687
Theodore Ts'o4e528702016-09-04 21:31:21 -04004688#: misc/e2undo.c:397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004689#, c-format
4690msgid "%s: Corrupt undo file header.\n"
4691msgstr ""
4692
Theodore Ts'o4e528702016-09-04 21:31:21 -04004693#: misc/e2undo.c:401
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004694#, c-format
4695msgid "%s: Undo block size too large.\n"
4696msgstr ""
4697
Theodore Ts'o4e528702016-09-04 21:31:21 -04004698#: misc/e2undo.c:406
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004699#, c-format
4700msgid "%s: Undo block size too small.\n"
4701msgstr ""
4702
Theodore Ts'o4e528702016-09-04 21:31:21 -04004703#: misc/e2undo.c:419
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004704#, fuzzy, c-format
4705msgid "%s: Unknown undo file feature set.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04004706msgstr ""
4707"Journalsuperblok har et ukendt og ikke kompatibelt funktionsflag angivet.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004708
Theodore Ts'o4e528702016-09-04 21:31:21 -04004709#: misc/e2undo.c:427
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004710#, fuzzy, c-format
4711msgid "Error while determining whether %s is mounted."
Joe Hansen1e000f82016-08-31 23:14:17 -04004712msgstr "Der opstod en fejl under bestemmelse af hvorvidt %s er monteret.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004713
Theodore Ts'o4e528702016-09-04 21:31:21 -04004714#: misc/e2undo.c:433
Joe Hansen1e000f82016-08-31 23:14:17 -04004715#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004716msgid "e2undo should only be run on unmounted filesystems"
Joe Hansen1e000f82016-08-31 23:14:17 -04004717msgstr "e2undo må ikke køres på et filsystem, der ikke er monteret\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004718
Theodore Ts'o4e528702016-09-04 21:31:21 -04004719#: misc/e2undo.c:449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004720#, fuzzy, c-format
4721msgid "while opening `%s'"
4722msgstr "under åbning af %s"
4723
Theodore Ts'o4e528702016-09-04 21:31:21 -04004724#: misc/e2undo.c:460
Theodore Ts'o48203a32016-06-08 15:45:26 -04004725msgid "specified offset is too large"
4726msgstr ""
4727
Theodore Ts'o4e528702016-09-04 21:31:21 -04004728#: misc/e2undo.c:501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004729#, fuzzy
4730msgid "while reading keys"
4731msgstr "under læsning af bitmaps"
4732
Theodore Ts'o4e528702016-09-04 21:31:21 -04004733#: misc/e2undo.c:513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004734#, c-format
4735msgid "%s: wrong key magic at %llu\n"
4736msgstr ""
4737
Theodore Ts'o4e528702016-09-04 21:31:21 -04004738#: misc/e2undo.c:523
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004739#, c-format
4740msgid "%s: key block checksum error at %llu.\n"
4741msgstr ""
4742
Theodore Ts'o4e528702016-09-04 21:31:21 -04004743#: misc/e2undo.c:546
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004744#, fuzzy, c-format
4745msgid "%s: block %llu is too long."
4746msgstr "Fra blok %lu til %lu\n"
4747
Theodore Ts'o4e528702016-09-04 21:31:21 -04004748#: misc/e2undo.c:558 misc/e2undo.c:594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004749#, fuzzy, c-format
4750msgid "while fetching block %llu."
4751msgstr "Skriver blok %llu\n"
4752
Theodore Ts'o4e528702016-09-04 21:31:21 -04004753#: misc/e2undo.c:570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004754#, c-format
4755msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4756msgstr ""
4757
Theodore Ts'o4e528702016-09-04 21:31:21 -04004758#: misc/e2undo.c:609
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004759#, fuzzy, c-format
4760msgid "while writing block %llu."
4761msgstr "fejl ved skrivning af blok %llu"
4762
Theodore Ts'o4e528702016-09-04 21:31:21 -04004763#: misc/e2undo.c:615
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004764#, c-format
4765msgid "Undo file corruption; run e2fsck NOW!\n"
4766msgstr ""
4767
Theodore Ts'o4e528702016-09-04 21:31:21 -04004768#: misc/e2undo.c:617
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004769#, c-format
4770msgid "IO error during replay; run e2fsck NOW!\n"
4771msgstr ""
4772
Theodore Ts'o4e528702016-09-04 21:31:21 -04004773#: misc/e2undo.c:620
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004774#, c-format
4775msgid "Incomplete undo record; run e2fsck.\n"
4776msgstr ""
4777
4778#: misc/findsuper.c:110
4779#, c-format
4780msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4781msgstr ""
4782
4783#: misc/findsuper.c:155
4784#, c-format
4785msgid "skipbytes should be a number, not %s\n"
4786msgstr ""
4787
4788#: misc/findsuper.c:162
4789#, c-format
4790msgid "skipbytes must be a multiple of the sector size\n"
4791msgstr ""
4792
4793#: misc/findsuper.c:169
4794#, c-format
4795msgid "startkb should be a number, not %s\n"
4796msgstr ""
4797
4798#: misc/findsuper.c:175
4799#, c-format
4800msgid "startkb should be positive, not %llu\n"
4801msgstr ""
4802
4803#: misc/findsuper.c:186
4804#, c-format
4805msgid "starting at %llu, with %u byte increments\n"
4806msgstr ""
4807
4808#: misc/findsuper.c:188
4809#, c-format
4810msgid ""
4811"[*] probably superblock written in the ext3 journal superblock,\n"
4812"\tso start/end/grp wrong\n"
4813msgstr ""
4814
4815#: misc/findsuper.c:190
4816#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004817msgid ""
4818"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4819"mount_time sb_uuid label\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004820msgstr ""
4821
4822#: misc/findsuper.c:264
4823#, c-format
4824msgid ""
4825"\n"
4826"%11Lu: finished with errno %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004827msgstr ""
4828
4829#: misc/fsck.c:343
4830#, c-format
4831msgid "WARNING: couldn't open %s: %s\n"
4832msgstr "ADVARSEL: kunne ikke åbne %s: %s\n"
4833
4834#: misc/fsck.c:353
4835#, c-format
4836msgid "WARNING: bad format on line %d of %s\n"
4837msgstr "ADVARSEL: ugyldigt format på linje %d af %s\n"
4838
4839#: misc/fsck.c:370
4840msgid ""
4841"WARNING: Your /etc/fstab does not contain the fsck passno\n"
4842"\tfield. I will kludge around things for you, but you\n"
4843"\tshould fix your /etc/fstab file as soon as you can.\n"
4844"\n"
4845msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004846"ADVARSEL: Din /etc/fstab indeholder ikke fsck passno-\n"
4847"\tfeltet. Jeg vil lave en lappeløsning for dig, men du\n"
4848"\tbør rette din /etc/fstab-fil så snart som muligt.\n"
4849"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004850
4851#: misc/fsck.c:478
4852#, c-format
4853msgid "fsck: %s: not found\n"
4854msgstr "fsck: %s: ikke fundet\n"
4855
4856#: misc/fsck.c:594
4857#, c-format
4858msgid "%s: wait: No more child process?!?\n"
4859msgstr "%s: vent: Ikke flere underprocesser?!?\n"
4860
4861#: misc/fsck.c:616
4862#, c-format
4863msgid "Warning... %s for device %s exited with signal %d.\n"
4864msgstr "Advarsel ... %s for enhed %s afsluttedes med signal %d.\n"
4865
4866#: misc/fsck.c:622
4867#, c-format
4868msgid "%s %s: status is %x, should never happen.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004869msgstr "%s %s: status er %x, bør aldrig ske.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004870
4871#: misc/fsck.c:661
4872#, c-format
4873msgid "Finished with %s (exit status %d)\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004874msgstr "Færdig med %s (afslutningsstatus %d)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004875
4876#: misc/fsck.c:721
4877#, c-format
4878msgid "%s: Error %d while executing fsck.%s for %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004879msgstr "%s: Fejl %d under kørsel af fsck.%s for %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004880
4881#: misc/fsck.c:742
4882msgid ""
4883"Either all or none of the filesystem types passed to -t must be prefixed\n"
4884"with 'no' or '!'.\n"
4885msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004886"Enten alle eller ingen af filsystemtyperne videresendt til -t må være\n"
4887"foranstillet med »no« eller »!«.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004888
4889#: misc/fsck.c:761
4890msgid "Couldn't allocate memory for filesystem types\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004891msgstr "Kunne ikke allokere hukommelse for filsystemstyper\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004892
4893#: misc/fsck.c:884
4894#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04004895msgid ""
4896"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4897"number\n"
4898msgstr ""
4899"%s: udelader ugyldig linje i /etc/fstab: bind mount med fsck-"
4900"gennemløbsnummer forskellig fra nul\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004901
4902#: misc/fsck.c:911
4903#, c-format
4904msgid "fsck: cannot check %s: fsck.%s not found\n"
4905msgstr "fsck: kan ikke kontrollere %s: fsck.%s blev ikke fundet\n"
4906
4907#: misc/fsck.c:967
4908msgid "Checking all file systems.\n"
4909msgstr "Kontrollerer alle filsystemer.\n"
4910
4911#: misc/fsck.c:1058
4912#, c-format
4913msgid "--waiting-- (pass %d)\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004914msgstr "--waiting-- (gennemløb %d)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004915
4916#: misc/fsck.c:1078
Theodore Ts'o4e528702016-09-04 21:31:21 -04004917msgid ""
4918"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4919msgstr ""
4920"Brug: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-tilvalg] [filsyst ...]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004921
4922#: misc/fsck.c:1120
4923#, c-format
4924msgid "%s: too many devices\n"
4925msgstr "%s: for mange enheder\n"
4926
4927#: misc/fsck.c:1153 misc/fsck.c:1239
4928#, c-format
4929msgid "%s: too many arguments\n"
4930msgstr "%s: for mange argumenter\n"
4931
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004932#: misc/fuse2fs.c:3745
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004933#, fuzzy
4934msgid "Mounting read-only.\n"
4935msgstr "Fil åbn er skrivebeskyttet"
4936
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004937#: misc/fuse2fs.c:3769
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004938#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004939msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4940msgstr ""
4941
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004942#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004943#, c-format
4944msgid "%s: %s.\n"
4945msgstr ""
4946
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004947#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3207
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004948#, fuzzy, c-format
4949msgid "Please run e2fsck -fy %s.\n"
4950msgstr ""
4951"kør venligst »e2fsck -f %s« først.\n"
4952"\n"
4953
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004954#: misc/fuse2fs.c:3803
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004955msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4956msgstr ""
4957
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004958#: misc/fuse2fs.c:3811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004959#, fuzzy, c-format
4960msgid "%s: Writing to the journal is not supported.\n"
4961msgstr "Formindskelse af iknudestørrelse er ikke understøttet\n"
4962
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004963#: misc/fuse2fs.c:3826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004964msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4965msgstr ""
4966
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004967#: misc/fuse2fs.c:3830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004968msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4969msgstr ""
4970
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004971#: misc/fuse2fs.c:3835
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004972msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4973msgstr ""
4974
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004975#: misc/fuse2fs.c:3839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004976msgid "Orphans detected; running e2fsck is recommended.\n"
4977msgstr ""
4978
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004979#: misc/fuse2fs.c:3843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004980msgid "Errors detected; running e2fsck is required.\n"
4981msgstr ""
4982
4983#: misc/lsattr.c:75
4984#, fuzzy, c-format
4985msgid "Usage: %s [-RVadlpv] [files...]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004986msgstr "Brug: %s [-RVadlv] [filer ...]\n"
4987
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004988#: misc/lsattr.c:86
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004989#, c-format
4990msgid "While reading flags on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04004991msgstr "Under læsning af flag på %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004993#: misc/lsattr.c:93
4994#, fuzzy, c-format
4995msgid "While reading project on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04004996msgstr "Under læsning af version på %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004997
4998#: misc/lsattr.c:102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004999#, c-format
5000msgid "While reading version on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005001msgstr "Under læsning af version på %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005003#: misc/mke2fs.c:124
Joe Hansen1e000f82016-08-31 23:14:17 -04005004#, fuzzy, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005005msgid ""
5006"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5007"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005008"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005009"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5010"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5011"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005012"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5013"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005014"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005015msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005016"Brug: %s [-c|-l filnavn] [-b blokstørrelse] [-C klyngestørrelse]\n"
5017"\t[-i byte-per-iknude] [-I iknudestørrelse] [-J journaltilvalg]\n"
5018"\t[-G flex-gruppestørrelse] [-N antal-iknuder]\n"
5019"\t[-m reserveret-blokprocent] [-o oprettet-os]\n"
5020"\t[-g blokke-per-gruppe] [-L diskenhedsetiket] [-M sidst-monteret-mappe]\n"
5021"\t[-O funktion[,...]] [-r fs-revision] [-E udvidet-tilvalg[,...]]\n"
5022"\t[-t fs-type] [-T brug-type ] [-U UUID] [-jnqvDFKSV] emhed [blokke-antal]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005023
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005024#: misc/mke2fs.c:255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005025#, c-format
5026msgid "Running command: %s\n"
5027msgstr "Kører kommando: %s\n"
5028
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005029#: misc/mke2fs.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005030#, c-format
5031msgid "while trying to run '%s'"
5032msgstr "under forsøg på at køre »%s«"
5033
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005034#: misc/mke2fs.c:266
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005035msgid "while processing list of bad blocks from program"
Joe Hansen1e000f82016-08-31 23:14:17 -04005036msgstr "under behandling af liste med ugyldige blokke fra program"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005037
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005038#: misc/mke2fs.c:293
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005039#, c-format
5040msgid "Block %d in primary superblock/group descriptor area bad.\n"
5041msgstr "Blok %d i primær superblok/gruppebeskriver område ugyldig.\n"
5042
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005043#: misc/mke2fs.c:295
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005044#, c-format
5045msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5046msgstr "Blokkene %u til %u skal være i god stand for at bygge et filsystem.\n"
5047
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005048#: misc/mke2fs.c:298
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005049msgid "Aborting....\n"
5050msgstr "Afbryder ...\n"
5051
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005052#: misc/mke2fs.c:318
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005053#, c-format
5054msgid ""
5055"Warning: the backup superblock/group descriptors at block %u contain\n"
5056"\tbad blocks.\n"
5057"\n"
5058msgstr ""
5059"Advarsel: Sikkerhedskopibeskriverne for superblok/gruppe ved blok %u\n"
5060"\tindeholder ugyldige blokke.\n"
5061"\n"
5062
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005063#: misc/mke2fs.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005064msgid "while marking bad blocks as used"
5065msgstr "mens markerende ugyldige blokke som brugt"
5066
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005067#: misc/mke2fs.c:408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005068msgid "Writing inode tables: "
5069msgstr "Skriver iknudetabeller: "
5070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005071#: misc/mke2fs.c:430
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005072#, c-format
5073msgid ""
5074"\n"
5075"Could not write %d blocks in inode table starting at %llu: %s\n"
5076msgstr ""
5077"\n"
5078"Kunne ikke skrive %d blokke i iknude-tabel startende ved %llu: %s\n"
5079
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005080#: misc/mke2fs.c:444 misc/mke2fs.c:2673 misc/mke2fs.c:3049
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005081msgid "done \n"
5082msgstr "færdig \n"
5083
Theodore Ts'o48203a32016-06-08 15:45:26 -04005084#: misc/mke2fs.c:459
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005085msgid "while creating root dir"
Joe Hansen1e000f82016-08-31 23:14:17 -04005086msgstr "under oprettelse af rodmappe"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005087
Theodore Ts'o48203a32016-06-08 15:45:26 -04005088#: misc/mke2fs.c:466
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005089msgid "while reading root inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04005090msgstr "under læsning af rod-iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005091
Theodore Ts'o48203a32016-06-08 15:45:26 -04005092#: misc/mke2fs.c:478
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005093msgid "while setting root inode ownership"
Joe Hansen1e000f82016-08-31 23:14:17 -04005094msgstr "under opsætning af ejerskab for rod-iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005095
Theodore Ts'o48203a32016-06-08 15:45:26 -04005096#: misc/mke2fs.c:496
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005097msgid "while creating /lost+found"
Joe Hansen1e000f82016-08-31 23:14:17 -04005098msgstr "under oprettelse af /lost+found"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005099
Theodore Ts'o48203a32016-06-08 15:45:26 -04005100#: misc/mke2fs.c:503
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005101msgid "while looking up /lost+found"
Joe Hansen1e000f82016-08-31 23:14:17 -04005102msgstr "under opslag af /lost+found"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005103
Theodore Ts'o48203a32016-06-08 15:45:26 -04005104#: misc/mke2fs.c:516
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005105msgid "while expanding /lost+found"
Joe Hansen1e000f82016-08-31 23:14:17 -04005106msgstr "under udvidelse af /lost+found"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005107
Theodore Ts'o48203a32016-06-08 15:45:26 -04005108#: misc/mke2fs.c:531
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005109msgid "while setting bad block inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04005110msgstr "under indstilling af ugyldig blok-iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005111
Theodore Ts'o48203a32016-06-08 15:45:26 -04005112#: misc/mke2fs.c:558
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005113#, c-format
5114msgid "Out of memory erasing sectors %d-%d\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005115msgstr "Ikke nok hukommelse under sletning af sektorerne %d-%d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005116
Theodore Ts'o48203a32016-06-08 15:45:26 -04005117#: misc/mke2fs.c:568
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005118#, c-format
5119msgid "Warning: could not read block 0: %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005120msgstr "Advarsel: Kunne ikke læse blok 0: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005121
Theodore Ts'o48203a32016-06-08 15:45:26 -04005122#: misc/mke2fs.c:584
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005123#, c-format
5124msgid "Warning: could not erase sector %d: %s\n"
5125msgstr "Advarsel: kunne ikke slette sektor %d: %s\n"
5126
Theodore Ts'o48203a32016-06-08 15:45:26 -04005127#: misc/mke2fs.c:600
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005128msgid "while initializing journal superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04005129msgstr "under initialisering af journal-superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005130
Theodore Ts'o48203a32016-06-08 15:45:26 -04005131#: misc/mke2fs.c:608
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005132msgid "Zeroing journal device: "
Joe Hansen1e000f82016-08-31 23:14:17 -04005133msgstr "Nulstiller journalenhed: "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005134
Theodore Ts'o48203a32016-06-08 15:45:26 -04005135#: misc/mke2fs.c:620
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005136#, c-format
5137msgid "while zeroing journal device (block %llu, count %d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04005138msgstr "under nulstilling af journalenhed (blok %llu, antal %d)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005139
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005140#: misc/mke2fs.c:638
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005141msgid "while writing journal superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04005142msgstr "under skrivning af journal-superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005143
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005144#: misc/mke2fs.c:653
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005145#, c-format
5146msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5147msgstr "Opretter filsystem med %llu %dk blokke og %u iknuder\n"
5148
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005149#: misc/mke2fs.c:661
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005150#, c-format
5151msgid ""
5152"warning: %llu blocks unused.\n"
5153"\n"
5154msgstr ""
5155"advarsel: %llu ubrugte blokke.\n"
5156"\n"
5157
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005158#: misc/mke2fs.c:666
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005159#, c-format
5160msgid "Filesystem label=%s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005161msgstr "Filsystemetiket=%s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005162
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005163#: misc/mke2fs.c:669
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005164#, c-format
5165msgid "OS type: %s\n"
5166msgstr "OS-type: %s\n"
5167
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005168#: misc/mke2fs.c:671
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005169#, c-format
5170msgid "Block size=%u (log=%u)\n"
5171msgstr "Blokstørrelse=%u (log=%u)\n"
5172
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005173#: misc/mke2fs.c:674
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005174#, c-format
5175msgid "Cluster size=%u (log=%u)\n"
5176msgstr "Klyngestørrelse=%u (log=%u)\n"
5177
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005178#: misc/mke2fs.c:678
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005179#, c-format
5180msgid "Fragment size=%u (log=%u)\n"
5181msgstr "Fragmentstørrelse%u (log=%u)\n"
5182
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005183#: misc/mke2fs.c:680
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005184#, c-format
5185msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5186msgstr ""
5187
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005188#: misc/mke2fs.c:682
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005189#, c-format
5190msgid "%u inodes, %llu blocks\n"
5191msgstr "%u iknuder, %llu blokke\n"
5192
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005193#: misc/mke2fs.c:684
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005194#, c-format
5195msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5196msgstr "%llu blokke (%2.2f%%) reserveret for superbrugeren\n"
5197
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005198#: misc/mke2fs.c:687
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005199#, c-format
5200msgid "First data block=%u\n"
5201msgstr "Første datablok=%u\n"
5202
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005203#: misc/mke2fs.c:689
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005204#, c-format
5205msgid "Root directory owner=%u:%u\n"
5206msgstr "Rodmappeejer=%u:%u\n"
5207
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005208#: misc/mke2fs.c:691
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005209#, c-format
5210msgid "Maximum filesystem blocks=%lu\n"
5211msgstr "Maksimum filsystemblokke=%lu\n"
5212
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005213#: misc/mke2fs.c:695
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005214#, c-format
5215msgid "%u block groups\n"
5216msgstr "%u blokgrupper\n"
5217
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005218#: misc/mke2fs.c:697
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005219#, c-format
5220msgid "%u block group\n"
5221msgstr "%u blokgruppe\n"
5222
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005223#: misc/mke2fs.c:699
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005224#, c-format
5225msgid "%u blocks per group, %u clusters per group\n"
5226msgstr "%u blokke per gruppe, %u klynger per gruppe\n"
5227
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005228#: misc/mke2fs.c:702
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005229#, c-format
5230msgid "%u blocks per group, %u fragments per group\n"
5231msgstr "%u blokke per gruppe, %u fragmenter per gruppe\n"
5232
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005233#: misc/mke2fs.c:704
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005234#, c-format
5235msgid "%u inodes per group\n"
5236msgstr "%u iknuder per gruppe\n"
5237
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005238#: misc/mke2fs.c:713
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005239#, c-format
5240msgid "Filesystem UUID: %s\n"
5241msgstr "Filsystem UUID: %s\n"
5242
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005243#: misc/mke2fs.c:714
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005244msgid "Superblock backups stored on blocks: "
5245msgstr ""
5246
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005247#: misc/mke2fs.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005248#, c-format
5249msgid "%s requires '-O 64bit'\n"
5250msgstr "%s kræver »-O 64bit«\n"
5251
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005252#: misc/mke2fs.c:814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005253#, c-format
5254msgid "'%s' must be before 'resize=%u'\n"
5255msgstr "»%s« skal komme før »resize=%u«\n"
5256
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005257#: misc/mke2fs.c:827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005258#, c-format
5259msgid "Invalid desc_size: '%s'\n"
5260msgstr "Ugyldig beskrivelsesstørrelse: »%s«\n"
5261
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005262#: misc/mke2fs.c:840
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005263#, c-format
5264msgid "Invalid offset: %s\n"
5265msgstr "ugyldig forskydning: %s\n"
5266
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005267#: misc/mke2fs.c:854 misc/tune2fs.c:1958
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005268#, c-format
5269msgid "Invalid mmp_update_interval: %s\n"
5270msgstr "Ugyldig mmp_update_interval: %s\n"
5271
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005272#: misc/mke2fs.c:868
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005273#, c-format
5274msgid "Invalid # of backup superblocks: %s\n"
5275msgstr "Ugyldig # for sikkerhedskopisuperblokke: %s\n"
5276
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005277#: misc/mke2fs.c:890
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005278#, c-format
5279msgid "Invalid stride parameter: %s\n"
5280msgstr ""
5281
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005282#: misc/mke2fs.c:905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005283#, c-format
5284msgid "Invalid stripe-width parameter: %s\n"
5285msgstr ""
5286
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005287#: misc/mke2fs.c:928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005288#, c-format
5289msgid "Invalid resize parameter: %s\n"
5290msgstr ""
5291
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005292#: misc/mke2fs.c:935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005293msgid "The resize maximum must be greater than the filesystem size.\n"
5294msgstr ""
5295
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005296#: misc/mke2fs.c:959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005297msgid "On-line resizing not supported with revision 0 filesystems\n"
5298msgstr ""
5299
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005300#: misc/mke2fs.c:985 misc/mke2fs.c:994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005301#, c-format
5302msgid "Invalid root_owner: '%s'\n"
5303msgstr "Ugyldig rod_ejer: »%s«\n"
5304
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005305#: misc/mke2fs.c:1035
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005306#, c-format
5307msgid ""
5308"\n"
5309"Bad option(s) specified: %s\n"
5310"\n"
5311"Extended options are separated by commas, and may take an argument which\n"
5312"\tis set off by an equals ('=') sign.\n"
5313"\n"
5314"Valid extended options are:\n"
5315"\tmmp_update_interval=<interval>\n"
5316"\tnum_backup_sb=<0|1|2>\n"
5317"\tstride=<RAID per-disk data chunk in blocks>\n"
5318"\tstripe-width=<RAID stride * data disks in blocks>\n"
5319"\toffset=<offset to create the file system>\n"
5320"\tresize=<resize maximum size in blocks>\n"
5321"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5322"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5323"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005324"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005325"\ttest_fs\n"
5326"\tdiscard\n"
5327"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005328"\tquotatype=<quota type(s) to be enabled>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005329"\n"
5330msgstr ""
5331
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005332#: misc/mke2fs.c:1060
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005333#, c-format
5334msgid ""
5335"\n"
5336"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5337"\n"
5338msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005339"\n"
5340"Advarsel: RAID stripe-bredde %u ikke et lige multiplum af stride %u.\n"
5341"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005342
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005343#: misc/mke2fs.c:1102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005344#, c-format
5345msgid ""
5346"Syntax error in mke2fs config file (%s, line #%d)\n"
5347"\t%s\n"
5348msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005349"Syntaksfejl i mke2fs-konfigurationsfilen (%s, linje #%d)\n"
5350"\t%s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005351
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005352#: misc/mke2fs.c:1115 misc/tune2fs.c:1007
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005353#, c-format
5354msgid "Invalid filesystem option set: %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005355msgstr "Ugyldig filsystemtilvalg angivet: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005356
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005357#: misc/mke2fs.c:1127 misc/tune2fs.c:406
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005358#, c-format
5359msgid "Invalid mount option set: %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005360msgstr "Ugyldig monteringstilvalg angivet: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005361
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005362#: misc/mke2fs.c:1263
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005363#, c-format
5364msgid ""
5365"\n"
5366"Your mke2fs.conf file does not define the %s filesystem type.\n"
5367msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005368"\n"
5369"Din mke2fs.conf-fil definerer ikke %s-filsystemtypen.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005370
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005371#: misc/mke2fs.c:1267
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005372msgid ""
5373"You probably need to install an updated mke2fs.conf file.\n"
5374"\n"
5375msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005376"Du skal sandsynligvis installere en opdateret mke2fs.conf-fil.\n"
5377"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005378
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005379#: misc/mke2fs.c:1271
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005380msgid "Aborting...\n"
5381msgstr "Afbryder ...\n"
5382
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005383#: misc/mke2fs.c:1312
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005384#, c-format
5385msgid ""
5386"\n"
5387"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5388"\n"
5389msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005390"\n"
5391"Advarsel: fs_type %s er ikke defineret i mke2fs.conf\n"
5392"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005393
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005394#: misc/mke2fs.c:1494
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005395msgid "Couldn't allocate memory for new PATH.\n"
5396msgstr "Kunne ikke allokere hukommelse for ny STI (PATH).\n"
5397
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005398#: misc/mke2fs.c:1535
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005399#, c-format
5400msgid "Couldn't init profile successfully (error: %ld).\n"
5401msgstr ""
5402
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005403#: misc/mke2fs.c:1568
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005404#, c-format
5405msgid "invalid block size - %s"
5406msgstr "ugyldig blokstørrelse - %s"
5407
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005408#: misc/mke2fs.c:1572
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005409#, c-format
5410msgid "Warning: blocksize %d not usable on most systems.\n"
5411msgstr "Advarsel: blokstørrelse %d kan ikke bruges på de fleste systemer.\n"
5412
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005413#: misc/mke2fs.c:1588
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005414#, c-format
5415msgid "invalid cluster size - %s"
5416msgstr "ugyldig klyngestørrelse - %s"
5417
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005418#: misc/mke2fs.c:1601
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005419msgid "'-R' is deprecated, use '-E' instead"
5420msgstr "»-R« er forældet, brug »-E« i stedet for"
5421
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005422#: misc/mke2fs.c:1615 misc/tune2fs.c:1687
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005423#, c-format
5424msgid "bad error behavior - %s"
5425msgstr "ugyldig fejlopførsel - %s"
5426
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005427#: misc/mke2fs.c:1627
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005428msgid "Illegal number for blocks per group"
5429msgstr "Ulovligt antal for blokke per gruppe"
5430
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005431#: misc/mke2fs.c:1632
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005432msgid "blocks per group must be multiple of 8"
Joe Hansen1e000f82016-08-31 23:14:17 -04005433msgstr "blokke per gruppe skal være multiplum af 8"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005434
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005435#: misc/mke2fs.c:1640
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005436msgid "Illegal number for flex_bg size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005437msgstr "Ugyldigt nummer for flex_bg-størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005438
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005439#: misc/mke2fs.c:1646
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005440msgid "flex_bg size must be a power of 2"
Joe Hansen1e000f82016-08-31 23:14:17 -04005441msgstr "flex_bg-størrelsen skal være en potens af 2"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005442
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005443#: misc/mke2fs.c:1651
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005444#, c-format
5445msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Joe Hansen1e000f82016-08-31 23:14:17 -04005446msgstr "flex_bg-størrelsen (%lu) skal være mindre end eller lig med 2^31"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005447
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005448#: misc/mke2fs.c:1661
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005449#, c-format
5450msgid "invalid inode ratio %s (min %d/max %d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04005451msgstr "ugyldig iknudeforhold %s (min %d/maks %d)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005452
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005453#: misc/mke2fs.c:1671
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005454#, c-format
5455msgid "invalid inode size - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005456msgstr "ugyldig iknudestørrelse - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005457
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005458#: misc/mke2fs.c:1684
Theodore Ts'o4e528702016-09-04 21:31:21 -04005459msgid ""
5460"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5461"nodiscard' extended option instead!\n"
5462msgstr ""
5463"Advarsel: Tilvalget -K er forældet og bør ikke bruges længere. Brug det "
5464"udvidede tilvalg »-E nodiscard« i stedet!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005465
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005466#: misc/mke2fs.c:1695
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005467msgid "in malloc for bad_blocks_filename"
Joe Hansen1e000f82016-08-31 23:14:17 -04005468msgstr "i malloc for bad_blocks_filename"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005469
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005470#: misc/mke2fs.c:1704
Theodore Ts'o48203a32016-06-08 15:45:26 -04005471#, fuzzy, c-format
5472msgid ""
5473"Warning: label too long; will be truncated to '%s'\n"
5474"\n"
5475msgstr "Advarsel: etiket er for lang, afkorter.\n"
5476
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005477#: misc/mke2fs.c:1713
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005478#, c-format
5479msgid "invalid reserved blocks percent - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005480msgstr "ugyldig reserveret blokprocent - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005481
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005482#: misc/mke2fs.c:1728
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005483#, c-format
5484msgid "bad num inodes - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005485msgstr "ugyldige num-iknuder - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005486
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005487#: misc/mke2fs.c:1741
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005488#, fuzzy
5489msgid "while allocating fs_feature string"
Joe Hansen1e000f82016-08-31 23:14:17 -04005490msgstr "under allokering af mellemlagre"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005491
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005492#: misc/mke2fs.c:1758
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005493#, c-format
5494msgid "bad revision level - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005495msgstr "ugyldig revisionsniveau - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005496
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005497#: misc/mke2fs.c:1763
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005498#, c-format
5499msgid "while trying to create revision %d"
5500msgstr "under forsøg på at oprette revision %d"
5501
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005502#: misc/mke2fs.c:1777
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005503msgid "The -t option may only be used once"
5504msgstr "Tilvalget -t kan kun bruges en gang"
5505
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005506#: misc/mke2fs.c:1785
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005507msgid "The -T option may only be used once"
Joe Hansen1e000f82016-08-31 23:14:17 -04005508msgstr "Tilvalget -T kan kun bruges en gang"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005509
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005510#: misc/mke2fs.c:1841 misc/mke2fs.c:3133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005511#, c-format
5512msgid "while trying to open journal device %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005513msgstr "under forsøg på at åbne journalenheden %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005514
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005515#: misc/mke2fs.c:1847
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005516#, c-format
5517msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005518msgstr ""
5519"Journal dev-blokstørrelsen (%d) er mindre end minimumblokstørrelsen %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005520
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005521#: misc/mke2fs.c:1853
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005522#, c-format
5523msgid "Using journal device's blocksize: %d\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005524msgstr "Bruger journalenhedens blokstørrelse: %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005525
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005526#: misc/mke2fs.c:1864
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005527#, c-format
5528msgid "invalid blocks '%s' on device '%s'"
Joe Hansen1e000f82016-08-31 23:14:17 -04005529msgstr "ugyldige blokke »%s« på enheden »%s«"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005530
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005531#: misc/mke2fs.c:1888
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005532msgid "filesystem"
5533msgstr "filsystem"
5534
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005535#: misc/mke2fs.c:1901 resize/main.c:491
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005536msgid "while trying to determine filesystem size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005537msgstr "under forsøget på at bestemme filsystemstørrelsen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005538
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005539#: misc/mke2fs.c:1907
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005540msgid ""
5541"Couldn't determine device size; you must specify\n"
5542"the size of the filesystem\n"
5543msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005544"Kunne ikke bestemme enhedstørrelsen; du skan angive\n"
5545"størrelsen på filsystemet\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005546
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005547#: misc/mke2fs.c:1914
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005548msgid ""
5549"Device size reported to be zero. Invalid partition specified, or\n"
5550"\tpartition table wasn't reread after running fdisk, due to\n"
5551"\ta modified partition being busy and in use. You may need to reboot\n"
5552"\tto re-read your partition table.\n"
5553msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005554"Enhedsstørrelse blev rapporteret til nul. Ugyldig partition specificeret,\n"
5555"eller partitionstabel blev ikke genlæst efter kørsel af fdisk, på grund\n"
5556"af at en ændret partition var optaget eller i brug. Du skal måske genstarte\n"
5557"for at kunne genlæse din partitionstabel.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005558
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005559#: misc/mke2fs.c:1931
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005560msgid "Filesystem larger than apparent device size."
Joe Hansen1e000f82016-08-31 23:14:17 -04005561msgstr "Filsystem er større end tilsyneladende enhedsstørrelse."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005562
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005563#: misc/mke2fs.c:1951
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005564msgid "Failed to parse fs types list\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005565msgstr "Kunne ikke fortolke fs-typeliste\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005566
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005567#: misc/mke2fs.c:1999
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005568#, fuzzy
5569msgid "The HURD does not support the filetype feature.\n"
5570msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
5571
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005572#: misc/mke2fs.c:2004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005573#, fuzzy
5574msgid "The HURD does not support the huge_file feature.\n"
5575msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
5576
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005577#: misc/mke2fs.c:2009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005578#, fuzzy
5579msgid "The HURD does not support the metadata_csum feature.\n"
5580msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
5581
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005582#: misc/mke2fs.c:2019
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005583msgid "while trying to determine hardware sector size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005584msgstr "under forsøg på at bestemme sektorstørrelse for udstyr"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005585
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005586#: misc/mke2fs.c:2025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005587msgid "while trying to determine physical sector size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005588msgstr "under forsøg på at bestemme fysisk sektorstørrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005589
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005590#: misc/mke2fs.c:2057
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005591msgid "while setting blocksize; too small for device\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005592msgstr "under forsøg på at angive blokstørrelse; for lille for enhed\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005593
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005594#: misc/mke2fs.c:2062
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005595#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005596msgid ""
5597"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5598msgstr ""
5599"Advarsel: specificeret blokstørrelse %d er mindre end enhedens fysiske "
5600"sektorstørrelse %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005601
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005602#: misc/mke2fs.c:2086
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005603#, c-format
5604msgid ""
5605"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5606"\tin 32 bits using a blocksize of %d.\n"
5607msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005608"%s: Størrelse for enhed (0x%llx blokke) %s for stor til at blive udtrykt\n"
5609"\ti 32-bit via en blokstørrelse på %d.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005610
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005611#: misc/mke2fs.c:2098
5612#, fuzzy, c-format
5613msgid ""
5614"%s: Size of device (0x%llx blocks) %s too big to create\n"
5615"\ta filesystem using a blocksize of %d.\n"
5616msgstr ""
5617"%s: Størrelse for enhed (0x%llx blokke) %s for stor til at blive udtrykt\n"
5618"\ti 32-bit via en blokstørrelse på %d.\n"
5619
5620#: misc/mke2fs.c:2120
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005621msgid "fs_types for mke2fs.conf resolution: "
5622msgstr "fs_types for mke2fs.conf-opløsning: "
5623
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005624#: misc/mke2fs.c:2127
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005625msgid "Filesystem features not supported with revision 0 filesystems\n"
5626msgstr "Filsystemfunktioner er ikke understøttet med revision 0-filsystemer\n"
5627
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005628#: misc/mke2fs.c:2135
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005629msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005630msgstr "Tynde superblokke er ikke understøttet med revision 0-filsystemer\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005631
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005632#: misc/mke2fs.c:2145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005633msgid "Journals not supported with revision 0 filesystems\n"
5634msgstr "Journaler er ikke understøttet med revision 0-filsystemer\n"
5635
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005636#: misc/mke2fs.c:2158
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005637#, c-format
5638msgid "invalid reserved blocks percent - %lf"
5639msgstr "ugyldig reserveret blokkeprocent - %lf"
5640
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005641#: misc/mke2fs.c:2175
Theodore Ts'o4e528702016-09-04 21:31:21 -04005642msgid ""
5643"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5644"rectify.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005645msgstr ""
5646
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005647#: misc/mke2fs.c:2195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005648msgid "The cluster size may not be smaller than the block size.\n"
5649msgstr "Klyngestørrelsen må ikke være mindre end blokstørrelsen.\n"
5650
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005651#: misc/mke2fs.c:2201
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005652msgid "specifying a cluster size requires the bigalloc feature"
5653msgstr "angivelse af en klyngestørrelse kræver bigalloc-funktionen"
5654
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005655#: misc/mke2fs.c:2221
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005656#, c-format
5657msgid "warning: Unable to get device geometry for %s\n"
5658msgstr "advarsel: Kan ikke indhente enhedsgeometri for %s\n"
5659
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005660#: misc/mke2fs.c:2224
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005661#, c-format
5662msgid "%s alignment is offset by %lu bytes.\n"
5663msgstr "%s-justering forskydes med %lu byte.\n"
5664
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005665#: misc/mke2fs.c:2226
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005666#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005667msgid ""
5668"This may result in very poor performance, (re)-partitioning suggested.\n"
5669msgstr ""
5670"Dette kan medføre meget dårlig ydelse, (ny) partitionering anbefales.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005671
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005672#: misc/mke2fs.c:2247
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005673#, c-format
5674msgid "%d-byte blocks too big for system (max %d)"
5675msgstr "%d-byteblokke er for store for systemet (maks %d)"
5676
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005677#: misc/mke2fs.c:2251
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005678#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005679msgid ""
5680"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5681msgstr ""
5682"Advarsel: %d-byteblokke er for store for systemet (maks %d), tvunget til at "
5683"fortsætte\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005684
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005685#: misc/mke2fs.c:2259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005686#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005687msgid ""
5688"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5689"and journal checksum features.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005690msgstr ""
5691
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005692#: misc/mke2fs.c:2314
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005693#, c-format
5694msgid ""
5695"\n"
5696"Warning: offset specified without an explicit file system size.\n"
5697"Creating a file system with %llu blocks but this might\n"
5698"not be what you want.\n"
5699"\n"
5700msgstr ""
5701
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005702#: misc/mke2fs.c:2331
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005703msgid "Can't support bigalloc feature without extents feature"
5704msgstr "Kan ikke understøtte bigalloc-funkton uden extents-funktion"
5705
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005706#: misc/mke2fs.c:2338
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005707msgid ""
5708"The resize_inode and meta_bg features are not compatible.\n"
5709"They can not be both enabled simultaneously.\n"
5710msgstr ""
5711"Funktionerne resize_inode og meta_bg er ikke kompatible.\n"
5712"De kan ikke begge være aktiveret på samme tidspunkt.\n"
5713
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005714#: misc/mke2fs.c:2346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005715msgid ""
5716"\n"
5717"Warning: the bigalloc feature is still under development\n"
5718"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5719"\n"
5720msgstr ""
5721"\n"
5722"Advarsel: funktionen bigalloc er stadig under udvikling\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005723"Se https://ext4.wiki.kernel.org/index.php/Bigalloc for yderligere "
5724"information\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005725"\n"
5726
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005727#: misc/mke2fs.c:2358
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005728msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005729msgstr ""
5730"reserverede online ændringsblokke er ikke understøttet på ikke-tyndt "
5731"filsystem"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005732
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005733#: misc/mke2fs.c:2367
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005734msgid "blocks per group count out of range"
5735msgstr "bloks per gruppe-antal uden for interval"
5736
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005737#: misc/mke2fs.c:2389
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005738msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005739msgstr ""
5740"Flex_bg-funktion er ikke aktiveret, så flex_bg-størrelse kan ikke angives"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005741
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005742#: misc/mke2fs.c:2401
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005743#, c-format
5744msgid "invalid inode size %d (min %d/max %d)"
5745msgstr "ugyldig iknudestørrelse %d (min %d/maks %d)"
5746
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005747#: misc/mke2fs.c:2416
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005748#, c-format
5749msgid "%d byte inodes are too small for inline data; specify larger size"
5750msgstr ""
5751
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005752#: misc/mke2fs.c:2429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005753#, c-format
5754msgid "%d byte inodes are too small for project quota; specify larger size"
5755msgstr ""
5756
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005757#: misc/mke2fs.c:2444
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005758#, c-format
5759msgid "too many inodes (%llu), raise inode ratio?"
5760msgstr "for mange iknuder (%llu), hæv iknudeforhold?"
5761
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005762#: misc/mke2fs.c:2451
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005763#, c-format
5764msgid "too many inodes (%llu), specify < 2^32 inodes"
5765msgstr "for mange iknuder (%llu), specificer < 2^32 iknuder"
5766
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005767#: misc/mke2fs.c:2465
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005768#, c-format
5769msgid ""
5770"inode_size (%u) * inodes_count (%u) too big for a\n"
5771"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5772"\tor lower inode count (-N).\n"
5773msgstr ""
5774"iknude_størrelse(%u) * iknuder_antal (%u) er for stor for et\n"
5775"\tfilsystem med %llu blokke, specificer højere iknude_forhold (-i)\n"
5776"\teller lavere iknudeantal (-N).\n"
5777
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005778#: misc/mke2fs.c:2652
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005779msgid "Discarding device blocks: "
5780msgstr "Fjerner enhedsblokke: "
5781
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005782#: misc/mke2fs.c:2668
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005783msgid "failed - "
5784msgstr "mislykkedes - "
5785
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005786#: misc/mke2fs.c:2727
Theodore Ts'o48203a32016-06-08 15:45:26 -04005787msgid "while initializing quota context"
Joe Hansen1e000f82016-08-31 23:14:17 -04005788msgstr "under initialisering af kvotakontekst"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005789
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005790#: misc/mke2fs.c:2734
Theodore Ts'o48203a32016-06-08 15:45:26 -04005791msgid "while writing quota inodes"
Joe Hansen1e000f82016-08-31 23:14:17 -04005792msgstr "under skrivning af kvota-iknuder"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005793
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005794#: misc/mke2fs.c:2759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005795#, fuzzy, c-format
5796msgid "bad error behavior in profile - %s"
5797msgstr "ugyldig fejlopførsel - %s"
5798
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005799#: misc/mke2fs.c:2833
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005800msgid "while setting up superblock"
5801msgstr "under opsætning af superblok"
5802
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005803#: misc/mke2fs.c:2849
Theodore Ts'o4e528702016-09-04 21:31:21 -04005804msgid ""
5805"Extents are not enabled. The file extent tree can be checksummed, whereas "
5806"block maps cannot. Not enabling extents reduces the coverage of metadata "
5807"checksumming. Pass -O extents to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005808msgstr ""
5809
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005810#: misc/mke2fs.c:2856
Theodore Ts'o4e528702016-09-04 21:31:21 -04005811msgid ""
5812"64-bit filesystem support is not enabled. The larger fields afforded by "
5813"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005814msgstr ""
5815
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005816#: misc/mke2fs.c:2864
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005817msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5818msgstr ""
5819
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005820#: misc/mke2fs.c:2888
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005821msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005822msgstr ""
5823"Fjernelse lykkedes og vil returnere 0s - udelader iknudetabelfjernelse\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005824
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005825#: misc/mke2fs.c:2974
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005826#, c-format
5827msgid "unknown os - %s"
5828msgstr "ukendt os - %s"
5829
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005830#: misc/mke2fs.c:3037
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005831msgid "Allocating group tables: "
5832msgstr "Allokerer gruppetabeller: "
5833
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005834#: misc/mke2fs.c:3045
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005835msgid "while trying to allocate filesystem tables"
5836msgstr "under forsøg på at allokere filsystemtabeller"
5837
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005838#: misc/mke2fs.c:3054
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005839msgid ""
5840"\n"
5841"\twhile converting subcluster bitmap"
5842msgstr ""
5843"\n"
5844"\tunder konvertering af underklynge-bitmap"
5845
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005846#: misc/mke2fs.c:3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005847#, c-format
5848msgid "%s may be further corrupted by superblock rewrite\n"
5849msgstr ""
5850
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005851#: misc/mke2fs.c:3101
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005852#, c-format
5853msgid "while zeroing block %llu at end of filesystem"
5854msgstr "under nulstilling af blok %llu i slutningen af filsystemet"
5855
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005856#: misc/mke2fs.c:3114
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005857msgid "while reserving blocks for online resize"
5858msgstr "under reservering af blokke for online ændring af størrelse"
5859
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005860#: misc/mke2fs.c:3126 misc/tune2fs.c:1415
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005861msgid "journal"
5862msgstr "journal"
5863
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005864#: misc/mke2fs.c:3138
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005865#, c-format
5866msgid "Adding journal to device %s: "
5867msgstr "Tilføjer journal til enheden %s: "
5868
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005869#: misc/mke2fs.c:3145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005870#, c-format
5871msgid ""
5872"\n"
5873"\twhile trying to add journal to device %s"
5874msgstr ""
5875"\n"
5876"\tunder forsøg på at tilføje journal til enheden %s"
5877
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005878#: misc/mke2fs.c:3150 misc/mke2fs.c:3179 misc/mke2fs.c:3219
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005879#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005880msgid "done\n"
5881msgstr "færdig\n"
5882
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005883#: misc/mke2fs.c:3156
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005884msgid "Skipping journal creation in super-only mode\n"
5885msgstr "Udelader journaloprettelse i super-only-tilstand\n"
5886
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005887#: misc/mke2fs.c:3166
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005888#, c-format
5889msgid "Creating journal (%u blocks): "
5890msgstr "Opretter journal (%u blokke): "
5891
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005892#: misc/mke2fs.c:3175
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005893msgid ""
5894"\n"
5895"\twhile trying to create journal"
5896msgstr ""
5897"\n"
5898"\tunder forsøg på at oprette journal"
5899
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005900#: misc/mke2fs.c:3187 misc/tune2fs.c:1072
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005901msgid ""
5902"\n"
5903"Error while enabling multiple mount protection feature."
5904msgstr ""
5905"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005906"Der opstod en fejl under aktivering af funktionen for flere "
5907"monteringsbeskyttelser."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005908
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005909#: misc/mke2fs.c:3192
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005910#, c-format
5911msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005912msgstr ""
5913"Flere monteringsbeskyttelser er aktiveret med opdateringsinterval %d "
5914"sekunder.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005915
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005916#: misc/mke2fs.c:3210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005917msgid "Copying files into the device: "
5918msgstr ""
5919
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005920#: misc/mke2fs.c:3216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005921#, fuzzy
5922msgid "while populating file system"
5923msgstr "under allokering af l1-tabel"
5924
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005925#: misc/mke2fs.c:3223
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005926msgid "Writing superblocks and filesystem accounting information: "
5927msgstr "Skriver superblokke og filsystemets registreringsinformation: "
5928
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005929#: misc/mke2fs.c:3230
5930#, fuzzy
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005931msgid ""
5932"\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005933"Warning, had trouble writing out superblocks.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005934msgstr ""
5935"\n"
5936"Advarsel, havde problemer med at skrive superblokke ud."
5937
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005938#: misc/mke2fs.c:3232
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005939msgid ""
5940"done\n"
5941"\n"
5942msgstr ""
5943"færdig\n"
5944"\n"
5945
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005946#: misc/mk_hugefiles.c:424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005947#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005948msgid ""
5949"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005950msgstr ""
5951
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005952#: misc/mk_hugefiles.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005953msgid "Huge files will be zero'ed\n"
5954msgstr ""
5955
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005956#: misc/mk_hugefiles.c:492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005957#, fuzzy, c-format
5958msgid "Creating %lu huge file(s) "
5959msgstr "Opretter normal fil %s\n"
5960
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005961#: misc/mk_hugefiles.c:494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005962#, fuzzy, c-format
5963msgid "with %llu blocks each"
5964msgstr ""
5965"advarsel: %llu ubrugte blokke.\n"
5966"\n"
5967
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005968#: misc/mk_hugefiles.c:505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005969#, fuzzy, c-format
5970msgid "while creating huge file %lu"
5971msgstr "under gennemløb over iknude %u"
5972
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005973#: misc/mklost+found.c:50
5974msgid "Usage: mklost+found\n"
5975msgstr "Brug: mklost+found\n"
5976
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005977#: misc/partinfo.c:43
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005978#, c-format
5979msgid ""
5980"Usage: %s device...\n"
5981"\n"
5982"Prints out the partition information for each given device.\n"
5983"For example: %s /dev/hda\n"
5984"\n"
5985msgstr ""
5986"Brug: %s enhed...\n"
5987"\n"
5988"Udskriver partitionsinformation for hver enhed.\n"
5989"For eksempel: %s /dev/hda\n"
5990"\n"
5991
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005992#: misc/partinfo.c:53
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005993#, c-format
5994msgid "Cannot open %s: %s"
5995msgstr "Kan ikke åbne %s: %s"
5996
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005997#: misc/partinfo.c:59
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005998#, c-format
5999msgid "Cannot get geometry of %s: %s"
6000msgstr "Kan ikke indhente geometri for %s: %s"
6001
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006002#: misc/partinfo.c:67
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006003#, c-format
6004msgid "Cannot get size of %s: %s"
6005msgstr "Kan ikke indhente størrelse på %s: %s"
6006
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006007#: misc/partinfo.c:73
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006008#, c-format
6009msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6010msgstr "%s: h=%3d s=%3d c=%4d start=%8d str=%8lu slut=%8d\n"
6011
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006012#: misc/tune2fs.c:119
Theodore Ts'o4e528702016-09-04 21:31:21 -04006013#, fuzzy
6014msgid "Please run e2fsck -f on the filesystem.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006015msgstr "Kør venligst e2fsck på filsystemet.\n"
6016
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006017#: misc/tune2fs.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006018#, fuzzy
Theodore Ts'o4e528702016-09-04 21:31:21 -04006019msgid "Please run e2fsck -fD on the filesystem.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006020msgstr "Kør venligst e2fsck på filsystemet.\n"
6021
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006022#: misc/tune2fs.c:134
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006023#, c-format
6024msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006025"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006026"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006027"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6028"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6029"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6030"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006031"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006032"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006033msgstr ""
6034
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006035#: misc/tune2fs.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006036msgid "Journal superblock not found!\n"
6037msgstr "Journalsuperblok blev ikke fundet!\n"
6038
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006039#: misc/tune2fs.c:276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006040msgid "while trying to open external journal"
6041msgstr "under forsøg på at åben ekstern journal"
6042
Theodore Ts'o48203a32016-06-08 15:45:26 -04006043#: misc/tune2fs.c:282 misc/tune2fs.c:2701
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006044#, c-format
6045msgid "%s is not a journal device.\n"
6046msgstr "%s er ikke en journalenhed.\n"
6047
Theodore Ts'o48203a32016-06-08 15:45:26 -04006048#: misc/tune2fs.c:292 misc/tune2fs.c:2712
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006049msgid "Filesystem's UUID not found on journal device.\n"
6050msgstr "Filsystemets UUID blev ikke fundet på journalenhed.\n"
6051
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006052#: misc/tune2fs.c:316
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006053msgid ""
6054"Cannot locate journal device. It was NOT removed\n"
6055"Use -f option to remove missing journal device.\n"
6056msgstr ""
6057"Kan ikke finde journalenhed. Den blev IKKE fjernet\n"
6058"Brug tilvalget -f til at fjerne manglende journalenhed.\n"
6059
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006060#: misc/tune2fs.c:325
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006061msgid "Journal removed\n"
6062msgstr "Journal fjernet\n"
6063
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006064#: misc/tune2fs.c:369
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006065msgid "while reading bitmaps"
6066msgstr "under læsning af bitmaps"
6067
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006068#: misc/tune2fs.c:377
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006069msgid "while clearing journal inode"
6070msgstr "under rydning af journaliknude"
6071
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006072#: misc/tune2fs.c:388
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006073msgid "while writing journal inode"
6074msgstr "under skrivning af journaliknude"
6075
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006076#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006077msgid "(and reboot afterwards!)\n"
6078msgstr "(og genstart efterfølgende!)\n"
6079
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006080#: misc/tune2fs.c:476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006081#, c-format
6082msgid "After running e2fsck, please run `resize2fs %s %s"
6083msgstr ""
6084
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006085#: misc/tune2fs.c:479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006086#, fuzzy, c-format
6087msgid "Please run `resize2fs %s %s"
6088msgstr ""
6089"kør venligst »e2fsck -f %s« først.\n"
6090"\n"
6091
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006092#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006093#, c-format
6094msgid " -z \"%s\""
6095msgstr ""
6096
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006097#: misc/tune2fs.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006098#, c-format
6099msgid "' to enable 64-bit mode.\n"
6100msgstr ""
6101
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006102#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006103#, c-format
6104msgid "' to disable 64-bit mode.\n"
6105msgstr ""
6106
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006107#: misc/tune2fs.c:974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006108msgid ""
6109"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6110" This requires Linux >= v4.4.\n"
6111msgstr ""
6112
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006113#: misc/tune2fs.c:1010
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006114#, c-format
6115msgid "Clearing filesystem feature '%s' not supported.\n"
6116msgstr "Funktionen for rydning af filsystem »%s« er ikke understøttet.\n"
6117
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006118#: misc/tune2fs.c:1016
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006119#, c-format
6120msgid "Setting filesystem feature '%s' not supported.\n"
6121msgstr "Funktionen for opsætning af filsystem »%s« er ikke understøttet.\n"
6122
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006123#: misc/tune2fs.c:1025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006124msgid ""
6125"The has_journal feature may only be cleared when the filesystem is\n"
6126"unmounted or mounted read-only.\n"
6127msgstr ""
6128"Funktionen has_journal kan kun ryddes, når filsystemet er umonteret\n"
6129"eller monteret som skrivebeskyttet.\n"
6130
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006131#: misc/tune2fs.c:1033
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006132msgid ""
6133"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6134"the has_journal flag.\n"
6135msgstr ""
6136"Flaget needs_recovery er angivet. Kør venligst e2fsck før rydning\n"
6137"af flaget has_journal.\n"
6138
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006139#: misc/tune2fs.c:1051
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006140msgid ""
6141"Setting filesystem feature 'sparse_super' not supported\n"
6142"for filesystems with the meta_bg feature enabled.\n"
6143msgstr ""
6144"Angivelse af filsystemfunktionen »sparse_super« er ikke understøttet\n"
6145"for filsystemer med funktionen meta_bg aktiveret.\n"
6146
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006147#: misc/tune2fs.c:1064
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006148msgid ""
6149"The multiple mount protection feature can't\n"
6150"be set if the filesystem is mounted or\n"
6151"read-only.\n"
6152msgstr ""
6153"Funktionen for flere monteringsbeskyttelser kan\n"
6154"ikke angives hvis filsystemet er monteret eller\n"
6155"skrivebeskyttet.\n"
6156
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006157#: misc/tune2fs.c:1082
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006158#, c-format
6159msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6160msgstr ""
6161
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006162#: misc/tune2fs.c:1091
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006163msgid ""
6164"The multiple mount protection feature cannot\n"
6165"be disabled if the filesystem is readonly.\n"
6166msgstr ""
6167
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006168#: misc/tune2fs.c:1099
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006169msgid "Error while reading bitmaps\n"
6170msgstr "Der opstod en fejl under læsning af bitmap\n"
6171
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006172#: misc/tune2fs.c:1108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006173#, c-format
6174msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6175msgstr "Magisk nummer i MMP-blok matcher ikke. forventede: %x, faktisk %x\n"
6176
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006177#: misc/tune2fs.c:1113
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006178msgid "while reading MMP block."
6179msgstr "under læsning af MMP-blok."
6180
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006181#: misc/tune2fs.c:1145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006182msgid ""
6183"Clearing the flex_bg flag would cause the the filesystem to be\n"
6184"inconsistent.\n"
6185msgstr ""
6186"Rydning af flaget flex_bg vil medføre at filsystemet bliver\n"
6187"inkonsistent.\n"
6188
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006189#: misc/tune2fs.c:1156
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006190msgid ""
6191"The huge_file feature may only be cleared when the filesystem is\n"
6192"unmounted or mounted read-only.\n"
6193msgstr ""
6194
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006195#: misc/tune2fs.c:1167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006196msgid "Enabling checksums could take some time."
6197msgstr ""
6198
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006199#: misc/tune2fs.c:1169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006200msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6201msgstr ""
6202
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006203#: misc/tune2fs.c:1175
Theodore Ts'o4e528702016-09-04 21:31:21 -04006204msgid ""
6205"Extents are not enabled. The file extent tree can be checksummed, whereas "
6206"block maps cannot. Not enabling extents reduces the coverage of metadata "
6207"checksumming. Re-run with -O extent to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006208msgstr ""
6209
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006210#: misc/tune2fs.c:1182
Theodore Ts'o4e528702016-09-04 21:31:21 -04006211msgid ""
6212"64-bit filesystem support is not enabled. The larger fields afforded by "
6213"this feature enable full-strength checksumming. Run resize2fs -b to "
6214"rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006215msgstr ""
6216
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006217#: misc/tune2fs.c:1208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006218msgid "Disabling checksums could take some time."
6219msgstr ""
6220
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006221#: misc/tune2fs.c:1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006222msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6223msgstr ""
6224
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006225#: misc/tune2fs.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006226#, c-format
6227msgid "Cannot enable 64-bit mode while mounted!\n"
6228msgstr ""
6229
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006230#: misc/tune2fs.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006231#, c-format
6232msgid "Cannot disable 64-bit mode while mounted!\n"
6233msgstr ""
6234
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006235#: misc/tune2fs.c:1313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006236msgid ""
6237"\n"
6238"Warning: enabled project without quota together\n"
6239msgstr ""
6240
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006241#: misc/tune2fs.c:1326
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006242msgid ""
6243"\n"
6244"Warning: '^quota' option overrides '-Q'arguments.\n"
6245msgstr ""
6246
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006247#: misc/tune2fs.c:1344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006248#, fuzzy
6249msgid ""
6250"Setting feature 'metadata_csum_seed' is only supported\n"
6251"on filesystems with the metadata_csum feature enabled.\n"
6252msgstr ""
6253"Angivelse af filsystemfunktionen »sparse_super« er ikke understøttet\n"
6254"for filsystemer med funktionen meta_bg aktiveret.\n"
6255
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006256#: misc/tune2fs.c:1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006257msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006258"UUID has changed since enabling metadata_csum. Filesystem must be "
6259"unmounted \n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006260"to safely rewrite all metadata to match the new UUID.\n"
6261msgstr ""
6262
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006263#: misc/tune2fs.c:1408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006264msgid "The filesystem already has a journal.\n"
6265msgstr "Filsystemet har allerede en journal.\n"
6266
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006267#: misc/tune2fs.c:1428
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006268#, c-format
6269msgid ""
6270"\n"
6271"\twhile trying to open journal on %s\n"
6272msgstr ""
6273"\n"
6274"\tunder forsøg på at åbne journal på %s\n"
6275
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006276#: misc/tune2fs.c:1432
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006277#, c-format
6278msgid "Creating journal on device %s: "
6279msgstr "Opretter journal på enhed %s: "
6280
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006281#: misc/tune2fs.c:1440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006282#, c-format
6283msgid "while adding filesystem to journal on %s"
6284msgstr "under tilføjelse af filsystem til journal på %s"
6285
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006286#: misc/tune2fs.c:1446
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006287msgid "Creating journal inode: "
6288msgstr "Opretter journaliknude: "
6289
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006290#: misc/tune2fs.c:1460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006291msgid ""
6292"\n"
6293"\twhile trying to create journal file"
6294msgstr ""
6295"\n"
6296"\tunder forsøg på at oprette journalfil"
6297
Theodore Ts'o48203a32016-06-08 15:45:26 -04006298#: misc/tune2fs.c:1498
Joe Hansen1e000f82016-08-31 23:14:17 -04006299#, fuzzy
Theodore Ts'o48203a32016-06-08 15:45:26 -04006300msgid "while initializing quota context in support library"
Joe Hansen1e000f82016-08-31 23:14:17 -04006301msgstr "under initialisering af journal-superblok"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006302
6303#: misc/tune2fs.c:1518
6304#, fuzzy, c-format
6305msgid "while updating quota limits (%d)"
6306msgstr "under opdatering af ødelagt blok-iknude"
6307
6308#: misc/tune2fs.c:1526
6309#, fuzzy, c-format
6310msgid "while writing quota file (%d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04006311msgstr "under skrivning af journaliknude"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006312
6313#: misc/tune2fs.c:1534
6314#, fuzzy, c-format
6315msgid "while removing quota file (%d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04006316msgstr "under læsning af rod-iknude"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006317
6318#: misc/tune2fs.c:1575
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006319msgid ""
6320"\n"
6321"Bad quota options specified.\n"
6322"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006323"Following valid quota options are available (pass by separating with "
6324"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006325"\t[^]usr[quota]\n"
6326"\t[^]grp[quota]\n"
6327"\t[^]prj[quota]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006328"\n"
6329"\n"
6330msgstr ""
6331
Theodore Ts'o48203a32016-06-08 15:45:26 -04006332#: misc/tune2fs.c:1633
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006333#, c-format
6334msgid "Couldn't parse date/time specifier: %s"
6335msgstr "Kunne ikke fortolke dato/tids-angiveren: %s"
6336
Theodore Ts'o48203a32016-06-08 15:45:26 -04006337#: misc/tune2fs.c:1658 misc/tune2fs.c:1671
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006338#, c-format
6339msgid "bad mounts count - %s"
6340msgstr "ugyldigt monteringsantal - %s"
6341
Theodore Ts'o48203a32016-06-08 15:45:26 -04006342#: misc/tune2fs.c:1714
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006343#, c-format
6344msgid "bad gid/group name - %s"
6345msgstr "ugyldig gid/gruppenavn - %s"
6346
Theodore Ts'o48203a32016-06-08 15:45:26 -04006347#: misc/tune2fs.c:1747
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006348#, c-format
6349msgid "bad interval - %s"
6350msgstr "ugyldig interval - %s"
6351
Theodore Ts'o48203a32016-06-08 15:45:26 -04006352#: misc/tune2fs.c:1776
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006353#, c-format
6354msgid "bad reserved block ratio - %s"
6355msgstr "ugyldigt reserveret blokforhold - %s"
6356
Theodore Ts'o48203a32016-06-08 15:45:26 -04006357#: misc/tune2fs.c:1791
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006358msgid "-o may only be specified once"
6359msgstr "-o kan kun angives en gang"
6360
Theodore Ts'o48203a32016-06-08 15:45:26 -04006361#: misc/tune2fs.c:1800
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006362msgid "-O may only be specified once"
6363msgstr "-O kan kun angives en gang"
6364
Theodore Ts'o48203a32016-06-08 15:45:26 -04006365#: misc/tune2fs.c:1817
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006366#, c-format
6367msgid "bad reserved blocks count - %s"
6368msgstr "ugyldigt reserveret blokantal - %s"
6369
Theodore Ts'o48203a32016-06-08 15:45:26 -04006370#: misc/tune2fs.c:1846
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006371#, c-format
6372msgid "bad uid/user name - %s"
6373msgstr "ugyldig uid/brugernavn - %s"
6374
Theodore Ts'o48203a32016-06-08 15:45:26 -04006375#: misc/tune2fs.c:1863
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006376#, c-format
6377msgid "bad inode size - %s"
6378msgstr "ugylding iknude-størrelse - %s"
6379
Theodore Ts'o48203a32016-06-08 15:45:26 -04006380#: misc/tune2fs.c:1870
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006381#, c-format
6382msgid "Inode size must be a power of two- %s"
6383msgstr "Iknude-størrelse skal være en potens af to - %s"
6384
Theodore Ts'o48203a32016-06-08 15:45:26 -04006385#: misc/tune2fs.c:1967
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006386#, c-format
6387msgid "mmp_update_interval too big: %lu\n"
6388msgstr "mmp_update_interval er for stort: %lu\n"
6389
Theodore Ts'o48203a32016-06-08 15:45:26 -04006390#: misc/tune2fs.c:1972
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006391#, c-format
6392msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006393msgid_plural ""
6394"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006395msgstr[0] ""
6396msgstr[1] ""
6397
Theodore Ts'o48203a32016-06-08 15:45:26 -04006398#: misc/tune2fs.c:1995
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006399#, c-format
6400msgid "Invalid RAID stride: %s\n"
6401msgstr "Ugyldig RAID stride: %s\n"
6402
Theodore Ts'o48203a32016-06-08 15:45:26 -04006403#: misc/tune2fs.c:2010
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006404#, c-format
6405msgid "Invalid RAID stripe-width: %s\n"
6406msgstr "Ugyldig RAID stripe-bredde: %s\n"
6407
Theodore Ts'o48203a32016-06-08 15:45:26 -04006408#: misc/tune2fs.c:2025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006409#, c-format
6410msgid "Invalid hash algorithm: %s\n"
6411msgstr "Ugyldig hashalgoritme: %s\n"
6412
Theodore Ts'o48203a32016-06-08 15:45:26 -04006413#: misc/tune2fs.c:2031
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006414#, c-format
6415msgid "Setting default hash algorithm to %s (%d)\n"
6416msgstr "Angiver standardhashalgoritmen til %s (%d)\n"
6417
Theodore Ts'o48203a32016-06-08 15:45:26 -04006418#: misc/tune2fs.c:2050
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006419msgid ""
6420"\n"
6421"Bad options specified.\n"
6422"\n"
6423"Extended options are separated by commas, and may take an argument which\n"
6424"\tis set off by an equals ('=') sign.\n"
6425"\n"
6426"Valid extended options are:\n"
6427"\tclear_mmp\n"
6428"\thash_alg=<hash algorithm>\n"
6429"\tmount_opts=<extended default mount options>\n"
6430"\tstride=<RAID per-disk chunk size in blocks>\n"
6431"\tstripe_width=<RAID stride*data disks in blocks>\n"
6432"\ttest_fs\n"
6433"\t^test_fs\n"
6434msgstr ""
6435
Theodore Ts'o48203a32016-06-08 15:45:26 -04006436#: misc/tune2fs.c:2519
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006437msgid "Failed to read inode bitmap\n"
6438msgstr "Kunne ikke læse iknude-bitmap\n"
6439
Theodore Ts'o48203a32016-06-08 15:45:26 -04006440#: misc/tune2fs.c:2524
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006441msgid "Failed to read block bitmap\n"
6442msgstr "Kunne ikke læse blok-bitmap\n"
6443
Theodore Ts'o48203a32016-06-08 15:45:26 -04006444#: misc/tune2fs.c:2541 resize/resize2fs.c:1276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006445msgid "blocks to be moved"
6446msgstr "blokke der skal flyttes"
6447
Theodore Ts'o48203a32016-06-08 15:45:26 -04006448#: misc/tune2fs.c:2544
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006449msgid "Failed to allocate block bitmap when increasing inode size\n"
6450msgstr "Kunne ikke allokere blok-bitmap da iknudestørrelsen blev øget\n"
6451
Theodore Ts'o48203a32016-06-08 15:45:26 -04006452#: misc/tune2fs.c:2550
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006453msgid "Not enough space to increase inode size \n"
6454msgstr "Ikke nok plads til at øge iknudestørrelsen \n"
6455
Theodore Ts'o48203a32016-06-08 15:45:26 -04006456#: misc/tune2fs.c:2555
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006457msgid "Failed to relocate blocks during inode resize \n"
6458msgstr ""
6459
Theodore Ts'o48203a32016-06-08 15:45:26 -04006460#: misc/tune2fs.c:2587
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006461msgid ""
6462"Error in resizing the inode size.\n"
6463"Run e2undo to undo the file system changes. \n"
6464msgstr ""
6465
Theodore Ts'o48203a32016-06-08 15:45:26 -04006466#: misc/tune2fs.c:2799
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006467#, c-format
6468msgid ""
6469"MMP block magic is bad. Try to fix it by running:\n"
6470"'e2fsck -f %s'\n"
6471msgstr ""
6472
Theodore Ts'o48203a32016-06-08 15:45:26 -04006473#: misc/tune2fs.c:2811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006474#, fuzzy
6475msgid "Cannot modify a journal device.\n"
6476msgstr "%s er ikke en journalenhed.\n"
6477
Theodore Ts'o48203a32016-06-08 15:45:26 -04006478#: misc/tune2fs.c:2824
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006479#, c-format
6480msgid "The inode size is already %lu\n"
6481msgstr ""
6482
Theodore Ts'o48203a32016-06-08 15:45:26 -04006483#: misc/tune2fs.c:2831
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006484msgid "Shrinking inode size is not supported\n"
6485msgstr "Formindskelse af iknudestørrelse er ikke understøttet\n"
6486
Theodore Ts'o48203a32016-06-08 15:45:26 -04006487#: misc/tune2fs.c:2836
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006488#, c-format
6489msgid "Invalid inode size %lu (max %d)\n"
6490msgstr "Ugyldig iknudestørrelse %lu (maks %d)\n"
6491
Theodore Ts'o48203a32016-06-08 15:45:26 -04006492#: misc/tune2fs.c:2842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006493msgid "Resizing inodes could take some time."
6494msgstr ""
6495
Theodore Ts'o48203a32016-06-08 15:45:26 -04006496#: misc/tune2fs.c:2889
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006497#, c-format
6498msgid "Setting maximal mount count to %d\n"
6499msgstr ""
6500
Theodore Ts'o48203a32016-06-08 15:45:26 -04006501#: misc/tune2fs.c:2895
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006502#, c-format
6503msgid "Setting current mount count to %d\n"
6504msgstr ""
6505
Theodore Ts'o48203a32016-06-08 15:45:26 -04006506#: misc/tune2fs.c:2900
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006507#, c-format
6508msgid "Setting error behavior to %d\n"
6509msgstr ""
6510
Theodore Ts'o48203a32016-06-08 15:45:26 -04006511#: misc/tune2fs.c:2905
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006512#, c-format
6513msgid "Setting reserved blocks gid to %lu\n"
6514msgstr ""
6515
Theodore Ts'o48203a32016-06-08 15:45:26 -04006516#: misc/tune2fs.c:2910
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006517#, c-format
6518msgid "interval between checks is too big (%lu)"
6519msgstr ""
6520
Theodore Ts'o48203a32016-06-08 15:45:26 -04006521#: misc/tune2fs.c:2917
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006522#, c-format
6523msgid "Setting interval between checks to %lu seconds\n"
6524msgstr ""
6525
Theodore Ts'o48203a32016-06-08 15:45:26 -04006526#: misc/tune2fs.c:2924
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006527#, c-format
6528msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6529msgstr ""
6530
Theodore Ts'o48203a32016-06-08 15:45:26 -04006531#: misc/tune2fs.c:2930
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006532#, c-format
6533msgid "reserved blocks count is too big (%llu)"
6534msgstr ""
6535
Theodore Ts'o48203a32016-06-08 15:45:26 -04006536#: misc/tune2fs.c:2937
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006537#, c-format
6538msgid "Setting reserved blocks count to %llu\n"
6539msgstr ""
6540
Theodore Ts'o48203a32016-06-08 15:45:26 -04006541#: misc/tune2fs.c:2942
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006542msgid ""
6543"\n"
6544"The filesystem already has sparse superblocks.\n"
6545msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006546"\n"
6547"Filsystemet har allerede tynde superblokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006548
Theodore Ts'o48203a32016-06-08 15:45:26 -04006549#: misc/tune2fs.c:2945
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006550msgid ""
6551"\n"
6552"Setting the sparse superblock flag not supported\n"
6553"for filesystems with the meta_bg feature enabled.\n"
6554msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006555"\n"
6556"Angivelse af det tynde superblokflag er ikke understøttet\n"
6557"for filsystemer med funktionen meta_bg aktiveret.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006558
Theodore Ts'o48203a32016-06-08 15:45:26 -04006559#: misc/tune2fs.c:2955
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006560#, c-format
6561msgid ""
6562"\n"
6563"Sparse superblock flag set. %s"
6564msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006565"\n"
6566"Tyndt superblokflag angivet. %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006567
Theodore Ts'o48203a32016-06-08 15:45:26 -04006568#: misc/tune2fs.c:2960
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006569msgid ""
6570"\n"
6571"Clearing the sparse superblock flag not supported.\n"
6572msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006573"\n"
6574"Rydning af det tynde superblokflag er ikke understøttet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006575
Theodore Ts'o48203a32016-06-08 15:45:26 -04006576#: misc/tune2fs.c:2968
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006577#, c-format
6578msgid "Setting time filesystem last checked to %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006579msgstr "Angiver tidspunkt for filsystemets sidste kontrol til %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006580
Theodore Ts'o48203a32016-06-08 15:45:26 -04006581#: misc/tune2fs.c:2974
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006582#, c-format
6583msgid "Setting reserved blocks uid to %lu\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006584msgstr "Angiver reserveret blokke-uid til %lu\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006585
Theodore Ts'o48203a32016-06-08 15:45:26 -04006586#: misc/tune2fs.c:3006
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006587msgid "Error in using clear_mmp. It must be used with -f\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006588msgstr "fejl i brugen af clear_mmp. Den skal bruges med -f\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006589
Theodore Ts'o48203a32016-06-08 15:45:26 -04006590#: misc/tune2fs.c:3024
Theodore Ts'o4e528702016-09-04 21:31:21 -04006591msgid ""
6592"The quota feature may only be changed when the filesystem is unmounted.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006593msgstr "Kvotafunktionen kan kun ændres når filsystemer er afmonteret.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006594
Theodore Ts'o48203a32016-06-08 15:45:26 -04006595#: misc/tune2fs.c:3048
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006596msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006597msgstr "UUID'en kan kun ændres når filsystemet er afmonteret.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006598
Theodore Ts'o48203a32016-06-08 15:45:26 -04006599#: misc/tune2fs.c:3051
Theodore Ts'o4e528702016-09-04 21:31:21 -04006600msgid ""
6601"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6602"and re-run this command.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006603msgstr ""
6604
Theodore Ts'o48203a32016-06-08 15:45:26 -04006605#: misc/tune2fs.c:3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006606msgid "Setting UUID on a checksummed filesystem could take some time."
6607msgstr ""
6608
Theodore Ts'o48203a32016-06-08 15:45:26 -04006609#: misc/tune2fs.c:3085
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006610msgid "Invalid UUID format\n"
6611msgstr "Ugyldigt UUID-format\n"
6612
Theodore Ts'o48203a32016-06-08 15:45:26 -04006613#: misc/tune2fs.c:3101
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006614msgid "Need to update journal superblock.\n"
6615msgstr "Skal opdatere journalsuperblok.\n"
6616
Theodore Ts'o48203a32016-06-08 15:45:26 -04006617#: misc/tune2fs.c:3126
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006618msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6619msgstr ""
6620
Theodore Ts'o48203a32016-06-08 15:45:26 -04006621#: misc/tune2fs.c:3133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006622msgid ""
6623"Changing the inode size not supported for filesystems with the flex_bg\n"
6624"feature enabled.\n"
6625msgstr ""
6626
Theodore Ts'o48203a32016-06-08 15:45:26 -04006627#: misc/tune2fs.c:3151
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006628#, c-format
6629msgid "Setting inode size %lu\n"
6630msgstr ""
6631
Theodore Ts'o48203a32016-06-08 15:45:26 -04006632#: misc/tune2fs.c:3155
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006633msgid "Failed to change inode size\n"
6634msgstr "Kunne ikke ændre iknudestørrelse\n"
6635
Theodore Ts'o48203a32016-06-08 15:45:26 -04006636#: misc/tune2fs.c:3169
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006637#, c-format
6638msgid "Setting stride size to %d\n"
6639msgstr ""
6640
Theodore Ts'o48203a32016-06-08 15:45:26 -04006641#: misc/tune2fs.c:3174
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006642#, c-format
6643msgid "Setting stripe width to %d\n"
6644msgstr ""
6645
Theodore Ts'o48203a32016-06-08 15:45:26 -04006646#: misc/tune2fs.c:3181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006647#, c-format
6648msgid "Setting extended default mount options to '%s'\n"
6649msgstr ""
6650
Theodore Ts'o48203a32016-06-08 15:45:26 -04006651#: misc/tune2fs.c:3192
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006652#, c-format
6653msgid ""
6654"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6655"\n"
6656"\te2fsck -E journal_only %s\n"
6657"\n"
6658"then rerun this command. Otherwise, any changes made may be overwritten\n"
6659"by journal recovery.\n"
6660msgstr ""
6661
Theodore Ts'o48203a32016-06-08 15:45:26 -04006662#: misc/tune2fs.c:3203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006663#, fuzzy, c-format
6664msgid "Recovering journal.\n"
6665msgstr "%s: genskaber journal\n"
6666
6667#: misc/util.c:100
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006668msgid "<proceeding>\n"
6669msgstr ""
6670
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006671#: misc/util.c:104
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006672#, fuzzy, c-format
6673msgid "Proceed anyway (or wait %d seconds) ? (y,N) "
6674msgstr "Fortsæt alligevel? (j,n) "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006675
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006676#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006677#, fuzzy
6678msgid "Proceed anyway? (y,N) "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006679msgstr "Fortsæt alligevel? (j,n) "
6680
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006681#: misc/util.c:133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006682msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6683msgstr ""
6684
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006685#: misc/util.c:138
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006686#, c-format
6687msgid "will not make a %s here!\n"
6688msgstr ""
6689
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006690#: misc/util.c:145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006691msgid "mke2fs forced anyway.\n"
6692msgstr ""
6693
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006694#: misc/util.c:161
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006695msgid "Couldn't allocate memory to parse journal options!\n"
6696msgstr ""
6697
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006698#: misc/util.c:186
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006699#, c-format
6700msgid ""
6701"\n"
6702"Could not find journal device matching %s\n"
6703msgstr ""
6704
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006705#: misc/util.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006706msgid ""
6707"\n"
6708"Bad journal options specified.\n"
6709"\n"
6710"Journal options are separated by commas, and may take an argument which\n"
6711"\tis set off by an equals ('=') sign.\n"
6712"\n"
6713"Valid journal options are:\n"
6714"\tsize=<journal size in megabytes>\n"
6715"\tdevice=<journal device>\n"
6716"\tlocation=<journal location>\n"
6717"\n"
6718"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6719"\n"
6720msgstr ""
6721
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006722#: misc/util.c:244
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006723msgid ""
6724"\n"
6725"Filesystem too small for a journal\n"
6726msgstr ""
6727
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006728#: misc/util.c:251
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006729#, c-format
6730msgid ""
6731"\n"
6732"The requested journal size is %d blocks; it must be\n"
6733"between 1024 and 10240000 blocks. Aborting.\n"
6734msgstr ""
6735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006736#: misc/util.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006737msgid ""
6738"\n"
6739"Journal size too big for filesystem.\n"
6740msgstr ""
6741"\n"
6742"Journalstørrelse er for stor for filsystemet.\n"
6743
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006744#: misc/util.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006745#, c-format
6746msgid ""
6747"This filesystem will be automatically checked every %d mounts or\n"
6748"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6749msgstr ""
6750"Dette filsystem vil automatisk blive kontrolleret efter hver %d montering\n"
6751"eller efter %g dage. Brug tune2fs -c eller -i for at annullere.\n"
6752
6753#: misc/uuidd.c:49
6754#, c-format
6755msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6756msgstr "Brug: %s [-d] [-p pid-fil] [-s sokkelsti] [-T tidsudløb]\n"
6757
6758#: misc/uuidd.c:51
6759#, c-format
6760msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6761msgstr " %s [-r|t] [-n num] [-s sokkelsti]\n"
6762
6763#: misc/uuidd.c:53
6764#, c-format
6765msgid " %s -k\n"
6766msgstr " %s -k\n"
6767
6768#: misc/uuidd.c:155
6769msgid "bad arguments"
6770msgstr "ugyldige parametre"
6771
6772#: misc/uuidd.c:173
6773msgid "connect"
6774msgstr "forbind"
6775
6776#: misc/uuidd.c:192
6777msgid "write"
6778msgstr "skriv"
6779
6780#: misc/uuidd.c:200
6781msgid "read count"
6782msgstr ""
6783
6784#: misc/uuidd.c:206
6785msgid "bad response length"
6786msgstr "ugyldig svarlængde"
6787
6788#: misc/uuidd.c:271
6789#, c-format
6790msgid "uuidd daemon already running at pid %s\n"
6791msgstr "uuidd-dæmon kører allerede på pid %s\n"
6792
6793#: misc/uuidd.c:279
6794#, c-format
6795msgid "Couldn't create unix stream socket: %s"
6796msgstr "Kunne ikke oprette unix-strømsokkel: %s"
6797
6798#: misc/uuidd.c:308
6799#, c-format
6800msgid "Couldn't bind unix socket %s: %s\n"
6801msgstr "Kunne ikke binde unix-sokkel %s: %s\n"
6802
6803#: misc/uuidd.c:316
6804#, c-format
6805msgid "Couldn't listen on unix socket %s: %s\n"
6806msgstr "Kunne ikke lytte på unix-sokkel %s: %s\n"
6807
6808#: misc/uuidd.c:354
6809#, c-format
6810msgid "Error reading from client, len = %d\n"
6811msgstr "Fejl ved læsning fra klient, len = %d\n"
6812
6813#: misc/uuidd.c:362
6814#, c-format
6815msgid "operation %d, incoming num = %d\n"
6816msgstr "operation %d, indgående num = %d\n"
6817
6818#: misc/uuidd.c:381
6819#, c-format
6820msgid "Generated time UUID: %s\n"
6821msgstr "Oprettet tids-UUID: %s\n"
6822
6823#: misc/uuidd.c:391
6824#, c-format
6825msgid "Generated random UUID: %s\n"
6826msgstr "Oprettet vilkårlig UUID: %s\n"
6827
6828#: misc/uuidd.c:400
6829#, c-format
6830msgid "Generated time UUID %s and subsequent UUID\n"
6831msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6832msgstr[0] "Oprettet tids UUID %s og efterfølgende UUID\n"
6833msgstr[1] "Oprettet tids UUID %s og %d efterfølgende UUID'er\n"
6834
6835#: misc/uuidd.c:421
6836#, c-format
6837msgid "Generated %d UUID's:\n"
6838msgstr "Oprettet %d UUID'er:\n"
6839
6840#: misc/uuidd.c:433
6841#, c-format
6842msgid "Invalid operation %d\n"
6843msgstr "Ugyldig operation %d\n"
6844
6845#: misc/uuidd.c:477 misc/uuidd.c:499
6846#, c-format
6847msgid "Bad number: %s\n"
6848msgstr "Ugyldigt tal: %s\n"
6849
6850#: misc/uuidd.c:534 misc/uuidd.c:563
6851#, c-format
6852msgid "Error calling uuidd daemon (%s): %s\n"
6853msgstr "Der opstod en fejl ved kald til uuidd-dæmon (%s): %s\n"
6854
6855#: misc/uuidd.c:544
6856#, c-format
6857msgid "%s and subsequent UUID\n"
6858msgid_plural "%s and subsequent %d UUIDs\n"
6859msgstr[0] "%s og efterfølgende UUID\n"
6860msgstr[1] "%s og efterfølgende %d UUID'er\n"
6861
6862#: misc/uuidd.c:548
6863msgid "List of UUID's:\n"
6864msgstr "Liste over UUID'er:\n"
6865
6866#: misc/uuidd.c:569
6867#, c-format
6868msgid "Unexpected reply length from server %d\n"
6869msgstr "Uventet svarlængde fra server %d\n"
6870
6871#: misc/uuidd.c:586
6872#, c-format
6873msgid "Couldn't kill uuidd running at pid %d: %s\n"
6874msgstr "Kunne ikke dræbe uuidd der kører på pid %d: %s\n"
6875
6876#: misc/uuidd.c:592
6877#, c-format
6878msgid "Killed uuidd running at pid %d\n"
6879msgstr "Dræbte uuidd der kører på pid %d\n"
6880
6881#: misc/uuidgen.c:32
6882#, c-format
6883msgid "Usage: %s [-r] [-t]\n"
6884msgstr "Brug: %s [-r] [-t]\n"
6885
6886#: resize/extent.c:202
6887msgid "# Extent dump:\n"
6888msgstr ""
6889
6890#: resize/extent.c:203
6891#, c-format
6892msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6893msgstr ""
6894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006895#: resize/main.c:49
6896#, fuzzy, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006897msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006898"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6899"[-z undo_file]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006900"\n"
6901msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006902"Brug: %s [-d fejlsøgningsflag] [-f] [-F] [-M] [-P] [-p] enhed "
6903"[ny_størrelse]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006904"\n"
6905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006906#: resize/main.c:72
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006907msgid "Extending the inode table"
6908msgstr "Udvider iknude-tabellen"
6909
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006910#: resize/main.c:75
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006911msgid "Relocating blocks"
6912msgstr "Omallokerer blokke"
6913
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006914#: resize/main.c:78
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006915msgid "Scanning inode table"
6916msgstr "Skanner iknude-tabel"
6917
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006918#: resize/main.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006919msgid "Updating inode references"
6920msgstr "Opdaterer iknude-referencer"
6921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006922#: resize/main.c:84
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006923msgid "Moving inode table"
6924msgstr "Flytter iknude-tabel"
6925
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006926#: resize/main.c:87
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006927msgid "Unknown pass?!?"
6928msgstr "Ukendt gennemløb?!?"
6929
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006930#: resize/main.c:90
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006931#, c-format
6932msgid "Begin pass %d (max = %lu)\n"
6933msgstr "Begynd gennemløb %d (maks. = %lu)\n"
6934
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006935#: resize/main.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006936msgid ""
6937"\n"
6938"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6939"your own risk! Use the force option if you want to go ahead anyway.\n"
6940"\n"
6941msgstr ""
6942
Theodore Ts'o48203a32016-06-08 15:45:26 -04006943#: resize/main.c:365
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006944#, c-format
6945msgid "while opening %s"
6946msgstr "under åbning af %s"
6947
Theodore Ts'o48203a32016-06-08 15:45:26 -04006948#: resize/main.c:373
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006949#, c-format
6950msgid "while getting stat information for %s"
6951msgstr "under indhentelse af stat-information for %s"
6952
Theodore Ts'o48203a32016-06-08 15:45:26 -04006953#: resize/main.c:445
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006954#, c-format
6955msgid ""
6956"Please run 'e2fsck -f %s' first.\n"
6957"\n"
6958msgstr ""
6959"kør venligst »e2fsck -f %s« først.\n"
6960"\n"
6961
Theodore Ts'o48203a32016-06-08 15:45:26 -04006962#: resize/main.c:464
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006963#, c-format
6964msgid "Estimated minimum size of the filesystem: %llu\n"
6965msgstr "Estimeret minimumsstørrelse for filsystemet: %llu\n"
6966
Theodore Ts'o48203a32016-06-08 15:45:26 -04006967#: resize/main.c:501
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006968#, c-format
6969msgid "Invalid new size: %s\n"
6970msgstr "Ugyldig ny størrelse: %s\n"
6971
Theodore Ts'o48203a32016-06-08 15:45:26 -04006972#: resize/main.c:520
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006973msgid "New size too large to be expressed in 32 bits\n"
6974msgstr "Ny størrelse for stor til at blive udtryk ti 32-bit\n"
6975
Theodore Ts'o48203a32016-06-08 15:45:26 -04006976#: resize/main.c:528
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006977#, c-format
6978msgid "New size smaller than minimum (%llu)\n"
6979msgstr "Ny størrelse er mindre end minimum (%llu)\n"
6980
Theodore Ts'o48203a32016-06-08 15:45:26 -04006981#: resize/main.c:534
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006982msgid "Invalid stride length"
6983msgstr ""
6984
Theodore Ts'o48203a32016-06-08 15:45:26 -04006985#: resize/main.c:558
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006986#, c-format
6987msgid ""
6988"The containing partition (or device) is only %llu (%dk) blocks.\n"
6989"You requested a new size of %llu blocks.\n"
6990"\n"
6991msgstr ""
6992
Theodore Ts'o48203a32016-06-08 15:45:26 -04006993#: resize/main.c:565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006994#, c-format
6995msgid "Cannot set and unset 64bit feature.\n"
6996msgstr ""
6997
Theodore Ts'o48203a32016-06-08 15:45:26 -04006998#: resize/main.c:569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006999#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007000msgid ""
7001"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7002"blocks.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007003msgstr ""
7004
Theodore Ts'o48203a32016-06-08 15:45:26 -04007005#: resize/main.c:575
Joe Hansen1e000f82016-08-31 23:14:17 -04007006#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007007msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007008msgstr "Kvotafunktionen kan kun ændres når filsystemer er afmonteret.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007009
Theodore Ts'o48203a32016-06-08 15:45:26 -04007010#: resize/main.c:581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007011#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007012msgid ""
7013"Please enable the extents feature with tune2fs before enabling the 64bit "
7014"feature.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007015msgstr ""
7016
Theodore Ts'o48203a32016-06-08 15:45:26 -04007017#: resize/main.c:587
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007018#, c-format
7019msgid ""
7020"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
7021"\n"
7022msgstr "Filsystemet er allerede %llu (%dk( blokke langt. Intet at gøre!\n"
7023
Theodore Ts'o48203a32016-06-08 15:45:26 -04007024#: resize/main.c:594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007025#, fuzzy, c-format
7026msgid "The filesystem is already 64-bit.\n"
7027msgstr "Filsystemet har allerede en journal.\n"
7028
Theodore Ts'o48203a32016-06-08 15:45:26 -04007029#: resize/main.c:599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007030#, fuzzy, c-format
7031msgid "The filesystem is already 32-bit.\n"
7032msgstr "Filsystemet har allerede en journal.\n"
7033
Theodore Ts'o48203a32016-06-08 15:45:26 -04007034#: resize/main.c:608
Joe Hansen1e000f82016-08-31 23:14:17 -04007035#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007036msgid "Converting the filesystem to 64-bit.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007037msgstr "Angiver tidspunkt for filsystemets sidste kontrol til %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007038
Theodore Ts'o48203a32016-06-08 15:45:26 -04007039#: resize/main.c:610
Joe Hansen1e000f82016-08-31 23:14:17 -04007040#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007041msgid "Converting the filesystem to 32-bit.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007042msgstr "Angiver tidspunkt for filsystemets sidste kontrol til %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007043
Theodore Ts'o48203a32016-06-08 15:45:26 -04007044#: resize/main.c:612
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007045#, c-format
7046msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
7047msgstr ""
7048
Theodore Ts'o48203a32016-06-08 15:45:26 -04007049#: resize/main.c:621
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007050#, c-format
7051msgid "while trying to resize %s"
7052msgstr ""
7053
Theodore Ts'o48203a32016-06-08 15:45:26 -04007054#: resize/main.c:624
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007055#, c-format
7056msgid ""
7057"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7058"after the aborted resize operation.\n"
7059msgstr ""
7060
Theodore Ts'o48203a32016-06-08 15:45:26 -04007061#: resize/main.c:630
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007062#, c-format
7063msgid ""
7064"The filesystem on %s is now %llu (%dk) blocks long.\n"
7065"\n"
7066msgstr "Filsystemet på %s er nu %llu (%dk) blokke langt.\n"
7067
Theodore Ts'o48203a32016-06-08 15:45:26 -04007068#: resize/main.c:645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007069#, c-format
7070msgid "while trying to truncate %s"
7071msgstr ""
7072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007073#: resize/online.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007074msgid "kernel does not support online resize with sparse_super2"
Joe Hansen1e000f82016-08-31 23:14:17 -04007075msgstr "kerne understøtter ikke ny størrelse når aktiv med sparse_super2"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007076
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007077#: resize/online.c:86
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007078#, c-format
7079msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007080msgstr ""
7081"Filsystemet på %s er monteret på %s; aktiv (tændt) ændring af størrelse er "
7082"krævet\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007084#: resize/online.c:90
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007085msgid "On-line shrinking not supported"
Joe Hansen1e000f82016-08-31 23:14:17 -04007086msgstr "Aktiv (tændt) formindskelse er ikke understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007088#: resize/online.c:114
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007089msgid "Filesystem does not support online resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007090msgstr "Filsystemet understøtter ikke aktiv (når tændt) ændring af størrelsen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007091
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007092#: resize/online.c:122
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007093msgid "Not enough reserved gdt blocks for resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007094msgstr "Ikke nok reserverede gdt-blokke for ændring af størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007095
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007096#: resize/online.c:129
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007097msgid "Kernel does not support resizing a file system this large"
Joe Hansen1e000f82016-08-31 23:14:17 -04007098msgstr "Kerne understøtter ikke ændring af så stor størrelse for filsystemet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007099
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007100#: resize/online.c:137
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007101#, c-format
7102msgid "while trying to open mountpoint %s"
7103msgstr "under forsøg på at åbne monteringspunkt %s"
7104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007105#: resize/online.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007106#, c-format
7107msgid "Old resize interface requested.\n"
7108msgstr "Der blev anmodt om gammel grænseflade til ændring af størrelse.\n"
7109
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007110#: resize/online.c:161 resize/online.c:178
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007111msgid "Permission denied to resize filesystem"
7112msgstr "Tilladelse til at ændre filsystemets størrelse nægtet"
7113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007114#: resize/online.c:164 resize/online.c:184
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007115msgid "While checking for on-line resizing support"
Joe Hansen1e000f82016-08-31 23:14:17 -04007116msgstr "Under kontrol for aktiv (tændt) understøttelse af størrelsesændring"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007117
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007118#: resize/online.c:181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007119msgid "Kernel does not support online resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007120msgstr "Kerne understøtter ikke aktiv (tændt) ændring af størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007122#: resize/online.c:220
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007123#, c-format
7124msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007125msgstr ""
7126"Udfører en aktiv (tændt) ændring af størrelsen af %s til %llu (%dk) blokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007128#: resize/online.c:230
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007129msgid "While trying to extend the last group"
Joe Hansen1e000f82016-08-31 23:14:17 -04007130msgstr "Under forsøg på at udvide den sidste gruppe"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007132#: resize/online.c:284
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007133#, c-format
7134msgid "While trying to add group #%d"
7135msgstr "Under forsøg på at tilføje gruppe #%d"
7136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007137#: resize/online.c:295
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007138#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007139msgid ""
7140"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7141"this system.\n"
7142msgstr ""
7143"Filsystemet på %s er monteret på %s, og aktiv (tændt) størrelsesændring er "
7144"ikke understøttet på dette system.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007145
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007146#: resize/resize2fs.c:759
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007147#, c-format
7148msgid "inodes (%llu) must be less than %u"
7149msgstr "iknuder (%llu) skal være mindre end %u"
7150
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007151#: resize/resize2fs.c:1037
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007152msgid "reserved blocks"
7153msgstr "reserverede blokke"
7154
Theodore Ts'o48203a32016-06-08 15:45:26 -04007155#: resize/resize2fs.c:1281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007156msgid "meta-data blocks"
7157msgstr "metadatablokke"
7158
Theodore Ts'o48203a32016-06-08 15:45:26 -04007159#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007160msgid "new meta blocks"
7161msgstr "nye metablokke"
7162
Theodore Ts'o48203a32016-06-08 15:45:26 -04007163#: resize/resize2fs.c:2540
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007164msgid "Should never happen! No sb in last super_sparse bg?\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007165msgstr "Bør aldrig ske! Ingen sb i sidste super_sparse bg?\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007166
Theodore Ts'o48203a32016-06-08 15:45:26 -04007167#: resize/resize2fs.c:2545
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007168msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007169msgstr "Bør aldrig ske! Uventet old_desc i super_sparse bg?\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007170
Theodore Ts'o48203a32016-06-08 15:45:26 -04007171#: resize/resize2fs.c:2618
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007172msgid "Should never happen: resize inode corrupt!\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007173msgstr "Bør aldrig ske: ændring af størrelse for iknude er ødelagt!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007174
7175#: lib/ext2fs/ext2_err.c:11
Joe Hansen1e000f82016-08-31 23:14:17 -04007176#, fuzzy
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05007177msgid "EXT2FS Library version 1.43.4-WIP"
Joe Hansen1e000f82016-08-31 23:14:17 -04007178msgstr "EXT2FS-biblioteksversion 1.42.12"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007179
7180#: lib/ext2fs/ext2_err.c:12
7181msgid "Wrong magic number for ext2_filsys structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007182msgstr "Forkert magisk nummer for ext2_filsys-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007183
7184#: lib/ext2fs/ext2_err.c:13
7185msgid "Wrong magic number for badblocks_list structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007186msgstr "Forkert magisk nummer for badblocks_list-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007187
7188#: lib/ext2fs/ext2_err.c:14
7189msgid "Wrong magic number for badblocks_iterate structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007190msgstr "Forkert magisk nummer for badblocks_iterate-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007191
7192#: lib/ext2fs/ext2_err.c:15
7193msgid "Wrong magic number for inode_scan structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007194msgstr "Forkert magisk nummer inode_scan-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007195
7196#: lib/ext2fs/ext2_err.c:16
7197msgid "Wrong magic number for io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007198msgstr "Forkert magisk nummer for io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007199
7200#: lib/ext2fs/ext2_err.c:17
7201msgid "Wrong magic number for unix io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007202msgstr "Forkert magisk nummer for unix io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007203
7204#: lib/ext2fs/ext2_err.c:18
7205msgid "Wrong magic number for io_manager structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007206msgstr "Forkert magisk nummer for io_manager-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007207
7208#: lib/ext2fs/ext2_err.c:19
7209msgid "Wrong magic number for block_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007210msgstr "Forkert magisk nummer for block_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007211
7212#: lib/ext2fs/ext2_err.c:20
7213msgid "Wrong magic number for inode_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007214msgstr "Forkert magisk nummer for inode_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007215
7216#: lib/ext2fs/ext2_err.c:21
7217msgid "Wrong magic number for generic_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007218msgstr "Forkert magisk nummer for generic_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007219
7220#: lib/ext2fs/ext2_err.c:22
7221msgid "Wrong magic number for test io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007222msgstr "Forkert magisk nummer for test io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007223
7224#: lib/ext2fs/ext2_err.c:23
7225msgid "Wrong magic number for directory block list structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007226msgstr "Forkert magisk nummer for mappebloklistestruktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007227
7228#: lib/ext2fs/ext2_err.c:24
7229msgid "Wrong magic number for icount structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007230msgstr "Forkert magisk nummer for icount-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007231
7232#: lib/ext2fs/ext2_err.c:25
7233msgid "Wrong magic number for Powerquest io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007234msgstr "Forkert magisk nummer for Powerquest io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007235
7236#: lib/ext2fs/ext2_err.c:26
7237msgid "Wrong magic number for ext2 file structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007238msgstr "Forkert magisk nummer for ext2-filstruktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007239
7240#: lib/ext2fs/ext2_err.c:27
7241msgid "Wrong magic number for Ext2 Image Header"
Joe Hansen1e000f82016-08-31 23:14:17 -04007242msgstr "Forkert magisk nummer for Ext2-aftryksteksthoved"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007243
7244#: lib/ext2fs/ext2_err.c:28
7245msgid "Wrong magic number for inode io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007246msgstr "Forkert magisk nummer for inode io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007247
7248#: lib/ext2fs/ext2_err.c:29
7249msgid "Wrong magic number for ext4 extent handle"
Joe Hansen1e000f82016-08-31 23:14:17 -04007250msgstr "Forkert magisk nummer for ext4 extent-håndtag"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007251
7252#: lib/ext2fs/ext2_err.c:30
7253msgid "Bad magic number in super-block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007254msgstr "Ugyldig magisk nummer i superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007255
7256#: lib/ext2fs/ext2_err.c:31
7257msgid "Filesystem revision too high"
Joe Hansen1e000f82016-08-31 23:14:17 -04007258msgstr "Filsystemets revision er for høj"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007259
7260#: lib/ext2fs/ext2_err.c:32
7261msgid "Attempt to write to filesystem opened read-only"
Joe Hansen1e000f82016-08-31 23:14:17 -04007262msgstr "Forsøg på at skrive til filsystem åbnet i skrivebeskyttet tilstand"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007263
7264#: lib/ext2fs/ext2_err.c:33
7265msgid "Can't read group descriptors"
7266msgstr "Kan ikke læse gruppebeskrivere"
7267
7268#: lib/ext2fs/ext2_err.c:34
7269msgid "Can't write group descriptors"
7270msgstr "Kan ikke skrive gruppebeskrivere"
7271
7272#: lib/ext2fs/ext2_err.c:35
7273msgid "Corrupt group descriptor: bad block for block bitmap"
7274msgstr "Ødelagt gruppebeskriver: ugyldig blok for blokbitmap"
7275
7276#: lib/ext2fs/ext2_err.c:36
7277msgid "Corrupt group descriptor: bad block for inode bitmap"
7278msgstr "Ødelagt gruppebeskriver: ugyldig blok for iknude-bitmap"
7279
7280#: lib/ext2fs/ext2_err.c:37
7281msgid "Corrupt group descriptor: bad block for inode table"
7282msgstr "Ødelagt gruppe-beskriver: ugyldig blok for iknude-tabel"
7283
7284#: lib/ext2fs/ext2_err.c:38
7285msgid "Can't write an inode bitmap"
7286msgstr "Kan ikke skrive en iknude-bitmap"
7287
7288#: lib/ext2fs/ext2_err.c:39
7289msgid "Can't read an inode bitmap"
7290msgstr "Kan ikke læse en iknude-bitmap"
7291
7292#: lib/ext2fs/ext2_err.c:40
7293msgid "Can't write a block bitmap"
7294msgstr "Kan ikke skrive en blokbitmap"
7295
7296#: lib/ext2fs/ext2_err.c:41
7297msgid "Can't read a block bitmap"
7298msgstr "Kan ikke læse en blokbitmap"
7299
7300#: lib/ext2fs/ext2_err.c:42
7301msgid "Can't write an inode table"
7302msgstr "Kan ikke skrive en iknude-tabel"
7303
7304#: lib/ext2fs/ext2_err.c:43
7305msgid "Can't read an inode table"
7306msgstr "Kan ikke læse en iknude-tabel"
7307
7308#: lib/ext2fs/ext2_err.c:44
7309msgid "Can't read next inode"
7310msgstr "Kan ikke læse næste iknude"
7311
7312#: lib/ext2fs/ext2_err.c:45
7313msgid "Filesystem has unexpected block size"
7314msgstr "Filsystem har uventet blokstørrelse"
7315
7316#: lib/ext2fs/ext2_err.c:46
7317msgid "EXT2 directory corrupted"
7318msgstr "EXT2-mappe ødelagt"
7319
7320#: lib/ext2fs/ext2_err.c:47
7321msgid "Attempt to read block from filesystem resulted in short read"
7322msgstr "Forsøg på at læse blok fra filsystem resulterede i kort læsning"
7323
7324#: lib/ext2fs/ext2_err.c:48
7325msgid "Attempt to write block to filesystem resulted in short write"
7326msgstr "Forsøg på at skrive blok til filsystem resulterede i kort skrivning"
7327
7328#: lib/ext2fs/ext2_err.c:49
7329msgid "No free space in the directory"
7330msgstr "Ingen ledig plads i mappen"
7331
7332#: lib/ext2fs/ext2_err.c:50
7333msgid "Inode bitmap not loaded"
7334msgstr "Iknude-bitmap er ikke indlæst"
7335
7336#: lib/ext2fs/ext2_err.c:51
7337msgid "Block bitmap not loaded"
7338msgstr "Blok-bitmap er ikke indlæst"
7339
7340#: lib/ext2fs/ext2_err.c:52
7341msgid "Illegal inode number"
7342msgstr "Ugyldigt iknude-antal"
7343
7344#: lib/ext2fs/ext2_err.c:53
7345msgid "Illegal block number"
7346msgstr "Ugyldigt blokantal"
7347
7348#: lib/ext2fs/ext2_err.c:54
7349msgid "Internal error in ext2fs_expand_dir"
7350msgstr "Intern fejl i ext2fs_expand_dir"
7351
7352#: lib/ext2fs/ext2_err.c:55
7353msgid "Not enough space to build proposed filesystem"
7354msgstr "Ikke nok plads til at bygge foreslået filsystem"
7355
7356#: lib/ext2fs/ext2_err.c:56
7357msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7358msgstr "Ugyldigt blokantal videresendt til ext2fs_mark_block_bitmap"
7359
7360#: lib/ext2fs/ext2_err.c:57
7361msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007362msgstr "Ugyldigt blokantal videresendt til ext2fs_unmark_block_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007363
7364#: lib/ext2fs/ext2_err.c:58
7365msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007366msgstr "Ugyldigt blokantal videresendt til ext2fs_test_block_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007367
7368#: lib/ext2fs/ext2_err.c:59
7369msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007370msgstr "Ugyldigt iknudeantal videresendt til ext2fs_mark_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007371
7372#: lib/ext2fs/ext2_err.c:60
7373msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007374msgstr "Ugyldigt iknudeantal videresendt til ext2fs_unmark_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007375
7376#: lib/ext2fs/ext2_err.c:61
7377msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007378msgstr "Ugyldigt iknudeantal videresendt til ext2fs_test_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007379
7380#: lib/ext2fs/ext2_err.c:62
7381msgid "Attempt to fudge end of block bitmap past the real end"
7382msgstr ""
7383
7384#: lib/ext2fs/ext2_err.c:63
7385msgid "Attempt to fudge end of inode bitmap past the real end"
7386msgstr ""
7387
7388#: lib/ext2fs/ext2_err.c:64
7389msgid "Illegal indirect block found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007390msgstr "Ugyldig indirekte blok fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007391
7392#: lib/ext2fs/ext2_err.c:65
7393msgid "Illegal doubly indirect block found"
7394msgstr ""
7395
7396#: lib/ext2fs/ext2_err.c:66
7397msgid "Illegal triply indirect block found"
7398msgstr ""
7399
7400#: lib/ext2fs/ext2_err.c:67
7401msgid "Block bitmaps are not the same"
7402msgstr ""
7403
7404#: lib/ext2fs/ext2_err.c:68
7405msgid "Inode bitmaps are not the same"
7406msgstr ""
7407
7408#: lib/ext2fs/ext2_err.c:69
7409msgid "Illegal or malformed device name"
Joe Hansen1e000f82016-08-31 23:14:17 -04007410msgstr "Ugyldigt eller forkert udformet enhedsnavn"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007411
7412#: lib/ext2fs/ext2_err.c:70
7413msgid "A block group is missing an inode table"
Joe Hansen1e000f82016-08-31 23:14:17 -04007414msgstr "En blokgruppe mangler en iknudetabel"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007415
7416#: lib/ext2fs/ext2_err.c:71
7417msgid "The ext2 superblock is corrupt"
7418msgstr ""
7419
7420#: lib/ext2fs/ext2_err.c:72
7421msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7422msgstr ""
7423
7424#: lib/ext2fs/ext2_err.c:73
7425msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7426msgstr ""
7427
7428#: lib/ext2fs/ext2_err.c:74
7429msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7430msgstr ""
7431
7432#: lib/ext2fs/ext2_err.c:75
7433msgid "Too many symbolic links encountered."
7434msgstr ""
7435
7436#: lib/ext2fs/ext2_err.c:76
7437msgid "The callback function will not handle this case"
Joe Hansen1e000f82016-08-31 23:14:17 -04007438msgstr "Tilbagekaldsfunktionen vil ikke håndtere dette tilfælde"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007439
7440#: lib/ext2fs/ext2_err.c:77
7441msgid "The inode is from a bad block in the inode table"
Joe Hansen1e000f82016-08-31 23:14:17 -04007442msgstr "Iknuden er fra en ugyldig blok i iknudetabellen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007443
7444#: lib/ext2fs/ext2_err.c:78
7445msgid "Filesystem has unsupported feature(s)"
Joe Hansen1e000f82016-08-31 23:14:17 -04007446msgstr "Filsystemet har funktioner der ikke er understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007447
7448#: lib/ext2fs/ext2_err.c:79
7449msgid "Filesystem has unsupported read-only feature(s)"
Joe Hansen1e000f82016-08-31 23:14:17 -04007450msgstr "Filsystemet har skrivebeskyttede funktioner der ikke er understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007451
7452#: lib/ext2fs/ext2_err.c:80
7453msgid "IO Channel failed to seek on read or write"
7454msgstr ""
7455
7456#: lib/ext2fs/ext2_err.c:81
7457msgid "Memory allocation failed"
7458msgstr ""
7459
7460#: lib/ext2fs/ext2_err.c:82
7461msgid "Invalid argument passed to ext2 library"
7462msgstr ""
7463
7464#: lib/ext2fs/ext2_err.c:83
7465msgid "Could not allocate block in ext2 filesystem"
7466msgstr ""
7467
7468#: lib/ext2fs/ext2_err.c:84
7469msgid "Could not allocate inode in ext2 filesystem"
7470msgstr ""
7471
7472#: lib/ext2fs/ext2_err.c:85
7473msgid "Ext2 inode is not a directory"
7474msgstr "Ext2-iknude er ikke en mappe"
7475
7476#: lib/ext2fs/ext2_err.c:86
7477msgid "Too many references in table"
7478msgstr "For mange referencer i tabel"
7479
7480#: lib/ext2fs/ext2_err.c:87
7481msgid "File not found by ext2_lookup"
7482msgstr "Fil ikke fundet af ext2_loopup"
7483
7484#: lib/ext2fs/ext2_err.c:88
7485msgid "File open read-only"
7486msgstr "Fil åbn er skrivebeskyttet"
7487
7488#: lib/ext2fs/ext2_err.c:89
7489msgid "Ext2 directory block not found"
7490msgstr "Ext2-mappeblok blev ikke fundet"
7491
7492#: lib/ext2fs/ext2_err.c:90
7493msgid "Ext2 directory already exists"
7494msgstr "Ext2-mappe findes allerede"
7495
7496#: lib/ext2fs/ext2_err.c:91
7497msgid "Unimplemented ext2 library function"
7498msgstr "Ext2-biblioteksfunktion er ikke implementeret"
7499
7500#: lib/ext2fs/ext2_err.c:92
7501msgid "User cancel requested"
7502msgstr "Der blev anmodt om brugerafbrydelse"
7503
7504#: lib/ext2fs/ext2_err.c:93
7505msgid "Ext2 file too big"
7506msgstr "Ext2-fil er for stor"
7507
7508#: lib/ext2fs/ext2_err.c:94
7509msgid "Supplied journal device not a block device"
7510msgstr "Indeholdt journalenhed er ikke en blokenhed"
7511
7512#: lib/ext2fs/ext2_err.c:95
7513msgid "Journal superblock not found"
7514msgstr "Journalsuperblok blev ikke fundet"
7515
7516#: lib/ext2fs/ext2_err.c:96
7517msgid "Journal must be at least 1024 blocks"
7518msgstr "Journal skal være på mindst 1024 blokke"
7519
7520#: lib/ext2fs/ext2_err.c:97
7521msgid "Unsupported journal version"
7522msgstr "Ikke understøttet journalversion"
7523
7524#: lib/ext2fs/ext2_err.c:98
7525msgid "Error loading external journal"
7526msgstr "Fejl under indlæsning af ekstern journal"
7527
7528#: lib/ext2fs/ext2_err.c:99
7529msgid "Journal not found"
7530msgstr "Journal blev ikke fundet"
7531
7532#: lib/ext2fs/ext2_err.c:100
7533msgid "Directory hash unsupported"
7534msgstr "Mappehash er ikke understøttet"
7535
7536#: lib/ext2fs/ext2_err.c:101
7537msgid "Illegal extended attribute block number"
7538msgstr "Illegal udvidet attributblokantal"
7539
7540#: lib/ext2fs/ext2_err.c:102
7541msgid "Cannot create filesystem with requested number of inodes"
7542msgstr "Kan ikke oprette filsystem med det anmodte antal iknuder"
7543
7544#: lib/ext2fs/ext2_err.c:103
7545msgid "E2image snapshot not in use"
7546msgstr "E2image-øjebliksbillede er ikke i brug"
7547
7548#: lib/ext2fs/ext2_err.c:104
7549msgid "Too many reserved group descriptor blocks"
7550msgstr "For mange reserverede gruppebeskriverblokke"
7551
7552#: lib/ext2fs/ext2_err.c:105
7553msgid "Resize inode is corrupt"
7554msgstr "Ændring af størrelse for iknude er ødelagt"
7555
7556#: lib/ext2fs/ext2_err.c:106
7557msgid "Tried to set block bmap with missing indirect block"
7558msgstr "Prøvede at sætte blok-bmap med manglende indirekte blok"
7559
7560#: lib/ext2fs/ext2_err.c:107
7561msgid "TDB: Success"
7562msgstr "TDB: Succes"
7563
7564#: lib/ext2fs/ext2_err.c:108
7565msgid "TDB: Corrupt database"
7566msgstr "TDB: Ødelagt database"
7567
7568#: lib/ext2fs/ext2_err.c:109
7569msgid "TDB: IO Error"
7570msgstr "TDB: IO-fejl"
7571
7572#: lib/ext2fs/ext2_err.c:110
7573msgid "TDB: Locking error"
7574msgstr "TDB: Låsefejl"
7575
7576#: lib/ext2fs/ext2_err.c:111
7577msgid "TDB: Out of memory"
7578msgstr "TDB: Ikke nok hukommelse"
7579
7580#: lib/ext2fs/ext2_err.c:112
7581msgid "TDB: Record exists"
7582msgstr "TDB: Post findes"
7583
7584#: lib/ext2fs/ext2_err.c:113
7585msgid "TDB: Lock exists on other keys"
7586msgstr "TDB: Lås findes på andre nøgler"
7587
7588#: lib/ext2fs/ext2_err.c:114
7589msgid "TDB: Invalid parameter"
7590msgstr "TDB: Ugyldig parameter"
7591
7592#: lib/ext2fs/ext2_err.c:115
7593msgid "TDB: Record does not exist"
7594msgstr "TDB: Post findes ikke"
7595
7596#: lib/ext2fs/ext2_err.c:116
7597msgid "TDB: Write not permitted"
7598msgstr "TDB: Skrivning ikke tilladt"
7599
7600#: lib/ext2fs/ext2_err.c:117
7601msgid "Ext2fs directory block list is empty"
7602msgstr "Ext2fs-mappeblokliste er tom"
7603
7604#: lib/ext2fs/ext2_err.c:118
7605msgid "Attempt to modify a block mapping via a read-only block iterator"
7606msgstr ""
7607
7608#: lib/ext2fs/ext2_err.c:119
7609msgid "Wrong magic number for ext4 extent saved path"
7610msgstr "Forkert magi-antal for ext4-udstrækningens gemte sti"
7611
7612#: lib/ext2fs/ext2_err.c:120
7613msgid "Wrong magic number for 64-bit generic bitmap"
7614msgstr "Forkert magi-antal for 64-bit generisk bitmap"
7615
7616#: lib/ext2fs/ext2_err.c:121
7617msgid "Wrong magic number for 64-bit block bitmap"
7618msgstr ""
7619
7620#: lib/ext2fs/ext2_err.c:122
7621msgid "Wrong magic number for 64-bit inode bitmap"
7622msgstr ""
7623
7624#: lib/ext2fs/ext2_err.c:123
7625msgid "Wrong magic number --- RESERVED_13"
7626msgstr ""
7627
7628#: lib/ext2fs/ext2_err.c:124
7629msgid "Wrong magic number --- RESERVED_14"
7630msgstr ""
7631
7632#: lib/ext2fs/ext2_err.c:125
7633msgid "Wrong magic number --- RESERVED_15"
7634msgstr ""
7635
7636#: lib/ext2fs/ext2_err.c:126
7637msgid "Wrong magic number --- RESERVED_16"
7638msgstr ""
7639
7640#: lib/ext2fs/ext2_err.c:127
7641msgid "Wrong magic number --- RESERVED_17"
7642msgstr ""
7643
7644#: lib/ext2fs/ext2_err.c:128
7645msgid "Wrong magic number --- RESERVED_18"
7646msgstr ""
7647
7648#: lib/ext2fs/ext2_err.c:129
7649msgid "Wrong magic number --- RESERVED_19"
7650msgstr ""
7651
7652#: lib/ext2fs/ext2_err.c:130
7653msgid "Corrupt extent header"
7654msgstr ""
7655
7656#: lib/ext2fs/ext2_err.c:131
7657msgid "Corrupt extent index"
7658msgstr ""
7659
7660#: lib/ext2fs/ext2_err.c:132
7661msgid "Corrupt extent"
7662msgstr ""
7663
7664#: lib/ext2fs/ext2_err.c:133
7665msgid "No free space in extent map"
7666msgstr ""
7667
7668#: lib/ext2fs/ext2_err.c:134
7669msgid "Inode does not use extents"
7670msgstr ""
7671
7672#: lib/ext2fs/ext2_err.c:135
7673msgid "No 'next' extent"
7674msgstr ""
7675
7676#: lib/ext2fs/ext2_err.c:136
7677msgid "No 'previous' extent"
7678msgstr ""
7679
7680#: lib/ext2fs/ext2_err.c:137
7681msgid "No 'up' extent"
7682msgstr ""
7683
7684#: lib/ext2fs/ext2_err.c:138
7685msgid "No 'down' extent"
7686msgstr ""
7687
7688#: lib/ext2fs/ext2_err.c:139
7689msgid "No current node"
7690msgstr ""
7691
7692#: lib/ext2fs/ext2_err.c:140
7693msgid "Ext2fs operation not supported"
7694msgstr ""
7695
7696#: lib/ext2fs/ext2_err.c:141
7697msgid "No room to insert extent in node"
7698msgstr ""
7699
7700#: lib/ext2fs/ext2_err.c:142
7701msgid "Splitting would result in empty node"
7702msgstr ""
7703
7704#: lib/ext2fs/ext2_err.c:143
7705msgid "Extent not found"
7706msgstr ""
7707
7708#: lib/ext2fs/ext2_err.c:144
7709msgid "Operation not supported for inodes containing extents"
7710msgstr ""
7711
7712#: lib/ext2fs/ext2_err.c:145
7713msgid "Extent length is invalid"
7714msgstr ""
7715
7716#: lib/ext2fs/ext2_err.c:146
7717msgid "I/O Channel does not support 64-bit block numbers"
7718msgstr "I/O-kanal understøtter ikke 64-bit bloknumre"
7719
7720#: lib/ext2fs/ext2_err.c:147
7721msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007722msgstr ""
7723"Kan ikke kontrollere om filsytem er monteret på grund af en manglende mtab-"
7724"fil"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007725
7726#: lib/ext2fs/ext2_err.c:148
7727msgid "Filesystem too large to use legacy bitmaps"
7728msgstr "Filsystem er for stort til at kunne bruge forældede bitmap'er"
7729
7730#: lib/ext2fs/ext2_err.c:149
7731msgid "MMP: invalid magic number"
7732msgstr "MMP: ugyldigt magi-antal"
7733
7734#: lib/ext2fs/ext2_err.c:150
7735msgid "MMP: device currently active"
7736msgstr "MMP: enhed aktiv i øjeblikket"
7737
7738#: lib/ext2fs/ext2_err.c:151
7739msgid "MMP: fsck being run"
7740msgstr "MMP: fsck køres"
7741
7742#: lib/ext2fs/ext2_err.c:152
7743msgid "MMP: block number beyond filesystem range"
7744msgstr ""
7745
7746#: lib/ext2fs/ext2_err.c:153
7747msgid "MMP: undergoing an unknown operation"
7748msgstr "MMP: undergår en ukendt operation"
7749
7750#: lib/ext2fs/ext2_err.c:154
7751msgid "MMP: filesystem still in use"
7752msgstr ""
7753
7754#: lib/ext2fs/ext2_err.c:155
7755msgid "MMP: open with O_DIRECT failed"
7756msgstr ""
7757
7758#: lib/ext2fs/ext2_err.c:156
7759msgid "Block group descriptor size incorrect"
7760msgstr "Størrelse for blokgruppebeskriver er ikke korrekt"
7761
7762#: lib/ext2fs/ext2_err.c:157
7763msgid "Inode checksum does not match inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04007764msgstr "Iknudens kontrolsum matcher ikke iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007765
7766#: lib/ext2fs/ext2_err.c:158
7767msgid "Inode bitmap checksum does not match bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007768msgstr "Iknude-bitmapens kontrolsum matcher ikke bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007769
7770#: lib/ext2fs/ext2_err.c:159
7771msgid "Extent block checksum does not match extent block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007772msgstr "Extentblokkens kontrolsum matcher ikke extent-blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007773
7774#: lib/ext2fs/ext2_err.c:160
7775msgid "Directory block does not have space for checksum"
Joe Hansen1e000f82016-08-31 23:14:17 -04007776msgstr "Mappeblok har ikke plads for kontrolsum"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007777
7778#: lib/ext2fs/ext2_err.c:161
7779msgid "Directory block checksum does not match directory block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007780msgstr "Mappeblokkens kontrolsum matcher ikke mappeblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007781
7782#: lib/ext2fs/ext2_err.c:162
7783msgid "Extended attribute block checksum does not match block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007784msgstr "Den udvidede attributbloks kontrolsum matchter ikke blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007785
7786#: lib/ext2fs/ext2_err.c:163
7787msgid "Superblock checksum does not match superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04007788msgstr "Superblokkens kontrolsum matcher ikke superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007789
7790#: lib/ext2fs/ext2_err.c:164
7791msgid "Unknown checksum algorithm"
Joe Hansen1e000f82016-08-31 23:14:17 -04007792msgstr "Ukendt kontrolsumalgoritme"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007793
7794#: lib/ext2fs/ext2_err.c:165
7795msgid "MMP block checksum does not match MMP block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007796msgstr "MMP-blokkens kontrolsum matcher ikke MMP-blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007797
7798#: lib/ext2fs/ext2_err.c:166
7799msgid "Ext2 file already exists"
7800msgstr "Ext2-fil findes allerede"
7801
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007802#: lib/ext2fs/ext2_err.c:167
Joe Hansen1e000f82016-08-31 23:14:17 -04007803#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007804msgid "Block bitmap checksum does not match bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007805msgstr "Iknude-bitmapens kontrolsum matcher ikke bitmap"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007806
7807#: lib/ext2fs/ext2_err.c:168
7808msgid "Cannot iterate data blocks of an inode containing inline data"
7809msgstr ""
7810
7811#: lib/ext2fs/ext2_err.c:169
7812msgid "Extended attribute has an invalid name length"
7813msgstr ""
7814
7815#: lib/ext2fs/ext2_err.c:170
7816msgid "Extended attribute has an invalid value length"
7817msgstr ""
7818
7819#: lib/ext2fs/ext2_err.c:171
Joe Hansen1e000f82016-08-31 23:14:17 -04007820#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007821msgid "Extended attribute has an incorrect hash"
Joe Hansen1e000f82016-08-31 23:14:17 -04007822msgstr "Den udvidede attributbloks kontrolsum matchter ikke blok"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007823
7824#: lib/ext2fs/ext2_err.c:172
7825#, fuzzy
7826msgid "Extended attribute block has a bad header"
7827msgstr "Illegal udvidet attributblokantal"
7828
7829#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007830msgid "Extended attribute key not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007831msgstr "Udvidedet attributnøgle blev ikke fundet"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007832
7833#: lib/ext2fs/ext2_err.c:174
7834msgid "Insufficient space to store extended attribute data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007835msgstr "Utilstrækkelig plads til at lagre udvidede attributdata"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007836
7837#: lib/ext2fs/ext2_err.c:175
7838msgid "Filesystem is missing ext_attr or inline_data feature"
Joe Hansen1e000f82016-08-31 23:14:17 -04007839msgstr "Filsystem mangler funktionen ext_attr eller inline_data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007840
7841#: lib/ext2fs/ext2_err.c:176
7842msgid "Inode doesn't have inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007843msgstr "Iknude har ikke indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007844
7845#: lib/ext2fs/ext2_err.c:177
7846msgid "No block for an inode with inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007847msgstr "Ingen blok for en iknude med indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007848
7849#: lib/ext2fs/ext2_err.c:178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007850msgid "No free space in inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007851msgstr "Ingen ledig plads i indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007852
7853#: lib/ext2fs/ext2_err.c:179
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007854msgid "Wrong magic number for extended attribute structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007855msgstr "Forkert magisk nummer for udvidet attributstruktur"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007856
7857#: lib/ext2fs/ext2_err.c:180
7858msgid "Inode seems to contain garbage"
Joe Hansen1e000f82016-08-31 23:14:17 -04007859msgstr "Iknude ser ud til at indeholde bras"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007860
7861#: lib/ext2fs/ext2_err.c:181
7862msgid "Extended attribute has an invalid value offset"
Joe Hansen1e000f82016-08-31 23:14:17 -04007863msgstr "Udvidet attribut har en ugyldig værdiforskydning"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007864
7865#: lib/ext2fs/ext2_err.c:182
7866msgid "Journal flags inconsistent"
Joe Hansen1e000f82016-08-31 23:14:17 -04007867msgstr "Journalflag er inkonsistente"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007868
7869#: lib/ext2fs/ext2_err.c:183
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007870msgid "Undo file corrupt"
Joe Hansen1e000f82016-08-31 23:14:17 -04007871msgstr "Genskab fil ødelagt"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007872
7873#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007874msgid "Wrong undo file for this filesystem"
Joe Hansen1e000f82016-08-31 23:14:17 -04007875msgstr "Forkert genskab fil for dette filsystem"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007876
Theodore Ts'o48203a32016-06-08 15:45:26 -04007877#: lib/ext2fs/ext2_err.c:185
Theodore Ts'o48203a32016-06-08 15:45:26 -04007878msgid "File system is corrupted"
Joe Hansen1e000f82016-08-31 23:14:17 -04007879msgstr "Filsystem er ødelagt"
Theodore Ts'o48203a32016-06-08 15:45:26 -04007880
7881#: lib/ext2fs/ext2_err.c:186
7882msgid "Bad CRC detected in file system"
Joe Hansen1e000f82016-08-31 23:14:17 -04007883msgstr "Ugyldig CRC detekteret i filsystem"
Theodore Ts'o48203a32016-06-08 15:45:26 -04007884
7885#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o48203a32016-06-08 15:45:26 -04007886msgid "The journal superblock is corrupt"
Joe Hansen1e000f82016-08-31 23:14:17 -04007887msgstr "Journalsuperblokken er ødelagt"
Theodore Ts'o48203a32016-06-08 15:45:26 -04007888
Theodore Ts'o4e528702016-09-04 21:31:21 -04007889#: lib/ext2fs/ext2_err.c:188
7890#, fuzzy
7891msgid "Inode is corrupted"
7892msgstr "Ændring af størrelse for iknude er ødelagt"
7893
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007894#: lib/support/prof_err.c:11
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007895msgid "Profile version 0.0"
7896msgstr "Profil version 0.0"
7897
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007898#: lib/support/prof_err.c:12
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007899msgid "Bad magic value in profile_node"
Joe Hansen1e000f82016-08-31 23:14:17 -04007900msgstr "Ugyldig magisk værdi i profile_node"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007901
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007902#: lib/support/prof_err.c:13
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007903msgid "Profile section not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007904msgstr "Profilsektion blev ikke fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007906#: lib/support/prof_err.c:14
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007907msgid "Profile relation not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007908msgstr "Profilrelation blev ikke fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007909
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007910#: lib/support/prof_err.c:15
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007911msgid "Attempt to add a relation to node which is not a section"
Joe Hansen1e000f82016-08-31 23:14:17 -04007912msgstr "Forsøg på at tilføje en relation til knude som ikke er en sektion"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007913
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007914#: lib/support/prof_err.c:16
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007915msgid "A profile section header has a non-zero value"
Joe Hansen1e000f82016-08-31 23:14:17 -04007916msgstr "Et profilsektionhoved har en værdi forskellig fra nul"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007917
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007918#: lib/support/prof_err.c:17
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007919msgid "Bad linked list in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04007920msgstr "Ugyldig lænket liste i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007922#: lib/support/prof_err.c:18
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007923msgid "Bad group level in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04007924msgstr "Ugyldig gruppeniveau i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007925
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007926#: lib/support/prof_err.c:19
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007927msgid "Bad parent pointer in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04007928msgstr "Ugyldig overpeger i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007929
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007930#: lib/support/prof_err.c:20
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007931msgid "Bad magic value in profile iterator"
7932msgstr "Ugyldig magisk værdi i profiliterator"
7933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007934#: lib/support/prof_err.c:21
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007935msgid "Can't set value on section node"
Joe Hansen1e000f82016-08-31 23:14:17 -04007936msgstr "Kan ikke angive værdi på sektionknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007938#: lib/support/prof_err.c:22
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007939msgid "Invalid argument passed to profile library"
Joe Hansen1e000f82016-08-31 23:14:17 -04007940msgstr "Ugyldigt argument videresendt til profilbibliotek"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007941
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007942#: lib/support/prof_err.c:23
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007943msgid "Attempt to modify read-only profile"
Joe Hansen1e000f82016-08-31 23:14:17 -04007944msgstr "Forsøg på at ændre en skrivebeskyttet profil"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007945
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007946#: lib/support/prof_err.c:24
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007947msgid "Profile section header not at top level"
7948msgstr "Profils sektionsteksthoved er ikke på topniveau"
7949
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007950#: lib/support/prof_err.c:25
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007951msgid "Syntax error in profile section header"
7952msgstr "Syntaksfejl i profils sektionsteksthoved"
7953
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007954#: lib/support/prof_err.c:26
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007955msgid "Syntax error in profile relation"
7956msgstr "Syntaksfejl i profilrelation"
7957
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007958#: lib/support/prof_err.c:27
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007959msgid "Extra closing brace in profile"
7960msgstr "Ekstra lukkeparentes i profil"
7961
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007962#: lib/support/prof_err.c:28
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007963msgid "Missing open brace in profile"
7964msgstr "Manglende åben parentes i profil"
7965
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007966#: lib/support/prof_err.c:29
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007967msgid "Bad magic value in profile_t"
7968msgstr "Ugyldig magisk værdi i profile_t"
7969
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007970#: lib/support/prof_err.c:30
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007971msgid "Bad magic value in profile_section_t"
7972msgstr "Ugyldig magisk værdi i profile_section_t"
7973
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007974#: lib/support/prof_err.c:31
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007975msgid "Iteration through all top level section not supported"
7976msgstr "Iteration via alle topniveausektioner er ikke understøttet"
7977
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007978#: lib/support/prof_err.c:32
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007979msgid "Invalid profile_section object"
7980msgstr "Ugyldig profile_section-objekt"
7981
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007982#: lib/support/prof_err.c:33
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007983msgid "No more sections"
7984msgstr "Ikke flere afsnit"
7985
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007986#: lib/support/prof_err.c:34
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007987msgid "Bad nameset passed to query routine"
7988msgstr "Ugyldigt navnesæt sendt til forespørgselsrutine"
7989
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007990#: lib/support/prof_err.c:35
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007991msgid "No profile file open"
7992msgstr "Ingen profilfil er åben"
7993
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007994#: lib/support/prof_err.c:36
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007995msgid "Bad magic value in profile_file_t"
7996msgstr "Ødelagt magisk værdi i profile_file_t"
7997
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007998#: lib/support/prof_err.c:37
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007999msgid "Couldn't open profile file"
8000msgstr "Kunne ikke åbne profilfil"
8001
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008002#: lib/support/prof_err.c:38
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008003msgid "Section already exists"
8004msgstr "Sektion findes allerede"
8005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008006#: lib/support/prof_err.c:39
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008007msgid "Invalid boolean value"
8008msgstr "Ugyldig boolesk værdi"
8009
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008010#: lib/support/prof_err.c:40
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008011msgid "Invalid integer value"
8012msgstr "Ugyldigt heltal"
8013
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008014#: lib/support/prof_err.c:41
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008015msgid "Bad magic value in profile_file_data_t"
8016msgstr "Ødelagt magisk værdi i profile_file_data_t"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008017
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008018#: lib/support/plausible.c:118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008019#, c-format
8020msgid "\tlast mounted on %s on %s"
8021msgstr "\tsidst monteret på %s den %s"
8022
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008023#: lib/support/plausible.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008024#, c-format
8025msgid "\tlast mounted on %s"
8026msgstr "\tsidst monteret på %s"
8027
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008028#: lib/support/plausible.c:124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008029#, c-format
8030msgid "\tcreated on %s"
8031msgstr "\toprettet den %s"
8032
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008033#: lib/support/plausible.c:127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008034#, c-format
8035msgid "\tlast modified on %s"
8036msgstr "\tsidst ændret den %s"
8037
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008038#: lib/support/plausible.c:161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008039#, c-format
8040msgid "Found a %s partition table in %s\n"
8041msgstr "Fandt en %s-partitionstabel i %s\n"
8042
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008043#: lib/support/plausible.c:191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008044#, c-format
8045msgid "The file %s does not exist and no size was specified.\n"
8046msgstr "Filen %s findes ikke og ingen størrelse blev angivet.\n"
8047
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008048#: lib/support/plausible.c:199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008049#, c-format
8050msgid "Creating regular file %s\n"
8051msgstr "Opretter normal fil %s\n"
8052
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008053#: lib/support/plausible.c:202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008054#, c-format
8055msgid "Could not open %s: %s\n"
8056msgstr "Kunne ikke åbne %s: %s\n"
8057
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008058#: lib/support/plausible.c:205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008059msgid ""
8060"\n"
8061"The device apparently does not exist; did you specify it correctly?\n"
8062msgstr ""
8063"\n"
8064"Enheden findes åbenbart ikke; specificerede du den korrekt?\n"
8065
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008066#: lib/support/plausible.c:227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008067#, c-format
8068msgid "%s is not a block special device.\n"
8069msgstr ""
8070
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008071#: lib/support/plausible.c:249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008072#, c-format
8073msgid "%s contains a %s file system labelled '%s'\n"
8074msgstr "%s indeholder et %s-filsystem med navnet »%s«\n"
8075
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008076#: lib/support/plausible.c:252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008077#, c-format
8078msgid "%s contains a %s file system\n"
8079msgstr "%s indeholder et %s-filsystem\n"
8080
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008081#: lib/support/plausible.c:276
Joe Hansen1e000f82016-08-31 23:14:17 -04008082#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008083msgid "%s contains `%s' data\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04008084msgstr "%s indeholder »%s«-data\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008085
8086#~ msgid "Please run e2fsck on the filesystem.\n"
8087#~ msgstr "Kør venligst e2fsck på filsystemet.\n"