blob: e75965d7dcd903a8f15ad3483819eaf4c2991d47 [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.
7# Joe Hansen <joedalton2@yahoo.dk>, 2012, 2014, 2015.
8#
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 ""
73"Project-Id-Version: e2fsprogs 1.42.12-pre2\n"
74"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -040075"POT-Creation-Date: 2016-05-12 00:59-0400\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -040076"PO-Revision-Date: 2015-05-14 22:00+0200\n"
77"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
102#: misc/mke2fs.c:230 misc/tune2fs.c:2668 misc/tune2fs.c:2762 resize/main.c:412
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
182#, fuzzy
183msgid "extent rebuild inode map"
184msgstr "regulær fil-iknudekort"
185
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400186#: e2fsck/flushb.c:35
187#, c-format
188msgid "Usage: %s disk\n"
189msgstr "Brug: %s disk\n"
190
191#: e2fsck/flushb.c:64
192#, c-format
193msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
194msgstr "BLKFLSBUF ioctl er ikke understøttet! Kan ikke tømme mellemlagre.\n"
195
196#: e2fsck/iscan.c:44
197#, c-format
198msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
199msgstr "Brug: %s [-F] [-I inode_buffer_blocks] enhed\n"
200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400201#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400202#, c-format
203msgid "while opening %s for flushing"
204msgstr "under åbning af %s for tømning"
205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400206#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400207#, c-format
208msgid "while trying to flush %s"
209msgstr "under forsøg på at tømme %s"
210
211#: e2fsck/iscan.c:110
212#, c-format
213msgid "while trying to open '%s'"
214msgstr "under åbning af »%s«"
215
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400216#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400217msgid "while opening inode scan"
218msgstr "under åbing af iknudeskanning"
219
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400220#: e2fsck/iscan.c:127 misc/e2image.c:1312
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400221msgid "while getting next inode"
222msgstr "under indhentelse af tekstiknude"
223
224#: e2fsck/iscan.c:136
225#, c-format
226msgid "%u inodes scanned.\n"
227msgstr "%u iknuder skannet.\n"
228
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400229#: e2fsck/journal.c:593
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400230msgid "reading journal superblock\n"
231msgstr "læsning af journal superblok\n"
232
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400233#: e2fsck/journal.c:666
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400234#, c-format
235msgid "%s: no valid journal superblock found\n"
236msgstr "%s: ingen gyldig journal superblok fundet\n"
237
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400238#: e2fsck/journal.c:675
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400239#, c-format
240msgid "%s: journal too short\n"
241msgstr "%s: journal for kort\n"
242
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400243#: e2fsck/journal.c:966 misc/fuse2fs.c:3776
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400244#, c-format
245msgid "%s: recovering journal\n"
246msgstr "%s: genskaber journal\n"
247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400248#: e2fsck/journal.c:968
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400249#, c-format
250msgid "%s: won't do journal recovery while read-only\n"
251msgstr "%s: udfører ikke journalgendannelse når skrivebeskyttet\n"
252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400253#: e2fsck/journal.c:995
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400254#, c-format
255msgid "while trying to re-open %s"
256msgstr "under forsøg på at genåbne %s"
257
258#: e2fsck/message.c:113
259msgid "aextended attribute"
260msgstr "audvidet attribut"
261
262#: e2fsck/message.c:114
263msgid "Aerror allocating"
264msgstr "Afejlallokering"
265
266#: e2fsck/message.c:115
267msgid "bblock"
268msgstr "bblok"
269
270#: e2fsck/message.c:116
271msgid "Bbitmap"
272msgstr "Bbitmap"
273
274#: e2fsck/message.c:117
275msgid "ccompress"
276msgstr "ckomprimer"
277
278#: e2fsck/message.c:118
279msgid "Cconflicts with some other fs @b"
280msgstr "Cer i konflikt med nogle andre filsystemblokke"
281
282#: e2fsck/message.c:119
283msgid "ddirectory"
284msgstr "dmappe"
285
286#: e2fsck/message.c:120
287msgid "Ddeleted"
288msgstr "Dslettet"
289
290#: e2fsck/message.c:121
291msgid "eentry"
292msgstr "epost"
293
294#: e2fsck/message.c:122
295msgid "E@e '%Dn' in %p (%i)"
296msgstr "E@e »%Dn« i %p (%i)"
297
298#: e2fsck/message.c:123
299msgid "ffilesystem"
300msgstr "ffilsystem"
301
302#: e2fsck/message.c:124
303msgid "Ffor @i %i (%Q) is"
304msgstr "Ffor @i %i (%Q) er"
305
306#: e2fsck/message.c:125
307msgid "ggroup"
308msgstr "ggruppe"
309
310#: e2fsck/message.c:126
311msgid "hHTREE @d @i"
312msgstr "hHTREE @d @i"
313
314#: e2fsck/message.c:127
315msgid "iinode"
316msgstr "iiknude"
317
318#: e2fsck/message.c:128
319msgid "Iillegal"
320msgstr "Iillegal"
321
322#: e2fsck/message.c:129
323msgid "jjournal"
324msgstr "jjournal"
325
326#: e2fsck/message.c:130
327msgid "llost+found"
328msgstr "ltabt+fundet"
329
330#: e2fsck/message.c:131
331msgid "Lis a link"
332msgstr "Ler en henvisning"
333
334#: e2fsck/message.c:132
335msgid "mmultiply-claimed"
336msgstr "mmultiplicere-krævet"
337
338#: e2fsck/message.c:133
339msgid "ninvalid"
340msgstr "nugyldig"
341
342#: e2fsck/message.c:134
343msgid "oorphaned"
344msgstr "oforældreløs"
345
346#: e2fsck/message.c:135
347msgid "pproblem in"
348msgstr "pproblem i"
349
350#: e2fsck/message.c:136
351msgid "qquota"
352msgstr "qkvota"
353
354#: e2fsck/message.c:137
355msgid "rroot @i"
356msgstr "rroot @i"
357
358#: e2fsck/message.c:138
359msgid "sshould be"
360msgstr "sbør være"
361
362#: e2fsck/message.c:139
363msgid "Ssuper@b"
364msgstr "Ssuper@b"
365
366#: e2fsck/message.c:140
367msgid "uunattached"
368msgstr "uikke forbundet"
369
370#: e2fsck/message.c:141
371msgid "vdevice"
372msgstr "venhed"
373
374#: e2fsck/message.c:142
375msgid "xextent"
376msgstr "xudvid"
377
378#: e2fsck/message.c:143
379msgid "zzero-length"
380msgstr "znul-længde"
381
382#: e2fsck/message.c:154
383msgid "<The NULL inode>"
384msgstr "<NULL-iknuden>"
385
386#: e2fsck/message.c:155
387msgid "<The bad blocks inode>"
388msgstr "<De ugyldige blokkes iknude>"
389
390#: e2fsck/message.c:157
391msgid "<The user quota inode>"
392msgstr "<Brugerkvotaens iknude>"
393
394#: e2fsck/message.c:158
395msgid "<The group quota inode>"
396msgstr "<Gruppekvotaens iknude>"
397
398#: e2fsck/message.c:159
399msgid "<The boot loader inode>"
400msgstr "<Opstartsindlæserens iknude>"
401
402#: e2fsck/message.c:160
403msgid "<The undelete directory inode>"
404msgstr "<Fortryd mappe-iknuden"
405
406#: e2fsck/message.c:161
407msgid "<The group descriptor inode>"
408msgstr "<Gruppebeskriver-iknuden>"
409
410#: e2fsck/message.c:162
411msgid "<The journal inode>"
412msgstr "<Journalens iknude>"
413
414#: e2fsck/message.c:163
415msgid "<Reserved inode 9>"
416msgstr "<Reserveret iknude 9>"
417
418#: e2fsck/message.c:164
419msgid "<Reserved inode 10>"
420msgstr "<Reserveret iknude 10>"
421
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400422#: e2fsck/message.c:333
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400423msgid "regular file"
424msgstr "regulær fil"
425
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400426#: e2fsck/message.c:335
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400427msgid "directory"
428msgstr "mappe"
429
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400430#: e2fsck/message.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400431msgid "character device"
432msgstr "tegnenhed"
433
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400434#: e2fsck/message.c:339
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400435msgid "block device"
436msgstr "blokenhed"
437
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400438#: e2fsck/message.c:341
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400439msgid "named pipe"
440msgstr "navngivet datakanal"
441
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400442#: e2fsck/message.c:343
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400443msgid "symbolic link"
444msgstr "symbolsk henvisning"
445
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400446#: e2fsck/message.c:345 misc/uuidd.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400447msgid "socket"
448msgstr "sokkel"
449
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400450#: e2fsck/message.c:347
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400451#, c-format
452msgid "unknown file type with mode 0%o"
453msgstr "ukendt filtype med tilstand 0%o"
454
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400455#: e2fsck/message.c:422
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400456msgid "indirect block"
457msgstr "indirekte blok"
458
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400459#: e2fsck/message.c:424
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400460msgid "double indirect block"
461msgstr "dobbelt indirekte blok"
462
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400463#: e2fsck/message.c:426
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400464msgid "triple indirect block"
465msgstr "tredobbelt indirekte blok"
466
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400467#: e2fsck/message.c:428
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400468msgid "translator block"
469msgstr "oversættterblok"
470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400471#: e2fsck/message.c:430
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400472msgid "block #"
473msgstr "blok #"
474
475#: e2fsck/pass1b.c:222
476msgid "multiply claimed inode map"
477msgstr "forøg hævdede iknudekort"
478
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400479#: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400480#, c-format
481msgid "internal error: can't find dup_blk for %llu\n"
482msgstr "intern fejl: kan ikke finde dup_blk for %llu\n"
483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400484#: e2fsck/pass1b.c:897
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400485msgid "returned from clone_file_block"
486msgstr "returneret fra clone_file_block"
487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400488#: e2fsck/pass1b.c:919
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400489#, c-format
490msgid "internal error: couldn't lookup EA block record for %llu"
491msgstr "intern fejl: kunne ikke slå EA-blokpost op for %llu"
492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400493#: e2fsck/pass1b.c:931
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400494#, c-format
495msgid "internal error: couldn't lookup EA inode record for %u"
496msgstr "intern fejl: kunne ikke slå EA-iknudepost op for %u"
497
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400498#: e2fsck/pass1.c:660 e2fsck/pass2.c:981
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400499msgid "reading directory block"
500msgstr "læser mappeblok"
501
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400502#: e2fsck/pass1.c:1099
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400503msgid "in-use inode map"
504msgstr "i brug-iknudekort"
505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400506#: e2fsck/pass1.c:1110
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400507msgid "directory inode map"
508msgstr "mappe-iknudekort"
509
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400510#: e2fsck/pass1.c:1120
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400511msgid "regular file inode map"
512msgstr "regulær fil-iknudekort"
513
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400514#: e2fsck/pass1.c:1129 misc/e2image.c:1268
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400515msgid "in-use block map"
516msgstr "i brug-blokkort"
517
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400518#: e2fsck/pass1.c:1138
519#, fuzzy
520msgid "metadata block map"
521msgstr "metadatablokke"
522
523#: e2fsck/pass1.c:1204
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400524msgid "opening inode scan"
525msgstr "åbner iknudeskanning"
526
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400527#: e2fsck/pass1.c:1242
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400528msgid "getting next inode from scan"
529msgstr "henter næste iknude fra skanning"
530
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400531#: e2fsck/pass1.c:1928
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400532msgid "Pass 1"
533msgstr "Gennemløb 1"
534
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400535#: e2fsck/pass1.c:1989
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400536#, c-format
537msgid "reading indirect blocks of inode %u"
538msgstr "læser indirekte blokke for iknude %u"
539
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400540#: e2fsck/pass1.c:2039
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400541msgid "bad inode map"
542msgstr "ugyldig iknudekort"
543
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400544#: e2fsck/pass1.c:2079
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400545msgid "inode in bad block map"
546msgstr "iknude i ugyldig blokkort"
547
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400548#: e2fsck/pass1.c:2099
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400549msgid "imagic inode map"
550msgstr "imagic-iknudekort"
551
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400552#: e2fsck/pass1.c:2126
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400553msgid "multiply claimed block map"
554msgstr "forøg hævdet blokkort"
555
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400556#: e2fsck/pass1.c:2240
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400557msgid "ext attr block map"
558msgstr ""
559
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400560#: e2fsck/pass1.c:3407
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400561#, c-format
562msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
563msgstr "%6lu(%c): forventer %6lu fik phys %6lu (blkcnt %lld)\n"
564
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400565#: e2fsck/pass1.c:3822
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400566msgid "block bitmap"
567msgstr "blok-bitmap"
568
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400569#: e2fsck/pass1.c:3828
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400570msgid "inode bitmap"
571msgstr "iknude-bitmap"
572
Theodore Ts'o4baef0a2016-05-12 01:01:46 -0400573#: e2fsck/pass1.c:3834
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400574msgid "inode table"
575msgstr "iknudetabel"
576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400577#: e2fsck/pass2.c:298
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400578msgid "Pass 2"
579msgstr "Gennemløb 2"
580
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400581#: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400582msgid "Can not continue."
583msgstr "Kan ikke fortsætte."
584
585#: e2fsck/pass3.c:77
586msgid "inode done bitmap"
587msgstr "iknude færdig bitmap"
588
589#: e2fsck/pass3.c:86
590msgid "Peak memory"
591msgstr "Tophukommelse"
592
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400593#: e2fsck/pass3.c:149
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400594msgid "Pass 3"
595msgstr "Gennemløb 3"
596
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400597#: e2fsck/pass3.c:344
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400598msgid "inode loop detection bitmap"
599msgstr "iknude-loopdetektionsbitmap"
600
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400601#: e2fsck/pass4.c:206
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400602msgid "Pass 4"
603msgstr "Gennemløb 4"
604
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400605#: e2fsck/pass5.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400606msgid "Pass 5"
607msgstr "Gennemløb 5"
608
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400609#: e2fsck/pass5.c:104
610msgid "check_inode_bitmap_checksum: Memory allocation error"
611msgstr ""
612
613#: e2fsck/pass5.c:158
614msgid "check_block_bitmap_checksum: Memory allocation error"
615msgstr ""
616
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400617#: e2fsck/problem.c:51
618msgid "(no prompt)"
619msgstr "(ingen prompt)"
620
621#: e2fsck/problem.c:52
622msgid "Fix"
623msgstr "Ret"
624
625#: e2fsck/problem.c:53
626msgid "Clear"
627msgstr "Ryd"
628
629#: e2fsck/problem.c:54
630msgid "Relocate"
631msgstr "Realloker"
632
633#: e2fsck/problem.c:55
634msgid "Allocate"
635msgstr "Alloker"
636
637#: e2fsck/problem.c:56
638msgid "Expand"
639msgstr "Udvid"
640
641#: e2fsck/problem.c:57
642msgid "Connect to /lost+found"
643msgstr "Forbind til /mistet+fundet"
644
645#: e2fsck/problem.c:58
646msgid "Create"
647msgstr "Opret"
648
649#: e2fsck/problem.c:59
650msgid "Salvage"
651msgstr "Red"
652
653#: e2fsck/problem.c:60
654msgid "Truncate"
655msgstr "Afkort"
656
657#: e2fsck/problem.c:61
658msgid "Clear inode"
659msgstr "Ryd iknude"
660
661#: e2fsck/problem.c:62
662msgid "Abort"
663msgstr "Afbryd"
664
665#: e2fsck/problem.c:63
666msgid "Split"
667msgstr "Opdel"
668
669#: e2fsck/problem.c:64
670msgid "Continue"
671msgstr "Fortsæt"
672
673#: e2fsck/problem.c:65
674msgid "Clone multiply-claimed blocks"
675msgstr "Klon blokke krævet af flere"
676
677#: e2fsck/problem.c:66
678msgid "Delete file"
679msgstr "Slet fil"
680
681#: e2fsck/problem.c:67
682msgid "Suppress messages"
683msgstr "Undertryk beskeder"
684
685#: e2fsck/problem.c:68
686msgid "Unlink"
687msgstr ""
688
689#: e2fsck/problem.c:69
690msgid "Clear HTree index"
691msgstr "Ryd HTree-indeks"
692
693#: e2fsck/problem.c:70
694msgid "Recreate"
695msgstr "Genskab"
696
697#: e2fsck/problem.c:79
698msgid "(NONE)"
699msgstr "(INGEN)"
700
701#: e2fsck/problem.c:80
702msgid "FIXED"
703msgstr "RETTET"
704
705#: e2fsck/problem.c:81
706msgid "CLEARED"
707msgstr "RYDDET"
708
709#: e2fsck/problem.c:82
710msgid "RELOCATED"
711msgstr "REALLOKERET"
712
713#: e2fsck/problem.c:83
714msgid "ALLOCATED"
715msgstr "ALLOKERET"
716
717#: e2fsck/problem.c:84
718msgid "EXPANDED"
719msgstr "UDVIDET"
720
721#: e2fsck/problem.c:85
722msgid "RECONNECTED"
723msgstr "GENFORBUNDET"
724
725#: e2fsck/problem.c:86
726msgid "CREATED"
727msgstr "OPRETTET"
728
729#: e2fsck/problem.c:87
730msgid "SALVAGED"
731msgstr "REDDET"
732
733#: e2fsck/problem.c:88
734msgid "TRUNCATED"
735msgstr "AFKORTET"
736
737#: e2fsck/problem.c:89
738msgid "INODE CLEARED"
739msgstr "IKNUDE RYDDET"
740
741#: e2fsck/problem.c:90
742msgid "ABORTED"
743msgstr "AFBRUDT"
744
745#: e2fsck/problem.c:91
746msgid "SPLIT"
747msgstr "OPDEL"
748
749#: e2fsck/problem.c:92
750msgid "CONTINUING"
751msgstr "FORTSÆTTER"
752
753#: e2fsck/problem.c:93
754msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
755msgstr "BLOKKE EJET AF FLERE KLONET"
756
757#: e2fsck/problem.c:94
758msgid "FILE DELETED"
759msgstr "FIL SLETTET"
760
761#: e2fsck/problem.c:95
762msgid "SUPPRESSED"
763msgstr "UNDERTRYKT"
764
765#: e2fsck/problem.c:96
766msgid "UNLINKED"
767msgstr "HENVISNING FJERNET"
768
769#: e2fsck/problem.c:97
770msgid "HTREE INDEX CLEARED"
771msgstr "HTREE-INDEKS RYDDET"
772
773#: e2fsck/problem.c:98
774msgid "WILL RECREATE"
775msgstr "VIL GENSKABE"
776
777#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400778#: e2fsck/problem.c:110
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400779msgid "@b @B for @g %g is not in @g. (@b %b)\n"
780msgstr "blokbitmap for gruppe %g er ikke i gruppe. (blok %b)\n"
781
782#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400783#: e2fsck/problem.c:114
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400784msgid "@i @B for @g %g is not in @g. (@b %b)\n"
785msgstr "iknude-bitmap for gruppe %g er ikke i gruppe. (blok %b)\n"
786
787#. @-expanded: inode table for group %g is not in group. (block %b)\n
788#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400789#: e2fsck/problem.c:119
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400790msgid ""
791"@i table for @g %g is not in @g. (@b %b)\n"
792"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
793msgstr ""
794"iknude-tabel for gruppe %g er ikke i gruppe. (blok %b)\n"
795"ADVARSEL: ALVORLIG DATATAB KAN OPSTÅ.\n"
796
797#. @-expanded: \n
798#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
799#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
800#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
801#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
802#. @-expanded: e2fsck -b 8193 <device>\n
803#. @-expanded: or\n
804#. @-expanded: e2fsck -b 32768 <device>\n
805#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400806#: e2fsck/problem.c:125
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400807msgid ""
808"\n"
809"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
810"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
811"@f (and not swap or ufs or something else), then the @S\n"
812"is corrupt, and you might try running e2fsck with an alternate @S:\n"
813" e2fsck -b 8193 <@v>\n"
814" or\n"
815" e2fsck -b 32768 <@v>\n"
816"\n"
817msgstr ""
818"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400819"Superblokken kunne ikke læses eller beskriver ikke et gyldigt ext2/ext3/"
820"ext4-\n"
821"filsystem. Hvis enheden er gyldig og den indeholder et ext2/ext3/ext4-"
822"filsystem\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400823"(og ikke swap eller ufs eller noget andet), så er superblokken korrupt,\n"
824"og du kan forsøge at køre e2fsck med en alternativ superblok:\n"
825" e2fsck -b 8193 <@v>\n"
826" eller\n"
827" e2fsck -b 32768 <@v>\n"
828"\n"
829
830#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
831#. @-expanded: The physical size of the device is %c blocks\n
832#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400833#: e2fsck/problem.c:136
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400834msgid ""
835"The @f size (according to the @S) is %b @bs\n"
836"The physical size of the @v is %c @bs\n"
837"Either the @S or the partition table is likely to be corrupt!\n"
838msgstr ""
839"Filsystemets størrelse (jævnfør superblokken) er %b blokke\n"
840"Den fysiske størrelse for enheden er %c blokke\n"
841"Sandsynligvis er enten superblokken eller partitionstabellen ødelagt!\n"
842
843#. @-expanded: superblock block_size = %b, fragsize = %c.\n
844#. @-expanded: This version of e2fsck does not support fragment sizes different\n
845#. @-expanded: from the block size.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400846#: e2fsck/problem.c:143
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400847msgid ""
848"@S @b_size = %b, fragsize = %c.\n"
849"This version of e2fsck does not support fragment sizes different\n"
850"from the @b size.\n"
851msgstr ""
852"superblok blok_størrelse = %b, fragstr. = %c.\n"
853"Denne version af e2fsck understøtter ikke fragmentstørrelser, der er\n"
854"forskellige fra blokstørrelsen.\n"
855
856#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400857#: e2fsck/problem.c:150
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400858msgid "@S @bs_per_group = %b, should have been %c\n"
859msgstr "Superblok blokke_per_gruppe = %b, skulle have været %c\n"
860
861#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400862#: e2fsck/problem.c:155
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400863msgid "@S first_data_@b = %b, should have been %c\n"
864msgstr "@S first_data_@b = %b, skulle have været %c\n"
865
866#. @-expanded: filesystem did not have a UUID; generating one.\n
867#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400868#: e2fsck/problem.c:160
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400869msgid ""
870"@f did not have a UUID; generating one.\n"
871"\n"
872msgstr ""
873"@f havde ikke en UUID; oprette en.\n"
874"\n"
875
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400876#: e2fsck/problem.c:165
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400877#, c-format
878msgid ""
879"Note: if several inode or block bitmap blocks or part\n"
880"of the inode table require relocation, you may wish to try\n"
881"running e2fsck with the '-b %S' option first. The problem\n"
882"may lie only with the primary block group descriptors, and\n"
883"the backup block group descriptors may be OK.\n"
884"\n"
885msgstr ""
886"Bemærk: Hvis flere iknude- eller blok-bitmapblokke eller dele\n"
887"af iknude-tabellen kræver ny placering, så kan du prøve at\n"
888"køre e2fsck med tilvalget »-b %S« først. Problemet er måske\n"
889"kun i den prmære blokgruppes beskrivere, og sikkerhedskopiens\n"
890"blokgruppebeskrivere kan være o.k.\n"
891
892#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400893#: e2fsck/problem.c:174
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400894msgid "Corruption found in @S. (%s = %N).\n"
895msgstr "Korruption fundet i @S. (%s = %N).\n"
896
897#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400898#: e2fsck/problem.c:179
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400899#, c-format
900msgid "Error determining size of the physical @v: %m\n"
901msgstr "Fejl under bestemmelse af størrelsen på den fysiske @v: %m\n"
902
903#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400904#: e2fsck/problem.c:184
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400905msgid "@i count in @S is %i, @s %j.\n"
906msgstr "iknude-antal i superblok er %i, skal være %j.\n"
907
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400908#: e2fsck/problem.c:188
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400909msgid "The Hurd does not support the filetype feature.\n"
910msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
911
912#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400913#: e2fsck/problem.c:193
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400914#, c-format
915msgid "@S has an @n @j (@i %i).\n"
916msgstr "superblokken har en ugyldig journal (iknude %i).\n"
917
918#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400919#: e2fsck/problem.c:198
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400920msgid "External @j has multiple @f users (unsupported).\n"
921msgstr "Ekstern journal har flere filsystembrugere (ikke understøttet).\n"
922
923#. @-expanded: Can't find external journal\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400924#: e2fsck/problem.c:203
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400925msgid "Can't find external @j\n"
926msgstr "Kan ikke finde @j\n"
927
928#. @-expanded: External journal has bad superblock\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400929#: e2fsck/problem.c:208
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400930msgid "External @j has bad @S\n"
931msgstr "Ekstern @j har ugyldig @S\n"
932
933#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400934#: e2fsck/problem.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400935msgid "External @j does not support this @f\n"
936msgstr "Ekstern @j understøtter ikke dette @f\n"
937
938#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
939#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
940#. @-expanded: format.\n
941#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400942#: e2fsck/problem.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400943msgid ""
944"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400945"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
946"format.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400947"It is also possible the @j @S is corrupt.\n"
948msgstr ""
949
950#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400951#: e2fsck/problem.c:226
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400952msgid "@j @S is corrupt.\n"
953msgstr "@j @S er ødelagt.\n"
954
955#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400956#: e2fsck/problem.c:231
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400957msgid "@S has_@j flag is clear, but a @j is present.\n"
958msgstr "superbloks has_journal-flag er ryddet, men en journal er til stede.\n"
959
960#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400961#: e2fsck/problem.c:236
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400962msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400963msgstr ""
964"superbloks needs_recovery-flag er angivet, men ingen journal er til stede.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400965
966#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400967#: e2fsck/problem.c:241
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400968msgid "@S needs_recovery flag is clear, but @j has data.\n"
969msgstr "superbloks needs_recovery-flag er ryddet, men journal har data.\n"
970
971#. @-expanded: Clear journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400972#: e2fsck/problem.c:246
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400973msgid "Clear @j"
974msgstr "Ryd @j"
975
976#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400977#: e2fsck/problem.c:251 e2fsck/problem.c:729
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400978msgid "@f has feature flag(s) set, but is a revision 0 @f. "
979msgstr "filsytem har funktionsflag angivet, men er et revision 0-filsystem."
980
981#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400982#: e2fsck/problem.c:256
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400983msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -0400984msgstr ""
985"%s forældreløs iknude %i (uid=%Iu, gid=%Ig, tilstand=%Im, størrelse=%Is)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400986
987#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400988#: e2fsck/problem.c:261
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400989msgid "@I %B (%b) found in @o @i %i.\n"
990msgstr "illegal %B (%b) fundet i forældreløs iknude %i.\n"
991
992#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400993#: e2fsck/problem.c:266
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400994msgid "Already cleared %B (%b) found in @o @i %i.\n"
995msgstr "Allerede ryddet %b (%b) fundet i forældreløs iknude %i.\n"
996
997#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400998#: e2fsck/problem.c:271
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400999#, c-format
1000msgid "@I @o @i %i in @S.\n"
1001msgstr "Illegal forældeløs iknude %i i superblok.\n"
1002
1003#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001004#: e2fsck/problem.c:276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001005#, c-format
1006msgid "@I @i %i in @o @i list.\n"
1007msgstr "Illegal iknude %i i forældreløs iknudeliste.\n"
1008
1009#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001010#: e2fsck/problem.c:281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001011msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001012msgstr ""
1013"Journalsuperblok har et ukendt skrivebeskyttet funktionsflag angivet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001014
1015#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001016#: e2fsck/problem.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001017msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001018msgstr ""
1019"Journalsuperblok har et ukendt og ikke kompatibelt funktionsflag angivet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001020
1021#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001022#: e2fsck/problem.c:291
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001023msgid "@j version not supported by this e2fsck.\n"
1024msgstr "Journalversion er ikke understøttet af denne e2fsck.\n"
1025
1026#. @-expanded: Moving journal from /%s to hidden inode.\n
1027#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001028#: e2fsck/problem.c:296
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001029#, c-format
1030msgid ""
1031"Moving @j from /%s to hidden @i.\n"
1032"\n"
1033msgstr ""
1034"Flytter @j fra /%s til skjult @i.\n"
1035"\n"
1036
1037#. @-expanded: Error moving journal: %m\n
1038#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001039#: e2fsck/problem.c:301
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001040#, c-format
1041msgid ""
1042"Error moving @j: %m\n"
1043"\n"
1044msgstr ""
1045"Fejl under flytning af journal: %m\n"
1046"\n"
1047
1048#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1049#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1050#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001051#: e2fsck/problem.c:306
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001052msgid ""
1053"Found @n V2 @j @S fields (from V1 @j).\n"
1054"Clearing fields beyond the V1 @j @S...\n"
1055"\n"
1056msgstr ""
1057"Fandt ugyldig V2-journalsuperblokfelter (fra V1-journal).\n"
1058"Rydder felter efter V1-journalsuperblokken ...\n"
1059"\n"
1060
1061#. @-expanded: Run journal anyway
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001062#: e2fsck/problem.c:312
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001063msgid "Run @j anyway"
1064msgstr "Kør journal alligevel"
1065
1066#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001067#: e2fsck/problem.c:317
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001068msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001069msgstr ""
1070"Gendannelsesflag er ikke angivet i sikkerhedskopien superblok, så kører "
1071"journal alligevel.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001072
1073#. @-expanded: Backing up journal inode block information.\n
1074#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001075#: e2fsck/problem.c:322
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001076msgid ""
1077"Backing up @j @i @b information.\n"
1078"\n"
1079msgstr "Laver sikkerhedskopi af journalens iknude-blokinformation.\n"
1080
1081#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1082#. @-expanded: is %N; should be zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001083#: e2fsck/problem.c:327
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001084msgid ""
1085"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1086"is %N; @s zero. "
1087msgstr ""
1088"Filsystemet har ikke resize_inode aktiveret, men s_reserved_gdt_blocks\n"
1089"er %N; skal være nul."
1090
1091#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001092#: e2fsck/problem.c:333
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001093msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1094msgstr "Resize_inode er ikke aktiveret, men resize-iknude er non-zero. "
1095
1096#. @-expanded: Resize inode not valid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001097#: e2fsck/problem.c:338
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001098msgid "Resize @i not valid. "
1099msgstr "Resize-iknude er ikke gyldig. "
1100
1101#. @-expanded: superblock last mount time (%t,\n
1102#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001103#: e2fsck/problem.c:343
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001104msgid ""
1105"@S last mount time (%t,\n"
1106"\tnow = %T) is in the future.\n"
1107msgstr ""
1108"Superbloks sidste monteringstidspunkt (%t,\n"
1109"\tnu = %T) er i fremtiden.\n"
1110
1111#. @-expanded: superblock last write time (%t,\n
1112#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001113#: e2fsck/problem.c:348
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001114msgid ""
1115"@S last write time (%t,\n"
1116"\tnow = %T) is in the future.\n"
1117msgstr ""
1118
1119#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001120#: e2fsck/problem.c:352
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001121#, c-format
1122msgid "@S hint for external superblock @s %X. "
1123msgstr "Superblok-fif for ekstern superblok skal være %X."
1124
1125#. @-expanded: Adding dirhash hint to filesystem.\n
1126#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001127#: e2fsck/problem.c:357
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001128msgid ""
1129"Adding dirhash hint to @f.\n"
1130"\n"
1131msgstr ""
1132"Tilføjer dirhash-fif til filsystemet.\n"
1133"\n"
1134
1135#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001136#: e2fsck/problem.c:362
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001137msgid "@g descriptor %g checksum is %04x, should be %04y. "
1138msgstr "Gruppebeskriver %g's kontrolsum er %04x, skal være %04y. "
1139
1140#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001141#: e2fsck/problem.c:367
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001142#, c-format
1143msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001144msgstr ""
1145"Gruppebeskriver %g markeret som ikke initialiseret uden funktionssæt.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001146
1147#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001148#: e2fsck/problem.c:372
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001149msgid "@g descriptor %g has invalid unused inodes count %b. "
1150msgstr "gruppebeskriver %g har ugyldig ubrugt iknudeantal %b. "
1151
1152#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001153#: e2fsck/problem.c:377
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001154msgid "Last @g @b @B uninitialized. "
1155msgstr "Sidste gruppeblokbitmap er ikke initialiseret. "
1156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001157#: e2fsck/problem.c:382
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001158#, c-format
1159msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1160msgstr "Journaltransaktion %i var ødelagt, genafspilning blev afbrudt.\n"
1161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001162#: e2fsck/problem.c:386
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001163msgid "The test_fs flag is set (and ext4 is available). "
1164msgstr "Flaget test_fs er angivet (og ext2 er tilgængelig). "
1165
1166#. @-expanded: superblock last mount time is in the future.\n
1167#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001168#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001169#: e2fsck/problem.c:391
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001170msgid ""
1171"@S last mount time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001172"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001173"set)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001174msgstr ""
1175
1176#. @-expanded: superblock last write time is in the future.\n
1177#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001178#. @-expanded: set)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001179#: e2fsck/problem.c:397
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001180msgid ""
1181"@S last write time is in the future.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001182"\t(by less than a day, probably due to the hardware clock being incorrectly "
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001183"set)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001184msgstr ""
1185
1186#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001187#: e2fsck/problem.c:403
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001188msgid "One or more @b @g descriptor checksums are invalid. "
1189msgstr "En eller flere blokgruppebeskriveres kontrolsummer er ugyldige. "
1190
1191#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001192#: e2fsck/problem.c:408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001193msgid "Setting free @is count to %j (was %i)\n"
1194msgstr "Angiver frit iknudeantal til %j (var %i)\n"
1195
1196#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001197#: e2fsck/problem.c:413
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001198msgid "Setting free @bs count to %c (was %b)\n"
1199msgstr "Angiver frit blokantal til %c (var %b)\n"
1200
1201#. @-expanded: Making quota inode %i (%Q) hidden.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001202#: e2fsck/problem.c:418
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001203msgid "Making @q @i %i (%Q) hidden.\n"
1204msgstr "Laver kvota-iknude %i (%Q) skjult.\n"
1205
1206#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001207#: e2fsck/problem.c:423
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001208msgid "@S has invalid MMP block. "
1209msgstr "@S har ugyldig MMP-blok. "
1210
1211#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001212#: e2fsck/problem.c:428
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001213msgid "@S has invalid MMP magic. "
1214msgstr "superblok har ugyldig MMP-magi. "
1215
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001216#: e2fsck/problem.c:433
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001217#, c-format
1218msgid "ext2fs_open2: %m\n"
1219msgstr "ext2fs_open2: %m\n"
1220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001221#: e2fsck/problem.c:438
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001222#, c-format
1223msgid "ext2fs_check_desc: %m\n"
1224msgstr "ext2fs_check_desc: %m\n"
1225
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001226#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1227#. @-expanded: simultaneously.
1228#: e2fsck/problem.c:446
1229msgid ""
1230"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1231"simultaneously."
1232msgstr ""
1233
1234#. @-expanded: superblock MMP block checksum does not match MMP block.
1235#: e2fsck/problem.c:452
1236msgid "@S MMP block checksum does not match MMP block. "
1237msgstr ""
1238
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001239#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001240#: e2fsck/problem.c:457
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001241msgid "@S 64bit filesystems needs extents to access the whole disk. "
1242msgstr ""
1243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001244#: e2fsck/problem.c:462
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001245msgid "First_meta_bg is too big. (%N, max value %g). "
1246msgstr ""
1247
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001248#. @-expanded: External journal superblock checksum does not match superblock.
1249#: e2fsck/problem.c:467
1250#, fuzzy
1251msgid "External @j @S checksum does not match @S. "
1252msgstr "Ekstern @j understøtter ikke dette @f\n"
1253
1254#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1255#: e2fsck/problem.c:472
1256msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1257msgstr ""
1258
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001259#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001260#: e2fsck/problem.c:479
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001261msgid "Pass 1: Checking @is, @bs, and sizes\n"
1262msgstr ""
1263
1264#. @-expanded: root inode is not a directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001265#: e2fsck/problem.c:483
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001266msgid "@r is not a @d. "
1267msgstr ""
1268
1269#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001270#: e2fsck/problem.c:488
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001271msgid "@r has dtime set (probably due to old mke2fs). "
1272msgstr ""
1273
1274#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001275#: e2fsck/problem.c:493
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001276msgid "Reserved @i %i (%Q) has @n mode. "
1277msgstr ""
1278
1279#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001280#: e2fsck/problem.c:498
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001281#, c-format
1282msgid "@D @i %i has zero dtime. "
1283msgstr ""
1284
1285#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001286#: e2fsck/problem.c:503
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001287#, c-format
1288msgid "@i %i is in use, but has dtime set. "
1289msgstr ""
1290
1291#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001292#: e2fsck/problem.c:508
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001293#, c-format
1294msgid "@i %i is a @z @d. "
1295msgstr ""
1296
1297#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001298#: e2fsck/problem.c:513
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001299msgid "@g %g's @b @B at %b @C.\n"
1300msgstr ""
1301
1302#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001303#: e2fsck/problem.c:518
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001304msgid "@g %g's @i @B at %b @C.\n"
1305msgstr ""
1306
1307#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001308#: e2fsck/problem.c:523
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001309msgid "@g %g's @i table at %b @C.\n"
1310msgstr ""
1311
1312#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001313#: e2fsck/problem.c:528
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001314msgid "@g %g's @b @B (%b) is bad. "
1315msgstr ""
1316
1317#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001318#: e2fsck/problem.c:533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001319msgid "@g %g's @i @B (%b) is bad. "
1320msgstr ""
1321
1322#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001323#: e2fsck/problem.c:538
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001324msgid "@i %i, i_size is %Is, @s %N. "
1325msgstr ""
1326
1327#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001328#: e2fsck/problem.c:543
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001329msgid "@i %i, i_@bs is %Ib, @s %N. "
1330msgstr ""
1331
1332#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001333#: e2fsck/problem.c:548
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001334msgid "@I %B (%b) in @i %i. "
1335msgstr ""
1336
1337#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001338#: e2fsck/problem.c:553
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001339msgid "%B (%b) overlaps @f metadata in @i %i. "
1340msgstr ""
1341
1342#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001343#: e2fsck/problem.c:558
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001344#, c-format
1345msgid "@i %i has illegal @b(s). "
1346msgstr ""
1347
1348#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001349#: e2fsck/problem.c:563
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001350#, c-format
1351msgid "Too many illegal @bs in @i %i.\n"
1352msgstr ""
1353
1354#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001355#: e2fsck/problem.c:568
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001356msgid "@I %B (%b) in bad @b @i. "
1357msgstr ""
1358
1359#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001360#: e2fsck/problem.c:573
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001361msgid "Bad @b @i has illegal @b(s). "
1362msgstr ""
1363
1364#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001365#: e2fsck/problem.c:578
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001366msgid "Duplicate or bad @b in use!\n"
1367msgstr ""
1368
1369#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001370#: e2fsck/problem.c:583
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001371msgid "Bad @b %b used as bad @b @i indirect @b. "
1372msgstr ""
1373
1374#. @-expanded: \n
1375#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1376#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1377#. @-expanded: in the filesystem.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001378#: e2fsck/problem.c:588
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001379msgid ""
1380"\n"
1381"The bad @b @i has probably been corrupted. You probably\n"
1382"should stop now and run e2fsck -c to scan for bad blocks\n"
1383"in the @f.\n"
1384msgstr ""
1385
1386#. @-expanded: \n
1387#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001388#: e2fsck/problem.c:595
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001389msgid ""
1390"\n"
1391"If the @b is really bad, the @f can not be fixed.\n"
1392msgstr ""
1393
1394#. @-expanded: You can remove this block from the bad block list and hope\n
1395#. @-expanded: that the block is really OK. But there are no guarantees.\n
1396#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001397#: e2fsck/problem.c:600
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001398msgid ""
1399"You can remove this @b from the bad @b list and hope\n"
1400"that the @b is really OK. But there are no guarantees.\n"
1401"\n"
1402msgstr ""
1403
1404#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001405#: e2fsck/problem.c:606
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001406msgid "The primary @S (%b) is on the bad @b list.\n"
1407msgstr ""
1408
1409#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001410#: e2fsck/problem.c:611
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001411msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001412msgstr ""
1413"Blok %b i de primære gruppebeskrivere er på listen med ugyldige blokke\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001414
1415#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001416#: e2fsck/problem.c:617
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001417msgid "Warning: Group %g's @S (%b) is bad.\n"
1418msgstr "Advarsel: Gruppe %gs superblok (%b) er ugyldig.\n"
1419
1420#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001421#: e2fsck/problem.c:622
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001422msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001423msgstr ""
1424"Advarsel: Gruppe %gs kopi af gruppebeskriverne har en ugyldig blok (%b).\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001425
1426#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001427#: e2fsck/problem.c:628
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001428msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001429msgstr ""
1430"Programmeringsfejl? blok #%b reserveret uden årsag i process_bad_block.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001431
1432#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001433#: e2fsck/problem.c:634
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001434msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1435msgstr ""
1436
1437#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001438#: e2fsck/problem.c:639
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001439#, c-format
1440msgid "@A @b buffer for relocating %s\n"
1441msgstr ""
1442
1443#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001444#: e2fsck/problem.c:644
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001445msgid "Relocating @g %g's %s from %b to %c...\n"
1446msgstr ""
1447
1448#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001449#: e2fsck/problem.c:649
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001450#, c-format
1451msgid "Relocating @g %g's %s to %c...\n"
1452msgstr ""
1453
1454#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001455#: e2fsck/problem.c:654
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001456msgid "Warning: could not read @b %b of %s: %m\n"
1457msgstr ""
1458
1459#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001460#: e2fsck/problem.c:659
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001461msgid "Warning: could not write @b %b for %s: %m\n"
1462msgstr ""
1463
1464#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001465#: e2fsck/problem.c:664 e2fsck/problem.c:1725
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001466msgid "@A @i @B (%N): %m\n"
1467msgstr ""
1468
1469#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001470#: e2fsck/problem.c:669
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001471msgid "@A @b @B (%N): %m\n"
1472msgstr ""
1473
1474#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001475#: e2fsck/problem.c:674
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001476#, c-format
1477msgid "@A icount link information: %m\n"
1478msgstr ""
1479
1480#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001481#: e2fsck/problem.c:679
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001482#, c-format
1483msgid "@A @d @b array: %m\n"
1484msgstr ""
1485
1486#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001487#: e2fsck/problem.c:684
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001488#, c-format
1489msgid "Error while scanning @is (%i): %m\n"
1490msgstr ""
1491
1492#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001493#: e2fsck/problem.c:689
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001494#, c-format
1495msgid "Error while iterating over @bs in @i %i: %m\n"
1496msgstr ""
1497
1498#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001499#: e2fsck/problem.c:694
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001500msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1501msgstr ""
1502
1503#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001504#: e2fsck/problem.c:699
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001505msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1506msgstr ""
1507
1508#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001509#: e2fsck/problem.c:705
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001510#, c-format
1511msgid "Error reading @i %i: %m\n"
1512msgstr "Der opstod en fejl under læsning af iknude %i: %m\n"
1513
1514#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001515#: e2fsck/problem.c:713
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001516#, c-format
1517msgid "@i %i has imagic flag set. "
1518msgstr "iknude %i har magisk flag angivet. "
1519
1520#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1521#. @-expanded: or append-only flag set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001522#: e2fsck/problem.c:718
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001523#, c-format
1524msgid ""
1525"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1526"or append-only flag set. "
1527msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04001528"Speciel (enhed/sokkel/fifo/symbolsk_henvisning) fil (iknude %i) har "
1529"uforanderlig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001530"eller tilføj-kun flag angivet. "
1531
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001532#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001533#: e2fsck/problem.c:724
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001534#, c-format
1535msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001536msgstr ""
1537"Speciel (enhed/sokkel/fifo) iknude %i har en størrelse forskellig fra nul. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001538
1539#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001540#: e2fsck/problem.c:734
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001541msgid "@j @i is not in use, but contains data. "
1542msgstr "journal-iknude er ikke i brug, men indeholder data. "
1543
1544#. @-expanded: journal is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001545#: e2fsck/problem.c:739
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001546msgid "@j is not regular file. "
1547msgstr "journal er ikke en normal fil. "
1548
1549#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001550#: e2fsck/problem.c:744
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001551#, c-format
1552msgid "@i %i was part of the @o @i list. "
1553msgstr "iknude %i var en del af den forældreløse iknudeliste. "
1554
1555#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001556#: e2fsck/problem.c:750
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001557msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001558msgstr ""
1559"iknuder som var del af en ødelagt forældeløs lænket liste blev fundet. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001560
1561#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001562#: e2fsck/problem.c:755
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001563msgid "@A refcount structure (%N): %m\n"
1564msgstr "der opstod en fejl under allokering af refcount-struktur (%N): %m\n"
1565
1566#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001567#: e2fsck/problem.c:760
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001568msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'obd386982015-05-17 20:34:58 -04001569msgstr ""
1570"Der opstod en fejl under læsning af udvidet attributblok %b for iknude %i. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001571
1572#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001573#: e2fsck/problem.c:765
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001574msgid "@i %i has a bad @a @b %b. "
1575msgstr "iknude %i har en ugyldig udvidet attributblok %b. "
1576
1577#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001578#: e2fsck/problem.c:770
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001579msgid "Error reading @a @b %b (%m). "
1580msgstr "Der opstod en fejl under læsning af udvidet attributblok %b (%m)."
1581
1582#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001583#: e2fsck/problem.c:775
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001584msgid "@a @b %b has reference count %r, @s %N. "
1585msgstr "udvidet attributblok %b har referenceantal %r, skal være %N. "
1586
1587#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001588#: e2fsck/problem.c:780
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001589msgid "Error writing @a @b %b (%m). "
1590msgstr "Der opstod en fejl under skrivning af udvidet attributblok %b (%m). "
1591
1592#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001593#: e2fsck/problem.c:785
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001594msgid "@a @b %b has h_@bs > 1. "
1595msgstr "udvidet attributblok %b har h_blokke > 1. "
1596
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001597#. @-expanded: error allocating extended attribute region allocation structure.
1598#: e2fsck/problem.c:790
1599#, fuzzy
1600msgid "@A @a region allocation structure. "
1601msgstr "der opstod en fejl under allokering af icount-struktur: %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001602
1603#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001604#: e2fsck/problem.c:795
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001605msgid "@a @b %b is corrupt (allocation collision). "
1606msgstr "udvidet attributblok %b er ødelagt (allokeringskollision). "
1607
1608#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001609#: e2fsck/problem.c:800
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001610msgid "@a @b %b is corrupt (@n name). "
1611msgstr "udvidet attributblok %b er ødelagt (ugyldigt navn). "
1612
1613#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001614#: e2fsck/problem.c:805
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001615msgid "@a @b %b is corrupt (@n value). "
1616msgstr "udvidet attributblok %b er ødelagt (ugyldig værdi). "
1617
1618#. @-expanded: inode %i is too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001619#: e2fsck/problem.c:810
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001620#, c-format
1621msgid "@i %i is too big. "
1622msgstr "iknude %i er for stor. "
1623
1624#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001625#: e2fsck/problem.c:814
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001626msgid "%B (%b) causes @d to be too big. "
1627msgstr "%B (%b) medfører at mappe er for stor."
1628
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001629#: e2fsck/problem.c:819
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001630msgid "%B (%b) causes file to be too big. "
1631msgstr "%B (%b) medfører at fil er for stor. "
1632
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001633#: e2fsck/problem.c:824
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001634msgid "%B (%b) causes symlink to be too big. "
1635msgstr "%B (%b) medfører at symbolsk henvisning er for stor. "
1636
1637#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001638#: e2fsck/problem.c:829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001639#, c-format
1640msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001641msgstr ""
1642"iknude %i har flaget INDEX_FL angivet på filsystem uden htree-"
1643"understøttelse.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001644
1645#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001646#: e2fsck/problem.c:834
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001647#, c-format
1648msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1649msgstr "iknude %i har flaget INDEX-FL angivet, men er ikke en mappe.\n"
1650
1651#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001652#: e2fsck/problem.c:839
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001653#, c-format
1654msgid "@h %i has an @n root node.\n"
1655msgstr "HTREE-mappe-iknude %i har en ugyldig root-knde.\n"
1656
1657#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001658#: e2fsck/problem.c:844
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001659msgid "@h %i has an unsupported hash version (%N)\n"
1660msgstr "HTREE-mappe-iknude %i har en ikke understøttet hash-version (%N)\n"
1661
1662#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001663#: e2fsck/problem.c:849
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001664#, c-format
1665msgid "@h %i uses an incompatible htree root node flag.\n"
1666msgstr ""
1667
1668#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001669#: e2fsck/problem.c:854
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001670msgid "@h %i has a tree depth (%N) which is too big\n"
1671msgstr "HTREE-mappe-iknude %i har en trædybde (%N) som er for stor\n"
1672
1673#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1674#. @-expanded: filesystem metadata.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001675#: e2fsck/problem.c:859
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001676msgid ""
1677"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1678"@f metadata. "
1679msgstr ""
1680"Ugyldig blok-iknude har en indirekte blok (%b) som er i konflikt med\n"
1681"filsystemets metadata."
1682
1683#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001684#: e2fsck/problem.c:865
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001685#, c-format
1686msgid "Resize @i (re)creation failed: %m."
1687msgstr "Ændring af størrelse for iknude (gen)skabelse mislykkedes: %m."
1688
1689#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001690#: e2fsck/problem.c:870
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001691msgid "@i %i has a extra size (%IS) which is @n\n"
1692msgstr "iknude %i har en ekstra størrelse (%IS) som er ugyldig\n"
1693
1694#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001695#: e2fsck/problem.c:875
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001696msgid "@a in @i %i has a namelen (%N) which is @n\n"
1697msgstr "udvidet attribut i iknude %i har en namelen (%N) som er ugyldig\n"
1698
1699#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001700#: e2fsck/problem.c:880
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001701msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001702msgstr ""
1703"udvidet attribut i iknude %i har en værdiforskydning (%N) som er ugyldig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001704
1705#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001706#: e2fsck/problem.c:885
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001707msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001708msgstr ""
1709"udvidet attribut i iknude %i har en værdiblok (%N) som er ugyldig (skal være "
1710"o)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001711
1712#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001713#: e2fsck/problem.c:890
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001714msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04001715msgstr ""
1716"udvidet attribut i iknude %i har en værdistørrelse (%N) som er ugyldig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001717
1718#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001719#: e2fsck/problem.c:895
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001720msgid "@a in @i %i has a hash (%N) which is @n\n"
1721msgstr ""
1722
1723#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001724#: e2fsck/problem.c:900
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001725msgid "@i %i is a %It but it looks like it is really a directory.\n"
1726msgstr "iknude %i er en %It men ligner egentlig en mappe.\n"
1727
1728#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001729#: e2fsck/problem.c:905
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001730#, c-format
1731msgid "Error while reading over @x tree in @i %i: %m\n"
1732msgstr ""
1733
1734#. @-expanded: Failed to iterate extents in inode %i\n
1735#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001736#: e2fsck/problem.c:910
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001737msgid ""
1738"Failed to iterate extents in @i %i\n"
1739"\t(op %s, blk %b, lblk %c): %m\n"
1740msgstr ""
1741
1742#. @-expanded: inode %i has an invalid extent\n
1743#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001744#: e2fsck/problem.c:916
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001745msgid ""
1746"@i %i has an @n extent\n"
1747"\t(logical @b %c, @n physical @b %b, len %N)\n"
1748msgstr ""
1749
1750#. @-expanded: inode %i has an invalid extent\n
1751#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001752#: e2fsck/problem.c:921
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001753msgid ""
1754"@i %i has an @n extent\n"
1755"\t(logical @b %c, physical @b %b, @n len %N)\n"
1756msgstr ""
1757
1758#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001759#: e2fsck/problem.c:926
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001760#, c-format
1761msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1762msgstr ""
1763
1764#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001765#: e2fsck/problem.c:931
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001766#, c-format
1767msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1768msgstr ""
1769
1770#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001771#: e2fsck/problem.c:936
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001772#, c-format
1773msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1774msgstr ""
1775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001776#: e2fsck/problem.c:941
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001777#, c-format
1778msgid "Fast symlink %i has EXTENT_FL set. "
1779msgstr ""
1780
1781#. @-expanded: inode %i has out of order extents\n
1782#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001783#: e2fsck/problem.c:946
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001784msgid ""
1785"@i %i has out of order extents\n"
1786"\t(@n logical @b %c, physical @b %b, len %N)\n"
1787msgstr ""
1788
1789#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001790#: e2fsck/problem.c:950
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001791msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1792msgstr ""
1793
1794#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001795#: e2fsck/problem.c:955
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001796#, c-format
1797msgid "Error converting subcluster @b @B: %m\n"
1798msgstr ""
1799
1800#. @-expanded: quota inode is not regular file.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001801#: e2fsck/problem.c:960
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001802msgid "@q @i is not regular file. "
1803msgstr ""
1804
1805#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001806#: e2fsck/problem.c:965
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001807msgid "@q @i is not in use, but contains data. "
1808msgstr ""
1809
1810#. @-expanded: quota inode is visible to the user.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001811#: e2fsck/problem.c:970
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001812msgid "@q @i is visible to the user. "
1813msgstr "Iknudens kvota er synlig for brugeren. "
1814
1815#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001816#: e2fsck/problem.c:975
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001817msgid "The bad @b @i looks @n. "
1818msgstr ""
1819
1820#. @-expanded: inode %i has zero length extent\n
1821#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001822#: e2fsck/problem.c:980
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001823msgid ""
1824"@i %i has zero length extent\n"
1825"\t(@n logical @b %c, physical @b %b)\n"
1826msgstr ""
1827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001828#. @-expanded: inode %i seems to contain garbage.
1829#: e2fsck/problem.c:985
1830#, fuzzy, c-format
1831msgid "@i %i seems to contain garbage. "
1832msgstr "iknude %i er for stor. "
1833
1834#. @-expanded: inode %i passes checks, but checksum does not match inode.
1835#: e2fsck/problem.c:990
1836#, c-format
1837msgid "@i %i passes checks, but checksum does not match @i. "
1838msgstr ""
1839
1840#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1841#: e2fsck/problem.c:995
1842#, fuzzy, c-format
1843msgid "@i %i @a is corrupt (allocation collision). "
1844msgstr "udvidet attributblok %b er ødelagt (allokeringskollision). "
1845
1846#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1847#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1848#: e2fsck/problem.c:1003
1849msgid ""
1850"@i %i extent block passes checks, but checksum does not match extent\n"
1851"\t(logical @b %c, physical @b %b, len %N)\n"
1852msgstr ""
1853
1854#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1855#: e2fsck/problem.c:1012
1856msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1857msgstr ""
1858
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001859#. @-expanded: Interior extent node level %N of inode %i:\n
1860#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001861#: e2fsck/problem.c:1019
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001862msgid ""
1863"Interior @x node level %N of @i %i:\n"
1864"Logical start %b does not match logical start %c at next level. "
1865msgstr ""
1866
1867#. @-expanded: inode %i, end of extent exceeds allowed value\n
1868#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001869#: e2fsck/problem.c:1025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001870msgid ""
1871"@i %i, end of extent exceeds allowed value\n"
1872"\t(logical @b %c, physical @b %b, len %N)\n"
1873msgstr ""
1874
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001875#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1876#: e2fsck/problem.c:1030
1877#, c-format
1878msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1879msgstr ""
1880
1881#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1882#: e2fsck/problem.c:1035
1883#, fuzzy, c-format
1884msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1885msgstr ""
1886"iknude %i har flaget INDEX_FL angivet på filsystem uden htree-"
1887"understøttelse.\n"
1888
1889#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1890#: e2fsck/problem.c:1043
1891msgid ""
1892"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1893msgstr ""
1894
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001895#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001896#: e2fsck/problem.c:1048
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001897msgid "@d @i %i @b %b should be at @b %c. "
1898msgstr ""
1899
1900#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001901#: e2fsck/problem.c:1053
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001902#, c-format
1903msgid "@d @i %i has @x marked uninitialized at @b %c. "
1904msgstr ""
1905
1906#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1907#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001908#: e2fsck/problem.c:1058
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001909msgid ""
1910"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1911"Will fix in pass 1B.\n"
1912msgstr ""
1913
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001914#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1915#: e2fsck/problem.c:1063
1916#, fuzzy, c-format
1917msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1918msgstr "iknude %i har flaget INDEX-FL angivet, men er ikke en mappe.\n"
1919
1920#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1921#. @-expanded: or inline-data flag set.
1922#: e2fsck/problem.c:1068
1923#, fuzzy, c-format
1924msgid ""
1925"Special (@v/socket/fifo) file (@i %i) has extents\n"
1926"or inline-data flag set. "
1927msgstr ""
1928"Speciel (enhed/sokkel/fifo/symbolsk_henvisning) fil (iknude %i) har "
1929"uforanderlig\n"
1930"eller tilføj-kun flag angivet. "
1931
1932#. @-expanded: inode %i has extent header but inline data flag is set.\n
1933#: e2fsck/problem.c:1074
1934#, c-format
1935msgid "@i %i has @x header but inline data flag is set.\n"
1936msgstr ""
1937
1938#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1939#: e2fsck/problem.c:1079
1940#, c-format
1941msgid "@i %i seems to have inline data but @x flag is set.\n"
1942msgstr ""
1943
1944#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1945#: e2fsck/problem.c:1084
1946#, c-format
1947msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1948msgstr ""
1949
1950#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1951#: e2fsck/problem.c:1089
1952#, c-format
1953msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1954msgstr ""
1955
1956#. @-expanded: Bad block list says the bad block list inode is bad.
1957#: e2fsck/problem.c:1094
1958msgid "Bad block list says the bad block list @i is bad. "
1959msgstr ""
1960
1961#. @-expanded: error allocating extent region allocation structure.
1962#: e2fsck/problem.c:1099
1963#, fuzzy
1964msgid "@A @x region allocation structure. "
1965msgstr "der opstod en fejl under allokering af icount-struktur: %m\n"
1966
1967#. @-expanded: inode %i has a duplicate extent mapping\n
1968#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1969#: e2fsck/problem.c:1104
1970msgid ""
1971"@i %i has a duplicate @x mapping\n"
1972"\t(logical @b %c, @n physical @b %b, len %N)\n"
1973msgstr ""
1974
1975#. @-expanded: error allocating memory for encrypted directory list\n
1976#: e2fsck/problem.c:1109
1977msgid "@A memory for encrypted @d list\n"
1978msgstr ""
1979
1980#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1981#: e2fsck/problem.c:1114
1982msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1983msgstr ""
1984
1985#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1986#: e2fsck/problem.c:1119
1987#, c-format
1988msgid "@i %i on bigalloc @f cannot be @b mapped. "
1989msgstr ""
1990
1991#. @-expanded: inode %i has corrupt extent header.
1992#: e2fsck/problem.c:1124
1993#, fuzzy, c-format
1994msgid "@i %i has corrupt @x header. "
1995msgstr "udvidet attributblok %b er ødelagt (ugyldigt navn). "
1996
1997#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1998#: e2fsck/problem.c:1129
1999#, c-format
2000msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2001msgstr ""
2002
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002003#. @-expanded: \n
2004#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2005#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002006#: e2fsck/problem.c:1136
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002007msgid ""
2008"\n"
2009"Running additional passes to resolve @bs claimed by more than one @i...\n"
2010"Pass 1B: Rescanning for @m @bs\n"
2011msgstr ""
2012
2013#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002014#: e2fsck/problem.c:1142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002015#, c-format
2016msgid "@m @b(s) in @i %i:"
2017msgstr ""
2018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002019#: e2fsck/problem.c:1157
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002020#, c-format
2021msgid "Error while scanning inodes (%i): %m\n"
2022msgstr ""
2023
2024#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002025#: e2fsck/problem.c:1162
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002026#, c-format
2027msgid "@A @i @B (@i_dup_map): %m\n"
2028msgstr ""
2029
2030#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002031#: e2fsck/problem.c:1167
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002032#, c-format
2033msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2034msgstr ""
2035
2036#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002037#: e2fsck/problem.c:1172 e2fsck/problem.c:1534
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002038msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2039msgstr ""
2040
2041#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002042#: e2fsck/problem.c:1182
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002043msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2044msgstr ""
2045
2046#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002047#: e2fsck/problem.c:1188
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002048msgid "Pass 1D: Reconciling @m @bs\n"
2049msgstr ""
2050
2051#. @-expanded: File %Q (inode #%i, mod time %IM) \n
2052#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002053#: e2fsck/problem.c:1193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002054msgid ""
2055"File %Q (@i #%i, mod time %IM) \n"
2056" has %r @m @b(s), shared with %N file(s):\n"
2057msgstr ""
2058
2059#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002060#: e2fsck/problem.c:1199
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002061msgid "\t%Q (@i #%i, mod time %IM)\n"
2062msgstr ""
2063
2064#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002065#: e2fsck/problem.c:1204
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002066msgid "\t<@f metadata>\n"
2067msgstr ""
2068
2069#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2070#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002071#: e2fsck/problem.c:1209
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002072msgid ""
2073"(There are %N @is containing @m @bs.)\n"
2074"\n"
2075msgstr ""
2076
2077#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2078#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002079#: e2fsck/problem.c:1214
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002080msgid ""
2081"@m @bs already reassigned or cloned.\n"
2082"\n"
2083msgstr ""
2084
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002085#: e2fsck/problem.c:1227
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002086#, c-format
2087msgid "Couldn't clone file: %m\n"
2088msgstr "Kunne ikke klone fil: %m\n"
2089
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002090#. @-expanded: Pass 1E: Optimizing extent trees\n
2091#: e2fsck/problem.c:1233
2092#, fuzzy
2093msgid "Pass 1E: Optimizing @x trees\n"
2094msgstr "Gennemløb 3A: Optimerer mapper\n"
2095
2096#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2097#: e2fsck/problem.c:1238
2098#, fuzzy, c-format
2099msgid "Failed to optimize @x tree %p (%i): %m\n"
2100msgstr "Kunne ikke optimere mappe %q (%d): %m\n"
2101
2102#. @-expanded: Optimizing extent trees:
2103#: e2fsck/problem.c:1243
2104#, fuzzy
2105msgid "Optimizing @x trees: "
2106msgstr "Optimerer mapper: "
2107
2108#: e2fsck/problem.c:1258
2109msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2110msgstr ""
2111
2112#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2113#: e2fsck/problem.c:1263
2114msgid "@i %i @x tree (at level %b) could be shorter. "
2115msgstr ""
2116
2117#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2118#: e2fsck/problem.c:1268
2119msgid "@i %i @x tree (at level %b) could be narrower. "
2120msgstr ""
2121
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002122#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002123#: e2fsck/problem.c:1275
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002124msgid "Pass 2: Checking @d structure\n"
2125msgstr "Gennemløb 2: Kontrollerer mappestruktur\n"
2126
2127#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002128#: e2fsck/problem.c:1280
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002129#, c-format
2130msgid "@n @i number for '.' in @d @i %i.\n"
2131msgstr "ugyldig iknudenummer for ».« i mappeiknude %i.\n"
2132
2133#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002134#: e2fsck/problem.c:1285
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002135msgid "@E has @n @i #: %Di.\n"
2136msgstr "posten »%Dn« i %p (%i) har ugyldig iknude #: %Di.\n"
2137
2138#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002139#: e2fsck/problem.c:1290
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002140msgid "@E has @D/unused @i %Di. "
2141msgstr "posten »%Dn« i %p (%i) har slettet/ubrugt iknude %Di."
2142
2143#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002144#: e2fsck/problem.c:1295
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002145msgid "@E @L to '.' "
2146msgstr "posten »%Dn« i %p (%i) er en henvisning til ».«"
2147
2148#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002149#: e2fsck/problem.c:1300
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002150msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002151msgstr ""
2152"posten »%Dn« i %p (%i) peger på iknude (%Di) placeret i en ugyldig blok.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002153
2154#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002155#: e2fsck/problem.c:1305
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002156msgid "@E @L to @d %P (%Di).\n"
2157msgstr "posten »%Dn« i %p (%i) er en henvisning til mappen %P (%Di).\n"
2158
2159#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002160#: e2fsck/problem.c:1310
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002161msgid "@E @L to the @r.\n"
2162msgstr "posten »%Dn« i %p (%i) er en henvisning til root-iknuden.\n"
2163
2164#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002165#: e2fsck/problem.c:1315
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002166msgid "@E has illegal characters in its name.\n"
2167msgstr "posten »%Dn« i %p (%i) har illegale tegn i sit navn.\n"
2168
2169#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002170#: e2fsck/problem.c:1320
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002171#, c-format
2172msgid "Missing '.' in @d @i %i.\n"
2173msgstr "Mangler ».« i mappe-iknude %i.\n"
2174
2175#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002176#: e2fsck/problem.c:1325
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002177#, c-format
2178msgid "Missing '..' in @d @i %i.\n"
2179msgstr "Mangler »..« i mappe-iknude %i.\n"
2180
2181#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002182#: e2fsck/problem.c:1330
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002183msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2184msgstr "Første post »%Dn« (iknude=%Di) i mappe-iknude %i (%p) skal være ».«\n"
2185
2186#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002187#: e2fsck/problem.c:1335
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002188msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2189msgstr "Anden post »%Dn« (iknude=%Di) i mappe-iknude %i skal være ».«\n"
2190
2191#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002192#: e2fsck/problem.c:1340
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002193msgid "i_faddr @F %IF, @s zero.\n"
2194msgstr "i_faddr for iknude %i (%Q) er %IF, skal være nul.\n"
2195
2196#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002197#: e2fsck/problem.c:1345
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002198msgid "i_file_acl @F %If, @s zero.\n"
2199msgstr "i_file_acl for iknude %i (%Q) er %If, skal være nul.\n"
2200
2201#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002202#: e2fsck/problem.c:1350
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002203msgid "i_dir_acl @F %Id, @s zero.\n"
2204msgstr "i_dir_acl for iknude %i (%Q) er %Id, skal være nul.\n"
2205
2206#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002207#: e2fsck/problem.c:1355
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002208msgid "i_frag @F %N, @s zero.\n"
2209msgstr "i_frag for iknude %i (%Q) er %N, skal være nul.\n"
2210
2211#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002212#: e2fsck/problem.c:1360
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002213msgid "i_fsize @F %N, @s zero.\n"
2214msgstr "i_fsize for iknude %i (%Q) er %N, skal være nul.\n"
2215
2216#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002217#: e2fsck/problem.c:1365
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002218msgid "@i %i (%Q) has @n mode (%Im).\n"
2219msgstr "iknude %i (%Q) har ugyldig tilstand (%Im).\n"
2220
2221#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002222#: e2fsck/problem.c:1370
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002223msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2224msgstr "mappe-iknude %i, %B, forskydning %N: mappe ødelagt\n"
2225
2226#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002227#: e2fsck/problem.c:1375
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002228msgid "@d @i %i, %B, offset %N: filename too long\n"
2229msgstr "mappe-iknude %i, %B, forskydning %N: filnavn er for langt\n"
2230
2231#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002232#: e2fsck/problem.c:1380
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002233msgid "@d @i %i has an unallocated %B. "
2234msgstr "mappe-iknude %i har en uallokeret %B."
2235
2236#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002237#: e2fsck/problem.c:1385
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002238#, c-format
2239msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2240msgstr "».«-mappepost i mappe-iknude %i er ikke NUL-afsluttet\n"
2241
2242#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002243#: e2fsck/problem.c:1390
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002244#, c-format
2245msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2246msgstr "»..«-mappepost i mappeiknude %i er ikke NUl-afsluttet\n"
2247
2248#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002249#: e2fsck/problem.c:1395
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002250msgid "@i %i (%Q) is an @I character @v.\n"
2251msgstr "iknude %i (%Q) er en illegal tegnenhed.\n"
2252
2253#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002254#: e2fsck/problem.c:1400
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002255msgid "@i %i (%Q) is an @I @b @v.\n"
2256msgstr "iknude %i (%Q) er en illegal blokenhed.\n"
2257
2258#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002259#: e2fsck/problem.c:1405
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002260msgid "@E is duplicate '.' @e.\n"
2261msgstr "posten »%Dn« i %p (%i) er en duplikeret ».«-post.\n"
2262
2263#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002264#: e2fsck/problem.c:1410
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002265msgid "@E is duplicate '..' @e.\n"
2266msgstr "posten »%Dn« i %p (%i) er en duplieret »..«-post\n"
2267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002268#: e2fsck/problem.c:1415 e2fsck/problem.c:1750
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002269#, c-format
2270msgid "Internal error: couldn't find dir_info for %i.\n"
2271msgstr "Intern fejl: kunne ikke finde dir_info for %i.\n"
2272
2273#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002274#: e2fsck/problem.c:1420
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002275msgid "@E has rec_len of %Dr, @s %N.\n"
2276msgstr "posten »%Dn« i %p (%i) har rec_len for %Dr, skal være %N.\n"
2277
2278#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002279#: e2fsck/problem.c:1425
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002280#, c-format
2281msgid "@A icount structure: %m\n"
2282msgstr "der opstod en fejl under allokering af icount-struktur: %m\n"
2283
2284#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002285#: e2fsck/problem.c:1430
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002286#, c-format
2287msgid "Error iterating over @d @bs: %m\n"
2288msgstr "Der opstod en fejl under gennemløb over mappeblokke: %m\n"
2289
2290#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002291#: e2fsck/problem.c:1435
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002292msgid "Error reading @d @b %b (@i %i): %m\n"
2293msgstr "Der opstod en fejl under læsning af mappeblok %b (iknude %i): %m\n"
2294
2295#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002296#: e2fsck/problem.c:1440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002297msgid "Error writing @d @b %b (@i %i): %m\n"
2298msgstr "Der opstod en fejl under skrivning af mappeblok %b (iknude %i): %m\n"
2299
2300#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002301#: e2fsck/problem.c:1445
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002302#, c-format
2303msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002304msgstr ""
2305"Der opstod en fejl under allokering af ny mappeblok for iknude %i (%s): %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002306
2307#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002308#: e2fsck/problem.c:1450
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002309#, c-format
2310msgid "Error deallocating @i %i: %m\n"
2311msgstr "Der opstod en fejl under deallokering af iknude %i: %m\n"
2312
2313#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002314#: e2fsck/problem.c:1455
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002315#, c-format
2316msgid "@d @e for '.' in %p (%i) is big.\n"
2317msgstr "mappepost for ».« i %p (%i) er stor.\n"
2318
2319#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002320#: e2fsck/problem.c:1460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002321msgid "@i %i (%Q) is an @I FIFO.\n"
2322msgstr "iknude %i (%Q) er en illegal FIFO.\n"
2323
2324#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002325#: e2fsck/problem.c:1465
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002326msgid "@i %i (%Q) is an @I socket.\n"
2327msgstr "iknude %i (%Q) er en illegal sokkel.\n"
2328
2329#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002330#: e2fsck/problem.c:1470
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002331msgid "Setting filetype for @E to %N.\n"
2332msgstr "Angiver filtype for posten »%Dn« i %p (%i) til %N.\n"
2333
2334#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002335#: e2fsck/problem.c:1475
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002336msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002337msgstr ""
2338"posten »%Dn« i %p (%i) har en forkert filtype (var %Dt, skal være %N).\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002339
2340#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002341#: e2fsck/problem.c:1480
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002342msgid "@E has filetype set.\n"
2343msgstr "posten »%Dn« i %p (%i) har filtypesæt.\n"
2344
2345#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002346#: e2fsck/problem.c:1485
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002347msgid "@E has a @z name.\n"
2348msgstr "posten »%Dn« i %p (%i) har et nullængde navn.\n"
2349
2350#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002351#: e2fsck/problem.c:1490
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002352msgid "Symlink %Q (@i #%i) is @n.\n"
2353msgstr "Symbolsk henvisning %Q (iknude #%i) er ugyldig.\n"
2354
2355#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002356#: e2fsck/problem.c:1495
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002357msgid "@a @b @F @n (%If).\n"
2358msgstr ""
2359
2360#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002361#: e2fsck/problem.c:1500
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002362msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2363msgstr ""
2364
2365#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002366#: e2fsck/problem.c:1505
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002367msgid "@p @h %d: %B not referenced\n"
2368msgstr ""
2369
2370#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002371#: e2fsck/problem.c:1510
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002372msgid "@p @h %d: %B referenced twice\n"
2373msgstr ""
2374
2375#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002376#: e2fsck/problem.c:1515
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002377msgid "@p @h %d: %B has bad min hash\n"
2378msgstr ""
2379
2380#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002381#: e2fsck/problem.c:1520
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002382msgid "@p @h %d: %B has bad max hash\n"
2383msgstr ""
2384
2385#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002386#: e2fsck/problem.c:1525
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002387msgid "@n @h %d (%q). "
2388msgstr ""
2389
2390#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002391#: e2fsck/problem.c:1529
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002392msgid "@p @h %d (%q): bad @b number %b.\n"
2393msgstr ""
2394
2395#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002396#: e2fsck/problem.c:1539
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002397#, c-format
2398msgid "@p @h %d: root node is @n\n"
2399msgstr ""
2400
2401#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002402#: e2fsck/problem.c:1544
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002403msgid "@p @h %d: %B has @n limit (%N)\n"
2404msgstr ""
2405
2406#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002407#: e2fsck/problem.c:1549
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002408msgid "@p @h %d: %B has @n count (%N)\n"
2409msgstr "problem i HTREE-mappens iknude %d: %B har ugyldigt antal (%N)\n"
2410
2411#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002412#: e2fsck/problem.c:1554
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002413msgid "@p @h %d: %B has an unordered hash table\n"
2414msgstr "problem i HTREE-amappens iknude %d: %B har en uordnet hashtabel\n"
2415
2416#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002417#: e2fsck/problem.c:1559
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002418msgid "@p @h %d: %B has @n depth (%N)\n"
2419msgstr ""
2420
2421#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002422#: e2fsck/problem.c:1564
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002423msgid "Duplicate @E found. "
2424msgstr ""
2425
2426#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2427#. @-expanded: Rename to %s
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002428#: e2fsck/problem.c:1569
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002429#, no-c-format
2430msgid ""
2431"@E has a non-unique filename.\n"
2432"Rename to %s"
2433msgstr ""
2434
2435#. @-expanded: Duplicate entry '%Dn' found.\n
2436#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2437#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002438#: e2fsck/problem.c:1574
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002439msgid ""
2440"Duplicate @e '%Dn' found.\n"
2441"\tMarking %p (%i) to be rebuilt.\n"
2442"\n"
2443msgstr ""
2444
2445#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002446#: e2fsck/problem.c:1579
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002447msgid "i_blocks_hi @F %N, @s zero.\n"
2448msgstr ""
2449
2450#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002451#: e2fsck/problem.c:1584
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002452msgid "Unexpected @b in @h %d (%q).\n"
2453msgstr ""
2454
2455#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002456#: e2fsck/problem.c:1588
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002457msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2458msgstr ""
2459
2460#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002461#: e2fsck/problem.c:1593
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002462msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2463msgstr ""
2464
2465#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002466#: e2fsck/problem.c:1598
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002467msgid "i_file_acl_hi @F %N, @s zero.\n"
2468msgstr ""
2469
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002470#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2471#: e2fsck/problem.c:1603
2472#, c-format
2473msgid "@p @h %d: root node fails checksum.\n"
2474msgstr ""
2475
2476#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2477#: e2fsck/problem.c:1608
2478#, c-format
2479msgid "@p @h %d: internal node fails checksum.\n"
2480msgstr ""
2481
2482#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2483#: e2fsck/problem.c:1613
2484#, fuzzy
2485msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2486msgstr "mappe-iknude %i, %B, forskydning %N: mappe ødelagt\n"
2487
2488#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2489#: e2fsck/problem.c:1618
2490msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2491msgstr ""
2492
2493#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2494#: e2fsck/problem.c:1623
2495msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2496msgstr ""
2497
2498#. @-expanded: Fixing size of inline directory inode %i failed.\n
2499#: e2fsck/problem.c:1628
2500#, c-format
2501msgid "Fixing size of inline @d @i %i failed.\n"
2502msgstr ""
2503
2504#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2505#: e2fsck/problem.c:1633
2506msgid "Encrypted @E is too short.\n"
2507msgstr ""
2508
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002509#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002510#: e2fsck/problem.c:1640
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002511msgid "Pass 3: Checking @d connectivity\n"
2512msgstr ""
2513
2514#. @-expanded: root inode not allocated.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002515#: e2fsck/problem.c:1645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002516msgid "@r not allocated. "
2517msgstr "Root-iknude er ikke allokeret. "
2518
2519#. @-expanded: No room in lost+found directory.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002520#: e2fsck/problem.c:1650
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002521msgid "No room in @l @d. "
2522msgstr "Ingen plads i mappen lost+found."
2523
2524#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002525#: e2fsck/problem.c:1655
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002526#, c-format
2527msgid "Unconnected @d @i %i (%p)\n"
2528msgstr ""
2529
2530#. @-expanded: /lost+found not found.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002531#: e2fsck/problem.c:1660
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002532msgid "/@l not found. "
2533msgstr ""
2534
2535#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002536#: e2fsck/problem.c:1665
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002537msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2538msgstr ""
2539
2540#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002541#: e2fsck/problem.c:1670
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002542msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2543msgstr ""
2544
2545#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002546#: e2fsck/problem.c:1675
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002547#, c-format
2548msgid "Could not expand /@l: %m\n"
2549msgstr "Kunne ikke udvide /lost+found: %m\n"
2550
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002551#: e2fsck/problem.c:1680
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002552#, c-format
2553msgid "Could not reconnect %i: %m\n"
2554msgstr "Kunne ikke genforbinde %i: %m\n"
2555
2556#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002557#: e2fsck/problem.c:1685
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002558#, c-format
2559msgid "Error while trying to find /@l: %m\n"
2560msgstr "Der opstod en fej under forsøget på at finde /lost+found: %m\n"
2561
2562#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002563#: e2fsck/problem.c:1690
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002564#, c-format
2565msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2566msgstr "ext2fs_ny_blok: %m under forsøg på at oprette mappen /lost+found\n"
2567
2568#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002569#: e2fsck/problem.c:1695
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002570#, c-format
2571msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2572msgstr ""
2573
2574#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002575#: e2fsck/problem.c:1700
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002576#, c-format
2577msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2578msgstr "ext2fs_new_dir_block: %m under oprettelse af ny mappeblok\n"
2579
2580#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002581#: e2fsck/problem.c:1705
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002582#, c-format
2583msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002584msgstr ""
2585"ext2fs_write_dir_block: %m under skrivning af mappeblokken for /lost+found\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002586
2587#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002588#: e2fsck/problem.c:1710
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002589#, c-format
2590msgid "Error while adjusting @i count on @i %i\n"
2591msgstr "Fejl under justering af iknude-antal på iknude %i\n"
2592
2593#. @-expanded: Couldn't fix parent of inode %i: %m\n
2594#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002595#: e2fsck/problem.c:1715
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002596#, c-format
2597msgid ""
2598"Couldn't fix parent of @i %i: %m\n"
2599"\n"
2600msgstr ""
2601
2602#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2603#. @-expanded: \n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002604#: e2fsck/problem.c:1720
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002605#, c-format
2606msgid ""
2607"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2608"\n"
2609msgstr ""
2610
2611#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002612#: e2fsck/problem.c:1730
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002613#, c-format
2614msgid "Error creating root @d (%s): %m\n"
2615msgstr "Der opstod en fejl under oprette af rodmappe (%s): %m\n"
2616
2617#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002618#: e2fsck/problem.c:1735
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002619#, c-format
2620msgid "Error creating /@l @d (%s): %m\n"
2621msgstr "Fejl under oprettelse af /@l @d (%s): %m\n"
2622
2623#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002624#: e2fsck/problem.c:1740
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002625msgid "@r is not a @d; aborting.\n"
2626msgstr "@r er ikke en @d; afbryder.\n"
2627
2628#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002629#: e2fsck/problem.c:1745
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002630msgid "Cannot proceed without a @r.\n"
2631msgstr "Kan ikke fortsætte uden en @r.\n"
2632
2633#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002634#: e2fsck/problem.c:1755
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002635#, c-format
2636msgid "/@l is not a @d (ino=%i)\n"
2637msgstr "/@l er ikke en @d (ino=%i)\n"
2638
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002639#. @-expanded: /lost+found has inline data\n
2640#: e2fsck/problem.c:1760
2641msgid "/@l has inline data\n"
2642msgstr ""
2643
2644#. @-expanded: Cannot allocate space for /lost+found.\n
2645#. @-expanded: Place lost files in root directory instead
2646#: e2fsck/problem.c:1765
2647msgid ""
2648"Cannot allocate space for /@l.\n"
2649"Place lost files in root directory instead"
2650msgstr ""
2651
2652#. @-expanded: Insufficient space to recover lost files!\n
2653#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2654#. @-expanded: \n
2655#: e2fsck/problem.c:1770
2656msgid ""
2657"Insufficient space to recover lost files!\n"
2658"Move data off the @f and re-run e2fsck.\n"
2659"\n"
2660msgstr ""
2661
2662#. @-expanded: /lost+found is encrypted\n
2663#: e2fsck/problem.c:1775
2664msgid "/@l is encrypted\n"
2665msgstr ""
2666
2667#: e2fsck/problem.c:1782
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002668msgid "Pass 3A: Optimizing directories\n"
2669msgstr "Gennemløb 3A: Optimerer mapper\n"
2670
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002671#: e2fsck/problem.c:1787
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002672#, c-format
2673msgid "Failed to create dirs_to_hash iterator: %m\n"
2674msgstr "Kunne ikke oprette dirs_to_hash-iterator: %m\n"
2675
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002676#: e2fsck/problem.c:1792
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002677msgid "Failed to optimize directory %q (%d): %m\n"
2678msgstr "Kunne ikke optimere mappe %q (%d): %m\n"
2679
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002680#: e2fsck/problem.c:1797
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002681msgid "Optimizing directories: "
2682msgstr "Optimerer mapper: "
2683
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002684#: e2fsck/problem.c:1814
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002685msgid "Pass 4: Checking reference counts\n"
2686msgstr "Gennemløb 4: Kontrollerer referenceantal\n"
2687
2688#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002689#: e2fsck/problem.c:1819
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002690#, c-format
2691msgid "@u @z @i %i. "
2692msgstr ""
2693
2694#. @-expanded: unattached inode %i\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002695#: e2fsck/problem.c:1824
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002696#, c-format
2697msgid "@u @i %i\n"
2698msgstr ""
2699
2700#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002701#: e2fsck/problem.c:1829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002702msgid "@i %i ref count is %Il, @s %N. "
2703msgstr ""
2704
2705#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2706#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2707#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002708#: e2fsck/problem.c:1833
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002709msgid ""
2710"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2711"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2712"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2713msgstr ""
2714
2715#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002716#: e2fsck/problem.c:1843
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002717msgid "Pass 5: Checking @g summary information\n"
2718msgstr ""
2719
2720#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002721#: e2fsck/problem.c:1848
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002722msgid "Padding at end of @i @B is not set. "
2723msgstr ""
2724
2725#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002726#: e2fsck/problem.c:1853
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002727msgid "Padding at end of @b @B is not set. "
2728msgstr ""
2729
2730#. @-expanded: block bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002731#: e2fsck/problem.c:1858
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002732msgid "@b @B differences: "
2733msgstr ""
2734
2735#. @-expanded: inode bitmap differences:
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002736#: e2fsck/problem.c:1878
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002737msgid "@i @B differences: "
2738msgstr ""
2739
2740#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002741#: e2fsck/problem.c:1898
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002742msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2743msgstr ""
2744
2745#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002746#: e2fsck/problem.c:1903
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002747msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2748msgstr ""
2749
2750#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002751#: e2fsck/problem.c:1908
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002752msgid "Free @is count wrong (%i, counted=%j).\n"
2753msgstr ""
2754
2755#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002756#: e2fsck/problem.c:1913
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002757msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2758msgstr ""
2759
2760#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002761#: e2fsck/problem.c:1918
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002762msgid "Free @bs count wrong (%b, counted=%c).\n"
2763msgstr ""
2764
2765#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2766#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002767#: e2fsck/problem.c:1923
Theodore Ts'obd386982015-05-17 20:34:58 -04002768msgid ""
2769"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2770"endpoints (%i, %j)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002771msgstr ""
2772
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002773#: e2fsck/problem.c:1929
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002774msgid "Internal error: fudging end of bitmap (%N)\n"
2775msgstr ""
2776
2777#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002778#: e2fsck/problem.c:1934
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002779#, c-format
2780msgid "Error copying in replacement @i @B: %m\n"
2781msgstr "Fejl under kopiering af erstatningsiknude-bitmap: %m\n"
2782
2783#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002784#: e2fsck/problem.c:1939
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002785#, c-format
2786msgid "Error copying in replacement @b @B: %m\n"
2787msgstr "Fejl under kopiering af erstatningsblok-bitmap: %m\n"
2788
2789#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002790#: e2fsck/problem.c:1964
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002791#, c-format
2792msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2793msgstr "gruppe %g blokke i brug men grupper er markeret BLOCK_UNINIT\n"
2794
2795#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002796#: e2fsck/problem.c:1969
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002797#, c-format
2798msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2799msgstr "gruppe %g iknuder i brug men gruppe er markeret INODE_UNINIT\n"
2800
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002801#. @-expanded: group %g inode bitmap does not match checksum.\n
2802#: e2fsck/problem.c:1974
2803#, c-format
2804msgid "@g %g @i @B does not match checksum.\n"
2805msgstr ""
2806
2807#. @-expanded: group %g block bitmap does not match checksum.\n
2808#: e2fsck/problem.c:1979
2809#, c-format
2810msgid "@g %g @b @B does not match checksum.\n"
2811msgstr ""
2812
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002813#. @-expanded: Recreate journal
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002814#: e2fsck/problem.c:1986
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002815msgid "Recreate @j"
2816msgstr "Genskab journal"
2817
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002818#: e2fsck/problem.c:1991
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002819msgid "Update quota info for quota type %N"
2820msgstr ""
2821
2822#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002823#: e2fsck/problem.c:1996
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002824#, c-format
2825msgid "Error setting @b @g checksum info: %m\n"
2826msgstr "Fejl ved angivelse af blokgruppens kontrolsumsinfo: %m\n"
2827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002828#: e2fsck/problem.c:2001
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002829#, c-format
2830msgid "Error writing file system info: %m\n"
2831msgstr "Fejl under skrivning af filsysteminfo: %m\n"
2832
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002833#: e2fsck/problem.c:2006
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002834#, c-format
2835msgid "Error flushing writes to storage device: %m\n"
2836msgstr ""
2837
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002838#: e2fsck/problem.c:2127
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002839#, c-format
2840msgid "Unhandled error code (0x%x)!\n"
2841msgstr "Uhåndteret fejlkode (ox%x)!\n"
2842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002843#: e2fsck/problem.c:2252 e2fsck/problem.c:2256
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002844msgid "IGNORED"
2845msgstr "IGNORERET"
2846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002847#: e2fsck/quota.c:33 e2fsck/quota.c:46
2848msgid "in move_quota_inode"
2849msgstr ""
2850
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002851#: e2fsck/scantest.c:79
2852#, c-format
2853msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2854msgstr "Anvendt hukommselse: %d, forløbet tid: %6.3f/%6.3f/%6.3f\n"
2855
2856#: e2fsck/scantest.c:98
2857#, c-format
2858msgid "size of inode=%d\n"
2859msgstr "størrelse på iknude=%d\n"
2860
2861#: e2fsck/scantest.c:119
2862msgid "while starting inode scan"
2863msgstr ""
2864
2865#: e2fsck/scantest.c:130
2866msgid "while doing inode scan"
2867msgstr ""
2868
2869#: e2fsck/super.c:190
2870#, c-format
2871msgid "while calling ext2fs_block_iterate for inode %d"
2872msgstr ""
2873
2874#: e2fsck/super.c:213
2875#, c-format
2876msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2877msgstr ""
2878
2879#: e2fsck/super.c:274
2880msgid "Truncating"
2881msgstr ""
2882
2883#: e2fsck/super.c:275
2884msgid "Clearing"
2885msgstr "Rydder"
2886
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002887#: e2fsck/unix.c:77
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002888#, c-format
2889msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002890"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002891"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002892"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002893msgstr ""
2894
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002895#: e2fsck/unix.c:82
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002896msgid ""
2897"\n"
2898"Emergency help:\n"
2899" -p Automatic repair (no questions)\n"
2900" -n Make no changes to the filesystem\n"
2901" -y Assume \"yes\" to all questions\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04002902" -c Check for bad blocks and add them to the badblock "
2903"list\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002904" -f Force checking even if filesystem is marked clean\n"
2905msgstr ""
2906
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002907#: e2fsck/unix.c:88
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002908msgid ""
2909" -v Be verbose\n"
2910" -b superblock Use alternative superblock\n"
2911" -B blocksize Force blocksize when looking for superblock\n"
2912" -j external_journal Set location of the external journal\n"
2913" -l bad_blocks_file Add to badblocks list\n"
2914" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002915" -z undo_file Create an undo file\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002916msgstr ""
2917
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002918#: e2fsck/unix.c:134
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002919#, c-format
2920msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2921msgstr ""
2922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002923#: e2fsck/unix.c:160
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002924#, c-format
2925msgid ""
2926"\n"
2927"%12u inode used (%2.2f%%, out of %u)\n"
2928msgid_plural ""
2929"\n"
2930"%12u inodes used (%2.2f%%, out of %u)\n"
2931msgstr[0] ""
2932"\n"
2933"%12u iknude brugt (%2.2f%%, ud af %u)\n"
2934msgstr[1] ""
2935"\n"
2936"%12u iknuder brugt (%2.2f%%, ud af %u)\n"
2937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002938#: e2fsck/unix.c:164
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002939#, c-format
2940msgid "%12u non-contiguous file (%0d.%d%%)\n"
2941msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2942msgstr[0] ""
2943msgstr[1] ""
2944
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002945#: e2fsck/unix.c:169
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002946#, c-format
2947msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2948msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2949msgstr[0] ""
2950msgstr[1] ""
2951
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002952#: e2fsck/unix.c:174
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002953#, c-format
2954msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2955msgstr " # af iknuder med ind/dind/tind-blokke: %u/%u/%u\n"
2956
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002957#: e2fsck/unix.c:182
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002958msgid " Extent depth histogram: "
2959msgstr " Udvid dybdehistogram: "
2960
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002961#: e2fsck/unix.c:191
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002962#, c-format
2963msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2964msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2965msgstr[0] "%12llu blok brugt (%2.2f%%, ud af %llu)\n"
2966msgstr[1] "%12llu blokke brugt (%2.2f%%, ud af %llu)\n"
2967
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002968#: e2fsck/unix.c:195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002969#, c-format
2970msgid "%12u bad block\n"
2971msgid_plural "%12u bad blocks\n"
2972msgstr[0] "%12u ugyldig blok\n"
2973msgstr[1] "%12u ugyldige blokke\n"
2974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002975#: e2fsck/unix.c:197
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002976#, c-format
2977msgid "%12u large file\n"
2978msgid_plural "%12u large files\n"
2979msgstr[0] "%12u stor fil\n"
2980msgstr[1] "%12u store filer\n"
2981
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002982#: e2fsck/unix.c:199
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002983#, c-format
2984msgid ""
2985"\n"
2986"%12u regular file\n"
2987msgid_plural ""
2988"\n"
2989"%12u regular files\n"
2990msgstr[0] ""
2991"\n"
2992"%12u normal fil\n"
2993msgstr[1] ""
2994"\n"
2995"%12u normale filer\n"
2996
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002997#: e2fsck/unix.c:201
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002998#, c-format
2999msgid "%12u directory\n"
3000msgid_plural "%12u directories\n"
3001msgstr[0] "%12u mappe\n"
3002msgstr[1] "%12u mapper\n"
3003
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003004#: e2fsck/unix.c:203
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003005#, c-format
3006msgid "%12u character device file\n"
3007msgid_plural "%12u character device files\n"
3008msgstr[0] "%12u tegnenhedsfil\n"
3009msgstr[1] "%12u tegnenhedsfiler\n"
3010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003011#: e2fsck/unix.c:206
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003012#, c-format
3013msgid "%12u block device file\n"
3014msgid_plural "%12u block device files\n"
3015msgstr[0] "%12u blokenhedsfil\n"
3016msgstr[1] "%12u blokenhedsfiler\n"
3017
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003018#: e2fsck/unix.c:208
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003019#, c-format
3020msgid "%12u fifo\n"
3021msgid_plural "%12u fifos\n"
3022msgstr[0] "%12u fifo\n"
3023msgstr[1] "%12u fifo'er\n"
3024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003025#: e2fsck/unix.c:210
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003026#, c-format
3027msgid "%12u link\n"
3028msgid_plural "%12u links\n"
3029msgstr[0] "%12u henvisning\n"
3030msgstr[1] "%12u henvisninger\n"
3031
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003032#: e2fsck/unix.c:212
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003033#, c-format
3034msgid "%12u symbolic link"
3035msgid_plural "%12u symbolic links"
3036msgstr[0] "%12u symbolsk henvisning"
3037msgstr[1] "%12u symbolske henvisninger"
3038
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003039#: e2fsck/unix.c:214
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003040#, c-format
3041msgid " (%u fast symbolic link)\n"
3042msgid_plural " (%u fast symbolic links)\n"
3043msgstr[0] " (%u hurtig symbolsk henvisning)\n"
3044msgstr[1] " (%u hurtige symbolske henvisninger)\n"
3045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003046#: e2fsck/unix.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003047#, c-format
3048msgid "%12u socket\n"
3049msgid_plural "%12u sockets\n"
3050msgstr[0] "%12u sokkel\n"
3051msgstr[1] "%12u sokler\n"
3052
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003053#: e2fsck/unix.c:222
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003054#, c-format
3055msgid "%12u file\n"
3056msgid_plural "%12u files\n"
3057msgstr[0] "%12u fil\n"
3058msgstr[1] "%12u filer\n"
3059
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003060#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2853 misc/util.c:126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003061#: resize/main.c:352
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003062#, c-format
3063msgid "while determining whether %s is mounted."
3064msgstr "under bestemmelse af hvorvidt %s er monteret."
3065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003066#: e2fsck/unix.c:256
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003067#, c-format
3068msgid "Warning! %s is mounted.\n"
3069msgstr "Advarsel! %s er monteret.\n"
3070
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003071#: e2fsck/unix.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003072#, c-format
3073msgid "Warning! %s is in use.\n"
3074msgstr "Advarsel! %s er i brug.\n"
3075
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003076#: e2fsck/unix.c:265
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003077#, c-format
3078msgid "%s is mounted.\n"
3079msgstr "%s er monteret.\n"
3080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003081#: e2fsck/unix.c:267
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003082#, c-format
3083msgid "%s is in use.\n"
3084msgstr "%s er i brug.\n"
3085
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003086#: e2fsck/unix.c:269
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003087msgid ""
3088"Cannot continue, aborting.\n"
3089"\n"
3090msgstr ""
3091"Kan ikke fortsætte, afbryder.\n"
3092"\n"
3093
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003094#: e2fsck/unix.c:271
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003095msgid ""
3096"\n"
3097"\n"
3098"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3099"cause ***SEVERE*** filesystem damage.\n"
3100"\n"
3101msgstr ""
3102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003103#: e2fsck/unix.c:276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003104msgid "Do you really want to continue"
3105msgstr "Ønsker du virkelig at fortsætte"
3106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003107#: e2fsck/unix.c:278
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003108msgid "check aborted.\n"
3109msgstr "kontrol afbrudt.\n"
3110
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003111#: e2fsck/unix.c:371
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003112msgid " contains a file system with errors"
3113msgstr " indeholder et filsytem med fejl"
3114
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003115#: e2fsck/unix.c:373
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003116msgid " was not cleanly unmounted"
3117msgstr " var ikke ordenlig afmonteret"
3118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003119#: e2fsck/unix.c:375
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003120msgid " primary superblock features different from backup"
3121msgstr ""
3122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003123#: e2fsck/unix.c:379
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003124#, c-format
3125msgid " has been mounted %u times without being checked"
3126msgstr " er blevet monteret %u gange uden at blive kontrolleret"
3127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003128#: e2fsck/unix.c:386
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003129msgid " has filesystem last checked time in the future"
3130msgstr " har datoen for sidste kontrol af filsystemet ude i fremtiden"
3131
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003132#: e2fsck/unix.c:392
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003133#, c-format
3134msgid " has gone %u days without being checked"
3135msgstr " er ikke blevet kontrolleret i %u dage"
3136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003137#: e2fsck/unix.c:401
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003138msgid ", check forced.\n"
3139msgstr ", tvungen kontrol.\n"
3140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003141#: e2fsck/unix.c:434
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003142#, c-format
3143msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3144msgstr "%s: ren, %u/%u filer, %llu/%llu blokke"
3145
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003146#: e2fsck/unix.c:454
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003147msgid " (check deferred; on battery)"
3148msgstr " (kontrol udskudt; på batteri)"
3149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003150#: e2fsck/unix.c:457
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003151msgid " (check after next mount)"
3152msgstr " (kontrol efter næste montering)"
3153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003154#: e2fsck/unix.c:459
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003155#, c-format
3156msgid " (check in %ld mounts)"
3157msgstr " (kontroller om %ld monteringer)"
3158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003159#: e2fsck/unix.c:609
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003160#, c-format
3161msgid "ERROR: Couldn't open /dev/null (%s)\n"
3162msgstr "FEJL: Kunne ikke åbne /dev/null (%s)\n"
3163
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003164#: e2fsck/unix.c:679
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003165msgid "Invalid EA version.\n"
3166msgstr "Ugyldig EA-version.\n"
3167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003168#: e2fsck/unix.c:692
3169msgid "Invalid readahead buffer size.\n"
3170msgstr ""
3171
3172#: e2fsck/unix.c:725
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003173#, c-format
3174msgid "Unknown extended option: %s\n"
3175msgstr "Ukendt udvidet tilvalg: %s\n"
3176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003177#: e2fsck/unix.c:752
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003178#, c-format
3179msgid ""
3180"Syntax error in e2fsck config file (%s, line #%d)\n"
3181"\t%s\n"
3182msgstr ""
3183"Syntaksfejl i e2fsck-konfigurationsfilen (%s, linje #%d)\n"
3184"\t%s\n"
3185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003186#: e2fsck/unix.c:825
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003187#, c-format
3188msgid "Error validating file descriptor %d: %s\n"
3189msgstr "Der opstod en fejl under validering af filbeskriver %d: %s\n"
3190
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003191#: e2fsck/unix.c:829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003192msgid "Invalid completion information file descriptor"
3193msgstr "Ugyldig filbeskriver for fuldførelsesinformation"
3194
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003195#: e2fsck/unix.c:844
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003196msgid "Only one of the options -p/-a, -n or -y may be specified."
3197msgstr "Kun en af tilvalgene -p/-a, -n eller -y må angives."
3198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003199#: e2fsck/unix.c:865
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003200#, c-format
3201msgid "The -t option is not supported on this version of e2fsck.\n"
3202msgstr "Tilvalget -t er ikke understøttet på denne version af e2fsck.\n"
3203
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003204#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003205#: misc/tune2fs.c:1572 misc/tune2fs.c:1868 misc/tune2fs.c:1886
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003206#, c-format
3207msgid "Unable to resolve '%s'"
3208msgstr ""
3209
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003210#: e2fsck/unix.c:952
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003211msgid "The -n and -D options are incompatible."
3212msgstr "Tilvalgene -n og -D er ikke kompatible."
3213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003214#: e2fsck/unix.c:957
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003215msgid "The -n and -c options are incompatible."
3216msgstr "Tilvalgene -n og -D er ikke kompatible."
3217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003218#: e2fsck/unix.c:962
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003219msgid "The -n and -l/-L options are incompatible."
3220msgstr "Tilvalgene -n og -l/-L er ikke kompatible."
3221
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003222#: e2fsck/unix.c:986
3223#, fuzzy
3224msgid "The -D and -E fixes_only options are incompatible."
3225msgstr "Tilvalgene -n og -D er ikke kompatible."
3226
3227#: e2fsck/unix.c:992
3228#, fuzzy
3229msgid "The -E bmap2extent and fixes_only options are incompatible."
3230msgstr "Tilvalgene -n og -D er ikke kompatible."
3231
3232#: e2fsck/unix.c:1046
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003233msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3234msgstr "Tilvalgene -c og -l/-L må ikke bruges på samme tid.\n"
3235
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003236#: e2fsck/unix.c:1093
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003237#, c-format
3238msgid ""
3239"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3240"\n"
3241msgstr ""
3242"E2FSCK_JBD_DEBUG »%s« er ikke et heltal\n"
3243"\n"
3244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003245#: e2fsck/unix.c:1102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003246#, c-format
3247msgid ""
3248"\n"
3249"Invalid non-numeric argument to -%c (\"%s\")\n"
3250"\n"
3251msgstr ""
3252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003253#: e2fsck/unix.c:1193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003254#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04003255msgid ""
3256"MMP interval is %u seconds and total wait time is %u seconds. Please "
3257"wait...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003258msgstr ""
3259
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003260#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003261msgid "while checking MMP block"
3262msgstr ""
3263
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003264#: e2fsck/unix.c:1217 misc/tune2fs.c:2767
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003265msgid ""
3266"If you are sure the filesystem is not in use on any node, run:\n"
3267"'tune2fs -f -E clear_mmp {device}'\n"
3268msgstr ""
3269
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003270#: e2fsck/unix.c:1232
3271#, fuzzy
3272msgid "while reading MMP block"
3273msgstr "under læsning af MMP-blok."
3274
3275#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003276#: misc/mke2fs.c:2535 misc/mke2fs.c:2586 misc/tune2fs.c:2585
3277#: misc/tune2fs.c:2630 resize/main.c:186 resize/main.c:231
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003278#, c-format
3279msgid ""
3280"Overwriting existing filesystem; this can be undone using the command:\n"
3281" e2undo %s %s\n"
3282"\n"
3283msgstr ""
3284"Overskrivning af eksisterende filsystem; dette kan fortrydes via "
3285"kommandoen:\n"
3286" e2undo %s %s\n"
3287"\n"
3288
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003289#: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2575 misc/tune2fs.c:2619
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003290#: resize/main.c:220
3291#, c-format
3292msgid "while trying to delete %s"
3293msgstr "under forsøg på at slette %s"
3294
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003295#: e2fsck/unix.c:1319 misc/mke2fs.c:2601 resize/main.c:241
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003296msgid "while trying to setup undo file\n"
3297msgstr "under forsøg på at opsætte undo-filen\n"
3298
3299#: e2fsck/unix.c:1363
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003300msgid "Error: ext2fs library version out of date!\n"
3301msgstr "Fejl: ext2fs-biblioteksversionen er forældet!\n"
3302
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003303#: e2fsck/unix.c:1370
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003304msgid "while trying to initialize program"
3305msgstr ""
3306
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003307#: e2fsck/unix.c:1393
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003308#, c-format
3309msgid "\tUsing %s, %s\n"
3310msgstr "\tBruger %s, %s\n"
3311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003312#: e2fsck/unix.c:1405
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003313msgid "need terminal for interactive repairs"
3314msgstr "kræver terminal for interaktive reparationer"
3315
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003316#: e2fsck/unix.c:1466
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003317#, c-format
3318msgid "%s: %s trying backup blocks...\n"
3319msgstr ""
3320
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003321#: e2fsck/unix.c:1468
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003322msgid "Superblock invalid,"
3323msgstr "Superblok ugyldig,"
3324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003325#: e2fsck/unix.c:1469
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003326msgid "Group descriptors look bad..."
3327msgstr "Gruppebeskrivere ser ugyldige ud ..."
3328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003329#: e2fsck/unix.c:1479
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003330#, c-format
3331msgid "%s: %s while using the backup blocks"
3332msgstr ""
3333
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003334#: e2fsck/unix.c:1483
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003335#, c-format
3336msgid "%s: going back to original superblock\n"
3337msgstr "%s: går tilbage til original superblok\n"
3338
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003339#: e2fsck/unix.c:1512
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003340msgid ""
3341"The filesystem revision is apparently too high for this version of e2fsck.\n"
3342"(Or the filesystem superblock is corrupt)\n"
3343"\n"
3344msgstr ""
3345
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003346#: e2fsck/unix.c:1519
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003347msgid "Could this be a zero-length partition?\n"
3348msgstr "Kunne dette være en partition med nullængde?\n"
3349
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003350#: e2fsck/unix.c:1521
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003351#, c-format
3352msgid "You must have %s access to the filesystem or be root\n"
3353msgstr "Du skal have %s-adgang til filsystemet eller være root\n"
3354
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003355#: e2fsck/unix.c:1527
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003356msgid "Possibly non-existent or swap device?\n"
3357msgstr "Muligvis ikkeeksisterende eller swapenhed?\n"
3358
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003359#: e2fsck/unix.c:1529
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003360msgid "Filesystem mounted or opened exclusively by another program?\n"
3361msgstr "Filsystem monteret eller åbnes eksklusivt af et andet program?\n"
3362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003363#: e2fsck/unix.c:1533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003364msgid "Possibly non-existent device?\n"
3365msgstr "Muligvis ikkeeksisterende enhed?\n"
3366
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003367#: e2fsck/unix.c:1536
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003368msgid ""
3369"Disk write-protected; use the -n option to do a read-only\n"
3370"check of the device.\n"
3371msgstr ""
3372"Disk skrivebeskyttet; brug tilvalget -n for at udføre en\n"
3373"skrivebeskyttet kontrol af enheden.\n"
3374
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003375#: e2fsck/unix.c:1604
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003376msgid "Get a newer version of e2fsck!"
3377msgstr "Hent en nyere version af e2fsck!"
3378
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003379#: e2fsck/unix.c:1648
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003380#, fuzzy, c-format
3381msgid "while checking journal for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003382msgstr "under kontrol af ext3-journal for %s"
3383
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003384#: e2fsck/unix.c:1661
Theodore Ts'obd386982015-05-17 20:34:58 -04003385msgid ""
3386"Warning: skipping journal recovery because doing a read-only filesystem "
3387"check.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003388msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04003389"Advarsel: Udelader journalgendannelse da der kun udføres en skrivebeskyttet "
3390"kontrol\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003391"af filsystemet.\n"
3392
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003393#: e2fsck/unix.c:1673
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003394#, c-format
3395msgid "unable to set superblock flags on %s\n"
3396msgstr ""
3397
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003398#: e2fsck/unix.c:1679
3399#, fuzzy, c-format
3400msgid "Journal checksum error found in %s\n"
3401msgstr "Journalsuperblok blev ikke fundet!\n"
3402
3403#: e2fsck/unix.c:1683
3404#, fuzzy, c-format
3405msgid "Journal corrupted in %s\n"
3406msgstr "Journal fjernet\n"
3407
3408#: e2fsck/unix.c:1687
3409#, fuzzy, c-format
3410msgid "while recovering journal of %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003411msgstr "under gendannelse af ext3-journal for %s"
3412
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003413#: e2fsck/unix.c:1709
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003414#, c-format
3415msgid "%s has unsupported feature(s):"
3416msgstr "%s har funktioner der ikke er understøttet:"
3417
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003418#: e2fsck/unix.c:1768
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003419#, c-format
3420msgid "%s: %s while reading bad blocks inode\n"
3421msgstr "%s: %s under læsning af ugyldig blok-iknude\n"
3422
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003423#: e2fsck/unix.c:1771
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003424msgid "This doesn't bode well, but we'll try to go on...\n"
3425msgstr "Dette tyder ikke godt, men vi forsøger at fortsætte ...\n"
3426
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003427#: e2fsck/unix.c:1811
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003428#, c-format
3429msgid "Creating journal (%d blocks): "
3430msgstr "Opretter journal (%d blokke): "
3431
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003432#: e2fsck/unix.c:1821
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003433msgid " Done.\n"
3434msgstr " Færdig.\n"
3435
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003436#: e2fsck/unix.c:1823
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003437#, fuzzy
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003438msgid ""
3439"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003440"*** journal has been regenerated ***\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003441msgstr ""
3442"\n"
3443"*** journal har blevet genskabt - filsystem er nu ext3 igen ***\n"
3444
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003445#: e2fsck/unix.c:1829
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003446msgid "aborted"
3447msgstr "afbrudt"
3448
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003449#: e2fsck/unix.c:1831
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003450#, c-format
3451msgid "%s: e2fsck canceled.\n"
3452msgstr "%s: e2fsck afbrudt.\n"
3453
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003454#: e2fsck/unix.c:1853
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003455msgid "Restarting e2fsck from the beginning...\n"
3456msgstr "Genstarter e2fsck fra begyndelsen ...\n"
3457
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003458#: e2fsck/unix.c:1857
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003459msgid "while resetting context"
3460msgstr ""
3461
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003462#: e2fsck/unix.c:1901 e2fsck/util.c:71
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003463#, c-format
3464msgid ""
3465"\n"
3466"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3467msgstr ""
3468"\n"
3469"%s: ***** FILSYSTEMET BLEV ÆNDRET *****\n"
3470
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003471#: e2fsck/unix.c:1905
3472#, fuzzy, c-format
3473msgid "%s: ***** REBOOT SYSTEM *****\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003474msgstr "%s: ***** GENSTART LINUX *****\n"
3475
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003476#: e2fsck/unix.c:1913 e2fsck/util.c:77
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003477#, c-format
3478msgid ""
3479"\n"
3480"%s: ********** WARNING: Filesystem still has errors **********\n"
3481"\n"
3482msgstr ""
3483"\n"
3484"%s: ********** ADVARSEL: Filsystemet har stadig fejl **********\n"
3485"\n"
3486
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003487#: e2fsck/util.c:194 misc/util.c:93
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003488msgid "yY"
3489msgstr "jJ"
3490
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003491#: e2fsck/util.c:195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003492msgid "nN"
3493msgstr "nN"
3494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003495#: e2fsck/util.c:196
3496msgid "aA"
3497msgstr ""
3498
3499#: e2fsck/util.c:197
3500msgid " ('a' enables 'yes' to all) "
3501msgstr ""
3502
3503#: e2fsck/util.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003504msgid "<y>"
3505msgstr "<j>"
3506
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003507#: e2fsck/util.c:215
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003508msgid "<n>"
3509msgstr "<n>"
3510
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003511#: e2fsck/util.c:217
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003512msgid " (y/n)"
3513msgstr " (j/n)"
3514
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003515#: e2fsck/util.c:240
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003516msgid "cancelled!\n"
3517msgstr "afbrudt!\n"
3518
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003519#: e2fsck/util.c:264
3520msgid "yes to all\n"
3521msgstr ""
3522
3523#: e2fsck/util.c:266
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003524msgid "yes\n"
3525msgstr "ja\n"
3526
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003527#: e2fsck/util.c:268
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003528msgid "no\n"
3529msgstr "nej\n"
3530
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003531#: e2fsck/util.c:278
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003532#, c-format
3533msgid ""
3534"%s? no\n"
3535"\n"
3536msgstr ""
3537"%s? nej\n"
3538"\n"
3539
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003540#: e2fsck/util.c:282
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003541#, c-format
3542msgid ""
3543"%s? yes\n"
3544"\n"
3545msgstr ""
3546"%s? ja\n"
3547"\n"
3548
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003549#: e2fsck/util.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003550msgid "yes"
3551msgstr "ja"
3552
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003553#: e2fsck/util.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003554msgid "no"
3555msgstr "nej"
3556
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003557#: e2fsck/util.c:302
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003558#, c-format
3559msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3560msgstr ""
3561
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003562#: e2fsck/util.c:307
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003563msgid "reading inode and block bitmaps"
3564msgstr ""
3565
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003566#: e2fsck/util.c:319
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003567#, c-format
3568msgid "while retrying to read bitmaps for %s"
3569msgstr ""
3570
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003571#: e2fsck/util.c:331
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003572msgid "writing block and inode bitmaps"
3573msgstr ""
3574
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003575#: e2fsck/util.c:336
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003576#, c-format
3577msgid "while rewriting block and inode bitmaps for %s"
3578msgstr ""
3579
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003580#: e2fsck/util.c:348
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003581#, c-format
3582msgid ""
3583"\n"
3584"\n"
3585"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3586"\t(i.e., without -a or -p options)\n"
3587msgstr ""
3588
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003589#: e2fsck/util.c:429
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003590#, c-format
3591msgid "Memory used: %luk/%luk (%luk/%luk), "
3592msgstr "Hukommelse brugt: %luk/%luk (%luk/%luk), "
3593
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003594#: e2fsck/util.c:433
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003595#, c-format
3596msgid "Memory used: %lu, "
3597msgstr "Hukommelse brugt: %lu, "
3598
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003599#: e2fsck/util.c:440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003600#, c-format
3601msgid "time: %5.2f/%5.2f/%5.2f\n"
3602msgstr "tid: %5.2f/%5.2f/%5.2f\n"
3603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003604#: e2fsck/util.c:445
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003605#, c-format
3606msgid "elapsed time: %6.3f\n"
3607msgstr "forløbet tid: %6.3f\n"
3608
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003609#: e2fsck/util.c:480 e2fsck/util.c:494
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003610#, c-format
3611msgid "while reading inode %lu in %s"
3612msgstr ""
3613
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003614#: e2fsck/util.c:508 e2fsck/util.c:521
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003615#, c-format
3616msgid "while writing inode %lu in %s"
3617msgstr ""
3618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003619#: e2fsck/util.c:765
Theodore Ts'obd386982015-05-17 20:34:58 -04003620msgid ""
3621"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3622"running.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003623msgstr ""
3624
Theodore Ts'obd386982015-05-17 20:34:58 -04003625#: misc/badblocks.c:72
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003626msgid "done \n"
3627msgstr "færdig \n"
3628
Theodore Ts'obd386982015-05-17 20:34:58 -04003629#: misc/badblocks.c:97
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003630#, c-format
3631msgid ""
3632"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04003633" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3634"max_bad_blocks]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003635" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3636" device [last_block [first_block]]\n"
3637msgstr ""
3638
Theodore Ts'obd386982015-05-17 20:34:58 -04003639#: misc/badblocks.c:108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003640#, c-format
3641msgid ""
3642"%s: The -n and -w options are mutually exclusive.\n"
3643"\n"
3644msgstr ""
3645
Theodore Ts'obd386982015-05-17 20:34:58 -04003646#: misc/badblocks.c:223
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003647#, c-format
3648msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3649msgstr ""
3650
Theodore Ts'obd386982015-05-17 20:34:58 -04003651#: misc/badblocks.c:328
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003652msgid "Testing with random pattern: "
3653msgstr "Test med vilkårligt mønster: "
3654
Theodore Ts'obd386982015-05-17 20:34:58 -04003655#: misc/badblocks.c:346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003656msgid "Testing with pattern 0x"
3657msgstr ""
3658
Theodore Ts'obd386982015-05-17 20:34:58 -04003659#: misc/badblocks.c:378 misc/badblocks.c:451
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003660msgid "during seek"
3661msgstr "under søgning"
3662
Theodore Ts'obd386982015-05-17 20:34:58 -04003663#: misc/badblocks.c:389
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003664#, c-format
3665msgid "Weird value (%ld) in do_read\n"
3666msgstr "Mærkelig værdi (%ld) i do_read\n"
3667
Theodore Ts'obd386982015-05-17 20:34:58 -04003668#: misc/badblocks.c:476
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003669msgid "during ext2fs_sync_device"
3670msgstr "under ext2fs_sync_device"
3671
Theodore Ts'obd386982015-05-17 20:34:58 -04003672#: misc/badblocks.c:496 misc/badblocks.c:758
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003673msgid "while beginning bad block list iteration"
3674msgstr ""
3675
Theodore Ts'obd386982015-05-17 20:34:58 -04003676#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003677msgid "while allocating buffers"
3678msgstr ""
3679
Theodore Ts'obd386982015-05-17 20:34:58 -04003680#: misc/badblocks.c:515
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003681#, c-format
3682msgid "Checking blocks %lu to %lu\n"
3683msgstr "Kontroller blokke %lu til %lu\n"
3684
Theodore Ts'obd386982015-05-17 20:34:58 -04003685#: misc/badblocks.c:520
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003686msgid "Checking for bad blocks in read-only mode\n"
3687msgstr "Kontrollerer for ugyldige blokke i skrivebeskyttet tilstand\n"
3688
Theodore Ts'obd386982015-05-17 20:34:58 -04003689#: misc/badblocks.c:529
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003690msgid "Checking for bad blocks (read-only test): "
3691msgstr "Kontrollerer for ugyldige blokke (skrivebeskyttet test): "
3692
Theodore Ts'obd386982015-05-17 20:34:58 -04003693#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3694#: misc/badblocks.c:832
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003695msgid "Too many bad blocks, aborting test\n"
3696msgstr "For mange ugyldige blokke, afbryder test\n"
3697
Theodore Ts'obd386982015-05-17 20:34:58 -04003698#: misc/badblocks.c:618
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003699msgid "Checking for bad blocks in read-write mode\n"
3700msgstr "Kontrollerer for ugyldige blokke i læs-skriv tilstand\n"
3701
Theodore Ts'obd386982015-05-17 20:34:58 -04003702#: misc/badblocks.c:620 misc/badblocks.c:782
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003703#, c-format
3704msgid "From block %lu to %lu\n"
3705msgstr "Fra blok %lu til %lu\n"
3706
Theodore Ts'obd386982015-05-17 20:34:58 -04003707#: misc/badblocks.c:675
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003708msgid "Reading and comparing: "
3709msgstr "Læser og sammenligner: "
3710
Theodore Ts'obd386982015-05-17 20:34:58 -04003711#: misc/badblocks.c:781
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003712msgid "Checking for bad blocks in non-destructive read-write mode\n"
3713msgstr "Kontroller for ugyldige blokke i ikkedestruktiv læs-skriv tilstand\n"
3714
Theodore Ts'obd386982015-05-17 20:34:58 -04003715#: misc/badblocks.c:787
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003716msgid "Checking for bad blocks (non-destructive read-write test)\n"
3717msgstr "Kontroller for ugyldige blokke (ikkedestruktiv læs-skriv test)\n"
3718
Theodore Ts'obd386982015-05-17 20:34:58 -04003719#: misc/badblocks.c:794
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003720msgid ""
3721"\n"
3722"Interrupt caught, cleaning up\n"
3723msgstr ""
3724
Theodore Ts'obd386982015-05-17 20:34:58 -04003725#: misc/badblocks.c:877
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003726#, c-format
3727msgid "during test data write, block %lu"
3728msgstr "under testdataskrivning, blok %lu"
3729
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003730#: misc/badblocks.c:998 misc/util.c:131
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003731#, c-format
3732msgid "%s is mounted; "
3733msgstr "%s er monteret; "
3734
Theodore Ts'obd386982015-05-17 20:34:58 -04003735#: misc/badblocks.c:1000
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003736msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3737msgstr ""
3738
Theodore Ts'obd386982015-05-17 20:34:58 -04003739#: misc/badblocks.c:1005
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003740msgid "it's not safe to run badblocks!\n"
3741msgstr "det er ikke sikkert at køre badblocks!\n"
3742
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003743#: misc/badblocks.c:1010 misc/util.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003744#, c-format
3745msgid "%s is apparently in use by the system; "
3746msgstr "%s er øjensynlig i brug af systemet; "
3747
Theodore Ts'obd386982015-05-17 20:34:58 -04003748#: misc/badblocks.c:1013
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003749msgid "badblocks forced anyway.\n"
3750msgstr ""
3751
Theodore Ts'obd386982015-05-17 20:34:58 -04003752#: misc/badblocks.c:1033
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003753#, c-format
3754msgid "invalid %s - %s"
3755msgstr "ugyldig %s - %s"
3756
Theodore Ts'obd386982015-05-17 20:34:58 -04003757#: misc/badblocks.c:1127
3758#, c-format
3759msgid "Too big max bad blocks count %u - maximum is %u"
3760msgstr ""
3761
3762#: misc/badblocks.c:1154
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003763#, c-format
3764msgid "can't allocate memory for test_pattern - %s"
3765msgstr "kan ikke allokere hukommelse for test_pattern - %s"
3766
Theodore Ts'obd386982015-05-17 20:34:58 -04003767#: misc/badblocks.c:1184
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003768msgid "Maximum of one test_pattern may be specified in read-only mode"
3769msgstr "Kun en test_pattern kan angives i skrivebeskyttet tilstand"
3770
Theodore Ts'obd386982015-05-17 20:34:58 -04003771#: misc/badblocks.c:1190
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003772msgid "Random test_pattern is not allowed in read-only mode"
3773msgstr "Vilkårlig test_pattern er ikke tilladt i skrivebeskyttet tilstand"
3774
Theodore Ts'obd386982015-05-17 20:34:58 -04003775#: misc/badblocks.c:1204
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003776msgid ""
3777"Couldn't determine device size; you must specify\n"
3778"the size manually\n"
3779msgstr ""
3780"Kunne ikke bestemme enhedsstørrelse; du må angive\n"
3781"størrelsen manuelt\n"
3782
Theodore Ts'obd386982015-05-17 20:34:58 -04003783#: misc/badblocks.c:1210
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003784msgid "while trying to determine device size"
3785msgstr "under forsøg på at bestemme enhedsstørrelse"
3786
Theodore Ts'obd386982015-05-17 20:34:58 -04003787#: misc/badblocks.c:1215
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003788msgid "last block"
3789msgstr "sidste blok"
3790
Theodore Ts'obd386982015-05-17 20:34:58 -04003791#: misc/badblocks.c:1221
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003792msgid "first block"
3793msgstr "første blok"
3794
Theodore Ts'obd386982015-05-17 20:34:58 -04003795#: misc/badblocks.c:1224
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003796#, c-format
3797msgid "invalid starting block (%llu): must be less than %llu"
3798msgstr ""
3799
Theodore Ts'obd386982015-05-17 20:34:58 -04003800#: misc/badblocks.c:1231
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003801#, c-format
3802msgid "invalid end block (%llu): must be 32-bit value"
3803msgstr "ugyldig slutblok (%llu): skal være en 32-bit værdi"
3804
Theodore Ts'obd386982015-05-17 20:34:58 -04003805#: misc/badblocks.c:1287
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003806msgid "while creating in-memory bad blocks list"
3807msgstr ""
3808
Theodore Ts'obd386982015-05-17 20:34:58 -04003809#: misc/badblocks.c:1296
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003810msgid "input file - bad format"
3811msgstr ""
3812
Theodore Ts'obd386982015-05-17 20:34:58 -04003813#: misc/badblocks.c:1304 misc/badblocks.c:1313
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003814msgid "while adding to in-memory bad block list"
3815msgstr ""
3816
Theodore Ts'obd386982015-05-17 20:34:58 -04003817#: misc/badblocks.c:1338
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003818#, c-format
3819msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3820msgstr ""
3821
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003822#: misc/chattr.c:89
3823#, fuzzy, c-format
3824msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003825msgstr "Brug: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] filer ...\n"
3826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003827#: misc/chattr.c:159
3828#, fuzzy, c-format
3829msgid "bad project - %s\n"
3830msgstr "ugyldig version - %s\n"
3831
3832#: misc/chattr.c:173
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003833#, c-format
3834msgid "bad version - %s\n"
3835msgstr "ugyldig version - %s\n"
3836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003837#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003838#, c-format
3839msgid "while trying to stat %s"
3840msgstr "under forsøg på at køre stat %s"
3841
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003842#: misc/chattr.c:226
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003843#, c-format
3844msgid "while reading flags on %s"
3845msgstr ""
3846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003847#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003848#, c-format
3849msgid "Flags of %s set as "
3850msgstr ""
3851
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003852#: misc/chattr.c:252
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003853#, c-format
3854msgid "while setting flags on %s"
3855msgstr ""
3856
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003857#: misc/chattr.c:260
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003858#, c-format
3859msgid "Version of %s set as %lu\n"
3860msgstr "Version for %s sat som %lu\n"
3861
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003862#: misc/chattr.c:264
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003863#, c-format
3864msgid "while setting version on %s"
3865msgstr ""
3866
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003867#: misc/chattr.c:271
3868#, fuzzy, c-format
3869msgid "Project of %s set as %lu\n"
3870msgstr "Version for %s sat som %lu\n"
3871
3872#: misc/chattr.c:275
3873#, fuzzy, c-format
3874msgid "while setting project on %s"
3875msgstr "under åbning af %s"
3876
3877#: misc/chattr.c:297
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003878msgid "Couldn't allocate path variable in chattr_dir_proc"
3879msgstr "Kunne ikke allokere stivariabel i chattr_dir_proc"
3880
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003881#: misc/chattr.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003882msgid "= is incompatible with - and +\n"
3883msgstr "= er inkompatibel med - og +\n"
3884
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003885#: misc/chattr.c:345
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003886msgid "Must use '-v', =, - or +\n"
3887msgstr "Skal bruge »-v«, =, - eller +\n"
3888
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003889#: misc/create_inode.c:70 misc/create_inode.c:109
3890#, fuzzy, c-format
3891msgid "while reading inode %u"
3892msgstr "under gennemløb over iknude %u"
3893
3894#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3895#: misc/create_inode.c:374
3896#, fuzzy
3897msgid "while expanding directory"
3898msgstr "læser mappeblok"
3899
3900#: misc/create_inode.c:87
3901#, fuzzy, c-format
3902msgid "while linking \"%s\""
3903msgstr "under åbning af %s"
3904
3905#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3906#, fuzzy, c-format
3907msgid "while writing inode %u"
3908msgstr "under gennemløb over iknude %u"
3909
3910#: misc/create_inode.c:139 misc/create_inode.c:163
3911#, fuzzy, c-format
3912msgid "while listing attributes of \"%s\""
3913msgstr "under forsøg på at genåbne %s"
3914
3915#: misc/create_inode.c:150
3916#, fuzzy, c-format
3917msgid "while opening inode %u"
3918msgstr "under åbing af iknudeskanning"
3919
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003920#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:903
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003921#: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
3922#: misc/mke2fs.c:353
3923#, fuzzy
3924msgid "while allocating memory"
3925msgstr "under allokering af l1-tabel"
3926
3927#: misc/create_inode.c:176 misc/create_inode.c:192
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003928#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003929msgid "while reading attribute \"%s\" of \"%s\""
3930msgstr ""
3931
3932#: misc/create_inode.c:201
3933#, fuzzy, c-format
3934msgid "while writing attribute \"%s\" to inode %u"
3935msgstr "under gennemløb over iknude %u"
3936
3937#: misc/create_inode.c:211
3938#, fuzzy, c-format
3939msgid "while closing inode %u"
3940msgstr "under åbing af iknudeskanning"
3941
3942#: misc/create_inode.c:259
3943#, fuzzy, c-format
3944msgid "while allocating inode \"%s\""
3945msgstr "under åbing af iknudeskanning"
3946
3947#: misc/create_inode.c:278
3948#, fuzzy, c-format
3949msgid "while creating inode \"%s\""
3950msgstr "under gennemløb over iknude %u"
3951
3952#: misc/create_inode.c:343
3953#, fuzzy, c-format
3954msgid "while creating symlink \"%s\""
3955msgstr "under læsning af bitmaps"
3956
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003957#: misc/create_inode.c:361 misc/create_inode.c:836
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003958#, fuzzy, c-format
3959msgid "while looking up \"%s\""
3960msgstr "under åbning af %s"
3961
3962#: misc/create_inode.c:381
3963#, fuzzy, c-format
3964msgid "while creating directory \"%s\""
3965msgstr "læser mappeblok"
3966
3967#: misc/create_inode.c:608
3968#, fuzzy, c-format
3969msgid "while opening \"%s\" to copy"
3970msgstr "under åbning af %s"
3971
3972#: misc/create_inode.c:700
3973#, c-format
3974msgid "while changing working directory to \"%s\""
3975msgstr ""
3976
3977#: misc/create_inode.c:708
3978#, fuzzy, c-format
3979msgid "while opening directory \"%s\""
3980msgstr "under åbning af %s"
3981
3982#: misc/create_inode.c:718
3983#, fuzzy, c-format
3984msgid "while lstat \"%s\""
3985msgstr "under forsøg på at køre stat %s"
3986
3987#: misc/create_inode.c:751
3988#, fuzzy, c-format
3989msgid "while creating special file \"%s\""
3990msgstr "Opretter normal fil %s\n"
3991
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003992#: misc/create_inode.c:760
3993msgid "malloc failed"
3994msgstr ""
3995
3996#: misc/create_inode.c:768
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003997#, fuzzy, c-format
3998msgid "while trying to read link \"%s\""
3999msgstr "under åbning af %s"
4000
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004001#: misc/create_inode.c:774
4002msgid "symlink increased in size between lstat() and readlink()"
4003msgstr ""
4004
4005#: misc/create_inode.c:785
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004006#, fuzzy, c-format
4007msgid "while writing symlink\"%s\""
4008msgstr "under skrivning af journaliknude"
4009
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004010#: misc/create_inode.c:795
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004011#, fuzzy, c-format
4012msgid "while writing file \"%s\""
4013msgstr "under forsøg på at tømme %s"
4014
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004015#: misc/create_inode.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004016#, fuzzy, c-format
4017msgid "while making dir \"%s\""
4018msgstr "under åbning af %s"
4019
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004020#: misc/create_inode.c:825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004021#, fuzzy
4022msgid "while changing directory"
4023msgstr "læser mappeblok"
4024
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004025#: misc/create_inode.c:831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004026#, c-format
4027msgid "ignoring entry \"%s\""
4028msgstr ""
4029
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004030#: misc/create_inode.c:844
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004031#, fuzzy, c-format
4032msgid "while setting inode for \"%s\""
4033msgstr "under indhentelse af stat-information for %s"
4034
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004035#: misc/create_inode.c:851
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004036#, fuzzy, c-format
4037msgid "while setting xattrs for \"%s\""
4038msgstr "under indhentelse af stat-information for %s"
4039
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004040#: misc/create_inode.c:869
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004041#, fuzzy
4042msgid "while saving inode data"
4043msgstr "under åbing af iknudeskanning"
4044
4045#: misc/dumpe2fs.c:56
4046#, fuzzy, c-format
4047msgid ""
4048"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004049msgstr "Brug: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] enhed\n"
4050
4051#: misc/dumpe2fs.c:159
4052msgid "blocks"
4053msgstr "blokke"
4054
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004055#: misc/dumpe2fs.c:168
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004056msgid "clusters"
4057msgstr "klynger"
4058
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004059#: misc/dumpe2fs.c:219
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004060#, c-format
4061msgid "Group %lu: (Blocks "
4062msgstr "Gruppe %lu: (Blokke "
4063
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004064#: misc/dumpe2fs.c:226
4065#, fuzzy, c-format
4066msgid " csum 0x%04x"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004067msgstr " Kontrolsum 0x%04x"
4068
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004069#: misc/dumpe2fs.c:228
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004070#, c-format
4071msgid " (EXPECTED 0x%04x)"
4072msgstr " (FORVENTEDE 0x%04x)"
4073
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004074#: misc/dumpe2fs.c:233
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004075#, c-format
4076msgid " %s superblock at "
4077msgstr ""
4078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004079#: misc/dumpe2fs.c:234
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004080msgid "Primary"
4081msgstr "Primær"
4082
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004083#: misc/dumpe2fs.c:234
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004084msgid "Backup"
4085msgstr "Sikkerhedskopi"
4086
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004087#: misc/dumpe2fs.c:238
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004088msgid ", Group descriptors at "
4089msgstr ", Gruppebeskrivere på "
4090
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004091#: misc/dumpe2fs.c:242
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004092msgid ""
4093"\n"
4094" Reserved GDT blocks at "
4095msgstr ""
4096"\n"
4097" Reserveret GDT-blokke på "
4098
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004099#: misc/dumpe2fs.c:249
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004100msgid " Group descriptor at "
4101msgstr " Gruppebeskrivere på "
4102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004103#: misc/dumpe2fs.c:255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004104msgid " Block bitmap at "
4105msgstr " Blokbitmap på "
4106
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004107#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4108#, fuzzy, c-format
4109msgid ", csum 0x%08x"
4110msgstr " Kontrolsum 0x%04x"
4111
4112#: misc/dumpe2fs.c:263
4113msgid ","
4114msgstr ""
4115
4116#: misc/dumpe2fs.c:265
4117msgid ""
4118"\n"
4119" "
4120msgstr ""
4121
4122#: misc/dumpe2fs.c:266
4123#, fuzzy
4124msgid " Inode bitmap at "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004125msgstr ", Iknudebitmap på "
4126
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004127#: misc/dumpe2fs.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004128msgid ""
4129"\n"
4130" Inode table at "
4131msgstr ""
4132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004133#: misc/dumpe2fs.c:279
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004134#, c-format
4135msgid ""
4136"\n"
4137" %u free %s, %u free inodes, %u directories%s"
4138msgstr ""
4139
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004140#: misc/dumpe2fs.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004141#, c-format
4142msgid ", %u unused inodes\n"
4143msgstr ""
4144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004145#: misc/dumpe2fs.c:289
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004146msgid " Free blocks: "
4147msgstr " Frie blokke: "
4148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004149#: misc/dumpe2fs.c:304
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004150msgid " Free inodes: "
4151msgstr " Frie iknuder: "
4152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004153#: misc/dumpe2fs.c:340
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004154msgid "while printing bad block list"
4155msgstr ""
4156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004157#: misc/dumpe2fs.c:346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004158#, c-format
4159msgid "Bad blocks: %u"
4160msgstr "Ugyldige blokke: %u"
4161
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004162#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004163msgid "while reading journal inode"
4164msgstr ""
4165
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004166#: misc/dumpe2fs.c:391
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004167msgid "while opening journal inode"
4168msgstr ""
4169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004170#: misc/dumpe2fs.c:397
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004171msgid "while reading journal super block"
4172msgstr ""
4173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174#: misc/dumpe2fs.c:404
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004175msgid "Journal superblock magic number invalid!\n"
4176msgstr ""
4177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004178#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004179msgid "Journal features: "
4180msgstr ""
4181
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004182#: misc/dumpe2fs.c:420
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004183msgid "Journal size: "
4184msgstr ""
4185
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004186#: misc/dumpe2fs.c:430
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004187#, c-format
4188msgid ""
4189"Journal length: %u\n"
4190"Journal sequence: 0x%08x\n"
4191"Journal start: %u\n"
4192msgstr ""
4193
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004194#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4195msgid "Journal checksum type: crc32\n"
4196msgstr ""
4197
4198#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4199#, c-format
4200msgid ""
4201"Journal checksum type: %s\n"
4202"Journal checksum: 0x%08x\n"
4203msgstr ""
4204
4205#: misc/dumpe2fs.c:448
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004206#, c-format
4207msgid "Journal errno: %d\n"
4208msgstr ""
4209
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004210#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004211msgid "while reading journal superblock"
4212msgstr ""
4213
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004214#: misc/dumpe2fs.c:474
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004215msgid "Couldn't find journal superblock magic numbers"
4216msgstr ""
4217
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004218#: misc/dumpe2fs.c:501
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004219#, c-format
4220msgid ""
4221"\n"
4222"Journal block size: %u\n"
4223"Journal length: %u\n"
4224"Journal first block: %u\n"
4225"Journal sequence: 0x%08x\n"
4226"Journal start: %u\n"
4227"Journal number of users: %u\n"
4228msgstr ""
4229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004230#: misc/dumpe2fs.c:514
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004231#, c-format
4232msgid "Journal users: %s\n"
4233msgstr ""
4234
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004235#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1905
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004236msgid "Couldn't allocate memory to parse options!\n"
4237msgstr ""
4238
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004239#: misc/dumpe2fs.c:556
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004240#, c-format
4241msgid "Invalid superblock parameter: %s\n"
4242msgstr ""
4243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004244#: misc/dumpe2fs.c:571
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004245#, c-format
4246msgid "Invalid blocksize parameter: %s\n"
4247msgstr ""
4248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004249#: misc/dumpe2fs.c:582
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004250#, c-format
4251msgid ""
4252"\n"
4253"Bad extended option(s) specified: %s\n"
4254"\n"
4255"Extended options are separated by commas, and may take an argument which\n"
4256"\tis set off by an equals ('=') sign.\n"
4257"\n"
4258"Valid extended options are:\n"
4259"\tsuperblock=<superblock number>\n"
4260"\tblocksize=<blocksize>\n"
4261msgstr ""
4262
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004263#: misc/dumpe2fs.c:646 misc/mke2fs.c:1810
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004264#, c-format
4265msgid "\tUsing %s\n"
4266msgstr ""
4267
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004268#: misc/dumpe2fs.c:686
4269msgid ""
4270"\n"
4271"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4272"\n"
4273msgstr ""
4274
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004275#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2780
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004276#: resize/main.c:414
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004277msgid "Couldn't find valid filesystem superblock.\n"
4278msgstr ""
4279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004280#: misc/dumpe2fs.c:726
4281msgid ""
4282"\n"
4283"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4284"\n"
4285msgstr ""
4286
4287#: misc/dumpe2fs.c:730
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004288#, c-format
4289msgid ""
4290"\n"
4291"%s: %s: error reading bitmaps: %s\n"
4292msgstr ""
4293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004294#: misc/e2image.c:106
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004295#, c-format
4296msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4297msgstr ""
4298
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004299#: misc/e2image.c:108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004300#, c-format
4301msgid " %s -I device image-file\n"
4302msgstr ""
4303
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004304#: misc/e2image.c:109
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004305#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04004306msgid ""
4307" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4308"[ dest_fs ]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004309msgstr ""
4310
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004311#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004312msgid "while allocating buffer"
4313msgstr ""
4314
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004315#: misc/e2image.c:179
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004316#, c-format
4317msgid "Writing block %llu\n"
4318msgstr "Skriver blok %llu\n"
4319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004320#: misc/e2image.c:193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004321#, c-format
4322msgid "error writing block %llu"
4323msgstr "fejl ved skrivning af blok %llu"
4324
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004325#: misc/e2image.c:196
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004326msgid "error in generic_write()"
4327msgstr "fejl i generic_write()"
4328
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004329#: misc/e2image.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004330msgid "Error: header size is bigger than wrt_size\n"
4331msgstr ""
4332
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004333#: misc/e2image.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004334msgid "Couldn't allocate header buffer\n"
4335msgstr ""
4336
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004337#: misc/e2image.c:246
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004338msgid "while writing superblock"
4339msgstr ""
4340
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004341#: misc/e2image.c:255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004342msgid "while writing inode table"
4343msgstr ""
4344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004345#: misc/e2image.c:263
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004346msgid "while writing block bitmap"
4347msgstr ""
4348
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004349#: misc/e2image.c:271
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004350msgid "while writing inode bitmap"
4351msgstr ""
4352
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004353#: misc/e2image.c:505
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004354#, c-format
4355msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4356msgstr "Ødelagt mappeblok %llu: ugyldig rec_len (%d)\n"
4357
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004358#: misc/e2image.c:517
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004359#, c-format
4360msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4361msgstr "Ødelagt mappeblok %llu: ugydlig name_len (%d)\n"
4362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004363#: misc/e2image.c:558
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004364#, c-format
4365msgid "%llu / %llu blocks (%d%%)"
4366msgstr "%llu / %llu blokke (%d%%)"
4367
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004368#: misc/e2image.c:589 misc/e2image.c:629
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004369msgid "Copying "
4370msgstr "Kopierer "
4371
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004372#: misc/e2image.c:626
Theodore Ts'obd386982015-05-17 20:34:58 -04004373msgid ""
4374"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004375msgstr ""
4376
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004377#: misc/e2image.c:652
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004378#, c-format
4379msgid " %s remaining at %.2f MB/s"
4380msgstr ""
4381
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004382#: misc/e2image.c:664 misc/e2image.c:1191
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004383#, c-format
4384msgid "error reading block %llu"
4385msgstr "fejl ved læsning af blok %llu"
4386
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004387#: misc/e2image.c:718
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004388#, c-format
4389msgid "Copied %llu / %llu blocks (%d%%) in %s "
4390msgstr "Kopierede %llu / %llu blokke (%d%%) i %s "
4391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004392#: misc/e2image.c:722
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004393#, c-format
4394msgid "at %.2f MB/s"
4395msgstr ""
4396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004397#: misc/e2image.c:758
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004398msgid "while allocating l1 table"
4399msgstr "under allokering af l1-tabel"
4400
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004401#: misc/e2image.c:803
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004402msgid "while allocating l2 cache"
4403msgstr "under allokering af l2-cache"
4404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004405#: misc/e2image.c:826
Theodore Ts'obd386982015-05-17 20:34:58 -04004406msgid ""
4407"Warning: There are still tables in the cache while putting the cache, data "
4408"will be lost so the image may not be valid.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004409msgstr ""
4410
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004411#: misc/e2image.c:1148
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004412msgid "while allocating ext2_qcow2_image"
4413msgstr ""
4414
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004415#: misc/e2image.c:1155
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004416msgid "while initializing ext2_qcow2_image"
4417msgstr ""
4418
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004419#: misc/e2image.c:1214 misc/e2image.c:1232
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004420msgid "Programming error: multiple sequential refcount blocks created!\n"
4421msgstr ""
4422
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004423#: misc/e2image.c:1272
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004424msgid "while allocating block bitmap"
4425msgstr "under allokering af blokbitmap"
4426
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004427#: misc/e2image.c:1281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004428msgid "while allocating scramble block bitmap"
4429msgstr "under allokering af scramble blokbitmap"
4430
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004431#: misc/e2image.c:1288
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004432msgid "Scanning inodes...\n"
4433msgstr "Skanner iknuder ...\n"
4434
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004435#: misc/e2image.c:1300
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004436msgid "Can't allocate block buffer"
4437msgstr "Kan ikke allokere blokbuffer"
4438
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004439#: misc/e2image.c:1339 misc/e2image.c:1353
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004440#, c-format
4441msgid "while iterating over inode %u"
4442msgstr "under gennemløb over iknude %u"
4443
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004444#: misc/e2image.c:1385
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004445msgid "Raw and qcow2 images cannot be installed"
4446msgstr ""
4447
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004448#: misc/e2image.c:1407
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004449msgid "error reading bitmaps"
4450msgstr ""
4451
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004452#: misc/e2image.c:1419
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004453msgid "while opening device file"
4454msgstr "under åbning af enhedsfil"
4455
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004456#: misc/e2image.c:1430
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004457msgid "while restoring the image table"
4458msgstr "under gendannelse af billedtabellen"
4459
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004460#: misc/e2image.c:1527
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004461msgid "-a option can only be used with raw or QCOW2 images."
4462msgstr "-a tilvalg kan kun bruges med rå eller QCOW2-billeder."
4463
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004464#: misc/e2image.c:1533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004465msgid "Offsets are only allowed with raw images."
4466msgstr "Forskydninger er kun tilladte med rå billeder."
4467
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004468#: misc/e2image.c:1538
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004469msgid "Move mode is only allowed with raw images."
4470msgstr ""
4471
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004472#: misc/e2image.c:1543
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004473msgid "Move mode requires all data mode."
4474msgstr ""
4475
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004476#: misc/e2image.c:1553
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004477msgid "checking if mounted"
4478msgstr ""
4479
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004480#: misc/e2image.c:1560
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004481msgid ""
4482"\n"
4483"Running e2image on a R/W mounted filesystem can result in an\n"
4484"inconsistent image which will not be useful for debugging purposes.\n"
4485"Use -f option if you really want to do that.\n"
4486msgstr ""
4487
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004488#: misc/e2image.c:1614
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004489msgid "QCOW2 image can not be written to the stdout!\n"
4490msgstr ""
4491
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004492#: misc/e2image.c:1620
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004493msgid "Can not stat output\n"
4494msgstr ""
4495
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004496#: misc/e2image.c:1630
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004497#, c-format
4498msgid "Image (%s) is compressed\n"
4499msgstr ""
4500
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004501#: misc/e2image.c:1633
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004502#, c-format
4503msgid "Image (%s) is encrypted\n"
4504msgstr ""
4505
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004506#: misc/e2image.c:1636
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004507#, c-format
4508msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4509msgstr ""
4510
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004511#: misc/e2image.c:1645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004512msgid "The -c option only supported in raw mode\n"
4513msgstr ""
4514
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004515#: misc/e2image.c:1650
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004516msgid "The -c option not supported when writing to stdout\n"
4517msgstr ""
4518
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004519#: misc/e2image.c:1657
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004520msgid "while allocating check_buf"
4521msgstr ""
4522
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004523#: misc/e2image.c:1663
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004524msgid "The -p option only supported in raw mode\n"
4525msgstr ""
4526
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004527#: misc/e2image.c:1673
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004528#, c-format
4529msgid "%d blocks already contained the data to be copied\n"
4530msgstr ""
4531
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004532#: misc/e2initrd_helper.c:68
4533#, fuzzy, c-format
4534msgid "Usage: %s -r device\n"
4535msgstr "Brug: %s disk\n"
4536
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004537#: misc/e2label.c:58
4538#, c-format
4539msgid "e2label: cannot open %s\n"
4540msgstr "e2label: kan ikke åbne %s\n"
4541
4542#: misc/e2label.c:63
4543#, c-format
4544msgid "e2label: cannot seek to superblock\n"
4545msgstr ""
4546
4547#: misc/e2label.c:68
4548#, c-format
4549msgid "e2label: error reading superblock\n"
4550msgstr ""
4551
4552#: misc/e2label.c:72
4553#, c-format
4554msgid "e2label: not an ext2 filesystem\n"
4555msgstr "e2label: ikke et ext2-filsystem\n"
4556
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004557#: misc/e2label.c:97 misc/tune2fs.c:2953
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004558#, c-format
4559msgid "Warning: label too long, truncating.\n"
4560msgstr "Advarsel: etiket er for lang, afkorter.\n"
4561
4562#: misc/e2label.c:100
4563#, c-format
4564msgid "e2label: cannot seek to superblock again\n"
4565msgstr "e2label: kan ikke søge til superblok igen\n"
4566
4567#: misc/e2label.c:105
4568#, c-format
4569msgid "e2label: error writing superblock\n"
4570msgstr "e2label: der opstod en fejl under skrivning af superblok\n"
4571
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004572#: misc/e2label.c:117 misc/tune2fs.c:1564
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004573#, c-format
4574msgid "Usage: e2label device [newlabel]\n"
4575msgstr "Brug: e2label enhed [nyetiket]\n"
4576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004577#: misc/e2undo.c:108
4578#, fuzzy, c-format
4579msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004580msgstr "Brug: %s <transaktionsfil><filsystem>\n"
4581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004582#: misc/e2undo.c:131
4583#, fuzzy
4584msgid "The file system superblock doesn't match the undo file.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004585msgstr "Filsystemets monteringstidspunkt matchede ikke %u\n"
4586
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004587#: misc/e2undo.c:134
4588msgid "UUID does not match.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004589msgstr ""
4590
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004591#: misc/e2undo.c:136
4592#, fuzzy
4593msgid "Last mount time does not match.\n"
4594msgstr "Filsystemets monteringstidspunkt matchede ikke %u\n"
4595
4596#: misc/e2undo.c:138
4597msgid "Last write time does not match.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004598msgstr ""
4599
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004600#: misc/e2undo.c:140
4601msgid "Lifetime write counter does not match.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004602msgstr ""
4603
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004604#: misc/e2undo.c:154
4605#, fuzzy
4606msgid "while reading filesystem superblock."
4607msgstr "under tilføjelse af filsystem til journal på %s"
4608
4609#: misc/e2undo.c:170
4610#, fuzzy
4611msgid "while fetching superblock"
4612msgstr "under opsætning af superblok"
4613
4614#: misc/e2undo.c:183
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004615#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004616msgid "Undo file superblock checksum doesn't match.\n"
4617msgstr ""
4618
4619#: misc/e2undo.c:335
4620#, c-format
4621msgid "Will not write to an undo file while replaying it.\n"
4622msgstr ""
4623
4624#: misc/e2undo.c:344
4625#, fuzzy, c-format
4626msgid "while opening undo file `%s'\n"
4627msgstr "under åbning af enhedsfil"
4628
4629#: misc/e2undo.c:351
4630#, fuzzy
4631msgid "while reading undo file"
4632msgstr "under forsøg på at opsætte undo-filen\n"
4633
4634#: misc/e2undo.c:356
4635#, fuzzy, c-format
4636msgid "%s: Not an undo file.\n"
4637msgstr "%s: for mange enheder\n"
4638
4639#: misc/e2undo.c:367
4640#, c-format
4641msgid "%s: Header checksum doesn't match.\n"
4642msgstr ""
4643
4644#: misc/e2undo.c:374
4645#, c-format
4646msgid "%s: Corrupt undo file header.\n"
4647msgstr ""
4648
4649#: misc/e2undo.c:378
4650#, c-format
4651msgid "%s: Undo block size too large.\n"
4652msgstr ""
4653
4654#: misc/e2undo.c:383
4655#, c-format
4656msgid "%s: Undo block size too small.\n"
4657msgstr ""
4658
4659#: misc/e2undo.c:392
4660#, fuzzy, c-format
4661msgid "%s: Unknown undo file feature set.\n"
4662msgstr ""
4663"Journalsuperblok har et ukendt og ikke kompatibelt funktionsflag angivet.\n"
4664
4665#: misc/e2undo.c:400
4666#, fuzzy, c-format
4667msgid "Error while determining whether %s is mounted."
4668msgstr "under bestemmelse af hvorvidt %s er monteret."
4669
4670#: misc/e2undo.c:406
4671msgid "e2undo should only be run on unmounted filesystems"
4672msgstr ""
4673
4674#: misc/e2undo.c:422
4675#, fuzzy, c-format
4676msgid "while opening `%s'"
4677msgstr "under åbning af %s"
4678
4679#: misc/e2undo.c:461
4680#, fuzzy
4681msgid "while reading keys"
4682msgstr "under læsning af bitmaps"
4683
4684#: misc/e2undo.c:473
4685#, c-format
4686msgid "%s: wrong key magic at %llu\n"
4687msgstr ""
4688
4689#: misc/e2undo.c:483
4690#, c-format
4691msgid "%s: key block checksum error at %llu.\n"
4692msgstr ""
4693
4694#: misc/e2undo.c:506
4695#, fuzzy, c-format
4696msgid "%s: block %llu is too long."
4697msgstr "Fra blok %lu til %lu\n"
4698
4699#: misc/e2undo.c:518 misc/e2undo.c:554
4700#, fuzzy, c-format
4701msgid "while fetching block %llu."
4702msgstr "Skriver blok %llu\n"
4703
4704#: misc/e2undo.c:530
4705#, c-format
4706msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4707msgstr ""
4708
4709#: misc/e2undo.c:569
4710#, fuzzy, c-format
4711msgid "while writing block %llu."
4712msgstr "fejl ved skrivning af blok %llu"
4713
4714#: misc/e2undo.c:575
4715#, c-format
4716msgid "Undo file corruption; run e2fsck NOW!\n"
4717msgstr ""
4718
4719#: misc/e2undo.c:577
4720#, c-format
4721msgid "IO error during replay; run e2fsck NOW!\n"
4722msgstr ""
4723
4724#: misc/e2undo.c:580
4725#, c-format
4726msgid "Incomplete undo record; run e2fsck.\n"
4727msgstr ""
4728
4729#: misc/findsuper.c:110
4730#, c-format
4731msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4732msgstr ""
4733
4734#: misc/findsuper.c:155
4735#, c-format
4736msgid "skipbytes should be a number, not %s\n"
4737msgstr ""
4738
4739#: misc/findsuper.c:162
4740#, c-format
4741msgid "skipbytes must be a multiple of the sector size\n"
4742msgstr ""
4743
4744#: misc/findsuper.c:169
4745#, c-format
4746msgid "startkb should be a number, not %s\n"
4747msgstr ""
4748
4749#: misc/findsuper.c:175
4750#, c-format
4751msgid "startkb should be positive, not %llu\n"
4752msgstr ""
4753
4754#: misc/findsuper.c:186
4755#, c-format
4756msgid "starting at %llu, with %u byte increments\n"
4757msgstr ""
4758
4759#: misc/findsuper.c:188
4760#, c-format
4761msgid ""
4762"[*] probably superblock written in the ext3 journal superblock,\n"
4763"\tso start/end/grp wrong\n"
4764msgstr ""
4765
4766#: misc/findsuper.c:190
4767#, c-format
4768msgid ""
4769"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4770"mount_time sb_uuid label\n"
4771msgstr ""
4772
4773#: misc/findsuper.c:264
4774#, c-format
4775msgid ""
4776"\n"
4777"%11Lu: finished with errno %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004778msgstr ""
4779
4780#: misc/fsck.c:343
4781#, c-format
4782msgid "WARNING: couldn't open %s: %s\n"
4783msgstr "ADVARSEL: kunne ikke åbne %s: %s\n"
4784
4785#: misc/fsck.c:353
4786#, c-format
4787msgid "WARNING: bad format on line %d of %s\n"
4788msgstr "ADVARSEL: ugyldigt format på linje %d af %s\n"
4789
4790#: misc/fsck.c:370
4791msgid ""
4792"WARNING: Your /etc/fstab does not contain the fsck passno\n"
4793"\tfield. I will kludge around things for you, but you\n"
4794"\tshould fix your /etc/fstab file as soon as you can.\n"
4795"\n"
4796msgstr ""
4797
4798#: misc/fsck.c:478
4799#, c-format
4800msgid "fsck: %s: not found\n"
4801msgstr "fsck: %s: ikke fundet\n"
4802
4803#: misc/fsck.c:594
4804#, c-format
4805msgid "%s: wait: No more child process?!?\n"
4806msgstr "%s: vent: Ikke flere underprocesser?!?\n"
4807
4808#: misc/fsck.c:616
4809#, c-format
4810msgid "Warning... %s for device %s exited with signal %d.\n"
4811msgstr "Advarsel ... %s for enhed %s afsluttedes med signal %d.\n"
4812
4813#: misc/fsck.c:622
4814#, c-format
4815msgid "%s %s: status is %x, should never happen.\n"
4816msgstr ""
4817
4818#: misc/fsck.c:661
4819#, c-format
4820msgid "Finished with %s (exit status %d)\n"
4821msgstr ""
4822
4823#: misc/fsck.c:721
4824#, c-format
4825msgid "%s: Error %d while executing fsck.%s for %s\n"
4826msgstr ""
4827
4828#: misc/fsck.c:742
4829msgid ""
4830"Either all or none of the filesystem types passed to -t must be prefixed\n"
4831"with 'no' or '!'.\n"
4832msgstr ""
4833
4834#: misc/fsck.c:761
4835msgid "Couldn't allocate memory for filesystem types\n"
4836msgstr ""
4837
4838#: misc/fsck.c:884
4839#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04004840msgid ""
4841"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4842"number\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004843msgstr ""
4844
4845#: misc/fsck.c:911
4846#, c-format
4847msgid "fsck: cannot check %s: fsck.%s not found\n"
4848msgstr "fsck: kan ikke kontrollere %s: fsck.%s blev ikke fundet\n"
4849
4850#: misc/fsck.c:967
4851msgid "Checking all file systems.\n"
4852msgstr "Kontrollerer alle filsystemer.\n"
4853
4854#: misc/fsck.c:1058
4855#, c-format
4856msgid "--waiting-- (pass %d)\n"
4857msgstr ""
4858
4859#: misc/fsck.c:1078
Theodore Ts'obd386982015-05-17 20:34:58 -04004860msgid ""
4861"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004862msgstr ""
4863
4864#: misc/fsck.c:1120
4865#, c-format
4866msgid "%s: too many devices\n"
4867msgstr "%s: for mange enheder\n"
4868
4869#: misc/fsck.c:1153 misc/fsck.c:1239
4870#, c-format
4871msgid "%s: too many arguments\n"
4872msgstr "%s: for mange argumenter\n"
4873
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004874#: misc/fuse2fs.c:3730
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004875#, fuzzy
4876msgid "Mounting read-only.\n"
4877msgstr "Fil åbn er skrivebeskyttet"
4878
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004879#: misc/fuse2fs.c:3754
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004880#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004881msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4882msgstr ""
4883
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004884#: misc/fuse2fs.c:3766 misc/fuse2fs.c:3779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004885#, c-format
4886msgid "%s: %s.\n"
4887msgstr ""
4888
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004889#: misc/fuse2fs.c:3767 misc/fuse2fs.c:3781 misc/tune2fs.c:3182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004890#, fuzzy, c-format
4891msgid "Please run e2fsck -fy %s.\n"
4892msgstr ""
4893"kør venligst »e2fsck -f %s« først.\n"
4894"\n"
4895
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004896#: misc/fuse2fs.c:3788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004897msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4898msgstr ""
4899
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004900#: misc/fuse2fs.c:3796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004901#, fuzzy, c-format
4902msgid "%s: Writing to the journal is not supported.\n"
4903msgstr "Formindskelse af iknudestørrelse er ikke understøttet\n"
4904
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004905#: misc/fuse2fs.c:3811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004906msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4907msgstr ""
4908
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004909#: misc/fuse2fs.c:3815
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004910msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4911msgstr ""
4912
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004913#: misc/fuse2fs.c:3820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004914msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4915msgstr ""
4916
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004917#: misc/fuse2fs.c:3824
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004918msgid "Orphans detected; running e2fsck is recommended.\n"
4919msgstr ""
4920
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004921#: misc/fuse2fs.c:3828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004922msgid "Errors detected; running e2fsck is required.\n"
4923msgstr ""
4924
4925#: misc/lsattr.c:75
4926#, fuzzy, c-format
4927msgid "Usage: %s [-RVadlpv] [files...]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004928msgstr "Brug: %s [-RVadlv] [filer ...]\n"
4929
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004930#: misc/lsattr.c:86
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004931#, c-format
4932msgid "While reading flags on %s"
4933msgstr ""
4934
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004935#: misc/lsattr.c:93
4936#, fuzzy, c-format
4937msgid "While reading project on %s"
4938msgstr "under åbning af %s"
4939
4940#: misc/lsattr.c:102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004941#, c-format
4942msgid "While reading version on %s"
4943msgstr ""
4944
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004945#: misc/mke2fs.c:124
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004946#, c-format
4947msgid ""
4948"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4949"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004950"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004951"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4952"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4953"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004954"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4955"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004956"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004957msgstr ""
4958
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004959#: misc/mke2fs.c:255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004960#, c-format
4961msgid "Running command: %s\n"
4962msgstr "Kører kommando: %s\n"
4963
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004964#: misc/mke2fs.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004965#, c-format
4966msgid "while trying to run '%s'"
4967msgstr "under forsøg på at køre »%s«"
4968
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004969#: misc/mke2fs.c:266
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004970msgid "while processing list of bad blocks from program"
4971msgstr ""
4972
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004973#: misc/mke2fs.c:293
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004974#, c-format
4975msgid "Block %d in primary superblock/group descriptor area bad.\n"
4976msgstr "Blok %d i primær superblok/gruppebeskriver område ugyldig.\n"
4977
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004978#: misc/mke2fs.c:295
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004979#, c-format
4980msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4981msgstr "Blokkene %u til %u skal være i god stand for at bygge et filsystem.\n"
4982
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004983#: misc/mke2fs.c:298
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004984msgid "Aborting....\n"
4985msgstr "Afbryder ...\n"
4986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004987#: misc/mke2fs.c:318
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004988#, c-format
4989msgid ""
4990"Warning: the backup superblock/group descriptors at block %u contain\n"
4991"\tbad blocks.\n"
4992"\n"
4993msgstr ""
4994"Advarsel: Sikkerhedskopibeskriverne for superblok/gruppe ved blok %u\n"
4995"\tindeholder ugyldige blokke.\n"
4996"\n"
4997
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004998#: misc/mke2fs.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004999msgid "while marking bad blocks as used"
5000msgstr "mens markerende ugyldige blokke som brugt"
5001
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005002#: misc/mke2fs.c:408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005003msgid "Writing inode tables: "
5004msgstr "Skriver iknudetabeller: "
5005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005006#: misc/mke2fs.c:430
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005007#, c-format
5008msgid ""
5009"\n"
5010"Could not write %d blocks in inode table starting at %llu: %s\n"
5011msgstr ""
5012"\n"
5013"Kunne ikke skrive %d blokke i iknude-tabel startende ved %llu: %s\n"
5014
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005015#: misc/mke2fs.c:444 misc/mke2fs.c:2648 misc/mke2fs.c:3013
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005016msgid "done \n"
5017msgstr "færdig \n"
5018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005019#: misc/mke2fs.c:460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005020msgid "while creating root dir"
5021msgstr ""
5022
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005023#: misc/mke2fs.c:467
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005024msgid "while reading root inode"
5025msgstr ""
5026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005027#: misc/mke2fs.c:479
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005028msgid "while setting root inode ownership"
5029msgstr ""
5030
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005031#: misc/mke2fs.c:497
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005032msgid "while creating /lost+found"
5033msgstr ""
5034
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005035#: misc/mke2fs.c:504
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005036msgid "while looking up /lost+found"
5037msgstr ""
5038
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005039#: misc/mke2fs.c:517
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005040msgid "while expanding /lost+found"
5041msgstr ""
5042
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005043#: misc/mke2fs.c:532
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005044msgid "while setting bad block inode"
5045msgstr ""
5046
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005047#: misc/mke2fs.c:559
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005048#, c-format
5049msgid "Out of memory erasing sectors %d-%d\n"
5050msgstr ""
5051
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005052#: misc/mke2fs.c:569
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005053#, c-format
5054msgid "Warning: could not read block 0: %s\n"
5055msgstr ""
5056
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005057#: misc/mke2fs.c:585
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005058#, c-format
5059msgid "Warning: could not erase sector %d: %s\n"
5060msgstr "Advarsel: kunne ikke slette sektor %d: %s\n"
5061
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005062#: misc/mke2fs.c:601
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005063msgid "while initializing journal superblock"
5064msgstr ""
5065
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005066#: misc/mke2fs.c:609
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005067msgid "Zeroing journal device: "
5068msgstr ""
5069
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005070#: misc/mke2fs.c:621
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005071#, c-format
5072msgid "while zeroing journal device (block %llu, count %d)"
5073msgstr ""
5074
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005075#: misc/mke2fs.c:638
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005076msgid "while writing journal superblock"
5077msgstr ""
5078
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005079#: misc/mke2fs.c:653
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005080#, c-format
5081msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5082msgstr "Opretter filsystem med %llu %dk blokke og %u iknuder\n"
5083
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005084#: misc/mke2fs.c:661
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005085#, c-format
5086msgid ""
5087"warning: %llu blocks unused.\n"
5088"\n"
5089msgstr ""
5090"advarsel: %llu ubrugte blokke.\n"
5091"\n"
5092
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005093#: misc/mke2fs.c:666
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005094#, c-format
5095msgid "Filesystem label=%s\n"
5096msgstr ""
5097
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005098#: misc/mke2fs.c:669
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005099#, c-format
5100msgid "OS type: %s\n"
5101msgstr "OS-type: %s\n"
5102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005103#: misc/mke2fs.c:671
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005104#, c-format
5105msgid "Block size=%u (log=%u)\n"
5106msgstr "Blokstørrelse=%u (log=%u)\n"
5107
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005108#: misc/mke2fs.c:674
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005109#, c-format
5110msgid "Cluster size=%u (log=%u)\n"
5111msgstr "Klyngestørrelse=%u (log=%u)\n"
5112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005113#: misc/mke2fs.c:678
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005114#, c-format
5115msgid "Fragment size=%u (log=%u)\n"
5116msgstr "Fragmentstørrelse%u (log=%u)\n"
5117
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005118#: misc/mke2fs.c:680
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005119#, c-format
5120msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5121msgstr ""
5122
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005123#: misc/mke2fs.c:682
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005124#, c-format
5125msgid "%u inodes, %llu blocks\n"
5126msgstr "%u iknuder, %llu blokke\n"
5127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005128#: misc/mke2fs.c:684
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005129#, c-format
5130msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5131msgstr "%llu blokke (%2.2f%%) reserveret for superbrugeren\n"
5132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005133#: misc/mke2fs.c:687
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005134#, c-format
5135msgid "First data block=%u\n"
5136msgstr "Første datablok=%u\n"
5137
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005138#: misc/mke2fs.c:689
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005139#, c-format
5140msgid "Root directory owner=%u:%u\n"
5141msgstr "Rodmappeejer=%u:%u\n"
5142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005143#: misc/mke2fs.c:691
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005144#, c-format
5145msgid "Maximum filesystem blocks=%lu\n"
5146msgstr "Maksimum filsystemblokke=%lu\n"
5147
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005148#: misc/mke2fs.c:695
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005149#, c-format
5150msgid "%u block groups\n"
5151msgstr "%u blokgrupper\n"
5152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005153#: misc/mke2fs.c:697
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005154#, c-format
5155msgid "%u block group\n"
5156msgstr "%u blokgruppe\n"
5157
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005158#: misc/mke2fs.c:699
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005159#, c-format
5160msgid "%u blocks per group, %u clusters per group\n"
5161msgstr "%u blokke per gruppe, %u klynger per gruppe\n"
5162
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005163#: misc/mke2fs.c:702
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005164#, c-format
5165msgid "%u blocks per group, %u fragments per group\n"
5166msgstr "%u blokke per gruppe, %u fragmenter per gruppe\n"
5167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005168#: misc/mke2fs.c:704
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005169#, c-format
5170msgid "%u inodes per group\n"
5171msgstr "%u iknuder per gruppe\n"
5172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005173#: misc/mke2fs.c:713
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005174#, c-format
5175msgid "Filesystem UUID: %s\n"
5176msgstr "Filsystem UUID: %s\n"
5177
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005178#: misc/mke2fs.c:714
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005179msgid "Superblock backups stored on blocks: "
5180msgstr ""
5181
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005182#: misc/mke2fs.c:808
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005183#, c-format
5184msgid "%s requires '-O 64bit'\n"
5185msgstr "%s kræver »-O 64bit«\n"
5186
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005187#: misc/mke2fs.c:814
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005188#, c-format
5189msgid "'%s' must be before 'resize=%u'\n"
5190msgstr "»%s« skal komme før »resize=%u«\n"
5191
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005192#: misc/mke2fs.c:827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005193#, c-format
5194msgid "Invalid desc_size: '%s'\n"
5195msgstr "Ugyldig beskrivelsesstørrelse: »%s«\n"
5196
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005197#: misc/mke2fs.c:840
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005198#, c-format
5199msgid "Invalid offset: %s\n"
5200msgstr "ugyldig forskydning: %s\n"
5201
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005202#: misc/mke2fs.c:854 misc/tune2fs.c:1933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005203#, c-format
5204msgid "Invalid mmp_update_interval: %s\n"
5205msgstr "Ugyldig mmp_update_interval: %s\n"
5206
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005207#: misc/mke2fs.c:868
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005208#, c-format
5209msgid "Invalid # of backup superblocks: %s\n"
5210msgstr "Ugyldig # for sikkerhedskopisuperblokke: %s\n"
5211
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005212#: misc/mke2fs.c:890
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005213#, c-format
5214msgid "Invalid stride parameter: %s\n"
5215msgstr ""
5216
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005217#: misc/mke2fs.c:905
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005218#, c-format
5219msgid "Invalid stripe-width parameter: %s\n"
5220msgstr ""
5221
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005222#: misc/mke2fs.c:928
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005223#, c-format
5224msgid "Invalid resize parameter: %s\n"
5225msgstr ""
5226
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005227#: misc/mke2fs.c:935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005228msgid "The resize maximum must be greater than the filesystem size.\n"
5229msgstr ""
5230
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005231#: misc/mke2fs.c:959
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005232msgid "On-line resizing not supported with revision 0 filesystems\n"
5233msgstr ""
5234
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005235#: misc/mke2fs.c:985 misc/mke2fs.c:994
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005236#, c-format
5237msgid "Invalid root_owner: '%s'\n"
5238msgstr "Ugyldig rod_ejer: »%s«\n"
5239
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005240#: misc/mke2fs.c:1034
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005241#, c-format
5242msgid ""
5243"\n"
5244"Bad option(s) specified: %s\n"
5245"\n"
5246"Extended options are separated by commas, and may take an argument which\n"
5247"\tis set off by an equals ('=') sign.\n"
5248"\n"
5249"Valid extended options are:\n"
5250"\tmmp_update_interval=<interval>\n"
5251"\tnum_backup_sb=<0|1|2>\n"
5252"\tstride=<RAID per-disk data chunk in blocks>\n"
5253"\tstripe-width=<RAID stride * data disks in blocks>\n"
5254"\toffset=<offset to create the file system>\n"
5255"\tresize=<resize maximum size in blocks>\n"
5256"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5257"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5258"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005259"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005260"\ttest_fs\n"
5261"\tdiscard\n"
5262"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005263"\tquotatype=<quota type(s) to be enabled>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005264"\n"
5265msgstr ""
5266
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005267#: misc/mke2fs.c:1059
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005268#, c-format
5269msgid ""
5270"\n"
5271"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5272"\n"
5273msgstr ""
5274
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005275#: misc/mke2fs.c:1101
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005276#, c-format
5277msgid ""
5278"Syntax error in mke2fs config file (%s, line #%d)\n"
5279"\t%s\n"
5280msgstr ""
5281
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005282#: misc/mke2fs.c:1114 misc/tune2fs.c:1007
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005283#, c-format
5284msgid "Invalid filesystem option set: %s\n"
5285msgstr ""
5286
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005287#: misc/mke2fs.c:1126 misc/tune2fs.c:406
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005288#, c-format
5289msgid "Invalid mount option set: %s\n"
5290msgstr ""
5291
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005292#: misc/mke2fs.c:1262
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005293#, c-format
5294msgid ""
5295"\n"
5296"Your mke2fs.conf file does not define the %s filesystem type.\n"
5297msgstr ""
5298
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005299#: misc/mke2fs.c:1266
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005300msgid ""
5301"You probably need to install an updated mke2fs.conf file.\n"
5302"\n"
5303msgstr ""
5304
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005305#: misc/mke2fs.c:1270
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005306msgid "Aborting...\n"
5307msgstr "Afbryder ...\n"
5308
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005309#: misc/mke2fs.c:1311
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005310#, c-format
5311msgid ""
5312"\n"
5313"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5314"\n"
5315msgstr ""
5316
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005317#: misc/mke2fs.c:1493
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005318msgid "Couldn't allocate memory for new PATH.\n"
5319msgstr "Kunne ikke allokere hukommelse for ny STI (PATH).\n"
5320
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005321#: misc/mke2fs.c:1534
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005322#, c-format
5323msgid "Couldn't init profile successfully (error: %ld).\n"
5324msgstr ""
5325
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005326#: misc/mke2fs.c:1567
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005327#, c-format
5328msgid "invalid block size - %s"
5329msgstr "ugyldig blokstørrelse - %s"
5330
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005331#: misc/mke2fs.c:1571
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005332#, c-format
5333msgid "Warning: blocksize %d not usable on most systems.\n"
5334msgstr "Advarsel: blokstørrelse %d kan ikke bruges på de fleste systemer.\n"
5335
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005336#: misc/mke2fs.c:1587
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005337#, c-format
5338msgid "invalid cluster size - %s"
5339msgstr "ugyldig klyngestørrelse - %s"
5340
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005341#: misc/mke2fs.c:1600
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005342msgid "'-R' is deprecated, use '-E' instead"
5343msgstr "»-R« er forældet, brug »-E« i stedet for"
5344
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005345#: misc/mke2fs.c:1614 misc/tune2fs.c:1661
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005346#, c-format
5347msgid "bad error behavior - %s"
5348msgstr "ugyldig fejlopførsel - %s"
5349
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005350#: misc/mke2fs.c:1626
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005351msgid "Illegal number for blocks per group"
5352msgstr "Ulovligt antal for blokke per gruppe"
5353
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005354#: misc/mke2fs.c:1631
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005355msgid "blocks per group must be multiple of 8"
5356msgstr ""
5357
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005358#: misc/mke2fs.c:1639
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005359msgid "Illegal number for flex_bg size"
5360msgstr ""
5361
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005362#: misc/mke2fs.c:1645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005363msgid "flex_bg size must be a power of 2"
5364msgstr ""
5365
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005366#: misc/mke2fs.c:1650
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005367#, c-format
5368msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5369msgstr ""
5370
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005371#: misc/mke2fs.c:1660
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005372#, c-format
5373msgid "invalid inode ratio %s (min %d/max %d)"
5374msgstr ""
5375
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005376#: misc/mke2fs.c:1670
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005377#, c-format
5378msgid "invalid inode size - %s"
5379msgstr ""
5380
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005381#: misc/mke2fs.c:1683
Theodore Ts'obd386982015-05-17 20:34:58 -04005382msgid ""
5383"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5384"nodiscard' extended option instead!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005385msgstr ""
5386
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005387#: misc/mke2fs.c:1694
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005388msgid "in malloc for bad_blocks_filename"
5389msgstr ""
5390
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005391#: misc/mke2fs.c:1707
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005392#, c-format
5393msgid "invalid reserved blocks percent - %s"
5394msgstr ""
5395
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005396#: misc/mke2fs.c:1722
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005397#, c-format
5398msgid "bad num inodes - %s"
5399msgstr ""
5400
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005401#: misc/mke2fs.c:1735
5402#, fuzzy
5403msgid "while allocating fs_feature string"
5404msgstr "under allokering af l1-tabel"
5405
5406#: misc/mke2fs.c:1752
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005407#, c-format
5408msgid "bad revision level - %s"
5409msgstr ""
5410
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005411#: misc/mke2fs.c:1757
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005412#, c-format
5413msgid "while trying to create revision %d"
5414msgstr "under forsøg på at oprette revision %d"
5415
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005416#: misc/mke2fs.c:1771
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005417msgid "The -t option may only be used once"
5418msgstr "Tilvalget -t kan kun bruges en gang"
5419
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005420#: misc/mke2fs.c:1779
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005421msgid "The -T option may only be used once"
5422msgstr ""
5423
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005424#: misc/mke2fs.c:1835 misc/mke2fs.c:3097
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005425#, c-format
5426msgid "while trying to open journal device %s\n"
5427msgstr ""
5428
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005429#: misc/mke2fs.c:1841
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005430#, c-format
5431msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5432msgstr ""
5433
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005434#: misc/mke2fs.c:1847
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005435#, c-format
5436msgid "Using journal device's blocksize: %d\n"
5437msgstr ""
5438
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005439#: misc/mke2fs.c:1858
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005440#, c-format
5441msgid "invalid blocks '%s' on device '%s'"
5442msgstr ""
5443
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005444#: misc/mke2fs.c:1880
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005445msgid "filesystem"
5446msgstr "filsystem"
5447
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005448#: misc/mke2fs.c:1894 resize/main.c:490
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005449msgid "while trying to determine filesystem size"
5450msgstr ""
5451
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005452#: misc/mke2fs.c:1900
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005453msgid ""
5454"Couldn't determine device size; you must specify\n"
5455"the size of the filesystem\n"
5456msgstr ""
5457
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005458#: misc/mke2fs.c:1907
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005459msgid ""
5460"Device size reported to be zero. Invalid partition specified, or\n"
5461"\tpartition table wasn't reread after running fdisk, due to\n"
5462"\ta modified partition being busy and in use. You may need to reboot\n"
5463"\tto re-read your partition table.\n"
5464msgstr ""
5465
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005466#: misc/mke2fs.c:1924
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005467msgid "Filesystem larger than apparent device size."
5468msgstr ""
5469
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005470#: misc/mke2fs.c:1944
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005471msgid "Failed to parse fs types list\n"
5472msgstr ""
5473
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005474#: misc/mke2fs.c:1992
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005475#, fuzzy
5476msgid "The HURD does not support the filetype feature.\n"
5477msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
5478
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005479#: misc/mke2fs.c:1997
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005480#, fuzzy
5481msgid "The HURD does not support the huge_file feature.\n"
5482msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
5483
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005484#: misc/mke2fs.c:2002
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005485#, fuzzy
5486msgid "The HURD does not support the metadata_csum feature.\n"
5487msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
5488
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005489#: misc/mke2fs.c:2012
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005490msgid "while trying to determine hardware sector size"
5491msgstr ""
5492
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005493#: misc/mke2fs.c:2018
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005494msgid "while trying to determine physical sector size"
5495msgstr ""
5496
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005497#: misc/mke2fs.c:2050
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005498msgid "while setting blocksize; too small for device\n"
5499msgstr ""
5500
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005501#: misc/mke2fs.c:2055
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005502#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005503msgid ""
5504"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005505msgstr ""
5506
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005507#: misc/mke2fs.c:2079
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005508#, c-format
5509msgid ""
5510"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5511"\tin 32 bits using a blocksize of %d.\n"
5512msgstr ""
5513
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005514#: misc/mke2fs.c:2095
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005515msgid "fs_types for mke2fs.conf resolution: "
5516msgstr "fs_types for mke2fs.conf-opløsning: "
5517
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005518#: misc/mke2fs.c:2102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005519msgid "Filesystem features not supported with revision 0 filesystems\n"
5520msgstr "Filsystemfunktioner er ikke understøttet med revision 0-filsystemer\n"
5521
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005522#: misc/mke2fs.c:2110
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005523msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5524msgstr ""
5525
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005526#: misc/mke2fs.c:2120
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005527msgid "Journals not supported with revision 0 filesystems\n"
5528msgstr "Journaler er ikke understøttet med revision 0-filsystemer\n"
5529
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005530#: misc/mke2fs.c:2133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005531#, c-format
5532msgid "invalid reserved blocks percent - %lf"
5533msgstr "ugyldig reserveret blokkeprocent - %lf"
5534
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005535#: misc/mke2fs.c:2150
Theodore Ts'obd386982015-05-17 20:34:58 -04005536msgid ""
5537"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5538"rectify.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005539msgstr ""
5540
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005541#: misc/mke2fs.c:2170
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005542msgid "The cluster size may not be smaller than the block size.\n"
5543msgstr "Klyngestørrelsen må ikke være mindre end blokstørrelsen.\n"
5544
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005545#: misc/mke2fs.c:2176
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005546msgid "specifying a cluster size requires the bigalloc feature"
5547msgstr "angivelse af en klyngestørrelse kræver bigalloc-funktionen"
5548
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005549#: misc/mke2fs.c:2196
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005550#, c-format
5551msgid "warning: Unable to get device geometry for %s\n"
5552msgstr "advarsel: Kan ikke indhente enhedsgeometri for %s\n"
5553
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005554#: misc/mke2fs.c:2199
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005555#, c-format
5556msgid "%s alignment is offset by %lu bytes.\n"
5557msgstr "%s-justering forskydes med %lu byte.\n"
5558
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005559#: misc/mke2fs.c:2201
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005560#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005561msgid ""
5562"This may result in very poor performance, (re)-partitioning suggested.\n"
5563msgstr ""
5564"Dette kan medføre meget dårlig ydelse, (ny) partitionering anbefales.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005565
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005566#: misc/mke2fs.c:2222
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005567#, c-format
5568msgid "%d-byte blocks too big for system (max %d)"
5569msgstr "%d-byteblokke er for store for systemet (maks %d)"
5570
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005571#: misc/mke2fs.c:2226
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005572#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04005573msgid ""
5574"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5575msgstr ""
5576"Advarsel: %d-byteblokke er for store for systemet (maks %d), tvunget til at "
5577"fortsætte\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005578
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005579#: misc/mke2fs.c:2234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005580#, c-format
5581msgid ""
5582"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5583"and journal checksum features.\n"
5584msgstr ""
5585
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005586#: misc/mke2fs.c:2289
5587#, c-format
5588msgid ""
5589"\n"
5590"Warning: offset specified without an explicit file system size.\n"
5591"Creating a file system with %llu blocks but this might\n"
5592"not be what you want.\n"
5593"\n"
5594msgstr ""
5595
5596#: misc/mke2fs.c:2306
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005597msgid "Can't support bigalloc feature without extents feature"
5598msgstr "Kan ikke understøtte bigalloc-funkton uden extents-funktion"
5599
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005600#: misc/mke2fs.c:2313
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005601msgid ""
5602"The resize_inode and meta_bg features are not compatible.\n"
5603"They can not be both enabled simultaneously.\n"
5604msgstr ""
5605"Funktionerne resize_inode og meta_bg er ikke kompatible.\n"
5606"De kan ikke begge være aktiveret på samme tidspunkt.\n"
5607
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005608#: misc/mke2fs.c:2321
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005609msgid ""
5610"\n"
5611"Warning: the bigalloc feature is still under development\n"
5612"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5613"\n"
5614msgstr ""
5615"\n"
5616"Advarsel: funktionen bigalloc er stadig under udvikling\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005617"Se https://ext4.wiki.kernel.org/index.php/Bigalloc for yderligere "
5618"information\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005619"\n"
5620
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005621#: misc/mke2fs.c:2333
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005622msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'obd386982015-05-17 20:34:58 -04005623msgstr ""
5624"reserverede online ændringsblokke er ikke understøttet på ikke-sparse "
5625"filsystem"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005626
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005627#: misc/mke2fs.c:2342
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005628msgid "blocks per group count out of range"
5629msgstr "bloks per gruppe-antal uden for interval"
5630
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005631#: misc/mke2fs.c:2364
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005632msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'obd386982015-05-17 20:34:58 -04005633msgstr ""
5634"Flex_bg-funktion er ikke aktiveret, så flex_bg-størrelse kan ikke angives"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005635
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005636#: misc/mke2fs.c:2376
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005637#, c-format
5638msgid "invalid inode size %d (min %d/max %d)"
5639msgstr "ugyldig iknudestørrelse %d (min %d/maks %d)"
5640
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005641#: misc/mke2fs.c:2391
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005642#, c-format
5643msgid "%d byte inodes are too small for inline data; specify larger size"
5644msgstr ""
5645
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005646#: misc/mke2fs.c:2404
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005647#, c-format
5648msgid "%d byte inodes are too small for project quota; specify larger size"
5649msgstr ""
5650
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005651#: misc/mke2fs.c:2419
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005652#, c-format
5653msgid "too many inodes (%llu), raise inode ratio?"
5654msgstr "for mange iknuder (%llu), hæv iknudeforhold?"
5655
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005656#: misc/mke2fs.c:2426
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005657#, c-format
5658msgid "too many inodes (%llu), specify < 2^32 inodes"
5659msgstr "for mange iknuder (%llu), specificer < 2^32 iknuder"
5660
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005661#: misc/mke2fs.c:2440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005662#, c-format
5663msgid ""
5664"inode_size (%u) * inodes_count (%u) too big for a\n"
5665"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5666"\tor lower inode count (-N).\n"
5667msgstr ""
5668"iknude_størrelse(%u) * iknuder_antal (%u) er for stor for et\n"
5669"\tfilsystem med %llu blokke, specificer højere iknude_forhold (-i)\n"
5670"\teller lavere iknudeantal (-N).\n"
5671
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005672#: misc/mke2fs.c:2627
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005673msgid "Discarding device blocks: "
5674msgstr "Fjerner enhedsblokke: "
5675
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005676#: misc/mke2fs.c:2643
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005677msgid "failed - "
5678msgstr "mislykkedes - "
5679
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005680#: misc/mke2fs.c:2723
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005681#, fuzzy, c-format
5682msgid "bad error behavior in profile - %s"
5683msgstr "ugyldig fejlopførsel - %s"
5684
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005685#: misc/mke2fs.c:2797
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005686msgid "while setting up superblock"
5687msgstr "under opsætning af superblok"
5688
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005689#: misc/mke2fs.c:2813
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005690msgid ""
5691"Extents are not enabled. The file extent tree can be checksummed, whereas "
5692"block maps cannot. Not enabling extents reduces the coverage of metadata "
5693"checksumming. Pass -O extents to rectify.\n"
5694msgstr ""
5695
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005696#: misc/mke2fs.c:2820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005697msgid ""
5698"64-bit filesystem support is not enabled. The larger fields afforded by "
5699"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5700msgstr ""
5701
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005702#: misc/mke2fs.c:2828
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005703msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5704msgstr ""
5705
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005706#: misc/mke2fs.c:2852
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005707msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005708msgstr ""
5709"Fjernelse lykkedes og vil returnere 0s - udelader iknudetabelfjernelse\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005710
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005711#: misc/mke2fs.c:2938
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005712#, c-format
5713msgid "unknown os - %s"
5714msgstr "ukendt os - %s"
5715
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005716#: misc/mke2fs.c:3001
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005717msgid "Allocating group tables: "
5718msgstr "Allokerer gruppetabeller: "
5719
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005720#: misc/mke2fs.c:3009
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005721msgid "while trying to allocate filesystem tables"
5722msgstr "under forsøg på at allokere filsystemtabeller"
5723
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005724#: misc/mke2fs.c:3018
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005725msgid ""
5726"\n"
5727"\twhile converting subcluster bitmap"
5728msgstr ""
5729"\n"
5730"\tunder konvertering af underklynge-bitmap"
5731
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005732#: misc/mke2fs.c:3024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005733#, c-format
5734msgid "%s may be further corrupted by superblock rewrite\n"
5735msgstr ""
5736
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005737#: misc/mke2fs.c:3065
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005738#, c-format
5739msgid "while zeroing block %llu at end of filesystem"
5740msgstr "under nulstilling af blok %llu i slutningen af filsystemet"
5741
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005742#: misc/mke2fs.c:3078
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005743msgid "while reserving blocks for online resize"
5744msgstr "under reservering af blokke for online ændring af størrelse"
5745
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005746#: misc/mke2fs.c:3090 misc/tune2fs.c:1415
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005747msgid "journal"
5748msgstr "journal"
5749
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005750#: misc/mke2fs.c:3102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005751#, c-format
5752msgid "Adding journal to device %s: "
5753msgstr "Tilføjer journal til enheden %s: "
5754
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005755#: misc/mke2fs.c:3109
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005756#, c-format
5757msgid ""
5758"\n"
5759"\twhile trying to add journal to device %s"
5760msgstr ""
5761"\n"
5762"\tunder forsøg på at tilføje journal til enheden %s"
5763
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005764#: misc/mke2fs.c:3114 misc/mke2fs.c:3143 misc/mke2fs.c:3183
5765#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005766msgid "done\n"
5767msgstr "færdig\n"
5768
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005769#: misc/mke2fs.c:3120
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005770msgid "Skipping journal creation in super-only mode\n"
5771msgstr "Udelader journaloprettelse i super-only-tilstand\n"
5772
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005773#: misc/mke2fs.c:3130
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005774#, c-format
5775msgid "Creating journal (%u blocks): "
5776msgstr "Opretter journal (%u blokke): "
5777
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005778#: misc/mke2fs.c:3139
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005779msgid ""
5780"\n"
5781"\twhile trying to create journal"
5782msgstr ""
5783"\n"
5784"\tunder forsøg på at oprette journal"
5785
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005786#: misc/mke2fs.c:3151 misc/tune2fs.c:1072
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005787msgid ""
5788"\n"
5789"Error while enabling multiple mount protection feature."
5790msgstr ""
5791"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005792"Der opstod en fejl under aktivering af funktionen for flere "
5793"monteringsbeskyttelser."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005794
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005795#: misc/mke2fs.c:3156
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005796#, c-format
5797msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04005798msgstr ""
5799"Flere monteringsbeskyttelser er aktiveret med opdateringsinterval %d "
5800"sekunder.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005801
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005802#: misc/mke2fs.c:3174
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005803msgid "Copying files into the device: "
5804msgstr ""
5805
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005806#: misc/mke2fs.c:3180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005807#, fuzzy
5808msgid "while populating file system"
5809msgstr "under allokering af l1-tabel"
5810
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005811#: misc/mke2fs.c:3187
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005812msgid "Writing superblocks and filesystem accounting information: "
5813msgstr "Skriver superblokke og filsystemets registreringsinformation: "
5814
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005815#: misc/mke2fs.c:3194
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005816msgid ""
5817"\n"
5818"Warning, had trouble writing out superblocks."
5819msgstr ""
5820"\n"
5821"Advarsel, havde problemer med at skrive superblokke ud."
5822
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005823#: misc/mke2fs.c:3196
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005824msgid ""
5825"done\n"
5826"\n"
5827msgstr ""
5828"færdig\n"
5829"\n"
5830
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005831#: misc/mk_hugefiles.c:424
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005832#, c-format
5833msgid ""
5834"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5835msgstr ""
5836
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005837#: misc/mk_hugefiles.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005838msgid "Huge files will be zero'ed\n"
5839msgstr ""
5840
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005841#: misc/mk_hugefiles.c:492
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005842#, fuzzy, c-format
5843msgid "Creating %lu huge file(s) "
5844msgstr "Opretter normal fil %s\n"
5845
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005846#: misc/mk_hugefiles.c:494
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005847#, fuzzy, c-format
5848msgid "with %llu blocks each"
5849msgstr ""
5850"advarsel: %llu ubrugte blokke.\n"
5851"\n"
5852
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005853#: misc/mk_hugefiles.c:505
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005854#, fuzzy, c-format
5855msgid "while creating huge file %lu"
5856msgstr "under gennemløb over iknude %u"
5857
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005858#: misc/mklost+found.c:50
5859msgid "Usage: mklost+found\n"
5860msgstr "Brug: mklost+found\n"
5861
5862#: misc/partinfo.c:41
5863#, c-format
5864msgid ""
5865"Usage: %s device...\n"
5866"\n"
5867"Prints out the partition information for each given device.\n"
5868"For example: %s /dev/hda\n"
5869"\n"
5870msgstr ""
5871"Brug: %s enhed...\n"
5872"\n"
5873"Udskriver partitionsinformation for hver enhed.\n"
5874"For eksempel: %s /dev/hda\n"
5875"\n"
5876
5877#: misc/partinfo.c:51
5878#, c-format
5879msgid "Cannot open %s: %s"
5880msgstr "Kan ikke åbne %s: %s"
5881
5882#: misc/partinfo.c:57
5883#, c-format
5884msgid "Cannot get geometry of %s: %s"
5885msgstr "Kan ikke indhente geometri for %s: %s"
5886
5887#: misc/partinfo.c:65
5888#, c-format
5889msgid "Cannot get size of %s: %s"
5890msgstr "Kan ikke indhente størrelse på %s: %s"
5891
5892#: misc/partinfo.c:71
5893#, c-format
5894msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5895msgstr "%s: h=%3d s=%3d c=%4d start=%8d str=%8lu slut=%8d\n"
5896
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005897#: misc/tune2fs.c:119
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005898msgid "Please run e2fsck on the filesystem.\n"
5899msgstr "Kør venligst e2fsck på filsystemet.\n"
5900
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005901#: misc/tune2fs.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005902#, fuzzy
5903msgid "Please run e2fsck -D on the filesystem.\n"
5904msgstr "Kør venligst e2fsck på filsystemet.\n"
5905
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005906#: misc/tune2fs.c:134
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005907#, c-format
5908msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005909"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005910"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005911"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5912"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5913"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5914"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005915"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005916"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005917msgstr ""
5918
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005919#: misc/tune2fs.c:218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005920msgid "Journal superblock not found!\n"
5921msgstr "Journalsuperblok blev ikke fundet!\n"
5922
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005923#: misc/tune2fs.c:276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005924msgid "while trying to open external journal"
5925msgstr "under forsøg på at åben ekstern journal"
5926
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005927#: misc/tune2fs.c:282 misc/tune2fs.c:2676
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005928#, c-format
5929msgid "%s is not a journal device.\n"
5930msgstr "%s er ikke en journalenhed.\n"
5931
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005932#: misc/tune2fs.c:292 misc/tune2fs.c:2687
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005933msgid "Filesystem's UUID not found on journal device.\n"
5934msgstr "Filsystemets UUID blev ikke fundet på journalenhed.\n"
5935
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005936#: misc/tune2fs.c:316
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005937msgid ""
5938"Cannot locate journal device. It was NOT removed\n"
5939"Use -f option to remove missing journal device.\n"
5940msgstr ""
5941"Kan ikke finde journalenhed. Den blev IKKE fjernet\n"
5942"Brug tilvalget -f til at fjerne manglende journalenhed.\n"
5943
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005944#: misc/tune2fs.c:325
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005945msgid "Journal removed\n"
5946msgstr "Journal fjernet\n"
5947
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005948#: misc/tune2fs.c:369
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005949msgid "while reading bitmaps"
5950msgstr "under læsning af bitmaps"
5951
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005952#: misc/tune2fs.c:377
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005953msgid "while clearing journal inode"
5954msgstr "under rydning af journaliknude"
5955
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005956#: misc/tune2fs.c:388
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005957msgid "while writing journal inode"
5958msgstr "under skrivning af journaliknude"
5959
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005960#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005961msgid "(and reboot afterwards!)\n"
5962msgstr "(og genstart efterfølgende!)\n"
5963
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005964#: misc/tune2fs.c:476
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005965#, c-format
5966msgid "After running e2fsck, please run `resize2fs %s %s"
5967msgstr ""
5968
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005969#: misc/tune2fs.c:479
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005970#, fuzzy, c-format
5971msgid "Please run `resize2fs %s %s"
5972msgstr ""
5973"kør venligst »e2fsck -f %s« først.\n"
5974"\n"
5975
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005976#: misc/tune2fs.c:483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005977#, c-format
5978msgid " -z \"%s\""
5979msgstr ""
5980
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005981#: misc/tune2fs.c:485
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005982#, c-format
5983msgid "' to enable 64-bit mode.\n"
5984msgstr ""
5985
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005986#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005987#, c-format
5988msgid "' to disable 64-bit mode.\n"
5989msgstr ""
5990
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005991#: misc/tune2fs.c:974
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005992msgid ""
5993"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5994" This requires Linux >= v4.4.\n"
5995msgstr ""
5996
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005997#: misc/tune2fs.c:1010
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005998#, c-format
5999msgid "Clearing filesystem feature '%s' not supported.\n"
6000msgstr "Funktionen for rydning af filsystem »%s« er ikke understøttet.\n"
6001
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006002#: misc/tune2fs.c:1016
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006003#, c-format
6004msgid "Setting filesystem feature '%s' not supported.\n"
6005msgstr "Funktionen for opsætning af filsystem »%s« er ikke understøttet.\n"
6006
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006007#: misc/tune2fs.c:1025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006008msgid ""
6009"The has_journal feature may only be cleared when the filesystem is\n"
6010"unmounted or mounted read-only.\n"
6011msgstr ""
6012"Funktionen has_journal kan kun ryddes, når filsystemet er umonteret\n"
6013"eller monteret som skrivebeskyttet.\n"
6014
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006015#: misc/tune2fs.c:1033
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006016msgid ""
6017"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6018"the has_journal flag.\n"
6019msgstr ""
6020"Flaget needs_recovery er angivet. Kør venligst e2fsck før rydning\n"
6021"af flaget has_journal.\n"
6022
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006023#: misc/tune2fs.c:1051
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006024msgid ""
6025"Setting filesystem feature 'sparse_super' not supported\n"
6026"for filesystems with the meta_bg feature enabled.\n"
6027msgstr ""
6028"Angivelse af filsystemfunktionen »sparse_super« er ikke understøttet\n"
6029"for filsystemer med funktionen meta_bg aktiveret.\n"
6030
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006031#: misc/tune2fs.c:1064
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006032msgid ""
6033"The multiple mount protection feature can't\n"
6034"be set if the filesystem is mounted or\n"
6035"read-only.\n"
6036msgstr ""
6037"Funktionen for flere monteringsbeskyttelser kan\n"
6038"ikke angives hvis filsystemet er monteret eller\n"
6039"skrivebeskyttet.\n"
6040
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006041#: misc/tune2fs.c:1082
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006042#, c-format
6043msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6044msgstr ""
6045
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006046#: misc/tune2fs.c:1091
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006047msgid ""
6048"The multiple mount protection feature cannot\n"
6049"be disabled if the filesystem is readonly.\n"
6050msgstr ""
6051
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006052#: misc/tune2fs.c:1099
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006053msgid "Error while reading bitmaps\n"
6054msgstr "Der opstod en fejl under læsning af bitmap\n"
6055
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006056#: misc/tune2fs.c:1108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006057#, c-format
6058msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6059msgstr "Magisk nummer i MMP-blok matcher ikke. forventede: %x, faktisk %x\n"
6060
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006061#: misc/tune2fs.c:1113
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006062msgid "while reading MMP block."
6063msgstr "under læsning af MMP-blok."
6064
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006065#: misc/tune2fs.c:1145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006066msgid ""
6067"Clearing the flex_bg flag would cause the the filesystem to be\n"
6068"inconsistent.\n"
6069msgstr ""
6070"Rydning af flaget flex_bg vil medføre at filsystemet bliver\n"
6071"inkonsistent.\n"
6072
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006073#: misc/tune2fs.c:1156
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006074msgid ""
6075"The huge_file feature may only be cleared when the filesystem is\n"
6076"unmounted or mounted read-only.\n"
6077msgstr ""
6078
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006079#: misc/tune2fs.c:1167
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006080msgid "Enabling checksums could take some time."
6081msgstr ""
6082
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006083#: misc/tune2fs.c:1169
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006084msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6085msgstr ""
6086
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006087#: misc/tune2fs.c:1175
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006088msgid ""
6089"Extents are not enabled. The file extent tree can be checksummed, whereas "
6090"block maps cannot. Not enabling extents reduces the coverage of metadata "
6091"checksumming. Re-run with -O extent to rectify.\n"
6092msgstr ""
6093
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006094#: misc/tune2fs.c:1182
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006095msgid ""
6096"64-bit filesystem support is not enabled. The larger fields afforded by "
6097"this feature enable full-strength checksumming. Run resize2fs -b to "
6098"rectify.\n"
6099msgstr ""
6100
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006101#: misc/tune2fs.c:1208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006102msgid "Disabling checksums could take some time."
6103msgstr ""
6104
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006105#: misc/tune2fs.c:1210
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006106msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6107msgstr ""
6108
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006109#: misc/tune2fs.c:1273
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006110#, c-format
6111msgid "Cannot enable 64-bit mode while mounted!\n"
6112msgstr ""
6113
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006114#: misc/tune2fs.c:1283
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006115#, c-format
6116msgid "Cannot disable 64-bit mode while mounted!\n"
6117msgstr ""
6118
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006119#: misc/tune2fs.c:1313
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006120msgid ""
6121"\n"
6122"Warning: enabled project without quota together\n"
6123msgstr ""
6124
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006125#: misc/tune2fs.c:1326
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006126msgid ""
6127"\n"
6128"Warning: '^quota' option overrides '-Q'arguments.\n"
6129msgstr ""
6130
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006131#: misc/tune2fs.c:1344
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006132#, fuzzy
6133msgid ""
6134"Setting feature 'metadata_csum_seed' is only supported\n"
6135"on filesystems with the metadata_csum feature enabled.\n"
6136msgstr ""
6137"Angivelse af filsystemfunktionen »sparse_super« er ikke understøttet\n"
6138"for filsystemer med funktionen meta_bg aktiveret.\n"
6139
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006140#: misc/tune2fs.c:1362
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006141msgid ""
6142"UUID has changed since enabling metadata_csum. Filesystem must be "
6143"unmounted \n"
6144"to safely rewrite all metadata to match the new UUID.\n"
6145msgstr ""
6146
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006147#: misc/tune2fs.c:1408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006148msgid "The filesystem already has a journal.\n"
6149msgstr "Filsystemet har allerede en journal.\n"
6150
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006151#: misc/tune2fs.c:1428
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006152#, c-format
6153msgid ""
6154"\n"
6155"\twhile trying to open journal on %s\n"
6156msgstr ""
6157"\n"
6158"\tunder forsøg på at åbne journal på %s\n"
6159
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006160#: misc/tune2fs.c:1432
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006161#, c-format
6162msgid "Creating journal on device %s: "
6163msgstr "Opretter journal på enhed %s: "
6164
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006165#: misc/tune2fs.c:1440
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006166#, c-format
6167msgid "while adding filesystem to journal on %s"
6168msgstr "under tilføjelse af filsystem til journal på %s"
6169
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006170#: misc/tune2fs.c:1446
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006171msgid "Creating journal inode: "
6172msgstr "Opretter journaliknude: "
6173
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006174#: misc/tune2fs.c:1460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006175msgid ""
6176"\n"
6177"\twhile trying to create journal file"
6178msgstr ""
6179"\n"
6180"\tunder forsøg på at oprette journalfil"
6181
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006182#: misc/tune2fs.c:1549
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006183msgid ""
6184"\n"
6185"Bad quota options specified.\n"
6186"\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006187"Following valid quota options are available (pass by separating with "
6188"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006189"\t[^]usr[quota]\n"
6190"\t[^]grp[quota]\n"
6191"\t[^]prj[quota]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006192"\n"
6193"\n"
6194msgstr ""
6195
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006196#: misc/tune2fs.c:1607
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006197#, c-format
6198msgid "Couldn't parse date/time specifier: %s"
6199msgstr "Kunne ikke fortolke dato/tids-angiveren: %s"
6200
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006201#: misc/tune2fs.c:1632 misc/tune2fs.c:1645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006202#, c-format
6203msgid "bad mounts count - %s"
6204msgstr "ugyldigt monteringsantal - %s"
6205
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006206#: misc/tune2fs.c:1688
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006207#, c-format
6208msgid "bad gid/group name - %s"
6209msgstr "ugyldig gid/gruppenavn - %s"
6210
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006211#: misc/tune2fs.c:1721
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006212#, c-format
6213msgid "bad interval - %s"
6214msgstr "ugyldig interval - %s"
6215
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006216#: misc/tune2fs.c:1750
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006217#, c-format
6218msgid "bad reserved block ratio - %s"
6219msgstr "ugyldigt reserveret blokforhold - %s"
6220
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006221#: misc/tune2fs.c:1765
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006222msgid "-o may only be specified once"
6223msgstr "-o kan kun angives en gang"
6224
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006225#: misc/tune2fs.c:1774
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006226msgid "-O may only be specified once"
6227msgstr "-O kan kun angives en gang"
6228
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006229#: misc/tune2fs.c:1792
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006230#, c-format
6231msgid "bad reserved blocks count - %s"
6232msgstr "ugyldigt reserveret blokantal - %s"
6233
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006234#: misc/tune2fs.c:1821
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006235#, c-format
6236msgid "bad uid/user name - %s"
6237msgstr "ugyldig uid/brugernavn - %s"
6238
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006239#: misc/tune2fs.c:1838
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006240#, c-format
6241msgid "bad inode size - %s"
6242msgstr "ugylding iknude-størrelse - %s"
6243
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006244#: misc/tune2fs.c:1845
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006245#, c-format
6246msgid "Inode size must be a power of two- %s"
6247msgstr "Iknude-størrelse skal være en potens af to - %s"
6248
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006249#: misc/tune2fs.c:1942
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006250#, c-format
6251msgid "mmp_update_interval too big: %lu\n"
6252msgstr "mmp_update_interval er for stort: %lu\n"
6253
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006254#: misc/tune2fs.c:1947
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006255#, c-format
6256msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'obd386982015-05-17 20:34:58 -04006257msgid_plural ""
6258"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006259msgstr[0] ""
6260msgstr[1] ""
6261
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006262#: misc/tune2fs.c:1970
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006263#, c-format
6264msgid "Invalid RAID stride: %s\n"
6265msgstr "Ugyldig RAID stride: %s\n"
6266
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006267#: misc/tune2fs.c:1985
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006268#, c-format
6269msgid "Invalid RAID stripe-width: %s\n"
6270msgstr "Ugyldig RAID stripe-bredde: %s\n"
6271
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006272#: misc/tune2fs.c:2000
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006273#, c-format
6274msgid "Invalid hash algorithm: %s\n"
6275msgstr "Ugyldig hashalgoritme: %s\n"
6276
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006277#: misc/tune2fs.c:2006
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006278#, c-format
6279msgid "Setting default hash algorithm to %s (%d)\n"
6280msgstr "Angiver standardhashalgoritmen til %s (%d)\n"
6281
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006282#: misc/tune2fs.c:2025
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006283msgid ""
6284"\n"
6285"Bad options specified.\n"
6286"\n"
6287"Extended options are separated by commas, and may take an argument which\n"
6288"\tis set off by an equals ('=') sign.\n"
6289"\n"
6290"Valid extended options are:\n"
6291"\tclear_mmp\n"
6292"\thash_alg=<hash algorithm>\n"
6293"\tmount_opts=<extended default mount options>\n"
6294"\tstride=<RAID per-disk chunk size in blocks>\n"
6295"\tstripe_width=<RAID stride*data disks in blocks>\n"
6296"\ttest_fs\n"
6297"\t^test_fs\n"
6298msgstr ""
6299
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006300#: misc/tune2fs.c:2494
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006301msgid "Failed to read inode bitmap\n"
6302msgstr "Kunne ikke læse iknude-bitmap\n"
6303
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006304#: misc/tune2fs.c:2499
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006305msgid "Failed to read block bitmap\n"
6306msgstr "Kunne ikke læse blok-bitmap\n"
6307
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006308#: misc/tune2fs.c:2516 resize/resize2fs.c:1275
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006309msgid "blocks to be moved"
6310msgstr "blokke der skal flyttes"
6311
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006312#: misc/tune2fs.c:2519
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006313msgid "Failed to allocate block bitmap when increasing inode size\n"
6314msgstr "Kunne ikke allokere blok-bitmap da iknudestørrelsen blev øget\n"
6315
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006316#: misc/tune2fs.c:2525
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006317msgid "Not enough space to increase inode size \n"
6318msgstr "Ikke nok plads til at øge iknudestørrelsen \n"
6319
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006320#: misc/tune2fs.c:2530
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006321msgid "Failed to relocate blocks during inode resize \n"
6322msgstr ""
6323
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006324#: misc/tune2fs.c:2562
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006325msgid ""
6326"Error in resizing the inode size.\n"
6327"Run e2undo to undo the file system changes. \n"
6328msgstr ""
6329
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006330#: misc/tune2fs.c:2774
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006331#, c-format
6332msgid ""
6333"MMP block magic is bad. Try to fix it by running:\n"
6334"'e2fsck -f %s'\n"
6335msgstr ""
6336
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006337#: misc/tune2fs.c:2786
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006338#, fuzzy
6339msgid "Cannot modify a journal device.\n"
6340msgstr "%s er ikke en journalenhed.\n"
6341
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006342#: misc/tune2fs.c:2799
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006343#, c-format
6344msgid "The inode size is already %lu\n"
6345msgstr ""
6346
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006347#: misc/tune2fs.c:2806
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006348msgid "Shrinking inode size is not supported\n"
6349msgstr "Formindskelse af iknudestørrelse er ikke understøttet\n"
6350
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006351#: misc/tune2fs.c:2811
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006352#, c-format
6353msgid "Invalid inode size %lu (max %d)\n"
6354msgstr "Ugyldig iknudestørrelse %lu (maks %d)\n"
6355
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006356#: misc/tune2fs.c:2817
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006357msgid "Resizing inodes could take some time."
6358msgstr ""
6359
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006360#: misc/tune2fs.c:2864
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006361#, c-format
6362msgid "Setting maximal mount count to %d\n"
6363msgstr ""
6364
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006365#: misc/tune2fs.c:2870
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006366#, c-format
6367msgid "Setting current mount count to %d\n"
6368msgstr ""
6369
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006370#: misc/tune2fs.c:2875
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006371#, c-format
6372msgid "Setting error behavior to %d\n"
6373msgstr ""
6374
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006375#: misc/tune2fs.c:2880
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006376#, c-format
6377msgid "Setting reserved blocks gid to %lu\n"
6378msgstr ""
6379
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006380#: misc/tune2fs.c:2885
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006381#, c-format
6382msgid "interval between checks is too big (%lu)"
6383msgstr ""
6384
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006385#: misc/tune2fs.c:2892
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006386#, c-format
6387msgid "Setting interval between checks to %lu seconds\n"
6388msgstr ""
6389
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006390#: misc/tune2fs.c:2899
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006391#, c-format
6392msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6393msgstr ""
6394
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006395#: misc/tune2fs.c:2905
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006396#, c-format
6397msgid "reserved blocks count is too big (%llu)"
6398msgstr ""
6399
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006400#: misc/tune2fs.c:2912
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006401#, c-format
6402msgid "Setting reserved blocks count to %llu\n"
6403msgstr ""
6404
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006405#: misc/tune2fs.c:2917
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006406msgid ""
6407"\n"
6408"The filesystem already has sparse superblocks.\n"
6409msgstr ""
6410
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006411#: misc/tune2fs.c:2920
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006412msgid ""
6413"\n"
6414"Setting the sparse superblock flag not supported\n"
6415"for filesystems with the meta_bg feature enabled.\n"
6416msgstr ""
6417
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006418#: misc/tune2fs.c:2930
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006419#, c-format
6420msgid ""
6421"\n"
6422"Sparse superblock flag set. %s"
6423msgstr ""
6424
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006425#: misc/tune2fs.c:2935
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006426msgid ""
6427"\n"
6428"Clearing the sparse superblock flag not supported.\n"
6429msgstr ""
6430
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006431#: misc/tune2fs.c:2943
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006432#, c-format
6433msgid "Setting time filesystem last checked to %s\n"
6434msgstr ""
6435
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006436#: misc/tune2fs.c:2949
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006437#, c-format
6438msgid "Setting reserved blocks uid to %lu\n"
6439msgstr ""
6440
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006441#: misc/tune2fs.c:2981
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006442msgid "Error in using clear_mmp. It must be used with -f\n"
6443msgstr ""
6444
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006445#: misc/tune2fs.c:2999
Theodore Ts'obd386982015-05-17 20:34:58 -04006446msgid ""
6447"The quota feature may only be changed when the filesystem is unmounted.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006448msgstr ""
6449
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006450#: misc/tune2fs.c:3023
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006451msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6452msgstr ""
6453
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006454#: misc/tune2fs.c:3026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006455msgid ""
6456"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6457"and re-run this command.\n"
6458msgstr ""
6459
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006460#: misc/tune2fs.c:3035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006461msgid "Setting UUID on a checksummed filesystem could take some time."
6462msgstr ""
6463
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006464#: misc/tune2fs.c:3060
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006465msgid "Invalid UUID format\n"
6466msgstr "Ugyldigt UUID-format\n"
6467
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006468#: misc/tune2fs.c:3076
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006469msgid "Need to update journal superblock.\n"
6470msgstr "Skal opdatere journalsuperblok.\n"
6471
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006472#: misc/tune2fs.c:3101
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006473msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6474msgstr ""
6475
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006476#: misc/tune2fs.c:3108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006477msgid ""
6478"Changing the inode size not supported for filesystems with the flex_bg\n"
6479"feature enabled.\n"
6480msgstr ""
6481
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006482#: misc/tune2fs.c:3126
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006483#, c-format
6484msgid "Setting inode size %lu\n"
6485msgstr ""
6486
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006487#: misc/tune2fs.c:3130
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006488msgid "Failed to change inode size\n"
6489msgstr "Kunne ikke ændre iknudestørrelse\n"
6490
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006491#: misc/tune2fs.c:3144
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006492#, c-format
6493msgid "Setting stride size to %d\n"
6494msgstr ""
6495
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006496#: misc/tune2fs.c:3149
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006497#, c-format
6498msgid "Setting stripe width to %d\n"
6499msgstr ""
6500
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006501#: misc/tune2fs.c:3156
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006502#, c-format
6503msgid "Setting extended default mount options to '%s'\n"
6504msgstr ""
6505
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006506#: misc/tune2fs.c:3167
6507#, c-format
6508msgid ""
6509"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6510"\n"
6511"\te2fsck -E journal_only %s\n"
6512"\n"
6513"then rerun this command. Otherwise, any changes made may be overwritten\n"
6514"by journal recovery.\n"
6515msgstr ""
6516
6517#: misc/tune2fs.c:3178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006518#, fuzzy, c-format
6519msgid "Recovering journal.\n"
6520msgstr "%s: genskaber journal\n"
6521
6522#: misc/util.c:100
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006523msgid "<proceeding>\n"
6524msgstr ""
6525
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006526#: misc/util.c:104
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006527#, c-format
6528msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6529msgstr ""
6530
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006531#: misc/util.c:108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006532msgid "Proceed anyway? (y,n) "
6533msgstr "Fortsæt alligevel? (j,n) "
6534
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006535#: misc/util.c:133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006536msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6537msgstr ""
6538
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006539#: misc/util.c:138
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006540#, c-format
6541msgid "will not make a %s here!\n"
6542msgstr ""
6543
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006544#: misc/util.c:145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006545msgid "mke2fs forced anyway.\n"
6546msgstr ""
6547
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006548#: misc/util.c:161
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006549msgid "Couldn't allocate memory to parse journal options!\n"
6550msgstr ""
6551
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006552#: misc/util.c:186
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006553#, c-format
6554msgid ""
6555"\n"
6556"Could not find journal device matching %s\n"
6557msgstr ""
6558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006559#: misc/util.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006560msgid ""
6561"\n"
6562"Bad journal options specified.\n"
6563"\n"
6564"Journal options are separated by commas, and may take an argument which\n"
6565"\tis set off by an equals ('=') sign.\n"
6566"\n"
6567"Valid journal options are:\n"
6568"\tsize=<journal size in megabytes>\n"
6569"\tdevice=<journal device>\n"
6570"\tlocation=<journal location>\n"
6571"\n"
6572"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6573"\n"
6574msgstr ""
6575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006576#: misc/util.c:244
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006577msgid ""
6578"\n"
6579"Filesystem too small for a journal\n"
6580msgstr ""
6581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006582#: misc/util.c:251
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006583#, c-format
6584msgid ""
6585"\n"
6586"The requested journal size is %d blocks; it must be\n"
6587"between 1024 and 10240000 blocks. Aborting.\n"
6588msgstr ""
6589
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006590#: misc/util.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006591msgid ""
6592"\n"
6593"Journal size too big for filesystem.\n"
6594msgstr ""
6595"\n"
6596"Journalstørrelse er for stor for filsystemet.\n"
6597
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006598#: misc/util.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006599#, c-format
6600msgid ""
6601"This filesystem will be automatically checked every %d mounts or\n"
6602"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6603msgstr ""
6604"Dette filsystem vil automatisk blive kontrolleret efter hver %d montering\n"
6605"eller efter %g dage. Brug tune2fs -c eller -i for at annullere.\n"
6606
6607#: misc/uuidd.c:49
6608#, c-format
6609msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6610msgstr "Brug: %s [-d] [-p pid-fil] [-s sokkelsti] [-T tidsudløb]\n"
6611
6612#: misc/uuidd.c:51
6613#, c-format
6614msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6615msgstr " %s [-r|t] [-n num] [-s sokkelsti]\n"
6616
6617#: misc/uuidd.c:53
6618#, c-format
6619msgid " %s -k\n"
6620msgstr " %s -k\n"
6621
6622#: misc/uuidd.c:155
6623msgid "bad arguments"
6624msgstr "ugyldige parametre"
6625
6626#: misc/uuidd.c:173
6627msgid "connect"
6628msgstr "forbind"
6629
6630#: misc/uuidd.c:192
6631msgid "write"
6632msgstr "skriv"
6633
6634#: misc/uuidd.c:200
6635msgid "read count"
6636msgstr ""
6637
6638#: misc/uuidd.c:206
6639msgid "bad response length"
6640msgstr "ugyldig svarlængde"
6641
6642#: misc/uuidd.c:271
6643#, c-format
6644msgid "uuidd daemon already running at pid %s\n"
6645msgstr "uuidd-dæmon kører allerede på pid %s\n"
6646
6647#: misc/uuidd.c:279
6648#, c-format
6649msgid "Couldn't create unix stream socket: %s"
6650msgstr "Kunne ikke oprette unix-strømsokkel: %s"
6651
6652#: misc/uuidd.c:308
6653#, c-format
6654msgid "Couldn't bind unix socket %s: %s\n"
6655msgstr "Kunne ikke binde unix-sokkel %s: %s\n"
6656
6657#: misc/uuidd.c:316
6658#, c-format
6659msgid "Couldn't listen on unix socket %s: %s\n"
6660msgstr "Kunne ikke lytte på unix-sokkel %s: %s\n"
6661
6662#: misc/uuidd.c:354
6663#, c-format
6664msgid "Error reading from client, len = %d\n"
6665msgstr "Fejl ved læsning fra klient, len = %d\n"
6666
6667#: misc/uuidd.c:362
6668#, c-format
6669msgid "operation %d, incoming num = %d\n"
6670msgstr "operation %d, indgående num = %d\n"
6671
6672#: misc/uuidd.c:381
6673#, c-format
6674msgid "Generated time UUID: %s\n"
6675msgstr "Oprettet tids-UUID: %s\n"
6676
6677#: misc/uuidd.c:391
6678#, c-format
6679msgid "Generated random UUID: %s\n"
6680msgstr "Oprettet vilkårlig UUID: %s\n"
6681
6682#: misc/uuidd.c:400
6683#, c-format
6684msgid "Generated time UUID %s and subsequent UUID\n"
6685msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6686msgstr[0] "Oprettet tids UUID %s og efterfølgende UUID\n"
6687msgstr[1] "Oprettet tids UUID %s og %d efterfølgende UUID'er\n"
6688
6689#: misc/uuidd.c:421
6690#, c-format
6691msgid "Generated %d UUID's:\n"
6692msgstr "Oprettet %d UUID'er:\n"
6693
6694#: misc/uuidd.c:433
6695#, c-format
6696msgid "Invalid operation %d\n"
6697msgstr "Ugyldig operation %d\n"
6698
6699#: misc/uuidd.c:477 misc/uuidd.c:499
6700#, c-format
6701msgid "Bad number: %s\n"
6702msgstr "Ugyldigt tal: %s\n"
6703
6704#: misc/uuidd.c:534 misc/uuidd.c:563
6705#, c-format
6706msgid "Error calling uuidd daemon (%s): %s\n"
6707msgstr "Der opstod en fejl ved kald til uuidd-dæmon (%s): %s\n"
6708
6709#: misc/uuidd.c:544
6710#, c-format
6711msgid "%s and subsequent UUID\n"
6712msgid_plural "%s and subsequent %d UUIDs\n"
6713msgstr[0] "%s og efterfølgende UUID\n"
6714msgstr[1] "%s og efterfølgende %d UUID'er\n"
6715
6716#: misc/uuidd.c:548
6717msgid "List of UUID's:\n"
6718msgstr "Liste over UUID'er:\n"
6719
6720#: misc/uuidd.c:569
6721#, c-format
6722msgid "Unexpected reply length from server %d\n"
6723msgstr "Uventet svarlængde fra server %d\n"
6724
6725#: misc/uuidd.c:586
6726#, c-format
6727msgid "Couldn't kill uuidd running at pid %d: %s\n"
6728msgstr "Kunne ikke dræbe uuidd der kører på pid %d: %s\n"
6729
6730#: misc/uuidd.c:592
6731#, c-format
6732msgid "Killed uuidd running at pid %d\n"
6733msgstr "Dræbte uuidd der kører på pid %d\n"
6734
6735#: misc/uuidgen.c:32
6736#, c-format
6737msgid "Usage: %s [-r] [-t]\n"
6738msgstr "Brug: %s [-r] [-t]\n"
6739
6740#: resize/extent.c:202
6741msgid "# Extent dump:\n"
6742msgstr ""
6743
6744#: resize/extent.c:203
6745#, c-format
6746msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6747msgstr ""
6748
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006749#: resize/main.c:49
6750#, fuzzy, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006751msgid ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006752"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6753"[-z undo_file]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006754"\n"
6755msgstr ""
Theodore Ts'obd386982015-05-17 20:34:58 -04006756"Brug: %s [-d fejlsøgningsflag] [-f] [-F] [-M] [-P] [-p] enhed "
6757"[ny_størrelse]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006758"\n"
6759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006760#: resize/main.c:72
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006761msgid "Extending the inode table"
6762msgstr "Udvider iknude-tabellen"
6763
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006764#: resize/main.c:75
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006765msgid "Relocating blocks"
6766msgstr "Omallokerer blokke"
6767
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006768#: resize/main.c:78
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006769msgid "Scanning inode table"
6770msgstr "Skanner iknude-tabel"
6771
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006772#: resize/main.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006773msgid "Updating inode references"
6774msgstr "Opdaterer iknude-referencer"
6775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006776#: resize/main.c:84
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006777msgid "Moving inode table"
6778msgstr "Flytter iknude-tabel"
6779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006780#: resize/main.c:87
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006781msgid "Unknown pass?!?"
6782msgstr "Ukendt gennemløb?!?"
6783
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006784#: resize/main.c:90
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006785#, c-format
6786msgid "Begin pass %d (max = %lu)\n"
6787msgstr "Begynd gennemløb %d (maks. = %lu)\n"
6788
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006789#: resize/main.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006790msgid ""
6791"\n"
6792"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6793"your own risk! Use the force option if you want to go ahead anyway.\n"
6794"\n"
6795msgstr ""
6796
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006797#: resize/main.c:364
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006798#, c-format
6799msgid "while opening %s"
6800msgstr "under åbning af %s"
6801
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006802#: resize/main.c:372
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006803#, c-format
6804msgid "while getting stat information for %s"
6805msgstr "under indhentelse af stat-information for %s"
6806
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006807#: resize/main.c:444
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006808#, c-format
6809msgid ""
6810"Please run 'e2fsck -f %s' first.\n"
6811"\n"
6812msgstr ""
6813"kør venligst »e2fsck -f %s« først.\n"
6814"\n"
6815
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006816#: resize/main.c:463
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006817#, c-format
6818msgid "Estimated minimum size of the filesystem: %llu\n"
6819msgstr "Estimeret minimumsstørrelse for filsystemet: %llu\n"
6820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006821#: resize/main.c:500
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006822#, c-format
6823msgid "Invalid new size: %s\n"
6824msgstr "Ugyldig ny størrelse: %s\n"
6825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006826#: resize/main.c:519
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006827msgid "New size too large to be expressed in 32 bits\n"
6828msgstr "Ny størrelse for stor til at blive udtryk ti 32-bit\n"
6829
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006830#: resize/main.c:527
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006831#, c-format
6832msgid "New size smaller than minimum (%llu)\n"
6833msgstr "Ny størrelse er mindre end minimum (%llu)\n"
6834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006835#: resize/main.c:533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006836msgid "Invalid stride length"
6837msgstr ""
6838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006839#: resize/main.c:557
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006840#, c-format
6841msgid ""
6842"The containing partition (or device) is only %llu (%dk) blocks.\n"
6843"You requested a new size of %llu blocks.\n"
6844"\n"
6845msgstr ""
6846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006847#: resize/main.c:564
6848#, c-format
6849msgid "Cannot set and unset 64bit feature.\n"
6850msgstr ""
6851
6852#: resize/main.c:568
6853#, c-format
6854msgid ""
6855"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6856"blocks.\n"
6857msgstr ""
6858
6859#: resize/main.c:574
6860#, c-format
6861msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6862msgstr ""
6863
6864#: resize/main.c:580
6865#, c-format
6866msgid ""
6867"Please enable the extents feature with tune2fs before enabling the 64bit "
6868"feature.\n"
6869msgstr ""
6870
6871#: resize/main.c:586
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006872#, c-format
6873msgid ""
6874"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6875"\n"
6876msgstr "Filsystemet er allerede %llu (%dk( blokke langt. Intet at gøre!\n"
6877
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006878#: resize/main.c:593
6879#, fuzzy, c-format
6880msgid "The filesystem is already 64-bit.\n"
6881msgstr "Filsystemet har allerede en journal.\n"
6882
6883#: resize/main.c:598
6884#, fuzzy, c-format
6885msgid "The filesystem is already 32-bit.\n"
6886msgstr "Filsystemet har allerede en journal.\n"
6887
6888#: resize/main.c:607
6889#, c-format
6890msgid "Converting the filesystem to 64-bit.\n"
6891msgstr ""
6892
6893#: resize/main.c:609
6894#, c-format
6895msgid "Converting the filesystem to 32-bit.\n"
6896msgstr ""
6897
6898#: resize/main.c:611
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006899#, c-format
6900msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6901msgstr ""
6902
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006903#: resize/main.c:620
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006904#, c-format
6905msgid "while trying to resize %s"
6906msgstr ""
6907
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006908#: resize/main.c:623
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006909#, c-format
6910msgid ""
6911"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6912"after the aborted resize operation.\n"
6913msgstr ""
6914
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006915#: resize/main.c:629
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006916#, c-format
6917msgid ""
6918"The filesystem on %s is now %llu (%dk) blocks long.\n"
6919"\n"
6920msgstr "Filsystemet på %s er nu %llu (%dk) blokke langt.\n"
6921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006922#: resize/main.c:644
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006923#, c-format
6924msgid "while trying to truncate %s"
6925msgstr ""
6926
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006927#: resize/online.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006928msgid "kernel does not support online resize with sparse_super2"
6929msgstr ""
6930
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006931#: resize/online.c:86
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006932#, c-format
6933msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6934msgstr ""
6935
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006936#: resize/online.c:90
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006937msgid "On-line shrinking not supported"
6938msgstr ""
6939
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006940#: resize/online.c:114
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006941msgid "Filesystem does not support online resizing"
6942msgstr ""
6943
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006944#: resize/online.c:122
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006945msgid "Not enough reserved gdt blocks for resizing"
6946msgstr ""
6947
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006948#: resize/online.c:129
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006949msgid "Kernel does not support resizing a file system this large"
6950msgstr ""
6951
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006952#: resize/online.c:137
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006953#, c-format
6954msgid "while trying to open mountpoint %s"
6955msgstr "under forsøg på at åbne monteringspunkt %s"
6956
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006957#: resize/online.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006958#, c-format
6959msgid "Old resize interface requested.\n"
6960msgstr "Der blev anmodt om gammel grænseflade til ændring af størrelse.\n"
6961
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006962#: resize/online.c:161 resize/online.c:178
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006963msgid "Permission denied to resize filesystem"
6964msgstr "Tilladelse til at ændre filsystemets størrelse nægtet"
6965
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006966#: resize/online.c:164 resize/online.c:184
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006967msgid "While checking for on-line resizing support"
6968msgstr ""
6969
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006970#: resize/online.c:181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006971msgid "Kernel does not support online resizing"
6972msgstr ""
6973
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006974#: resize/online.c:220
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006975#, c-format
6976msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6977msgstr ""
6978
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006979#: resize/online.c:230
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006980msgid "While trying to extend the last group"
6981msgstr ""
6982
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006983#: resize/online.c:284
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006984#, c-format
6985msgid "While trying to add group #%d"
6986msgstr "Under forsøg på at tilføje gruppe #%d"
6987
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006988#: resize/online.c:295
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006989#, c-format
Theodore Ts'obd386982015-05-17 20:34:58 -04006990msgid ""
6991"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6992"this system.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006993msgstr ""
6994
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006995#: resize/resize2fs.c:759
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006996#, c-format
6997msgid "inodes (%llu) must be less than %u"
6998msgstr "iknuder (%llu) skal være mindre end %u"
6999
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007000#: resize/resize2fs.c:1037
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007001msgid "reserved blocks"
7002msgstr "reserverede blokke"
7003
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007004#: resize/resize2fs.c:1280
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007005msgid "meta-data blocks"
7006msgstr "metadatablokke"
7007
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007008#: resize/resize2fs.c:1384 resize/resize2fs.c:2316
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007009msgid "new meta blocks"
7010msgstr "nye metablokke"
7011
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007012#: resize/resize2fs.c:2539
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007013msgid "Should never happen! No sb in last super_sparse bg?\n"
7014msgstr ""
7015
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007016#: resize/resize2fs.c:2544
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007017msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7018msgstr ""
7019
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007020#: resize/resize2fs.c:2617
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007021msgid "Should never happen: resize inode corrupt!\n"
7022msgstr ""
7023
7024#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007025msgid "EXT2FS Library version 1.43-WIP"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007026msgstr ""
7027
7028#: lib/ext2fs/ext2_err.c:12
7029msgid "Wrong magic number for ext2_filsys structure"
7030msgstr ""
7031
7032#: lib/ext2fs/ext2_err.c:13
7033msgid "Wrong magic number for badblocks_list structure"
7034msgstr ""
7035
7036#: lib/ext2fs/ext2_err.c:14
7037msgid "Wrong magic number for badblocks_iterate structure"
7038msgstr ""
7039
7040#: lib/ext2fs/ext2_err.c:15
7041msgid "Wrong magic number for inode_scan structure"
7042msgstr ""
7043
7044#: lib/ext2fs/ext2_err.c:16
7045msgid "Wrong magic number for io_channel structure"
7046msgstr ""
7047
7048#: lib/ext2fs/ext2_err.c:17
7049msgid "Wrong magic number for unix io_channel structure"
7050msgstr ""
7051
7052#: lib/ext2fs/ext2_err.c:18
7053msgid "Wrong magic number for io_manager structure"
7054msgstr ""
7055
7056#: lib/ext2fs/ext2_err.c:19
7057msgid "Wrong magic number for block_bitmap structure"
7058msgstr ""
7059
7060#: lib/ext2fs/ext2_err.c:20
7061msgid "Wrong magic number for inode_bitmap structure"
7062msgstr ""
7063
7064#: lib/ext2fs/ext2_err.c:21
7065msgid "Wrong magic number for generic_bitmap structure"
7066msgstr ""
7067
7068#: lib/ext2fs/ext2_err.c:22
7069msgid "Wrong magic number for test io_channel structure"
7070msgstr ""
7071
7072#: lib/ext2fs/ext2_err.c:23
7073msgid "Wrong magic number for directory block list structure"
7074msgstr ""
7075
7076#: lib/ext2fs/ext2_err.c:24
7077msgid "Wrong magic number for icount structure"
7078msgstr ""
7079
7080#: lib/ext2fs/ext2_err.c:25
7081msgid "Wrong magic number for Powerquest io_channel structure"
7082msgstr ""
7083
7084#: lib/ext2fs/ext2_err.c:26
7085msgid "Wrong magic number for ext2 file structure"
7086msgstr ""
7087
7088#: lib/ext2fs/ext2_err.c:27
7089msgid "Wrong magic number for Ext2 Image Header"
7090msgstr ""
7091
7092#: lib/ext2fs/ext2_err.c:28
7093msgid "Wrong magic number for inode io_channel structure"
7094msgstr ""
7095
7096#: lib/ext2fs/ext2_err.c:29
7097msgid "Wrong magic number for ext4 extent handle"
7098msgstr ""
7099
7100#: lib/ext2fs/ext2_err.c:30
7101msgid "Bad magic number in super-block"
7102msgstr ""
7103
7104#: lib/ext2fs/ext2_err.c:31
7105msgid "Filesystem revision too high"
7106msgstr ""
7107
7108#: lib/ext2fs/ext2_err.c:32
7109msgid "Attempt to write to filesystem opened read-only"
7110msgstr ""
7111
7112#: lib/ext2fs/ext2_err.c:33
7113msgid "Can't read group descriptors"
7114msgstr "Kan ikke læse gruppebeskrivere"
7115
7116#: lib/ext2fs/ext2_err.c:34
7117msgid "Can't write group descriptors"
7118msgstr "Kan ikke skrive gruppebeskrivere"
7119
7120#: lib/ext2fs/ext2_err.c:35
7121msgid "Corrupt group descriptor: bad block for block bitmap"
7122msgstr "Ødelagt gruppebeskriver: ugyldig blok for blokbitmap"
7123
7124#: lib/ext2fs/ext2_err.c:36
7125msgid "Corrupt group descriptor: bad block for inode bitmap"
7126msgstr "Ødelagt gruppebeskriver: ugyldig blok for iknude-bitmap"
7127
7128#: lib/ext2fs/ext2_err.c:37
7129msgid "Corrupt group descriptor: bad block for inode table"
7130msgstr "Ødelagt gruppe-beskriver: ugyldig blok for iknude-tabel"
7131
7132#: lib/ext2fs/ext2_err.c:38
7133msgid "Can't write an inode bitmap"
7134msgstr "Kan ikke skrive en iknude-bitmap"
7135
7136#: lib/ext2fs/ext2_err.c:39
7137msgid "Can't read an inode bitmap"
7138msgstr "Kan ikke læse en iknude-bitmap"
7139
7140#: lib/ext2fs/ext2_err.c:40
7141msgid "Can't write a block bitmap"
7142msgstr "Kan ikke skrive en blokbitmap"
7143
7144#: lib/ext2fs/ext2_err.c:41
7145msgid "Can't read a block bitmap"
7146msgstr "Kan ikke læse en blokbitmap"
7147
7148#: lib/ext2fs/ext2_err.c:42
7149msgid "Can't write an inode table"
7150msgstr "Kan ikke skrive en iknude-tabel"
7151
7152#: lib/ext2fs/ext2_err.c:43
7153msgid "Can't read an inode table"
7154msgstr "Kan ikke læse en iknude-tabel"
7155
7156#: lib/ext2fs/ext2_err.c:44
7157msgid "Can't read next inode"
7158msgstr "Kan ikke læse næste iknude"
7159
7160#: lib/ext2fs/ext2_err.c:45
7161msgid "Filesystem has unexpected block size"
7162msgstr "Filsystem har uventet blokstørrelse"
7163
7164#: lib/ext2fs/ext2_err.c:46
7165msgid "EXT2 directory corrupted"
7166msgstr "EXT2-mappe ødelagt"
7167
7168#: lib/ext2fs/ext2_err.c:47
7169msgid "Attempt to read block from filesystem resulted in short read"
7170msgstr "Forsøg på at læse blok fra filsystem resulterede i kort læsning"
7171
7172#: lib/ext2fs/ext2_err.c:48
7173msgid "Attempt to write block to filesystem resulted in short write"
7174msgstr "Forsøg på at skrive blok til filsystem resulterede i kort skrivning"
7175
7176#: lib/ext2fs/ext2_err.c:49
7177msgid "No free space in the directory"
7178msgstr "Ingen ledig plads i mappen"
7179
7180#: lib/ext2fs/ext2_err.c:50
7181msgid "Inode bitmap not loaded"
7182msgstr "Iknude-bitmap er ikke indlæst"
7183
7184#: lib/ext2fs/ext2_err.c:51
7185msgid "Block bitmap not loaded"
7186msgstr "Blok-bitmap er ikke indlæst"
7187
7188#: lib/ext2fs/ext2_err.c:52
7189msgid "Illegal inode number"
7190msgstr "Ugyldigt iknude-antal"
7191
7192#: lib/ext2fs/ext2_err.c:53
7193msgid "Illegal block number"
7194msgstr "Ugyldigt blokantal"
7195
7196#: lib/ext2fs/ext2_err.c:54
7197msgid "Internal error in ext2fs_expand_dir"
7198msgstr "Intern fejl i ext2fs_expand_dir"
7199
7200#: lib/ext2fs/ext2_err.c:55
7201msgid "Not enough space to build proposed filesystem"
7202msgstr "Ikke nok plads til at bygge foreslået filsystem"
7203
7204#: lib/ext2fs/ext2_err.c:56
7205msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7206msgstr "Ugyldigt blokantal videresendt til ext2fs_mark_block_bitmap"
7207
7208#: lib/ext2fs/ext2_err.c:57
7209msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7210msgstr ""
7211
7212#: lib/ext2fs/ext2_err.c:58
7213msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7214msgstr ""
7215
7216#: lib/ext2fs/ext2_err.c:59
7217msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7218msgstr ""
7219
7220#: lib/ext2fs/ext2_err.c:60
7221msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7222msgstr ""
7223
7224#: lib/ext2fs/ext2_err.c:61
7225msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7226msgstr ""
7227
7228#: lib/ext2fs/ext2_err.c:62
7229msgid "Attempt to fudge end of block bitmap past the real end"
7230msgstr ""
7231
7232#: lib/ext2fs/ext2_err.c:63
7233msgid "Attempt to fudge end of inode bitmap past the real end"
7234msgstr ""
7235
7236#: lib/ext2fs/ext2_err.c:64
7237msgid "Illegal indirect block found"
7238msgstr ""
7239
7240#: lib/ext2fs/ext2_err.c:65
7241msgid "Illegal doubly indirect block found"
7242msgstr ""
7243
7244#: lib/ext2fs/ext2_err.c:66
7245msgid "Illegal triply indirect block found"
7246msgstr ""
7247
7248#: lib/ext2fs/ext2_err.c:67
7249msgid "Block bitmaps are not the same"
7250msgstr ""
7251
7252#: lib/ext2fs/ext2_err.c:68
7253msgid "Inode bitmaps are not the same"
7254msgstr ""
7255
7256#: lib/ext2fs/ext2_err.c:69
7257msgid "Illegal or malformed device name"
7258msgstr ""
7259
7260#: lib/ext2fs/ext2_err.c:70
7261msgid "A block group is missing an inode table"
7262msgstr ""
7263
7264#: lib/ext2fs/ext2_err.c:71
7265msgid "The ext2 superblock is corrupt"
7266msgstr ""
7267
7268#: lib/ext2fs/ext2_err.c:72
7269msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7270msgstr ""
7271
7272#: lib/ext2fs/ext2_err.c:73
7273msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7274msgstr ""
7275
7276#: lib/ext2fs/ext2_err.c:74
7277msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7278msgstr ""
7279
7280#: lib/ext2fs/ext2_err.c:75
7281msgid "Too many symbolic links encountered."
7282msgstr ""
7283
7284#: lib/ext2fs/ext2_err.c:76
7285msgid "The callback function will not handle this case"
7286msgstr ""
7287
7288#: lib/ext2fs/ext2_err.c:77
7289msgid "The inode is from a bad block in the inode table"
7290msgstr ""
7291
7292#: lib/ext2fs/ext2_err.c:78
7293msgid "Filesystem has unsupported feature(s)"
7294msgstr ""
7295
7296#: lib/ext2fs/ext2_err.c:79
7297msgid "Filesystem has unsupported read-only feature(s)"
7298msgstr ""
7299
7300#: lib/ext2fs/ext2_err.c:80
7301msgid "IO Channel failed to seek on read or write"
7302msgstr ""
7303
7304#: lib/ext2fs/ext2_err.c:81
7305msgid "Memory allocation failed"
7306msgstr ""
7307
7308#: lib/ext2fs/ext2_err.c:82
7309msgid "Invalid argument passed to ext2 library"
7310msgstr ""
7311
7312#: lib/ext2fs/ext2_err.c:83
7313msgid "Could not allocate block in ext2 filesystem"
7314msgstr ""
7315
7316#: lib/ext2fs/ext2_err.c:84
7317msgid "Could not allocate inode in ext2 filesystem"
7318msgstr ""
7319
7320#: lib/ext2fs/ext2_err.c:85
7321msgid "Ext2 inode is not a directory"
7322msgstr "Ext2-iknude er ikke en mappe"
7323
7324#: lib/ext2fs/ext2_err.c:86
7325msgid "Too many references in table"
7326msgstr "For mange referencer i tabel"
7327
7328#: lib/ext2fs/ext2_err.c:87
7329msgid "File not found by ext2_lookup"
7330msgstr "Fil ikke fundet af ext2_loopup"
7331
7332#: lib/ext2fs/ext2_err.c:88
7333msgid "File open read-only"
7334msgstr "Fil åbn er skrivebeskyttet"
7335
7336#: lib/ext2fs/ext2_err.c:89
7337msgid "Ext2 directory block not found"
7338msgstr "Ext2-mappeblok blev ikke fundet"
7339
7340#: lib/ext2fs/ext2_err.c:90
7341msgid "Ext2 directory already exists"
7342msgstr "Ext2-mappe findes allerede"
7343
7344#: lib/ext2fs/ext2_err.c:91
7345msgid "Unimplemented ext2 library function"
7346msgstr "Ext2-biblioteksfunktion er ikke implementeret"
7347
7348#: lib/ext2fs/ext2_err.c:92
7349msgid "User cancel requested"
7350msgstr "Der blev anmodt om brugerafbrydelse"
7351
7352#: lib/ext2fs/ext2_err.c:93
7353msgid "Ext2 file too big"
7354msgstr "Ext2-fil er for stor"
7355
7356#: lib/ext2fs/ext2_err.c:94
7357msgid "Supplied journal device not a block device"
7358msgstr "Indeholdt journalenhed er ikke en blokenhed"
7359
7360#: lib/ext2fs/ext2_err.c:95
7361msgid "Journal superblock not found"
7362msgstr "Journalsuperblok blev ikke fundet"
7363
7364#: lib/ext2fs/ext2_err.c:96
7365msgid "Journal must be at least 1024 blocks"
7366msgstr "Journal skal være på mindst 1024 blokke"
7367
7368#: lib/ext2fs/ext2_err.c:97
7369msgid "Unsupported journal version"
7370msgstr "Ikke understøttet journalversion"
7371
7372#: lib/ext2fs/ext2_err.c:98
7373msgid "Error loading external journal"
7374msgstr "Fejl under indlæsning af ekstern journal"
7375
7376#: lib/ext2fs/ext2_err.c:99
7377msgid "Journal not found"
7378msgstr "Journal blev ikke fundet"
7379
7380#: lib/ext2fs/ext2_err.c:100
7381msgid "Directory hash unsupported"
7382msgstr "Mappehash er ikke understøttet"
7383
7384#: lib/ext2fs/ext2_err.c:101
7385msgid "Illegal extended attribute block number"
7386msgstr "Illegal udvidet attributblokantal"
7387
7388#: lib/ext2fs/ext2_err.c:102
7389msgid "Cannot create filesystem with requested number of inodes"
7390msgstr "Kan ikke oprette filsystem med det anmodte antal iknuder"
7391
7392#: lib/ext2fs/ext2_err.c:103
7393msgid "E2image snapshot not in use"
7394msgstr "E2image-øjebliksbillede er ikke i brug"
7395
7396#: lib/ext2fs/ext2_err.c:104
7397msgid "Too many reserved group descriptor blocks"
7398msgstr "For mange reserverede gruppebeskriverblokke"
7399
7400#: lib/ext2fs/ext2_err.c:105
7401msgid "Resize inode is corrupt"
7402msgstr "Ændring af størrelse for iknude er ødelagt"
7403
7404#: lib/ext2fs/ext2_err.c:106
7405msgid "Tried to set block bmap with missing indirect block"
7406msgstr "Prøvede at sætte blok-bmap med manglende indirekte blok"
7407
7408#: lib/ext2fs/ext2_err.c:107
7409msgid "TDB: Success"
7410msgstr "TDB: Succes"
7411
7412#: lib/ext2fs/ext2_err.c:108
7413msgid "TDB: Corrupt database"
7414msgstr "TDB: Ødelagt database"
7415
7416#: lib/ext2fs/ext2_err.c:109
7417msgid "TDB: IO Error"
7418msgstr "TDB: IO-fejl"
7419
7420#: lib/ext2fs/ext2_err.c:110
7421msgid "TDB: Locking error"
7422msgstr "TDB: Låsefejl"
7423
7424#: lib/ext2fs/ext2_err.c:111
7425msgid "TDB: Out of memory"
7426msgstr "TDB: Ikke nok hukommelse"
7427
7428#: lib/ext2fs/ext2_err.c:112
7429msgid "TDB: Record exists"
7430msgstr "TDB: Post findes"
7431
7432#: lib/ext2fs/ext2_err.c:113
7433msgid "TDB: Lock exists on other keys"
7434msgstr "TDB: Lås findes på andre nøgler"
7435
7436#: lib/ext2fs/ext2_err.c:114
7437msgid "TDB: Invalid parameter"
7438msgstr "TDB: Ugyldig parameter"
7439
7440#: lib/ext2fs/ext2_err.c:115
7441msgid "TDB: Record does not exist"
7442msgstr "TDB: Post findes ikke"
7443
7444#: lib/ext2fs/ext2_err.c:116
7445msgid "TDB: Write not permitted"
7446msgstr "TDB: Skrivning ikke tilladt"
7447
7448#: lib/ext2fs/ext2_err.c:117
7449msgid "Ext2fs directory block list is empty"
7450msgstr "Ext2fs-mappeblokliste er tom"
7451
7452#: lib/ext2fs/ext2_err.c:118
7453msgid "Attempt to modify a block mapping via a read-only block iterator"
7454msgstr ""
7455
7456#: lib/ext2fs/ext2_err.c:119
7457msgid "Wrong magic number for ext4 extent saved path"
7458msgstr "Forkert magi-antal for ext4-udstrækningens gemte sti"
7459
7460#: lib/ext2fs/ext2_err.c:120
7461msgid "Wrong magic number for 64-bit generic bitmap"
7462msgstr "Forkert magi-antal for 64-bit generisk bitmap"
7463
7464#: lib/ext2fs/ext2_err.c:121
7465msgid "Wrong magic number for 64-bit block bitmap"
7466msgstr ""
7467
7468#: lib/ext2fs/ext2_err.c:122
7469msgid "Wrong magic number for 64-bit inode bitmap"
7470msgstr ""
7471
7472#: lib/ext2fs/ext2_err.c:123
7473msgid "Wrong magic number --- RESERVED_13"
7474msgstr ""
7475
7476#: lib/ext2fs/ext2_err.c:124
7477msgid "Wrong magic number --- RESERVED_14"
7478msgstr ""
7479
7480#: lib/ext2fs/ext2_err.c:125
7481msgid "Wrong magic number --- RESERVED_15"
7482msgstr ""
7483
7484#: lib/ext2fs/ext2_err.c:126
7485msgid "Wrong magic number --- RESERVED_16"
7486msgstr ""
7487
7488#: lib/ext2fs/ext2_err.c:127
7489msgid "Wrong magic number --- RESERVED_17"
7490msgstr ""
7491
7492#: lib/ext2fs/ext2_err.c:128
7493msgid "Wrong magic number --- RESERVED_18"
7494msgstr ""
7495
7496#: lib/ext2fs/ext2_err.c:129
7497msgid "Wrong magic number --- RESERVED_19"
7498msgstr ""
7499
7500#: lib/ext2fs/ext2_err.c:130
7501msgid "Corrupt extent header"
7502msgstr ""
7503
7504#: lib/ext2fs/ext2_err.c:131
7505msgid "Corrupt extent index"
7506msgstr ""
7507
7508#: lib/ext2fs/ext2_err.c:132
7509msgid "Corrupt extent"
7510msgstr ""
7511
7512#: lib/ext2fs/ext2_err.c:133
7513msgid "No free space in extent map"
7514msgstr ""
7515
7516#: lib/ext2fs/ext2_err.c:134
7517msgid "Inode does not use extents"
7518msgstr ""
7519
7520#: lib/ext2fs/ext2_err.c:135
7521msgid "No 'next' extent"
7522msgstr ""
7523
7524#: lib/ext2fs/ext2_err.c:136
7525msgid "No 'previous' extent"
7526msgstr ""
7527
7528#: lib/ext2fs/ext2_err.c:137
7529msgid "No 'up' extent"
7530msgstr ""
7531
7532#: lib/ext2fs/ext2_err.c:138
7533msgid "No 'down' extent"
7534msgstr ""
7535
7536#: lib/ext2fs/ext2_err.c:139
7537msgid "No current node"
7538msgstr ""
7539
7540#: lib/ext2fs/ext2_err.c:140
7541msgid "Ext2fs operation not supported"
7542msgstr ""
7543
7544#: lib/ext2fs/ext2_err.c:141
7545msgid "No room to insert extent in node"
7546msgstr ""
7547
7548#: lib/ext2fs/ext2_err.c:142
7549msgid "Splitting would result in empty node"
7550msgstr ""
7551
7552#: lib/ext2fs/ext2_err.c:143
7553msgid "Extent not found"
7554msgstr ""
7555
7556#: lib/ext2fs/ext2_err.c:144
7557msgid "Operation not supported for inodes containing extents"
7558msgstr ""
7559
7560#: lib/ext2fs/ext2_err.c:145
7561msgid "Extent length is invalid"
7562msgstr ""
7563
7564#: lib/ext2fs/ext2_err.c:146
7565msgid "I/O Channel does not support 64-bit block numbers"
7566msgstr "I/O-kanal understøtter ikke 64-bit bloknumre"
7567
7568#: lib/ext2fs/ext2_err.c:147
7569msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'obd386982015-05-17 20:34:58 -04007570msgstr ""
7571"Kan ikke kontrollere om filsytem er monteret på grund af en manglende mtab-"
7572"fil"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007573
7574#: lib/ext2fs/ext2_err.c:148
7575msgid "Filesystem too large to use legacy bitmaps"
7576msgstr "Filsystem er for stort til at kunne bruge forældede bitmap'er"
7577
7578#: lib/ext2fs/ext2_err.c:149
7579msgid "MMP: invalid magic number"
7580msgstr "MMP: ugyldigt magi-antal"
7581
7582#: lib/ext2fs/ext2_err.c:150
7583msgid "MMP: device currently active"
7584msgstr "MMP: enhed aktiv i øjeblikket"
7585
7586#: lib/ext2fs/ext2_err.c:151
7587msgid "MMP: fsck being run"
7588msgstr "MMP: fsck køres"
7589
7590#: lib/ext2fs/ext2_err.c:152
7591msgid "MMP: block number beyond filesystem range"
7592msgstr ""
7593
7594#: lib/ext2fs/ext2_err.c:153
7595msgid "MMP: undergoing an unknown operation"
7596msgstr "MMP: undergår en ukendt operation"
7597
7598#: lib/ext2fs/ext2_err.c:154
7599msgid "MMP: filesystem still in use"
7600msgstr ""
7601
7602#: lib/ext2fs/ext2_err.c:155
7603msgid "MMP: open with O_DIRECT failed"
7604msgstr ""
7605
7606#: lib/ext2fs/ext2_err.c:156
7607msgid "Block group descriptor size incorrect"
7608msgstr "Størrelse for blokgruppebeskriver er ikke korrekt"
7609
7610#: lib/ext2fs/ext2_err.c:157
7611msgid "Inode checksum does not match inode"
7612msgstr ""
7613
7614#: lib/ext2fs/ext2_err.c:158
7615msgid "Inode bitmap checksum does not match bitmap"
7616msgstr ""
7617
7618#: lib/ext2fs/ext2_err.c:159
7619msgid "Extent block checksum does not match extent block"
7620msgstr ""
7621
7622#: lib/ext2fs/ext2_err.c:160
7623msgid "Directory block does not have space for checksum"
7624msgstr ""
7625
7626#: lib/ext2fs/ext2_err.c:161
7627msgid "Directory block checksum does not match directory block"
7628msgstr ""
7629
7630#: lib/ext2fs/ext2_err.c:162
7631msgid "Extended attribute block checksum does not match block"
7632msgstr ""
7633
7634#: lib/ext2fs/ext2_err.c:163
7635msgid "Superblock checksum does not match superblock"
7636msgstr ""
7637
7638#: lib/ext2fs/ext2_err.c:164
7639msgid "Unknown checksum algorithm"
7640msgstr ""
7641
7642#: lib/ext2fs/ext2_err.c:165
7643msgid "MMP block checksum does not match MMP block"
7644msgstr ""
7645
7646#: lib/ext2fs/ext2_err.c:166
7647msgid "Ext2 file already exists"
7648msgstr "Ext2-fil findes allerede"
7649
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007650#: lib/ext2fs/ext2_err.c:167
7651msgid "Block bitmap checksum does not match bitmap"
7652msgstr ""
7653
7654#: lib/ext2fs/ext2_err.c:168
7655msgid "Cannot iterate data blocks of an inode containing inline data"
7656msgstr ""
7657
7658#: lib/ext2fs/ext2_err.c:169
7659msgid "Extended attribute has an invalid name length"
7660msgstr ""
7661
7662#: lib/ext2fs/ext2_err.c:170
7663msgid "Extended attribute has an invalid value length"
7664msgstr ""
7665
7666#: lib/ext2fs/ext2_err.c:171
7667msgid "Extended attribute has an incorrect hash"
7668msgstr ""
7669
7670#: lib/ext2fs/ext2_err.c:172
7671#, fuzzy
7672msgid "Extended attribute block has a bad header"
7673msgstr "Illegal udvidet attributblokantal"
7674
7675#: lib/ext2fs/ext2_err.c:173
7676#, fuzzy
7677msgid "Extended attribute key not found"
7678msgstr "audvidet attribut"
7679
7680#: lib/ext2fs/ext2_err.c:174
7681msgid "Insufficient space to store extended attribute data"
7682msgstr ""
7683
7684#: lib/ext2fs/ext2_err.c:175
7685msgid "Filesystem is missing ext_attr or inline_data feature"
7686msgstr ""
7687
7688#: lib/ext2fs/ext2_err.c:176
7689msgid "Inode doesn't have inline data"
7690msgstr ""
7691
7692#: lib/ext2fs/ext2_err.c:177
7693msgid "No block for an inode with inline data"
7694msgstr ""
7695
7696#: lib/ext2fs/ext2_err.c:178
7697#, fuzzy
7698msgid "No free space in inline data"
7699msgstr "Ingen ledig plads i mappen"
7700
7701#: lib/ext2fs/ext2_err.c:179
7702#, fuzzy
7703msgid "Wrong magic number for extended attribute structure"
7704msgstr "Forkert magi-antal for ext4-udstrækningens gemte sti"
7705
7706#: lib/ext2fs/ext2_err.c:180
7707msgid "Inode seems to contain garbage"
7708msgstr ""
7709
7710#: lib/ext2fs/ext2_err.c:181
7711msgid "Extended attribute has an invalid value offset"
7712msgstr ""
7713
7714#: lib/ext2fs/ext2_err.c:182
7715msgid "Journal flags inconsistent"
7716msgstr ""
7717
7718#: lib/ext2fs/ext2_err.c:183
7719#, fuzzy
7720msgid "Undo file corrupt"
7721msgstr "Ændring af størrelse for iknude er ødelagt"
7722
7723#: lib/ext2fs/ext2_err.c:184
7724#, fuzzy
7725msgid "Wrong undo file for this filesystem"
7726msgstr "Tilladelse til at ændre filsystemets størrelse nægtet"
7727
7728#: lib/support/prof_err.c:11
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007729msgid "Profile version 0.0"
7730msgstr "Profil version 0.0"
7731
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007732#: lib/support/prof_err.c:12
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007733msgid "Bad magic value in profile_node"
7734msgstr ""
7735
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007736#: lib/support/prof_err.c:13
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007737msgid "Profile section not found"
7738msgstr ""
7739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007740#: lib/support/prof_err.c:14
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007741msgid "Profile relation not found"
7742msgstr ""
7743
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007744#: lib/support/prof_err.c:15
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007745msgid "Attempt to add a relation to node which is not a section"
7746msgstr ""
7747
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007748#: lib/support/prof_err.c:16
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007749msgid "A profile section header has a non-zero value"
7750msgstr ""
7751
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007752#: lib/support/prof_err.c:17
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007753msgid "Bad linked list in profile structures"
7754msgstr ""
7755
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007756#: lib/support/prof_err.c:18
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007757msgid "Bad group level in profile structures"
7758msgstr ""
7759
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007760#: lib/support/prof_err.c:19
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007761msgid "Bad parent pointer in profile structures"
7762msgstr ""
7763
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007764#: lib/support/prof_err.c:20
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007765msgid "Bad magic value in profile iterator"
7766msgstr "Ugyldig magisk værdi i profiliterator"
7767
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007768#: lib/support/prof_err.c:21
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007769msgid "Can't set value on section node"
7770msgstr ""
7771
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007772#: lib/support/prof_err.c:22
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007773msgid "Invalid argument passed to profile library"
7774msgstr ""
7775
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007776#: lib/support/prof_err.c:23
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007777msgid "Attempt to modify read-only profile"
7778msgstr ""
7779
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007780#: lib/support/prof_err.c:24
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007781msgid "Profile section header not at top level"
7782msgstr "Profils sektionsteksthoved er ikke på topniveau"
7783
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007784#: lib/support/prof_err.c:25
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007785msgid "Syntax error in profile section header"
7786msgstr "Syntaksfejl i profils sektionsteksthoved"
7787
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007788#: lib/support/prof_err.c:26
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007789msgid "Syntax error in profile relation"
7790msgstr "Syntaksfejl i profilrelation"
7791
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007792#: lib/support/prof_err.c:27
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007793msgid "Extra closing brace in profile"
7794msgstr "Ekstra lukkeparentes i profil"
7795
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007796#: lib/support/prof_err.c:28
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007797msgid "Missing open brace in profile"
7798msgstr "Manglende åben parentes i profil"
7799
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007800#: lib/support/prof_err.c:29
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007801msgid "Bad magic value in profile_t"
7802msgstr "Ugyldig magisk værdi i profile_t"
7803
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007804#: lib/support/prof_err.c:30
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007805msgid "Bad magic value in profile_section_t"
7806msgstr "Ugyldig magisk værdi i profile_section_t"
7807
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007808#: lib/support/prof_err.c:31
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007809msgid "Iteration through all top level section not supported"
7810msgstr "Iteration via alle topniveausektioner er ikke understøttet"
7811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007812#: lib/support/prof_err.c:32
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007813msgid "Invalid profile_section object"
7814msgstr "Ugyldig profile_section-objekt"
7815
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007816#: lib/support/prof_err.c:33
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007817msgid "No more sections"
7818msgstr "Ikke flere afsnit"
7819
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007820#: lib/support/prof_err.c:34
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007821msgid "Bad nameset passed to query routine"
7822msgstr "Ugyldigt navnesæt sendt til forespørgselsrutine"
7823
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007824#: lib/support/prof_err.c:35
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007825msgid "No profile file open"
7826msgstr "Ingen profilfil er åben"
7827
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007828#: lib/support/prof_err.c:36
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007829msgid "Bad magic value in profile_file_t"
7830msgstr "Ødelagt magisk værdi i profile_file_t"
7831
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007832#: lib/support/prof_err.c:37
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007833msgid "Couldn't open profile file"
7834msgstr "Kunne ikke åbne profilfil"
7835
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007836#: lib/support/prof_err.c:38
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007837msgid "Section already exists"
7838msgstr "Sektion findes allerede"
7839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007840#: lib/support/prof_err.c:39
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007841msgid "Invalid boolean value"
7842msgstr "Ugyldig boolesk værdi"
7843
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007844#: lib/support/prof_err.c:40
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007845msgid "Invalid integer value"
7846msgstr "Ugyldigt heltal"
7847
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007848#: lib/support/prof_err.c:41
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007849msgid "Bad magic value in profile_file_data_t"
7850msgstr "Ødelagt magisk værdi i profile_file_data_t"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007851
7852#: lib/support/plausible.c:103
7853#, c-format
7854msgid "\tlast mounted on %s on %s"
7855msgstr "\tsidst monteret på %s den %s"
7856
7857#: lib/support/plausible.c:106
7858#, c-format
7859msgid "\tlast mounted on %s"
7860msgstr "\tsidst monteret på %s"
7861
7862#: lib/support/plausible.c:109
7863#, c-format
7864msgid "\tcreated on %s"
7865msgstr "\toprettet den %s"
7866
7867#: lib/support/plausible.c:112
7868#, c-format
7869msgid "\tlast modified on %s"
7870msgstr "\tsidst ændret den %s"
7871
7872#: lib/support/plausible.c:146
7873#, c-format
7874msgid "Found a %s partition table in %s\n"
7875msgstr "Fandt en %s-partitionstabel i %s\n"
7876
7877#: lib/support/plausible.c:176
7878#, c-format
7879msgid "The file %s does not exist and no size was specified.\n"
7880msgstr "Filen %s findes ikke og ingen størrelse blev angivet.\n"
7881
7882#: lib/support/plausible.c:184
7883#, c-format
7884msgid "Creating regular file %s\n"
7885msgstr "Opretter normal fil %s\n"
7886
7887#: lib/support/plausible.c:187
7888#, c-format
7889msgid "Could not open %s: %s\n"
7890msgstr "Kunne ikke åbne %s: %s\n"
7891
7892#: lib/support/plausible.c:190
7893msgid ""
7894"\n"
7895"The device apparently does not exist; did you specify it correctly?\n"
7896msgstr ""
7897"\n"
7898"Enheden findes åbenbart ikke; specificerede du den korrekt?\n"
7899
7900#: lib/support/plausible.c:212
7901#, c-format
7902msgid "%s is not a block special device.\n"
7903msgstr ""
7904
7905#: lib/support/plausible.c:234
7906#, c-format
7907msgid "%s contains a %s file system labelled '%s'\n"
7908msgstr "%s indeholder et %s-filsystem med navnet »%s«\n"
7909
7910#: lib/support/plausible.c:237
7911#, c-format
7912msgid "%s contains a %s file system\n"
7913msgstr "%s indeholder et %s-filsystem\n"
7914
7915#: lib/support/plausible.c:259
7916#, fuzzy, c-format
7917msgid "%s contains `%s' data\n"
7918msgstr "%s indeholder et %s-filsystem\n"
7919
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007920#~ msgid "Invalid quotatype parameter: %s\n"
7921#~ msgstr "Ugyldig quotatype-parameter: %s\n"
7922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007923#~ msgid "@i %i has @cion flag set on @f without @cion support. "
7924#~ msgstr ""
7925#~ "iknude %i har komprimeringsflag angivet på et filsystem uden "
7926#~ "komprimeringsunderstøttelse. "
7927
7928#~ msgid "@A @a @b %b. "
7929#~ msgstr "der opstod en fejl under allokering af udvidet attributblok %b. "
7930
7931#~ msgid ", unused inodes %u\n"
7932#~ msgstr ", ubrugte iknuder %u\n"
7933
7934#~ msgid "Failed to read the file system data \n"
7935#~ msgstr "Kunne ikke læse filsystemets data \n"
7936
7937#~ msgid "Failed tdb_fetch %s\n"
7938#~ msgstr "Mislykkede tdb_fetch %s\n"
7939
7940#~ msgid "The file system UUID didn't match \n"
7941#~ msgstr "Filsystemet UUID matchede ikke \n"
7942
7943#~ msgid "Failed tdb_open %s\n"
7944#~ msgstr "Mislykkede tdb_open %s\n"
7945
7946#~ msgid "Failed to open %s\n"
7947#~ msgstr "Kunne ikke åbne %s\n"
7948
7949#~ msgid "Couldn't allocate memory to parse quota options!\n"
7950#~ msgstr ""
7951#~ "Kunne ikke allokere hukommelse til at fortolke kvotaindstillinger!\n"
7952
7953#~ msgid "Couldn't allocate memory for tdb filename\n"
7954#~ msgstr "Kunne ikke allokere hukommelse for tdb-filnavn\n"