blob: a38197a44ce9e47db01bbceabc472742e0cb0d7f [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'o4e528702016-09-04 21:31:21 -040075"POT-Creation-Date: 2016-09-04 21:27-0400\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'o9e78ef72016-03-15 01:49:00 -040098#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
99#: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
100#: 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'o4e528702016-09-04 21:31:21 -0400242#: e2fsck/journal.c:968 misc/fuse2fs.c:3786
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'o4e528702016-09-04 21:31:21 -0400497#: e2fsck/pass1.c:666 e2fsck/pass2.c:970
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400498msgid "reading directory block"
499msgstr "læser mappeblok"
500
Theodore Ts'o4e528702016-09-04 21:31:21 -0400501#: e2fsck/pass1.c:1111
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400502msgid "in-use inode map"
503msgstr "i brug-iknudekort"
504
Theodore Ts'o4e528702016-09-04 21:31:21 -0400505#: e2fsck/pass1.c:1122
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400506msgid "directory inode map"
507msgstr "mappe-iknudekort"
508
Theodore Ts'o4e528702016-09-04 21:31:21 -0400509#: e2fsck/pass1.c:1132
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400510msgid "regular file inode map"
511msgstr "regulær fil-iknudekort"
512
Theodore Ts'o4e528702016-09-04 21:31:21 -0400513#: e2fsck/pass1.c:1141 misc/e2image.c:1268
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400514msgid "in-use block map"
515msgstr "i brug-blokkort"
516
Theodore Ts'o4e528702016-09-04 21:31:21 -0400517#: e2fsck/pass1.c:1150
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'o4e528702016-09-04 21:31:21 -0400521#: e2fsck/pass1.c:1209
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400522msgid "opening inode scan"
523msgstr "åbner iknudeskanning"
524
Theodore Ts'o4e528702016-09-04 21:31:21 -0400525#: e2fsck/pass1.c:1247
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400526msgid "getting next inode from scan"
527msgstr "henter næste iknude fra skanning"
528
Theodore Ts'o4e528702016-09-04 21:31:21 -0400529#: e2fsck/pass1.c:1933
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400530msgid "Pass 1"
531msgstr "Gennemløb 1"
532
Theodore Ts'o4e528702016-09-04 21:31:21 -0400533#: e2fsck/pass1.c:1994
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'o4e528702016-09-04 21:31:21 -0400538#: e2fsck/pass1.c:2044
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400539msgid "bad inode map"
540msgstr "ugyldig iknudekort"
541
Theodore Ts'o4e528702016-09-04 21:31:21 -0400542#: e2fsck/pass1.c:2084
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400543msgid "inode in bad block map"
544msgstr "iknude i ugyldig blokkort"
545
Theodore Ts'o4e528702016-09-04 21:31:21 -0400546#: e2fsck/pass1.c:2104
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400547msgid "imagic inode map"
548msgstr "imagic-iknudekort"
549
Theodore Ts'o4e528702016-09-04 21:31:21 -0400550#: e2fsck/pass1.c:2131
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400551msgid "multiply claimed block map"
552msgstr "forøg hævdet blokkort"
553
Theodore Ts'o4e528702016-09-04 21:31:21 -0400554#: e2fsck/pass1.c:2245
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400555msgid "ext attr block map"
556msgstr ""
557
Theodore Ts'o4e528702016-09-04 21:31:21 -0400558#: e2fsck/pass1.c:3412
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'o4e528702016-09-04 21:31:21 -0400563#: e2fsck/pass1.c:3827
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400564msgid "block bitmap"
565msgstr "blok-bitmap"
566
Theodore Ts'o4e528702016-09-04 21:31:21 -0400567#: e2fsck/pass1.c:3833
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400568msgid "inode bitmap"
569msgstr "iknude-bitmap"
570
Theodore Ts'o4e528702016-09-04 21:31:21 -0400571#: e2fsck/pass1.c:3839
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'o48203a32016-06-08 15:45:26 -0400579#: e2fsck/pass2.c:1042 e2fsck/pass2.c:1207
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'o48203a32016-06-08 15:45:26 -04003298#: misc/mke2fs.c:2541 misc/mke2fs.c:2592 misc/tune2fs.c:2610
3299#: 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'o4e528702016-09-04 21:31:21 -04003311#: e2fsck/unix.c:1293 misc/e2undo.c:264 misc/mke2fs.c:2581 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'o48203a32016-06-08 15:45:26 -04003317#: e2fsck/unix.c:1319 misc/mke2fs.c:2607 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
3321#: e2fsck/unix.c:1363
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'o9e78ef72016-03-15 01:49:00 -04003325#: e2fsck/unix.c:1370
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'o9e78ef72016-03-15 01:49:00 -04003329#: e2fsck/unix.c:1393
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003330#, c-format
3331msgid "\tUsing %s, %s\n"
3332msgstr "\tBruger %s, %s\n"
3333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003334#: e2fsck/unix.c:1405
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003335msgid "need terminal for interactive repairs"
3336msgstr "kræver terminal for interaktive reparationer"
3337
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003338#: e2fsck/unix.c:1466
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'o9e78ef72016-03-15 01:49:00 -04003343#: e2fsck/unix.c:1468
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003344msgid "Superblock invalid,"
3345msgstr "Superblok ugyldig,"
3346
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003347#: e2fsck/unix.c:1469
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003348msgid "Group descriptors look bad..."
3349msgstr "Gruppebeskrivere ser ugyldige ud ..."
3350
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003351#: e2fsck/unix.c:1479
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'o9e78ef72016-03-15 01:49:00 -04003356#: e2fsck/unix.c:1483
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'o9e78ef72016-03-15 01:49:00 -04003361#: e2fsck/unix.c:1512
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'o9e78ef72016-03-15 01:49:00 -04003370#: e2fsck/unix.c:1519
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'o9e78ef72016-03-15 01:49:00 -04003374#: e2fsck/unix.c:1521
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'o9e78ef72016-03-15 01:49:00 -04003379#: e2fsck/unix.c:1527
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'o9e78ef72016-03-15 01:49:00 -04003383#: e2fsck/unix.c:1529
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'o9e78ef72016-03-15 01:49:00 -04003387#: e2fsck/unix.c:1533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003388msgid "Possibly non-existent device?\n"
3389msgstr "Muligvis ikkeeksisterende enhed?\n"
3390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003391#: e2fsck/unix.c:1536
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'o9e78ef72016-03-15 01:49:00 -04003399#: e2fsck/unix.c:1604
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'o9e78ef72016-03-15 01:49:00 -04003403#: e2fsck/unix.c:1648
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'o48203a32016-06-08 15:45:26 -04003408#: e2fsck/unix.c:1651
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
3412#: e2fsck/unix.c:1662
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'o48203a32016-06-08 15:45:26 -04003421#: e2fsck/unix.c:1674
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'o48203a32016-06-08 15:45:26 -04003426#: e2fsck/unix.c:1680
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'o48203a32016-06-08 15:45:26 -04003431#: e2fsck/unix.c:1684
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'o48203a32016-06-08 15:45:26 -04003436#: e2fsck/unix.c:1688
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'o48203a32016-06-08 15:45:26 -04003441#: e2fsck/unix.c:1710
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'o48203a32016-06-08 15:45:26 -04003446#: e2fsck/unix.c:1769
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'o48203a32016-06-08 15:45:26 -04003451#: e2fsck/unix.c:1772
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'o48203a32016-06-08 15:45:26 -04003455#: e2fsck/unix.c:1818
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003456#, c-format
3457msgid "Creating journal (%d blocks): "
3458msgstr "Opretter journal (%d blokke): "
3459
Theodore Ts'o48203a32016-06-08 15:45:26 -04003460#: e2fsck/unix.c:1828
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003461msgid " Done.\n"
3462msgstr " Færdig.\n"
3463
Theodore Ts'o48203a32016-06-08 15:45:26 -04003464#: e2fsck/unix.c:1830
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'o48203a32016-06-08 15:45:26 -04003472#: e2fsck/unix.c:1836
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003473msgid "aborted"
3474msgstr "afbrudt"
3475
Theodore Ts'o48203a32016-06-08 15:45:26 -04003476#: e2fsck/unix.c:1838
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003477#, c-format
3478msgid "%s: e2fsck canceled.\n"
3479msgstr "%s: e2fsck afbrudt.\n"
3480
Theodore Ts'o48203a32016-06-08 15:45:26 -04003481#: e2fsck/unix.c:1865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003482msgid "Restarting e2fsck from the beginning...\n"
3483msgstr "Genstarter e2fsck fra begyndelsen ...\n"
3484
Theodore Ts'o48203a32016-06-08 15:45:26 -04003485#: e2fsck/unix.c:1869
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'o48203a32016-06-08 15:45:26 -04003489#: e2fsck/unix.c:1913 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'o48203a32016-06-08 15:45:26 -04003498#: e2fsck/unix.c:1917
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'o48203a32016-06-08 15:45:26 -04003503#: e2fsck/unix.c:1925 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'o48203a32016-06-08 15:45:26 -04003957#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:904
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'o48203a32016-06-08 15:45:26 -04003993#: misc/create_inode.c:361 misc/create_inode.c:837
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
4003#: misc/create_inode.c:608
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
4008#: misc/create_inode.c:700
4009#, 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
4013#: misc/create_inode.c:708
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
4018#: misc/create_inode.c:718
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
4023#: misc/create_inode.c:751
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'o4baef0a2016-05-12 01:01:46 -04004028#: misc/create_inode.c:760
4029msgid "malloc failed"
Joe Hansen1e000f82016-08-31 23:14:17 -04004030msgstr "malloc mislykkedes"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004031
4032#: misc/create_inode.c:768
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'o48203a32016-06-08 15:45:26 -04004037#: misc/create_inode.c:775
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'o48203a32016-06-08 15:45:26 -04004041#: misc/create_inode.c:786
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'o48203a32016-06-08 15:45:26 -04004046#: misc/create_inode.c:796
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'o48203a32016-06-08 15:45:26 -04004051#: misc/create_inode.c:809
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'o48203a32016-06-08 15:45:26 -04004056#: misc/create_inode.c:826
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'o48203a32016-06-08 15:45:26 -04004060#: misc/create_inode.c:832
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'o48203a32016-06-08 15:45:26 -04004065#: misc/create_inode.c:845
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'o48203a32016-06-08 15:45:26 -04004070#: misc/create_inode.c:852
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'o48203a32016-06-08 15:45:26 -04004075#: misc/create_inode.c:870
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'o48203a32016-06-08 15:45:26 -04004273#: misc/dumpe2fs.c:530 misc/mke2fs.c:785 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'o48203a32016-06-08 15:45:26 -04004301#: misc/dumpe2fs.c:646 misc/mke2fs.c:1815
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'o48203a32016-06-08 15:45:26 -04004932#: misc/fuse2fs.c:3740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004933#, fuzzy
4934msgid "Mounting read-only.\n"
4935msgstr "Fil åbn er skrivebeskyttet"
4936
Theodore Ts'o48203a32016-06-08 15:45:26 -04004937#: misc/fuse2fs.c:3764
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'o48203a32016-06-08 15:45:26 -04004942#: misc/fuse2fs.c:3776 misc/fuse2fs.c:3789
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004943#, c-format
4944msgid "%s: %s.\n"
4945msgstr ""
4946
Theodore Ts'o48203a32016-06-08 15:45:26 -04004947#: misc/fuse2fs.c:3777 misc/fuse2fs.c:3791 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'o48203a32016-06-08 15:45:26 -04004954#: misc/fuse2fs.c:3798
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004955msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4956msgstr ""
4957
Theodore Ts'o48203a32016-06-08 15:45:26 -04004958#: misc/fuse2fs.c:3806
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'o48203a32016-06-08 15:45:26 -04004963#: misc/fuse2fs.c:3821
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004964msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4965msgstr ""
4966
Theodore Ts'o48203a32016-06-08 15:45:26 -04004967#: misc/fuse2fs.c:3825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004968msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4969msgstr ""
4970
Theodore Ts'o48203a32016-06-08 15:45:26 -04004971#: misc/fuse2fs.c:3830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004972msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4973msgstr ""
4974
Theodore Ts'o48203a32016-06-08 15:45:26 -04004975#: misc/fuse2fs.c:3834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004976msgid "Orphans detected; running e2fsck is recommended.\n"
4977msgstr ""
4978
Theodore Ts'o48203a32016-06-08 15:45:26 -04004979#: misc/fuse2fs.c:3838
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'o48203a32016-06-08 15:45:26 -04005080#: misc/mke2fs.c:444 misc/mke2fs.c:2654 misc/mke2fs.c:3030
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'o48203a32016-06-08 15:45:26 -04005140#: misc/mke2fs.c:637
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'o48203a32016-06-08 15:45:26 -04005144#: misc/mke2fs.c:652
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'o48203a32016-06-08 15:45:26 -04005149#: misc/mke2fs.c:660
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'o48203a32016-06-08 15:45:26 -04005158#: misc/mke2fs.c:665
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'o48203a32016-06-08 15:45:26 -04005163#: misc/mke2fs.c:668
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005164#, c-format
5165msgid "OS type: %s\n"
5166msgstr "OS-type: %s\n"
5167
Theodore Ts'o48203a32016-06-08 15:45:26 -04005168#: misc/mke2fs.c:670
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'o48203a32016-06-08 15:45:26 -04005173#: misc/mke2fs.c:673
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'o48203a32016-06-08 15:45:26 -04005178#: misc/mke2fs.c:677
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'o48203a32016-06-08 15:45:26 -04005183#: misc/mke2fs.c:679
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005184#, c-format
5185msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5186msgstr ""
5187
Theodore Ts'o48203a32016-06-08 15:45:26 -04005188#: misc/mke2fs.c:681
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'o48203a32016-06-08 15:45:26 -04005193#: misc/mke2fs.c:683
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'o48203a32016-06-08 15:45:26 -04005198#: misc/mke2fs.c:686
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'o48203a32016-06-08 15:45:26 -04005203#: misc/mke2fs.c:688
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'o48203a32016-06-08 15:45:26 -04005208#: misc/mke2fs.c:690
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'o48203a32016-06-08 15:45:26 -04005213#: misc/mke2fs.c:694
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005214#, c-format
5215msgid "%u block groups\n"
5216msgstr "%u blokgrupper\n"
5217
Theodore Ts'o48203a32016-06-08 15:45:26 -04005218#: misc/mke2fs.c:696
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005219#, c-format
5220msgid "%u block group\n"
5221msgstr "%u blokgruppe\n"
5222
Theodore Ts'o48203a32016-06-08 15:45:26 -04005223#: misc/mke2fs.c:698
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'o48203a32016-06-08 15:45:26 -04005228#: misc/mke2fs.c:701
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'o48203a32016-06-08 15:45:26 -04005233#: misc/mke2fs.c:703
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'o48203a32016-06-08 15:45:26 -04005238#: misc/mke2fs.c:712
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005239#, c-format
5240msgid "Filesystem UUID: %s\n"
5241msgstr "Filsystem UUID: %s\n"
5242
Theodore Ts'o48203a32016-06-08 15:45:26 -04005243#: misc/mke2fs.c:713
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005244msgid "Superblock backups stored on blocks: "
5245msgstr ""
5246
Theodore Ts'o48203a32016-06-08 15:45:26 -04005247#: misc/mke2fs.c:807
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'o48203a32016-06-08 15:45:26 -04005252#: misc/mke2fs.c:813
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'o48203a32016-06-08 15:45:26 -04005257#: misc/mke2fs.c:826
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'o48203a32016-06-08 15:45:26 -04005262#: misc/mke2fs.c:839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005263#, c-format
5264msgid "Invalid offset: %s\n"
5265msgstr "ugyldig forskydning: %s\n"
5266
Theodore Ts'o48203a32016-06-08 15:45:26 -04005267#: misc/mke2fs.c:853 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'o48203a32016-06-08 15:45:26 -04005272#: misc/mke2fs.c:867
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'o48203a32016-06-08 15:45:26 -04005277#: misc/mke2fs.c:889
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005278#, c-format
5279msgid "Invalid stride parameter: %s\n"
5280msgstr ""
5281
Theodore Ts'o48203a32016-06-08 15:45:26 -04005282#: misc/mke2fs.c:904
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005283#, c-format
5284msgid "Invalid stripe-width parameter: %s\n"
5285msgstr ""
5286
Theodore Ts'o48203a32016-06-08 15:45:26 -04005287#: misc/mke2fs.c:927
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005288#, c-format
5289msgid "Invalid resize parameter: %s\n"
5290msgstr ""
5291
Theodore Ts'o48203a32016-06-08 15:45:26 -04005292#: misc/mke2fs.c:934
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005293msgid "The resize maximum must be greater than the filesystem size.\n"
5294msgstr ""
5295
Theodore Ts'o48203a32016-06-08 15:45:26 -04005296#: misc/mke2fs.c:958
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005297msgid "On-line resizing not supported with revision 0 filesystems\n"
5298msgstr ""
5299
Theodore Ts'o48203a32016-06-08 15:45:26 -04005300#: misc/mke2fs.c:984 misc/mke2fs.c:993
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'o4baef0a2016-05-12 01:01:46 -04005305#: misc/mke2fs.c:1034
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'o4baef0a2016-05-12 01:01:46 -04005332#: misc/mke2fs.c:1059
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'o4baef0a2016-05-12 01:01:46 -04005343#: misc/mke2fs.c:1101
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'o4baef0a2016-05-12 01:01:46 -04005352#: misc/mke2fs.c:1114 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'o4baef0a2016-05-12 01:01:46 -04005357#: misc/mke2fs.c:1126 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'o4baef0a2016-05-12 01:01:46 -04005362#: misc/mke2fs.c:1262
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'o4baef0a2016-05-12 01:01:46 -04005371#: misc/mke2fs.c:1266
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'o4baef0a2016-05-12 01:01:46 -04005379#: misc/mke2fs.c:1270
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005380msgid "Aborting...\n"
5381msgstr "Afbryder ...\n"
5382
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005383#: misc/mke2fs.c:1311
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'o4baef0a2016-05-12 01:01:46 -04005394#: misc/mke2fs.c:1493
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'o4baef0a2016-05-12 01:01:46 -04005398#: misc/mke2fs.c:1534
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005399#, c-format
5400msgid "Couldn't init profile successfully (error: %ld).\n"
5401msgstr ""
5402
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005403#: misc/mke2fs.c:1567
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005404#, c-format
5405msgid "invalid block size - %s"
5406msgstr "ugyldig blokstørrelse - %s"
5407
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005408#: misc/mke2fs.c:1571
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'o4baef0a2016-05-12 01:01:46 -04005413#: misc/mke2fs.c:1587
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005414#, c-format
5415msgid "invalid cluster size - %s"
5416msgstr "ugyldig klyngestørrelse - %s"
5417
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005418#: misc/mke2fs.c:1600
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'o48203a32016-06-08 15:45:26 -04005422#: misc/mke2fs.c:1614 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'o4baef0a2016-05-12 01:01:46 -04005427#: misc/mke2fs.c:1626
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'o4baef0a2016-05-12 01:01:46 -04005431#: misc/mke2fs.c:1631
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'o4baef0a2016-05-12 01:01:46 -04005435#: misc/mke2fs.c:1639
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'o4baef0a2016-05-12 01:01:46 -04005439#: misc/mke2fs.c:1645
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'o4baef0a2016-05-12 01:01:46 -04005443#: misc/mke2fs.c:1650
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'o4baef0a2016-05-12 01:01:46 -04005448#: misc/mke2fs.c:1660
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'o4baef0a2016-05-12 01:01:46 -04005453#: misc/mke2fs.c:1670
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'o4baef0a2016-05-12 01:01:46 -04005458#: misc/mke2fs.c:1683
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'o4baef0a2016-05-12 01:01:46 -04005466#: misc/mke2fs.c:1694
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'o48203a32016-06-08 15:45:26 -04005470#: misc/mke2fs.c:1703
5471#, 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
5477#: misc/mke2fs.c:1712
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'o48203a32016-06-08 15:45:26 -04005482#: misc/mke2fs.c:1727
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'o48203a32016-06-08 15:45:26 -04005487#: misc/mke2fs.c:1740
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'o48203a32016-06-08 15:45:26 -04005492#: misc/mke2fs.c:1757
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'o48203a32016-06-08 15:45:26 -04005497#: misc/mke2fs.c:1762
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'o48203a32016-06-08 15:45:26 -04005502#: misc/mke2fs.c:1776
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'o48203a32016-06-08 15:45:26 -04005506#: misc/mke2fs.c:1784
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'o48203a32016-06-08 15:45:26 -04005510#: misc/mke2fs.c:1840 misc/mke2fs.c:3114
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'o48203a32016-06-08 15:45:26 -04005515#: misc/mke2fs.c:1846
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'o48203a32016-06-08 15:45:26 -04005521#: misc/mke2fs.c:1852
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'o48203a32016-06-08 15:45:26 -04005526#: misc/mke2fs.c:1863
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'o48203a32016-06-08 15:45:26 -04005531#: misc/mke2fs.c:1887
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005532msgid "filesystem"
5533msgstr "filsystem"
5534
Theodore Ts'o48203a32016-06-08 15:45:26 -04005535#: misc/mke2fs.c:1900 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'o48203a32016-06-08 15:45:26 -04005539#: misc/mke2fs.c:1906
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'o48203a32016-06-08 15:45:26 -04005547#: misc/mke2fs.c:1913
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'o48203a32016-06-08 15:45:26 -04005559#: misc/mke2fs.c:1930
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'o48203a32016-06-08 15:45:26 -04005563#: misc/mke2fs.c:1950
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'o48203a32016-06-08 15:45:26 -04005567#: misc/mke2fs.c:1998
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'o48203a32016-06-08 15:45:26 -04005572#: misc/mke2fs.c:2003
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'o48203a32016-06-08 15:45:26 -04005577#: misc/mke2fs.c:2008
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'o48203a32016-06-08 15:45:26 -04005582#: misc/mke2fs.c:2018
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'o48203a32016-06-08 15:45:26 -04005586#: misc/mke2fs.c:2024
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'o48203a32016-06-08 15:45:26 -04005590#: misc/mke2fs.c:2056
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'o48203a32016-06-08 15:45:26 -04005594#: misc/mke2fs.c:2061
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'o48203a32016-06-08 15:45:26 -04005602#: misc/mke2fs.c:2085
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'o48203a32016-06-08 15:45:26 -04005611#: misc/mke2fs.c:2101
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005612msgid "fs_types for mke2fs.conf resolution: "
5613msgstr "fs_types for mke2fs.conf-opløsning: "
5614
Theodore Ts'o48203a32016-06-08 15:45:26 -04005615#: misc/mke2fs.c:2108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005616msgid "Filesystem features not supported with revision 0 filesystems\n"
5617msgstr "Filsystemfunktioner er ikke understøttet med revision 0-filsystemer\n"
5618
Theodore Ts'o48203a32016-06-08 15:45:26 -04005619#: misc/mke2fs.c:2116
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005620msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005621msgstr "Tynde superblokke er ikke understøttet med revision 0-filsystemer\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005622
Theodore Ts'o48203a32016-06-08 15:45:26 -04005623#: misc/mke2fs.c:2126
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005624msgid "Journals not supported with revision 0 filesystems\n"
5625msgstr "Journaler er ikke understøttet med revision 0-filsystemer\n"
5626
Theodore Ts'o48203a32016-06-08 15:45:26 -04005627#: misc/mke2fs.c:2139
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005628#, c-format
5629msgid "invalid reserved blocks percent - %lf"
5630msgstr "ugyldig reserveret blokkeprocent - %lf"
5631
Theodore Ts'o48203a32016-06-08 15:45:26 -04005632#: misc/mke2fs.c:2156
Theodore Ts'o4e528702016-09-04 21:31:21 -04005633msgid ""
5634"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5635"rectify.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005636msgstr ""
5637
Theodore Ts'o48203a32016-06-08 15:45:26 -04005638#: misc/mke2fs.c:2176
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005639msgid "The cluster size may not be smaller than the block size.\n"
5640msgstr "Klyngestørrelsen må ikke være mindre end blokstørrelsen.\n"
5641
Theodore Ts'o48203a32016-06-08 15:45:26 -04005642#: misc/mke2fs.c:2182
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005643msgid "specifying a cluster size requires the bigalloc feature"
5644msgstr "angivelse af en klyngestørrelse kræver bigalloc-funktionen"
5645
Theodore Ts'o48203a32016-06-08 15:45:26 -04005646#: misc/mke2fs.c:2202
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005647#, c-format
5648msgid "warning: Unable to get device geometry for %s\n"
5649msgstr "advarsel: Kan ikke indhente enhedsgeometri for %s\n"
5650
Theodore Ts'o48203a32016-06-08 15:45:26 -04005651#: misc/mke2fs.c:2205
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005652#, c-format
5653msgid "%s alignment is offset by %lu bytes.\n"
5654msgstr "%s-justering forskydes med %lu byte.\n"
5655
Theodore Ts'o48203a32016-06-08 15:45:26 -04005656#: misc/mke2fs.c:2207
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005657#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005658msgid ""
5659"This may result in very poor performance, (re)-partitioning suggested.\n"
5660msgstr ""
5661"Dette kan medføre meget dårlig ydelse, (ny) partitionering anbefales.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005662
Theodore Ts'o48203a32016-06-08 15:45:26 -04005663#: misc/mke2fs.c:2228
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005664#, c-format
5665msgid "%d-byte blocks too big for system (max %d)"
5666msgstr "%d-byteblokke er for store for systemet (maks %d)"
5667
Theodore Ts'o48203a32016-06-08 15:45:26 -04005668#: misc/mke2fs.c:2232
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005669#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005670msgid ""
5671"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5672msgstr ""
5673"Advarsel: %d-byteblokke er for store for systemet (maks %d), tvunget til at "
5674"fortsætte\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005675
Theodore Ts'o48203a32016-06-08 15:45:26 -04005676#: misc/mke2fs.c:2240
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005677#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005678msgid ""
5679"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5680"and journal checksum features.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005681msgstr ""
5682
Theodore Ts'o48203a32016-06-08 15:45:26 -04005683#: misc/mke2fs.c:2295
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005684#, c-format
5685msgid ""
5686"\n"
5687"Warning: offset specified without an explicit file system size.\n"
5688"Creating a file system with %llu blocks but this might\n"
5689"not be what you want.\n"
5690"\n"
5691msgstr ""
5692
Theodore Ts'o48203a32016-06-08 15:45:26 -04005693#: misc/mke2fs.c:2312
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005694msgid "Can't support bigalloc feature without extents feature"
5695msgstr "Kan ikke understøtte bigalloc-funkton uden extents-funktion"
5696
Theodore Ts'o48203a32016-06-08 15:45:26 -04005697#: misc/mke2fs.c:2319
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005698msgid ""
5699"The resize_inode and meta_bg features are not compatible.\n"
5700"They can not be both enabled simultaneously.\n"
5701msgstr ""
5702"Funktionerne resize_inode og meta_bg er ikke kompatible.\n"
5703"De kan ikke begge være aktiveret på samme tidspunkt.\n"
5704
Theodore Ts'o48203a32016-06-08 15:45:26 -04005705#: misc/mke2fs.c:2327
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005706msgid ""
5707"\n"
5708"Warning: the bigalloc feature is still under development\n"
5709"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5710"\n"
5711msgstr ""
5712"\n"
5713"Advarsel: funktionen bigalloc er stadig under udvikling\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005714"Se https://ext4.wiki.kernel.org/index.php/Bigalloc for yderligere "
5715"information\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005716"\n"
5717
Theodore Ts'o48203a32016-06-08 15:45:26 -04005718#: misc/mke2fs.c:2339
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005719msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005720msgstr ""
5721"reserverede online ændringsblokke er ikke understøttet på ikke-tyndt "
5722"filsystem"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005723
Theodore Ts'o48203a32016-06-08 15:45:26 -04005724#: misc/mke2fs.c:2348
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005725msgid "blocks per group count out of range"
5726msgstr "bloks per gruppe-antal uden for interval"
5727
Theodore Ts'o48203a32016-06-08 15:45:26 -04005728#: misc/mke2fs.c:2370
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005729msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005730msgstr ""
5731"Flex_bg-funktion er ikke aktiveret, så flex_bg-størrelse kan ikke angives"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005732
Theodore Ts'o48203a32016-06-08 15:45:26 -04005733#: misc/mke2fs.c:2382
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005734#, c-format
5735msgid "invalid inode size %d (min %d/max %d)"
5736msgstr "ugyldig iknudestørrelse %d (min %d/maks %d)"
5737
Theodore Ts'o48203a32016-06-08 15:45:26 -04005738#: misc/mke2fs.c:2397
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005739#, c-format
5740msgid "%d byte inodes are too small for inline data; specify larger size"
5741msgstr ""
5742
Theodore Ts'o48203a32016-06-08 15:45:26 -04005743#: misc/mke2fs.c:2410
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005744#, c-format
5745msgid "%d byte inodes are too small for project quota; specify larger size"
5746msgstr ""
5747
Theodore Ts'o48203a32016-06-08 15:45:26 -04005748#: misc/mke2fs.c:2425
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005749#, c-format
5750msgid "too many inodes (%llu), raise inode ratio?"
5751msgstr "for mange iknuder (%llu), hæv iknudeforhold?"
5752
Theodore Ts'o48203a32016-06-08 15:45:26 -04005753#: misc/mke2fs.c:2432
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005754#, c-format
5755msgid "too many inodes (%llu), specify < 2^32 inodes"
5756msgstr "for mange iknuder (%llu), specificer < 2^32 iknuder"
5757
Theodore Ts'o48203a32016-06-08 15:45:26 -04005758#: misc/mke2fs.c:2446
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005759#, c-format
5760msgid ""
5761"inode_size (%u) * inodes_count (%u) too big for a\n"
5762"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5763"\tor lower inode count (-N).\n"
5764msgstr ""
5765"iknude_størrelse(%u) * iknuder_antal (%u) er for stor for et\n"
5766"\tfilsystem med %llu blokke, specificer højere iknude_forhold (-i)\n"
5767"\teller lavere iknudeantal (-N).\n"
5768
Theodore Ts'o48203a32016-06-08 15:45:26 -04005769#: misc/mke2fs.c:2633
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005770msgid "Discarding device blocks: "
5771msgstr "Fjerner enhedsblokke: "
5772
Theodore Ts'o48203a32016-06-08 15:45:26 -04005773#: misc/mke2fs.c:2649
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005774msgid "failed - "
5775msgstr "mislykkedes - "
5776
Theodore Ts'o48203a32016-06-08 15:45:26 -04005777#: misc/mke2fs.c:2708
5778msgid "while initializing quota context"
Joe Hansen1e000f82016-08-31 23:14:17 -04005779msgstr "under initialisering af kvotakontekst"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005780
5781#: misc/mke2fs.c:2715
Theodore Ts'o48203a32016-06-08 15:45:26 -04005782msgid "while writing quota inodes"
Joe Hansen1e000f82016-08-31 23:14:17 -04005783msgstr "under skrivning af kvota-iknuder"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005784
5785#: misc/mke2fs.c:2740
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005786#, fuzzy, c-format
5787msgid "bad error behavior in profile - %s"
5788msgstr "ugyldig fejlopførsel - %s"
5789
Theodore Ts'o48203a32016-06-08 15:45:26 -04005790#: misc/mke2fs.c:2814
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005791msgid "while setting up superblock"
5792msgstr "under opsætning af superblok"
5793
Theodore Ts'o48203a32016-06-08 15:45:26 -04005794#: misc/mke2fs.c:2830
Theodore Ts'o4e528702016-09-04 21:31:21 -04005795msgid ""
5796"Extents are not enabled. The file extent tree can be checksummed, whereas "
5797"block maps cannot. Not enabling extents reduces the coverage of metadata "
5798"checksumming. Pass -O extents to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005799msgstr ""
5800
Theodore Ts'o48203a32016-06-08 15:45:26 -04005801#: misc/mke2fs.c:2837
Theodore Ts'o4e528702016-09-04 21:31:21 -04005802msgid ""
5803"64-bit filesystem support is not enabled. The larger fields afforded by "
5804"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005805msgstr ""
5806
Theodore Ts'o48203a32016-06-08 15:45:26 -04005807#: misc/mke2fs.c:2845
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005808msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5809msgstr ""
5810
Theodore Ts'o48203a32016-06-08 15:45:26 -04005811#: misc/mke2fs.c:2869
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005812msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005813msgstr ""
5814"Fjernelse lykkedes og vil returnere 0s - udelader iknudetabelfjernelse\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005815
Theodore Ts'o48203a32016-06-08 15:45:26 -04005816#: misc/mke2fs.c:2955
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005817#, c-format
5818msgid "unknown os - %s"
5819msgstr "ukendt os - %s"
5820
Theodore Ts'o48203a32016-06-08 15:45:26 -04005821#: misc/mke2fs.c:3018
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005822msgid "Allocating group tables: "
5823msgstr "Allokerer gruppetabeller: "
5824
Theodore Ts'o48203a32016-06-08 15:45:26 -04005825#: misc/mke2fs.c:3026
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005826msgid "while trying to allocate filesystem tables"
5827msgstr "under forsøg på at allokere filsystemtabeller"
5828
Theodore Ts'o48203a32016-06-08 15:45:26 -04005829#: misc/mke2fs.c:3035
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005830msgid ""
5831"\n"
5832"\twhile converting subcluster bitmap"
5833msgstr ""
5834"\n"
5835"\tunder konvertering af underklynge-bitmap"
5836
Theodore Ts'o48203a32016-06-08 15:45:26 -04005837#: misc/mke2fs.c:3041
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005838#, c-format
5839msgid "%s may be further corrupted by superblock rewrite\n"
5840msgstr ""
5841
Theodore Ts'o48203a32016-06-08 15:45:26 -04005842#: misc/mke2fs.c:3082
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005843#, c-format
5844msgid "while zeroing block %llu at end of filesystem"
5845msgstr "under nulstilling af blok %llu i slutningen af filsystemet"
5846
Theodore Ts'o48203a32016-06-08 15:45:26 -04005847#: misc/mke2fs.c:3095
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005848msgid "while reserving blocks for online resize"
5849msgstr "under reservering af blokke for online ændring af størrelse"
5850
Theodore Ts'o48203a32016-06-08 15:45:26 -04005851#: misc/mke2fs.c:3107 misc/tune2fs.c:1415
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005852msgid "journal"
5853msgstr "journal"
5854
Theodore Ts'o48203a32016-06-08 15:45:26 -04005855#: misc/mke2fs.c:3119
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005856#, c-format
5857msgid "Adding journal to device %s: "
5858msgstr "Tilføjer journal til enheden %s: "
5859
Theodore Ts'o48203a32016-06-08 15:45:26 -04005860#: misc/mke2fs.c:3126
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005861#, c-format
5862msgid ""
5863"\n"
5864"\twhile trying to add journal to device %s"
5865msgstr ""
5866"\n"
5867"\tunder forsøg på at tilføje journal til enheden %s"
5868
Theodore Ts'o48203a32016-06-08 15:45:26 -04005869#: misc/mke2fs.c:3131 misc/mke2fs.c:3160 misc/mke2fs.c:3200
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005870#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005871msgid "done\n"
5872msgstr "færdig\n"
5873
Theodore Ts'o48203a32016-06-08 15:45:26 -04005874#: misc/mke2fs.c:3137
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005875msgid "Skipping journal creation in super-only mode\n"
5876msgstr "Udelader journaloprettelse i super-only-tilstand\n"
5877
Theodore Ts'o48203a32016-06-08 15:45:26 -04005878#: misc/mke2fs.c:3147
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005879#, c-format
5880msgid "Creating journal (%u blocks): "
5881msgstr "Opretter journal (%u blokke): "
5882
Theodore Ts'o48203a32016-06-08 15:45:26 -04005883#: misc/mke2fs.c:3156
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005884msgid ""
5885"\n"
5886"\twhile trying to create journal"
5887msgstr ""
5888"\n"
5889"\tunder forsøg på at oprette journal"
5890
Theodore Ts'o48203a32016-06-08 15:45:26 -04005891#: misc/mke2fs.c:3168 misc/tune2fs.c:1072
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005892msgid ""
5893"\n"
5894"Error while enabling multiple mount protection feature."
5895msgstr ""
5896"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005897"Der opstod en fejl under aktivering af funktionen for flere "
5898"monteringsbeskyttelser."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005899
Theodore Ts'o48203a32016-06-08 15:45:26 -04005900#: misc/mke2fs.c:3173
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005901#, c-format
5902msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04005903msgstr ""
5904"Flere monteringsbeskyttelser er aktiveret med opdateringsinterval %d "
5905"sekunder.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005906
Theodore Ts'o48203a32016-06-08 15:45:26 -04005907#: misc/mke2fs.c:3191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005908msgid "Copying files into the device: "
5909msgstr ""
5910
Theodore Ts'o48203a32016-06-08 15:45:26 -04005911#: misc/mke2fs.c:3197
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005912#, fuzzy
5913msgid "while populating file system"
5914msgstr "under allokering af l1-tabel"
5915
Theodore Ts'o48203a32016-06-08 15:45:26 -04005916#: misc/mke2fs.c:3204
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005917msgid "Writing superblocks and filesystem accounting information: "
5918msgstr "Skriver superblokke og filsystemets registreringsinformation: "
5919
Theodore Ts'o48203a32016-06-08 15:45:26 -04005920#: misc/mke2fs.c:3211
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005921msgid ""
5922"\n"
5923"Warning, had trouble writing out superblocks."
5924msgstr ""
5925"\n"
5926"Advarsel, havde problemer med at skrive superblokke ud."
5927
Theodore Ts'o48203a32016-06-08 15:45:26 -04005928#: misc/mke2fs.c:3213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005929msgid ""
5930"done\n"
5931"\n"
5932msgstr ""
5933"færdig\n"
5934"\n"
5935
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005936#: misc/mk_hugefiles.c:424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005937#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04005938msgid ""
5939"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005940msgstr ""
5941
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005942#: misc/mk_hugefiles.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005943msgid "Huge files will be zero'ed\n"
5944msgstr ""
5945
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005946#: misc/mk_hugefiles.c:492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005947#, fuzzy, c-format
5948msgid "Creating %lu huge file(s) "
5949msgstr "Opretter normal fil %s\n"
5950
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005951#: misc/mk_hugefiles.c:494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005952#, fuzzy, c-format
5953msgid "with %llu blocks each"
5954msgstr ""
5955"advarsel: %llu ubrugte blokke.\n"
5956"\n"
5957
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005958#: misc/mk_hugefiles.c:505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005959#, fuzzy, c-format
5960msgid "while creating huge file %lu"
5961msgstr "under gennemløb over iknude %u"
5962
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005963#: misc/mklost+found.c:50
5964msgid "Usage: mklost+found\n"
5965msgstr "Brug: mklost+found\n"
5966
5967#: misc/partinfo.c:41
5968#, c-format
5969msgid ""
5970"Usage: %s device...\n"
5971"\n"
5972"Prints out the partition information for each given device.\n"
5973"For example: %s /dev/hda\n"
5974"\n"
5975msgstr ""
5976"Brug: %s enhed...\n"
5977"\n"
5978"Udskriver partitionsinformation for hver enhed.\n"
5979"For eksempel: %s /dev/hda\n"
5980"\n"
5981
5982#: misc/partinfo.c:51
5983#, c-format
5984msgid "Cannot open %s: %s"
5985msgstr "Kan ikke åbne %s: %s"
5986
5987#: misc/partinfo.c:57
5988#, c-format
5989msgid "Cannot get geometry of %s: %s"
5990msgstr "Kan ikke indhente geometri for %s: %s"
5991
5992#: misc/partinfo.c:65
5993#, c-format
5994msgid "Cannot get size of %s: %s"
5995msgstr "Kan ikke indhente størrelse på %s: %s"
5996
5997#: misc/partinfo.c:71
5998#, c-format
5999msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6000msgstr "%s: h=%3d s=%3d c=%4d start=%8d str=%8lu slut=%8d\n"
6001
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006002#: misc/tune2fs.c:119
Theodore Ts'o4e528702016-09-04 21:31:21 -04006003#, fuzzy
6004msgid "Please run e2fsck -f on the filesystem.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006005msgstr "Kør venligst e2fsck på filsystemet.\n"
6006
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006007#: misc/tune2fs.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006008#, fuzzy
Theodore Ts'o4e528702016-09-04 21:31:21 -04006009msgid "Please run e2fsck -fD on the filesystem.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006010msgstr "Kør venligst e2fsck på filsystemet.\n"
6011
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006012#: misc/tune2fs.c:134
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006013#, c-format
6014msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006015"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006016"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006017"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6018"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
6019"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
6020"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006021"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006022"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006023msgstr ""
6024
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006025#: misc/tune2fs.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006026msgid "Journal superblock not found!\n"
6027msgstr "Journalsuperblok blev ikke fundet!\n"
6028
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006029#: misc/tune2fs.c:276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006030msgid "while trying to open external journal"
6031msgstr "under forsøg på at åben ekstern journal"
6032
Theodore Ts'o48203a32016-06-08 15:45:26 -04006033#: misc/tune2fs.c:282 misc/tune2fs.c:2701
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006034#, c-format
6035msgid "%s is not a journal device.\n"
6036msgstr "%s er ikke en journalenhed.\n"
6037
Theodore Ts'o48203a32016-06-08 15:45:26 -04006038#: misc/tune2fs.c:292 misc/tune2fs.c:2712
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006039msgid "Filesystem's UUID not found on journal device.\n"
6040msgstr "Filsystemets UUID blev ikke fundet på journalenhed.\n"
6041
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006042#: misc/tune2fs.c:316
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006043msgid ""
6044"Cannot locate journal device. It was NOT removed\n"
6045"Use -f option to remove missing journal device.\n"
6046msgstr ""
6047"Kan ikke finde journalenhed. Den blev IKKE fjernet\n"
6048"Brug tilvalget -f til at fjerne manglende journalenhed.\n"
6049
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006050#: misc/tune2fs.c:325
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006051msgid "Journal removed\n"
6052msgstr "Journal fjernet\n"
6053
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006054#: misc/tune2fs.c:369
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006055msgid "while reading bitmaps"
6056msgstr "under læsning af bitmaps"
6057
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006058#: misc/tune2fs.c:377
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006059msgid "while clearing journal inode"
6060msgstr "under rydning af journaliknude"
6061
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006062#: misc/tune2fs.c:388
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006063msgid "while writing journal inode"
6064msgstr "under skrivning af journaliknude"
6065
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006066#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006067msgid "(and reboot afterwards!)\n"
6068msgstr "(og genstart efterfølgende!)\n"
6069
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006070#: misc/tune2fs.c:476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006071#, c-format
6072msgid "After running e2fsck, please run `resize2fs %s %s"
6073msgstr ""
6074
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006075#: misc/tune2fs.c:479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006076#, fuzzy, c-format
6077msgid "Please run `resize2fs %s %s"
6078msgstr ""
6079"kør venligst »e2fsck -f %s« først.\n"
6080"\n"
6081
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006082#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006083#, c-format
6084msgid " -z \"%s\""
6085msgstr ""
6086
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006087#: misc/tune2fs.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006088#, c-format
6089msgid "' to enable 64-bit mode.\n"
6090msgstr ""
6091
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006092#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006093#, c-format
6094msgid "' to disable 64-bit mode.\n"
6095msgstr ""
6096
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006097#: misc/tune2fs.c:974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006098msgid ""
6099"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6100" This requires Linux >= v4.4.\n"
6101msgstr ""
6102
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006103#: misc/tune2fs.c:1010
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006104#, c-format
6105msgid "Clearing filesystem feature '%s' not supported.\n"
6106msgstr "Funktionen for rydning af filsystem »%s« er ikke understøttet.\n"
6107
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006108#: misc/tune2fs.c:1016
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006109#, c-format
6110msgid "Setting filesystem feature '%s' not supported.\n"
6111msgstr "Funktionen for opsætning af filsystem »%s« er ikke understøttet.\n"
6112
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006113#: misc/tune2fs.c:1025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006114msgid ""
6115"The has_journal feature may only be cleared when the filesystem is\n"
6116"unmounted or mounted read-only.\n"
6117msgstr ""
6118"Funktionen has_journal kan kun ryddes, når filsystemet er umonteret\n"
6119"eller monteret som skrivebeskyttet.\n"
6120
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006121#: misc/tune2fs.c:1033
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006122msgid ""
6123"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6124"the has_journal flag.\n"
6125msgstr ""
6126"Flaget needs_recovery er angivet. Kør venligst e2fsck før rydning\n"
6127"af flaget has_journal.\n"
6128
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006129#: misc/tune2fs.c:1051
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006130msgid ""
6131"Setting filesystem feature 'sparse_super' not supported\n"
6132"for filesystems with the meta_bg feature enabled.\n"
6133msgstr ""
6134"Angivelse af filsystemfunktionen »sparse_super« er ikke understøttet\n"
6135"for filsystemer med funktionen meta_bg aktiveret.\n"
6136
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006137#: misc/tune2fs.c:1064
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006138msgid ""
6139"The multiple mount protection feature can't\n"
6140"be set if the filesystem is mounted or\n"
6141"read-only.\n"
6142msgstr ""
6143"Funktionen for flere monteringsbeskyttelser kan\n"
6144"ikke angives hvis filsystemet er monteret eller\n"
6145"skrivebeskyttet.\n"
6146
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006147#: misc/tune2fs.c:1082
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006148#, c-format
6149msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6150msgstr ""
6151
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006152#: misc/tune2fs.c:1091
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006153msgid ""
6154"The multiple mount protection feature cannot\n"
6155"be disabled if the filesystem is readonly.\n"
6156msgstr ""
6157
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006158#: misc/tune2fs.c:1099
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006159msgid "Error while reading bitmaps\n"
6160msgstr "Der opstod en fejl under læsning af bitmap\n"
6161
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006162#: misc/tune2fs.c:1108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006163#, c-format
6164msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6165msgstr "Magisk nummer i MMP-blok matcher ikke. forventede: %x, faktisk %x\n"
6166
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006167#: misc/tune2fs.c:1113
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006168msgid "while reading MMP block."
6169msgstr "under læsning af MMP-blok."
6170
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006171#: misc/tune2fs.c:1145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006172msgid ""
6173"Clearing the flex_bg flag would cause the the filesystem to be\n"
6174"inconsistent.\n"
6175msgstr ""
6176"Rydning af flaget flex_bg vil medføre at filsystemet bliver\n"
6177"inkonsistent.\n"
6178
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006179#: misc/tune2fs.c:1156
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006180msgid ""
6181"The huge_file feature may only be cleared when the filesystem is\n"
6182"unmounted or mounted read-only.\n"
6183msgstr ""
6184
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006185#: misc/tune2fs.c:1167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006186msgid "Enabling checksums could take some time."
6187msgstr ""
6188
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006189#: misc/tune2fs.c:1169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006190msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6191msgstr ""
6192
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006193#: misc/tune2fs.c:1175
Theodore Ts'o4e528702016-09-04 21:31:21 -04006194msgid ""
6195"Extents are not enabled. The file extent tree can be checksummed, whereas "
6196"block maps cannot. Not enabling extents reduces the coverage of metadata "
6197"checksumming. Re-run with -O extent to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006198msgstr ""
6199
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006200#: misc/tune2fs.c:1182
Theodore Ts'o4e528702016-09-04 21:31:21 -04006201msgid ""
6202"64-bit filesystem support is not enabled. The larger fields afforded by "
6203"this feature enable full-strength checksumming. Run resize2fs -b to "
6204"rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006205msgstr ""
6206
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006207#: misc/tune2fs.c:1208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006208msgid "Disabling checksums could take some time."
6209msgstr ""
6210
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006211#: misc/tune2fs.c:1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006212msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6213msgstr ""
6214
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006215#: misc/tune2fs.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006216#, c-format
6217msgid "Cannot enable 64-bit mode while mounted!\n"
6218msgstr ""
6219
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006220#: misc/tune2fs.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006221#, c-format
6222msgid "Cannot disable 64-bit mode while mounted!\n"
6223msgstr ""
6224
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006225#: misc/tune2fs.c:1313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006226msgid ""
6227"\n"
6228"Warning: enabled project without quota together\n"
6229msgstr ""
6230
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006231#: misc/tune2fs.c:1326
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006232msgid ""
6233"\n"
6234"Warning: '^quota' option overrides '-Q'arguments.\n"
6235msgstr ""
6236
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006237#: misc/tune2fs.c:1344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006238#, fuzzy
6239msgid ""
6240"Setting feature 'metadata_csum_seed' is only supported\n"
6241"on filesystems with the metadata_csum feature enabled.\n"
6242msgstr ""
6243"Angivelse af filsystemfunktionen »sparse_super« er ikke understøttet\n"
6244"for filsystemer med funktionen meta_bg aktiveret.\n"
6245
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006246#: misc/tune2fs.c:1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006247msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006248"UUID has changed since enabling metadata_csum. Filesystem must be "
6249"unmounted \n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006250"to safely rewrite all metadata to match the new UUID.\n"
6251msgstr ""
6252
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006253#: misc/tune2fs.c:1408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006254msgid "The filesystem already has a journal.\n"
6255msgstr "Filsystemet har allerede en journal.\n"
6256
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006257#: misc/tune2fs.c:1428
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006258#, c-format
6259msgid ""
6260"\n"
6261"\twhile trying to open journal on %s\n"
6262msgstr ""
6263"\n"
6264"\tunder forsøg på at åbne journal på %s\n"
6265
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006266#: misc/tune2fs.c:1432
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006267#, c-format
6268msgid "Creating journal on device %s: "
6269msgstr "Opretter journal på enhed %s: "
6270
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006271#: misc/tune2fs.c:1440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006272#, c-format
6273msgid "while adding filesystem to journal on %s"
6274msgstr "under tilføjelse af filsystem til journal på %s"
6275
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006276#: misc/tune2fs.c:1446
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006277msgid "Creating journal inode: "
6278msgstr "Opretter journaliknude: "
6279
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006280#: misc/tune2fs.c:1460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006281msgid ""
6282"\n"
6283"\twhile trying to create journal file"
6284msgstr ""
6285"\n"
6286"\tunder forsøg på at oprette journalfil"
6287
Theodore Ts'o48203a32016-06-08 15:45:26 -04006288#: misc/tune2fs.c:1498
Joe Hansen1e000f82016-08-31 23:14:17 -04006289#, fuzzy
Theodore Ts'o48203a32016-06-08 15:45:26 -04006290msgid "while initializing quota context in support library"
Joe Hansen1e000f82016-08-31 23:14:17 -04006291msgstr "under initialisering af journal-superblok"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006292
6293#: misc/tune2fs.c:1518
6294#, fuzzy, c-format
6295msgid "while updating quota limits (%d)"
6296msgstr "under opdatering af ødelagt blok-iknude"
6297
6298#: misc/tune2fs.c:1526
6299#, fuzzy, c-format
6300msgid "while writing quota file (%d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04006301msgstr "under skrivning af journaliknude"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006302
6303#: misc/tune2fs.c:1534
6304#, fuzzy, c-format
6305msgid "while removing quota file (%d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04006306msgstr "under læsning af rod-iknude"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006307
6308#: misc/tune2fs.c:1575
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006309msgid ""
6310"\n"
6311"Bad quota options specified.\n"
6312"\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006313"Following valid quota options are available (pass by separating with "
6314"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006315"\t[^]usr[quota]\n"
6316"\t[^]grp[quota]\n"
6317"\t[^]prj[quota]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006318"\n"
6319"\n"
6320msgstr ""
6321
Theodore Ts'o48203a32016-06-08 15:45:26 -04006322#: misc/tune2fs.c:1633
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006323#, c-format
6324msgid "Couldn't parse date/time specifier: %s"
6325msgstr "Kunne ikke fortolke dato/tids-angiveren: %s"
6326
Theodore Ts'o48203a32016-06-08 15:45:26 -04006327#: misc/tune2fs.c:1658 misc/tune2fs.c:1671
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006328#, c-format
6329msgid "bad mounts count - %s"
6330msgstr "ugyldigt monteringsantal - %s"
6331
Theodore Ts'o48203a32016-06-08 15:45:26 -04006332#: misc/tune2fs.c:1714
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006333#, c-format
6334msgid "bad gid/group name - %s"
6335msgstr "ugyldig gid/gruppenavn - %s"
6336
Theodore Ts'o48203a32016-06-08 15:45:26 -04006337#: misc/tune2fs.c:1747
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006338#, c-format
6339msgid "bad interval - %s"
6340msgstr "ugyldig interval - %s"
6341
Theodore Ts'o48203a32016-06-08 15:45:26 -04006342#: misc/tune2fs.c:1776
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006343#, c-format
6344msgid "bad reserved block ratio - %s"
6345msgstr "ugyldigt reserveret blokforhold - %s"
6346
Theodore Ts'o48203a32016-06-08 15:45:26 -04006347#: misc/tune2fs.c:1791
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006348msgid "-o may only be specified once"
6349msgstr "-o kan kun angives en gang"
6350
Theodore Ts'o48203a32016-06-08 15:45:26 -04006351#: misc/tune2fs.c:1800
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006352msgid "-O may only be specified once"
6353msgstr "-O kan kun angives en gang"
6354
Theodore Ts'o48203a32016-06-08 15:45:26 -04006355#: misc/tune2fs.c:1817
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006356#, c-format
6357msgid "bad reserved blocks count - %s"
6358msgstr "ugyldigt reserveret blokantal - %s"
6359
Theodore Ts'o48203a32016-06-08 15:45:26 -04006360#: misc/tune2fs.c:1846
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006361#, c-format
6362msgid "bad uid/user name - %s"
6363msgstr "ugyldig uid/brugernavn - %s"
6364
Theodore Ts'o48203a32016-06-08 15:45:26 -04006365#: misc/tune2fs.c:1863
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006366#, c-format
6367msgid "bad inode size - %s"
6368msgstr "ugylding iknude-størrelse - %s"
6369
Theodore Ts'o48203a32016-06-08 15:45:26 -04006370#: misc/tune2fs.c:1870
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006371#, c-format
6372msgid "Inode size must be a power of two- %s"
6373msgstr "Iknude-størrelse skal være en potens af to - %s"
6374
Theodore Ts'o48203a32016-06-08 15:45:26 -04006375#: misc/tune2fs.c:1967
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006376#, c-format
6377msgid "mmp_update_interval too big: %lu\n"
6378msgstr "mmp_update_interval er for stort: %lu\n"
6379
Theodore Ts'o48203a32016-06-08 15:45:26 -04006380#: misc/tune2fs.c:1972
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006381#, c-format
6382msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04006383msgid_plural ""
6384"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006385msgstr[0] ""
6386msgstr[1] ""
6387
Theodore Ts'o48203a32016-06-08 15:45:26 -04006388#: misc/tune2fs.c:1995
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006389#, c-format
6390msgid "Invalid RAID stride: %s\n"
6391msgstr "Ugyldig RAID stride: %s\n"
6392
Theodore Ts'o48203a32016-06-08 15:45:26 -04006393#: misc/tune2fs.c:2010
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006394#, c-format
6395msgid "Invalid RAID stripe-width: %s\n"
6396msgstr "Ugyldig RAID stripe-bredde: %s\n"
6397
Theodore Ts'o48203a32016-06-08 15:45:26 -04006398#: misc/tune2fs.c:2025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006399#, c-format
6400msgid "Invalid hash algorithm: %s\n"
6401msgstr "Ugyldig hashalgoritme: %s\n"
6402
Theodore Ts'o48203a32016-06-08 15:45:26 -04006403#: misc/tune2fs.c:2031
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006404#, c-format
6405msgid "Setting default hash algorithm to %s (%d)\n"
6406msgstr "Angiver standardhashalgoritmen til %s (%d)\n"
6407
Theodore Ts'o48203a32016-06-08 15:45:26 -04006408#: misc/tune2fs.c:2050
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006409msgid ""
6410"\n"
6411"Bad options specified.\n"
6412"\n"
6413"Extended options are separated by commas, and may take an argument which\n"
6414"\tis set off by an equals ('=') sign.\n"
6415"\n"
6416"Valid extended options are:\n"
6417"\tclear_mmp\n"
6418"\thash_alg=<hash algorithm>\n"
6419"\tmount_opts=<extended default mount options>\n"
6420"\tstride=<RAID per-disk chunk size in blocks>\n"
6421"\tstripe_width=<RAID stride*data disks in blocks>\n"
6422"\ttest_fs\n"
6423"\t^test_fs\n"
6424msgstr ""
6425
Theodore Ts'o48203a32016-06-08 15:45:26 -04006426#: misc/tune2fs.c:2519
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006427msgid "Failed to read inode bitmap\n"
6428msgstr "Kunne ikke læse iknude-bitmap\n"
6429
Theodore Ts'o48203a32016-06-08 15:45:26 -04006430#: misc/tune2fs.c:2524
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006431msgid "Failed to read block bitmap\n"
6432msgstr "Kunne ikke læse blok-bitmap\n"
6433
Theodore Ts'o48203a32016-06-08 15:45:26 -04006434#: misc/tune2fs.c:2541 resize/resize2fs.c:1276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006435msgid "blocks to be moved"
6436msgstr "blokke der skal flyttes"
6437
Theodore Ts'o48203a32016-06-08 15:45:26 -04006438#: misc/tune2fs.c:2544
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006439msgid "Failed to allocate block bitmap when increasing inode size\n"
6440msgstr "Kunne ikke allokere blok-bitmap da iknudestørrelsen blev øget\n"
6441
Theodore Ts'o48203a32016-06-08 15:45:26 -04006442#: misc/tune2fs.c:2550
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006443msgid "Not enough space to increase inode size \n"
6444msgstr "Ikke nok plads til at øge iknudestørrelsen \n"
6445
Theodore Ts'o48203a32016-06-08 15:45:26 -04006446#: misc/tune2fs.c:2555
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006447msgid "Failed to relocate blocks during inode resize \n"
6448msgstr ""
6449
Theodore Ts'o48203a32016-06-08 15:45:26 -04006450#: misc/tune2fs.c:2587
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006451msgid ""
6452"Error in resizing the inode size.\n"
6453"Run e2undo to undo the file system changes. \n"
6454msgstr ""
6455
Theodore Ts'o48203a32016-06-08 15:45:26 -04006456#: misc/tune2fs.c:2799
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006457#, c-format
6458msgid ""
6459"MMP block magic is bad. Try to fix it by running:\n"
6460"'e2fsck -f %s'\n"
6461msgstr ""
6462
Theodore Ts'o48203a32016-06-08 15:45:26 -04006463#: misc/tune2fs.c:2811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006464#, fuzzy
6465msgid "Cannot modify a journal device.\n"
6466msgstr "%s er ikke en journalenhed.\n"
6467
Theodore Ts'o48203a32016-06-08 15:45:26 -04006468#: misc/tune2fs.c:2824
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006469#, c-format
6470msgid "The inode size is already %lu\n"
6471msgstr ""
6472
Theodore Ts'o48203a32016-06-08 15:45:26 -04006473#: misc/tune2fs.c:2831
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006474msgid "Shrinking inode size is not supported\n"
6475msgstr "Formindskelse af iknudestørrelse er ikke understøttet\n"
6476
Theodore Ts'o48203a32016-06-08 15:45:26 -04006477#: misc/tune2fs.c:2836
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006478#, c-format
6479msgid "Invalid inode size %lu (max %d)\n"
6480msgstr "Ugyldig iknudestørrelse %lu (maks %d)\n"
6481
Theodore Ts'o48203a32016-06-08 15:45:26 -04006482#: misc/tune2fs.c:2842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006483msgid "Resizing inodes could take some time."
6484msgstr ""
6485
Theodore Ts'o48203a32016-06-08 15:45:26 -04006486#: misc/tune2fs.c:2889
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006487#, c-format
6488msgid "Setting maximal mount count to %d\n"
6489msgstr ""
6490
Theodore Ts'o48203a32016-06-08 15:45:26 -04006491#: misc/tune2fs.c:2895
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006492#, c-format
6493msgid "Setting current mount count to %d\n"
6494msgstr ""
6495
Theodore Ts'o48203a32016-06-08 15:45:26 -04006496#: misc/tune2fs.c:2900
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006497#, c-format
6498msgid "Setting error behavior to %d\n"
6499msgstr ""
6500
Theodore Ts'o48203a32016-06-08 15:45:26 -04006501#: misc/tune2fs.c:2905
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006502#, c-format
6503msgid "Setting reserved blocks gid to %lu\n"
6504msgstr ""
6505
Theodore Ts'o48203a32016-06-08 15:45:26 -04006506#: misc/tune2fs.c:2910
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006507#, c-format
6508msgid "interval between checks is too big (%lu)"
6509msgstr ""
6510
Theodore Ts'o48203a32016-06-08 15:45:26 -04006511#: misc/tune2fs.c:2917
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006512#, c-format
6513msgid "Setting interval between checks to %lu seconds\n"
6514msgstr ""
6515
Theodore Ts'o48203a32016-06-08 15:45:26 -04006516#: misc/tune2fs.c:2924
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006517#, c-format
6518msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6519msgstr ""
6520
Theodore Ts'o48203a32016-06-08 15:45:26 -04006521#: misc/tune2fs.c:2930
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006522#, c-format
6523msgid "reserved blocks count is too big (%llu)"
6524msgstr ""
6525
Theodore Ts'o48203a32016-06-08 15:45:26 -04006526#: misc/tune2fs.c:2937
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006527#, c-format
6528msgid "Setting reserved blocks count to %llu\n"
6529msgstr ""
6530
Theodore Ts'o48203a32016-06-08 15:45:26 -04006531#: misc/tune2fs.c:2942
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006532msgid ""
6533"\n"
6534"The filesystem already has sparse superblocks.\n"
6535msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006536"\n"
6537"Filsystemet har allerede tynde superblokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006538
Theodore Ts'o48203a32016-06-08 15:45:26 -04006539#: misc/tune2fs.c:2945
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006540msgid ""
6541"\n"
6542"Setting the sparse superblock flag not supported\n"
6543"for filesystems with the meta_bg feature enabled.\n"
6544msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006545"\n"
6546"Angivelse af det tynde superblokflag er ikke understøttet\n"
6547"for filsystemer med funktionen meta_bg aktiveret.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006548
Theodore Ts'o48203a32016-06-08 15:45:26 -04006549#: misc/tune2fs.c:2955
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006550#, c-format
6551msgid ""
6552"\n"
6553"Sparse superblock flag set. %s"
6554msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006555"\n"
6556"Tyndt superblokflag angivet. %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006557
Theodore Ts'o48203a32016-06-08 15:45:26 -04006558#: misc/tune2fs.c:2960
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006559msgid ""
6560"\n"
6561"Clearing the sparse superblock flag not supported.\n"
6562msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04006563"\n"
6564"Rydning af det tynde superblokflag er ikke understøttet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006565
Theodore Ts'o48203a32016-06-08 15:45:26 -04006566#: misc/tune2fs.c:2968
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006567#, c-format
6568msgid "Setting time filesystem last checked to %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006569msgstr "Angiver tidspunkt for filsystemets sidste kontrol til %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006570
Theodore Ts'o48203a32016-06-08 15:45:26 -04006571#: misc/tune2fs.c:2974
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006572#, c-format
6573msgid "Setting reserved blocks uid to %lu\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006574msgstr "Angiver reserveret blokke-uid til %lu\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006575
Theodore Ts'o48203a32016-06-08 15:45:26 -04006576#: misc/tune2fs.c:3006
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006577msgid "Error in using clear_mmp. It must be used with -f\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006578msgstr "fejl i brugen af clear_mmp. Den skal bruges med -f\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006579
Theodore Ts'o48203a32016-06-08 15:45:26 -04006580#: misc/tune2fs.c:3024
Theodore Ts'o4e528702016-09-04 21:31:21 -04006581msgid ""
6582"The quota feature may only be changed when the filesystem is unmounted.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006583msgstr "Kvotafunktionen kan kun ændres når filsystemer er afmonteret.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006584
Theodore Ts'o48203a32016-06-08 15:45:26 -04006585#: misc/tune2fs.c:3048
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006586msgid "The UUID may only be changed when the filesystem is unmounted.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006587msgstr "UUID'en kan kun ændres når filsystemet er afmonteret.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006588
Theodore Ts'o48203a32016-06-08 15:45:26 -04006589#: misc/tune2fs.c:3051
Theodore Ts'o4e528702016-09-04 21:31:21 -04006590msgid ""
6591"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6592"and re-run this command.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006593msgstr ""
6594
Theodore Ts'o48203a32016-06-08 15:45:26 -04006595#: misc/tune2fs.c:3060
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006596msgid "Setting UUID on a checksummed filesystem could take some time."
6597msgstr ""
6598
Theodore Ts'o48203a32016-06-08 15:45:26 -04006599#: misc/tune2fs.c:3085
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006600msgid "Invalid UUID format\n"
6601msgstr "Ugyldigt UUID-format\n"
6602
Theodore Ts'o48203a32016-06-08 15:45:26 -04006603#: misc/tune2fs.c:3101
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006604msgid "Need to update journal superblock.\n"
6605msgstr "Skal opdatere journalsuperblok.\n"
6606
Theodore Ts'o48203a32016-06-08 15:45:26 -04006607#: misc/tune2fs.c:3126
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006608msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6609msgstr ""
6610
Theodore Ts'o48203a32016-06-08 15:45:26 -04006611#: misc/tune2fs.c:3133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006612msgid ""
6613"Changing the inode size not supported for filesystems with the flex_bg\n"
6614"feature enabled.\n"
6615msgstr ""
6616
Theodore Ts'o48203a32016-06-08 15:45:26 -04006617#: misc/tune2fs.c:3151
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006618#, c-format
6619msgid "Setting inode size %lu\n"
6620msgstr ""
6621
Theodore Ts'o48203a32016-06-08 15:45:26 -04006622#: misc/tune2fs.c:3155
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006623msgid "Failed to change inode size\n"
6624msgstr "Kunne ikke ændre iknudestørrelse\n"
6625
Theodore Ts'o48203a32016-06-08 15:45:26 -04006626#: misc/tune2fs.c:3169
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006627#, c-format
6628msgid "Setting stride size to %d\n"
6629msgstr ""
6630
Theodore Ts'o48203a32016-06-08 15:45:26 -04006631#: misc/tune2fs.c:3174
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006632#, c-format
6633msgid "Setting stripe width to %d\n"
6634msgstr ""
6635
Theodore Ts'o48203a32016-06-08 15:45:26 -04006636#: misc/tune2fs.c:3181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006637#, c-format
6638msgid "Setting extended default mount options to '%s'\n"
6639msgstr ""
6640
Theodore Ts'o48203a32016-06-08 15:45:26 -04006641#: misc/tune2fs.c:3192
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006642#, c-format
6643msgid ""
6644"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6645"\n"
6646"\te2fsck -E journal_only %s\n"
6647"\n"
6648"then rerun this command. Otherwise, any changes made may be overwritten\n"
6649"by journal recovery.\n"
6650msgstr ""
6651
Theodore Ts'o48203a32016-06-08 15:45:26 -04006652#: misc/tune2fs.c:3203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006653#, fuzzy, c-format
6654msgid "Recovering journal.\n"
6655msgstr "%s: genskaber journal\n"
6656
6657#: misc/util.c:100
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006658msgid "<proceeding>\n"
6659msgstr ""
6660
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006661#: misc/util.c:104
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006662#, c-format
6663msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6664msgstr ""
6665
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006666#: misc/util.c:108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006667msgid "Proceed anyway? (y,n) "
6668msgstr "Fortsæt alligevel? (j,n) "
6669
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006670#: misc/util.c:133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006671msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6672msgstr ""
6673
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006674#: misc/util.c:138
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006675#, c-format
6676msgid "will not make a %s here!\n"
6677msgstr ""
6678
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006679#: misc/util.c:145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006680msgid "mke2fs forced anyway.\n"
6681msgstr ""
6682
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006683#: misc/util.c:161
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006684msgid "Couldn't allocate memory to parse journal options!\n"
6685msgstr ""
6686
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006687#: misc/util.c:186
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006688#, c-format
6689msgid ""
6690"\n"
6691"Could not find journal device matching %s\n"
6692msgstr ""
6693
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006694#: misc/util.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006695msgid ""
6696"\n"
6697"Bad journal options specified.\n"
6698"\n"
6699"Journal options are separated by commas, and may take an argument which\n"
6700"\tis set off by an equals ('=') sign.\n"
6701"\n"
6702"Valid journal options are:\n"
6703"\tsize=<journal size in megabytes>\n"
6704"\tdevice=<journal device>\n"
6705"\tlocation=<journal location>\n"
6706"\n"
6707"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6708"\n"
6709msgstr ""
6710
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006711#: misc/util.c:244
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006712msgid ""
6713"\n"
6714"Filesystem too small for a journal\n"
6715msgstr ""
6716
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006717#: misc/util.c:251
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006718#, c-format
6719msgid ""
6720"\n"
6721"The requested journal size is %d blocks; it must be\n"
6722"between 1024 and 10240000 blocks. Aborting.\n"
6723msgstr ""
6724
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006725#: misc/util.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006726msgid ""
6727"\n"
6728"Journal size too big for filesystem.\n"
6729msgstr ""
6730"\n"
6731"Journalstørrelse er for stor for filsystemet.\n"
6732
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006733#: misc/util.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006734#, c-format
6735msgid ""
6736"This filesystem will be automatically checked every %d mounts or\n"
6737"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6738msgstr ""
6739"Dette filsystem vil automatisk blive kontrolleret efter hver %d montering\n"
6740"eller efter %g dage. Brug tune2fs -c eller -i for at annullere.\n"
6741
6742#: misc/uuidd.c:49
6743#, c-format
6744msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6745msgstr "Brug: %s [-d] [-p pid-fil] [-s sokkelsti] [-T tidsudløb]\n"
6746
6747#: misc/uuidd.c:51
6748#, c-format
6749msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6750msgstr " %s [-r|t] [-n num] [-s sokkelsti]\n"
6751
6752#: misc/uuidd.c:53
6753#, c-format
6754msgid " %s -k\n"
6755msgstr " %s -k\n"
6756
6757#: misc/uuidd.c:155
6758msgid "bad arguments"
6759msgstr "ugyldige parametre"
6760
6761#: misc/uuidd.c:173
6762msgid "connect"
6763msgstr "forbind"
6764
6765#: misc/uuidd.c:192
6766msgid "write"
6767msgstr "skriv"
6768
6769#: misc/uuidd.c:200
6770msgid "read count"
6771msgstr ""
6772
6773#: misc/uuidd.c:206
6774msgid "bad response length"
6775msgstr "ugyldig svarlængde"
6776
6777#: misc/uuidd.c:271
6778#, c-format
6779msgid "uuidd daemon already running at pid %s\n"
6780msgstr "uuidd-dæmon kører allerede på pid %s\n"
6781
6782#: misc/uuidd.c:279
6783#, c-format
6784msgid "Couldn't create unix stream socket: %s"
6785msgstr "Kunne ikke oprette unix-strømsokkel: %s"
6786
6787#: misc/uuidd.c:308
6788#, c-format
6789msgid "Couldn't bind unix socket %s: %s\n"
6790msgstr "Kunne ikke binde unix-sokkel %s: %s\n"
6791
6792#: misc/uuidd.c:316
6793#, c-format
6794msgid "Couldn't listen on unix socket %s: %s\n"
6795msgstr "Kunne ikke lytte på unix-sokkel %s: %s\n"
6796
6797#: misc/uuidd.c:354
6798#, c-format
6799msgid "Error reading from client, len = %d\n"
6800msgstr "Fejl ved læsning fra klient, len = %d\n"
6801
6802#: misc/uuidd.c:362
6803#, c-format
6804msgid "operation %d, incoming num = %d\n"
6805msgstr "operation %d, indgående num = %d\n"
6806
6807#: misc/uuidd.c:381
6808#, c-format
6809msgid "Generated time UUID: %s\n"
6810msgstr "Oprettet tids-UUID: %s\n"
6811
6812#: misc/uuidd.c:391
6813#, c-format
6814msgid "Generated random UUID: %s\n"
6815msgstr "Oprettet vilkårlig UUID: %s\n"
6816
6817#: misc/uuidd.c:400
6818#, c-format
6819msgid "Generated time UUID %s and subsequent UUID\n"
6820msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6821msgstr[0] "Oprettet tids UUID %s og efterfølgende UUID\n"
6822msgstr[1] "Oprettet tids UUID %s og %d efterfølgende UUID'er\n"
6823
6824#: misc/uuidd.c:421
6825#, c-format
6826msgid "Generated %d UUID's:\n"
6827msgstr "Oprettet %d UUID'er:\n"
6828
6829#: misc/uuidd.c:433
6830#, c-format
6831msgid "Invalid operation %d\n"
6832msgstr "Ugyldig operation %d\n"
6833
6834#: misc/uuidd.c:477 misc/uuidd.c:499
6835#, c-format
6836msgid "Bad number: %s\n"
6837msgstr "Ugyldigt tal: %s\n"
6838
6839#: misc/uuidd.c:534 misc/uuidd.c:563
6840#, c-format
6841msgid "Error calling uuidd daemon (%s): %s\n"
6842msgstr "Der opstod en fejl ved kald til uuidd-dæmon (%s): %s\n"
6843
6844#: misc/uuidd.c:544
6845#, c-format
6846msgid "%s and subsequent UUID\n"
6847msgid_plural "%s and subsequent %d UUIDs\n"
6848msgstr[0] "%s og efterfølgende UUID\n"
6849msgstr[1] "%s og efterfølgende %d UUID'er\n"
6850
6851#: misc/uuidd.c:548
6852msgid "List of UUID's:\n"
6853msgstr "Liste over UUID'er:\n"
6854
6855#: misc/uuidd.c:569
6856#, c-format
6857msgid "Unexpected reply length from server %d\n"
6858msgstr "Uventet svarlængde fra server %d\n"
6859
6860#: misc/uuidd.c:586
6861#, c-format
6862msgid "Couldn't kill uuidd running at pid %d: %s\n"
6863msgstr "Kunne ikke dræbe uuidd der kører på pid %d: %s\n"
6864
6865#: misc/uuidd.c:592
6866#, c-format
6867msgid "Killed uuidd running at pid %d\n"
6868msgstr "Dræbte uuidd der kører på pid %d\n"
6869
6870#: misc/uuidgen.c:32
6871#, c-format
6872msgid "Usage: %s [-r] [-t]\n"
6873msgstr "Brug: %s [-r] [-t]\n"
6874
6875#: resize/extent.c:202
6876msgid "# Extent dump:\n"
6877msgstr ""
6878
6879#: resize/extent.c:203
6880#, c-format
6881msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6882msgstr ""
6883
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006884#: resize/main.c:49
6885#, fuzzy, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006886msgid ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006887"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6888"[-z undo_file]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006889"\n"
6890msgstr ""
Theodore Ts'o4e528702016-09-04 21:31:21 -04006891"Brug: %s [-d fejlsøgningsflag] [-f] [-F] [-M] [-P] [-p] enhed "
6892"[ny_størrelse]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006893"\n"
6894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006895#: resize/main.c:72
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006896msgid "Extending the inode table"
6897msgstr "Udvider iknude-tabellen"
6898
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006899#: resize/main.c:75
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006900msgid "Relocating blocks"
6901msgstr "Omallokerer blokke"
6902
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006903#: resize/main.c:78
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006904msgid "Scanning inode table"
6905msgstr "Skanner iknude-tabel"
6906
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006907#: resize/main.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006908msgid "Updating inode references"
6909msgstr "Opdaterer iknude-referencer"
6910
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006911#: resize/main.c:84
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006912msgid "Moving inode table"
6913msgstr "Flytter iknude-tabel"
6914
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006915#: resize/main.c:87
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006916msgid "Unknown pass?!?"
6917msgstr "Ukendt gennemløb?!?"
6918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006919#: resize/main.c:90
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006920#, c-format
6921msgid "Begin pass %d (max = %lu)\n"
6922msgstr "Begynd gennemløb %d (maks. = %lu)\n"
6923
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006924#: resize/main.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006925msgid ""
6926"\n"
6927"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6928"your own risk! Use the force option if you want to go ahead anyway.\n"
6929"\n"
6930msgstr ""
6931
Theodore Ts'o48203a32016-06-08 15:45:26 -04006932#: resize/main.c:365
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006933#, c-format
6934msgid "while opening %s"
6935msgstr "under åbning af %s"
6936
Theodore Ts'o48203a32016-06-08 15:45:26 -04006937#: resize/main.c:373
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006938#, c-format
6939msgid "while getting stat information for %s"
6940msgstr "under indhentelse af stat-information for %s"
6941
Theodore Ts'o48203a32016-06-08 15:45:26 -04006942#: resize/main.c:445
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006943#, c-format
6944msgid ""
6945"Please run 'e2fsck -f %s' first.\n"
6946"\n"
6947msgstr ""
6948"kør venligst »e2fsck -f %s« først.\n"
6949"\n"
6950
Theodore Ts'o48203a32016-06-08 15:45:26 -04006951#: resize/main.c:464
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006952#, c-format
6953msgid "Estimated minimum size of the filesystem: %llu\n"
6954msgstr "Estimeret minimumsstørrelse for filsystemet: %llu\n"
6955
Theodore Ts'o48203a32016-06-08 15:45:26 -04006956#: resize/main.c:501
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006957#, c-format
6958msgid "Invalid new size: %s\n"
6959msgstr "Ugyldig ny størrelse: %s\n"
6960
Theodore Ts'o48203a32016-06-08 15:45:26 -04006961#: resize/main.c:520
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006962msgid "New size too large to be expressed in 32 bits\n"
6963msgstr "Ny størrelse for stor til at blive udtryk ti 32-bit\n"
6964
Theodore Ts'o48203a32016-06-08 15:45:26 -04006965#: resize/main.c:528
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006966#, c-format
6967msgid "New size smaller than minimum (%llu)\n"
6968msgstr "Ny størrelse er mindre end minimum (%llu)\n"
6969
Theodore Ts'o48203a32016-06-08 15:45:26 -04006970#: resize/main.c:534
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006971msgid "Invalid stride length"
6972msgstr ""
6973
Theodore Ts'o48203a32016-06-08 15:45:26 -04006974#: resize/main.c:558
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006975#, c-format
6976msgid ""
6977"The containing partition (or device) is only %llu (%dk) blocks.\n"
6978"You requested a new size of %llu blocks.\n"
6979"\n"
6980msgstr ""
6981
Theodore Ts'o48203a32016-06-08 15:45:26 -04006982#: resize/main.c:565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006983#, c-format
6984msgid "Cannot set and unset 64bit feature.\n"
6985msgstr ""
6986
Theodore Ts'o48203a32016-06-08 15:45:26 -04006987#: resize/main.c:569
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006988#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04006989msgid ""
6990"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6991"blocks.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006992msgstr ""
6993
Theodore Ts'o48203a32016-06-08 15:45:26 -04006994#: resize/main.c:575
Joe Hansen1e000f82016-08-31 23:14:17 -04006995#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006996msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04006997msgstr "Kvotafunktionen kan kun ændres når filsystemer er afmonteret.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006998
Theodore Ts'o48203a32016-06-08 15:45:26 -04006999#: resize/main.c:581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007000#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007001msgid ""
7002"Please enable the extents feature with tune2fs before enabling the 64bit "
7003"feature.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007004msgstr ""
7005
Theodore Ts'o48203a32016-06-08 15:45:26 -04007006#: resize/main.c:587
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007007#, c-format
7008msgid ""
7009"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
7010"\n"
7011msgstr "Filsystemet er allerede %llu (%dk( blokke langt. Intet at gøre!\n"
7012
Theodore Ts'o48203a32016-06-08 15:45:26 -04007013#: resize/main.c:594
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007014#, fuzzy, c-format
7015msgid "The filesystem is already 64-bit.\n"
7016msgstr "Filsystemet har allerede en journal.\n"
7017
Theodore Ts'o48203a32016-06-08 15:45:26 -04007018#: resize/main.c:599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007019#, fuzzy, c-format
7020msgid "The filesystem is already 32-bit.\n"
7021msgstr "Filsystemet har allerede en journal.\n"
7022
Theodore Ts'o48203a32016-06-08 15:45:26 -04007023#: resize/main.c:608
Joe Hansen1e000f82016-08-31 23:14:17 -04007024#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007025msgid "Converting the filesystem to 64-bit.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007026msgstr "Angiver tidspunkt for filsystemets sidste kontrol til %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007027
Theodore Ts'o48203a32016-06-08 15:45:26 -04007028#: resize/main.c:610
Joe Hansen1e000f82016-08-31 23:14:17 -04007029#, fuzzy, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007030msgid "Converting the filesystem to 32-bit.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007031msgstr "Angiver tidspunkt for filsystemets sidste kontrol til %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007032
Theodore Ts'o48203a32016-06-08 15:45:26 -04007033#: resize/main.c:612
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007034#, c-format
7035msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
7036msgstr ""
7037
Theodore Ts'o48203a32016-06-08 15:45:26 -04007038#: resize/main.c:621
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007039#, c-format
7040msgid "while trying to resize %s"
7041msgstr ""
7042
Theodore Ts'o48203a32016-06-08 15:45:26 -04007043#: resize/main.c:624
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007044#, c-format
7045msgid ""
7046"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7047"after the aborted resize operation.\n"
7048msgstr ""
7049
Theodore Ts'o48203a32016-06-08 15:45:26 -04007050#: resize/main.c:630
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007051#, c-format
7052msgid ""
7053"The filesystem on %s is now %llu (%dk) blocks long.\n"
7054"\n"
7055msgstr "Filsystemet på %s er nu %llu (%dk) blokke langt.\n"
7056
Theodore Ts'o48203a32016-06-08 15:45:26 -04007057#: resize/main.c:645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007058#, c-format
7059msgid "while trying to truncate %s"
7060msgstr ""
7061
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007062#: resize/online.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007063msgid "kernel does not support online resize with sparse_super2"
Joe Hansen1e000f82016-08-31 23:14:17 -04007064msgstr "kerne understøtter ikke ny størrelse når aktiv med sparse_super2"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007066#: resize/online.c:86
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007067#, c-format
7068msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007069msgstr ""
7070"Filsystemet på %s er monteret på %s; aktiv (tændt) ændring af størrelse er "
7071"krævet\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007072
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007073#: resize/online.c:90
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007074msgid "On-line shrinking not supported"
Joe Hansen1e000f82016-08-31 23:14:17 -04007075msgstr "Aktiv (tændt) formindskelse er ikke understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007076
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007077#: resize/online.c:114
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007078msgid "Filesystem does not support online resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007079msgstr "Filsystemet understøtter ikke aktiv (når tændt) ændring af størrelsen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007081#: resize/online.c:122
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007082msgid "Not enough reserved gdt blocks for resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007083msgstr "Ikke nok reserverede gdt-blokke for ændring af størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007084
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007085#: resize/online.c:129
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007086msgid "Kernel does not support resizing a file system this large"
Joe Hansen1e000f82016-08-31 23:14:17 -04007087msgstr "Kerne understøtter ikke ændring af så stor størrelse for filsystemet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007088
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007089#: resize/online.c:137
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007090#, c-format
7091msgid "while trying to open mountpoint %s"
7092msgstr "under forsøg på at åbne monteringspunkt %s"
7093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007094#: resize/online.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007095#, c-format
7096msgid "Old resize interface requested.\n"
7097msgstr "Der blev anmodt om gammel grænseflade til ændring af størrelse.\n"
7098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007099#: resize/online.c:161 resize/online.c:178
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007100msgid "Permission denied to resize filesystem"
7101msgstr "Tilladelse til at ændre filsystemets størrelse nægtet"
7102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007103#: resize/online.c:164 resize/online.c:184
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007104msgid "While checking for on-line resizing support"
Joe Hansen1e000f82016-08-31 23:14:17 -04007105msgstr "Under kontrol for aktiv (tændt) understøttelse af størrelsesændring"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007107#: resize/online.c:181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007108msgid "Kernel does not support online resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007109msgstr "Kerne understøtter ikke aktiv (tændt) ændring af størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007111#: resize/online.c:220
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007112#, c-format
7113msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007114msgstr ""
7115"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 -04007116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007117#: resize/online.c:230
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007118msgid "While trying to extend the last group"
Joe Hansen1e000f82016-08-31 23:14:17 -04007119msgstr "Under forsøg på at udvide den sidste gruppe"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007121#: resize/online.c:284
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007122#, c-format
7123msgid "While trying to add group #%d"
7124msgstr "Under forsøg på at tilføje gruppe #%d"
7125
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007126#: resize/online.c:295
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007127#, c-format
Theodore Ts'o4e528702016-09-04 21:31:21 -04007128msgid ""
7129"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7130"this system.\n"
7131msgstr ""
7132"Filsystemet på %s er monteret på %s, og aktiv (tændt) størrelsesændring er "
7133"ikke understøttet på dette system.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007134
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007135#: resize/resize2fs.c:759
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007136#, c-format
7137msgid "inodes (%llu) must be less than %u"
7138msgstr "iknuder (%llu) skal være mindre end %u"
7139
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007140#: resize/resize2fs.c:1037
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007141msgid "reserved blocks"
7142msgstr "reserverede blokke"
7143
Theodore Ts'o48203a32016-06-08 15:45:26 -04007144#: resize/resize2fs.c:1281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007145msgid "meta-data blocks"
7146msgstr "metadatablokke"
7147
Theodore Ts'o48203a32016-06-08 15:45:26 -04007148#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007149msgid "new meta blocks"
7150msgstr "nye metablokke"
7151
Theodore Ts'o48203a32016-06-08 15:45:26 -04007152#: resize/resize2fs.c:2540
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007153msgid "Should never happen! No sb in last super_sparse bg?\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007154msgstr "Bør aldrig ske! Ingen sb i sidste super_sparse bg?\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007155
Theodore Ts'o48203a32016-06-08 15:45:26 -04007156#: resize/resize2fs.c:2545
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007157msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007158msgstr "Bør aldrig ske! Uventet old_desc i super_sparse bg?\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007159
Theodore Ts'o48203a32016-06-08 15:45:26 -04007160#: resize/resize2fs.c:2618
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007161msgid "Should never happen: resize inode corrupt!\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007162msgstr "Bør aldrig ske: ændring af størrelse for iknude er ødelagt!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007163
7164#: lib/ext2fs/ext2_err.c:11
Joe Hansen1e000f82016-08-31 23:14:17 -04007165#, fuzzy
Theodore Ts'o4e528702016-09-04 21:31:21 -04007166msgid "EXT2FS Library version 1.43.2"
Joe Hansen1e000f82016-08-31 23:14:17 -04007167msgstr "EXT2FS-biblioteksversion 1.42.12"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007168
7169#: lib/ext2fs/ext2_err.c:12
7170msgid "Wrong magic number for ext2_filsys structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007171msgstr "Forkert magisk nummer for ext2_filsys-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007172
7173#: lib/ext2fs/ext2_err.c:13
7174msgid "Wrong magic number for badblocks_list structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007175msgstr "Forkert magisk nummer for badblocks_list-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007176
7177#: lib/ext2fs/ext2_err.c:14
7178msgid "Wrong magic number for badblocks_iterate structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007179msgstr "Forkert magisk nummer for badblocks_iterate-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007180
7181#: lib/ext2fs/ext2_err.c:15
7182msgid "Wrong magic number for inode_scan structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007183msgstr "Forkert magisk nummer inode_scan-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007184
7185#: lib/ext2fs/ext2_err.c:16
7186msgid "Wrong magic number for io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007187msgstr "Forkert magisk nummer for io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007188
7189#: lib/ext2fs/ext2_err.c:17
7190msgid "Wrong magic number for unix io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007191msgstr "Forkert magisk nummer for unix io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007192
7193#: lib/ext2fs/ext2_err.c:18
7194msgid "Wrong magic number for io_manager structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007195msgstr "Forkert magisk nummer for io_manager-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007196
7197#: lib/ext2fs/ext2_err.c:19
7198msgid "Wrong magic number for block_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007199msgstr "Forkert magisk nummer for block_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007200
7201#: lib/ext2fs/ext2_err.c:20
7202msgid "Wrong magic number for inode_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007203msgstr "Forkert magisk nummer for inode_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007204
7205#: lib/ext2fs/ext2_err.c:21
7206msgid "Wrong magic number for generic_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007207msgstr "Forkert magisk nummer for generic_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007208
7209#: lib/ext2fs/ext2_err.c:22
7210msgid "Wrong magic number for test io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007211msgstr "Forkert magisk nummer for test io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007212
7213#: lib/ext2fs/ext2_err.c:23
7214msgid "Wrong magic number for directory block list structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007215msgstr "Forkert magisk nummer for mappebloklistestruktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007216
7217#: lib/ext2fs/ext2_err.c:24
7218msgid "Wrong magic number for icount structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007219msgstr "Forkert magisk nummer for icount-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007220
7221#: lib/ext2fs/ext2_err.c:25
7222msgid "Wrong magic number for Powerquest io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007223msgstr "Forkert magisk nummer for Powerquest io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007224
7225#: lib/ext2fs/ext2_err.c:26
7226msgid "Wrong magic number for ext2 file structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007227msgstr "Forkert magisk nummer for ext2-filstruktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007228
7229#: lib/ext2fs/ext2_err.c:27
7230msgid "Wrong magic number for Ext2 Image Header"
Joe Hansen1e000f82016-08-31 23:14:17 -04007231msgstr "Forkert magisk nummer for Ext2-aftryksteksthoved"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007232
7233#: lib/ext2fs/ext2_err.c:28
7234msgid "Wrong magic number for inode io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007235msgstr "Forkert magisk nummer for inode io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007236
7237#: lib/ext2fs/ext2_err.c:29
7238msgid "Wrong magic number for ext4 extent handle"
Joe Hansen1e000f82016-08-31 23:14:17 -04007239msgstr "Forkert magisk nummer for ext4 extent-håndtag"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007240
7241#: lib/ext2fs/ext2_err.c:30
7242msgid "Bad magic number in super-block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007243msgstr "Ugyldig magisk nummer i superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007244
7245#: lib/ext2fs/ext2_err.c:31
7246msgid "Filesystem revision too high"
Joe Hansen1e000f82016-08-31 23:14:17 -04007247msgstr "Filsystemets revision er for høj"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007248
7249#: lib/ext2fs/ext2_err.c:32
7250msgid "Attempt to write to filesystem opened read-only"
Joe Hansen1e000f82016-08-31 23:14:17 -04007251msgstr "Forsøg på at skrive til filsystem åbnet i skrivebeskyttet tilstand"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007252
7253#: lib/ext2fs/ext2_err.c:33
7254msgid "Can't read group descriptors"
7255msgstr "Kan ikke læse gruppebeskrivere"
7256
7257#: lib/ext2fs/ext2_err.c:34
7258msgid "Can't write group descriptors"
7259msgstr "Kan ikke skrive gruppebeskrivere"
7260
7261#: lib/ext2fs/ext2_err.c:35
7262msgid "Corrupt group descriptor: bad block for block bitmap"
7263msgstr "Ødelagt gruppebeskriver: ugyldig blok for blokbitmap"
7264
7265#: lib/ext2fs/ext2_err.c:36
7266msgid "Corrupt group descriptor: bad block for inode bitmap"
7267msgstr "Ødelagt gruppebeskriver: ugyldig blok for iknude-bitmap"
7268
7269#: lib/ext2fs/ext2_err.c:37
7270msgid "Corrupt group descriptor: bad block for inode table"
7271msgstr "Ødelagt gruppe-beskriver: ugyldig blok for iknude-tabel"
7272
7273#: lib/ext2fs/ext2_err.c:38
7274msgid "Can't write an inode bitmap"
7275msgstr "Kan ikke skrive en iknude-bitmap"
7276
7277#: lib/ext2fs/ext2_err.c:39
7278msgid "Can't read an inode bitmap"
7279msgstr "Kan ikke læse en iknude-bitmap"
7280
7281#: lib/ext2fs/ext2_err.c:40
7282msgid "Can't write a block bitmap"
7283msgstr "Kan ikke skrive en blokbitmap"
7284
7285#: lib/ext2fs/ext2_err.c:41
7286msgid "Can't read a block bitmap"
7287msgstr "Kan ikke læse en blokbitmap"
7288
7289#: lib/ext2fs/ext2_err.c:42
7290msgid "Can't write an inode table"
7291msgstr "Kan ikke skrive en iknude-tabel"
7292
7293#: lib/ext2fs/ext2_err.c:43
7294msgid "Can't read an inode table"
7295msgstr "Kan ikke læse en iknude-tabel"
7296
7297#: lib/ext2fs/ext2_err.c:44
7298msgid "Can't read next inode"
7299msgstr "Kan ikke læse næste iknude"
7300
7301#: lib/ext2fs/ext2_err.c:45
7302msgid "Filesystem has unexpected block size"
7303msgstr "Filsystem har uventet blokstørrelse"
7304
7305#: lib/ext2fs/ext2_err.c:46
7306msgid "EXT2 directory corrupted"
7307msgstr "EXT2-mappe ødelagt"
7308
7309#: lib/ext2fs/ext2_err.c:47
7310msgid "Attempt to read block from filesystem resulted in short read"
7311msgstr "Forsøg på at læse blok fra filsystem resulterede i kort læsning"
7312
7313#: lib/ext2fs/ext2_err.c:48
7314msgid "Attempt to write block to filesystem resulted in short write"
7315msgstr "Forsøg på at skrive blok til filsystem resulterede i kort skrivning"
7316
7317#: lib/ext2fs/ext2_err.c:49
7318msgid "No free space in the directory"
7319msgstr "Ingen ledig plads i mappen"
7320
7321#: lib/ext2fs/ext2_err.c:50
7322msgid "Inode bitmap not loaded"
7323msgstr "Iknude-bitmap er ikke indlæst"
7324
7325#: lib/ext2fs/ext2_err.c:51
7326msgid "Block bitmap not loaded"
7327msgstr "Blok-bitmap er ikke indlæst"
7328
7329#: lib/ext2fs/ext2_err.c:52
7330msgid "Illegal inode number"
7331msgstr "Ugyldigt iknude-antal"
7332
7333#: lib/ext2fs/ext2_err.c:53
7334msgid "Illegal block number"
7335msgstr "Ugyldigt blokantal"
7336
7337#: lib/ext2fs/ext2_err.c:54
7338msgid "Internal error in ext2fs_expand_dir"
7339msgstr "Intern fejl i ext2fs_expand_dir"
7340
7341#: lib/ext2fs/ext2_err.c:55
7342msgid "Not enough space to build proposed filesystem"
7343msgstr "Ikke nok plads til at bygge foreslået filsystem"
7344
7345#: lib/ext2fs/ext2_err.c:56
7346msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7347msgstr "Ugyldigt blokantal videresendt til ext2fs_mark_block_bitmap"
7348
7349#: lib/ext2fs/ext2_err.c:57
7350msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007351msgstr "Ugyldigt blokantal videresendt til ext2fs_unmark_block_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007352
7353#: lib/ext2fs/ext2_err.c:58
7354msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007355msgstr "Ugyldigt blokantal videresendt til ext2fs_test_block_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007356
7357#: lib/ext2fs/ext2_err.c:59
7358msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007359msgstr "Ugyldigt iknudeantal videresendt til ext2fs_mark_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007360
7361#: lib/ext2fs/ext2_err.c:60
7362msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007363msgstr "Ugyldigt iknudeantal videresendt til ext2fs_unmark_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007364
7365#: lib/ext2fs/ext2_err.c:61
7366msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007367msgstr "Ugyldigt iknudeantal videresendt til ext2fs_test_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007368
7369#: lib/ext2fs/ext2_err.c:62
7370msgid "Attempt to fudge end of block bitmap past the real end"
7371msgstr ""
7372
7373#: lib/ext2fs/ext2_err.c:63
7374msgid "Attempt to fudge end of inode bitmap past the real end"
7375msgstr ""
7376
7377#: lib/ext2fs/ext2_err.c:64
7378msgid "Illegal indirect block found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007379msgstr "Ugyldig indirekte blok fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007380
7381#: lib/ext2fs/ext2_err.c:65
7382msgid "Illegal doubly indirect block found"
7383msgstr ""
7384
7385#: lib/ext2fs/ext2_err.c:66
7386msgid "Illegal triply indirect block found"
7387msgstr ""
7388
7389#: lib/ext2fs/ext2_err.c:67
7390msgid "Block bitmaps are not the same"
7391msgstr ""
7392
7393#: lib/ext2fs/ext2_err.c:68
7394msgid "Inode bitmaps are not the same"
7395msgstr ""
7396
7397#: lib/ext2fs/ext2_err.c:69
7398msgid "Illegal or malformed device name"
Joe Hansen1e000f82016-08-31 23:14:17 -04007399msgstr "Ugyldigt eller forkert udformet enhedsnavn"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007400
7401#: lib/ext2fs/ext2_err.c:70
7402msgid "A block group is missing an inode table"
Joe Hansen1e000f82016-08-31 23:14:17 -04007403msgstr "En blokgruppe mangler en iknudetabel"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007404
7405#: lib/ext2fs/ext2_err.c:71
7406msgid "The ext2 superblock is corrupt"
7407msgstr ""
7408
7409#: lib/ext2fs/ext2_err.c:72
7410msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7411msgstr ""
7412
7413#: lib/ext2fs/ext2_err.c:73
7414msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7415msgstr ""
7416
7417#: lib/ext2fs/ext2_err.c:74
7418msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7419msgstr ""
7420
7421#: lib/ext2fs/ext2_err.c:75
7422msgid "Too many symbolic links encountered."
7423msgstr ""
7424
7425#: lib/ext2fs/ext2_err.c:76
7426msgid "The callback function will not handle this case"
Joe Hansen1e000f82016-08-31 23:14:17 -04007427msgstr "Tilbagekaldsfunktionen vil ikke håndtere dette tilfælde"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007428
7429#: lib/ext2fs/ext2_err.c:77
7430msgid "The inode is from a bad block in the inode table"
Joe Hansen1e000f82016-08-31 23:14:17 -04007431msgstr "Iknuden er fra en ugyldig blok i iknudetabellen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007432
7433#: lib/ext2fs/ext2_err.c:78
7434msgid "Filesystem has unsupported feature(s)"
Joe Hansen1e000f82016-08-31 23:14:17 -04007435msgstr "Filsystemet har funktioner der ikke er understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007436
7437#: lib/ext2fs/ext2_err.c:79
7438msgid "Filesystem has unsupported read-only feature(s)"
Joe Hansen1e000f82016-08-31 23:14:17 -04007439msgstr "Filsystemet har skrivebeskyttede funktioner der ikke er understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007440
7441#: lib/ext2fs/ext2_err.c:80
7442msgid "IO Channel failed to seek on read or write"
7443msgstr ""
7444
7445#: lib/ext2fs/ext2_err.c:81
7446msgid "Memory allocation failed"
7447msgstr ""
7448
7449#: lib/ext2fs/ext2_err.c:82
7450msgid "Invalid argument passed to ext2 library"
7451msgstr ""
7452
7453#: lib/ext2fs/ext2_err.c:83
7454msgid "Could not allocate block in ext2 filesystem"
7455msgstr ""
7456
7457#: lib/ext2fs/ext2_err.c:84
7458msgid "Could not allocate inode in ext2 filesystem"
7459msgstr ""
7460
7461#: lib/ext2fs/ext2_err.c:85
7462msgid "Ext2 inode is not a directory"
7463msgstr "Ext2-iknude er ikke en mappe"
7464
7465#: lib/ext2fs/ext2_err.c:86
7466msgid "Too many references in table"
7467msgstr "For mange referencer i tabel"
7468
7469#: lib/ext2fs/ext2_err.c:87
7470msgid "File not found by ext2_lookup"
7471msgstr "Fil ikke fundet af ext2_loopup"
7472
7473#: lib/ext2fs/ext2_err.c:88
7474msgid "File open read-only"
7475msgstr "Fil åbn er skrivebeskyttet"
7476
7477#: lib/ext2fs/ext2_err.c:89
7478msgid "Ext2 directory block not found"
7479msgstr "Ext2-mappeblok blev ikke fundet"
7480
7481#: lib/ext2fs/ext2_err.c:90
7482msgid "Ext2 directory already exists"
7483msgstr "Ext2-mappe findes allerede"
7484
7485#: lib/ext2fs/ext2_err.c:91
7486msgid "Unimplemented ext2 library function"
7487msgstr "Ext2-biblioteksfunktion er ikke implementeret"
7488
7489#: lib/ext2fs/ext2_err.c:92
7490msgid "User cancel requested"
7491msgstr "Der blev anmodt om brugerafbrydelse"
7492
7493#: lib/ext2fs/ext2_err.c:93
7494msgid "Ext2 file too big"
7495msgstr "Ext2-fil er for stor"
7496
7497#: lib/ext2fs/ext2_err.c:94
7498msgid "Supplied journal device not a block device"
7499msgstr "Indeholdt journalenhed er ikke en blokenhed"
7500
7501#: lib/ext2fs/ext2_err.c:95
7502msgid "Journal superblock not found"
7503msgstr "Journalsuperblok blev ikke fundet"
7504
7505#: lib/ext2fs/ext2_err.c:96
7506msgid "Journal must be at least 1024 blocks"
7507msgstr "Journal skal være på mindst 1024 blokke"
7508
7509#: lib/ext2fs/ext2_err.c:97
7510msgid "Unsupported journal version"
7511msgstr "Ikke understøttet journalversion"
7512
7513#: lib/ext2fs/ext2_err.c:98
7514msgid "Error loading external journal"
7515msgstr "Fejl under indlæsning af ekstern journal"
7516
7517#: lib/ext2fs/ext2_err.c:99
7518msgid "Journal not found"
7519msgstr "Journal blev ikke fundet"
7520
7521#: lib/ext2fs/ext2_err.c:100
7522msgid "Directory hash unsupported"
7523msgstr "Mappehash er ikke understøttet"
7524
7525#: lib/ext2fs/ext2_err.c:101
7526msgid "Illegal extended attribute block number"
7527msgstr "Illegal udvidet attributblokantal"
7528
7529#: lib/ext2fs/ext2_err.c:102
7530msgid "Cannot create filesystem with requested number of inodes"
7531msgstr "Kan ikke oprette filsystem med det anmodte antal iknuder"
7532
7533#: lib/ext2fs/ext2_err.c:103
7534msgid "E2image snapshot not in use"
7535msgstr "E2image-øjebliksbillede er ikke i brug"
7536
7537#: lib/ext2fs/ext2_err.c:104
7538msgid "Too many reserved group descriptor blocks"
7539msgstr "For mange reserverede gruppebeskriverblokke"
7540
7541#: lib/ext2fs/ext2_err.c:105
7542msgid "Resize inode is corrupt"
7543msgstr "Ændring af størrelse for iknude er ødelagt"
7544
7545#: lib/ext2fs/ext2_err.c:106
7546msgid "Tried to set block bmap with missing indirect block"
7547msgstr "Prøvede at sætte blok-bmap med manglende indirekte blok"
7548
7549#: lib/ext2fs/ext2_err.c:107
7550msgid "TDB: Success"
7551msgstr "TDB: Succes"
7552
7553#: lib/ext2fs/ext2_err.c:108
7554msgid "TDB: Corrupt database"
7555msgstr "TDB: Ødelagt database"
7556
7557#: lib/ext2fs/ext2_err.c:109
7558msgid "TDB: IO Error"
7559msgstr "TDB: IO-fejl"
7560
7561#: lib/ext2fs/ext2_err.c:110
7562msgid "TDB: Locking error"
7563msgstr "TDB: Låsefejl"
7564
7565#: lib/ext2fs/ext2_err.c:111
7566msgid "TDB: Out of memory"
7567msgstr "TDB: Ikke nok hukommelse"
7568
7569#: lib/ext2fs/ext2_err.c:112
7570msgid "TDB: Record exists"
7571msgstr "TDB: Post findes"
7572
7573#: lib/ext2fs/ext2_err.c:113
7574msgid "TDB: Lock exists on other keys"
7575msgstr "TDB: Lås findes på andre nøgler"
7576
7577#: lib/ext2fs/ext2_err.c:114
7578msgid "TDB: Invalid parameter"
7579msgstr "TDB: Ugyldig parameter"
7580
7581#: lib/ext2fs/ext2_err.c:115
7582msgid "TDB: Record does not exist"
7583msgstr "TDB: Post findes ikke"
7584
7585#: lib/ext2fs/ext2_err.c:116
7586msgid "TDB: Write not permitted"
7587msgstr "TDB: Skrivning ikke tilladt"
7588
7589#: lib/ext2fs/ext2_err.c:117
7590msgid "Ext2fs directory block list is empty"
7591msgstr "Ext2fs-mappeblokliste er tom"
7592
7593#: lib/ext2fs/ext2_err.c:118
7594msgid "Attempt to modify a block mapping via a read-only block iterator"
7595msgstr ""
7596
7597#: lib/ext2fs/ext2_err.c:119
7598msgid "Wrong magic number for ext4 extent saved path"
7599msgstr "Forkert magi-antal for ext4-udstrækningens gemte sti"
7600
7601#: lib/ext2fs/ext2_err.c:120
7602msgid "Wrong magic number for 64-bit generic bitmap"
7603msgstr "Forkert magi-antal for 64-bit generisk bitmap"
7604
7605#: lib/ext2fs/ext2_err.c:121
7606msgid "Wrong magic number for 64-bit block bitmap"
7607msgstr ""
7608
7609#: lib/ext2fs/ext2_err.c:122
7610msgid "Wrong magic number for 64-bit inode bitmap"
7611msgstr ""
7612
7613#: lib/ext2fs/ext2_err.c:123
7614msgid "Wrong magic number --- RESERVED_13"
7615msgstr ""
7616
7617#: lib/ext2fs/ext2_err.c:124
7618msgid "Wrong magic number --- RESERVED_14"
7619msgstr ""
7620
7621#: lib/ext2fs/ext2_err.c:125
7622msgid "Wrong magic number --- RESERVED_15"
7623msgstr ""
7624
7625#: lib/ext2fs/ext2_err.c:126
7626msgid "Wrong magic number --- RESERVED_16"
7627msgstr ""
7628
7629#: lib/ext2fs/ext2_err.c:127
7630msgid "Wrong magic number --- RESERVED_17"
7631msgstr ""
7632
7633#: lib/ext2fs/ext2_err.c:128
7634msgid "Wrong magic number --- RESERVED_18"
7635msgstr ""
7636
7637#: lib/ext2fs/ext2_err.c:129
7638msgid "Wrong magic number --- RESERVED_19"
7639msgstr ""
7640
7641#: lib/ext2fs/ext2_err.c:130
7642msgid "Corrupt extent header"
7643msgstr ""
7644
7645#: lib/ext2fs/ext2_err.c:131
7646msgid "Corrupt extent index"
7647msgstr ""
7648
7649#: lib/ext2fs/ext2_err.c:132
7650msgid "Corrupt extent"
7651msgstr ""
7652
7653#: lib/ext2fs/ext2_err.c:133
7654msgid "No free space in extent map"
7655msgstr ""
7656
7657#: lib/ext2fs/ext2_err.c:134
7658msgid "Inode does not use extents"
7659msgstr ""
7660
7661#: lib/ext2fs/ext2_err.c:135
7662msgid "No 'next' extent"
7663msgstr ""
7664
7665#: lib/ext2fs/ext2_err.c:136
7666msgid "No 'previous' extent"
7667msgstr ""
7668
7669#: lib/ext2fs/ext2_err.c:137
7670msgid "No 'up' extent"
7671msgstr ""
7672
7673#: lib/ext2fs/ext2_err.c:138
7674msgid "No 'down' extent"
7675msgstr ""
7676
7677#: lib/ext2fs/ext2_err.c:139
7678msgid "No current node"
7679msgstr ""
7680
7681#: lib/ext2fs/ext2_err.c:140
7682msgid "Ext2fs operation not supported"
7683msgstr ""
7684
7685#: lib/ext2fs/ext2_err.c:141
7686msgid "No room to insert extent in node"
7687msgstr ""
7688
7689#: lib/ext2fs/ext2_err.c:142
7690msgid "Splitting would result in empty node"
7691msgstr ""
7692
7693#: lib/ext2fs/ext2_err.c:143
7694msgid "Extent not found"
7695msgstr ""
7696
7697#: lib/ext2fs/ext2_err.c:144
7698msgid "Operation not supported for inodes containing extents"
7699msgstr ""
7700
7701#: lib/ext2fs/ext2_err.c:145
7702msgid "Extent length is invalid"
7703msgstr ""
7704
7705#: lib/ext2fs/ext2_err.c:146
7706msgid "I/O Channel does not support 64-bit block numbers"
7707msgstr "I/O-kanal understøtter ikke 64-bit bloknumre"
7708
7709#: lib/ext2fs/ext2_err.c:147
7710msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o4e528702016-09-04 21:31:21 -04007711msgstr ""
7712"Kan ikke kontrollere om filsytem er monteret på grund af en manglende mtab-"
7713"fil"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007714
7715#: lib/ext2fs/ext2_err.c:148
7716msgid "Filesystem too large to use legacy bitmaps"
7717msgstr "Filsystem er for stort til at kunne bruge forældede bitmap'er"
7718
7719#: lib/ext2fs/ext2_err.c:149
7720msgid "MMP: invalid magic number"
7721msgstr "MMP: ugyldigt magi-antal"
7722
7723#: lib/ext2fs/ext2_err.c:150
7724msgid "MMP: device currently active"
7725msgstr "MMP: enhed aktiv i øjeblikket"
7726
7727#: lib/ext2fs/ext2_err.c:151
7728msgid "MMP: fsck being run"
7729msgstr "MMP: fsck køres"
7730
7731#: lib/ext2fs/ext2_err.c:152
7732msgid "MMP: block number beyond filesystem range"
7733msgstr ""
7734
7735#: lib/ext2fs/ext2_err.c:153
7736msgid "MMP: undergoing an unknown operation"
7737msgstr "MMP: undergår en ukendt operation"
7738
7739#: lib/ext2fs/ext2_err.c:154
7740msgid "MMP: filesystem still in use"
7741msgstr ""
7742
7743#: lib/ext2fs/ext2_err.c:155
7744msgid "MMP: open with O_DIRECT failed"
7745msgstr ""
7746
7747#: lib/ext2fs/ext2_err.c:156
7748msgid "Block group descriptor size incorrect"
7749msgstr "Størrelse for blokgruppebeskriver er ikke korrekt"
7750
7751#: lib/ext2fs/ext2_err.c:157
7752msgid "Inode checksum does not match inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04007753msgstr "Iknudens kontrolsum matcher ikke iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007754
7755#: lib/ext2fs/ext2_err.c:158
7756msgid "Inode bitmap checksum does not match bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007757msgstr "Iknude-bitmapens kontrolsum matcher ikke bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007758
7759#: lib/ext2fs/ext2_err.c:159
7760msgid "Extent block checksum does not match extent block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007761msgstr "Extentblokkens kontrolsum matcher ikke extent-blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007762
7763#: lib/ext2fs/ext2_err.c:160
7764msgid "Directory block does not have space for checksum"
Joe Hansen1e000f82016-08-31 23:14:17 -04007765msgstr "Mappeblok har ikke plads for kontrolsum"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007766
7767#: lib/ext2fs/ext2_err.c:161
7768msgid "Directory block checksum does not match directory block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007769msgstr "Mappeblokkens kontrolsum matcher ikke mappeblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007770
7771#: lib/ext2fs/ext2_err.c:162
7772msgid "Extended attribute block checksum does not match block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007773msgstr "Den udvidede attributbloks kontrolsum matchter ikke blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007774
7775#: lib/ext2fs/ext2_err.c:163
7776msgid "Superblock checksum does not match superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04007777msgstr "Superblokkens kontrolsum matcher ikke superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007778
7779#: lib/ext2fs/ext2_err.c:164
7780msgid "Unknown checksum algorithm"
Joe Hansen1e000f82016-08-31 23:14:17 -04007781msgstr "Ukendt kontrolsumalgoritme"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007782
7783#: lib/ext2fs/ext2_err.c:165
7784msgid "MMP block checksum does not match MMP block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007785msgstr "MMP-blokkens kontrolsum matcher ikke MMP-blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007786
7787#: lib/ext2fs/ext2_err.c:166
7788msgid "Ext2 file already exists"
7789msgstr "Ext2-fil findes allerede"
7790
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007791#: lib/ext2fs/ext2_err.c:167
Joe Hansen1e000f82016-08-31 23:14:17 -04007792#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007793msgid "Block bitmap checksum does not match bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007794msgstr "Iknude-bitmapens kontrolsum matcher ikke bitmap"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007795
7796#: lib/ext2fs/ext2_err.c:168
7797msgid "Cannot iterate data blocks of an inode containing inline data"
7798msgstr ""
7799
7800#: lib/ext2fs/ext2_err.c:169
7801msgid "Extended attribute has an invalid name length"
7802msgstr ""
7803
7804#: lib/ext2fs/ext2_err.c:170
7805msgid "Extended attribute has an invalid value length"
7806msgstr ""
7807
7808#: lib/ext2fs/ext2_err.c:171
Joe Hansen1e000f82016-08-31 23:14:17 -04007809#, fuzzy
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007810msgid "Extended attribute has an incorrect hash"
Joe Hansen1e000f82016-08-31 23:14:17 -04007811msgstr "Den udvidede attributbloks kontrolsum matchter ikke blok"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007812
7813#: lib/ext2fs/ext2_err.c:172
7814#, fuzzy
7815msgid "Extended attribute block has a bad header"
7816msgstr "Illegal udvidet attributblokantal"
7817
7818#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007819msgid "Extended attribute key not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007820msgstr "Udvidedet attributnøgle blev ikke fundet"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007821
7822#: lib/ext2fs/ext2_err.c:174
7823msgid "Insufficient space to store extended attribute data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007824msgstr "Utilstrækkelig plads til at lagre udvidede attributdata"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007825
7826#: lib/ext2fs/ext2_err.c:175
7827msgid "Filesystem is missing ext_attr or inline_data feature"
Joe Hansen1e000f82016-08-31 23:14:17 -04007828msgstr "Filsystem mangler funktionen ext_attr eller inline_data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007829
7830#: lib/ext2fs/ext2_err.c:176
7831msgid "Inode doesn't have inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007832msgstr "Iknude har ikke indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007833
7834#: lib/ext2fs/ext2_err.c:177
7835msgid "No block for an inode with inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007836msgstr "Ingen blok for en iknude med indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007837
7838#: lib/ext2fs/ext2_err.c:178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007839msgid "No free space in inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04007840msgstr "Ingen ledig plads i indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007841
7842#: lib/ext2fs/ext2_err.c:179
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007843msgid "Wrong magic number for extended attribute structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007844msgstr "Forkert magisk nummer for udvidet attributstruktur"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007845
7846#: lib/ext2fs/ext2_err.c:180
7847msgid "Inode seems to contain garbage"
Joe Hansen1e000f82016-08-31 23:14:17 -04007848msgstr "Iknude ser ud til at indeholde bras"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007849
7850#: lib/ext2fs/ext2_err.c:181
7851msgid "Extended attribute has an invalid value offset"
Joe Hansen1e000f82016-08-31 23:14:17 -04007852msgstr "Udvidet attribut har en ugyldig værdiforskydning"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007853
7854#: lib/ext2fs/ext2_err.c:182
7855msgid "Journal flags inconsistent"
Joe Hansen1e000f82016-08-31 23:14:17 -04007856msgstr "Journalflag er inkonsistente"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007857
7858#: lib/ext2fs/ext2_err.c:183
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007859msgid "Undo file corrupt"
Joe Hansen1e000f82016-08-31 23:14:17 -04007860msgstr "Genskab fil ødelagt"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007861
7862#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007863msgid "Wrong undo file for this filesystem"
Joe Hansen1e000f82016-08-31 23:14:17 -04007864msgstr "Forkert genskab fil for dette filsystem"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007865
Theodore Ts'o48203a32016-06-08 15:45:26 -04007866#: lib/ext2fs/ext2_err.c:185
Theodore Ts'o48203a32016-06-08 15:45:26 -04007867msgid "File system is corrupted"
Joe Hansen1e000f82016-08-31 23:14:17 -04007868msgstr "Filsystem er ødelagt"
Theodore Ts'o48203a32016-06-08 15:45:26 -04007869
7870#: lib/ext2fs/ext2_err.c:186
7871msgid "Bad CRC detected in file system"
Joe Hansen1e000f82016-08-31 23:14:17 -04007872msgstr "Ugyldig CRC detekteret i filsystem"
Theodore Ts'o48203a32016-06-08 15:45:26 -04007873
7874#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o48203a32016-06-08 15:45:26 -04007875msgid "The journal superblock is corrupt"
Joe Hansen1e000f82016-08-31 23:14:17 -04007876msgstr "Journalsuperblokken er ødelagt"
Theodore Ts'o48203a32016-06-08 15:45:26 -04007877
Theodore Ts'o4e528702016-09-04 21:31:21 -04007878#: lib/ext2fs/ext2_err.c:188
7879#, fuzzy
7880msgid "Inode is corrupted"
7881msgstr "Ændring af størrelse for iknude er ødelagt"
7882
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007883#: lib/support/prof_err.c:11
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007884msgid "Profile version 0.0"
7885msgstr "Profil version 0.0"
7886
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007887#: lib/support/prof_err.c:12
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007888msgid "Bad magic value in profile_node"
Joe Hansen1e000f82016-08-31 23:14:17 -04007889msgstr "Ugyldig magisk værdi i profile_node"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007890
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007891#: lib/support/prof_err.c:13
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007892msgid "Profile section not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007893msgstr "Profilsektion blev ikke fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007895#: lib/support/prof_err.c:14
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007896msgid "Profile relation not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007897msgstr "Profilrelation blev ikke fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007898
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007899#: lib/support/prof_err.c:15
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007900msgid "Attempt to add a relation to node which is not a section"
Joe Hansen1e000f82016-08-31 23:14:17 -04007901msgstr "Forsøg på at tilføje en relation til knude som ikke er en sektion"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007902
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007903#: lib/support/prof_err.c:16
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007904msgid "A profile section header has a non-zero value"
Joe Hansen1e000f82016-08-31 23:14:17 -04007905msgstr "Et profilsektionhoved har en værdi forskellig fra nul"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007906
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007907#: lib/support/prof_err.c:17
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007908msgid "Bad linked list in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04007909msgstr "Ugyldig lænket liste i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007910
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007911#: lib/support/prof_err.c:18
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007912msgid "Bad group level in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04007913msgstr "Ugyldig gruppeniveau i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007914
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007915#: lib/support/prof_err.c:19
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007916msgid "Bad parent pointer in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04007917msgstr "Ugyldig overpeger i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007919#: lib/support/prof_err.c:20
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007920msgid "Bad magic value in profile iterator"
7921msgstr "Ugyldig magisk værdi i profiliterator"
7922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007923#: lib/support/prof_err.c:21
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007924msgid "Can't set value on section node"
Joe Hansen1e000f82016-08-31 23:14:17 -04007925msgstr "Kan ikke angive værdi på sektionknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007926
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007927#: lib/support/prof_err.c:22
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007928msgid "Invalid argument passed to profile library"
Joe Hansen1e000f82016-08-31 23:14:17 -04007929msgstr "Ugyldigt argument videresendt til profilbibliotek"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007930
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007931#: lib/support/prof_err.c:23
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007932msgid "Attempt to modify read-only profile"
Joe Hansen1e000f82016-08-31 23:14:17 -04007933msgstr "Forsøg på at ændre en skrivebeskyttet profil"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007934
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007935#: lib/support/prof_err.c:24
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007936msgid "Profile section header not at top level"
7937msgstr "Profils sektionsteksthoved er ikke på topniveau"
7938
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007939#: lib/support/prof_err.c:25
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007940msgid "Syntax error in profile section header"
7941msgstr "Syntaksfejl i profils sektionsteksthoved"
7942
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007943#: lib/support/prof_err.c:26
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007944msgid "Syntax error in profile relation"
7945msgstr "Syntaksfejl i profilrelation"
7946
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007947#: lib/support/prof_err.c:27
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007948msgid "Extra closing brace in profile"
7949msgstr "Ekstra lukkeparentes i profil"
7950
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007951#: lib/support/prof_err.c:28
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007952msgid "Missing open brace in profile"
7953msgstr "Manglende åben parentes i profil"
7954
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007955#: lib/support/prof_err.c:29
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007956msgid "Bad magic value in profile_t"
7957msgstr "Ugyldig magisk værdi i profile_t"
7958
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007959#: lib/support/prof_err.c:30
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007960msgid "Bad magic value in profile_section_t"
7961msgstr "Ugyldig magisk værdi i profile_section_t"
7962
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007963#: lib/support/prof_err.c:31
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007964msgid "Iteration through all top level section not supported"
7965msgstr "Iteration via alle topniveausektioner er ikke understøttet"
7966
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007967#: lib/support/prof_err.c:32
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007968msgid "Invalid profile_section object"
7969msgstr "Ugyldig profile_section-objekt"
7970
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007971#: lib/support/prof_err.c:33
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007972msgid "No more sections"
7973msgstr "Ikke flere afsnit"
7974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007975#: lib/support/prof_err.c:34
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007976msgid "Bad nameset passed to query routine"
7977msgstr "Ugyldigt navnesæt sendt til forespørgselsrutine"
7978
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007979#: lib/support/prof_err.c:35
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007980msgid "No profile file open"
7981msgstr "Ingen profilfil er åben"
7982
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007983#: lib/support/prof_err.c:36
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007984msgid "Bad magic value in profile_file_t"
7985msgstr "Ødelagt magisk værdi i profile_file_t"
7986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007987#: lib/support/prof_err.c:37
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007988msgid "Couldn't open profile file"
7989msgstr "Kunne ikke åbne profilfil"
7990
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007991#: lib/support/prof_err.c:38
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007992msgid "Section already exists"
7993msgstr "Sektion findes allerede"
7994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007995#: lib/support/prof_err.c:39
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007996msgid "Invalid boolean value"
7997msgstr "Ugyldig boolesk værdi"
7998
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007999#: lib/support/prof_err.c:40
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008000msgid "Invalid integer value"
8001msgstr "Ugyldigt heltal"
8002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008003#: lib/support/prof_err.c:41
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008004msgid "Bad magic value in profile_file_data_t"
8005msgstr "Ødelagt magisk værdi i profile_file_data_t"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008006
Theodore Ts'o48203a32016-06-08 15:45:26 -04008007#: lib/support/plausible.c:107
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008008#, c-format
8009msgid "\tlast mounted on %s on %s"
8010msgstr "\tsidst monteret på %s den %s"
8011
Theodore Ts'o48203a32016-06-08 15:45:26 -04008012#: lib/support/plausible.c:110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008013#, c-format
8014msgid "\tlast mounted on %s"
8015msgstr "\tsidst monteret på %s"
8016
Theodore Ts'o48203a32016-06-08 15:45:26 -04008017#: lib/support/plausible.c:113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008018#, c-format
8019msgid "\tcreated on %s"
8020msgstr "\toprettet den %s"
8021
Theodore Ts'o48203a32016-06-08 15:45:26 -04008022#: lib/support/plausible.c:116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008023#, c-format
8024msgid "\tlast modified on %s"
8025msgstr "\tsidst ændret den %s"
8026
Theodore Ts'o48203a32016-06-08 15:45:26 -04008027#: lib/support/plausible.c:150
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008028#, c-format
8029msgid "Found a %s partition table in %s\n"
8030msgstr "Fandt en %s-partitionstabel i %s\n"
8031
Theodore Ts'o48203a32016-06-08 15:45:26 -04008032#: lib/support/plausible.c:180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008033#, c-format
8034msgid "The file %s does not exist and no size was specified.\n"
8035msgstr "Filen %s findes ikke og ingen størrelse blev angivet.\n"
8036
Theodore Ts'o48203a32016-06-08 15:45:26 -04008037#: lib/support/plausible.c:188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008038#, c-format
8039msgid "Creating regular file %s\n"
8040msgstr "Opretter normal fil %s\n"
8041
Theodore Ts'o48203a32016-06-08 15:45:26 -04008042#: lib/support/plausible.c:191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008043#, c-format
8044msgid "Could not open %s: %s\n"
8045msgstr "Kunne ikke åbne %s: %s\n"
8046
Theodore Ts'o48203a32016-06-08 15:45:26 -04008047#: lib/support/plausible.c:194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008048msgid ""
8049"\n"
8050"The device apparently does not exist; did you specify it correctly?\n"
8051msgstr ""
8052"\n"
8053"Enheden findes åbenbart ikke; specificerede du den korrekt?\n"
8054
Theodore Ts'o48203a32016-06-08 15:45:26 -04008055#: lib/support/plausible.c:216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008056#, c-format
8057msgid "%s is not a block special device.\n"
8058msgstr ""
8059
Theodore Ts'o48203a32016-06-08 15:45:26 -04008060#: lib/support/plausible.c:238
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008061#, c-format
8062msgid "%s contains a %s file system labelled '%s'\n"
8063msgstr "%s indeholder et %s-filsystem med navnet »%s«\n"
8064
Theodore Ts'o48203a32016-06-08 15:45:26 -04008065#: lib/support/plausible.c:241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008066#, c-format
8067msgid "%s contains a %s file system\n"
8068msgstr "%s indeholder et %s-filsystem\n"
8069
Theodore Ts'o48203a32016-06-08 15:45:26 -04008070#: lib/support/plausible.c:265
Joe Hansen1e000f82016-08-31 23:14:17 -04008071#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008072msgid "%s contains `%s' data\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04008073msgstr "%s indeholder »%s«-data\n"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008074
8075#~ msgid "Please run e2fsck on the filesystem.\n"
8076#~ msgstr "Kør venligst e2fsck på filsystemet.\n"