blob: bf44f21cf4da27277f65771a8f272d86142ad841 [file] [log] [blame]
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001# E2fsprogs translation template file
2# Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3# 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012
4# by Theodore Ts'o
5# This file is distributed under the same license as the e2fsprogs package.
6# Theodore Ts'o <tytso@mit.edu>, 2012.
Joe Hansenddaaea82017-02-19 21:45:42 -05007# Joe Hansen <joedalton2@yahoo.dk>, 2012, 2014, 2015, 2016, 2017.
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008#
9#. The strings in e2fsck's problem.c can be very hard to translate,
10#. since the strings are expanded in two different ways. First of all,
11#. there is an @-expansion, where strings like "@i" are expanded to
12#. "inode", and so on. In order to make it easier for translators, the
13#. e2fsprogs po template file has been enhanced with comments that show
14#. the @-expansion, for the strings in the problem.c file.
15#.
16#. Translators are free to use the @-expansion facility if they so
17#. choose, by providing translations for strings in e2fsck/message.c.
18#. These translation can completely replace an expansion; for example,
19#. if "bblock" (which indicated that "@b" would be expanded to "block")
20#. is translated as "ddatenverlust", then "@d" will be expanded to
21#. "datenverlust". Alternatively, translators can simply not use the
22#. @-expansion facility at all.
23#.
24#. The second expansion which is done for e2fsck's problem.c messages is
25#. a dynamic %-expansion, which expands %i as an inode number, and so
26#. on. A table of these expansions can be found below. Note that
27#. %-expressions that begin with "%D" and "%I" are two-character
28#. expansions; so for example, "%Iu" expands to the inode's user id
29#. ownership field (inode->i_uid). Also the "%B" expansion is special:
30#. it can expand to either the string "indirect block" (possibly preceded
31#. by the word "double" or "triple"), or the string "block #" immediately
32#. followed by an integer indicating a block sequence number.
33#.
34#. %b <blk> block number
35#. %B "indirect block" | "block #"<blkcount> string | string+integer
36#. %c <blk2> block number
37#. %Di <dirent> -> ino inode number
38#. %Dn <dirent> -> name string
39#. %Dr <dirent> -> rec_len
40#. %Dl <dirent> -> name_len
41#. %Dt <dirent> -> filetype
42#. %d <dir> inode number
43#. %g <group> integer
44#. %i <ino> inode number
45#. %Is <inode> -> i_size
46#. %IS <inode> -> i_extra_isize
47#. %Ib <inode> -> i_blocks
48#. %Il <inode> -> i_links_count
49#. %Im <inode> -> i_mode
50#. %IM <inode> -> i_mtime
51#. %IF <inode> -> i_faddr
52#. %If <inode> -> i_file_acl
Theodore Ts'o899425b2018-02-27 22:25:04 -050053#. %Id <inode> -> i_size_high
Theodore Ts'oc5c39362015-05-17 20:27:50 -040054#. %Iu <inode> -> i_uid
55#. %Ig <inode> -> i_gid
56#. %It <str> file type
57#. %j <ino2> inode number
58#. %m <com_err error message>
59#. %N <num>
60#. %p ext2fs_get_pathname of directory <ino>
61#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
62#. the containing directory. (If dirent is NULL
63#. then return the pathname of directory <ino2>)
64#. %q ext2fs_get_pathname of directory <dir>
65#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
66#. the containing directory.
67#. %s <str> miscellaneous string
68#. %S backup superblock
69#. %X <num> hexadecimal format
70#.
71msgid ""
72msgstr ""
Joe Hansen1d32c062018-08-18 14:28:35 -040073"Project-Id-Version: e2fsprogs 1.44.3-rc1\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -040074"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -040075"POT-Creation-Date: 2018-08-18 21:03-0400\n"
Joe Hansen1d32c062018-08-18 14:28:35 -040076"PO-Revision-Date: 2018-08-12 22:00+0200\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -040077"Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n"
78"Language-Team: Danish <dansk@dansk-gruppen.dk>\n"
79"Language: da\n"
80"MIME-Version: 1.0\n"
81"Content-Type: text/plain; charset=UTF-8\n"
82"Content-Transfer-Encoding: 8bit\n"
Joe Hansenddaaea82017-02-19 21:45:42 -050083"X-Bugs: Report translation errors to the Language-Team address.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -040084"Plural-Forms: nplurals=2; plural=(n != 1);\n"
85
Theodore Ts'o40e66e22018-08-18 21:14:56 -040086#: e2fsck/badblocks.c:23 misc/mke2fs.c:220
Theodore Ts'oc5c39362015-05-17 20:27:50 -040087#, c-format
88msgid "Bad block %u out of range; ignored.\n"
89msgstr "Ugyldig blok %u uden for interval; ignoreret\n"
90
91#: e2fsck/badblocks.c:46
92msgid "while sanity checking the bad blocks inode"
93msgstr "under tilregnelighedskontrol af de ugyldige blokkes iknude"
94
95#: e2fsck/badblocks.c:58
96msgid "while reading the bad blocks inode"
97msgstr "under læsning af de ugyldige blokkes iknude"
98
Theodore Ts'o40e66e22018-08-18 21:14:56 -040099#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1550
100#: e2fsck/unix.c:1664 misc/badblocks.c:1251 misc/badblocks.c:1259
Joe Hansen1d32c062018-08-18 14:28:35 -0400101#: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
102#: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1404
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400103#: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:236
104#: misc/tune2fs.c:2837 misc/tune2fs.c:2931 resize/main.c:414
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400105#, c-format
106msgid "while trying to open %s"
107msgstr "under åbning af %s"
108
109#: e2fsck/badblocks.c:83
110#, c-format
111msgid "while trying popen '%s'"
112msgstr "under popen af »%s«"
113
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400114#: e2fsck/badblocks.c:94 misc/mke2fs.c:243
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400115msgid "while reading in list of bad blocks from file"
116msgstr "under læsning i liste over ødelagte blokke fra fil"
117
118#: e2fsck/badblocks.c:105
119msgid "while updating bad block inode"
120msgstr "under opdatering af ødelagt blok-iknude"
121
122#: e2fsck/badblocks.c:133
123#, c-format
124msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
125msgstr "Advarsel: Ugyldig blok %u fundet i ødelagt blok-iknude. Ryddet.\n"
126
Joe Hansen1d32c062018-08-18 14:28:35 -0400127#: e2fsck/dirinfo.c:331
128msgid "while freeing dir_info tdb file"
129msgstr "under frigørelse af dir_info-fil"
130
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400131#: e2fsck/ehandler.c:55
132#, c-format
133msgid "Error reading block %lu (%s) while %s. "
134msgstr "Fejl ved læsning af blok %lu (%s) mens %s. "
135
136#: e2fsck/ehandler.c:58
137#, c-format
138msgid "Error reading block %lu (%s). "
139msgstr "Fejl ved læsning af blok %lu (%s). "
140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400141#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400142msgid "Ignore error"
143msgstr "Ignorer fejl"
144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400145#: e2fsck/ehandler.c:67
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400146msgid "Force rewrite"
147msgstr "Fremtving genskrivning"
148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400149#: e2fsck/ehandler.c:109
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400150#, c-format
151msgid "Error writing block %lu (%s) while %s. "
152msgstr "Fejl ved skrivning af blok %lu (%s) mens %s. "
153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400154#: e2fsck/ehandler.c:112
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400155#, c-format
156msgid "Error writing block %lu (%s). "
157msgstr "Fejl ved skrivning af blok %lu (%s). "
158
159#: e2fsck/emptydir.c:57
160msgid "empty dirblocks"
161msgstr "tomme mappeblokke"
162
163#: e2fsck/emptydir.c:62
164msgid "empty dir map"
165msgstr "tomt mappekort"
166
167#: e2fsck/emptydir.c:98
168#, c-format
169msgid "Empty directory block %u (#%d) in inode %u\n"
170msgstr "Tom mappeblok %u (#%d) i iknude %u\n"
171
172#: e2fsck/extend.c:22
173#, c-format
174msgid "%s: %s filename nblocks blocksize\n"
175msgstr "%s: %s filnavn nblockes blokstørrelse\n"
176
177#: e2fsck/extend.c:44
178#, c-format
179msgid "Illegal number of blocks!\n"
180msgstr "Ugyldigt antal blokke!\n"
181
182#: e2fsck/extend.c:50
183#, c-format
184msgid "Couldn't allocate block buffer (size=%d)\n"
185msgstr "Kunne ikke allokere blokmellemlager (size=%d)\n"
186
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400187#: e2fsck/extents.c:42
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400188msgid "extent rebuild inode map"
Joe Hansen1e000f82016-08-31 23:14:17 -0400189msgstr "udvid genbygning af fil-iknudekort"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400190
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400191#: e2fsck/flushb.c:35
192#, c-format
193msgid "Usage: %s disk\n"
194msgstr "Brug: %s disk\n"
195
196#: e2fsck/flushb.c:64
197#, c-format
198msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
199msgstr "BLKFLSBUF ioctl er ikke understøttet! Kan ikke tømme mellemlagre.\n"
200
201#: e2fsck/iscan.c:44
202#, c-format
203msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
204msgstr "Brug: %s [-F] [-I inode_buffer_blocks] enhed\n"
205
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400206#: e2fsck/iscan.c:81 e2fsck/unix.c:1075
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400207#, c-format
208msgid "while opening %s for flushing"
209msgstr "under åbning af %s for tømning"
210
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400211#: e2fsck/iscan.c:86 e2fsck/unix.c:1081 resize/main.c:383
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400212#, c-format
213msgid "while trying to flush %s"
214msgstr "under forsøg på at tømme %s"
215
216#: e2fsck/iscan.c:110
217#, c-format
218msgid "while trying to open '%s'"
219msgstr "under åbning af »%s«"
220
Joe Hansen1d32c062018-08-18 14:28:35 -0400221#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1297
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400222msgid "while opening inode scan"
223msgstr "under åbing af iknudeskanning"
224
Joe Hansen1d32c062018-08-18 14:28:35 -0400225#: e2fsck/iscan.c:127 misc/e2image.c:1316
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400226msgid "while getting next inode"
227msgstr "under indhentelse af tekstiknude"
228
229#: e2fsck/iscan.c:136
230#, c-format
231msgid "%u inodes scanned.\n"
232msgstr "%u iknuder skannet.\n"
233
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400234#: e2fsck/journal.c:597
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400235msgid "reading journal superblock\n"
236msgstr "læsning af journal superblok\n"
237
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400238#: e2fsck/journal.c:670
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400239#, c-format
240msgid "%s: no valid journal superblock found\n"
241msgstr "%s: ingen gyldig journal superblok fundet\n"
242
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400243#: e2fsck/journal.c:679
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400244#, c-format
245msgid "%s: journal too short\n"
246msgstr "%s: journal for kort\n"
247
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400248#: e2fsck/journal.c:972 misc/fuse2fs.c:3786
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400249#, c-format
250msgid "%s: recovering journal\n"
251msgstr "%s: genskaber journal\n"
252
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400253#: e2fsck/journal.c:974
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400254#, c-format
255msgid "%s: won't do journal recovery while read-only\n"
256msgstr "%s: udfører ikke journalgendannelse når skrivebeskyttet\n"
257
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400258#: e2fsck/journal.c:1001
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400259#, c-format
260msgid "while trying to re-open %s"
261msgstr "under forsøg på at genåbne %s"
262
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400263#: e2fsck/message.c:116
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400264msgid "aextended attribute"
265msgstr "audvidet attribut"
266
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400267#: e2fsck/message.c:117
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400268msgid "Aerror allocating"
269msgstr "Afejlallokering"
270
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400271#: e2fsck/message.c:118
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400272msgid "bblock"
273msgstr "bblok"
274
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400275#: e2fsck/message.c:119
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400276msgid "Bbitmap"
277msgstr "Bbitmap"
278
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400279#: e2fsck/message.c:120
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400280msgid "ccompress"
281msgstr "ckomprimer"
282
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400283#: e2fsck/message.c:121
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400284msgid "Cconflicts with some other fs @b"
285msgstr "Cer i konflikt med nogle andre filsystemblokke"
286
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400287#: e2fsck/message.c:122
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400288msgid "ddirectory"
289msgstr "dmappe"
290
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400291#: e2fsck/message.c:123
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400292msgid "Ddeleted"
293msgstr "Dslettet"
294
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400295#: e2fsck/message.c:124
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400296msgid "eentry"
297msgstr "epost"
298
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400299#: e2fsck/message.c:125
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400300msgid "E@e '%Dn' in %p (%i)"
301msgstr "E@e »%Dn« i %p (%i)"
302
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400303#: e2fsck/message.c:126
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400304msgid "ffilesystem"
305msgstr "ffilsystem"
306
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400307#: e2fsck/message.c:127
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400308msgid "Ffor @i %i (%Q) is"
309msgstr "Ffor @i %i (%Q) er"
310
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400311#: e2fsck/message.c:128
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400312msgid "ggroup"
313msgstr "ggruppe"
314
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400315#: e2fsck/message.c:129
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400316msgid "hHTREE @d @i"
317msgstr "hHTREE @d @i"
318
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400319#: e2fsck/message.c:130
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400320msgid "iinode"
321msgstr "iiknude"
322
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400323#: e2fsck/message.c:131
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400324msgid "Iillegal"
325msgstr "Iillegal"
326
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400327#: e2fsck/message.c:132
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400328msgid "jjournal"
329msgstr "jjournal"
330
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400331#: e2fsck/message.c:133
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400332msgid "llost+found"
333msgstr "ltabt+fundet"
334
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400335#: e2fsck/message.c:134
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400336msgid "Lis a link"
337msgstr "Ler en henvisning"
338
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400339#: e2fsck/message.c:135
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400340msgid "mmultiply-claimed"
341msgstr "mmultiplicere-krævet"
342
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400343#: e2fsck/message.c:136
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400344msgid "ninvalid"
345msgstr "nugyldig"
346
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400347#: e2fsck/message.c:137
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400348msgid "oorphaned"
349msgstr "oforældreløs"
350
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400351#: e2fsck/message.c:138
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400352msgid "pproblem in"
353msgstr "pproblem i"
354
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400355#: e2fsck/message.c:139
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400356msgid "qquota"
357msgstr "qkvota"
358
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400359#: e2fsck/message.c:140
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400360msgid "rroot @i"
361msgstr "rroot @i"
362
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400363#: e2fsck/message.c:141
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400364msgid "sshould be"
365msgstr "sbør være"
366
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400367#: e2fsck/message.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400368msgid "Ssuper@b"
369msgstr "Ssuper@b"
370
Joe Hansen767c6972017-08-04 01:08:46 -0400371# kunne måske også være: løstliggende
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400372#: e2fsck/message.c:143
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400373msgid "uunattached"
374msgstr "uikke forbundet"
375
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400376#: e2fsck/message.c:144
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400377msgid "vdevice"
378msgstr "venhed"
379
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400380#: e2fsck/message.c:145
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400381msgid "xextent"
382msgstr "xudvid"
383
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400384#: e2fsck/message.c:146
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400385msgid "zzero-length"
386msgstr "znul-længde"
387
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400388#: e2fsck/message.c:157
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400389msgid "<The NULL inode>"
390msgstr "<NULL-iknuden>"
391
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400392#: e2fsck/message.c:158
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400393msgid "<The bad blocks inode>"
394msgstr "<De ugyldige blokkes iknude>"
395
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400396#: e2fsck/message.c:160
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400397msgid "<The user quota inode>"
398msgstr "<Brugerkvotaens iknude>"
399
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400400#: e2fsck/message.c:161
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400401msgid "<The group quota inode>"
402msgstr "<Gruppekvotaens iknude>"
403
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400404#: e2fsck/message.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400405msgid "<The boot loader inode>"
406msgstr "<Opstartsindlæserens iknude>"
407
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400408#: e2fsck/message.c:163
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400409msgid "<The undelete directory inode>"
410msgstr "<Fortryd mappe-iknuden"
411
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400412#: e2fsck/message.c:164
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400413msgid "<The group descriptor inode>"
414msgstr "<Gruppebeskriver-iknuden>"
415
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400416#: e2fsck/message.c:165
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400417msgid "<The journal inode>"
418msgstr "<Journalens iknude>"
419
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400420#: e2fsck/message.c:166
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400421msgid "<Reserved inode 9>"
422msgstr "<Reserveret iknude 9>"
423
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400424#: e2fsck/message.c:167
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400425msgid "<Reserved inode 10>"
426msgstr "<Reserveret iknude 10>"
427
Theodore Ts'o899425b2018-02-27 22:25:04 -0500428#: e2fsck/message.c:327
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400429msgid "regular file"
430msgstr "regulær fil"
431
Theodore Ts'o899425b2018-02-27 22:25:04 -0500432#: e2fsck/message.c:329
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400433msgid "directory"
434msgstr "mappe"
435
Theodore Ts'o899425b2018-02-27 22:25:04 -0500436#: e2fsck/message.c:331
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400437msgid "character device"
438msgstr "tegnenhed"
439
Theodore Ts'o899425b2018-02-27 22:25:04 -0500440#: e2fsck/message.c:333
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400441msgid "block device"
442msgstr "blokenhed"
443
Theodore Ts'o899425b2018-02-27 22:25:04 -0500444#: e2fsck/message.c:335
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400445msgid "named pipe"
446msgstr "navngivet datakanal"
447
Theodore Ts'o899425b2018-02-27 22:25:04 -0500448#: e2fsck/message.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400449msgid "symbolic link"
450msgstr "symbolsk henvisning"
451
Theodore Ts'o899425b2018-02-27 22:25:04 -0500452#: e2fsck/message.c:339 misc/uuidd.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400453msgid "socket"
454msgstr "sokkel"
455
Theodore Ts'o899425b2018-02-27 22:25:04 -0500456#: e2fsck/message.c:341
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400457#, c-format
458msgid "unknown file type with mode 0%o"
459msgstr "ukendt filtype med tilstand 0%o"
460
Theodore Ts'o899425b2018-02-27 22:25:04 -0500461#: e2fsck/message.c:412
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400462msgid "indirect block"
463msgstr "indirekte blok"
464
Theodore Ts'o899425b2018-02-27 22:25:04 -0500465#: e2fsck/message.c:414
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400466msgid "double indirect block"
467msgstr "dobbelt indirekte blok"
468
Theodore Ts'o899425b2018-02-27 22:25:04 -0500469#: e2fsck/message.c:416
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400470msgid "triple indirect block"
471msgstr "tredobbelt indirekte blok"
472
Theodore Ts'o899425b2018-02-27 22:25:04 -0500473#: e2fsck/message.c:418
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400474msgid "translator block"
475msgstr "oversættterblok"
476
Theodore Ts'o899425b2018-02-27 22:25:04 -0500477#: e2fsck/message.c:420
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400478msgid "block #"
479msgstr "blok #"
480
Theodore Ts'o899425b2018-02-27 22:25:04 -0500481#: e2fsck/message.c:482
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400482msgid "user"
Joe Hansen1d32c062018-08-18 14:28:35 -0400483msgstr "bruger"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400484
Theodore Ts'o899425b2018-02-27 22:25:04 -0500485#: e2fsck/message.c:485
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400486msgid "group"
Joe Hansen1d32c062018-08-18 14:28:35 -0400487msgstr "gruppe"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400488
Theodore Ts'o899425b2018-02-27 22:25:04 -0500489#: e2fsck/message.c:488
Theodore Ts'o21725192017-08-23 19:46:04 -0400490msgid "project"
Joe Hansen1d32c062018-08-18 14:28:35 -0400491msgstr "projekt"
Theodore Ts'o21725192017-08-23 19:46:04 -0400492
Theodore Ts'o899425b2018-02-27 22:25:04 -0500493#: e2fsck/message.c:491
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400494msgid "unknown quota type"
Joe Hansen1d32c062018-08-18 14:28:35 -0400495msgstr "ukendt kvotatype"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -0400496
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400497#: e2fsck/pass1b.c:222
498msgid "multiply claimed inode map"
499msgstr "forøg hævdede iknudekort"
500
Joe Hansen1d32c062018-08-18 14:28:35 -0400501#: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400502#, c-format
503msgid "internal error: can't find dup_blk for %llu\n"
504msgstr "intern fejl: kan ikke finde dup_blk for %llu\n"
505
Joe Hansen1d32c062018-08-18 14:28:35 -0400506#: e2fsck/pass1b.c:952
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400507msgid "returned from clone_file_block"
508msgstr "returneret fra clone_file_block"
509
Joe Hansen1d32c062018-08-18 14:28:35 -0400510#: e2fsck/pass1b.c:976
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400511#, c-format
512msgid "internal error: couldn't lookup EA block record for %llu"
513msgstr "intern fejl: kunne ikke slå EA-blokpost op for %llu"
514
Joe Hansen1d32c062018-08-18 14:28:35 -0400515#: e2fsck/pass1b.c:988
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400516#, c-format
517msgid "internal error: couldn't lookup EA inode record for %u"
518msgstr "intern fejl: kunne ikke slå EA-iknudepost op for %u"
519
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500520#: e2fsck/pass1.c:356
Theodore Ts'o899425b2018-02-27 22:25:04 -0500521#, c-format
522msgid "while hashing entry with e_value_inum = %u"
Joe Hansen1d32c062018-08-18 14:28:35 -0400523msgstr "under hashing af post med e_Value_inum = %u"
Theodore Ts'o899425b2018-02-27 22:25:04 -0500524
Joe Hansen1d32c062018-08-18 14:28:35 -0400525#: e2fsck/pass1.c:774 e2fsck/pass2.c:1005
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400526msgid "reading directory block"
527msgstr "læser mappeblok"
528
Joe Hansen1d32c062018-08-18 14:28:35 -0400529#: e2fsck/pass1.c:1223
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400530msgid "in-use inode map"
531msgstr "i brug-iknudekort"
532
Joe Hansen1d32c062018-08-18 14:28:35 -0400533#: e2fsck/pass1.c:1234
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400534msgid "directory inode map"
535msgstr "mappe-iknudekort"
536
Joe Hansen1d32c062018-08-18 14:28:35 -0400537#: e2fsck/pass1.c:1244
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400538msgid "regular file inode map"
539msgstr "regulær fil-iknudekort"
540
Joe Hansen1d32c062018-08-18 14:28:35 -0400541#: e2fsck/pass1.c:1253 misc/e2image.c:1272
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400542msgid "in-use block map"
543msgstr "i brug-blokkort"
544
Joe Hansen1d32c062018-08-18 14:28:35 -0400545#: e2fsck/pass1.c:1262
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400546msgid "metadata block map"
Joe Hansen1e000f82016-08-31 23:14:17 -0400547msgstr "metadatablokkort"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400548
Joe Hansen1d32c062018-08-18 14:28:35 -0400549#: e2fsck/pass1.c:1324
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400550msgid "opening inode scan"
551msgstr "åbner iknudeskanning"
552
Joe Hansen1d32c062018-08-18 14:28:35 -0400553#: e2fsck/pass1.c:1362
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400554msgid "getting next inode from scan"
555msgstr "henter næste iknude fra skanning"
556
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500557#: e2fsck/pass1.c:2066
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400558msgid "Pass 1"
559msgstr "Gennemløb 1"
560
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500561#: e2fsck/pass1.c:2127
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400562#, c-format
563msgid "reading indirect blocks of inode %u"
564msgstr "læser indirekte blokke for iknude %u"
565
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500566#: e2fsck/pass1.c:2178
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400567msgid "bad inode map"
568msgstr "ugyldig iknudekort"
569
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500570#: e2fsck/pass1.c:2218
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400571msgid "inode in bad block map"
572msgstr "iknude i ugyldig blokkort"
573
Theodore Ts'oc8c41d42018-03-04 16:30:46 -0500574#: e2fsck/pass1.c:2238
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400575msgid "imagic inode map"
576msgstr "imagic-iknudekort"
577
Joe Hansen1d32c062018-08-18 14:28:35 -0400578#: e2fsck/pass1.c:2269
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400579msgid "multiply claimed block map"
580msgstr "forøg hævdet blokkort"
581
Joe Hansen1d32c062018-08-18 14:28:35 -0400582#: e2fsck/pass1.c:2394
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400583msgid "ext attr block map"
584msgstr ""
585
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400586#: e2fsck/pass1.c:3637
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400587#, c-format
588msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
589msgstr "%6lu(%c): forventer %6lu fik phys %6lu (blkcnt %lld)\n"
590
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400591#: e2fsck/pass1.c:4054
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400592msgid "block bitmap"
593msgstr "blok-bitmap"
594
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400595#: e2fsck/pass1.c:4060
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400596msgid "inode bitmap"
597msgstr "iknude-bitmap"
598
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400599#: e2fsck/pass1.c:4066
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400600msgid "inode table"
601msgstr "iknudetabel"
602
Theodore Ts'o899425b2018-02-27 22:25:04 -0500603#: e2fsck/pass2.c:307
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400604msgid "Pass 2"
605msgstr "Gennemløb 2"
606
Joe Hansen1d32c062018-08-18 14:28:35 -0400607#: e2fsck/pass2.c:1077 e2fsck/pass2.c:1244
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400608msgid "Can not continue."
609msgstr "Kan ikke fortsætte."
610
611#: e2fsck/pass3.c:77
612msgid "inode done bitmap"
613msgstr "iknude færdig bitmap"
614
615#: e2fsck/pass3.c:86
616msgid "Peak memory"
617msgstr "Tophukommelse"
618
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400619#: e2fsck/pass3.c:149
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400620msgid "Pass 3"
621msgstr "Gennemløb 3"
622
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400623#: e2fsck/pass3.c:344
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400624msgid "inode loop detection bitmap"
625msgstr "iknude-loopdetektionsbitmap"
626
Joe Hansen1d32c062018-08-18 14:28:35 -0400627#: e2fsck/pass4.c:277
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400628msgid "Pass 4"
629msgstr "Gennemløb 4"
630
Theodore Ts'o899425b2018-02-27 22:25:04 -0500631#: e2fsck/pass5.c:79
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400632msgid "Pass 5"
633msgstr "Gennemløb 5"
634
Theodore Ts'o899425b2018-02-27 22:25:04 -0500635#: e2fsck/pass5.c:102
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400636msgid "check_inode_bitmap_checksum: Memory allocation error"
Joe Hansen767c6972017-08-04 01:08:46 -0400637msgstr "check_inode_bitmap_checksum: Hukommelsesallokeringsfejl"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400638
Theodore Ts'o899425b2018-02-27 22:25:04 -0500639#: e2fsck/pass5.c:156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400640msgid "check_block_bitmap_checksum: Memory allocation error"
Joe Hansen767c6972017-08-04 01:08:46 -0400641msgstr "check_block_bitmap_checksum: Hukommelsesallokeringsfejl"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -0400642
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400643#: e2fsck/problem.c:51
644msgid "(no prompt)"
645msgstr "(ingen prompt)"
646
647#: e2fsck/problem.c:52
648msgid "Fix"
649msgstr "Ret"
650
651#: e2fsck/problem.c:53
652msgid "Clear"
653msgstr "Ryd"
654
655#: e2fsck/problem.c:54
656msgid "Relocate"
657msgstr "Realloker"
658
659#: e2fsck/problem.c:55
660msgid "Allocate"
661msgstr "Alloker"
662
663#: e2fsck/problem.c:56
664msgid "Expand"
665msgstr "Udvid"
666
667#: e2fsck/problem.c:57
668msgid "Connect to /lost+found"
669msgstr "Forbind til /mistet+fundet"
670
671#: e2fsck/problem.c:58
672msgid "Create"
673msgstr "Opret"
674
675#: e2fsck/problem.c:59
676msgid "Salvage"
677msgstr "Red"
678
679#: e2fsck/problem.c:60
680msgid "Truncate"
681msgstr "Afkort"
682
683#: e2fsck/problem.c:61
684msgid "Clear inode"
685msgstr "Ryd iknude"
686
687#: e2fsck/problem.c:62
688msgid "Abort"
689msgstr "Afbryd"
690
691#: e2fsck/problem.c:63
692msgid "Split"
693msgstr "Opdel"
694
695#: e2fsck/problem.c:64
696msgid "Continue"
697msgstr "Fortsæt"
698
699#: e2fsck/problem.c:65
700msgid "Clone multiply-claimed blocks"
701msgstr "Klon blokke krævet af flere"
702
703#: e2fsck/problem.c:66
704msgid "Delete file"
705msgstr "Slet fil"
706
707#: e2fsck/problem.c:67
708msgid "Suppress messages"
709msgstr "Undertryk beskeder"
710
711#: e2fsck/problem.c:68
712msgid "Unlink"
713msgstr ""
714
715#: e2fsck/problem.c:69
716msgid "Clear HTree index"
717msgstr "Ryd HTree-indeks"
718
719#: e2fsck/problem.c:70
720msgid "Recreate"
721msgstr "Genskab"
722
723#: e2fsck/problem.c:79
724msgid "(NONE)"
725msgstr "(INGEN)"
726
727#: e2fsck/problem.c:80
728msgid "FIXED"
729msgstr "RETTET"
730
731#: e2fsck/problem.c:81
732msgid "CLEARED"
733msgstr "RYDDET"
734
735#: e2fsck/problem.c:82
736msgid "RELOCATED"
737msgstr "REALLOKERET"
738
739#: e2fsck/problem.c:83
740msgid "ALLOCATED"
741msgstr "ALLOKERET"
742
743#: e2fsck/problem.c:84
744msgid "EXPANDED"
745msgstr "UDVIDET"
746
747#: e2fsck/problem.c:85
748msgid "RECONNECTED"
749msgstr "GENFORBUNDET"
750
751#: e2fsck/problem.c:86
752msgid "CREATED"
753msgstr "OPRETTET"
754
755#: e2fsck/problem.c:87
756msgid "SALVAGED"
757msgstr "REDDET"
758
759#: e2fsck/problem.c:88
760msgid "TRUNCATED"
761msgstr "AFKORTET"
762
763#: e2fsck/problem.c:89
764msgid "INODE CLEARED"
765msgstr "IKNUDE RYDDET"
766
767#: e2fsck/problem.c:90
768msgid "ABORTED"
769msgstr "AFBRUDT"
770
771#: e2fsck/problem.c:91
772msgid "SPLIT"
773msgstr "OPDEL"
774
775#: e2fsck/problem.c:92
776msgid "CONTINUING"
777msgstr "FORTSÆTTER"
778
779#: e2fsck/problem.c:93
780msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
781msgstr "BLOKKE EJET AF FLERE KLONET"
782
783#: e2fsck/problem.c:94
784msgid "FILE DELETED"
785msgstr "FIL SLETTET"
786
787#: e2fsck/problem.c:95
788msgid "SUPPRESSED"
789msgstr "UNDERTRYKT"
790
791#: e2fsck/problem.c:96
792msgid "UNLINKED"
793msgstr "HENVISNING FJERNET"
794
795#: e2fsck/problem.c:97
796msgid "HTREE INDEX CLEARED"
797msgstr "HTREE-INDEKS RYDDET"
798
799#: e2fsck/problem.c:98
800msgid "WILL RECREATE"
801msgstr "VIL GENSKABE"
802
803#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400804#: e2fsck/problem.c:112
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400805msgid "@b @B for @g %g is not in @g. (@b %b)\n"
806msgstr "blokbitmap for gruppe %g er ikke i gruppe. (blok %b)\n"
807
808#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400809#: e2fsck/problem.c:116
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400810msgid "@i @B for @g %g is not in @g. (@b %b)\n"
811msgstr "iknude-bitmap for gruppe %g er ikke i gruppe. (blok %b)\n"
812
813#. @-expanded: inode table for group %g is not in group. (block %b)\n
814#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400815#: e2fsck/problem.c:121
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400816msgid ""
817"@i table for @g %g is not in @g. (@b %b)\n"
818"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
819msgstr ""
820"iknude-tabel for gruppe %g er ikke i gruppe. (blok %b)\n"
821"ADVARSEL: ALVORLIG DATATAB KAN OPSTÅ.\n"
822
823#. @-expanded: \n
824#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
825#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
826#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
827#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
828#. @-expanded: e2fsck -b 8193 <device>\n
829#. @-expanded: or\n
830#. @-expanded: e2fsck -b 32768 <device>\n
831#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400832#: e2fsck/problem.c:127
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400833msgid ""
834"\n"
835"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
836"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
837"@f (and not swap or ufs or something else), then the @S\n"
838"is corrupt, and you might try running e2fsck with an alternate @S:\n"
839" e2fsck -b 8193 <@v>\n"
840" or\n"
841" e2fsck -b 32768 <@v>\n"
842"\n"
843msgstr ""
844"\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400845"Superblokken kunne ikke læses eller beskriver ikke et gyldigt ext2/ext3/"
846"ext4-\n"
847"filsystem. Hvis enheden er gyldig og den indeholder et ext2/ext3/ext4-"
848"filsystem\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400849"(og ikke swap eller ufs eller noget andet), så er superblokken korrupt,\n"
850"og du kan forsøge at køre e2fsck med en alternativ superblok:\n"
851" e2fsck -b 8193 <@v>\n"
852" eller\n"
853" e2fsck -b 32768 <@v>\n"
854"\n"
855
856#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
857#. @-expanded: The physical size of the device is %c blocks\n
858#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400859#: e2fsck/problem.c:138
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400860msgid ""
861"The @f size (according to the @S) is %b @bs\n"
862"The physical size of the @v is %c @bs\n"
863"Either the @S or the partition table is likely to be corrupt!\n"
864msgstr ""
865"Filsystemets størrelse (jævnfør superblokken) er %b blokke\n"
866"Den fysiske størrelse for enheden er %c blokke\n"
867"Sandsynligvis er enten superblokken eller partitionstabellen ødelagt!\n"
868
869#. @-expanded: superblock block_size = %b, fragsize = %c.\n
870#. @-expanded: This version of e2fsck does not support fragment sizes different\n
871#. @-expanded: from the block size.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400872#: e2fsck/problem.c:145
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400873msgid ""
874"@S @b_size = %b, fragsize = %c.\n"
875"This version of e2fsck does not support fragment sizes different\n"
876"from the @b size.\n"
877msgstr ""
878"superblok blok_størrelse = %b, fragstr. = %c.\n"
879"Denne version af e2fsck understøtter ikke fragmentstørrelser, der er\n"
880"forskellige fra blokstørrelsen.\n"
881
882#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400883#: e2fsck/problem.c:152
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400884msgid "@S @bs_per_group = %b, should have been %c\n"
885msgstr "Superblok blokke_per_gruppe = %b, skulle have været %c\n"
886
887#. @-expanded: superblock first_data_block = %b, should have been %c\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400888#: e2fsck/problem.c:157
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400889msgid "@S first_data_@b = %b, should have been %c\n"
890msgstr "@S first_data_@b = %b, skulle have været %c\n"
891
892#. @-expanded: filesystem did not have a UUID; generating one.\n
893#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400894#: e2fsck/problem.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400895msgid ""
896"@f did not have a UUID; generating one.\n"
897"\n"
898msgstr ""
899"@f havde ikke en UUID; oprette en.\n"
900"\n"
901
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400902#: e2fsck/problem.c:167
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400903#, c-format
904msgid ""
905"Note: if several inode or block bitmap blocks or part\n"
906"of the inode table require relocation, you may wish to try\n"
907"running e2fsck with the '-b %S' option first. The problem\n"
908"may lie only with the primary block group descriptors, and\n"
909"the backup block group descriptors may be OK.\n"
910"\n"
911msgstr ""
912"Bemærk: Hvis flere iknude- eller blok-bitmapblokke eller dele\n"
913"af iknude-tabellen kræver ny placering, så kan du prøve at\n"
914"køre e2fsck med tilvalget »-b %S« først. Problemet er måske\n"
915"kun i den prmære blokgruppes beskrivere, og sikkerhedskopiens\n"
916"blokgruppebeskrivere kan være o.k.\n"
917
918#. @-expanded: Corruption found in superblock. (%s = %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400919#: e2fsck/problem.c:176
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400920msgid "Corruption found in @S. (%s = %N).\n"
921msgstr "Korruption fundet i @S. (%s = %N).\n"
922
923#. @-expanded: Error determining size of the physical device: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400924#: e2fsck/problem.c:181
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400925#, c-format
926msgid "Error determining size of the physical @v: %m\n"
927msgstr "Fejl under bestemmelse af størrelsen på den fysiske @v: %m\n"
928
929#. @-expanded: inode count in superblock is %i, should be %j.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400930#: e2fsck/problem.c:186
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400931msgid "@i count in @S is %i, @s %j.\n"
932msgstr "iknude-antal i superblok er %i, skal være %j.\n"
933
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400934#: e2fsck/problem.c:190
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400935msgid "The Hurd does not support the filetype feature.\n"
936msgstr "Hurd'en understøtter ikke filtypefunktionen.\n"
937
938#. @-expanded: superblock has an invalid journal (inode %i).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400939#: e2fsck/problem.c:195
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400940#, c-format
941msgid "@S has an @n @j (@i %i).\n"
942msgstr "superblokken har en ugyldig journal (iknude %i).\n"
943
944#. @-expanded: External journal has multiple filesystem users (unsupported).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400945#: e2fsck/problem.c:200
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400946msgid "External @j has multiple @f users (unsupported).\n"
947msgstr "Ekstern journal har flere filsystembrugere (ikke understøttet).\n"
948
949#. @-expanded: Can't find external journal\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400950#: e2fsck/problem.c:205
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400951msgid "Can't find external @j\n"
952msgstr "Kan ikke finde @j\n"
953
954#. @-expanded: External journal has bad superblock\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400955#: e2fsck/problem.c:210
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400956msgid "External @j has bad @S\n"
957msgstr "Ekstern @j har ugyldig @S\n"
958
959#. @-expanded: External journal does not support this filesystem\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400960#: e2fsck/problem.c:215
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400961msgid "External @j does not support this @f\n"
962msgstr "Ekstern @j understøtter ikke dette @f\n"
963
964#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
965#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
966#. @-expanded: format.\n
967#. @-expanded: It is also possible the journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400968#: e2fsck/problem.c:220
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400969msgid ""
970"@f @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400971"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
972"format.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400973"It is also possible the @j @S is corrupt.\n"
974msgstr ""
975
976#. @-expanded: journal superblock is corrupt.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400977#: e2fsck/problem.c:228
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400978msgid "@j @S is corrupt.\n"
979msgstr "@j @S er ødelagt.\n"
980
981#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400982#: e2fsck/problem.c:233
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400983msgid "@S has_@j flag is clear, but a @j is present.\n"
984msgstr "superbloks has_journal-flag er ryddet, men en journal er til stede.\n"
985
986#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400987#: e2fsck/problem.c:238
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400988msgid "@S needs_recovery flag is set, but no @j is present.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400989msgstr ""
990"superbloks needs_recovery-flag er angivet, men ingen journal er til stede.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400991
992#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400993#: e2fsck/problem.c:243
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400994msgid "@S needs_recovery flag is clear, but @j has data.\n"
995msgstr "superbloks needs_recovery-flag er ryddet, men journal har data.\n"
996
997#. @-expanded: Clear journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -0400998#: e2fsck/problem.c:248
Theodore Ts'oc5c39362015-05-17 20:27:50 -0400999msgid "Clear @j"
1000msgstr "Ryd @j"
1001
1002#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001003#: e2fsck/problem.c:253 e2fsck/problem.c:764
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001004msgid "@f has feature flag(s) set, but is a revision 0 @f. "
1005msgstr "filsytem har funktionsflag angivet, men er et revision 0-filsystem."
1006
1007#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001008#: e2fsck/problem.c:258
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001009msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001010msgstr ""
1011"%s forældreløs iknude %i (uid=%Iu, gid=%Ig, tilstand=%Im, størrelse=%Is)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001012
1013#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001014#: e2fsck/problem.c:263
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001015msgid "@I %B (%b) found in @o @i %i.\n"
1016msgstr "illegal %B (%b) fundet i forældreløs iknude %i.\n"
1017
1018#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001019#: e2fsck/problem.c:268
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001020msgid "Already cleared %B (%b) found in @o @i %i.\n"
1021msgstr "Allerede ryddet %b (%b) fundet i forældreløs iknude %i.\n"
1022
1023#. @-expanded: illegal orphaned inode %i in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001024#: e2fsck/problem.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001025#, c-format
1026msgid "@I @o @i %i in @S.\n"
1027msgstr "Illegal forældeløs iknude %i i superblok.\n"
1028
1029#. @-expanded: illegal inode %i in orphaned inode list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001030#: e2fsck/problem.c:278
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001031#, c-format
1032msgid "@I @i %i in @o @i list.\n"
1033msgstr "Illegal iknude %i i forældreløs iknudeliste.\n"
1034
1035#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001036#: e2fsck/problem.c:283
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001037msgid "@j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001038msgstr ""
1039"Journalsuperblok har et ukendt skrivebeskyttet funktionsflag angivet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001040
1041#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001042#: e2fsck/problem.c:288
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001043msgid "@j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001044msgstr ""
1045"Journalsuperblok har et ukendt og ikke kompatibelt funktionsflag angivet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001046
1047#. @-expanded: journal version not supported by this e2fsck.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001048#: e2fsck/problem.c:293
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001049msgid "@j version not supported by this e2fsck.\n"
1050msgstr "Journalversion er ikke understøttet af denne e2fsck.\n"
1051
1052#. @-expanded: Moving journal from /%s to hidden inode.\n
1053#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001054#: e2fsck/problem.c:298
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001055#, c-format
1056msgid ""
1057"Moving @j from /%s to hidden @i.\n"
1058"\n"
1059msgstr ""
1060"Flytter @j fra /%s til skjult @i.\n"
1061"\n"
1062
1063#. @-expanded: Error moving journal: %m\n
1064#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001065#: e2fsck/problem.c:303
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001066#, c-format
1067msgid ""
1068"Error moving @j: %m\n"
1069"\n"
1070msgstr ""
1071"Fejl under flytning af journal: %m\n"
1072"\n"
1073
1074#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1075#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1076#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001077#: e2fsck/problem.c:308
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001078msgid ""
1079"Found @n V2 @j @S fields (from V1 @j).\n"
1080"Clearing fields beyond the V1 @j @S...\n"
1081"\n"
1082msgstr ""
1083"Fandt ugyldig V2-journalsuperblokfelter (fra V1-journal).\n"
1084"Rydder felter efter V1-journalsuperblokken ...\n"
1085"\n"
1086
1087#. @-expanded: Run journal anyway
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001088#: e2fsck/problem.c:314
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001089msgid "Run @j anyway"
1090msgstr "Kør journal alligevel"
1091
1092#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001093#: e2fsck/problem.c:319
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001094msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001095msgstr ""
1096"Gendannelsesflag er ikke angivet i sikkerhedskopien superblok, så kører "
1097"journal alligevel.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001098
1099#. @-expanded: Backing up journal inode block information.\n
1100#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001101#: e2fsck/problem.c:324
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001102msgid ""
1103"Backing up @j @i @b information.\n"
1104"\n"
1105msgstr "Laver sikkerhedskopi af journalens iknude-blokinformation.\n"
1106
1107#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1108#. @-expanded: is %N; should be zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001109#: e2fsck/problem.c:330
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001110msgid ""
1111"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1112"is %N; @s zero. "
1113msgstr ""
1114"Filsystemet har ikke resize_inode aktiveret, men s_reserved_gdt_blocks\n"
1115"er %N; skal være nul."
1116
1117#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001118#: e2fsck/problem.c:336
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001119msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1120msgstr "Resize_inode er ikke aktiveret, men resize-iknude er non-zero. "
1121
1122#. @-expanded: Resize inode not valid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001123#: e2fsck/problem.c:341
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001124msgid "Resize @i not valid. "
1125msgstr "Resize-iknude er ikke gyldig. "
1126
1127#. @-expanded: superblock last mount time (%t,\n
1128#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001129#: e2fsck/problem.c:346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001130msgid ""
1131"@S last mount time (%t,\n"
1132"\tnow = %T) is in the future.\n"
1133msgstr ""
1134"Superbloks sidste monteringstidspunkt (%t,\n"
1135"\tnu = %T) er i fremtiden.\n"
1136
1137#. @-expanded: superblock last write time (%t,\n
1138#. @-expanded: \tnow = %T) is in the future.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001139#: e2fsck/problem.c:351
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001140msgid ""
1141"@S last write time (%t,\n"
1142"\tnow = %T) is in the future.\n"
1143msgstr ""
1144
1145#. @-expanded: superblock hint for external superblock should be %X.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001146#: e2fsck/problem.c:356
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001147#, c-format
1148msgid "@S hint for external superblock @s %X. "
1149msgstr "Superblok-fif for ekstern superblok skal være %X."
1150
1151#. @-expanded: Adding dirhash hint to filesystem.\n
1152#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001153#: e2fsck/problem.c:361
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001154msgid ""
1155"Adding dirhash hint to @f.\n"
1156"\n"
1157msgstr ""
1158"Tilføjer dirhash-fif til filsystemet.\n"
1159"\n"
1160
1161#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001162#: e2fsck/problem.c:366
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001163msgid "@g descriptor %g checksum is %04x, should be %04y. "
1164msgstr "Gruppebeskriver %g's kontrolsum er %04x, skal være %04y. "
1165
1166#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001167#: e2fsck/problem.c:371
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001168#, c-format
1169msgid "@g descriptor %g marked uninitialized without feature set.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001170msgstr ""
1171"Gruppebeskriver %g markeret som ikke initialiseret uden funktionssæt.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001172
1173#. @-expanded: group descriptor %g has invalid unused inodes count %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001174#: e2fsck/problem.c:376
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001175msgid "@g descriptor %g has invalid unused inodes count %b. "
1176msgstr "gruppebeskriver %g har ugyldig ubrugt iknudeantal %b. "
1177
1178#. @-expanded: Last group block bitmap uninitialized.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001179#: e2fsck/problem.c:381
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001180msgid "Last @g @b @B uninitialized. "
1181msgstr "Sidste gruppeblokbitmap er ikke initialiseret. "
1182
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001183#: e2fsck/problem.c:386
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001184#, c-format
1185msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1186msgstr "Journaltransaktion %i var ødelagt, genafspilning blev afbrudt.\n"
1187
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001188#: e2fsck/problem.c:391
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001189msgid "The test_fs flag is set (and ext4 is available). "
1190msgstr "Flaget test_fs er angivet (og ext2 er tilgængelig). "
1191
1192#. @-expanded: superblock last mount time is in the future.\n
1193#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001194#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001195#: e2fsck/problem.c:396
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001196msgid ""
1197"@S last mount time is in the future.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001198"\t(by less than a day, probably due to the hardware clock being incorrectly "
1199"set)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001200msgstr ""
1201
1202#. @-expanded: superblock last write time is in the future.\n
1203#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
Theodore Ts'oe622f9a2015-05-17 21:10:07 -04001204#. @-expanded: set)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001205#: e2fsck/problem.c:402
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001206msgid ""
1207"@S last write time is in the future.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001208"\t(by less than a day, probably due to the hardware clock being incorrectly "
1209"set)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001210msgstr ""
1211
1212#. @-expanded: One or more block group descriptor checksums are invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001213#: e2fsck/problem.c:408
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001214msgid "One or more @b @g descriptor checksums are invalid. "
1215msgstr "En eller flere blokgruppebeskriveres kontrolsummer er ugyldige. "
1216
1217#. @-expanded: Setting free inodes count to %j (was %i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001218#: e2fsck/problem.c:413
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001219msgid "Setting free @is count to %j (was %i)\n"
1220msgstr "Angiver frit iknudeantal til %j (var %i)\n"
1221
1222#. @-expanded: Setting free blocks count to %c (was %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001223#: e2fsck/problem.c:418
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001224msgid "Setting free @bs count to %c (was %b)\n"
1225msgstr "Angiver frit blokantal til %c (var %b)\n"
1226
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001227#. @-expanded: Hiding %U quota inode %i (%Q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001228#: e2fsck/problem.c:423
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001229msgid "Hiding %U @q @i %i (%Q).\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04001230msgstr "Skjuler %U kvota-iknude %i (%Q).\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001231
1232#. @-expanded: superblock has invalid MMP block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001233#: e2fsck/problem.c:428
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001234msgid "@S has invalid MMP block. "
1235msgstr "@S har ugyldig MMP-blok. "
1236
1237#. @-expanded: superblock has invalid MMP magic.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001238#: e2fsck/problem.c:433
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001239msgid "@S has invalid MMP magic. "
1240msgstr "superblok har ugyldig MMP-magi. "
1241
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001242#: e2fsck/problem.c:438
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001243#, c-format
1244msgid "ext2fs_open2: %m\n"
1245msgstr "ext2fs_open2: %m\n"
1246
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001247#: e2fsck/problem.c:443
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001248#, c-format
1249msgid "ext2fs_check_desc: %m\n"
1250msgstr "ext2fs_check_desc: %m\n"
1251
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001252#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1253#. @-expanded: simultaneously.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001254#: e2fsck/problem.c:449
1255msgid ""
1256"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1257"simultaneously."
1258msgstr ""
1259"superblok metadata_csum efterfølger uninit_bg; begge funktionsbit kan ikke "
1260"være angivet samtidig."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001261
Joe Hansen1d32c062018-08-18 14:28:35 -04001262#. @-expanded: superblock MMP block checksum does not match.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001263#: e2fsck/problem.c:455
Joe Hansen1d32c062018-08-18 14:28:35 -04001264msgid "@S MMP @b checksum does not match. "
1265msgstr "superblok MMP-blokkens kontrolsum matcher ikke. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001266
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001267#. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001268#: e2fsck/problem.c:460
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001269msgid "@S 64bit @f needs extents to access the whole disk. "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001270msgstr ""
1271"superblok 64-bit filsystemer kræver udvidelser for at tilgå hele disken. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001272
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001273#: e2fsck/problem.c:465
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001274msgid "First_meta_bg is too big. (%N, max value %g). "
Joe Hansen1e000f82016-08-31 23:14:17 -04001275msgstr "First_meta_bg er for stor. (%N, maks. værdi %g). "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001276
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001277#. @-expanded: External journal superblock checksum does not match superblock.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001278#: e2fsck/problem.c:470
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001279msgid "External @j @S checksum does not match @S. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001280msgstr "Ekstern kontrolsum for journalsuperblok matcher ikke superblok. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001281
1282#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001283#: e2fsck/problem.c:475
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001284msgid "@S metadata_csum_seed is not necessary without metadata_csum."
Joe Hansen1e000f82016-08-31 23:14:17 -04001285msgstr "superblok metadata_csum_seed er ikke nødvendig uden metadata_csum."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001286
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001287#: e2fsck/problem.c:480
Theodore Ts'o48203a32016-06-08 15:45:26 -04001288#, c-format
1289msgid "Error initializing quota context in support library: %m\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001290msgstr ""
1291"Fejl under initialisering af kvotakontekst i understøttelsesbibliotek: %m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04001292
Theodore Ts'o4e528702016-09-04 21:31:21 -04001293#. @-expanded: Bad required extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001294#: e2fsck/problem.c:485
Theodore Ts'o4e528702016-09-04 21:31:21 -04001295msgid "Bad required extra isize in @S (%N). "
Joe Hansen1d32c062018-08-18 14:28:35 -04001296msgstr "Ugyldig krævet ekstra isize i superblok (%N). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001297
1298#. @-expanded: Bad desired extra isize in superblock (%N).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001299#: e2fsck/problem.c:490
Theodore Ts'o4e528702016-09-04 21:31:21 -04001300msgid "Bad desired extra isize in @S (%N). "
Joe Hansen1d32c062018-08-18 14:28:35 -04001301msgstr "Ugyldig ønsket ekstra isize i superblok (%N). "
Theodore Ts'o4e528702016-09-04 21:31:21 -04001302
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001303#. @-expanded: Invalid %U quota inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001304#: e2fsck/problem.c:495
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001305msgid "Invalid %U @q @i %i. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001306msgstr "Ugyldig %U kvota iknude %i. "
1307
1308#. @-expanded: superblock would have too many inodes (%N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001309#: e2fsck/problem.c:500
Joe Hansen1d32c062018-08-18 14:28:35 -04001310msgid "@S would have too many inodes (%N).\n"
1311msgstr "superblok ville have for mange iknuder (%N).\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001312
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001313#. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1314#. @-expanded: not compatible. Resize inode should be disabled.
Joe Hansen1d32c062018-08-18 14:28:35 -04001315#: e2fsck/problem.c:505
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001316msgid ""
1317"Resize_@i and meta_bg features are enabled. Those features are\n"
1318"not compatible. Resize @i should be disabled. "
1319msgstr ""
1320
1321#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1322#: e2fsck/problem.c:513
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001323msgid "Pass 1: Checking @is, @bs, and sizes\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04001324msgstr "Gennemløb 1: Kontrollerer iknuder, blokke og størrelser\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001325
1326#. @-expanded: root inode is not a directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001327#: e2fsck/problem.c:517
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001328msgid "@r is not a @d. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001329msgstr "rod-iknude er ikke en mappe. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001330
1331#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001332#: e2fsck/problem.c:522
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001333msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001334msgstr ""
1335"rot-iknude har dtime angivet (sandsynligvis på grund af gammel mke2fs). "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001336
1337#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001338#: e2fsck/problem.c:527
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001339msgid "Reserved @i %i (%Q) has @n mode. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001340msgstr "Reserveret iknude %i (%Q) har ugyldig tilstand. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001341
1342#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001343#: e2fsck/problem.c:532
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001344#, c-format
Joe Hansen1d32c062018-08-18 14:28:35 -04001345msgid "@D @i %i has zero dtime. "
1346msgstr "slettet iknude %i har nul dtime. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001347
Joe Hansen1d32c062018-08-18 14:28:35 -04001348#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001349#: e2fsck/problem.c:537
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001350#, c-format
Joe Hansen1d32c062018-08-18 14:28:35 -04001351msgid "@i %i is in use, but has dtime set. "
1352msgstr "iknude %i er i brug, men har dtime angivet. "
1353
1354#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001355#: e2fsck/problem.c:542
Joe Hansen1d32c062018-08-18 14:28:35 -04001356#, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001357msgid "@i %i is a @z @d. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001358msgstr "iknude %i er en nulængde mappe. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001359
1360#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001361#: e2fsck/problem.c:547
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001362msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001363msgstr ""
1364"gruppe %g's blok-bitmap på %b er i konflikt med nogle andre fs-blokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001365
1366#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001367#: e2fsck/problem.c:552
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001368msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001369msgstr ""
1370"gruppe %g's iknude-bitmap på %b er i konflikt med nogle andre fs-blokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001371
1372#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001373#: e2fsck/problem.c:557
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001374msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001375msgstr ""
1376"gruppe %g's iknude-tabel på %b er i konflikt med nogle andre fs-blokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001377
1378#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001379#: e2fsck/problem.c:562
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001380msgid "@g %g's @b @B (%b) is bad. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001381msgstr "gruppe %g's blok-bitmap (%b) er ugyldig. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001382
1383#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001384#: e2fsck/problem.c:567
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001385msgid "@g %g's @i @B (%b) is bad. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001386msgstr "gruppe %g's iknude-bitmap (%b) er ugyldig. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001387
1388#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001389#: e2fsck/problem.c:572
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001390msgid "@i %i, i_size is %Is, @s %N. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001391msgstr "iknude %i, i_size er %Is, skal være %N. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001392
1393#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001394#: e2fsck/problem.c:577
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001395msgid "@i %i, i_@bs is %Ib, @s %N. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001396msgstr "iknude %i, i_blocks er %Ib, skal være %N. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001397
1398#. @-expanded: illegal %B (%b) in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001399#: e2fsck/problem.c:582
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001400msgid "@I %B (%b) in @i %i. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001401msgstr "Illegal %B (%b) i iknude %i."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001402
1403#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001404#: e2fsck/problem.c:587
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001405msgid "%B (%b) overlaps @f metadata in @i %i. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001406msgstr "%B (%b) overlapper filsystemmetadata i iknude %i. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001407
1408#. @-expanded: inode %i has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001409#: e2fsck/problem.c:592
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001410#, c-format
Joe Hansen1d32c062018-08-18 14:28:35 -04001411msgid "@i %i has illegal @b(s). "
1412msgstr "iknude %i har illegale blokke. "
1413
1414#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001415#: e2fsck/problem.c:597
Joe Hansen1d32c062018-08-18 14:28:35 -04001416#, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001417msgid "Too many illegal @bs in @i %i.\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04001418msgstr "For mange illegale blokke i iknude %i.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001419
1420#. @-expanded: illegal %B (%b) in bad block inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001421#: e2fsck/problem.c:602
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001422msgid "@I %B (%b) in bad @b @i. "
Joe Hansen1d32c062018-08-18 14:28:35 -04001423msgstr "illegal %B (%b) i ugyldig blok-iknude. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001424
1425#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001426#: e2fsck/problem.c:607
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001427msgid "Bad @b @i has illegal @b(s). "
Joe Hansen1d32c062018-08-18 14:28:35 -04001428msgstr "Ugyldig blok-iknude har illegale blokke. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001429
1430#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001431#: e2fsck/problem.c:612
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001432msgid "Duplicate or bad @b in use!\n"
1433msgstr ""
1434
1435#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001436#: e2fsck/problem.c:617
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001437msgid "Bad @b %b used as bad @b @i indirect @b. "
1438msgstr ""
1439
1440#. @-expanded: \n
1441#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1442#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1443#. @-expanded: in the filesystem.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001444#: e2fsck/problem.c:622
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001445msgid ""
1446"\n"
1447"The bad @b @i has probably been corrupted. You probably\n"
1448"should stop now and run e2fsck -c to scan for bad blocks\n"
1449"in the @f.\n"
1450msgstr ""
1451
1452#. @-expanded: \n
1453#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001454#: e2fsck/problem.c:629
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001455msgid ""
1456"\n"
1457"If the @b is really bad, the @f can not be fixed.\n"
1458msgstr ""
1459
1460#. @-expanded: You can remove this block from the bad block list and hope\n
1461#. @-expanded: that the block is really OK. But there are no guarantees.\n
1462#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001463#: e2fsck/problem.c:634
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001464msgid ""
1465"You can remove this @b from the bad @b list and hope\n"
1466"that the @b is really OK. But there are no guarantees.\n"
1467"\n"
1468msgstr ""
1469
1470#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001471#: e2fsck/problem.c:640
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001472msgid "The primary @S (%b) is on the bad @b list.\n"
1473msgstr ""
1474
1475#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001476#: e2fsck/problem.c:645
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001477msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001478msgstr ""
1479"Blok %b i de primære gruppebeskrivere er på listen med ugyldige blokke\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001480
1481#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001482#: e2fsck/problem.c:651
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001483msgid "Warning: Group %g's @S (%b) is bad.\n"
1484msgstr "Advarsel: Gruppe %gs superblok (%b) er ugyldig.\n"
1485
1486#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001487#: e2fsck/problem.c:657
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001488msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001489msgstr ""
1490"Advarsel: Gruppe %gs kopi af gruppebeskriverne har en ugyldig blok (%b).\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001491
1492#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001493#: e2fsck/problem.c:663
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001494msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001495msgstr ""
1496"Programmeringsfejl? blok #%b reserveret uden årsag i process_bad_block.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001497
1498#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001499#: e2fsck/problem.c:669
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001500msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1501msgstr ""
1502
1503#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001504#: e2fsck/problem.c:674
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001505#, c-format
1506msgid "@A @b buffer for relocating %s\n"
1507msgstr ""
1508
1509#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001510#: e2fsck/problem.c:679
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001511msgid "Relocating @g %g's %s from %b to %c...\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05001512msgstr "Flytter gruppen %g's %s fra %b til %c ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001513
1514#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001515#: e2fsck/problem.c:684
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001516#, c-format
1517msgid "Relocating @g %g's %s to %c...\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05001518msgstr "Flytter gruppen %g's %s til %c ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001519
1520#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001521#: e2fsck/problem.c:689
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001522msgid "Warning: could not read @b %b of %s: %m\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05001523msgstr "Advarsel: kunne ikke læse blok %b for %s: %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001524
1525#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001526#: e2fsck/problem.c:694
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001527msgid "Warning: could not write @b %b for %s: %m\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05001528msgstr "Advarsel: kunne ikke skrive blok %b for %s: %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001529
1530#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001531#: e2fsck/problem.c:699 e2fsck/problem.c:1776
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001532msgid "@A @i @B (%N): %m\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05001533msgstr "der opstod en fejl under allokering af iknude-bitmap (%N): %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001534
1535#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001536#: e2fsck/problem.c:704
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001537msgid "@A @b @B (%N): %m\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05001538msgstr "der opstod en fejl under allokering af blok-bitmap (%n): %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001539
1540#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001541#: e2fsck/problem.c:709
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001542#, c-format
1543msgid "@A icount link information: %m\n"
1544msgstr ""
1545
1546#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001547#: e2fsck/problem.c:714
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001548#, c-format
1549msgid "@A @d @b array: %m\n"
1550msgstr ""
1551
1552#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001553#: e2fsck/problem.c:719
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001554#, c-format
1555msgid "Error while scanning @is (%i): %m\n"
1556msgstr ""
1557
1558#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001559#: e2fsck/problem.c:724
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001560#, c-format
1561msgid "Error while iterating over @bs in @i %i: %m\n"
1562msgstr ""
1563
1564#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001565#: e2fsck/problem.c:729
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001566msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1567msgstr ""
1568
1569#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001570#: e2fsck/problem.c:734
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001571msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1572msgstr ""
1573
1574#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001575#: e2fsck/problem.c:740
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001576#, c-format
1577msgid "Error reading @i %i: %m\n"
1578msgstr "Der opstod en fejl under læsning af iknude %i: %m\n"
1579
1580#. @-expanded: inode %i has imagic flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001581#: e2fsck/problem.c:748
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001582#, c-format
1583msgid "@i %i has imagic flag set. "
1584msgstr "iknude %i har magisk flag angivet. "
1585
1586#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1587#. @-expanded: or append-only flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001588#: e2fsck/problem.c:753
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001589#, c-format
1590msgid ""
1591"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1592"or append-only flag set. "
1593msgstr ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001594"Speciel (enhed/sokkel/fifo/symbolsk_henvisning) fil (iknude %i) har "
1595"uforanderlig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001596"eller tilføj-kun flag angivet. "
1597
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001598#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001599#: e2fsck/problem.c:759
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001600#, c-format
1601msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001602msgstr ""
1603"Speciel (enhed/sokkel/fifo) iknude %i har en størrelse forskellig fra nul. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001604
1605#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001606#: e2fsck/problem.c:769
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001607msgid "@j @i is not in use, but contains data. "
1608msgstr "journal-iknude er ikke i brug, men indeholder data. "
1609
1610#. @-expanded: journal is not regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001611#: e2fsck/problem.c:774
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001612msgid "@j is not regular file. "
1613msgstr "journal er ikke en normal fil. "
1614
1615#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001616#: e2fsck/problem.c:779
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001617#, c-format
1618msgid "@i %i was part of the @o @i list. "
1619msgstr "iknude %i var en del af den forældreløse iknudeliste. "
1620
1621#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001622#: e2fsck/problem.c:785
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001623msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001624msgstr ""
1625"iknuder som var del af en ødelagt forældeløs lænket liste blev fundet. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001626
1627#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001628#: e2fsck/problem.c:790
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001629msgid "@A refcount structure (%N): %m\n"
1630msgstr "der opstod en fejl under allokering af refcount-struktur (%N): %m\n"
1631
1632#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001633#: e2fsck/problem.c:795
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001634msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001635msgstr ""
1636"Der opstod en fejl under læsning af udvidet attributblok %b for iknude %i. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001637
1638#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001639#: e2fsck/problem.c:800
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001640msgid "@i %i has a bad @a @b %b. "
1641msgstr "iknude %i har en ugyldig udvidet attributblok %b. "
1642
1643#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001644#: e2fsck/problem.c:805
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001645msgid "Error reading @a @b %b (%m). "
1646msgstr "Der opstod en fejl under læsning af udvidet attributblok %b (%m)."
1647
1648#. @-expanded: extended attribute block %b has reference count %r, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001649#: e2fsck/problem.c:810
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001650msgid "@a @b %b has reference count %r, @s %N. "
1651msgstr "udvidet attributblok %b har referenceantal %r, skal være %N. "
1652
1653#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001654#: e2fsck/problem.c:815
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001655msgid "Error writing @a @b %b (%m). "
1656msgstr "Der opstod en fejl under skrivning af udvidet attributblok %b (%m). "
1657
1658#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001659#: e2fsck/problem.c:820
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001660msgid "@a @b %b has h_@bs > 1. "
1661msgstr "udvidet attributblok %b har h_blokke > 1. "
1662
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001663#. @-expanded: error allocating extended attribute region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001664#: e2fsck/problem.c:825
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001665msgid "@A @a region allocation structure. "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001666msgstr ""
1667"der opstod en fejl under allokering af udvidet attributstruktur for "
1668"regionallokering. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001669
1670#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001671#: e2fsck/problem.c:830
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001672msgid "@a @b %b is corrupt (allocation collision). "
1673msgstr "udvidet attributblok %b er ødelagt (allokeringskollision). "
1674
1675#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001676#: e2fsck/problem.c:835
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001677msgid "@a @b %b is corrupt (@n name). "
1678msgstr "udvidet attributblok %b er ødelagt (ugyldigt navn). "
1679
1680#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001681#: e2fsck/problem.c:840
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001682msgid "@a @b %b is corrupt (@n value). "
1683msgstr "udvidet attributblok %b er ødelagt (ugyldig værdi). "
1684
1685#. @-expanded: inode %i is too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001686#: e2fsck/problem.c:845
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001687#, c-format
1688msgid "@i %i is too big. "
1689msgstr "iknude %i er for stor. "
1690
1691#. @-expanded: %B (%b) causes directory to be too big.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001692#: e2fsck/problem.c:849
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001693msgid "%B (%b) causes @d to be too big. "
1694msgstr "%B (%b) medfører at mappe er for stor."
1695
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001696#: e2fsck/problem.c:854
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001697msgid "%B (%b) causes file to be too big. "
1698msgstr "%B (%b) medfører at fil er for stor. "
1699
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001700#: e2fsck/problem.c:859
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001701msgid "%B (%b) causes symlink to be too big. "
1702msgstr "%B (%b) medfører at symbolsk henvisning er for stor. "
1703
1704#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001705#: e2fsck/problem.c:864
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001706#, c-format
1707msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001708msgstr ""
1709"iknude %i har flaget INDEX_FL angivet på filsystem uden htree-"
1710"understøttelse.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001711
1712#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001713#: e2fsck/problem.c:869
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001714#, c-format
1715msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1716msgstr "iknude %i har flaget INDEX-FL angivet, men er ikke en mappe.\n"
1717
1718#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001719#: e2fsck/problem.c:874
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001720#, c-format
1721msgid "@h %i has an @n root node.\n"
1722msgstr "HTREE-mappe-iknude %i har en ugyldig root-knde.\n"
1723
1724#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001725#: e2fsck/problem.c:879
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001726msgid "@h %i has an unsupported hash version (%N)\n"
1727msgstr "HTREE-mappe-iknude %i har en ikke understøttet hash-version (%N)\n"
1728
1729#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001730#: e2fsck/problem.c:884
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001731#, c-format
1732msgid "@h %i uses an incompatible htree root node flag.\n"
1733msgstr ""
1734
1735#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001736#: e2fsck/problem.c:889
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001737msgid "@h %i has a tree depth (%N) which is too big\n"
1738msgstr "HTREE-mappe-iknude %i har en trædybde (%N) som er for stor\n"
1739
1740#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1741#. @-expanded: filesystem metadata.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001742#: e2fsck/problem.c:895
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001743msgid ""
1744"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1745"@f metadata. "
1746msgstr ""
1747"Ugyldig blok-iknude har en indirekte blok (%b) som er i konflikt med\n"
1748"filsystemets metadata."
1749
1750#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001751#: e2fsck/problem.c:901
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001752#, c-format
1753msgid "Resize @i (re)creation failed: %m."
1754msgstr "Ændring af størrelse for iknude (gen)skabelse mislykkedes: %m."
1755
1756#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001757#: e2fsck/problem.c:906
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001758msgid "@i %i has a extra size (%IS) which is @n\n"
1759msgstr "iknude %i har en ekstra størrelse (%IS) som er ugyldig\n"
1760
1761#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001762#: e2fsck/problem.c:911
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001763msgid "@a in @i %i has a namelen (%N) which is @n\n"
1764msgstr "udvidet attribut i iknude %i har en namelen (%N) som er ugyldig\n"
1765
1766#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001767#: e2fsck/problem.c:916
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001768msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001769msgstr ""
1770"udvidet attribut i iknude %i har en værdiforskydning (%N) som er ugyldig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001771
1772#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001773#: e2fsck/problem.c:921
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001774msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001775msgstr ""
1776"udvidet attribut i iknude %i har en værdiblok (%N) som er ugyldig (skal være "
1777"o)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001778
1779#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001780#: e2fsck/problem.c:926
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001781msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001782msgstr ""
1783"udvidet attribut i iknude %i har en værdistørrelse (%N) som er ugyldig\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001784
1785#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001786#: e2fsck/problem.c:931
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001787msgid "@a in @i %i has a hash (%N) which is @n\n"
1788msgstr ""
1789
1790#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001791#: e2fsck/problem.c:936
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001792msgid "@i %i is a %It but it looks like it is really a directory.\n"
1793msgstr "iknude %i er en %It men ligner egentlig en mappe.\n"
1794
1795#. @-expanded: Error while reading over extent tree in inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001796#: e2fsck/problem.c:941
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001797#, c-format
1798msgid "Error while reading over @x tree in @i %i: %m\n"
1799msgstr ""
1800
1801#. @-expanded: Failed to iterate extents in inode %i\n
1802#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001803#: e2fsck/problem.c:946
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001804msgid ""
1805"Failed to iterate extents in @i %i\n"
1806"\t(op %s, blk %b, lblk %c): %m\n"
1807msgstr ""
1808
1809#. @-expanded: inode %i has an invalid extent\n
1810#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001811#: e2fsck/problem.c:952
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001812msgid ""
1813"@i %i has an @n extent\n"
1814"\t(logical @b %c, @n physical @b %b, len %N)\n"
1815msgstr ""
1816
1817#. @-expanded: inode %i has an invalid extent\n
1818#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001819#: e2fsck/problem.c:957
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001820msgid ""
1821"@i %i has an @n extent\n"
1822"\t(logical @b %c, physical @b %b, @n len %N)\n"
1823msgstr ""
1824
1825#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001826#: e2fsck/problem.c:962
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001827#, c-format
1828msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1829msgstr ""
1830
1831#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001832#: e2fsck/problem.c:967
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001833#, c-format
1834msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1835msgstr ""
1836
1837#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001838#: e2fsck/problem.c:972
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001839#, c-format
1840msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1841msgstr ""
1842
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001843#: e2fsck/problem.c:977
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001844#, c-format
1845msgid "Fast symlink %i has EXTENT_FL set. "
1846msgstr ""
1847
1848#. @-expanded: inode %i has out of order extents\n
1849#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001850#: e2fsck/problem.c:982
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001851msgid ""
1852"@i %i has out of order extents\n"
1853"\t(@n logical @b %c, physical @b %b, len %N)\n"
1854msgstr ""
1855
1856#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001857#: e2fsck/problem.c:986
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001858msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1859msgstr ""
1860
1861#. @-expanded: Error converting subcluster block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001862#: e2fsck/problem.c:991
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001863#, c-format
1864msgid "Error converting subcluster @b @B: %m\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04001865msgstr "Der opstod en fejl under konvertering af underklyngeblokbitmap: %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001866
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001867#. @-expanded: quota inode is not a regular file.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001868#: e2fsck/problem.c:996
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04001869msgid "@q @i is not a regular file. "
Joe Hansenddaaea82017-02-19 21:45:42 -05001870msgstr "kvotaiknude er ikke en normal fil. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001871
1872#. @-expanded: quota inode is not in use, but contains data.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001873#: e2fsck/problem.c:1001
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001874msgid "@q @i is not in use, but contains data. "
Joe Hansenddaaea82017-02-19 21:45:42 -05001875msgstr "kvotaiknude er ikke i brug, men indehoder data. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001876
1877#. @-expanded: quota inode is visible to the user.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001878#: e2fsck/problem.c:1006
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001879msgid "@q @i is visible to the user. "
1880msgstr "Iknudens kvota er synlig for brugeren. "
1881
1882#. @-expanded: The bad block inode looks invalid.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001883#: e2fsck/problem.c:1011
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001884msgid "The bad @b @i looks @n. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001885msgstr "Den ugyldige blok-iknude virker invalid. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001886
1887#. @-expanded: inode %i has zero length extent\n
1888#. @-expanded: \t(invalid logical block %c, physical block %b)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001889#: e2fsck/problem.c:1016
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001890msgid ""
1891"@i %i has zero length extent\n"
1892"\t(@n logical @b %c, physical @b %b)\n"
1893msgstr ""
Joe Hansen1d32c062018-08-18 14:28:35 -04001894"iknude %i har nullængdeomfang\n"
1895"\t(ugyldig logisk blok %c, fysisk blok %b)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001897#. @-expanded: inode %i seems to contain garbage.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001898#: e2fsck/problem.c:1021
Joe Hansen1e000f82016-08-31 23:14:17 -04001899#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001900msgid "@i %i seems to contain garbage. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001901msgstr "iknude %i ser ud til at indhold bras. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001902
1903#. @-expanded: inode %i passes checks, but checksum does not match inode.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001904#: e2fsck/problem.c:1026
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001905#, c-format
1906msgid "@i %i passes checks, but checksum does not match @i. "
Joe Hansen1e000f82016-08-31 23:14:17 -04001907msgstr "Iknude %i består kontroller, men kontrolsum matcher ikke iknude. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001908
1909#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001910#: e2fsck/problem.c:1031
Joe Hansen1e000f82016-08-31 23:14:17 -04001911#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001912msgid "@i %i @a is corrupt (allocation collision). "
Joe Hansen1e000f82016-08-31 23:14:17 -04001913msgstr "iknuden %i's udvidet attribut er ødelagt (allokeringskollision). "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001914
1915#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1916#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001917#: e2fsck/problem.c:1039
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001918msgid ""
1919"@i %i extent block passes checks, but checksum does not match extent\n"
1920"\t(logical @b %c, physical @b %b, len %N)\n"
1921msgstr ""
1922
1923#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001924#: e2fsck/problem.c:1048
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001925msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1926msgstr ""
1927
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001928#. @-expanded: Interior extent node level %N of inode %i:\n
1929#. @-expanded: Logical start %b does not match logical start %c at next level.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001930#: e2fsck/problem.c:1053
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001931msgid ""
1932"Interior @x node level %N of @i %i:\n"
1933"Logical start %b does not match logical start %c at next level. "
1934msgstr ""
1935
1936#. @-expanded: inode %i, end of extent exceeds allowed value\n
1937#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001938#: e2fsck/problem.c:1059
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001939msgid ""
1940"@i %i, end of extent exceeds allowed value\n"
1941"\t(logical @b %c, physical @b %b, len %N)\n"
1942msgstr ""
1943
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001944#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001945#: e2fsck/problem.c:1064
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001946#, c-format
1947msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1948msgstr ""
1949
1950#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001951#: e2fsck/problem.c:1069
Joe Hansen1e000f82016-08-31 23:14:17 -04001952#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001953msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001954msgstr ""
1955"iknude %i har flaget INLINE_DATA_FL angivet på filsystem uden indlejret "
1956"dataunderstøttelse.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001957
1958#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001959#: e2fsck/problem.c:1076
1960msgid ""
1961"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001962msgstr ""
1963
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001964#. @-expanded: directory inode %i block %b should be at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001965#: e2fsck/problem.c:1081
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001966msgid "@d @i %i @b %b should be at @b %c. "
1967msgstr ""
1968
1969#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001970#: e2fsck/problem.c:1086
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001971#, c-format
1972msgid "@d @i %i has @x marked uninitialized at @b %c. "
1973msgstr ""
1974
1975#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1976#. @-expanded: Will fix in pass 1B.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001977#: e2fsck/problem.c:1091
Theodore Ts'oc5c39362015-05-17 20:27:50 -04001978msgid ""
1979"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1980"Will fix in pass 1B.\n"
1981msgstr ""
1982
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001983#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001984#: e2fsck/problem.c:1096
Joe Hansen1e000f82016-08-31 23:14:17 -04001985#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001986msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001987msgstr ""
1988"iknude %i har flaget INLINE_DATA_FL angivet, men udvidet attribut blev ikke "
1989"fundet. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001990
1991#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1992#. @-expanded: or inline-data flag set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04001993#: e2fsck/problem.c:1102
Joe Hansen1e000f82016-08-31 23:14:17 -04001994#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04001995msgid ""
1996"Special (@v/socket/fifo) file (@i %i) has extents\n"
1997"or inline-data flag set. "
1998msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04001999"Speciel (enhed/sokkel/fifo) fil (iknude %i) har extents\n"
2000"eller indlejret-data flag angivet. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002001
2002#. @-expanded: inode %i has extent header but inline data flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002003#: e2fsck/problem.c:1108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002004#, c-format
2005msgid "@i %i has @x header but inline data flag is set.\n"
2006msgstr ""
2007
2008#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002009#: e2fsck/problem.c:1113
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002010#, c-format
2011msgid "@i %i seems to have inline data but @x flag is set.\n"
2012msgstr ""
2013
2014#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002015#: e2fsck/problem.c:1118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002016#, c-format
2017msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
2018msgstr ""
2019
2020#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002021#: e2fsck/problem.c:1123
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002022#, c-format
2023msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
2024msgstr ""
2025
2026#. @-expanded: Bad block list says the bad block list inode is bad.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002027#: e2fsck/problem.c:1128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002028msgid "Bad block list says the bad block list @i is bad. "
2029msgstr ""
2030
2031#. @-expanded: error allocating extent region allocation structure.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002032#: e2fsck/problem.c:1133
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002033msgid "@A @x region allocation structure. "
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002034msgstr ""
2035"der opstod en fejl under allokering af extent-struktur for "
2036"regionallokering. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002037
2038#. @-expanded: inode %i has a duplicate extent mapping\n
2039#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002040#: e2fsck/problem.c:1138
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002041msgid ""
2042"@i %i has a duplicate @x mapping\n"
2043"\t(logical @b %c, @n physical @b %b, len %N)\n"
2044msgstr ""
2045
2046#. @-expanded: error allocating memory for encrypted directory list\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002047#: e2fsck/problem.c:1143
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002048msgid "@A memory for encrypted @d list\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002049msgstr ""
2050"der opstod en fejl under allokering af hukommelse for krypteret mappeliste\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002051
2052#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002053#: e2fsck/problem.c:1148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002054msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2055msgstr ""
2056
2057#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002058#: e2fsck/problem.c:1153
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002059#, c-format
2060msgid "@i %i on bigalloc @f cannot be @b mapped. "
2061msgstr ""
2062
2063#. @-expanded: inode %i has corrupt extent header.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002064#: e2fsck/problem.c:1158
Joe Hansen1e000f82016-08-31 23:14:17 -04002065#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002066msgid "@i %i has corrupt @x header. "
Joe Hansen1e000f82016-08-31 23:14:17 -04002067msgstr "iknude %i har et ødelagt extent-teksthoved. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002068
2069#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002070#: e2fsck/problem.c:1163
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002071#, c-format
2072msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2073msgstr ""
2074
Theodore Ts'o899425b2018-02-27 22:25:04 -05002075#. @-expanded: inode %i has illegal extended attribute value inode %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002076#: e2fsck/problem.c:1168
Theodore Ts'o899425b2018-02-27 22:25:04 -05002077msgid "@i %i has @I @a value @i %N.\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04002078msgstr "iknude %i har en illegal udvidet attributværdi-iknude %N\n"
Theodore Ts'o899425b2018-02-27 22:25:04 -05002079
2080#. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002081#: e2fsck/problem.c:1174
Theodore Ts'o899425b2018-02-27 22:25:04 -05002082msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002083msgstr ""
2084"iknude %i har ugyldig udvidet attribut. EA-iknude %N mangler EA_INODE-flag.\n"
Theodore Ts'o899425b2018-02-27 22:25:04 -05002085
2086#. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2087#. @-expanded:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002088#: e2fsck/problem.c:1179
Theodore Ts'o899425b2018-02-27 22:25:04 -05002089msgid ""
2090"EA @i %N for parent @i %i missing EA_INODE flag.\n"
2091" "
2092msgstr ""
2093
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002094#. @-expanded: \n
2095#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2096#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002097#: e2fsck/problem.c:1187
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002098msgid ""
2099"\n"
2100"Running additional passes to resolve @bs claimed by more than one @i...\n"
2101"Pass 1B: Rescanning for @m @bs\n"
2102msgstr ""
2103
2104#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002105#: e2fsck/problem.c:1193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002106#, c-format
2107msgid "@m @b(s) in @i %i:"
2108msgstr ""
2109
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002110#: e2fsck/problem.c:1208
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002111#, c-format
2112msgid "Error while scanning inodes (%i): %m\n"
2113msgstr ""
2114
2115#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002116#: e2fsck/problem.c:1213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002117#, c-format
2118msgid "@A @i @B (@i_dup_map): %m\n"
2119msgstr ""
2120
2121#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002122#: e2fsck/problem.c:1218
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002123#, c-format
2124msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2125msgstr ""
2126
2127#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002128#: e2fsck/problem.c:1223 e2fsck/problem.c:1585
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002129msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2130msgstr ""
2131
2132#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002133#: e2fsck/problem.c:1233
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002134msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2135msgstr ""
2136
2137#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002138#: e2fsck/problem.c:1239
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002139msgid "Pass 1D: Reconciling @m @bs\n"
2140msgstr ""
2141
2142#. @-expanded: File %Q (inode #%i, mod time %IM) \n
2143#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002144#: e2fsck/problem.c:1244
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002145msgid ""
2146"File %Q (@i #%i, mod time %IM) \n"
2147" has %r @m @b(s), shared with %N file(s):\n"
2148msgstr ""
2149
2150#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002151#: e2fsck/problem.c:1250
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002152msgid "\t%Q (@i #%i, mod time %IM)\n"
2153msgstr ""
2154
2155#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002156#: e2fsck/problem.c:1255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002157msgid "\t<@f metadata>\n"
2158msgstr ""
2159
2160#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2161#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002162#: e2fsck/problem.c:1260
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002163msgid ""
2164"(There are %N @is containing @m @bs.)\n"
2165"\n"
2166msgstr ""
2167
2168#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2169#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002170#: e2fsck/problem.c:1265
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002171msgid ""
2172"@m @bs already reassigned or cloned.\n"
2173"\n"
2174msgstr ""
2175
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002176#: e2fsck/problem.c:1278
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002177#, c-format
2178msgid "Couldn't clone file: %m\n"
2179msgstr "Kunne ikke klone fil: %m\n"
2180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002181#. @-expanded: Pass 1E: Optimizing extent trees\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002182#: e2fsck/problem.c:1284
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002183msgid "Pass 1E: Optimizing @x trees\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002184msgstr "Gennemløb 1E: Optimerer extent-træer\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002185
2186#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002187#: e2fsck/problem.c:1289
Joe Hansen1e000f82016-08-31 23:14:17 -04002188#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002189msgid "Failed to optimize @x tree %p (%i): %m\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002190msgstr "Kunne ikke optimere extent-træ %p (%i): %m\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002191
2192#. @-expanded: Optimizing extent trees:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002193#: e2fsck/problem.c:1294
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002194msgid "Optimizing @x trees: "
Joe Hansen1e000f82016-08-31 23:14:17 -04002195msgstr "Optimerer extent-træer: "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002196
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002197#: e2fsck/problem.c:1309
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002198msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002199msgstr "Intern fejl: maks. extent-trædybde er for stor (%b; forventede=%c).\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002200
2201#. @-expanded: inode %i extent tree (at level %b) could be shorter.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002202#: e2fsck/problem.c:1314
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002203msgid "@i %i @x tree (at level %b) could be shorter. "
Joe Hansen1e000f82016-08-31 23:14:17 -04002204msgstr "iknude %i extent-træ (på niveau %b) kunne være kortere. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002205
2206#. @-expanded: inode %i extent tree (at level %b) could be narrower.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002207#: e2fsck/problem.c:1319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002208msgid "@i %i @x tree (at level %b) could be narrower. "
Joe Hansen1e000f82016-08-31 23:14:17 -04002209msgstr "iknude %i extent-træ (på niveau %b) kunne være smallere. "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002210
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002211#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002212#: e2fsck/problem.c:1326
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002213msgid "Pass 2: Checking @d structure\n"
2214msgstr "Gennemløb 2: Kontrollerer mappestruktur\n"
2215
2216#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002217#: e2fsck/problem.c:1331
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002218#, c-format
2219msgid "@n @i number for '.' in @d @i %i.\n"
2220msgstr "ugyldig iknudenummer for ».« i mappeiknude %i.\n"
2221
2222#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002223#: e2fsck/problem.c:1336
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002224msgid "@E has @n @i #: %Di.\n"
2225msgstr "posten »%Dn« i %p (%i) har ugyldig iknude #: %Di.\n"
2226
2227#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002228#: e2fsck/problem.c:1341
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002229msgid "@E has @D/unused @i %Di. "
2230msgstr "posten »%Dn« i %p (%i) har slettet/ubrugt iknude %Di."
2231
2232#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002233#: e2fsck/problem.c:1346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002234msgid "@E @L to '.' "
2235msgstr "posten »%Dn« i %p (%i) er en henvisning til ».«"
2236
2237#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002238#: e2fsck/problem.c:1351
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002239msgid "@E points to @i (%Di) located in a bad @b.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002240msgstr ""
2241"posten »%Dn« i %p (%i) peger på iknude (%Di) placeret i en ugyldig blok.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002242
2243#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002244#: e2fsck/problem.c:1356
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002245msgid "@E @L to @d %P (%Di).\n"
2246msgstr "posten »%Dn« i %p (%i) er en henvisning til mappen %P (%Di).\n"
2247
2248#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002249#: e2fsck/problem.c:1361
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002250msgid "@E @L to the @r.\n"
2251msgstr "posten »%Dn« i %p (%i) er en henvisning til root-iknuden.\n"
2252
2253#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002254#: e2fsck/problem.c:1366
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002255msgid "@E has illegal characters in its name.\n"
2256msgstr "posten »%Dn« i %p (%i) har illegale tegn i sit navn.\n"
2257
2258#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002259#: e2fsck/problem.c:1371
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002260#, c-format
2261msgid "Missing '.' in @d @i %i.\n"
2262msgstr "Mangler ».« i mappe-iknude %i.\n"
2263
2264#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002265#: e2fsck/problem.c:1376
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002266#, c-format
2267msgid "Missing '..' in @d @i %i.\n"
2268msgstr "Mangler »..« i mappe-iknude %i.\n"
2269
2270#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002271#: e2fsck/problem.c:1381
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002272msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2273msgstr "Første post »%Dn« (iknude=%Di) i mappe-iknude %i (%p) skal være ».«\n"
2274
2275#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002276#: e2fsck/problem.c:1386
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002277msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2278msgstr "Anden post »%Dn« (iknude=%Di) i mappe-iknude %i skal være ».«\n"
2279
2280#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002281#: e2fsck/problem.c:1391
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002282msgid "i_faddr @F %IF, @s zero.\n"
2283msgstr "i_faddr for iknude %i (%Q) er %IF, skal være nul.\n"
2284
2285#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002286#: e2fsck/problem.c:1396
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002287msgid "i_file_acl @F %If, @s zero.\n"
2288msgstr "i_file_acl for iknude %i (%Q) er %If, skal være nul.\n"
2289
Theodore Ts'o899425b2018-02-27 22:25:04 -05002290#. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002291#: e2fsck/problem.c:1401
Theodore Ts'o899425b2018-02-27 22:25:04 -05002292msgid "i_size_high @F %Id, @s zero.\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04002293msgstr "i_size_high for iknude %i (%Q) er %Id, skal være nul.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002294
2295#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002296#: e2fsck/problem.c:1406
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002297msgid "i_frag @F %N, @s zero.\n"
2298msgstr "i_frag for iknude %i (%Q) er %N, skal være nul.\n"
2299
2300#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002301#: e2fsck/problem.c:1411
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002302msgid "i_fsize @F %N, @s zero.\n"
2303msgstr "i_fsize for iknude %i (%Q) er %N, skal være nul.\n"
2304
2305#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002306#: e2fsck/problem.c:1416
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002307msgid "@i %i (%Q) has @n mode (%Im).\n"
2308msgstr "iknude %i (%Q) har ugyldig tilstand (%Im).\n"
2309
2310#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002311#: e2fsck/problem.c:1421
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002312msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2313msgstr "mappe-iknude %i, %B, forskydning %N: mappe ødelagt\n"
2314
2315#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002316#: e2fsck/problem.c:1426
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002317msgid "@d @i %i, %B, offset %N: filename too long\n"
2318msgstr "mappe-iknude %i, %B, forskydning %N: filnavn er for langt\n"
2319
2320#. @-expanded: directory inode %i has an unallocated %B.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002321#: e2fsck/problem.c:1431
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002322msgid "@d @i %i has an unallocated %B. "
2323msgstr "mappe-iknude %i har en uallokeret %B."
2324
2325#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002326#: e2fsck/problem.c:1436
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002327#, c-format
2328msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2329msgstr "».«-mappepost i mappe-iknude %i er ikke NUL-afsluttet\n"
2330
2331#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002332#: e2fsck/problem.c:1441
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002333#, c-format
2334msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2335msgstr "»..«-mappepost i mappeiknude %i er ikke NUl-afsluttet\n"
2336
2337#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002338#: e2fsck/problem.c:1446
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002339msgid "@i %i (%Q) is an @I character @v.\n"
2340msgstr "iknude %i (%Q) er en illegal tegnenhed.\n"
2341
2342#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002343#: e2fsck/problem.c:1451
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002344msgid "@i %i (%Q) is an @I @b @v.\n"
2345msgstr "iknude %i (%Q) er en illegal blokenhed.\n"
2346
2347#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002348#: e2fsck/problem.c:1456
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002349msgid "@E is duplicate '.' @e.\n"
2350msgstr "posten »%Dn« i %p (%i) er en duplikeret ».«-post.\n"
2351
2352#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002353#: e2fsck/problem.c:1461
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002354msgid "@E is duplicate '..' @e.\n"
2355msgstr "posten »%Dn« i %p (%i) er en duplieret »..«-post\n"
2356
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002357#: e2fsck/problem.c:1466 e2fsck/problem.c:1801
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002358#, c-format
2359msgid "Internal error: couldn't find dir_info for %i.\n"
2360msgstr "Intern fejl: kunne ikke finde dir_info for %i.\n"
2361
2362#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002363#: e2fsck/problem.c:1471
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002364msgid "@E has rec_len of %Dr, @s %N.\n"
2365msgstr "posten »%Dn« i %p (%i) har rec_len for %Dr, skal være %N.\n"
2366
2367#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002368#: e2fsck/problem.c:1476
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002369#, c-format
2370msgid "@A icount structure: %m\n"
2371msgstr "der opstod en fejl under allokering af icount-struktur: %m\n"
2372
2373#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002374#: e2fsck/problem.c:1481
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002375#, c-format
2376msgid "Error iterating over @d @bs: %m\n"
2377msgstr "Der opstod en fejl under gennemløb over mappeblokke: %m\n"
2378
2379#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002380#: e2fsck/problem.c:1486
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002381msgid "Error reading @d @b %b (@i %i): %m\n"
2382msgstr "Der opstod en fejl under læsning af mappeblok %b (iknude %i): %m\n"
2383
2384#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002385#: e2fsck/problem.c:1491
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002386msgid "Error writing @d @b %b (@i %i): %m\n"
2387msgstr "Der opstod en fejl under skrivning af mappeblok %b (iknude %i): %m\n"
2388
2389#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002390#: e2fsck/problem.c:1496
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002391#, c-format
2392msgid "@A new @d @b for @i %i (%s): %m\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002393msgstr ""
2394"Der opstod en fejl under allokering af ny mappeblok for iknude %i (%s): %m\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002395
2396#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002397#: e2fsck/problem.c:1501
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002398#, c-format
2399msgid "Error deallocating @i %i: %m\n"
2400msgstr "Der opstod en fejl under deallokering af iknude %i: %m\n"
2401
2402#. @-expanded: directory entry for '.' in %p (%i) is big.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002403#: e2fsck/problem.c:1506
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002404#, c-format
2405msgid "@d @e for '.' in %p (%i) is big.\n"
2406msgstr "mappepost for ».« i %p (%i) er stor.\n"
2407
2408#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002409#: e2fsck/problem.c:1511
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002410msgid "@i %i (%Q) is an @I FIFO.\n"
2411msgstr "iknude %i (%Q) er en illegal FIFO.\n"
2412
2413#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002414#: e2fsck/problem.c:1516
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002415msgid "@i %i (%Q) is an @I socket.\n"
2416msgstr "iknude %i (%Q) er en illegal sokkel.\n"
2417
2418#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002419#: e2fsck/problem.c:1521
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002420msgid "Setting filetype for @E to %N.\n"
2421msgstr "Angiver filtype for posten »%Dn« i %p (%i) til %N.\n"
2422
2423#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002424#: e2fsck/problem.c:1526
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002425msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002426msgstr ""
2427"posten »%Dn« i %p (%i) har en forkert filtype (var %Dt, skal være %N).\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002428
2429#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002430#: e2fsck/problem.c:1531
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002431msgid "@E has filetype set.\n"
2432msgstr "posten »%Dn« i %p (%i) har filtypesæt.\n"
2433
2434#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002435#: e2fsck/problem.c:1536
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002436msgid "@E has a @z name.\n"
2437msgstr "posten »%Dn« i %p (%i) har et nullængde navn.\n"
2438
2439#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002440#: e2fsck/problem.c:1541
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002441msgid "Symlink %Q (@i #%i) is @n.\n"
2442msgstr "Symbolsk henvisning %Q (iknude #%i) er ugyldig.\n"
2443
2444#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002445#: e2fsck/problem.c:1546
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002446msgid "@a @b @F @n (%If).\n"
2447msgstr ""
2448
2449#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002450#: e2fsck/problem.c:1551
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002451msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2452msgstr ""
2453
2454#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002455#: e2fsck/problem.c:1556
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002456msgid "@p @h %d: %B not referenced\n"
2457msgstr ""
2458
2459#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002460#: e2fsck/problem.c:1561
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002461msgid "@p @h %d: %B referenced twice\n"
2462msgstr ""
2463
2464#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002465#: e2fsck/problem.c:1566
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002466msgid "@p @h %d: %B has bad min hash\n"
2467msgstr ""
2468
2469#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002470#: e2fsck/problem.c:1571
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002471msgid "@p @h %d: %B has bad max hash\n"
2472msgstr ""
2473
2474#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002475#: e2fsck/problem.c:1576
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002476msgid "@n @h %d (%q). "
2477msgstr ""
2478
2479#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002480#: e2fsck/problem.c:1580
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002481msgid "@p @h %d (%q): bad @b number %b.\n"
2482msgstr ""
2483
2484#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002485#: e2fsck/problem.c:1590
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002486#, c-format
2487msgid "@p @h %d: root node is @n\n"
2488msgstr ""
2489
2490#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002491#: e2fsck/problem.c:1595
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002492msgid "@p @h %d: %B has @n limit (%N)\n"
2493msgstr ""
2494
2495#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002496#: e2fsck/problem.c:1600
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002497msgid "@p @h %d: %B has @n count (%N)\n"
2498msgstr "problem i HTREE-mappens iknude %d: %B har ugyldigt antal (%N)\n"
2499
2500#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002501#: e2fsck/problem.c:1605
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002502msgid "@p @h %d: %B has an unordered hash table\n"
2503msgstr "problem i HTREE-amappens iknude %d: %B har en uordnet hashtabel\n"
2504
2505#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002506#: e2fsck/problem.c:1610
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002507msgid "@p @h %d: %B has @n depth (%N)\n"
2508msgstr ""
2509
2510#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002511#: e2fsck/problem.c:1615
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002512msgid "Duplicate @E found. "
2513msgstr ""
2514
2515#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2516#. @-expanded: Rename to %s
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002517#: e2fsck/problem.c:1620
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002518#, no-c-format
2519msgid ""
2520"@E has a non-unique filename.\n"
2521"Rename to %s"
2522msgstr ""
2523
2524#. @-expanded: Duplicate entry '%Dn' found.\n
2525#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2526#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002527#: e2fsck/problem.c:1625
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002528msgid ""
2529"Duplicate @e '%Dn' found.\n"
2530"\tMarking %p (%i) to be rebuilt.\n"
2531"\n"
2532msgstr ""
2533
2534#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002535#: e2fsck/problem.c:1630
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002536msgid "i_blocks_hi @F %N, @s zero.\n"
2537msgstr ""
2538
2539#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002540#: e2fsck/problem.c:1635
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002541msgid "Unexpected @b in @h %d (%q).\n"
2542msgstr ""
2543
2544#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002545#: e2fsck/problem.c:1639
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002546msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2547msgstr ""
2548
2549#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002550#: e2fsck/problem.c:1644
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002551msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2552msgstr ""
2553
2554#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002555#: e2fsck/problem.c:1649
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002556msgid "i_file_acl_hi @F %N, @s zero.\n"
2557msgstr ""
2558
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002559#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002560#: e2fsck/problem.c:1654
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002561#, c-format
2562msgid "@p @h %d: root node fails checksum.\n"
2563msgstr ""
2564
2565#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002566#: e2fsck/problem.c:1659
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002567#, c-format
2568msgid "@p @h %d: internal node fails checksum.\n"
2569msgstr ""
2570
2571#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002572#: e2fsck/problem.c:1664
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002573msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002574msgstr "mappe-iknude %i, %B, forskydning %N: mappe har ingen kontrolsum.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002575
2576#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002577#: e2fsck/problem.c:1669
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002578msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2579msgstr ""
2580
2581#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002582#: e2fsck/problem.c:1674
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002583msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2584msgstr ""
2585
2586#. @-expanded: Fixing size of inline directory inode %i failed.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002587#: e2fsck/problem.c:1679
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002588#, c-format
2589msgid "Fixing size of inline @d @i %i failed.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002590msgstr "Rettelse af størrelsen for indlejret mappe-iknude %i mislykkedes.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002591
2592#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002593#: e2fsck/problem.c:1684
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002594msgid "Encrypted @E is too short.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002595msgstr "Krypteret post »%Dn« i %p (%i) er for kort.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002596
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002597#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002598#: e2fsck/problem.c:1691
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002599msgid "Pass 3: Checking @d connectivity\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002600msgstr "Gennemløb 3: Kontrollerer mappeforbindelse\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002601
2602#. @-expanded: root inode not allocated.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002603#: e2fsck/problem.c:1696
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002604msgid "@r not allocated. "
2605msgstr "Root-iknude er ikke allokeret. "
2606
2607#. @-expanded: No room in lost+found directory.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002608#: e2fsck/problem.c:1701
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002609msgid "No room in @l @d. "
2610msgstr "Ingen plads i mappen lost+found."
2611
2612#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002613#: e2fsck/problem.c:1706
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002614#, c-format
2615msgid "Unconnected @d @i %i (%p)\n"
2616msgstr ""
2617
2618#. @-expanded: /lost+found not found.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002619#: e2fsck/problem.c:1711
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002620msgid "/@l not found. "
2621msgstr ""
2622
2623#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002624#: e2fsck/problem.c:1716
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002625msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2626msgstr ""
2627
2628#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002629#: e2fsck/problem.c:1721
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002630msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2631msgstr ""
2632
2633#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002634#: e2fsck/problem.c:1726
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002635#, c-format
2636msgid "Could not expand /@l: %m\n"
2637msgstr "Kunne ikke udvide /lost+found: %m\n"
2638
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002639#: e2fsck/problem.c:1731
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002640#, c-format
2641msgid "Could not reconnect %i: %m\n"
2642msgstr "Kunne ikke genforbinde %i: %m\n"
2643
2644#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002645#: e2fsck/problem.c:1736
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002646#, c-format
2647msgid "Error while trying to find /@l: %m\n"
2648msgstr "Der opstod en fej under forsøget på at finde /lost+found: %m\n"
2649
2650#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002651#: e2fsck/problem.c:1741
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002652#, c-format
2653msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2654msgstr "ext2fs_ny_blok: %m under forsøg på at oprette mappen /lost+found\n"
2655
2656#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002657#: e2fsck/problem.c:1746
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002658#, c-format
2659msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2660msgstr ""
2661
2662#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002663#: e2fsck/problem.c:1751
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002664#, c-format
2665msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2666msgstr "ext2fs_new_dir_block: %m under oprettelse af ny mappeblok\n"
2667
2668#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002669#: e2fsck/problem.c:1756
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002670#, c-format
2671msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002672msgstr ""
2673"ext2fs_write_dir_block: %m under skrivning af mappeblokken for /lost+found\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002674
2675#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002676#: e2fsck/problem.c:1761
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002677#, c-format
2678msgid "Error while adjusting @i count on @i %i\n"
2679msgstr "Fejl under justering af iknude-antal på iknude %i\n"
2680
2681#. @-expanded: Couldn't fix parent of inode %i: %m\n
2682#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002683#: e2fsck/problem.c:1766
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002684#, c-format
2685msgid ""
2686"Couldn't fix parent of @i %i: %m\n"
2687"\n"
2688msgstr ""
2689
2690#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2691#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002692#: e2fsck/problem.c:1771
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002693#, c-format
2694msgid ""
2695"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2696"\n"
2697msgstr ""
2698
2699#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002700#: e2fsck/problem.c:1781
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002701#, c-format
2702msgid "Error creating root @d (%s): %m\n"
2703msgstr "Der opstod en fejl under oprette af rodmappe (%s): %m\n"
2704
2705#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002706#: e2fsck/problem.c:1786
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002707#, c-format
2708msgid "Error creating /@l @d (%s): %m\n"
2709msgstr "Fejl under oprettelse af /@l @d (%s): %m\n"
2710
2711#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002712#: e2fsck/problem.c:1791
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002713msgid "@r is not a @d; aborting.\n"
2714msgstr "@r er ikke en @d; afbryder.\n"
2715
2716#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002717#: e2fsck/problem.c:1796
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002718msgid "Cannot proceed without a @r.\n"
2719msgstr "Kan ikke fortsætte uden en @r.\n"
2720
2721#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002722#: e2fsck/problem.c:1806
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002723#, c-format
2724msgid "/@l is not a @d (ino=%i)\n"
2725msgstr "/@l er ikke en @d (ino=%i)\n"
2726
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002727#. @-expanded: /lost+found has inline data\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002728#: e2fsck/problem.c:1811
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002729msgid "/@l has inline data\n"
2730msgstr ""
2731
2732#. @-expanded: Cannot allocate space for /lost+found.\n
2733#. @-expanded: Place lost files in root directory instead
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002734#: e2fsck/problem.c:1816
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002735msgid ""
2736"Cannot allocate space for /@l.\n"
2737"Place lost files in root directory instead"
2738msgstr ""
2739
2740#. @-expanded: Insufficient space to recover lost files!\n
2741#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2742#. @-expanded: \n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002743#: e2fsck/problem.c:1821
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002744msgid ""
2745"Insufficient space to recover lost files!\n"
2746"Move data off the @f and re-run e2fsck.\n"
2747"\n"
2748msgstr ""
2749
2750#. @-expanded: /lost+found is encrypted\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002751#: e2fsck/problem.c:1826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002752msgid "/@l is encrypted\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002753msgstr "/lost+found er krypteret\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002754
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002755#: e2fsck/problem.c:1833
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002756msgid "Pass 3A: Optimizing directories\n"
2757msgstr "Gennemløb 3A: Optimerer mapper\n"
2758
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002759#: e2fsck/problem.c:1838
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002760#, c-format
2761msgid "Failed to create dirs_to_hash iterator: %m\n"
2762msgstr "Kunne ikke oprette dirs_to_hash-iterator: %m\n"
2763
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002764#: e2fsck/problem.c:1843
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002765msgid "Failed to optimize directory %q (%d): %m\n"
2766msgstr "Kunne ikke optimere mappe %q (%d): %m\n"
2767
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002768#: e2fsck/problem.c:1848
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002769msgid "Optimizing directories: "
2770msgstr "Optimerer mapper: "
2771
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002772#: e2fsck/problem.c:1865
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002773msgid "Pass 4: Checking reference counts\n"
2774msgstr "Gennemløb 4: Kontrollerer referenceantal\n"
2775
2776#. @-expanded: unattached zero-length inode %i.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002777#: e2fsck/problem.c:1870
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002778#, c-format
2779msgid "@u @z @i %i. "
Joe Hansen767c6972017-08-04 01:08:46 -04002780msgstr "ikke forbundet nullængde iknude %i. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002781
2782#. @-expanded: unattached inode %i\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002783#: e2fsck/problem.c:1875
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002784#, c-format
2785msgid "@u @i %i\n"
Joe Hansen767c6972017-08-04 01:08:46 -04002786msgstr "ikke forbundet iknude %i\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002787
2788#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002789#: e2fsck/problem.c:1880
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002790msgid "@i %i ref count is %Il, @s %N. "
Joe Hansen767c6972017-08-04 01:08:46 -04002791msgstr "iknude %i ref-antal er %Il, skal være %n. "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002792
2793#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2794#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2795#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002796#: e2fsck/problem.c:1884
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002797msgid ""
2798"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2799"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2800"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2801msgstr ""
2802
Theodore Ts'o899425b2018-02-27 22:25:04 -05002803#. @-expanded: extended attribute inode %i ref count is %N, should be %n.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002804#: e2fsck/problem.c:1891
Theodore Ts'o899425b2018-02-27 22:25:04 -05002805msgid "@a @i %i ref count is %N, @s %n. "
Joe Hansen1d32c062018-08-18 14:28:35 -04002806msgstr "udvidet attribut-iknude %i ref-antal er %N, skal være %n. "
2807
2808#. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002809#: e2fsck/problem.c:1896
Joe Hansen1d32c062018-08-18 14:28:35 -04002810msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002811msgstr ""
2812"mappe overstiger maks. henvisninger, men ingen DIR_NLINK-funktion er "
2813"superblok.\n"
Theodore Ts'o899425b2018-02-27 22:25:04 -05002814
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002815#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002816#: e2fsck/problem.c:1903
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002817msgid "Pass 5: Checking @g summary information\n"
Joe Hansen767c6972017-08-04 01:08:46 -04002818msgstr "Gennemløb 5: Kontrollerer resumeinformation for gruppe\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002819
2820#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002821#: e2fsck/problem.c:1908
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002822msgid "Padding at end of @i @B is not set. "
2823msgstr ""
2824
2825#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002826#: e2fsck/problem.c:1913
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002827msgid "Padding at end of @b @B is not set. "
2828msgstr ""
2829
2830#. @-expanded: block bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002831#: e2fsck/problem.c:1918
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002832msgid "@b @B differences: "
Joe Hansen1d32c062018-08-18 14:28:35 -04002833msgstr "forskelle på blokbitmap: "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002834
2835#. @-expanded: inode bitmap differences:
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002836#: e2fsck/problem.c:1938
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002837msgid "@i @B differences: "
Joe Hansen1d32c062018-08-18 14:28:35 -04002838msgstr "forskelle på iknude-bitmap: "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002839
2840#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002841#: e2fsck/problem.c:1958
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002842msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2843msgstr ""
2844
2845#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002846#: e2fsck/problem.c:1963
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002847msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2848msgstr ""
2849
2850#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002851#: e2fsck/problem.c:1968
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002852msgid "Free @is count wrong (%i, counted=%j).\n"
2853msgstr ""
2854
2855#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002856#: e2fsck/problem.c:1973
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002857msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2858msgstr ""
2859
2860#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002861#: e2fsck/problem.c:1978
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002862msgid "Free @bs count wrong (%b, counted=%c).\n"
2863msgstr ""
2864
2865#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2866#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002867#: e2fsck/problem.c:1983
2868msgid ""
2869"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2870"endpoints (%i, %j)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002871msgstr ""
2872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002873#: e2fsck/problem.c:1989
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002874msgid "Internal error: fudging end of bitmap (%N)\n"
2875msgstr ""
2876
2877#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002878#: e2fsck/problem.c:1994
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002879#, c-format
2880msgid "Error copying in replacement @i @B: %m\n"
2881msgstr "Fejl under kopiering af erstatningsiknude-bitmap: %m\n"
2882
2883#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002884#: e2fsck/problem.c:1999
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002885#, c-format
2886msgid "Error copying in replacement @b @B: %m\n"
2887msgstr "Fejl under kopiering af erstatningsblok-bitmap: %m\n"
2888
2889#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002890#: e2fsck/problem.c:2024
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002891#, c-format
2892msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2893msgstr "gruppe %g blokke i brug men grupper er markeret BLOCK_UNINIT\n"
2894
2895#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002896#: e2fsck/problem.c:2029
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002897#, c-format
2898msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2899msgstr "gruppe %g iknuder i brug men gruppe er markeret INODE_UNINIT\n"
2900
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002901#. @-expanded: group %g inode bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002902#: e2fsck/problem.c:2034
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002903#, c-format
2904msgid "@g %g @i @B does not match checksum.\n"
2905msgstr ""
2906
2907#. @-expanded: group %g block bitmap does not match checksum.\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002908#: e2fsck/problem.c:2039
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002909#, c-format
2910msgid "@g %g @b @B does not match checksum.\n"
2911msgstr ""
2912
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002913#. @-expanded: Recreate journal
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002914#: e2fsck/problem.c:2046
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002915msgid "Recreate @j"
2916msgstr "Genskab journal"
2917
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002918#: e2fsck/problem.c:2051
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002919msgid "Update quota info for quota type %N"
Joe Hansen1e000f82016-08-31 23:14:17 -04002920msgstr "Opdater kvotainfo for kvotatype %N"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002921
2922#. @-expanded: Error setting block group checksum info: %m\n
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002923#: e2fsck/problem.c:2056
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002924#, c-format
2925msgid "Error setting @b @g checksum info: %m\n"
2926msgstr "Fejl ved angivelse af blokgruppens kontrolsumsinfo: %m\n"
2927
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002928#: e2fsck/problem.c:2061
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002929#, c-format
2930msgid "Error writing file system info: %m\n"
2931msgstr "Fejl under skrivning af filsysteminfo: %m\n"
2932
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002933#: e2fsck/problem.c:2066
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002934#, c-format
2935msgid "Error flushing writes to storage device: %m\n"
2936msgstr ""
2937
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002938#: e2fsck/problem.c:2071
Theodore Ts'o48203a32016-06-08 15:45:26 -04002939msgid "Error writing quota info for quota type %N: %m\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04002940msgstr "Fejl under skrivning af kvotainfo for kvotatype %N: %m\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04002941
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002942#: e2fsck/problem.c:2194
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002943#, c-format
2944msgid "Unhandled error code (0x%x)!\n"
2945msgstr "Uhåndteret fejlkode (ox%x)!\n"
2946
Theodore Ts'o40e66e22018-08-18 21:14:56 -04002947#: e2fsck/problem.c:2320 e2fsck/problem.c:2324
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002948msgid "IGNORED"
2949msgstr "IGNORERET"
2950
Joe Hansen1d32c062018-08-18 14:28:35 -04002951#: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002952msgid "in move_quota_inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04002953msgstr "i move_quota-inode"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002954
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002955#: e2fsck/scantest.c:79
2956#, c-format
2957msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2958msgstr "Anvendt hukommselse: %d, forløbet tid: %6.3f/%6.3f/%6.3f\n"
2959
2960#: e2fsck/scantest.c:98
2961#, c-format
2962msgid "size of inode=%d\n"
2963msgstr "størrelse på iknude=%d\n"
2964
2965#: e2fsck/scantest.c:119
2966msgid "while starting inode scan"
Joe Hansen1e000f82016-08-31 23:14:17 -04002967msgstr "under start af iknudeskanning"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002968
2969#: e2fsck/scantest.c:130
2970msgid "while doing inode scan"
Joe Hansen1e000f82016-08-31 23:14:17 -04002971msgstr "under udførsel af iknudeskanning"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002972
Joe Hansen1d32c062018-08-18 14:28:35 -04002973#: e2fsck/super.c:224
2974#, c-format
Theodore Ts'o146649c2018-02-08 23:39:22 -05002975msgid "while calling ext2fs_block_iterate for inode %u"
Joe Hansen1d32c062018-08-18 14:28:35 -04002976msgstr "under kald af ext2fs_block_iterate for iknude %u"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002977
Joe Hansen1d32c062018-08-18 14:28:35 -04002978#: e2fsck/super.c:249
2979#, c-format
Theodore Ts'o146649c2018-02-08 23:39:22 -05002980msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
Joe Hansen1d32c062018-08-18 14:28:35 -04002981msgstr "under kald af ext2fs_adjust_ea_refcount2 for iknude %u"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002982
Joe Hansen1d32c062018-08-18 14:28:35 -04002983#: e2fsck/super.c:374
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002984msgid "Truncating"
Joe Hansen1d32c062018-08-18 14:28:35 -04002985msgstr "Beskærer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002986
Joe Hansen1d32c062018-08-18 14:28:35 -04002987#: e2fsck/super.c:375
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002988msgid "Clearing"
2989msgstr "Rydder"
2990
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002991#: e2fsck/unix.c:77
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002992#, c-format
2993msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04002994"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002995"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002996"\t\t[-E extended-options] [-z undo_file] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04002997msgstr ""
2998
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04002999#: e2fsck/unix.c:82
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003000msgid ""
3001"\n"
3002"Emergency help:\n"
3003" -p Automatic repair (no questions)\n"
3004" -n Make no changes to the filesystem\n"
3005" -y Assume \"yes\" to all questions\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003006" -c Check for bad blocks and add them to the badblock "
3007"list\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003008" -f Force checking even if filesystem is marked clean\n"
3009msgstr ""
3010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003011#: e2fsck/unix.c:88
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003012msgid ""
3013" -v Be verbose\n"
3014" -b superblock Use alternative superblock\n"
3015" -B blocksize Force blocksize when looking for superblock\n"
3016" -j external_journal Set location of the external journal\n"
3017" -l bad_blocks_file Add to badblocks list\n"
3018" -L bad_blocks_file Set badblocks list\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003019" -z undo_file Create an undo file\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003020msgstr ""
3021
Theodore Ts'o89128f82018-01-01 19:36:37 -05003022#: e2fsck/unix.c:136
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003023#, c-format
3024msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3025msgstr ""
3026
Theodore Ts'o89128f82018-01-01 19:36:37 -05003027#: e2fsck/unix.c:162
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003028#, c-format
3029msgid ""
3030"\n"
3031"%12u inode used (%2.2f%%, out of %u)\n"
3032msgid_plural ""
3033"\n"
3034"%12u inodes used (%2.2f%%, out of %u)\n"
3035msgstr[0] ""
3036"\n"
3037"%12u iknude brugt (%2.2f%%, ud af %u)\n"
3038msgstr[1] ""
3039"\n"
3040"%12u iknuder brugt (%2.2f%%, ud af %u)\n"
3041
Theodore Ts'o89128f82018-01-01 19:36:37 -05003042#: e2fsck/unix.c:166
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003043#, c-format
3044msgid "%12u non-contiguous file (%0d.%d%%)\n"
3045msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04003046msgstr[0] "%12u ikketilgrænsende fil (%0d.%d%%)\n"
3047msgstr[1] "%12u ikketilgrænsende filer (%0d.%d%%)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003048
Theodore Ts'o89128f82018-01-01 19:36:37 -05003049#: e2fsck/unix.c:171
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003050#, c-format
3051msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3052msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04003053msgstr[0] "%12u ikketilgrænsende mappe (%0d.%d%%)\n"
3054msgstr[1] "%12u ikketilgrænsende mapper (%0d.%d%%)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003055
Theodore Ts'o89128f82018-01-01 19:36:37 -05003056#: e2fsck/unix.c:176
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003057#, c-format
3058msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3059msgstr " # af iknuder med ind/dind/tind-blokke: %u/%u/%u\n"
3060
Theodore Ts'o89128f82018-01-01 19:36:37 -05003061#: e2fsck/unix.c:184
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003062msgid " Extent depth histogram: "
3063msgstr " Udvid dybdehistogram: "
3064
Theodore Ts'o89128f82018-01-01 19:36:37 -05003065#: e2fsck/unix.c:193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003066#, c-format
3067msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3068msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3069msgstr[0] "%12llu blok brugt (%2.2f%%, ud af %llu)\n"
3070msgstr[1] "%12llu blokke brugt (%2.2f%%, ud af %llu)\n"
3071
Theodore Ts'o89128f82018-01-01 19:36:37 -05003072#: e2fsck/unix.c:197
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003073#, c-format
3074msgid "%12u bad block\n"
3075msgid_plural "%12u bad blocks\n"
3076msgstr[0] "%12u ugyldig blok\n"
3077msgstr[1] "%12u ugyldige blokke\n"
3078
Theodore Ts'o89128f82018-01-01 19:36:37 -05003079#: e2fsck/unix.c:199
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003080#, c-format
3081msgid "%12u large file\n"
3082msgid_plural "%12u large files\n"
3083msgstr[0] "%12u stor fil\n"
3084msgstr[1] "%12u store filer\n"
3085
Theodore Ts'o89128f82018-01-01 19:36:37 -05003086#: e2fsck/unix.c:201
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003087#, c-format
3088msgid ""
3089"\n"
3090"%12u regular file\n"
3091msgid_plural ""
3092"\n"
3093"%12u regular files\n"
3094msgstr[0] ""
3095"\n"
3096"%12u normal fil\n"
3097msgstr[1] ""
3098"\n"
3099"%12u normale filer\n"
3100
Theodore Ts'o89128f82018-01-01 19:36:37 -05003101#: e2fsck/unix.c:203
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003102#, c-format
3103msgid "%12u directory\n"
3104msgid_plural "%12u directories\n"
3105msgstr[0] "%12u mappe\n"
3106msgstr[1] "%12u mapper\n"
3107
Theodore Ts'o89128f82018-01-01 19:36:37 -05003108#: e2fsck/unix.c:205
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003109#, c-format
3110msgid "%12u character device file\n"
3111msgid_plural "%12u character device files\n"
3112msgstr[0] "%12u tegnenhedsfil\n"
3113msgstr[1] "%12u tegnenhedsfiler\n"
3114
Theodore Ts'o89128f82018-01-01 19:36:37 -05003115#: e2fsck/unix.c:208
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003116#, c-format
3117msgid "%12u block device file\n"
3118msgid_plural "%12u block device files\n"
3119msgstr[0] "%12u blokenhedsfil\n"
3120msgstr[1] "%12u blokenhedsfiler\n"
3121
Theodore Ts'o89128f82018-01-01 19:36:37 -05003122#: e2fsck/unix.c:210
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003123#, c-format
3124msgid "%12u fifo\n"
3125msgid_plural "%12u fifos\n"
3126msgstr[0] "%12u fifo\n"
3127msgstr[1] "%12u fifo'er\n"
3128
Theodore Ts'o89128f82018-01-01 19:36:37 -05003129#: e2fsck/unix.c:212
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003130#, c-format
3131msgid "%12u link\n"
3132msgid_plural "%12u links\n"
3133msgstr[0] "%12u henvisning\n"
3134msgstr[1] "%12u henvisninger\n"
3135
Theodore Ts'o89128f82018-01-01 19:36:37 -05003136#: e2fsck/unix.c:214
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003137#, c-format
3138msgid "%12u symbolic link"
3139msgid_plural "%12u symbolic links"
3140msgstr[0] "%12u symbolsk henvisning"
3141msgstr[1] "%12u symbolske henvisninger"
3142
Theodore Ts'o89128f82018-01-01 19:36:37 -05003143#: e2fsck/unix.c:216
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003144#, c-format
3145msgid " (%u fast symbolic link)\n"
3146msgid_plural " (%u fast symbolic links)\n"
3147msgstr[0] " (%u hurtig symbolsk henvisning)\n"
3148msgstr[1] " (%u hurtige symbolske henvisninger)\n"
3149
Theodore Ts'o89128f82018-01-01 19:36:37 -05003150#: e2fsck/unix.c:220
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003151#, c-format
3152msgid "%12u socket\n"
3153msgid_plural "%12u sockets\n"
3154msgstr[0] "%12u sokkel\n"
3155msgstr[1] "%12u sokler\n"
3156
Theodore Ts'o89128f82018-01-01 19:36:37 -05003157#: e2fsck/unix.c:224
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003158#, c-format
3159msgid "%12u file\n"
3160msgid_plural "%12u files\n"
3161msgstr[0] "%12u fil\n"
3162msgstr[1] "%12u filer\n"
3163
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003164#: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:3022 misc/util.c:126
Theodore Ts'o89128f82018-01-01 19:36:37 -05003165#: resize/main.c:354
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003166#, c-format
3167msgid "while determining whether %s is mounted."
3168msgstr "under bestemmelse af hvorvidt %s er monteret."
3169
Theodore Ts'o89128f82018-01-01 19:36:37 -05003170#: e2fsck/unix.c:258
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003171#, c-format
3172msgid "Warning! %s is mounted.\n"
3173msgstr "Advarsel! %s er monteret.\n"
3174
Theodore Ts'o89128f82018-01-01 19:36:37 -05003175#: e2fsck/unix.c:261
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003176#, c-format
3177msgid "Warning! %s is in use.\n"
3178msgstr "Advarsel! %s er i brug.\n"
3179
Theodore Ts'o89128f82018-01-01 19:36:37 -05003180#: e2fsck/unix.c:267
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003181#, c-format
3182msgid "%s is mounted.\n"
3183msgstr "%s er monteret.\n"
3184
Theodore Ts'o89128f82018-01-01 19:36:37 -05003185#: e2fsck/unix.c:269
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003186#, c-format
3187msgid "%s is in use.\n"
3188msgstr "%s er i brug.\n"
3189
Theodore Ts'o89128f82018-01-01 19:36:37 -05003190#: e2fsck/unix.c:271
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003191msgid ""
3192"Cannot continue, aborting.\n"
3193"\n"
3194msgstr ""
3195"Kan ikke fortsætte, afbryder.\n"
3196"\n"
3197
Theodore Ts'o89128f82018-01-01 19:36:37 -05003198#: e2fsck/unix.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003199msgid ""
3200"\n"
3201"\n"
3202"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3203"cause ***SEVERE*** filesystem damage.\n"
3204"\n"
3205msgstr ""
Joe Hansen1d32c062018-08-18 14:28:35 -04003206"\n"
3207"\n"
3208"ADVARSEL!!! Filsystemet er monteret. Hvis du fortsætter så ***VIL***\n"
3209"du påføre ***ALVORLIG*** skade på filsystemet.\n"
3210"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003211
Theodore Ts'o89128f82018-01-01 19:36:37 -05003212#: e2fsck/unix.c:278
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003213msgid "Do you really want to continue"
3214msgstr "Ønsker du virkelig at fortsætte"
3215
Theodore Ts'o89128f82018-01-01 19:36:37 -05003216#: e2fsck/unix.c:280
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003217msgid "check aborted.\n"
3218msgstr "kontrol afbrudt.\n"
3219
Joe Hansen1d32c062018-08-18 14:28:35 -04003220#: e2fsck/unix.c:374
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003221msgid " contains a file system with errors"
3222msgstr " indeholder et filsytem med fejl"
3223
Joe Hansen1d32c062018-08-18 14:28:35 -04003224#: e2fsck/unix.c:376
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003225msgid " was not cleanly unmounted"
3226msgstr " var ikke ordenlig afmonteret"
3227
Joe Hansen1d32c062018-08-18 14:28:35 -04003228#: e2fsck/unix.c:378
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003229msgid " primary superblock features different from backup"
Joe Hansen1d32c062018-08-18 14:28:35 -04003230msgstr " primære superblokfunktioner er forskellige fra sikkerhedskopi"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003231
Joe Hansen1d32c062018-08-18 14:28:35 -04003232#: e2fsck/unix.c:382
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003233#, c-format
3234msgid " has been mounted %u times without being checked"
3235msgstr " er blevet monteret %u gange uden at blive kontrolleret"
3236
Joe Hansen1d32c062018-08-18 14:28:35 -04003237#: e2fsck/unix.c:389
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003238msgid " has filesystem last checked time in the future"
3239msgstr " har datoen for sidste kontrol af filsystemet ude i fremtiden"
3240
Joe Hansen1d32c062018-08-18 14:28:35 -04003241#: e2fsck/unix.c:395
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003242#, c-format
3243msgid " has gone %u days without being checked"
3244msgstr " er ikke blevet kontrolleret i %u dage"
3245
Theodore Ts'o89128f82018-01-01 19:36:37 -05003246#: e2fsck/unix.c:403
Joe Hansen1d32c062018-08-18 14:28:35 -04003247msgid "ignoring check interval, broken_system_clock set\n"
3248msgstr ""
3249
3250#: e2fsck/unix.c:409
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003251msgid ", check forced.\n"
3252msgstr ", tvungen kontrol.\n"
3253
Joe Hansen1d32c062018-08-18 14:28:35 -04003254#: e2fsck/unix.c:442
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003255#, c-format
3256msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3257msgstr "%s: ren, %u/%u filer, %llu/%llu blokke"
3258
Joe Hansen1d32c062018-08-18 14:28:35 -04003259#: e2fsck/unix.c:462
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003260msgid " (check deferred; on battery)"
3261msgstr " (kontrol udskudt; på batteri)"
3262
Joe Hansen1d32c062018-08-18 14:28:35 -04003263#: e2fsck/unix.c:465
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003264msgid " (check after next mount)"
3265msgstr " (kontrol efter næste montering)"
3266
Joe Hansen1d32c062018-08-18 14:28:35 -04003267#: e2fsck/unix.c:467
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003268#, c-format
3269msgid " (check in %ld mounts)"
3270msgstr " (kontroller om %ld monteringer)"
3271
Joe Hansen1d32c062018-08-18 14:28:35 -04003272#: e2fsck/unix.c:617
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003273#, c-format
3274msgid "ERROR: Couldn't open /dev/null (%s)\n"
3275msgstr "FEJL: Kunne ikke åbne /dev/null (%s)\n"
3276
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003277#: e2fsck/unix.c:688
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003278msgid "Invalid EA version.\n"
3279msgstr "Ugyldig EA-version.\n"
3280
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003281#: e2fsck/unix.c:701
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003282msgid "Invalid readahead buffer size.\n"
3283msgstr ""
3284
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003285#: e2fsck/unix.c:750
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003286#, c-format
3287msgid "Unknown extended option: %s\n"
3288msgstr "Ukendt udvidet tilvalg: %s\n"
3289
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003290#: e2fsck/unix.c:758
Theodore Ts'o21725192017-08-23 19:46:04 -04003291msgid ""
3292"\n"
3293"Extended options are separated by commas, and may take an argument which\n"
3294"is set off by an equals ('=') sign. Valid extended options are:\n"
3295"\n"
3296msgstr ""
3297
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003298#: e2fsck/unix.c:762
Theodore Ts'o21725192017-08-23 19:46:04 -04003299msgid "\tea_ver=<ea_version (1 or 2)>\n"
3300msgstr ""
3301
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003302#: e2fsck/unix.c:771
Theodore Ts'o21725192017-08-23 19:46:04 -04003303msgid "\treadahead_kb=<buffer size>\n"
3304msgstr ""
3305
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003306#: e2fsck/unix.c:783
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003307#, c-format
3308msgid ""
3309"Syntax error in e2fsck config file (%s, line #%d)\n"
3310"\t%s\n"
3311msgstr ""
3312"Syntaksfejl i e2fsck-konfigurationsfilen (%s, linje #%d)\n"
3313"\t%s\n"
3314
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003315#: e2fsck/unix.c:856
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003316#, c-format
3317msgid "Error validating file descriptor %d: %s\n"
3318msgstr "Der opstod en fejl under validering af filbeskriver %d: %s\n"
3319
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003320#: e2fsck/unix.c:860
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003321msgid "Invalid completion information file descriptor"
3322msgstr "Ugyldig filbeskriver for fuldførelsesinformation"
3323
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003324#: e2fsck/unix.c:875
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003325msgid "Only one of the options -p/-a, -n or -y may be specified."
3326msgstr "Kun en af tilvalgene -p/-a, -n eller -y må angives."
3327
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003328#: e2fsck/unix.c:896
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003329#, c-format
3330msgid "The -t option is not supported on this version of e2fsck.\n"
3331msgstr "Tilvalget -t er ikke understøttet på denne version af e2fsck.\n"
3332
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003333#: e2fsck/unix.c:927 e2fsck/unix.c:1005 misc/e2initrd_helper.c:330
3334#: misc/tune2fs.c:1741 misc/tune2fs.c:2036 misc/tune2fs.c:2054
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003335#, c-format
3336msgid "Unable to resolve '%s'"
Joe Hansen1e000f82016-08-31 23:14:17 -04003337msgstr "Kan ikke løse »%s«"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003338
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003339#: e2fsck/unix.c:984
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003340msgid "The -n and -D options are incompatible."
3341msgstr "Tilvalgene -n og -D er ikke kompatible."
3342
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003343#: e2fsck/unix.c:989
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003344msgid "The -n and -c options are incompatible."
3345msgstr "Tilvalgene -n og -D er ikke kompatible."
3346
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003347#: e2fsck/unix.c:994
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003348msgid "The -n and -l/-L options are incompatible."
3349msgstr "Tilvalgene -n og -l/-L er ikke kompatible."
3350
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003351#: e2fsck/unix.c:1018
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003352msgid "The -D and -E fixes_only options are incompatible."
Joe Hansen1e000f82016-08-31 23:14:17 -04003353msgstr "Tilvalgene -D og -E fixes_only er ikke kompatible."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003354
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003355#: e2fsck/unix.c:1024
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003356msgid "The -E bmap2extent and fixes_only options are incompatible."
Joe Hansen1e000f82016-08-31 23:14:17 -04003357msgstr "Tilvalgene -E bmap2extent og fixes_only er ikke kompatible."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003358
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003359#: e2fsck/unix.c:1088
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003360msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3361msgstr "Tilvalgene -c og -l/-L må ikke bruges på samme tid.\n"
3362
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003363#: e2fsck/unix.c:1135
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003364#, c-format
3365msgid ""
3366"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3367"\n"
3368msgstr ""
3369"E2FSCK_JBD_DEBUG »%s« er ikke et heltal\n"
3370"\n"
3371
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003372#: e2fsck/unix.c:1144
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003373#, c-format
3374msgid ""
3375"\n"
3376"Invalid non-numeric argument to -%c (\"%s\")\n"
3377"\n"
3378msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003379"\n"
3380"Ugyldig ikke-numerisk argument for -%c (»%s«)\n"
3381"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003382
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003383#: e2fsck/unix.c:1235
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003384#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003385msgid ""
3386"MMP interval is %u seconds and total wait time is %u seconds. Please "
3387"wait...\n"
3388msgstr ""
3389"MMP-interval er %u sekunder og samlet ventetid er %u sekunder. Vent "
3390"venligst ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003391
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003392#: e2fsck/unix.c:1252 e2fsck/unix.c:1257
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003393msgid "while checking MMP block"
Joe Hansen1e000f82016-08-31 23:14:17 -04003394msgstr "under kontrol af MMP-blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003395
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003396#: e2fsck/unix.c:1259
Joe Hansen1d32c062018-08-18 14:28:35 -04003397#, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003398msgid ""
3399"If you are sure the filesystem is not in use on any node, run:\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04003400"'tune2fs -f -E clear_mmp %s'\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003401msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003402"Hvis du er sikker på, at filsystemet ikke er i brug på nogen knude, så kør:\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04003403"»tune2fs -f -E clear_mmp %s«\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003404
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003405#: e2fsck/unix.c:1275
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003406msgid "while reading MMP block"
Joe Hansen1e000f82016-08-31 23:14:17 -04003407msgstr "under læsning af MMP-blok"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003408
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003409#: e2fsck/unix.c:1295 e2fsck/unix.c:1347 misc/e2undo.c:236 misc/e2undo.c:281
3410#: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2754
3411#: misc/tune2fs.c:2799 resize/main.c:188 resize/main.c:233
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003412#, c-format
3413msgid ""
3414"Overwriting existing filesystem; this can be undone using the command:\n"
3415" e2undo %s %s\n"
3416"\n"
3417msgstr ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003418"Overskrivning af eksisterende filsystem; dette kan fortrydes via "
3419"kommandoen:\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003420" e2undo %s %s\n"
3421"\n"
3422
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003423#: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2788
Theodore Ts'o89128f82018-01-01 19:36:37 -05003424#: resize/main.c:222
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003425#, c-format
3426msgid "while trying to delete %s"
3427msgstr "under forsøg på at slette %s"
3428
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003429#: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003430msgid "while trying to setup undo file\n"
3431msgstr "under forsøg på at opsætte undo-filen\n"
3432
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003433#: e2fsck/unix.c:1405
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003434msgid "Error: ext2fs library version out of date!\n"
3435msgstr "Fejl: ext2fs-biblioteksversionen er forældet!\n"
3436
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003437#: e2fsck/unix.c:1412
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003438msgid "while trying to initialize program"
Joe Hansen1e000f82016-08-31 23:14:17 -04003439msgstr "under forsøg på at intialisere program"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003440
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003441#: e2fsck/unix.c:1435
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003442#, c-format
3443msgid "\tUsing %s, %s\n"
3444msgstr "\tBruger %s, %s\n"
3445
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003446#: e2fsck/unix.c:1447
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003447msgid "need terminal for interactive repairs"
3448msgstr "kræver terminal for interaktive reparationer"
3449
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003450#: e2fsck/unix.c:1508
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003451#, c-format
3452msgid "%s: %s trying backup blocks...\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003453msgstr "%s: %s tester sikkerhedskopiblokke ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003454
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003455#: e2fsck/unix.c:1510
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003456msgid "Superblock invalid,"
3457msgstr "Superblok ugyldig,"
3458
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003459#: e2fsck/unix.c:1511
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003460msgid "Group descriptors look bad..."
3461msgstr "Gruppebeskrivere ser ugyldige ud ..."
3462
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003463#: e2fsck/unix.c:1521
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003464#, c-format
3465msgid "%s: %s while using the backup blocks"
Joe Hansen1e000f82016-08-31 23:14:17 -04003466msgstr "%s: %s under brug af sikkerhedskopiblokkene"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003467
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003468#: e2fsck/unix.c:1525
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003469#, c-format
3470msgid "%s: going back to original superblock\n"
3471msgstr "%s: går tilbage til original superblok\n"
3472
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003473#: e2fsck/unix.c:1554
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003474msgid ""
3475"The filesystem revision is apparently too high for this version of e2fsck.\n"
3476"(Or the filesystem superblock is corrupt)\n"
3477"\n"
3478msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003479"Filsystemrevisionen er tilsyneladende for høj for denne version af e2fsck.\n"
3480"(Eller filsystemets superblok er ødelagt)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003481
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003482#: e2fsck/unix.c:1561
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003483msgid "Could this be a zero-length partition?\n"
3484msgstr "Kunne dette være en partition med nullængde?\n"
3485
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003486#: e2fsck/unix.c:1563
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003487#, c-format
3488msgid "You must have %s access to the filesystem or be root\n"
3489msgstr "Du skal have %s-adgang til filsystemet eller være root\n"
3490
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003491#: e2fsck/unix.c:1569
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003492msgid "Possibly non-existent or swap device?\n"
3493msgstr "Muligvis ikkeeksisterende eller swapenhed?\n"
3494
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003495#: e2fsck/unix.c:1571
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003496msgid "Filesystem mounted or opened exclusively by another program?\n"
3497msgstr "Filsystem monteret eller åbnes eksklusivt af et andet program?\n"
3498
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003499#: e2fsck/unix.c:1575
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003500msgid "Possibly non-existent device?\n"
3501msgstr "Muligvis ikkeeksisterende enhed?\n"
3502
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003503#: e2fsck/unix.c:1578
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003504msgid ""
3505"Disk write-protected; use the -n option to do a read-only\n"
3506"check of the device.\n"
3507msgstr ""
3508"Disk skrivebeskyttet; brug tilvalget -n for at udføre en\n"
3509"skrivebeskyttet kontrol af enheden.\n"
3510
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003511#: e2fsck/unix.c:1592
Joe Hansen1d32c062018-08-18 14:28:35 -04003512#, c-format
3513msgid "%s: Trying to load superblock despite errors...\n"
3514msgstr ""
3515
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003516#: e2fsck/unix.c:1667
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003517msgid "Get a newer version of e2fsck!"
3518msgstr "Hent en nyere version af e2fsck!"
3519
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003520#: e2fsck/unix.c:1711
Joe Hansen1e000f82016-08-31 23:14:17 -04003521#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003522msgid "while checking journal for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003523msgstr "under kontrol af journal for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003524
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003525#: e2fsck/unix.c:1714
Theodore Ts'o48203a32016-06-08 15:45:26 -04003526msgid "Cannot proceed with file system check"
Joe Hansen1e000f82016-08-31 23:14:17 -04003527msgstr "Kan ikke fortsætte uden kontrol af filsystem"
Theodore Ts'o48203a32016-06-08 15:45:26 -04003528
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003529#: e2fsck/unix.c:1725
3530msgid ""
3531"Warning: skipping journal recovery because doing a read-only filesystem "
3532"check.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003533msgstr ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003534"Advarsel: Udelader journalgendannelse da der kun udføres en skrivebeskyttet "
3535"kontrol\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003536"af filsystemet.\n"
3537
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003538#: e2fsck/unix.c:1737
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003539#, c-format
3540msgid "unable to set superblock flags on %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003541msgstr "kan ikke angive superblokflag på %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003542
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003543#: e2fsck/unix.c:1743
Joe Hansen1e000f82016-08-31 23:14:17 -04003544#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003545msgid "Journal checksum error found in %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003546msgstr "Kontrolsumfejl for journal fundet i %s\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003547
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003548#: e2fsck/unix.c:1747
Joe Hansen1e000f82016-08-31 23:14:17 -04003549#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003550msgid "Journal corrupted in %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003551msgstr "Journal ødelagt i %s\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003552
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003553#: e2fsck/unix.c:1751
Joe Hansen1e000f82016-08-31 23:14:17 -04003554#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003555msgid "while recovering journal of %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003556msgstr "under gendannelse af journal for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003557
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003558#: e2fsck/unix.c:1773
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003559#, c-format
3560msgid "%s has unsupported feature(s):"
3561msgstr "%s har funktioner der ikke er understøttet:"
3562
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003563#: e2fsck/unix.c:1832
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003564#, c-format
3565msgid "%s: %s while reading bad blocks inode\n"
3566msgstr "%s: %s under læsning af ugyldig blok-iknude\n"
3567
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003568#: e2fsck/unix.c:1835
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003569msgid "This doesn't bode well, but we'll try to go on...\n"
3570msgstr "Dette tyder ikke godt, men vi forsøger at fortsætte ...\n"
3571
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003572#: e2fsck/unix.c:1875
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003573#, c-format
3574msgid "Creating journal (%d blocks): "
3575msgstr "Opretter journal (%d blokke): "
3576
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003577#: e2fsck/unix.c:1885
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003578msgid " Done.\n"
3579msgstr " Færdig.\n"
3580
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003581#: e2fsck/unix.c:1887
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003582msgid ""
3583"\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003584"*** journal has been regenerated ***\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003585msgstr ""
3586"\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003587"*** journal har blevet genskabt ***\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003588
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003589#: e2fsck/unix.c:1893
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003590msgid "aborted"
3591msgstr "afbrudt"
3592
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003593#: e2fsck/unix.c:1895
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003594#, c-format
3595msgid "%s: e2fsck canceled.\n"
3596msgstr "%s: e2fsck afbrudt.\n"
3597
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003598#: e2fsck/unix.c:1922
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003599msgid "Restarting e2fsck from the beginning...\n"
3600msgstr "Genstarter e2fsck fra begyndelsen ...\n"
3601
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003602#: e2fsck/unix.c:1926
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003603msgid "while resetting context"
Joe Hansen1e000f82016-08-31 23:14:17 -04003604msgstr "under nulstilling af kontekst"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003605
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003606#: e2fsck/unix.c:1985
Joe Hansen1d32c062018-08-18 14:28:35 -04003607#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003608msgid ""
3609"\n"
3610"%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3611msgstr ""
3612"\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04003613"%s: ***** FILSYSTEMFEJL BLEV RETTET *****\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003614
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003615#: e2fsck/unix.c:1987
Joe Hansen1d32c062018-08-18 14:28:35 -04003616#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003617msgid "%s: File system was modified.\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04003618msgstr "%s: Filsystem blev ændret.\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003619
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003620#: e2fsck/unix.c:1991 e2fsck/util.c:71
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003621#, c-format
3622msgid ""
3623"\n"
3624"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3625msgstr ""
3626"\n"
3627"%s: ***** FILSYSTEMET BLEV ÆNDRET *****\n"
3628
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003629#: e2fsck/unix.c:1996
Joe Hansen1e000f82016-08-31 23:14:17 -04003630#, c-format
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04003631msgid "%s: ***** REBOOT SYSTEM *****\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003632msgstr "%s: ***** GENSTART SYSTEM *****\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003633
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003634#: e2fsck/unix.c:2006 e2fsck/util.c:77
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003635#, c-format
3636msgid ""
3637"\n"
3638"%s: ********** WARNING: Filesystem still has errors **********\n"
3639"\n"
3640msgstr ""
3641"\n"
3642"%s: ********** ADVARSEL: Filsystemet har stadig fejl **********\n"
3643"\n"
3644
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003645#: e2fsck/util.c:196 misc/util.c:93
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003646msgid "yY"
3647msgstr "jJ"
3648
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003649#: e2fsck/util.c:197
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003650msgid "nN"
3651msgstr "nN"
3652
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003653#: e2fsck/util.c:198
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003654msgid "aA"
Joe Hansen1e000f82016-08-31 23:14:17 -04003655msgstr "aA"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003656
Theodore Ts'o21725192017-08-23 19:46:04 -04003657#: e2fsck/util.c:202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003658msgid " ('a' enables 'yes' to all) "
Joe Hansen1e000f82016-08-31 23:14:17 -04003659msgstr " (»a« aktiverer »yes« (ja) for alle) "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003660
Joe Hansen1d32c062018-08-18 14:28:35 -04003661#: e2fsck/util.c:219
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003662msgid "<y>"
3663msgstr "<j>"
3664
Joe Hansen1d32c062018-08-18 14:28:35 -04003665#: e2fsck/util.c:221
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003666msgid "<n>"
3667msgstr "<n>"
3668
Joe Hansen1d32c062018-08-18 14:28:35 -04003669#: e2fsck/util.c:223
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003670msgid " (y/n)"
3671msgstr " (j/n)"
3672
Joe Hansen1d32c062018-08-18 14:28:35 -04003673#: e2fsck/util.c:246
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003674msgid "cancelled!\n"
3675msgstr "afbrudt!\n"
3676
Joe Hansen1d32c062018-08-18 14:28:35 -04003677#: e2fsck/util.c:279
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003678msgid "yes to all\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003679msgstr "ja til alle\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003680
Joe Hansen1d32c062018-08-18 14:28:35 -04003681#: e2fsck/util.c:281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003682msgid "yes\n"
3683msgstr "ja\n"
3684
Joe Hansen1d32c062018-08-18 14:28:35 -04003685#: e2fsck/util.c:283
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003686msgid "no\n"
3687msgstr "nej\n"
3688
Joe Hansen1d32c062018-08-18 14:28:35 -04003689#: e2fsck/util.c:293
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003690#, c-format
3691msgid ""
3692"%s? no\n"
3693"\n"
3694msgstr ""
3695"%s? nej\n"
3696"\n"
3697
Joe Hansen1d32c062018-08-18 14:28:35 -04003698#: e2fsck/util.c:297
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003699#, c-format
3700msgid ""
3701"%s? yes\n"
3702"\n"
3703msgstr ""
3704"%s? ja\n"
3705"\n"
3706
Joe Hansen1d32c062018-08-18 14:28:35 -04003707#: e2fsck/util.c:301
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003708msgid "yes"
3709msgstr "ja"
3710
Joe Hansen1d32c062018-08-18 14:28:35 -04003711#: e2fsck/util.c:301
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003712msgid "no"
3713msgstr "nej"
3714
Joe Hansen1d32c062018-08-18 14:28:35 -04003715#: e2fsck/util.c:317
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003716#, c-format
3717msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003718msgstr "e2fsck_read_bitmaps: ulovlige bitmap-blokke for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003719
Joe Hansen1d32c062018-08-18 14:28:35 -04003720#: e2fsck/util.c:322
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003721msgid "reading inode and block bitmaps"
Joe Hansen1e000f82016-08-31 23:14:17 -04003722msgstr "læser iknude og blok-bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003723
Joe Hansen1d32c062018-08-18 14:28:35 -04003724#: e2fsck/util.c:334
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003725#, c-format
3726msgid "while retrying to read bitmaps for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003727msgstr "under forsøg på at læse bitmap igen for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003728
Joe Hansen1d32c062018-08-18 14:28:35 -04003729#: e2fsck/util.c:346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003730msgid "writing block and inode bitmaps"
Joe Hansen1e000f82016-08-31 23:14:17 -04003731msgstr "skriver blok- og iknudebitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003732
Joe Hansen1d32c062018-08-18 14:28:35 -04003733#: e2fsck/util.c:351
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003734#, c-format
3735msgid "while rewriting block and inode bitmaps for %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003736msgstr "under genskrivning af blok- og iknudebitmap for %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003737
Joe Hansen1d32c062018-08-18 14:28:35 -04003738#: e2fsck/util.c:363
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003739#, c-format
3740msgid ""
3741"\n"
3742"\n"
3743"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3744"\t(i.e., without -a or -p options)\n"
3745msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003746"\n"
3747"\n"
3748"%s: UVENTET UOVERENSSTEMMELSE; KØR fsck MANUELT.\n"
3749"\t(dvs., uden tilvalgene -a eller -p)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003750
Joe Hansen1d32c062018-08-18 14:28:35 -04003751#: e2fsck/util.c:444
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003752#, c-format
3753msgid "Memory used: %luk/%luk (%luk/%luk), "
3754msgstr "Hukommelse brugt: %luk/%luk (%luk/%luk), "
3755
Joe Hansen1d32c062018-08-18 14:28:35 -04003756#: e2fsck/util.c:448
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003757#, c-format
3758msgid "Memory used: %lu, "
3759msgstr "Hukommelse brugt: %lu, "
3760
Joe Hansen1d32c062018-08-18 14:28:35 -04003761#: e2fsck/util.c:455
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003762#, c-format
3763msgid "time: %5.2f/%5.2f/%5.2f\n"
3764msgstr "tid: %5.2f/%5.2f/%5.2f\n"
3765
Joe Hansen1d32c062018-08-18 14:28:35 -04003766#: e2fsck/util.c:460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003767#, c-format
3768msgid "elapsed time: %6.3f\n"
3769msgstr "forløbet tid: %6.3f\n"
3770
Joe Hansen1d32c062018-08-18 14:28:35 -04003771#: e2fsck/util.c:495 e2fsck/util.c:509
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003772#, c-format
3773msgid "while reading inode %lu in %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003774msgstr "under læsning af iknude %lu i %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003775
Joe Hansen1d32c062018-08-18 14:28:35 -04003776#: e2fsck/util.c:523 e2fsck/util.c:536
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003777#, c-format
3778msgid "while writing inode %lu in %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04003779msgstr "under skrivning af iknude %lu i %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003780
Joe Hansen1d32c062018-08-18 14:28:35 -04003781#: e2fsck/util.c:792
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003782msgid ""
3783"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3784"running.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003785msgstr "UVENTET UOVERENSSTEMMELSE: filsystemet ændres mens fsck kører.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003786
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003787#: misc/badblocks.c:75
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003788msgid "done \n"
3789msgstr "færdig \n"
3790
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003791#: misc/badblocks.c:100
Joe Hansen1d32c062018-08-18 14:28:35 -04003792#, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003793msgid ""
Theodore Ts'o89128f82018-01-01 19:36:37 -05003794"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003795" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3796"max_bad_blocks]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003797" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3798" device [last_block [first_block]]\n"
3799msgstr ""
Joe Hansen1d32c062018-08-18 14:28:35 -04003800"Brug: %s [-b blokstørrelse] [-i inddatafil] [-o uddatafil] [-svwnfBX]\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04003801" [-c blokke_på_en_gang] [-d forsinkelsesfaktor_mellem_læsninger] [-e "
3802"maks_ugyldige_blokke]\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003803" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3804" enhed [sidste_blok [første_blok]]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003805
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003806#: misc/badblocks.c:111
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003807#, c-format
3808msgid ""
3809"%s: The -n and -w options are mutually exclusive.\n"
3810"\n"
3811msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04003812"%s: Tilvalgene -n og -w udelukker hinanden.\n"
3813"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003814
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003815#: misc/badblocks.c:229
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003816#, c-format
3817msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
Joe Hansen1e000f82016-08-31 23:14:17 -04003818msgstr "%6.2f%% færdig, %s forløbet. (%d/%d/%d fejl)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003819
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003820#: misc/badblocks.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003821msgid "Testing with random pattern: "
3822msgstr "Test med vilkårligt mønster: "
3823
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003824#: misc/badblocks.c:355
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003825msgid "Testing with pattern 0x"
Joe Hansen1e000f82016-08-31 23:14:17 -04003826msgstr "Tester med mønster 0x"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003827
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003828#: misc/badblocks.c:387 misc/badblocks.c:460
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003829msgid "during seek"
3830msgstr "under søgning"
3831
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003832#: misc/badblocks.c:398
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003833#, c-format
3834msgid "Weird value (%ld) in do_read\n"
3835msgstr "Mærkelig værdi (%ld) i do_read\n"
3836
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003837#: misc/badblocks.c:485
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003838msgid "during ext2fs_sync_device"
3839msgstr "under ext2fs_sync_device"
3840
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003841#: misc/badblocks.c:505 misc/badblocks.c:767
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003842msgid "while beginning bad block list iteration"
Joe Hansen1e000f82016-08-31 23:14:17 -04003843msgstr "under begyndelsen af gennemløb af listen med ugyldige blokke"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003844
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003845#: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003846msgid "while allocating buffers"
Joe Hansen1e000f82016-08-31 23:14:17 -04003847msgstr "under allokering af mellemlagre"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003848
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003849#: misc/badblocks.c:524
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003850#, c-format
3851msgid "Checking blocks %lu to %lu\n"
3852msgstr "Kontroller blokke %lu til %lu\n"
3853
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003854#: misc/badblocks.c:529
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003855msgid "Checking for bad blocks in read-only mode\n"
3856msgstr "Kontrollerer for ugyldige blokke i skrivebeskyttet tilstand\n"
3857
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003858#: misc/badblocks.c:538
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003859msgid "Checking for bad blocks (read-only test): "
3860msgstr "Kontrollerer for ugyldige blokke (skrivebeskyttet test): "
3861
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003862#: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3863#: misc/badblocks.c:841
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003864msgid "Too many bad blocks, aborting test\n"
3865msgstr "For mange ugyldige blokke, afbryder test\n"
3866
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003867#: misc/badblocks.c:627
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003868msgid "Checking for bad blocks in read-write mode\n"
3869msgstr "Kontrollerer for ugyldige blokke i læs-skriv tilstand\n"
3870
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003871#: misc/badblocks.c:629 misc/badblocks.c:791
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003872#, c-format
3873msgid "From block %lu to %lu\n"
3874msgstr "Fra blok %lu til %lu\n"
3875
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003876#: misc/badblocks.c:684
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003877msgid "Reading and comparing: "
3878msgstr "Læser og sammenligner: "
3879
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003880#: misc/badblocks.c:790
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003881msgid "Checking for bad blocks in non-destructive read-write mode\n"
3882msgstr "Kontroller for ugyldige blokke i ikkedestruktiv læs-skriv tilstand\n"
3883
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003884#: misc/badblocks.c:796
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003885msgid "Checking for bad blocks (non-destructive read-write test)\n"
3886msgstr "Kontroller for ugyldige blokke (ikkedestruktiv læs-skriv test)\n"
3887
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003888#: misc/badblocks.c:803
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003889msgid ""
3890"\n"
3891"Interrupt caught, cleaning up\n"
3892msgstr ""
3893
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003894#: misc/badblocks.c:886
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003895#, c-format
3896msgid "during test data write, block %lu"
3897msgstr "under testdataskrivning, blok %lu"
3898
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003899#: misc/badblocks.c:1007 misc/util.c:131
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003900#, c-format
3901msgid "%s is mounted; "
3902msgstr "%s er monteret; "
3903
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003904#: misc/badblocks.c:1009
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003905msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3906msgstr ""
3907
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003908#: misc/badblocks.c:1014
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003909msgid "it's not safe to run badblocks!\n"
3910msgstr "det er ikke sikkert at køre badblocks!\n"
3911
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003912#: misc/badblocks.c:1019 misc/util.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003913#, c-format
3914msgid "%s is apparently in use by the system; "
3915msgstr "%s er øjensynlig i brug af systemet; "
3916
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003917#: misc/badblocks.c:1022
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003918msgid "badblocks forced anyway.\n"
3919msgstr ""
3920
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003921#: misc/badblocks.c:1042
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003922#, c-format
3923msgid "invalid %s - %s"
3924msgstr "ugyldig %s - %s"
3925
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003926#: misc/badblocks.c:1136
Theodore Ts'obd386982015-05-17 20:34:58 -04003927#, c-format
3928msgid "Too big max bad blocks count %u - maximum is %u"
3929msgstr ""
3930
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003931#: misc/badblocks.c:1163
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003932#, c-format
3933msgid "can't allocate memory for test_pattern - %s"
3934msgstr "kan ikke allokere hukommelse for test_pattern - %s"
3935
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003936#: misc/badblocks.c:1193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003937msgid "Maximum of one test_pattern may be specified in read-only mode"
3938msgstr "Kun en test_pattern kan angives i skrivebeskyttet tilstand"
3939
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003940#: misc/badblocks.c:1199
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003941msgid "Random test_pattern is not allowed in read-only mode"
3942msgstr "Vilkårlig test_pattern er ikke tilladt i skrivebeskyttet tilstand"
3943
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003944#: misc/badblocks.c:1213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003945msgid ""
3946"Couldn't determine device size; you must specify\n"
3947"the size manually\n"
3948msgstr ""
3949"Kunne ikke bestemme enhedsstørrelse; du må angive\n"
3950"størrelsen manuelt\n"
3951
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003952#: misc/badblocks.c:1219
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003953msgid "while trying to determine device size"
3954msgstr "under forsøg på at bestemme enhedsstørrelse"
3955
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003956#: misc/badblocks.c:1224
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003957msgid "last block"
3958msgstr "sidste blok"
3959
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003960#: misc/badblocks.c:1230
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003961msgid "first block"
3962msgstr "første blok"
3963
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003964#: misc/badblocks.c:1233
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003965#, c-format
3966msgid "invalid starting block (%llu): must be less than %llu"
3967msgstr ""
3968
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003969#: misc/badblocks.c:1240
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003970#, c-format
3971msgid "invalid end block (%llu): must be 32-bit value"
3972msgstr "ugyldig slutblok (%llu): skal være en 32-bit værdi"
3973
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003974#: misc/badblocks.c:1296
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003975msgid "while creating in-memory bad blocks list"
3976msgstr ""
3977
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003978#: misc/badblocks.c:1305
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003979msgid "input file - bad format"
3980msgstr ""
3981
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003982#: misc/badblocks.c:1313 misc/badblocks.c:1322
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003983msgid "while adding to in-memory bad block list"
3984msgstr ""
3985
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04003986#: misc/badblocks.c:1347
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003987#, c-format
3988msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003989msgstr "Gennemløb færdig, %u ugyldige blokke fundet. (%d/%d/%d fejl)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003990
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003991#: misc/chattr.c:89
Joe Hansen1e000f82016-08-31 23:14:17 -04003992#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003993msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003994msgstr "Brug: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] filer ...\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04003995
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003996#: misc/chattr.c:159
Joe Hansen1e000f82016-08-31 23:14:17 -04003997#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04003998msgid "bad project - %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04003999msgstr "ugyldigt projekt - %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004000
4001#: misc/chattr.c:173
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004002#, c-format
4003msgid "bad version - %s\n"
4004msgstr "ugyldig version - %s\n"
4005
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004006#: misc/chattr.c:219 misc/lsattr.c:127
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004007#, c-format
4008msgid "while trying to stat %s"
4009msgstr "under forsøg på at køre stat %s"
4010
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004011#: misc/chattr.c:226
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004012#, c-format
4013msgid "while reading flags on %s"
4014msgstr ""
4015
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004016#: misc/chattr.c:231 misc/chattr.c:243
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004017#, c-format
4018msgid "Flags of %s set as "
4019msgstr ""
4020
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004021#: misc/chattr.c:252
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004022#, c-format
4023msgid "while setting flags on %s"
4024msgstr ""
4025
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004026#: misc/chattr.c:260
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004027#, c-format
4028msgid "Version of %s set as %lu\n"
4029msgstr "Version for %s sat som %lu\n"
4030
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004031#: misc/chattr.c:264
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004032#, c-format
4033msgid "while setting version on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04004034msgstr "under angivelse af version på %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004035
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004036#: misc/chattr.c:271
Joe Hansen1e000f82016-08-31 23:14:17 -04004037#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004038msgid "Project of %s set as %lu\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004039msgstr "Projekt for %s angivet som %lu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004040
4041#: misc/chattr.c:275
Joe Hansen1e000f82016-08-31 23:14:17 -04004042#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004043msgid "while setting project on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04004044msgstr "under angivelse af projekt på %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004045
4046#: misc/chattr.c:297
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004047msgid "Couldn't allocate path variable in chattr_dir_proc"
4048msgstr "Kunne ikke allokere stivariabel i chattr_dir_proc"
4049
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004050#: misc/chattr.c:337
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004051msgid "= is incompatible with - and +\n"
4052msgstr "= er inkompatibel med - og +\n"
4053
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004054#: misc/chattr.c:345
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004055msgid "Must use '-v', =, - or +\n"
4056msgstr "Skal bruge »-v«, =, - eller +\n"
4057
Theodore Ts'o899425b2018-02-27 22:25:04 -05004058#: misc/create_inode.c:79 misc/create_inode.c:118
Joe Hansen1e000f82016-08-31 23:14:17 -04004059#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004060msgid "while reading inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04004061msgstr "under læsning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004062
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004063#: misc/create_inode.c:89 misc/create_inode.c:287 misc/create_inode.c:352
4064#: misc/create_inode.c:390
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004065msgid "while expanding directory"
Joe Hansen1e000f82016-08-31 23:14:17 -04004066msgstr "under udvidelse af mappe"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004067
Theodore Ts'o899425b2018-02-27 22:25:04 -05004068#: misc/create_inode.c:96
Joe Hansen1e000f82016-08-31 23:14:17 -04004069#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004070msgid "while linking \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004071msgstr "under oprettelse af forbindelse for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004072
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004073#: misc/create_inode.c:104 misc/create_inode.c:131 misc/create_inode.c:321
Joe Hansen1e000f82016-08-31 23:14:17 -04004074#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004075msgid "while writing inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04004076msgstr "under skrivning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004077
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004078#: misc/create_inode.c:151 misc/create_inode.c:175
Joe Hansen1e000f82016-08-31 23:14:17 -04004079#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004080msgid "while listing attributes of \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004081msgstr "under visning af attributter for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004082
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004083#: misc/create_inode.c:162
Joe Hansen1e000f82016-08-31 23:14:17 -04004084#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004085msgid "while opening inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04004086msgstr "under åbning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004087
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004088#: misc/create_inode.c:168 misc/create_inode.c:195 misc/create_inode.c:975
4089#: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
4090#: misc/mke2fs.c:359
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004091msgid "while allocating memory"
Joe Hansen1e000f82016-08-31 23:14:17 -04004092msgstr "under allokering af hukommelse"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004093
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004094#: misc/create_inode.c:188 misc/create_inode.c:204
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004095#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004096msgid "while reading attribute \"%s\" of \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004097msgstr "under læsning af attribut »%s« for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004098
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004099#: misc/create_inode.c:213
Joe Hansen1e000f82016-08-31 23:14:17 -04004100#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004101msgid "while writing attribute \"%s\" to inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04004102msgstr "under skrivning af attribut »%s« til iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004103
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004104#: misc/create_inode.c:223
Joe Hansen1e000f82016-08-31 23:14:17 -04004105#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004106msgid "while closing inode %u"
Joe Hansen1e000f82016-08-31 23:14:17 -04004107msgstr "under lukning af iknude %u"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004108
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004109#: misc/create_inode.c:274
Joe Hansen1e000f82016-08-31 23:14:17 -04004110#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004111msgid "while allocating inode \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004112msgstr "under allokering af iknude »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004113
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004114#: misc/create_inode.c:293
Joe Hansen1e000f82016-08-31 23:14:17 -04004115#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004116msgid "while creating inode \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004117msgstr "under oprettelse af iknude »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004118
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004119#: misc/create_inode.c:359
Joe Hansen1e000f82016-08-31 23:14:17 -04004120#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004121msgid "while creating symlink \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004122msgstr "under oprettelse af symbolsk henvisning »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004123
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004124#: misc/create_inode.c:377 misc/create_inode.c:896
Joe Hansen1e000f82016-08-31 23:14:17 -04004125#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004126msgid "while looking up \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004127msgstr "under opslag af »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004128
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004129#: misc/create_inode.c:397
Joe Hansen1e000f82016-08-31 23:14:17 -04004130#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004131msgid "while creating directory \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004132msgstr "under oprettelse af mappe »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004133
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004134#: misc/create_inode.c:625
Joe Hansen1e000f82016-08-31 23:14:17 -04004135#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004136msgid "while opening \"%s\" to copy"
Joe Hansen1e000f82016-08-31 23:14:17 -04004137msgstr "under åbning af »%s« til kopi"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004138
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004139#: misc/create_inode.c:739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004140#, c-format
4141msgid "while changing working directory to \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004142msgstr "under ændring af arbejdsmappe til »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004143
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004144#: misc/create_inode.c:747
Joe Hansen1e000f82016-08-31 23:14:17 -04004145#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004146msgid "while opening directory \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004147msgstr "under åbning af mappe »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004148
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004149#: misc/create_inode.c:757
Joe Hansen1e000f82016-08-31 23:14:17 -04004150#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004151msgid "while lstat \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004152msgstr "under forsøg på at køre lstat for %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004153
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004154#: misc/create_inode.c:808
Joe Hansen1e000f82016-08-31 23:14:17 -04004155#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004156msgid "while creating special file \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004157msgstr "under oprettelse af speciel fil »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004158
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004159#: misc/create_inode.c:817
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004160msgid "malloc failed"
Joe Hansen1e000f82016-08-31 23:14:17 -04004161msgstr "malloc mislykkedes"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004162
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004163#: misc/create_inode.c:825
Joe Hansen1e000f82016-08-31 23:14:17 -04004164#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004165msgid "while trying to read link \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004166msgstr "under forsøg på at læse henvisning »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004167
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004168#: misc/create_inode.c:832
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004169msgid "symlink increased in size between lstat() and readlink()"
Joe Hansen1e000f82016-08-31 23:14:17 -04004170msgstr "symbolsk henvisning øget i størrelse mellem lstat() og readlink()"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04004171
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004172#: misc/create_inode.c:843
Joe Hansen1e000f82016-08-31 23:14:17 -04004173#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004174msgid "while writing symlink\"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004175msgstr "under skrivning af symbolsk henvisning »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004176
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004177#: misc/create_inode.c:854
Joe Hansen1e000f82016-08-31 23:14:17 -04004178#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004179msgid "while writing file \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004180msgstr "under skrivning af fil »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004181
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004182#: misc/create_inode.c:867
Joe Hansen1e000f82016-08-31 23:14:17 -04004183#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004184msgid "while making dir \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004185msgstr "under udarbejdelse af mappe »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004186
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004187#: misc/create_inode.c:885
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004188msgid "while changing directory"
Joe Hansen1e000f82016-08-31 23:14:17 -04004189msgstr "under ændring af mappe"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004190
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004191#: misc/create_inode.c:891
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004192#, c-format
4193msgid "ignoring entry \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004194msgstr "ignorerer post »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004195
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004196#: misc/create_inode.c:904
Joe Hansen1e000f82016-08-31 23:14:17 -04004197#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004198msgid "while setting inode for \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004199msgstr "under angivelse af iknude for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004200
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004201#: misc/create_inode.c:911
Joe Hansen1e000f82016-08-31 23:14:17 -04004202#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004203msgid "while setting xattrs for \"%s\""
Joe Hansen1e000f82016-08-31 23:14:17 -04004204msgstr "under angivelse af xattrs for »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004205
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004206#: misc/create_inode.c:937
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004207msgid "while saving inode data"
Joe Hansen1e000f82016-08-31 23:14:17 -04004208msgstr "under lagring af iknude-data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004209
4210#: misc/dumpe2fs.c:56
Joe Hansen1e000f82016-08-31 23:14:17 -04004211#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004212msgid ""
4213"Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4214msgstr ""
4215"Brug: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] enhed\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004216
4217#: misc/dumpe2fs.c:159
4218msgid "blocks"
4219msgstr "blokke"
4220
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004221#: misc/dumpe2fs.c:168
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004222msgid "clusters"
4223msgstr "klynger"
4224
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004225#: misc/dumpe2fs.c:219
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004226#, c-format
4227msgid "Group %lu: (Blocks "
4228msgstr "Gruppe %lu: (Blokke "
4229
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004230#: misc/dumpe2fs.c:226
Joe Hansen1e000f82016-08-31 23:14:17 -04004231#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004232msgid " csum 0x%04x"
Joe Hansen1e000f82016-08-31 23:14:17 -04004233msgstr " csum 0x%04x"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004234
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004235#: misc/dumpe2fs.c:228
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004236#, c-format
4237msgid " (EXPECTED 0x%04x)"
4238msgstr " (FORVENTEDE 0x%04x)"
4239
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004240#: misc/dumpe2fs.c:233
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004241#, c-format
4242msgid " %s superblock at "
Joe Hansen1e000f82016-08-31 23:14:17 -04004243msgstr " %s superblok ved "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004244
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004245#: misc/dumpe2fs.c:234
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004246msgid "Primary"
4247msgstr "Primær"
4248
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004249#: misc/dumpe2fs.c:234
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004250msgid "Backup"
4251msgstr "Sikkerhedskopi"
4252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004253#: misc/dumpe2fs.c:238
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004254msgid ", Group descriptors at "
4255msgstr ", Gruppebeskrivere på "
4256
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004257#: misc/dumpe2fs.c:242
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004258msgid ""
4259"\n"
4260" Reserved GDT blocks at "
4261msgstr ""
4262"\n"
4263" Reserveret GDT-blokke på "
4264
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004265#: misc/dumpe2fs.c:249
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004266msgid " Group descriptor at "
4267msgstr " Gruppebeskrivere på "
4268
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004269#: misc/dumpe2fs.c:255
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004270msgid " Block bitmap at "
4271msgstr " Blokbitmap på "
4272
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004273#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
Joe Hansen1e000f82016-08-31 23:14:17 -04004274#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004275msgid ", csum 0x%08x"
Joe Hansen1e000f82016-08-31 23:14:17 -04004276msgstr " csum 0x%08x"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004277
4278#: misc/dumpe2fs.c:263
4279msgid ","
Joe Hansen1e000f82016-08-31 23:14:17 -04004280msgstr ","
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004281
4282#: misc/dumpe2fs.c:265
4283msgid ""
4284"\n"
4285" "
4286msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004287"\n"
4288" "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004289
4290#: misc/dumpe2fs.c:266
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004291msgid " Inode bitmap at "
Joe Hansen1e000f82016-08-31 23:14:17 -04004292msgstr " Iknude-bitmap ved "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004294#: misc/dumpe2fs.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004295msgid ""
4296"\n"
4297" Inode table at "
4298msgstr ""
4299
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004300#: misc/dumpe2fs.c:279
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004301#, c-format
4302msgid ""
4303"\n"
4304" %u free %s, %u free inodes, %u directories%s"
4305msgstr ""
4306
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004307#: misc/dumpe2fs.c:286
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004308#, c-format
4309msgid ", %u unused inodes\n"
4310msgstr ""
4311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004312#: misc/dumpe2fs.c:289
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004313msgid " Free blocks: "
4314msgstr " Frie blokke: "
4315
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004316#: misc/dumpe2fs.c:304
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004317msgid " Free inodes: "
4318msgstr " Frie iknuder: "
4319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004320#: misc/dumpe2fs.c:340
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004321msgid "while printing bad block list"
4322msgstr ""
4323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004324#: misc/dumpe2fs.c:346
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004325#, c-format
4326msgid "Bad blocks: %u"
4327msgstr "Ugyldige blokke: %u"
4328
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004329#: misc/dumpe2fs.c:373 misc/tune2fs.c:367
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004330msgid "while reading journal inode"
4331msgstr ""
4332
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004333#: misc/dumpe2fs.c:379
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004334msgid "while opening journal inode"
4335msgstr ""
4336
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004337#: misc/dumpe2fs.c:385
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004338msgid "while reading journal super block"
Joe Hansen1d32c062018-08-18 14:28:35 -04004339msgstr "under læsning af journals superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004340
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004341#: misc/dumpe2fs.c:392
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004342msgid "Journal superblock magic number invalid!\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04004343msgstr "Journals magiske numre for superblok er ugyldige!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004344
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004345#: misc/dumpe2fs.c:409 misc/tune2fs.c:216
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004346msgid "while reading journal superblock"
Joe Hansenddaaea82017-02-19 21:45:42 -05004347msgstr "under læsning af journalsuperblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004348
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04004349#: misc/dumpe2fs.c:417
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004350msgid "Couldn't find journal superblock magic numbers"
Joe Hansen1d32c062018-08-18 14:28:35 -04004351msgstr "Kunne ikke finde journals magiske numre for superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004352
Joe Hansen1d32c062018-08-18 14:28:35 -04004353#: misc/dumpe2fs.c:468
4354msgid "failed to alloc MMP buffer\n"
4355msgstr "mislykkedes i at allokere MMP-mellemlager\n"
4356
4357#: misc/dumpe2fs.c:479
4358#, c-format
4359msgid "reading MMP block %llu from '%s'\n"
4360msgstr "læser MMP-blok %llu fra »%s«\n"
4361
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004362#: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2073
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004363msgid "Couldn't allocate memory to parse options!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004364msgstr "Kunne ikke allokere hukommelse til at fortolke tilvalg!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004365
Joe Hansen1d32c062018-08-18 14:28:35 -04004366#: misc/dumpe2fs.c:533
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004367#, c-format
4368msgid "Invalid superblock parameter: %s\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004369msgstr "Ugyldig superblokparameter: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004370
Joe Hansen1d32c062018-08-18 14:28:35 -04004371#: misc/dumpe2fs.c:548
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004372#, c-format
4373msgid "Invalid blocksize parameter: %s\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004374msgstr "Ugyldig blokstørrelseparameter: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004375
Joe Hansen1d32c062018-08-18 14:28:35 -04004376#: misc/dumpe2fs.c:559
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004377#, c-format
4378msgid ""
4379"\n"
4380"Bad extended option(s) specified: %s\n"
4381"\n"
4382"Extended options are separated by commas, and may take an argument which\n"
4383"\tis set off by an equals ('=') sign.\n"
4384"\n"
4385"Valid extended options are:\n"
4386"\tsuperblock=<superblock number>\n"
4387"\tblocksize=<blocksize>\n"
4388msgstr ""
4389
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004390#: misc/dumpe2fs.c:649 misc/mke2fs.c:1845
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004391#, c-format
4392msgid "\tUsing %s\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04004393msgstr "\tBruger %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004394
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004395#: misc/dumpe2fs.c:694 misc/e2image.c:1590 misc/tune2fs.c:2949
Theodore Ts'o89128f82018-01-01 19:36:37 -05004396#: resize/main.c:416
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004397msgid "Couldn't find valid filesystem superblock.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004398msgstr "Kunne ikke finde gyldig filsystemsuperblok.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004399
Joe Hansen1d32c062018-08-18 14:28:35 -04004400#: misc/dumpe2fs.c:716
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004401#, c-format
Joe Hansen1d32c062018-08-18 14:28:35 -04004402msgid "%s: MMP feature not enabled.\n"
4403msgstr "%s: MMP-funktioner er ikke aktiveret.\n"
4404
4405#: misc/dumpe2fs.c:747
4406#, c-format
4407msgid "while trying to read '%s' bitmaps\n"
4408msgstr "under forsøg på at læse »%s«-bitmap\n"
4409
4410#: misc/dumpe2fs.c:756
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004411msgid ""
Joe Hansen1d32c062018-08-18 14:28:35 -04004412"*** Run e2fsck now!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004413"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004414msgstr ""
Joe Hansen1d32c062018-08-18 14:28:35 -04004415"*** Kør e2fsck nu!\n"
4416"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004417
Theodore Ts'o21725192017-08-23 19:46:04 -04004418#: misc/e2image.c:107
Joe Hansen1d32c062018-08-18 14:28:35 -04004419#, c-format
Theodore Ts'o89128f82018-01-01 19:36:37 -05004420msgid "Usage: %s [ -r|Q ] [ -f ] device image-file\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04004421msgstr "Brug: %s [ -r|Q ] [ -f ] enhedsaftryksfil\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004422
Theodore Ts'o21725192017-08-23 19:46:04 -04004423#: misc/e2image.c:109
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004424#, c-format
4425msgid " %s -I device image-file\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04004426msgstr " %s -I enhedsaftryksfil\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004427
Theodore Ts'o21725192017-08-23 19:46:04 -04004428#: misc/e2image.c:110
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004429#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004430msgid ""
4431" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4432"[ dest_fs ]\n"
4433msgstr ""
4434" %s -ra [ -cfnp ] [ -o src_forskydning ] [ -O dest_forskydning ] "
4435"src_fs [ dest_fs ]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004436
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004437#: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1185
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004438msgid "while allocating buffer"
Joe Hansen1d32c062018-08-18 14:28:35 -04004439msgstr "under allokering af mellemlager"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004440
Theodore Ts'o21725192017-08-23 19:46:04 -04004441#: misc/e2image.c:180
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004442#, c-format
4443msgid "Writing block %llu\n"
4444msgstr "Skriver blok %llu\n"
4445
Theodore Ts'o21725192017-08-23 19:46:04 -04004446#: misc/e2image.c:194
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004447#, c-format
4448msgid "error writing block %llu"
4449msgstr "fejl ved skrivning af blok %llu"
4450
Theodore Ts'o21725192017-08-23 19:46:04 -04004451#: misc/e2image.c:197
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004452msgid "error in generic_write()"
4453msgstr "fejl i generic_write()"
4454
Theodore Ts'o21725192017-08-23 19:46:04 -04004455#: misc/e2image.c:214
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004456msgid "Error: header size is bigger than wrt_size\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004457msgstr "Fejl: teksthovedstørrelse er større end wrt_size\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004458
Theodore Ts'o21725192017-08-23 19:46:04 -04004459#: misc/e2image.c:219
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004460msgid "Couldn't allocate header buffer\n"
4461msgstr ""
4462
Theodore Ts'o21725192017-08-23 19:46:04 -04004463#: misc/e2image.c:247
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004464msgid "while writing superblock"
Joe Hansenddaaea82017-02-19 21:45:42 -05004465msgstr "under skrivning af superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004466
Theodore Ts'o21725192017-08-23 19:46:04 -04004467#: misc/e2image.c:256
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004468msgid "while writing inode table"
4469msgstr ""
4470
Theodore Ts'o21725192017-08-23 19:46:04 -04004471#: misc/e2image.c:264
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004472msgid "while writing block bitmap"
4473msgstr ""
4474
Theodore Ts'o21725192017-08-23 19:46:04 -04004475#: misc/e2image.c:272
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004476msgid "while writing inode bitmap"
4477msgstr ""
4478
Theodore Ts'o21725192017-08-23 19:46:04 -04004479#: misc/e2image.c:506
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004480#, c-format
4481msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4482msgstr "Ødelagt mappeblok %llu: ugyldig rec_len (%d)\n"
4483
Theodore Ts'o21725192017-08-23 19:46:04 -04004484#: misc/e2image.c:518
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004485#, c-format
4486msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4487msgstr "Ødelagt mappeblok %llu: ugydlig name_len (%d)\n"
4488
Theodore Ts'o21725192017-08-23 19:46:04 -04004489#: misc/e2image.c:559
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004490#, c-format
4491msgid "%llu / %llu blocks (%d%%)"
4492msgstr "%llu / %llu blokke (%d%%)"
4493
Theodore Ts'o21725192017-08-23 19:46:04 -04004494#: misc/e2image.c:590 misc/e2image.c:630
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004495msgid "Copying "
4496msgstr "Kopierer "
4497
Theodore Ts'o21725192017-08-23 19:46:04 -04004498#: misc/e2image.c:627
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004499msgid ""
4500"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4501msgstr ""
4502"Hvis du stopper nu, vil filsystemet blive ødelagt, afbryd igen hvis du er "
4503"sikker\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004504
Theodore Ts'o21725192017-08-23 19:46:04 -04004505#: misc/e2image.c:653
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004506#, c-format
4507msgid " %s remaining at %.2f MB/s"
4508msgstr ""
4509
Joe Hansen1d32c062018-08-18 14:28:35 -04004510#: misc/e2image.c:665 misc/e2image.c:1195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004511#, c-format
4512msgid "error reading block %llu"
4513msgstr "fejl ved læsning af blok %llu"
4514
Theodore Ts'o21725192017-08-23 19:46:04 -04004515#: misc/e2image.c:719
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004516#, c-format
4517msgid "Copied %llu / %llu blocks (%d%%) in %s "
4518msgstr "Kopierede %llu / %llu blokke (%d%%) i %s "
4519
Theodore Ts'o21725192017-08-23 19:46:04 -04004520#: misc/e2image.c:723
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004521#, c-format
4522msgid "at %.2f MB/s"
4523msgstr ""
4524
Theodore Ts'o21725192017-08-23 19:46:04 -04004525#: misc/e2image.c:759
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004526msgid "while allocating l1 table"
4527msgstr "under allokering af l1-tabel"
4528
Theodore Ts'o21725192017-08-23 19:46:04 -04004529#: misc/e2image.c:804
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004530msgid "while allocating l2 cache"
4531msgstr "under allokering af l2-cache"
4532
Theodore Ts'o21725192017-08-23 19:46:04 -04004533#: misc/e2image.c:827
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004534msgid ""
4535"Warning: There are still tables in the cache while putting the cache, data "
4536"will be lost so the image may not be valid.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004537msgstr ""
4538
Joe Hansen1d32c062018-08-18 14:28:35 -04004539#: misc/e2image.c:1152
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004540msgid "while allocating ext2_qcow2_image"
Joe Hansenddaaea82017-02-19 21:45:42 -05004541msgstr "under allokering af ext2_qcow2_image"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004542
Joe Hansen1d32c062018-08-18 14:28:35 -04004543#: misc/e2image.c:1159
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004544msgid "while initializing ext2_qcow2_image"
4545msgstr ""
4546
Joe Hansen1d32c062018-08-18 14:28:35 -04004547#: misc/e2image.c:1218 misc/e2image.c:1236
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004548msgid "Programming error: multiple sequential refcount blocks created!\n"
4549msgstr ""
4550
Joe Hansen1d32c062018-08-18 14:28:35 -04004551#: misc/e2image.c:1276
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004552msgid "while allocating block bitmap"
4553msgstr "under allokering af blokbitmap"
4554
Joe Hansen1d32c062018-08-18 14:28:35 -04004555#: misc/e2image.c:1285
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004556msgid "while allocating scramble block bitmap"
4557msgstr "under allokering af scramble blokbitmap"
4558
Joe Hansen1d32c062018-08-18 14:28:35 -04004559#: misc/e2image.c:1292
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004560msgid "Scanning inodes...\n"
4561msgstr "Skanner iknuder ...\n"
4562
Joe Hansen1d32c062018-08-18 14:28:35 -04004563#: misc/e2image.c:1304
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004564msgid "Can't allocate block buffer"
4565msgstr "Kan ikke allokere blokbuffer"
4566
Joe Hansen1d32c062018-08-18 14:28:35 -04004567#: misc/e2image.c:1343 misc/e2image.c:1357
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004568#, c-format
4569msgid "while iterating over inode %u"
4570msgstr "under gennemløb over iknude %u"
4571
Joe Hansen1d32c062018-08-18 14:28:35 -04004572#: misc/e2image.c:1389
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004573msgid "Raw and qcow2 images cannot be installed"
Joe Hansenddaaea82017-02-19 21:45:42 -05004574msgstr "Rå og qcow2-aftryk kan ikke installeres"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004575
Joe Hansen1d32c062018-08-18 14:28:35 -04004576#: misc/e2image.c:1411
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004577msgid "error reading bitmaps"
Joe Hansenddaaea82017-02-19 21:45:42 -05004578msgstr "der opstod en fejl under læsning af bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004579
Joe Hansen1d32c062018-08-18 14:28:35 -04004580#: misc/e2image.c:1423
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004581msgid "while opening device file"
4582msgstr "under åbning af enhedsfil"
4583
Joe Hansen1d32c062018-08-18 14:28:35 -04004584#: misc/e2image.c:1434
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004585msgid "while restoring the image table"
4586msgstr "under gendannelse af billedtabellen"
4587
Joe Hansen1d32c062018-08-18 14:28:35 -04004588#: misc/e2image.c:1531
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004589msgid "-a option can only be used with raw or QCOW2 images."
4590msgstr "-a tilvalg kan kun bruges med rå eller QCOW2-billeder."
4591
Joe Hansen1d32c062018-08-18 14:28:35 -04004592#: misc/e2image.c:1537
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004593msgid "Offsets are only allowed with raw images."
4594msgstr "Forskydninger er kun tilladte med rå billeder."
4595
Joe Hansen1d32c062018-08-18 14:28:35 -04004596#: misc/e2image.c:1542
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004597msgid "Move mode is only allowed with raw images."
Joe Hansen1e000f82016-08-31 23:14:17 -04004598msgstr "Flyttilstand er kun tilladt med rå billeder."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004599
Joe Hansen1d32c062018-08-18 14:28:35 -04004600#: misc/e2image.c:1547
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004601msgid "Move mode requires all data mode."
Joe Hansen1e000f82016-08-31 23:14:17 -04004602msgstr "Flyttilstand kræver alle datatilstand."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004603
Joe Hansen1d32c062018-08-18 14:28:35 -04004604#: misc/e2image.c:1557
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004605msgid "checking if mounted"
Joe Hansen1e000f82016-08-31 23:14:17 -04004606msgstr "kontrollerer om monteret"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004607
Joe Hansen1d32c062018-08-18 14:28:35 -04004608#: misc/e2image.c:1564
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004609msgid ""
4610"\n"
4611"Running e2image on a R/W mounted filesystem can result in an\n"
4612"inconsistent image which will not be useful for debugging purposes.\n"
4613"Use -f option if you really want to do that.\n"
4614msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004615"\n"
4616"Afvikling af e2image på et læs/skriv monteret filsystem kan resultere\n"
4617"i et inkonsistent billede, som ikke vil være nyttigt til fejlsøgning.\n"
4618"Brug tilvalget -f hvis du virkelig ønsker dette.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004619
Joe Hansen1d32c062018-08-18 14:28:35 -04004620#: misc/e2image.c:1618
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004621msgid "QCOW2 image can not be written to the stdout!\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004622msgstr "QCOW2-billede kan ikke skrives til standardud!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004623
Joe Hansen1d32c062018-08-18 14:28:35 -04004624#: misc/e2image.c:1624
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004625msgid "Can not stat output\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004626msgstr "Kan ikke køre stat på uddata\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004627
Joe Hansen1d32c062018-08-18 14:28:35 -04004628#: misc/e2image.c:1634
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004629#, c-format
4630msgid "Image (%s) is compressed\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004631msgstr "Billedet (%s) er komprimeret\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004632
Joe Hansen1d32c062018-08-18 14:28:35 -04004633#: misc/e2image.c:1637
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004634#, c-format
4635msgid "Image (%s) is encrypted\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004636msgstr "Billedet (%s) er krypteret\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004637
Joe Hansen1d32c062018-08-18 14:28:35 -04004638#: misc/e2image.c:1640
4639#, c-format
4640msgid "Image (%s) is corrupted\n"
4641msgstr "Billedet (%s) er ødelagt\n"
4642
4643#: misc/e2image.c:1644
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004644#, c-format
4645msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004646msgstr ""
4647"under forsøg på at konvertere qcow2-billedet (%s) til et rå billede (%s)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004648
Joe Hansen1d32c062018-08-18 14:28:35 -04004649#: misc/e2image.c:1654
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004650msgid "The -c option only supported in raw mode\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004651msgstr "Tilvalget -c er kun understøttet i raw-tilstand\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004652
Joe Hansen1d32c062018-08-18 14:28:35 -04004653#: misc/e2image.c:1659
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004654msgid "The -c option not supported when writing to stdout\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004655msgstr "Tilvalget -c er ikke understøttet under skrivning til standardud\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004656
Joe Hansen1d32c062018-08-18 14:28:35 -04004657#: misc/e2image.c:1666
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004658msgid "while allocating check_buf"
Joe Hansen1e000f82016-08-31 23:14:17 -04004659msgstr "under allokering af check_buf"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004660
Joe Hansen1d32c062018-08-18 14:28:35 -04004661#: misc/e2image.c:1672
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004662msgid "The -p option only supported in raw mode\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004663msgstr "Tilvalget -p er kun understøttet i rå tilstand\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004664
Joe Hansen1d32c062018-08-18 14:28:35 -04004665#: misc/e2image.c:1682
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004666#, c-format
4667msgid "%d blocks already contained the data to be copied\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004668msgstr "%d blokke indeholdt allerede dataene til kopiering\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004669
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004670#: misc/e2initrd_helper.c:68
Joe Hansen1e000f82016-08-31 23:14:17 -04004671#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004672msgid "Usage: %s -r device\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004673msgstr "Brug: %s -r enhed\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004674
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004675#: misc/e2label.c:58
4676#, c-format
4677msgid "e2label: cannot open %s\n"
4678msgstr "e2label: kan ikke åbne %s\n"
4679
4680#: misc/e2label.c:63
4681#, c-format
4682msgid "e2label: cannot seek to superblock\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004683msgstr "e2label: kan ikke søge til superblok\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004684
4685#: misc/e2label.c:68
4686#, c-format
4687msgid "e2label: error reading superblock\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004688msgstr "e2label: fejl under læsningaf superblok\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004689
4690#: misc/e2label.c:72
4691#, c-format
4692msgid "e2label: not an ext2 filesystem\n"
4693msgstr "e2label: ikke et ext2-filsystem\n"
4694
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004695#: misc/e2label.c:97 misc/tune2fs.c:3152
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004696#, c-format
4697msgid "Warning: label too long, truncating.\n"
4698msgstr "Advarsel: etiket er for lang, afkorter.\n"
4699
4700#: misc/e2label.c:100
4701#, c-format
4702msgid "e2label: cannot seek to superblock again\n"
4703msgstr "e2label: kan ikke søge til superblok igen\n"
4704
4705#: misc/e2label.c:105
4706#, c-format
4707msgid "e2label: error writing superblock\n"
4708msgstr "e2label: der opstod en fejl under skrivning af superblok\n"
4709
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004710#: misc/e2label.c:117 misc/tune2fs.c:1733
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004711#, c-format
4712msgid "Usage: e2label device [newlabel]\n"
4713msgstr "Brug: e2label enhed [nyetiket]\n"
4714
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004715#: misc/e2undo.c:124
Joe Hansen1d32c062018-08-18 14:28:35 -04004716#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004717msgid ""
4718"Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4719"<filesystem>\n"
4720msgstr ""
4721"Brug: %s [-f] [-h] [-n] [-o forskydning] [-v] [-z fortryd_fil] "
4722"<transaktionsfil> <filsystem>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004723
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004724#: misc/e2undo.c:149
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004725msgid "The file system superblock doesn't match the undo file.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004726msgstr "Filsystemets superblok matcher ikke genskabfilen.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004727
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004728#: misc/e2undo.c:152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004729msgid "UUID does not match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004730msgstr "UUID matcher ikke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004731
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004732#: misc/e2undo.c:154
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004733msgid "Last mount time does not match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004734msgstr "Sidste monteringstidspunkt matcher ikke.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004735
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004736#: misc/e2undo.c:156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004737msgid "Last write time does not match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004738msgstr "Sidste skrivetidspunkt matcher ikke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004739
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004740#: misc/e2undo.c:158
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004741msgid "Lifetime write counter does not match.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004742msgstr ""
4743
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004744#: misc/e2undo.c:172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004745msgid "while reading filesystem superblock."
Joe Hansen1e000f82016-08-31 23:14:17 -04004746msgstr "under læsning af filsystemets superblok."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004747
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004748#: misc/e2undo.c:188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004749msgid "while fetching superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04004750msgstr "under indhentelse af superblok"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004751
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004752#: misc/e2undo.c:201
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004753#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004754msgid "Undo file superblock checksum doesn't match.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004755msgstr "Superblokkens kontrolsum for genskab matcher ikke superblok.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004756
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004757#: misc/e2undo.c:340
Joe Hansen1e000f82016-08-31 23:14:17 -04004758#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04004759msgid "illegal offset - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04004760msgstr "ugyldig forskydning - %s"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004761
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004762#: misc/e2undo.c:364
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004763#, c-format
4764msgid "Will not write to an undo file while replaying it.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004765msgstr "Vil ikke skrive til en gendanfil under afspilning af den.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004766
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004767#: misc/e2undo.c:373
Joe Hansen1e000f82016-08-31 23:14:17 -04004768#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004769msgid "while opening undo file `%s'\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004770msgstr "under åbning af genskabfilen »%s«\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004771
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004772#: misc/e2undo.c:380
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004773msgid "while reading undo file"
Joe Hansenddaaea82017-02-19 21:45:42 -05004774msgstr "under læsning af genskabfil"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004775
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004776#: misc/e2undo.c:385
Joe Hansenddaaea82017-02-19 21:45:42 -05004777#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004778msgid "%s: Not an undo file.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004779msgstr "%s: Ikke en genskabfil.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004780
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004781#: misc/e2undo.c:396
Joe Hansenddaaea82017-02-19 21:45:42 -05004782#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004783msgid "%s: Header checksum doesn't match.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004784msgstr "%s: Teksthovedets kontrolsum matcher ikke.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004785
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004786#: misc/e2undo.c:403
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004787#, c-format
4788msgid "%s: Corrupt undo file header.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004789msgstr "%s: Ødelagt teksthoved for genskabfil.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004790
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004791#: misc/e2undo.c:407
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004792#, c-format
4793msgid "%s: Undo block size too large.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004794msgstr "%s: Genskabblokkens størrelse er for stor.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004795
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004796#: misc/e2undo.c:412
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004797#, c-format
4798msgid "%s: Undo block size too small.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004799msgstr "%s: Genskabblokkens størrelse er for lille.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004800
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004801#: misc/e2undo.c:425
Joe Hansenddaaea82017-02-19 21:45:42 -05004802#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004803msgid "%s: Unknown undo file feature set.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004804msgstr "%s: Ukendt funktionssæt for genskabfilen.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004805
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004806#: misc/e2undo.c:433
Joe Hansenddaaea82017-02-19 21:45:42 -05004807#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004808msgid "Error while determining whether %s is mounted."
Joe Hansenddaaea82017-02-19 21:45:42 -05004809msgstr "Der opstod en fejl under bestemmelse af om %s er monteret."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004810
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004811#: misc/e2undo.c:439
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004812msgid "e2undo should only be run on unmounted filesystems"
Joe Hansenddaaea82017-02-19 21:45:42 -05004813msgstr "e2undo skal kun køres på filsystemer, der ikke er monteret"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004814
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004815#: misc/e2undo.c:455
Joe Hansenddaaea82017-02-19 21:45:42 -05004816#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004817msgid "while opening `%s'"
Joe Hansenddaaea82017-02-19 21:45:42 -05004818msgstr "under åbning af »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004819
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004820#: misc/e2undo.c:466
Theodore Ts'o48203a32016-06-08 15:45:26 -04004821msgid "specified offset is too large"
Joe Hansenddaaea82017-02-19 21:45:42 -05004822msgstr "angivet forskydning er for stor"
Theodore Ts'o48203a32016-06-08 15:45:26 -04004823
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004824#: misc/e2undo.c:507
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004825msgid "while reading keys"
Joe Hansenddaaea82017-02-19 21:45:42 -05004826msgstr "under læsning af nøgler"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004827
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004828#: misc/e2undo.c:519
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004829#, c-format
4830msgid "%s: wrong key magic at %llu\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004831msgstr "%s: forkert nøglemagi ved %llu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004832
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004833#: misc/e2undo.c:529
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004834#, c-format
4835msgid "%s: key block checksum error at %llu.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004836msgstr "%s: kontrolsumfejl for nøgleblok ved %llu.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004837
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004838#: misc/e2undo.c:552
Joe Hansenddaaea82017-02-19 21:45:42 -05004839#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004840msgid "%s: block %llu is too long."
Joe Hansenddaaea82017-02-19 21:45:42 -05004841msgstr "%s: blok %llu er for lang."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004842
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004843#: misc/e2undo.c:564 misc/e2undo.c:600
Joe Hansenddaaea82017-02-19 21:45:42 -05004844#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004845msgid "while fetching block %llu."
Joe Hansenddaaea82017-02-19 21:45:42 -05004846msgstr "under indhentelse af blok %llu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004847
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004848#: misc/e2undo.c:576
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004849#, c-format
4850msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004851msgstr "kontrolsumfejl i filsystemblok %llu (genskab blk %llu)\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004852
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004853#: misc/e2undo.c:615
Joe Hansenddaaea82017-02-19 21:45:42 -05004854#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004855msgid "while writing block %llu."
Joe Hansenddaaea82017-02-19 21:45:42 -05004856msgstr "under skrivning af blok %llu."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004857
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004858#: misc/e2undo.c:621
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004859#, c-format
4860msgid "Undo file corruption; run e2fsck NOW!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004861msgstr "Ødelæggelse i genskabfil; kør e2fsck NU!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004862
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004863#: misc/e2undo.c:623
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004864#, c-format
4865msgid "IO error during replay; run e2fsck NOW!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004866msgstr "IO-fejl under genafspilning; kør e2fsck NU!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004867
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004868#: misc/e2undo.c:626
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004869#, c-format
4870msgid "Incomplete undo record; run e2fsck.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004871msgstr "Ufuldstændig genskabpost; kør e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004872
4873#: misc/findsuper.c:110
4874#, c-format
4875msgid "Usage: findsuper device [skipbytes [startkb]]\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004876msgstr "Brug: findsuper-enhed [skipbytes [startkb]]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004877
4878#: misc/findsuper.c:155
4879#, c-format
4880msgid "skipbytes should be a number, not %s\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004881msgstr "skipbytes bør være et nummer, ikke %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004882
4883#: misc/findsuper.c:162
4884#, c-format
4885msgid "skipbytes must be a multiple of the sector size\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004886msgstr "skipbytes skal gå op i sektorstørrelsen\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004887
4888#: misc/findsuper.c:169
4889#, c-format
4890msgid "startkb should be a number, not %s\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004891msgstr "startkb skal være et nummer, ikke %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004892
4893#: misc/findsuper.c:175
4894#, c-format
4895msgid "startkb should be positive, not %llu\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004896msgstr "startkb skal være positiv, ikke %llu\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004897
4898#: misc/findsuper.c:186
4899#, c-format
4900msgid "starting at %llu, with %u byte increments\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05004901msgstr "startende ved %llu, med %u byte stigninger\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004902
4903#: misc/findsuper.c:188
4904#, c-format
4905msgid ""
4906"[*] probably superblock written in the ext3 journal superblock,\n"
4907"\tso start/end/grp wrong\n"
4908msgstr ""
Joe Hansenddaaea82017-02-19 21:45:42 -05004909"[*] sandsynligvis superblok skrevet i ext3-journalsuperblokken,\n"
4910"\tså start/end/grp er forkert\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004911
4912#: misc/findsuper.c:190
4913#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004914msgid ""
4915"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4916"mount_time sb_uuid label\n"
4917msgstr ""
4918"byte_forsk. byte_start byte_slut fs_blokke blksz grp mkfs/"
4919"mont_tid sb_uuid etiket\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04004920
4921#: misc/findsuper.c:264
4922#, c-format
4923msgid ""
4924"\n"
4925"%11Lu: finished with errno %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004926msgstr ""
Joe Hansenddaaea82017-02-19 21:45:42 -05004927"\n"
4928"%11Lu: afsluttedes med errno %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004929
4930#: misc/fsck.c:343
4931#, c-format
4932msgid "WARNING: couldn't open %s: %s\n"
4933msgstr "ADVARSEL: kunne ikke åbne %s: %s\n"
4934
4935#: misc/fsck.c:353
4936#, c-format
4937msgid "WARNING: bad format on line %d of %s\n"
4938msgstr "ADVARSEL: ugyldigt format på linje %d af %s\n"
4939
4940#: misc/fsck.c:370
4941msgid ""
4942"WARNING: Your /etc/fstab does not contain the fsck passno\n"
4943"\tfield. I will kludge around things for you, but you\n"
4944"\tshould fix your /etc/fstab file as soon as you can.\n"
4945"\n"
4946msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004947"ADVARSEL: Din /etc/fstab indeholder ikke fsck passno-\n"
4948"\tfeltet. Jeg vil lave en lappeløsning for dig, men du\n"
4949"\tbør rette din /etc/fstab-fil så snart som muligt.\n"
4950"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004951
Joe Hansen1d32c062018-08-18 14:28:35 -04004952#: misc/fsck.c:485
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004953#, c-format
4954msgid "fsck: %s: not found\n"
4955msgstr "fsck: %s: ikke fundet\n"
4956
Joe Hansen1d32c062018-08-18 14:28:35 -04004957#: misc/fsck.c:601
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004958#, c-format
4959msgid "%s: wait: No more child process?!?\n"
4960msgstr "%s: vent: Ikke flere underprocesser?!?\n"
4961
Joe Hansen1d32c062018-08-18 14:28:35 -04004962#: misc/fsck.c:623
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004963#, c-format
4964msgid "Warning... %s for device %s exited with signal %d.\n"
4965msgstr "Advarsel ... %s for enhed %s afsluttedes med signal %d.\n"
4966
Joe Hansen1d32c062018-08-18 14:28:35 -04004967#: misc/fsck.c:629
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004968#, c-format
4969msgid "%s %s: status is %x, should never happen.\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004970msgstr "%s %s: status er %x, bør aldrig ske.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004971
Joe Hansen1d32c062018-08-18 14:28:35 -04004972#: misc/fsck.c:668
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004973#, c-format
4974msgid "Finished with %s (exit status %d)\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004975msgstr "Færdig med %s (afslutningsstatus %d)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004976
Joe Hansen1d32c062018-08-18 14:28:35 -04004977#: misc/fsck.c:728
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004978#, c-format
4979msgid "%s: Error %d while executing fsck.%s for %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004980msgstr "%s: Fejl %d under kørsel af fsck.%s for %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004981
Joe Hansen1d32c062018-08-18 14:28:35 -04004982#: misc/fsck.c:749
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004983msgid ""
4984"Either all or none of the filesystem types passed to -t must be prefixed\n"
4985"with 'no' or '!'.\n"
4986msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04004987"Enten alle eller ingen af filsystemtyperne videresendt til -t må være\n"
4988"foranstillet med »no« eller »!«.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004989
Joe Hansen1d32c062018-08-18 14:28:35 -04004990#: misc/fsck.c:768
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004991msgid "Couldn't allocate memory for filesystem types\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04004992msgstr "Kunne ikke allokere hukommelse for filsystemstyper\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004993
Joe Hansen1d32c062018-08-18 14:28:35 -04004994#: misc/fsck.c:891
Theodore Ts'oc5c39362015-05-17 20:27:50 -04004995#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04004996msgid ""
4997"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4998"number\n"
4999msgstr ""
5000"%s: udelader ugyldig linje i /etc/fstab: bind mount med fsck-"
5001"gennemløbsnummer forskellig fra nul\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005002
Joe Hansen1d32c062018-08-18 14:28:35 -04005003#: misc/fsck.c:918
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005004#, c-format
5005msgid "fsck: cannot check %s: fsck.%s not found\n"
5006msgstr "fsck: kan ikke kontrollere %s: fsck.%s blev ikke fundet\n"
5007
Joe Hansen1d32c062018-08-18 14:28:35 -04005008#: misc/fsck.c:974
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005009msgid "Checking all file systems.\n"
5010msgstr "Kontrollerer alle filsystemer.\n"
5011
Joe Hansen1d32c062018-08-18 14:28:35 -04005012#: misc/fsck.c:1065
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005013#, c-format
5014msgid "--waiting-- (pass %d)\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005015msgstr "--waiting-- (gennemløb %d)\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005016
Joe Hansen1d32c062018-08-18 14:28:35 -04005017#: misc/fsck.c:1085
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005018msgid ""
5019"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5020msgstr ""
5021"Brug: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-tilvalg] [filsyst ...]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005022
Joe Hansen1d32c062018-08-18 14:28:35 -04005023#: misc/fsck.c:1127
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005024#, c-format
5025msgid "%s: too many devices\n"
5026msgstr "%s: for mange enheder\n"
5027
Joe Hansen1d32c062018-08-18 14:28:35 -04005028#: misc/fsck.c:1160 misc/fsck.c:1246
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005029#, c-format
5030msgid "%s: too many arguments\n"
5031msgstr "%s: for mange argumenter\n"
5032
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005033#: misc/fuse2fs.c:3739
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005034msgid "Mounting read-only.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005035msgstr "Monterer skrivebeskyttet.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005036
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005037#: misc/fuse2fs.c:3763
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005038#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005039msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005040msgstr "%s: Tillader brugere at allokere alle blokke. Dette er farligt!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005041
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005042#: misc/fuse2fs.c:3775 misc/fuse2fs.c:3789
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005043#, c-format
5044msgid "%s: %s.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005045msgstr "%s: %s.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005046
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005047#: misc/fuse2fs.c:3776 misc/fuse2fs.c:3791 misc/tune2fs.c:3049
Joe Hansenddaaea82017-02-19 21:45:42 -05005048#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005049msgid "Please run e2fsck -fy %s.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005050msgstr "Kør venligst e2fsck -f %s.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005051
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005052#: misc/fuse2fs.c:3798
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005053msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005054msgstr ""
5055"Journal kræver gendannelse; kørsel af »e2fsck -E journal_only« er krævet.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005056
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005057#: misc/fuse2fs.c:3806
Joe Hansenddaaea82017-02-19 21:45:42 -05005058#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005059msgid "%s: Writing to the journal is not supported.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005060msgstr "%s: Skrivning til journalen er ikke understøttet.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005061
Joe Hansen1d32c062018-08-18 14:28:35 -04005062#: misc/fuse2fs.c:3821
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005063msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5064msgstr ""
5065"Advarsel: Montering af ukontrolleret fs, det anbefales at køre e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005066
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005067#: misc/fuse2fs.c:3825
5068msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5069msgstr ""
5070"Advarsel: Maksimalt antal monteringer er nået, det anbefales at køre "
5071"e2fsck.\n"
5072
5073#: misc/fuse2fs.c:3830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005074msgid "Warning: Check time reached; running e2fsck is recommended.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005075msgstr "Advarsel: Kontroltid er nået; det anbefales at køre e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005076
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005077#: misc/fuse2fs.c:3834
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005078msgid "Orphans detected; running e2fsck is recommended.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005079msgstr "Forældreløse registreret; det anbefales at køre e2fsck.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005080
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005081#: misc/fuse2fs.c:3838
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005082msgid "Errors detected; running e2fsck is required.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005083msgstr "Fejl registreret; kørsel af e2fsck er krævet.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005084
5085#: misc/lsattr.c:75
Joe Hansenddaaea82017-02-19 21:45:42 -05005086#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005087msgid "Usage: %s [-RVadlpv] [files...]\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005088msgstr "Brug: %s [-RVadlpv] [filer ...]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005089
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005090#: misc/lsattr.c:86
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005091#, c-format
5092msgid "While reading flags on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005093msgstr "Under læsning af flag på %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005094
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005095#: misc/lsattr.c:93
Joe Hansenddaaea82017-02-19 21:45:42 -05005096#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005097msgid "While reading project on %s"
Joe Hansenddaaea82017-02-19 21:45:42 -05005098msgstr "Under læsning af projekt på %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005099
5100#: misc/lsattr.c:102
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005101#, c-format
5102msgid "While reading version on %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005103msgstr "Under læsning af version på %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005104
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005105#: misc/mke2fs.c:130
Joe Hansenddaaea82017-02-19 21:45:42 -05005106#, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005107msgid ""
5108"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5109"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005110"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005111"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5112"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5113"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005114"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5115"undo_file]\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005116"\t[-jnqvDFSV] device [blocks-count]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005117msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005118"Brug: %s [-c|-l filnavn] [-b blokstørrelse] [-C klyngestørrelse]\n"
5119"\t[-i byte-per-iknude] [-I iknudestørrelse] [-J journaltilvalg]\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005120"\t[-G flex-gruppestørrelse] [-N antal-iknuder] [-d rodmappe]\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005121"\t[-m reserveret-blokprocent] [-o oprettet-os]\n"
5122"\t[-g blokke-per-gruppe] [-L diskenhedsetiket] [-M sidst-monteret-mappe]\n"
5123"\t[-O funktion[,...]] [-r fs-revision] [-E udvidet-tilvalg[,...]]\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005124"\t[-t fs-type] [-T brug-type ] [-U UUID] [-e fejlopførsel][-z genskabfil]\n"
5125"\t[-jnqvDFSV] enhed [blokantal]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005126
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005127#: misc/mke2fs.c:261
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005128#, c-format
5129msgid "Running command: %s\n"
5130msgstr "Kører kommando: %s\n"
5131
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005132#: misc/mke2fs.c:265
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005133#, c-format
5134msgid "while trying to run '%s'"
5135msgstr "under forsøg på at køre »%s«"
5136
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005137#: misc/mke2fs.c:272
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005138msgid "while processing list of bad blocks from program"
Joe Hansen1e000f82016-08-31 23:14:17 -04005139msgstr "under behandling af liste med ugyldige blokke fra program"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005140
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005141#: misc/mke2fs.c:299
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005142#, c-format
5143msgid "Block %d in primary superblock/group descriptor area bad.\n"
5144msgstr "Blok %d i primær superblok/gruppebeskriver område ugyldig.\n"
5145
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005146#: misc/mke2fs.c:301
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005147#, c-format
5148msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5149msgstr "Blokkene %u til %u skal være i god stand for at bygge et filsystem.\n"
5150
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005151#: misc/mke2fs.c:304
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005152msgid "Aborting....\n"
5153msgstr "Afbryder ...\n"
5154
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005155#: misc/mke2fs.c:324
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005156#, c-format
5157msgid ""
5158"Warning: the backup superblock/group descriptors at block %u contain\n"
5159"\tbad blocks.\n"
5160"\n"
5161msgstr ""
5162"Advarsel: Sikkerhedskopibeskriverne for superblok/gruppe ved blok %u\n"
5163"\tindeholder ugyldige blokke.\n"
5164"\n"
5165
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005166#: misc/mke2fs.c:343
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005167msgid "while marking bad blocks as used"
5168msgstr "mens markerende ugyldige blokke som brugt"
5169
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005170#: misc/mke2fs.c:368
Joe Hansen1d32c062018-08-18 14:28:35 -04005171msgid "while writing reserved inodes"
5172msgstr "under skrivning af reserverede iknuder"
5173
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005174#: misc/mke2fs.c:420
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005175msgid "Writing inode tables: "
5176msgstr "Skriver iknudetabeller: "
5177
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005178#: misc/mke2fs.c:442
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005179#, c-format
5180msgid ""
5181"\n"
5182"Could not write %d blocks in inode table starting at %llu: %s\n"
5183msgstr ""
5184"\n"
5185"Kunne ikke skrive %d blokke i iknude-tabel startende ved %llu: %s\n"
5186
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005187#: misc/mke2fs.c:456 misc/mke2fs.c:2726 misc/mke2fs.c:3131
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005188msgid "done \n"
5189msgstr "færdig \n"
5190
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005191#: misc/mke2fs.c:471
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005192msgid "while creating root dir"
Joe Hansen1e000f82016-08-31 23:14:17 -04005193msgstr "under oprettelse af rodmappe"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005194
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005195#: misc/mke2fs.c:478
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005196msgid "while reading root inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04005197msgstr "under læsning af rod-iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005198
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005199#: misc/mke2fs.c:490
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005200msgid "while setting root inode ownership"
Joe Hansen1e000f82016-08-31 23:14:17 -04005201msgstr "under opsætning af ejerskab for rod-iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005202
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005203#: misc/mke2fs.c:508
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005204msgid "while creating /lost+found"
Joe Hansen1e000f82016-08-31 23:14:17 -04005205msgstr "under oprettelse af /lost+found"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005206
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005207#: misc/mke2fs.c:515
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005208msgid "while looking up /lost+found"
Joe Hansen1e000f82016-08-31 23:14:17 -04005209msgstr "under opslag af /lost+found"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005210
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005211#: misc/mke2fs.c:528
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005212msgid "while expanding /lost+found"
Joe Hansen1e000f82016-08-31 23:14:17 -04005213msgstr "under udvidelse af /lost+found"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005214
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005215#: misc/mke2fs.c:543
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005216msgid "while setting bad block inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04005217msgstr "under indstilling af ugyldig blok-iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005218
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005219#: misc/mke2fs.c:570
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005220#, c-format
5221msgid "Out of memory erasing sectors %d-%d\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005222msgstr "Ikke nok hukommelse under sletning af sektorerne %d-%d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005223
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005224#: misc/mke2fs.c:580
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005225#, c-format
5226msgid "Warning: could not read block 0: %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005227msgstr "Advarsel: Kunne ikke læse blok 0: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005228
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005229#: misc/mke2fs.c:596
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005230#, c-format
5231msgid "Warning: could not erase sector %d: %s\n"
5232msgstr "Advarsel: kunne ikke slette sektor %d: %s\n"
5233
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005234#: misc/mke2fs.c:612
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005235msgid "while initializing journal superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04005236msgstr "under initialisering af journal-superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005237
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005238#: misc/mke2fs.c:620
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005239msgid "Zeroing journal device: "
Joe Hansen1e000f82016-08-31 23:14:17 -04005240msgstr "Nulstiller journalenhed: "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005241
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005242#: misc/mke2fs.c:632
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005243#, c-format
5244msgid "while zeroing journal device (block %llu, count %d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04005245msgstr "under nulstilling af journalenhed (blok %llu, antal %d)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005246
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005247#: misc/mke2fs.c:650
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005248msgid "while writing journal superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04005249msgstr "under skrivning af journal-superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005250
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005251#: misc/mke2fs.c:665
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005252#, c-format
5253msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5254msgstr "Opretter filsystem med %llu %dk blokke og %u iknuder\n"
5255
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005256#: misc/mke2fs.c:673
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005257#, c-format
5258msgid ""
5259"warning: %llu blocks unused.\n"
5260"\n"
5261msgstr ""
5262"advarsel: %llu ubrugte blokke.\n"
5263"\n"
5264
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005265#: misc/mke2fs.c:678
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005266#, c-format
5267msgid "Filesystem label=%s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005268msgstr "Filsystemetiket=%s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005269
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005270#: misc/mke2fs.c:681
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005271#, c-format
5272msgid "OS type: %s\n"
5273msgstr "OS-type: %s\n"
5274
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005275#: misc/mke2fs.c:683
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005276#, c-format
5277msgid "Block size=%u (log=%u)\n"
5278msgstr "Blokstørrelse=%u (log=%u)\n"
5279
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005280#: misc/mke2fs.c:686
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005281#, c-format
5282msgid "Cluster size=%u (log=%u)\n"
5283msgstr "Klyngestørrelse=%u (log=%u)\n"
5284
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005285#: misc/mke2fs.c:690
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005286#, c-format
5287msgid "Fragment size=%u (log=%u)\n"
5288msgstr "Fragmentstørrelse%u (log=%u)\n"
5289
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005290#: misc/mke2fs.c:692
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005291#, c-format
5292msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5293msgstr ""
5294
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005295#: misc/mke2fs.c:694
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005296#, c-format
5297msgid "%u inodes, %llu blocks\n"
5298msgstr "%u iknuder, %llu blokke\n"
5299
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005300#: misc/mke2fs.c:696
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005301#, c-format
5302msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5303msgstr "%llu blokke (%2.2f%%) reserveret for superbrugeren\n"
5304
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005305#: misc/mke2fs.c:699
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005306#, c-format
5307msgid "First data block=%u\n"
5308msgstr "Første datablok=%u\n"
5309
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005310#: misc/mke2fs.c:701
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005311#, c-format
5312msgid "Root directory owner=%u:%u\n"
5313msgstr "Rodmappeejer=%u:%u\n"
5314
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005315#: misc/mke2fs.c:703
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005316#, c-format
5317msgid "Maximum filesystem blocks=%lu\n"
5318msgstr "Maksimum filsystemblokke=%lu\n"
5319
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005320#: misc/mke2fs.c:707
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005321#, c-format
5322msgid "%u block groups\n"
5323msgstr "%u blokgrupper\n"
5324
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005325#: misc/mke2fs.c:709
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005326#, c-format
5327msgid "%u block group\n"
5328msgstr "%u blokgruppe\n"
5329
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005330#: misc/mke2fs.c:711
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005331#, c-format
5332msgid "%u blocks per group, %u clusters per group\n"
5333msgstr "%u blokke per gruppe, %u klynger per gruppe\n"
5334
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005335#: misc/mke2fs.c:714
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005336#, c-format
5337msgid "%u blocks per group, %u fragments per group\n"
5338msgstr "%u blokke per gruppe, %u fragmenter per gruppe\n"
5339
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005340#: misc/mke2fs.c:716
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005341#, c-format
5342msgid "%u inodes per group\n"
5343msgstr "%u iknuder per gruppe\n"
5344
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005345#: misc/mke2fs.c:725
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005346#, c-format
5347msgid "Filesystem UUID: %s\n"
5348msgstr "Filsystem UUID: %s\n"
5349
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005350#: misc/mke2fs.c:726
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005351msgid "Superblock backups stored on blocks: "
5352msgstr ""
5353
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005354#: misc/mke2fs.c:820
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005355#, c-format
5356msgid "%s requires '-O 64bit'\n"
5357msgstr "%s kræver »-O 64bit«\n"
5358
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005359#: misc/mke2fs.c:826
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005360#, c-format
5361msgid "'%s' must be before 'resize=%u'\n"
5362msgstr "»%s« skal komme før »resize=%u«\n"
5363
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005364#: misc/mke2fs.c:839
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005365#, c-format
5366msgid "Invalid desc_size: '%s'\n"
5367msgstr "Ugyldig beskrivelsesstørrelse: »%s«\n"
5368
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005369#: misc/mke2fs.c:853
Joe Hansen1d32c062018-08-18 14:28:35 -04005370#, c-format
Theodore Ts'o899425b2018-02-27 22:25:04 -05005371msgid "Invalid hash seed: %s\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04005372msgstr "Ugyldig hash-seed: %s\n"
Theodore Ts'o899425b2018-02-27 22:25:04 -05005373
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005374#: misc/mke2fs.c:865
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005375#, c-format
5376msgid "Invalid offset: %s\n"
5377msgstr "ugyldig forskydning: %s\n"
5378
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005379#: misc/mke2fs.c:879 misc/tune2fs.c:2101
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005380#, c-format
5381msgid "Invalid mmp_update_interval: %s\n"
5382msgstr "Ugyldig mmp_update_interval: %s\n"
5383
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005384#: misc/mke2fs.c:896
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005385#, c-format
5386msgid "Invalid # of backup superblocks: %s\n"
5387msgstr "Ugyldig # for sikkerhedskopisuperblokke: %s\n"
5388
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005389#: misc/mke2fs.c:918
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005390#, c-format
5391msgid "Invalid stride parameter: %s\n"
5392msgstr ""
5393
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005394#: misc/mke2fs.c:933
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005395#, c-format
5396msgid "Invalid stripe-width parameter: %s\n"
5397msgstr ""
5398
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005399#: misc/mke2fs.c:956
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005400#, c-format
5401msgid "Invalid resize parameter: %s\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04005402msgstr "Ugyldig resize-parameter: %s\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005403
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005404#: misc/mke2fs.c:963
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005405msgid "The resize maximum must be greater than the filesystem size.\n"
5406msgstr ""
5407
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005408#: misc/mke2fs.c:987
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005409msgid "On-line resizing not supported with revision 0 filesystems\n"
5410msgstr ""
5411
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005412#: misc/mke2fs.c:1013 misc/mke2fs.c:1022
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005413#, c-format
5414msgid "Invalid root_owner: '%s'\n"
5415msgstr "Ugyldig rod_ejer: »%s«\n"
5416
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005417#: misc/mke2fs.c:1065
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005418#, c-format
5419msgid ""
5420"\n"
5421"Bad option(s) specified: %s\n"
5422"\n"
5423"Extended options are separated by commas, and may take an argument which\n"
5424"\tis set off by an equals ('=') sign.\n"
5425"\n"
5426"Valid extended options are:\n"
5427"\tmmp_update_interval=<interval>\n"
5428"\tnum_backup_sb=<0|1|2>\n"
5429"\tstride=<RAID per-disk data chunk in blocks>\n"
5430"\tstripe-width=<RAID stride * data disks in blocks>\n"
5431"\toffset=<offset to create the file system>\n"
5432"\tresize=<resize maximum size in blocks>\n"
5433"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5434"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5435"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005436"\troot_owner=<uid of root dir>:<gid of root dir>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005437"\ttest_fs\n"
5438"\tdiscard\n"
5439"\tnodiscard\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005440"\tquotatype=<quota type(s) to be enabled>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005441"\n"
5442msgstr ""
5443
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005444#: misc/mke2fs.c:1090
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005445#, c-format
5446msgid ""
5447"\n"
5448"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5449"\n"
5450msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005451"\n"
5452"Advarsel: RAID stripe-bredde %u ikke et lige multiplum af stride %u.\n"
5453"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005454
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005455#: misc/mke2fs.c:1135
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005456#, c-format
5457msgid ""
5458"Syntax error in mke2fs config file (%s, line #%d)\n"
5459"\t%s\n"
5460msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005461"Syntaksfejl i mke2fs-konfigurationsfilen (%s, linje #%d)\n"
5462"\t%s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005463
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005464#: misc/mke2fs.c:1148 misc/tune2fs.c:1120
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005465#, c-format
5466msgid "Invalid filesystem option set: %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005467msgstr "Ugyldig filsystemtilvalg angivet: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005468
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005469#: misc/mke2fs.c:1160 misc/tune2fs.c:411
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005470#, c-format
5471msgid "Invalid mount option set: %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005472msgstr "Ugyldig monteringstilvalg angivet: %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005473
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005474#: misc/mke2fs.c:1296
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005475#, c-format
5476msgid ""
5477"\n"
5478"Your mke2fs.conf file does not define the %s filesystem type.\n"
5479msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005480"\n"
5481"Din mke2fs.conf-fil definerer ikke %s-filsystemtypen.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005482
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005483#: misc/mke2fs.c:1300
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005484msgid ""
5485"You probably need to install an updated mke2fs.conf file.\n"
5486"\n"
5487msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005488"Du skal sandsynligvis installere en opdateret mke2fs.conf-fil.\n"
5489"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005490
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005491#: misc/mke2fs.c:1304
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005492msgid "Aborting...\n"
5493msgstr "Afbryder ...\n"
5494
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005495#: misc/mke2fs.c:1345
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005496#, c-format
5497msgid ""
5498"\n"
5499"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5500"\n"
5501msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005502"\n"
5503"Advarsel: fs_type %s er ikke defineret i mke2fs.conf\n"
5504"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005505
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005506#: misc/mke2fs.c:1527
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005507msgid "Couldn't allocate memory for new PATH.\n"
5508msgstr "Kunne ikke allokere hukommelse for ny STI (PATH).\n"
5509
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005510#: misc/mke2fs.c:1564
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005511#, c-format
5512msgid "Couldn't init profile successfully (error: %ld).\n"
5513msgstr ""
5514
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005515#: misc/mke2fs.c:1597
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005516#, c-format
5517msgid "invalid block size - %s"
5518msgstr "ugyldig blokstørrelse - %s"
5519
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005520#: misc/mke2fs.c:1601
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005521#, c-format
5522msgid "Warning: blocksize %d not usable on most systems.\n"
5523msgstr "Advarsel: blokstørrelse %d kan ikke bruges på de fleste systemer.\n"
5524
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005525#: misc/mke2fs.c:1617
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005526#, c-format
5527msgid "invalid cluster size - %s"
5528msgstr "ugyldig klyngestørrelse - %s"
5529
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005530#: misc/mke2fs.c:1630
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005531msgid "'-R' is deprecated, use '-E' instead"
5532msgstr "»-R« er forældet, brug »-E« i stedet for"
5533
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005534#: misc/mke2fs.c:1644 misc/tune2fs.c:1830
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005535#, c-format
5536msgid "bad error behavior - %s"
5537msgstr "ugyldig fejlopførsel - %s"
5538
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005539#: misc/mke2fs.c:1656
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005540msgid "Illegal number for blocks per group"
5541msgstr "Ulovligt antal for blokke per gruppe"
5542
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005543#: misc/mke2fs.c:1661
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005544msgid "blocks per group must be multiple of 8"
Joe Hansen1e000f82016-08-31 23:14:17 -04005545msgstr "blokke per gruppe skal være multiplum af 8"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005546
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005547#: misc/mke2fs.c:1669
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005548msgid "Illegal number for flex_bg size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005549msgstr "Ugyldigt nummer for flex_bg-størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005550
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005551#: misc/mke2fs.c:1675
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005552msgid "flex_bg size must be a power of 2"
Joe Hansen1e000f82016-08-31 23:14:17 -04005553msgstr "flex_bg-størrelsen skal være en potens af 2"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005554
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005555#: misc/mke2fs.c:1680
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005556#, c-format
5557msgid "flex_bg size (%lu) must be less than or equal to 2^31"
Joe Hansen1e000f82016-08-31 23:14:17 -04005558msgstr "flex_bg-størrelsen (%lu) skal være mindre end eller lig med 2^31"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005559
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005560#: misc/mke2fs.c:1690
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005561#, c-format
5562msgid "invalid inode ratio %s (min %d/max %d)"
Joe Hansen1e000f82016-08-31 23:14:17 -04005563msgstr "ugyldig iknudeforhold %s (min %d/maks %d)"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005564
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005565#: misc/mke2fs.c:1700
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005566#, c-format
5567msgid "invalid inode size - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005568msgstr "ugyldig iknudestørrelse - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005569
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005570#: misc/mke2fs.c:1713
5571msgid ""
5572"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5573"nodiscard' extended option instead!\n"
5574msgstr ""
5575"Advarsel: Tilvalget -K er forældet og bør ikke bruges længere. Brug det "
5576"udvidede tilvalg »-E nodiscard« i stedet!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005577
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005578#: misc/mke2fs.c:1724
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005579msgid "in malloc for bad_blocks_filename"
Joe Hansen1e000f82016-08-31 23:14:17 -04005580msgstr "i malloc for bad_blocks_filename"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005581
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005582#: misc/mke2fs.c:1733
Joe Hansenddaaea82017-02-19 21:45:42 -05005583#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04005584msgid ""
5585"Warning: label too long; will be truncated to '%s'\n"
5586"\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005587msgstr ""
5588"Advarsel: etiket er for lang, afkorter til »%s«.\n"
5589"\n"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005590
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005591#: misc/mke2fs.c:1742
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005592#, c-format
5593msgid "invalid reserved blocks percent - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005594msgstr "ugyldig reserveret blokprocent - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005595
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005596#: misc/mke2fs.c:1757
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005597#, c-format
5598msgid "bad num inodes - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005599msgstr "ugyldige num-iknuder - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005600
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005601#: misc/mke2fs.c:1770
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005602msgid "while allocating fs_feature string"
Joe Hansenddaaea82017-02-19 21:45:42 -05005603msgstr "under allokering af fs_feature-streng"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005604
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005605#: misc/mke2fs.c:1787
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005606#, c-format
5607msgid "bad revision level - %s"
Joe Hansen1e000f82016-08-31 23:14:17 -04005608msgstr "ugyldig revisionsniveau - %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005609
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005610#: misc/mke2fs.c:1792
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005611#, c-format
5612msgid "while trying to create revision %d"
5613msgstr "under forsøg på at oprette revision %d"
5614
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005615#: misc/mke2fs.c:1806
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005616msgid "The -t option may only be used once"
5617msgstr "Tilvalget -t kan kun bruges en gang"
5618
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005619#: misc/mke2fs.c:1814
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005620msgid "The -T option may only be used once"
Joe Hansen1e000f82016-08-31 23:14:17 -04005621msgstr "Tilvalget -T kan kun bruges en gang"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005622
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005623#: misc/mke2fs.c:1870 misc/mke2fs.c:3215
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005624#, c-format
5625msgid "while trying to open journal device %s\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005626msgstr "under forsøg på at åbne journalenheden %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005627
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005628#: misc/mke2fs.c:1876
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005629#, c-format
5630msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005631msgstr ""
5632"Journal dev-blokstørrelsen (%d) er mindre end minimumblokstørrelsen %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005633
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005634#: misc/mke2fs.c:1882
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005635#, c-format
5636msgid "Using journal device's blocksize: %d\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005637msgstr "Bruger journalenhedens blokstørrelse: %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005638
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005639#: misc/mke2fs.c:1893
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005640#, c-format
5641msgid "invalid blocks '%s' on device '%s'"
Joe Hansen1e000f82016-08-31 23:14:17 -04005642msgstr "ugyldige blokke »%s« på enheden »%s«"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005643
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005644#: misc/mke2fs.c:1923
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005645msgid "filesystem"
5646msgstr "filsystem"
5647
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005648#: misc/mke2fs.c:1941 resize/main.c:497
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005649msgid "while trying to determine filesystem size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005650msgstr "under forsøget på at bestemme filsystemstørrelsen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005651
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005652#: misc/mke2fs.c:1947
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005653msgid ""
5654"Couldn't determine device size; you must specify\n"
5655"the size of the filesystem\n"
5656msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005657"Kunne ikke bestemme enhedstørrelsen; du skan angive\n"
5658"størrelsen på filsystemet\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005659
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005660#: misc/mke2fs.c:1954
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005661msgid ""
5662"Device size reported to be zero. Invalid partition specified, or\n"
5663"\tpartition table wasn't reread after running fdisk, due to\n"
5664"\ta modified partition being busy and in use. You may need to reboot\n"
5665"\tto re-read your partition table.\n"
5666msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005667"Enhedsstørrelse blev rapporteret til nul. Ugyldig partition specificeret,\n"
5668"eller partitionstabel blev ikke genlæst efter kørsel af fdisk, på grund\n"
5669"af at en ændret partition var optaget eller i brug. Du skal måske genstarte\n"
5670"for at kunne genlæse din partitionstabel.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005671
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005672#: misc/mke2fs.c:1971
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005673msgid "Filesystem larger than apparent device size."
Joe Hansen1e000f82016-08-31 23:14:17 -04005674msgstr "Filsystem er større end tilsyneladende enhedsstørrelse."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005675
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005676#: misc/mke2fs.c:1991
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005677msgid "Failed to parse fs types list\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005678msgstr "Kunne ikke fortolke fs-typeliste\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005679
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005680#: misc/mke2fs.c:2040
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005681msgid "The HURD does not support the filetype feature.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005682msgstr "HURD'en understøtter ikke filtypefunktionen.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005683
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005684#: misc/mke2fs.c:2045
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005685msgid "The HURD does not support the huge_file feature.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005686msgstr "HURD'en understøtter ikke huge_file-funktionen.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005687
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005688#: misc/mke2fs.c:2050
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005689msgid "The HURD does not support the metadata_csum feature.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05005690msgstr "HURD'en understøtter ikke metadata_csum-funktionen.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005691
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005692#: misc/mke2fs.c:2055
Theodore Ts'o899425b2018-02-27 22:25:04 -05005693msgid "The HURD does not support the ea_inode feature.\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04005694msgstr "HURD'en understøtter ikke ea_inode-funktionen.\n"
Theodore Ts'o899425b2018-02-27 22:25:04 -05005695
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005696#: misc/mke2fs.c:2065
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005697msgid "while trying to determine hardware sector size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005698msgstr "under forsøg på at bestemme sektorstørrelse for udstyr"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005699
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005700#: misc/mke2fs.c:2071
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005701msgid "while trying to determine physical sector size"
Joe Hansen1e000f82016-08-31 23:14:17 -04005702msgstr "under forsøg på at bestemme fysisk sektorstørrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005703
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005704#: misc/mke2fs.c:2103
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005705msgid "while setting blocksize; too small for device\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005706msgstr "under forsøg på at angive blokstørrelse; for lille for enhed\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005707
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005708#: misc/mke2fs.c:2108
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005709#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005710msgid ""
5711"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5712msgstr ""
5713"Advarsel: specificeret blokstørrelse %d er mindre end enhedens fysiske "
5714"sektorstørrelse %d\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005715
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005716#: misc/mke2fs.c:2132
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005717#, c-format
5718msgid ""
5719"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5720"\tin 32 bits using a blocksize of %d.\n"
5721msgstr ""
Joe Hansen1e000f82016-08-31 23:14:17 -04005722"%s: Størrelse for enhed (0x%llx blokke) %s for stor til at blive udtrykt\n"
5723"\ti 32-bit via en blokstørrelse på %d.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005724
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005725#: misc/mke2fs.c:2144
Joe Hansenddaaea82017-02-19 21:45:42 -05005726#, c-format
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005727msgid ""
5728"%s: Size of device (0x%llx blocks) %s too big to create\n"
5729"\ta filesystem using a blocksize of %d.\n"
5730msgstr ""
Joe Hansenddaaea82017-02-19 21:45:42 -05005731"%s: Størrelse for enhed (0x%llx blokke) %s for stor til at oprette\n"
5732"\ta filsystem via en blokstørrelse på %d.\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05005733
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005734#: misc/mke2fs.c:2166
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005735msgid "fs_types for mke2fs.conf resolution: "
5736msgstr "fs_types for mke2fs.conf-opløsning: "
5737
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005738#: misc/mke2fs.c:2173
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005739msgid "Filesystem features not supported with revision 0 filesystems\n"
5740msgstr "Filsystemfunktioner er ikke understøttet med revision 0-filsystemer\n"
5741
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005742#: misc/mke2fs.c:2181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005743msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04005744msgstr "Tynde superblokke er ikke understøttet med revision 0-filsystemer\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005745
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005746#: misc/mke2fs.c:2191
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005747msgid "Journals not supported with revision 0 filesystems\n"
5748msgstr "Journaler er ikke understøttet med revision 0-filsystemer\n"
5749
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005750#: misc/mke2fs.c:2204
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005751#, c-format
5752msgid "invalid reserved blocks percent - %lf"
5753msgstr "ugyldig reserveret blokkeprocent - %lf"
5754
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005755#: misc/mke2fs.c:2221
5756msgid ""
5757"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5758"rectify.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005759msgstr ""
5760
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005761#: misc/mke2fs.c:2241
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005762msgid "The cluster size may not be smaller than the block size.\n"
5763msgstr "Klyngestørrelsen må ikke være mindre end blokstørrelsen.\n"
5764
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005765#: misc/mke2fs.c:2247
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005766msgid "specifying a cluster size requires the bigalloc feature"
5767msgstr "angivelse af en klyngestørrelse kræver bigalloc-funktionen"
5768
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005769#: misc/mke2fs.c:2267
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005770#, c-format
5771msgid "warning: Unable to get device geometry for %s\n"
5772msgstr "advarsel: Kan ikke indhente enhedsgeometri for %s\n"
5773
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005774#: misc/mke2fs.c:2270
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005775#, c-format
5776msgid "%s alignment is offset by %lu bytes.\n"
5777msgstr "%s-justering forskydes med %lu byte.\n"
5778
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005779#: misc/mke2fs.c:2272
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005780#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005781msgid ""
5782"This may result in very poor performance, (re)-partitioning suggested.\n"
5783msgstr ""
5784"Dette kan medføre meget dårlig ydelse, (ny) partitionering anbefales.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005785
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005786#: misc/mke2fs.c:2293
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005787#, c-format
5788msgid "%d-byte blocks too big for system (max %d)"
5789msgstr "%d-byteblokke er for store for systemet (maks %d)"
5790
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005791#: misc/mke2fs.c:2297
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005792#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005793msgid ""
5794"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5795msgstr ""
5796"Advarsel: %d-byteblokke er for store for systemet (maks %d), tvunget til at "
5797"fortsætte\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005798
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005799#: misc/mke2fs.c:2305
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005800#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005801msgid ""
5802"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5803"and journal checksum features.\n"
5804msgstr ""
5805"Forslag: Brug Linuxkerner >= 3.18 for forbedret stabilitet af metadata og "
5806"journalkontrolsummens funktioner.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005807
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005808#: misc/mke2fs.c:2360
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005809#, c-format
5810msgid ""
5811"\n"
5812"Warning: offset specified without an explicit file system size.\n"
5813"Creating a file system with %llu blocks but this might\n"
5814"not be what you want.\n"
5815"\n"
5816msgstr ""
Joe Hansenddaaea82017-02-19 21:45:42 -05005817"\n"
5818"Advarsel: forskydning specificeret uden en eksplicit filsystemstørrelse.\n"
5819"Oprettelse af et filsystem med %llu blokke er måske ikke\n"
5820"det du ønsker.\n"
5821"\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04005822
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005823#: misc/mke2fs.c:2375
Theodore Ts'o21725192017-08-23 19:46:04 -04005824#, c-format
5825msgid "%d byte inodes are too small for project quota"
5826msgstr ""
5827
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005828#: misc/mke2fs.c:2397
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005829msgid "Can't support bigalloc feature without extents feature"
5830msgstr "Kan ikke understøtte bigalloc-funkton uden extents-funktion"
5831
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005832#: misc/mke2fs.c:2404
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005833msgid ""
5834"The resize_inode and meta_bg features are not compatible.\n"
5835"They can not be both enabled simultaneously.\n"
5836msgstr ""
5837"Funktionerne resize_inode og meta_bg er ikke kompatible.\n"
5838"De kan ikke begge være aktiveret på samme tidspunkt.\n"
5839
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005840#: misc/mke2fs.c:2412
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005841msgid ""
5842"\n"
5843"Warning: the bigalloc feature is still under development\n"
5844"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5845"\n"
5846msgstr ""
5847"\n"
5848"Advarsel: funktionen bigalloc er stadig under udvikling\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005849"Se https://ext4.wiki.kernel.org/index.php/Bigalloc for yderligere "
5850"information\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005851"\n"
5852
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005853#: misc/mke2fs.c:2424
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005854msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005855msgstr ""
5856"reserverede online ændringsblokke er ikke understøttet på ikke-tyndt "
5857"filsystem"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005858
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005859#: misc/mke2fs.c:2433
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005860msgid "blocks per group count out of range"
5861msgstr "bloks per gruppe-antal uden for interval"
5862
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005863#: misc/mke2fs.c:2455
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005864msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005865msgstr ""
5866"Flex_bg-funktion er ikke aktiveret, så flex_bg-størrelse kan ikke angives"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005867
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005868#: misc/mke2fs.c:2467
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005869#, c-format
5870msgid "invalid inode size %d (min %d/max %d)"
5871msgstr "ugyldig iknudestørrelse %d (min %d/maks %d)"
5872
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005873#: misc/mke2fs.c:2482
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005874#, c-format
5875msgid "%d byte inodes are too small for inline data; specify larger size"
5876msgstr ""
5877
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005878#: misc/mke2fs.c:2497
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005879#, c-format
5880msgid "too many inodes (%llu), raise inode ratio?"
5881msgstr "for mange iknuder (%llu), hæv iknudeforhold?"
5882
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005883#: misc/mke2fs.c:2504
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005884#, c-format
5885msgid "too many inodes (%llu), specify < 2^32 inodes"
5886msgstr "for mange iknuder (%llu), specificer < 2^32 iknuder"
5887
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005888#: misc/mke2fs.c:2518
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005889#, c-format
5890msgid ""
5891"inode_size (%u) * inodes_count (%u) too big for a\n"
5892"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5893"\tor lower inode count (-N).\n"
5894msgstr ""
5895"iknude_størrelse(%u) * iknuder_antal (%u) er for stor for et\n"
5896"\tfilsystem med %llu blokke, specificer højere iknude_forhold (-i)\n"
5897"\teller lavere iknudeantal (-N).\n"
5898
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005899#: misc/mke2fs.c:2705
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005900msgid "Discarding device blocks: "
5901msgstr "Fjerner enhedsblokke: "
5902
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005903#: misc/mke2fs.c:2721
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005904msgid "failed - "
5905msgstr "mislykkedes - "
5906
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005907#: misc/mke2fs.c:2780
Theodore Ts'o48203a32016-06-08 15:45:26 -04005908msgid "while initializing quota context"
Joe Hansen1e000f82016-08-31 23:14:17 -04005909msgstr "under initialisering af kvotakontekst"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005910
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005911#: misc/mke2fs.c:2787
Theodore Ts'o48203a32016-06-08 15:45:26 -04005912msgid "while writing quota inodes"
Joe Hansen1e000f82016-08-31 23:14:17 -04005913msgstr "under skrivning af kvota-iknuder"
Theodore Ts'o48203a32016-06-08 15:45:26 -04005914
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005915#: misc/mke2fs.c:2812
Joe Hansenddaaea82017-02-19 21:45:42 -05005916#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005917msgid "bad error behavior in profile - %s"
Joe Hansenddaaea82017-02-19 21:45:42 -05005918msgstr "ugyldig fejlopførsel i profil - %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005919
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005920#: misc/mke2fs.c:2888
Theodore Ts'o899425b2018-02-27 22:25:04 -05005921msgid "in malloc for android_sparse_params"
Joe Hansen1d32c062018-08-18 14:28:35 -04005922msgstr "i malloc for android_sparse_params"
Theodore Ts'o899425b2018-02-27 22:25:04 -05005923
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005924#: misc/mke2fs.c:2902
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005925msgid "while setting up superblock"
5926msgstr "under opsætning af superblok"
5927
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005928#: misc/mke2fs.c:2918
5929msgid ""
5930"Extents are not enabled. The file extent tree can be checksummed, whereas "
5931"block maps cannot. Not enabling extents reduces the coverage of metadata "
5932"checksumming. Pass -O extents to rectify.\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04005933msgstr ""
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005934
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005935#: misc/mke2fs.c:2925
5936msgid ""
5937"64-bit filesystem support is not enabled. The larger fields afforded by "
5938"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5939msgstr ""
5940"64-bit filsystemunderstøttelse er ikke aktiveret. De større felter ydet af "
5941"denne funktion aktiverer fuld styrke i kontrolsummer. Send -O 64bit for at "
5942"rette.\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04005943
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005944#: misc/mke2fs.c:2933
Theodore Ts'o4c5e6cd2017-10-16 01:45:45 -04005945msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04005946msgstr "Funktionen metadata_csum_seed kræver funktionen metadata_csum.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005947
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005948#: misc/mke2fs.c:2957
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005949msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005950msgstr ""
5951"Fjernelse lykkedes og vil returnere 0s - udelader iknudetabelfjernelse\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005952
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005953#: misc/mke2fs.c:3056
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005954#, c-format
5955msgid "unknown os - %s"
5956msgstr "ukendt os - %s"
5957
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005958#: misc/mke2fs.c:3119
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005959msgid "Allocating group tables: "
5960msgstr "Allokerer gruppetabeller: "
5961
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005962#: misc/mke2fs.c:3127
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005963msgid "while trying to allocate filesystem tables"
5964msgstr "under forsøg på at allokere filsystemtabeller"
5965
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005966#: misc/mke2fs.c:3136
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005967msgid ""
5968"\n"
5969"\twhile converting subcluster bitmap"
5970msgstr ""
5971"\n"
5972"\tunder konvertering af underklynge-bitmap"
5973
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005974#: misc/mke2fs.c:3142
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04005975#, c-format
5976msgid "%s may be further corrupted by superblock rewrite\n"
5977msgstr ""
5978
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005979#: misc/mke2fs.c:3183
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005980#, c-format
5981msgid "while zeroing block %llu at end of filesystem"
5982msgstr "under nulstilling af blok %llu i slutningen af filsystemet"
5983
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005984#: misc/mke2fs.c:3196
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005985msgid "while reserving blocks for online resize"
5986msgstr "under reservering af blokke for online ændring af størrelse"
5987
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005988#: misc/mke2fs.c:3208 misc/tune2fs.c:1538
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005989msgid "journal"
5990msgstr "journal"
5991
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005992#: misc/mke2fs.c:3220
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005993#, c-format
5994msgid "Adding journal to device %s: "
5995msgstr "Tilføjer journal til enheden %s: "
5996
Theodore Ts'o40e66e22018-08-18 21:14:56 -04005997#: misc/mke2fs.c:3227
Theodore Ts'oc5c39362015-05-17 20:27:50 -04005998#, c-format
5999msgid ""
6000"\n"
6001"\twhile trying to add journal to device %s"
6002msgstr ""
6003"\n"
6004"\tunder forsøg på at tilføje journal til enheden %s"
6005
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006006#: misc/mke2fs.c:3232 misc/mke2fs.c:3261 misc/mke2fs.c:3299
6007#: misc/mk_hugefiles.c:598 misc/tune2fs.c:1567 misc/tune2fs.c:1586
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006008msgid "done\n"
6009msgstr "færdig\n"
6010
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006011#: misc/mke2fs.c:3238
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006012msgid "Skipping journal creation in super-only mode\n"
6013msgstr "Udelader journaloprettelse i super-only-tilstand\n"
6014
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006015#: misc/mke2fs.c:3248
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006016#, c-format
6017msgid "Creating journal (%u blocks): "
6018msgstr "Opretter journal (%u blokke): "
6019
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006020#: misc/mke2fs.c:3257
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006021msgid ""
6022"\n"
6023"\twhile trying to create journal"
6024msgstr ""
6025"\n"
6026"\tunder forsøg på at oprette journal"
6027
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006028#: misc/mke2fs.c:3269 misc/tune2fs.c:1185
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006029msgid ""
6030"\n"
6031"Error while enabling multiple mount protection feature."
6032msgstr ""
6033"\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006034"Der opstod en fejl under aktivering af funktionen for flere "
6035"monteringsbeskyttelser."
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006036
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006037#: misc/mke2fs.c:3274
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006038#, c-format
6039msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006040msgstr ""
6041"Flere monteringsbeskyttelser er aktiveret med opdateringsinterval %d "
6042"sekunder.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006043
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006044#: misc/mke2fs.c:3290
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006045msgid "Copying files into the device: "
Joe Hansenddaaea82017-02-19 21:45:42 -05006046msgstr "Kopierer filer ned på enheden: "
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006047
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006048#: misc/mke2fs.c:3296
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006049msgid "while populating file system"
Joe Hansenddaaea82017-02-19 21:45:42 -05006050msgstr "under udfyldelse af filsystem"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006051
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006052#: misc/mke2fs.c:3303
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006053msgid "Writing superblocks and filesystem accounting information: "
6054msgstr "Skriver superblokke og filsystemets registreringsinformation: "
6055
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006056#: misc/mke2fs.c:3310
Joe Hansen1d32c062018-08-18 14:28:35 -04006057msgid "while writing out and closing file system"
6058msgstr "under skrivning ud og lukning af filsystem"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006059
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006060#: misc/mke2fs.c:3313
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006061msgid ""
6062"done\n"
6063"\n"
6064msgstr ""
6065"færdig\n"
6066"\n"
6067
Theodore Ts'o899425b2018-02-27 22:25:04 -05006068#: misc/mk_hugefiles.c:339
Joe Hansen1d32c062018-08-18 14:28:35 -04006069#, c-format
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006070msgid "while zeroing block %llu for hugefile"
Joe Hansen1d32c062018-08-18 14:28:35 -04006071msgstr "under nulstilling af blok %llu for hugefile"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006072
Theodore Ts'o899425b2018-02-27 22:25:04 -05006073#: misc/mk_hugefiles.c:514
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006074#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006075msgid ""
6076"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6077msgstr ""
6078"Partitionforskyning på %llu (%uk) blokke er ikke kompatibel med "
6079"klyngestørrelsen %u.\n"
Theodore Ts'o9d6f54b2017-08-04 01:30:54 -04006080
Theodore Ts'o899425b2018-02-27 22:25:04 -05006081#: misc/mk_hugefiles.c:581
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006082msgid "Huge files will be zero'ed\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006083msgstr "Store filer vil blive nulstillet\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006084
Theodore Ts'o899425b2018-02-27 22:25:04 -05006085#: misc/mk_hugefiles.c:582
Joe Hansenddaaea82017-02-19 21:45:42 -05006086#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006087msgid "Creating %lu huge file(s) "
Joe Hansenddaaea82017-02-19 21:45:42 -05006088msgstr "Opretter %lu store filer"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006089
Theodore Ts'o899425b2018-02-27 22:25:04 -05006090#: misc/mk_hugefiles.c:584
Joe Hansenddaaea82017-02-19 21:45:42 -05006091#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006092msgid "with %llu blocks each"
Joe Hansenddaaea82017-02-19 21:45:42 -05006093msgstr "med %llu blokke hver"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006094
Theodore Ts'o899425b2018-02-27 22:25:04 -05006095#: misc/mk_hugefiles.c:593
Joe Hansenddaaea82017-02-19 21:45:42 -05006096#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006097msgid "while creating huge file %lu"
Joe Hansenddaaea82017-02-19 21:45:42 -05006098msgstr "under oprettelse af stor fil %lu"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006099
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006100#: misc/mklost+found.c:50
6101msgid "Usage: mklost+found\n"
6102msgstr "Brug: mklost+found\n"
6103
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006104#: misc/partinfo.c:43
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006105#, c-format
6106msgid ""
6107"Usage: %s device...\n"
6108"\n"
6109"Prints out the partition information for each given device.\n"
6110"For example: %s /dev/hda\n"
6111"\n"
6112msgstr ""
6113"Brug: %s enhed...\n"
6114"\n"
6115"Udskriver partitionsinformation for hver enhed.\n"
6116"For eksempel: %s /dev/hda\n"
6117"\n"
6118
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006119#: misc/partinfo.c:53
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006120#, c-format
6121msgid "Cannot open %s: %s"
6122msgstr "Kan ikke åbne %s: %s"
6123
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006124#: misc/partinfo.c:59
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006125#, c-format
6126msgid "Cannot get geometry of %s: %s"
6127msgstr "Kan ikke indhente geometri for %s: %s"
6128
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006129#: misc/partinfo.c:67
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006130#, c-format
6131msgid "Cannot get size of %s: %s"
6132msgstr "Kan ikke indhente størrelse på %s: %s"
6133
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006134#: misc/partinfo.c:73
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006135#, c-format
6136msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6137msgstr "%s: h=%3d s=%3d c=%4d start=%8d str=%8lu slut=%8d\n"
6138
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006139#: misc/tune2fs.c:119
Theodore Ts'o21725192017-08-23 19:46:04 -04006140msgid ""
6141"\n"
6142"This operation requires a freshly checked filesystem.\n"
6143msgstr ""
Joe Hansen1d32c062018-08-18 14:28:35 -04006144"\n"
6145"Denne operation kræver et nyligt kontrolleret filsystem.\n"
Theodore Ts'o21725192017-08-23 19:46:04 -04006146
6147#: misc/tune2fs.c:121
Theodore Ts'o4e528702016-09-04 21:31:21 -04006148msgid "Please run e2fsck -f on the filesystem.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006149msgstr "Kør venligst e2fsck -f på filsystemet.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006150
Theodore Ts'o21725192017-08-23 19:46:04 -04006151#: misc/tune2fs.c:123
Theodore Ts'o4e528702016-09-04 21:31:21 -04006152msgid "Please run e2fsck -fD on the filesystem.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006153msgstr "Kør venligst e2fsck -fD på filsystemet.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006154
Theodore Ts'o21725192017-08-23 19:46:04 -04006155#: misc/tune2fs.c:136
Joe Hansen1d32c062018-08-18 14:28:35 -04006156#, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006157msgid ""
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006158"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006159"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006160"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006161"\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6162"\t[-L volume_label] [-M last_mounted_dir]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006163"\t[-O [^]feature[,...]] [-Q quota_options]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006164"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006165"\t[-I new_inode_size] [-z undo_file] device\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006166msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04006167"Brug: %s [-c maks_monteringsantal] [-e fejl_opførsel] [-f] [-g gruppe]\n"
6168"\t[-i interval[d|m|w]] [-j] [-J journal_tilvalg] [-l]\n"
6169"\t[-m reserverede_blokke_procent] [-o [^]monteringstilvalg[,...]]\n"
Joe Hansen1d32c062018-08-18 14:28:35 -04006170"\t[-r reserverede_blokke_antal] [-u bruger] [-C monteringsantal]\n"
6171"\t[-L diskenhedsetiket] [-M sidst_monteret_mappe]\n"
Joe Hansen767c6972017-08-04 01:08:46 -04006172"\t[-O [^]feature[,...]] [-Q kvote_tilvalg]\n"
6173"\t[-E udvidet-tilvalg[,...]] [-T sidste_kontroltidspunkt] [-U UUID]\n"
6174"\t[-I ny_iknude_størrelse] [-z genskab_fil] enhed\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006175
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006176#: misc/tune2fs.c:223
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006177msgid "Journal superblock not found!\n"
6178msgstr "Journalsuperblok blev ikke fundet!\n"
6179
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006180#: misc/tune2fs.c:281
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006181msgid "while trying to open external journal"
Joe Hansen1d32c062018-08-18 14:28:35 -04006182msgstr "under forsøg på at åbne ekstern journal"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006183
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006184#: misc/tune2fs.c:287 misc/tune2fs.c:2845
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006185#, c-format
6186msgid "%s is not a journal device.\n"
6187msgstr "%s er ikke en journalenhed.\n"
6188
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006189#: misc/tune2fs.c:297 misc/tune2fs.c:2856
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006190msgid "Filesystem's UUID not found on journal device.\n"
6191msgstr "Filsystemets UUID blev ikke fundet på journalenhed.\n"
6192
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006193#: misc/tune2fs.c:321
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006194msgid ""
6195"Cannot locate journal device. It was NOT removed\n"
6196"Use -f option to remove missing journal device.\n"
6197msgstr ""
6198"Kan ikke finde journalenhed. Den blev IKKE fjernet\n"
6199"Brug tilvalget -f til at fjerne manglende journalenhed.\n"
6200
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006201#: misc/tune2fs.c:330
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006202msgid "Journal removed\n"
6203msgstr "Journal fjernet\n"
6204
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006205#: misc/tune2fs.c:374
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006206msgid "while reading bitmaps"
6207msgstr "under læsning af bitmaps"
6208
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006209#: misc/tune2fs.c:382
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006210msgid "while clearing journal inode"
6211msgstr "under rydning af journaliknude"
6212
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006213#: misc/tune2fs.c:393
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006214msgid "while writing journal inode"
6215msgstr "under skrivning af journaliknude"
6216
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006217#: misc/tune2fs.c:429 misc/tune2fs.c:452 misc/tune2fs.c:465
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006218msgid "(and reboot afterwards!)\n"
6219msgstr "(og genstart efterfølgende!)\n"
6220
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006221#: misc/tune2fs.c:480
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006222#, c-format
6223msgid "After running e2fsck, please run `resize2fs %s %s"
6224msgstr ""
6225
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006226#: misc/tune2fs.c:483
Joe Hansenddaaea82017-02-19 21:45:42 -05006227#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006228msgid "Please run `resize2fs %s %s"
Joe Hansenddaaea82017-02-19 21:45:42 -05006229msgstr "Kør venligst »resize2fs %s %s"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006230
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006231#: misc/tune2fs.c:487
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006232#, c-format
6233msgid " -z \"%s\""
Joe Hansenddaaea82017-02-19 21:45:42 -05006234msgstr " -z »%s«"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006235
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006236#: misc/tune2fs.c:489
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006237#, c-format
6238msgid "' to enable 64-bit mode.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006239msgstr "' for at aktivere 64-bit tilstand.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006240
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006241#: misc/tune2fs.c:491
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006242#, c-format
6243msgid "' to disable 64-bit mode.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006244msgstr "' for at deaktivere 64-bit tilstand.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006245
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006246#: misc/tune2fs.c:1087
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006247msgid ""
6248"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6249" This requires Linux >= v4.4.\n"
6250msgstr ""
Joe Hansenddaaea82017-02-19 21:45:42 -05006251"ADVARSEL: Kunne ikke bekræfte kerneunderstøttelse for metadata_csum_seed.\n"
6252" Dette kræver Linux >= v4.4.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006253
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006254#: misc/tune2fs.c:1123
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006255#, c-format
6256msgid "Clearing filesystem feature '%s' not supported.\n"
6257msgstr "Funktionen for rydning af filsystem »%s« er ikke understøttet.\n"
6258
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006259#: misc/tune2fs.c:1129
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006260#, c-format
6261msgid "Setting filesystem feature '%s' not supported.\n"
6262msgstr "Funktionen for opsætning af filsystem »%s« er ikke understøttet.\n"
6263
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006264#: misc/tune2fs.c:1138
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006265msgid ""
6266"The has_journal feature may only be cleared when the filesystem is\n"
6267"unmounted or mounted read-only.\n"
6268msgstr ""
6269"Funktionen has_journal kan kun ryddes, når filsystemet er umonteret\n"
6270"eller monteret som skrivebeskyttet.\n"
6271
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006272#: misc/tune2fs.c:1146
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006273msgid ""
6274"The needs_recovery flag is set. Please run e2fsck before clearing\n"
6275"the has_journal flag.\n"
6276msgstr ""
6277"Flaget needs_recovery er angivet. Kør venligst e2fsck før rydning\n"
6278"af flaget has_journal.\n"
6279
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006280#: misc/tune2fs.c:1164
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006281msgid ""
6282"Setting filesystem feature 'sparse_super' not supported\n"
6283"for filesystems with the meta_bg feature enabled.\n"
6284msgstr ""
6285"Angivelse af filsystemfunktionen »sparse_super« er ikke understøttet\n"
6286"for filsystemer med funktionen meta_bg aktiveret.\n"
6287
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006288#: misc/tune2fs.c:1177
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006289msgid ""
6290"The multiple mount protection feature can't\n"
6291"be set if the filesystem is mounted or\n"
6292"read-only.\n"
6293msgstr ""
6294"Funktionen for flere monteringsbeskyttelser kan\n"
6295"ikke angives hvis filsystemet er monteret eller\n"
6296"skrivebeskyttet.\n"
6297
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006298#: misc/tune2fs.c:1195
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006299#, c-format
6300msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6301msgstr ""
6302
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006303#: misc/tune2fs.c:1204
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006304msgid ""
6305"The multiple mount protection feature cannot\n"
6306"be disabled if the filesystem is readonly.\n"
6307msgstr ""
6308
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006309#: misc/tune2fs.c:1212
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006310msgid "Error while reading bitmaps\n"
6311msgstr "Der opstod en fejl under læsning af bitmap\n"
6312
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006313#: misc/tune2fs.c:1221
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006314#, c-format
6315msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6316msgstr "Magisk nummer i MMP-blok matcher ikke. forventede: %x, faktisk %x\n"
6317
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006318#: misc/tune2fs.c:1226
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006319msgid "while reading MMP block."
6320msgstr "under læsning af MMP-blok."
6321
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006322#: misc/tune2fs.c:1258
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006323msgid ""
6324"Clearing the flex_bg flag would cause the the filesystem to be\n"
6325"inconsistent.\n"
6326msgstr ""
6327"Rydning af flaget flex_bg vil medføre at filsystemet bliver\n"
6328"inkonsistent.\n"
6329
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006330#: misc/tune2fs.c:1269
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006331msgid ""
6332"The huge_file feature may only be cleared when the filesystem is\n"
6333"unmounted or mounted read-only.\n"
6334msgstr ""
6335
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006336#: misc/tune2fs.c:1280
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006337msgid "Enabling checksums could take some time."
6338msgstr ""
6339
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006340#: misc/tune2fs.c:1282
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006341msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6342msgstr ""
6343
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006344#: misc/tune2fs.c:1288
6345msgid ""
6346"Extents are not enabled. The file extent tree can be checksummed, whereas "
6347"block maps cannot. Not enabling extents reduces the coverage of metadata "
6348"checksumming. Re-run with -O extent to rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006349msgstr ""
6350
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006351#: misc/tune2fs.c:1295
6352msgid ""
6353"64-bit filesystem support is not enabled. The larger fields afforded by "
6354"this feature enable full-strength checksumming. Run resize2fs -b to "
6355"rectify.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006356msgstr ""
6357
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006358#: misc/tune2fs.c:1321
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006359msgid "Disabling checksums could take some time."
Joe Hansenddaaea82017-02-19 21:45:42 -05006360msgstr "Deaktivering af kontrolsummer kan tage lidt tid."
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006361
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006362#: misc/tune2fs.c:1323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006363msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006364msgstr "Kan ikke deaktivere metadata_csum på et monteret filsystem!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006365
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006366#: misc/tune2fs.c:1386
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006367#, c-format
6368msgid "Cannot enable 64-bit mode while mounted!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006369msgstr "Kan ikke aktivere 64-bit tilstand mens monteret!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006370
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006371#: misc/tune2fs.c:1396
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006372#, c-format
6373msgid "Cannot disable 64-bit mode while mounted!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006374msgstr "Kan ikke deaktivere 64-bit tilstand mens monteret!\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006375
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006376#: misc/tune2fs.c:1426
Theodore Ts'o21725192017-08-23 19:46:04 -04006377#, c-format
6378msgid "Cannot enable project feature; inode size too small.\n"
6379msgstr ""
6380
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006381#: misc/tune2fs.c:1447
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006382msgid ""
6383"\n"
6384"Warning: '^quota' option overrides '-Q'arguments.\n"
6385msgstr ""
6386
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006387#: misc/tune2fs.c:1465
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006388msgid ""
6389"Setting feature 'metadata_csum_seed' is only supported\n"
6390"on filesystems with the metadata_csum feature enabled.\n"
6391msgstr ""
Joe Hansenddaaea82017-02-19 21:45:42 -05006392"Angivelse af funktionen »metadata_csum_seed« er kun understøttet\n"
6393"på filsystemer med funktionen metadata_csum aktiveret.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006394
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006395#: misc/tune2fs.c:1483
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006396msgid ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006397"UUID has changed since enabling metadata_csum. Filesystem must be "
6398"unmounted \n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006399"to safely rewrite all metadata to match the new UUID.\n"
6400msgstr ""
6401
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006402#: misc/tune2fs.c:1489
Theodore Ts'o899425b2018-02-27 22:25:04 -05006403msgid "Recalculating checksums could take some time."
Joe Hansen1d32c062018-08-18 14:28:35 -04006404msgstr "Genberegning af kontrolsummer kan tage lidt tid."
Theodore Ts'o899425b2018-02-27 22:25:04 -05006405
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006406#: misc/tune2fs.c:1531
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006407msgid "The filesystem already has a journal.\n"
6408msgstr "Filsystemet har allerede en journal.\n"
6409
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006410#: misc/tune2fs.c:1551
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006411#, c-format
6412msgid ""
6413"\n"
6414"\twhile trying to open journal on %s\n"
6415msgstr ""
6416"\n"
6417"\tunder forsøg på at åbne journal på %s\n"
6418
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006419#: misc/tune2fs.c:1555
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006420#, c-format
6421msgid "Creating journal on device %s: "
6422msgstr "Opretter journal på enhed %s: "
6423
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006424#: misc/tune2fs.c:1563
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006425#, c-format
6426msgid "while adding filesystem to journal on %s"
6427msgstr "under tilføjelse af filsystem til journal på %s"
6428
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006429#: misc/tune2fs.c:1569
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006430msgid "Creating journal inode: "
6431msgstr "Opretter journaliknude: "
6432
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006433#: misc/tune2fs.c:1583
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006434msgid ""
6435"\n"
6436"\twhile trying to create journal file"
6437msgstr ""
6438"\n"
6439"\tunder forsøg på at oprette journalfil"
6440
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006441#: misc/tune2fs.c:1621
Theodore Ts'o21725192017-08-23 19:46:04 -04006442#, c-format
6443msgid "Cannot enable project quota; inode size too small.\n"
6444msgstr ""
6445
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006446#: misc/tune2fs.c:1634
Theodore Ts'o48203a32016-06-08 15:45:26 -04006447msgid "while initializing quota context in support library"
Joe Hansenddaaea82017-02-19 21:45:42 -05006448msgstr "under initialisering af kvotakontekst i understøttelsesbibliotek"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006449
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006450#: misc/tune2fs.c:1649
Joe Hansenddaaea82017-02-19 21:45:42 -05006451#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006452msgid "while updating quota limits (%d)"
Joe Hansenddaaea82017-02-19 21:45:42 -05006453msgstr "under opdatering af kvotabegrænsninger (%d)"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006454
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006455#: misc/tune2fs.c:1657
Joe Hansenddaaea82017-02-19 21:45:42 -05006456#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006457msgid "while writing quota file (%d)"
Joe Hansenddaaea82017-02-19 21:45:42 -05006458msgstr "under skrivning af kvotafil (%d)"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006459
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006460#: misc/tune2fs.c:1675
Joe Hansenddaaea82017-02-19 21:45:42 -05006461#, c-format
Theodore Ts'o48203a32016-06-08 15:45:26 -04006462msgid "while removing quota file (%d)"
Joe Hansenddaaea82017-02-19 21:45:42 -05006463msgstr "under fjernelse af kvotafil (%d)"
Theodore Ts'o48203a32016-06-08 15:45:26 -04006464
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006465#: misc/tune2fs.c:1718
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006466msgid ""
6467"\n"
6468"Bad quota options specified.\n"
6469"\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006470"Following valid quota options are available (pass by separating with "
6471"comma):\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006472"\t[^]usr[quota]\n"
6473"\t[^]grp[quota]\n"
6474"\t[^]prj[quota]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006475"\n"
6476"\n"
6477msgstr ""
6478
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006479#: misc/tune2fs.c:1776
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006480#, c-format
6481msgid "Couldn't parse date/time specifier: %s"
6482msgstr "Kunne ikke fortolke dato/tids-angiveren: %s"
6483
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006484#: misc/tune2fs.c:1801 misc/tune2fs.c:1814
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006485#, c-format
6486msgid "bad mounts count - %s"
6487msgstr "ugyldigt monteringsantal - %s"
6488
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006489#: misc/tune2fs.c:1857
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006490#, c-format
6491msgid "bad gid/group name - %s"
6492msgstr "ugyldig gid/gruppenavn - %s"
6493
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006494#: misc/tune2fs.c:1890
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006495#, c-format
6496msgid "bad interval - %s"
6497msgstr "ugyldig interval - %s"
6498
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006499#: misc/tune2fs.c:1919
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006500#, c-format
6501msgid "bad reserved block ratio - %s"
6502msgstr "ugyldigt reserveret blokforhold - %s"
6503
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006504#: misc/tune2fs.c:1934
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006505msgid "-o may only be specified once"
6506msgstr "-o kan kun angives en gang"
6507
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006508#: misc/tune2fs.c:1943
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006509msgid "-O may only be specified once"
6510msgstr "-O kan kun angives en gang"
6511
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006512#: misc/tune2fs.c:1960
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006513#, c-format
6514msgid "bad reserved blocks count - %s"
6515msgstr "ugyldigt reserveret blokantal - %s"
6516
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006517#: misc/tune2fs.c:1989
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006518#, c-format
6519msgid "bad uid/user name - %s"
6520msgstr "ugyldig uid/brugernavn - %s"
6521
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006522#: misc/tune2fs.c:2006
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006523#, c-format
6524msgid "bad inode size - %s"
6525msgstr "ugylding iknude-størrelse - %s"
6526
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006527#: misc/tune2fs.c:2013
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006528#, c-format
6529msgid "Inode size must be a power of two- %s"
6530msgstr "Iknude-størrelse skal være en potens af to - %s"
6531
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006532#: misc/tune2fs.c:2110
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006533#, c-format
6534msgid "mmp_update_interval too big: %lu\n"
6535msgstr "mmp_update_interval er for stort: %lu\n"
6536
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006537#: misc/tune2fs.c:2115
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006538#, c-format
6539msgid "Setting multiple mount protection update interval to %lu second\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006540msgid_plural ""
6541"Setting multiple mount protection update interval to %lu seconds\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006542msgstr[0] ""
6543msgstr[1] ""
6544
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006545#: misc/tune2fs.c:2138
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006546#, c-format
6547msgid "Invalid RAID stride: %s\n"
6548msgstr "Ugyldig RAID stride: %s\n"
6549
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006550#: misc/tune2fs.c:2153
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006551#, c-format
6552msgid "Invalid RAID stripe-width: %s\n"
6553msgstr "Ugyldig RAID stripe-bredde: %s\n"
6554
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006555#: misc/tune2fs.c:2168
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006556#, c-format
6557msgid "Invalid hash algorithm: %s\n"
6558msgstr "Ugyldig hashalgoritme: %s\n"
6559
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006560#: misc/tune2fs.c:2174
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006561#, c-format
6562msgid "Setting default hash algorithm to %s (%d)\n"
6563msgstr "Angiver standardhashalgoritmen til %s (%d)\n"
6564
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006565#: misc/tune2fs.c:2193
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006566msgid ""
6567"\n"
6568"Bad options specified.\n"
6569"\n"
6570"Extended options are separated by commas, and may take an argument which\n"
6571"\tis set off by an equals ('=') sign.\n"
6572"\n"
6573"Valid extended options are:\n"
6574"\tclear_mmp\n"
6575"\thash_alg=<hash algorithm>\n"
6576"\tmount_opts=<extended default mount options>\n"
Theodore Ts'o89128f82018-01-01 19:36:37 -05006577"\tmmp_update_interval=<mmp update interval in seconds>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006578"\tstride=<RAID per-disk chunk size in blocks>\n"
6579"\tstripe_width=<RAID stride*data disks in blocks>\n"
6580"\ttest_fs\n"
6581"\t^test_fs\n"
6582msgstr ""
6583
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006584#: misc/tune2fs.c:2663
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006585msgid "Failed to read inode bitmap\n"
6586msgstr "Kunne ikke læse iknude-bitmap\n"
6587
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006588#: misc/tune2fs.c:2668
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006589msgid "Failed to read block bitmap\n"
6590msgstr "Kunne ikke læse blok-bitmap\n"
6591
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006592#: misc/tune2fs.c:2685 resize/resize2fs.c:1277
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006593msgid "blocks to be moved"
6594msgstr "blokke der skal flyttes"
6595
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006596#: misc/tune2fs.c:2688
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006597msgid "Failed to allocate block bitmap when increasing inode size\n"
6598msgstr "Kunne ikke allokere blok-bitmap da iknudestørrelsen blev øget\n"
6599
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006600#: misc/tune2fs.c:2694
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006601msgid "Not enough space to increase inode size \n"
6602msgstr "Ikke nok plads til at øge iknudestørrelsen \n"
6603
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006604#: misc/tune2fs.c:2699
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006605msgid "Failed to relocate blocks during inode resize \n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006606msgstr "Kunne ikke relokere blokke under ændring af størrelsen for iknude \n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006607
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006608#: misc/tune2fs.c:2731
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006609msgid ""
6610"Error in resizing the inode size.\n"
6611"Run e2undo to undo the file system changes. \n"
6612msgstr ""
6613
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006614#: misc/tune2fs.c:2936
Joe Hansen1d32c062018-08-18 14:28:35 -04006615msgid ""
6616"If you are sure the filesystem is not in use on any node, run:\n"
6617"'tune2fs -f -E clear_mmp {device}'\n"
6618msgstr ""
6619"Hvis du er sikker på, at filsystemet ikke er i brug på nogen knude, så kør:\n"
6620"»tune2fs -f -E clear_mmp {device}«\n"
6621
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006622#: misc/tune2fs.c:2943
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006623#, c-format
6624msgid ""
6625"MMP block magic is bad. Try to fix it by running:\n"
6626"'e2fsck -f %s'\n"
6627msgstr ""
6628
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006629#: misc/tune2fs.c:2955
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006630msgid "Cannot modify a journal device.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006631msgstr "Kan ikke ændre en journalenhed.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006632
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006633#: misc/tune2fs.c:2968
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006634#, c-format
6635msgid "The inode size is already %lu\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006636msgstr "Iknudestørrelsen er allerede %lu\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006637
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006638#: misc/tune2fs.c:2975
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006639msgid "Shrinking inode size is not supported\n"
6640msgstr "Formindskelse af iknudestørrelse er ikke understøttet\n"
6641
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006642#: misc/tune2fs.c:2980
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006643#, c-format
6644msgid "Invalid inode size %lu (max %d)\n"
6645msgstr "Ugyldig iknudestørrelse %lu (maks %d)\n"
6646
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006647#: misc/tune2fs.c:2986
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006648msgid "Resizing inodes could take some time."
6649msgstr ""
6650
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006651#: misc/tune2fs.c:3034
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006652#, c-format
6653msgid ""
6654"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6655"\n"
6656"\te2fsck -E journal_only %s\n"
6657"\n"
6658"then rerun this command. Otherwise, any changes made may be overwritten\n"
6659"by journal recovery.\n"
6660msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04006661"Advarsel: Denne journal er beskidt. Du kan genafspille journalen således:\n"
6662"\n"
6663"\te2fsck -E journal_only %s\n"
6664"\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006665"kør så denne kommando igen. Ellers vil eventuelle ændringer blive "
6666"overskrevet\n"
Joe Hansen767c6972017-08-04 01:08:46 -04006667"af journal-gendannelse.\n"
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04006668
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006669#: misc/tune2fs.c:3045
Joe Hansenddaaea82017-02-19 21:45:42 -05006670#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006671msgid "Recovering journal.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006672msgstr "Genskaber journal.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006673
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006674#: misc/tune2fs.c:3063
Theodore Ts'o899425b2018-02-27 22:25:04 -05006675#, c-format
6676msgid "Setting maximal mount count to %d\n"
6677msgstr ""
6678
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006679#: misc/tune2fs.c:3069
Theodore Ts'o899425b2018-02-27 22:25:04 -05006680#, c-format
6681msgid "Setting current mount count to %d\n"
6682msgstr "Sætter nuværende monteringsantal til %d\n"
6683
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006684#: misc/tune2fs.c:3074
Theodore Ts'o899425b2018-02-27 22:25:04 -05006685#, c-format
6686msgid "Setting error behavior to %d\n"
6687msgstr "Sætter fejlopførsel til %d\n"
6688
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006689#: misc/tune2fs.c:3079
Theodore Ts'o899425b2018-02-27 22:25:04 -05006690#, c-format
6691msgid "Setting reserved blocks gid to %lu\n"
6692msgstr ""
6693
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006694#: misc/tune2fs.c:3084
Theodore Ts'o899425b2018-02-27 22:25:04 -05006695#, c-format
6696msgid "interval between checks is too big (%lu)"
6697msgstr ""
6698
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006699#: misc/tune2fs.c:3091
Theodore Ts'o899425b2018-02-27 22:25:04 -05006700#, c-format
6701msgid "Setting interval between checks to %lu seconds\n"
6702msgstr ""
6703
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006704#: misc/tune2fs.c:3098
Theodore Ts'o899425b2018-02-27 22:25:04 -05006705#, c-format
6706msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6707msgstr ""
6708
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006709#: misc/tune2fs.c:3104
Theodore Ts'o899425b2018-02-27 22:25:04 -05006710#, c-format
6711msgid "reserved blocks count is too big (%llu)"
6712msgstr ""
6713
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006714#: misc/tune2fs.c:3111
Theodore Ts'o899425b2018-02-27 22:25:04 -05006715#, c-format
6716msgid "Setting reserved blocks count to %llu\n"
6717msgstr ""
6718
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006719#: misc/tune2fs.c:3116
Theodore Ts'o899425b2018-02-27 22:25:04 -05006720msgid ""
6721"\n"
6722"The filesystem already has sparse superblocks.\n"
6723msgstr ""
6724"\n"
6725"Filsystemet har allerede tynde superblokke.\n"
6726
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006727#: misc/tune2fs.c:3119
Theodore Ts'o899425b2018-02-27 22:25:04 -05006728msgid ""
6729"\n"
6730"Setting the sparse superblock flag not supported\n"
6731"for filesystems with the meta_bg feature enabled.\n"
6732msgstr ""
6733"\n"
6734"Angivelse af det tynde superblokflag er ikke understøttet\n"
6735"for filsystemer med funktionen meta_bg aktiveret.\n"
6736
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006737#: misc/tune2fs.c:3129
Theodore Ts'o899425b2018-02-27 22:25:04 -05006738#, c-format
6739msgid ""
6740"\n"
6741"Sparse superblock flag set. %s"
6742msgstr ""
6743"\n"
6744"Tyndt superblokflag angivet. %s"
6745
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006746#: misc/tune2fs.c:3134
Theodore Ts'o899425b2018-02-27 22:25:04 -05006747msgid ""
6748"\n"
6749"Clearing the sparse superblock flag not supported.\n"
6750msgstr ""
6751"\n"
6752"Rydning af det tynde superblokflag er ikke understøttet.\n"
6753
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006754#: misc/tune2fs.c:3142
Theodore Ts'o899425b2018-02-27 22:25:04 -05006755#, c-format
6756msgid "Setting time filesystem last checked to %s\n"
6757msgstr "Angiver tidspunkt for filsystemets sidste kontrol til %s\n"
6758
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006759#: misc/tune2fs.c:3148
Theodore Ts'o899425b2018-02-27 22:25:04 -05006760#, c-format
6761msgid "Setting reserved blocks uid to %lu\n"
6762msgstr "Angiver reserveret blokke-uid til %lu\n"
6763
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006764#: misc/tune2fs.c:3180
Theodore Ts'o899425b2018-02-27 22:25:04 -05006765msgid "Error in using clear_mmp. It must be used with -f\n"
6766msgstr "fejl i brugen af clear_mmp. Den skal bruges med -f\n"
6767
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006768#: misc/tune2fs.c:3198
6769msgid ""
6770"The quota feature may only be changed when the filesystem is unmounted.\n"
Theodore Ts'o899425b2018-02-27 22:25:04 -05006771msgstr "Kvotafunktionen kan kun ændres når filsystemer er afmonteret.\n"
6772
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006773#: misc/tune2fs.c:3222
Theodore Ts'o899425b2018-02-27 22:25:04 -05006774msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6775msgstr "UUID'en kan kun ændres når filsystemet er afmonteret.\n"
6776
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006777#: misc/tune2fs.c:3225
6778msgid ""
6779"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6780"and re-run this command.\n"
6781msgstr ""
6782"Hvis du kun bruger kerner nyere end version 4.4, så kør »tune2fs -O "
6783"metadata_csum_seed« og kør denne kommando igen.\n"
Theodore Ts'o899425b2018-02-27 22:25:04 -05006784
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006785#: misc/tune2fs.c:3234
Theodore Ts'o899425b2018-02-27 22:25:04 -05006786msgid "Setting UUID on a checksummed filesystem could take some time."
6787msgstr "Angivelse af UUID på et filsystem med kontrolsummer kan tage lang tid."
6788
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006789#: misc/tune2fs.c:3259
Theodore Ts'o899425b2018-02-27 22:25:04 -05006790msgid "Invalid UUID format\n"
6791msgstr "Ugyldigt UUID-format\n"
6792
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006793#: misc/tune2fs.c:3275
Theodore Ts'o899425b2018-02-27 22:25:04 -05006794msgid "Need to update journal superblock.\n"
6795msgstr "Skal opdatere journalsuperblok.\n"
6796
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006797#: misc/tune2fs.c:3301
Theodore Ts'o899425b2018-02-27 22:25:04 -05006798msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6799msgstr "Iknudens størrelse kan kun ændres når filsystemet er afmonteret.\n"
6800
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006801#: misc/tune2fs.c:3308
Theodore Ts'o899425b2018-02-27 22:25:04 -05006802msgid ""
6803"Changing the inode size not supported for filesystems with the flex_bg\n"
6804"feature enabled.\n"
6805msgstr ""
6806"Ændring af iknudens størrelse er ikke understøttet på filsystemer med\n"
6807"funktionen flex_bg aktiveret.\n"
6808
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006809#: misc/tune2fs.c:3326
Theodore Ts'o899425b2018-02-27 22:25:04 -05006810#, c-format
6811msgid "Setting inode size %lu\n"
6812msgstr "Sætter iknudestørrelse %lu\n"
6813
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006814#: misc/tune2fs.c:3330
Theodore Ts'o899425b2018-02-27 22:25:04 -05006815msgid "Failed to change inode size\n"
6816msgstr "Kunne ikke ændre iknudestørrelse\n"
6817
6818# eng. tastefejl = stride kontra stripe
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006819#: misc/tune2fs.c:3344
Theodore Ts'o899425b2018-02-27 22:25:04 -05006820#, c-format
6821msgid "Setting stride size to %d\n"
6822msgstr "Sætter stridestørrelse til %d\n"
6823
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006824#: misc/tune2fs.c:3349
Theodore Ts'o899425b2018-02-27 22:25:04 -05006825#, c-format
6826msgid "Setting stripe width to %d\n"
6827msgstr "Sætter stripebredde til %d\n"
6828
Theodore Ts'o40e66e22018-08-18 21:14:56 -04006829#: misc/tune2fs.c:3356
Theodore Ts'o899425b2018-02-27 22:25:04 -05006830#, c-format
6831msgid "Setting extended default mount options to '%s'\n"
6832msgstr "Sætter udvidede monteringsindstillinger til »%s«\n"
6833
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006834#: misc/util.c:100
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006835msgid "<proceeding>\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006836msgstr "<i_gang>\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006837
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006838#: misc/util.c:104
Joe Hansen1d32c062018-08-18 14:28:35 -04006839#, c-format
Theodore Ts'o21725192017-08-23 19:46:04 -04006840msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
Joe Hansen1d32c062018-08-18 14:28:35 -04006841msgstr "Fortsæt alligevel (eller vent %d sekunder for at fortsætte) ? (j,N) "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006842
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006843#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006844msgid "Proceed anyway? (y,N) "
Joe Hansenddaaea82017-02-19 21:45:42 -05006845msgstr "Fortsæt alligevel? (j,N) "
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006846
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006847#: misc/util.c:133
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006848msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006849msgstr "mke2fs tvunget alligevel. Håb at /etc/mtab er forkert.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006850
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006851#: misc/util.c:138
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006852#, c-format
6853msgid "will not make a %s here!\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006854msgstr "vil ikke lave en %s her!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006855
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006856#: misc/util.c:145
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006857msgid "mke2fs forced anyway.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05006858msgstr "mke2fs tvunget alligevel.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006859
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006860#: misc/util.c:161
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006861msgid "Couldn't allocate memory to parse journal options!\n"
Joe Hansen767c6972017-08-04 01:08:46 -04006862msgstr "Kunne ikke allokere hukommelse til at fortolke journalindstillinger!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006863
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006864#: misc/util.c:186
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006865#, c-format
6866msgid ""
6867"\n"
6868"Could not find journal device matching %s\n"
6869msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04006870"\n"
6871"Kunne ikke finde journal-enhed der matcher %s\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006872
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006873#: misc/util.c:213
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006874msgid ""
6875"\n"
6876"Bad journal options specified.\n"
6877"\n"
6878"Journal options are separated by commas, and may take an argument which\n"
6879"\tis set off by an equals ('=') sign.\n"
6880"\n"
6881"Valid journal options are:\n"
6882"\tsize=<journal size in megabytes>\n"
6883"\tdevice=<journal device>\n"
6884"\tlocation=<journal location>\n"
6885"\n"
6886"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6887"\n"
6888msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04006889"\n"
6890"Ugyldige journaltilvalg er angivet.\n"
6891"\n"
6892"Journaltilvalg er adskilt af komma, og kan bruge et argument som sendes\n"
6893"\tafsted med et lig med-tegn (»=«).\n"
6894"\n"
6895"Gyldige journaltilvalg er:\n"
6896"\tsize=<journalstørrelse i megabyte>\n"
6897"\tdevice=<journalenhed>\n"
6898"\tlocation=<journalplacering>\n"
6899"\n"
6900"Journalstørrelsen skal være mellem 1024 og 10240000 filsystemblokke.\n"
6901"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006902
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006903#: misc/util.c:244
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006904msgid ""
6905"\n"
6906"Filesystem too small for a journal\n"
6907msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04006908"\n"
6909"Filsystem er for lille for en journal\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006910
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006911#: misc/util.c:251
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006912#, c-format
6913msgid ""
6914"\n"
6915"The requested journal size is %d blocks; it must be\n"
6916"between 1024 and 10240000 blocks. Aborting.\n"
6917msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04006918"\n"
6919"Den anmodt journalstørrelse er på %d blokke; størrelsen\n"
6920"skal være mellem 1024 og 10240000 blokke. Afbryder.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006921
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006922#: misc/util.c:259
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006923msgid ""
6924"\n"
6925"Journal size too big for filesystem.\n"
6926msgstr ""
6927"\n"
6928"Journalstørrelse er for stor for filsystemet.\n"
6929
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04006930#: misc/util.c:273
Theodore Ts'oc5c39362015-05-17 20:27:50 -04006931#, c-format
6932msgid ""
6933"This filesystem will be automatically checked every %d mounts or\n"
6934"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6935msgstr ""
6936"Dette filsystem vil automatisk blive kontrolleret efter hver %d montering\n"
6937"eller efter %g dage. Brug tune2fs -c eller -i for at annullere.\n"
6938
6939#: misc/uuidd.c:49
6940#, c-format
6941msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6942msgstr "Brug: %s [-d] [-p pid-fil] [-s sokkelsti] [-T tidsudløb]\n"
6943
6944#: misc/uuidd.c:51
6945#, c-format
6946msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6947msgstr " %s [-r|t] [-n num] [-s sokkelsti]\n"
6948
6949#: misc/uuidd.c:53
6950#, c-format
6951msgid " %s -k\n"
6952msgstr " %s -k\n"
6953
6954#: misc/uuidd.c:155
6955msgid "bad arguments"
6956msgstr "ugyldige parametre"
6957
6958#: misc/uuidd.c:173
6959msgid "connect"
6960msgstr "forbind"
6961
6962#: misc/uuidd.c:192
6963msgid "write"
6964msgstr "skriv"
6965
6966#: misc/uuidd.c:200
6967msgid "read count"
6968msgstr ""
6969
6970#: misc/uuidd.c:206
6971msgid "bad response length"
6972msgstr "ugyldig svarlængde"
6973
6974#: misc/uuidd.c:271
6975#, c-format
6976msgid "uuidd daemon already running at pid %s\n"
6977msgstr "uuidd-dæmon kører allerede på pid %s\n"
6978
6979#: misc/uuidd.c:279
6980#, c-format
6981msgid "Couldn't create unix stream socket: %s"
6982msgstr "Kunne ikke oprette unix-strømsokkel: %s"
6983
6984#: misc/uuidd.c:308
6985#, c-format
6986msgid "Couldn't bind unix socket %s: %s\n"
6987msgstr "Kunne ikke binde unix-sokkel %s: %s\n"
6988
6989#: misc/uuidd.c:316
6990#, c-format
6991msgid "Couldn't listen on unix socket %s: %s\n"
6992msgstr "Kunne ikke lytte på unix-sokkel %s: %s\n"
6993
6994#: misc/uuidd.c:354
6995#, c-format
6996msgid "Error reading from client, len = %d\n"
6997msgstr "Fejl ved læsning fra klient, len = %d\n"
6998
6999#: misc/uuidd.c:362
7000#, c-format
7001msgid "operation %d, incoming num = %d\n"
7002msgstr "operation %d, indgående num = %d\n"
7003
7004#: misc/uuidd.c:381
7005#, c-format
7006msgid "Generated time UUID: %s\n"
7007msgstr "Oprettet tids-UUID: %s\n"
7008
7009#: misc/uuidd.c:391
7010#, c-format
7011msgid "Generated random UUID: %s\n"
7012msgstr "Oprettet vilkårlig UUID: %s\n"
7013
7014#: misc/uuidd.c:400
7015#, c-format
7016msgid "Generated time UUID %s and subsequent UUID\n"
7017msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7018msgstr[0] "Oprettet tids UUID %s og efterfølgende UUID\n"
7019msgstr[1] "Oprettet tids UUID %s og %d efterfølgende UUID'er\n"
7020
7021#: misc/uuidd.c:421
7022#, c-format
7023msgid "Generated %d UUID's:\n"
7024msgstr "Oprettet %d UUID'er:\n"
7025
7026#: misc/uuidd.c:433
7027#, c-format
7028msgid "Invalid operation %d\n"
7029msgstr "Ugyldig operation %d\n"
7030
7031#: misc/uuidd.c:477 misc/uuidd.c:499
7032#, c-format
7033msgid "Bad number: %s\n"
7034msgstr "Ugyldigt tal: %s\n"
7035
7036#: misc/uuidd.c:534 misc/uuidd.c:563
7037#, c-format
7038msgid "Error calling uuidd daemon (%s): %s\n"
7039msgstr "Der opstod en fejl ved kald til uuidd-dæmon (%s): %s\n"
7040
7041#: misc/uuidd.c:544
7042#, c-format
7043msgid "%s and subsequent UUID\n"
7044msgid_plural "%s and subsequent %d UUIDs\n"
7045msgstr[0] "%s og efterfølgende UUID\n"
7046msgstr[1] "%s og efterfølgende %d UUID'er\n"
7047
7048#: misc/uuidd.c:548
7049msgid "List of UUID's:\n"
7050msgstr "Liste over UUID'er:\n"
7051
7052#: misc/uuidd.c:569
7053#, c-format
7054msgid "Unexpected reply length from server %d\n"
7055msgstr "Uventet svarlængde fra server %d\n"
7056
7057#: misc/uuidd.c:586
7058#, c-format
7059msgid "Couldn't kill uuidd running at pid %d: %s\n"
7060msgstr "Kunne ikke dræbe uuidd der kører på pid %d: %s\n"
7061
7062#: misc/uuidd.c:592
7063#, c-format
7064msgid "Killed uuidd running at pid %d\n"
7065msgstr "Dræbte uuidd der kører på pid %d\n"
7066
7067#: misc/uuidgen.c:32
7068#, c-format
7069msgid "Usage: %s [-r] [-t]\n"
7070msgstr "Brug: %s [-r] [-t]\n"
7071
7072#: resize/extent.c:202
7073msgid "# Extent dump:\n"
7074msgstr ""
7075
7076#: resize/extent.c:203
7077#, c-format
7078msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
7079msgstr ""
7080
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007081#: resize/main.c:49
Joe Hansen1d32c062018-08-18 14:28:35 -04007082#, c-format
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007083msgid ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007084"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7085"[-S RAID-stride] [-z undo_file]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007086"\n"
7087msgstr ""
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007088"Brug: %s [-d fejlsøgningsflag] [-f] [-F] [-M] [-P] [-p] enhed [-b|-s|"
7089"ny_størrelse] [-S RAID-stride] [-z genskabfil]\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007090"\n"
7091
Theodore Ts'o89128f82018-01-01 19:36:37 -05007092#: resize/main.c:73
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007093msgid "Extending the inode table"
7094msgstr "Udvider iknude-tabellen"
7095
Theodore Ts'o89128f82018-01-01 19:36:37 -05007096#: resize/main.c:76
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007097msgid "Relocating blocks"
7098msgstr "Omallokerer blokke"
7099
Theodore Ts'o89128f82018-01-01 19:36:37 -05007100#: resize/main.c:79
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007101msgid "Scanning inode table"
7102msgstr "Skanner iknude-tabel"
7103
Theodore Ts'o89128f82018-01-01 19:36:37 -05007104#: resize/main.c:82
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007105msgid "Updating inode references"
7106msgstr "Opdaterer iknude-referencer"
7107
Theodore Ts'o89128f82018-01-01 19:36:37 -05007108#: resize/main.c:85
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007109msgid "Moving inode table"
7110msgstr "Flytter iknude-tabel"
7111
Theodore Ts'o89128f82018-01-01 19:36:37 -05007112#: resize/main.c:88
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007113msgid "Unknown pass?!?"
7114msgstr "Ukendt gennemløb?!?"
7115
Theodore Ts'o89128f82018-01-01 19:36:37 -05007116#: resize/main.c:91
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007117#, c-format
7118msgid "Begin pass %d (max = %lu)\n"
7119msgstr "Begynd gennemløb %d (maks. = %lu)\n"
7120
Theodore Ts'o89128f82018-01-01 19:36:37 -05007121#: resize/main.c:163
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007122msgid ""
7123"\n"
7124"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7125"your own risk! Use the force option if you want to go ahead anyway.\n"
7126"\n"
7127msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04007128"\n"
7129"Ændring af størrelsen på bigalloc-filsystemer er ikke testet fuldt ud.\n"
7130"Fortsæt på egen risiko! Brug tilvalget force hvis du ønsker at fortsætte.\n"
7131"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007132
Theodore Ts'o89128f82018-01-01 19:36:37 -05007133#: resize/main.c:366
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007134#, c-format
7135msgid "while opening %s"
7136msgstr "under åbning af %s"
7137
Theodore Ts'o89128f82018-01-01 19:36:37 -05007138#: resize/main.c:374
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007139#, c-format
7140msgid "while getting stat information for %s"
7141msgstr "under indhentelse af stat-information for %s"
7142
Theodore Ts'o89128f82018-01-01 19:36:37 -05007143#: resize/main.c:451
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007144#, c-format
7145msgid ""
7146"Please run 'e2fsck -f %s' first.\n"
7147"\n"
7148msgstr ""
7149"kør venligst »e2fsck -f %s« først.\n"
7150"\n"
7151
Theodore Ts'o89128f82018-01-01 19:36:37 -05007152#: resize/main.c:470
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007153#, c-format
7154msgid "Estimated minimum size of the filesystem: %llu\n"
7155msgstr "Estimeret minimumsstørrelse for filsystemet: %llu\n"
7156
Theodore Ts'o89128f82018-01-01 19:36:37 -05007157#: resize/main.c:507
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007158#, c-format
7159msgid "Invalid new size: %s\n"
7160msgstr "Ugyldig ny størrelse: %s\n"
7161
Theodore Ts'o89128f82018-01-01 19:36:37 -05007162#: resize/main.c:526
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007163msgid "New size too large to be expressed in 32 bits\n"
7164msgstr "Ny størrelse for stor til at blive udtryk ti 32-bit\n"
7165
Theodore Ts'o89128f82018-01-01 19:36:37 -05007166#: resize/main.c:534
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007167#, c-format
7168msgid "New size smaller than minimum (%llu)\n"
7169msgstr "Ny størrelse er mindre end minimum (%llu)\n"
7170
Theodore Ts'o89128f82018-01-01 19:36:37 -05007171#: resize/main.c:540
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007172msgid "Invalid stride length"
Joe Hansen767c6972017-08-04 01:08:46 -04007173msgstr "Ugyldig stride-længde"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007174
Theodore Ts'o89128f82018-01-01 19:36:37 -05007175#: resize/main.c:564
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007176#, c-format
7177msgid ""
7178"The containing partition (or device) is only %llu (%dk) blocks.\n"
7179"You requested a new size of %llu blocks.\n"
7180"\n"
7181msgstr ""
Joe Hansen767c6972017-08-04 01:08:46 -04007182"Den indeholdte partition (eller enhed) er kun på %llu (%dk) blokke.\n"
7183"Du anmodte om en størrelse på %llu blokke.\n"
7184"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007185
Theodore Ts'o89128f82018-01-01 19:36:37 -05007186#: resize/main.c:571
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007187#, c-format
7188msgid "Cannot set and unset 64bit feature.\n"
Joe Hansen767c6972017-08-04 01:08:46 -04007189msgstr "Kan ikke sætte eller fjerne 64-bit funktion.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007190
Theodore Ts'o89128f82018-01-01 19:36:37 -05007191#: resize/main.c:575
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007192#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007193msgid ""
7194"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7195"blocks.\n"
7196msgstr ""
7197"Kan ikke ændre 64-bit funktionen på et filsystem som er større end 2^32 "
7198"blokke.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007199
Theodore Ts'o89128f82018-01-01 19:36:37 -05007200#: resize/main.c:581
Joe Hansenddaaea82017-02-19 21:45:42 -05007201#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007202msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007203msgstr "Kan ikke ændre 64-bit funktionen mens filsystemet er monteret.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007204
Theodore Ts'o89128f82018-01-01 19:36:37 -05007205#: resize/main.c:587
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007206#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007207msgid ""
7208"Please enable the extents feature with tune2fs before enabling the 64bit "
7209"feature.\n"
7210msgstr ""
7211"Aktiver extents-funktionen med tune2fs før aktivering af 64-bit funktionen.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007212
Theodore Ts'o89128f82018-01-01 19:36:37 -05007213#: resize/main.c:593
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007214#, c-format
7215msgid ""
7216"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
7217"\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007218msgstr ""
7219"Filsystemet er allerede %llu (%dk( blokke langt. Intet at gøre!\n"
7220"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007221
Theodore Ts'o89128f82018-01-01 19:36:37 -05007222#: resize/main.c:600
Joe Hansenddaaea82017-02-19 21:45:42 -05007223#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007224msgid "The filesystem is already 64-bit.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007225msgstr "Filsystemet er allerede 64-bit.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007226
Theodore Ts'o89128f82018-01-01 19:36:37 -05007227#: resize/main.c:605
Joe Hansenddaaea82017-02-19 21:45:42 -05007228#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007229msgid "The filesystem is already 32-bit.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007230msgstr "Filsystemet er allerede 32-bit.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007231
Theodore Ts'o899425b2018-02-27 22:25:04 -05007232#: resize/main.c:613
Joe Hansenddaaea82017-02-19 21:45:42 -05007233#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007234msgid "Converting the filesystem to 64-bit.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007235msgstr "Konverterer filsystemet til 64-bit.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007236
Theodore Ts'o899425b2018-02-27 22:25:04 -05007237#: resize/main.c:615
Joe Hansenddaaea82017-02-19 21:45:42 -05007238#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007239msgid "Converting the filesystem to 32-bit.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007240msgstr "Konverterer filsystemet til 32-bit.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007241
Theodore Ts'o899425b2018-02-27 22:25:04 -05007242#: resize/main.c:617
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007243#, c-format
7244msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007245msgstr "Ændrer størrelse på filsystemet på %s til %llu (%dk) blokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007246
Theodore Ts'o899425b2018-02-27 22:25:04 -05007247#: resize/main.c:626
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007248#, c-format
7249msgid "while trying to resize %s"
Joe Hansenddaaea82017-02-19 21:45:42 -05007250msgstr "under forsøg på at ændre størrelse på %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007251
Theodore Ts'o899425b2018-02-27 22:25:04 -05007252#: resize/main.c:629
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007253#, c-format
7254msgid ""
7255"Please run 'e2fsck -fy %s' to fix the filesystem\n"
7256"after the aborted resize operation.\n"
7257msgstr ""
Joe Hansenddaaea82017-02-19 21:45:42 -05007258"Kør venligst »e2fsck -fy %s« for at rette filsystemet\n"
7259"efter den afbrudte ændring af størrelse-operation.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007260
Theodore Ts'o899425b2018-02-27 22:25:04 -05007261#: resize/main.c:635
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007262#, c-format
7263msgid ""
7264"The filesystem on %s is now %llu (%dk) blocks long.\n"
7265"\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05007266msgstr ""
7267"Filsystemet på %s er nu %llu (%dk) blokke langt.\n"
7268"\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007269
Theodore Ts'o899425b2018-02-27 22:25:04 -05007270#: resize/main.c:650
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007271#, c-format
7272msgid "while trying to truncate %s"
Joe Hansen767c6972017-08-04 01:08:46 -04007273msgstr "under forsøg på at forkorte %s"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007274
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007275#: resize/online.c:81
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007276msgid "kernel does not support online resize with sparse_super2"
Joe Hansen1e000f82016-08-31 23:14:17 -04007277msgstr "kerne understøtter ikke ny størrelse når aktiv med sparse_super2"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007278
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007279#: resize/online.c:86
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007280#, c-format
7281msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007282msgstr ""
7283"Filsystemet på %s er monteret på %s; aktiv (tændt) ændring af størrelse er "
7284"krævet\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007285
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007286#: resize/online.c:90
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007287msgid "On-line shrinking not supported"
Joe Hansen1e000f82016-08-31 23:14:17 -04007288msgstr "Aktiv (tændt) formindskelse er ikke understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007289
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007290#: resize/online.c:114
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007291msgid "Filesystem does not support online resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007292msgstr "Filsystemet understøtter ikke aktiv (når tændt) ændring af størrelsen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007293
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007294#: resize/online.c:122
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007295msgid "Not enough reserved gdt blocks for resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007296msgstr "Ikke nok reserverede gdt-blokke for ændring af størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007297
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007298#: resize/online.c:129
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007299msgid "Kernel does not support resizing a file system this large"
Joe Hansen1e000f82016-08-31 23:14:17 -04007300msgstr "Kerne understøtter ikke ændring af så stor størrelse for filsystemet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007301
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007302#: resize/online.c:137
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007303#, c-format
7304msgid "while trying to open mountpoint %s"
7305msgstr "under forsøg på at åbne monteringspunkt %s"
7306
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007307#: resize/online.c:142
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007308#, c-format
7309msgid "Old resize interface requested.\n"
7310msgstr "Der blev anmodt om gammel grænseflade til ændring af størrelse.\n"
7311
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007312#: resize/online.c:161 resize/online.c:178
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007313msgid "Permission denied to resize filesystem"
7314msgstr "Tilladelse til at ændre filsystemets størrelse nægtet"
7315
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007316#: resize/online.c:164 resize/online.c:184
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007317msgid "While checking for on-line resizing support"
Joe Hansen1e000f82016-08-31 23:14:17 -04007318msgstr "Under kontrol for aktiv (tændt) understøttelse af størrelsesændring"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007319
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007320#: resize/online.c:181
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007321msgid "Kernel does not support online resizing"
Joe Hansen1e000f82016-08-31 23:14:17 -04007322msgstr "Kerne understøtter ikke aktiv (tændt) ændring af størrelse"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007323
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007324#: resize/online.c:220
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007325#, c-format
7326msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007327msgstr ""
7328"Udfører en aktiv (tændt) ændring af størrelsen af %s til %llu (%dk) blokke.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007329
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04007330#: resize/online.c:230
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007331msgid "While trying to extend the last group"
Joe Hansen1e000f82016-08-31 23:14:17 -04007332msgstr "Under forsøg på at udvide den sidste gruppe"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007333
Joe Hansen1d32c062018-08-18 14:28:35 -04007334#: resize/online.c:277
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007335#, c-format
7336msgid "While trying to add group #%d"
7337msgstr "Under forsøg på at tilføje gruppe #%d"
7338
Joe Hansen1d32c062018-08-18 14:28:35 -04007339#: resize/online.c:288
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007340#, c-format
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007341msgid ""
7342"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7343"this system.\n"
7344msgstr ""
7345"Filsystemet på %s er monteret på %s, og aktiv (tændt) størrelsesændring er "
7346"ikke understøttet på dette system.\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007347
Theodore Ts'o4baef0a2016-05-12 01:01:46 -04007348#: resize/resize2fs.c:759
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007349#, c-format
Joe Hansen1d32c062018-08-18 14:28:35 -04007350msgid "inodes (%llu) must be less than %u\n"
7351msgstr "iknuder (%llu) skal være mindre end %u\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007352
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007353#: resize/resize2fs.c:1038
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007354msgid "reserved blocks"
7355msgstr "reserverede blokke"
7356
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007357#: resize/resize2fs.c:1282
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007358msgid "meta-data blocks"
7359msgstr "metadatablokke"
7360
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007361#: resize/resize2fs.c:1386 resize/resize2fs.c:2475
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007362msgid "new meta blocks"
7363msgstr "nye metablokke"
7364
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007365#: resize/resize2fs.c:2698
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007366msgid "Should never happen! No sb in last super_sparse bg?\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007367msgstr "Bør aldrig ske! Ingen sb i sidste super_sparse bg?\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007368
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007369#: resize/resize2fs.c:2703
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007370msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007371msgstr "Bør aldrig ske! Uventet old_desc i super_sparse bg?\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007372
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007373#: resize/resize2fs.c:2776
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007374msgid "Should never happen: resize inode corrupt!\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04007375msgstr "Bør aldrig ske: ændring af størrelse for iknude er ødelagt!\n"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007376
7377#: lib/ext2fs/ext2_err.c:11
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007378#, fuzzy
7379msgid "EXT2FS Library version 1.44.4"
Joe Hansen1d32c062018-08-18 14:28:35 -04007380msgstr "EXT2FS-biblioteksversion 1.44.3"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007381
7382#: lib/ext2fs/ext2_err.c:12
7383msgid "Wrong magic number for ext2_filsys structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007384msgstr "Forkert magisk nummer for ext2_filsys-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007385
7386#: lib/ext2fs/ext2_err.c:13
7387msgid "Wrong magic number for badblocks_list structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007388msgstr "Forkert magisk nummer for badblocks_list-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007389
7390#: lib/ext2fs/ext2_err.c:14
7391msgid "Wrong magic number for badblocks_iterate structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007392msgstr "Forkert magisk nummer for badblocks_iterate-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007393
7394#: lib/ext2fs/ext2_err.c:15
7395msgid "Wrong magic number for inode_scan structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007396msgstr "Forkert magisk nummer inode_scan-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007397
7398#: lib/ext2fs/ext2_err.c:16
7399msgid "Wrong magic number for io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007400msgstr "Forkert magisk nummer for io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007401
7402#: lib/ext2fs/ext2_err.c:17
7403msgid "Wrong magic number for unix io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007404msgstr "Forkert magisk nummer for unix io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007405
7406#: lib/ext2fs/ext2_err.c:18
7407msgid "Wrong magic number for io_manager structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007408msgstr "Forkert magisk nummer for io_manager-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007409
7410#: lib/ext2fs/ext2_err.c:19
7411msgid "Wrong magic number for block_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007412msgstr "Forkert magisk nummer for block_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007413
7414#: lib/ext2fs/ext2_err.c:20
7415msgid "Wrong magic number for inode_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007416msgstr "Forkert magisk nummer for inode_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007417
7418#: lib/ext2fs/ext2_err.c:21
7419msgid "Wrong magic number for generic_bitmap structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007420msgstr "Forkert magisk nummer for generic_bitmap-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007421
7422#: lib/ext2fs/ext2_err.c:22
7423msgid "Wrong magic number for test io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007424msgstr "Forkert magisk nummer for test io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007425
7426#: lib/ext2fs/ext2_err.c:23
7427msgid "Wrong magic number for directory block list structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007428msgstr "Forkert magisk nummer for mappebloklistestruktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007429
7430#: lib/ext2fs/ext2_err.c:24
7431msgid "Wrong magic number for icount structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007432msgstr "Forkert magisk nummer for icount-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007433
7434#: lib/ext2fs/ext2_err.c:25
7435msgid "Wrong magic number for Powerquest io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007436msgstr "Forkert magisk nummer for Powerquest io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007437
7438#: lib/ext2fs/ext2_err.c:26
7439msgid "Wrong magic number for ext2 file structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007440msgstr "Forkert magisk nummer for ext2-filstruktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007441
7442#: lib/ext2fs/ext2_err.c:27
7443msgid "Wrong magic number for Ext2 Image Header"
Joe Hansen1e000f82016-08-31 23:14:17 -04007444msgstr "Forkert magisk nummer for Ext2-aftryksteksthoved"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007445
7446#: lib/ext2fs/ext2_err.c:28
7447msgid "Wrong magic number for inode io_channel structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04007448msgstr "Forkert magisk nummer for inode io_channel-struktur"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007449
7450#: lib/ext2fs/ext2_err.c:29
7451msgid "Wrong magic number for ext4 extent handle"
Joe Hansen1e000f82016-08-31 23:14:17 -04007452msgstr "Forkert magisk nummer for ext4 extent-håndtag"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007453
7454#: lib/ext2fs/ext2_err.c:30
7455msgid "Bad magic number in super-block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007456msgstr "Ugyldig magisk nummer i superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007457
7458#: lib/ext2fs/ext2_err.c:31
7459msgid "Filesystem revision too high"
Joe Hansen1e000f82016-08-31 23:14:17 -04007460msgstr "Filsystemets revision er for høj"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007461
7462#: lib/ext2fs/ext2_err.c:32
7463msgid "Attempt to write to filesystem opened read-only"
Joe Hansen1e000f82016-08-31 23:14:17 -04007464msgstr "Forsøg på at skrive til filsystem åbnet i skrivebeskyttet tilstand"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007465
7466#: lib/ext2fs/ext2_err.c:33
7467msgid "Can't read group descriptors"
7468msgstr "Kan ikke læse gruppebeskrivere"
7469
7470#: lib/ext2fs/ext2_err.c:34
7471msgid "Can't write group descriptors"
7472msgstr "Kan ikke skrive gruppebeskrivere"
7473
7474#: lib/ext2fs/ext2_err.c:35
7475msgid "Corrupt group descriptor: bad block for block bitmap"
7476msgstr "Ødelagt gruppebeskriver: ugyldig blok for blokbitmap"
7477
7478#: lib/ext2fs/ext2_err.c:36
7479msgid "Corrupt group descriptor: bad block for inode bitmap"
7480msgstr "Ødelagt gruppebeskriver: ugyldig blok for iknude-bitmap"
7481
7482#: lib/ext2fs/ext2_err.c:37
7483msgid "Corrupt group descriptor: bad block for inode table"
7484msgstr "Ødelagt gruppe-beskriver: ugyldig blok for iknude-tabel"
7485
7486#: lib/ext2fs/ext2_err.c:38
7487msgid "Can't write an inode bitmap"
7488msgstr "Kan ikke skrive en iknude-bitmap"
7489
7490#: lib/ext2fs/ext2_err.c:39
7491msgid "Can't read an inode bitmap"
7492msgstr "Kan ikke læse en iknude-bitmap"
7493
7494#: lib/ext2fs/ext2_err.c:40
7495msgid "Can't write a block bitmap"
7496msgstr "Kan ikke skrive en blokbitmap"
7497
7498#: lib/ext2fs/ext2_err.c:41
7499msgid "Can't read a block bitmap"
7500msgstr "Kan ikke læse en blokbitmap"
7501
7502#: lib/ext2fs/ext2_err.c:42
7503msgid "Can't write an inode table"
7504msgstr "Kan ikke skrive en iknude-tabel"
7505
7506#: lib/ext2fs/ext2_err.c:43
7507msgid "Can't read an inode table"
7508msgstr "Kan ikke læse en iknude-tabel"
7509
7510#: lib/ext2fs/ext2_err.c:44
7511msgid "Can't read next inode"
7512msgstr "Kan ikke læse næste iknude"
7513
7514#: lib/ext2fs/ext2_err.c:45
7515msgid "Filesystem has unexpected block size"
7516msgstr "Filsystem har uventet blokstørrelse"
7517
7518#: lib/ext2fs/ext2_err.c:46
7519msgid "EXT2 directory corrupted"
7520msgstr "EXT2-mappe ødelagt"
7521
7522#: lib/ext2fs/ext2_err.c:47
7523msgid "Attempt to read block from filesystem resulted in short read"
7524msgstr "Forsøg på at læse blok fra filsystem resulterede i kort læsning"
7525
7526#: lib/ext2fs/ext2_err.c:48
7527msgid "Attempt to write block to filesystem resulted in short write"
7528msgstr "Forsøg på at skrive blok til filsystem resulterede i kort skrivning"
7529
7530#: lib/ext2fs/ext2_err.c:49
7531msgid "No free space in the directory"
7532msgstr "Ingen ledig plads i mappen"
7533
7534#: lib/ext2fs/ext2_err.c:50
7535msgid "Inode bitmap not loaded"
7536msgstr "Iknude-bitmap er ikke indlæst"
7537
7538#: lib/ext2fs/ext2_err.c:51
7539msgid "Block bitmap not loaded"
7540msgstr "Blok-bitmap er ikke indlæst"
7541
7542#: lib/ext2fs/ext2_err.c:52
7543msgid "Illegal inode number"
7544msgstr "Ugyldigt iknude-antal"
7545
7546#: lib/ext2fs/ext2_err.c:53
7547msgid "Illegal block number"
7548msgstr "Ugyldigt blokantal"
7549
7550#: lib/ext2fs/ext2_err.c:54
7551msgid "Internal error in ext2fs_expand_dir"
7552msgstr "Intern fejl i ext2fs_expand_dir"
7553
7554#: lib/ext2fs/ext2_err.c:55
7555msgid "Not enough space to build proposed filesystem"
7556msgstr "Ikke nok plads til at bygge foreslået filsystem"
7557
7558#: lib/ext2fs/ext2_err.c:56
7559msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7560msgstr "Ugyldigt blokantal videresendt til ext2fs_mark_block_bitmap"
7561
7562#: lib/ext2fs/ext2_err.c:57
7563msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007564msgstr "Ugyldigt blokantal videresendt til ext2fs_unmark_block_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007565
7566#: lib/ext2fs/ext2_err.c:58
7567msgid "Illegal block number passed to ext2fs_test_block_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007568msgstr "Ugyldigt blokantal videresendt til ext2fs_test_block_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007569
7570#: lib/ext2fs/ext2_err.c:59
7571msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007572msgstr "Ugyldigt iknudeantal videresendt til ext2fs_mark_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007573
7574#: lib/ext2fs/ext2_err.c:60
7575msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007576msgstr "Ugyldigt iknudeantal videresendt til ext2fs_unmark_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007577
7578#: lib/ext2fs/ext2_err.c:61
7579msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007580msgstr "Ugyldigt iknudeantal videresendt til ext2fs_test_inode_bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007581
7582#: lib/ext2fs/ext2_err.c:62
7583msgid "Attempt to fudge end of block bitmap past the real end"
7584msgstr ""
7585
7586#: lib/ext2fs/ext2_err.c:63
7587msgid "Attempt to fudge end of inode bitmap past the real end"
7588msgstr ""
7589
7590#: lib/ext2fs/ext2_err.c:64
7591msgid "Illegal indirect block found"
Joe Hansen1e000f82016-08-31 23:14:17 -04007592msgstr "Ugyldig indirekte blok fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007593
7594#: lib/ext2fs/ext2_err.c:65
7595msgid "Illegal doubly indirect block found"
7596msgstr ""
7597
7598#: lib/ext2fs/ext2_err.c:66
7599msgid "Illegal triply indirect block found"
7600msgstr ""
7601
7602#: lib/ext2fs/ext2_err.c:67
7603msgid "Block bitmaps are not the same"
Joe Hansen767c6972017-08-04 01:08:46 -04007604msgstr "Blok-bitmap er ikke ens"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007605
7606#: lib/ext2fs/ext2_err.c:68
7607msgid "Inode bitmaps are not the same"
Joe Hansen767c6972017-08-04 01:08:46 -04007608msgstr "Iknude-bitmap er ikke ens"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007609
7610#: lib/ext2fs/ext2_err.c:69
7611msgid "Illegal or malformed device name"
Joe Hansen1e000f82016-08-31 23:14:17 -04007612msgstr "Ugyldigt eller forkert udformet enhedsnavn"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007613
7614#: lib/ext2fs/ext2_err.c:70
7615msgid "A block group is missing an inode table"
Joe Hansen1e000f82016-08-31 23:14:17 -04007616msgstr "En blokgruppe mangler en iknudetabel"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007617
7618#: lib/ext2fs/ext2_err.c:71
7619msgid "The ext2 superblock is corrupt"
7620msgstr ""
7621
7622#: lib/ext2fs/ext2_err.c:72
7623msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7624msgstr ""
7625
7626#: lib/ext2fs/ext2_err.c:73
7627msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7628msgstr ""
7629
7630#: lib/ext2fs/ext2_err.c:74
7631msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7632msgstr ""
7633
7634#: lib/ext2fs/ext2_err.c:75
7635msgid "Too many symbolic links encountered."
7636msgstr ""
7637
7638#: lib/ext2fs/ext2_err.c:76
7639msgid "The callback function will not handle this case"
Joe Hansen1e000f82016-08-31 23:14:17 -04007640msgstr "Tilbagekaldsfunktionen vil ikke håndtere dette tilfælde"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007641
7642#: lib/ext2fs/ext2_err.c:77
7643msgid "The inode is from a bad block in the inode table"
Joe Hansen1e000f82016-08-31 23:14:17 -04007644msgstr "Iknuden er fra en ugyldig blok i iknudetabellen"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007645
7646#: lib/ext2fs/ext2_err.c:78
7647msgid "Filesystem has unsupported feature(s)"
Joe Hansen1e000f82016-08-31 23:14:17 -04007648msgstr "Filsystemet har funktioner der ikke er understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007649
7650#: lib/ext2fs/ext2_err.c:79
7651msgid "Filesystem has unsupported read-only feature(s)"
Joe Hansen1e000f82016-08-31 23:14:17 -04007652msgstr "Filsystemet har skrivebeskyttede funktioner der ikke er understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007653
7654#: lib/ext2fs/ext2_err.c:80
7655msgid "IO Channel failed to seek on read or write"
Joe Hansen767c6972017-08-04 01:08:46 -04007656msgstr "IO-kanal kunne ikke søge på læs eller skriv"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007657
7658#: lib/ext2fs/ext2_err.c:81
7659msgid "Memory allocation failed"
Joe Hansen767c6972017-08-04 01:08:46 -04007660msgstr "Hukommelsesallokering mislykkedes"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007661
7662#: lib/ext2fs/ext2_err.c:82
7663msgid "Invalid argument passed to ext2 library"
Joe Hansen767c6972017-08-04 01:08:46 -04007664msgstr "Ugyldigt argument sendt til ext2-bibliotek"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007665
7666#: lib/ext2fs/ext2_err.c:83
7667msgid "Could not allocate block in ext2 filesystem"
Joe Hansen767c6972017-08-04 01:08:46 -04007668msgstr "Kunne ikke allokere blok i ext2-filsystem"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007669
7670#: lib/ext2fs/ext2_err.c:84
7671msgid "Could not allocate inode in ext2 filesystem"
Joe Hansen767c6972017-08-04 01:08:46 -04007672msgstr "Kunne ikke allokere iknude i ext2-filsystem"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007673
7674#: lib/ext2fs/ext2_err.c:85
7675msgid "Ext2 inode is not a directory"
7676msgstr "Ext2-iknude er ikke en mappe"
7677
7678#: lib/ext2fs/ext2_err.c:86
7679msgid "Too many references in table"
7680msgstr "For mange referencer i tabel"
7681
7682#: lib/ext2fs/ext2_err.c:87
7683msgid "File not found by ext2_lookup"
7684msgstr "Fil ikke fundet af ext2_loopup"
7685
7686#: lib/ext2fs/ext2_err.c:88
7687msgid "File open read-only"
7688msgstr "Fil åbn er skrivebeskyttet"
7689
7690#: lib/ext2fs/ext2_err.c:89
7691msgid "Ext2 directory block not found"
7692msgstr "Ext2-mappeblok blev ikke fundet"
7693
7694#: lib/ext2fs/ext2_err.c:90
7695msgid "Ext2 directory already exists"
7696msgstr "Ext2-mappe findes allerede"
7697
7698#: lib/ext2fs/ext2_err.c:91
7699msgid "Unimplemented ext2 library function"
7700msgstr "Ext2-biblioteksfunktion er ikke implementeret"
7701
7702#: lib/ext2fs/ext2_err.c:92
7703msgid "User cancel requested"
7704msgstr "Der blev anmodt om brugerafbrydelse"
7705
7706#: lib/ext2fs/ext2_err.c:93
7707msgid "Ext2 file too big"
7708msgstr "Ext2-fil er for stor"
7709
7710#: lib/ext2fs/ext2_err.c:94
7711msgid "Supplied journal device not a block device"
7712msgstr "Indeholdt journalenhed er ikke en blokenhed"
7713
7714#: lib/ext2fs/ext2_err.c:95
7715msgid "Journal superblock not found"
7716msgstr "Journalsuperblok blev ikke fundet"
7717
7718#: lib/ext2fs/ext2_err.c:96
7719msgid "Journal must be at least 1024 blocks"
7720msgstr "Journal skal være på mindst 1024 blokke"
7721
7722#: lib/ext2fs/ext2_err.c:97
7723msgid "Unsupported journal version"
7724msgstr "Ikke understøttet journalversion"
7725
7726#: lib/ext2fs/ext2_err.c:98
7727msgid "Error loading external journal"
7728msgstr "Fejl under indlæsning af ekstern journal"
7729
7730#: lib/ext2fs/ext2_err.c:99
7731msgid "Journal not found"
7732msgstr "Journal blev ikke fundet"
7733
7734#: lib/ext2fs/ext2_err.c:100
7735msgid "Directory hash unsupported"
7736msgstr "Mappehash er ikke understøttet"
7737
7738#: lib/ext2fs/ext2_err.c:101
7739msgid "Illegal extended attribute block number"
7740msgstr "Illegal udvidet attributblokantal"
7741
7742#: lib/ext2fs/ext2_err.c:102
7743msgid "Cannot create filesystem with requested number of inodes"
7744msgstr "Kan ikke oprette filsystem med det anmodte antal iknuder"
7745
7746#: lib/ext2fs/ext2_err.c:103
7747msgid "E2image snapshot not in use"
7748msgstr "E2image-øjebliksbillede er ikke i brug"
7749
7750#: lib/ext2fs/ext2_err.c:104
7751msgid "Too many reserved group descriptor blocks"
7752msgstr "For mange reserverede gruppebeskriverblokke"
7753
7754#: lib/ext2fs/ext2_err.c:105
7755msgid "Resize inode is corrupt"
7756msgstr "Ændring af størrelse for iknude er ødelagt"
7757
7758#: lib/ext2fs/ext2_err.c:106
7759msgid "Tried to set block bmap with missing indirect block"
7760msgstr "Prøvede at sætte blok-bmap med manglende indirekte blok"
7761
7762#: lib/ext2fs/ext2_err.c:107
7763msgid "TDB: Success"
7764msgstr "TDB: Succes"
7765
7766#: lib/ext2fs/ext2_err.c:108
7767msgid "TDB: Corrupt database"
7768msgstr "TDB: Ødelagt database"
7769
7770#: lib/ext2fs/ext2_err.c:109
7771msgid "TDB: IO Error"
7772msgstr "TDB: IO-fejl"
7773
7774#: lib/ext2fs/ext2_err.c:110
7775msgid "TDB: Locking error"
7776msgstr "TDB: Låsefejl"
7777
7778#: lib/ext2fs/ext2_err.c:111
7779msgid "TDB: Out of memory"
7780msgstr "TDB: Ikke nok hukommelse"
7781
7782#: lib/ext2fs/ext2_err.c:112
7783msgid "TDB: Record exists"
7784msgstr "TDB: Post findes"
7785
7786#: lib/ext2fs/ext2_err.c:113
7787msgid "TDB: Lock exists on other keys"
7788msgstr "TDB: Lås findes på andre nøgler"
7789
7790#: lib/ext2fs/ext2_err.c:114
7791msgid "TDB: Invalid parameter"
7792msgstr "TDB: Ugyldig parameter"
7793
7794#: lib/ext2fs/ext2_err.c:115
7795msgid "TDB: Record does not exist"
7796msgstr "TDB: Post findes ikke"
7797
7798#: lib/ext2fs/ext2_err.c:116
7799msgid "TDB: Write not permitted"
7800msgstr "TDB: Skrivning ikke tilladt"
7801
7802#: lib/ext2fs/ext2_err.c:117
7803msgid "Ext2fs directory block list is empty"
7804msgstr "Ext2fs-mappeblokliste er tom"
7805
7806#: lib/ext2fs/ext2_err.c:118
7807msgid "Attempt to modify a block mapping via a read-only block iterator"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007808msgstr ""
7809"Forsøg på at ændre en blokoversættelse via en skrivebeskyttet blokiterator"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007810
7811#: lib/ext2fs/ext2_err.c:119
7812msgid "Wrong magic number for ext4 extent saved path"
Joe Hansen767c6972017-08-04 01:08:46 -04007813msgstr "Forkert magi-nummer for ext4-udstrækningens gemte sti"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007814
7815#: lib/ext2fs/ext2_err.c:120
7816msgid "Wrong magic number for 64-bit generic bitmap"
Joe Hansen767c6972017-08-04 01:08:46 -04007817msgstr "Forkert magi-nummer for 64-bit generisk bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007818
7819#: lib/ext2fs/ext2_err.c:121
7820msgid "Wrong magic number for 64-bit block bitmap"
Joe Hansen767c6972017-08-04 01:08:46 -04007821msgstr "Forkert magi-nummer for 64-bit blok-bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007822
7823#: lib/ext2fs/ext2_err.c:122
7824msgid "Wrong magic number for 64-bit inode bitmap"
Joe Hansen767c6972017-08-04 01:08:46 -04007825msgstr "Forkert magi-nummer for 64-bit iknude-bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007826
7827#: lib/ext2fs/ext2_err.c:123
7828msgid "Wrong magic number --- RESERVED_13"
Joe Hansen767c6972017-08-04 01:08:46 -04007829msgstr "Forkert magi-nummer --- RESERVED_13"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007830
7831#: lib/ext2fs/ext2_err.c:124
7832msgid "Wrong magic number --- RESERVED_14"
Joe Hansen767c6972017-08-04 01:08:46 -04007833msgstr "Forkert magi-nummer --- RESERVED_14"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007834
7835#: lib/ext2fs/ext2_err.c:125
7836msgid "Wrong magic number --- RESERVED_15"
Joe Hansen767c6972017-08-04 01:08:46 -04007837msgstr "Forkert magi-nummer --- RESERVED_15"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007838
7839#: lib/ext2fs/ext2_err.c:126
7840msgid "Wrong magic number --- RESERVED_16"
Joe Hansen767c6972017-08-04 01:08:46 -04007841msgstr "Forkert magi-nummer --- RESERVED_16"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007842
7843#: lib/ext2fs/ext2_err.c:127
7844msgid "Wrong magic number --- RESERVED_17"
Joe Hansen767c6972017-08-04 01:08:46 -04007845msgstr "Forkert magi-nummer --- RESERVED_17"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007846
7847#: lib/ext2fs/ext2_err.c:128
7848msgid "Wrong magic number --- RESERVED_18"
Joe Hansen767c6972017-08-04 01:08:46 -04007849msgstr "Forkert magi-nummer --- RESERVED_18"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007850
7851#: lib/ext2fs/ext2_err.c:129
7852msgid "Wrong magic number --- RESERVED_19"
Joe Hansen767c6972017-08-04 01:08:46 -04007853msgstr "Forkert magi-nummer --- RESERVED_19"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007854
7855#: lib/ext2fs/ext2_err.c:130
7856msgid "Corrupt extent header"
Joe Hansen767c6972017-08-04 01:08:46 -04007857msgstr "Ødelagt områdehoved"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007858
7859#: lib/ext2fs/ext2_err.c:131
7860msgid "Corrupt extent index"
Joe Hansen767c6972017-08-04 01:08:46 -04007861msgstr "Ødelagt områdeindeks"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007862
7863#: lib/ext2fs/ext2_err.c:132
7864msgid "Corrupt extent"
Joe Hansen767c6972017-08-04 01:08:46 -04007865msgstr "Ødelagt område"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007866
7867#: lib/ext2fs/ext2_err.c:133
7868msgid "No free space in extent map"
Joe Hansen767c6972017-08-04 01:08:46 -04007869msgstr "Ingen ledig plads i områdekort"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007870
7871#: lib/ext2fs/ext2_err.c:134
7872msgid "Inode does not use extents"
Joe Hansen767c6972017-08-04 01:08:46 -04007873msgstr "Iknude bruger ikke områder"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007874
7875#: lib/ext2fs/ext2_err.c:135
7876msgid "No 'next' extent"
Joe Hansen767c6972017-08-04 01:08:46 -04007877msgstr "Intet »næste« område"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007878
7879#: lib/ext2fs/ext2_err.c:136
7880msgid "No 'previous' extent"
Joe Hansen767c6972017-08-04 01:08:46 -04007881msgstr "Intet »forrige« område"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007882
7883#: lib/ext2fs/ext2_err.c:137
7884msgid "No 'up' extent"
Joe Hansen767c6972017-08-04 01:08:46 -04007885msgstr "Intet »up« område"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007886
7887#: lib/ext2fs/ext2_err.c:138
7888msgid "No 'down' extent"
Joe Hansen767c6972017-08-04 01:08:46 -04007889msgstr "Intet »down« område"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007890
7891#: lib/ext2fs/ext2_err.c:139
7892msgid "No current node"
Joe Hansen767c6972017-08-04 01:08:46 -04007893msgstr "Ingen aktuel knude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007894
7895#: lib/ext2fs/ext2_err.c:140
7896msgid "Ext2fs operation not supported"
Joe Hansen767c6972017-08-04 01:08:46 -04007897msgstr "Ext2fs-operation er ikke understøttet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007898
7899#: lib/ext2fs/ext2_err.c:141
7900msgid "No room to insert extent in node"
Joe Hansen767c6972017-08-04 01:08:46 -04007901msgstr "Ingen plads til at indsætte område i knude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007902
7903#: lib/ext2fs/ext2_err.c:142
7904msgid "Splitting would result in empty node"
Joe Hansen767c6972017-08-04 01:08:46 -04007905msgstr "Opdeling vil medføre en tom knude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007906
7907#: lib/ext2fs/ext2_err.c:143
7908msgid "Extent not found"
Joe Hansen767c6972017-08-04 01:08:46 -04007909msgstr "Område blev ikke fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007910
7911#: lib/ext2fs/ext2_err.c:144
7912msgid "Operation not supported for inodes containing extents"
Joe Hansen767c6972017-08-04 01:08:46 -04007913msgstr "Operation er ikke understøttet for iknuder, der indeholder områder"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007914
7915#: lib/ext2fs/ext2_err.c:145
7916msgid "Extent length is invalid"
Joe Hansen767c6972017-08-04 01:08:46 -04007917msgstr "Områdelænge er ugyldig"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007918
7919#: lib/ext2fs/ext2_err.c:146
7920msgid "I/O Channel does not support 64-bit block numbers"
7921msgstr "I/O-kanal understøtter ikke 64-bit bloknumre"
7922
7923#: lib/ext2fs/ext2_err.c:147
7924msgid "Can't check if filesystem is mounted due to missing mtab file"
Theodore Ts'o40e66e22018-08-18 21:14:56 -04007925msgstr ""
7926"Kan ikke kontrollere om filsytem er monteret på grund af en manglende mtab-"
7927"fil"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007928
7929#: lib/ext2fs/ext2_err.c:148
7930msgid "Filesystem too large to use legacy bitmaps"
7931msgstr "Filsystem er for stort til at kunne bruge forældede bitmap'er"
7932
7933#: lib/ext2fs/ext2_err.c:149
7934msgid "MMP: invalid magic number"
7935msgstr "MMP: ugyldigt magi-antal"
7936
7937#: lib/ext2fs/ext2_err.c:150
7938msgid "MMP: device currently active"
7939msgstr "MMP: enhed aktiv i øjeblikket"
7940
7941#: lib/ext2fs/ext2_err.c:151
Joe Hansen1d32c062018-08-18 14:28:35 -04007942msgid "MMP: e2fsck being run"
7943msgstr "MMP: e2fsck køres"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007944
7945#: lib/ext2fs/ext2_err.c:152
7946msgid "MMP: block number beyond filesystem range"
Joe Hansen767c6972017-08-04 01:08:46 -04007947msgstr "MMP: bloknummer er udover filsystemets interval"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007948
7949#: lib/ext2fs/ext2_err.c:153
7950msgid "MMP: undergoing an unknown operation"
7951msgstr "MMP: undergår en ukendt operation"
7952
7953#: lib/ext2fs/ext2_err.c:154
7954msgid "MMP: filesystem still in use"
Joe Hansen767c6972017-08-04 01:08:46 -04007955msgstr "MMP: filsystemet er stadig i brug"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007956
7957#: lib/ext2fs/ext2_err.c:155
7958msgid "MMP: open with O_DIRECT failed"
Joe Hansen767c6972017-08-04 01:08:46 -04007959msgstr "MMP: åb nmed O_DIRECT mislykkedes"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007960
7961#: lib/ext2fs/ext2_err.c:156
7962msgid "Block group descriptor size incorrect"
7963msgstr "Størrelse for blokgruppebeskriver er ikke korrekt"
7964
7965#: lib/ext2fs/ext2_err.c:157
7966msgid "Inode checksum does not match inode"
Joe Hansen1e000f82016-08-31 23:14:17 -04007967msgstr "Iknudens kontrolsum matcher ikke iknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007968
7969#: lib/ext2fs/ext2_err.c:158
7970msgid "Inode bitmap checksum does not match bitmap"
Joe Hansen1e000f82016-08-31 23:14:17 -04007971msgstr "Iknude-bitmapens kontrolsum matcher ikke bitmap"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007972
7973#: lib/ext2fs/ext2_err.c:159
7974msgid "Extent block checksum does not match extent block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007975msgstr "Extentblokkens kontrolsum matcher ikke extent-blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007976
7977#: lib/ext2fs/ext2_err.c:160
7978msgid "Directory block does not have space for checksum"
Joe Hansen1e000f82016-08-31 23:14:17 -04007979msgstr "Mappeblok har ikke plads for kontrolsum"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007980
7981#: lib/ext2fs/ext2_err.c:161
7982msgid "Directory block checksum does not match directory block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007983msgstr "Mappeblokkens kontrolsum matcher ikke mappeblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007984
7985#: lib/ext2fs/ext2_err.c:162
7986msgid "Extended attribute block checksum does not match block"
Joe Hansen1e000f82016-08-31 23:14:17 -04007987msgstr "Den udvidede attributbloks kontrolsum matchter ikke blok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007988
7989#: lib/ext2fs/ext2_err.c:163
7990msgid "Superblock checksum does not match superblock"
Joe Hansen1e000f82016-08-31 23:14:17 -04007991msgstr "Superblokkens kontrolsum matcher ikke superblok"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007992
7993#: lib/ext2fs/ext2_err.c:164
7994msgid "Unknown checksum algorithm"
Joe Hansen1e000f82016-08-31 23:14:17 -04007995msgstr "Ukendt kontrolsumalgoritme"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04007996
7997#: lib/ext2fs/ext2_err.c:165
Joe Hansen1d32c062018-08-18 14:28:35 -04007998msgid "MMP block checksum does not match"
7999msgstr "MMP-blokkens kontrolsum matcher ikke"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008000
8001#: lib/ext2fs/ext2_err.c:166
8002msgid "Ext2 file already exists"
8003msgstr "Ext2-fil findes allerede"
8004
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008005#: lib/ext2fs/ext2_err.c:167
8006msgid "Block bitmap checksum does not match bitmap"
Joe Hansenddaaea82017-02-19 21:45:42 -05008007msgstr "Blok-bitmapens kontrolsum matcher ikke bitmap"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008008
8009#: lib/ext2fs/ext2_err.c:168
8010msgid "Cannot iterate data blocks of an inode containing inline data"
Joe Hansenddaaea82017-02-19 21:45:42 -05008011msgstr "Kan ikke gentage datablokke for en iknude indeholdende indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008012
8013#: lib/ext2fs/ext2_err.c:169
8014msgid "Extended attribute has an invalid name length"
Joe Hansenddaaea82017-02-19 21:45:42 -05008015msgstr "Udvidede attribut har en ugyldig navnelængde"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008016
8017#: lib/ext2fs/ext2_err.c:170
8018msgid "Extended attribute has an invalid value length"
Joe Hansenddaaea82017-02-19 21:45:42 -05008019msgstr "Udvidede attribut har en ugyldig værdilængde"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008020
8021#: lib/ext2fs/ext2_err.c:171
8022msgid "Extended attribute has an incorrect hash"
Joe Hansenddaaea82017-02-19 21:45:42 -05008023msgstr "Udvidede attribut har en forkert hash"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008024
8025#: lib/ext2fs/ext2_err.c:172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008026msgid "Extended attribute block has a bad header"
Joe Hansenddaaea82017-02-19 21:45:42 -05008027msgstr "Udvidede attributblok har et ugyldigt teksthoved"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008028
8029#: lib/ext2fs/ext2_err.c:173
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008030msgid "Extended attribute key not found"
Joe Hansenddaaea82017-02-19 21:45:42 -05008031msgstr "Udvidedede attributnøgle blev ikke fundet"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008032
8033#: lib/ext2fs/ext2_err.c:174
8034msgid "Insufficient space to store extended attribute data"
Joe Hansen1e000f82016-08-31 23:14:17 -04008035msgstr "Utilstrækkelig plads til at lagre udvidede attributdata"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008036
8037#: lib/ext2fs/ext2_err.c:175
8038msgid "Filesystem is missing ext_attr or inline_data feature"
Joe Hansen1e000f82016-08-31 23:14:17 -04008039msgstr "Filsystem mangler funktionen ext_attr eller inline_data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008040
8041#: lib/ext2fs/ext2_err.c:176
8042msgid "Inode doesn't have inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04008043msgstr "Iknude har ikke indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008044
8045#: lib/ext2fs/ext2_err.c:177
8046msgid "No block for an inode with inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04008047msgstr "Ingen blok for en iknude med indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008048
8049#: lib/ext2fs/ext2_err.c:178
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008050msgid "No free space in inline data"
Joe Hansen1e000f82016-08-31 23:14:17 -04008051msgstr "Ingen ledig plads i indlejrede data"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008052
8053#: lib/ext2fs/ext2_err.c:179
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008054msgid "Wrong magic number for extended attribute structure"
Joe Hansen1e000f82016-08-31 23:14:17 -04008055msgstr "Forkert magisk nummer for udvidet attributstruktur"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008056
8057#: lib/ext2fs/ext2_err.c:180
8058msgid "Inode seems to contain garbage"
Joe Hansen1e000f82016-08-31 23:14:17 -04008059msgstr "Iknude ser ud til at indeholde bras"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008060
8061#: lib/ext2fs/ext2_err.c:181
8062msgid "Extended attribute has an invalid value offset"
Joe Hansen1e000f82016-08-31 23:14:17 -04008063msgstr "Udvidet attribut har en ugyldig værdiforskydning"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008064
8065#: lib/ext2fs/ext2_err.c:182
8066msgid "Journal flags inconsistent"
Joe Hansen1e000f82016-08-31 23:14:17 -04008067msgstr "Journalflag er inkonsistente"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008068
8069#: lib/ext2fs/ext2_err.c:183
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008070msgid "Undo file corrupt"
Joe Hansen1e000f82016-08-31 23:14:17 -04008071msgstr "Genskab fil ødelagt"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008072
8073#: lib/ext2fs/ext2_err.c:184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008074msgid "Wrong undo file for this filesystem"
Joe Hansen1e000f82016-08-31 23:14:17 -04008075msgstr "Forkert genskab fil for dette filsystem"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008076
Theodore Ts'o48203a32016-06-08 15:45:26 -04008077#: lib/ext2fs/ext2_err.c:185
Theodore Ts'o48203a32016-06-08 15:45:26 -04008078msgid "File system is corrupted"
Joe Hansen1e000f82016-08-31 23:14:17 -04008079msgstr "Filsystem er ødelagt"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008080
8081#: lib/ext2fs/ext2_err.c:186
8082msgid "Bad CRC detected in file system"
Joe Hansen1e000f82016-08-31 23:14:17 -04008083msgstr "Ugyldig CRC detekteret i filsystem"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008084
8085#: lib/ext2fs/ext2_err.c:187
Theodore Ts'o48203a32016-06-08 15:45:26 -04008086msgid "The journal superblock is corrupt"
Joe Hansen1e000f82016-08-31 23:14:17 -04008087msgstr "Journalsuperblokken er ødelagt"
Theodore Ts'o48203a32016-06-08 15:45:26 -04008088
Theodore Ts'o4e528702016-09-04 21:31:21 -04008089#: lib/ext2fs/ext2_err.c:188
Theodore Ts'o4e528702016-09-04 21:31:21 -04008090msgid "Inode is corrupted"
Joe Hansenddaaea82017-02-19 21:45:42 -05008091msgstr "Iknude er ødelagt"
Theodore Ts'o4e528702016-09-04 21:31:21 -04008092
Joe Hansen1d32c062018-08-18 14:28:35 -04008093#: lib/ext2fs/ext2_err.c:189
8094msgid "Inode containing extended attribute value is corrupted"
8095msgstr ""
8096
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008097#: lib/support/prof_err.c:11
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008098msgid "Profile version 0.0"
8099msgstr "Profil version 0.0"
8100
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008101#: lib/support/prof_err.c:12
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008102msgid "Bad magic value in profile_node"
Joe Hansen1e000f82016-08-31 23:14:17 -04008103msgstr "Ugyldig magisk værdi i profile_node"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008104
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008105#: lib/support/prof_err.c:13
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008106msgid "Profile section not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04008107msgstr "Profilsektion blev ikke fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008108
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008109#: lib/support/prof_err.c:14
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008110msgid "Profile relation not found"
Joe Hansen1e000f82016-08-31 23:14:17 -04008111msgstr "Profilrelation blev ikke fundet"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008112
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008113#: lib/support/prof_err.c:15
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008114msgid "Attempt to add a relation to node which is not a section"
Joe Hansen1e000f82016-08-31 23:14:17 -04008115msgstr "Forsøg på at tilføje en relation til knude som ikke er en sektion"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008116
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008117#: lib/support/prof_err.c:16
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008118msgid "A profile section header has a non-zero value"
Joe Hansen1e000f82016-08-31 23:14:17 -04008119msgstr "Et profilsektionhoved har en værdi forskellig fra nul"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008120
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008121#: lib/support/prof_err.c:17
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008122msgid "Bad linked list in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04008123msgstr "Ugyldig lænket liste i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008125#: lib/support/prof_err.c:18
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008126msgid "Bad group level in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04008127msgstr "Ugyldig gruppeniveau i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008128
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008129#: lib/support/prof_err.c:19
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008130msgid "Bad parent pointer in profile structures"
Joe Hansen1e000f82016-08-31 23:14:17 -04008131msgstr "Ugyldig overpeger i profilstrukturer"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008132
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008133#: lib/support/prof_err.c:20
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008134msgid "Bad magic value in profile iterator"
8135msgstr "Ugyldig magisk værdi i profiliterator"
8136
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008137#: lib/support/prof_err.c:21
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008138msgid "Can't set value on section node"
Joe Hansen1e000f82016-08-31 23:14:17 -04008139msgstr "Kan ikke angive værdi på sektionknude"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008140
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008141#: lib/support/prof_err.c:22
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008142msgid "Invalid argument passed to profile library"
Joe Hansen1e000f82016-08-31 23:14:17 -04008143msgstr "Ugyldigt argument videresendt til profilbibliotek"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008144
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008145#: lib/support/prof_err.c:23
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008146msgid "Attempt to modify read-only profile"
Joe Hansen1e000f82016-08-31 23:14:17 -04008147msgstr "Forsøg på at ændre en skrivebeskyttet profil"
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008148
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008149#: lib/support/prof_err.c:24
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008150msgid "Profile section header not at top level"
8151msgstr "Profils sektionsteksthoved er ikke på topniveau"
8152
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008153#: lib/support/prof_err.c:25
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008154msgid "Syntax error in profile section header"
8155msgstr "Syntaksfejl i profils sektionsteksthoved"
8156
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008157#: lib/support/prof_err.c:26
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008158msgid "Syntax error in profile relation"
8159msgstr "Syntaksfejl i profilrelation"
8160
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008161#: lib/support/prof_err.c:27
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008162msgid "Extra closing brace in profile"
8163msgstr "Ekstra lukkeparentes i profil"
8164
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008165#: lib/support/prof_err.c:28
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008166msgid "Missing open brace in profile"
8167msgstr "Manglende åben parentes i profil"
8168
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008169#: lib/support/prof_err.c:29
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008170msgid "Bad magic value in profile_t"
8171msgstr "Ugyldig magisk værdi i profile_t"
8172
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008173#: lib/support/prof_err.c:30
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008174msgid "Bad magic value in profile_section_t"
8175msgstr "Ugyldig magisk værdi i profile_section_t"
8176
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008177#: lib/support/prof_err.c:31
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008178msgid "Iteration through all top level section not supported"
8179msgstr "Iteration via alle topniveausektioner er ikke understøttet"
8180
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008181#: lib/support/prof_err.c:32
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008182msgid "Invalid profile_section object"
8183msgstr "Ugyldig profile_section-objekt"
8184
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008185#: lib/support/prof_err.c:33
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008186msgid "No more sections"
8187msgstr "Ikke flere afsnit"
8188
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008189#: lib/support/prof_err.c:34
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008190msgid "Bad nameset passed to query routine"
8191msgstr "Ugyldigt navnesæt sendt til forespørgselsrutine"
8192
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008193#: lib/support/prof_err.c:35
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008194msgid "No profile file open"
8195msgstr "Ingen profilfil er åben"
8196
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008197#: lib/support/prof_err.c:36
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008198msgid "Bad magic value in profile_file_t"
8199msgstr "Ødelagt magisk værdi i profile_file_t"
8200
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008201#: lib/support/prof_err.c:37
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008202msgid "Couldn't open profile file"
8203msgstr "Kunne ikke åbne profilfil"
8204
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008205#: lib/support/prof_err.c:38
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008206msgid "Section already exists"
8207msgstr "Sektion findes allerede"
8208
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008209#: lib/support/prof_err.c:39
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008210msgid "Invalid boolean value"
8211msgstr "Ugyldig boolesk værdi"
8212
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008213#: lib/support/prof_err.c:40
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008214msgid "Invalid integer value"
8215msgstr "Ugyldigt heltal"
8216
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008217#: lib/support/prof_err.c:41
Theodore Ts'oc5c39362015-05-17 20:27:50 -04008218msgid "Bad magic value in profile_file_data_t"
8219msgstr "Ødelagt magisk værdi i profile_file_data_t"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008220
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008221#: lib/support/plausible.c:118
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008222#, c-format
8223msgid "\tlast mounted on %s on %s"
8224msgstr "\tsidst monteret på %s den %s"
8225
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008226#: lib/support/plausible.c:121
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008227#, c-format
8228msgid "\tlast mounted on %s"
8229msgstr "\tsidst monteret på %s"
8230
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008231#: lib/support/plausible.c:124
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008232#, c-format
8233msgid "\tcreated on %s"
8234msgstr "\toprettet den %s"
8235
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008236#: lib/support/plausible.c:127
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008237#, c-format
8238msgid "\tlast modified on %s"
8239msgstr "\tsidst ændret den %s"
8240
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008241#: lib/support/plausible.c:161
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008242#, c-format
8243msgid "Found a %s partition table in %s\n"
8244msgstr "Fandt en %s-partitionstabel i %s\n"
8245
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008246#: lib/support/plausible.c:191
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008247#, c-format
8248msgid "The file %s does not exist and no size was specified.\n"
8249msgstr "Filen %s findes ikke og ingen størrelse blev angivet.\n"
8250
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008251#: lib/support/plausible.c:199
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008252#, c-format
8253msgid "Creating regular file %s\n"
8254msgstr "Opretter normal fil %s\n"
8255
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008256#: lib/support/plausible.c:202
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008257#, c-format
8258msgid "Could not open %s: %s\n"
8259msgstr "Kunne ikke åbne %s: %s\n"
8260
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008261#: lib/support/plausible.c:205
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008262msgid ""
8263"\n"
8264"The device apparently does not exist; did you specify it correctly?\n"
8265msgstr ""
8266"\n"
8267"Enheden findes åbenbart ikke; specificerede du den korrekt?\n"
8268
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008269#: lib/support/plausible.c:227
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008270#, c-format
8271msgid "%s is not a block special device.\n"
Joe Hansenddaaea82017-02-19 21:45:42 -05008272msgstr "%s er ikke en blokspeciel enhed.\n"
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008273
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008274#: lib/support/plausible.c:249
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008275#, c-format
8276msgid "%s contains a %s file system labelled '%s'\n"
8277msgstr "%s indeholder et %s-filsystem med navnet »%s«\n"
8278
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008279#: lib/support/plausible.c:252
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008280#, c-format
8281msgid "%s contains a %s file system\n"
8282msgstr "%s indeholder et %s-filsystem\n"
8283
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05008284#: lib/support/plausible.c:276
Joe Hansen1e000f82016-08-31 23:14:17 -04008285#, c-format
Theodore Ts'o9e78ef72016-03-15 01:49:00 -04008286msgid "%s contains `%s' data\n"
Joe Hansen1e000f82016-08-31 23:14:17 -04008287msgstr "%s indeholder »%s«-data\n"