blob: 848e49ebae79aa2c9e76f9798d0ee6c3adce7ced [file] [log] [blame]
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001# Dutch translations for e2fsprogs.
2# Copyright (C) 2008 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Benno Schulenberg <benno@vertaalt.nl>, 2005, 2006, 2007, 2008.
Theodore Ts'of2275e32006-01-06 20:44:13 -05005#
Theodore Ts'o7ae19832005-06-19 09:45:36 -04006#. The strings in e2fsck's problem.c can be very hard to translate,
7#. since the strings are expanded in two different ways. First of all,
8#. there is an @-expansion, where strings like "@i" are expanded to
9#. "inode", and so on. In order to make it easier for translators, the
10#. e2fsprogs po template file has been enhanced with comments that show
11#. the @-expansion, for the strings in the problem.c file.
12#.
13#. Translators are free to use the @-expansion facility if they so
14#. choose, by providing translations for strings in e2fsck/message.c.
15#. These translation can completely replace an expansion; for example,
16#. if "bblock" (which indicated that "@b" would be expanded to "block")
17#. is translated as "ddatenverlust", then "@d" will be expanded to
18#. "datenverlust". Alternatively, translators can simply not use the
19#. @-expansion facility at all.
20#.
21#. The second expansion which is done for e2fsck's problem.c messages is
22#. a dynamic %-expansion, which expands %i as an inode number, and so
23#. on. A table of these expansions can be found below. Note that
24#. %-expressions that begin with "%D" and "%I" are two-character
25#. expansions; so for example, "%Iu" expands to the inode's user id
26#. ownership field (inode->i_uid).
27#.
28#. %b <blk> block number
29#. %B <blkcount> integer
30#. %c <blk2> block number
31#. %Di <dirent> -> ino inode number
32#. %Dn <dirent> -> name string
33#. %Dr <dirent> -> rec_len
34#. %Dl <dirent> -> name_len
35#. %Dt <dirent> -> filetype
36#. %d <dir> inode number
37#. %g <group> integer
38#. %i <ino> inode number
39#. %Is <inode> -> i_size
40#. %IS <inode> -> i_extra_isize
41#. %Ib <inode> -> i_blocks
42#. %Il <inode> -> i_links_count
43#. %Im <inode> -> i_mode
44#. %IM <inode> -> i_mtime
45#. %IF <inode> -> i_faddr
46#. %If <inode> -> i_file_acl
47#. %Id <inode> -> i_dir_acl
48#. %Iu <inode> -> i_uid
49#. %Ig <inode> -> i_gid
50#. %j <ino2> inode number
51#. %m <com_err error message>
52#. %N <num>
53#. %p ext2fs_get_pathname of directory <ino>
54#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55#. the containing directory. (If dirent is NULL
56#. then return the pathname of directory <ino2>)
57#. %q ext2fs_get_pathname of directory <dir>
58#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59#. the containing directory.
60#. %s <str> miscellaneous string
61#. %S backup superblock
62#. %X <num> hexadecimal format
63#.
64msgid ""
65msgstr ""
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -050066"Project-Id-Version: e2fsprogs-1.40.6\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -040067"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -050068"POT-Creation-Date: 2008-02-28 21:45-0500\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -050069"PO-Revision-Date: 2008-02-13 12:15+0100\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -040070"Last-Translator: Benno Schulenberg <benno@vertaalt.nl>\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -040071"Language-Team: Dutch <vertaling@vrijschrift.org>\n"
72"MIME-Version: 1.0\n"
73"Content-Type: text/plain; charset=UTF-8\n"
74"Content-Transfer-Encoding: 8bit\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -040075"X-Generator: KBabel 1.11.4\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -040076"Plural-Forms: nplurals=2; plural=(n != 1);\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -040077
Theodore Ts'o8f741372008-02-28 21:47:05 -050078#: e2fsck/badblocks.c:22 misc/mke2fs.c:157
Theodore Ts'o7ae19832005-06-19 09:45:36 -040079#, c-format
80msgid "Bad block %u out of range; ignored.\n"
81msgstr "Slecht blok %u ligt buiten bereik; genegeerd.\n"
82
83#: e2fsck/badblocks.c:45
84msgid "while sanity checking the bad blocks inode"
85msgstr "tijdens controle van de slechte-blokken-inode"
86
87#: e2fsck/badblocks.c:57
88msgid "while reading the bad blocks inode"
89msgstr "tijdens lezen van de slechte-blokken-inode"
90
91#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
Theodore Ts'o8f741372008-02-28 21:47:05 -050092#: e2fsck/unix.c:1010 e2fsck/unix.c:1093 misc/badblocks.c:1025
Theodore Ts'oc4b5c452007-07-11 20:22:52 -040093#: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
Theodore Ts'o8f741372008-02-28 21:47:05 -050094#: misc/dumpe2fs.c:483 misc/e2image.c:571 misc/e2image.c:664
95#: misc/e2image.c:680 misc/mke2fs.c:173 misc/tune2fs.c:916 resize/main.c:296
Theodore Ts'o7ae19832005-06-19 09:45:36 -040096#, c-format
97msgid "while trying to open %s"
98msgstr "tijdens openen van %s"
99
100#: e2fsck/badblocks.c:82
101#, c-format
102msgid "while trying popen '%s'"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400103msgstr "tijdens een popen() van %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400104
Theodore Ts'o8f741372008-02-28 21:47:05 -0500105#: e2fsck/badblocks.c:93 misc/mke2fs.c:180
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400106msgid "while reading in list of bad blocks from file"
107msgstr "tijdens lezen van lijst van slechte blokken uit bestand"
108
Theodore Ts'o8f741372008-02-28 21:47:05 -0500109#: e2fsck/badblocks.c:104
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400110msgid "while updating bad block inode"
111msgstr "tijdens bijwerken van de inode van een slecht blok"
112
Theodore Ts'o8f741372008-02-28 21:47:05 -0500113#: e2fsck/badblocks.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400114#, c-format
115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -0500116msgstr ""
117"Waarschuwing: ongeldig blok %u gevonden in inode van slecht blok. Gewist.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400118
119#: e2fsck/ehandler.c:53
120#, c-format
121msgid "Error reading block %lu (%s) while %s. "
122msgstr "Fout tijdens lezen van blok %lu (%s) tijdens %s. "
123
124#: e2fsck/ehandler.c:56
125#, c-format
126msgid "Error reading block %lu (%s). "
127msgstr "Fout tijdens lezen van blok %lu (%s). "
128
129#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
130msgid "Ignore error"
131msgstr "Fout negeren"
132
133#: e2fsck/ehandler.c:60
134msgid "Force rewrite"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400135msgstr "Herschrijven afdwingen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400136
137#: e2fsck/ehandler.c:100
138#, c-format
139msgid "Error writing block %lu (%s) while %s. "
140msgstr "Fout tijdens schrijven van blok %lu (%s) tijdens %s. "
141
142#: e2fsck/ehandler.c:103
143#, c-format
144msgid "Error writing block %lu (%s). "
145msgstr "Fout tijdens schrijven van blok %lu (%s). "
146
147#: e2fsck/emptydir.c:56
148msgid "empty dirblocks"
149msgstr "lege mapblokken"
150
151#: e2fsck/emptydir.c:61
152msgid "empty dir map"
153msgstr "lege maptabel"
154
155#: e2fsck/emptydir.c:97
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400156#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400157msgid "Empty directory block %u (#%d) in inode %u\n"
158msgstr "Leeg mapblok %u (#%d) in inode %u.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400159
160#: e2fsck/extend.c:21
161#, c-format
162msgid "%s: %s filename nblocks blocksize\n"
163msgstr "Gebruik van %s: %s bestandsnaam blokkenaantal blokgrootte\n"
164
165#: e2fsck/extend.c:43
166#, c-format
167msgid "Illegal number of blocks!\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400168msgstr "Ongeldig aantal blokken!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400169
170#: e2fsck/extend.c:49
171#, c-format
172msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400173msgstr "Kan geen blokbuffer reserveren (grootte=%d).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400174
175#: e2fsck/flushb.c:34
176#, c-format
177msgid "Usage: %s disk\n"
178msgstr "Gebruik: %s schijfnaam\n"
179
180#: e2fsck/flushb.c:63
181#, c-format
182msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -0500183msgstr ""
184"ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400185
186#: e2fsck/iscan.c:46
187#, c-format
188msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
189msgstr "Gebruik: %s [-F] [-I inodebufferblokken] apparaat\n"
190
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500191#: e2fsck/iscan.c:83 e2fsck/unix.c:786
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400192#, c-format
193msgid "while opening %s for flushing"
194msgstr "tijdens openen van %s om deze leeg te maken"
195
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500196#: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400197#, c-format
198msgid "while trying to flush %s"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400199msgstr "tijdens leegmaken van %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400200
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500201#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400202msgid "while opening inode scan"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400203msgstr "tijdens openen voor inode-scan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400204
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500205#: e2fsck/iscan.c:129 misc/e2image.c:498
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400206msgid "while getting next inode"
207msgstr "tijdens halen van volgende inode"
208
209#: e2fsck/iscan.c:138
210#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400211msgid "%u inodes scanned.\n"
212msgstr "%u inodes gescand.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400213
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500214#: e2fsck/journal.c:501
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400215msgid "reading journal superblock\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400216msgstr "lezen van journal-superblok...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400217
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500218#: e2fsck/journal.c:558
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400219#, c-format
220msgid "%s: no valid journal superblock found\n"
221msgstr "%s: geen geldig journal-superblok gevonden\n"
222
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500223#: e2fsck/journal.c:567
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400224#, c-format
225msgid "%s: journal too short\n"
226msgstr "%s: journal is te kort\n"
227
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500228#: e2fsck/journal.c:841
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400229#, c-format
230msgid "%s: recovering journal\n"
231msgstr "%s: herstellen van journal...\n"
232
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500233#: e2fsck/journal.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400234#, c-format
235msgid "%s: won't do journal recovery while read-only\n"
236msgstr "%s: geen herstelling van journal bij alleen-lezen\n"
237
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500238#: e2fsck/journal.c:864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400239#, c-format
240msgid "while trying to re-open %s"
241msgstr "tijdens heropenen van %s"
242
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400243# Behalve E en F worden de volgende 30 letterafkortingen niet gebruikt.
244#: e2fsck/message.c:109
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400245msgid "aextended attribute"
246msgstr "a<fout>"
247
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400248#: e2fsck/message.c:110
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400249msgid "Aerror allocating"
250msgstr "A<fout>"
251
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400252#: e2fsck/message.c:111
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400253msgid "bblock"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400254msgstr "b<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400255
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400256#: e2fsck/message.c:112
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400257msgid "Bbitmap"
258msgstr "B<fout>"
259
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400260#: e2fsck/message.c:113
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400261msgid "ccompress"
262msgstr "c<fout>"
263
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400264#: e2fsck/message.c:114
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400265msgid "Cconflicts with some other fs @b"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400266msgstr "C<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400267
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400268#: e2fsck/message.c:115
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400269msgid "iinode"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400270msgstr "i<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400271
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400272#: e2fsck/message.c:116
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400273msgid "Iillegal"
274msgstr "I<fout>"
275
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400276#: e2fsck/message.c:117
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400277msgid "jjournal"
278msgstr "j<fout>"
279
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400280#: e2fsck/message.c:118
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400281msgid "Ddeleted"
282msgstr "D<fout>"
283
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400284#: e2fsck/message.c:119
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400285msgid "ddirectory"
286msgstr "d<fout>"
287
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400288#: e2fsck/message.c:120
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400289msgid "eentry"
290msgstr "e<fout>"
291
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400292#: e2fsck/message.c:121
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400293msgid "E@e '%Dn' in %p (%i)"
294msgstr "EItem '%Dn' in %p (%i)"
295
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400296#: e2fsck/message.c:122
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400297msgid "ffilesystem"
298msgstr "f<fout>"
299
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400300#: e2fsck/message.c:123
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400301msgid "Ffor @i %i (%Q) is"
302msgstr "Fvoor inode %i (%Q)"
303
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400304#: e2fsck/message.c:124
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400305msgid "ggroup"
306msgstr "g<fout>"
307
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400308#: e2fsck/message.c:125
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400309msgid "hHTREE @d @i"
310msgstr "h<fout>"
311
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400312#: e2fsck/message.c:126
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400313msgid "llost+found"
314msgstr "l<fout>"
315
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400316#: e2fsck/message.c:127
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400317msgid "Lis a link"
318msgstr "L<fout>"
319
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400320#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400322msgstr "m<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400324#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325msgid "ninvalid"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400326msgstr "n<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400327
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400328#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400329msgid "oorphaned"
330msgstr "o<fout>"
331
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400332#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400333msgid "pproblem in"
334msgstr "p<fout>"
335
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400336#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400337msgid "rroot @i"
338msgstr "r<fout>"
339
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400340#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400341msgid "sshould be"
342msgstr "s<fout>"
343
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400344#: e2fsck/message.c:134
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400345msgid "Ssuper@b"
346msgstr "S<fout>"
347
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400348#: e2fsck/message.c:135
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400349msgid "uunattached"
350msgstr "u<fout>"
351
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400352#: e2fsck/message.c:136
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400353msgid "vdevice"
354msgstr "v<fout>"
355
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400356#: e2fsck/message.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400357msgid "zzero-length"
358msgstr "z<fout>"
359
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400360#: e2fsck/message.c:148
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400361msgid "<The NULL inode>"
362msgstr "<de NULL-inode>"
363
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400364#: e2fsck/message.c:149
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400365msgid "<The bad blocks inode>"
366msgstr "<de slechte-blokken-inode>"
367
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400368#: e2fsck/message.c:151
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400369msgid "<The ACL index inode>"
370msgstr "<de ACL-index-inode>"
371
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400372#: e2fsck/message.c:152
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400373msgid "<The ACL data inode>"
374msgstr "<de ACL-data-inode>"
375
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400376#: e2fsck/message.c:153
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400377msgid "<The boot loader inode>"
378msgstr "<de opstart-inode>"
379
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400380#: e2fsck/message.c:154
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400381msgid "<The undelete directory inode>"
382msgstr "<de wis-ongedaanmakingsmap-inode>"
383
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400384#: e2fsck/message.c:155
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400385msgid "<The group descriptor inode>"
386msgstr "<de groepsbeschrijver-inode>"
387
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400388#: e2fsck/message.c:156
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400389msgid "<The journal inode>"
390msgstr "<de journal-inode>"
391
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400392#: e2fsck/message.c:157
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400393msgid "<Reserved inode 9>"
394msgstr "<gereserveerde inode 9>"
395
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400396#: e2fsck/message.c:158
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400397msgid "<Reserved inode 10>"
398msgstr "<gereserveerde inode 10>"
399
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400400#: e2fsck/message.c:314
401#, c-format
402msgid "regular file"
403msgstr "normaal bestand"
404
405#: e2fsck/message.c:316
406#, c-format
407msgid "directory"
408msgstr "map"
409
410#: e2fsck/message.c:318
411#, c-format
412msgid "character device"
413msgstr "byte-apparaat"
414
415#: e2fsck/message.c:320
416#, c-format
417msgid "block device"
418msgstr "blok-apparaat"
419
420#: e2fsck/message.c:322
421#, c-format
422msgid "named pipe"
423msgstr "benoemde pijp"
424
425#: e2fsck/message.c:324
426#, c-format
427msgid "symbolic link"
428msgstr "symbolische koppeling"
429
430#: e2fsck/message.c:326
431#, c-format
432msgid "socket"
433msgstr "socket"
434
435#: e2fsck/message.c:328
436#, c-format
437msgid "unknown file type with mode 0%o"
438msgstr "onbekend bestandstype met modus 0%o"
439
440#: e2fsck/pass1b.c:215
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400441msgid "multiply claimed inode map"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400442msgstr "kaart van meervoudig-geclaimde inodes"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400443
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400444#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400445#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500446msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400447msgstr "*interne fout*: kan geen 'dup_blk' voor %u vinden\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400448
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400449#: e2fsck/pass1b.c:746
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400450msgid "returned from clone_file_block"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400451msgstr "### teruggekeerd van clone_file_block()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400452
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400453#: e2fsck/pass1b.c:765
454#, c-format
455msgid "internal error: couldn't lookup EA block record for %u"
456msgstr "*interne fout*: kan de record van EA-blokken voor %u niet opvragen"
457
458#: e2fsck/pass1b.c:777
459#, c-format
460msgid "internal error: couldn't lookup EA inode record for %u"
461msgstr "*interne fout*: kan de record van EA-inodes voor %u niet opvragen"
462
Theodore Ts'o8f741372008-02-28 21:47:05 -0500463#: e2fsck/pass1.c:404 e2fsck/pass2.c:770
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400464msgid "reading directory block"
465msgstr "tijdens lezen van mapblok"
466
467#: e2fsck/pass1.c:521
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400468msgid "in-use inode map"
469msgstr "bitkaart van gebruikte inodes"
470
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400471#: e2fsck/pass1.c:530
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400472msgid "directory inode map"
473msgstr "bitkaart van mappen"
474
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400475#: e2fsck/pass1.c:538
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400476msgid "regular file inode map"
477msgstr "bitkaart van normale bestanden"
478
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400479#: e2fsck/pass1.c:545
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400480msgid "in-use block map"
481msgstr "bitkaart van gebruikte blokken"
482
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400483#: e2fsck/pass1.c:599
484msgid "opening inode scan"
485msgstr "tijdens starten van inode-scan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400486
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400487#: e2fsck/pass1.c:623
488msgid "getting next inode from scan"
489msgstr "tijdens halen van volgende inode"
490
491#: e2fsck/pass1.c:1016
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400492msgid "Pass 1"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400493msgstr "Stap 1"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400494
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400495#: e2fsck/pass1.c:1075
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400496#, c-format
497msgid "reading indirect blocks of inode %u"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400498msgstr "lezen van indirecte blokken van inode %u"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400499
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400500#: e2fsck/pass1.c:1117
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400501msgid "bad inode map"
502msgstr "bitkaart van slechte inodes"
503
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400504#: e2fsck/pass1.c:1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400505msgid "inode in bad block map"
506msgstr "inode staat in kaart van slechte blokken"
507
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400508#: e2fsck/pass1.c:1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400509msgid "imagic inode map"
510msgstr "imagic-inodekaart"
511
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400512#: e2fsck/pass1.c:1186
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400513msgid "multiply claimed block map"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400514msgstr "kaart van meervoudig-geclaimde blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400515
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400516#: e2fsck/pass1.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400517msgid "ext attr block map"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400518msgstr "kaart van blokken met uitgebreide kenmerken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400519
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500520#: e2fsck/pass1.c:2072
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400521msgid "block bitmap"
522msgstr "blok-bitkaart"
523
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500524#: e2fsck/pass1.c:2076
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400525msgid "inode bitmap"
526msgstr "inode-bitkaart"
527
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500528#: e2fsck/pass1.c:2080
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400529msgid "inode table"
530msgstr "inodetabel"
531
Theodore Ts'o8f741372008-02-28 21:47:05 -0500532#: e2fsck/pass2.c:283
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400533msgid "Pass 2"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400534msgstr "Stap 2"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400535
536#: e2fsck/pass3.c:79
537msgid "inode done bitmap"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -0500538msgstr "bitkaart van behandelde inodes"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400539
540#: e2fsck/pass3.c:90
541msgid "Peak memory"
542msgstr "Piekgeheugengebruik"
543
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400544#: e2fsck/pass3.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400545msgid "Pass 3"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400546msgstr "Stap 3"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400547
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400548#: e2fsck/pass3.c:333
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400549msgid "inode loop detection bitmap"
550msgstr "bitkaart van inode-lusdetectie"
551
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400552#: e2fsck/pass4.c:176
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400553msgid "Pass 4"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400554msgstr "Stap 4"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400555
556#: e2fsck/pass5.c:70
557msgid "Pass 5"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400558msgstr "Stap 5"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400559
560#: e2fsck/problem.c:50
561msgid "(no prompt)"
562msgstr "(geen prompt)"
563
564#: e2fsck/problem.c:51
565msgid "Fix"
566msgstr "Repareren"
567
568#: e2fsck/problem.c:52
569msgid "Clear"
570msgstr "Wissen"
571
572#: e2fsck/problem.c:53
573msgid "Relocate"
574msgstr "Herplaatsen"
575
576#: e2fsck/problem.c:54
577msgid "Allocate"
578msgstr "Plaatsen"
579
580#: e2fsck/problem.c:55
581msgid "Expand"
582msgstr "Uitbreiden"
583
584#: e2fsck/problem.c:56
585msgid "Connect to /lost+found"
586msgstr "Verbinden met /lost+found"
587
588#: e2fsck/problem.c:57
589msgid "Create"
590msgstr "Aanmaken"
591
592#: e2fsck/problem.c:58
593msgid "Salvage"
594msgstr "Bergen"
595
596#: e2fsck/problem.c:59
597msgid "Truncate"
598msgstr "Afkappen"
599
600#: e2fsck/problem.c:60
601msgid "Clear inode"
602msgstr "Inode wissen"
603
604#: e2fsck/problem.c:61
605msgid "Abort"
606msgstr "Afbreken"
607
608#: e2fsck/problem.c:62
609msgid "Split"
610msgstr "Splitsen"
611
612#: e2fsck/problem.c:63
613msgid "Continue"
614msgstr "Doorgaan"
615
616#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400617msgid "Clone multiply-claimed blocks"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400618msgstr "Meervoudig-geclaimde blokken klonen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400619
620#: e2fsck/problem.c:65
621msgid "Delete file"
622msgstr "Bestand verwijderen"
623
624#: e2fsck/problem.c:66
625msgid "Suppress messages"
626msgstr "Berichten onderdrukken"
627
628#: e2fsck/problem.c:67
629msgid "Unlink"
630msgstr "Losmaken"
631
632#: e2fsck/problem.c:68
633msgid "Clear HTree index"
634msgstr "'htree'-index wissen"
635
636#: e2fsck/problem.c:69
637msgid "Recreate"
638msgstr "Heraanmaken"
639
640#: e2fsck/problem.c:78
641msgid "(NONE)"
642msgstr "(GEEN)"
643
644#: e2fsck/problem.c:79
645msgid "FIXED"
646msgstr "GEREPAREERD"
647
648#: e2fsck/problem.c:80
649msgid "CLEARED"
650msgstr "GEWIST"
651
652#: e2fsck/problem.c:81
653msgid "RELOCATED"
654msgstr "HERPLAATST"
655
656#: e2fsck/problem.c:82
657msgid "ALLOCATED"
658msgstr "GEPLAATST"
659
660#: e2fsck/problem.c:83
661msgid "EXPANDED"
662msgstr "UITGEBREID"
663
664#: e2fsck/problem.c:84
665msgid "RECONNECTED"
666msgstr "HERVERBONDEN"
667
668#: e2fsck/problem.c:85
669msgid "CREATED"
670msgstr "AANGEMAAKT"
671
672#: e2fsck/problem.c:86
673msgid "SALVAGED"
674msgstr "GEBORGEN"
675
676#: e2fsck/problem.c:87
677msgid "TRUNCATED"
678msgstr "AFGEKAPT"
679
680#: e2fsck/problem.c:88
681msgid "INODE CLEARED"
682msgstr "INODE GEWIST"
683
684#: e2fsck/problem.c:89
685msgid "ABORTED"
686msgstr "AFGEBROKEN"
687
688#: e2fsck/problem.c:90
689msgid "SPLIT"
690msgstr "GESPLITST"
691
692#: e2fsck/problem.c:91
693msgid "CONTINUING"
694msgstr "VERDERGAAND"
695
696#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400697msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400698msgstr "MEERVOUDIG-GECLAIMDE BLOKKEN GEKLOOND"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400699
700#: e2fsck/problem.c:93
701msgid "FILE DELETED"
702msgstr "BESTAND VERWIJDERD"
703
704#: e2fsck/problem.c:94
705msgid "SUPPRESSED"
706msgstr "ONDERDRUKT"
707
708#: e2fsck/problem.c:95
709msgid "UNLINKED"
710msgstr "LOSGEMAAKT"
711
712#: e2fsck/problem.c:96
713msgid "HTREE INDEX CLEARED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400714msgstr "'HTREE'-INDEX GEWIST"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400715
716#: e2fsck/problem.c:97
717msgid "WILL RECREATE"
718msgstr "ZAL HERAANMAKEN"
719
720#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
721#: e2fsck/problem.c:106
722msgid "@b @B for @g %g is not in @g. (@b %b)\n"
723msgstr "blok-bitkaart voor groep %g zit niet in groep (blok %b)\n"
724
725#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
726#: e2fsck/problem.c:110
727msgid "@i @B for @g %g is not in @g. (@b %b)\n"
728msgstr "inode-bitkaart voor groep %g zit niet in groep (blok %b)\n"
729
730#. @-expanded: inode table for group %g is not in group. (block %b)\n
731#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
732#: e2fsck/problem.c:115
733msgid ""
734"@i table for @g %g is not in @g. (@b %b)\n"
735"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
736msgstr ""
737"inodetabel voor groep %g zit niet in groep (blok %b)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400738"WAARSCHUWING: ERNSTIG VERLIES VAN GEGEVENS IS MOGELIJK.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400739
740#. @-expanded: \n
741#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
742#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
743#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
744#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
745#. @-expanded: e2fsck -b %S <device>\n
746#. @-expanded: \n
747#: e2fsck/problem.c:121
748#, c-format
749msgid ""
750"\n"
751"The @S could not be read or does not describe a correct ext2\n"
752"@f. If the @v is valid and it really contains an ext2\n"
753"@f (and not swap or ufs or something else), then the @S\n"
754"is corrupt, and you might try running e2fsck with an alternate @S:\n"
755" e2fsck -b %S <@v>\n"
756"\n"
757msgstr ""
758"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400759"Het superblok is onleesbaar of omschrijft geen geldig ext2-bestandssysteem.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400760"Als het apparaat juist is en werkelijk een ext2-bestandssysteem bevat\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400761"(en niet swap of UFS of iets anders), dan is het superblok beschadigd.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400762"U kunt dan proberen een ander superblok te gebruiken:\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400763" e2fsck -b %S <apparaat>\n"
764"\n"
765
766#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
767#. @-expanded: The physical size of the device is %c blocks\n
768#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
769#: e2fsck/problem.c:130
770msgid ""
771"The @f size (according to the @S) is %b @bs\n"
772"The physical size of the @v is %c @bs\n"
773"Either the @S or the partition table is likely to be corrupt!\n"
774msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400775"Volgens het superblok is de grootte van het bestandssysteem %b blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400776"De fysieke grootte van het apparaat is %c blokken.\n"
777"Waarschijnlijk is ofwel het superblok ofwel de partitietabel beschadigd!\n"
778
779#. @-expanded: superblock block_size = %b, fragsize = %c.\n
780#. @-expanded: This version of e2fsck does not support fragment sizes different\n
781#. @-expanded: from the block size.\n
782#: e2fsck/problem.c:137
783msgid ""
784"@S @b_size = %b, fragsize = %c.\n"
785"This version of e2fsck does not support fragment sizes different\n"
786"from the @b size.\n"
787msgstr ""
788"Superblok: blokgrootte = %b, fragmentgrootte = %c.\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -0400789"Deze versie van e2fsck ondersteunt geen fragmentgrootte\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400790"verschillend van de blokgrootte.\n"
791
792#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
793#: e2fsck/problem.c:144
794msgid "@S @bs_per_group = %b, should have been %c\n"
795msgstr "Superblok: blokken_per_groep = %b, zou %c moeten zijn.\n"
796
797#. @-expanded: superblock first_data_block = %b, should have been %c\n
798#: e2fsck/problem.c:149
799msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400800msgstr "Superblok: eerste_gegevens_blok = %b, zou %c moeten zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400801
802#. @-expanded: filesystem did not have a UUID; generating one.\n
803#. @-expanded: \n
804#: e2fsck/problem.c:154
805msgid ""
806"@f did not have a UUID; generating one.\n"
807"\n"
808msgstr ""
809"Bestandssysteem heeft geen UUID; er wordt eentje aangemaakt.\n"
810"\n"
811
812#: e2fsck/problem.c:159
Theodore Ts'o886017a2005-06-26 22:11:46 -0400813#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400814msgid ""
815"Note: if several inode or block bitmap blocks or part\n"
816"of the inode table require relocation, you may wish to try\n"
817"running e2fsck with the '-b %S' option first. The problem\n"
818"may lie only with the primary block group descriptors, and\n"
819"the backup block group descriptors may be OK.\n"
820"\n"
821msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400822"Opmerking: als meerdere blokken van inode-bitkaarten of blok-bitkaarten\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400823"herplaatst moeten worden, of een deel van de inodetabel, zou u misschien\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400824"eerst 'e2fsck' kunnen draaien met de optie '-b %S'. Misschien doet het\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400825"probleem zich alleen voor in het eerste superblok; een reservekopie is\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400826"mogelijk nog in orde.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400827"\n"
828
829#. @-expanded: Corruption found in superblock. (%s = %N).\n
830#: e2fsck/problem.c:168
831msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400832msgstr "Beschadiging gevonden in het superblok: %s = %N.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400833
834#. @-expanded: Error determining size of the physical device: %m\n
835#: e2fsck/problem.c:173
836#, c-format
837msgid "Error determining size of the physical @v: %m\n"
838msgstr "Fout tijdens bepalen van de grootte van fysiek apparaat: %m\n"
839
840#. @-expanded: inode count in superblock is %i, should be %j.\n
841#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400842msgid "@i count in @S is %i, @s %j.\n"
843msgstr "Inodetal in superblok is %i, zou %j moeten zijn.\n"
844
845#: e2fsck/problem.c:182
846msgid "The Hurd does not support the filetype feature.\n"
847msgstr "De Hurd ondersteunt geen bestandstypen.\n"
848
849#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
850#: e2fsck/problem.c:187
Theodore Ts'o886017a2005-06-26 22:11:46 -0400851#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400852msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400853msgstr "Superblok heeft een ongeldig ext3-journal (inode %i).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400854
855#. @-expanded: External journal has multiple filesystem users (unsupported).\n
856#: e2fsck/problem.c:192
857msgid "External @j has multiple @f users (unsupported).\n"
858msgstr ""
Theodore Ts'o12eab042005-12-09 18:18:28 -0500859"Het externe journal heeft meerdere bestandssysteem-gebruikers;\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400860"dit wordt niet ondersteund.\n"
861
862#. @-expanded: Can't find external journal\n
863#: e2fsck/problem.c:197
864msgid "Can't find external @j\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -0500865msgstr "Kan geen extern journal vinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400866
867#. @-expanded: External journal has bad superblock\n
868#: e2fsck/problem.c:202
869msgid "External @j has bad @S\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -0500870msgstr "Het externe journal heeft een slecht superblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400871
872#. @-expanded: External journal does not support this filesystem\n
873#: e2fsck/problem.c:207
874msgid "External @j does not support this @f\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -0400875msgstr "Het externe journal ondersteunt dit bestandssysteem niet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400876
877#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
878#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
879#. @-expanded: format.\n
880#. @-expanded: It is also possible the journal superblock is corrupt.\n
881#: e2fsck/problem.c:212
882msgid ""
883"Ext3 @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -0500884"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
885"format.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400886"It is also possible the @j @S is corrupt.\n"
887msgstr ""
888"Superblok van ext3-journal is van onbekend en niet-ondersteund type %N.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -0500889"Waarschijnlijk gebruikt u een ouder e2fsck-programma dat deze journal-"
890"indeling\n"
891"niet ondersteunt. Het kan ook zijn dat het journal-superblok beschadigd "
892"is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400893
894#. @-expanded: Ext3 journal superblock is corrupt.\n
895#: e2fsck/problem.c:220
896msgid "Ext3 @j @S is corrupt.\n"
897msgstr "Het superblok van het ext3-journal is beschadigd.\n"
898
899#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
900#: e2fsck/problem.c:225
901#, c-format
902msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -0500903msgstr ""
904"Superblok heeft geen journalvlag gezet, maar heeft wel een ext3-journal %s.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400905
906#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
907#: e2fsck/problem.c:230
908msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
909msgstr "Superblok heeft journalreddingsvlag gezet, maar heeft geen journal.\n"
910
911#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
912#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400913msgid "ext3 recovery flag is clear, but @j has data.\n"
914msgstr "Journalreddingsvlag is niet gezet, maar het journal bevat gegevens.\n"
915
916#. @-expanded: Clear journal
917#: e2fsck/problem.c:240
918msgid "Clear @j"
919msgstr "Journal wissen"
920
921#. @-expanded: Run journal anyway
922#: e2fsck/problem.c:245
923msgid "Run @j anyway"
924msgstr "Journal toch afspelen"
925
926#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
927#: e2fsck/problem.c:250
928msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
929msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400930"Reservekopieën van het superblok kennen geen reddingsvlag;\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400931"het niet-lege journal wordt daarom afgespeeld.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400932
933#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
934#: e2fsck/problem.c:255
935msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400936msgstr "%s van verweesde inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400937
938#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
939#: e2fsck/problem.c:260
940msgid "@I @b #%B (%b) found in @o @i %i.\n"
941msgstr "Ongeldig blok #%B (%b) gevonden in verweesde inode %i.\n"
942
943#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
944#: e2fsck/problem.c:265
945msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
946msgstr "Reeds-gewist blok #%B (%b) gevonden in verweesde inode %i.\n"
947
948#. @-expanded: illegal orphaned inode %i in superblock.\n
949#: e2fsck/problem.c:270
950#, c-format
951msgid "@I @o @i %i in @S.\n"
952msgstr "Ongeldige verweesde inode %i in superblok.\n"
953
954#. @-expanded: illegal inode %i in orphaned inode list.\n
955#: e2fsck/problem.c:275
956#, c-format
957msgid "@I @i %i in @o @i list.\n"
958msgstr "Ongeldige inode %i in lijst van verweesde inodes.\n"
959
960#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400961#: e2fsck/problem.c:280 e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400962msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400963msgstr "Bestandssysteem is een versie 0, maar heeft functievlag(gen) gezet. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400964
965#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
966#: e2fsck/problem.c:285
967msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -0500968msgstr ""
969"Journal-superblok heeft een onbekende alleen-lezen-functievlag gezet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400970
971#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
972#: e2fsck/problem.c:290
973msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -0500974msgstr ""
975"Journal-superblok heeft een onbekende en incompatibele functievlag gezet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400976
977#. @-expanded: journal version not supported by this e2fsck.\n
978#: e2fsck/problem.c:295
979msgid "@j version not supported by this e2fsck.\n"
980msgstr "Journal-versie wordt niet ondersteund door deze e2fsck.\n"
981
982#. @-expanded: Moving journal from /%s to hidden inode.\n
983#. @-expanded: \n
984#: e2fsck/problem.c:300
Theodore Ts'o886017a2005-06-26 22:11:46 -0400985#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400986msgid ""
987"Moving @j from /%s to hidden @i.\n"
988"\n"
989msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400990"Journal wordt verplaatst van /%s naar een verborgen inode.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400991"\n"
992
993#. @-expanded: Error moving journal: %m\n
994#. @-expanded: \n
995#: e2fsck/problem.c:305
996#, c-format
997msgid ""
998"Error moving @j: %m\n"
999"\n"
1000msgstr ""
1001"Fout tijdens verplaatsen van journal: %m\n"
1002"\n"
1003
1004#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1005#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1006#. @-expanded: \n
1007#: e2fsck/problem.c:310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001008msgid ""
1009"Found @n V2 @j @S fields (from V1 @j).\n"
1010"Clearing fields beyond the V1 @j @S...\n"
1011"\n"
1012msgstr ""
1013"Ongeldige V2-journal-superblokvelden gevonden in V1-journal.\n"
1014"Velden voorbij het V1-journal-superblok worden gewist...\n"
1015"\n"
1016
1017#. @-expanded: Backing up journal inode block information.\n
1018#. @-expanded: \n
1019#: e2fsck/problem.c:316
1020msgid ""
1021"Backing up @j @i @b information.\n"
1022"\n"
1023msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001024"Maken van reservekopie van informatie in journal-inodeblokken...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001025"\n"
1026
1027#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1028#. @-expanded: is %N; should be zero.
1029#: e2fsck/problem.c:321
1030msgid ""
1031"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1032"is %N; @s zero. "
1033msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001034"Bestandssysteem heeft geen 'resize_inode'-vlag gezet,\n"
1035"maar 's_reserved_gdt_blocks' is %N; zou nul moeten zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001036
1037#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1038#: e2fsck/problem.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001039msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001040msgstr ""
1041"'Resize_inode'-vlag is niet gezet, maar de 'resize'-inode is niet nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001042
1043#. @-expanded: Resize inode not valid.
1044#: e2fsck/problem.c:332
1045msgid "Resize @i not valid. "
1046msgstr "Ongeldige 'resize'-inode. "
1047
Theodore Ts'o6956f612005-12-31 16:46:15 -05001048#. @-expanded: superblock last mount time is in the future.
1049#: e2fsck/problem.c:337
1050msgid "@S last mount time is in the future. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001051msgstr "Laatste aankoppelingstijd ligt volgens het superblok in de toekomst. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001052
1053#. @-expanded: superblock last write time is in the future.
1054#: e2fsck/problem.c:342
1055msgid "@S last write time is in the future. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001056msgstr "Laatste schrijftijd ligt volgens het superblok in de toekomst. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001057
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001058#. @-expanded: superblock hint for external superblock should be %X.
1059#: e2fsck/problem.c:346
1060#, c-format
1061msgid "@S hint for external superblock @s %X. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001062msgstr "De superblokhint voor een extern superblok dient %X te zijn. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001063
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001064#. @-expanded: Adding dirhash hint to filesystem.\n
1065#. @-expanded: \n
1066#: e2fsck/problem.c:351
1067msgid ""
1068"Adding dirhash hint to @f.\n"
1069"\n"
1070msgstr ""
1071"Toevoegen van 'dirhash'-hint aan bestandssysteem.\n"
1072"\n"
1073
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001074#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001075#: e2fsck/problem.c:358
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001076msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001077msgstr "Stap 1: Controle van inodes, blokken, en groottes\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001078
1079#. @-expanded: root inode is not a directory.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001080#: e2fsck/problem.c:362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001081msgid "@r is not a @d. "
1082msgstr "De root-inode is geen map. "
1083
1084#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001085#: e2fsck/problem.c:367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001086msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001087msgstr ""
1088"De verwijderingstijd van de root-inode is niet nul (waarschijnlijk "
1089"veroorzaakt door een oude mke2fs). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001090
1091#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001092#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001093msgid "Reserved @i %i (%Q) has @n mode. "
1094msgstr "Gereserveerde inode %i %Q heeft een ongeldige modus. "
1095
1096#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001097#: e2fsck/problem.c:377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001098#, c-format
1099msgid "@D @i %i has zero dtime. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001100msgstr "De verwijderingstijd van verwijderde inode %i is nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001101
1102#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001103#: e2fsck/problem.c:382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001104#, c-format
1105msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001106msgstr "Inode %i is in gebruik, maar heeft de verwijderingstijd gezet. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107
1108#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001109#: e2fsck/problem.c:387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001110#, c-format
1111msgid "@i %i is a @z @d. "
1112msgstr "Inode %i is een map met lengte nul. "
1113
1114#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001115#: e2fsck/problem.c:392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001116msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001117msgstr ""
1118"De blok-bitkaart van groep %g botst bij %b met een bestandssysteemblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001119
1120#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001121#: e2fsck/problem.c:397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001123msgstr ""
1124"De inode-bitkaart van groep %g botst bij %b met een bestandssysteemblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125
1126#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001127#: e2fsck/problem.c:402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001128msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05001129msgstr "De inodetabel van groep %g botst bij %b met een bestandssysteemblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130
1131#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001132#: e2fsck/problem.c:407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001133msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001134msgstr "De blok-bitkaart %b van groep %g is ongeldig. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001135
1136#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001137#: e2fsck/problem.c:412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001138msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001139msgstr "De inode-bitkaart %b van groep %g is ongeldig. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140
1141#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001142#: e2fsck/problem.c:417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001143msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001144msgstr "Inode %i, 'i_size' is %Is, zou %N moeten zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145
1146#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001147#: e2fsck/problem.c:422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001148msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001149msgstr "Inode %i, 'i_blocks' is %Ib, zou %N moeten zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150
1151#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001152#: e2fsck/problem.c:427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153msgid "@I @b #%B (%b) in @i %i. "
1154msgstr "Ongeldig blok #%B (%b) in inode %i. "
1155
1156#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001157#: e2fsck/problem.c:432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001158msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1159msgstr "Blok #%B (%b) overlapt metadata van bestandssysteem in inode %i. "
1160
1161#. @-expanded: inode %i has illegal block(s).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001162#: e2fsck/problem.c:437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001163#, c-format
1164msgid "@i %i has illegal @b(s). "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001165msgstr "Inode %i bevat ongeldig(e) blok(ken). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001166
1167#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001168#: e2fsck/problem.c:442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001169#, c-format
1170msgid "Too many illegal @bs in @i %i.\n"
1171msgstr "Te veel ongeldige blokken in inode %i.\n"
1172
1173#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001174#: e2fsck/problem.c:447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001175msgid "@I @b #%B (%b) in bad @b @i. "
1176msgstr "Ongeldig blok #%B (%b) in slechte-blokken-inode. "
1177
1178#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001179#: e2fsck/problem.c:452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001180msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001181msgstr "Slechte-blokken-inode bevat ongeldig(e) blok(ken). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001182
1183#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001184#: e2fsck/problem.c:457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185msgid "Duplicate or bad @b in use!\n"
1186msgstr "Een dubbel of slecht blok is in gebruik!\n"
1187
1188#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001189#: e2fsck/problem.c:462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001190msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001191msgstr ""
1192"Slecht blok %b is in gebruik als indirect blok voor de slechte-blokken-"
1193"inode. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001194
1195#. @-expanded: \n
1196#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1197#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1198#. @-expanded: in the filesystem.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001199#: e2fsck/problem.c:467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001200msgid ""
1201"\n"
1202"The bad @b @i has probably been corrupted. You probably\n"
1203"should stop now and run e2fsck -c to scan for bad blocks\n"
1204"in the @f.\n"
1205msgstr ""
1206"\n"
1207"De slechte-blokken-inode is vermoedelijk beschadigd.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001208"U kunt nu beter stoppen en 'e2fsck -c' uitvoeren om\n"
1209"het bestandssysteem te doorzoeken naar slechte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001210
1211#. @-expanded: \n
1212#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001213#: e2fsck/problem.c:474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001214msgid ""
1215"\n"
1216"If the @b is really bad, the @f can not be fixed.\n"
1217msgstr ""
1218"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001219"Als het blok echt slecht is, kan het bestandssysteem niet gerepareerd "
1220"worden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221
1222#. @-expanded: You can remove this block from the bad block list and hope\n
1223#. @-expanded: that the block is really OK. But there are no guarantees.\n
1224#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001225#: e2fsck/problem.c:479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001226msgid ""
1227"You can remove this @b from the bad @b list and hope\n"
1228"that the @b is really OK. But there are no guarantees.\n"
1229"\n"
1230msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001231"U kunt dit blok uit de lijst van slechte blokken wissen en hopen\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001232"dat het blok toch goed is. Maar er zijn geen garanties.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001233"\n"
1234
1235#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001236#: e2fsck/problem.c:485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001237msgid "The primary @S (%b) is on the bad @b list.\n"
1238msgstr "Het primaire superblok (%b) staat in de lijst van slechte blokken.\n"
1239
1240#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001241#: e2fsck/problem.c:490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001242msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001243msgstr ""
1244"Een groepsbeschrijversblok (%b) staat in de lijst van slechte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001245
1246#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001247#: e2fsck/problem.c:496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248msgid "Warning: Group %g's @S (%b) is bad.\n"
1249msgstr "Waarschuwing: groep %g heeft een slecht superblok (%b).\n"
1250
1251#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001252#: e2fsck/problem.c:501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001253msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001254msgstr ""
1255"Waarschuwing: groep %g bevat een slecht blok (%b) in de groepsbeschrijvers.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001256
1257#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001258#: e2fsck/problem.c:507
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001259msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001260msgstr ""
1261"Interne fout?: blok %b is zonder reden geclaimd in process_bad_block().\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001262
1263#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001264#: e2fsck/problem.c:513
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001265msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001266msgstr ""
1267"Fout tijdens reserveren van %N aaneengsloten blokken in groep %g voor %s: %"
1268"m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269
1270#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001271#: e2fsck/problem.c:518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001272#, c-format
1273msgid "@A @b buffer for relocating %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001274msgstr "Fout tijdens reserveren van buffer voor verplaatsen van %s.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001275
1276# src/delegate.c:368
1277#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001278#: e2fsck/problem.c:523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279msgid "Relocating @g %g's %s from %b to %c...\n"
1280msgstr "Bezig met verplaatsen van groep %g's %s van %b naar %c...\n"
1281
1282#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001283#: e2fsck/problem.c:528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284#, c-format
1285msgid "Relocating @g %g's %s to %c...\n"
1286msgstr "Bezig met verplaatsen van groep %g's %s naar %c...\n"
1287
1288#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001289#: e2fsck/problem.c:533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001290msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001291msgstr "Waarschuwing: kan blok %b van %s niet lezen: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292
1293#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001294#: e2fsck/problem.c:538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001296msgstr "Waarschuwing: kan blok %b van %s niet schrijven: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001297
1298#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001299#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001300msgid "@A @i @B (%N): %m\n"
1301msgstr "Fout tijdens reserveren van inode-bitkaart (%N): %m\n"
1302
1303#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001304#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001305msgid "@A @b @B (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001306msgstr "Fout tijdens reserveren van blok-bitkaart (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307
1308#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001309#: e2fsck/problem.c:553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001310#, c-format
1311msgid "@A icount link information: %m\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001312msgstr "Fout tijdens reserveren van 'icount'-link-informatie: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313
1314#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001315#: e2fsck/problem.c:558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001316#, c-format
1317msgid "@A @d @b array: %m\n"
1318msgstr "Fout tijdens reserveren van blokreeks voor map: %m\n"
1319
1320#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001321#: e2fsck/problem.c:563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001322#, c-format
1323msgid "Error while scanning @is (%i): %m\n"
1324msgstr "Fout tijdens scannen van inodes (%i): %m\n"
1325
1326#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001327#: e2fsck/problem.c:568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001328#, c-format
1329msgid "Error while iterating over @bs in @i %i: %m\n"
1330msgstr "Fout tijdens langslopen van blokken van inode %i: %m\n"
1331
1332#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001333#: e2fsck/problem.c:573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001334msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1335msgstr "Fout tijdens opslaan van inodetal (inode=%i, aantal=%N): %m\n"
1336
1337#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001338#: e2fsck/problem.c:578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001339msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001340msgstr ""
1341"Fout tijdens opslaan van mapblokkeninformatie (inode=%i, blok=%b, aantal=%"
1342"N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001343
1344#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001345#: e2fsck/problem.c:584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001346#, c-format
1347msgid "Error reading @i %i: %m\n"
1348msgstr "Fout tijdens lezen van inode %i: %m\n"
1349
1350#. @-expanded: inode %i has imagic flag set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001351#: e2fsck/problem.c:592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001352#, c-format
1353msgid "@i %i has imagic flag set. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001354msgstr "Inode %i heeft de imagic-vlag gezet. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355
1356#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1357#. @-expanded: or append-only flag set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001358#: e2fsck/problem.c:597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001359#, c-format
1360msgid ""
1361"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1362"or append-only flag set. "
1363msgstr ""
1364"Speciaal bestand (apparaat/socket/fifo/symlink) heeft de onveranderbaar-\n"
1365"of de alleen-toevoegenvlag gezet (inode %i). "
1366
1367#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001368#: e2fsck/problem.c:603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001369#, c-format
1370msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001371msgstr ""
1372"Inode %i heeft de compressievlag gezet op een bestandssysteem zonder "
1373"compressie-ondersteuning. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374
1375#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001376#: e2fsck/problem.c:608
Theodore Ts'o886017a2005-06-26 22:11:46 -04001377#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001378msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04001379msgstr "Speciale inode %i (apparaat/socket/fifo) heeft niet lengte nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001380
1381#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001382#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001383msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001384msgstr "Journal-inode is niet in gebruik, maar bevat gegevens. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001385
1386#. @-expanded: journal is not regular file.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001387#: e2fsck/problem.c:623
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001388msgid "@j is not regular file. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001389msgstr "Journal is geen normaal bestand. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001390
1391#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001392#: e2fsck/problem.c:628
Theodore Ts'o886017a2005-06-26 22:11:46 -04001393#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394msgid "@i %i was part of the @o @i list. "
1395msgstr "Inode %i was deel van de lijst van verweesde inodes. "
1396
1397#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001398#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001400msgstr ""
1401"Inodes gevonden die deel waren van een beschadigde lijst van verweesde "
1402"inodes. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001403
1404#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001405#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001407msgstr "Fout tijdens reserveren van 'refcount'-structuur (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001408
1409#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001410#: e2fsck/problem.c:644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001411msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001412msgstr ""
1413"Fout tijdens lezen van blok %b met uitgebreide kenmerken voor inode %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414
1415#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001416#: e2fsck/problem.c:649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001417msgid "@i %i has a bad @a @b %b. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001418msgstr "Inode %i bevat een slecht blok %b met uitgebreide kenmerken. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419
1420#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001421#: e2fsck/problem.c:654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001422msgid "Error reading @a @b %b (%m). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001423msgstr "Fout tijdens lezen van blok %b met uitgebreide kenmerken: %m "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424
1425#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001426#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001427msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001428msgstr ""
1429"Blok %b met uitgebreide kenmerken heeft verwijzingstal %B, zou %N moeten "
1430"zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431
1432#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001433#: e2fsck/problem.c:664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434msgid "Error writing @a @b %b (%m). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001435msgstr "Fout tijdens schrijven van blok %b met uitgebreide kenmerken: %m "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001436
1437#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001438#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001439msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001440msgstr "Blok %b met uitgebreide kenmerken heeft h_blocks > 1. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001441
1442#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001443#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001444msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001445msgstr "Fout tijdens reserveren van blok %b met uitgebreide kenmerken. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001446
1447#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001448#: e2fsck/problem.c:679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001449msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'o8f741372008-02-28 21:47:05 -05001450msgstr ""
1451"Blok %b met uitgebreide kenmerken is beschadigd (reserveringsoverlap). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001452
1453#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001454#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001456msgstr "Blok %b met uitgebreide kenmerken is beschadigd (ongeldige naam). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001457
1458#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001459#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001460msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001461msgstr "Blok %b met uitgebreide kenmerken is beschadigd (ongeldige waarde). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001462
1463#. @-expanded: inode %i is too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001464#: e2fsck/problem.c:694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001465#, c-format
1466msgid "@i %i is too big. "
1467msgstr "Inode %i is te groot. "
1468
1469#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001470#: e2fsck/problem.c:698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001471msgid "@b #%B (%b) causes @d to be too big. "
1472msgstr "Blok #%B (%b) maakt map te groot. "
1473
1474#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001475#: e2fsck/problem.c:703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001476msgid "@b #%B (%b) causes file to be too big. "
1477msgstr "Blok #%B (%b) maakt bestand te groot. "
1478
1479#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001480#: e2fsck/problem.c:708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001481msgid "@b #%B (%b) causes symlink to be too big. "
1482msgstr "Blok #%B (%b) maakt symbolische koppeling te groot. "
1483
1484#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001485#: e2fsck/problem.c:713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001486#, c-format
1487msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001488msgstr ""
1489"Inode %i heeft de 'index_fl'-vlag gezet op een bestandssysteem zonder "
1490"'htree'-ondersteuning.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001491
1492#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001493#: e2fsck/problem.c:718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001494#, c-format
1495msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1496msgstr "Inode %i heeft de 'index_fl'-vlag gezet maar het is geen map.\n"
1497
1498#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001499#: e2fsck/problem.c:723
Theodore Ts'o886017a2005-06-26 22:11:46 -04001500#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001501msgid "@h %i has an @n root node.\n"
1502msgstr "Inode %i van 'htree'-map heeft een ongeldige wortelnode.\n"
1503
1504#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001505#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001506msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001507msgstr ""
1508"Inode %i van 'htree'-map gebruikt een niet-ondersteunde hash-versie (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001509
1510#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001511#: e2fsck/problem.c:733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512#, c-format
1513msgid "@h %i uses an incompatible htree root node flag.\n"
1514msgstr "Inode %i van 'htree'-map gebruikt een incompatibele wortelnodevlag.\n"
1515
1516#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001517#: e2fsck/problem.c:738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001518msgid "@h %i has a tree depth (%N) which is too big\n"
1519msgstr "Inode %i van 'htree'-map heeft een te grote boomdiepte (%N).\n"
1520
1521#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1522#. @-expanded: filesystem metadata.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001523#: e2fsck/problem.c:743
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001524msgid ""
1525"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1526"@f metadata. "
1527msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001528"Slechte-blokken-inode bevat een indirect blok (%b) dat strijdig\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001529"is met de metagegevens van het bestandssysteem. "
1530
1531#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001532#: e2fsck/problem.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001533#, c-format
1534msgid "Resize @i (re)creation failed: %m."
1535msgstr "Aanmaken van 'resize'-inode is mislukt: %m"
1536
1537#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001538#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001539msgid "@i %i has a extra size (%IS) which is @n\n"
1540msgstr "Inode %i heeft een ongeldige extra grootte (%IS).\n"
1541
1542#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001543#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001544msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001545msgstr ""
1546"Een uitgebreid kenmerk in inode %i heeft een ongeldige naamlengte (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001547
1548#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001549#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001550msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001551msgstr ""
1552"Een uitgebreid kenmerk in inode %i heeft een ongeldige waardegrootte (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001553
1554#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001555#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001556msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001557msgstr ""
1558"Een uitgebreid kenmerk in inode %i heeft een ongeldige waardeoffset (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559
1560#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001561#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001562msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001563msgstr ""
1564"Een uitgebreid kenmerk in inode %i heeft een ongeldig waardeblok (%N, moet 0 "
1565"zijn).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566
1567#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001568#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001569msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001570msgstr ""
1571"Een uitgebreid kenmerk in inode %i heeft een ongeldige hashwaarde (%N, moet "
1572"0 zijn).\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001573
1574#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1575#: e2fsck/problem.c:784
1576msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001577msgstr ""
1578"Inode %i is gemarkeerd als een %It, maar lijkt feitelijk een map te zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001579
1580#. @-expanded: \n
1581#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1582#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001583#: e2fsck/problem.c:791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584msgid ""
1585"\n"
1586"Running additional passes to resolve @bs claimed by more than one @i...\n"
1587"Pass 1B: Rescanning for @m @bs\n"
1588msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001589"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001590"Er zijn extra stappen nodig voor het verzoenen van blokken die door\n"
1591"meer dan één inode geclaimd worden...\n"
1592"Stap 1B: Opnieuw zoeken naar meervoudig-geclaimde blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593
1594#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001595#: e2fsck/problem.c:797
Theodore Ts'o886017a2005-06-26 22:11:46 -04001596#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001597msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001598msgstr "Meervoudig-geclaimd blok (of blokken) in inode %i:"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001600#: e2fsck/problem.c:812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001601#, c-format
1602msgid "Error while scanning inodes (%i): %m\n"
1603msgstr "Fout tijdens scannen van inodes (%i): %m\n"
1604
1605#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001606#: e2fsck/problem.c:817
Theodore Ts'o886017a2005-06-26 22:11:46 -04001607#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001608msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001609msgstr "Fout tijdens reserveren van vervangende inode-bitkaart: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001610
1611#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001612#: e2fsck/problem.c:822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613#, c-format
1614msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1615msgstr "Fout tijdens langslopen van blokken van inode %i (%s): %m\n"
1616
1617#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001618#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001619msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001620msgstr ""
1621"Fout tijdens bijstellen van verwijzingstal van blok %b met uitgebreide "
1622"kenmerken (inode %i): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623
Theodore Ts'o6956f612005-12-31 16:46:15 -05001624#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001625#: e2fsck/problem.c:833
Theodore Ts'o6956f612005-12-31 16:46:15 -05001626msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001627msgstr ""
1628"Stap 1C: Doorzoeken van mappen naar inodes met meervoudig-geclaimde blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001629
1630#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001631#: e2fsck/problem.c:839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001632msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001633msgstr "Stap 1D: Verzoenen van meervoudig-geclaimde blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634
1635#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1636#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001637#: e2fsck/problem.c:844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001638msgid ""
1639"File %Q (@i #%i, mod time %IM) \n"
1640" has %B @m @b(s), shared with %N file(s):\n"
1641msgstr ""
1642"Bestand %Q (inode %i, wijzigingstijd %IM)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001643" bevat %B meervoudig-geclaimd(e) blok(ken), gedeeld met %N bestand(en):\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001644
1645#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001646#: e2fsck/problem.c:850
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001647msgid "\t%Q (@i #%i, mod time %IM)\n"
1648msgstr "\t%Q (inode %i, wijzigingstijd %IM)\n"
1649
1650#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001651#: e2fsck/problem.c:855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001652msgid "\t<@f metadata>\n"
1653msgstr "\t<metagegevens van bestandssysteem>\n"
1654
1655#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1656#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001657#: e2fsck/problem.c:860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658msgid ""
1659"(There are %N @is containing @m @bs.)\n"
1660"\n"
1661msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001662"(Er zijn %N inodes met meervoudig-geclaimde blokken.)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663"\n"
1664
1665#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1666#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001667#: e2fsck/problem.c:865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668msgid ""
1669"@m @bs already reassigned or cloned.\n"
1670"\n"
1671msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001672"Meervoudig-geclaimde blokken zijn al gekloond of opnieuw toegekend.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673"\n"
1674
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001675#: e2fsck/problem.c:878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001676#, c-format
1677msgid "Couldn't clone file: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001678msgstr "Kan bestand niet klonen: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001679
1680#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001681#: e2fsck/problem.c:884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001682msgid "Pass 2: Checking @d structure\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001683msgstr "Stap 2: Controle van mappenstructuur\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001684
1685#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001686#: e2fsck/problem.c:889
Theodore Ts'o886017a2005-06-26 22:11:46 -04001687#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001688msgid "@n @i number for '.' in @d @i %i.\n"
1689msgstr "Ongeldig inodenummer voor '.' in map-inode %i.\n"
1690
1691#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001692#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001693msgid "@E has @n @i #: %Di.\n"
1694msgstr "@E heeft een ongeldig inodenummer: %Di.\n"
1695
1696#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001697#: e2fsck/problem.c:899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001698msgid "@E has @D/unused @i %Di. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001699msgstr "@E bevat een verwijderde of ongebruikte inode %Di. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700
1701#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001702#: e2fsck/problem.c:904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001703msgid "@E @L to '.' "
1704msgstr "@E is een koppeling naar '.' "
1705
1706#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001707#: e2fsck/problem.c:909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001708msgid "@E points to @i (%Di) located in a bad @b.\n"
1709msgstr "@E verwijst naar een inode (%Di) in een slecht blok.\n"
1710
1711#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001712#: e2fsck/problem.c:914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001713msgid "@E @L to @d %P (%Di).\n"
1714msgstr "@E is een koppeling naar map %P (%Di).\n"
1715
1716#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001717#: e2fsck/problem.c:919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001718msgid "@E @L to the @r.\n"
1719msgstr "@E is een koppeling naar de root-inode.\n"
1720
1721#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001722#: e2fsck/problem.c:924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001723msgid "@E has illegal characters in its name.\n"
1724msgstr "@E bevat ongeldige tekens in de naam.\n"
1725
1726#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001727#: e2fsck/problem.c:929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001728#, c-format
1729msgid "Missing '.' in @d @i %i.\n"
1730msgstr "Ontbrekende '.' in map-inode %i.\n"
1731
1732#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001733#: e2fsck/problem.c:934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001734#, c-format
1735msgid "Missing '..' in @d @i %i.\n"
1736msgstr "Ontbrekende '..' in map-inode %i.\n"
1737
1738#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001739#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1741msgstr "Eerste item '%Dn' (inode=%Di) in map-inode %i (%p) moet '.' zijn.\n"
1742
1743#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001744#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1746msgstr "Tweede item '%Dn' (inode=%Di) in map-inode %i moet '..' zijn.\n"
1747
1748#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001749#: e2fsck/problem.c:949
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001751msgstr "'i_faddr' @F is %IF, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001752
1753#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001754#: e2fsck/problem.c:954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001755msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001756msgstr "'i_file_acl' @F is %If, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001757
1758#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001759#: e2fsck/problem.c:959
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001760msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001761msgstr "'i_dir_acl' @F is %Id, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762
1763#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001764#: e2fsck/problem.c:964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001765msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001766msgstr "'i_frag' @F is %N, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767
1768#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001769#: e2fsck/problem.c:969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001770msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001771msgstr "'i_fsize' @F is %N, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001772
1773#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001774#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001775msgid "@i %i (%Q) has @n mode (%Im).\n"
1776msgstr "Inode %i (%Q) heeft een ongeldige modus (%Im).\n"
1777
1778#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001779#: e2fsck/problem.c:979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001780msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1781msgstr "Map-inode %i, blok %B, offset %N: map is beschadigd\n"
1782
1783#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001784#: e2fsck/problem.c:984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001785msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1786msgstr "Map-inode %i, blok %B, offset %N: bestandsnaam is te lang\n"
1787
1788#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001789#: e2fsck/problem.c:989
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001790msgid "@d @i %i has an unallocated @b #%B. "
1791msgstr "Map-inode %i bevat een ongereserveerd blok %B. "
1792
1793#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001794#: e2fsck/problem.c:994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001795#, c-format
1796msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1797msgstr "Item '.' in map-inode %i eindigt niet op NULL.\n"
1798
1799#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001800#: e2fsck/problem.c:999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001801#, c-format
1802msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1803msgstr "Item '..' in map-inode %i eindigt niet op NULL.\n"
1804
1805#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001806#: e2fsck/problem.c:1004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001807msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001808msgstr "Inode %i (%Q) is een ongeldig byte-apparaat.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001809
1810#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001811#: e2fsck/problem.c:1009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001812msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001813msgstr "Inode %i (%Q) is een ongeldig blok-apparaat.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814
1815#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001816#: e2fsck/problem.c:1014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001817msgid "@E is duplicate '.' @e.\n"
1818msgstr "@E is een duplicaat-'.'-item.\n"
1819
1820#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001821#: e2fsck/problem.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001822msgid "@E is duplicate '..' @e.\n"
1823msgstr "@E is een duplicaat-'..'-item.\n"
1824
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001825#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826#, c-format
1827msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001828msgstr "*Interne fout*: kan 'dir_info' voor %i niet vinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001829
1830#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001831#: e2fsck/problem.c:1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001832msgid "@E has rec_len of %Dr, @s %N.\n"
1833msgstr "@E heeft een 'rec_len' van %Dr, zou %N moeten zijn.\n"
1834
1835#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001836#: e2fsck/problem.c:1034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001837#, c-format
1838msgid "@A icount structure: %m\n"
1839msgstr "Fout tijdens reserveren van 'icount'-structuur: %m\n"
1840
1841#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001842#: e2fsck/problem.c:1039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001843#, c-format
1844msgid "Error iterating over @d @bs: %m\n"
1845msgstr "Fout tijdens langslopen van mapblokken: %m\n"
1846
1847#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001848#: e2fsck/problem.c:1044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001849msgid "Error reading @d @b %b (@i %i): %m\n"
1850msgstr "Fout tijdens lezen van mapblok %b (inode %i): %m\n"
1851
1852#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001853#: e2fsck/problem.c:1049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001854msgid "Error writing @d @b %b (@i %i): %m\n"
1855msgstr "Fout tijdens schrijven van mapblok %b (inode %i): %m\n"
1856
1857#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001858#: e2fsck/problem.c:1054
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001859#, c-format
1860msgid "@A new @d @b for @i %i (%s): %m\n"
1861msgstr "Fout tijdens reserveren van nieuw mapblok voor inode %i (%s): %m\n"
1862
1863#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001864#: e2fsck/problem.c:1059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001865#, c-format
1866msgid "Error deallocating @i %i: %m\n"
1867msgstr "Fout tijdens vrijgeven van inode %i: %m\n"
1868
1869#. @-expanded: directory entry for '.' is big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001870#: e2fsck/problem.c:1064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001871msgid "@d @e for '.' is big. "
1872msgstr "Mapitem voor '.' is groot. "
1873
1874#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001875#: e2fsck/problem.c:1069
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876msgid "@i %i (%Q) is an @I FIFO.\n"
1877msgstr "Inode %i (%Q) is een ongeldige FIFO.\n"
1878
1879#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001880#: e2fsck/problem.c:1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001881msgid "@i %i (%Q) is an @I socket.\n"
1882msgstr "Inode %i (%Q) is een ongeldige socket.\n"
1883
1884#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001885#: e2fsck/problem.c:1079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886msgid "Setting filetype for @E to %N.\n"
1887msgstr "Bestandstype van @E wordt op %N gezet.\n"
1888
1889#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001890#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1892msgstr "@E heeft een ongeldig bestandstype (%Dt, zou %N moeten zijn).\n"
1893
1894#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001895#: e2fsck/problem.c:1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896msgid "@E has filetype set.\n"
1897msgstr "@E heeft een ingevuld bestandstype.\n"
1898
1899#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001900#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901msgid "@E has a @z name.\n"
1902msgstr "@E heeft een naam met lengte nul.\n"
1903
1904#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001905#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001906msgid "Symlink %Q (@i #%i) is @n.\n"
1907msgstr "Symbolische koppeling %Q (inode %i) is ongeldig.\n"
1908
1909#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001910#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001911msgid "@a @b @F @n (%If).\n"
1912msgstr "Blok van uitgebreide kenmerken @F is ongeldig (%If).\n"
1913
1914#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001915#: e2fsck/problem.c:1109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001916msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001917msgstr ""
1918"Bestandssysteem bevat grote bestanden, maar heeft in het superblok niet de "
1919"'large-file'-vlag gezet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001920
1921#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001922#: e2fsck/problem.c:1114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001923msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001924msgstr "Probleem in 'htree'-map %d: naar node %B wordt niet verwezen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001925
1926#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001927#: e2fsck/problem.c:1119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001928msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001929msgstr "Probleem in 'htree'-map %d: naar node %B wordt twee keer verwezen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001930
1931#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001932#: e2fsck/problem.c:1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001933msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001934msgstr ""
1935"Probleem in 'htree'-map %d: node %B heeft een ongeldige minimum hash.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001936
1937#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001938#: e2fsck/problem.c:1129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001939msgid "@p @h %d: node (%B) has bad max hash\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001940msgstr ""
1941"Probleem in 'htree'-map %d: node %B heeft een ongeldige maximum hash.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001942
1943#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001944#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001945msgid "@n @h %d (%q). "
1946msgstr "Ongeldige 'htree'-map %d (%q). "
1947
1948#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001949#: e2fsck/problem.c:1138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001950msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001951msgstr "Probleem in 'htree'-map %d (%q): slecht blok (nummer %b).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001952
1953#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001954#: e2fsck/problem.c:1148
Theodore Ts'o886017a2005-06-26 22:11:46 -04001955#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001956msgid "@p @h %d: root node is @n\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001957msgstr "Probleem in 'htree'-map %d: de root-node is ongeldig.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001958
1959#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001960#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001961msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001962msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldige limiet (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001963
1964#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001965#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001967msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldig aantal (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968
1969#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001970#: e2fsck/problem.c:1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001971msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05001972msgstr ""
1973"Probleem in 'htree'-map %d: node %B heeft een ongeordende hash-tabel.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001974
1975#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001976#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001977msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001978msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldige diepte.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001979
1980#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001981#: e2fsck/problem.c:1173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001982msgid "Duplicate @E found. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001983msgstr "Dubbel item '%Dn' in %p (%i) gevonden. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001984
1985#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1986#. @-expanded: Rename to %s
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001987#: e2fsck/problem.c:1178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001988#, no-c-format
1989msgid ""
1990"@E has a non-unique filename.\n"
1991"Rename to %s"
1992msgstr ""
Theodore Ts'o12eab042005-12-09 18:18:28 -05001993"@E heeft een niet-unieke bestandsnaam.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001994"Hernoemen tot %s"
1995
1996#. @-expanded: Duplicate entry '%Dn' found.\n
1997#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1998#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001999#: e2fsck/problem.c:1183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002000msgid ""
2001"Duplicate @e '%Dn' found.\n"
2002"\tMarking %p (%i) to be rebuilt.\n"
2003"\n"
2004msgstr ""
2005"Dubbel item '%Dn' gevonden.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002006" Map %p (%i) wordt gemarkeerd om opnieuw te worden opgebouwd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002007"\n"
2008
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002009#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2010#: e2fsck/problem.c:1188
2011msgid "i_blocks_hi @F %N, @s zero.\n"
2012msgstr "'i_blocks_hi' @F is %N, moet nul zijn.\n"
2013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002014#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002015#: e2fsck/problem.c:1195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002016msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002017msgstr "Stap 3: Controle van verbindingen tussen mappen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002018
2019#. @-expanded: root inode not allocated.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002020#: e2fsck/problem.c:1200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002021msgid "@r not allocated. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002022msgstr "Root-inode is niet gereserveerd. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002023
2024#. @-expanded: No room in lost+found directory.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002025#: e2fsck/problem.c:1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002026msgid "No room in @l @d. "
2027msgstr "Geen ruimte meer in /lost+found. "
2028
2029#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002030#: e2fsck/problem.c:1210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002031#, c-format
2032msgid "Unconnected @d @i %i (%p)\n"
2033msgstr "Onverbonden map-inode %i (%p)\n"
2034
2035#. @-expanded: /lost+found not found.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002036#: e2fsck/problem.c:1215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002037msgid "/@l not found. "
2038msgstr "/lost+found niet gevonden. "
2039
2040#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002041#: e2fsck/problem.c:1220
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002042msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2043msgstr "'..' in %Q (%i) is %P (%j), moet %q (%d) zijn.\n"
2044
2045#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002046#: e2fsck/problem.c:1225
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002047msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002048msgstr ""
2049"Beschadigde of niet-bestaande /lost+found. Kan inode niet herverbinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002050
2051#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002052#: e2fsck/problem.c:1230
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002053#, c-format
2054msgid "Could not expand /@l: %m\n"
2055msgstr "Kan /lost+found niet uitbreiden: %m\n"
2056
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002057#: e2fsck/problem.c:1235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002058#, c-format
2059msgid "Could not reconnect %i: %m\n"
2060msgstr "Kan inode %i niet herverbinden: %m\n"
2061
2062#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002063#: e2fsck/problem.c:1240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002064#, c-format
2065msgid "Error while trying to find /@l: %m\n"
2066msgstr "Fout tijdens zoeken van /lost+found: %m\n"
2067
2068#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002069#: e2fsck/problem.c:1245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002070#, c-format
2071msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002072msgstr "ext2fs_new_block(): %m tijdens maken van /lost+found\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002073
2074#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002075#: e2fsck/problem.c:1250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002076#, c-format
2077msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002078msgstr "ext2fs_new_inode(): %m tijdens maken van /lost+found\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002079
2080#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002081#: e2fsck/problem.c:1255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002082#, c-format
2083msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002084msgstr "ext2fs_new_dir_block(): %m tijdens maken van nieuw mapblok\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002085
2086#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002087#: e2fsck/problem.c:1260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088#, c-format
2089msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002090msgstr ""
2091"ext2fs_write_dir_block(): %m tijdens maken van mapblok voor /lost+found\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002092
2093#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002094#: e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002095#, c-format
2096msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002097msgstr "Fout tijdens bijwerken van inodetal van inode %i.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098
2099#. @-expanded: Couldn't fix parent of inode %i: %m\n
2100#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002101#: e2fsck/problem.c:1270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002102#, c-format
2103msgid ""
2104"Couldn't fix parent of @i %i: %m\n"
2105"\n"
2106msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002107"Kan ouderverwijzing van inode %i niet herstellen: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002108"\n"
2109
2110#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2111#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002112#: e2fsck/problem.c:1275
Theodore Ts'o886017a2005-06-26 22:11:46 -04002113#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002114msgid ""
2115"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2116"\n"
2117msgstr ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05002118"Kan ouderverwijzing van inode %i niet herstellen: kan de oudermap niet "
2119"vinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002120"\n"
2121
2122#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002123#: e2fsck/problem.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002124#, c-format
2125msgid "Error creating root @d (%s): %m\n"
2126msgstr "Fout tijdens maken van rootmap (%s): %m\n"
2127
2128#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002129#: e2fsck/problem.c:1290
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002130#, c-format
2131msgid "Error creating /@l @d (%s): %m\n"
2132msgstr "Fout tijdens maken van /lost+found-map (%s): %m\n"
2133
2134#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002135#: e2fsck/problem.c:1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002136msgid "@r is not a @d; aborting.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002137msgstr "De root-inode is geen map. Gestopt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002138
2139#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002140#: e2fsck/problem.c:1300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002141msgid "Cannot proceed without a @r.\n"
2142msgstr "Kan niet verder zonder een root-inode.\n"
2143
2144#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002145#: e2fsck/problem.c:1310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146#, c-format
2147msgid "/@l is not a @d (ino=%i)\n"
2148msgstr "/lost+found (inode %i) is geen map\n"
2149
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002150#: e2fsck/problem.c:1317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002151msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002152msgstr "Stap 3A: Optimalisatie van mappen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002153
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002154#: e2fsck/problem.c:1322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002155#, c-format
2156msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002157msgstr "Maken van 'dirs_to_hash-iterator' is mislukt: %m"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002158
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002159#: e2fsck/problem.c:1327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002160msgid "Failed to optimize directory %q (%d): %m"
2161msgstr "Optimaliseren van map %q (%d) is mislukt: %m"
2162
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002163#: e2fsck/problem.c:1332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002164msgid "Optimizing directories: "
2165msgstr "Optimaliseren van mappen: "
2166
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002167#: e2fsck/problem.c:1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002168msgid "Pass 4: Checking reference counts\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002169msgstr "Stap 4: Controle van verwijzingsaantallen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002170
2171#. @-expanded: unattached zero-length inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002172#: e2fsck/problem.c:1354
Theodore Ts'o886017a2005-06-26 22:11:46 -04002173#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002174msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002175msgstr "Onverbonden inode %i met lengte nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002176
2177#. @-expanded: unattached inode %i\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002178#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002179#, c-format
2180msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002181msgstr "Onverbonden inode %i.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182
2183#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002184#: e2fsck/problem.c:1364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002185msgid "@i %i ref count is %Il, @s %N. "
2186msgstr "Verwijzingsaantal van inode %i is %Il, zou %N moeten zijn. "
2187
2188#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2189#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2190#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002191#: e2fsck/problem.c:1368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002192msgid ""
2193"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2194"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2195"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2196msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002197"WAARSCHUWING: programmafout in e2fsck!\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002198" *of* U BENT EEN AANGEKOPPELD BESTANDSSYSTEEM AAN HET CONTROLEREN!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002199"\n"
2200"inode_link_info[%i] is %N, inode.i_links_count is %Il.\n"
2201"Deze horen hetzelfde te zijn!\n"
2202
2203#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002204#: e2fsck/problem.c:1378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002206msgstr "Stap 5: Controle van groepssamenvattingen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002207
2208#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002209#: e2fsck/problem.c:1383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002210msgid "Padding at end of @i @B is not set. "
2211msgstr "Opvulling aan het eind van inode-bitkaart is niet gezet. "
2212
2213#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002214#: e2fsck/problem.c:1388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215msgid "Padding at end of @b @B is not set. "
2216msgstr "Opvulling aan het eind van blok-bitkaart is niet gezet. "
2217
2218#. @-expanded: block bitmap differences:
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002219#: e2fsck/problem.c:1393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002220msgid "@b @B differences: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002221msgstr "Blok-bitkaart-verschillen: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002222
2223#. @-expanded: inode bitmap differences:
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002224#: e2fsck/problem.c:1413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002225msgid "@i @B differences: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002226msgstr "Inode-bitkaart-verschillen: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002227
2228#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002229#: e2fsck/problem.c:1433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2231msgstr "Verkeerd aantal vrije inodes voor groep #%g (%i, geteld=%j).\n"
2232
2233#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002234#: e2fsck/problem.c:1438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002235msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2236msgstr "Verkeerd aantal mappen voor groep #%g (%i, geteld=%j).\n"
2237
2238#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002239#: e2fsck/problem.c:1443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002240msgid "Free @is count wrong (%i, counted=%j).\n"
2241msgstr "Verkeerd aantal inodes (%i, geteld=%j).\n"
2242
2243#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002244#: e2fsck/problem.c:1448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002245msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2246msgstr "Verkeerd aantal blokken voor groep #%g (%b, geteld=%c).\n"
2247
2248#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002249#: e2fsck/problem.c:1453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002250msgid "Free @bs count wrong (%b, counted=%c).\n"
2251msgstr "Verkeerd aantal blokken (%b, geteld=%c).\n"
2252
2253#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2254#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002255#: e2fsck/problem.c:1458
Theodore Ts'o8f741372008-02-28 21:47:05 -05002256msgid ""
2257"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2258"endpoints (%i, %j)\n"
2259msgstr ""
2260"PROGRAMMAFOUT in e2fsck: in bestandssysteem %N komen de bitkaart-eindpunten "
2261"(%b, %c) niet overeen met de berekende eindpunten (%i, %j)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002262
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002263#: e2fsck/problem.c:1464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002265msgstr "*Interne fout*: einde van bitmap is gefoezeld (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266
2267#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002268#: e2fsck/problem.c:1469
Theodore Ts'o886017a2005-06-26 22:11:46 -04002269#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002270msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002271msgstr "Fout tijdens kopiëren naar vervangende inode-bitkaart: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002272
2273#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002274#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002275#, c-format
2276msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002277msgstr "Fout tijdens kopiëren naar vervangende blok-bitkaart: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002278
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002279#: e2fsck/problem.c:1499
2280msgid "Recreate journal to make the filesystem ext3 again?\n"
2281msgstr "Het journal heraanmaken om het bestandssysteem weer ext3 te maken?\n"
2282
2283#: e2fsck/problem.c:1617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002284#, c-format
2285msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002286msgstr "Onbekende foutcode (0x%x)!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002287
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002288#: e2fsck/problem.c:1711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002289msgid "IGNORED"
2290msgstr "GENEGEERD"
2291
2292#: e2fsck/scantest.c:81
2293#, c-format
2294msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2295msgstr "Gebruikt geheugen: %d, verlopen tijd: %6.3f/%6.3f/%6.3f\n"
2296
2297#: e2fsck/scantest.c:100
2298#, c-format
2299msgid "size of inode=%d\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002300msgstr "grootte van inode is %d\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002301
2302#: e2fsck/scantest.c:121
2303msgid "while starting inode scan"
2304msgstr "tijdens start van inode-scan"
2305
2306#: e2fsck/scantest.c:132
2307msgid "while doing inode scan"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002308msgstr "tijdens uitvoering van inode-scan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002309
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002310#: e2fsck/super.c:187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002311#, c-format
2312msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002313msgstr "tijdens aanroep van ext2fs_block_iterate() voor inode %d"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002314
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002315#: e2fsck/super.c:210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002316#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002317msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002318msgstr "tijdens aanroep van ext2fs_adjust_ea_refcount() voor inode %d"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002319
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002320#: e2fsck/super.c:268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002321msgid "Truncating"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002322msgstr "Afkappen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002323
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002324#: e2fsck/super.c:269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002325msgid "Clearing"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002326msgstr "Wissen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002327
2328#: e2fsck/swapfs.c:98
2329msgid "while calling ext2fs_block_iterate"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002330msgstr "tijdens aanroep van ext2fs_block_iterate()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002331
2332#: e2fsck/swapfs.c:104
2333msgid "while calling iterator function"
2334msgstr "tijdens aanroep van iterator-functie"
2335
2336#: e2fsck/swapfs.c:126
2337msgid "while allocating inode buffer"
2338msgstr "tijdens reserveren van inodebuffer"
2339
2340#: e2fsck/swapfs.c:138
2341#, c-format
2342msgid "while reading inode table (group %d)"
2343msgstr "tijdens lezen van inodetabel (groep %d)"
2344
2345#: e2fsck/swapfs.c:176
2346#, c-format
2347msgid "while writing inode table (group %d)"
2348msgstr "tijdens schrijven van inodetabel (groep %d)"
2349
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002350#: e2fsck/swapfs.c:226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002351#, c-format
2352msgid "Pass 0: Doing byte-swap of filesystem\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002353msgstr "Stap 0: Verwisseling van hoge en lage bytes in hele bestandssysteem\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002354
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002355#: e2fsck/swapfs.c:233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002356#, c-format
2357msgid ""
2358"%s: the filesystem must be freshly checked using fsck\n"
2359"and not mounted before trying to byte-swap it.\n"
2360msgstr ""
2361"%s: het bestandssysteem dient opnieuw gecontroleerd te worden met 'fsck'\n"
2362"en niet aangekoppeld te worden voordat de byte-verwisseling gebeurd is.\n"
2363
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002364#: e2fsck/swapfs.c:268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002365msgid "Byte swap"
2366msgstr "Byte-verwisseling"
2367
2368#: e2fsck/unix.c:74
Theodore Ts'o886017a2005-06-26 22:11:46 -04002369#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002370msgid ""
2371"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2372"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002373"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002374"\t\t[-E extended-options] device\n"
2375msgstr ""
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002376"Gebruik: %s [-cdfknpstvyDFSV] [-b superblok] [-B blokgrootte]\n"
2377" [-C bestandsdescriptor] [-E uitgebreide_opties]\n"
2378" [-I inodebufferblokken] [-j extern_journal]\n"
2379" [-l|-L slechte_blokkenbestand] apparaat\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002380
2381#: e2fsck/unix.c:80
2382#, c-format
2383msgid ""
2384"\n"
2385"Emergency help:\n"
2386" -p Automatic repair (no questions)\n"
2387" -n Make no changes to the filesystem\n"
2388" -y Assume \"yes\" to all questions\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002389" -c Check for bad blocks and add them to the badblock "
2390"list\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002391" -f Force checking even if filesystem is marked clean\n"
2392msgstr ""
2393"\n"
2394"Noodhulp:\n"
2395" -p Automatische reparatie (zonder vragen)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002396" -n Bestandssyteem niet veranderen; op alle vragen \"nee\" aannemen\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002397" -y Als antwoord op alle vragen \"ja\" aannemen\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05002398" -c Op slechte blokken controleren en deze aan lijst toevoegen\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002399" -f Een controle afdwingen, ook als het bestandssysteem schoon is\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002400
2401#: e2fsck/unix.c:86
Theodore Ts'o886017a2005-06-26 22:11:46 -04002402#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002403msgid ""
2404" -v Be verbose\n"
2405" -b superblock Use alternative superblock\n"
2406" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002407" -j external_journal Set location of the external journal\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002408" -l bad_blocks_file Add to badblocks list\n"
2409" -L bad_blocks_file Set badblocks list\n"
2410msgstr ""
Theodore Ts'o12eab042005-12-09 18:18:28 -05002411" -v Breedsprakige uitvoer\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002412" -b superblok Dit superblok gebruiken\n"
2413" -B blokgrootte Deze blokgrootte gebruiken bij zoeken naar superblok\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05002414" -j extern_journal Dit externe journal gebruiken\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002415" -l slechte_blokkenbestand Deze lijst aan de slechte_blokkenlijst "
2416"toevoegen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002417" -L slechte_blokkenbestand Deze slechte_blokkenlijst gebruiken\n"
2418
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002419#: e2fsck/unix.c:121
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002420#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002421msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2422msgstr "%s: %u/%u bestanden (%0d.%d%% niet-aaneengesloten), %u/%u blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002423
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002424#: e2fsck/unix.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002425#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002426msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2427msgstr " aantal inodes met ind/dind/tind-blokken: %u/%u/%u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002428
Theodore Ts'o8f741372008-02-28 21:47:05 -05002429#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:941 misc/util.c:151
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002430#: resize/main.c:237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002431#, c-format
2432msgid "while determining whether %s is mounted."
2433msgstr "tijdens bepalen of %s aangekoppeld is."
2434
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002435#: e2fsck/unix.c:194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002436#, c-format
2437msgid "Warning! %s is mounted.\n"
2438msgstr "WAARSCHUWING: %s is aangekoppeld!\n"
2439
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002440#: e2fsck/unix.c:198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002441#, c-format
2442msgid "%s is mounted. "
2443msgstr "%s is aangekoppeld. "
2444
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002445#: e2fsck/unix.c:200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002446msgid ""
2447"Cannot continue, aborting.\n"
2448"\n"
2449msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002450"Kan niet verder. Gestopt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002451"\n"
2452
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002453#: e2fsck/unix.c:201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002454#, c-format
2455msgid ""
2456"\n"
2457"\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04002458"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2459"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002460"\n"
2461msgstr ""
2462"\n"
2463"\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04002464"\a\a\a\aWAARSCHUWING!!! Het uitvoeren van 'e2fsck'\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002465"op een aangekoppeld bestandssysteem\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04002466"kan tot ZWARE beschadigingen leiden.\a\a\a\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002467"\n"
2468
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002469#: e2fsck/unix.c:204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002470msgid "Do you really want to continue"
Theodore Ts'o35246252007-08-20 22:14:36 -04002471msgstr "Wilt u echt doorgaan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002472
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002473#: e2fsck/unix.c:206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002474#, c-format
2475msgid "check aborted.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002476msgstr "controle is afgebroken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002477
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002478#: e2fsck/unix.c:280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002479msgid " contains a file system with errors"
2480msgstr " bevat een bestandssysteem met fouten"
2481
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002482#: e2fsck/unix.c:282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002483msgid " was not cleanly unmounted"
2484msgstr " is niet goed ontkoppeld"
2485
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002486#: e2fsck/unix.c:284
2487msgid " primary superblock features different from backup"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002488msgstr ""
2489" het primaire superblok heeft andere functievlaggen gezet dan de "
2490"reserveblokken"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002491
2492#: e2fsck/unix.c:288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002493#, c-format
2494msgid " has been mounted %u times without being checked"
2495msgstr " is %u keer aangekoppeld geweest zonder controle"
2496
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002497#: e2fsck/unix.c:295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002498#, c-format
2499msgid " has gone %u days without being checked"
2500msgstr " is gedurende %u dagen niet gecontroleerd"
2501
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002502#: e2fsck/unix.c:304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002503msgid ", check forced.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002504msgstr ", gedwongen controle.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002505
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002506#: e2fsck/unix.c:307
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002507#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002508msgid "%s: clean, %u/%u files, %u/%u blocks"
2509msgstr "%s: schoon, %u/%u bestanden, %u/%u blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002510
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002511#: e2fsck/unix.c:324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002512msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002513msgstr " (controle uitgesteld; op accu draaiend)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002514
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002515#: e2fsck/unix.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002516msgid " (check after next mount)"
2517msgstr " (controle bij volgende aankoppeling)"
2518
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002519#: e2fsck/unix.c:329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002520#, c-format
2521msgid " (check in %ld mounts)"
2522msgstr " (controle na %ld aankoppelingen)"
2523
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002524#: e2fsck/unix.c:475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002525#, c-format
2526msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002527msgstr "FOUT: kan /dev/null niet openen (%s)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002528
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002529#: e2fsck/unix.c:546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002530#, c-format
2531msgid "Invalid EA version.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002532msgstr "Ongeldige versie van uitgebreide kenmerken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002533
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002534#: e2fsck/unix.c:552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002535#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002536msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002537msgstr "Onbekende uitgebreide optie: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002538
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002539#: e2fsck/unix.c:572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002540#, c-format
2541msgid ""
2542"Syntax error in e2fsck config file (%s, line #%d)\n"
2543"\t%s\n"
2544msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002545"Syntaxfout in e2fsck-configuratiebestand (%s, regel #%d)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002546" %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002547
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002548#: e2fsck/unix.c:636
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002549#, c-format
2550msgid "Error validating file descriptor %d: %s\n"
2551msgstr "Fout tijdens valideren van bestandsdesriptor %d: %s\n"
2552
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002553#: e2fsck/unix.c:640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002554msgid "Invalid completion information file descriptor"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002555msgstr "Ongeldige completeringsinformatie voor bestandsdescriptor."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002556
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002557#: e2fsck/unix.c:655
Theodore Ts'o6956f612005-12-31 16:46:15 -05002558msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'of2275e32006-01-06 20:44:13 -05002559msgstr "Slechts één van de opties -p, -a, -n of -y mag worden opgegeven."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002560
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002561#: e2fsck/unix.c:676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002562#, c-format
2563msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002564msgstr "De optie '-t' wordt niet ondersteund door deze versie van e2fsck.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002565
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002566#: e2fsck/unix.c:747
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002567#, c-format
2568msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002569msgstr ""
2570"Byte-verwisseling wordt niet ondersteund door deze versie van e2fsck.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002571
Theodore Ts'o8f741372008-02-28 21:47:05 -05002572#: e2fsck/unix.c:770 misc/tune2fs.c:504 misc/tune2fs.c:769 misc/tune2fs.c:786
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002573#, c-format
2574msgid "Unable to resolve '%s'"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002575msgstr "Kan apparaat '%s' niet vinden."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002576
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002577#: e2fsck/unix.c:801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002578#, c-format
2579msgid "Incompatible options not allowed when byte-swapping.\n"
2580msgstr "Bij byte-verwisseling zijn botsende opties niet toegestaan.\n"
2581
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002582#: e2fsck/unix.c:808
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002583#, c-format
2584msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2585msgstr "De opties -c en -l/-L kunnen niet samen gebruikt worden.\n"
2586
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002587#: e2fsck/unix.c:856
2588#, c-format
2589msgid ""
2590"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2591"\n"
2592msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002593"E2FSCK_JBD_DEBUG -- \"%s\" is geen geheel getal\n"
2594"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002595
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002596#: e2fsck/unix.c:865
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002597#, c-format
2598msgid ""
2599"\n"
2600"Invalid non-numeric argument to -%c (\"%s\")\n"
2601"\n"
2602msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002603"\n"
2604"Ongeldig niet-numeriek argument van '-%c': \"%s\"\n"
2605"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002606
Theodore Ts'o8f741372008-02-28 21:47:05 -05002607#: e2fsck/unix.c:905
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002608#, c-format
2609msgid "Error: ext2fs library version out of date!\n"
2610msgstr "Fout: de ext2fs-bibliotheek is te oud!\n"
2611
Theodore Ts'o8f741372008-02-28 21:47:05 -05002612#: e2fsck/unix.c:913
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002613msgid "while trying to initialize program"
2614msgstr "tijdens programma-initialisatie"
2615
Theodore Ts'o8f741372008-02-28 21:47:05 -05002616#: e2fsck/unix.c:927
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002617#, c-format
2618msgid "\tUsing %s, %s\n"
2619msgstr "\tgebruik makend van %s, %s\n"
2620
Theodore Ts'o8f741372008-02-28 21:47:05 -05002621#: e2fsck/unix.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002622msgid "need terminal for interactive repairs"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002623msgstr "voor interactieve reparaties is een terminal vereist"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002624
Theodore Ts'o8f741372008-02-28 21:47:05 -05002625#: e2fsck/unix.c:983
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002626#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002627msgid "%s: %s trying backup blocks...\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002628msgstr "%s: %s reservekopieblokken worden bekeken...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002629
Theodore Ts'o8f741372008-02-28 21:47:05 -05002630#: e2fsck/unix.c:985
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002631msgid "Superblock invalid,"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002632msgstr "Superblok is ongeldig --"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002633
Theodore Ts'o8f741372008-02-28 21:47:05 -05002634#: e2fsck/unix.c:986
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002635msgid "Group descriptors look bad..."
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002636msgstr "Groepsbeschrijvers zien er slecht uit --"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002637
Theodore Ts'o8f741372008-02-28 21:47:05 -05002638#: e2fsck/unix.c:1013
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002639#, c-format
2640msgid ""
2641"The filesystem revision is apparently too high for this version of e2fsck.\n"
2642"(Or the filesystem superblock is corrupt)\n"
2643"\n"
2644msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002645"De bestandssysteemversie is blijkbaar te nieuw voor deze versie van e2fsck.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002646"(Of het superblok is beschadigd.)\n"
2647"\n"
2648
Theodore Ts'o8f741372008-02-28 21:47:05 -05002649#: e2fsck/unix.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002650#, c-format
2651msgid "Could this be a zero-length partition?\n"
2652msgstr "Is dit misschien een partitie met lengte nul?\n"
2653
Theodore Ts'o8f741372008-02-28 21:47:05 -05002654#: e2fsck/unix.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002655#, c-format
2656msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002657msgstr ""
2658"U dient %s-toegang tot het bestandssyteem te hebben, of root te zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002659
Theodore Ts'o8f741372008-02-28 21:47:05 -05002660#: e2fsck/unix.c:1026
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002661#, c-format
2662msgid "Possibly non-existent or swap device?\n"
2663msgstr "Mogelijk een niet-bestaand apparaat of een swap-apparaat?\n"
2664
Theodore Ts'o8f741372008-02-28 21:47:05 -05002665#: e2fsck/unix.c:1028
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002666#, c-format
2667msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002668msgstr ""
2669"Bestandssysteem exclusief aangekoppeld of geopend door een ander programma?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002670
Theodore Ts'o8f741372008-02-28 21:47:05 -05002671#: e2fsck/unix.c:1032
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002672#, c-format
2673msgid ""
2674"Disk write-protected; use the -n option to do a read-only\n"
2675"check of the device.\n"
2676msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002677"De schijf is schrijfbeveiligd. Gebruik de optie '-n' om een\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002678"alleen-lezencontrole van het apparaat uit te voeren.\n"
2679
Theodore Ts'o8f741372008-02-28 21:47:05 -05002680#: e2fsck/unix.c:1096
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002681msgid "Get a newer version of e2fsck!"
2682msgstr "Installeer een nieuwere versie van e2fsck!"
2683
Theodore Ts'o8f741372008-02-28 21:47:05 -05002684#: e2fsck/unix.c:1117
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002685#, c-format
2686msgid "while checking ext3 journal for %s"
2687msgstr "tijdens controle van het ext3-journal van %s"
2688
Theodore Ts'o8f741372008-02-28 21:47:05 -05002689#: e2fsck/unix.c:1128
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002690#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05002691msgid ""
2692"Warning: skipping journal recovery because doing a read-only filesystem "
2693"check.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002694msgstr ""
2695"Waarschuwing: afspelen van journal wordt overgeslagen\n"
2696"omdat een alleen-lezencontrole uitgevoerd wordt.\n"
2697
Theodore Ts'o8f741372008-02-28 21:47:05 -05002698#: e2fsck/unix.c:1141
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002699#, c-format
2700msgid "unable to set superblock flags on %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002701msgstr "Kan superblokvlaggen van %s niet zetten.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002702
Theodore Ts'o8f741372008-02-28 21:47:05 -05002703#: e2fsck/unix.c:1147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002704#, c-format
2705msgid "while recovering ext3 journal of %s"
2706msgstr "tijdens afspelen van het ext3-journal van %s"
2707
Theodore Ts'o8f741372008-02-28 21:47:05 -05002708#: e2fsck/unix.c:1171
2709#, fuzzy, c-format
2710msgid "%s has unsupported feature(s):"
2711msgstr ""
2712"Bestandssysteem %s heeft functies ingeschakeld die niet ondersteund worden.\n"
2713
2714#: e2fsck/unix.c:1187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002715msgid "Warning: compression support is experimental.\n"
2716msgstr "Waarschuwing: compressie-ondersteuning is nog experimenteel.\n"
2717
Theodore Ts'o8f741372008-02-28 21:47:05 -05002718#: e2fsck/unix.c:1192
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002719#, c-format
2720msgid ""
2721"E2fsck not compiled with HTREE support,\n"
2722"\tbut filesystem %s has HTREE directories.\n"
2723msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002724"Deze e2fsck is niet gecompileerd met 'htree'-ondersteuning,\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002725"maar het bestandssysteem %s bevat 'htree'-mappen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002726
Theodore Ts'o8f741372008-02-28 21:47:05 -05002727#: e2fsck/unix.c:1241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002728#, c-format
2729msgid "%s: Filesystem byte order already normalized.\n"
2730msgstr "%s: bytevolgorde van bestandssysteem is al genormaliseerd.\n"
2731
Theodore Ts'o8f741372008-02-28 21:47:05 -05002732#: e2fsck/unix.c:1261
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002733msgid "while reading bad blocks inode"
2734msgstr "tijdens lezen van slechte-blokken-inode"
2735
Theodore Ts'o8f741372008-02-28 21:47:05 -05002736#: e2fsck/unix.c:1263
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002737#, c-format
2738msgid "This doesn't bode well, but we'll try to go on...\n"
2739msgstr "Dit ziet er niet goed uit, maar we zullen doorgaan...\n"
2740
Theodore Ts'o8f741372008-02-28 21:47:05 -05002741#: e2fsck/unix.c:1289
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002742msgid "Couldn't determine journal size"
2743msgstr "Kan journal-grootte niet bepalen"
2744
Theodore Ts'o8f741372008-02-28 21:47:05 -05002745#: e2fsck/unix.c:1292 misc/mke2fs.c:1776
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002746#, c-format
2747msgid "Creating journal (%d blocks): "
2748msgstr "Aanmaken van journal (%d blokken): "
2749
Theodore Ts'o8f741372008-02-28 21:47:05 -05002750#: e2fsck/unix.c:1299 misc/mke2fs.c:1784
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002751msgid ""
2752"\n"
2753"\twhile trying to create journal"
2754msgstr ""
2755"\n"
2756" tijdens aanmaken van journal"
2757
Theodore Ts'o8f741372008-02-28 21:47:05 -05002758#: e2fsck/unix.c:1302
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002759#, c-format
2760msgid " Done.\n"
Theodore Ts'o35246252007-08-20 22:14:36 -04002761msgstr " voltooid.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002762
Theodore Ts'o8f741372008-02-28 21:47:05 -05002763#: e2fsck/unix.c:1303
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002764#, c-format
2765msgid ""
2766"\n"
2767"*** journal has been re-created - filesystem is now ext3 again ***\n"
2768msgstr ""
2769"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002770"*** journal is opnieuw aangemaakt -- het bestandssysteem is nu weer ext3 "
2771"***\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002772
Theodore Ts'o8f741372008-02-28 21:47:05 -05002773#: e2fsck/unix.c:1310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002774#, c-format
2775msgid "Restarting e2fsck from the beginning...\n"
2776msgstr "E2fsck wordt opnieuw gestart vanaf het begin...\n"
2777
Theodore Ts'o8f741372008-02-28 21:47:05 -05002778#: e2fsck/unix.c:1314
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002779msgid "while resetting context"
2780msgstr "tijdens wissen van de context"
2781
Theodore Ts'o8f741372008-02-28 21:47:05 -05002782#: e2fsck/unix.c:1321
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002783#, c-format
2784msgid "%s: e2fsck canceled.\n"
2785msgstr "%s: e2fsck is geannuleerd.\n"
2786
Theodore Ts'o8f741372008-02-28 21:47:05 -05002787#: e2fsck/unix.c:1326
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002788msgid "aborted"
2789msgstr "afgebroken"
2790
Theodore Ts'o8f741372008-02-28 21:47:05 -05002791#: e2fsck/unix.c:1338
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002792#, c-format
2793msgid ""
2794"\n"
2795"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2796msgstr ""
2797"\n"
2798"%s: ***** BESTANDSSYSTEEM IS VERANDERD *****\n"
2799
Theodore Ts'o8f741372008-02-28 21:47:05 -05002800#: e2fsck/unix.c:1341
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002801#, c-format
2802msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002803msgstr "%s: ***** HERSTART UW SYSTEEM *****\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002804
Theodore Ts'o8f741372008-02-28 21:47:05 -05002805#: e2fsck/unix.c:1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002806#, c-format
2807msgid ""
2808"\n"
2809"%s: ********** WARNING: Filesystem still has errors **********\n"
2810"\n"
2811msgstr ""
2812"\n"
2813"%s: ********** WAARSCHUWING: bestandssysteem bevat nog fouten **********\n"
2814"\n"
2815
2816#: e2fsck/util.c:131 misc/util.c:68
2817msgid "yY"
2818msgstr "jJ"
2819
2820#: e2fsck/util.c:132
2821msgid "nN"
2822msgstr "nN"
2823
2824#: e2fsck/util.c:146
2825msgid "<y>"
2826msgstr "<j>"
2827
2828#: e2fsck/util.c:148
2829msgid "<n>"
2830msgstr "<n>"
2831
2832#: e2fsck/util.c:150
2833msgid " (y/n)"
2834msgstr " (j/n)"
2835
2836#: e2fsck/util.c:165
2837msgid "cancelled!\n"
2838msgstr "geannuleerd!\n"
2839
2840# src/main.c:417 src/main.c:418 src/main.c:483 src/main.c:484 src/main.c:489
2841# src/main.c:490 src/main.c:574
2842#: e2fsck/util.c:180
2843msgid "yes\n"
2844msgstr "ja\n"
2845
2846# src/main.c:417 src/main.c:418 src/main.c:432 src/main.c:483 src/main.c:484
2847# src/main.c:489 src/main.c:490 src/main.c:574
2848#: e2fsck/util.c:182
2849msgid "no\n"
2850msgstr "nee\n"
2851
2852#: e2fsck/util.c:192
2853#, c-format
2854msgid ""
2855"%s? no\n"
2856"\n"
2857msgstr ""
2858"%s? nee\n"
2859"\n"
2860
2861#: e2fsck/util.c:196
2862#, c-format
2863msgid ""
2864"%s? yes\n"
2865"\n"
2866msgstr ""
2867"%s? ja\n"
2868"\n"
2869
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002870#: e2fsck/util.c:200
2871msgid "yes"
2872msgstr "ja"
2873
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002874#: e2fsck/util.c:200
2875msgid "no"
2876msgstr "nee"
2877
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002878#: e2fsck/util.c:214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002879#, c-format
2880msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002881msgstr "e2fsck_read_bitmaps(): ongeldige bitkaartblokken voor %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002882
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002883#: e2fsck/util.c:219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002884msgid "reading inode and block bitmaps"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002885msgstr "lezen van inode- en blok-bitkaarten"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002886
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002887#: e2fsck/util.c:224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002888#, c-format
2889msgid "while retrying to read bitmaps for %s"
2890msgstr "tijdens herlezen van bitkaarten voor %s"
2891
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002892#: e2fsck/util.c:237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002893msgid "writing block bitmaps"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002894msgstr "schrijven van blok-bitkaarten"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002895
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002896#: e2fsck/util.c:242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002897#, c-format
2898msgid "while retrying to write block bitmaps for %s"
2899msgstr "tijdens herschrijven van blok-bitkaarten voor %s"
2900
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002901#: e2fsck/util.c:249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002902msgid "writing inode bitmaps"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002903msgstr "schrijven van inode-bitkaarten"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002904
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002905#: e2fsck/util.c:254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002906#, c-format
2907msgid "while retrying to write inode bitmaps for %s"
2908msgstr "tijdens herschrijven van inode-bitkaarten voor %s"
2909
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002910#: e2fsck/util.c:267
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002911#, c-format
2912msgid ""
2913"\n"
2914"\n"
2915"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2916"\t(i.e., without -a or -p options)\n"
2917msgstr ""
2918"\n"
2919"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002920"%s: ONVERWACHTE INCONSISTENTIE; voer 'fsck' met de hand uit\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002921" (dat wil zeggen: zonder de opties '-a' of '-p').\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002922
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002923#: e2fsck/util.c:332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002924#, c-format
2925msgid "Memory used: %dk/%dk (%dk/%dk), "
2926msgstr "Gebruikt geheugen: %dk/%dk (%dk/%dk), "
2927
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002928#: e2fsck/util.c:336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002929#, c-format
2930msgid "Memory used: %d, "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002931msgstr "Gebruikt geheugen: %d, "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002932
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002933#: e2fsck/util.c:342
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002934#, c-format
2935msgid "time: %5.2f/%5.2f/%5.2f\n"
2936msgstr "tijd: %5.2f/%5.2f/%5.2f\n"
2937
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002938#: e2fsck/util.c:347
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002939#, c-format
2940msgid "elapsed time: %6.3f\n"
2941msgstr "verlopen tijd: %6.3f\n"
2942
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002943#: e2fsck/util.c:361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002944#, c-format
2945msgid "while reading inode %ld in %s"
2946msgstr "tijdens lezen van inode %ld in %s"
2947
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002948#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002949#, c-format
2950msgid "while writing inode %ld in %s"
2951msgstr "tijdens schrijven van inode %ld in %s"
2952
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002953#: misc/badblocks.c:61
2954msgid "done \n"
2955msgstr "voltooid \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002956
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002957#: misc/badblocks.c:80
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002958#, c-format
2959msgid ""
2960"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05002961" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2962"[...]]]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002963" device [last_block [start_block]]\n"
2964msgstr ""
2965"Gebruik: %s [-b blokgrootte] [-i invoerbestand] [-o uitvoerbestand]\n"
2966" [-svwnf] [-c aantal_blokken_tegelijk] [-p aantal_doorlopen]\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002967" [-t testpatroon [-t ...]] apparaat [laatste_blok [beginblok]]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002968
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002969#: misc/badblocks.c:88
2970#, c-format
2971msgid ""
2972"%s: The -n and -w options are mutually exclusive.\n"
2973"\n"
2974msgstr ""
2975"%s: De opties '-n' en '-w' gaan niet samen.\n"
2976"\n"
2977
2978#: misc/badblocks.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002979msgid "Testing with random pattern: "
2980msgstr "Test wordt uitgevoerd met dit willekeurige patroon: "
2981
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002982#: misc/badblocks.c:253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002983msgid "Testing with pattern 0x"
2984msgstr "Test wordt uitgevoerd met patroon 0x"
2985
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002986#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002987msgid "during seek"
2988msgstr "tijdens 'seek'"
2989
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002990#: misc/badblocks.c:285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002991#, c-format
2992msgid "Weird value (%ld) in do_read\n"
2993msgstr "Vreemde waarde (%ld) bij leespoging\n"
2994
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002995#: misc/badblocks.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002996msgid "during ext2fs_sync_device"
2997msgstr "tijdens leegmaken van de buffers"
2998
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002999#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003000msgid "while beginning bad block list iteration"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003001msgstr ""
3002"tijdens voorbereiding van het langslopen van de lijst met slechte blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003003
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003004#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003005msgid "while allocating buffers"
3006msgstr "tijdens reserveren van buffers"
3007
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003008#: misc/badblocks.c:361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003009#, c-format
3010msgid "Checking blocks %lu to %lu\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003011msgstr "Controleren van blokken %lu tot %lu\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003012
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003013#: misc/badblocks.c:365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003014msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003015msgstr "Zoeken naar slechte blokken in alleen-lezen-modus\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003016
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003017#: misc/badblocks.c:374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003018msgid "Checking for bad blocks (read-only test): "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003019msgstr "Zoeken naar slechte blokken (alleen-lezen-test): "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003020
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003021#: misc/badblocks.c:454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003022msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003023msgstr "Zoeken naar slechte blokken in lezen-en-schrijven-modus\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003024
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003025#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003026#, c-format
3027msgid "From block %lu to %lu\n"
3028msgstr "Van blok %lu tot %lu\n"
3029
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003030#: misc/badblocks.c:507
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003031msgid "Reading and comparing: "
3032msgstr "Lezen en vergelijken: "
3033
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003034#: misc/badblocks.c:603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003035msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003036msgstr ""
3037"Zoeken naar slechte blokken in niet-destructieve lezen-en-schrijven-modus\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003038
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003039#: misc/badblocks.c:607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003040msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003041msgstr ""
3042"Zoeken naar slechte blokken (niet-destructieve lezen-en-schrijven-test)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003043
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003044#: misc/badblocks.c:614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003045msgid ""
3046"\n"
3047"Interrupt caught, cleaning up\n"
3048msgstr ""
3049"\n"
3050"Interrupt ontvangen, bezig met opschonen...\n"
3051
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003052#: misc/badblocks.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003053#, c-format
3054msgid "during test data write, block %lu"
3055msgstr "tijdens schrijven van testpatroon, blok %lu"
3056
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003057#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003058#, c-format
3059msgid "%s is mounted; "
3060msgstr "%s is aangekoppeld; "
3061
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003062#: misc/badblocks.c:796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003063msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003064msgstr ""
3065"maar 'badblocks' wordt gedwongen uitgevoerd.\n"
3066"Hoop dat /etc/mtab onjuist is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003067
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003068#: misc/badblocks.c:801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003069msgid "it's not safe to run badblocks!\n"
3070msgstr "het is niet veilig om 'badblocks' uit te voeren!\n"
3071
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003072#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003073#, c-format
3074msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003075msgstr "%s wordt blijkbaar gebruikt door het systeem; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003076
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003077#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003078msgid "badblocks forced anyway.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003079msgstr "maar 'badblocks' wordt gedwongen uitgevoerd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003080
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003081#: misc/badblocks.c:871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003082#, c-format
3083msgid "bad block size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003084msgstr "ongeldige blokgrootte: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003085
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003086#: misc/badblocks.c:928
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003087#, c-format
3088msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003089msgstr "kan geen geheugen reserveren voor testpatroon -- %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003090
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003091#: misc/badblocks.c:942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003092#, c-format
3093msgid "invalid test_pattern: %s\n"
3094msgstr "ongeldig testpatroon: %s\n"
3095
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003096#: misc/badblocks.c:961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003097msgid "Maximum of one test_pattern may be specified in read-only mode"
3098msgstr "In alleen-lezen-modus mag slechts één testpatroon gegeven worden"
3099
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003100#: misc/badblocks.c:967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003101msgid "Random test_pattern is not allowed in read-only mode"
3102msgstr "In alleen-lezen-modus is een willekeurig testpatroon niet toegestaan"
3103
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003104#: misc/badblocks.c:981
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003105msgid ""
3106"Couldn't determine device size; you must specify\n"
3107"the size manually\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003108msgstr "Kan de apparaatgrootte niet bepalen; geef de grootte handmatig op.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003109
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003110#: misc/badblocks.c:987
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003111msgid "while trying to determine device size"
3112msgstr "tijdens bepalen van apparaatgrootte"
3113
Theodore Ts'o8f741372008-02-28 21:47:05 -05003114#: misc/badblocks.c:996 misc/mke2fs.c:1255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003115#, c-format
3116msgid "invalid blocks count - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003117msgstr "ongeldig blokkenaantal: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003118
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003119#: misc/badblocks.c:1009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003120#, c-format
3121msgid "invalid starting block - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003122msgstr "ongeldig beginblok: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003123
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003124#: misc/badblocks.c:1015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003125#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003126msgid "invalid starting block (%d): must be less than %lu"
3127msgstr "ongeldig beginblok: %d -- moet kleiner dan %lu zijn"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003128
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003129#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003130msgid "while creating in-memory bad blocks list"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003131msgstr "tijdens opstellen van lijst van slechte blokken in geheugen"
3132
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003133#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003134msgid "while adding to in-memory bad block list"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003135msgstr "tijdens toevoegen aan lijst van slechte blokken in geheugen"
3136
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003137#: misc/badblocks.c:1109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003138#, c-format
3139msgid "Pass completed, %u bad blocks found.\n"
3140msgstr "Doorloop voltooid, %u slechte blokken gevonden.\n"
3141
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003142#: misc/chattr.c:84
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003143#, c-format
3144msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
3145msgstr "Gebruik: %s [-RV] [-+=AacDdijsSu] [-v versie] bestanden...\n"
3146
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003147#: misc/chattr.c:147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003148#, c-format
3149msgid "bad version - %s\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003150msgstr "ongeldige versie: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003151
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003152#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003153#, c-format
3154msgid "while trying to stat %s"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003155msgstr "tijdens opvragen van de status van %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003156
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003157#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003158#, c-format
3159msgid "Flags of %s set as "
3160msgstr "Vlaggen van %s gezet als "
3161
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003162#: misc/chattr.c:217
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003163#, c-format
3164msgid "while reading flags on %s"
3165msgstr "tijdens lezen van vlaggen op %s"
3166
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003167#: misc/chattr.c:232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003168#, c-format
3169msgid "while setting flags on %s"
3170msgstr "tijdens zetten van vlaggen op %s"
3171
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003172#: misc/chattr.c:237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003173#, c-format
3174msgid "Version of %s set as %lu\n"
3175msgstr "Versie van %s gezet als %lu\n"
3176
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003177#: misc/chattr.c:240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003178#, c-format
3179msgid "while setting version on %s"
3180msgstr "tijdens zetten van versie op %s"
3181
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003182#: misc/chattr.c:254
3183#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003184msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003185msgstr "Kan geen padvariabele reserveren in chattr_dir_proc()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003186
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003187#: misc/chattr.c:292
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003188msgid "= is incompatible with - and +\n"
3189msgstr "'=' gaat niet samen met '-' en '+'\n"
3190
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003191#: misc/chattr.c:300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003192msgid "Must use '-v', =, - or +\n"
3193msgstr "Gebruik '-v', '=', '-' of '+'.\n"
3194
Theodore Ts'o6956f612005-12-31 16:46:15 -05003195#: misc/dumpe2fs.c:53
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003196#, c-format
3197msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3198msgstr "Gebruik: %s [-bfhixV] [-ob superblok] [-oB blokgrootte] apparaat\n"
3199
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003200#: misc/dumpe2fs.c:162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003201#, c-format
3202msgid "Group %lu: (Blocks "
3203msgstr "Groep %lu: (Blokken "
3204
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003205#: misc/dumpe2fs.c:168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003206#, c-format
3207msgid " %s superblock at "
3208msgstr " %s superblok op "
3209
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003210#: misc/dumpe2fs.c:169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003211msgid "Primary"
3212msgstr "Primair"
3213
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003214#: misc/dumpe2fs.c:169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003215msgid "Backup"
3216msgstr "Reservekopie"
3217
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003218#: misc/dumpe2fs.c:173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003219#, c-format
3220msgid ", Group descriptors at "
3221msgstr ", Groepsbeschrijvers op "
3222
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003223#: misc/dumpe2fs.c:177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003224#, c-format
3225msgid ""
3226"\n"
3227" Reserved GDT blocks at "
3228msgstr ""
3229"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003230" Blokken voor groepsbeschrijverstabel gereserveerd op "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003231
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003232#: misc/dumpe2fs.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003233#, c-format
3234msgid " Group descriptor at "
3235msgstr " Groepsbeschrijver op "
3236
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003237#: misc/dumpe2fs.c:190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003238msgid " Block bitmap at "
3239msgstr " Blok-bitkaart op "
3240
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003241#: misc/dumpe2fs.c:195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003242msgid ", Inode bitmap at "
3243msgstr ", Inode-bitkaart op "
3244
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003245#: misc/dumpe2fs.c:200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003246msgid ""
3247"\n"
3248" Inode table at "
3249msgstr ""
3250"\n"
3251" Inodetabel op "
3252
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003253#: misc/dumpe2fs.c:207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003254#, c-format
3255msgid ""
3256"\n"
3257" %d free blocks, %d free inodes, %d directories\n"
3258msgstr ""
3259"\n"
3260" %d vrije blokken, %d vrije inodes, %d mappen\n"
3261
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003262#: misc/dumpe2fs.c:213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003263msgid " Free blocks: "
3264msgstr " Vrije blokken: "
3265
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003266#: misc/dumpe2fs.c:221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003267msgid " Free inodes: "
3268msgstr " Vrije inodes: "
3269
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003270#: misc/dumpe2fs.c:246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003271msgid "while printing bad block list"
3272msgstr "tijdens printen van lijst van slechte blokken"
3273
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003274#: misc/dumpe2fs.c:252
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003275#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003276msgid "Bad blocks: %u"
3277msgstr "Slechte blokken: %u"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003278
Theodore Ts'o8f741372008-02-28 21:47:05 -05003279#: misc/dumpe2fs.c:274 misc/tune2fs.c:261
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003280msgid "while reading journal inode"
3281msgstr "tijdens lezen van journal-inode"
3282
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003283#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003284msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003285msgstr "Grootte van journal: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003286
Theodore Ts'o8f741372008-02-28 21:47:05 -05003287#: misc/dumpe2fs.c:296 misc/tune2fs.c:183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003288msgid "while reading journal superblock"
3289msgstr "tijdens lezen van journal-superblok"
3290
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003291#: misc/dumpe2fs.c:304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003292msgid "Couldn't find journal superblock magic numbers"
3293msgstr "Kan magische getallen van journal-superblok niet vinden"
3294
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003295#: misc/dumpe2fs.c:308
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003296#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003297msgid ""
3298"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003299"Journal block size: %u\n"
3300"Journal length: %u\n"
3301"Journal first block: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003302"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003303"Journal start: %u\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003304"Journal number of users: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003305msgstr ""
3306"\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003307"Blokgrootte in journal: %u\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003308"Lengte van journal: %u\n"
3309"Eerste journalblok: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003310"Kopcode van journalreeks: 0x%08x\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003311"Begin van journal: %u\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003312"Aantal journal-gebruikers: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003313
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003314#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003315#, c-format
3316msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003317msgstr "Journal-gebruikers: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003318
Theodore Ts'o8f741372008-02-28 21:47:05 -05003319#: misc/dumpe2fs.c:337 misc/mke2fs.c:768 misc/tune2fs.c:810
3320#, c-format
3321msgid "Couldn't allocate memory to parse options!\n"
3322msgstr "Kan geen geheugen reserveren om opties te ontleden!\n"
3323
3324#: misc/dumpe2fs.c:363
3325#, fuzzy, c-format
3326msgid "Invalid superblock parameter: %s\n"
3327msgstr "Ongeldig argument van 'stride': %s\n"
3328
3329#: misc/dumpe2fs.c:378
3330#, fuzzy, c-format
3331msgid "Invalid blocksize parameter: %s\n"
3332msgstr "Ongeldig argument van 'resize': %s\n"
3333
3334#: misc/dumpe2fs.c:389
3335#, fuzzy, c-format
3336msgid ""
3337"\n"
3338"Bad extended option(s) specified: %s\n"
3339"\n"
3340"Extended options are separated by commas, and may take an argument which\n"
3341"\tis set off by an equals ('=') sign.\n"
3342"\n"
3343"Valid extended options are:\n"
3344"\tsuperblock=<superblock number>\n"
3345"\tblocksize=<blocksize>\n"
3346msgstr ""
3347"\n"
3348"Ongeldige opties opgegeven.\n"
3349"\n"
3350"Geldige uitgebreide opties zijn:\n"
3351" test_fs\n"
3352" ^test_fs\n"
3353"\n"
3354
3355#: misc/dumpe2fs.c:449 misc/mke2fs.c:1199
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003356#, c-format
3357msgid "\tUsing %s\n"
3358msgstr "\tgebruik makend van %s\n"
3359
Theodore Ts'o8f741372008-02-28 21:47:05 -05003360#: misc/dumpe2fs.c:485 misc/e2image.c:666 misc/tune2fs.c:919 resize/main.c:298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003361#, c-format
3362msgid "Couldn't find valid filesystem superblock.\n"
3363msgstr "Kan geen geldig bestandssysteem-superblok vinden.\n"
3364
Theodore Ts'o8f741372008-02-28 21:47:05 -05003365#: misc/dumpe2fs.c:496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003366#, c-format
3367msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003368msgstr "Opmerking: dit is een byte-verwisseld bestandssysteem.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003369
Theodore Ts'o8f741372008-02-28 21:47:05 -05003370#: misc/dumpe2fs.c:515
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003371#, c-format
3372msgid ""
3373"\n"
3374"%s: %s: error reading bitmaps: %s\n"
3375msgstr ""
3376"\n"
3377"%s: %s: fout tijdens lezen van bitkaarten: %s\n"
3378
3379#: misc/e2image.c:50
3380#, c-format
3381msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05003382msgstr "Gebruik: %s [-rsI] apparaat imagebestand\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003383
3384#: misc/e2image.c:62
3385msgid "Couldn't allocate header buffer\n"
3386msgstr "Kan geen headerbuffer reserveren.\n"
3387
3388#: misc/e2image.c:81
3389#, c-format
3390msgid "short write (only %d bytes) for writing image header"
3391msgstr "onvolledig blok (slechts %d bytes) tijdens schrijven van image-kop"
3392
3393#: misc/e2image.c:100
3394msgid "while writing superblock"
3395msgstr "tijdens schrijven van superblok"
3396
3397#: misc/e2image.c:108
3398msgid "while writing inode table"
3399msgstr "tijdens aanmaken van inodetabel"
3400
3401#: misc/e2image.c:115
3402msgid "while writing block bitmap"
3403msgstr "tijdens schrijven van blok-bitkaart"
3404
3405#: misc/e2image.c:122
3406msgid "while writing inode bitmap"
3407msgstr "tijdens schrijven van inode-bitkaart"
3408
3409#: misc/e2label.c:57
3410#, c-format
3411msgid "e2label: cannot open %s\n"
3412msgstr "e2label: kan %s niet openen\n"
3413
3414#: misc/e2label.c:62
3415#, c-format
3416msgid "e2label: cannot seek to superblock\n"
3417msgstr "e2label: kan geen 'seek' doen naar superblok\n"
3418
3419#: misc/e2label.c:67
3420#, c-format
3421msgid "e2label: error reading superblock\n"
3422msgstr "e2label: fout tijdens lezen van superblok\n"
3423
3424#: misc/e2label.c:71
3425#, c-format
3426msgid "e2label: not an ext2 filesystem\n"
3427msgstr "e2label: geen ext2-bestandssysteem\n"
3428
Theodore Ts'o8f741372008-02-28 21:47:05 -05003429#: misc/e2label.c:96 misc/tune2fs.c:1025
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003430#, c-format
3431msgid "Warning: label too long, truncating.\n"
3432msgstr "Waarschuwing: label is te lang, wordt afgekapt.\n"
3433
3434#: misc/e2label.c:99
3435#, c-format
3436msgid "e2label: cannot seek to superblock again\n"
3437msgstr "e2label: kan niet opnieuw 'seek' doen naar superblok\n"
3438
3439#: misc/e2label.c:104
3440#, c-format
3441msgid "e2label: error writing superblock\n"
3442msgstr "e2label: fout tijdens schrijven van superblok\n"
3443
Theodore Ts'o8f741372008-02-28 21:47:05 -05003444#: misc/e2label.c:116 misc/tune2fs.c:496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003445#, c-format
3446msgid "Usage: e2label device [newlabel]\n"
3447msgstr "Gebruik: e2label apparaat [nieuwlabel]\n"
3448
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003449#: misc/fsck.c:343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003450#, c-format
3451msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003452msgstr "WAARSCHUWING: kan %s niet openen: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003453
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003454#: misc/fsck.c:353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003455#, c-format
3456msgid "WARNING: bad format on line %d of %s\n"
3457msgstr "WAARSCHUWING: foute indeling op regel %d van %s\n"
3458
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003459#: misc/fsck.c:368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003460msgid ""
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04003461"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003462"\tfield. I will kludge around things for you, but you\n"
3463"\tshould fix your /etc/fstab file as soon as you can.\n"
3464"\n"
3465msgstr ""
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04003466"\a\a\aWAARSCHUWING: /etc/fstab bevat geen zesde veld (een fsck-volgnummer).\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003467" Er wordt nu omheengewerkt, maar u zou dit veld bij\n"
3468" de eerstvolgende gelegenheid toe dienen te voegen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003469"\n"
3470
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003471#: misc/fsck.c:469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003472#, c-format
3473msgid "fsck: %s: not found\n"
3474msgstr "fsck: %s: niet gevonden\n"
3475
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003476#: misc/fsck.c:585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003477#, c-format
3478msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o35246252007-08-20 22:14:36 -04003479msgstr "%s: wait: geen dochterprocessen meer?!?\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003480
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003481#: misc/fsck.c:607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003482#, c-format
3483msgid "Warning... %s for device %s exited with signal %d.\n"
3484msgstr "Waarschuwing: %s voor apparaat %s werd beëindigd met signaal %d.\n"
3485
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003486#: misc/fsck.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003487#, c-format
3488msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003489msgstr "%s %s: de status is %x, dit zou nooit voor mogen komen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003490
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003491#: misc/fsck.c:649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003492#, c-format
3493msgid "Finished with %s (exit status %d)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003494msgstr "Afgesloten met %s (afsluitwaarde %d).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003495
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003496#: misc/fsck.c:709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003497#, c-format
3498msgid "%s: Error %d while executing fsck.%s for %s\n"
3499msgstr "%s: Fout %d tijdens uitvoering van fsck.%s voor %s\n"
3500
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003501#: misc/fsck.c:730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003502msgid ""
3503"Either all or none of the filesystem types passed to -t must be prefixed\n"
3504"with 'no' or '!'.\n"
3505msgstr ""
3506"Óf geen óf alle bestandsssysteemsoorten bij optie -t\n"
3507"dienen voorafgegaan te worden door 'no' of '!'.\n"
3508
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003509#: misc/fsck.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003510msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003511msgstr "Kan geen geheugen reserveren voor bestandssysteemsoorten.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003512
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003513#: misc/fsck.c:872
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003514#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003515msgid ""
3516"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3517"number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003518msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003519"%s: ongeldige regel in /etc/fstab wordt overgeslagen:\n"
3520"zesde veld van 'bind'-aankoppeling is niet nul (fsck-volgnummer)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003521
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003522#: misc/fsck.c:899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003523#, c-format
3524msgid "fsck: cannot check %s: fsck.%s not found\n"
3525msgstr "fsck: kan %s niet controleren: fsck.%s niet gevonden\n"
3526
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003527#: misc/fsck.c:955
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003528msgid "Checking all file systems.\n"
3529msgstr "Alle bestandssystemen worden gecontroleerd.\n"
3530
Theodore Ts'o8f741372008-02-28 21:47:05 -05003531#: misc/fsck.c:1046
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003532#, c-format
3533msgid "--waiting-- (pass %d)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003534msgstr "--wachten-- (volgnummer %d)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003535
Theodore Ts'o8f741372008-02-28 21:47:05 -05003536#: misc/fsck.c:1066
3537#, fuzzy
3538msgid ""
3539"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003540msgstr ""
3541"Gebruik: fsck [-ANPRTV] [-C [descriptor]] [-t bestandssysteemsoort]\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05003542" [bestandssysteemopties] [bestandssysteem...]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003543
Theodore Ts'o8f741372008-02-28 21:47:05 -05003544#: misc/fsck.c:1108
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003545#, c-format
3546msgid "%s: too many devices\n"
3547msgstr "%s: te veel apparaten\n"
3548
Theodore Ts'o8f741372008-02-28 21:47:05 -05003549#: misc/fsck.c:1141 misc/fsck.c:1227
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003550#, c-format
3551msgid "%s: too many arguments\n"
3552msgstr "%s: te veel argumenten\n"
3553
3554#: misc/lsattr.c:73
3555#, c-format
3556msgid "Usage: %s [-RVadlv] [files...]\n"
3557msgstr "Gebruik: %s [-RVadlv] [bestand...]\n"
3558
3559#: misc/lsattr.c:83
3560#, c-format
3561msgid "While reading flags on %s"
3562msgstr "Tijdens lezen van vlaggen op %s"
3563
3564#: misc/lsattr.c:90
3565#, c-format
3566msgid "While reading version on %s"
3567msgstr "Tijdens lezen van versie op %s"
3568
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003569#: misc/mke2fs.c:97
Theodore Ts'o8f741372008-02-28 21:47:05 -05003570#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003571msgid ""
Theodore Ts'o8f741372008-02-28 21:47:05 -05003572"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3573"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003574"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3575"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003576"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3577"\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003578msgstr ""
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003579"Gebruik: %s [-b blokgrootte] [-c|-l bestandsnaam] [-f fragmentgrootte]\n"
3580" [-g blokken_per_groep] [-i bytes_per_inode] [-I inode-grootte]\n"
3581" [-j] [-J journalopties] [-L label] [-M laatst_aangekoppelde_map]\n"
3582" [-m percentage_gereserveerde_blokken] [-N aantal_inodes]\n"
3583" [-o naam_van_aanmakende_besturingssyteem] [-O functie[,...]]\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003584" [-r bestandssysteemversie] [-T bestandssysteemtype] [-nqSvV]\n"
3585" [-E uitgebreide_optie[,...]] apparaat [aantal_blokken]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003586
Theodore Ts'o8f741372008-02-28 21:47:05 -05003587#: misc/mke2fs.c:198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003588#, c-format
3589msgid "Running command: %s\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003590msgstr "Uitgevoerde opdracht is: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003591
Theodore Ts'o8f741372008-02-28 21:47:05 -05003592#: misc/mke2fs.c:202
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003593#, c-format
3594msgid "while trying to run '%s'"
3595msgstr "tijdens uitvoering van '%s'"
3596
Theodore Ts'o8f741372008-02-28 21:47:05 -05003597#: misc/mke2fs.c:209
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003598msgid "while processing list of bad blocks from program"
3599msgstr "tijdens verwerken van de gemaakte lijst van slechte blokken"
3600
Theodore Ts'o8f741372008-02-28 21:47:05 -05003601#: misc/mke2fs.c:236
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003602#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003603msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003604msgstr ""
3605"Blok %d in het primaire superblok of de groepsbeschrijvers is slecht.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003606
Theodore Ts'o8f741372008-02-28 21:47:05 -05003607#: misc/mke2fs.c:238
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003608#, c-format
3609msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3610msgstr ""
Theodore Ts'o35246252007-08-20 22:14:36 -04003611"Blokken %u tot en met %u moeten goed zijn\n"
3612"om een bestandssysteem aan te kunnen maken.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003613
Theodore Ts'o8f741372008-02-28 21:47:05 -05003614#: misc/mke2fs.c:241
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003615msgid "Aborting....\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003616msgstr "Gestopt...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003617
Theodore Ts'o8f741372008-02-28 21:47:05 -05003618#: misc/mke2fs.c:261
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003619#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003620msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003621"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003622"\tbad blocks.\n"
3623"\n"
3624msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003625"Waarschuwing: de reservekopie van het superblok en de groepsbeschrijvers,\n"
3626"beginnend bij blok %u, bevat slechte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003627"\n"
3628
Theodore Ts'o8f741372008-02-28 21:47:05 -05003629#: misc/mke2fs.c:279
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003630msgid "while marking bad blocks as used"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003631msgstr "tijdens het markeren van slechte blokken (als zijnde in gebruik)"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003632
Theodore Ts'o8f741372008-02-28 21:47:05 -05003633#: misc/mke2fs.c:337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003634msgid "done \n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003635msgstr "voltooid \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003636
Theodore Ts'o8f741372008-02-28 21:47:05 -05003637#: misc/mke2fs.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003638msgid "while allocating zeroizing buffer"
3639msgstr "tijdens reserveren van nulmakingsbuffer"
3640
Theodore Ts'o8f741372008-02-28 21:47:05 -05003641#: misc/mke2fs.c:414
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003642msgid "Writing inode tables: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003643msgstr "Schrijven van inodetabellen: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003644
Theodore Ts'o8f741372008-02-28 21:47:05 -05003645#: misc/mke2fs.c:431
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003646#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003647msgid ""
3648"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003649"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003650msgstr ""
3651"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003652"Kan %d blokken in inodetabel niet schrijven, beginnend bij %u: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003653
Theodore Ts'o8f741372008-02-28 21:47:05 -05003654#: misc/mke2fs.c:487
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003655msgid "while creating root dir"
3656msgstr "tijdens aanmaken van root-map"
3657
Theodore Ts'o8f741372008-02-28 21:47:05 -05003658#: misc/mke2fs.c:494
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003659msgid "while reading root inode"
3660msgstr "tijdens lezen van root-inode"
3661
Theodore Ts'o8f741372008-02-28 21:47:05 -05003662#: misc/mke2fs.c:508
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003663msgid "while setting root inode ownership"
3664msgstr "tijdens zetten van eigenaar van root-inode"
3665
Theodore Ts'o8f741372008-02-28 21:47:05 -05003666#: misc/mke2fs.c:526
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003667msgid "while creating /lost+found"
3668msgstr "tijdens aanmaken van /lost+found"
3669
Theodore Ts'o8f741372008-02-28 21:47:05 -05003670#: misc/mke2fs.c:533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003671msgid "while looking up /lost+found"
3672msgstr "tijdens zoeken van /lost+found"
3673
Theodore Ts'o8f741372008-02-28 21:47:05 -05003674#: misc/mke2fs.c:543
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003675msgid "while expanding /lost+found"
3676msgstr "tijdens uitbreiden van /lost+found"
3677
Theodore Ts'o8f741372008-02-28 21:47:05 -05003678#: misc/mke2fs.c:559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003679msgid "while setting bad block inode"
3680msgstr "tijdens zetten van slechte-blokken-inode"
3681
Theodore Ts'o8f741372008-02-28 21:47:05 -05003682#: misc/mke2fs.c:591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003683#, c-format
3684msgid "Out of memory erasing sectors %d-%d\n"
3685msgstr "Onvoldoende geheugen tijdens wissen van sectoren %d-%d.\n"
3686
Theodore Ts'o8f741372008-02-28 21:47:05 -05003687#: misc/mke2fs.c:601
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003688#, c-format
3689msgid "Warning: could not read block 0: %s\n"
3690msgstr "Waarschuwing: kan blok 0 niet lezen: %s\n"
3691
Theodore Ts'o8f741372008-02-28 21:47:05 -05003692#: misc/mke2fs.c:617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003693#, c-format
3694msgid "Warning: could not erase sector %d: %s\n"
3695msgstr "Waarschuwing: kan sector %d niet wissen: %s\n"
3696
Theodore Ts'o8f741372008-02-28 21:47:05 -05003697#: misc/mke2fs.c:633
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003698msgid "while initializing journal superblock"
3699msgstr "tijdens initialiseren van het journal-superblok"
3700
Theodore Ts'o8f741372008-02-28 21:47:05 -05003701#: misc/mke2fs.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003702msgid "Zeroing journal device: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003703msgstr "Nulmaken van journal-apparaat: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003704
Theodore Ts'o8f741372008-02-28 21:47:05 -05003705#: misc/mke2fs.c:646
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003706#, c-format
3707msgid "while zeroing journal device (block %u, count %d)"
3708msgstr "tijdens nulmaken van journal-apparaat (blok %u, nummer %d)"
3709
Theodore Ts'o8f741372008-02-28 21:47:05 -05003710#: misc/mke2fs.c:657
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003711msgid "while writing journal superblock"
3712msgstr "tijdens schrijven van journal-superblok"
3713
Theodore Ts'o8f741372008-02-28 21:47:05 -05003714#: misc/mke2fs.c:673
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003715#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003716msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003717"warning: %u blocks unused.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003718"\n"
3719msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003720"Waarschuwing: %u ongebruikte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003721"\n"
3722
Theodore Ts'o8f741372008-02-28 21:47:05 -05003723#: misc/mke2fs.c:678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003724#, c-format
3725msgid "Filesystem label=%s\n"
3726msgstr "Bestandssysteemlabel=%s\n"
3727
Theodore Ts'o8f741372008-02-28 21:47:05 -05003728#: misc/mke2fs.c:679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003729msgid "OS type: "
3730msgstr "Soort besturingssysteem: "
3731
Theodore Ts'o8f741372008-02-28 21:47:05 -05003732#: misc/mke2fs.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003733#, c-format
3734msgid "Block size=%u (log=%u)\n"
3735msgstr "Blokgrootte=%u (log=%u)\n"
3736
Theodore Ts'o8f741372008-02-28 21:47:05 -05003737#: misc/mke2fs.c:686
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003738#, c-format
3739msgid "Fragment size=%u (log=%u)\n"
3740msgstr "Fragmentgrootte=%u (log=%u)\n"
3741
Theodore Ts'o8f741372008-02-28 21:47:05 -05003742#: misc/mke2fs.c:688
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003743#, c-format
3744msgid "%u inodes, %u blocks\n"
3745msgstr "%u inodes, %u blokken\n"
3746
Theodore Ts'o8f741372008-02-28 21:47:05 -05003747#: misc/mke2fs.c:690
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003748#, c-format
3749msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003750msgstr "%u blokken (%2.2f%%) gereserveerd voor systeembeheer\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003751
Theodore Ts'o8f741372008-02-28 21:47:05 -05003752#: misc/mke2fs.c:693
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003753#, c-format
3754msgid "First data block=%u\n"
3755msgstr "Eerste gegevensblok=%u\n"
3756
Theodore Ts'o8f741372008-02-28 21:47:05 -05003757#: misc/mke2fs.c:695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003758#, c-format
3759msgid "Maximum filesystem blocks=%lu\n"
3760msgstr "Maximum aantal bestandssysteemblokken=%lu\n"
3761
Theodore Ts'o8f741372008-02-28 21:47:05 -05003762#: misc/mke2fs.c:700
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003763#, c-format
3764msgid "%u block groups\n"
3765msgstr "%u blokgroepen\n"
3766
Theodore Ts'o8f741372008-02-28 21:47:05 -05003767#: misc/mke2fs.c:702
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003768#, c-format
3769msgid "%u block group\n"
3770msgstr "%u blokgroep\n"
3771
Theodore Ts'o8f741372008-02-28 21:47:05 -05003772#: misc/mke2fs.c:703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003773#, c-format
3774msgid "%u blocks per group, %u fragments per group\n"
3775msgstr "%u blokken per groep, %u fragmenten per groep\n"
3776
3777# src/main.c:425
Theodore Ts'o8f741372008-02-28 21:47:05 -05003778#: misc/mke2fs.c:705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003779#, c-format
3780msgid "%u inodes per group\n"
3781msgstr "%u inodes per groep\n"
3782
Theodore Ts'o8f741372008-02-28 21:47:05 -05003783#: misc/mke2fs.c:712
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003784#, c-format
3785msgid "Superblock backups stored on blocks: "
3786msgstr "Superblokreservekopieën opgeslagen in blokken: "
3787
Theodore Ts'o8f741372008-02-28 21:47:05 -05003788#: misc/mke2fs.c:793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003789#, c-format
3790msgid "Invalid stride parameter: %s\n"
3791msgstr "Ongeldig argument van 'stride': %s\n"
3792
Theodore Ts'o8f741372008-02-28 21:47:05 -05003793#: misc/mke2fs.c:808
3794#, fuzzy, c-format
3795msgid "Invalid stripe-width parameter: %s\n"
3796msgstr "Ongeldig argument van 'stride': %s\n"
3797
3798#: misc/mke2fs.c:830
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003799#, c-format
3800msgid "Invalid resize parameter: %s\n"
3801msgstr "Ongeldig argument van 'resize': %s\n"
3802
Theodore Ts'o8f741372008-02-28 21:47:05 -05003803#: misc/mke2fs.c:837
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003804#, c-format
3805msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003806msgstr ""
3807"De maximum grootte moet groter zijn dan de huidige bestandssysteemgrootte.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003808
Theodore Ts'o8f741372008-02-28 21:47:05 -05003809#: misc/mke2fs.c:861
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003810#, c-format
3811msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003812msgstr ""
3813"Vergroten en verkleinen zijn niet mogelijk op een bestandssysteem van versie "
3814"0.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003815
Theodore Ts'o8f741372008-02-28 21:47:05 -05003816#: misc/mke2fs.c:878
3817#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003818msgid ""
3819"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003820"Bad option(s) specified: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003821"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003822"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003823"\tis set off by an equals ('=') sign.\n"
3824"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003825"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003826"\tstride=<RAID per-disk data chunk in blocks>\n"
3827"\tstripe-width=<RAID stride * data disks in blocks>\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003828"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003829"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003830"\ttest_fs\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003831msgstr ""
3832"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003833"Ongeldige opties opgegeven.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003834"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003835"Uitgebreide opties worden gescheiden door komma's,\n"
3836"hun argument wordt voorafgegaan door een '='-teken.\n"
3837"\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003838"Geldige uitgebreide opties zijn:\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003839" stride=<aantal blokken per stripe, als voorbereiding op RAID>\n"
3840" resize=<maximum grootte van bestandssysteem in blokken>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003841" test_fs\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003842"\n"
3843
Theodore Ts'o8f741372008-02-28 21:47:05 -05003844#: misc/mke2fs.c:893
3845#, c-format
3846msgid ""
3847"\n"
3848"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3849"\n"
3850msgstr ""
3851
3852#: misc/mke2fs.c:920
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003853#, c-format
3854msgid ""
3855"Syntax error in mke2fs config file (%s, line #%d)\n"
3856"\t%s\n"
3857msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003858"Syntaxfout in mke2fs-configuratiebestand (%s, regel #%d)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003859" %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003860
Theodore Ts'o8f741372008-02-28 21:47:05 -05003861#: misc/mke2fs.c:933 misc/tune2fs.c:335
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003862#, c-format
3863msgid "Invalid filesystem option set: %s\n"
3864msgstr "Ongeldige optie van bestandssysteem: %s\n"
3865
Theodore Ts'o8f741372008-02-28 21:47:05 -05003866#: misc/mke2fs.c:1040
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003867#, c-format
3868msgid "invalid block size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003869msgstr "ongeldige blokgrootte: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003870
Theodore Ts'o8f741372008-02-28 21:47:05 -05003871#: misc/mke2fs.c:1044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003872#, c-format
3873msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003874msgstr ""
3875"Waarschuwing: blokgrootte %d is op de meeste systemen niet bruikbaar.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003876
Theodore Ts'o8f741372008-02-28 21:47:05 -05003877#: misc/mke2fs.c:1061
Theodore Ts'o886017a2005-06-26 22:11:46 -04003878#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003879msgid "invalid fragment size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003880msgstr "ongeldige fragmentgrootte: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003881
Theodore Ts'o8f741372008-02-28 21:47:05 -05003882#: misc/mke2fs.c:1067
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003883#, c-format
3884msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003885msgstr ""
3886"Waarschuwing: fragmenten worden niet ondersteund; optie -f wordt genegeerd\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003887
Theodore Ts'o8f741372008-02-28 21:47:05 -05003888#: misc/mke2fs.c:1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003889msgid "Illegal number for blocks per group"
3890msgstr "Ongeldig aantal blokken per groep"
3891
Theodore Ts'o8f741372008-02-28 21:47:05 -05003892#: misc/mke2fs.c:1079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003893msgid "blocks per group must be multiple of 8"
3894msgstr "argument van -g (blokken per groep) is geen veelvoud van 8"
3895
Theodore Ts'o8f741372008-02-28 21:47:05 -05003896#: misc/mke2fs.c:1089
Theodore Ts'o886017a2005-06-26 22:11:46 -04003897#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003898msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003899msgstr "ongeldige inodeverhouding %s (min %d / max %d)"
3900
Theodore Ts'o8f741372008-02-28 21:47:05 -05003901#: misc/mke2fs.c:1106
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003902msgid "in malloc for bad_blocks_filename"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003903msgstr "onvoldoende geheugen in bad_blocks_filename()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003904
Theodore Ts'o8f741372008-02-28 21:47:05 -05003905#: misc/mke2fs.c:1115
Theodore Ts'o886017a2005-06-26 22:11:46 -04003906#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003907msgid "invalid reserved blocks percent - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003908msgstr "ongeldig percentage gereserveerde blokken: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003909
Theodore Ts'o6956f612005-12-31 16:46:15 -05003910# lib/prange.c:299 lib/prange.c:316
Theodore Ts'o8f741372008-02-28 21:47:05 -05003911#: misc/mke2fs.c:1133
Theodore Ts'of2275e32006-01-06 20:44:13 -05003912#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05003913msgid "bad revision level - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003914msgstr "ongeldig versienummer: %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003915
Theodore Ts'o8f741372008-02-28 21:47:05 -05003916#: misc/mke2fs.c:1145
Theodore Ts'o886017a2005-06-26 22:11:46 -04003917#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003918msgid "invalid inode size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003919msgstr "ongeldige grootte van inode: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003920
Theodore Ts'o6956f612005-12-31 16:46:15 -05003921# lib/prange.c:299 lib/prange.c:316
Theodore Ts'o8f741372008-02-28 21:47:05 -05003922#: misc/mke2fs.c:1165
Theodore Ts'of2275e32006-01-06 20:44:13 -05003923#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05003924msgid "bad num inodes - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003925msgstr "ongeldig aantal inodes: %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003926
Theodore Ts'o8f741372008-02-28 21:47:05 -05003927#: misc/mke2fs.c:1223 misc/mke2fs.c:1745
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003928#, c-format
3929msgid "while trying to open journal device %s\n"
3930msgstr "tijdens openen van journal-apparaat %s\n"
3931
Theodore Ts'o8f741372008-02-28 21:47:05 -05003932#: misc/mke2fs.c:1229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003933#, c-format
3934msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003935msgstr ""
3936"Blokgrootte %d van journal-apparaat is kleiner dan minimum blokgrootte %d.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003937
Theodore Ts'o8f741372008-02-28 21:47:05 -05003938#: misc/mke2fs.c:1243
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003939#, c-format
3940msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003941msgstr "Blokken van %d bytes zijn te groot voor dit systeem (max %d)."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003942
Theodore Ts'o8f741372008-02-28 21:47:05 -05003943#: misc/mke2fs.c:1247
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003944#, c-format
Theodore Ts'o8f741372008-02-28 21:47:05 -05003945msgid ""
3946"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003947msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003948"Waarschuwing: blokken van %d bytes zijn te groot voor dit systeem,\n"
3949"het maximum is %d -- maar 'mke2fs' wordt gedwongen uitgevoerd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003950
Theodore Ts'o8f741372008-02-28 21:47:05 -05003951#: misc/mke2fs.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003952msgid "filesystem"
3953msgstr "bestandssysteem"
3954
Theodore Ts'o8f741372008-02-28 21:47:05 -05003955#: misc/mke2fs.c:1288 resize/main.c:332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003956msgid "while trying to determine filesystem size"
3957msgstr "tijdens bepalen van grootte van bestandssysteem"
3958
Theodore Ts'o8f741372008-02-28 21:47:05 -05003959#: misc/mke2fs.c:1294
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003960msgid ""
3961"Couldn't determine device size; you must specify\n"
3962"the size of the filesystem\n"
3963msgstr ""
3964"Kan de grootte van het apparaat niet bepalen;\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003965"u dient zelf de grootte van het bestandssysteem aan te geven.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003966
Theodore Ts'o8f741372008-02-28 21:47:05 -05003967#: misc/mke2fs.c:1301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003968msgid ""
3969"Device size reported to be zero. Invalid partition specified, or\n"
3970"\tpartition table wasn't reread after running fdisk, due to\n"
3971"\ta modified partition being busy and in use. You may need to reboot\n"
3972"\tto re-read your partition table.\n"
3973msgstr ""
3974"Apparaatgrootte wordt gerapporteerd als nul. Dit betekent dat er een\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003975" ongeldige partitie is opgegeven, of dat de partitietabel niet opnieuw\n"
3976" gelezen is na gebruik van een partitioneringsprogramma, wegens het\n"
3977" in-gebruik-zijn van een gewijzigde partitie. Mogelijk dient u uw\n"
3978" computer te herstarten om de juiste partitietabel te verkrijgen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003979
Theodore Ts'o8f741372008-02-28 21:47:05 -05003980#: misc/mke2fs.c:1319
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003981msgid "Filesystem larger than apparent device size."
3982msgstr "Bestandssysteem is groter dan de schijnbare apparaatgrootte."
3983
Theodore Ts'o8f741372008-02-28 21:47:05 -05003984#: misc/mke2fs.c:1367
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003985#, c-format
3986msgid "Filesystem features not supported with revision 0 filesystems\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003987msgstr ""
3988"Sommige functies worden niet ondersteund op een bestandssysteem van versie "
3989"0.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003990
Theodore Ts'o8f741372008-02-28 21:47:05 -05003991#: misc/mke2fs.c:1374
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003992#, c-format
3993msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05003994msgstr ""
3995"Schaarse superblokken zijn niet mogelijk op een bestandssysteem van versie "
3996"0.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003997
Theodore Ts'o8f741372008-02-28 21:47:05 -05003998#: misc/mke2fs.c:1386
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003999#, c-format
4000msgid "Journals not supported with revision 0 filesystems\n"
4001msgstr "Een journal is niet mogelijk op een bestandssysteem van versie 0.\n"
4002
Theodore Ts'o8f741372008-02-28 21:47:05 -05004003#: misc/mke2fs.c:1412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004004msgid "while trying to determine hardware sector size"
4005msgstr "tijdens bepalen van de grootte van een sector"
4006
Theodore Ts'o8f741372008-02-28 21:47:05 -05004007#: misc/mke2fs.c:1464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004008msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004009msgstr ""
4010"het reserveren van blokken voor bestandssysteemvergroting wordt niet "
4011"ondersteund op een niet-schaars bestandssysteem"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004012
Theodore Ts'o8f741372008-02-28 21:47:05 -05004013#: misc/mke2fs.c:1473
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004014msgid "blocks per group count out of range"
4015msgstr "teller van blokken-per-groep ligt buiten het toegestane bereik"
4016
Theodore Ts'o8f741372008-02-28 21:47:05 -05004017#: misc/mke2fs.c:1480
Theodore Ts'o6956f612005-12-31 16:46:15 -05004018msgid ""
4019"Filesystem too large. No more than 2**31-1 blocks\n"
4020"\t (8TB using a blocksize of 4k) are currently supported."
4021msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004022"Bestandssysteem is te groot. Momenteel zijn niet meer dan\n"
4023"2**31-1 blokken mogelijk (8TB bij een blokgrootte van 4K)."
Theodore Ts'o6956f612005-12-31 16:46:15 -05004024
Theodore Ts'o8f741372008-02-28 21:47:05 -05004025#: misc/mke2fs.c:1487
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004026#, c-format
4027msgid ""
4028"\n"
4029"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
4030"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
4031"\n"
4032msgstr ""
4033"\n"
4034"Waarschuwing: sommige 2.4-kernels ondersteunen voor ext3 geen\n"
4035"blokgroottes groter dan 4096. Gebruik in dat geval '-b 4096'.\n"
4036"\n"
4037
Theodore Ts'o8f741372008-02-28 21:47:05 -05004038#: misc/mke2fs.c:1504
Theodore Ts'o886017a2005-06-26 22:11:46 -04004039#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04004040msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004041msgstr "ongeldige inode-grootte %d (min %d / max %d)"
4042
Theodore Ts'o8f741372008-02-28 21:47:05 -05004043#: misc/mke2fs.c:1510
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004044#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004045msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004046msgstr ""
4047"Waarschuwing: inodes van %d bytes zijn onbruikbaar op oudere systemen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004048
Theodore Ts'o8f741372008-02-28 21:47:05 -05004049#: misc/mke2fs.c:1522
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004050#, c-format
4051msgid "too many inodes (%llu), raise inode ratio?"
4052msgstr "te veel inodes (%llu) -- inodeverhouding verhogen?"
4053
Theodore Ts'o8f741372008-02-28 21:47:05 -05004054#: misc/mke2fs.c:1527
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004055#, c-format
4056msgid "too many inodes (%llu), specify < 2^32 inodes"
4057msgstr "te veel inodes (%llu) -- geef minder dan 2^32 op"
4058
Theodore Ts'o8f741372008-02-28 21:47:05 -05004059#: misc/mke2fs.c:1542
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004060#, c-format
4061msgid ""
4062"inode_size (%u) * inodes_count (%u) too big for a\n"
4063"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
4064"\tor lower inode count (-N).\n"
4065msgstr ""
4066"De inode-ruimte (inode-grootte %u * aantal_inodes %u)\n"
4067"is te groot voor een bestandssysteem met %lu blokken --\n"
4068" geef een hogere bytes-per-inodeverhouding op (-i),\n"
4069" of verklein het aantal inodes (-N).\n"
4070
Theodore Ts'o8f741372008-02-28 21:47:05 -05004071#: misc/mke2fs.c:1591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004072msgid "while setting up superblock"
4073msgstr "tijdens aanmaken van superblok"
4074
Theodore Ts'o8f741372008-02-28 21:47:05 -05004075#: misc/mke2fs.c:1628
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004076#, c-format
4077msgid "unknown os - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004078msgstr "onbekend besturingssysteem: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004079
Theodore Ts'o8f741372008-02-28 21:47:05 -05004080#: misc/mke2fs.c:1682
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004081msgid "while trying to allocate filesystem tables"
4082msgstr "tijdens reserveren van bestandssysteemtabellen"
4083
Theodore Ts'o8f741372008-02-28 21:47:05 -05004084#: misc/mke2fs.c:1713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004085#, c-format
4086msgid "while zeroing block %u at end of filesystem"
4087msgstr "tijdens nulmaken van blok %u aan het eind van het bestandssysteem"
4088
Theodore Ts'o8f741372008-02-28 21:47:05 -05004089#: misc/mke2fs.c:1727
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004090msgid "while reserving blocks for online resize"
4091msgstr "tijdens reserveren van uitbreidingsblokken"
4092
Theodore Ts'o8f741372008-02-28 21:47:05 -05004093#: misc/mke2fs.c:1738 misc/tune2fs.c:433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004094msgid "journal"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004095msgstr "journal"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004096
Theodore Ts'o8f741372008-02-28 21:47:05 -05004097#: misc/mke2fs.c:1750
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004098#, c-format
4099msgid "Adding journal to device %s: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04004100msgstr "Toevoegen van journal aan apparaat %s: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004101
Theodore Ts'o8f741372008-02-28 21:47:05 -05004102#: misc/mke2fs.c:1757
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004103#, c-format
4104msgid ""
4105"\n"
4106"\twhile trying to add journal to device %s"
4107msgstr ""
4108"\n"
4109"\ttijdens toevoegen van journal aan apparaat %s"
4110
Theodore Ts'o8f741372008-02-28 21:47:05 -05004111#: misc/mke2fs.c:1762 misc/mke2fs.c:1788 misc/tune2fs.c:461 misc/tune2fs.c:475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004112#, c-format
4113msgid "done\n"
Theodore Ts'o35246252007-08-20 22:14:36 -04004114msgstr "voltooid\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004115
Theodore Ts'o8f741372008-02-28 21:47:05 -05004116#: misc/mke2fs.c:1793
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004117#, c-format
4118msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'o12eab042005-12-09 18:18:28 -05004119msgstr "Schrijven van superblokken en bestandssysteem-metagegevens: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004120
Theodore Ts'o8f741372008-02-28 21:47:05 -05004121#: misc/mke2fs.c:1798
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004122#, c-format
4123msgid ""
4124"\n"
4125"Warning, had trouble writing out superblocks."
4126msgstr ""
4127"\n"
4128"Waarschuwing: problemen tijdens schrijven van superblokken."
4129
Theodore Ts'o8f741372008-02-28 21:47:05 -05004130#: misc/mke2fs.c:1801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004131#, c-format
4132msgid ""
4133"done\n"
4134"\n"
4135msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05004136"voltooid\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004137"\n"
4138
4139#: misc/mklost+found.c:49
4140#, c-format
4141msgid "Usage: mklost+found\n"
4142msgstr "Gebruik: mklost+found\n"
4143
Theodore Ts'o8f741372008-02-28 21:47:05 -05004144#: misc/tune2fs.c:91
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004145msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004146msgstr "Controleer het bestandssysteem met 'e2fsck'.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004147
Theodore Ts'o8f741372008-02-28 21:47:05 -05004148#: misc/tune2fs.c:98
4149#, fuzzy, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004150msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004151"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004152"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4153"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4154"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004155"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4156"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004157msgstr ""
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004158"Gebruik: %s [-c maximum_aantal_aankoppelingen] [-C aankoppelingental]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004159" [-e gedrag_bij_fouten] [-E uitgebreide_optie[,...]] [-f] [-g "
4160"groep]\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004161" [-i interval[d|w|m]] [-j] [-J journal-opties] [-l] [-L label]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004162" [-m percentage_gereserveerde_blokken] [-M "
4163"laatst_aangekoppelde_map]\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004164" [-o [^]aankoppelingsopties[,...]] [-O [^]functie[,...]]\n"
4165" [-r aantal_gereserveerde_blokken] [-s schaarsheidsvlag]\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004166" [-T tijdstip_van_laatste_controle] [-u gebruiker] [-U UUID] "
4167"apparaat\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004168
Theodore Ts'o8f741372008-02-28 21:47:05 -05004169#: misc/tune2fs.c:171
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004170msgid "while trying to open external journal"
4171msgstr "tijdens openen van extern journal"
4172
Theodore Ts'o8f741372008-02-28 21:47:05 -05004173#: misc/tune2fs.c:175
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004174#, c-format
4175msgid "%s is not a journal device.\n"
4176msgstr "%s: is geen journal-apparaat.\n"
4177
Theodore Ts'o8f741372008-02-28 21:47:05 -05004178#: misc/tune2fs.c:190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004179msgid "Journal superblock not found!\n"
4180msgstr "Geen journal-superblok gevonden!\n"
4181
Theodore Ts'o8f741372008-02-28 21:47:05 -05004182#: misc/tune2fs.c:202
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004183msgid "Filesystem's UUID not found on journal device.\n"
4184msgstr "UUID van bestandssysteem niet gevonden op journal-apparaat.\n"
4185
Theodore Ts'o8f741372008-02-28 21:47:05 -05004186#: misc/tune2fs.c:223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004187msgid "Journal NOT removed\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004188msgstr "Journal is NIET verwijderd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004189
Theodore Ts'o8f741372008-02-28 21:47:05 -05004190#: misc/tune2fs.c:229
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004191msgid "Journal removed\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004192msgstr "Journal is verwijderd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004193
Theodore Ts'o8f741372008-02-28 21:47:05 -05004194#: misc/tune2fs.c:268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004195msgid "while reading bitmaps"
4196msgstr "tijdens lezen van bitkaarten"
4197
Theodore Ts'o8f741372008-02-28 21:47:05 -05004198#: misc/tune2fs.c:275
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004199msgid "while clearing journal inode"
4200msgstr "tijdens wissen van journal-inode"
4201
Theodore Ts'o8f741372008-02-28 21:47:05 -05004202#: misc/tune2fs.c:286
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004203msgid "while writing journal inode"
4204msgstr "tijdens schrijven van journal-inode"
4205
Theodore Ts'o8f741372008-02-28 21:47:05 -05004206#: misc/tune2fs.c:301
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004207#, c-format
4208msgid "Invalid mount option set: %s\n"
4209msgstr "Ongeldige aankoppelingsoptie: %s\n"
4210
Theodore Ts'o8f741372008-02-28 21:47:05 -05004211#: misc/tune2fs.c:338
4212#, fuzzy, c-format
4213msgid "Clearing filesystem feature '%s' not supported.\n"
4214msgstr ""
4215"Sommige functies worden niet ondersteund op een bestandssysteem van versie "
4216"0.\n"
4217
4218#: misc/tune2fs.c:344
4219#, fuzzy, c-format
4220msgid "Setting filesystem feature '%s' not supported.\n"
4221msgstr ""
4222"Sommige functies worden niet ondersteund op een bestandssysteem van versie "
4223"0.\n"
4224
4225#: misc/tune2fs.c:353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004226msgid ""
4227"The has_journal flag may only be cleared when the filesystem is\n"
4228"unmounted or mounted read-only.\n"
4229msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04004230"De journalvlag mag alleen gewist worden wanneer het bestandssysteem\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004231"ontkoppeld is of als alleen-lezen aangekoppeld is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004232
Theodore Ts'o8f741372008-02-28 21:47:05 -05004233#: misc/tune2fs.c:361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004234msgid ""
4235"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4236"the has_journal flag.\n"
4237msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04004238"De journalreddingsvlag is gezet. Voer eerst 'e2fsck' uit,\n"
4239"voordat u de journalvlag wist.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004240
Theodore Ts'o8f741372008-02-28 21:47:05 -05004241#: misc/tune2fs.c:428
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004242msgid "The filesystem already has a journal.\n"
4243msgstr "Het bestandssysteem heeft al een journal.\n"
4244
Theodore Ts'o8f741372008-02-28 21:47:05 -05004245#: misc/tune2fs.c:445
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004246#, c-format
4247msgid ""
4248"\n"
4249"\twhile trying to open journal on %s\n"
4250msgstr ""
4251"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004252" tijdens openen van journal op %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004253
Theodore Ts'o8f741372008-02-28 21:47:05 -05004254#: misc/tune2fs.c:449
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004255#, c-format
4256msgid "Creating journal on device %s: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04004257msgstr "Aanmaken van journal op apparaat %s: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004258
Theodore Ts'o8f741372008-02-28 21:47:05 -05004259#: misc/tune2fs.c:457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004260#, c-format
4261msgid "while adding filesystem to journal on %s"
4262msgstr "tijdens toevoegen van bestandssysteem aan journal op %s"
4263
Theodore Ts'o8f741372008-02-28 21:47:05 -05004264#: misc/tune2fs.c:463
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004265msgid "Creating journal inode: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04004266msgstr "Aanmaken van journal-inode: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004267
Theodore Ts'o8f741372008-02-28 21:47:05 -05004268#: misc/tune2fs.c:472
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004269msgid ""
4270"\n"
4271"\twhile trying to create journal file"
4272msgstr ""
4273"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004274" tijdens aanmaken van journal-inode"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004275
Theodore Ts'o8f741372008-02-28 21:47:05 -05004276#: misc/tune2fs.c:539
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004277#, c-format
4278msgid "Couldn't parse date/time specifier: %s"
4279msgstr "Kan datum/tijd-specificatie niet ontleden: %s"
4280
Theodore Ts'o8f741372008-02-28 21:47:05 -05004281#: misc/tune2fs.c:563 misc/tune2fs.c:576
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004282#, c-format
4283msgid "bad mounts count - %s"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004284msgstr "onjuist aankoppelingenaantal: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004285
Theodore Ts'o8f741372008-02-28 21:47:05 -05004286#: misc/tune2fs.c:592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004287#, c-format
4288msgid "bad error behavior - %s"
4289msgstr "onjuist argument van -e (gedrag bij een fout): %s"
4290
Theodore Ts'o8f741372008-02-28 21:47:05 -05004291#: misc/tune2fs.c:619
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004292#, c-format
4293msgid "bad gid/group name - %s"
4294msgstr "onjuiste GID of groepsnaam: %s"
4295
4296# lib/prange.c:299 lib/prange.c:316
Theodore Ts'o8f741372008-02-28 21:47:05 -05004297#: misc/tune2fs.c:652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004298#, c-format
4299msgid "bad interval - %s"
4300msgstr "onjuist interval: %s"
4301
Theodore Ts'o8f741372008-02-28 21:47:05 -05004302#: misc/tune2fs.c:680
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004303#, c-format
4304msgid "bad reserved block ratio - %s"
4305msgstr "onjuiste verhouding (%s) voor gereserveerde blokken"
4306
Theodore Ts'o8f741372008-02-28 21:47:05 -05004307#: misc/tune2fs.c:695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004308msgid "-o may only be specified once"
4309msgstr "-o mag slechts één keer gegeven worden"
4310
Theodore Ts'o8f741372008-02-28 21:47:05 -05004311#: misc/tune2fs.c:705
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004312msgid "-O may only be specified once"
4313msgstr "-O mag slechts één keer gegeven worden"
4314
Theodore Ts'o8f741372008-02-28 21:47:05 -05004315#: misc/tune2fs.c:715
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004316#, c-format
4317msgid "bad reserved blocks count - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004318msgstr "onjuist aantal gereserveerde blokken: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004319
Theodore Ts'o8f741372008-02-28 21:47:05 -05004320#: misc/tune2fs.c:744
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004321#, c-format
4322msgid "bad uid/user name - %s"
4323msgstr "onjuiste UID of gebruikersnaam: %s"
4324
Theodore Ts'o8f741372008-02-28 21:47:05 -05004325#: misc/tune2fs.c:842
4326#, fuzzy, c-format
4327msgid "Invalid RAID stride: %s\n"
4328msgstr "Ongeldig argument van 'stride': %s\n"
4329
4330#: misc/tune2fs.c:857
4331#, fuzzy, c-format
4332msgid "Invalid RAID stripe-width: %s\n"
4333msgstr "Ongeldig argument van 'stride': %s\n"
4334
4335#: misc/tune2fs.c:867
4336#, fuzzy, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004337msgid ""
4338"\n"
4339"Bad options specified.\n"
4340"\n"
4341"Extended options are separated by commas, and may take an argument which\n"
4342"\tis set off by an equals ('=') sign.\n"
4343"\n"
4344"Valid extended options are:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004345"\tstride=<RAID per-disk chunk size in blocks>\n"
4346"\tstripe-width=<RAID stride*data disks in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004347"\ttest_fs\n"
4348"\t^test_fs\n"
4349msgstr ""
4350"\n"
4351"Ongeldige opties opgegeven.\n"
4352"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004353"Uitgebreide opties worden gescheiden door komma's,\n"
4354"hun argument wordt voorafgegaan door een '='-teken.\n"
4355"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004356"Geldige uitgebreide opties zijn:\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004357" stride=<aantal blokken per stripe, als voorbereiding op RAID>\n"
4358" resize=<maximum grootte van bestandssysteem in blokken>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004359" test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004360"\n"
4361
Theodore Ts'o8f741372008-02-28 21:47:05 -05004362#: misc/tune2fs.c:927
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004363#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004364msgid "Filesystem %s has unsupported features enabled.\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004365msgstr ""
4366"Bestandssysteem %s heeft functies ingeschakeld die niet ondersteund worden.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004367
Theodore Ts'o8f741372008-02-28 21:47:05 -05004368#: misc/tune2fs.c:951
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004369#, c-format
4370msgid "Setting maximal mount count to %d\n"
4371msgstr "Het maximum aantal aankoppelingen is op %d gezet\n"
4372
Theodore Ts'o8f741372008-02-28 21:47:05 -05004373#: misc/tune2fs.c:957
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004374#, c-format
4375msgid "Setting current mount count to %d\n"
4376msgstr "Het huidige aantal aankoppelingen is op %d gezet\n"
4377
Theodore Ts'o8f741372008-02-28 21:47:05 -05004378#: misc/tune2fs.c:962
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004379#, c-format
4380msgid "Setting error behavior to %d\n"
4381msgstr "Gedrag bij fouten is op %d gezet\n"
4382
Theodore Ts'o8f741372008-02-28 21:47:05 -05004383#: misc/tune2fs.c:967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004384#, c-format
4385msgid "Setting reserved blocks gid to %lu\n"
4386msgstr "GID van gereserveerde blokken is op %lu gezet\n"
4387
Theodore Ts'o8f741372008-02-28 21:47:05 -05004388#: misc/tune2fs.c:972
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004389#, c-format
4390msgid "Setting interval between checks to %lu seconds\n"
4391msgstr "Interval tussen controles is op %lu seconden gezet\n"
4392
Theodore Ts'o8f741372008-02-28 21:47:05 -05004393#: misc/tune2fs.c:978
Theodore Ts'of2275e32006-01-06 20:44:13 -05004394#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004395msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004396msgstr "Percentage gereserveerde blokken is op %g%% gezet (%u blokken)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004397
Theodore Ts'o8f741372008-02-28 21:47:05 -05004398#: misc/tune2fs.c:984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004399#, c-format
4400msgid "reserved blocks count is too big (%lu)"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004401msgstr "Het aantal gereserveerde blokken is te groot (%lu)."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004402
Theodore Ts'o8f741372008-02-28 21:47:05 -05004403#: misc/tune2fs.c:990
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004404#, c-format
4405msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004406msgstr "Het aantal gereserveerde blokken is op %lu gezet\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004407
Theodore Ts'o8f741372008-02-28 21:47:05 -05004408#: misc/tune2fs.c:996
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004409msgid ""
4410"\n"
4411"The filesystem already has sparse superblocks.\n"
4412msgstr ""
4413"\n"
4414"Het bestandssysteem is al zuinig met superblokken.\n"
4415
Theodore Ts'o8f741372008-02-28 21:47:05 -05004416#: misc/tune2fs.c:1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004417#, c-format
4418msgid ""
4419"\n"
4420"Sparse superblock flag set. %s"
4421msgstr ""
4422"\n"
4423"De zuinig-met-superblokkenvlag is aangezet. %s"
4424
Theodore Ts'o8f741372008-02-28 21:47:05 -05004425#: misc/tune2fs.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004426msgid ""
4427"\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004428"Clearing the sparse superflag not supported.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004429msgstr ""
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004430
Theodore Ts'o8f741372008-02-28 21:47:05 -05004431#: misc/tune2fs.c:1015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004432#, c-format
4433msgid "Setting time filesystem last checked to %s\n"
4434msgstr "Tijd van laatste controle is op %s gezet\n"
4435
Theodore Ts'o8f741372008-02-28 21:47:05 -05004436#: misc/tune2fs.c:1021
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004437#, c-format
4438msgid "Setting reserved blocks uid to %lu\n"
4439msgstr "UID van gereserveerde blokken is op %lu gezet\n"
4440
Theodore Ts'o8f741372008-02-28 21:47:05 -05004441#: misc/tune2fs.c:1056
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004442msgid "Invalid UUID format\n"
4443msgstr "Onjuiste UUID-indeling\n"
4444
Theodore Ts'o8f741372008-02-28 21:47:05 -05004445#: misc/tune2fs.c:1067
4446#, fuzzy, c-format
4447msgid "Setting stride size to %d\n"
4448msgstr "GID van gereserveerde blokken is op %lu gezet\n"
4449
4450#: misc/tune2fs.c:1072
4451#, fuzzy, c-format
4452msgid "Setting stripe width to %d\n"
4453msgstr "GID van gereserveerde blokken is op %lu gezet\n"
4454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004455#: misc/util.c:72
4456msgid "Proceed anyway? (y,n) "
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04004457msgstr "Toch doorgaan? (j,n) "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004458
4459#: misc/util.c:93
4460#, c-format
4461msgid "Could not stat %s --- %s\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004462msgstr "Kan de status van %s niet opvragen -- %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004463
4464#: misc/util.c:96
4465msgid ""
4466"\n"
4467"The device apparently does not exist; did you specify it correctly?\n"
4468msgstr ""
4469"\n"
4470"Het apparaat bestaat blijkbaar niet; heeft u het juist opgegeven?\n"
4471
4472#: misc/util.c:107
4473#, c-format
4474msgid "%s is not a block special device.\n"
4475msgstr "%s is geen blok-apparaat.\n"
4476
4477#: misc/util.c:136
4478#, c-format
4479msgid "%s is entire device, not just one partition!\n"
4480msgstr "%s is het hele apparaat, niet slechts een partitie!\n"
4481
4482#: misc/util.c:158
4483msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004484msgstr "'mke2fs' wordt gedwongen uitgevoerd. Hoop dat /etc/mtab onjuist is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004485
4486#: misc/util.c:163
4487#, c-format
4488msgid "will not make a %s here!\n"
4489msgstr "zal hier geen %s maken!\n"
4490
4491#: misc/util.c:170
4492msgid "mke2fs forced anyway.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004493msgstr "'mke2fs' wordt gedwongen uitgevoerd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004494
4495#: misc/util.c:186
4496msgid "Couldn't allocate memory to parse journal options!\n"
4497msgstr "Kan geen geheugen reserveren om journal-opties te ontleden!\n"
4498
4499#: misc/util.c:228
4500msgid ""
4501"\n"
4502"Bad journal options specified.\n"
4503"\n"
4504"Journal options are separated by commas, and may take an argument which\n"
4505"\tis set off by an equals ('=') sign.\n"
4506"\n"
4507"Valid journal options are:\n"
4508"\tsize=<journal size in megabytes>\n"
4509"\tdevice=<journal device>\n"
4510"\n"
4511"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4512"\n"
4513msgstr ""
4514"\n"
4515"Ongeldige journal-opties opgegeven.\n"
4516"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004517"Journal-opties worden gescheiden door komma's,\n"
4518"hun argument wordt voorafgegaan door een '='-teken.\n"
4519"\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004520"Geldige journal-opties zijn:\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004521" size=<journal-grootte in megabytes>\n"
4522" device=<journal-apparaat>\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004523"\n"
4524"De grootte van het journal is minimaal 1024 en maximaal 102400 blokken.\n"
4525"\n"
4526
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004527#: misc/util.c:258
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004528msgid ""
4529"\n"
4530"Filesystem too small for a journal\n"
4531msgstr ""
4532"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004533"Bestandssysteem is te klein voor een journal.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004534
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004535#: misc/util.c:265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004536#, c-format
4537msgid ""
4538"\n"
4539"The requested journal size is %d blocks; it must be\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004540"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004541msgstr ""
4542"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004543"De gevraagde journal-afmeting is %d blokken; maar deze dient\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004544"tussen de 1024 en de 10.240.000 blokken te liggen. Gestopt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004545
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004546#: misc/util.c:273
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004547msgid ""
4548"\n"
4549"Journal size too big for filesystem.\n"
4550msgstr ""
4551"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004552"Journal-afmeting is te groot voor bestandssysteem.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004553
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004554#: misc/util.c:283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004555#, c-format
4556msgid ""
4557"This filesystem will be automatically checked every %d mounts or\n"
4558"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4559msgstr ""
4560"Dit bestandssysteem zal automatisch gecontroleerd worden na elke\n"
4561"%d aankoppelingen of %g dagen, afhankelijk van wat het eerste voorkomt.\n"
4562"U kunt 'tune2fs' met '-c' of '-i' gebruiken om dit bij te stellen.\n"
4563
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004564#: misc/uuidgen.c:31
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004565#, c-format
4566msgid "Usage: %s [-r] [-t]\n"
4567msgstr "Gebruik: %s [-r] [-t]\n"
4568
4569#: resize/extent.c:196
4570msgid "# Extent dump:\n"
4571msgstr "# (debug) Extent dump:\n"
4572
4573#: resize/extent.c:197
4574#, c-format
4575msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4576msgstr "# (debug)\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4577
4578#: resize/extent.c:200
4579#, c-format
4580msgid "#\t\t %u -> %u (%d)\n"
4581msgstr "# (debug)\t %u -> %u (%d)\n"
4582
Theodore Ts'o6956f612005-12-31 16:46:15 -05004583#: resize/main.c:39
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004584#, c-format
4585msgid ""
4586"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
4587"\n"
4588msgstr ""
4589"Gebruik: %s [-d debugvlaggen] [-f] [-F] [-p] apparaat [nieuwe_grootte]\n"
4590"\n"
4591
Theodore Ts'o6956f612005-12-31 16:46:15 -05004592#: resize/main.c:61
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004593msgid "Extending the inode table"
4594msgstr "Uitbreiden van inodetabel"
4595
Theodore Ts'o6956f612005-12-31 16:46:15 -05004596#: resize/main.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004597msgid "Relocating blocks"
4598msgstr "Verplaatsen van blokken"
4599
Theodore Ts'o6956f612005-12-31 16:46:15 -05004600#: resize/main.c:67
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004601msgid "Scanning inode table"
4602msgstr "Scannen van inodetabel"
4603
Theodore Ts'o6956f612005-12-31 16:46:15 -05004604#: resize/main.c:70
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004605msgid "Updating inode references"
4606msgstr "Bijwerken van inode-verwijzingen"
4607
Theodore Ts'o6956f612005-12-31 16:46:15 -05004608#: resize/main.c:73
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004609msgid "Moving inode table"
4610msgstr "Verplaatsen van inodetabel"
4611
Theodore Ts'o6956f612005-12-31 16:46:15 -05004612#: resize/main.c:76
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004613msgid "Unknown pass?!?"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004614msgstr "Onbekende stap?!?"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004615
Theodore Ts'o6956f612005-12-31 16:46:15 -05004616#: resize/main.c:79
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004617#, c-format
4618msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004619msgstr "Begin van stap %d (max = %lu)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004620
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004621#: resize/main.c:253
Theodore Ts'of2275e32006-01-06 20:44:13 -05004622#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004623msgid "while opening %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004624msgstr "tijdens openen van %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004625
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004626#: resize/main.c:265
Theodore Ts'of2275e32006-01-06 20:44:13 -05004627#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004628msgid "while getting stat information for %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004629msgstr "tijdens opvragen van status van %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004630
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004631#: resize/main.c:339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004632#, c-format
4633msgid "bad filesystem size - %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004634msgstr "onjuiste groote van bestandssysteem: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004635
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004636#: resize/main.c:353
4637msgid "Invalid stride length"
4638msgstr "Ongeldige lengte voor 'stride'"
4639
4640#: resize/main.c:377
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004641#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004642msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004643"The containing partition (or device) is only %u (%dk) blocks.\n"
4644"You requested a new size of %u blocks.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004645"\n"
4646msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004647"De partitie (of het apparaat) is slechts %u blokken (van %dK).\n"
4648"U vroeg om een nieuwe grootte van %u blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004649"\n"
4650
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004651#: resize/main.c:384
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004652#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004653msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004654"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004655"\n"
4656msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004657"Het bestandssysteem is al %u blokken groot. Er is niets te doen!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004658"\n"
4659
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004660#: resize/main.c:395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004661#, c-format
4662msgid ""
4663"Please run 'e2fsck -f %s' first.\n"
4664"\n"
4665msgstr ""
4666"Voer eerst 'e2fsck -f %s' uit.\n"
4667"\n"
4668
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004669#: resize/main.c:406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004670#, c-format
4671msgid "while trying to resize %s"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004672msgstr "tijdens veranderen van de grootte van %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004673
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004674#: resize/main.c:411
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004675#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004676msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004677"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004678"\n"
4679msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004680"Het bestandssysteem op %s is nu %u blokken groot.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004681"\n"
4682
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004683#: resize/resize2fs.c:233
4684#, c-format
4685msgid "inodes (%llu) must be less than %u"
4686msgstr "aantal inodes (%llu) moet kleiner zijn dan %u"
4687
4688#: resize/resize2fs.c:642
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004689msgid "reserved blocks"
4690msgstr "gereserveerde blokken"
4691
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004692#: resize/resize2fs.c:647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004693msgid "blocks to be moved"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004694msgstr "te verplaatsen blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004695
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004696#: resize/resize2fs.c:652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004697msgid "meta-data blocks"
4698msgstr "blokken voor metagegevens"
4699
Theodore Ts'o8f741372008-02-28 21:47:05 -05004700#: resize/resize2fs.c:1550
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004701#, c-format
4702msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004703msgstr "Zou nooit mogen gebeuren: de 'resize'-inode is beschadigd!\n"
Theodore Ts'o8f741372008-02-28 21:47:05 -05004704
4705#~ msgid ""
4706#~ "\n"
4707#~ "The filesystem already has sparse superblocks disabled.\n"
4708#~ msgstr ""
4709#~ "\n"
4710#~ "Het bestandssysteem gebruikt al het normale aantal superblokken.\n"
4711
4712#~ msgid ""
4713#~ "\n"
4714#~ "Sparse superblock flag cleared. %s"
4715#~ msgstr ""
4716#~ "\n"
4717#~ "De zuinig-met-superblokkenvlag is uitgezet. %s"