blob: efa7f5abef9542e04c9ae6bd4404121b65cc5ba3 [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'of1d5fce2008-02-09 23:19:35 -050068"POT-Creation-Date: 2008-02-09 23:16-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'oc4b5c452007-07-11 20:22:52 -040078#: e2fsck/badblocks.c:22 misc/mke2fs.c:156
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'of1d5fce2008-02-09 23:19:35 -050092#: e2fsck/unix.c:992 e2fsck/unix.c:1075 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'of1d5fce2008-02-09 23:19:35 -050094#: misc/dumpe2fs.c:400 misc/e2image.c:571 misc/e2image.c:664
95#: misc/e2image.c:680 misc/mke2fs.c:172 misc/tune2fs.c:851 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'oc4b5c452007-07-11 20:22:52 -0400105#: e2fsck/badblocks.c:93 misc/mke2fs.c:179
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
109#: e2fsck/badblocks.c:103
110msgid "while updating bad block inode"
111msgstr "tijdens bijwerken van de inode van een slecht blok"
112
113#: e2fsck/badblocks.c:129
114#, c-format
115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -0500116msgstr "Waarschuwing: ongeldig blok %u gevonden in inode van slecht blok. Gewist.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400117
118#: e2fsck/ehandler.c:53
119#, c-format
120msgid "Error reading block %lu (%s) while %s. "
121msgstr "Fout tijdens lezen van blok %lu (%s) tijdens %s. "
122
123#: e2fsck/ehandler.c:56
124#, c-format
125msgid "Error reading block %lu (%s). "
126msgstr "Fout tijdens lezen van blok %lu (%s). "
127
128#: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
129msgid "Ignore error"
130msgstr "Fout negeren"
131
132#: e2fsck/ehandler.c:60
133msgid "Force rewrite"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400134msgstr "Herschrijven afdwingen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400135
136#: e2fsck/ehandler.c:100
137#, c-format
138msgid "Error writing block %lu (%s) while %s. "
139msgstr "Fout tijdens schrijven van blok %lu (%s) tijdens %s. "
140
141#: e2fsck/ehandler.c:103
142#, c-format
143msgid "Error writing block %lu (%s). "
144msgstr "Fout tijdens schrijven van blok %lu (%s). "
145
146#: e2fsck/emptydir.c:56
147msgid "empty dirblocks"
148msgstr "lege mapblokken"
149
150#: e2fsck/emptydir.c:61
151msgid "empty dir map"
152msgstr "lege maptabel"
153
154#: e2fsck/emptydir.c:97
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400155#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400156msgid "Empty directory block %u (#%d) in inode %u\n"
157msgstr "Leeg mapblok %u (#%d) in inode %u.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400158
159#: e2fsck/extend.c:21
160#, c-format
161msgid "%s: %s filename nblocks blocksize\n"
162msgstr "Gebruik van %s: %s bestandsnaam blokkenaantal blokgrootte\n"
163
164#: e2fsck/extend.c:43
165#, c-format
166msgid "Illegal number of blocks!\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400167msgstr "Ongeldig aantal blokken!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400168
169#: e2fsck/extend.c:49
170#, c-format
171msgid "Couldn't allocate block buffer (size=%d)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400172msgstr "Kan geen blokbuffer reserveren (grootte=%d).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400173
174#: e2fsck/flushb.c:34
175#, c-format
176msgid "Usage: %s disk\n"
177msgstr "Gebruik: %s schijfnaam\n"
178
179#: e2fsck/flushb.c:63
180#, c-format
181msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -0500182msgstr "ioctl(BLKFLSBUF) wordt niet ondersteund! Kan buffers niet leegmaken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400183
184#: e2fsck/iscan.c:46
185#, c-format
186msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
187msgstr "Gebruik: %s [-F] [-I inodebufferblokken] apparaat\n"
188
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500189#: e2fsck/iscan.c:83 e2fsck/unix.c:786
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400190#, c-format
191msgid "while opening %s for flushing"
192msgstr "tijdens openen van %s om deze leeg te maken"
193
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500194#: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400195#, c-format
196msgid "while trying to flush %s"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400197msgstr "tijdens leegmaken van %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400198
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500199#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400200msgid "while opening inode scan"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400201msgstr "tijdens openen voor inode-scan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400202
Theodore Ts'of1d5fce2008-02-09 23:19:35 -0500203#: e2fsck/iscan.c:129 misc/e2image.c:498
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400204msgid "while getting next inode"
205msgstr "tijdens halen van volgende inode"
206
207#: e2fsck/iscan.c:138
208#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400209msgid "%u inodes scanned.\n"
210msgstr "%u inodes gescand.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400211
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500212#: e2fsck/journal.c:501
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400213msgid "reading journal superblock\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400214msgstr "lezen van journal-superblok...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400215
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500216#: e2fsck/journal.c:558
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400217#, c-format
218msgid "%s: no valid journal superblock found\n"
219msgstr "%s: geen geldig journal-superblok gevonden\n"
220
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500221#: e2fsck/journal.c:567
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400222#, c-format
223msgid "%s: journal too short\n"
224msgstr "%s: journal is te kort\n"
225
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500226#: e2fsck/journal.c:841
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400227#, c-format
228msgid "%s: recovering journal\n"
229msgstr "%s: herstellen van journal...\n"
230
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500231#: e2fsck/journal.c:843
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400232#, c-format
233msgid "%s: won't do journal recovery while read-only\n"
234msgstr "%s: geen herstelling van journal bij alleen-lezen\n"
235
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500236#: e2fsck/journal.c:864
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400237#, c-format
238msgid "while trying to re-open %s"
239msgstr "tijdens heropenen van %s"
240
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400241# Behalve E en F worden de volgende 30 letterafkortingen niet gebruikt.
242#: e2fsck/message.c:109
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400243msgid "aextended attribute"
244msgstr "a<fout>"
245
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400246#: e2fsck/message.c:110
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400247msgid "Aerror allocating"
248msgstr "A<fout>"
249
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400250#: e2fsck/message.c:111
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400251msgid "bblock"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400252msgstr "b<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400253
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400254#: e2fsck/message.c:112
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400255msgid "Bbitmap"
256msgstr "B<fout>"
257
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400258#: e2fsck/message.c:113
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400259msgid "ccompress"
260msgstr "c<fout>"
261
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400262#: e2fsck/message.c:114
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400263msgid "Cconflicts with some other fs @b"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400264msgstr "C<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400265
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400266#: e2fsck/message.c:115
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400267msgid "iinode"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400268msgstr "i<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400269
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400270#: e2fsck/message.c:116
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400271msgid "Iillegal"
272msgstr "I<fout>"
273
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400274#: e2fsck/message.c:117
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400275msgid "jjournal"
276msgstr "j<fout>"
277
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400278#: e2fsck/message.c:118
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400279msgid "Ddeleted"
280msgstr "D<fout>"
281
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400282#: e2fsck/message.c:119
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400283msgid "ddirectory"
284msgstr "d<fout>"
285
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400286#: e2fsck/message.c:120
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400287msgid "eentry"
288msgstr "e<fout>"
289
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400290#: e2fsck/message.c:121
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400291msgid "E@e '%Dn' in %p (%i)"
292msgstr "EItem '%Dn' in %p (%i)"
293
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400294#: e2fsck/message.c:122
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400295msgid "ffilesystem"
296msgstr "f<fout>"
297
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400298#: e2fsck/message.c:123
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400299msgid "Ffor @i %i (%Q) is"
300msgstr "Fvoor inode %i (%Q)"
301
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400302#: e2fsck/message.c:124
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400303msgid "ggroup"
304msgstr "g<fout>"
305
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400306#: e2fsck/message.c:125
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400307msgid "hHTREE @d @i"
308msgstr "h<fout>"
309
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400310#: e2fsck/message.c:126
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400311msgid "llost+found"
312msgstr "l<fout>"
313
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400314#: e2fsck/message.c:127
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400315msgid "Lis a link"
316msgstr "L<fout>"
317
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400318#: e2fsck/message.c:128
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400319msgid "mmultiply-claimed"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400320msgstr "m<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400321
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400322#: e2fsck/message.c:129
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400323msgid "ninvalid"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400324msgstr "n<fout>"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400325
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400326#: e2fsck/message.c:130
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400327msgid "oorphaned"
328msgstr "o<fout>"
329
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400330#: e2fsck/message.c:131
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400331msgid "pproblem in"
332msgstr "p<fout>"
333
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400334#: e2fsck/message.c:132
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400335msgid "rroot @i"
336msgstr "r<fout>"
337
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400338#: e2fsck/message.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400339msgid "sshould be"
340msgstr "s<fout>"
341
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400342#: e2fsck/message.c:134
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400343msgid "Ssuper@b"
344msgstr "S<fout>"
345
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400346#: e2fsck/message.c:135
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400347msgid "uunattached"
348msgstr "u<fout>"
349
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400350#: e2fsck/message.c:136
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400351msgid "vdevice"
352msgstr "v<fout>"
353
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400354#: e2fsck/message.c:137
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400355msgid "zzero-length"
356msgstr "z<fout>"
357
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400358#: e2fsck/message.c:148
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400359msgid "<The NULL inode>"
360msgstr "<de NULL-inode>"
361
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400362#: e2fsck/message.c:149
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400363msgid "<The bad blocks inode>"
364msgstr "<de slechte-blokken-inode>"
365
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400366#: e2fsck/message.c:151
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400367msgid "<The ACL index inode>"
368msgstr "<de ACL-index-inode>"
369
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400370#: e2fsck/message.c:152
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400371msgid "<The ACL data inode>"
372msgstr "<de ACL-data-inode>"
373
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400374#: e2fsck/message.c:153
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400375msgid "<The boot loader inode>"
376msgstr "<de opstart-inode>"
377
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400378#: e2fsck/message.c:154
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400379msgid "<The undelete directory inode>"
380msgstr "<de wis-ongedaanmakingsmap-inode>"
381
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400382#: e2fsck/message.c:155
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400383msgid "<The group descriptor inode>"
384msgstr "<de groepsbeschrijver-inode>"
385
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400386#: e2fsck/message.c:156
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400387msgid "<The journal inode>"
388msgstr "<de journal-inode>"
389
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400390#: e2fsck/message.c:157
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400391msgid "<Reserved inode 9>"
392msgstr "<gereserveerde inode 9>"
393
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400394#: e2fsck/message.c:158
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400395msgid "<Reserved inode 10>"
396msgstr "<gereserveerde inode 10>"
397
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400398#: e2fsck/message.c:314
399#, c-format
400msgid "regular file"
401msgstr "normaal bestand"
402
403#: e2fsck/message.c:316
404#, c-format
405msgid "directory"
406msgstr "map"
407
408#: e2fsck/message.c:318
409#, c-format
410msgid "character device"
411msgstr "byte-apparaat"
412
413#: e2fsck/message.c:320
414#, c-format
415msgid "block device"
416msgstr "blok-apparaat"
417
418#: e2fsck/message.c:322
419#, c-format
420msgid "named pipe"
421msgstr "benoemde pijp"
422
423#: e2fsck/message.c:324
424#, c-format
425msgid "symbolic link"
426msgstr "symbolische koppeling"
427
428#: e2fsck/message.c:326
429#, c-format
430msgid "socket"
431msgstr "socket"
432
433#: e2fsck/message.c:328
434#, c-format
435msgid "unknown file type with mode 0%o"
436msgstr "onbekend bestandstype met modus 0%o"
437
438#: e2fsck/pass1b.c:215
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400439msgid "multiply claimed inode map"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400440msgstr "kaart van meervoudig-geclaimde inodes"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400441
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400442#: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400443#, c-format
Theodore Ts'o1cbf8282006-03-29 20:39:40 -0500444msgid "internal error; can't find dup_blk for %u\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400445msgstr "*interne fout*: kan geen 'dup_blk' voor %u vinden\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400446
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400447#: e2fsck/pass1b.c:746
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400448msgid "returned from clone_file_block"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400449msgstr "### teruggekeerd van clone_file_block()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400450
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400451#: e2fsck/pass1b.c:765
452#, c-format
453msgid "internal error: couldn't lookup EA block record for %u"
454msgstr "*interne fout*: kan de record van EA-blokken voor %u niet opvragen"
455
456#: e2fsck/pass1b.c:777
457#, c-format
458msgid "internal error: couldn't lookup EA inode record for %u"
459msgstr "*interne fout*: kan de record van EA-inodes voor %u niet opvragen"
460
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500461#: e2fsck/pass1.c:404 e2fsck/pass2.c:779
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400462msgid "reading directory block"
463msgstr "tijdens lezen van mapblok"
464
465#: e2fsck/pass1.c:521
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400466msgid "in-use inode map"
467msgstr "bitkaart van gebruikte inodes"
468
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400469#: e2fsck/pass1.c:530
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400470msgid "directory inode map"
471msgstr "bitkaart van mappen"
472
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400473#: e2fsck/pass1.c:538
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400474msgid "regular file inode map"
475msgstr "bitkaart van normale bestanden"
476
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400477#: e2fsck/pass1.c:545
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400478msgid "in-use block map"
479msgstr "bitkaart van gebruikte blokken"
480
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400481#: e2fsck/pass1.c:599
482msgid "opening inode scan"
483msgstr "tijdens starten van inode-scan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400484
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400485#: e2fsck/pass1.c:623
486msgid "getting next inode from scan"
487msgstr "tijdens halen van volgende inode"
488
489#: e2fsck/pass1.c:1016
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400490msgid "Pass 1"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400491msgstr "Stap 1"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400492
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400493#: e2fsck/pass1.c:1075
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400494#, c-format
495msgid "reading indirect blocks of inode %u"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400496msgstr "lezen van indirecte blokken van inode %u"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400497
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400498#: e2fsck/pass1.c:1117
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400499msgid "bad inode map"
500msgstr "bitkaart van slechte inodes"
501
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400502#: e2fsck/pass1.c:1139
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400503msgid "inode in bad block map"
504msgstr "inode staat in kaart van slechte blokken"
505
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400506#: e2fsck/pass1.c:1159
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400507msgid "imagic inode map"
508msgstr "imagic-inodekaart"
509
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400510#: e2fsck/pass1.c:1186
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400511msgid "multiply claimed block map"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400512msgstr "kaart van meervoudig-geclaimde blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400513
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400514#: e2fsck/pass1.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400515msgid "ext attr block map"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400516msgstr "kaart van blokken met uitgebreide kenmerken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400517
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500518#: e2fsck/pass1.c:2072
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400519msgid "block bitmap"
520msgstr "blok-bitkaart"
521
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500522#: e2fsck/pass1.c:2076
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400523msgid "inode bitmap"
524msgstr "inode-bitkaart"
525
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500526#: e2fsck/pass1.c:2080
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400527msgid "inode table"
528msgstr "inodetabel"
529
Theodore Ts'o7527ef12007-12-05 19:35:20 -0500530#: e2fsck/pass2.c:292
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400531msgid "Pass 2"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400532msgstr "Stap 2"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400533
534#: e2fsck/pass3.c:79
535msgid "inode done bitmap"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -0500536msgstr "bitkaart van behandelde inodes"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400537
538#: e2fsck/pass3.c:90
539msgid "Peak memory"
540msgstr "Piekgeheugengebruik"
541
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400542#: e2fsck/pass3.c:145
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400543msgid "Pass 3"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400544msgstr "Stap 3"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400545
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400546#: e2fsck/pass3.c:333
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400547msgid "inode loop detection bitmap"
548msgstr "bitkaart van inode-lusdetectie"
549
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400550#: e2fsck/pass4.c:176
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400551msgid "Pass 4"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400552msgstr "Stap 4"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400553
554#: e2fsck/pass5.c:70
555msgid "Pass 5"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400556msgstr "Stap 5"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400557
558#: e2fsck/problem.c:50
559msgid "(no prompt)"
560msgstr "(geen prompt)"
561
562#: e2fsck/problem.c:51
563msgid "Fix"
564msgstr "Repareren"
565
566#: e2fsck/problem.c:52
567msgid "Clear"
568msgstr "Wissen"
569
570#: e2fsck/problem.c:53
571msgid "Relocate"
572msgstr "Herplaatsen"
573
574#: e2fsck/problem.c:54
575msgid "Allocate"
576msgstr "Plaatsen"
577
578#: e2fsck/problem.c:55
579msgid "Expand"
580msgstr "Uitbreiden"
581
582#: e2fsck/problem.c:56
583msgid "Connect to /lost+found"
584msgstr "Verbinden met /lost+found"
585
586#: e2fsck/problem.c:57
587msgid "Create"
588msgstr "Aanmaken"
589
590#: e2fsck/problem.c:58
591msgid "Salvage"
592msgstr "Bergen"
593
594#: e2fsck/problem.c:59
595msgid "Truncate"
596msgstr "Afkappen"
597
598#: e2fsck/problem.c:60
599msgid "Clear inode"
600msgstr "Inode wissen"
601
602#: e2fsck/problem.c:61
603msgid "Abort"
604msgstr "Afbreken"
605
606#: e2fsck/problem.c:62
607msgid "Split"
608msgstr "Splitsen"
609
610#: e2fsck/problem.c:63
611msgid "Continue"
612msgstr "Doorgaan"
613
614#: e2fsck/problem.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400615msgid "Clone multiply-claimed blocks"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400616msgstr "Meervoudig-geclaimde blokken klonen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400617
618#: e2fsck/problem.c:65
619msgid "Delete file"
620msgstr "Bestand verwijderen"
621
622#: e2fsck/problem.c:66
623msgid "Suppress messages"
624msgstr "Berichten onderdrukken"
625
626#: e2fsck/problem.c:67
627msgid "Unlink"
628msgstr "Losmaken"
629
630#: e2fsck/problem.c:68
631msgid "Clear HTree index"
632msgstr "'htree'-index wissen"
633
634#: e2fsck/problem.c:69
635msgid "Recreate"
636msgstr "Heraanmaken"
637
638#: e2fsck/problem.c:78
639msgid "(NONE)"
640msgstr "(GEEN)"
641
642#: e2fsck/problem.c:79
643msgid "FIXED"
644msgstr "GEREPAREERD"
645
646#: e2fsck/problem.c:80
647msgid "CLEARED"
648msgstr "GEWIST"
649
650#: e2fsck/problem.c:81
651msgid "RELOCATED"
652msgstr "HERPLAATST"
653
654#: e2fsck/problem.c:82
655msgid "ALLOCATED"
656msgstr "GEPLAATST"
657
658#: e2fsck/problem.c:83
659msgid "EXPANDED"
660msgstr "UITGEBREID"
661
662#: e2fsck/problem.c:84
663msgid "RECONNECTED"
664msgstr "HERVERBONDEN"
665
666#: e2fsck/problem.c:85
667msgid "CREATED"
668msgstr "AANGEMAAKT"
669
670#: e2fsck/problem.c:86
671msgid "SALVAGED"
672msgstr "GEBORGEN"
673
674#: e2fsck/problem.c:87
675msgid "TRUNCATED"
676msgstr "AFGEKAPT"
677
678#: e2fsck/problem.c:88
679msgid "INODE CLEARED"
680msgstr "INODE GEWIST"
681
682#: e2fsck/problem.c:89
683msgid "ABORTED"
684msgstr "AFGEBROKEN"
685
686#: e2fsck/problem.c:90
687msgid "SPLIT"
688msgstr "GESPLITST"
689
690#: e2fsck/problem.c:91
691msgid "CONTINUING"
692msgstr "VERDERGAAND"
693
694#: e2fsck/problem.c:92
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400695msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400696msgstr "MEERVOUDIG-GECLAIMDE BLOKKEN GEKLOOND"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400697
698#: e2fsck/problem.c:93
699msgid "FILE DELETED"
700msgstr "BESTAND VERWIJDERD"
701
702#: e2fsck/problem.c:94
703msgid "SUPPRESSED"
704msgstr "ONDERDRUKT"
705
706#: e2fsck/problem.c:95
707msgid "UNLINKED"
708msgstr "LOSGEMAAKT"
709
710#: e2fsck/problem.c:96
711msgid "HTREE INDEX CLEARED"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400712msgstr "'HTREE'-INDEX GEWIST"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400713
714#: e2fsck/problem.c:97
715msgid "WILL RECREATE"
716msgstr "ZAL HERAANMAKEN"
717
718#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
719#: e2fsck/problem.c:106
720msgid "@b @B for @g %g is not in @g. (@b %b)\n"
721msgstr "blok-bitkaart voor groep %g zit niet in groep (blok %b)\n"
722
723#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
724#: e2fsck/problem.c:110
725msgid "@i @B for @g %g is not in @g. (@b %b)\n"
726msgstr "inode-bitkaart voor groep %g zit niet in groep (blok %b)\n"
727
728#. @-expanded: inode table for group %g is not in group. (block %b)\n
729#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
730#: e2fsck/problem.c:115
731msgid ""
732"@i table for @g %g is not in @g. (@b %b)\n"
733"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
734msgstr ""
735"inodetabel voor groep %g zit niet in groep (blok %b)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400736"WAARSCHUWING: ERNSTIG VERLIES VAN GEGEVENS IS MOGELIJK.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400737
738#. @-expanded: \n
739#. @-expanded: The superblock could not be read or does not describe a correct ext2\n
740#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
741#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
742#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
743#. @-expanded: e2fsck -b %S <device>\n
744#. @-expanded: \n
745#: e2fsck/problem.c:121
746#, c-format
747msgid ""
748"\n"
749"The @S could not be read or does not describe a correct ext2\n"
750"@f. If the @v is valid and it really contains an ext2\n"
751"@f (and not swap or ufs or something else), then the @S\n"
752"is corrupt, and you might try running e2fsck with an alternate @S:\n"
753" e2fsck -b %S <@v>\n"
754"\n"
755msgstr ""
756"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400757"Het superblok is onleesbaar of omschrijft geen geldig ext2-bestandssysteem.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400758"Als het apparaat juist is en werkelijk een ext2-bestandssysteem bevat\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400759"(en niet swap of UFS of iets anders), dan is het superblok beschadigd.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400760"U kunt dan proberen een ander superblok te gebruiken:\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400761" e2fsck -b %S <apparaat>\n"
762"\n"
763
764#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
765#. @-expanded: The physical size of the device is %c blocks\n
766#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
767#: e2fsck/problem.c:130
768msgid ""
769"The @f size (according to the @S) is %b @bs\n"
770"The physical size of the @v is %c @bs\n"
771"Either the @S or the partition table is likely to be corrupt!\n"
772msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400773"Volgens het superblok is de grootte van het bestandssysteem %b blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400774"De fysieke grootte van het apparaat is %c blokken.\n"
775"Waarschijnlijk is ofwel het superblok ofwel de partitietabel beschadigd!\n"
776
777#. @-expanded: superblock block_size = %b, fragsize = %c.\n
778#. @-expanded: This version of e2fsck does not support fragment sizes different\n
779#. @-expanded: from the block size.\n
780#: e2fsck/problem.c:137
781msgid ""
782"@S @b_size = %b, fragsize = %c.\n"
783"This version of e2fsck does not support fragment sizes different\n"
784"from the @b size.\n"
785msgstr ""
786"Superblok: blokgrootte = %b, fragmentgrootte = %c.\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -0400787"Deze versie van e2fsck ondersteunt geen fragmentgrootte\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400788"verschillend van de blokgrootte.\n"
789
790#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
791#: e2fsck/problem.c:144
792msgid "@S @bs_per_group = %b, should have been %c\n"
793msgstr "Superblok: blokken_per_groep = %b, zou %c moeten zijn.\n"
794
795#. @-expanded: superblock first_data_block = %b, should have been %c\n
796#: e2fsck/problem.c:149
797msgid "@S first_data_@b = %b, should have been %c\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400798msgstr "Superblok: eerste_gegevens_blok = %b, zou %c moeten zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400799
800#. @-expanded: filesystem did not have a UUID; generating one.\n
801#. @-expanded: \n
802#: e2fsck/problem.c:154
803msgid ""
804"@f did not have a UUID; generating one.\n"
805"\n"
806msgstr ""
807"Bestandssysteem heeft geen UUID; er wordt eentje aangemaakt.\n"
808"\n"
809
810#: e2fsck/problem.c:159
Theodore Ts'o886017a2005-06-26 22:11:46 -0400811#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400812msgid ""
813"Note: if several inode or block bitmap blocks or part\n"
814"of the inode table require relocation, you may wish to try\n"
815"running e2fsck with the '-b %S' option first. The problem\n"
816"may lie only with the primary block group descriptors, and\n"
817"the backup block group descriptors may be OK.\n"
818"\n"
819msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400820"Opmerking: als meerdere blokken van inode-bitkaarten of blok-bitkaarten\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400821"herplaatst moeten worden, of een deel van de inodetabel, zou u misschien\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400822"eerst 'e2fsck' kunnen draaien met de optie '-b %S'. Misschien doet het\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400823"probleem zich alleen voor in het eerste superblok; een reservekopie is\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400824"mogelijk nog in orde.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400825"\n"
826
827#. @-expanded: Corruption found in superblock. (%s = %N).\n
828#: e2fsck/problem.c:168
829msgid "Corruption found in @S. (%s = %N).\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400830msgstr "Beschadiging gevonden in het superblok: %s = %N.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400831
832#. @-expanded: Error determining size of the physical device: %m\n
833#: e2fsck/problem.c:173
834#, c-format
835msgid "Error determining size of the physical @v: %m\n"
836msgstr "Fout tijdens bepalen van de grootte van fysiek apparaat: %m\n"
837
838#. @-expanded: inode count in superblock is %i, should be %j.\n
839#: e2fsck/problem.c:178
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400840msgid "@i count in @S is %i, @s %j.\n"
841msgstr "Inodetal in superblok is %i, zou %j moeten zijn.\n"
842
843#: e2fsck/problem.c:182
844msgid "The Hurd does not support the filetype feature.\n"
845msgstr "De Hurd ondersteunt geen bestandstypen.\n"
846
847#. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
848#: e2fsck/problem.c:187
Theodore Ts'o886017a2005-06-26 22:11:46 -0400849#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400850msgid "@S has an @n ext3 @j (@i %i).\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400851msgstr "Superblok heeft een ongeldig ext3-journal (inode %i).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400852
853#. @-expanded: External journal has multiple filesystem users (unsupported).\n
854#: e2fsck/problem.c:192
855msgid "External @j has multiple @f users (unsupported).\n"
856msgstr ""
Theodore Ts'o12eab042005-12-09 18:18:28 -0500857"Het externe journal heeft meerdere bestandssysteem-gebruikers;\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400858"dit wordt niet ondersteund.\n"
859
860#. @-expanded: Can't find external journal\n
861#: e2fsck/problem.c:197
862msgid "Can't find external @j\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -0500863msgstr "Kan geen extern journal vinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400864
865#. @-expanded: External journal has bad superblock\n
866#: e2fsck/problem.c:202
867msgid "External @j has bad @S\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -0500868msgstr "Het externe journal heeft een slecht superblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400869
870#. @-expanded: External journal does not support this filesystem\n
871#: e2fsck/problem.c:207
872msgid "External @j does not support this @f\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -0400873msgstr "Het externe journal ondersteunt dit bestandssysteem niet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400874
875#. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
876#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
877#. @-expanded: format.\n
878#. @-expanded: It is also possible the journal superblock is corrupt.\n
879#: e2fsck/problem.c:212
880msgid ""
881"Ext3 @j @S is unknown type %N (unsupported).\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -0500882"It is likely that your copy of e2fsck is old and/or doesn't support this @j format.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400883"It is also possible the @j @S is corrupt.\n"
884msgstr ""
885"Superblok van ext3-journal is van onbekend en niet-ondersteund type %N.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -0500886"Waarschijnlijk gebruikt u een ouder e2fsck-programma dat deze journal-indeling\n"
887"niet ondersteunt. Het kan ook zijn dat het journal-superblok beschadigd is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400888
889#. @-expanded: Ext3 journal superblock is corrupt.\n
890#: e2fsck/problem.c:220
891msgid "Ext3 @j @S is corrupt.\n"
892msgstr "Het superblok van het ext3-journal is beschadigd.\n"
893
894#. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
895#: e2fsck/problem.c:225
896#, c-format
897msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -0500898msgstr "Superblok heeft geen journalvlag gezet, maar heeft wel een ext3-journal %s.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400899
900#. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
901#: e2fsck/problem.c:230
902msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
903msgstr "Superblok heeft journalreddingsvlag gezet, maar heeft geen journal.\n"
904
905#. @-expanded: ext3 recovery flag is clear, but journal has data.\n
906#: e2fsck/problem.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400907msgid "ext3 recovery flag is clear, but @j has data.\n"
908msgstr "Journalreddingsvlag is niet gezet, maar het journal bevat gegevens.\n"
909
910#. @-expanded: Clear journal
911#: e2fsck/problem.c:240
912msgid "Clear @j"
913msgstr "Journal wissen"
914
915#. @-expanded: Run journal anyway
916#: e2fsck/problem.c:245
917msgid "Run @j anyway"
918msgstr "Journal toch afspelen"
919
920#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
921#: e2fsck/problem.c:250
922msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
923msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400924"Reservekopieën van het superblok kennen geen reddingsvlag;\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -0400925"het niet-lege journal wordt daarom afgespeeld.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400926
927#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
928#: e2fsck/problem.c:255
929msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -0400930msgstr "%s van verweesde inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400931
932#. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
933#: e2fsck/problem.c:260
934msgid "@I @b #%B (%b) found in @o @i %i.\n"
935msgstr "Ongeldig blok #%B (%b) gevonden in verweesde inode %i.\n"
936
937#. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
938#: e2fsck/problem.c:265
939msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
940msgstr "Reeds-gewist blok #%B (%b) gevonden in verweesde inode %i.\n"
941
942#. @-expanded: illegal orphaned inode %i in superblock.\n
943#: e2fsck/problem.c:270
944#, c-format
945msgid "@I @o @i %i in @S.\n"
946msgstr "Ongeldige verweesde inode %i in superblok.\n"
947
948#. @-expanded: illegal inode %i in orphaned inode list.\n
949#: e2fsck/problem.c:275
950#, c-format
951msgid "@I @i %i in @o @i list.\n"
952msgstr "Ongeldige inode %i in lijst van verweesde inodes.\n"
953
954#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -0400955#: e2fsck/problem.c:280 e2fsck/problem.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400956msgid "@f has feature flag(s) set, but is a revision 0 @f. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -0400957msgstr "Bestandssysteem is een versie 0, maar heeft functievlag(gen) gezet. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400958
959#. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
960#: e2fsck/problem.c:285
961msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -0500962msgstr "Journal-superblok heeft een onbekende alleen-lezen-functievlag gezet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400963
964#. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
965#: e2fsck/problem.c:290
966msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -0500967msgstr "Journal-superblok heeft een onbekende en incompatibele functievlag gezet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400968
969#. @-expanded: journal version not supported by this e2fsck.\n
970#: e2fsck/problem.c:295
971msgid "@j version not supported by this e2fsck.\n"
972msgstr "Journal-versie wordt niet ondersteund door deze e2fsck.\n"
973
974#. @-expanded: Moving journal from /%s to hidden inode.\n
975#. @-expanded: \n
976#: e2fsck/problem.c:300
Theodore Ts'o886017a2005-06-26 22:11:46 -0400977#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400978msgid ""
979"Moving @j from /%s to hidden @i.\n"
980"\n"
981msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -0400982"Journal wordt verplaatst van /%s naar een verborgen inode.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -0400983"\n"
984
985#. @-expanded: Error moving journal: %m\n
986#. @-expanded: \n
987#: e2fsck/problem.c:305
988#, c-format
989msgid ""
990"Error moving @j: %m\n"
991"\n"
992msgstr ""
993"Fout tijdens verplaatsen van journal: %m\n"
994"\n"
995
996#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
997#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
998#. @-expanded: \n
999#: e2fsck/problem.c:310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001000msgid ""
1001"Found @n V2 @j @S fields (from V1 @j).\n"
1002"Clearing fields beyond the V1 @j @S...\n"
1003"\n"
1004msgstr ""
1005"Ongeldige V2-journal-superblokvelden gevonden in V1-journal.\n"
1006"Velden voorbij het V1-journal-superblok worden gewist...\n"
1007"\n"
1008
1009#. @-expanded: Backing up journal inode block information.\n
1010#. @-expanded: \n
1011#: e2fsck/problem.c:316
1012msgid ""
1013"Backing up @j @i @b information.\n"
1014"\n"
1015msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001016"Maken van reservekopie van informatie in journal-inodeblokken...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001017"\n"
1018
1019#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1020#. @-expanded: is %N; should be zero.
1021#: e2fsck/problem.c:321
1022msgid ""
1023"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1024"is %N; @s zero. "
1025msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001026"Bestandssysteem heeft geen 'resize_inode'-vlag gezet,\n"
1027"maar 's_reserved_gdt_blocks' is %N; zou nul moeten zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001028
1029#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1030#: e2fsck/problem.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001031msgid "Resize_@i not enabled, but the resize @i is non-zero. "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001032msgstr "'Resize_inode'-vlag is niet gezet, maar de 'resize'-inode is niet nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001033
1034#. @-expanded: Resize inode not valid.
1035#: e2fsck/problem.c:332
1036msgid "Resize @i not valid. "
1037msgstr "Ongeldige 'resize'-inode. "
1038
Theodore Ts'o6956f612005-12-31 16:46:15 -05001039#. @-expanded: superblock last mount time is in the future.
1040#: e2fsck/problem.c:337
1041msgid "@S last mount time is in the future. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001042msgstr "Laatste aankoppelingstijd ligt volgens het superblok in de toekomst. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001043
1044#. @-expanded: superblock last write time is in the future.
1045#: e2fsck/problem.c:342
1046msgid "@S last write time is in the future. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001047msgstr "Laatste schrijftijd ligt volgens het superblok in de toekomst. "
Theodore Ts'o6956f612005-12-31 16:46:15 -05001048
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001049#. @-expanded: superblock hint for external superblock should be %X.
1050#: e2fsck/problem.c:346
1051#, c-format
1052msgid "@S hint for external superblock @s %X. "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04001053msgstr "De superblokhint voor een extern superblok dient %X te zijn. "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05001054
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001055#. @-expanded: Adding dirhash hint to filesystem.\n
1056#. @-expanded: \n
1057#: e2fsck/problem.c:351
1058msgid ""
1059"Adding dirhash hint to @f.\n"
1060"\n"
1061msgstr ""
1062"Toevoegen van 'dirhash'-hint aan bestandssysteem.\n"
1063"\n"
1064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001065#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001066#: e2fsck/problem.c:358
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001067msgid "Pass 1: Checking @is, @bs, and sizes\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001068msgstr "Stap 1: Controle van inodes, blokken, en groottes\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001069
1070#. @-expanded: root inode is not a directory.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001071#: e2fsck/problem.c:362
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001072msgid "@r is not a @d. "
1073msgstr "De root-inode is geen map. "
1074
1075#. @-expanded: root inode has dtime set (probably due to old mke2fs).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001076#: e2fsck/problem.c:367
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001077msgid "@r has dtime set (probably due to old mke2fs). "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001078msgstr "De verwijderingstijd van de root-inode is niet nul (waarschijnlijk veroorzaakt door een oude mke2fs). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001079
1080#. @-expanded: Reserved inode %i (%Q) has invalid mode.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001081#: e2fsck/problem.c:372
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001082msgid "Reserved @i %i (%Q) has @n mode. "
1083msgstr "Gereserveerde inode %i %Q heeft een ongeldige modus. "
1084
1085#. @-expanded: deleted inode %i has zero dtime.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001086#: e2fsck/problem.c:377
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001087#, c-format
1088msgid "@D @i %i has zero dtime. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001089msgstr "De verwijderingstijd van verwijderde inode %i is nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001090
1091#. @-expanded: inode %i is in use, but has dtime set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001092#: e2fsck/problem.c:382
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001093#, c-format
1094msgid "@i %i is in use, but has dtime set. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001095msgstr "Inode %i is in gebruik, maar heeft de verwijderingstijd gezet. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001096
1097#. @-expanded: inode %i is a zero-length directory.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001098#: e2fsck/problem.c:387
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001099#, c-format
1100msgid "@i %i is a @z @d. "
1101msgstr "Inode %i is een map met lengte nul. "
1102
1103#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001104#: e2fsck/problem.c:392
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001105msgid "@g %g's @b @B at %b @C.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001106msgstr "De blok-bitkaart van groep %g botst bij %b met een bestandssysteemblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001107
1108#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001109#: e2fsck/problem.c:397
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001110msgid "@g %g's @i @B at %b @C.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001111msgstr "De inode-bitkaart van groep %g botst bij %b met een bestandssysteemblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001112
1113#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001114#: e2fsck/problem.c:402
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001115msgid "@g %g's @i table at %b @C.\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05001116msgstr "De inodetabel van groep %g botst bij %b met een bestandssysteemblok.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001117
1118#. @-expanded: group %g's block bitmap (%b) is bad.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001119#: e2fsck/problem.c:407
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001120msgid "@g %g's @b @B (%b) is bad. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001121msgstr "De blok-bitkaart %b van groep %g is ongeldig. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001122
1123#. @-expanded: group %g's inode bitmap (%b) is bad.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001124#: e2fsck/problem.c:412
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001125msgid "@g %g's @i @B (%b) is bad. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001126msgstr "De inode-bitkaart %b van groep %g is ongeldig. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001127
1128#. @-expanded: inode %i, i_size is %Is, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001129#: e2fsck/problem.c:417
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001130msgid "@i %i, i_size is %Is, @s %N. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001131msgstr "Inode %i, 'i_size' is %Is, zou %N moeten zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001132
1133#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001134#: e2fsck/problem.c:422
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001135msgid "@i %i, i_@bs is %Ib, @s %N. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001136msgstr "Inode %i, 'i_blocks' is %Ib, zou %N moeten zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001137
1138#. @-expanded: illegal block #%B (%b) in inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001139#: e2fsck/problem.c:427
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001140msgid "@I @b #%B (%b) in @i %i. "
1141msgstr "Ongeldig blok #%B (%b) in inode %i. "
1142
1143#. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001144#: e2fsck/problem.c:432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001145msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1146msgstr "Blok #%B (%b) overlapt metadata van bestandssysteem in inode %i. "
1147
1148#. @-expanded: inode %i has illegal block(s).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001149#: e2fsck/problem.c:437
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001150#, c-format
1151msgid "@i %i has illegal @b(s). "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001152msgstr "Inode %i bevat ongeldig(e) blok(ken). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001153
1154#. @-expanded: Too many illegal blocks in inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001155#: e2fsck/problem.c:442
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001156#, c-format
1157msgid "Too many illegal @bs in @i %i.\n"
1158msgstr "Te veel ongeldige blokken in inode %i.\n"
1159
1160#. @-expanded: illegal block #%B (%b) in bad block inode.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001161#: e2fsck/problem.c:447
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001162msgid "@I @b #%B (%b) in bad @b @i. "
1163msgstr "Ongeldig blok #%B (%b) in slechte-blokken-inode. "
1164
1165#. @-expanded: Bad block inode has illegal block(s).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001166#: e2fsck/problem.c:452
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001167msgid "Bad @b @i has illegal @b(s). "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001168msgstr "Slechte-blokken-inode bevat ongeldig(e) blok(ken). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001169
1170#. @-expanded: Duplicate or bad block in use!\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001171#: e2fsck/problem.c:457
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001172msgid "Duplicate or bad @b in use!\n"
1173msgstr "Een dubbel of slecht blok is in gebruik!\n"
1174
1175#. @-expanded: Bad block %b used as bad block inode indirect block.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001176#: e2fsck/problem.c:462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001177msgid "Bad @b %b used as bad @b @i indirect @b. "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001178msgstr "Slecht blok %b is in gebruik als indirect blok voor de slechte-blokken-inode. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001179
1180#. @-expanded: \n
1181#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1182#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1183#. @-expanded: in the filesystem.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001184#: e2fsck/problem.c:467
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001185msgid ""
1186"\n"
1187"The bad @b @i has probably been corrupted. You probably\n"
1188"should stop now and run e2fsck -c to scan for bad blocks\n"
1189"in the @f.\n"
1190msgstr ""
1191"\n"
1192"De slechte-blokken-inode is vermoedelijk beschadigd.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001193"U kunt nu beter stoppen en 'e2fsck -c' uitvoeren om\n"
1194"het bestandssysteem te doorzoeken naar slechte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001195
1196#. @-expanded: \n
1197#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001198#: e2fsck/problem.c:474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001199msgid ""
1200"\n"
1201"If the @b is really bad, the @f can not be fixed.\n"
1202msgstr ""
1203"\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001204"Als het blok echt slecht is, kan het bestandssysteem niet gerepareerd worden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001205
1206#. @-expanded: You can remove this block from the bad block list and hope\n
1207#. @-expanded: that the block is really OK. But there are no guarantees.\n
1208#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001209#: e2fsck/problem.c:479
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001210msgid ""
1211"You can remove this @b from the bad @b list and hope\n"
1212"that the @b is really OK. But there are no guarantees.\n"
1213"\n"
1214msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001215"U kunt dit blok uit de lijst van slechte blokken wissen en hopen\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001216"dat het blok toch goed is. Maar er zijn geen garanties.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001217"\n"
1218
1219#. @-expanded: The primary superblock (%b) is on the bad block list.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001220#: e2fsck/problem.c:485
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001221msgid "The primary @S (%b) is on the bad @b list.\n"
1222msgstr "Het primaire superblok (%b) staat in de lijst van slechte blokken.\n"
1223
1224#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001225#: e2fsck/problem.c:490
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001226msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001227msgstr "Een groepsbeschrijversblok (%b) staat in de lijst van slechte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001228
1229#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001230#: e2fsck/problem.c:496
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001231msgid "Warning: Group %g's @S (%b) is bad.\n"
1232msgstr "Waarschuwing: groep %g heeft een slecht superblok (%b).\n"
1233
1234#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001235#: e2fsck/problem.c:501
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001236msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001237msgstr "Waarschuwing: groep %g bevat een slecht blok (%b) in de groepsbeschrijvers.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001238
1239#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001240#: e2fsck/problem.c:507
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001241msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001242msgstr "Interne fout?: blok %b is zonder reden geclaimd in process_bad_block().\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001243
1244#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001245#: e2fsck/problem.c:513
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001246msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001247msgstr "Fout tijdens reserveren van %N aaneengsloten blokken in groep %g voor %s: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001248
1249#. @-expanded: error allocating block buffer for relocating %s\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001250#: e2fsck/problem.c:518
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001251#, c-format
1252msgid "@A @b buffer for relocating %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001253msgstr "Fout tijdens reserveren van buffer voor verplaatsen van %s.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001254
1255# src/delegate.c:368
1256#. @-expanded: Relocating group %g's %s from %b to %c...\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001257#: e2fsck/problem.c:523
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001258msgid "Relocating @g %g's %s from %b to %c...\n"
1259msgstr "Bezig met verplaatsen van groep %g's %s van %b naar %c...\n"
1260
1261#. @-expanded: Relocating group %g's %s to %c...\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001262#: e2fsck/problem.c:528
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001263#, c-format
1264msgid "Relocating @g %g's %s to %c...\n"
1265msgstr "Bezig met verplaatsen van groep %g's %s naar %c...\n"
1266
1267#. @-expanded: Warning: could not read block %b of %s: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001268#: e2fsck/problem.c:533
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001269msgid "Warning: could not read @b %b of %s: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001270msgstr "Waarschuwing: kan blok %b van %s niet lezen: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001271
1272#. @-expanded: Warning: could not write block %b for %s: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001273#: e2fsck/problem.c:538
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001274msgid "Warning: could not write @b %b for %s: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001275msgstr "Waarschuwing: kan blok %b van %s niet schrijven: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001276
1277#. @-expanded: error allocating inode bitmap (%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001278#: e2fsck/problem.c:543 e2fsck/problem.c:1280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001279msgid "@A @i @B (%N): %m\n"
1280msgstr "Fout tijdens reserveren van inode-bitkaart (%N): %m\n"
1281
1282#. @-expanded: error allocating block bitmap (%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001283#: e2fsck/problem.c:548
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001284msgid "@A @b @B (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001285msgstr "Fout tijdens reserveren van blok-bitkaart (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001286
1287#. @-expanded: error allocating icount link information: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001288#: e2fsck/problem.c:553
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001289#, c-format
1290msgid "@A icount link information: %m\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001291msgstr "Fout tijdens reserveren van 'icount'-link-informatie: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001292
1293#. @-expanded: error allocating directory block array: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001294#: e2fsck/problem.c:558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001295#, c-format
1296msgid "@A @d @b array: %m\n"
1297msgstr "Fout tijdens reserveren van blokreeks voor map: %m\n"
1298
1299#. @-expanded: Error while scanning inodes (%i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001300#: e2fsck/problem.c:563
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001301#, c-format
1302msgid "Error while scanning @is (%i): %m\n"
1303msgstr "Fout tijdens scannen van inodes (%i): %m\n"
1304
1305#. @-expanded: Error while iterating over blocks in inode %i: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001306#: e2fsck/problem.c:568
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001307#, c-format
1308msgid "Error while iterating over @bs in @i %i: %m\n"
1309msgstr "Fout tijdens langslopen van blokken van inode %i: %m\n"
1310
1311#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001312#: e2fsck/problem.c:573
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001313msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1314msgstr "Fout tijdens opslaan van inodetal (inode=%i, aantal=%N): %m\n"
1315
1316#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001317#: e2fsck/problem.c:578
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001318msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001319msgstr "Fout tijdens opslaan van mapblokkeninformatie (inode=%i, blok=%b, aantal=%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001320
1321#. @-expanded: Error reading inode %i: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001322#: e2fsck/problem.c:584
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001323#, c-format
1324msgid "Error reading @i %i: %m\n"
1325msgstr "Fout tijdens lezen van inode %i: %m\n"
1326
1327#. @-expanded: inode %i has imagic flag set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001328#: e2fsck/problem.c:592
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001329#, c-format
1330msgid "@i %i has imagic flag set. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001331msgstr "Inode %i heeft de imagic-vlag gezet. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001332
1333#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1334#. @-expanded: or append-only flag set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001335#: e2fsck/problem.c:597
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001336#, c-format
1337msgid ""
1338"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1339"or append-only flag set. "
1340msgstr ""
1341"Speciaal bestand (apparaat/socket/fifo/symlink) heeft de onveranderbaar-\n"
1342"of de alleen-toevoegenvlag gezet (inode %i). "
1343
1344#. @-expanded: inode %i has compression flag set on filesystem without compression support.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001345#: e2fsck/problem.c:603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001346#, c-format
1347msgid "@i %i has @cion flag set on @f without @cion support. "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001348msgstr "Inode %i heeft de compressievlag gezet op een bestandssysteem zonder compressie-ondersteuning. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001349
1350#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001351#: e2fsck/problem.c:608
Theodore Ts'o886017a2005-06-26 22:11:46 -04001352#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001353msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04001354msgstr "Speciale inode %i (apparaat/socket/fifo) heeft niet lengte nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001355
1356#. @-expanded: journal inode is not in use, but contains data.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001357#: e2fsck/problem.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001358msgid "@j @i is not in use, but contains data. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001359msgstr "Journal-inode is niet in gebruik, maar bevat gegevens. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001360
1361#. @-expanded: journal is not regular file.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001362#: e2fsck/problem.c:623
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001363msgid "@j is not regular file. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001364msgstr "Journal is geen normaal bestand. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001365
1366#. @-expanded: inode %i was part of the orphaned inode list.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001367#: e2fsck/problem.c:628
Theodore Ts'o886017a2005-06-26 22:11:46 -04001368#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001369msgid "@i %i was part of the @o @i list. "
1370msgstr "Inode %i was deel van de lijst van verweesde inodes. "
1371
1372#. @-expanded: inodes that were part of a corrupted orphan linked list found.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001373#: e2fsck/problem.c:634
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001374msgid "@is that were part of a corrupted orphan linked list found. "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001375msgstr "Inodes gevonden die deel waren van een beschadigde lijst van verweesde inodes. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001376
1377#. @-expanded: error allocating refcount structure (%N): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001378#: e2fsck/problem.c:639
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001379msgid "@A refcount structure (%N): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001380msgstr "Fout tijdens reserveren van 'refcount'-structuur (%N): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001381
1382#. @-expanded: Error reading extended attribute block %b for inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001383#: e2fsck/problem.c:644
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001384msgid "Error reading @a @b %b for @i %i. "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001385msgstr "Fout tijdens lezen van blok %b met uitgebreide kenmerken voor inode %i. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001386
1387#. @-expanded: inode %i has a bad extended attribute block %b.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001388#: e2fsck/problem.c:649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001389msgid "@i %i has a bad @a @b %b. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001390msgstr "Inode %i bevat een slecht blok %b met uitgebreide kenmerken. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001391
1392#. @-expanded: Error reading extended attribute block %b (%m).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001393#: e2fsck/problem.c:654
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001394msgid "Error reading @a @b %b (%m). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001395msgstr "Fout tijdens lezen van blok %b met uitgebreide kenmerken: %m "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001396
1397#. @-expanded: extended attribute block %b has reference count %B, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001398#: e2fsck/problem.c:659
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001399msgid "@a @b %b has reference count %B, @s %N. "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001400msgstr "Blok %b met uitgebreide kenmerken heeft verwijzingstal %B, zou %N moeten zijn. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001401
1402#. @-expanded: Error writing extended attribute block %b (%m).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001403#: e2fsck/problem.c:664
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001404msgid "Error writing @a @b %b (%m). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001405msgstr "Fout tijdens schrijven van blok %b met uitgebreide kenmerken: %m "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001406
1407#. @-expanded: extended attribute block %b has h_blocks > 1.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001408#: e2fsck/problem.c:669
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001409msgid "@a @b %b has h_@bs > 1. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001410msgstr "Blok %b met uitgebreide kenmerken heeft h_blocks > 1. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001411
1412#. @-expanded: error allocating extended attribute block %b.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001413#: e2fsck/problem.c:674
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001414msgid "@A @a @b %b. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001415msgstr "Fout tijdens reserveren van blok %b met uitgebreide kenmerken. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001416
1417#. @-expanded: extended attribute block %b is corrupt (allocation collision).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001418#: e2fsck/problem.c:679
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001419msgid "@a @b %b is corrupt (allocation collision). "
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001420msgstr "Blok %b met uitgebreide kenmerken is beschadigd (reserveringsoverlap). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001421
1422#. @-expanded: extended attribute block %b is corrupt (invalid name).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001423#: e2fsck/problem.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001424msgid "@a @b %b is corrupt (@n name). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001425msgstr "Blok %b met uitgebreide kenmerken is beschadigd (ongeldige naam). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001426
1427#. @-expanded: extended attribute block %b is corrupt (invalid value).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001428#: e2fsck/problem.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001429msgid "@a @b %b is corrupt (@n value). "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001430msgstr "Blok %b met uitgebreide kenmerken is beschadigd (ongeldige waarde). "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001431
1432#. @-expanded: inode %i is too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001433#: e2fsck/problem.c:694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001434#, c-format
1435msgid "@i %i is too big. "
1436msgstr "Inode %i is te groot. "
1437
1438#. @-expanded: block #%B (%b) causes directory to be too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001439#: e2fsck/problem.c:698
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001440msgid "@b #%B (%b) causes @d to be too big. "
1441msgstr "Blok #%B (%b) maakt map te groot. "
1442
1443#. @-expanded: block #%B (%b) causes file to be too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001444#: e2fsck/problem.c:703
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001445msgid "@b #%B (%b) causes file to be too big. "
1446msgstr "Blok #%B (%b) maakt bestand te groot. "
1447
1448#. @-expanded: block #%B (%b) causes symlink to be too big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001449#: e2fsck/problem.c:708
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001450msgid "@b #%B (%b) causes symlink to be too big. "
1451msgstr "Blok #%B (%b) maakt symbolische koppeling te groot. "
1452
1453#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001454#: e2fsck/problem.c:713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001455#, c-format
1456msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001457msgstr "Inode %i heeft de 'index_fl'-vlag gezet op een bestandssysteem zonder 'htree'-ondersteuning.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001458
1459#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001460#: e2fsck/problem.c:718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001461#, c-format
1462msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1463msgstr "Inode %i heeft de 'index_fl'-vlag gezet maar het is geen map.\n"
1464
1465#. @-expanded: HTREE directory inode %i has an invalid root node.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001466#: e2fsck/problem.c:723
Theodore Ts'o886017a2005-06-26 22:11:46 -04001467#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001468msgid "@h %i has an @n root node.\n"
1469msgstr "Inode %i van 'htree'-map heeft een ongeldige wortelnode.\n"
1470
1471#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001472#: e2fsck/problem.c:728
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001473msgid "@h %i has an unsupported hash version (%N)\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001474msgstr "Inode %i van 'htree'-map gebruikt een niet-ondersteunde hash-versie (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001475
1476#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001477#: e2fsck/problem.c:733
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001478#, c-format
1479msgid "@h %i uses an incompatible htree root node flag.\n"
1480msgstr "Inode %i van 'htree'-map gebruikt een incompatibele wortelnodevlag.\n"
1481
1482#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001483#: e2fsck/problem.c:738
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001484msgid "@h %i has a tree depth (%N) which is too big\n"
1485msgstr "Inode %i van 'htree'-map heeft een te grote boomdiepte (%N).\n"
1486
1487#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1488#. @-expanded: filesystem metadata.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001489#: e2fsck/problem.c:743
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001490msgid ""
1491"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1492"@f metadata. "
1493msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001494"Slechte-blokken-inode bevat een indirect blok (%b) dat strijdig\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001495"is met de metagegevens van het bestandssysteem. "
1496
1497#. @-expanded: Resize inode (re)creation failed: %m.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001498#: e2fsck/problem.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001499#, c-format
1500msgid "Resize @i (re)creation failed: %m."
1501msgstr "Aanmaken van 'resize'-inode is mislukt: %m"
1502
1503#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001504#: e2fsck/problem.c:754
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001505msgid "@i %i has a extra size (%IS) which is @n\n"
1506msgstr "Inode %i heeft een ongeldige extra grootte (%IS).\n"
1507
1508#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001509#: e2fsck/problem.c:759
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001510msgid "@a in @i %i has a namelen (%N) which is @n\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001511msgstr "Een uitgebreid kenmerk in inode %i heeft een ongeldige naamlengte (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001512
1513#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001514#: e2fsck/problem.c:764
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001515msgid "@a in @i %i has a value size (%N) which is @n\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001516msgstr "Een uitgebreid kenmerk in inode %i heeft een ongeldige waardegrootte (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001517
1518#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001519#: e2fsck/problem.c:769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001520msgid "@a in @i %i has a value offset (%N) which is @n\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001521msgstr "Een uitgebreid kenmerk in inode %i heeft een ongeldige waardeoffset (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001522
1523#. @-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 -04001524#: e2fsck/problem.c:774
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001525msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001526msgstr "Een uitgebreid kenmerk in inode %i heeft een ongeldig waardeblok (%N, moet 0 zijn).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001527
1528#. @-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 -04001529#: e2fsck/problem.c:779
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001530msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001531msgstr "Een uitgebreid kenmerk in inode %i heeft een ongeldige hashwaarde (%N, moet 0 zijn).\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001532
1533#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1534#: e2fsck/problem.c:784
1535msgid "@i %i is a %It but it looks like it is really a directory.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001536msgstr "Inode %i is gemarkeerd als een %It, maar lijkt feitelijk een map te zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001537
1538#. @-expanded: \n
1539#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1540#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001541#: e2fsck/problem.c:791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001542msgid ""
1543"\n"
1544"Running additional passes to resolve @bs claimed by more than one @i...\n"
1545"Pass 1B: Rescanning for @m @bs\n"
1546msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001547"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001548"Er zijn extra stappen nodig voor het verzoenen van blokken die door\n"
1549"meer dan één inode geclaimd worden...\n"
1550"Stap 1B: Opnieuw zoeken naar meervoudig-geclaimde blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001551
1552#. @-expanded: multiply-claimed block(s) in inode %i:
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001553#: e2fsck/problem.c:797
Theodore Ts'o886017a2005-06-26 22:11:46 -04001554#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001555msgid "@m @b(s) in @i %i:"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001556msgstr "Meervoudig-geclaimd blok (of blokken) in inode %i:"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001557
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001558#: e2fsck/problem.c:812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001559#, c-format
1560msgid "Error while scanning inodes (%i): %m\n"
1561msgstr "Fout tijdens scannen van inodes (%i): %m\n"
1562
1563#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001564#: e2fsck/problem.c:817
Theodore Ts'o886017a2005-06-26 22:11:46 -04001565#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001566msgid "@A @i @B (@i_dup_map): %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001567msgstr "Fout tijdens reserveren van vervangende inode-bitkaart: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001568
1569#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001570#: e2fsck/problem.c:822
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001571#, c-format
1572msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1573msgstr "Fout tijdens langslopen van blokken van inode %i (%s): %m\n"
1574
1575#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001576#: e2fsck/problem.c:827 e2fsck/problem.c:1143
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001577msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001578msgstr "Fout tijdens bijstellen van verwijzingstal van blok %b met uitgebreide kenmerken (inode %i): %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001579
Theodore Ts'o6956f612005-12-31 16:46:15 -05001580#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001581#: e2fsck/problem.c:833
Theodore Ts'o6956f612005-12-31 16:46:15 -05001582msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001583msgstr "Stap 1C: Doorzoeken van mappen naar inodes met meervoudig-geclaimde blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001584
1585#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001586#: e2fsck/problem.c:839
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001587msgid "Pass 1D: Reconciling @m @bs\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001588msgstr "Stap 1D: Verzoenen van meervoudig-geclaimde blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001589
1590#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1591#. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001592#: e2fsck/problem.c:844
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001593msgid ""
1594"File %Q (@i #%i, mod time %IM) \n"
1595" has %B @m @b(s), shared with %N file(s):\n"
1596msgstr ""
1597"Bestand %Q (inode %i, wijzigingstijd %IM)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001598" bevat %B meervoudig-geclaimd(e) blok(ken), gedeeld met %N bestand(en):\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001599
1600#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001601#: e2fsck/problem.c:850
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001602msgid "\t%Q (@i #%i, mod time %IM)\n"
1603msgstr "\t%Q (inode %i, wijzigingstijd %IM)\n"
1604
1605#. @-expanded: \t<filesystem metadata>\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001606#: e2fsck/problem.c:855
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001607msgid "\t<@f metadata>\n"
1608msgstr "\t<metagegevens van bestandssysteem>\n"
1609
1610#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1611#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001612#: e2fsck/problem.c:860
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001613msgid ""
1614"(There are %N @is containing @m @bs.)\n"
1615"\n"
1616msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001617"(Er zijn %N inodes met meervoudig-geclaimde blokken.)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001618"\n"
1619
1620#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1621#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001622#: e2fsck/problem.c:865
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001623msgid ""
1624"@m @bs already reassigned or cloned.\n"
1625"\n"
1626msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04001627"Meervoudig-geclaimde blokken zijn al gekloond of opnieuw toegekend.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001628"\n"
1629
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001630#: e2fsck/problem.c:878
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001631#, c-format
1632msgid "Couldn't clone file: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001633msgstr "Kan bestand niet klonen: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001634
1635#. @-expanded: Pass 2: Checking directory structure\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001636#: e2fsck/problem.c:884
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001637msgid "Pass 2: Checking @d structure\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001638msgstr "Stap 2: Controle van mappenstructuur\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001639
1640#. @-expanded: invalid inode number for '.' in directory inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001641#: e2fsck/problem.c:889
Theodore Ts'o886017a2005-06-26 22:11:46 -04001642#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001643msgid "@n @i number for '.' in @d @i %i.\n"
1644msgstr "Ongeldig inodenummer voor '.' in map-inode %i.\n"
1645
1646#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001647#: e2fsck/problem.c:894
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001648msgid "@E has @n @i #: %Di.\n"
1649msgstr "@E heeft een ongeldig inodenummer: %Di.\n"
1650
1651#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001652#: e2fsck/problem.c:899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001653msgid "@E has @D/unused @i %Di. "
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001654msgstr "@E bevat een verwijderde of ongebruikte inode %Di. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001655
1656#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001657#: e2fsck/problem.c:904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001658msgid "@E @L to '.' "
1659msgstr "@E is een koppeling naar '.' "
1660
1661#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001662#: e2fsck/problem.c:909
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001663msgid "@E points to @i (%Di) located in a bad @b.\n"
1664msgstr "@E verwijst naar een inode (%Di) in een slecht blok.\n"
1665
1666#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001667#: e2fsck/problem.c:914
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001668msgid "@E @L to @d %P (%Di).\n"
1669msgstr "@E is een koppeling naar map %P (%Di).\n"
1670
1671#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001672#: e2fsck/problem.c:919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001673msgid "@E @L to the @r.\n"
1674msgstr "@E is een koppeling naar de root-inode.\n"
1675
1676#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001677#: e2fsck/problem.c:924
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001678msgid "@E has illegal characters in its name.\n"
1679msgstr "@E bevat ongeldige tekens in de naam.\n"
1680
1681#. @-expanded: Missing '.' in directory inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001682#: e2fsck/problem.c:929
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001683#, c-format
1684msgid "Missing '.' in @d @i %i.\n"
1685msgstr "Ontbrekende '.' in map-inode %i.\n"
1686
1687#. @-expanded: Missing '..' in directory inode %i.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001688#: e2fsck/problem.c:934
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001689#, c-format
1690msgid "Missing '..' in @d @i %i.\n"
1691msgstr "Ontbrekende '..' in map-inode %i.\n"
1692
1693#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001694#: e2fsck/problem.c:939
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001695msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1696msgstr "Eerste item '%Dn' (inode=%Di) in map-inode %i (%p) moet '.' zijn.\n"
1697
1698#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001699#: e2fsck/problem.c:944
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001700msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1701msgstr "Tweede item '%Dn' (inode=%Di) in map-inode %i moet '..' zijn.\n"
1702
1703#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001704#: e2fsck/problem.c:949
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001705msgid "i_faddr @F %IF, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001706msgstr "'i_faddr' @F is %IF, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001707
1708#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001709#: e2fsck/problem.c:954
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001710msgid "i_file_acl @F %If, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001711msgstr "'i_file_acl' @F is %If, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001712
1713#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001714#: e2fsck/problem.c:959
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001715msgid "i_dir_acl @F %Id, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001716msgstr "'i_dir_acl' @F is %Id, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001717
1718#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001719#: e2fsck/problem.c:964
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001720msgid "i_frag @F %N, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001721msgstr "'i_frag' @F is %N, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001722
1723#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001724#: e2fsck/problem.c:969
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001725msgid "i_fsize @F %N, @s zero.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001726msgstr "'i_fsize' @F is %N, moet nul zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001727
1728#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001729#: e2fsck/problem.c:974
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001730msgid "@i %i (%Q) has @n mode (%Im).\n"
1731msgstr "Inode %i (%Q) heeft een ongeldige modus (%Im).\n"
1732
1733#. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001734#: e2fsck/problem.c:979
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001735msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1736msgstr "Map-inode %i, blok %B, offset %N: map is beschadigd\n"
1737
1738#. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001739#: e2fsck/problem.c:984
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001740msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1741msgstr "Map-inode %i, blok %B, offset %N: bestandsnaam is te lang\n"
1742
1743#. @-expanded: directory inode %i has an unallocated block #%B.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001744#: e2fsck/problem.c:989
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001745msgid "@d @i %i has an unallocated @b #%B. "
1746msgstr "Map-inode %i bevat een ongereserveerd blok %B. "
1747
1748#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001749#: e2fsck/problem.c:994
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001750#, c-format
1751msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1752msgstr "Item '.' in map-inode %i eindigt niet op NULL.\n"
1753
1754#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001755#: e2fsck/problem.c:999
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001756#, c-format
1757msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1758msgstr "Item '..' in map-inode %i eindigt niet op NULL.\n"
1759
1760#. @-expanded: inode %i (%Q) is an illegal character device.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001761#: e2fsck/problem.c:1004
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001762msgid "@i %i (%Q) is an @I character @v.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001763msgstr "Inode %i (%Q) is een ongeldig byte-apparaat.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001764
1765#. @-expanded: inode %i (%Q) is an illegal block device.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001766#: e2fsck/problem.c:1009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001767msgid "@i %i (%Q) is an @I @b @v.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001768msgstr "Inode %i (%Q) is een ongeldig blok-apparaat.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001769
1770#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001771#: e2fsck/problem.c:1014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001772msgid "@E is duplicate '.' @e.\n"
1773msgstr "@E is een duplicaat-'.'-item.\n"
1774
1775#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001776#: e2fsck/problem.c:1019
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001777msgid "@E is duplicate '..' @e.\n"
1778msgstr "@E is een duplicaat-'..'-item.\n"
1779
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001780#: e2fsck/problem.c:1024 e2fsck/problem.c:1305
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001781#, c-format
1782msgid "Internal error: couldn't find dir_info for %i.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001783msgstr "*Interne fout*: kan 'dir_info' voor %i niet vinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001784
1785#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001786#: e2fsck/problem.c:1029
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001787msgid "@E has rec_len of %Dr, @s %N.\n"
1788msgstr "@E heeft een 'rec_len' van %Dr, zou %N moeten zijn.\n"
1789
1790#. @-expanded: error allocating icount structure: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001791#: e2fsck/problem.c:1034
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001792#, c-format
1793msgid "@A icount structure: %m\n"
1794msgstr "Fout tijdens reserveren van 'icount'-structuur: %m\n"
1795
1796#. @-expanded: Error iterating over directory blocks: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001797#: e2fsck/problem.c:1039
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001798#, c-format
1799msgid "Error iterating over @d @bs: %m\n"
1800msgstr "Fout tijdens langslopen van mapblokken: %m\n"
1801
1802#. @-expanded: Error reading directory block %b (inode %i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001803#: e2fsck/problem.c:1044
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001804msgid "Error reading @d @b %b (@i %i): %m\n"
1805msgstr "Fout tijdens lezen van mapblok %b (inode %i): %m\n"
1806
1807#. @-expanded: Error writing directory block %b (inode %i): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001808#: e2fsck/problem.c:1049
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001809msgid "Error writing @d @b %b (@i %i): %m\n"
1810msgstr "Fout tijdens schrijven van mapblok %b (inode %i): %m\n"
1811
1812#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001813#: e2fsck/problem.c:1054
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001814#, c-format
1815msgid "@A new @d @b for @i %i (%s): %m\n"
1816msgstr "Fout tijdens reserveren van nieuw mapblok voor inode %i (%s): %m\n"
1817
1818#. @-expanded: Error deallocating inode %i: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001819#: e2fsck/problem.c:1059
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001820#, c-format
1821msgid "Error deallocating @i %i: %m\n"
1822msgstr "Fout tijdens vrijgeven van inode %i: %m\n"
1823
1824#. @-expanded: directory entry for '.' is big.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001825#: e2fsck/problem.c:1064
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001826msgid "@d @e for '.' is big. "
1827msgstr "Mapitem voor '.' is groot. "
1828
1829#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001830#: e2fsck/problem.c:1069
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001831msgid "@i %i (%Q) is an @I FIFO.\n"
1832msgstr "Inode %i (%Q) is een ongeldige FIFO.\n"
1833
1834#. @-expanded: inode %i (%Q) is an illegal socket.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001835#: e2fsck/problem.c:1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001836msgid "@i %i (%Q) is an @I socket.\n"
1837msgstr "Inode %i (%Q) is een ongeldige socket.\n"
1838
1839#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001840#: e2fsck/problem.c:1079
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001841msgid "Setting filetype for @E to %N.\n"
1842msgstr "Bestandstype van @E wordt op %N gezet.\n"
1843
1844#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001845#: e2fsck/problem.c:1084
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001846msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1847msgstr "@E heeft een ongeldig bestandstype (%Dt, zou %N moeten zijn).\n"
1848
1849#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001850#: e2fsck/problem.c:1089
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001851msgid "@E has filetype set.\n"
1852msgstr "@E heeft een ingevuld bestandstype.\n"
1853
1854#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001855#: e2fsck/problem.c:1094
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001856msgid "@E has a @z name.\n"
1857msgstr "@E heeft een naam met lengte nul.\n"
1858
1859#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001860#: e2fsck/problem.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001861msgid "Symlink %Q (@i #%i) is @n.\n"
1862msgstr "Symbolische koppeling %Q (inode %i) is ongeldig.\n"
1863
1864#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001865#: e2fsck/problem.c:1104
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001866msgid "@a @b @F @n (%If).\n"
1867msgstr "Blok van uitgebreide kenmerken @F is ongeldig (%If).\n"
1868
1869#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001870#: e2fsck/problem.c:1109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001871msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001872msgstr "Bestandssysteem bevat grote bestanden, maar heeft in het superblok niet de 'large-file'-vlag gezet.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001873
1874#. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001875#: e2fsck/problem.c:1114
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001876msgid "@p @h %d: node (%B) not referenced\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001877msgstr "Probleem in 'htree'-map %d: naar node %B wordt niet verwezen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001878
1879#. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001880#: e2fsck/problem.c:1119
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001881msgid "@p @h %d: node (%B) referenced twice\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001882msgstr "Probleem in 'htree'-map %d: naar node %B wordt twee keer verwezen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001883
1884#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001885#: e2fsck/problem.c:1124
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001886msgid "@p @h %d: node (%B) has bad min hash\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001887msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldige minimum hash.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001888
1889#. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001890#: e2fsck/problem.c:1129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001891msgid "@p @h %d: node (%B) has bad max hash\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001892msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldige maximum hash.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001893
1894#. @-expanded: invalid HTREE directory inode %d (%q).
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001895#: e2fsck/problem.c:1134
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001896msgid "@n @h %d (%q). "
1897msgstr "Ongeldige 'htree'-map %d (%q). "
1898
1899#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001900#: e2fsck/problem.c:1138
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001901msgid "@p @h %d (%q): bad @b number %b.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001902msgstr "Probleem in 'htree'-map %d (%q): slecht blok (nummer %b).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001903
1904#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001905#: e2fsck/problem.c:1148
Theodore Ts'o886017a2005-06-26 22:11:46 -04001906#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001907msgid "@p @h %d: root node is @n\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001908msgstr "Probleem in 'htree'-map %d: de root-node is ongeldig.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001909
1910#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001911#: e2fsck/problem.c:1153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001912msgid "@p @h %d: node (%B) has @n limit (%N)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001913msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldige limiet (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001914
1915#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001916#: e2fsck/problem.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001917msgid "@p @h %d: node (%B) has @n count (%N)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001918msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldig aantal (%N).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001919
1920#. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001921#: e2fsck/problem.c:1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001922msgid "@p @h %d: node (%B) has an unordered hash table\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001923msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeordende hash-tabel.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001924
1925#. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001926#: e2fsck/problem.c:1168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001927msgid "@p @h %d: node (%B) has @n depth\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04001928msgstr "Probleem in 'htree'-map %d: node %B heeft een ongeldige diepte.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001929
1930#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001931#: e2fsck/problem.c:1173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001932msgid "Duplicate @E found. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001933msgstr "Dubbel item '%Dn' in %p (%i) gevonden. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001934
1935#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1936#. @-expanded: Rename to %s
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001937#: e2fsck/problem.c:1178
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001938#, no-c-format
1939msgid ""
1940"@E has a non-unique filename.\n"
1941"Rename to %s"
1942msgstr ""
Theodore Ts'o12eab042005-12-09 18:18:28 -05001943"@E heeft een niet-unieke bestandsnaam.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001944"Hernoemen tot %s"
1945
1946#. @-expanded: Duplicate entry '%Dn' found.\n
1947#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1948#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001949#: e2fsck/problem.c:1183
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001950msgid ""
1951"Duplicate @e '%Dn' found.\n"
1952"\tMarking %p (%i) to be rebuilt.\n"
1953"\n"
1954msgstr ""
1955"Dubbel item '%Dn' gevonden.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001956" Map %p (%i) wordt gemarkeerd om opnieuw te worden opgebouwd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001957"\n"
1958
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001959#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1960#: e2fsck/problem.c:1188
1961msgid "i_blocks_hi @F %N, @s zero.\n"
1962msgstr "'i_blocks_hi' @F is %N, moet nul zijn.\n"
1963
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001964#. @-expanded: Pass 3: Checking directory connectivity\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001965#: e2fsck/problem.c:1195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001966msgid "Pass 3: Checking @d connectivity\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04001967msgstr "Stap 3: Controle van verbindingen tussen mappen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001968
1969#. @-expanded: root inode not allocated.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001970#: e2fsck/problem.c:1200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001971msgid "@r not allocated. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04001972msgstr "Root-inode is niet gereserveerd. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001973
1974#. @-expanded: No room in lost+found directory.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001975#: e2fsck/problem.c:1205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001976msgid "No room in @l @d. "
1977msgstr "Geen ruimte meer in /lost+found. "
1978
1979#. @-expanded: Unconnected directory inode %i (%p)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001980#: e2fsck/problem.c:1210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001981#, c-format
1982msgid "Unconnected @d @i %i (%p)\n"
1983msgstr "Onverbonden map-inode %i (%p)\n"
1984
1985#. @-expanded: /lost+found not found.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001986#: e2fsck/problem.c:1215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001987msgid "/@l not found. "
1988msgstr "/lost+found niet gevonden. "
1989
1990#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001991#: e2fsck/problem.c:1220
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001992msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1993msgstr "'..' in %Q (%i) is %P (%j), moet %q (%d) zijn.\n"
1994
1995#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04001996#: e2fsck/problem.c:1225
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001997msgid "Bad or non-existent /@l. Cannot reconnect.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05001998msgstr "Beschadigde of niet-bestaande /lost+found. Kan inode niet herverbinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04001999
2000#. @-expanded: Could not expand /lost+found: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002001#: e2fsck/problem.c:1230
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002002#, c-format
2003msgid "Could not expand /@l: %m\n"
2004msgstr "Kan /lost+found niet uitbreiden: %m\n"
2005
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002006#: e2fsck/problem.c:1235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002007#, c-format
2008msgid "Could not reconnect %i: %m\n"
2009msgstr "Kan inode %i niet herverbinden: %m\n"
2010
2011#. @-expanded: Error while trying to find /lost+found: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002012#: e2fsck/problem.c:1240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002013#, c-format
2014msgid "Error while trying to find /@l: %m\n"
2015msgstr "Fout tijdens zoeken van /lost+found: %m\n"
2016
2017#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002018#: e2fsck/problem.c:1245
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002019#, c-format
2020msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002021msgstr "ext2fs_new_block(): %m tijdens maken van /lost+found\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002022
2023#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002024#: e2fsck/problem.c:1250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002025#, c-format
2026msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002027msgstr "ext2fs_new_inode(): %m tijdens maken van /lost+found\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002028
2029#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002030#: e2fsck/problem.c:1255
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002031#, c-format
2032msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002033msgstr "ext2fs_new_dir_block(): %m tijdens maken van nieuw mapblok\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002034
2035#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002036#: e2fsck/problem.c:1260
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002037#, c-format
2038msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002039msgstr "ext2fs_write_dir_block(): %m tijdens maken van mapblok voor /lost+found\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002040
2041#. @-expanded: Error while adjusting inode count on inode %i\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002042#: e2fsck/problem.c:1265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002043#, c-format
2044msgid "Error while adjusting @i count on @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002045msgstr "Fout tijdens bijwerken van inodetal van inode %i.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002046
2047#. @-expanded: Couldn't fix parent of inode %i: %m\n
2048#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002049#: e2fsck/problem.c:1270
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002050#, c-format
2051msgid ""
2052"Couldn't fix parent of @i %i: %m\n"
2053"\n"
2054msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002055"Kan ouderverwijzing van inode %i niet herstellen: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002056"\n"
2057
2058#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2059#. @-expanded: \n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002060#: e2fsck/problem.c:1275
Theodore Ts'o886017a2005-06-26 22:11:46 -04002061#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002062msgid ""
2063"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2064"\n"
2065msgstr ""
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002066"Kan ouderverwijzing van inode %i niet herstellen: kan de oudermap niet vinden.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002067"\n"
2068
2069#. @-expanded: Error creating root directory (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002070#: e2fsck/problem.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002071#, c-format
2072msgid "Error creating root @d (%s): %m\n"
2073msgstr "Fout tijdens maken van rootmap (%s): %m\n"
2074
2075#. @-expanded: Error creating /lost+found directory (%s): %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002076#: e2fsck/problem.c:1290
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002077#, c-format
2078msgid "Error creating /@l @d (%s): %m\n"
2079msgstr "Fout tijdens maken van /lost+found-map (%s): %m\n"
2080
2081#. @-expanded: root inode is not a directory; aborting.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002082#: e2fsck/problem.c:1295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002083msgid "@r is not a @d; aborting.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002084msgstr "De root-inode is geen map. Gestopt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002085
2086#. @-expanded: Cannot proceed without a root inode.\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002087#: e2fsck/problem.c:1300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002088msgid "Cannot proceed without a @r.\n"
2089msgstr "Kan niet verder zonder een root-inode.\n"
2090
2091#. @-expanded: /lost+found is not a directory (ino=%i)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002092#: e2fsck/problem.c:1310
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002093#, c-format
2094msgid "/@l is not a @d (ino=%i)\n"
2095msgstr "/lost+found (inode %i) is geen map\n"
2096
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002097#: e2fsck/problem.c:1317
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002098msgid "Pass 3A: Optimizing directories\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002099msgstr "Stap 3A: Optimalisatie van mappen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002100
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002101#: e2fsck/problem.c:1322
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002102#, c-format
2103msgid "Failed to create dirs_to_hash iterator: %m"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002104msgstr "Maken van 'dirs_to_hash-iterator' is mislukt: %m"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002105
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002106#: e2fsck/problem.c:1327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002107msgid "Failed to optimize directory %q (%d): %m"
2108msgstr "Optimaliseren van map %q (%d) is mislukt: %m"
2109
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002110#: e2fsck/problem.c:1332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002111msgid "Optimizing directories: "
2112msgstr "Optimaliseren van mappen: "
2113
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002114#: e2fsck/problem.c:1349
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002115msgid "Pass 4: Checking reference counts\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002116msgstr "Stap 4: Controle van verwijzingsaantallen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002117
2118#. @-expanded: unattached zero-length inode %i.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002119#: e2fsck/problem.c:1354
Theodore Ts'o886017a2005-06-26 22:11:46 -04002120#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002121msgid "@u @z @i %i. "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002122msgstr "Onverbonden inode %i met lengte nul. "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002123
2124#. @-expanded: unattached inode %i\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002125#: e2fsck/problem.c:1359
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002126#, c-format
2127msgid "@u @i %i\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002128msgstr "Onverbonden inode %i.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002129
2130#. @-expanded: inode %i ref count is %Il, should be %N.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002131#: e2fsck/problem.c:1364
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002132msgid "@i %i ref count is %Il, @s %N. "
2133msgstr "Verwijzingsaantal van inode %i is %Il, zou %N moeten zijn. "
2134
2135#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2136#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2137#. @-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 -04002138#: e2fsck/problem.c:1368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002139msgid ""
2140"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2141"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2142"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2143msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002144"WAARSCHUWING: programmafout in e2fsck!\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002145" *of* U BENT EEN AANGEKOPPELD BESTANDSSYSTEEM AAN HET CONTROLEREN!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002146"\n"
2147"inode_link_info[%i] is %N, inode.i_links_count is %Il.\n"
2148"Deze horen hetzelfde te zijn!\n"
2149
2150#. @-expanded: Pass 5: Checking group summary information\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002151#: e2fsck/problem.c:1378
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002152msgid "Pass 5: Checking @g summary information\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002153msgstr "Stap 5: Controle van groepssamenvattingen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002154
2155#. @-expanded: Padding at end of inode bitmap is not set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002156#: e2fsck/problem.c:1383
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002157msgid "Padding at end of @i @B is not set. "
2158msgstr "Opvulling aan het eind van inode-bitkaart is niet gezet. "
2159
2160#. @-expanded: Padding at end of block bitmap is not set.
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002161#: e2fsck/problem.c:1388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002162msgid "Padding at end of @b @B is not set. "
2163msgstr "Opvulling aan het eind van blok-bitkaart is niet gezet. "
2164
2165#. @-expanded: block bitmap differences:
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002166#: e2fsck/problem.c:1393
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002167msgid "@b @B differences: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002168msgstr "Blok-bitkaart-verschillen: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002169
2170#. @-expanded: inode bitmap differences:
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002171#: e2fsck/problem.c:1413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002172msgid "@i @B differences: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002173msgstr "Inode-bitkaart-verschillen: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002174
2175#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002176#: e2fsck/problem.c:1433
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002177msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2178msgstr "Verkeerd aantal vrije inodes voor groep #%g (%i, geteld=%j).\n"
2179
2180#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002181#: e2fsck/problem.c:1438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002182msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2183msgstr "Verkeerd aantal mappen voor groep #%g (%i, geteld=%j).\n"
2184
2185#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002186#: e2fsck/problem.c:1443
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002187msgid "Free @is count wrong (%i, counted=%j).\n"
2188msgstr "Verkeerd aantal inodes (%i, geteld=%j).\n"
2189
2190#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002191#: e2fsck/problem.c:1448
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002192msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2193msgstr "Verkeerd aantal blokken voor groep #%g (%b, geteld=%c).\n"
2194
2195#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002196#: e2fsck/problem.c:1453
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002197msgid "Free @bs count wrong (%b, counted=%c).\n"
2198msgstr "Verkeerd aantal blokken (%b, geteld=%c).\n"
2199
2200#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2201#. @-expanded: endpoints (%i, %j)\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002202#: e2fsck/problem.c:1458
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002203msgid "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B endpoints (%i, %j)\n"
2204msgstr "PROGRAMMAFOUT in e2fsck: in bestandssysteem %N komen de bitkaart-eindpunten (%b, %c) niet overeen met de berekende eindpunten (%i, %j)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002205
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002206#: e2fsck/problem.c:1464
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002207msgid "Internal error: fudging end of bitmap (%N)\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002208msgstr "*Interne fout*: einde van bitmap is gefoezeld (%N)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002209
2210#. @-expanded: Error copying in replacement inode bitmap: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002211#: e2fsck/problem.c:1469
Theodore Ts'o886017a2005-06-26 22:11:46 -04002212#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002213msgid "Error copying in replacement @i @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002214msgstr "Fout tijdens kopiëren naar vervangende inode-bitkaart: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002215
2216#. @-expanded: Error copying in replacement block bitmap: %m\n
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002217#: e2fsck/problem.c:1474
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002218#, c-format
2219msgid "Error copying in replacement @b @B: %m\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002220msgstr "Fout tijdens kopiëren naar vervangende blok-bitkaart: %m\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002221
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002222#: e2fsck/problem.c:1499
2223msgid "Recreate journal to make the filesystem ext3 again?\n"
2224msgstr "Het journal heraanmaken om het bestandssysteem weer ext3 te maken?\n"
2225
2226#: e2fsck/problem.c:1617
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002227#, c-format
2228msgid "Unhandled error code (0x%x)!\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002229msgstr "Onbekende foutcode (0x%x)!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002230
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002231#: e2fsck/problem.c:1711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002232msgid "IGNORED"
2233msgstr "GENEGEERD"
2234
2235#: e2fsck/scantest.c:81
2236#, c-format
2237msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2238msgstr "Gebruikt geheugen: %d, verlopen tijd: %6.3f/%6.3f/%6.3f\n"
2239
2240#: e2fsck/scantest.c:100
2241#, c-format
2242msgid "size of inode=%d\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002243msgstr "grootte van inode is %d\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002244
2245#: e2fsck/scantest.c:121
2246msgid "while starting inode scan"
2247msgstr "tijdens start van inode-scan"
2248
2249#: e2fsck/scantest.c:132
2250msgid "while doing inode scan"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002251msgstr "tijdens uitvoering van inode-scan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002252
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002253#: e2fsck/super.c:187
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002254#, c-format
2255msgid "while calling ext2fs_block_iterate for inode %d"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002256msgstr "tijdens aanroep van ext2fs_block_iterate() voor inode %d"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002257
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002258#: e2fsck/super.c:210
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002259#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002260msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002261msgstr "tijdens aanroep van ext2fs_adjust_ea_refcount() voor inode %d"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002262
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002263#: e2fsck/super.c:268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002264msgid "Truncating"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002265msgstr "Afkappen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002266
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002267#: e2fsck/super.c:269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002268msgid "Clearing"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002269msgstr "Wissen"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002270
2271#: e2fsck/swapfs.c:98
2272msgid "while calling ext2fs_block_iterate"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002273msgstr "tijdens aanroep van ext2fs_block_iterate()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002274
2275#: e2fsck/swapfs.c:104
2276msgid "while calling iterator function"
2277msgstr "tijdens aanroep van iterator-functie"
2278
2279#: e2fsck/swapfs.c:126
2280msgid "while allocating inode buffer"
2281msgstr "tijdens reserveren van inodebuffer"
2282
2283#: e2fsck/swapfs.c:138
2284#, c-format
2285msgid "while reading inode table (group %d)"
2286msgstr "tijdens lezen van inodetabel (groep %d)"
2287
2288#: e2fsck/swapfs.c:176
2289#, c-format
2290msgid "while writing inode table (group %d)"
2291msgstr "tijdens schrijven van inodetabel (groep %d)"
2292
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002293#: e2fsck/swapfs.c:226
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002294#, c-format
2295msgid "Pass 0: Doing byte-swap of filesystem\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002296msgstr "Stap 0: Verwisseling van hoge en lage bytes in hele bestandssysteem\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002297
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002298#: e2fsck/swapfs.c:233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002299#, c-format
2300msgid ""
2301"%s: the filesystem must be freshly checked using fsck\n"
2302"and not mounted before trying to byte-swap it.\n"
2303msgstr ""
2304"%s: het bestandssysteem dient opnieuw gecontroleerd te worden met 'fsck'\n"
2305"en niet aangekoppeld te worden voordat de byte-verwisseling gebeurd is.\n"
2306
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002307#: e2fsck/swapfs.c:268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002308msgid "Byte swap"
2309msgstr "Byte-verwisseling"
2310
2311#: e2fsck/unix.c:74
Theodore Ts'o886017a2005-06-26 22:11:46 -04002312#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002313msgid ""
2314"Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2315"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002316"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002317"\t\t[-E extended-options] device\n"
2318msgstr ""
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002319"Gebruik: %s [-cdfknpstvyDFSV] [-b superblok] [-B blokgrootte]\n"
2320" [-C bestandsdescriptor] [-E uitgebreide_opties]\n"
2321" [-I inodebufferblokken] [-j extern_journal]\n"
2322" [-l|-L slechte_blokkenbestand] apparaat\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002323
2324#: e2fsck/unix.c:80
2325#, c-format
2326msgid ""
2327"\n"
2328"Emergency help:\n"
2329" -p Automatic repair (no questions)\n"
2330" -n Make no changes to the filesystem\n"
2331" -y Assume \"yes\" to all questions\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002332" -c Check for bad blocks and add them to the badblock list\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002333" -f Force checking even if filesystem is marked clean\n"
2334msgstr ""
2335"\n"
2336"Noodhulp:\n"
2337" -p Automatische reparatie (zonder vragen)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002338" -n Bestandssyteem niet veranderen; op alle vragen \"nee\" aannemen\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002339" -y Als antwoord op alle vragen \"ja\" aannemen\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05002340" -c Op slechte blokken controleren en deze aan lijst toevoegen\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002341" -f Een controle afdwingen, ook als het bestandssysteem schoon is\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002342
2343#: e2fsck/unix.c:86
Theodore Ts'o886017a2005-06-26 22:11:46 -04002344#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002345msgid ""
2346" -v Be verbose\n"
2347" -b superblock Use alternative superblock\n"
2348" -B blocksize Force blocksize when looking for superblock\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04002349" -j external_journal Set location of the external journal\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002350" -l bad_blocks_file Add to badblocks list\n"
2351" -L bad_blocks_file Set badblocks list\n"
2352msgstr ""
Theodore Ts'o12eab042005-12-09 18:18:28 -05002353" -v Breedsprakige uitvoer\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002354" -b superblok Dit superblok gebruiken\n"
2355" -B blokgrootte Deze blokgrootte gebruiken bij zoeken naar superblok\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05002356" -j extern_journal Dit externe journal gebruiken\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002357" -l slechte_blokkenbestand Deze lijst aan de slechte_blokkenlijst toevoegen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002358" -L slechte_blokkenbestand Deze slechte_blokkenlijst gebruiken\n"
2359
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002360#: e2fsck/unix.c:121
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002361#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002362msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2363msgstr "%s: %u/%u bestanden (%0d.%d%% niet-aaneengesloten), %u/%u blokken\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002364
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002365#: e2fsck/unix.c:133
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002366#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002367msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2368msgstr " aantal inodes met ind/dind/tind-blokken: %u/%u/%u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002369
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002370#: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:876 misc/util.c:151
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002371#: resize/main.c:237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002372#, c-format
2373msgid "while determining whether %s is mounted."
2374msgstr "tijdens bepalen of %s aangekoppeld is."
2375
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002376#: e2fsck/unix.c:194
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002377#, c-format
2378msgid "Warning! %s is mounted.\n"
2379msgstr "WAARSCHUWING: %s is aangekoppeld!\n"
2380
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002381#: e2fsck/unix.c:198
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002382#, c-format
2383msgid "%s is mounted. "
2384msgstr "%s is aangekoppeld. "
2385
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002386#: e2fsck/unix.c:200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002387msgid ""
2388"Cannot continue, aborting.\n"
2389"\n"
2390msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002391"Kan niet verder. Gestopt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002392"\n"
2393
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002394#: e2fsck/unix.c:201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002395#, c-format
2396msgid ""
2397"\n"
2398"\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04002399"\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2400"SEVERE filesystem damage.\a\a\a\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002401"\n"
2402msgstr ""
2403"\n"
2404"\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04002405"\a\a\a\aWAARSCHUWING!!! Het uitvoeren van 'e2fsck'\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002406"op een aangekoppeld bestandssysteem\n"
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04002407"kan tot ZWARE beschadigingen leiden.\a\a\a\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002408"\n"
2409
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002410#: e2fsck/unix.c:204
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002411msgid "Do you really want to continue"
Theodore Ts'o35246252007-08-20 22:14:36 -04002412msgstr "Wilt u echt doorgaan"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002413
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002414#: e2fsck/unix.c:206
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002415#, c-format
2416msgid "check aborted.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002417msgstr "controle is afgebroken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002418
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002419#: e2fsck/unix.c:280
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002420msgid " contains a file system with errors"
2421msgstr " bevat een bestandssysteem met fouten"
2422
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002423#: e2fsck/unix.c:282
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002424msgid " was not cleanly unmounted"
2425msgstr " is niet goed ontkoppeld"
2426
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002427#: e2fsck/unix.c:284
2428msgid " primary superblock features different from backup"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002429msgstr " het primaire superblok heeft andere functievlaggen gezet dan de reserveblokken"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002430
2431#: e2fsck/unix.c:288
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002432#, c-format
2433msgid " has been mounted %u times without being checked"
2434msgstr " is %u keer aangekoppeld geweest zonder controle"
2435
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002436#: e2fsck/unix.c:295
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002437#, c-format
2438msgid " has gone %u days without being checked"
2439msgstr " is gedurende %u dagen niet gecontroleerd"
2440
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002441#: e2fsck/unix.c:304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002442msgid ", check forced.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002443msgstr ", gedwongen controle.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002444
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002445#: e2fsck/unix.c:307
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002446#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002447msgid "%s: clean, %u/%u files, %u/%u blocks"
2448msgstr "%s: schoon, %u/%u bestanden, %u/%u blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002449
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002450#: e2fsck/unix.c:324
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002451msgid " (check deferred; on battery)"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002452msgstr " (controle uitgesteld; op accu draaiend)"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002453
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002454#: e2fsck/unix.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002455msgid " (check after next mount)"
2456msgstr " (controle bij volgende aankoppeling)"
2457
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002458#: e2fsck/unix.c:329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002459#, c-format
2460msgid " (check in %ld mounts)"
2461msgstr " (controle na %ld aankoppelingen)"
2462
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002463#: e2fsck/unix.c:475
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002464#, c-format
2465msgid "ERROR: Couldn't open /dev/null (%s)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002466msgstr "FOUT: kan /dev/null niet openen (%s)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002467
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002468#: e2fsck/unix.c:546
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002469#, c-format
2470msgid "Invalid EA version.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002471msgstr "Ongeldige versie van uitgebreide kenmerken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002472
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002473#: e2fsck/unix.c:552
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002474#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04002475msgid "Unknown extended option: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002476msgstr "Onbekende uitgebreide optie: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002477
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002478#: e2fsck/unix.c:572
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002479#, c-format
2480msgid ""
2481"Syntax error in e2fsck config file (%s, line #%d)\n"
2482"\t%s\n"
2483msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002484"Syntaxfout in e2fsck-configuratiebestand (%s, regel #%d)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002485" %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002486
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002487#: e2fsck/unix.c:636
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002488#, c-format
2489msgid "Error validating file descriptor %d: %s\n"
2490msgstr "Fout tijdens valideren van bestandsdesriptor %d: %s\n"
2491
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002492#: e2fsck/unix.c:640
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002493msgid "Invalid completion information file descriptor"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002494msgstr "Ongeldige completeringsinformatie voor bestandsdescriptor."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002495
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002496#: e2fsck/unix.c:655
Theodore Ts'o6956f612005-12-31 16:46:15 -05002497msgid "Only one of the options -p/-a, -n or -y may be specified."
Theodore Ts'of2275e32006-01-06 20:44:13 -05002498msgstr "Slechts één van de opties -p, -a, -n of -y mag worden opgegeven."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002499
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002500#: e2fsck/unix.c:676
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002501#, c-format
2502msgid "The -t option is not supported on this version of e2fsck.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002503msgstr "De optie '-t' wordt niet ondersteund door deze versie van e2fsck.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002504
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002505#: e2fsck/unix.c:747
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002506#, c-format
2507msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002508msgstr "Byte-verwisseling wordt niet ondersteund door deze versie van e2fsck.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002509
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002510#: e2fsck/unix.c:770 misc/tune2fs.c:470 misc/tune2fs.c:735 misc/tune2fs.c:752
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002511#, c-format
2512msgid "Unable to resolve '%s'"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002513msgstr "Kan apparaat '%s' niet vinden."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002514
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002515#: e2fsck/unix.c:801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002516#, c-format
2517msgid "Incompatible options not allowed when byte-swapping.\n"
2518msgstr "Bij byte-verwisseling zijn botsende opties niet toegestaan.\n"
2519
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002520#: e2fsck/unix.c:808
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002521#, c-format
2522msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2523msgstr "De opties -c en -l/-L kunnen niet samen gebruikt worden.\n"
2524
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002525#: e2fsck/unix.c:856
2526#, c-format
2527msgid ""
2528"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2529"\n"
2530msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002531"E2FSCK_JBD_DEBUG -- \"%s\" is geen geheel getal\n"
2532"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002533
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002534#: e2fsck/unix.c:865
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002535#, c-format
2536msgid ""
2537"\n"
2538"Invalid non-numeric argument to -%c (\"%s\")\n"
2539"\n"
2540msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002541"\n"
2542"Ongeldig niet-numeriek argument van '-%c': \"%s\"\n"
2543"\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002544
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002545#: e2fsck/unix.c:904
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002546#, c-format
2547msgid "Error: ext2fs library version out of date!\n"
2548msgstr "Fout: de ext2fs-bibliotheek is te oud!\n"
2549
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002550#: e2fsck/unix.c:912
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002551msgid "while trying to initialize program"
2552msgstr "tijdens programma-initialisatie"
2553
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002554#: e2fsck/unix.c:926
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002555#, c-format
2556msgid "\tUsing %s, %s\n"
2557msgstr "\tgebruik makend van %s, %s\n"
2558
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002559#: e2fsck/unix.c:938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002560msgid "need terminal for interactive repairs"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002561msgstr "voor interactieve reparaties is een terminal vereist"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002562
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002563#: e2fsck/unix.c:978
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002564#, c-format
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002565msgid "%s: %s trying backup blocks...\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002566msgstr "%s: %s reservekopieblokken worden bekeken...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002567
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002568#: e2fsck/unix.c:980
Theodore Ts'o7527ef12007-12-05 19:35:20 -05002569msgid "Superblock invalid,"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05002570msgstr "Superblok is ongeldig --"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002571
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002572#: e2fsck/unix.c:981
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002573msgid "Group descriptors look bad..."
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002574msgstr "Groepsbeschrijvers zien er slecht uit --"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002575
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002576#: e2fsck/unix.c:995
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002577#, c-format
2578msgid ""
2579"The filesystem revision is apparently too high for this version of e2fsck.\n"
2580"(Or the filesystem superblock is corrupt)\n"
2581"\n"
2582msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04002583"De bestandssysteemversie is blijkbaar te nieuw voor deze versie van e2fsck.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002584"(Of het superblok is beschadigd.)\n"
2585"\n"
2586
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002587#: e2fsck/unix.c:1001
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002588#, c-format
2589msgid "Could this be a zero-length partition?\n"
2590msgstr "Is dit misschien een partitie met lengte nul?\n"
2591
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002592#: e2fsck/unix.c:1003
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002593#, c-format
2594msgid "You must have %s access to the filesystem or be root\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002595msgstr "U dient %s-toegang tot het bestandssyteem te hebben, of root te zijn.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002596
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002597#: e2fsck/unix.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002598#, c-format
2599msgid "Possibly non-existent or swap device?\n"
2600msgstr "Mogelijk een niet-bestaand apparaat of een swap-apparaat?\n"
2601
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002602#: e2fsck/unix.c:1010
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002603#, c-format
2604msgid "Filesystem mounted or opened exclusively by another program?\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002605msgstr "Bestandssysteem exclusief aangekoppeld of geopend door een ander programma?\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05002606
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002607#: e2fsck/unix.c:1014
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002608#, c-format
2609msgid ""
2610"Disk write-protected; use the -n option to do a read-only\n"
2611"check of the device.\n"
2612msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002613"De schijf is schrijfbeveiligd. Gebruik de optie '-n' om een\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002614"alleen-lezencontrole van het apparaat uit te voeren.\n"
2615
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002616#: e2fsck/unix.c:1078
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002617msgid "Get a newer version of e2fsck!"
2618msgstr "Installeer een nieuwere versie van e2fsck!"
2619
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002620#: e2fsck/unix.c:1099
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002621#, c-format
2622msgid "while checking ext3 journal for %s"
2623msgstr "tijdens controle van het ext3-journal van %s"
2624
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002625#: e2fsck/unix.c:1110
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002626#, c-format
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002627msgid "Warning: skipping journal recovery because doing a read-only filesystem check.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002628msgstr ""
2629"Waarschuwing: afspelen van journal wordt overgeslagen\n"
2630"omdat een alleen-lezencontrole uitgevoerd wordt.\n"
2631
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002632#: e2fsck/unix.c:1123
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002633#, c-format
2634msgid "unable to set superblock flags on %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002635msgstr "Kan superblokvlaggen van %s niet zetten.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002636
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002637#: e2fsck/unix.c:1129
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002638#, c-format
2639msgid "while recovering ext3 journal of %s"
2640msgstr "tijdens afspelen van het ext3-journal van %s"
2641
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002642#: e2fsck/unix.c:1158
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002643msgid "Warning: compression support is experimental.\n"
2644msgstr "Waarschuwing: compressie-ondersteuning is nog experimenteel.\n"
2645
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002646#: e2fsck/unix.c:1163
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002647#, c-format
2648msgid ""
2649"E2fsck not compiled with HTREE support,\n"
2650"\tbut filesystem %s has HTREE directories.\n"
2651msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04002652"Deze e2fsck is niet gecompileerd met 'htree'-ondersteuning,\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002653"maar het bestandssysteem %s bevat 'htree'-mappen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002654
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002655#: e2fsck/unix.c:1212
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002656#, c-format
2657msgid "%s: Filesystem byte order already normalized.\n"
2658msgstr "%s: bytevolgorde van bestandssysteem is al genormaliseerd.\n"
2659
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002660#: e2fsck/unix.c:1232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002661msgid "while reading bad blocks inode"
2662msgstr "tijdens lezen van slechte-blokken-inode"
2663
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002664#: e2fsck/unix.c:1234
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002665#, c-format
2666msgid "This doesn't bode well, but we'll try to go on...\n"
2667msgstr "Dit ziet er niet goed uit, maar we zullen doorgaan...\n"
2668
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002669#: e2fsck/unix.c:1260
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002670msgid "Couldn't determine journal size"
2671msgstr "Kan journal-grootte niet bepalen"
2672
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002673#: e2fsck/unix.c:1263 misc/mke2fs.c:1744
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002674#, c-format
2675msgid "Creating journal (%d blocks): "
2676msgstr "Aanmaken van journal (%d blokken): "
2677
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002678#: e2fsck/unix.c:1270 misc/mke2fs.c:1752
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002679msgid ""
2680"\n"
2681"\twhile trying to create journal"
2682msgstr ""
2683"\n"
2684" tijdens aanmaken van journal"
2685
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002686#: e2fsck/unix.c:1273
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002687#, c-format
2688msgid " Done.\n"
Theodore Ts'o35246252007-08-20 22:14:36 -04002689msgstr " voltooid.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002690
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002691#: e2fsck/unix.c:1274
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002692#, c-format
2693msgid ""
2694"\n"
2695"*** journal has been re-created - filesystem is now ext3 again ***\n"
2696msgstr ""
2697"\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002698"*** journal is opnieuw aangemaakt -- het bestandssysteem is nu weer ext3 ***\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002699
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002700#: e2fsck/unix.c:1281
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002701#, c-format
2702msgid "Restarting e2fsck from the beginning...\n"
2703msgstr "E2fsck wordt opnieuw gestart vanaf het begin...\n"
2704
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002705#: e2fsck/unix.c:1285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002706msgid "while resetting context"
2707msgstr "tijdens wissen van de context"
2708
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002709#: e2fsck/unix.c:1292
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002710#, c-format
2711msgid "%s: e2fsck canceled.\n"
2712msgstr "%s: e2fsck is geannuleerd.\n"
2713
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002714#: e2fsck/unix.c:1297
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002715msgid "aborted"
2716msgstr "afgebroken"
2717
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002718#: e2fsck/unix.c:1309
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002719#, c-format
2720msgid ""
2721"\n"
2722"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2723msgstr ""
2724"\n"
2725"%s: ***** BESTANDSSYSTEEM IS VERANDERD *****\n"
2726
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002727#: e2fsck/unix.c:1312
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002728#, c-format
2729msgid "%s: ***** REBOOT LINUX *****\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002730msgstr "%s: ***** HERSTART UW SYSTEEM *****\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002731
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05002732#: e2fsck/unix.c:1320
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002733#, c-format
2734msgid ""
2735"\n"
2736"%s: ********** WARNING: Filesystem still has errors **********\n"
2737"\n"
2738msgstr ""
2739"\n"
2740"%s: ********** WAARSCHUWING: bestandssysteem bevat nog fouten **********\n"
2741"\n"
2742
2743#: e2fsck/util.c:131 misc/util.c:68
2744msgid "yY"
2745msgstr "jJ"
2746
2747#: e2fsck/util.c:132
2748msgid "nN"
2749msgstr "nN"
2750
2751#: e2fsck/util.c:146
2752msgid "<y>"
2753msgstr "<j>"
2754
2755#: e2fsck/util.c:148
2756msgid "<n>"
2757msgstr "<n>"
2758
2759#: e2fsck/util.c:150
2760msgid " (y/n)"
2761msgstr " (j/n)"
2762
2763#: e2fsck/util.c:165
2764msgid "cancelled!\n"
2765msgstr "geannuleerd!\n"
2766
2767# src/main.c:417 src/main.c:418 src/main.c:483 src/main.c:484 src/main.c:489
2768# src/main.c:490 src/main.c:574
2769#: e2fsck/util.c:180
2770msgid "yes\n"
2771msgstr "ja\n"
2772
2773# src/main.c:417 src/main.c:418 src/main.c:432 src/main.c:483 src/main.c:484
2774# src/main.c:489 src/main.c:490 src/main.c:574
2775#: e2fsck/util.c:182
2776msgid "no\n"
2777msgstr "nee\n"
2778
2779#: e2fsck/util.c:192
2780#, c-format
2781msgid ""
2782"%s? no\n"
2783"\n"
2784msgstr ""
2785"%s? nee\n"
2786"\n"
2787
2788#: e2fsck/util.c:196
2789#, c-format
2790msgid ""
2791"%s? yes\n"
2792"\n"
2793msgstr ""
2794"%s? ja\n"
2795"\n"
2796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002797#: e2fsck/util.c:200
2798msgid "yes"
2799msgstr "ja"
2800
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002801#: e2fsck/util.c:200
2802msgid "no"
2803msgstr "nee"
2804
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002805#: e2fsck/util.c:214
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002806#, c-format
2807msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002808msgstr "e2fsck_read_bitmaps(): ongeldige bitkaartblokken voor %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002809
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002810#: e2fsck/util.c:219
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002811msgid "reading inode and block bitmaps"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002812msgstr "lezen van inode- en blok-bitkaarten"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002813
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002814#: e2fsck/util.c:224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002815#, c-format
2816msgid "while retrying to read bitmaps for %s"
2817msgstr "tijdens herlezen van bitkaarten voor %s"
2818
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002819#: e2fsck/util.c:237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002820msgid "writing block bitmaps"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002821msgstr "schrijven van blok-bitkaarten"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002822
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002823#: e2fsck/util.c:242
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002824#, c-format
2825msgid "while retrying to write block bitmaps for %s"
2826msgstr "tijdens herschrijven van blok-bitkaarten voor %s"
2827
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002828#: e2fsck/util.c:249
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002829msgid "writing inode bitmaps"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002830msgstr "schrijven van inode-bitkaarten"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002831
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002832#: e2fsck/util.c:254
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002833#, c-format
2834msgid "while retrying to write inode bitmaps for %s"
2835msgstr "tijdens herschrijven van inode-bitkaarten voor %s"
2836
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002837#: e2fsck/util.c:267
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002838#, c-format
2839msgid ""
2840"\n"
2841"\n"
2842"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2843"\t(i.e., without -a or -p options)\n"
2844msgstr ""
2845"\n"
2846"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002847"%s: ONVERWACHTE INCONSISTENTIE; voer 'fsck' met de hand uit\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002848" (dat wil zeggen: zonder de opties '-a' of '-p').\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002849
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002850#: e2fsck/util.c:332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002851#, c-format
2852msgid "Memory used: %dk/%dk (%dk/%dk), "
2853msgstr "Gebruikt geheugen: %dk/%dk (%dk/%dk), "
2854
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002855#: e2fsck/util.c:336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002856#, c-format
2857msgid "Memory used: %d, "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002858msgstr "Gebruikt geheugen: %d, "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002859
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002860#: e2fsck/util.c:342
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002861#, c-format
2862msgid "time: %5.2f/%5.2f/%5.2f\n"
2863msgstr "tijd: %5.2f/%5.2f/%5.2f\n"
2864
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002865#: e2fsck/util.c:347
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002866#, c-format
2867msgid "elapsed time: %6.3f\n"
2868msgstr "verlopen tijd: %6.3f\n"
2869
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002870#: e2fsck/util.c:361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002871#, c-format
2872msgid "while reading inode %ld in %s"
2873msgstr "tijdens lezen van inode %ld in %s"
2874
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002875#: e2fsck/util.c:375 e2fsck/util.c:388
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002876#, c-format
2877msgid "while writing inode %ld in %s"
2878msgstr "tijdens schrijven van inode %ld in %s"
2879
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002880#: misc/badblocks.c:61
2881msgid "done \n"
2882msgstr "voltooid \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002883
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002884#: misc/badblocks.c:80
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002885#, c-format
2886msgid ""
2887"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002888" [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002889" device [last_block [start_block]]\n"
2890msgstr ""
2891"Gebruik: %s [-b blokgrootte] [-i invoerbestand] [-o uitvoerbestand]\n"
2892" [-svwnf] [-c aantal_blokken_tegelijk] [-p aantal_doorlopen]\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002893" [-t testpatroon [-t ...]] apparaat [laatste_blok [beginblok]]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002894
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002895#: misc/badblocks.c:88
2896#, c-format
2897msgid ""
2898"%s: The -n and -w options are mutually exclusive.\n"
2899"\n"
2900msgstr ""
2901"%s: De opties '-n' en '-w' gaan niet samen.\n"
2902"\n"
2903
2904#: misc/badblocks.c:235
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002905msgid "Testing with random pattern: "
2906msgstr "Test wordt uitgevoerd met dit willekeurige patroon: "
2907
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002908#: misc/badblocks.c:253
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002909msgid "Testing with pattern 0x"
2910msgstr "Test wordt uitgevoerd met patroon 0x"
2911
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002912#: misc/badblocks.c:278 misc/badblocks.c:307
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002913msgid "during seek"
2914msgstr "tijdens 'seek'"
2915
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002916#: misc/badblocks.c:285
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002917#, c-format
2918msgid "Weird value (%ld) in do_read\n"
2919msgstr "Vreemde waarde (%ld) bij leespoging\n"
2920
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002921#: misc/badblocks.c:327
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002922msgid "during ext2fs_sync_device"
2923msgstr "tijdens leegmaken van de buffers"
2924
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002925#: misc/badblocks.c:343 misc/badblocks.c:581
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002926msgid "while beginning bad block list iteration"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002927msgstr "tijdens voorbereiding van het langslopen van de lijst met slechte blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002928
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002929#: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002930msgid "while allocating buffers"
2931msgstr "tijdens reserveren van buffers"
2932
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002933#: misc/badblocks.c:361
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002934#, c-format
2935msgid "Checking blocks %lu to %lu\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002936msgstr "Controleren van blokken %lu tot %lu\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002937
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002938#: misc/badblocks.c:365
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002939msgid "Checking for bad blocks in read-only mode\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002940msgstr "Zoeken naar slechte blokken in alleen-lezen-modus\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002941
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002942#: misc/badblocks.c:374
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002943msgid "Checking for bad blocks (read-only test): "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002944msgstr "Zoeken naar slechte blokken (alleen-lezen-test): "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002945
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002946#: misc/badblocks.c:454
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002947msgid "Checking for bad blocks in read-write mode\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04002948msgstr "Zoeken naar slechte blokken in lezen-en-schrijven-modus\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002949
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002950#: misc/badblocks.c:456 misc/badblocks.c:604
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002951#, c-format
2952msgid "From block %lu to %lu\n"
2953msgstr "Van blok %lu tot %lu\n"
2954
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002955#: misc/badblocks.c:507
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002956msgid "Reading and comparing: "
2957msgstr "Lezen en vergelijken: "
2958
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002959#: misc/badblocks.c:603
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002960msgid "Checking for bad blocks in non-destructive read-write mode\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002961msgstr "Zoeken naar slechte blokken in niet-destructieve lezen-en-schrijven-modus\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002962
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002963#: misc/badblocks.c:607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002964msgid "Checking for bad blocks (non-destructive read-write test)\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05002965msgstr "Zoeken naar slechte blokken (niet-destructieve lezen-en-schrijven-test)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002966
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002967#: misc/badblocks.c:614
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002968msgid ""
2969"\n"
2970"Interrupt caught, cleaning up\n"
2971msgstr ""
2972"\n"
2973"Interrupt ontvangen, bezig met opschonen...\n"
2974
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002975#: misc/badblocks.c:684
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002976#, c-format
2977msgid "during test data write, block %lu"
2978msgstr "tijdens schrijven van testpatroon, blok %lu"
2979
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002980#: misc/badblocks.c:794 misc/util.c:156
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002981#, c-format
2982msgid "%s is mounted; "
2983msgstr "%s is aangekoppeld; "
2984
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002985#: misc/badblocks.c:796
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002986msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04002987msgstr ""
2988"maar 'badblocks' wordt gedwongen uitgevoerd.\n"
2989"Hoop dat /etc/mtab onjuist is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002990
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002991#: misc/badblocks.c:801
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002992msgid "it's not safe to run badblocks!\n"
2993msgstr "het is niet veilig om 'badblocks' uit te voeren!\n"
2994
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04002995#: misc/badblocks.c:806 misc/util.c:167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002996#, c-format
2997msgid "%s is apparently in use by the system; "
Theodore Ts'o886017a2005-06-26 22:11:46 -04002998msgstr "%s wordt blijkbaar gebruikt door het systeem; "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04002999
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003000#: misc/badblocks.c:809
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003001msgid "badblocks forced anyway.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003002msgstr "maar 'badblocks' wordt gedwongen uitgevoerd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003003
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003004#: misc/badblocks.c:871
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003005#, c-format
3006msgid "bad block size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003007msgstr "ongeldige blokgrootte: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003008
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003009#: misc/badblocks.c:928
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003010#, c-format
3011msgid "can't allocate memory for test_pattern - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003012msgstr "kan geen geheugen reserveren voor testpatroon -- %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003013
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003014#: misc/badblocks.c:942
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003015#, c-format
3016msgid "invalid test_pattern: %s\n"
3017msgstr "ongeldig testpatroon: %s\n"
3018
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003019#: misc/badblocks.c:961
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003020msgid "Maximum of one test_pattern may be specified in read-only mode"
3021msgstr "In alleen-lezen-modus mag slechts één testpatroon gegeven worden"
3022
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003023#: misc/badblocks.c:967
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003024msgid "Random test_pattern is not allowed in read-only mode"
3025msgstr "In alleen-lezen-modus is een willekeurig testpatroon niet toegestaan"
3026
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003027#: misc/badblocks.c:981
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003028msgid ""
3029"Couldn't determine device size; you must specify\n"
3030"the size manually\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003031msgstr "Kan de apparaatgrootte niet bepalen; geef de grootte handmatig op.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003032
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003033#: misc/badblocks.c:987
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003034msgid "while trying to determine device size"
3035msgstr "tijdens bepalen van apparaatgrootte"
3036
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003037#: misc/badblocks.c:996 misc/mke2fs.c:1223
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003038#, c-format
3039msgid "invalid blocks count - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003040msgstr "ongeldig blokkenaantal: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003041
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003042#: misc/badblocks.c:1009
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003043#, c-format
3044msgid "invalid starting block - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003045msgstr "ongeldig beginblok: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003046
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003047#: misc/badblocks.c:1015
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003048#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003049msgid "invalid starting block (%d): must be less than %lu"
3050msgstr "ongeldig beginblok: %d -- moet kleiner dan %lu zijn"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003051
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003052#: misc/badblocks.c:1070
Theodore Ts'o197abba2005-06-20 18:00:23 -04003053msgid "while creating in-memory bad blocks list"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003054msgstr "tijdens opstellen van lijst van slechte blokken in geheugen"
3055
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003056#: misc/badblocks.c:1085
Theodore Ts'o197abba2005-06-20 18:00:23 -04003057msgid "while adding to in-memory bad block list"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003058msgstr "tijdens toevoegen aan lijst van slechte blokken in geheugen"
3059
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003060#: misc/badblocks.c:1109
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003061#, c-format
3062msgid "Pass completed, %u bad blocks found.\n"
3063msgstr "Doorloop voltooid, %u slechte blokken gevonden.\n"
3064
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003065#: misc/chattr.c:84
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003066#, c-format
3067msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
3068msgstr "Gebruik: %s [-RV] [-+=AacDdijsSu] [-v versie] bestanden...\n"
3069
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003070#: misc/chattr.c:147
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003071#, c-format
3072msgid "bad version - %s\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003073msgstr "ongeldige versie: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003074
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003075#: misc/chattr.c:191 misc/lsattr.c:113
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003076#, c-format
3077msgid "while trying to stat %s"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003078msgstr "tijdens opvragen van de status van %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003079
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003080#: misc/chattr.c:208 misc/chattr.c:224
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003081#, c-format
3082msgid "Flags of %s set as "
3083msgstr "Vlaggen van %s gezet als "
3084
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003085#: misc/chattr.c:217
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003086#, c-format
3087msgid "while reading flags on %s"
3088msgstr "tijdens lezen van vlaggen op %s"
3089
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003090#: misc/chattr.c:232
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003091#, c-format
3092msgid "while setting flags on %s"
3093msgstr "tijdens zetten van vlaggen op %s"
3094
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003095#: misc/chattr.c:237
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003096#, c-format
3097msgid "Version of %s set as %lu\n"
3098msgstr "Versie van %s gezet als %lu\n"
3099
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003100#: misc/chattr.c:240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003101#, c-format
3102msgid "while setting version on %s"
3103msgstr "tijdens zetten van versie op %s"
3104
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003105#: misc/chattr.c:254
3106#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003107msgid "Couldn't allocate path variable in chattr_dir_proc"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003108msgstr "Kan geen padvariabele reserveren in chattr_dir_proc()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003109
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003110#: misc/chattr.c:292
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003111msgid "= is incompatible with - and +\n"
3112msgstr "'=' gaat niet samen met '-' en '+'\n"
3113
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003114#: misc/chattr.c:300
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003115msgid "Must use '-v', =, - or +\n"
3116msgstr "Gebruik '-v', '=', '-' of '+'.\n"
3117
Theodore Ts'o6956f612005-12-31 16:46:15 -05003118#: misc/dumpe2fs.c:53
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003119#, c-format
3120msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3121msgstr "Gebruik: %s [-bfhixV] [-ob superblok] [-oB blokgrootte] apparaat\n"
3122
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003123#: misc/dumpe2fs.c:162
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003124#, c-format
3125msgid "Group %lu: (Blocks "
3126msgstr "Groep %lu: (Blokken "
3127
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003128#: misc/dumpe2fs.c:168
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003129#, c-format
3130msgid " %s superblock at "
3131msgstr " %s superblok op "
3132
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003133#: misc/dumpe2fs.c:169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003134msgid "Primary"
3135msgstr "Primair"
3136
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003137#: misc/dumpe2fs.c:169
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003138msgid "Backup"
3139msgstr "Reservekopie"
3140
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003141#: misc/dumpe2fs.c:173
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003142#, c-format
3143msgid ", Group descriptors at "
3144msgstr ", Groepsbeschrijvers op "
3145
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003146#: misc/dumpe2fs.c:177
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003147#, c-format
3148msgid ""
3149"\n"
3150" Reserved GDT blocks at "
3151msgstr ""
3152"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003153" Blokken voor groepsbeschrijverstabel gereserveerd op "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003154
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003155#: misc/dumpe2fs.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003156#, c-format
3157msgid " Group descriptor at "
3158msgstr " Groepsbeschrijver op "
3159
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003160#: misc/dumpe2fs.c:190
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003161msgid " Block bitmap at "
3162msgstr " Blok-bitkaart op "
3163
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003164#: misc/dumpe2fs.c:195
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003165msgid ", Inode bitmap at "
3166msgstr ", Inode-bitkaart op "
3167
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003168#: misc/dumpe2fs.c:200
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003169msgid ""
3170"\n"
3171" Inode table at "
3172msgstr ""
3173"\n"
3174" Inodetabel op "
3175
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003176#: misc/dumpe2fs.c:207
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003177#, c-format
3178msgid ""
3179"\n"
3180" %d free blocks, %d free inodes, %d directories\n"
3181msgstr ""
3182"\n"
3183" %d vrije blokken, %d vrije inodes, %d mappen\n"
3184
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003185#: misc/dumpe2fs.c:213
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003186msgid " Free blocks: "
3187msgstr " Vrije blokken: "
3188
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003189#: misc/dumpe2fs.c:221
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003190msgid " Free inodes: "
3191msgstr " Vrije inodes: "
3192
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003193#: misc/dumpe2fs.c:246
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003194msgid "while printing bad block list"
3195msgstr "tijdens printen van lijst van slechte blokken"
3196
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003197#: misc/dumpe2fs.c:252
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003198#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003199msgid "Bad blocks: %u"
3200msgstr "Slechte blokken: %u"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003201
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003202#: misc/dumpe2fs.c:274 misc/tune2fs.c:243
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003203msgid "while reading journal inode"
3204msgstr "tijdens lezen van journal-inode"
3205
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003206#: misc/dumpe2fs.c:277
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003207msgid "Journal size: "
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003208msgstr "Grootte van journal: "
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003209
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003210#: misc/dumpe2fs.c:296 misc/tune2fs.c:165
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003211msgid "while reading journal superblock"
3212msgstr "tijdens lezen van journal-superblok"
3213
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003214#: misc/dumpe2fs.c:304
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003215msgid "Couldn't find journal superblock magic numbers"
3216msgstr "Kan magische getallen van journal-superblok niet vinden"
3217
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003218#: misc/dumpe2fs.c:308
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003219#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003220msgid ""
3221"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003222"Journal block size: %u\n"
3223"Journal length: %u\n"
3224"Journal first block: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003225"Journal sequence: 0x%08x\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003226"Journal start: %u\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003227"Journal number of users: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003228msgstr ""
3229"\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003230"Blokgrootte in journal: %u\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003231"Lengte van journal: %u\n"
3232"Eerste journalblok: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003233"Kopcode van journalreeks: 0x%08x\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003234"Begin van journal: %u\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003235"Aantal journal-gebruikers: %u\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003236
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003237#: misc/dumpe2fs.c:321
Theodore Ts'o197abba2005-06-20 18:00:23 -04003238#, c-format
3239msgid "Journal users: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003240msgstr "Journal-gebruikers: %s\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003241
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003242#: misc/dumpe2fs.c:376 misc/mke2fs.c:1167
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003243#, c-format
3244msgid "\tUsing %s\n"
3245msgstr "\tgebruik makend van %s\n"
3246
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003247#: misc/dumpe2fs.c:402 misc/e2image.c:666 misc/tune2fs.c:854 resize/main.c:298
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003248#, c-format
3249msgid "Couldn't find valid filesystem superblock.\n"
3250msgstr "Kan geen geldig bestandssysteem-superblok vinden.\n"
3251
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003252#: misc/dumpe2fs.c:413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003253#, c-format
3254msgid "Note: This is a byte-swapped filesystem\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003255msgstr "Opmerking: dit is een byte-verwisseld bestandssysteem.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003256
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003257#: misc/dumpe2fs.c:432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003258#, c-format
3259msgid ""
3260"\n"
3261"%s: %s: error reading bitmaps: %s\n"
3262msgstr ""
3263"\n"
3264"%s: %s: fout tijdens lezen van bitkaarten: %s\n"
3265
3266#: misc/e2image.c:50
3267#, c-format
3268msgid "Usage: %s [-rsI] device image_file\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05003269msgstr "Gebruik: %s [-rsI] apparaat imagebestand\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003270
3271#: misc/e2image.c:62
3272msgid "Couldn't allocate header buffer\n"
3273msgstr "Kan geen headerbuffer reserveren.\n"
3274
3275#: misc/e2image.c:81
3276#, c-format
3277msgid "short write (only %d bytes) for writing image header"
3278msgstr "onvolledig blok (slechts %d bytes) tijdens schrijven van image-kop"
3279
3280#: misc/e2image.c:100
3281msgid "while writing superblock"
3282msgstr "tijdens schrijven van superblok"
3283
3284#: misc/e2image.c:108
3285msgid "while writing inode table"
3286msgstr "tijdens aanmaken van inodetabel"
3287
3288#: misc/e2image.c:115
3289msgid "while writing block bitmap"
3290msgstr "tijdens schrijven van blok-bitkaart"
3291
3292#: misc/e2image.c:122
3293msgid "while writing inode bitmap"
3294msgstr "tijdens schrijven van inode-bitkaart"
3295
3296#: misc/e2label.c:57
3297#, c-format
3298msgid "e2label: cannot open %s\n"
3299msgstr "e2label: kan %s niet openen\n"
3300
3301#: misc/e2label.c:62
3302#, c-format
3303msgid "e2label: cannot seek to superblock\n"
3304msgstr "e2label: kan geen 'seek' doen naar superblok\n"
3305
3306#: misc/e2label.c:67
3307#, c-format
3308msgid "e2label: error reading superblock\n"
3309msgstr "e2label: fout tijdens lezen van superblok\n"
3310
3311#: misc/e2label.c:71
3312#, c-format
3313msgid "e2label: not an ext2 filesystem\n"
3314msgstr "e2label: geen ext2-bestandssysteem\n"
3315
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003316#: misc/e2label.c:96 misc/tune2fs.c:970
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003317#, c-format
3318msgid "Warning: label too long, truncating.\n"
3319msgstr "Waarschuwing: label is te lang, wordt afgekapt.\n"
3320
3321#: misc/e2label.c:99
3322#, c-format
3323msgid "e2label: cannot seek to superblock again\n"
3324msgstr "e2label: kan niet opnieuw 'seek' doen naar superblok\n"
3325
3326#: misc/e2label.c:104
3327#, c-format
3328msgid "e2label: error writing superblock\n"
3329msgstr "e2label: fout tijdens schrijven van superblok\n"
3330
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003331#: misc/e2label.c:116 misc/tune2fs.c:462
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003332#, c-format
3333msgid "Usage: e2label device [newlabel]\n"
3334msgstr "Gebruik: e2label apparaat [nieuwlabel]\n"
3335
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003336#: misc/fsck.c:343
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003337#, c-format
3338msgid "WARNING: couldn't open %s: %s\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003339msgstr "WAARSCHUWING: kan %s niet openen: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003340
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003341#: misc/fsck.c:353
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003342#, c-format
3343msgid "WARNING: bad format on line %d of %s\n"
3344msgstr "WAARSCHUWING: foute indeling op regel %d van %s\n"
3345
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003346#: misc/fsck.c:368
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003347msgid ""
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04003348"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003349"\tfield. I will kludge around things for you, but you\n"
3350"\tshould fix your /etc/fstab file as soon as you can.\n"
3351"\n"
3352msgstr ""
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04003353"\a\a\aWAARSCHUWING: /etc/fstab bevat geen zesde veld (een fsck-volgnummer).\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003354" Er wordt nu omheengewerkt, maar u zou dit veld bij\n"
3355" de eerstvolgende gelegenheid toe dienen te voegen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003356"\n"
3357
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003358#: misc/fsck.c:469
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003359#, c-format
3360msgid "fsck: %s: not found\n"
3361msgstr "fsck: %s: niet gevonden\n"
3362
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003363#: misc/fsck.c:585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003364#, c-format
3365msgid "%s: wait: No more child process?!?\n"
Theodore Ts'o35246252007-08-20 22:14:36 -04003366msgstr "%s: wait: geen dochterprocessen meer?!?\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003367
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003368#: misc/fsck.c:607
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003369#, c-format
3370msgid "Warning... %s for device %s exited with signal %d.\n"
3371msgstr "Waarschuwing: %s voor apparaat %s werd beëindigd met signaal %d.\n"
3372
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003373#: misc/fsck.c:613
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003374#, c-format
3375msgid "%s %s: status is %x, should never happen.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003376msgstr "%s %s: de status is %x, dit zou nooit voor mogen komen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003377
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003378#: misc/fsck.c:649
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003379#, c-format
3380msgid "Finished with %s (exit status %d)\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003381msgstr "Afgesloten met %s (afsluitwaarde %d).\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003382
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003383#: misc/fsck.c:709
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003384#, c-format
3385msgid "%s: Error %d while executing fsck.%s for %s\n"
3386msgstr "%s: Fout %d tijdens uitvoering van fsck.%s voor %s\n"
3387
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003388#: misc/fsck.c:730
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003389msgid ""
3390"Either all or none of the filesystem types passed to -t must be prefixed\n"
3391"with 'no' or '!'.\n"
3392msgstr ""
3393"Óf geen óf alle bestandsssysteemsoorten bij optie -t\n"
3394"dienen voorafgegaan te worden door 'no' of '!'.\n"
3395
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003396#: misc/fsck.c:749
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003397msgid "Couldn't allocate memory for filesystem types\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003398msgstr "Kan geen geheugen reserveren voor bestandssysteemsoorten.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003399
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003400#: misc/fsck.c:872
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003401#, c-format
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003402msgid "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass number\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003403msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003404"%s: ongeldige regel in /etc/fstab wordt overgeslagen:\n"
3405"zesde veld van 'bind'-aankoppeling is niet nul (fsck-volgnummer)\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003406
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003407#: misc/fsck.c:899
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003408#, c-format
3409msgid "fsck: cannot check %s: fsck.%s not found\n"
3410msgstr "fsck: kan %s niet controleren: fsck.%s niet gevonden\n"
3411
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003412#: misc/fsck.c:955
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003413msgid "Checking all file systems.\n"
3414msgstr "Alle bestandssystemen worden gecontroleerd.\n"
3415
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003416#: misc/fsck.c:1041
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003417#, c-format
3418msgid "--waiting-- (pass %d)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003419msgstr "--wachten-- (volgnummer %d)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003420
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003421#: misc/fsck.c:1061
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003422msgid "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003423msgstr ""
3424"Gebruik: fsck [-ANPRTV] [-C [descriptor]] [-t bestandssysteemsoort]\n"
Theodore Ts'o12eab042005-12-09 18:18:28 -05003425" [bestandssysteemopties] [bestandssysteem...]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003426
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003427#: misc/fsck.c:1103
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003428#, c-format
3429msgid "%s: too many devices\n"
3430msgstr "%s: te veel apparaten\n"
3431
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003432#: misc/fsck.c:1136 misc/fsck.c:1222
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003433#, c-format
3434msgid "%s: too many arguments\n"
3435msgstr "%s: te veel argumenten\n"
3436
3437#: misc/lsattr.c:73
3438#, c-format
3439msgid "Usage: %s [-RVadlv] [files...]\n"
3440msgstr "Gebruik: %s [-RVadlv] [bestand...]\n"
3441
3442#: misc/lsattr.c:83
3443#, c-format
3444msgid "While reading flags on %s"
3445msgstr "Tijdens lezen van vlaggen op %s"
3446
3447#: misc/lsattr.c:90
3448#, c-format
3449msgid "While reading version on %s"
3450msgstr "Tijdens lezen van versie op %s"
3451
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003452#: misc/mke2fs.c:97
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003453#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003454msgid ""
3455"Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003456"\t[-i bytes-per-inode] [-I inode-size] [-j] [-J journal-options]\n"
3457"\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3458"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
Theodore Ts'o7527ef12007-12-05 19:35:20 -05003459"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]] [-qvSV]\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003460"\tdevice [blocks-count]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003461msgstr ""
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003462"Gebruik: %s [-b blokgrootte] [-c|-l bestandsnaam] [-f fragmentgrootte]\n"
3463" [-g blokken_per_groep] [-i bytes_per_inode] [-I inode-grootte]\n"
3464" [-j] [-J journalopties] [-L label] [-M laatst_aangekoppelde_map]\n"
3465" [-m percentage_gereserveerde_blokken] [-N aantal_inodes]\n"
3466" [-o naam_van_aanmakende_besturingssyteem] [-O functie[,...]]\n"
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003467" [-r bestandssysteemversie] [-T bestandssysteemtype] [-nqSvV]\n"
3468" [-E uitgebreide_optie[,...]] apparaat [aantal_blokken]\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003469
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003470#: misc/mke2fs.c:197
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003471#, c-format
3472msgid "Running command: %s\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003473msgstr "Uitgevoerde opdracht is: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003474
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003475#: misc/mke2fs.c:201
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003476#, c-format
3477msgid "while trying to run '%s'"
3478msgstr "tijdens uitvoering van '%s'"
3479
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003480#: misc/mke2fs.c:208
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003481msgid "while processing list of bad blocks from program"
3482msgstr "tijdens verwerken van de gemaakte lijst van slechte blokken"
3483
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003484#: misc/mke2fs.c:235
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003485#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003486msgid "Block %d in primary superblock/group descriptor area bad.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003487msgstr "Blok %d in het primaire superblok of de groepsbeschrijvers is slecht.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003488
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003489#: misc/mke2fs.c:237
3490#, c-format
3491msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3492msgstr ""
Theodore Ts'o35246252007-08-20 22:14:36 -04003493"Blokken %u tot en met %u moeten goed zijn\n"
3494"om een bestandssysteem aan te kunnen maken.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003495
3496#: misc/mke2fs.c:240
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003497msgid "Aborting....\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003498msgstr "Gestopt...\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003499
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003500#: misc/mke2fs.c:260
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003501#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003502msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003503"Warning: the backup superblock/group descriptors at block %u contain\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003504"\tbad blocks.\n"
3505"\n"
3506msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003507"Waarschuwing: de reservekopie van het superblok en de groepsbeschrijvers,\n"
3508"beginnend bij blok %u, bevat slechte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003509"\n"
3510
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003511#: misc/mke2fs.c:278
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003512msgid "while marking bad blocks as used"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003513msgstr "tijdens het markeren van slechte blokken (als zijnde in gebruik)"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003514
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003515#: misc/mke2fs.c:336
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003516msgid "done \n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003517msgstr "voltooid \n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003518
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003519#: misc/mke2fs.c:371
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003520msgid "while allocating zeroizing buffer"
3521msgstr "tijdens reserveren van nulmakingsbuffer"
3522
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003523#: misc/mke2fs.c:413
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003524msgid "Writing inode tables: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003525msgstr "Schrijven van inodetabellen: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003526
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003527#: misc/mke2fs.c:430
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003528#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003529msgid ""
3530"\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003531"Could not write %d blocks in inode table starting at %u: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003532msgstr ""
3533"\n"
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003534"Kan %d blokken in inodetabel niet schrijven, beginnend bij %u: %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003535
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003536#: misc/mke2fs.c:486
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003537msgid "while creating root dir"
3538msgstr "tijdens aanmaken van root-map"
3539
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003540#: misc/mke2fs.c:493
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003541msgid "while reading root inode"
3542msgstr "tijdens lezen van root-inode"
3543
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003544#: misc/mke2fs.c:507
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003545msgid "while setting root inode ownership"
3546msgstr "tijdens zetten van eigenaar van root-inode"
3547
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003548#: misc/mke2fs.c:525
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003549msgid "while creating /lost+found"
3550msgstr "tijdens aanmaken van /lost+found"
3551
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003552#: misc/mke2fs.c:532
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003553msgid "while looking up /lost+found"
3554msgstr "tijdens zoeken van /lost+found"
3555
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003556#: misc/mke2fs.c:542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003557msgid "while expanding /lost+found"
3558msgstr "tijdens uitbreiden van /lost+found"
3559
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003560#: misc/mke2fs.c:558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003561msgid "while setting bad block inode"
3562msgstr "tijdens zetten van slechte-blokken-inode"
3563
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003564#: misc/mke2fs.c:590
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003565#, c-format
3566msgid "Out of memory erasing sectors %d-%d\n"
3567msgstr "Onvoldoende geheugen tijdens wissen van sectoren %d-%d.\n"
3568
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003569#: misc/mke2fs.c:600
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003570#, c-format
3571msgid "Warning: could not read block 0: %s\n"
3572msgstr "Waarschuwing: kan blok 0 niet lezen: %s\n"
3573
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003574#: misc/mke2fs.c:616
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003575#, c-format
3576msgid "Warning: could not erase sector %d: %s\n"
3577msgstr "Waarschuwing: kan sector %d niet wissen: %s\n"
3578
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003579#: misc/mke2fs.c:632
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003580msgid "while initializing journal superblock"
3581msgstr "tijdens initialiseren van het journal-superblok"
3582
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003583#: misc/mke2fs.c:638
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003584msgid "Zeroing journal device: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003585msgstr "Nulmaken van journal-apparaat: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003586
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003587#: misc/mke2fs.c:645
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003588#, c-format
3589msgid "while zeroing journal device (block %u, count %d)"
3590msgstr "tijdens nulmaken van journal-apparaat (blok %u, nummer %d)"
3591
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003592#: misc/mke2fs.c:656
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003593msgid "while writing journal superblock"
3594msgstr "tijdens schrijven van journal-superblok"
3595
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003596#: misc/mke2fs.c:672
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003597#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003598msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003599"warning: %u blocks unused.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003600"\n"
3601msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003602"Waarschuwing: %u ongebruikte blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003603"\n"
3604
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003605#: misc/mke2fs.c:677
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003606#, c-format
3607msgid "Filesystem label=%s\n"
3608msgstr "Bestandssysteemlabel=%s\n"
3609
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003610#: misc/mke2fs.c:678
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003611msgid "OS type: "
3612msgstr "Soort besturingssysteem: "
3613
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003614#: misc/mke2fs.c:683
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003615#, c-format
3616msgid "Block size=%u (log=%u)\n"
3617msgstr "Blokgrootte=%u (log=%u)\n"
3618
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003619#: misc/mke2fs.c:685
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003620#, c-format
3621msgid "Fragment size=%u (log=%u)\n"
3622msgstr "Fragmentgrootte=%u (log=%u)\n"
3623
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003624#: misc/mke2fs.c:687
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003625#, c-format
3626msgid "%u inodes, %u blocks\n"
3627msgstr "%u inodes, %u blokken\n"
3628
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003629#: misc/mke2fs.c:689
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003630#, c-format
3631msgid "%u blocks (%2.2f%%) reserved for the super user\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003632msgstr "%u blokken (%2.2f%%) gereserveerd voor systeembeheer\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003633
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003634#: misc/mke2fs.c:692
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003635#, c-format
3636msgid "First data block=%u\n"
3637msgstr "Eerste gegevensblok=%u\n"
3638
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003639#: misc/mke2fs.c:694
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003640#, c-format
3641msgid "Maximum filesystem blocks=%lu\n"
3642msgstr "Maximum aantal bestandssysteemblokken=%lu\n"
3643
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003644#: misc/mke2fs.c:699
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003645#, c-format
3646msgid "%u block groups\n"
3647msgstr "%u blokgroepen\n"
3648
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003649#: misc/mke2fs.c:701
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003650#, c-format
3651msgid "%u block group\n"
3652msgstr "%u blokgroep\n"
3653
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003654#: misc/mke2fs.c:702
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003655#, c-format
3656msgid "%u blocks per group, %u fragments per group\n"
3657msgstr "%u blokken per groep, %u fragmenten per groep\n"
3658
3659# src/main.c:425
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003660#: misc/mke2fs.c:704
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003661#, c-format
3662msgid "%u inodes per group\n"
3663msgstr "%u inodes per groep\n"
3664
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003665#: misc/mke2fs.c:711
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003666#, c-format
3667msgid "Superblock backups stored on blocks: "
3668msgstr "Superblokreservekopieën opgeslagen in blokken: "
3669
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003670#: misc/mke2fs.c:767 misc/tune2fs.c:776
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003671#, c-format
3672msgid "Couldn't allocate memory to parse options!\n"
3673msgstr "Kan geen geheugen reserveren om opties te ontleden!\n"
3674
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003675#: misc/mke2fs.c:791
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003676#, c-format
3677msgid "Invalid stride parameter: %s\n"
3678msgstr "Ongeldig argument van 'stride': %s\n"
3679
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003680#: misc/mke2fs.c:812
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003681#, c-format
3682msgid "Invalid resize parameter: %s\n"
3683msgstr "Ongeldig argument van 'resize': %s\n"
3684
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003685#: misc/mke2fs.c:819
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003686#, c-format
3687msgid "The resize maximum must be greater than the filesystem size.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003688msgstr "De maximum grootte moet groter zijn dan de huidige bestandssysteemgrootte.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003689
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003690#: misc/mke2fs.c:843
3691#, c-format
3692msgid "On-line resizing not supported with revision 0 filesystems\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003693msgstr "Vergroten en verkleinen zijn niet mogelijk op een bestandssysteem van versie 0.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003694
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003695#: misc/mke2fs.c:858
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003696#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003697msgid ""
3698"\n"
3699"Bad options specified.\n"
3700"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003701"Extended options are separated by commas, and may take an argument which\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003702"\tis set off by an equals ('=') sign.\n"
3703"\n"
Theodore Ts'o197abba2005-06-20 18:00:23 -04003704"Valid extended options are:\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003705"\tstride=<stride length in blocks>\n"
3706"\tresize=<resize maximum size in blocks>\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003707"\ttest_fs\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003708msgstr ""
3709"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003710"Ongeldige opties opgegeven.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003711"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003712"Uitgebreide opties worden gescheiden door komma's,\n"
3713"hun argument wordt voorafgegaan door een '='-teken.\n"
3714"\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003715"Geldige uitgebreide opties zijn:\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003716" stride=<aantal blokken per stripe, als voorbereiding op RAID>\n"
3717" resize=<maximum grootte van bestandssysteem in blokken>\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003718" test_fs\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003719"\n"
3720
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003721#: misc/mke2fs.c:888
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003722#, c-format
3723msgid ""
3724"Syntax error in mke2fs config file (%s, line #%d)\n"
3725"\t%s\n"
3726msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04003727"Syntaxfout in mke2fs-configuratiebestand (%s, regel #%d)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003728" %s\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003729
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003730#: misc/mke2fs.c:901 misc/tune2fs.c:314
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003731#, c-format
3732msgid "Invalid filesystem option set: %s\n"
3733msgstr "Ongeldige optie van bestandssysteem: %s\n"
3734
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003735#: misc/mke2fs.c:1008
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003736#, c-format
3737msgid "invalid block size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003738msgstr "ongeldige blokgrootte: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003739
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003740#: misc/mke2fs.c:1012
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003741#, c-format
3742msgid "Warning: blocksize %d not usable on most systems.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003743msgstr "Waarschuwing: blokgrootte %d is op de meeste systemen niet bruikbaar.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003744
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003745#: misc/mke2fs.c:1029
Theodore Ts'o886017a2005-06-26 22:11:46 -04003746#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003747msgid "invalid fragment size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003748msgstr "ongeldige fragmentgrootte: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003749
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003750#: misc/mke2fs.c:1035
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003751#, c-format
3752msgid "Warning: fragments not supported. Ignoring -f option\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003753msgstr "Waarschuwing: fragmenten worden niet ondersteund; optie -f wordt genegeerd\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003754
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003755#: misc/mke2fs.c:1042
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003756msgid "Illegal number for blocks per group"
3757msgstr "Ongeldig aantal blokken per groep"
3758
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003759#: misc/mke2fs.c:1047
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003760msgid "blocks per group must be multiple of 8"
3761msgstr "argument van -g (blokken per groep) is geen veelvoud van 8"
3762
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003763#: misc/mke2fs.c:1057
Theodore Ts'o886017a2005-06-26 22:11:46 -04003764#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003765msgid "invalid inode ratio %s (min %d/max %d)"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003766msgstr "ongeldige inodeverhouding %s (min %d / max %d)"
3767
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003768#: misc/mke2fs.c:1074
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003769msgid "in malloc for bad_blocks_filename"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003770msgstr "onvoldoende geheugen in bad_blocks_filename()"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003771
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003772#: misc/mke2fs.c:1083
Theodore Ts'o886017a2005-06-26 22:11:46 -04003773#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003774msgid "invalid reserved blocks percent - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003775msgstr "ongeldig percentage gereserveerde blokken: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003776
Theodore Ts'o6956f612005-12-31 16:46:15 -05003777# lib/prange.c:299 lib/prange.c:316
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003778#: misc/mke2fs.c:1101
Theodore Ts'of2275e32006-01-06 20:44:13 -05003779#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05003780msgid "bad revision level - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003781msgstr "ongeldig versienummer: %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003782
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003783#: misc/mke2fs.c:1113
Theodore Ts'o886017a2005-06-26 22:11:46 -04003784#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003785msgid "invalid inode size - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003786msgstr "ongeldige grootte van inode: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003787
Theodore Ts'o6956f612005-12-31 16:46:15 -05003788# lib/prange.c:299 lib/prange.c:316
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003789#: misc/mke2fs.c:1133
Theodore Ts'of2275e32006-01-06 20:44:13 -05003790#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05003791msgid "bad num inodes - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003792msgstr "ongeldig aantal inodes: %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05003793
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003794#: misc/mke2fs.c:1191 misc/mke2fs.c:1713
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003795#, c-format
3796msgid "while trying to open journal device %s\n"
3797msgstr "tijdens openen van journal-apparaat %s\n"
3798
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003799#: misc/mke2fs.c:1197
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003800#, c-format
3801msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003802msgstr "Blokgrootte %d van journal-apparaat is kleiner dan minimum blokgrootte %d.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003803
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003804#: misc/mke2fs.c:1211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003805#, c-format
3806msgid "%d-byte blocks too big for system (max %d)"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003807msgstr "Blokken van %d bytes zijn te groot voor dit systeem (max %d)."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003808
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003809#: misc/mke2fs.c:1215
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003810#, c-format
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003811msgid "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003812msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003813"Waarschuwing: blokken van %d bytes zijn te groot voor dit systeem,\n"
3814"het maximum is %d -- maar 'mke2fs' wordt gedwongen uitgevoerd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003815
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003816#: misc/mke2fs.c:1233
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003817msgid "filesystem"
3818msgstr "bestandssysteem"
3819
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003820#: misc/mke2fs.c:1256 resize/main.c:332
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003821msgid "while trying to determine filesystem size"
3822msgstr "tijdens bepalen van grootte van bestandssysteem"
3823
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003824#: misc/mke2fs.c:1262
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003825msgid ""
3826"Couldn't determine device size; you must specify\n"
3827"the size of the filesystem\n"
3828msgstr ""
3829"Kan de grootte van het apparaat niet bepalen;\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003830"u dient zelf de grootte van het bestandssysteem aan te geven.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003831
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003832#: misc/mke2fs.c:1269
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003833msgid ""
3834"Device size reported to be zero. Invalid partition specified, or\n"
3835"\tpartition table wasn't reread after running fdisk, due to\n"
3836"\ta modified partition being busy and in use. You may need to reboot\n"
3837"\tto re-read your partition table.\n"
3838msgstr ""
3839"Apparaatgrootte wordt gerapporteerd als nul. Dit betekent dat er een\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003840" ongeldige partitie is opgegeven, of dat de partitietabel niet opnieuw\n"
3841" gelezen is na gebruik van een partitioneringsprogramma, wegens het\n"
3842" in-gebruik-zijn van een gewijzigde partitie. Mogelijk dient u uw\n"
3843" computer te herstarten om de juiste partitietabel te verkrijgen.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003844
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003845#: misc/mke2fs.c:1287
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003846msgid "Filesystem larger than apparent device size."
3847msgstr "Bestandssysteem is groter dan de schijnbare apparaatgrootte."
3848
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003849#: misc/mke2fs.c:1335
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003850#, c-format
3851msgid "Filesystem features not supported with revision 0 filesystems\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003852msgstr "Sommige functies worden niet ondersteund op een bestandssysteem van versie 0.\n"
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003853
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003854#: misc/mke2fs.c:1342
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003855#, c-format
3856msgid "Sparse superblocks not supported with revision 0 filesystems\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003857msgstr "Schaarse superblokken zijn niet mogelijk op een bestandssysteem van versie 0.\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003858
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003859#: misc/mke2fs.c:1354
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003860#, c-format
3861msgid "Journals not supported with revision 0 filesystems\n"
3862msgstr "Een journal is niet mogelijk op een bestandssysteem van versie 0.\n"
3863
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003864#: misc/mke2fs.c:1380
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003865msgid "while trying to determine hardware sector size"
3866msgstr "tijdens bepalen van de grootte van een sector"
3867
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003868#: misc/mke2fs.c:1432
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003869msgid "reserved online resize blocks not supported on non-sparse filesystem"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003870msgstr "het reserveren van blokken voor bestandssysteemvergroting wordt niet ondersteund op een niet-schaars bestandssysteem"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003871
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003872#: misc/mke2fs.c:1441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003873msgid "blocks per group count out of range"
3874msgstr "teller van blokken-per-groep ligt buiten het toegestane bereik"
3875
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003876#: misc/mke2fs.c:1448
Theodore Ts'o6956f612005-12-31 16:46:15 -05003877msgid ""
3878"Filesystem too large. No more than 2**31-1 blocks\n"
3879"\t (8TB using a blocksize of 4k) are currently supported."
3880msgstr ""
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003881"Bestandssysteem is te groot. Momenteel zijn niet meer dan\n"
3882"2**31-1 blokken mogelijk (8TB bij een blokgrootte van 4K)."
Theodore Ts'o6956f612005-12-31 16:46:15 -05003883
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003884#: misc/mke2fs.c:1455
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05003885#, c-format
3886msgid ""
3887"\n"
3888"Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3889"\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3890"\n"
3891msgstr ""
3892"\n"
3893"Waarschuwing: sommige 2.4-kernels ondersteunen voor ext3 geen\n"
3894"blokgroottes groter dan 4096. Gebruik in dat geval '-b 4096'.\n"
3895"\n"
3896
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003897#: misc/mke2fs.c:1472
Theodore Ts'o886017a2005-06-26 22:11:46 -04003898#, c-format
Theodore Ts'o197abba2005-06-20 18:00:23 -04003899msgid "invalid inode size %d (min %d/max %d)"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003900msgstr "ongeldige inode-grootte %d (min %d / max %d)"
3901
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003902#: misc/mke2fs.c:1478
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003903#, c-format
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003904msgid "Warning: %d-byte inodes not usable on older systems\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05003905msgstr "Waarschuwing: inodes van %d bytes zijn onbruikbaar op oudere systemen\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003906
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003907#: misc/mke2fs.c:1490
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003908#, c-format
3909msgid "too many inodes (%llu), raise inode ratio?"
3910msgstr "te veel inodes (%llu) -- inodeverhouding verhogen?"
3911
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003912#: misc/mke2fs.c:1495
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003913#, c-format
3914msgid "too many inodes (%llu), specify < 2^32 inodes"
3915msgstr "te veel inodes (%llu) -- geef minder dan 2^32 op"
3916
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003917#: misc/mke2fs.c:1510
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04003918#, c-format
3919msgid ""
3920"inode_size (%u) * inodes_count (%u) too big for a\n"
3921"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3922"\tor lower inode count (-N).\n"
3923msgstr ""
3924"De inode-ruimte (inode-grootte %u * aantal_inodes %u)\n"
3925"is te groot voor een bestandssysteem met %lu blokken --\n"
3926" geef een hogere bytes-per-inodeverhouding op (-i),\n"
3927" of verklein het aantal inodes (-N).\n"
3928
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003929#: misc/mke2fs.c:1559
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003930msgid "while setting up superblock"
3931msgstr "tijdens aanmaken van superblok"
3932
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003933#: misc/mke2fs.c:1596
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003934#, c-format
3935msgid "unknown os - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04003936msgstr "onbekend besturingssysteem: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003937
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003938#: misc/mke2fs.c:1650
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003939msgid "while trying to allocate filesystem tables"
3940msgstr "tijdens reserveren van bestandssysteemtabellen"
3941
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003942#: misc/mke2fs.c:1681
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003943#, c-format
3944msgid "while zeroing block %u at end of filesystem"
3945msgstr "tijdens nulmaken van blok %u aan het eind van het bestandssysteem"
3946
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003947#: misc/mke2fs.c:1695
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003948msgid "while reserving blocks for online resize"
3949msgstr "tijdens reserveren van uitbreidingsblokken"
3950
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003951#: misc/mke2fs.c:1706 misc/tune2fs.c:399
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003952msgid "journal"
Theodore Ts'o886017a2005-06-26 22:11:46 -04003953msgstr "journal"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003954
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003955#: misc/mke2fs.c:1718
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003956#, c-format
3957msgid "Adding journal to device %s: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04003958msgstr "Toevoegen van journal aan apparaat %s: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003959
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003960#: misc/mke2fs.c:1725
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003961#, c-format
3962msgid ""
3963"\n"
3964"\twhile trying to add journal to device %s"
3965msgstr ""
3966"\n"
3967"\ttijdens toevoegen van journal aan apparaat %s"
3968
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003969#: misc/mke2fs.c:1730 misc/mke2fs.c:1756 misc/tune2fs.c:427 misc/tune2fs.c:441
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003970#, c-format
3971msgid "done\n"
Theodore Ts'o35246252007-08-20 22:14:36 -04003972msgstr "voltooid\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003973
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003974#: misc/mke2fs.c:1761
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003975#, c-format
3976msgid "Writing superblocks and filesystem accounting information: "
Theodore Ts'o12eab042005-12-09 18:18:28 -05003977msgstr "Schrijven van superblokken en bestandssysteem-metagegevens: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003978
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003979#: misc/mke2fs.c:1766
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003980#, c-format
3981msgid ""
3982"\n"
3983"Warning, had trouble writing out superblocks."
3984msgstr ""
3985"\n"
3986"Waarschuwing: problemen tijdens schrijven van superblokken."
3987
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05003988#: misc/mke2fs.c:1769
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003989#, c-format
3990msgid ""
3991"done\n"
3992"\n"
3993msgstr ""
Theodore Ts'ocb3f5f22007-12-15 23:11:31 -05003994"voltooid\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04003995"\n"
3996
3997#: misc/mklost+found.c:49
3998#, c-format
3999msgid "Usage: mklost+found\n"
4000msgstr "Gebruik: mklost+found\n"
4001
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004002#: misc/tune2fs.c:89
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004003msgid "Please run e2fsck on the filesystem.\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004004msgstr "Controleer het bestandssysteem met 'e2fsck'.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004005
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004006#: misc/tune2fs.c:96
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004007#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004008msgid ""
Theodore Ts'o197abba2005-06-20 18:00:23 -04004009"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4010"\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
4011"\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
4012"\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004013"\t[-u user] [-C mount_count] [-L volume_label]\n"
4014"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4015"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID] device\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004016msgstr ""
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004017"Gebruik: %s [-c maximum_aantal_aankoppelingen] [-C aankoppelingental]\n"
4018" [-e gedrag_bij_fouten] [-E uitgebreide_optie[,...]] [-f] [-g groep]\n"
4019" [-i interval[d|w|m]] [-j] [-J journal-opties] [-l] [-L label]\n"
4020" [-m percentage_gereserveerde_blokken] [-M laatst_aangekoppelde_map]\n"
4021" [-o [^]aankoppelingsopties[,...]] [-O [^]functie[,...]]\n"
4022" [-r aantal_gereserveerde_blokken] [-s schaarsheidsvlag]\n"
4023" [-T tijdstip_van_laatste_controle] [-u gebruiker] [-U UUID] apparaat\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004024
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004025#: misc/tune2fs.c:153
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004026msgid "while trying to open external journal"
4027msgstr "tijdens openen van extern journal"
4028
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004029#: misc/tune2fs.c:157
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004030#, c-format
4031msgid "%s is not a journal device.\n"
4032msgstr "%s: is geen journal-apparaat.\n"
4033
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004034#: misc/tune2fs.c:172
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004035msgid "Journal superblock not found!\n"
4036msgstr "Geen journal-superblok gevonden!\n"
4037
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004038#: misc/tune2fs.c:184
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004039msgid "Filesystem's UUID not found on journal device.\n"
4040msgstr "UUID van bestandssysteem niet gevonden op journal-apparaat.\n"
4041
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004042#: misc/tune2fs.c:205
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004043msgid "Journal NOT removed\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004044msgstr "Journal is NIET verwijderd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004045
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004046#: misc/tune2fs.c:211
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004047msgid "Journal removed\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004048msgstr "Journal is verwijderd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004049
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004050#: misc/tune2fs.c:250
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004051msgid "while reading bitmaps"
4052msgstr "tijdens lezen van bitkaarten"
4053
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004054#: misc/tune2fs.c:257
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004055msgid "while clearing journal inode"
4056msgstr "tijdens wissen van journal-inode"
4057
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004058#: misc/tune2fs.c:268
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004059msgid "while writing journal inode"
4060msgstr "tijdens schrijven van journal-inode"
4061
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004062#: misc/tune2fs.c:283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004063#, c-format
4064msgid "Invalid mount option set: %s\n"
4065msgstr "Ongeldige aankoppelingsoptie: %s\n"
4066
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004067#: misc/tune2fs.c:329
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004068msgid ""
4069"The has_journal flag may only be cleared when the filesystem is\n"
4070"unmounted or mounted read-only.\n"
4071msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04004072"De journalvlag mag alleen gewist worden wanneer het bestandssysteem\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004073"ontkoppeld is of als alleen-lezen aangekoppeld is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004074
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004075#: misc/tune2fs.c:337
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004076msgid ""
4077"The needs_recovery flag is set. Please run e2fsck before clearing\n"
4078"the has_journal flag.\n"
4079msgstr ""
Theodore Ts'o886017a2005-06-26 22:11:46 -04004080"De journalreddingsvlag is gezet. Voer eerst 'e2fsck' uit,\n"
4081"voordat u de journalvlag wist.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004082
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004083#: misc/tune2fs.c:394
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004084msgid "The filesystem already has a journal.\n"
4085msgstr "Het bestandssysteem heeft al een journal.\n"
4086
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004087#: misc/tune2fs.c:411
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004088#, c-format
4089msgid ""
4090"\n"
4091"\twhile trying to open journal on %s\n"
4092msgstr ""
4093"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004094" tijdens openen van journal op %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004095
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004096#: misc/tune2fs.c:415
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004097#, c-format
4098msgid "Creating journal on device %s: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04004099msgstr "Aanmaken van journal op apparaat %s: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004100
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004101#: misc/tune2fs.c:423
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004102#, c-format
4103msgid "while adding filesystem to journal on %s"
4104msgstr "tijdens toevoegen van bestandssysteem aan journal op %s"
4105
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004106#: misc/tune2fs.c:429
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004107msgid "Creating journal inode: "
Theodore Ts'o886017a2005-06-26 22:11:46 -04004108msgstr "Aanmaken van journal-inode: "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004109
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004110#: misc/tune2fs.c:438
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004111msgid ""
4112"\n"
4113"\twhile trying to create journal file"
4114msgstr ""
4115"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004116" tijdens aanmaken van journal-inode"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004117
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004118#: misc/tune2fs.c:505
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004119#, c-format
4120msgid "Couldn't parse date/time specifier: %s"
4121msgstr "Kan datum/tijd-specificatie niet ontleden: %s"
4122
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004123#: misc/tune2fs.c:529 misc/tune2fs.c:542
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004124#, c-format
4125msgid "bad mounts count - %s"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004126msgstr "onjuist aankoppelingenaantal: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004127
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004128#: misc/tune2fs.c:558
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004129#, c-format
4130msgid "bad error behavior - %s"
4131msgstr "onjuist argument van -e (gedrag bij een fout): %s"
4132
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004133#: misc/tune2fs.c:585
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004134#, c-format
4135msgid "bad gid/group name - %s"
4136msgstr "onjuiste GID of groepsnaam: %s"
4137
4138# lib/prange.c:299 lib/prange.c:316
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004139#: misc/tune2fs.c:618
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004140#, c-format
4141msgid "bad interval - %s"
4142msgstr "onjuist interval: %s"
4143
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004144#: misc/tune2fs.c:646
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004145#, c-format
4146msgid "bad reserved block ratio - %s"
4147msgstr "onjuiste verhouding (%s) voor gereserveerde blokken"
4148
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004149#: misc/tune2fs.c:661
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004150msgid "-o may only be specified once"
4151msgstr "-o mag slechts één keer gegeven worden"
4152
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004153#: misc/tune2fs.c:671
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004154msgid "-O may only be specified once"
4155msgstr "-O mag slechts één keer gegeven worden"
4156
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004157#: misc/tune2fs.c:681
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004158#, c-format
4159msgid "bad reserved blocks count - %s"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004160msgstr "onjuist aantal gereserveerde blokken: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004161
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004162#: misc/tune2fs.c:710
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004163#, c-format
4164msgid "bad uid/user name - %s"
4165msgstr "onjuiste UID of gebruikersnaam: %s"
4166
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004167#: misc/tune2fs.c:804
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004168#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004169msgid ""
4170"\n"
4171"Bad options specified.\n"
4172"\n"
4173"Extended options are separated by commas, and may take an argument which\n"
4174"\tis set off by an equals ('=') sign.\n"
4175"\n"
4176"Valid extended options are:\n"
4177"\ttest_fs\n"
4178"\t^test_fs\n"
4179msgstr ""
4180"\n"
4181"Ongeldige opties opgegeven.\n"
4182"\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004183"Geldige uitgebreide opties zijn:\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004184" test_fs\n"
4185" ^test_fs\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004186"\n"
4187
4188#: misc/tune2fs.c:862
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004189#, c-format
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004190msgid "Filesystem %s has unsupported features enabled.\n"
Theodore Ts'o67ab6bc2008-02-15 17:12:18 -05004191msgstr "Bestandssysteem %s heeft functies ingeschakeld die niet ondersteund worden.\n"
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004192
4193#: misc/tune2fs.c:886
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004194#, c-format
4195msgid "Setting maximal mount count to %d\n"
4196msgstr "Het maximum aantal aankoppelingen is op %d gezet\n"
4197
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004198#: misc/tune2fs.c:892
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004199#, c-format
4200msgid "Setting current mount count to %d\n"
4201msgstr "Het huidige aantal aankoppelingen is op %d gezet\n"
4202
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004203#: misc/tune2fs.c:897
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004204#, c-format
4205msgid "Setting error behavior to %d\n"
4206msgstr "Gedrag bij fouten is op %d gezet\n"
4207
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004208#: misc/tune2fs.c:902
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004209#, c-format
4210msgid "Setting reserved blocks gid to %lu\n"
4211msgstr "GID van gereserveerde blokken is op %lu gezet\n"
4212
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004213#: misc/tune2fs.c:907
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004214#, c-format
4215msgid "Setting interval between checks to %lu seconds\n"
4216msgstr "Interval tussen controles is op %lu seconden gezet\n"
4217
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004218#: misc/tune2fs.c:913
Theodore Ts'of2275e32006-01-06 20:44:13 -05004219#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004220msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004221msgstr "Percentage gereserveerde blokken is op %g%% gezet (%u blokken)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004222
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004223#: misc/tune2fs.c:919
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004224#, c-format
4225msgid "reserved blocks count is too big (%lu)"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004226msgstr "Het aantal gereserveerde blokken is te groot (%lu)."
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004227
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004228#: misc/tune2fs.c:925
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004229#, c-format
4230msgid "Setting reserved blocks count to %lu\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004231msgstr "Het aantal gereserveerde blokken is op %lu gezet\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004232
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004233#: misc/tune2fs.c:931
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004234msgid ""
4235"\n"
4236"The filesystem already has sparse superblocks.\n"
4237msgstr ""
4238"\n"
4239"Het bestandssysteem is al zuinig met superblokken.\n"
4240
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004241#: misc/tune2fs.c:938
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004242#, c-format
4243msgid ""
4244"\n"
4245"Sparse superblock flag set. %s"
4246msgstr ""
4247"\n"
4248"De zuinig-met-superblokkenvlag is aangezet. %s"
4249
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004250#: misc/tune2fs.c:945
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004251msgid ""
4252"\n"
4253"The filesystem already has sparse superblocks disabled.\n"
4254msgstr ""
4255"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004256"Het bestandssysteem gebruikt al het normale aantal superblokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004257
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004258#: misc/tune2fs.c:953
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004259#, c-format
4260msgid ""
4261"\n"
4262"Sparse superblock flag cleared. %s"
4263msgstr ""
4264"\n"
4265"De zuinig-met-superblokkenvlag is uitgezet. %s"
4266
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004267#: misc/tune2fs.c:960
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004268#, c-format
4269msgid "Setting time filesystem last checked to %s\n"
4270msgstr "Tijd van laatste controle is op %s gezet\n"
4271
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004272#: misc/tune2fs.c:966
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004273#, c-format
4274msgid "Setting reserved blocks uid to %lu\n"
4275msgstr "UID van gereserveerde blokken is op %lu gezet\n"
4276
Theodore Ts'of1d5fce2008-02-09 23:19:35 -05004277#: misc/tune2fs.c:1001
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004278msgid "Invalid UUID format\n"
4279msgstr "Onjuiste UUID-indeling\n"
4280
4281#: misc/util.c:72
4282msgid "Proceed anyway? (y,n) "
Theodore Ts'o73d4f8c2007-07-07 17:44:53 -04004283msgstr "Toch doorgaan? (j,n) "
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004284
4285#: misc/util.c:93
4286#, c-format
4287msgid "Could not stat %s --- %s\n"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004288msgstr "Kan de status van %s niet opvragen -- %s\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004289
4290#: misc/util.c:96
4291msgid ""
4292"\n"
4293"The device apparently does not exist; did you specify it correctly?\n"
4294msgstr ""
4295"\n"
4296"Het apparaat bestaat blijkbaar niet; heeft u het juist opgegeven?\n"
4297
4298#: misc/util.c:107
4299#, c-format
4300msgid "%s is not a block special device.\n"
4301msgstr "%s is geen blok-apparaat.\n"
4302
4303#: misc/util.c:136
4304#, c-format
4305msgid "%s is entire device, not just one partition!\n"
4306msgstr "%s is het hele apparaat, niet slechts een partitie!\n"
4307
4308#: misc/util.c:158
4309msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004310msgstr "'mke2fs' wordt gedwongen uitgevoerd. Hoop dat /etc/mtab onjuist is.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004311
4312#: misc/util.c:163
4313#, c-format
4314msgid "will not make a %s here!\n"
4315msgstr "zal hier geen %s maken!\n"
4316
4317#: misc/util.c:170
4318msgid "mke2fs forced anyway.\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004319msgstr "'mke2fs' wordt gedwongen uitgevoerd.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004320
4321#: misc/util.c:186
4322msgid "Couldn't allocate memory to parse journal options!\n"
4323msgstr "Kan geen geheugen reserveren om journal-opties te ontleden!\n"
4324
4325#: misc/util.c:228
4326msgid ""
4327"\n"
4328"Bad journal options specified.\n"
4329"\n"
4330"Journal options are separated by commas, and may take an argument which\n"
4331"\tis set off by an equals ('=') sign.\n"
4332"\n"
4333"Valid journal options are:\n"
4334"\tsize=<journal size in megabytes>\n"
4335"\tdevice=<journal device>\n"
4336"\n"
4337"The journal size must be between 1024 and 102400 filesystem blocks.\n"
4338"\n"
4339msgstr ""
4340"\n"
4341"Ongeldige journal-opties opgegeven.\n"
4342"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004343"Journal-opties worden gescheiden door komma's,\n"
4344"hun argument wordt voorafgegaan door een '='-teken.\n"
4345"\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004346"Geldige journal-opties zijn:\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004347" size=<journal-grootte in megabytes>\n"
4348" device=<journal-apparaat>\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004349"\n"
4350"De grootte van het journal is minimaal 1024 en maximaal 102400 blokken.\n"
4351"\n"
4352
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004353#: misc/util.c:258
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004354msgid ""
4355"\n"
4356"Filesystem too small for a journal\n"
4357msgstr ""
4358"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004359"Bestandssysteem is te klein voor een journal.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004360
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004361#: misc/util.c:265
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004362#, c-format
4363msgid ""
4364"\n"
4365"The requested journal size is %d blocks; it must be\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004366"between 1024 and 10240000 blocks. Aborting.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004367msgstr ""
4368"\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004369"De gevraagde journal-afmeting is %d blokken; maar deze dient\n"
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004370"tussen de 1024 en de 10.240.000 blokken te liggen. Gestopt.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004371
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004372#: misc/util.c:273
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004373msgid ""
4374"\n"
4375"Journal size too big for filesystem.\n"
4376msgstr ""
4377"\n"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004378"Journal-afmeting is te groot voor bestandssysteem.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004379
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004380#: misc/util.c:283
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004381#, c-format
4382msgid ""
4383"This filesystem will be automatically checked every %d mounts or\n"
4384"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4385msgstr ""
4386"Dit bestandssysteem zal automatisch gecontroleerd worden na elke\n"
4387"%d aankoppelingen of %g dagen, afhankelijk van wat het eerste voorkomt.\n"
4388"U kunt 'tune2fs' met '-c' of '-i' gebruiken om dit bij te stellen.\n"
4389
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004390#: misc/uuidgen.c:31
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004391#, c-format
4392msgid "Usage: %s [-r] [-t]\n"
4393msgstr "Gebruik: %s [-r] [-t]\n"
4394
4395#: resize/extent.c:196
4396msgid "# Extent dump:\n"
4397msgstr "# (debug) Extent dump:\n"
4398
4399#: resize/extent.c:197
4400#, c-format
4401msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4402msgstr "# (debug)\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4403
4404#: resize/extent.c:200
4405#, c-format
4406msgid "#\t\t %u -> %u (%d)\n"
4407msgstr "# (debug)\t %u -> %u (%d)\n"
4408
Theodore Ts'o6956f612005-12-31 16:46:15 -05004409#: resize/main.c:39
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004410#, c-format
4411msgid ""
4412"Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
4413"\n"
4414msgstr ""
4415"Gebruik: %s [-d debugvlaggen] [-f] [-F] [-p] apparaat [nieuwe_grootte]\n"
4416"\n"
4417
Theodore Ts'o6956f612005-12-31 16:46:15 -05004418#: resize/main.c:61
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004419msgid "Extending the inode table"
4420msgstr "Uitbreiden van inodetabel"
4421
Theodore Ts'o6956f612005-12-31 16:46:15 -05004422#: resize/main.c:64
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004423msgid "Relocating blocks"
4424msgstr "Verplaatsen van blokken"
4425
Theodore Ts'o6956f612005-12-31 16:46:15 -05004426#: resize/main.c:67
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004427msgid "Scanning inode table"
4428msgstr "Scannen van inodetabel"
4429
Theodore Ts'o6956f612005-12-31 16:46:15 -05004430#: resize/main.c:70
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004431msgid "Updating inode references"
4432msgstr "Bijwerken van inode-verwijzingen"
4433
Theodore Ts'o6956f612005-12-31 16:46:15 -05004434#: resize/main.c:73
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004435msgid "Moving inode table"
4436msgstr "Verplaatsen van inodetabel"
4437
Theodore Ts'o6956f612005-12-31 16:46:15 -05004438#: resize/main.c:76
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004439msgid "Unknown pass?!?"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004440msgstr "Onbekende stap?!?"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004441
Theodore Ts'o6956f612005-12-31 16:46:15 -05004442#: resize/main.c:79
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004443#, c-format
4444msgid "Begin pass %d (max = %lu)\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004445msgstr "Begin van stap %d (max = %lu)\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004446
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004447#: resize/main.c:253
Theodore Ts'of2275e32006-01-06 20:44:13 -05004448#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004449msgid "while opening %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004450msgstr "tijdens openen van %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004451
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004452#: resize/main.c:265
Theodore Ts'of2275e32006-01-06 20:44:13 -05004453#, c-format
Theodore Ts'o6956f612005-12-31 16:46:15 -05004454msgid "while getting stat information for %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004455msgstr "tijdens opvragen van status van %s"
Theodore Ts'o6956f612005-12-31 16:46:15 -05004456
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004457#: resize/main.c:339
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004458#, c-format
4459msgid "bad filesystem size - %s"
Theodore Ts'of2275e32006-01-06 20:44:13 -05004460msgstr "onjuiste groote van bestandssysteem: %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004461
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004462#: resize/main.c:353
4463msgid "Invalid stride length"
4464msgstr "Ongeldige lengte voor 'stride'"
4465
4466#: resize/main.c:377
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004467#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004468msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004469"The containing partition (or device) is only %u (%dk) blocks.\n"
4470"You requested a new size of %u blocks.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004471"\n"
4472msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004473"De partitie (of het apparaat) is slechts %u blokken (van %dK).\n"
4474"U vroeg om een nieuwe grootte van %u blokken.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004475"\n"
4476
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004477#: resize/main.c:384
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004478#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004479msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004480"The filesystem is already %u blocks long. Nothing to do!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004481"\n"
4482msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004483"Het bestandssysteem is al %u blokken groot. Er is niets te doen!\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004484"\n"
4485
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004486#: resize/main.c:395
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004487#, c-format
4488msgid ""
4489"Please run 'e2fsck -f %s' first.\n"
4490"\n"
4491msgstr ""
4492"Voer eerst 'e2fsck -f %s' uit.\n"
4493"\n"
4494
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004495#: resize/main.c:406
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004496#, c-format
4497msgid "while trying to resize %s"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004498msgstr "tijdens veranderen van de grootte van %s"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004499
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004500#: resize/main.c:411
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004501#, c-format
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004502msgid ""
Theodore Ts'o1cbf8282006-03-29 20:39:40 -05004503"The filesystem on %s is now %u blocks long.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004504"\n"
4505msgstr ""
Theodore Ts'o52cebe22006-04-09 18:33:22 -04004506"Het bestandssysteem op %s is nu %u blokken groot.\n"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004507"\n"
4508
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004509#: resize/resize2fs.c:233
4510#, c-format
4511msgid "inodes (%llu) must be less than %u"
4512msgstr "aantal inodes (%llu) moet kleiner zijn dan %u"
4513
4514#: resize/resize2fs.c:642
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004515msgid "reserved blocks"
4516msgstr "gereserveerde blokken"
4517
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004518#: resize/resize2fs.c:647
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004519msgid "blocks to be moved"
Theodore Ts'o886017a2005-06-26 22:11:46 -04004520msgstr "te verplaatsen blokken"
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004521
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004522#: resize/resize2fs.c:652
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004523msgid "meta-data blocks"
4524msgstr "blokken voor metagegevens"
4525
Theodore Ts'oc4b5c452007-07-11 20:22:52 -04004526#: resize/resize2fs.c:1534
Theodore Ts'o7ae19832005-06-19 09:45:36 -04004527#, c-format
4528msgid "Should never happen: resize inode corrupt!\n"
Theodore Ts'oa8117f82006-09-13 16:43:55 -04004529msgstr "Zou nooit mogen gebeuren: de 'resize'-inode is beschadigd!\n"