blob: 1fc655458c5ae514318706dc1e6c9517c6bf04fa [file] [log] [blame]
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05001# Finnish translation for e2fsprogs
2# Copyright © 2016 Theodore Tso (msgids)
3# This file is distributed under the same license as the e2fsprogs package.
4# Lauri Nurmi <lanurmi@iki.fi>, 2007, 2015-2016.
5#
6#. 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). Also the "%B" expansion is special:
27#. it can expand to either the string "indirect block" (possibly preceded
28#. by the word "double" or "triple"), or the string "block #" immediately
29#. followed by an integer indicating a block sequence number.
30#.
31#. %b <blk> block number
32#. %B "indirect block" | "block #"<blkcount> string | string+integer
33#. %c <blk2> block number
34#. %Di <dirent> -> ino inode number
35#. %Dn <dirent> -> name string
36#. %Dr <dirent> -> rec_len
37#. %Dl <dirent> -> name_len
38#. %Dt <dirent> -> filetype
39#. %d <dir> inode number
40#. %g <group> integer
41#. %i <ino> inode number
42#. %Is <inode> -> i_size
43#. %IS <inode> -> i_extra_isize
44#. %Ib <inode> -> i_blocks
45#. %Il <inode> -> i_links_count
46#. %Im <inode> -> i_mode
47#. %IM <inode> -> i_mtime
48#. %IF <inode> -> i_faddr
49#. %If <inode> -> i_file_acl
50#. %Id <inode> -> i_dir_acl
51#. %Iu <inode> -> i_uid
52#. %Ig <inode> -> i_gid
53#. %It <str> file type
54#. %j <ino2> inode number
55#. %m <com_err error message>
56#. %N <num>
57#. %p ext2fs_get_pathname of directory <ino>
58#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
59#. the containing directory. (If dirent is NULL
60#. then return the pathname of directory <ino2>)
61#. %q ext2fs_get_pathname of directory <dir>
62#. %Q ext2fs_get_pathname of directory <ino> with <dir> as
63#. the containing directory.
64#. %s <str> miscellaneous string
65#. %S backup superblock
66#. %X <num> hexadecimal format
67#.
68msgid ""
69msgstr ""
70"Project-Id-Version: e2fsprogs 1.42.12-pre2\n"
71"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -050072"POT-Creation-Date: 2017-01-31 17:10-0500\n"
Theodore Ts'o4a85cc32017-01-31 17:47:06 -050073"PO-Revision-Date: 2016-05-26 21:46+0300\n"
74"Last-Translator: Lauri Nurmi <lanurmi@iki.fi>\n"
75"Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n"
76"Language: fi\n"
77"MIME-Version: 1.0\n"
78"Content-Type: text/plain; charset=UTF-8\n"
79"Content-Transfer-Encoding: 8bit\n"
80"X-Bugs: Report translation errors to the Language-Team address.\n"
81"Plural-Forms: nplurals=2; plural=(n != 1);\n"
82"X-Generator: Poedit 1.8.7\n"
83
84#: e2fsck/badblocks.c:23 misc/mke2fs.c:214
85#, c-format
86msgid "Bad block %u out of range; ignored.\n"
87msgstr "Viallinen lohko %u sallitun välin ulkopuolella; jätetään huomiotta.\n"
88
89#: e2fsck/badblocks.c:46
90msgid "while sanity checking the bad blocks inode"
91msgstr ""
92
93#: e2fsck/badblocks.c:58
94msgid "while reading the bad blocks inode"
95msgstr ""
96
97#: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1507
98#: e2fsck/unix.c:1600 misc/badblocks.c:1242 misc/badblocks.c:1250
99#: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
100#: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
101#: misc/mke2fs.c:230 misc/tune2fs.c:2693 misc/tune2fs.c:2787 resize/main.c:413
102#, c-format
103msgid "while trying to open %s"
104msgstr ""
105
106#: e2fsck/badblocks.c:83
107#, c-format
108msgid "while trying popen '%s'"
109msgstr ""
110
111#: e2fsck/badblocks.c:94 misc/mke2fs.c:237
112msgid "while reading in list of bad blocks from file"
113msgstr ""
114
115#: e2fsck/badblocks.c:105
116msgid "while updating bad block inode"
117msgstr ""
118
119#: e2fsck/badblocks.c:133
120#, c-format
121msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
122msgstr ""
123
124#: e2fsck/ehandler.c:55
125#, c-format
126msgid "Error reading block %lu (%s) while %s. "
127msgstr ""
128
129#: e2fsck/ehandler.c:58
130#, c-format
131msgid "Error reading block %lu (%s). "
132msgstr "Virhe luettaessa lohkoa %lu (%s). "
133
134#: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
135msgid "Ignore error"
136msgstr ""
137
138#: e2fsck/ehandler.c:67
139msgid "Force rewrite"
140msgstr ""
141
142#: e2fsck/ehandler.c:109
143#, c-format
144msgid "Error writing block %lu (%s) while %s. "
145msgstr ""
146
147#: e2fsck/ehandler.c:112
148#, c-format
149msgid "Error writing block %lu (%s). "
150msgstr ""
151
152#: e2fsck/emptydir.c:57
153msgid "empty dirblocks"
154msgstr ""
155
156#: e2fsck/emptydir.c:62
157msgid "empty dir map"
158msgstr ""
159
160#: e2fsck/emptydir.c:98
161#, c-format
162msgid "Empty directory block %u (#%d) in inode %u\n"
163msgstr ""
164
165#: e2fsck/extend.c:22
166#, c-format
167msgid "%s: %s filename nblocks blocksize\n"
168msgstr ""
169
170#: e2fsck/extend.c:44
171#, c-format
172msgid "Illegal number of blocks!\n"
173msgstr "Virheellinen lohkojen määrä!\n"
174
175#: e2fsck/extend.c:50
176#, c-format
177msgid "Couldn't allocate block buffer (size=%d)\n"
178msgstr ""
179
180#: e2fsck/extents.c:42
181#, fuzzy
182msgid "extent rebuild inode map"
183msgstr "I-solmubittikartan luku ei onnistu"
184
185#: e2fsck/flushb.c:35
186#, c-format
187msgid "Usage: %s disk\n"
188msgstr "Käyttö: %s levy\n"
189
190#: e2fsck/flushb.c:64
191#, c-format
192msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
193msgstr ""
194
195#: e2fsck/iscan.c:44
196#, c-format
197msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
198msgstr "Käyttö: %s [-F] [-I i-solmupuskurilohkot] laite\n"
199
200#: e2fsck/iscan.c:81 e2fsck/unix.c:1033
201#, c-format
202msgid "while opening %s for flushing"
203msgstr ""
204
205#: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:382
206#, c-format
207msgid "while trying to flush %s"
208msgstr ""
209
210#: e2fsck/iscan.c:110
211#, c-format
212msgid "while trying to open '%s'"
213msgstr ""
214
215#: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
216msgid "while opening inode scan"
217msgstr ""
218
219#: e2fsck/iscan.c:127 misc/e2image.c:1312
220msgid "while getting next inode"
221msgstr ""
222
223#: e2fsck/iscan.c:136
224#, c-format
225msgid "%u inodes scanned.\n"
226msgstr "%u i-solmua tutkittu.\n"
227
228#: e2fsck/journal.c:593
229msgid "reading journal superblock\n"
230msgstr ""
231
232#: e2fsck/journal.c:666
233#, c-format
234msgid "%s: no valid journal superblock found\n"
235msgstr ""
236
237#: e2fsck/journal.c:675
238#, c-format
239msgid "%s: journal too short\n"
240msgstr ""
241
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500242#: e2fsck/journal.c:968 misc/fuse2fs.c:3791
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500243#, c-format
244msgid "%s: recovering journal\n"
245msgstr ""
246
247#: e2fsck/journal.c:970
248#, c-format
249msgid "%s: won't do journal recovery while read-only\n"
250msgstr ""
251
252#: e2fsck/journal.c:997
253#, c-format
254msgid "while trying to re-open %s"
255msgstr ""
256
257#: e2fsck/message.c:113
258msgid "aextended attribute"
259msgstr ""
260
261#: e2fsck/message.c:114
262msgid "Aerror allocating"
263msgstr ""
264
265#: e2fsck/message.c:115
266msgid "bblock"
267msgstr ""
268
269#: e2fsck/message.c:116
270msgid "Bbitmap"
271msgstr ""
272
273#: e2fsck/message.c:117
274msgid "ccompress"
275msgstr ""
276
277#: e2fsck/message.c:118
278msgid "Cconflicts with some other fs @b"
279msgstr ""
280
281#: e2fsck/message.c:119
282msgid "ddirectory"
283msgstr ""
284
285#: e2fsck/message.c:120
286msgid "Ddeleted"
287msgstr ""
288
289#: e2fsck/message.c:121
290msgid "eentry"
291msgstr ""
292
293#: e2fsck/message.c:122
294msgid "E@e '%Dn' in %p (%i)"
295msgstr ""
296
297#: e2fsck/message.c:123
298msgid "ffilesystem"
299msgstr ""
300
301#: e2fsck/message.c:124
302msgid "Ffor @i %i (%Q) is"
303msgstr ""
304
305#: e2fsck/message.c:125
306msgid "ggroup"
307msgstr ""
308
309#: e2fsck/message.c:126
310msgid "hHTREE @d @i"
311msgstr ""
312
313#: e2fsck/message.c:127
314msgid "iinode"
315msgstr ""
316
317#: e2fsck/message.c:128
318msgid "Iillegal"
319msgstr ""
320
321#: e2fsck/message.c:129
322msgid "jjournal"
323msgstr ""
324
325#: e2fsck/message.c:130
326msgid "llost+found"
327msgstr ""
328
329#: e2fsck/message.c:131
330msgid "Lis a link"
331msgstr ""
332
333#: e2fsck/message.c:132
334msgid "mmultiply-claimed"
335msgstr ""
336
337#: e2fsck/message.c:133
338msgid "ninvalid"
339msgstr ""
340
341#: e2fsck/message.c:134
342msgid "oorphaned"
343msgstr ""
344
345#: e2fsck/message.c:135
346msgid "pproblem in"
347msgstr ""
348
349#: e2fsck/message.c:136
350msgid "qquota"
351msgstr ""
352
353#: e2fsck/message.c:137
354msgid "rroot @i"
355msgstr ""
356
357#: e2fsck/message.c:138
358msgid "sshould be"
359msgstr ""
360
361#: e2fsck/message.c:139
362msgid "Ssuper@b"
363msgstr ""
364
365#: e2fsck/message.c:140
366msgid "uunattached"
367msgstr ""
368
369#: e2fsck/message.c:141
370msgid "vdevice"
371msgstr ""
372
373#: e2fsck/message.c:142
374msgid "xextent"
375msgstr ""
376
377#: e2fsck/message.c:143
378msgid "zzero-length"
379msgstr ""
380
381#: e2fsck/message.c:154
382msgid "<The NULL inode>"
383msgstr ""
384
385#: e2fsck/message.c:155
386msgid "<The bad blocks inode>"
387msgstr ""
388
389#: e2fsck/message.c:157
390msgid "<The user quota inode>"
391msgstr ""
392
393#: e2fsck/message.c:158
394msgid "<The group quota inode>"
395msgstr ""
396
397#: e2fsck/message.c:159
398msgid "<The boot loader inode>"
399msgstr ""
400
401#: e2fsck/message.c:160
402msgid "<The undelete directory inode>"
403msgstr ""
404
405#: e2fsck/message.c:161
406msgid "<The group descriptor inode>"
407msgstr ""
408
409#: e2fsck/message.c:162
410msgid "<The journal inode>"
411msgstr ""
412
413#: e2fsck/message.c:163
414msgid "<Reserved inode 9>"
415msgstr ""
416
417#: e2fsck/message.c:164
418msgid "<Reserved inode 10>"
419msgstr ""
420
421#: e2fsck/message.c:333
422msgid "regular file"
423msgstr "tavallinen tiedosto"
424
425#: e2fsck/message.c:335
426msgid "directory"
427msgstr "hakemisto"
428
429#: e2fsck/message.c:337
430msgid "character device"
431msgstr "merkkilaite"
432
433#: e2fsck/message.c:339
434msgid "block device"
435msgstr "lohkolaite"
436
437#: e2fsck/message.c:341
438msgid "named pipe"
439msgstr "nimetty putki"
440
441#: e2fsck/message.c:343
442msgid "symbolic link"
443msgstr "symbolinen linkki"
444
445#: e2fsck/message.c:345 misc/uuidd.c:162
446msgid "socket"
447msgstr "pistoke"
448
449#: e2fsck/message.c:347
450#, c-format
451msgid "unknown file type with mode 0%o"
452msgstr ""
453
454#: e2fsck/message.c:422
455msgid "indirect block"
456msgstr "epäsuora lohko"
457
458#: e2fsck/message.c:424
459msgid "double indirect block"
460msgstr ""
461
462#: e2fsck/message.c:426
463msgid "triple indirect block"
464msgstr ""
465
466#: e2fsck/message.c:428
467msgid "translator block"
468msgstr ""
469
470#: e2fsck/message.c:430
471msgid "block #"
472msgstr ""
473
474#: e2fsck/pass1b.c:222
475msgid "multiply claimed inode map"
476msgstr ""
477
478#: e2fsck/pass1b.c:645 e2fsck/pass1b.c:793
479#, c-format
480msgid "internal error: can't find dup_blk for %llu\n"
481msgstr ""
482
483#: e2fsck/pass1b.c:903
484msgid "returned from clone_file_block"
485msgstr ""
486
487#: e2fsck/pass1b.c:927
488#, c-format
489msgid "internal error: couldn't lookup EA block record for %llu"
490msgstr ""
491
492#: e2fsck/pass1b.c:939
493#, c-format
494msgid "internal error: couldn't lookup EA inode record for %u"
495msgstr ""
496
497#: e2fsck/pass1.c:666 e2fsck/pass2.c:972
498msgid "reading directory block"
499msgstr ""
500
501#: e2fsck/pass1.c:1112
502msgid "in-use inode map"
503msgstr ""
504
505#: e2fsck/pass1.c:1123
506msgid "directory inode map"
507msgstr ""
508
509#: e2fsck/pass1.c:1133
510msgid "regular file inode map"
511msgstr ""
512
513#: e2fsck/pass1.c:1142 misc/e2image.c:1268
514msgid "in-use block map"
515msgstr ""
516
517#: e2fsck/pass1.c:1151
518#, fuzzy
519msgid "metadata block map"
520msgstr "Lohkobittikartan luku ei onnistu"
521
522#: e2fsck/pass1.c:1213
523#, fuzzy
524msgid "opening inode scan"
525msgstr "Laajennetaan i-solmutaulua"
526
527#: e2fsck/pass1.c:1251
528msgid "getting next inode from scan"
529msgstr ""
530
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500531#: e2fsck/pass1.c:1936
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500532msgid "Pass 1"
533msgstr "Vaihe 1"
534
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500535#: e2fsck/pass1.c:1997
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500536#, c-format
537msgid "reading indirect blocks of inode %u"
538msgstr ""
539
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500540#: e2fsck/pass1.c:2047
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500541msgid "bad inode map"
542msgstr ""
543
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500544#: e2fsck/pass1.c:2087
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500545msgid "inode in bad block map"
546msgstr ""
547
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500548#: e2fsck/pass1.c:2107
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500549msgid "imagic inode map"
550msgstr ""
551
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500552#: e2fsck/pass1.c:2134
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500553msgid "multiply claimed block map"
554msgstr ""
555
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500556#: e2fsck/pass1.c:2248
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500557msgid "ext attr block map"
558msgstr ""
559
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500560#: e2fsck/pass1.c:3415
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500561#, c-format
562msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
563msgstr ""
564
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500565#: e2fsck/pass1.c:3830
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500566msgid "block bitmap"
567msgstr ""
568
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500569#: e2fsck/pass1.c:3836
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500570msgid "inode bitmap"
571msgstr ""
572
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -0500573#: e2fsck/pass1.c:3842
Theodore Ts'o4a85cc32017-01-31 17:47:06 -0500574msgid "inode table"
575msgstr ""
576
577#: e2fsck/pass2.c:287
578msgid "Pass 2"
579msgstr "Vaihe 2"
580
581#: e2fsck/pass2.c:1044 e2fsck/pass2.c:1209
582msgid "Can not continue."
583msgstr "Ei voida jatkaa."
584
585#: e2fsck/pass3.c:77
586msgid "inode done bitmap"
587msgstr ""
588
589#: e2fsck/pass3.c:86
590msgid "Peak memory"
591msgstr ""
592
593#: e2fsck/pass3.c:149
594msgid "Pass 3"
595msgstr "Vaihe 3"
596
597#: e2fsck/pass3.c:344
598msgid "inode loop detection bitmap"
599msgstr ""
600
601#: e2fsck/pass4.c:207
602msgid "Pass 4"
603msgstr "Vaihe 4"
604
605#: e2fsck/pass5.c:81
606msgid "Pass 5"
607msgstr "Vaihe 5"
608
609#: e2fsck/pass5.c:104
610msgid "check_inode_bitmap_checksum: Memory allocation error"
611msgstr ""
612
613#: e2fsck/pass5.c:158
614msgid "check_block_bitmap_checksum: Memory allocation error"
615msgstr ""
616
617#: e2fsck/problem.c:51
618msgid "(no prompt)"
619msgstr ""
620
621#: e2fsck/problem.c:52
622msgid "Fix"
623msgstr ""
624
625#: e2fsck/problem.c:53
626msgid "Clear"
627msgstr ""
628
629#: e2fsck/problem.c:54
630msgid "Relocate"
631msgstr ""
632
633#: e2fsck/problem.c:55
634msgid "Allocate"
635msgstr ""
636
637#: e2fsck/problem.c:56
638msgid "Expand"
639msgstr ""
640
641#: e2fsck/problem.c:57
642msgid "Connect to /lost+found"
643msgstr ""
644
645#: e2fsck/problem.c:58
646msgid "Create"
647msgstr ""
648
649#: e2fsck/problem.c:59
650msgid "Salvage"
651msgstr ""
652
653#: e2fsck/problem.c:60
654msgid "Truncate"
655msgstr ""
656
657#: e2fsck/problem.c:61
658msgid "Clear inode"
659msgstr ""
660
661#: e2fsck/problem.c:62
662msgid "Abort"
663msgstr ""
664
665#: e2fsck/problem.c:63
666msgid "Split"
667msgstr ""
668
669#: e2fsck/problem.c:64
670msgid "Continue"
671msgstr ""
672
673#: e2fsck/problem.c:65
674msgid "Clone multiply-claimed blocks"
675msgstr ""
676
677#: e2fsck/problem.c:66
678msgid "Delete file"
679msgstr ""
680
681#: e2fsck/problem.c:67
682msgid "Suppress messages"
683msgstr ""
684
685#: e2fsck/problem.c:68
686msgid "Unlink"
687msgstr ""
688
689#: e2fsck/problem.c:69
690msgid "Clear HTree index"
691msgstr ""
692
693#: e2fsck/problem.c:70
694msgid "Recreate"
695msgstr ""
696
697#: e2fsck/problem.c:79
698msgid "(NONE)"
699msgstr ""
700
701#: e2fsck/problem.c:80
702msgid "FIXED"
703msgstr ""
704
705#: e2fsck/problem.c:81
706msgid "CLEARED"
707msgstr ""
708
709#: e2fsck/problem.c:82
710msgid "RELOCATED"
711msgstr ""
712
713#: e2fsck/problem.c:83
714msgid "ALLOCATED"
715msgstr ""
716
717#: e2fsck/problem.c:84
718msgid "EXPANDED"
719msgstr ""
720
721#: e2fsck/problem.c:85
722msgid "RECONNECTED"
723msgstr ""
724
725#: e2fsck/problem.c:86
726msgid "CREATED"
727msgstr ""
728
729#: e2fsck/problem.c:87
730msgid "SALVAGED"
731msgstr ""
732
733#: e2fsck/problem.c:88
734msgid "TRUNCATED"
735msgstr ""
736
737#: e2fsck/problem.c:89
738msgid "INODE CLEARED"
739msgstr ""
740
741#: e2fsck/problem.c:90
742msgid "ABORTED"
743msgstr "KESKEYTETTY"
744
745#: e2fsck/problem.c:91
746msgid "SPLIT"
747msgstr ""
748
749#: e2fsck/problem.c:92
750msgid "CONTINUING"
751msgstr ""
752
753#: e2fsck/problem.c:93
754msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
755msgstr ""
756
757#: e2fsck/problem.c:94
758msgid "FILE DELETED"
759msgstr ""
760
761#: e2fsck/problem.c:95
762msgid "SUPPRESSED"
763msgstr ""
764
765#: e2fsck/problem.c:96
766msgid "UNLINKED"
767msgstr ""
768
769#: e2fsck/problem.c:97
770msgid "HTREE INDEX CLEARED"
771msgstr ""
772
773#: e2fsck/problem.c:98
774msgid "WILL RECREATE"
775msgstr ""
776
777#. @-expanded: block bitmap for group %g is not in group. (block %b)\n
778#: e2fsck/problem.c:110
779msgid "@b @B for @g %g is not in @g. (@b %b)\n"
780msgstr ""
781
782#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
783#: e2fsck/problem.c:114
784msgid "@i @B for @g %g is not in @g. (@b %b)\n"
785msgstr ""
786
787#. @-expanded: inode table for group %g is not in group. (block %b)\n
788#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
789#: e2fsck/problem.c:119
790msgid ""
791"@i table for @g %g is not in @g. (@b %b)\n"
792"WARNING: SEVERE DATA LOSS POSSIBLE.\n"
793msgstr ""
794
795#. @-expanded: \n
796#. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
797#. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
798#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
799#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
800#. @-expanded: e2fsck -b 8193 <device>\n
801#. @-expanded: or\n
802#. @-expanded: e2fsck -b 32768 <device>\n
803#. @-expanded: \n
804#: e2fsck/problem.c:125
805msgid ""
806"\n"
807"The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
808"@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
809"@f (and not swap or ufs or something else), then the @S\n"
810"is corrupt, and you might try running e2fsck with an alternate @S:\n"
811" e2fsck -b 8193 <@v>\n"
812" or\n"
813" e2fsck -b 32768 <@v>\n"
814"\n"
815msgstr ""
816
817#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
818#. @-expanded: The physical size of the device is %c blocks\n
819#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
820#: e2fsck/problem.c:136
821msgid ""
822"The @f size (according to the @S) is %b @bs\n"
823"The physical size of the @v is %c @bs\n"
824"Either the @S or the partition table is likely to be corrupt!\n"
825msgstr ""
826
827#. @-expanded: superblock block_size = %b, fragsize = %c.\n
828#. @-expanded: This version of e2fsck does not support fragment sizes different\n
829#. @-expanded: from the block size.\n
830#: e2fsck/problem.c:143
831msgid ""
832"@S @b_size = %b, fragsize = %c.\n"
833"This version of e2fsck does not support fragment sizes different\n"
834"from the @b size.\n"
835msgstr ""
836
837#. @-expanded: superblock blocks_per_group = %b, should have been %c\n
838#: e2fsck/problem.c:150
839msgid "@S @bs_per_group = %b, should have been %c\n"
840msgstr ""
841
842#. @-expanded: superblock first_data_block = %b, should have been %c\n
843#: e2fsck/problem.c:155
844msgid "@S first_data_@b = %b, should have been %c\n"
845msgstr ""
846
847#. @-expanded: filesystem did not have a UUID; generating one.\n
848#. @-expanded: \n
849#: e2fsck/problem.c:160
850msgid ""
851"@f did not have a UUID; generating one.\n"
852"\n"
853msgstr ""
854
855#: e2fsck/problem.c:165
856#, c-format
857msgid ""
858"Note: if several inode or block bitmap blocks or part\n"
859"of the inode table require relocation, you may wish to try\n"
860"running e2fsck with the '-b %S' option first. The problem\n"
861"may lie only with the primary block group descriptors, and\n"
862"the backup block group descriptors may be OK.\n"
863"\n"
864msgstr ""
865
866#. @-expanded: Corruption found in superblock. (%s = %N).\n
867#: e2fsck/problem.c:174
868msgid "Corruption found in @S. (%s = %N).\n"
869msgstr ""
870
871#. @-expanded: Error determining size of the physical device: %m\n
872#: e2fsck/problem.c:179
873#, c-format
874msgid "Error determining size of the physical @v: %m\n"
875msgstr ""
876
877#. @-expanded: inode count in superblock is %i, should be %j.\n
878#: e2fsck/problem.c:184
879msgid "@i count in @S is %i, @s %j.\n"
880msgstr ""
881
882#: e2fsck/problem.c:188
883msgid "The Hurd does not support the filetype feature.\n"
884msgstr ""
885
886#. @-expanded: superblock has an invalid journal (inode %i).\n
887#: e2fsck/problem.c:193
888#, c-format
889msgid "@S has an @n @j (@i %i).\n"
890msgstr ""
891
892#. @-expanded: External journal has multiple filesystem users (unsupported).\n
893#: e2fsck/problem.c:198
894msgid "External @j has multiple @f users (unsupported).\n"
895msgstr ""
896
897#. @-expanded: Can't find external journal\n
898#: e2fsck/problem.c:203
899msgid "Can't find external @j\n"
900msgstr ""
901
902#. @-expanded: External journal has bad superblock\n
903#: e2fsck/problem.c:208
904msgid "External @j has bad @S\n"
905msgstr ""
906
907#. @-expanded: External journal does not support this filesystem\n
908#: e2fsck/problem.c:213
909msgid "External @j does not support this @f\n"
910msgstr ""
911
912#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
913#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
914#. @-expanded: format.\n
915#. @-expanded: It is also possible the journal superblock is corrupt.\n
916#: e2fsck/problem.c:218
917msgid ""
918"@f @j @S is unknown type %N (unsupported).\n"
919"It is likely that your copy of e2fsck is old and/or doesn't support this @j "
920"format.\n"
921"It is also possible the @j @S is corrupt.\n"
922msgstr ""
923
924#. @-expanded: journal superblock is corrupt.\n
925#: e2fsck/problem.c:226
926msgid "@j @S is corrupt.\n"
927msgstr ""
928
929#. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
930#: e2fsck/problem.c:231
931msgid "@S has_@j flag is clear, but a @j is present.\n"
932msgstr ""
933
934#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
935#: e2fsck/problem.c:236
936msgid "@S needs_recovery flag is set, but no @j is present.\n"
937msgstr ""
938
939#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
940#: e2fsck/problem.c:241
941msgid "@S needs_recovery flag is clear, but @j has data.\n"
942msgstr ""
943
944#. @-expanded: Clear journal
945#: e2fsck/problem.c:246
946msgid "Clear @j"
947msgstr ""
948
949#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
950#: e2fsck/problem.c:251 e2fsck/problem.c:744
951msgid "@f has feature flag(s) set, but is a revision 0 @f. "
952msgstr ""
953
954#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
955#: e2fsck/problem.c:256
956msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
957msgstr ""
958
959#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
960#: e2fsck/problem.c:261
961msgid "@I %B (%b) found in @o @i %i.\n"
962msgstr ""
963
964#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
965#: e2fsck/problem.c:266
966msgid "Already cleared %B (%b) found in @o @i %i.\n"
967msgstr ""
968
969#. @-expanded: illegal orphaned inode %i in superblock.\n
970#: e2fsck/problem.c:271
971#, c-format
972msgid "@I @o @i %i in @S.\n"
973msgstr ""
974
975#. @-expanded: illegal inode %i in orphaned inode list.\n
976#: e2fsck/problem.c:276
977#, c-format
978msgid "@I @i %i in @o @i list.\n"
979msgstr ""
980
981#. @-expanded: journal superblock has an unknown read-only feature flag set.\n
982#: e2fsck/problem.c:281
983msgid "@j @S has an unknown read-only feature flag set.\n"
984msgstr ""
985
986#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
987#: e2fsck/problem.c:286
988msgid "@j @S has an unknown incompatible feature flag set.\n"
989msgstr ""
990
991#. @-expanded: journal version not supported by this e2fsck.\n
992#: e2fsck/problem.c:291
993msgid "@j version not supported by this e2fsck.\n"
994msgstr ""
995
996#. @-expanded: Moving journal from /%s to hidden inode.\n
997#. @-expanded: \n
998#: e2fsck/problem.c:296
999#, c-format
1000msgid ""
1001"Moving @j from /%s to hidden @i.\n"
1002"\n"
1003msgstr ""
1004
1005#. @-expanded: Error moving journal: %m\n
1006#. @-expanded: \n
1007#: e2fsck/problem.c:301
1008#, c-format
1009msgid ""
1010"Error moving @j: %m\n"
1011"\n"
1012msgstr ""
1013
1014#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1015#. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1016#. @-expanded: \n
1017#: e2fsck/problem.c:306
1018msgid ""
1019"Found @n V2 @j @S fields (from V1 @j).\n"
1020"Clearing fields beyond the V1 @j @S...\n"
1021"\n"
1022msgstr ""
1023
1024#. @-expanded: Run journal anyway
1025#: e2fsck/problem.c:312
1026msgid "Run @j anyway"
1027msgstr ""
1028
1029#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1030#: e2fsck/problem.c:317
1031msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1032msgstr ""
1033
1034#. @-expanded: Backing up journal inode block information.\n
1035#. @-expanded: \n
1036#: e2fsck/problem.c:322
1037msgid ""
1038"Backing up @j @i @b information.\n"
1039"\n"
1040msgstr ""
1041
1042#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1043#. @-expanded: is %N; should be zero.
1044#: e2fsck/problem.c:327
1045msgid ""
1046"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1047"is %N; @s zero. "
1048msgstr ""
1049
1050#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1051#: e2fsck/problem.c:333
1052msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1053msgstr ""
1054
1055#. @-expanded: Resize inode not valid.
1056#: e2fsck/problem.c:338
1057msgid "Resize @i not valid. "
1058msgstr ""
1059
1060#. @-expanded: superblock last mount time (%t,\n
1061#. @-expanded: \tnow = %T) is in the future.\n
1062#: e2fsck/problem.c:343
1063msgid ""
1064"@S last mount time (%t,\n"
1065"\tnow = %T) is in the future.\n"
1066msgstr ""
1067
1068#. @-expanded: superblock last write time (%t,\n
1069#. @-expanded: \tnow = %T) is in the future.\n
1070#: e2fsck/problem.c:348
1071msgid ""
1072"@S last write time (%t,\n"
1073"\tnow = %T) is in the future.\n"
1074msgstr ""
1075
1076#. @-expanded: superblock hint for external superblock should be %X.
1077#: e2fsck/problem.c:352
1078#, c-format
1079msgid "@S hint for external superblock @s %X. "
1080msgstr ""
1081
1082#. @-expanded: Adding dirhash hint to filesystem.\n
1083#. @-expanded: \n
1084#: e2fsck/problem.c:357
1085msgid ""
1086"Adding dirhash hint to @f.\n"
1087"\n"
1088msgstr ""
1089
1090#. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1091#: e2fsck/problem.c:362
1092msgid "@g descriptor %g checksum is %04x, should be %04y. "
1093msgstr ""
1094
1095#. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1096#: e2fsck/problem.c:367
1097#, c-format
1098msgid "@g descriptor %g marked uninitialized without feature set.\n"
1099msgstr ""
1100
1101#. @-expanded: group descriptor %g has invalid unused inodes count %b.
1102#: e2fsck/problem.c:372
1103msgid "@g descriptor %g has invalid unused inodes count %b. "
1104msgstr ""
1105
1106#. @-expanded: Last group block bitmap uninitialized.
1107#: e2fsck/problem.c:377
1108msgid "Last @g @b @B uninitialized. "
1109msgstr ""
1110
1111#: e2fsck/problem.c:382
1112#, c-format
1113msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1114msgstr ""
1115
1116#: e2fsck/problem.c:386
1117msgid "The test_fs flag is set (and ext4 is available). "
1118msgstr ""
1119
1120#. @-expanded: superblock last mount time is in the future.\n
1121#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1122#. @-expanded: set)\n
1123#: e2fsck/problem.c:391
1124msgid ""
1125"@S last mount time is in the future.\n"
1126"\t(by less than a day, probably due to the hardware clock being incorrectly "
1127"set)\n"
1128msgstr ""
1129
1130#. @-expanded: superblock last write time is in the future.\n
1131#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1132#. @-expanded: set)\n
1133#: e2fsck/problem.c:397
1134msgid ""
1135"@S last write time is in the future.\n"
1136"\t(by less than a day, probably due to the hardware clock being incorrectly "
1137"set)\n"
1138msgstr ""
1139
1140#. @-expanded: One or more block group descriptor checksums are invalid.
1141#: e2fsck/problem.c:403
1142msgid "One or more @b @g descriptor checksums are invalid. "
1143msgstr ""
1144
1145#. @-expanded: Setting free inodes count to %j (was %i)\n
1146#: e2fsck/problem.c:408
1147msgid "Setting free @is count to %j (was %i)\n"
1148msgstr ""
1149
1150#. @-expanded: Setting free blocks count to %c (was %b)\n
1151#: e2fsck/problem.c:413
1152msgid "Setting free @bs count to %c (was %b)\n"
1153msgstr ""
1154
1155#. @-expanded: Making quota inode %i (%Q) hidden.\n
1156#: e2fsck/problem.c:418
1157msgid "Making @q @i %i (%Q) hidden.\n"
1158msgstr ""
1159
1160#. @-expanded: superblock has invalid MMP block.
1161#: e2fsck/problem.c:423
1162msgid "@S has invalid MMP block. "
1163msgstr ""
1164
1165#. @-expanded: superblock has invalid MMP magic.
1166#: e2fsck/problem.c:428
1167msgid "@S has invalid MMP magic. "
1168msgstr ""
1169
1170#: e2fsck/problem.c:433
1171#, c-format
1172msgid "ext2fs_open2: %m\n"
1173msgstr ""
1174
1175#: e2fsck/problem.c:438
1176#, c-format
1177msgid "ext2fs_check_desc: %m\n"
1178msgstr ""
1179
1180#. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1181#. @-expanded: simultaneously.
1182#: e2fsck/problem.c:446
1183msgid ""
1184"@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1185"simultaneously."
1186msgstr ""
1187
1188#. @-expanded: superblock MMP block checksum does not match MMP block.
1189#: e2fsck/problem.c:452
1190msgid "@S MMP block checksum does not match MMP block. "
1191msgstr ""
1192
1193#. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
1194#: e2fsck/problem.c:457
1195msgid "@S 64bit filesystems needs extents to access the whole disk. "
1196msgstr ""
1197
1198#: e2fsck/problem.c:462
1199msgid "First_meta_bg is too big. (%N, max value %g). "
1200msgstr ""
1201
1202#. @-expanded: External journal superblock checksum does not match superblock.
1203#: e2fsck/problem.c:467
1204msgid "External @j @S checksum does not match @S. "
1205msgstr ""
1206
1207#. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1208#: e2fsck/problem.c:472
1209msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1210msgstr ""
1211
1212#: e2fsck/problem.c:477
1213#, c-format
1214msgid "Error initializing quota context in support library: %m\n"
1215msgstr ""
1216
1217#. @-expanded: Bad required extra isize in superblock (%N).
1218#: e2fsck/problem.c:482
1219msgid "Bad required extra isize in @S (%N). "
1220msgstr ""
1221
1222#. @-expanded: Bad desired extra isize in superblock (%N).
1223#: e2fsck/problem.c:487
1224msgid "Bad desired extra isize in @S (%N). "
1225msgstr ""
1226
1227#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1228#: e2fsck/problem.c:494
1229msgid "Pass 1: Checking @is, @bs, and sizes\n"
1230msgstr ""
1231
1232#. @-expanded: root inode is not a directory.
1233#: e2fsck/problem.c:498
1234msgid "@r is not a @d. "
1235msgstr ""
1236
1237#. @-expanded: root inode has dtime set (probably due to old mke2fs).
1238#: e2fsck/problem.c:503
1239msgid "@r has dtime set (probably due to old mke2fs). "
1240msgstr ""
1241
1242#. @-expanded: Reserved inode %i (%Q) has invalid mode.
1243#: e2fsck/problem.c:508
1244msgid "Reserved @i %i (%Q) has @n mode. "
1245msgstr ""
1246
1247#. @-expanded: deleted inode %i has zero dtime.
1248#: e2fsck/problem.c:513
1249#, c-format
1250msgid "@D @i %i has zero dtime. "
1251msgstr ""
1252
1253#. @-expanded: inode %i is in use, but has dtime set.
1254#: e2fsck/problem.c:518
1255#, c-format
1256msgid "@i %i is in use, but has dtime set. "
1257msgstr ""
1258
1259#. @-expanded: inode %i is a zero-length directory.
1260#: e2fsck/problem.c:523
1261#, c-format
1262msgid "@i %i is a @z @d. "
1263msgstr ""
1264
1265#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1266#: e2fsck/problem.c:528
1267msgid "@g %g's @b @B at %b @C.\n"
1268msgstr ""
1269
1270#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1271#: e2fsck/problem.c:533
1272msgid "@g %g's @i @B at %b @C.\n"
1273msgstr ""
1274
1275#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1276#: e2fsck/problem.c:538
1277msgid "@g %g's @i table at %b @C.\n"
1278msgstr ""
1279
1280#. @-expanded: group %g's block bitmap (%b) is bad.
1281#: e2fsck/problem.c:543
1282msgid "@g %g's @b @B (%b) is bad. "
1283msgstr ""
1284
1285#. @-expanded: group %g's inode bitmap (%b) is bad.
1286#: e2fsck/problem.c:548
1287msgid "@g %g's @i @B (%b) is bad. "
1288msgstr ""
1289
1290#. @-expanded: inode %i, i_size is %Is, should be %N.
1291#: e2fsck/problem.c:553
1292msgid "@i %i, i_size is %Is, @s %N. "
1293msgstr ""
1294
1295#. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1296#: e2fsck/problem.c:558
1297msgid "@i %i, i_@bs is %Ib, @s %N. "
1298msgstr ""
1299
1300#. @-expanded: illegal %B (%b) in inode %i.
1301#: e2fsck/problem.c:563
1302msgid "@I %B (%b) in @i %i. "
1303msgstr ""
1304
1305#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1306#: e2fsck/problem.c:568
1307msgid "%B (%b) overlaps @f metadata in @i %i. "
1308msgstr ""
1309
1310#. @-expanded: inode %i has illegal block(s).
1311#: e2fsck/problem.c:573
1312#, c-format
1313msgid "@i %i has illegal @b(s). "
1314msgstr ""
1315
1316#. @-expanded: Too many illegal blocks in inode %i.\n
1317#: e2fsck/problem.c:578
1318#, c-format
1319msgid "Too many illegal @bs in @i %i.\n"
1320msgstr "Liikaa viallisia @bja @issa %i.\n"
1321
1322#. @-expanded: illegal %B (%b) in bad block inode.
1323#: e2fsck/problem.c:583
1324msgid "@I %B (%b) in bad @b @i. "
1325msgstr ""
1326
1327#. @-expanded: Bad block inode has illegal block(s).
1328#: e2fsck/problem.c:588
1329msgid "Bad @b @i has illegal @b(s). "
1330msgstr ""
1331
1332#. @-expanded: Duplicate or bad block in use!\n
1333#: e2fsck/problem.c:593
1334msgid "Duplicate or bad @b in use!\n"
1335msgstr ""
1336
1337#. @-expanded: Bad block %b used as bad block inode indirect block.
1338#: e2fsck/problem.c:598
1339msgid "Bad @b %b used as bad @b @i indirect @b. "
1340msgstr ""
1341
1342#. @-expanded: \n
1343#. @-expanded: The bad block inode has probably been corrupted. You probably\n
1344#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1345#. @-expanded: in the filesystem.\n
1346#: e2fsck/problem.c:603
1347msgid ""
1348"\n"
1349"The bad @b @i has probably been corrupted. You probably\n"
1350"should stop now and run e2fsck -c to scan for bad blocks\n"
1351"in the @f.\n"
1352msgstr ""
1353
1354#. @-expanded: \n
1355#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1356#: e2fsck/problem.c:610
1357msgid ""
1358"\n"
1359"If the @b is really bad, the @f can not be fixed.\n"
1360msgstr ""
1361
1362#. @-expanded: You can remove this block from the bad block list and hope\n
1363#. @-expanded: that the block is really OK. But there are no guarantees.\n
1364#. @-expanded: \n
1365#: e2fsck/problem.c:615
1366msgid ""
1367"You can remove this @b from the bad @b list and hope\n"
1368"that the @b is really OK. But there are no guarantees.\n"
1369"\n"
1370msgstr ""
1371
1372#. @-expanded: The primary superblock (%b) is on the bad block list.\n
1373#: e2fsck/problem.c:621
1374msgid "The primary @S (%b) is on the bad @b list.\n"
1375msgstr ""
1376
1377#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1378#: e2fsck/problem.c:626
1379msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1380msgstr ""
1381
1382#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1383#: e2fsck/problem.c:632
1384msgid "Warning: Group %g's @S (%b) is bad.\n"
1385msgstr ""
1386
1387#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1388#: e2fsck/problem.c:637
1389msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1390msgstr ""
1391
1392#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1393#: e2fsck/problem.c:643
1394msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1395msgstr ""
1396
1397#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1398#: e2fsck/problem.c:649
1399msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1400msgstr ""
1401
1402#. @-expanded: error allocating block buffer for relocating %s\n
1403#: e2fsck/problem.c:654
1404#, c-format
1405msgid "@A @b buffer for relocating %s\n"
1406msgstr ""
1407
1408#. @-expanded: Relocating group %g's %s from %b to %c...\n
1409#: e2fsck/problem.c:659
1410msgid "Relocating @g %g's %s from %b to %c...\n"
1411msgstr ""
1412
1413#. @-expanded: Relocating group %g's %s to %c...\n
1414#: e2fsck/problem.c:664
1415#, c-format
1416msgid "Relocating @g %g's %s to %c...\n"
1417msgstr ""
1418
1419#. @-expanded: Warning: could not read block %b of %s: %m\n
1420#: e2fsck/problem.c:669
1421msgid "Warning: could not read @b %b of %s: %m\n"
1422msgstr ""
1423
1424#. @-expanded: Warning: could not write block %b for %s: %m\n
1425#: e2fsck/problem.c:674
1426msgid "Warning: could not write @b %b for %s: %m\n"
1427msgstr ""
1428
1429#. @-expanded: error allocating inode bitmap (%N): %m\n
1430#: e2fsck/problem.c:679 e2fsck/problem.c:1740
1431msgid "@A @i @B (%N): %m\n"
1432msgstr ""
1433
1434#. @-expanded: error allocating block bitmap (%N): %m\n
1435#: e2fsck/problem.c:684
1436msgid "@A @b @B (%N): %m\n"
1437msgstr ""
1438
1439#. @-expanded: error allocating icount link information: %m\n
1440#: e2fsck/problem.c:689
1441#, c-format
1442msgid "@A icount link information: %m\n"
1443msgstr ""
1444
1445#. @-expanded: error allocating directory block array: %m\n
1446#: e2fsck/problem.c:694
1447#, c-format
1448msgid "@A @d @b array: %m\n"
1449msgstr ""
1450
1451#. @-expanded: Error while scanning inodes (%i): %m\n
1452#: e2fsck/problem.c:699
1453#, c-format
1454msgid "Error while scanning @is (%i): %m\n"
1455msgstr ""
1456
1457#. @-expanded: Error while iterating over blocks in inode %i: %m\n
1458#: e2fsck/problem.c:704
1459#, c-format
1460msgid "Error while iterating over @bs in @i %i: %m\n"
1461msgstr ""
1462
1463#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1464#: e2fsck/problem.c:709
1465msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1466msgstr ""
1467
1468#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1469#: e2fsck/problem.c:714
1470msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1471msgstr ""
1472
1473#. @-expanded: Error reading inode %i: %m\n
1474#: e2fsck/problem.c:720
1475#, c-format
1476msgid "Error reading @i %i: %m\n"
1477msgstr ""
1478
1479#. @-expanded: inode %i has imagic flag set.
1480#: e2fsck/problem.c:728
1481#, c-format
1482msgid "@i %i has imagic flag set. "
1483msgstr ""
1484
1485#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1486#. @-expanded: or append-only flag set.
1487#: e2fsck/problem.c:733
1488#, c-format
1489msgid ""
1490"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1491"or append-only flag set. "
1492msgstr ""
1493
1494#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1495#: e2fsck/problem.c:739
1496#, c-format
1497msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1498msgstr ""
1499
1500#. @-expanded: journal inode is not in use, but contains data.
1501#: e2fsck/problem.c:749
1502msgid "@j @i is not in use, but contains data. "
1503msgstr ""
1504
1505#. @-expanded: journal is not regular file.
1506#: e2fsck/problem.c:754
1507msgid "@j is not regular file. "
1508msgstr ""
1509
1510#. @-expanded: inode %i was part of the orphaned inode list.
1511#: e2fsck/problem.c:759
1512#, c-format
1513msgid "@i %i was part of the @o @i list. "
1514msgstr ""
1515
1516#. @-expanded: inodes that were part of a corrupted orphan linked list found.
1517#: e2fsck/problem.c:765
1518msgid "@is that were part of a corrupted orphan linked list found. "
1519msgstr ""
1520
1521#. @-expanded: error allocating refcount structure (%N): %m\n
1522#: e2fsck/problem.c:770
1523msgid "@A refcount structure (%N): %m\n"
1524msgstr ""
1525
1526#. @-expanded: Error reading extended attribute block %b for inode %i.
1527#: e2fsck/problem.c:775
1528msgid "Error reading @a @b %b for @i %i. "
1529msgstr ""
1530
1531#. @-expanded: inode %i has a bad extended attribute block %b.
1532#: e2fsck/problem.c:780
1533msgid "@i %i has a bad @a @b %b. "
1534msgstr ""
1535
1536#. @-expanded: Error reading extended attribute block %b (%m).
1537#: e2fsck/problem.c:785
1538msgid "Error reading @a @b %b (%m). "
1539msgstr ""
1540
1541#. @-expanded: extended attribute block %b has reference count %r, should be %N.
1542#: e2fsck/problem.c:790
1543msgid "@a @b %b has reference count %r, @s %N. "
1544msgstr ""
1545
1546#. @-expanded: Error writing extended attribute block %b (%m).
1547#: e2fsck/problem.c:795
1548msgid "Error writing @a @b %b (%m). "
1549msgstr ""
1550
1551#. @-expanded: extended attribute block %b has h_blocks > 1.
1552#: e2fsck/problem.c:800
1553msgid "@a @b %b has h_@bs > 1. "
1554msgstr ""
1555
1556#. @-expanded: error allocating extended attribute region allocation structure.
1557#: e2fsck/problem.c:805
1558msgid "@A @a region allocation structure. "
1559msgstr ""
1560
1561#. @-expanded: extended attribute block %b is corrupt (allocation collision).
1562#: e2fsck/problem.c:810
1563msgid "@a @b %b is corrupt (allocation collision). "
1564msgstr ""
1565
1566#. @-expanded: extended attribute block %b is corrupt (invalid name).
1567#: e2fsck/problem.c:815
1568msgid "@a @b %b is corrupt (@n name). "
1569msgstr ""
1570
1571#. @-expanded: extended attribute block %b is corrupt (invalid value).
1572#: e2fsck/problem.c:820
1573msgid "@a @b %b is corrupt (@n value). "
1574msgstr ""
1575
1576#. @-expanded: inode %i is too big.
1577#: e2fsck/problem.c:825
1578#, c-format
1579msgid "@i %i is too big. "
1580msgstr ""
1581
1582#. @-expanded: %B (%b) causes directory to be too big.
1583#: e2fsck/problem.c:829
1584msgid "%B (%b) causes @d to be too big. "
1585msgstr ""
1586
1587#: e2fsck/problem.c:834
1588msgid "%B (%b) causes file to be too big. "
1589msgstr ""
1590
1591#: e2fsck/problem.c:839
1592msgid "%B (%b) causes symlink to be too big. "
1593msgstr ""
1594
1595#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1596#: e2fsck/problem.c:844
1597#, c-format
1598msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1599msgstr ""
1600
1601#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1602#: e2fsck/problem.c:849
1603#, c-format
1604msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1605msgstr ""
1606
1607#. @-expanded: HTREE directory inode %i has an invalid root node.\n
1608#: e2fsck/problem.c:854
1609#, c-format
1610msgid "@h %i has an @n root node.\n"
1611msgstr ""
1612
1613#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1614#: e2fsck/problem.c:859
1615msgid "@h %i has an unsupported hash version (%N)\n"
1616msgstr ""
1617
1618#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1619#: e2fsck/problem.c:864
1620#, c-format
1621msgid "@h %i uses an incompatible htree root node flag.\n"
1622msgstr ""
1623
1624#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1625#: e2fsck/problem.c:869
1626msgid "@h %i has a tree depth (%N) which is too big\n"
1627msgstr ""
1628
1629#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1630#. @-expanded: filesystem metadata.
1631#: e2fsck/problem.c:874
1632msgid ""
1633"Bad @b @i has an indirect @b (%b) that conflicts with\n"
1634"@f metadata. "
1635msgstr ""
1636
1637#. @-expanded: Resize inode (re)creation failed: %m.
1638#: e2fsck/problem.c:880
1639#, c-format
1640msgid "Resize @i (re)creation failed: %m."
1641msgstr ""
1642
1643#. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1644#: e2fsck/problem.c:885
1645msgid "@i %i has a extra size (%IS) which is @n\n"
1646msgstr ""
1647
1648#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1649#: e2fsck/problem.c:890
1650msgid "@a in @i %i has a namelen (%N) which is @n\n"
1651msgstr ""
1652
1653#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1654#: e2fsck/problem.c:895
1655msgid "@a in @i %i has a value offset (%N) which is @n\n"
1656msgstr ""
1657
1658#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1659#: e2fsck/problem.c:900
1660msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1661msgstr ""
1662
1663#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1664#: e2fsck/problem.c:905
1665msgid "@a in @i %i has a value size (%N) which is @n\n"
1666msgstr ""
1667
1668#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1669#: e2fsck/problem.c:910
1670msgid "@a in @i %i has a hash (%N) which is @n\n"
1671msgstr ""
1672
1673#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1674#: e2fsck/problem.c:915
1675msgid "@i %i is a %It but it looks like it is really a directory.\n"
1676msgstr ""
1677
1678#. @-expanded: Error while reading over extent tree in inode %i: %m\n
1679#: e2fsck/problem.c:920
1680#, c-format
1681msgid "Error while reading over @x tree in @i %i: %m\n"
1682msgstr ""
1683
1684#. @-expanded: Failed to iterate extents in inode %i\n
1685#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1686#: e2fsck/problem.c:925
1687msgid ""
1688"Failed to iterate extents in @i %i\n"
1689"\t(op %s, blk %b, lblk %c): %m\n"
1690msgstr ""
1691
1692#. @-expanded: inode %i has an invalid extent\n
1693#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1694#: e2fsck/problem.c:931
1695msgid ""
1696"@i %i has an @n extent\n"
1697"\t(logical @b %c, @n physical @b %b, len %N)\n"
1698msgstr ""
1699
1700#. @-expanded: inode %i has an invalid extent\n
1701#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1702#: e2fsck/problem.c:936
1703msgid ""
1704"@i %i has an @n extent\n"
1705"\t(logical @b %c, physical @b %b, @n len %N)\n"
1706msgstr ""
1707
1708#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1709#: e2fsck/problem.c:941
1710#, c-format
1711msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1712msgstr ""
1713
1714#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1715#: e2fsck/problem.c:946
1716#, c-format
1717msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1718msgstr ""
1719
1720#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1721#: e2fsck/problem.c:951
1722#, c-format
1723msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1724msgstr ""
1725
1726#: e2fsck/problem.c:956
1727#, c-format
1728msgid "Fast symlink %i has EXTENT_FL set. "
1729msgstr ""
1730
1731#. @-expanded: inode %i has out of order extents\n
1732#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1733#: e2fsck/problem.c:961
1734msgid ""
1735"@i %i has out of order extents\n"
1736"\t(@n logical @b %c, physical @b %b, len %N)\n"
1737msgstr ""
1738
1739#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1740#: e2fsck/problem.c:965
1741msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1742msgstr ""
1743
1744#. @-expanded: Error converting subcluster block bitmap: %m\n
1745#: e2fsck/problem.c:970
1746#, c-format
1747msgid "Error converting subcluster @b @B: %m\n"
1748msgstr ""
1749
1750#. @-expanded: quota inode is not regular file.
1751#: e2fsck/problem.c:975
1752msgid "@q @i is not regular file. "
1753msgstr ""
1754
1755#. @-expanded: quota inode is not in use, but contains data.
1756#: e2fsck/problem.c:980
1757msgid "@q @i is not in use, but contains data. "
1758msgstr ""
1759
1760#. @-expanded: quota inode is visible to the user.
1761#: e2fsck/problem.c:985
1762msgid "@q @i is visible to the user. "
1763msgstr ""
1764
1765#. @-expanded: The bad block inode looks invalid.
1766#: e2fsck/problem.c:990
1767msgid "The bad @b @i looks @n. "
1768msgstr ""
1769
1770#. @-expanded: inode %i has zero length extent\n
1771#. @-expanded: \t(invalid logical block %c, physical block %b)\n
1772#: e2fsck/problem.c:995
1773msgid ""
1774"@i %i has zero length extent\n"
1775"\t(@n logical @b %c, physical @b %b)\n"
1776msgstr ""
1777
1778#. @-expanded: inode %i seems to contain garbage.
1779#: e2fsck/problem.c:1000
1780#, c-format
1781msgid "@i %i seems to contain garbage. "
1782msgstr ""
1783
1784#. @-expanded: inode %i passes checks, but checksum does not match inode.
1785#: e2fsck/problem.c:1005
1786#, c-format
1787msgid "@i %i passes checks, but checksum does not match @i. "
1788msgstr ""
1789
1790#. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1791#: e2fsck/problem.c:1010
1792#, c-format
1793msgid "@i %i @a is corrupt (allocation collision). "
1794msgstr ""
1795
1796#. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1797#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1798#: e2fsck/problem.c:1018
1799msgid ""
1800"@i %i extent block passes checks, but checksum does not match extent\n"
1801"\t(logical @b %c, physical @b %b, len %N)\n"
1802msgstr ""
1803
1804#. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1805#: e2fsck/problem.c:1027
1806msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1807msgstr ""
1808
1809#. @-expanded: Interior extent node level %N of inode %i:\n
1810#. @-expanded: Logical start %b does not match logical start %c at next level.
1811#: e2fsck/problem.c:1034
1812msgid ""
1813"Interior @x node level %N of @i %i:\n"
1814"Logical start %b does not match logical start %c at next level. "
1815msgstr ""
1816
1817#. @-expanded: inode %i, end of extent exceeds allowed value\n
1818#. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1819#: e2fsck/problem.c:1040
1820msgid ""
1821"@i %i, end of extent exceeds allowed value\n"
1822"\t(logical @b %c, physical @b %b, len %N)\n"
1823msgstr ""
1824
1825#. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1826#: e2fsck/problem.c:1045
1827#, c-format
1828msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1829msgstr ""
1830
1831#. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1832#: e2fsck/problem.c:1050
1833#, c-format
1834msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1835msgstr ""
1836
1837#. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1838#: e2fsck/problem.c:1058
1839msgid ""
1840"@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1841msgstr ""
1842
1843#. @-expanded: directory inode %i block %b should be at block %c.
1844#: e2fsck/problem.c:1063
1845msgid "@d @i %i @b %b should be at @b %c. "
1846msgstr ""
1847
1848#. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1849#: e2fsck/problem.c:1068
1850#, c-format
1851msgid "@d @i %i has @x marked uninitialized at @b %c. "
1852msgstr ""
1853
1854#. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1855#. @-expanded: Will fix in pass 1B.\n
1856#: e2fsck/problem.c:1073
1857msgid ""
1858"@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1859"Will fix in pass 1B.\n"
1860msgstr ""
1861
1862#. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1863#: e2fsck/problem.c:1078
1864#, c-format
1865msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1866msgstr ""
1867
1868#. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1869#. @-expanded: or inline-data flag set.
1870#: e2fsck/problem.c:1083
1871#, c-format
1872msgid ""
1873"Special (@v/socket/fifo) file (@i %i) has extents\n"
1874"or inline-data flag set. "
1875msgstr ""
1876
1877#. @-expanded: inode %i has extent header but inline data flag is set.\n
1878#: e2fsck/problem.c:1089
1879#, c-format
1880msgid "@i %i has @x header but inline data flag is set.\n"
1881msgstr ""
1882
1883#. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1884#: e2fsck/problem.c:1094
1885#, c-format
1886msgid "@i %i seems to have inline data but @x flag is set.\n"
1887msgstr ""
1888
1889#. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1890#: e2fsck/problem.c:1099
1891#, c-format
1892msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1893msgstr ""
1894
1895#. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1896#: e2fsck/problem.c:1104
1897#, c-format
1898msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1899msgstr ""
1900
1901#. @-expanded: Bad block list says the bad block list inode is bad.
1902#: e2fsck/problem.c:1109
1903msgid "Bad block list says the bad block list @i is bad. "
1904msgstr ""
1905
1906#. @-expanded: error allocating extent region allocation structure.
1907#: e2fsck/problem.c:1114
1908msgid "@A @x region allocation structure. "
1909msgstr ""
1910
1911#. @-expanded: inode %i has a duplicate extent mapping\n
1912#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1913#: e2fsck/problem.c:1119
1914msgid ""
1915"@i %i has a duplicate @x mapping\n"
1916"\t(logical @b %c, @n physical @b %b, len %N)\n"
1917msgstr ""
1918
1919#. @-expanded: error allocating memory for encrypted directory list\n
1920#: e2fsck/problem.c:1124
1921msgid "@A memory for encrypted @d list\n"
1922msgstr ""
1923
1924#. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1925#: e2fsck/problem.c:1129
1926msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1927msgstr ""
1928
1929#. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1930#: e2fsck/problem.c:1134
1931#, c-format
1932msgid "@i %i on bigalloc @f cannot be @b mapped. "
1933msgstr ""
1934
1935#. @-expanded: inode %i has corrupt extent header.
1936#: e2fsck/problem.c:1139
1937#, c-format
1938msgid "@i %i has corrupt @x header. "
1939msgstr ""
1940
1941#. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1942#: e2fsck/problem.c:1144
1943#, c-format
1944msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1945msgstr ""
1946
1947#. @-expanded: \n
1948#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1949#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1950#: e2fsck/problem.c:1151
1951msgid ""
1952"\n"
1953"Running additional passes to resolve @bs claimed by more than one @i...\n"
1954"Pass 1B: Rescanning for @m @bs\n"
1955msgstr ""
1956
1957#. @-expanded: multiply-claimed block(s) in inode %i:
1958#: e2fsck/problem.c:1157
1959#, c-format
1960msgid "@m @b(s) in @i %i:"
1961msgstr ""
1962
1963#: e2fsck/problem.c:1172
1964#, c-format
1965msgid "Error while scanning inodes (%i): %m\n"
1966msgstr ""
1967
1968#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1969#: e2fsck/problem.c:1177
1970#, c-format
1971msgid "@A @i @B (@i_dup_map): %m\n"
1972msgstr ""
1973
1974#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1975#: e2fsck/problem.c:1182
1976#, c-format
1977msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1978msgstr ""
1979
1980#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1981#: e2fsck/problem.c:1187 e2fsck/problem.c:1549
1982msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1983msgstr ""
1984
1985#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1986#: e2fsck/problem.c:1197
1987msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1988msgstr ""
1989
1990#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1991#: e2fsck/problem.c:1203
1992msgid "Pass 1D: Reconciling @m @bs\n"
1993msgstr ""
1994
1995#. @-expanded: File %Q (inode #%i, mod time %IM) \n
1996#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1997#: e2fsck/problem.c:1208
1998msgid ""
1999"File %Q (@i #%i, mod time %IM) \n"
2000" has %r @m @b(s), shared with %N file(s):\n"
2001msgstr ""
2002
2003#. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2004#: e2fsck/problem.c:1214
2005msgid "\t%Q (@i #%i, mod time %IM)\n"
2006msgstr ""
2007
2008#. @-expanded: \t<filesystem metadata>\n
2009#: e2fsck/problem.c:1219
2010msgid "\t<@f metadata>\n"
2011msgstr ""
2012
2013#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2014#. @-expanded: \n
2015#: e2fsck/problem.c:1224
2016msgid ""
2017"(There are %N @is containing @m @bs.)\n"
2018"\n"
2019msgstr ""
2020
2021#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2022#. @-expanded: \n
2023#: e2fsck/problem.c:1229
2024msgid ""
2025"@m @bs already reassigned or cloned.\n"
2026"\n"
2027msgstr ""
2028
2029#: e2fsck/problem.c:1242
2030#, c-format
2031msgid "Couldn't clone file: %m\n"
2032msgstr ""
2033
2034#. @-expanded: Pass 1E: Optimizing extent trees\n
2035#: e2fsck/problem.c:1248
2036#, fuzzy
2037msgid "Pass 1E: Optimizing @x trees\n"
2038msgstr "Vaihe 3A: Optimoidaan hakemistoja\n"
2039
2040#. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2041#: e2fsck/problem.c:1253
2042#, c-format
2043msgid "Failed to optimize @x tree %p (%i): %m\n"
2044msgstr ""
2045
2046#. @-expanded: Optimizing extent trees:
2047#: e2fsck/problem.c:1258
2048#, fuzzy
2049msgid "Optimizing @x trees: "
2050msgstr "Optimoidaan hakemistoja: "
2051
2052#: e2fsck/problem.c:1273
2053msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2054msgstr ""
2055
2056#. @-expanded: inode %i extent tree (at level %b) could be shorter.
2057#: e2fsck/problem.c:1278
2058msgid "@i %i @x tree (at level %b) could be shorter. "
2059msgstr ""
2060
2061#. @-expanded: inode %i extent tree (at level %b) could be narrower.
2062#: e2fsck/problem.c:1283
2063msgid "@i %i @x tree (at level %b) could be narrower. "
2064msgstr ""
2065
2066#. @-expanded: Pass 2: Checking directory structure\n
2067#: e2fsck/problem.c:1290
2068msgid "Pass 2: Checking @d structure\n"
2069msgstr ""
2070
2071#. @-expanded: invalid inode number for '.' in directory inode %i.\n
2072#: e2fsck/problem.c:1295
2073#, c-format
2074msgid "@n @i number for '.' in @d @i %i.\n"
2075msgstr ""
2076
2077#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2078#: e2fsck/problem.c:1300
2079msgid "@E has @n @i #: %Di.\n"
2080msgstr ""
2081
2082#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2083#: e2fsck/problem.c:1305
2084msgid "@E has @D/unused @i %Di. "
2085msgstr ""
2086
2087#. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2088#: e2fsck/problem.c:1310
2089msgid "@E @L to '.' "
2090msgstr ""
2091
2092#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2093#: e2fsck/problem.c:1315
2094msgid "@E points to @i (%Di) located in a bad @b.\n"
2095msgstr ""
2096
2097#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2098#: e2fsck/problem.c:1320
2099msgid "@E @L to @d %P (%Di).\n"
2100msgstr ""
2101
2102#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2103#: e2fsck/problem.c:1325
2104msgid "@E @L to the @r.\n"
2105msgstr ""
2106
2107#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2108#: e2fsck/problem.c:1330
2109msgid "@E has illegal characters in its name.\n"
2110msgstr ""
2111
2112#. @-expanded: Missing '.' in directory inode %i.\n
2113#: e2fsck/problem.c:1335
2114#, c-format
2115msgid "Missing '.' in @d @i %i.\n"
2116msgstr ""
2117
2118#. @-expanded: Missing '..' in directory inode %i.\n
2119#: e2fsck/problem.c:1340
2120#, c-format
2121msgid "Missing '..' in @d @i %i.\n"
2122msgstr ""
2123
2124#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2125#: e2fsck/problem.c:1345
2126msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2127msgstr ""
2128
2129#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2130#: e2fsck/problem.c:1350
2131msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2132msgstr ""
2133
2134#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2135#: e2fsck/problem.c:1355
2136msgid "i_faddr @F %IF, @s zero.\n"
2137msgstr ""
2138
2139#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2140#: e2fsck/problem.c:1360
2141msgid "i_file_acl @F %If, @s zero.\n"
2142msgstr ""
2143
2144#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
2145#: e2fsck/problem.c:1365
2146msgid "i_dir_acl @F %Id, @s zero.\n"
2147msgstr ""
2148
2149#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2150#: e2fsck/problem.c:1370
2151msgid "i_frag @F %N, @s zero.\n"
2152msgstr ""
2153
2154#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2155#: e2fsck/problem.c:1375
2156msgid "i_fsize @F %N, @s zero.\n"
2157msgstr ""
2158
2159#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2160#: e2fsck/problem.c:1380
2161msgid "@i %i (%Q) has @n mode (%Im).\n"
2162msgstr ""
2163
2164#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2165#: e2fsck/problem.c:1385
2166msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2167msgstr ""
2168
2169#. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2170#: e2fsck/problem.c:1390
2171msgid "@d @i %i, %B, offset %N: filename too long\n"
2172msgstr ""
2173
2174#. @-expanded: directory inode %i has an unallocated %B.
2175#: e2fsck/problem.c:1395
2176msgid "@d @i %i has an unallocated %B. "
2177msgstr ""
2178
2179#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2180#: e2fsck/problem.c:1400
2181#, c-format
2182msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2183msgstr ""
2184
2185#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2186#: e2fsck/problem.c:1405
2187#, c-format
2188msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2189msgstr ""
2190
2191#. @-expanded: inode %i (%Q) is an illegal character device.\n
2192#: e2fsck/problem.c:1410
2193msgid "@i %i (%Q) is an @I character @v.\n"
2194msgstr ""
2195
2196#. @-expanded: inode %i (%Q) is an illegal block device.\n
2197#: e2fsck/problem.c:1415
2198msgid "@i %i (%Q) is an @I @b @v.\n"
2199msgstr ""
2200
2201#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2202#: e2fsck/problem.c:1420
2203msgid "@E is duplicate '.' @e.\n"
2204msgstr ""
2205
2206#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2207#: e2fsck/problem.c:1425
2208msgid "@E is duplicate '..' @e.\n"
2209msgstr ""
2210
2211#: e2fsck/problem.c:1430 e2fsck/problem.c:1765
2212#, c-format
2213msgid "Internal error: couldn't find dir_info for %i.\n"
2214msgstr ""
2215
2216#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2217#: e2fsck/problem.c:1435
2218msgid "@E has rec_len of %Dr, @s %N.\n"
2219msgstr ""
2220
2221#. @-expanded: error allocating icount structure: %m\n
2222#: e2fsck/problem.c:1440
2223#, c-format
2224msgid "@A icount structure: %m\n"
2225msgstr ""
2226
2227#. @-expanded: Error iterating over directory blocks: %m\n
2228#: e2fsck/problem.c:1445
2229#, c-format
2230msgid "Error iterating over @d @bs: %m\n"
2231msgstr ""
2232
2233#. @-expanded: Error reading directory block %b (inode %i): %m\n
2234#: e2fsck/problem.c:1450
2235msgid "Error reading @d @b %b (@i %i): %m\n"
2236msgstr ""
2237
2238#. @-expanded: Error writing directory block %b (inode %i): %m\n
2239#: e2fsck/problem.c:1455
2240msgid "Error writing @d @b %b (@i %i): %m\n"
2241msgstr ""
2242
2243#. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2244#: e2fsck/problem.c:1460
2245#, c-format
2246msgid "@A new @d @b for @i %i (%s): %m\n"
2247msgstr ""
2248
2249#. @-expanded: Error deallocating inode %i: %m\n
2250#: e2fsck/problem.c:1465
2251#, c-format
2252msgid "Error deallocating @i %i: %m\n"
2253msgstr ""
2254
2255#. @-expanded: directory entry for '.' in %p (%i) is big.\n
2256#: e2fsck/problem.c:1470
2257#, c-format
2258msgid "@d @e for '.' in %p (%i) is big.\n"
2259msgstr ""
2260
2261#. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2262#: e2fsck/problem.c:1475
2263msgid "@i %i (%Q) is an @I FIFO.\n"
2264msgstr ""
2265
2266#. @-expanded: inode %i (%Q) is an illegal socket.\n
2267#: e2fsck/problem.c:1480
2268msgid "@i %i (%Q) is an @I socket.\n"
2269msgstr ""
2270
2271#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2272#: e2fsck/problem.c:1485
2273msgid "Setting filetype for @E to %N.\n"
2274msgstr ""
2275
2276#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2277#: e2fsck/problem.c:1490
2278msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2279msgstr ""
2280
2281#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2282#: e2fsck/problem.c:1495
2283msgid "@E has filetype set.\n"
2284msgstr ""
2285
2286#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2287#: e2fsck/problem.c:1500
2288msgid "@E has a @z name.\n"
2289msgstr ""
2290
2291#. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2292#: e2fsck/problem.c:1505
2293msgid "Symlink %Q (@i #%i) is @n.\n"
2294msgstr ""
2295
2296#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2297#: e2fsck/problem.c:1510
2298msgid "@a @b @F @n (%If).\n"
2299msgstr ""
2300
2301#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2302#: e2fsck/problem.c:1515
2303msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2304msgstr ""
2305
2306#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2307#: e2fsck/problem.c:1520
2308msgid "@p @h %d: %B not referenced\n"
2309msgstr ""
2310
2311#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2312#: e2fsck/problem.c:1525
2313msgid "@p @h %d: %B referenced twice\n"
2314msgstr ""
2315
2316#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2317#: e2fsck/problem.c:1530
2318msgid "@p @h %d: %B has bad min hash\n"
2319msgstr ""
2320
2321#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2322#: e2fsck/problem.c:1535
2323msgid "@p @h %d: %B has bad max hash\n"
2324msgstr ""
2325
2326#. @-expanded: invalid HTREE directory inode %d (%q).
2327#: e2fsck/problem.c:1540
2328msgid "@n @h %d (%q). "
2329msgstr ""
2330
2331#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2332#: e2fsck/problem.c:1544
2333msgid "@p @h %d (%q): bad @b number %b.\n"
2334msgstr ""
2335
2336#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2337#: e2fsck/problem.c:1554
2338#, c-format
2339msgid "@p @h %d: root node is @n\n"
2340msgstr ""
2341
2342#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2343#: e2fsck/problem.c:1559
2344msgid "@p @h %d: %B has @n limit (%N)\n"
2345msgstr ""
2346
2347#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2348#: e2fsck/problem.c:1564
2349msgid "@p @h %d: %B has @n count (%N)\n"
2350msgstr ""
2351
2352#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2353#: e2fsck/problem.c:1569
2354msgid "@p @h %d: %B has an unordered hash table\n"
2355msgstr ""
2356
2357#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2358#: e2fsck/problem.c:1574
2359msgid "@p @h %d: %B has @n depth (%N)\n"
2360msgstr ""
2361
2362#. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2363#: e2fsck/problem.c:1579
2364msgid "Duplicate @E found. "
2365msgstr ""
2366
2367#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2368#. @-expanded: Rename to %s
2369#: e2fsck/problem.c:1584
2370#, no-c-format
2371msgid ""
2372"@E has a non-unique filename.\n"
2373"Rename to %s"
2374msgstr ""
2375
2376#. @-expanded: Duplicate entry '%Dn' found.\n
2377#. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2378#. @-expanded: \n
2379#: e2fsck/problem.c:1589
2380msgid ""
2381"Duplicate @e '%Dn' found.\n"
2382"\tMarking %p (%i) to be rebuilt.\n"
2383"\n"
2384msgstr ""
2385
2386#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2387#: e2fsck/problem.c:1594
2388msgid "i_blocks_hi @F %N, @s zero.\n"
2389msgstr ""
2390
2391#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2392#: e2fsck/problem.c:1599
2393msgid "Unexpected @b in @h %d (%q).\n"
2394msgstr ""
2395
2396#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2397#: e2fsck/problem.c:1603
2398msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2399msgstr ""
2400
2401#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2402#: e2fsck/problem.c:1608
2403msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2404msgstr ""
2405
2406#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2407#: e2fsck/problem.c:1613
2408msgid "i_file_acl_hi @F %N, @s zero.\n"
2409msgstr ""
2410
2411#. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2412#: e2fsck/problem.c:1618
2413#, c-format
2414msgid "@p @h %d: root node fails checksum.\n"
2415msgstr ""
2416
2417#. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2418#: e2fsck/problem.c:1623
2419#, c-format
2420msgid "@p @h %d: internal node fails checksum.\n"
2421msgstr ""
2422
2423#. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2424#: e2fsck/problem.c:1628
2425msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2426msgstr ""
2427
2428#. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2429#: e2fsck/problem.c:1633
2430msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2431msgstr ""
2432
2433#. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2434#: e2fsck/problem.c:1638
2435msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2436msgstr ""
2437
2438#. @-expanded: Fixing size of inline directory inode %i failed.\n
2439#: e2fsck/problem.c:1643
2440#, c-format
2441msgid "Fixing size of inline @d @i %i failed.\n"
2442msgstr ""
2443
2444#. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2445#: e2fsck/problem.c:1648
2446msgid "Encrypted @E is too short.\n"
2447msgstr ""
2448
2449#. @-expanded: Pass 3: Checking directory connectivity\n
2450#: e2fsck/problem.c:1655
2451msgid "Pass 3: Checking @d connectivity\n"
2452msgstr ""
2453
2454#. @-expanded: root inode not allocated.
2455#: e2fsck/problem.c:1660
2456msgid "@r not allocated. "
2457msgstr ""
2458
2459#. @-expanded: No room in lost+found directory.
2460#: e2fsck/problem.c:1665
2461msgid "No room in @l @d. "
2462msgstr ""
2463
2464#. @-expanded: Unconnected directory inode %i (%p)\n
2465#: e2fsck/problem.c:1670
2466#, c-format
2467msgid "Unconnected @d @i %i (%p)\n"
2468msgstr ""
2469
2470#. @-expanded: /lost+found not found.
2471#: e2fsck/problem.c:1675
2472msgid "/@l not found. "
2473msgstr ""
2474
2475#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2476#: e2fsck/problem.c:1680
2477msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2478msgstr ""
2479
2480#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2481#: e2fsck/problem.c:1685
2482msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2483msgstr ""
2484
2485#. @-expanded: Could not expand /lost+found: %m\n
2486#: e2fsck/problem.c:1690
2487#, c-format
2488msgid "Could not expand /@l: %m\n"
2489msgstr ""
2490
2491#: e2fsck/problem.c:1695
2492#, c-format
2493msgid "Could not reconnect %i: %m\n"
2494msgstr ""
2495
2496#. @-expanded: Error while trying to find /lost+found: %m\n
2497#: e2fsck/problem.c:1700
2498#, c-format
2499msgid "Error while trying to find /@l: %m\n"
2500msgstr ""
2501
2502#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2503#: e2fsck/problem.c:1705
2504#, c-format
2505msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2506msgstr ""
2507
2508#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2509#: e2fsck/problem.c:1710
2510#, c-format
2511msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2512msgstr ""
2513
2514#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2515#: e2fsck/problem.c:1715
2516#, c-format
2517msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2518msgstr ""
2519
2520#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2521#: e2fsck/problem.c:1720
2522#, c-format
2523msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2524msgstr ""
2525
2526#. @-expanded: Error while adjusting inode count on inode %i\n
2527#: e2fsck/problem.c:1725
2528#, c-format
2529msgid "Error while adjusting @i count on @i %i\n"
2530msgstr ""
2531
2532#. @-expanded: Couldn't fix parent of inode %i: %m\n
2533#. @-expanded: \n
2534#: e2fsck/problem.c:1730
2535#, c-format
2536msgid ""
2537"Couldn't fix parent of @i %i: %m\n"
2538"\n"
2539msgstr ""
2540
2541#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2542#. @-expanded: \n
2543#: e2fsck/problem.c:1735
2544#, c-format
2545msgid ""
2546"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2547"\n"
2548msgstr ""
2549
2550#. @-expanded: Error creating root directory (%s): %m\n
2551#: e2fsck/problem.c:1745
2552#, c-format
2553msgid "Error creating root @d (%s): %m\n"
2554msgstr ""
2555
2556#. @-expanded: Error creating /lost+found directory (%s): %m\n
2557#: e2fsck/problem.c:1750
2558#, c-format
2559msgid "Error creating /@l @d (%s): %m\n"
2560msgstr ""
2561
2562#. @-expanded: root inode is not a directory; aborting.\n
2563#: e2fsck/problem.c:1755
2564msgid "@r is not a @d; aborting.\n"
2565msgstr ""
2566
2567#. @-expanded: Cannot proceed without a root inode.\n
2568#: e2fsck/problem.c:1760
2569msgid "Cannot proceed without a @r.\n"
2570msgstr ""
2571
2572#. @-expanded: /lost+found is not a directory (ino=%i)\n
2573#: e2fsck/problem.c:1770
2574#, c-format
2575msgid "/@l is not a @d (ino=%i)\n"
2576msgstr ""
2577
2578#. @-expanded: /lost+found has inline data\n
2579#: e2fsck/problem.c:1775
2580msgid "/@l has inline data\n"
2581msgstr ""
2582
2583#. @-expanded: Cannot allocate space for /lost+found.\n
2584#. @-expanded: Place lost files in root directory instead
2585#: e2fsck/problem.c:1780
2586msgid ""
2587"Cannot allocate space for /@l.\n"
2588"Place lost files in root directory instead"
2589msgstr ""
2590
2591#. @-expanded: Insufficient space to recover lost files!\n
2592#. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2593#. @-expanded: \n
2594#: e2fsck/problem.c:1785
2595msgid ""
2596"Insufficient space to recover lost files!\n"
2597"Move data off the @f and re-run e2fsck.\n"
2598"\n"
2599msgstr ""
2600
2601#. @-expanded: /lost+found is encrypted\n
2602#: e2fsck/problem.c:1790
2603#, fuzzy
2604msgid "/@l is encrypted\n"
2605msgstr "Vedos (%s) on salattu\n"
2606
2607#: e2fsck/problem.c:1797
2608msgid "Pass 3A: Optimizing directories\n"
2609msgstr "Vaihe 3A: Optimoidaan hakemistoja\n"
2610
2611#: e2fsck/problem.c:1802
2612#, c-format
2613msgid "Failed to create dirs_to_hash iterator: %m\n"
2614msgstr ""
2615
2616#: e2fsck/problem.c:1807
2617msgid "Failed to optimize directory %q (%d): %m\n"
2618msgstr ""
2619
2620#: e2fsck/problem.c:1812
2621msgid "Optimizing directories: "
2622msgstr "Optimoidaan hakemistoja: "
2623
2624#: e2fsck/problem.c:1829
2625msgid "Pass 4: Checking reference counts\n"
2626msgstr "Vaihe 4: Tarkastetaan viittausmääriä\n"
2627
2628#. @-expanded: unattached zero-length inode %i.
2629#: e2fsck/problem.c:1834
2630#, c-format
2631msgid "@u @z @i %i. "
2632msgstr ""
2633
2634#. @-expanded: unattached inode %i\n
2635#: e2fsck/problem.c:1839
2636#, c-format
2637msgid "@u @i %i\n"
2638msgstr ""
2639
2640#. @-expanded: inode %i ref count is %Il, should be %N.
2641#: e2fsck/problem.c:1844
2642msgid "@i %i ref count is %Il, @s %N. "
2643msgstr ""
2644
2645#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2646#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2647#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2648#: e2fsck/problem.c:1848
2649msgid ""
2650"WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2651"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2652"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2653msgstr ""
2654
2655#. @-expanded: Pass 5: Checking group summary information\n
2656#: e2fsck/problem.c:1858
2657msgid "Pass 5: Checking @g summary information\n"
2658msgstr ""
2659
2660#. @-expanded: Padding at end of inode bitmap is not set.
2661#: e2fsck/problem.c:1863
2662msgid "Padding at end of @i @B is not set. "
2663msgstr ""
2664
2665#. @-expanded: Padding at end of block bitmap is not set.
2666#: e2fsck/problem.c:1868
2667msgid "Padding at end of @b @B is not set. "
2668msgstr ""
2669
2670#. @-expanded: block bitmap differences:
2671#: e2fsck/problem.c:1873
2672msgid "@b @B differences: "
2673msgstr ""
2674
2675#. @-expanded: inode bitmap differences:
2676#: e2fsck/problem.c:1893
2677msgid "@i @B differences: "
2678msgstr ""
2679
2680#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2681#: e2fsck/problem.c:1913
2682msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2683msgstr ""
2684
2685#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2686#: e2fsck/problem.c:1918
2687msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2688msgstr ""
2689
2690#. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2691#: e2fsck/problem.c:1923
2692msgid "Free @is count wrong (%i, counted=%j).\n"
2693msgstr ""
2694
2695#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2696#: e2fsck/problem.c:1928
2697msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2698msgstr ""
2699
2700#. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2701#: e2fsck/problem.c:1933
2702msgid "Free @bs count wrong (%b, counted=%c).\n"
2703msgstr ""
2704
2705#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2706#. @-expanded: endpoints (%i, %j)\n
2707#: e2fsck/problem.c:1938
2708msgid ""
2709"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2710"endpoints (%i, %j)\n"
2711msgstr ""
2712
2713#: e2fsck/problem.c:1944
2714msgid "Internal error: fudging end of bitmap (%N)\n"
2715msgstr ""
2716
2717#. @-expanded: Error copying in replacement inode bitmap: %m\n
2718#: e2fsck/problem.c:1949
2719#, c-format
2720msgid "Error copying in replacement @i @B: %m\n"
2721msgstr ""
2722
2723#. @-expanded: Error copying in replacement block bitmap: %m\n
2724#: e2fsck/problem.c:1954
2725#, c-format
2726msgid "Error copying in replacement @b @B: %m\n"
2727msgstr ""
2728
2729#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2730#: e2fsck/problem.c:1979
2731#, c-format
2732msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2733msgstr ""
2734
2735#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2736#: e2fsck/problem.c:1984
2737#, c-format
2738msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2739msgstr ""
2740
2741#. @-expanded: group %g inode bitmap does not match checksum.\n
2742#: e2fsck/problem.c:1989
2743#, c-format
2744msgid "@g %g @i @B does not match checksum.\n"
2745msgstr ""
2746
2747#. @-expanded: group %g block bitmap does not match checksum.\n
2748#: e2fsck/problem.c:1994
2749#, c-format
2750msgid "@g %g @b @B does not match checksum.\n"
2751msgstr ""
2752
2753#. @-expanded: Recreate journal
2754#: e2fsck/problem.c:2001
2755msgid "Recreate @j"
2756msgstr ""
2757
2758#: e2fsck/problem.c:2006
2759msgid "Update quota info for quota type %N"
2760msgstr ""
2761
2762#. @-expanded: Error setting block group checksum info: %m\n
2763#: e2fsck/problem.c:2011
2764#, c-format
2765msgid "Error setting @b @g checksum info: %m\n"
2766msgstr ""
2767
2768#: e2fsck/problem.c:2016
2769#, c-format
2770msgid "Error writing file system info: %m\n"
2771msgstr ""
2772
2773#: e2fsck/problem.c:2021
2774#, c-format
2775msgid "Error flushing writes to storage device: %m\n"
2776msgstr ""
2777
2778#: e2fsck/problem.c:2026
2779msgid "Error writing quota info for quota type %N: %m\n"
2780msgstr ""
2781
2782#: e2fsck/problem.c:2147
2783#, c-format
2784msgid "Unhandled error code (0x%x)!\n"
2785msgstr ""
2786
2787#: e2fsck/problem.c:2272 e2fsck/problem.c:2276
2788msgid "IGNORED"
2789msgstr ""
2790
2791#: e2fsck/quota.c:33 e2fsck/quota.c:46
2792msgid "in move_quota_inode"
2793msgstr ""
2794
2795#: e2fsck/scantest.c:79
2796#, c-format
2797msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2798msgstr ""
2799
2800#: e2fsck/scantest.c:98
2801#, c-format
2802msgid "size of inode=%d\n"
2803msgstr "i-solmun koko=%d\n"
2804
2805#: e2fsck/scantest.c:119
2806msgid "while starting inode scan"
2807msgstr ""
2808
2809#: e2fsck/scantest.c:130
2810msgid "while doing inode scan"
2811msgstr ""
2812
2813#: e2fsck/super.c:190
2814#, c-format
2815msgid "while calling ext2fs_block_iterate for inode %d"
2816msgstr ""
2817
2818#: e2fsck/super.c:213
2819#, c-format
2820msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2821msgstr ""
2822
2823#: e2fsck/super.c:274
2824msgid "Truncating"
2825msgstr ""
2826
2827#: e2fsck/super.c:275
2828msgid "Clearing"
2829msgstr ""
2830
2831#: e2fsck/unix.c:77
2832#, fuzzy, c-format
2833msgid ""
2834"Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2835"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2836"\t\t[-E extended-options] [-z undo_file] device\n"
2837msgstr ""
2838"Käyttö: %s [-panyrcdfvstDFSV] [-b superlohko] [-B lohkokoko]\n"
2839"\t\t[-I i-solmupuskurilohkot] [-P prosessin_i-solmukoko]\n"
2840"\t\t[-l|-L bad_blocks_file] [-C fd] [-j ext-journal]\n"
2841"\t\t[-E extended-options] laite\n"
2842
2843#: e2fsck/unix.c:82
2844msgid ""
2845"\n"
2846"Emergency help:\n"
2847" -p Automatic repair (no questions)\n"
2848" -n Make no changes to the filesystem\n"
2849" -y Assume \"yes\" to all questions\n"
2850" -c Check for bad blocks and add them to the badblock "
2851"list\n"
2852" -f Force checking even if filesystem is marked clean\n"
2853msgstr ""
2854
2855#: e2fsck/unix.c:88
2856msgid ""
2857" -v Be verbose\n"
2858" -b superblock Use alternative superblock\n"
2859" -B blocksize Force blocksize when looking for superblock\n"
2860" -j external_journal Set location of the external journal\n"
2861" -l bad_blocks_file Add to badblocks list\n"
2862" -L bad_blocks_file Set badblocks list\n"
2863" -z undo_file Create an undo file\n"
2864msgstr ""
2865
2866#: e2fsck/unix.c:134
2867#, c-format
2868msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2869msgstr "%s: %u/%u tiedostoa (%0d.%d %% epäjatkuvia), %llu/%llu lohkoa\n"
2870
2871#: e2fsck/unix.c:160
2872#, c-format
2873msgid ""
2874"\n"
2875"%12u inode used (%2.2f%%, out of %u)\n"
2876msgid_plural ""
2877"\n"
2878"%12u inodes used (%2.2f%%, out of %u)\n"
2879msgstr[0] ""
2880"\n"
2881"%12u i-solmu käytetty (%2.2f %%, kokonaismäärä %u)\n"
2882msgstr[1] ""
2883"\n"
2884"%12u i-solmua käytetty (%2.2f %%, kokonaismäärä %u)\n"
2885
2886#: e2fsck/unix.c:164
2887#, c-format
2888msgid "%12u non-contiguous file (%0d.%d%%)\n"
2889msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2890msgstr[0] "%12u epäjatkuva tiedosto (%0d.%d %%)\n"
2891msgstr[1] ""
2892"%12u epäjatkuvaa tiedostoa (%0d.%d %%)\n"
2893"\n"
2894
2895#: e2fsck/unix.c:169
2896#, c-format
2897msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2898msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2899msgstr[0] "%12u epäjatkuva hakemisto (%0d.%d %%)\n"
2900msgstr[1] ""
2901"%12u epäjatkuvaa hakemistoa (%0d.%d %%)\n"
2902"\n"
2903
2904#: e2fsck/unix.c:174
2905#, c-format
2906msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2907msgstr ""
2908
2909#: e2fsck/unix.c:182
2910msgid " Extent depth histogram: "
2911msgstr ""
2912
2913#: e2fsck/unix.c:191
2914#, c-format
2915msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2916msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2917msgstr[0] "%12llu lohko käytetty (%2.2f %%, kokonaismäärä %llu)\n"
2918msgstr[1] ""
2919"%12llu lohkoa käytetty (%2.2f %%, kokonaismäärä %llu)\n"
2920"\n"
2921
2922#: e2fsck/unix.c:195
2923#, c-format
2924msgid "%12u bad block\n"
2925msgid_plural "%12u bad blocks\n"
2926msgstr[0] "%12u viallinen lohko\n"
2927msgstr[1] "%12u viallista lohkoa\n"
2928
2929#: e2fsck/unix.c:197
2930#, c-format
2931msgid "%12u large file\n"
2932msgid_plural "%12u large files\n"
2933msgstr[0] "%12u suuri tiedosto\n"
2934msgstr[1] "%12u suurta tiedostoa\n"
2935
2936#: e2fsck/unix.c:199
2937#, c-format
2938msgid ""
2939"\n"
2940"%12u regular file\n"
2941msgid_plural ""
2942"\n"
2943"%12u regular files\n"
2944msgstr[0] ""
2945"\n"
2946"%12u tavallinen tiedosto\n"
2947msgstr[1] ""
2948"\n"
2949"%12u tavallista tiedostoa\n"
2950
2951#: e2fsck/unix.c:201
2952#, c-format
2953msgid "%12u directory\n"
2954msgid_plural "%12u directories\n"
2955msgstr[0] "%12u hakemisto\n"
2956msgstr[1] "%12u hakemistoa\n"
2957
2958#: e2fsck/unix.c:203
2959#, c-format
2960msgid "%12u character device file\n"
2961msgid_plural "%12u character device files\n"
2962msgstr[0] "%12u merkkilaitetiedosto\n"
2963msgstr[1] "%12u merkkilaitetiedostoa\n"
2964
2965#: e2fsck/unix.c:206
2966#, c-format
2967msgid "%12u block device file\n"
2968msgid_plural "%12u block device files\n"
2969msgstr[0] "%12u lohkolaitetiedosto\n"
2970msgstr[1] "%12u lohkolaitetiedostoa\n"
2971
2972#: e2fsck/unix.c:208
2973#, c-format
2974msgid "%12u fifo\n"
2975msgid_plural "%12u fifos\n"
2976msgstr[0] "%12u fifo\n"
2977msgstr[1] "%12u fifoa\n"
2978
2979#: e2fsck/unix.c:210
2980#, c-format
2981msgid "%12u link\n"
2982msgid_plural "%12u links\n"
2983msgstr[0] "%12u linkki\n"
2984msgstr[1] "%12u linkkiä\n"
2985
2986#: e2fsck/unix.c:212
2987#, c-format
2988msgid "%12u symbolic link"
2989msgid_plural "%12u symbolic links"
2990msgstr[0] "%12u symbolinen linkki"
2991msgstr[1] "%12u symbolista linkkiä"
2992
2993#: e2fsck/unix.c:214
2994#, c-format
2995msgid " (%u fast symbolic link)\n"
2996msgid_plural " (%u fast symbolic links)\n"
2997msgstr[0] " (%u nopea symbolinen linkki)\n"
2998msgstr[1] " (%u nopeata symbolista linkkiä)\n"
2999
3000#: e2fsck/unix.c:218
3001#, c-format
3002msgid "%12u socket\n"
3003msgid_plural "%12u sockets\n"
3004msgstr[0] "%12u pistoke\n"
3005msgstr[1] "%12u pistoketta\n"
3006
3007#: e2fsck/unix.c:222
3008#, c-format
3009msgid "%12u file\n"
3010msgid_plural "%12u files\n"
3011msgstr[0] "%12u tiedosto\n"
3012msgstr[1] "%12u tiedostoa\n"
3013
3014#: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2878 misc/util.c:126
3015#: resize/main.c:353
3016#, c-format
3017msgid "while determining whether %s is mounted."
3018msgstr ""
3019
3020#: e2fsck/unix.c:256
3021#, c-format
3022msgid "Warning! %s is mounted.\n"
3023msgstr "Varoitus! %s on liitettynä.\n"
3024
3025#: e2fsck/unix.c:259
3026#, c-format
3027msgid "Warning! %s is in use.\n"
3028msgstr "Varoitus! %s on käytössä.\n"
3029
3030#: e2fsck/unix.c:265
3031#, c-format
3032msgid "%s is mounted.\n"
3033msgstr "%s on liitettynä.\n"
3034
3035#: e2fsck/unix.c:267
3036#, c-format
3037msgid "%s is in use.\n"
3038msgstr "%s on käytössä.\n"
3039
3040#: e2fsck/unix.c:269
3041msgid ""
3042"Cannot continue, aborting.\n"
3043"\n"
3044msgstr ""
3045"Ei voida jatkaa, keskeytetään.\n"
3046"\n"
3047
3048#: e2fsck/unix.c:271
3049msgid ""
3050"\n"
3051"\n"
3052"WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3053"cause ***SEVERE*** filesystem damage.\n"
3054"\n"
3055msgstr ""
3056"\n"
3057"\n"
3058"VAROITUS!!! Tiedostojärjestelmä on liitettynä. Jatkamisesta ***SEURAA***\n"
3059"***VAKAVIA*** vaurioita tiedostojärjestelmälle.\n"
3060"\n"
3061
3062#: e2fsck/unix.c:276
3063msgid "Do you really want to continue"
3064msgstr "Haluatko varmasti jatkaa"
3065
3066#: e2fsck/unix.c:278
3067msgid "check aborted.\n"
3068msgstr "tarkistus keskeytetty.\n"
3069
3070#: e2fsck/unix.c:371
3071msgid " contains a file system with errors"
3072msgstr ""
3073
3074#: e2fsck/unix.c:373
3075msgid " was not cleanly unmounted"
3076msgstr ""
3077
3078#: e2fsck/unix.c:375
3079msgid " primary superblock features different from backup"
3080msgstr ""
3081
3082#: e2fsck/unix.c:379
3083#, c-format
3084msgid " has been mounted %u times without being checked"
3085msgstr ""
3086
3087#: e2fsck/unix.c:386
3088msgid " has filesystem last checked time in the future"
3089msgstr ""
3090
3091#: e2fsck/unix.c:392
3092#, c-format
3093msgid " has gone %u days without being checked"
3094msgstr ""
3095
3096#: e2fsck/unix.c:401
3097msgid ", check forced.\n"
3098msgstr ""
3099
3100#: e2fsck/unix.c:434
3101#, c-format
3102msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3103msgstr ""
3104
3105#: e2fsck/unix.c:454
3106msgid " (check deferred; on battery)"
3107msgstr " (tarkistus lykätty; toimitaan akkuvirralla)"
3108
3109#: e2fsck/unix.c:457
3110msgid " (check after next mount)"
3111msgstr " (tarkistus seuraavan liittämiskerran jälkeen)"
3112
3113#: e2fsck/unix.c:459
3114#, c-format
3115msgid " (check in %ld mounts)"
3116msgstr " (tarkistus %ld liittämiskerran jälkeen)"
3117
3118#: e2fsck/unix.c:609
3119#, c-format
3120msgid "ERROR: Couldn't open /dev/null (%s)\n"
3121msgstr ""
3122
3123#: e2fsck/unix.c:679
3124msgid "Invalid EA version.\n"
3125msgstr ""
3126
3127#: e2fsck/unix.c:692
3128msgid "Invalid readahead buffer size.\n"
3129msgstr ""
3130
3131#: e2fsck/unix.c:725
3132#, c-format
3133msgid "Unknown extended option: %s\n"
3134msgstr ""
3135
3136#: e2fsck/unix.c:752
3137#, c-format
3138msgid ""
3139"Syntax error in e2fsck config file (%s, line #%d)\n"
3140"\t%s\n"
3141msgstr ""
3142
3143#: e2fsck/unix.c:825
3144#, c-format
3145msgid "Error validating file descriptor %d: %s\n"
3146msgstr ""
3147
3148#: e2fsck/unix.c:829
3149msgid "Invalid completion information file descriptor"
3150msgstr ""
3151
3152#: e2fsck/unix.c:844
3153msgid "Only one of the options -p/-a, -n or -y may be specified."
3154msgstr ""
3155
3156#: e2fsck/unix.c:865
3157#, c-format
3158msgid "The -t option is not supported on this version of e2fsck.\n"
3159msgstr ""
3160
3161#: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3162#: misc/tune2fs.c:1598 misc/tune2fs.c:1893 misc/tune2fs.c:1911
3163#, c-format
3164msgid "Unable to resolve '%s'"
3165msgstr ""
3166
3167#: e2fsck/unix.c:952
3168msgid "The -n and -D options are incompatible."
3169msgstr "Valitsimet -n ja -D ovat epäyhteensopivia."
3170
3171#: e2fsck/unix.c:957
3172msgid "The -n and -c options are incompatible."
3173msgstr "Valitsimet -n ja -c ovat epäyhteensopivia."
3174
3175#: e2fsck/unix.c:962
3176msgid "The -n and -l/-L options are incompatible."
3177msgstr "Valitsimet -n ja -l/-L ovat epäyhteensopivia."
3178
3179#: e2fsck/unix.c:986
3180#, fuzzy
3181msgid "The -D and -E fixes_only options are incompatible."
3182msgstr "Valitsimet -n ja -D ovat epäyhteensopivia."
3183
3184#: e2fsck/unix.c:992
3185#, fuzzy
3186msgid "The -E bmap2extent and fixes_only options are incompatible."
3187msgstr "Valitsimet -n ja -D ovat epäyhteensopivia."
3188
3189#: e2fsck/unix.c:1046
3190msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3191msgstr ""
3192
3193#: e2fsck/unix.c:1093
3194#, c-format
3195msgid ""
3196"E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3197"\n"
3198msgstr ""
3199
3200#: e2fsck/unix.c:1102
3201#, c-format
3202msgid ""
3203"\n"
3204"Invalid non-numeric argument to -%c (\"%s\")\n"
3205"\n"
3206msgstr ""
3207
3208#: e2fsck/unix.c:1193
3209#, c-format
3210msgid ""
3211"MMP interval is %u seconds and total wait time is %u seconds. Please "
3212"wait...\n"
3213msgstr ""
3214
3215#: e2fsck/unix.c:1210 e2fsck/unix.c:1215
3216msgid "while checking MMP block"
3217msgstr ""
3218
3219#: e2fsck/unix.c:1217 misc/tune2fs.c:2792
3220msgid ""
3221"If you are sure the filesystem is not in use on any node, run:\n"
3222"'tune2fs -f -E clear_mmp {device}'\n"
3223msgstr ""
3224
3225#: e2fsck/unix.c:1232
3226#, fuzzy
3227msgid "while reading MMP block"
3228msgstr "luettaessa kirjanpidon superlohkoa"
3229
3230#: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:230 misc/e2undo.c:275
3231#: misc/mke2fs.c:2560 misc/mke2fs.c:2611 misc/tune2fs.c:2610
3232#: misc/tune2fs.c:2655 resize/main.c:187 resize/main.c:232
3233#, c-format
3234msgid ""
3235"Overwriting existing filesystem; this can be undone using the command:\n"
3236" e2undo %s %s\n"
3237"\n"
3238msgstr ""
3239"Ylikirjoitetaan nykyinen tiedostojärjestelmä; tämän voi perua komennolla:\n"
3240" e2undo %s %s\n"
3241"\n"
3242
3243#: e2fsck/unix.c:1293 misc/e2undo.c:264 misc/mke2fs.c:2600 misc/tune2fs.c:2644
3244#: resize/main.c:221
3245#, c-format
3246msgid "while trying to delete %s"
3247msgstr ""
3248
3249#: e2fsck/unix.c:1319 misc/mke2fs.c:2626 resize/main.c:242
3250msgid "while trying to setup undo file\n"
3251msgstr ""
3252
3253#: e2fsck/unix.c:1362
3254msgid "Error: ext2fs library version out of date!\n"
3255msgstr ""
3256
3257#: e2fsck/unix.c:1369
3258msgid "while trying to initialize program"
3259msgstr "ohjelman alustusta yritettäessä"
3260
3261#: e2fsck/unix.c:1392
3262#, c-format
3263msgid "\tUsing %s, %s\n"
3264msgstr ""
3265
3266#: e2fsck/unix.c:1404
3267msgid "need terminal for interactive repairs"
3268msgstr "vuorovaikutteisia korjauksia varten tarvitaan pääte"
3269
3270#: e2fsck/unix.c:1465
3271#, c-format
3272msgid "%s: %s trying backup blocks...\n"
3273msgstr ""
3274
3275#: e2fsck/unix.c:1467
3276msgid "Superblock invalid,"
3277msgstr ""
3278
3279#: e2fsck/unix.c:1468
3280msgid "Group descriptors look bad..."
3281msgstr ""
3282
3283#: e2fsck/unix.c:1478
3284#, c-format
3285msgid "%s: %s while using the backup blocks"
3286msgstr ""
3287
3288#: e2fsck/unix.c:1482
3289#, c-format
3290msgid "%s: going back to original superblock\n"
3291msgstr ""
3292
3293#: e2fsck/unix.c:1511
3294msgid ""
3295"The filesystem revision is apparently too high for this version of e2fsck.\n"
3296"(Or the filesystem superblock is corrupt)\n"
3297"\n"
3298msgstr ""
3299
3300#: e2fsck/unix.c:1518
3301msgid "Could this be a zero-length partition?\n"
3302msgstr "Voisiko tämä olla nollan pituinen osio?\n"
3303
3304#: e2fsck/unix.c:1520
3305#, c-format
3306msgid "You must have %s access to the filesystem or be root\n"
3307msgstr ""
3308
3309#: e2fsck/unix.c:1526
3310msgid "Possibly non-existent or swap device?\n"
3311msgstr "Mahdollisesti puuttuva laite tai sivutuslaite?\n"
3312
3313#: e2fsck/unix.c:1528
3314msgid "Filesystem mounted or opened exclusively by another program?\n"
3315msgstr ""
3316"Tiedostojärjestelmä liitettynä tai toisen ohjelman poissulkevasti avaamana?\n"
3317
3318#: e2fsck/unix.c:1532
3319msgid "Possibly non-existent device?\n"
3320msgstr "Mahdollisesti puuttuva laite?\n"
3321
3322#: e2fsck/unix.c:1535
3323msgid ""
3324"Disk write-protected; use the -n option to do a read-only\n"
3325"check of the device.\n"
3326msgstr ""
3327
3328#: e2fsck/unix.c:1603
3329msgid "Get a newer version of e2fsck!"
3330msgstr "Hanki e2fsck:n uudempi versio!"
3331
3332#: e2fsck/unix.c:1647
3333#, fuzzy, c-format
3334msgid "while checking journal for %s"
3335msgstr "luettaessa kirjanpidon superlohkoa"
3336
3337#: e2fsck/unix.c:1650
3338msgid "Cannot proceed with file system check"
3339msgstr ""
3340
3341#: e2fsck/unix.c:1661
3342msgid ""
3343"Warning: skipping journal recovery because doing a read-only filesystem "
3344"check.\n"
3345msgstr ""
3346
3347#: e2fsck/unix.c:1673
3348#, c-format
3349msgid "unable to set superblock flags on %s\n"
3350msgstr ""
3351
3352#: e2fsck/unix.c:1679
3353#, fuzzy, c-format
3354msgid "Journal checksum error found in %s\n"
3355msgstr "Kirjanpidon superlohkoa ei löydy"
3356
3357#: e2fsck/unix.c:1683
3358#, c-format
3359msgid "Journal corrupted in %s\n"
3360msgstr ""
3361
3362#: e2fsck/unix.c:1687
3363#, fuzzy, c-format
3364msgid "while recovering journal of %s"
3365msgstr "luettaessa kirjanpidon superlohkoa"
3366
3367#: e2fsck/unix.c:1709
3368#, c-format
3369msgid "%s has unsupported feature(s):"
3370msgstr ""
3371
3372#: e2fsck/unix.c:1768
3373#, c-format
3374msgid "%s: %s while reading bad blocks inode\n"
3375msgstr ""
3376
3377#: e2fsck/unix.c:1771
3378msgid "This doesn't bode well, but we'll try to go on...\n"
3379msgstr "Tämä ei lupaa hyvää, mutta me yritämme jatkaa...\n"
3380
3381#: e2fsck/unix.c:1811
3382#, c-format
3383msgid "Creating journal (%d blocks): "
3384msgstr "Luodaan kirjanpito (%d lohkoa): "
3385
3386#: e2fsck/unix.c:1821
3387msgid " Done.\n"
3388msgstr " Valmis.\n"
3389
3390#: e2fsck/unix.c:1823
3391#, fuzzy
3392msgid ""
3393"\n"
3394"*** journal has been regenerated ***\n"
3395msgstr ""
3396"\n"
3397"*** kirjanpito luotiin uudelleen - tiedostojärjestelmä on jälleen ext3 ***\n"
3398
3399#: e2fsck/unix.c:1829
3400msgid "aborted"
3401msgstr "keskeytetty"
3402
3403#: e2fsck/unix.c:1831
3404#, c-format
3405msgid "%s: e2fsck canceled.\n"
3406msgstr "%s: e2fsck peruutettu.\n"
3407
3408#: e2fsck/unix.c:1858
3409msgid "Restarting e2fsck from the beginning...\n"
3410msgstr "Aloitetaan e2fsck alusta...\n"
3411
3412#: e2fsck/unix.c:1862
3413msgid "while resetting context"
3414msgstr ""
3415
3416#: e2fsck/unix.c:1906 e2fsck/util.c:71
3417#, c-format
3418msgid ""
3419"\n"
3420"%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3421msgstr ""
3422"\n"
3423"%s: ***** TIEDOSTOJÄRJESTELMÄÄ MUUTETTIIN *****\n"
3424
3425#: e2fsck/unix.c:1910
3426#, fuzzy, c-format
3427msgid "%s: ***** REBOOT SYSTEM *****\n"
3428msgstr "%s: ***** KÄYNNISTÄ LINUX UUDELLEEN *****\n"
3429
3430#: e2fsck/unix.c:1918 e2fsck/util.c:77
3431#, c-format
3432msgid ""
3433"\n"
3434"%s: ********** WARNING: Filesystem still has errors **********\n"
3435"\n"
3436msgstr ""
3437"\n"
3438"%s: ***** VAROITUS: Tiedostojärjestelmässä on edelleen virheitä *****\n"
3439
3440#: e2fsck/util.c:194 misc/util.c:93
3441msgid "yY"
3442msgstr "yYkK"
3443
3444#: e2fsck/util.c:195
3445msgid "nN"
3446msgstr "nNeE"
3447
3448#: e2fsck/util.c:196
3449msgid "aA"
3450msgstr ""
3451
3452#: e2fsck/util.c:197
3453msgid " ('a' enables 'yes' to all) "
3454msgstr ""
3455
3456#: e2fsck/util.c:213
3457msgid "<y>"
3458msgstr "<k>"
3459
3460#: e2fsck/util.c:215
3461msgid "<n>"
3462msgstr "<e>"
3463
3464#: e2fsck/util.c:217
3465msgid " (y/n)"
3466msgstr " (k/e)"
3467
3468#: e2fsck/util.c:240
3469msgid "cancelled!\n"
3470msgstr "peruutettu!\n"
3471
3472#: e2fsck/util.c:264
3473msgid "yes to all\n"
3474msgstr ""
3475
3476#: e2fsck/util.c:266
3477msgid "yes\n"
3478msgstr "kyllä\n"
3479
3480#: e2fsck/util.c:268
3481msgid "no\n"
3482msgstr "ei\n"
3483
3484#: e2fsck/util.c:278
3485#, c-format
3486msgid ""
3487"%s? no\n"
3488"\n"
3489msgstr ""
3490"%s? ei\n"
3491"\n"
3492
3493#: e2fsck/util.c:282
3494#, c-format
3495msgid ""
3496"%s? yes\n"
3497"\n"
3498msgstr ""
3499"%s? kyllä\n"
3500"\n"
3501
3502#: e2fsck/util.c:286
3503msgid "yes"
3504msgstr "kyllä"
3505
3506#: e2fsck/util.c:286
3507msgid "no"
3508msgstr "ei"
3509
3510#: e2fsck/util.c:302
3511#, c-format
3512msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3513msgstr ""
3514
3515#: e2fsck/util.c:307
3516msgid "reading inode and block bitmaps"
3517msgstr ""
3518
3519#: e2fsck/util.c:319
3520#, c-format
3521msgid "while retrying to read bitmaps for %s"
3522msgstr ""
3523
3524#: e2fsck/util.c:331
3525#, fuzzy
3526msgid "writing block and inode bitmaps"
3527msgstr "Kirjoitetaan i-solmutauluja: "
3528
3529#: e2fsck/util.c:336
3530#, c-format
3531msgid "while rewriting block and inode bitmaps for %s"
3532msgstr ""
3533
3534#: e2fsck/util.c:348
3535#, c-format
3536msgid ""
3537"\n"
3538"\n"
3539"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3540"\t(i.e., without -a or -p options)\n"
3541msgstr ""
3542"\n"
3543"\n"
3544"%s: ODOTTAMATTOMIA RISTIRIITOJA - AJA fsck KÄSIN.\n"
3545"\t(ilman valitsinta -a ja -p)\n"
3546
3547#: e2fsck/util.c:429
3548#, c-format
3549msgid "Memory used: %luk/%luk (%luk/%luk), "
3550msgstr "Muistia käytetty: %luk/%luk (%luk/%luk), "
3551
3552#: e2fsck/util.c:433
3553#, c-format
3554msgid "Memory used: %lu, "
3555msgstr "Muistia käytetty: %lu, "
3556
3557#: e2fsck/util.c:440
3558#, c-format
3559msgid "time: %5.2f/%5.2f/%5.2f\n"
3560msgstr "aika: %5.2f/%5.2f/%5.2f\n"
3561
3562#: e2fsck/util.c:445
3563#, c-format
3564msgid "elapsed time: %6.3f\n"
3565msgstr "kulunut aika: %6.3f\n"
3566
3567#: e2fsck/util.c:480 e2fsck/util.c:494
3568#, c-format
3569msgid "while reading inode %lu in %s"
3570msgstr ""
3571
3572#: e2fsck/util.c:508 e2fsck/util.c:521
3573#, c-format
3574msgid "while writing inode %lu in %s"
3575msgstr ""
3576
3577#: e2fsck/util.c:765
3578msgid ""
3579"UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3580"running.\n"
3581msgstr ""
3582
3583#: misc/badblocks.c:72
3584msgid "done \n"
3585msgstr "valmis \n"
3586
3587#: misc/badblocks.c:97
3588#, c-format
3589msgid ""
3590"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3591" [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3592"max_bad_blocks]\n"
3593" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3594" device [last_block [first_block]]\n"
3595msgstr ""
3596
3597#: misc/badblocks.c:108
3598#, c-format
3599msgid ""
3600"%s: The -n and -w options are mutually exclusive.\n"
3601"\n"
3602msgstr ""
3603
3604#: misc/badblocks.c:223
3605#, c-format
3606msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3607msgstr ""
3608
3609#: misc/badblocks.c:328
3610msgid "Testing with random pattern: "
3611msgstr ""
3612
3613#: misc/badblocks.c:346
3614msgid "Testing with pattern 0x"
3615msgstr ""
3616
3617#: misc/badblocks.c:378 misc/badblocks.c:451
3618msgid "during seek"
3619msgstr ""
3620
3621#: misc/badblocks.c:389
3622#, c-format
3623msgid "Weird value (%ld) in do_read\n"
3624msgstr "Outo arvo (%ld) do_read-funktiossa\n"
3625
3626#: misc/badblocks.c:476
3627msgid "during ext2fs_sync_device"
3628msgstr ""
3629
3630#: misc/badblocks.c:496 misc/badblocks.c:758
3631msgid "while beginning bad block list iteration"
3632msgstr ""
3633
3634#: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
3635msgid "while allocating buffers"
3636msgstr ""
3637
3638#: misc/badblocks.c:515
3639#, c-format
3640msgid "Checking blocks %lu to %lu\n"
3641msgstr ""
3642
3643#: misc/badblocks.c:520
3644msgid "Checking for bad blocks in read-only mode\n"
3645msgstr ""
3646
3647#: misc/badblocks.c:529
3648msgid "Checking for bad blocks (read-only test): "
3649msgstr ""
3650
3651#: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3652#: misc/badblocks.c:832
3653msgid "Too many bad blocks, aborting test\n"
3654msgstr ""
3655
3656#: misc/badblocks.c:618
3657msgid "Checking for bad blocks in read-write mode\n"
3658msgstr ""
3659
3660#: misc/badblocks.c:620 misc/badblocks.c:782
3661#, c-format
3662msgid "From block %lu to %lu\n"
3663msgstr ""
3664
3665#: misc/badblocks.c:675
3666msgid "Reading and comparing: "
3667msgstr "Luetaan ja verrataan: "
3668
3669#: misc/badblocks.c:781
3670msgid "Checking for bad blocks in non-destructive read-write mode\n"
3671msgstr ""
3672
3673#: misc/badblocks.c:787
3674msgid "Checking for bad blocks (non-destructive read-write test)\n"
3675msgstr ""
3676
3677#: misc/badblocks.c:794
3678msgid ""
3679"\n"
3680"Interrupt caught, cleaning up\n"
3681msgstr ""
3682
3683#: misc/badblocks.c:877
3684#, c-format
3685msgid "during test data write, block %lu"
3686msgstr ""
3687
3688#: misc/badblocks.c:998 misc/util.c:131
3689#, c-format
3690msgid "%s is mounted; "
3691msgstr "%s on liitetty - "
3692
3693#: misc/badblocks.c:1000
3694msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3695msgstr ""
3696
3697#: misc/badblocks.c:1005
3698msgid "it's not safe to run badblocks!\n"
3699msgstr "badblocksin ajaminen ei ole turvallista!\n"
3700
3701#: misc/badblocks.c:1010 misc/util.c:142
3702#, c-format
3703msgid "%s is apparently in use by the system; "
3704msgstr ""
3705
3706#: misc/badblocks.c:1013
3707msgid "badblocks forced anyway.\n"
3708msgstr ""
3709
3710#: misc/badblocks.c:1033
3711#, c-format
3712msgid "invalid %s - %s"
3713msgstr ""
3714
3715#: misc/badblocks.c:1127
3716#, c-format
3717msgid "Too big max bad blocks count %u - maximum is %u"
3718msgstr ""
3719
3720#: misc/badblocks.c:1154
3721#, c-format
3722msgid "can't allocate memory for test_pattern - %s"
3723msgstr ""
3724
3725#: misc/badblocks.c:1184
3726msgid "Maximum of one test_pattern may be specified in read-only mode"
3727msgstr ""
3728
3729#: misc/badblocks.c:1190
3730msgid "Random test_pattern is not allowed in read-only mode"
3731msgstr ""
3732
3733#: misc/badblocks.c:1204
3734msgid ""
3735"Couldn't determine device size; you must specify\n"
3736"the size manually\n"
3737msgstr ""
3738
3739#: misc/badblocks.c:1210
3740msgid "while trying to determine device size"
3741msgstr ""
3742
3743#: misc/badblocks.c:1215
3744msgid "last block"
3745msgstr "viimeinen lohko"
3746
3747#: misc/badblocks.c:1221
3748msgid "first block"
3749msgstr "ensimmäinen lohko"
3750
3751#: misc/badblocks.c:1224
3752#, c-format
3753msgid "invalid starting block (%llu): must be less than %llu"
3754msgstr "virheellinen aloituslohko (%llu): oltava pienempi kuin %llu"
3755
3756#: misc/badblocks.c:1231
3757#, c-format
3758msgid "invalid end block (%llu): must be 32-bit value"
3759msgstr "virheellinen lopetuslohko (%llu): oltava 32-bittinen arvo"
3760
3761#: misc/badblocks.c:1287
3762msgid "while creating in-memory bad blocks list"
3763msgstr ""
3764
3765#: misc/badblocks.c:1296
3766msgid "input file - bad format"
3767msgstr ""
3768
3769#: misc/badblocks.c:1304 misc/badblocks.c:1313
3770msgid "while adding to in-memory bad block list"
3771msgstr ""
3772
3773#: misc/badblocks.c:1338
3774#, c-format
3775msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3776msgstr ""
3777
3778#: misc/chattr.c:89
3779#, fuzzy, c-format
3780msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
3781msgstr "käyttö: %s [-RV] [-+=AacDdijsSu] [-v versio] tiedostot...\n"
3782
3783#: misc/chattr.c:159
3784#, c-format
3785msgid "bad project - %s\n"
3786msgstr ""
3787
3788#: misc/chattr.c:173
3789#, c-format
3790msgid "bad version - %s\n"
3791msgstr ""
3792
3793#: misc/chattr.c:219 misc/lsattr.c:127
3794#, c-format
3795msgid "while trying to stat %s"
3796msgstr ""
3797
3798#: misc/chattr.c:226
3799#, c-format
3800msgid "while reading flags on %s"
3801msgstr ""
3802
3803#: misc/chattr.c:231 misc/chattr.c:243
3804#, c-format
3805msgid "Flags of %s set as "
3806msgstr ""
3807
3808#: misc/chattr.c:252
3809#, c-format
3810msgid "while setting flags on %s"
3811msgstr ""
3812
3813#: misc/chattr.c:260
3814#, c-format
3815msgid "Version of %s set as %lu\n"
3816msgstr ""
3817
3818#: misc/chattr.c:264
3819#, c-format
3820msgid "while setting version on %s"
3821msgstr ""
3822
3823#: misc/chattr.c:271
3824#, c-format
3825msgid "Project of %s set as %lu\n"
3826msgstr ""
3827
3828#: misc/chattr.c:275
3829#, fuzzy, c-format
3830msgid "while setting project on %s"
3831msgstr "juuri-i-solmun omistajuutta asetettaessa"
3832
3833#: misc/chattr.c:297
3834msgid "Couldn't allocate path variable in chattr_dir_proc"
3835msgstr ""
3836
3837#: misc/chattr.c:337
3838msgid "= is incompatible with - and +\n"
3839msgstr ""
3840
3841#: misc/chattr.c:345
3842msgid "Must use '-v', =, - or +\n"
3843msgstr ""
3844
3845#: misc/create_inode.c:70 misc/create_inode.c:109
3846#, fuzzy, c-format
3847msgid "while reading inode %u"
3848msgstr "luettaessa juuren i-solmua"
3849
3850#: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3851#: misc/create_inode.c:374
3852#, fuzzy
3853msgid "while expanding directory"
3854msgstr "/lost+foundia laajennettaessa"
3855
3856#: misc/create_inode.c:87
3857#, fuzzy, c-format
3858msgid "while linking \"%s\""
3859msgstr "avattaessa tiedostoa %s"
3860
3861#: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3862#, fuzzy, c-format
3863msgid "while writing inode %u"
3864msgstr "luettaessa juuren i-solmua"
3865
3866#: misc/create_inode.c:139 misc/create_inode.c:163
3867#, c-format
3868msgid "while listing attributes of \"%s\""
3869msgstr ""
3870
3871#: misc/create_inode.c:150
3872#, fuzzy, c-format
3873msgid "while opening inode %u"
3874msgstr "avattaessa tiedostoa %s"
3875
3876#: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:905
3877#: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
3878#: misc/mke2fs.c:353
3879#, fuzzy
3880msgid "while allocating memory"
3881msgstr "puskuria varattaessa"
3882
3883#: misc/create_inode.c:176 misc/create_inode.c:192
3884#, fuzzy, c-format
3885msgid "while reading attribute \"%s\" of \"%s\""
3886msgstr "luettaessa juuren i-solmua"
3887
3888#: misc/create_inode.c:201
3889#, c-format
3890msgid "while writing attribute \"%s\" to inode %u"
3891msgstr ""
3892
3893#: misc/create_inode.c:211
3894#, fuzzy, c-format
3895msgid "while closing inode %u"
3896msgstr "luettaessa juuren i-solmua"
3897
3898#: misc/create_inode.c:259
3899#, fuzzy, c-format
3900msgid "while allocating inode \"%s\""
3901msgstr "puskuria varattaessa"
3902
3903#: misc/create_inode.c:278
3904#, fuzzy, c-format
3905msgid "while creating inode \"%s\""
3906msgstr "luettaessa juuren i-solmua"
3907
3908#: misc/create_inode.c:343
3909#, fuzzy, c-format
3910msgid "while creating symlink \"%s\""
3911msgstr "/lost+foundia luodessa"
3912
3913#: misc/create_inode.c:361 misc/create_inode.c:838
3914#, fuzzy, c-format
3915msgid "while looking up \"%s\""
3916msgstr "/lost+foundia haettaessa"
3917
3918#: misc/create_inode.c:381
3919#, fuzzy, c-format
3920msgid "while creating directory \"%s\""
3921msgstr "juurihakemistoa luodessa"
3922
3923#: misc/create_inode.c:609
3924#, fuzzy, c-format
3925msgid "while opening \"%s\" to copy"
3926msgstr "avattaessa tiedostoa %s"
3927
3928#: misc/create_inode.c:701
3929#, c-format
3930msgid "while changing working directory to \"%s\""
3931msgstr ""
3932
3933#: misc/create_inode.c:709
3934#, fuzzy, c-format
3935msgid "while opening directory \"%s\""
3936msgstr "avattaessa tiedostoa %s"
3937
3938#: misc/create_inode.c:719
3939#, c-format
3940msgid "while lstat \"%s\""
3941msgstr ""
3942
3943#: misc/create_inode.c:752
3944#, fuzzy, c-format
3945msgid "while creating special file \"%s\""
3946msgstr "Luodaan tavallinen tiedosto %s\n"
3947
3948#: misc/create_inode.c:761
3949#, fuzzy
3950msgid "malloc failed"
3951msgstr "Muistinvaraus epäonnistui"
3952
3953#: misc/create_inode.c:769
3954#, fuzzy, c-format
3955msgid "while trying to read link \"%s\""
3956msgstr ""
3957"\n"
3958"\tyritettäessä luoda kirjanpitotiedostoa"
3959
3960#: misc/create_inode.c:776
3961msgid "symlink increased in size between lstat() and readlink()"
3962msgstr ""
3963
3964#: misc/create_inode.c:787
3965#, c-format
3966msgid "while writing symlink\"%s\""
3967msgstr ""
3968
3969#: misc/create_inode.c:797
3970#, fuzzy, c-format
3971msgid "while writing file \"%s\""
3972msgstr "avattaessa tiedostoa %s"
3973
3974#: misc/create_inode.c:810
3975#, fuzzy, c-format
3976msgid "while making dir \"%s\""
3977msgstr "avattaessa tiedostoa %s"
3978
3979#: misc/create_inode.c:827
3980#, fuzzy
3981msgid "while changing directory"
3982msgstr "juurihakemistoa luodessa"
3983
3984#: misc/create_inode.c:833
3985#, c-format
3986msgid "ignoring entry \"%s\""
3987msgstr ""
3988
3989#: misc/create_inode.c:846
3990#, fuzzy, c-format
3991msgid "while setting inode for \"%s\""
3992msgstr "juuri-i-solmun omistajuutta asetettaessa"
3993
3994#: misc/create_inode.c:853
3995#, fuzzy, c-format
3996msgid "while setting xattrs for \"%s\""
3997msgstr "juuri-i-solmun omistajuutta asetettaessa"
3998
3999#: misc/create_inode.c:871
4000#, fuzzy
4001msgid "while saving inode data"
4002msgstr "luettaessa juuren i-solmua"
4003
4004#: misc/dumpe2fs.c:56
4005#, fuzzy, c-format
4006msgid ""
4007"Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4008msgstr "Käyttö: %s [-bfhixV] [-ob superlohko] [-oB lohkokoko] laite\n"
4009
4010#: misc/dumpe2fs.c:159
4011msgid "blocks"
4012msgstr "lohkoa"
4013
4014#: misc/dumpe2fs.c:168
4015msgid "clusters"
4016msgstr ""
4017
4018#: misc/dumpe2fs.c:219
4019#, c-format
4020msgid "Group %lu: (Blocks "
4021msgstr ""
4022
4023#: misc/dumpe2fs.c:226
4024#, c-format
4025msgid " csum 0x%04x"
4026msgstr ""
4027
4028#: misc/dumpe2fs.c:228
4029#, c-format
4030msgid " (EXPECTED 0x%04x)"
4031msgstr ""
4032
4033#: misc/dumpe2fs.c:233
4034#, c-format
4035msgid " %s superblock at "
4036msgstr ""
4037
4038#: misc/dumpe2fs.c:234
4039msgid "Primary"
4040msgstr ""
4041
4042#: misc/dumpe2fs.c:234
4043msgid "Backup"
4044msgstr ""
4045
4046#: misc/dumpe2fs.c:238
4047msgid ", Group descriptors at "
4048msgstr ""
4049
4050#: misc/dumpe2fs.c:242
4051msgid ""
4052"\n"
4053" Reserved GDT blocks at "
4054msgstr ""
4055
4056#: misc/dumpe2fs.c:249
4057msgid " Group descriptor at "
4058msgstr ""
4059
4060#: misc/dumpe2fs.c:255
4061msgid " Block bitmap at "
4062msgstr ""
4063
4064#: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4065#, c-format
4066msgid ", csum 0x%08x"
4067msgstr ""
4068
4069#: misc/dumpe2fs.c:263
4070msgid ","
4071msgstr ""
4072
4073#: misc/dumpe2fs.c:265
4074msgid ""
4075"\n"
4076" "
4077msgstr ""
4078
4079#: misc/dumpe2fs.c:266
4080msgid " Inode bitmap at "
4081msgstr ""
4082
4083#: misc/dumpe2fs.c:273
4084msgid ""
4085"\n"
4086" Inode table at "
4087msgstr ""
4088
4089#: misc/dumpe2fs.c:279
4090#, c-format
4091msgid ""
4092"\n"
4093" %u free %s, %u free inodes, %u directories%s"
4094msgstr ""
4095
4096#: misc/dumpe2fs.c:286
4097#, c-format
4098msgid ", %u unused inodes\n"
4099msgstr ""
4100
4101#: misc/dumpe2fs.c:289
4102msgid " Free blocks: "
4103msgstr ""
4104
4105#: misc/dumpe2fs.c:304
4106msgid " Free inodes: "
4107msgstr ""
4108
4109#: misc/dumpe2fs.c:340
4110msgid "while printing bad block list"
4111msgstr ""
4112
4113#: misc/dumpe2fs.c:346
4114#, c-format
4115msgid "Bad blocks: %u"
4116msgstr ""
4117
4118#: misc/dumpe2fs.c:385 misc/tune2fs.c:362
4119msgid "while reading journal inode"
4120msgstr ""
4121
4122#: misc/dumpe2fs.c:391
4123msgid "while opening journal inode"
4124msgstr ""
4125
4126#: misc/dumpe2fs.c:397
4127msgid "while reading journal super block"
4128msgstr "luettaessa kirjanpidon superlohkoa"
4129
4130#: misc/dumpe2fs.c:404
4131msgid "Journal superblock magic number invalid!\n"
4132msgstr ""
4133
4134#: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
4135msgid "Journal features: "
4136msgstr "Kirjanpidon ominaisuudet: "
4137
4138#: misc/dumpe2fs.c:420
4139msgid "Journal size: "
4140msgstr "Kirjanpidon koko: "
4141
4142#: misc/dumpe2fs.c:430
4143#, c-format
4144msgid ""
4145"Journal length: %u\n"
4146"Journal sequence: 0x%08x\n"
4147"Journal start: %u\n"
4148msgstr ""
4149
4150#: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4151msgid "Journal checksum type: crc32\n"
4152msgstr ""
4153
4154#: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4155#, c-format
4156msgid ""
4157"Journal checksum type: %s\n"
4158"Journal checksum: 0x%08x\n"
4159msgstr ""
4160
4161#: misc/dumpe2fs.c:448
4162#, c-format
4163msgid "Journal errno: %d\n"
4164msgstr ""
4165
4166#: misc/dumpe2fs.c:466 misc/tune2fs.c:211
4167msgid "while reading journal superblock"
4168msgstr ""
4169
4170#: misc/dumpe2fs.c:474
4171msgid "Couldn't find journal superblock magic numbers"
4172msgstr ""
4173
4174#: misc/dumpe2fs.c:501
4175#, c-format
4176msgid ""
4177"\n"
4178"Journal block size: %u\n"
4179"Journal length: %u\n"
4180"Journal first block: %u\n"
4181"Journal sequence: 0x%08x\n"
4182"Journal start: %u\n"
4183"Journal number of users: %u\n"
4184msgstr ""
4185
4186#: misc/dumpe2fs.c:514
4187#, c-format
4188msgid "Journal users: %s\n"
4189msgstr ""
4190
4191#: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1930
4192msgid "Couldn't allocate memory to parse options!\n"
4193msgstr ""
4194
4195#: misc/dumpe2fs.c:556
4196#, c-format
4197msgid "Invalid superblock parameter: %s\n"
4198msgstr ""
4199
4200#: misc/dumpe2fs.c:571
4201#, c-format
4202msgid "Invalid blocksize parameter: %s\n"
4203msgstr ""
4204
4205#: misc/dumpe2fs.c:582
4206#, c-format
4207msgid ""
4208"\n"
4209"Bad extended option(s) specified: %s\n"
4210"\n"
4211"Extended options are separated by commas, and may take an argument which\n"
4212"\tis set off by an equals ('=') sign.\n"
4213"\n"
4214"Valid extended options are:\n"
4215"\tsuperblock=<superblock number>\n"
4216"\tblocksize=<blocksize>\n"
4217msgstr ""
4218
4219#: misc/dumpe2fs.c:646 misc/mke2fs.c:1816
4220#, c-format
4221msgid "\tUsing %s\n"
4222msgstr ""
4223
4224#: misc/dumpe2fs.c:686
4225msgid ""
4226"\n"
4227"*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4228"\n"
4229msgstr ""
4230
4231#: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2805
4232#: resize/main.c:415
4233msgid "Couldn't find valid filesystem superblock.\n"
4234msgstr ""
4235
4236#: misc/dumpe2fs.c:726
4237msgid ""
4238"\n"
4239"*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4240"\n"
4241msgstr ""
4242
4243#: misc/dumpe2fs.c:730
4244#, c-format
4245msgid ""
4246"\n"
4247"%s: %s: error reading bitmaps: %s\n"
4248msgstr ""
4249
4250#: misc/e2image.c:106
4251#, fuzzy, c-format
4252msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4253msgstr "Käyttö: %s [-RVadlv] [tiedostot...]\n"
4254
4255#: misc/e2image.c:108
4256#, fuzzy, c-format
4257msgid " %s -I device image-file\n"
4258msgstr "Käyttö: %s [-RVadlv] [tiedostot...]\n"
4259
4260#: misc/e2image.c:109
4261#, c-format
4262msgid ""
4263" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4264"[ dest_fs ]\n"
4265msgstr ""
4266" %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4267"[ dest_fs ]\n"
4268
4269#: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
4270msgid "while allocating buffer"
4271msgstr "puskuria varattaessa"
4272
4273#: misc/e2image.c:179
4274#, c-format
4275msgid "Writing block %llu\n"
4276msgstr ""
4277
4278#: misc/e2image.c:193
4279#, c-format
4280msgid "error writing block %llu"
4281msgstr "virhe kirjoitettaessa lohkoa %llu"
4282
4283#: misc/e2image.c:196
4284msgid "error in generic_write()"
4285msgstr ""
4286
4287#: misc/e2image.c:213
4288msgid "Error: header size is bigger than wrt_size\n"
4289msgstr ""
4290
4291#: misc/e2image.c:218
4292msgid "Couldn't allocate header buffer\n"
4293msgstr ""
4294
4295#: misc/e2image.c:246
4296msgid "while writing superblock"
4297msgstr ""
4298
4299#: misc/e2image.c:255
4300msgid "while writing inode table"
4301msgstr ""
4302
4303#: misc/e2image.c:263
4304msgid "while writing block bitmap"
4305msgstr ""
4306
4307#: misc/e2image.c:271
4308msgid "while writing inode bitmap"
4309msgstr ""
4310
4311#: misc/e2image.c:505
4312#, c-format
4313msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4314msgstr ""
4315
4316#: misc/e2image.c:517
4317#, c-format
4318msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4319msgstr ""
4320
4321#: misc/e2image.c:558
4322#, c-format
4323msgid "%llu / %llu blocks (%d%%)"
4324msgstr "%llu / %llu lohkoa (%d %%)"
4325
4326#: misc/e2image.c:589 misc/e2image.c:629
4327msgid "Copying "
4328msgstr ""
4329
4330#: misc/e2image.c:626
4331msgid ""
4332"Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4333msgstr ""
4334
4335#: misc/e2image.c:652
4336#, c-format
4337msgid " %s remaining at %.2f MB/s"
4338msgstr " %s jäljellä nopeudella %.2f Mt/s"
4339
4340#: misc/e2image.c:664 misc/e2image.c:1191
4341#, c-format
4342msgid "error reading block %llu"
4343msgstr "virhe luettaessa lohkoa %llu"
4344
4345#: misc/e2image.c:718
4346#, c-format
4347msgid "Copied %llu / %llu blocks (%d%%) in %s "
4348msgstr "Kopioitu %llu / %llu lohkoa (%d %%) ajassa %s"
4349
4350#: misc/e2image.c:722
4351#, c-format
4352msgid "at %.2f MB/s"
4353msgstr "nopeudella %.2f Mt/s"
4354
4355#: misc/e2image.c:758
4356msgid "while allocating l1 table"
4357msgstr ""
4358
4359#: misc/e2image.c:803
4360msgid "while allocating l2 cache"
4361msgstr ""
4362
4363#: misc/e2image.c:826
4364msgid ""
4365"Warning: There are still tables in the cache while putting the cache, data "
4366"will be lost so the image may not be valid.\n"
4367msgstr ""
4368
4369#: misc/e2image.c:1148
4370msgid "while allocating ext2_qcow2_image"
4371msgstr ""
4372
4373#: misc/e2image.c:1155
4374msgid "while initializing ext2_qcow2_image"
4375msgstr ""
4376
4377#: misc/e2image.c:1214 misc/e2image.c:1232
4378msgid "Programming error: multiple sequential refcount blocks created!\n"
4379msgstr ""
4380
4381#: misc/e2image.c:1272
4382msgid "while allocating block bitmap"
4383msgstr ""
4384
4385#: misc/e2image.c:1281
4386msgid "while allocating scramble block bitmap"
4387msgstr ""
4388
4389#: misc/e2image.c:1288
4390msgid "Scanning inodes...\n"
4391msgstr "Tutkitaan i-solmuja...\n"
4392
4393#: misc/e2image.c:1300
4394msgid "Can't allocate block buffer"
4395msgstr ""
4396
4397#: misc/e2image.c:1339 misc/e2image.c:1353
4398#, c-format
4399msgid "while iterating over inode %u"
4400msgstr ""
4401
4402#: misc/e2image.c:1385
4403msgid "Raw and qcow2 images cannot be installed"
4404msgstr ""
4405
4406#: misc/e2image.c:1407
4407msgid "error reading bitmaps"
4408msgstr ""
4409
4410#: misc/e2image.c:1419
4411msgid "while opening device file"
4412msgstr "avattaessa laitetiedostoa"
4413
4414#: misc/e2image.c:1430
4415#, fuzzy
4416msgid "while restoring the image table"
4417msgstr "Laajennetaan i-solmutaulua"
4418
4419#: misc/e2image.c:1527
4420msgid "-a option can only be used with raw or QCOW2 images."
4421msgstr ""
4422
4423#: misc/e2image.c:1533
4424msgid "Offsets are only allowed with raw images."
4425msgstr ""
4426
4427#: misc/e2image.c:1538
4428msgid "Move mode is only allowed with raw images."
4429msgstr ""
4430
4431#: misc/e2image.c:1543
4432msgid "Move mode requires all data mode."
4433msgstr ""
4434
4435#: misc/e2image.c:1553
4436msgid "checking if mounted"
4437msgstr "tarkastetaan onko liitettynä"
4438
4439#: misc/e2image.c:1560
4440msgid ""
4441"\n"
4442"Running e2image on a R/W mounted filesystem can result in an\n"
4443"inconsistent image which will not be useful for debugging purposes.\n"
4444"Use -f option if you really want to do that.\n"
4445msgstr ""
4446
4447#: misc/e2image.c:1614
4448msgid "QCOW2 image can not be written to the stdout!\n"
4449msgstr ""
4450
4451#: misc/e2image.c:1620
4452msgid "Can not stat output\n"
4453msgstr ""
4454
4455#: misc/e2image.c:1630
4456#, c-format
4457msgid "Image (%s) is compressed\n"
4458msgstr "Vedos (%s) on tiivistetty\n"
4459
4460#: misc/e2image.c:1633
4461#, c-format
4462msgid "Image (%s) is encrypted\n"
4463msgstr "Vedos (%s) on salattu\n"
4464
4465#: misc/e2image.c:1636
4466#, c-format
4467msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4468msgstr "yritettäessä muuntaa qcow2-vedosta (%s) raw-vedokseksi (%s)"
4469
4470#: misc/e2image.c:1645
4471msgid "The -c option only supported in raw mode\n"
4472msgstr ""
4473
4474#: misc/e2image.c:1650
4475msgid "The -c option not supported when writing to stdout\n"
4476msgstr ""
4477
4478#: misc/e2image.c:1657
4479msgid "while allocating check_buf"
4480msgstr ""
4481
4482#: misc/e2image.c:1663
4483msgid "The -p option only supported in raw mode\n"
4484msgstr ""
4485
4486#: misc/e2image.c:1673
4487#, c-format
4488msgid "%d blocks already contained the data to be copied\n"
4489msgstr ""
4490
4491#: misc/e2initrd_helper.c:68
4492#, fuzzy, c-format
4493msgid "Usage: %s -r device\n"
4494msgstr "Käyttö: %s levy\n"
4495
4496#: misc/e2label.c:58
4497#, c-format
4498msgid "e2label: cannot open %s\n"
4499msgstr "e2label: ei voi avata kohdetta %s\n"
4500
4501#: misc/e2label.c:63
4502#, c-format
4503msgid "e2label: cannot seek to superblock\n"
4504msgstr ""
4505
4506#: misc/e2label.c:68
4507#, c-format
4508msgid "e2label: error reading superblock\n"
4509msgstr "e2label: virhe luettaessa superlohkoa\n"
4510
4511#: misc/e2label.c:72
4512#, c-format
4513msgid "e2label: not an ext2 filesystem\n"
4514msgstr "e2label: ei ole ext2-tiedostojärjestelmä\n"
4515
4516#: misc/e2label.c:97 misc/tune2fs.c:2978
4517#, c-format
4518msgid "Warning: label too long, truncating.\n"
4519msgstr "Varoitus: nimiö on liian pitkä, katkaistaan.\n"
4520
4521#: misc/e2label.c:100
4522#, c-format
4523msgid "e2label: cannot seek to superblock again\n"
4524msgstr ""
4525
4526#: misc/e2label.c:105
4527#, c-format
4528msgid "e2label: error writing superblock\n"
4529msgstr "e2label: virhe kirjoitettaessa superlohkoa\n"
4530
4531#: misc/e2label.c:117 misc/tune2fs.c:1590
4532#, c-format
4533msgid "Usage: e2label device [newlabel]\n"
4534msgstr "Käyttö: e2label laite [uusi_nimiö]\n"
4535
4536#: misc/e2undo.c:118
4537#, fuzzy, c-format
4538msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
4539msgstr "Käyttö: %s <transaktiotiedosto> <tiedostojärjestelmä>\n"
4540
4541#: misc/e2undo.c:143
4542msgid "The file system superblock doesn't match the undo file.\n"
4543msgstr ""
4544
4545#: misc/e2undo.c:146
4546msgid "UUID does not match.\n"
4547msgstr ""
4548
4549#: misc/e2undo.c:148
4550msgid "Last mount time does not match.\n"
4551msgstr ""
4552
4553#: misc/e2undo.c:150
4554msgid "Last write time does not match.\n"
4555msgstr ""
4556
4557#: misc/e2undo.c:152
4558msgid "Lifetime write counter does not match.\n"
4559msgstr ""
4560
4561#: misc/e2undo.c:166
4562#, fuzzy
4563msgid "while reading filesystem superblock."
4564msgstr "luettaessa kirjanpidon superlohkoa"
4565
4566#: misc/e2undo.c:182
4567#, fuzzy
4568msgid "while fetching superblock"
4569msgstr "luettaessa kirjanpidon superlohkoa"
4570
4571#: misc/e2undo.c:195
4572#, c-format
4573msgid "Undo file superblock checksum doesn't match.\n"
4574msgstr ""
4575
4576#: misc/e2undo.c:334
4577#, fuzzy, c-format
4578msgid "illegal offset - %s"
4579msgstr "Virheellinen offset: %s\n"
4580
4581#: misc/e2undo.c:358
4582#, c-format
4583msgid "Will not write to an undo file while replaying it.\n"
4584msgstr ""
4585
4586#: misc/e2undo.c:367
4587#, fuzzy, c-format
4588msgid "while opening undo file `%s'\n"
4589msgstr "avattaessa laitetiedostoa"
4590
4591#: misc/e2undo.c:374
4592#, fuzzy
4593msgid "while reading undo file"
4594msgstr "luettaessa juuren i-solmua"
4595
4596#: misc/e2undo.c:379
4597#, fuzzy, c-format
4598msgid "%s: Not an undo file.\n"
4599msgstr "%s: liian monta laitetta\n"
4600
4601#: misc/e2undo.c:390
4602#, c-format
4603msgid "%s: Header checksum doesn't match.\n"
4604msgstr ""
4605
4606#: misc/e2undo.c:397
4607#, c-format
4608msgid "%s: Corrupt undo file header.\n"
4609msgstr ""
4610
4611#: misc/e2undo.c:401
4612#, c-format
4613msgid "%s: Undo block size too large.\n"
4614msgstr ""
4615
4616#: misc/e2undo.c:406
4617#, c-format
4618msgid "%s: Undo block size too small.\n"
4619msgstr ""
4620
4621#: misc/e2undo.c:419
4622#, c-format
4623msgid "%s: Unknown undo file feature set.\n"
4624msgstr ""
4625
4626#: misc/e2undo.c:427
4627#, fuzzy, c-format
4628msgid "Error while determining whether %s is mounted."
4629msgstr "Varoitus! %s on liitettynä.\n"
4630
4631#: misc/e2undo.c:433
4632#, fuzzy
4633msgid "e2undo should only be run on unmounted filesystems"
4634msgstr "e2undoa tulee käyttää vain liittämättömälle tiedostojärjestelmälle\n"
4635
4636#: misc/e2undo.c:449
4637#, fuzzy, c-format
4638msgid "while opening `%s'"
4639msgstr "avattaessa tiedostoa %s"
4640
4641#: misc/e2undo.c:460
4642msgid "specified offset is too large"
4643msgstr ""
4644
4645#: misc/e2undo.c:501
4646#, fuzzy
4647msgid "while reading keys"
4648msgstr "luettaessa bittikarttoja"
4649
4650#: misc/e2undo.c:513
4651#, c-format
4652msgid "%s: wrong key magic at %llu\n"
4653msgstr ""
4654
4655#: misc/e2undo.c:523
4656#, c-format
4657msgid "%s: key block checksum error at %llu.\n"
4658msgstr ""
4659
4660#: misc/e2undo.c:546
4661#, c-format
4662msgid "%s: block %llu is too long."
4663msgstr ""
4664
4665#: misc/e2undo.c:558 misc/e2undo.c:594
4666#, fuzzy, c-format
4667msgid "while fetching block %llu."
4668msgstr "virhe kirjoitettaessa lohkoa %llu"
4669
4670#: misc/e2undo.c:570
4671#, c-format
4672msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4673msgstr ""
4674
4675#: misc/e2undo.c:609
4676#, fuzzy, c-format
4677msgid "while writing block %llu."
4678msgstr "virhe kirjoitettaessa lohkoa %llu"
4679
4680#: misc/e2undo.c:615
4681#, c-format
4682msgid "Undo file corruption; run e2fsck NOW!\n"
4683msgstr ""
4684
4685#: misc/e2undo.c:617
4686#, c-format
4687msgid "IO error during replay; run e2fsck NOW!\n"
4688msgstr ""
4689
4690#: misc/e2undo.c:620
4691#, c-format
4692msgid "Incomplete undo record; run e2fsck.\n"
4693msgstr ""
4694
4695#: misc/findsuper.c:110
4696#, c-format
4697msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4698msgstr "Käyttö: findsuper laite [ohitettavat_tavut [alkukilotavu]]\n"
4699
4700#: misc/findsuper.c:155
4701#, c-format
4702msgid "skipbytes should be a number, not %s\n"
4703msgstr ""
4704
4705#: misc/findsuper.c:162
4706#, c-format
4707msgid "skipbytes must be a multiple of the sector size\n"
4708msgstr ""
4709
4710#: misc/findsuper.c:169
4711#, c-format
4712msgid "startkb should be a number, not %s\n"
4713msgstr ""
4714
4715#: misc/findsuper.c:175
4716#, c-format
4717msgid "startkb should be positive, not %llu\n"
4718msgstr ""
4719
4720#: misc/findsuper.c:186
4721#, c-format
4722msgid "starting at %llu, with %u byte increments\n"
4723msgstr ""
4724
4725#: misc/findsuper.c:188
4726#, c-format
4727msgid ""
4728"[*] probably superblock written in the ext3 journal superblock,\n"
4729"\tso start/end/grp wrong\n"
4730msgstr ""
4731
4732#: misc/findsuper.c:190
4733#, c-format
4734msgid ""
4735"byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4736"mount_time sb_uuid label\n"
4737msgstr ""
4738
4739#: misc/findsuper.c:264
4740#, c-format
4741msgid ""
4742"\n"
4743"%11Lu: finished with errno %d\n"
4744msgstr ""
4745
4746#: misc/fsck.c:343
4747#, fuzzy, c-format
4748msgid "WARNING: couldn't open %s: %s\n"
4749msgstr "VAROITUS: ei voitu avata"
4750
4751#: misc/fsck.c:353
4752#, c-format
4753msgid "WARNING: bad format on line %d of %s\n"
4754msgstr ""
4755
4756#: misc/fsck.c:370
4757msgid ""
4758"WARNING: Your /etc/fstab does not contain the fsck passno\n"
4759"\tfield. I will kludge around things for you, but you\n"
4760"\tshould fix your /etc/fstab file as soon as you can.\n"
4761"\n"
4762msgstr ""
4763
4764#: misc/fsck.c:478
4765#, c-format
4766msgid "fsck: %s: not found\n"
4767msgstr "fsck: %s: ei löytynyt\n"
4768
4769#: misc/fsck.c:594
4770#, c-format
4771msgid "%s: wait: No more child process?!?\n"
4772msgstr ""
4773
4774#: misc/fsck.c:616
4775#, c-format
4776msgid "Warning... %s for device %s exited with signal %d.\n"
4777msgstr ""
4778
4779#: misc/fsck.c:622
4780#, c-format
4781msgid "%s %s: status is %x, should never happen.\n"
4782msgstr ""
4783
4784#: misc/fsck.c:661
4785#, c-format
4786msgid "Finished with %s (exit status %d)\n"
4787msgstr ""
4788
4789#: misc/fsck.c:721
4790#, c-format
4791msgid "%s: Error %d while executing fsck.%s for %s\n"
4792msgstr ""
4793
4794#: misc/fsck.c:742
4795msgid ""
4796"Either all or none of the filesystem types passed to -t must be prefixed\n"
4797"with 'no' or '!'.\n"
4798msgstr ""
4799
4800#: misc/fsck.c:761
4801msgid "Couldn't allocate memory for filesystem types\n"
4802msgstr ""
4803
4804#: misc/fsck.c:884
4805#, c-format
4806msgid ""
4807"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4808"number\n"
4809msgstr ""
4810
4811#: misc/fsck.c:911
4812#, c-format
4813msgid "fsck: cannot check %s: fsck.%s not found\n"
4814msgstr ""
4815
4816#: misc/fsck.c:967
4817msgid "Checking all file systems.\n"
4818msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
4819
4820#: misc/fsck.c:1058
4821#, c-format
4822msgid "--waiting-- (pass %d)\n"
4823msgstr ""
4824
4825#: misc/fsck.c:1078
4826msgid ""
4827"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4828msgstr ""
4829"Käyttö: fsck [-AMNPRTV] [ -C [ fd ] ] [-t tiedjärjtyyppi] "
4830"[tiedjärjvalitsimet] [tiedjärj ...]\n"
4831
4832#: misc/fsck.c:1120
4833#, c-format
4834msgid "%s: too many devices\n"
4835msgstr "%s: liian monta laitetta\n"
4836
4837#: misc/fsck.c:1153 misc/fsck.c:1239
4838#, c-format
4839msgid "%s: too many arguments\n"
4840msgstr "%s: liian monta argumenttia\n"
4841
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004842#: misc/fuse2fs.c:3745
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004843msgid "Mounting read-only.\n"
4844msgstr ""
4845
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004846#: misc/fuse2fs.c:3769
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004847#, c-format
4848msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4849msgstr ""
4850
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004851#: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004852#, c-format
4853msgid "%s: %s.\n"
4854msgstr ""
4855
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004856#: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3207
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004857#, fuzzy, c-format
4858msgid "Please run e2fsck -fy %s.\n"
4859msgstr ""
4860"Aja ensin ”e2fsck -f %s”.\n"
4861"\n"
4862
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004863#: misc/fuse2fs.c:3803
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004864msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4865msgstr ""
4866
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004867#: misc/fuse2fs.c:3811
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004868#, c-format
4869msgid "%s: Writing to the journal is not supported.\n"
4870msgstr ""
4871
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004872#: misc/fuse2fs.c:3826
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004873msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4874msgstr ""
4875
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004876#: misc/fuse2fs.c:3830
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004877msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4878msgstr ""
4879
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004880#: misc/fuse2fs.c:3835
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004881msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4882msgstr ""
4883
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004884#: misc/fuse2fs.c:3839
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004885msgid "Orphans detected; running e2fsck is recommended.\n"
4886msgstr ""
4887
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05004888#: misc/fuse2fs.c:3843
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05004889msgid "Errors detected; running e2fsck is required.\n"
4890msgstr ""
4891
4892#: misc/lsattr.c:75
4893#, fuzzy, c-format
4894msgid "Usage: %s [-RVadlpv] [files...]\n"
4895msgstr "Käyttö: %s [-RVadlv] [tiedostot...]\n"
4896
4897#: misc/lsattr.c:86
4898#, c-format
4899msgid "While reading flags on %s"
4900msgstr ""
4901
4902#: misc/lsattr.c:93
4903#, fuzzy, c-format
4904msgid "While reading project on %s"
4905msgstr "luettaessa juuren i-solmua"
4906
4907#: misc/lsattr.c:102
4908#, c-format
4909msgid "While reading version on %s"
4910msgstr ""
4911
4912#: misc/mke2fs.c:124
4913#, c-format
4914msgid ""
4915"Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4916"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4917"\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4918"\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4919"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4920"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4921"\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4922"undo_file]\n"
4923"\t[-jnqvDFSV] device [blocks-count]\n"
4924msgstr ""
4925
4926#: misc/mke2fs.c:255
4927#, c-format
4928msgid "Running command: %s\n"
4929msgstr "Ajetaan komento: %s\n"
4930
4931#: misc/mke2fs.c:259
4932#, c-format
4933msgid "while trying to run '%s'"
4934msgstr ""
4935
4936#: misc/mke2fs.c:266
4937msgid "while processing list of bad blocks from program"
4938msgstr ""
4939
4940#: misc/mke2fs.c:293
4941#, c-format
4942msgid "Block %d in primary superblock/group descriptor area bad.\n"
4943msgstr ""
4944
4945#: misc/mke2fs.c:295
4946#, c-format
4947msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4948msgstr ""
4949
4950#: misc/mke2fs.c:298
4951msgid "Aborting....\n"
4952msgstr "Keskeytetään...\n"
4953
4954#: misc/mke2fs.c:318
4955#, c-format
4956msgid ""
4957"Warning: the backup superblock/group descriptors at block %u contain\n"
4958"\tbad blocks.\n"
4959"\n"
4960msgstr ""
4961
4962#: misc/mke2fs.c:337
4963msgid "while marking bad blocks as used"
4964msgstr ""
4965
4966#: misc/mke2fs.c:408
4967msgid "Writing inode tables: "
4968msgstr "Kirjoitetaan i-solmutauluja: "
4969
4970#: misc/mke2fs.c:430
4971#, c-format
4972msgid ""
4973"\n"
4974"Could not write %d blocks in inode table starting at %llu: %s\n"
4975msgstr ""
4976
4977#: misc/mke2fs.c:444 misc/mke2fs.c:2673 misc/mke2fs.c:3049
4978msgid "done \n"
4979msgstr "valmis \n"
4980
4981#: misc/mke2fs.c:459
4982msgid "while creating root dir"
4983msgstr "juurihakemistoa luodessa"
4984
4985#: misc/mke2fs.c:466
4986msgid "while reading root inode"
4987msgstr "luettaessa juuren i-solmua"
4988
4989#: misc/mke2fs.c:478
4990msgid "while setting root inode ownership"
4991msgstr "juuri-i-solmun omistajuutta asetettaessa"
4992
4993#: misc/mke2fs.c:496
4994msgid "while creating /lost+found"
4995msgstr "/lost+foundia luodessa"
4996
4997#: misc/mke2fs.c:503
4998msgid "while looking up /lost+found"
4999msgstr "/lost+foundia haettaessa"
5000
5001#: misc/mke2fs.c:516
5002msgid "while expanding /lost+found"
5003msgstr "/lost+foundia laajennettaessa"
5004
5005#: misc/mke2fs.c:531
5006msgid "while setting bad block inode"
5007msgstr ""
5008
5009#: misc/mke2fs.c:558
5010#, c-format
5011msgid "Out of memory erasing sectors %d-%d\n"
5012msgstr "Muisti loppui tyhjennettäessä sektoreita %d-%d\n"
5013
5014#: misc/mke2fs.c:568
5015#, c-format
5016msgid "Warning: could not read block 0: %s\n"
5017msgstr "Varoitus: ei voitu lukea lohkoa 0: %s\n"
5018
5019#: misc/mke2fs.c:584
5020#, c-format
5021msgid "Warning: could not erase sector %d: %s\n"
5022msgstr "Varoitus: ei voitu tyhjentää sektoria %d: %s\n"
5023
5024#: misc/mke2fs.c:600
5025msgid "while initializing journal superblock"
5026msgstr ""
5027
5028#: misc/mke2fs.c:608
5029msgid "Zeroing journal device: "
5030msgstr "Nollataan kirjanpitolaite: "
5031
5032#: misc/mke2fs.c:620
5033#, c-format
5034msgid "while zeroing journal device (block %llu, count %d)"
5035msgstr ""
5036
5037#: misc/mke2fs.c:638
5038msgid "while writing journal superblock"
5039msgstr ""
5040
5041#: misc/mke2fs.c:653
5042#, c-format
5043msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5044msgstr ""
5045"Luodaan %llu-lohkoinen tiedostojärjestelmä %dk lohkokoolla ja %u i-solmulla\n"
5046
5047#: misc/mke2fs.c:661
5048#, c-format
5049msgid ""
5050"warning: %llu blocks unused.\n"
5051"\n"
5052msgstr ""
5053"varoitus: %llu lohkoa käyttämättä.\n"
5054"\n"
5055"\n"
5056
5057#: misc/mke2fs.c:666
5058#, c-format
5059msgid "Filesystem label=%s\n"
5060msgstr "Tiedostojärjestelmän nimiö=%s\n"
5061
5062#: misc/mke2fs.c:669
5063#, c-format
5064msgid "OS type: %s\n"
5065msgstr "Käyttöjärjestelmän tyyppi: %s\n"
5066
5067#: misc/mke2fs.c:671
5068#, c-format
5069msgid "Block size=%u (log=%u)\n"
5070msgstr ""
5071
5072#: misc/mke2fs.c:674
5073#, c-format
5074msgid "Cluster size=%u (log=%u)\n"
5075msgstr ""
5076
5077#: misc/mke2fs.c:678
5078#, c-format
5079msgid "Fragment size=%u (log=%u)\n"
5080msgstr ""
5081
5082#: misc/mke2fs.c:680
5083#, c-format
5084msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5085msgstr ""
5086
5087#: misc/mke2fs.c:682
5088#, c-format
5089msgid "%u inodes, %llu blocks\n"
5090msgstr ""
5091
5092#: misc/mke2fs.c:684
5093#, c-format
5094msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5095msgstr "%llu lohkoa (%2.2f %%) varattu pääkäyttäjälle\n"
5096
5097#: misc/mke2fs.c:687
5098#, c-format
5099msgid "First data block=%u\n"
5100msgstr ""
5101
5102#: misc/mke2fs.c:689
5103#, c-format
5104msgid "Root directory owner=%u:%u\n"
5105msgstr ""
5106
5107#: misc/mke2fs.c:691
5108#, c-format
5109msgid "Maximum filesystem blocks=%lu\n"
5110msgstr ""
5111
5112#: misc/mke2fs.c:695
5113#, c-format
5114msgid "%u block groups\n"
5115msgstr "%u lohkoryhmää\n"
5116
5117#: misc/mke2fs.c:697
5118#, c-format
5119msgid "%u block group\n"
5120msgstr "%u lohkoryhmä\n"
5121
5122#: misc/mke2fs.c:699
5123#, c-format
5124msgid "%u blocks per group, %u clusters per group\n"
5125msgstr ""
5126
5127#: misc/mke2fs.c:702
5128#, c-format
5129msgid "%u blocks per group, %u fragments per group\n"
5130msgstr ""
5131
5132#: misc/mke2fs.c:704
5133#, c-format
5134msgid "%u inodes per group\n"
5135msgstr ""
5136
5137#: misc/mke2fs.c:713
5138#, c-format
5139msgid "Filesystem UUID: %s\n"
5140msgstr "Tiedostojärjestelmän UUID: %s\n"
5141
5142#: misc/mke2fs.c:714
5143msgid "Superblock backups stored on blocks: "
5144msgstr "Superlohkon varmuuskopiot tallennettu lohkoihin: "
5145
5146#: misc/mke2fs.c:808
5147#, c-format
5148msgid "%s requires '-O 64bit'\n"
5149msgstr ""
5150
5151#: misc/mke2fs.c:814
5152#, c-format
5153msgid "'%s' must be before 'resize=%u'\n"
5154msgstr ""
5155
5156#: misc/mke2fs.c:827
5157#, c-format
5158msgid "Invalid desc_size: '%s'\n"
5159msgstr "Virheellinen desc_size: ”%s”\n"
5160
5161#: misc/mke2fs.c:840
5162#, c-format
5163msgid "Invalid offset: %s\n"
5164msgstr "Virheellinen offset: %s\n"
5165
5166#: misc/mke2fs.c:854 misc/tune2fs.c:1958
5167#, c-format
5168msgid "Invalid mmp_update_interval: %s\n"
5169msgstr "Virheellinen mmp_update_interval: %s\n"
5170
5171#: misc/mke2fs.c:868
5172#, c-format
5173msgid "Invalid # of backup superblocks: %s\n"
5174msgstr ""
5175
5176#: misc/mke2fs.c:890
5177#, c-format
5178msgid "Invalid stride parameter: %s\n"
5179msgstr ""
5180
5181#: misc/mke2fs.c:905
5182#, c-format
5183msgid "Invalid stripe-width parameter: %s\n"
5184msgstr ""
5185
5186#: misc/mke2fs.c:928
5187#, c-format
5188msgid "Invalid resize parameter: %s\n"
5189msgstr ""
5190
5191#: misc/mke2fs.c:935
5192msgid "The resize maximum must be greater than the filesystem size.\n"
5193msgstr ""
5194
5195#: misc/mke2fs.c:959
5196msgid "On-line resizing not supported with revision 0 filesystems\n"
5197msgstr ""
5198
5199#: misc/mke2fs.c:985 misc/mke2fs.c:994
5200#, c-format
5201msgid "Invalid root_owner: '%s'\n"
5202msgstr ""
5203
5204#: misc/mke2fs.c:1035
5205#, c-format
5206msgid ""
5207"\n"
5208"Bad option(s) specified: %s\n"
5209"\n"
5210"Extended options are separated by commas, and may take an argument which\n"
5211"\tis set off by an equals ('=') sign.\n"
5212"\n"
5213"Valid extended options are:\n"
5214"\tmmp_update_interval=<interval>\n"
5215"\tnum_backup_sb=<0|1|2>\n"
5216"\tstride=<RAID per-disk data chunk in blocks>\n"
5217"\tstripe-width=<RAID stride * data disks in blocks>\n"
5218"\toffset=<offset to create the file system>\n"
5219"\tresize=<resize maximum size in blocks>\n"
5220"\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5221"\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5222"\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5223"\troot_owner=<uid of root dir>:<gid of root dir>\n"
5224"\ttest_fs\n"
5225"\tdiscard\n"
5226"\tnodiscard\n"
5227"\tquotatype=<quota type(s) to be enabled>\n"
5228"\n"
5229msgstr ""
5230
5231#: misc/mke2fs.c:1060
5232#, c-format
5233msgid ""
5234"\n"
5235"Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5236"\n"
5237msgstr ""
5238
5239#: misc/mke2fs.c:1102
5240#, c-format
5241msgid ""
5242"Syntax error in mke2fs config file (%s, line #%d)\n"
5243"\t%s\n"
5244msgstr ""
5245
5246#: misc/mke2fs.c:1115 misc/tune2fs.c:1007
5247#, c-format
5248msgid "Invalid filesystem option set: %s\n"
5249msgstr ""
5250
5251#: misc/mke2fs.c:1127 misc/tune2fs.c:406
5252#, c-format
5253msgid "Invalid mount option set: %s\n"
5254msgstr ""
5255
5256#: misc/mke2fs.c:1263
5257#, c-format
5258msgid ""
5259"\n"
5260"Your mke2fs.conf file does not define the %s filesystem type.\n"
5261msgstr ""
5262
5263#: misc/mke2fs.c:1267
5264msgid ""
5265"You probably need to install an updated mke2fs.conf file.\n"
5266"\n"
5267msgstr ""
5268
5269#: misc/mke2fs.c:1271
5270msgid "Aborting...\n"
5271msgstr "Keskeytetään...\n"
5272
5273#: misc/mke2fs.c:1312
5274#, c-format
5275msgid ""
5276"\n"
5277"Warning: the fs_type %s is not defined in mke2fs.conf\n"
5278"\n"
5279msgstr ""
5280
5281#: misc/mke2fs.c:1494
5282msgid "Couldn't allocate memory for new PATH.\n"
5283msgstr ""
5284
5285#: misc/mke2fs.c:1535
5286#, c-format
5287msgid "Couldn't init profile successfully (error: %ld).\n"
5288msgstr ""
5289
5290#: misc/mke2fs.c:1568
5291#, c-format
5292msgid "invalid block size - %s"
5293msgstr ""
5294
5295#: misc/mke2fs.c:1572
5296#, c-format
5297msgid "Warning: blocksize %d not usable on most systems.\n"
5298msgstr ""
5299
5300#: misc/mke2fs.c:1588
5301#, c-format
5302msgid "invalid cluster size - %s"
5303msgstr ""
5304
5305#: misc/mke2fs.c:1601
5306msgid "'-R' is deprecated, use '-E' instead"
5307msgstr ""
5308
5309#: misc/mke2fs.c:1615 misc/tune2fs.c:1687
5310#, c-format
5311msgid "bad error behavior - %s"
5312msgstr ""
5313
5314#: misc/mke2fs.c:1627
5315msgid "Illegal number for blocks per group"
5316msgstr ""
5317
5318#: misc/mke2fs.c:1632
5319msgid "blocks per group must be multiple of 8"
5320msgstr ""
5321
5322#: misc/mke2fs.c:1640
5323msgid "Illegal number for flex_bg size"
5324msgstr ""
5325
5326#: misc/mke2fs.c:1646
5327msgid "flex_bg size must be a power of 2"
5328msgstr ""
5329
5330#: misc/mke2fs.c:1651
5331#, c-format
5332msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5333msgstr ""
5334
5335#: misc/mke2fs.c:1661
5336#, c-format
5337msgid "invalid inode ratio %s (min %d/max %d)"
5338msgstr ""
5339
5340#: misc/mke2fs.c:1671
5341#, c-format
5342msgid "invalid inode size - %s"
5343msgstr ""
5344
5345#: misc/mke2fs.c:1684
5346msgid ""
5347"Warning: -K option is deprecated and should not be used anymore. Use '-E "
5348"nodiscard' extended option instead!\n"
5349msgstr ""
5350
5351#: misc/mke2fs.c:1695
5352msgid "in malloc for bad_blocks_filename"
5353msgstr ""
5354
5355#: misc/mke2fs.c:1704
5356#, fuzzy, c-format
5357msgid ""
5358"Warning: label too long; will be truncated to '%s'\n"
5359"\n"
5360msgstr "Varoitus: nimiö on liian pitkä, katkaistaan.\n"
5361
5362#: misc/mke2fs.c:1713
5363#, c-format
5364msgid "invalid reserved blocks percent - %s"
5365msgstr ""
5366
5367#: misc/mke2fs.c:1728
5368#, c-format
5369msgid "bad num inodes - %s"
5370msgstr ""
5371
5372#: misc/mke2fs.c:1741
5373#, fuzzy
5374msgid "while allocating fs_feature string"
5375msgstr "puskuria varattaessa"
5376
5377#: misc/mke2fs.c:1758
5378#, c-format
5379msgid "bad revision level - %s"
5380msgstr ""
5381
5382#: misc/mke2fs.c:1763
5383#, c-format
5384msgid "while trying to create revision %d"
5385msgstr ""
5386
5387#: misc/mke2fs.c:1777
5388msgid "The -t option may only be used once"
5389msgstr "Valitsinta -t voi käyttää vain kerran"
5390
5391#: misc/mke2fs.c:1785
5392msgid "The -T option may only be used once"
5393msgstr "Valitsinta -T voi käyttää vain kerran"
5394
5395#: misc/mke2fs.c:1841 misc/mke2fs.c:3133
5396#, c-format
5397msgid "while trying to open journal device %s\n"
5398msgstr ""
5399
5400#: misc/mke2fs.c:1847
5401#, c-format
5402msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5403msgstr ""
5404
5405#: misc/mke2fs.c:1853
5406#, c-format
5407msgid "Using journal device's blocksize: %d\n"
5408msgstr ""
5409
5410#: misc/mke2fs.c:1864
5411#, c-format
5412msgid "invalid blocks '%s' on device '%s'"
5413msgstr ""
5414
5415#: misc/mke2fs.c:1888
5416msgid "filesystem"
5417msgstr "tiedostojärjestelmä"
5418
5419#: misc/mke2fs.c:1901 resize/main.c:491
5420msgid "while trying to determine filesystem size"
5421msgstr ""
5422
5423#: misc/mke2fs.c:1907
5424msgid ""
5425"Couldn't determine device size; you must specify\n"
5426"the size of the filesystem\n"
5427msgstr ""
5428
5429#: misc/mke2fs.c:1914
5430msgid ""
5431"Device size reported to be zero. Invalid partition specified, or\n"
5432"\tpartition table wasn't reread after running fdisk, due to\n"
5433"\ta modified partition being busy and in use. You may need to reboot\n"
5434"\tto re-read your partition table.\n"
5435msgstr ""
5436
5437#: misc/mke2fs.c:1931
5438msgid "Filesystem larger than apparent device size."
5439msgstr ""
5440
5441#: misc/mke2fs.c:1951
5442msgid "Failed to parse fs types list\n"
5443msgstr ""
5444
5445#: misc/mke2fs.c:1999
5446msgid "The HURD does not support the filetype feature.\n"
5447msgstr ""
5448
5449#: misc/mke2fs.c:2004
5450msgid "The HURD does not support the huge_file feature.\n"
5451msgstr ""
5452
5453#: misc/mke2fs.c:2009
5454msgid "The HURD does not support the metadata_csum feature.\n"
5455msgstr ""
5456
5457#: misc/mke2fs.c:2019
5458msgid "while trying to determine hardware sector size"
5459msgstr "yritettäessä määrittää laitteiston sektorikokoa"
5460
5461#: misc/mke2fs.c:2025
5462msgid "while trying to determine physical sector size"
5463msgstr "yritettäessä määrittää fyysistä sektorin kokoa"
5464
5465#: misc/mke2fs.c:2057
5466msgid "while setting blocksize; too small for device\n"
5467msgstr ""
5468
5469#: misc/mke2fs.c:2062
5470#, c-format
5471msgid ""
5472"Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5473msgstr ""
5474
5475#: misc/mke2fs.c:2086
5476#, c-format
5477msgid ""
5478"%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5479"\tin 32 bits using a blocksize of %d.\n"
5480msgstr ""
5481
5482#: misc/mke2fs.c:2098
5483#, c-format
5484msgid ""
5485"%s: Size of device (0x%llx blocks) %s too big to create\n"
5486"\ta filesystem using a blocksize of %d.\n"
5487msgstr ""
5488
5489#: misc/mke2fs.c:2120
5490msgid "fs_types for mke2fs.conf resolution: "
5491msgstr ""
5492
5493#: misc/mke2fs.c:2127
5494msgid "Filesystem features not supported with revision 0 filesystems\n"
5495msgstr ""
5496
5497#: misc/mke2fs.c:2135
5498msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5499msgstr ""
5500
5501#: misc/mke2fs.c:2145
5502msgid "Journals not supported with revision 0 filesystems\n"
5503msgstr ""
5504
5505#: misc/mke2fs.c:2158
5506#, c-format
5507msgid "invalid reserved blocks percent - %lf"
5508msgstr ""
5509
5510#: misc/mke2fs.c:2175
5511msgid ""
5512"Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5513"rectify.\n"
5514msgstr ""
5515
5516#: misc/mke2fs.c:2195
5517msgid "The cluster size may not be smaller than the block size.\n"
5518msgstr ""
5519
5520#: misc/mke2fs.c:2201
5521msgid "specifying a cluster size requires the bigalloc feature"
5522msgstr ""
5523
5524#: misc/mke2fs.c:2221
5525#, c-format
5526msgid "warning: Unable to get device geometry for %s\n"
5527msgstr "varoitus: Geometrian noutaminen laitteelle %s ei onnistu\n"
5528
5529#: misc/mke2fs.c:2224
5530#, c-format
5531msgid "%s alignment is offset by %lu bytes.\n"
5532msgstr ""
5533
5534#: misc/mke2fs.c:2226
5535#, c-format
5536msgid ""
5537"This may result in very poor performance, (re)-partitioning suggested.\n"
5538msgstr ""
5539"Tämä voi johtaa hyvin huonoon suorituskykyyn, (uudelleen)osiointi on "
5540"suositeltavaa.\n"
5541
5542#: misc/mke2fs.c:2247
5543#, c-format
5544msgid "%d-byte blocks too big for system (max %d)"
5545msgstr ""
5546
5547#: misc/mke2fs.c:2251
5548#, c-format
5549msgid ""
5550"Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5551msgstr ""
5552
5553#: misc/mke2fs.c:2259
5554#, c-format
5555msgid ""
5556"Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5557"and journal checksum features.\n"
5558msgstr ""
5559
5560#: misc/mke2fs.c:2314
5561#, c-format
5562msgid ""
5563"\n"
5564"Warning: offset specified without an explicit file system size.\n"
5565"Creating a file system with %llu blocks but this might\n"
5566"not be what you want.\n"
5567"\n"
5568msgstr ""
5569
5570#: misc/mke2fs.c:2331
5571msgid "Can't support bigalloc feature without extents feature"
5572msgstr ""
5573
5574#: misc/mke2fs.c:2338
5575msgid ""
5576"The resize_inode and meta_bg features are not compatible.\n"
5577"They can not be both enabled simultaneously.\n"
5578msgstr ""
5579
5580#: misc/mke2fs.c:2346
5581msgid ""
5582"\n"
5583"Warning: the bigalloc feature is still under development\n"
5584"See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5585"\n"
5586msgstr ""
5587
5588#: misc/mke2fs.c:2358
5589msgid "reserved online resize blocks not supported on non-sparse filesystem"
5590msgstr ""
5591
5592#: misc/mke2fs.c:2367
5593msgid "blocks per group count out of range"
5594msgstr ""
5595
5596#: misc/mke2fs.c:2389
5597msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5598msgstr ""
5599
5600#: misc/mke2fs.c:2401
5601#, c-format
5602msgid "invalid inode size %d (min %d/max %d)"
5603msgstr "virheellinen i-solmun koko %d (väh. %d/enint. %d)"
5604
5605#: misc/mke2fs.c:2416
5606#, c-format
5607msgid "%d byte inodes are too small for inline data; specify larger size"
5608msgstr ""
5609
5610#: misc/mke2fs.c:2429
5611#, c-format
5612msgid "%d byte inodes are too small for project quota; specify larger size"
5613msgstr ""
5614
5615#: misc/mke2fs.c:2444
5616#, c-format
5617msgid "too many inodes (%llu), raise inode ratio?"
5618msgstr ""
5619
5620#: misc/mke2fs.c:2451
5621#, c-format
5622msgid "too many inodes (%llu), specify < 2^32 inodes"
5623msgstr ""
5624
5625#: misc/mke2fs.c:2465
5626#, c-format
5627msgid ""
5628"inode_size (%u) * inodes_count (%u) too big for a\n"
5629"\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5630"\tor lower inode count (-N).\n"
5631msgstr ""
5632
5633#: misc/mke2fs.c:2652
5634msgid "Discarding device blocks: "
5635msgstr ""
5636
5637#: misc/mke2fs.c:2668
5638msgid "failed - "
5639msgstr ""
5640
5641#: misc/mke2fs.c:2727
5642msgid "while initializing quota context"
5643msgstr ""
5644
5645#: misc/mke2fs.c:2734
5646#, fuzzy
5647msgid "while writing quota inodes"
5648msgstr "luettaessa juuren i-solmua"
5649
5650#: misc/mke2fs.c:2759
5651#, c-format
5652msgid "bad error behavior in profile - %s"
5653msgstr ""
5654
5655#: misc/mke2fs.c:2833
5656msgid "while setting up superblock"
5657msgstr ""
5658
5659#: misc/mke2fs.c:2849
5660msgid ""
5661"Extents are not enabled. The file extent tree can be checksummed, whereas "
5662"block maps cannot. Not enabling extents reduces the coverage of metadata "
5663"checksumming. Pass -O extents to rectify.\n"
5664msgstr ""
5665
5666#: misc/mke2fs.c:2856
5667msgid ""
5668"64-bit filesystem support is not enabled. The larger fields afforded by "
5669"this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5670msgstr ""
5671
5672#: misc/mke2fs.c:2864
5673msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5674msgstr ""
5675
5676#: misc/mke2fs.c:2888
5677msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5678msgstr ""
5679
5680#: misc/mke2fs.c:2974
5681#, c-format
5682msgid "unknown os - %s"
5683msgstr "tuntematon käyttöjärjestelmä - %s"
5684
5685#: misc/mke2fs.c:3037
5686msgid "Allocating group tables: "
5687msgstr "Varataan ryhmätauluja: "
5688
5689#: misc/mke2fs.c:3045
5690msgid "while trying to allocate filesystem tables"
5691msgstr ""
5692
5693#: misc/mke2fs.c:3054
5694msgid ""
5695"\n"
5696"\twhile converting subcluster bitmap"
5697msgstr ""
5698
5699#: misc/mke2fs.c:3060
5700#, c-format
5701msgid "%s may be further corrupted by superblock rewrite\n"
5702msgstr ""
5703
5704#: misc/mke2fs.c:3101
5705#, c-format
5706msgid "while zeroing block %llu at end of filesystem"
5707msgstr ""
5708
5709#: misc/mke2fs.c:3114
5710msgid "while reserving blocks for online resize"
5711msgstr ""
5712
5713#: misc/mke2fs.c:3126 misc/tune2fs.c:1415
5714msgid "journal"
5715msgstr ""
5716
5717#: misc/mke2fs.c:3138
5718#, c-format
5719msgid "Adding journal to device %s: "
5720msgstr ""
5721
5722#: misc/mke2fs.c:3145
5723#, c-format
5724msgid ""
5725"\n"
5726"\twhile trying to add journal to device %s"
5727msgstr ""
5728
5729#: misc/mke2fs.c:3150 misc/mke2fs.c:3179 misc/mke2fs.c:3219
5730#: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
5731msgid "done\n"
5732msgstr "valmis\n"
5733
5734#: misc/mke2fs.c:3156
5735msgid "Skipping journal creation in super-only mode\n"
5736msgstr ""
5737
5738#: misc/mke2fs.c:3166
5739#, c-format
5740msgid "Creating journal (%u blocks): "
5741msgstr ""
5742
5743#: misc/mke2fs.c:3175
5744msgid ""
5745"\n"
5746"\twhile trying to create journal"
5747msgstr ""
5748
5749#: misc/mke2fs.c:3187 misc/tune2fs.c:1072
5750msgid ""
5751"\n"
5752"Error while enabling multiple mount protection feature."
5753msgstr ""
5754
5755#: misc/mke2fs.c:3192
5756#, c-format
5757msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5758msgstr ""
5759
5760#: misc/mke2fs.c:3210
5761msgid "Copying files into the device: "
5762msgstr ""
5763
5764#: misc/mke2fs.c:3216
5765#, fuzzy
5766msgid "while populating file system"
5767msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
5768
5769#: misc/mke2fs.c:3223
5770msgid "Writing superblocks and filesystem accounting information: "
5771msgstr ""
5772
5773#: misc/mke2fs.c:3230
5774msgid ""
5775"\n"
5776"Warning, had trouble writing out superblocks.\n"
5777msgstr ""
5778
5779#: misc/mke2fs.c:3232
5780msgid ""
5781"done\n"
5782"\n"
5783msgstr ""
5784"valmis\n"
5785"\n"
5786
5787#: misc/mk_hugefiles.c:424
5788#, c-format
5789msgid ""
5790"Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5791msgstr ""
5792
5793#: misc/mk_hugefiles.c:491
5794msgid "Huge files will be zero'ed\n"
5795msgstr ""
5796
5797#: misc/mk_hugefiles.c:492
5798#, fuzzy, c-format
5799msgid "Creating %lu huge file(s) "
5800msgstr "Luodaan tavallinen tiedosto %s\n"
5801
5802#: misc/mk_hugefiles.c:494
5803#, fuzzy, c-format
5804msgid "with %llu blocks each"
5805msgstr ""
5806"varoitus: %llu lohkoa käyttämättä.\n"
5807"\n"
5808"\n"
5809
5810#: misc/mk_hugefiles.c:505
5811#, fuzzy, c-format
5812msgid "while creating huge file %lu"
5813msgstr "Laajennetaan i-solmutaulua"
5814
5815#: misc/mklost+found.c:50
5816msgid "Usage: mklost+found\n"
5817msgstr "Käyttö: mklost+found\n"
5818
5819#: misc/partinfo.c:43
5820#, c-format
5821msgid ""
5822"Usage: %s device...\n"
5823"\n"
5824"Prints out the partition information for each given device.\n"
5825"For example: %s /dev/hda\n"
5826"\n"
5827msgstr ""
5828
5829#: misc/partinfo.c:53
5830#, c-format
5831msgid "Cannot open %s: %s"
5832msgstr ""
5833
5834#: misc/partinfo.c:59
5835#, c-format
5836msgid "Cannot get geometry of %s: %s"
5837msgstr ""
5838
5839#: misc/partinfo.c:67
5840#, c-format
5841msgid "Cannot get size of %s: %s"
5842msgstr ""
5843
5844#: misc/partinfo.c:73
5845#, c-format
5846msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5847msgstr ""
5848
5849#: misc/tune2fs.c:119
5850#, fuzzy
5851msgid "Please run e2fsck -f on the filesystem.\n"
5852msgstr "Suorita e2fsck tiedostojärjestelmälle.\n"
5853
5854#: misc/tune2fs.c:121
5855#, fuzzy
5856msgid "Please run e2fsck -fD on the filesystem.\n"
5857msgstr "Suorita e2fsck tiedostojärjestelmälle.\n"
5858
5859#: misc/tune2fs.c:134
5860#, c-format
5861msgid ""
5862"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5863"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5864"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5865"\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5866"\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5867"\t[-O [^]feature[,...]] [-Q quota_options]\n"
5868"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5869"\t[-I new_inode_size] [-z undo_file] device\n"
5870msgstr ""
5871
5872#: misc/tune2fs.c:218
5873msgid "Journal superblock not found!\n"
5874msgstr ""
5875
5876#: misc/tune2fs.c:276
5877msgid "while trying to open external journal"
5878msgstr ""
5879
5880#: misc/tune2fs.c:282 misc/tune2fs.c:2701
5881#, c-format
5882msgid "%s is not a journal device.\n"
5883msgstr ""
5884
5885#: misc/tune2fs.c:292 misc/tune2fs.c:2712
5886msgid "Filesystem's UUID not found on journal device.\n"
5887msgstr ""
5888
5889#: misc/tune2fs.c:316
5890msgid ""
5891"Cannot locate journal device. It was NOT removed\n"
5892"Use -f option to remove missing journal device.\n"
5893msgstr ""
5894
5895#: misc/tune2fs.c:325
5896msgid "Journal removed\n"
5897msgstr ""
5898
5899#: misc/tune2fs.c:369
5900msgid "while reading bitmaps"
5901msgstr "luettaessa bittikarttoja"
5902
5903#: misc/tune2fs.c:377
5904msgid "while clearing journal inode"
5905msgstr ""
5906
5907#: misc/tune2fs.c:388
5908msgid "while writing journal inode"
5909msgstr ""
5910
5911#: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
5912msgid "(and reboot afterwards!)\n"
5913msgstr "(ja uudelleenkäynnistys sen jälkeen!)\n"
5914
5915#: misc/tune2fs.c:476
5916#, c-format
5917msgid "After running e2fsck, please run `resize2fs %s %s"
5918msgstr ""
5919
5920#: misc/tune2fs.c:479
5921#, fuzzy, c-format
5922msgid "Please run `resize2fs %s %s"
5923msgstr ""
5924"Aja ensin ”e2fsck -f %s”.\n"
5925"\n"
5926
5927#: misc/tune2fs.c:483
5928#, c-format
5929msgid " -z \"%s\""
5930msgstr ""
5931
5932#: misc/tune2fs.c:485
5933#, c-format
5934msgid "' to enable 64-bit mode.\n"
5935msgstr ""
5936
5937#: misc/tune2fs.c:487
5938#, c-format
5939msgid "' to disable 64-bit mode.\n"
5940msgstr ""
5941
5942#: misc/tune2fs.c:974
5943msgid ""
5944"WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5945" This requires Linux >= v4.4.\n"
5946msgstr ""
5947
5948#: misc/tune2fs.c:1010
5949#, c-format
5950msgid "Clearing filesystem feature '%s' not supported.\n"
5951msgstr ""
5952
5953#: misc/tune2fs.c:1016
5954#, c-format
5955msgid "Setting filesystem feature '%s' not supported.\n"
5956msgstr ""
5957
5958#: misc/tune2fs.c:1025
5959msgid ""
5960"The has_journal feature may only be cleared when the filesystem is\n"
5961"unmounted or mounted read-only.\n"
5962msgstr ""
5963
5964#: misc/tune2fs.c:1033
5965msgid ""
5966"The needs_recovery flag is set. Please run e2fsck before clearing\n"
5967"the has_journal flag.\n"
5968msgstr ""
5969
5970#: misc/tune2fs.c:1051
5971msgid ""
5972"Setting filesystem feature 'sparse_super' not supported\n"
5973"for filesystems with the meta_bg feature enabled.\n"
5974msgstr ""
5975
5976#: misc/tune2fs.c:1064
5977msgid ""
5978"The multiple mount protection feature can't\n"
5979"be set if the filesystem is mounted or\n"
5980"read-only.\n"
5981msgstr ""
5982
5983#: misc/tune2fs.c:1082
5984#, c-format
5985msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5986msgstr ""
5987
5988#: misc/tune2fs.c:1091
5989msgid ""
5990"The multiple mount protection feature cannot\n"
5991"be disabled if the filesystem is readonly.\n"
5992msgstr ""
5993
5994#: misc/tune2fs.c:1099
5995msgid "Error while reading bitmaps\n"
5996msgstr ""
5997
5998#: misc/tune2fs.c:1108
5999#, c-format
6000msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6001msgstr ""
6002
6003#: misc/tune2fs.c:1113
6004msgid "while reading MMP block."
6005msgstr ""
6006
6007#: misc/tune2fs.c:1145
6008msgid ""
6009"Clearing the flex_bg flag would cause the the filesystem to be\n"
6010"inconsistent.\n"
6011msgstr ""
6012
6013#: misc/tune2fs.c:1156
6014msgid ""
6015"The huge_file feature may only be cleared when the filesystem is\n"
6016"unmounted or mounted read-only.\n"
6017msgstr ""
6018
6019#: misc/tune2fs.c:1167
6020msgid "Enabling checksums could take some time."
6021msgstr ""
6022
6023#: misc/tune2fs.c:1169
6024msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6025msgstr ""
6026
6027#: misc/tune2fs.c:1175
6028msgid ""
6029"Extents are not enabled. The file extent tree can be checksummed, whereas "
6030"block maps cannot. Not enabling extents reduces the coverage of metadata "
6031"checksumming. Re-run with -O extent to rectify.\n"
6032msgstr ""
6033
6034#: misc/tune2fs.c:1182
6035msgid ""
6036"64-bit filesystem support is not enabled. The larger fields afforded by "
6037"this feature enable full-strength checksumming. Run resize2fs -b to "
6038"rectify.\n"
6039msgstr ""
6040
6041#: misc/tune2fs.c:1208
6042msgid "Disabling checksums could take some time."
6043msgstr ""
6044
6045#: misc/tune2fs.c:1210
6046msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6047msgstr ""
6048
6049#: misc/tune2fs.c:1273
6050#, c-format
6051msgid "Cannot enable 64-bit mode while mounted!\n"
6052msgstr ""
6053
6054#: misc/tune2fs.c:1283
6055#, c-format
6056msgid "Cannot disable 64-bit mode while mounted!\n"
6057msgstr ""
6058
6059#: misc/tune2fs.c:1313
6060msgid ""
6061"\n"
6062"Warning: enabled project without quota together\n"
6063msgstr ""
6064
6065#: misc/tune2fs.c:1326
6066msgid ""
6067"\n"
6068"Warning: '^quota' option overrides '-Q'arguments.\n"
6069msgstr ""
6070
6071#: misc/tune2fs.c:1344
6072msgid ""
6073"Setting feature 'metadata_csum_seed' is only supported\n"
6074"on filesystems with the metadata_csum feature enabled.\n"
6075msgstr ""
6076
6077#: misc/tune2fs.c:1362
6078msgid ""
6079"UUID has changed since enabling metadata_csum. Filesystem must be "
6080"unmounted \n"
6081"to safely rewrite all metadata to match the new UUID.\n"
6082msgstr ""
6083
6084#: misc/tune2fs.c:1408
6085msgid "The filesystem already has a journal.\n"
6086msgstr ""
6087
6088#: misc/tune2fs.c:1428
6089#, c-format
6090msgid ""
6091"\n"
6092"\twhile trying to open journal on %s\n"
6093msgstr ""
6094
6095#: misc/tune2fs.c:1432
6096#, c-format
6097msgid "Creating journal on device %s: "
6098msgstr "Luodaan kirjanpitoa laitteelle %s: "
6099
6100#: misc/tune2fs.c:1440
6101#, c-format
6102msgid "while adding filesystem to journal on %s"
6103msgstr ""
6104
6105#: misc/tune2fs.c:1446
6106msgid "Creating journal inode: "
6107msgstr "Luodaan kirjanpito-i-solmu: "
6108
6109#: misc/tune2fs.c:1460
6110msgid ""
6111"\n"
6112"\twhile trying to create journal file"
6113msgstr ""
6114"\n"
6115"\tyritettäessä luoda kirjanpitotiedostoa"
6116
6117#: misc/tune2fs.c:1498
6118msgid "while initializing quota context in support library"
6119msgstr ""
6120
6121#: misc/tune2fs.c:1518
6122#, c-format
6123msgid "while updating quota limits (%d)"
6124msgstr ""
6125
6126#: misc/tune2fs.c:1526
6127#, fuzzy, c-format
6128msgid "while writing quota file (%d)"
6129msgstr "juurihakemistoa luodessa"
6130
6131#: misc/tune2fs.c:1534
6132#, fuzzy, c-format
6133msgid "while removing quota file (%d)"
6134msgstr "luettaessa juuren i-solmua"
6135
6136#: misc/tune2fs.c:1575
6137msgid ""
6138"\n"
6139"Bad quota options specified.\n"
6140"\n"
6141"Following valid quota options are available (pass by separating with "
6142"comma):\n"
6143"\t[^]usr[quota]\n"
6144"\t[^]grp[quota]\n"
6145"\t[^]prj[quota]\n"
6146"\n"
6147"\n"
6148msgstr ""
6149
6150#: misc/tune2fs.c:1633
6151#, c-format
6152msgid "Couldn't parse date/time specifier: %s"
6153msgstr ""
6154
6155#: misc/tune2fs.c:1658 misc/tune2fs.c:1671
6156#, c-format
6157msgid "bad mounts count - %s"
6158msgstr ""
6159
6160#: misc/tune2fs.c:1714
6161#, c-format
6162msgid "bad gid/group name - %s"
6163msgstr ""
6164
6165#: misc/tune2fs.c:1747
6166#, c-format
6167msgid "bad interval - %s"
6168msgstr ""
6169
6170#: misc/tune2fs.c:1776
6171#, c-format
6172msgid "bad reserved block ratio - %s"
6173msgstr ""
6174
6175#: misc/tune2fs.c:1791
6176msgid "-o may only be specified once"
6177msgstr ""
6178
6179#: misc/tune2fs.c:1800
6180msgid "-O may only be specified once"
6181msgstr ""
6182
6183#: misc/tune2fs.c:1817
6184#, c-format
6185msgid "bad reserved blocks count - %s"
6186msgstr ""
6187
6188#: misc/tune2fs.c:1846
6189#, c-format
6190msgid "bad uid/user name - %s"
6191msgstr ""
6192
6193#: misc/tune2fs.c:1863
6194#, c-format
6195msgid "bad inode size - %s"
6196msgstr ""
6197
6198#: misc/tune2fs.c:1870
6199#, c-format
6200msgid "Inode size must be a power of two- %s"
6201msgstr ""
6202
6203#: misc/tune2fs.c:1967
6204#, c-format
6205msgid "mmp_update_interval too big: %lu\n"
6206msgstr ""
6207
6208#: misc/tune2fs.c:1972
6209#, c-format
6210msgid "Setting multiple mount protection update interval to %lu second\n"
6211msgid_plural ""
6212"Setting multiple mount protection update interval to %lu seconds\n"
6213msgstr[0] ""
6214msgstr[1] ""
6215
6216#: misc/tune2fs.c:1995
6217#, c-format
6218msgid "Invalid RAID stride: %s\n"
6219msgstr ""
6220
6221#: misc/tune2fs.c:2010
6222#, c-format
6223msgid "Invalid RAID stripe-width: %s\n"
6224msgstr ""
6225
6226#: misc/tune2fs.c:2025
6227#, c-format
6228msgid "Invalid hash algorithm: %s\n"
6229msgstr ""
6230
6231#: misc/tune2fs.c:2031
6232#, c-format
6233msgid "Setting default hash algorithm to %s (%d)\n"
6234msgstr ""
6235
6236#: misc/tune2fs.c:2050
6237msgid ""
6238"\n"
6239"Bad options specified.\n"
6240"\n"
6241"Extended options are separated by commas, and may take an argument which\n"
6242"\tis set off by an equals ('=') sign.\n"
6243"\n"
6244"Valid extended options are:\n"
6245"\tclear_mmp\n"
6246"\thash_alg=<hash algorithm>\n"
6247"\tmount_opts=<extended default mount options>\n"
6248"\tstride=<RAID per-disk chunk size in blocks>\n"
6249"\tstripe_width=<RAID stride*data disks in blocks>\n"
6250"\ttest_fs\n"
6251"\t^test_fs\n"
6252msgstr ""
6253
6254#: misc/tune2fs.c:2519
6255msgid "Failed to read inode bitmap\n"
6256msgstr ""
6257
6258#: misc/tune2fs.c:2524
6259msgid "Failed to read block bitmap\n"
6260msgstr ""
6261
6262#: misc/tune2fs.c:2541 resize/resize2fs.c:1276
6263msgid "blocks to be moved"
6264msgstr ""
6265
6266#: misc/tune2fs.c:2544
6267msgid "Failed to allocate block bitmap when increasing inode size\n"
6268msgstr ""
6269
6270#: misc/tune2fs.c:2550
6271msgid "Not enough space to increase inode size \n"
6272msgstr ""
6273
6274#: misc/tune2fs.c:2555
6275msgid "Failed to relocate blocks during inode resize \n"
6276msgstr ""
6277
6278#: misc/tune2fs.c:2587
6279msgid ""
6280"Error in resizing the inode size.\n"
6281"Run e2undo to undo the file system changes. \n"
6282msgstr ""
6283
6284#: misc/tune2fs.c:2799
6285#, c-format
6286msgid ""
6287"MMP block magic is bad. Try to fix it by running:\n"
6288"'e2fsck -f %s'\n"
6289msgstr ""
6290
6291#: misc/tune2fs.c:2811
6292#, fuzzy
6293msgid "Cannot modify a journal device.\n"
6294msgstr "Nollataan kirjanpitolaite: "
6295
6296#: misc/tune2fs.c:2824
6297#, c-format
6298msgid "The inode size is already %lu\n"
6299msgstr ""
6300
6301#: misc/tune2fs.c:2831
6302msgid "Shrinking inode size is not supported\n"
6303msgstr ""
6304
6305#: misc/tune2fs.c:2836
6306#, c-format
6307msgid "Invalid inode size %lu (max %d)\n"
6308msgstr ""
6309
6310#: misc/tune2fs.c:2842
6311msgid "Resizing inodes could take some time."
6312msgstr ""
6313
6314#: misc/tune2fs.c:2889
6315#, c-format
6316msgid "Setting maximal mount count to %d\n"
6317msgstr ""
6318
6319#: misc/tune2fs.c:2895
6320#, c-format
6321msgid "Setting current mount count to %d\n"
6322msgstr ""
6323
6324#: misc/tune2fs.c:2900
6325#, c-format
6326msgid "Setting error behavior to %d\n"
6327msgstr ""
6328
6329#: misc/tune2fs.c:2905
6330#, c-format
6331msgid "Setting reserved blocks gid to %lu\n"
6332msgstr ""
6333
6334#: misc/tune2fs.c:2910
6335#, c-format
6336msgid "interval between checks is too big (%lu)"
6337msgstr ""
6338
6339#: misc/tune2fs.c:2917
6340#, c-format
6341msgid "Setting interval between checks to %lu seconds\n"
6342msgstr ""
6343
6344#: misc/tune2fs.c:2924
6345#, c-format
6346msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6347msgstr ""
6348
6349#: misc/tune2fs.c:2930
6350#, c-format
6351msgid "reserved blocks count is too big (%llu)"
6352msgstr "varattujen lhkojen määrä on liian suuri (%llu)"
6353
6354#: misc/tune2fs.c:2937
6355#, c-format
6356msgid "Setting reserved blocks count to %llu\n"
6357msgstr ""
6358
6359#: misc/tune2fs.c:2942
6360msgid ""
6361"\n"
6362"The filesystem already has sparse superblocks.\n"
6363msgstr ""
6364
6365#: misc/tune2fs.c:2945
6366msgid ""
6367"\n"
6368"Setting the sparse superblock flag not supported\n"
6369"for filesystems with the meta_bg feature enabled.\n"
6370msgstr ""
6371
6372#: misc/tune2fs.c:2955
6373#, c-format
6374msgid ""
6375"\n"
6376"Sparse superblock flag set. %s"
6377msgstr ""
6378
6379#: misc/tune2fs.c:2960
6380msgid ""
6381"\n"
6382"Clearing the sparse superblock flag not supported.\n"
6383msgstr ""
6384
6385#: misc/tune2fs.c:2968
6386#, c-format
6387msgid "Setting time filesystem last checked to %s\n"
6388msgstr ""
6389
6390#: misc/tune2fs.c:2974
6391#, c-format
6392msgid "Setting reserved blocks uid to %lu\n"
6393msgstr ""
6394
6395#: misc/tune2fs.c:3006
6396msgid "Error in using clear_mmp. It must be used with -f\n"
6397msgstr ""
6398
6399#: misc/tune2fs.c:3024
6400msgid ""
6401"The quota feature may only be changed when the filesystem is unmounted.\n"
6402msgstr ""
6403
6404#: misc/tune2fs.c:3048
6405msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6406msgstr ""
6407
6408#: misc/tune2fs.c:3051
6409msgid ""
6410"If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6411"and re-run this command.\n"
6412msgstr ""
6413
6414#: misc/tune2fs.c:3060
6415msgid "Setting UUID on a checksummed filesystem could take some time."
6416msgstr ""
6417
6418#: misc/tune2fs.c:3085
6419msgid "Invalid UUID format\n"
6420msgstr ""
6421
6422#: misc/tune2fs.c:3101
6423msgid "Need to update journal superblock.\n"
6424msgstr ""
6425
6426#: misc/tune2fs.c:3126
6427msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6428msgstr ""
6429
6430#: misc/tune2fs.c:3133
6431msgid ""
6432"Changing the inode size not supported for filesystems with the flex_bg\n"
6433"feature enabled.\n"
6434msgstr ""
6435
6436#: misc/tune2fs.c:3151
6437#, c-format
6438msgid "Setting inode size %lu\n"
6439msgstr ""
6440
6441#: misc/tune2fs.c:3155
6442msgid "Failed to change inode size\n"
6443msgstr ""
6444
6445#: misc/tune2fs.c:3169
6446#, c-format
6447msgid "Setting stride size to %d\n"
6448msgstr ""
6449
6450#: misc/tune2fs.c:3174
6451#, c-format
6452msgid "Setting stripe width to %d\n"
6453msgstr ""
6454
6455#: misc/tune2fs.c:3181
6456#, c-format
6457msgid "Setting extended default mount options to '%s'\n"
6458msgstr ""
6459
6460#: misc/tune2fs.c:3192
6461#, c-format
6462msgid ""
6463"Warning: The journal is dirty. You may wish to replay the journal like:\n"
6464"\n"
6465"\te2fsck -E journal_only %s\n"
6466"\n"
6467"then rerun this command. Otherwise, any changes made may be overwritten\n"
6468"by journal recovery.\n"
6469msgstr ""
6470
6471#: misc/tune2fs.c:3203
6472#, c-format
6473msgid "Recovering journal.\n"
6474msgstr ""
6475
6476#: misc/util.c:100
6477msgid "<proceeding>\n"
6478msgstr "<jatketaan>\n"
6479
6480#: misc/util.c:104
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006481#, fuzzy, c-format
6482msgid "Proceed anyway (or wait %d seconds) ? (y,N) "
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006483msgstr "Jatketaanko silti (vai odotetaanko %d sekuntia)? (k,e)"
6484
6485#: misc/util.c:108
Theodore Ts'o3d66c4b2017-01-31 18:24:50 -05006486#, fuzzy
6487msgid "Proceed anyway? (y,N) "
Theodore Ts'o4a85cc32017-01-31 17:47:06 -05006488msgstr "Jatketaanko silti? (k,e) "
6489
6490#: misc/util.c:133
6491msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6492msgstr ""
6493
6494#: misc/util.c:138
6495#, c-format
6496msgid "will not make a %s here!\n"
6497msgstr ""
6498
6499#: misc/util.c:145
6500msgid "mke2fs forced anyway.\n"
6501msgstr ""
6502
6503#: misc/util.c:161
6504msgid "Couldn't allocate memory to parse journal options!\n"
6505msgstr ""
6506
6507#: misc/util.c:186
6508#, c-format
6509msgid ""
6510"\n"
6511"Could not find journal device matching %s\n"
6512msgstr ""
6513
6514#: misc/util.c:213
6515msgid ""
6516"\n"
6517"Bad journal options specified.\n"
6518"\n"
6519"Journal options are separated by commas, and may take an argument which\n"
6520"\tis set off by an equals ('=') sign.\n"
6521"\n"
6522"Valid journal options are:\n"
6523"\tsize=<journal size in megabytes>\n"
6524"\tdevice=<journal device>\n"
6525"\tlocation=<journal location>\n"
6526"\n"
6527"The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6528"\n"
6529msgstr ""
6530
6531#: misc/util.c:244
6532msgid ""
6533"\n"
6534"Filesystem too small for a journal\n"
6535msgstr ""
6536
6537#: misc/util.c:251
6538#, c-format
6539msgid ""
6540"\n"
6541"The requested journal size is %d blocks; it must be\n"
6542"between 1024 and 10240000 blocks. Aborting.\n"
6543msgstr ""
6544
6545#: misc/util.c:259
6546msgid ""
6547"\n"
6548"Journal size too big for filesystem.\n"
6549msgstr ""
6550
6551#: misc/util.c:273
6552#, c-format
6553msgid ""
6554"This filesystem will be automatically checked every %d mounts or\n"
6555"%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6556msgstr ""
6557
6558#: misc/uuidd.c:49
6559#, c-format
6560msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6561msgstr ""
6562
6563#: misc/uuidd.c:51
6564#, c-format
6565msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6566msgstr ""
6567
6568#: misc/uuidd.c:53
6569#, c-format
6570msgid " %s -k\n"
6571msgstr " %s -k\n"
6572
6573#: misc/uuidd.c:155
6574#, fuzzy
6575msgid "bad arguments"
6576msgstr "%s: liian monta argumenttia\n"
6577
6578#: misc/uuidd.c:173
6579msgid "connect"
6580msgstr ""
6581
6582#: misc/uuidd.c:192
6583msgid "write"
6584msgstr "kirjoitus"
6585
6586#: misc/uuidd.c:200
6587msgid "read count"
6588msgstr ""
6589
6590#: misc/uuidd.c:206
6591msgid "bad response length"
6592msgstr ""
6593
6594#: misc/uuidd.c:271
6595#, c-format
6596msgid "uuidd daemon already running at pid %s\n"
6597msgstr ""
6598
6599#: misc/uuidd.c:279
6600#, c-format
6601msgid "Couldn't create unix stream socket: %s"
6602msgstr ""
6603
6604#: misc/uuidd.c:308
6605#, fuzzy, c-format
6606msgid "Couldn't bind unix socket %s: %s\n"
6607msgstr "Ext2-superlohkoa ei löytynyt,"
6608
6609#: misc/uuidd.c:316
6610#, c-format
6611msgid "Couldn't listen on unix socket %s: %s\n"
6612msgstr ""
6613
6614#: misc/uuidd.c:354
6615#, c-format
6616msgid "Error reading from client, len = %d\n"
6617msgstr ""
6618
6619#: misc/uuidd.c:362
6620#, c-format
6621msgid "operation %d, incoming num = %d\n"
6622msgstr ""
6623
6624#: misc/uuidd.c:381
6625#, c-format
6626msgid "Generated time UUID: %s\n"
6627msgstr ""
6628
6629#: misc/uuidd.c:391
6630#, c-format
6631msgid "Generated random UUID: %s\n"
6632msgstr ""
6633
6634#: misc/uuidd.c:400
6635#, c-format
6636msgid "Generated time UUID %s and subsequent UUID\n"
6637msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6638msgstr[0] ""
6639msgstr[1] ""
6640
6641#: misc/uuidd.c:421
6642#, c-format
6643msgid "Generated %d UUID's:\n"
6644msgstr ""
6645
6646#: misc/uuidd.c:433
6647#, c-format
6648msgid "Invalid operation %d\n"
6649msgstr ""
6650
6651#: misc/uuidd.c:477 misc/uuidd.c:499
6652#, c-format
6653msgid "Bad number: %s\n"
6654msgstr ""
6655
6656#: misc/uuidd.c:534 misc/uuidd.c:563
6657#, c-format
6658msgid "Error calling uuidd daemon (%s): %s\n"
6659msgstr ""
6660
6661#: misc/uuidd.c:544
6662#, c-format
6663msgid "%s and subsequent UUID\n"
6664msgid_plural "%s and subsequent %d UUIDs\n"
6665msgstr[0] ""
6666msgstr[1] ""
6667
6668#: misc/uuidd.c:548
6669msgid "List of UUID's:\n"
6670msgstr ""
6671
6672#: misc/uuidd.c:569
6673#, c-format
6674msgid "Unexpected reply length from server %d\n"
6675msgstr ""
6676
6677#: misc/uuidd.c:586
6678#, c-format
6679msgid "Couldn't kill uuidd running at pid %d: %s\n"
6680msgstr ""
6681
6682#: misc/uuidd.c:592
6683#, c-format
6684msgid "Killed uuidd running at pid %d\n"
6685msgstr ""
6686
6687#: misc/uuidgen.c:32
6688#, c-format
6689msgid "Usage: %s [-r] [-t]\n"
6690msgstr "Käyttö: %s [-r] [-t]\n"
6691
6692#: resize/extent.c:202
6693msgid "# Extent dump:\n"
6694msgstr ""
6695
6696#: resize/extent.c:203
6697#, c-format
6698msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6699msgstr ""
6700
6701#: resize/main.c:49
6702#, c-format
6703msgid ""
6704"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6705"[-z undo_file]\n"
6706"\n"
6707msgstr ""
6708
6709#: resize/main.c:72
6710msgid "Extending the inode table"
6711msgstr "Laajennetaan i-solmutaulua"
6712
6713#: resize/main.c:75
6714msgid "Relocating blocks"
6715msgstr ""
6716
6717#: resize/main.c:78
6718msgid "Scanning inode table"
6719msgstr "Tutkitaan i-solmutaulua"
6720
6721#: resize/main.c:81
6722msgid "Updating inode references"
6723msgstr "Päivitetään i-solmuviittauksia"
6724
6725#: resize/main.c:84
6726msgid "Moving inode table"
6727msgstr "Siirretään i-solmutaulua"
6728
6729#: resize/main.c:87
6730msgid "Unknown pass?!?"
6731msgstr ""
6732
6733#: resize/main.c:90
6734#, c-format
6735msgid "Begin pass %d (max = %lu)\n"
6736msgstr ""
6737
6738#: resize/main.c:162
6739msgid ""
6740"\n"
6741"Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6742"your own risk! Use the force option if you want to go ahead anyway.\n"
6743"\n"
6744msgstr ""
6745
6746#: resize/main.c:365
6747#, c-format
6748msgid "while opening %s"
6749msgstr "avattaessa tiedostoa %s"
6750
6751#: resize/main.c:373
6752#, c-format
6753msgid "while getting stat information for %s"
6754msgstr ""
6755
6756#: resize/main.c:445
6757#, c-format
6758msgid ""
6759"Please run 'e2fsck -f %s' first.\n"
6760"\n"
6761msgstr ""
6762"Aja ensin ”e2fsck -f %s”.\n"
6763"\n"
6764
6765#: resize/main.c:464
6766#, c-format
6767msgid "Estimated minimum size of the filesystem: %llu\n"
6768msgstr "Tiedostojärjestelmän arvioitu vähimmäiskoko: %llu\n"
6769
6770#: resize/main.c:501
6771#, c-format
6772msgid "Invalid new size: %s\n"
6773msgstr "Virheellinen uusi koko: %s\n"
6774
6775#: resize/main.c:520
6776msgid "New size too large to be expressed in 32 bits\n"
6777msgstr "Uusi koko liian suuri ilmaistavaksi 32 bitillä\n"
6778
6779#: resize/main.c:528
6780#, c-format
6781msgid "New size smaller than minimum (%llu)\n"
6782msgstr "Uusi koko alle vähimmäiskoon (%llu)\n"
6783
6784#: resize/main.c:534
6785msgid "Invalid stride length"
6786msgstr ""
6787
6788#: resize/main.c:558
6789#, c-format
6790msgid ""
6791"The containing partition (or device) is only %llu (%dk) blocks.\n"
6792"You requested a new size of %llu blocks.\n"
6793"\n"
6794msgstr ""
6795
6796#: resize/main.c:565
6797#, c-format
6798msgid "Cannot set and unset 64bit feature.\n"
6799msgstr ""
6800
6801#: resize/main.c:569
6802#, c-format
6803msgid ""
6804"Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6805"blocks.\n"
6806msgstr ""
6807
6808#: resize/main.c:575
6809#, c-format
6810msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6811msgstr ""
6812
6813#: resize/main.c:581
6814#, c-format
6815msgid ""
6816"Please enable the extents feature with tune2fs before enabling the 64bit "
6817"feature.\n"
6818msgstr ""
6819
6820#: resize/main.c:587
6821#, c-format
6822msgid ""
6823"The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6824"\n"
6825msgstr ""
6826
6827#: resize/main.c:594
6828#, c-format
6829msgid "The filesystem is already 64-bit.\n"
6830msgstr ""
6831
6832#: resize/main.c:599
6833#, c-format
6834msgid "The filesystem is already 32-bit.\n"
6835msgstr ""
6836
6837#: resize/main.c:608
6838#, c-format
6839msgid "Converting the filesystem to 64-bit.\n"
6840msgstr ""
6841
6842#: resize/main.c:610
6843#, c-format
6844msgid "Converting the filesystem to 32-bit.\n"
6845msgstr ""
6846
6847#: resize/main.c:612
6848#, c-format
6849msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6850msgstr ""
6851
6852#: resize/main.c:621
6853#, c-format
6854msgid "while trying to resize %s"
6855msgstr ""
6856
6857#: resize/main.c:624
6858#, c-format
6859msgid ""
6860"Please run 'e2fsck -fy %s' to fix the filesystem\n"
6861"after the aborted resize operation.\n"
6862msgstr ""
6863
6864#: resize/main.c:630
6865#, c-format
6866msgid ""
6867"The filesystem on %s is now %llu (%dk) blocks long.\n"
6868"\n"
6869msgstr ""
6870
6871#: resize/main.c:645
6872#, c-format
6873msgid "while trying to truncate %s"
6874msgstr ""
6875
6876#: resize/online.c:81
6877msgid "kernel does not support online resize with sparse_super2"
6878msgstr ""
6879
6880#: resize/online.c:86
6881#, c-format
6882msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6883msgstr ""
6884
6885#: resize/online.c:90
6886msgid "On-line shrinking not supported"
6887msgstr ""
6888
6889#: resize/online.c:114
6890msgid "Filesystem does not support online resizing"
6891msgstr ""
6892
6893#: resize/online.c:122
6894msgid "Not enough reserved gdt blocks for resizing"
6895msgstr ""
6896
6897#: resize/online.c:129
6898msgid "Kernel does not support resizing a file system this large"
6899msgstr ""
6900
6901#: resize/online.c:137
6902#, c-format
6903msgid "while trying to open mountpoint %s"
6904msgstr ""
6905
6906#: resize/online.c:142
6907#, c-format
6908msgid "Old resize interface requested.\n"
6909msgstr ""
6910
6911#: resize/online.c:161 resize/online.c:178
6912msgid "Permission denied to resize filesystem"
6913msgstr ""
6914
6915#: resize/online.c:164 resize/online.c:184
6916msgid "While checking for on-line resizing support"
6917msgstr ""
6918
6919#: resize/online.c:181
6920msgid "Kernel does not support online resizing"
6921msgstr ""
6922
6923#: resize/online.c:220
6924#, c-format
6925msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6926msgstr ""
6927
6928#: resize/online.c:230
6929msgid "While trying to extend the last group"
6930msgstr ""
6931
6932#: resize/online.c:284
6933#, c-format
6934msgid "While trying to add group #%d"
6935msgstr ""
6936
6937#: resize/online.c:295
6938#, c-format
6939msgid ""
6940"Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6941"this system.\n"
6942msgstr ""
6943
6944#: resize/resize2fs.c:759
6945#, c-format
6946msgid "inodes (%llu) must be less than %u"
6947msgstr ""
6948
6949#: resize/resize2fs.c:1037
6950msgid "reserved blocks"
6951msgstr "varatut lohkot"
6952
6953#: resize/resize2fs.c:1281
6954msgid "meta-data blocks"
6955msgstr ""
6956
6957#: resize/resize2fs.c:1385 resize/resize2fs.c:2317
6958msgid "new meta blocks"
6959msgstr ""
6960
6961#: resize/resize2fs.c:2540
6962msgid "Should never happen! No sb in last super_sparse bg?\n"
6963msgstr ""
6964
6965#: resize/resize2fs.c:2545
6966msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6967msgstr ""
6968
6969#: resize/resize2fs.c:2618
6970msgid "Should never happen: resize inode corrupt!\n"
6971msgstr ""
6972
6973#: lib/ext2fs/ext2_err.c:11
6974#, fuzzy
6975msgid "EXT2FS Library version 1.43.4-WIP"
6976msgstr "EXT2FS-kirjaston versio 1.42.12"
6977
6978#: lib/ext2fs/ext2_err.c:12
6979msgid "Wrong magic number for ext2_filsys structure"
6980msgstr "Väärä taikaluku ext2_filsys-rakenteelle"
6981
6982#: lib/ext2fs/ext2_err.c:13
6983msgid "Wrong magic number for badblocks_list structure"
6984msgstr "Väärä taikaluku badblocks_list-rakenteelle"
6985
6986#: lib/ext2fs/ext2_err.c:14
6987msgid "Wrong magic number for badblocks_iterate structure"
6988msgstr "Väärä taikaluku badblocks_iterate-rakenteelle"
6989
6990#: lib/ext2fs/ext2_err.c:15
6991msgid "Wrong magic number for inode_scan structure"
6992msgstr "Väärä taikaluku inode_scan-rakenteelle"
6993
6994#: lib/ext2fs/ext2_err.c:16
6995msgid "Wrong magic number for io_channel structure"
6996msgstr "Väärä taikaluku io_channel-rakenteelle"
6997
6998#: lib/ext2fs/ext2_err.c:17
6999msgid "Wrong magic number for unix io_channel structure"
7000msgstr "Väärä taikaluku unix io_channel-rakenteelle"
7001
7002#: lib/ext2fs/ext2_err.c:18
7003msgid "Wrong magic number for io_manager structure"
7004msgstr "Väärä taikaluku io_manager-rakenteelle"
7005
7006#: lib/ext2fs/ext2_err.c:19
7007msgid "Wrong magic number for block_bitmap structure"
7008msgstr "Väärä taikaluku block_bitmap-rakenteelle"
7009
7010#: lib/ext2fs/ext2_err.c:20
7011msgid "Wrong magic number for inode_bitmap structure"
7012msgstr "Väärä taikaluku inode_bitmap-rakenteelle"
7013
7014#: lib/ext2fs/ext2_err.c:21
7015msgid "Wrong magic number for generic_bitmap structure"
7016msgstr "Väärä taikaluku generic_bitmap-rakenteelle"
7017
7018#: lib/ext2fs/ext2_err.c:22
7019#, fuzzy
7020msgid "Wrong magic number for test io_channel structure"
7021msgstr "Väärä taikaluku io_channel-rakenteelle"
7022
7023#: lib/ext2fs/ext2_err.c:23
7024msgid "Wrong magic number for directory block list structure"
7025msgstr ""
7026
7027#: lib/ext2fs/ext2_err.c:24
7028msgid "Wrong magic number for icount structure"
7029msgstr ""
7030
7031#: lib/ext2fs/ext2_err.c:25
7032msgid "Wrong magic number for Powerquest io_channel structure"
7033msgstr ""
7034
7035#: lib/ext2fs/ext2_err.c:26
7036msgid "Wrong magic number for ext2 file structure"
7037msgstr ""
7038
7039#: lib/ext2fs/ext2_err.c:27
7040msgid "Wrong magic number for Ext2 Image Header"
7041msgstr ""
7042
7043#: lib/ext2fs/ext2_err.c:28
7044msgid "Wrong magic number for inode io_channel structure"
7045msgstr ""
7046
7047#: lib/ext2fs/ext2_err.c:29
7048msgid "Wrong magic number for ext4 extent handle"
7049msgstr ""
7050
7051#: lib/ext2fs/ext2_err.c:30
7052msgid "Bad magic number in super-block"
7053msgstr ""
7054
7055#: lib/ext2fs/ext2_err.c:31
7056msgid "Filesystem revision too high"
7057msgstr ""
7058
7059#: lib/ext2fs/ext2_err.c:32
7060msgid "Attempt to write to filesystem opened read-only"
7061msgstr ""
7062
7063#: lib/ext2fs/ext2_err.c:33
7064msgid "Can't read group descriptors"
7065msgstr ""
7066
7067#: lib/ext2fs/ext2_err.c:34
7068msgid "Can't write group descriptors"
7069msgstr ""
7070
7071#: lib/ext2fs/ext2_err.c:35
7072msgid "Corrupt group descriptor: bad block for block bitmap"
7073msgstr ""
7074
7075#: lib/ext2fs/ext2_err.c:36
7076msgid "Corrupt group descriptor: bad block for inode bitmap"
7077msgstr ""
7078
7079#: lib/ext2fs/ext2_err.c:37
7080msgid "Corrupt group descriptor: bad block for inode table"
7081msgstr ""
7082
7083#: lib/ext2fs/ext2_err.c:38
7084msgid "Can't write an inode bitmap"
7085msgstr "I-solmubittikartan kirjoitus ei onnistu"
7086
7087#: lib/ext2fs/ext2_err.c:39
7088msgid "Can't read an inode bitmap"
7089msgstr "I-solmubittikartan luku ei onnistu"
7090
7091#: lib/ext2fs/ext2_err.c:40
7092msgid "Can't write a block bitmap"
7093msgstr "Lohkobittikartan kirjoitus ei onnistu"
7094
7095#: lib/ext2fs/ext2_err.c:41
7096msgid "Can't read a block bitmap"
7097msgstr "Lohkobittikartan luku ei onnistu"
7098
7099#: lib/ext2fs/ext2_err.c:42
7100#, fuzzy
7101msgid "Can't write an inode table"
7102msgstr "Kirjoitetaan i-solmutauluja: "
7103
7104#: lib/ext2fs/ext2_err.c:43
7105#, fuzzy
7106msgid "Can't read an inode table"
7107msgstr "Laajennetaan i-solmutaulua"
7108
7109#: lib/ext2fs/ext2_err.c:44
7110msgid "Can't read next inode"
7111msgstr "Ei voida lukea seuraavaa i-solmua"
7112
7113#: lib/ext2fs/ext2_err.c:45
7114msgid "Filesystem has unexpected block size"
7115msgstr "Tiedostojärjestelmällä on odottamaton lohkokoko"
7116
7117#: lib/ext2fs/ext2_err.c:46
7118msgid "EXT2 directory corrupted"
7119msgstr "EXT2-hakemisto vioittunut"
7120
7121#: lib/ext2fs/ext2_err.c:47
7122msgid "Attempt to read block from filesystem resulted in short read"
7123msgstr ""
7124
7125#: lib/ext2fs/ext2_err.c:48
7126msgid "Attempt to write block to filesystem resulted in short write"
7127msgstr ""
7128
7129#: lib/ext2fs/ext2_err.c:49
7130msgid "No free space in the directory"
7131msgstr "Hakemistossa ei ole vapaata tilaa"
7132
7133#: lib/ext2fs/ext2_err.c:50
7134msgid "Inode bitmap not loaded"
7135msgstr ""
7136
7137#: lib/ext2fs/ext2_err.c:51
7138msgid "Block bitmap not loaded"
7139msgstr "Lohkobittikartta ei ole ladattu"
7140
7141#: lib/ext2fs/ext2_err.c:52
7142msgid "Illegal inode number"
7143msgstr "Virheellinen i-solmun numero"
7144
7145#: lib/ext2fs/ext2_err.c:53
7146msgid "Illegal block number"
7147msgstr "Virheellinen lohkon numero"
7148
7149#: lib/ext2fs/ext2_err.c:54
7150msgid "Internal error in ext2fs_expand_dir"
7151msgstr "Sisäinen virhe ext2fs_expand_dir-funktiossa"
7152
7153#: lib/ext2fs/ext2_err.c:55
7154msgid "Not enough space to build proposed filesystem"
7155msgstr "Ei riittävästi tilaa ehdotetun tiedostojärjestelmän luomiseen"
7156
7157#: lib/ext2fs/ext2_err.c:56
7158msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7159msgstr ""
7160
7161#: lib/ext2fs/ext2_err.c:57
7162msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7163msgstr ""
7164
7165#: lib/ext2fs/ext2_err.c:58
7166msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7167msgstr ""
7168
7169#: lib/ext2fs/ext2_err.c:59
7170msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7171msgstr ""
7172
7173#: lib/ext2fs/ext2_err.c:60
7174msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7175msgstr ""
7176
7177#: lib/ext2fs/ext2_err.c:61
7178msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7179msgstr ""
7180
7181#: lib/ext2fs/ext2_err.c:62
7182msgid "Attempt to fudge end of block bitmap past the real end"
7183msgstr ""
7184
7185#: lib/ext2fs/ext2_err.c:63
7186msgid "Attempt to fudge end of inode bitmap past the real end"
7187msgstr ""
7188
7189#: lib/ext2fs/ext2_err.c:64
7190msgid "Illegal indirect block found"
7191msgstr ""
7192
7193#: lib/ext2fs/ext2_err.c:65
7194msgid "Illegal doubly indirect block found"
7195msgstr ""
7196
7197#: lib/ext2fs/ext2_err.c:66
7198msgid "Illegal triply indirect block found"
7199msgstr ""
7200
7201#: lib/ext2fs/ext2_err.c:67
7202msgid "Block bitmaps are not the same"
7203msgstr ""
7204
7205#: lib/ext2fs/ext2_err.c:68
7206msgid "Inode bitmaps are not the same"
7207msgstr ""
7208
7209#: lib/ext2fs/ext2_err.c:69
7210msgid "Illegal or malformed device name"
7211msgstr "Virheellinen tai väärän muotoinen laitteen nimi"
7212
7213#: lib/ext2fs/ext2_err.c:70
7214msgid "A block group is missing an inode table"
7215msgstr ""
7216
7217#: lib/ext2fs/ext2_err.c:71
7218msgid "The ext2 superblock is corrupt"
7219msgstr "Ext2-superlohko on vioittunut"
7220
7221#: lib/ext2fs/ext2_err.c:72
7222msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7223msgstr ""
7224
7225#: lib/ext2fs/ext2_err.c:73
7226msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7227msgstr ""
7228
7229#: lib/ext2fs/ext2_err.c:74
7230msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7231msgstr ""
7232
7233#: lib/ext2fs/ext2_err.c:75
7234msgid "Too many symbolic links encountered."
7235msgstr "Kohdattiin liian monta symbolista linkkiä."
7236
7237#: lib/ext2fs/ext2_err.c:76
7238msgid "The callback function will not handle this case"
7239msgstr ""
7240
7241#: lib/ext2fs/ext2_err.c:77
7242msgid "The inode is from a bad block in the inode table"
7243msgstr ""
7244
7245#: lib/ext2fs/ext2_err.c:78
7246msgid "Filesystem has unsupported feature(s)"
7247msgstr ""
7248
7249#: lib/ext2fs/ext2_err.c:79
7250msgid "Filesystem has unsupported read-only feature(s)"
7251msgstr ""
7252
7253#: lib/ext2fs/ext2_err.c:80
7254msgid "IO Channel failed to seek on read or write"
7255msgstr ""
7256
7257#: lib/ext2fs/ext2_err.c:81
7258msgid "Memory allocation failed"
7259msgstr "Muistinvaraus epäonnistui"
7260
7261#: lib/ext2fs/ext2_err.c:82
7262msgid "Invalid argument passed to ext2 library"
7263msgstr ""
7264
7265#: lib/ext2fs/ext2_err.c:83
7266#, fuzzy
7267msgid "Could not allocate block in ext2 filesystem"
7268msgstr "e2label: ei ole ext2-tiedostojärjestelmä\n"
7269
7270#: lib/ext2fs/ext2_err.c:84
7271#, fuzzy
7272msgid "Could not allocate inode in ext2 filesystem"
7273msgstr "e2label: ei ole ext2-tiedostojärjestelmä\n"
7274
7275#: lib/ext2fs/ext2_err.c:85
7276msgid "Ext2 inode is not a directory"
7277msgstr "Ext2-i-solmu ei ole hakemisto"
7278
7279#: lib/ext2fs/ext2_err.c:86
7280msgid "Too many references in table"
7281msgstr "Liian monta viittausta taulussa"
7282
7283#: lib/ext2fs/ext2_err.c:87
7284msgid "File not found by ext2_lookup"
7285msgstr ""
7286
7287#: lib/ext2fs/ext2_err.c:88
7288msgid "File open read-only"
7289msgstr ""
7290
7291#: lib/ext2fs/ext2_err.c:89
7292msgid "Ext2 directory block not found"
7293msgstr "Ext2-hakemistolohkoa ei löydy"
7294
7295#: lib/ext2fs/ext2_err.c:90
7296msgid "Ext2 directory already exists"
7297msgstr "Ext2-hakemisto on jo olemassa"
7298
7299#: lib/ext2fs/ext2_err.c:91
7300msgid "Unimplemented ext2 library function"
7301msgstr "Toteuttamaton ext2-kirjaston funktio"
7302
7303#: lib/ext2fs/ext2_err.c:92
7304msgid "User cancel requested"
7305msgstr ""
7306
7307#: lib/ext2fs/ext2_err.c:93
7308msgid "Ext2 file too big"
7309msgstr "Ext2-tiedosto liian suuri"
7310
7311#: lib/ext2fs/ext2_err.c:94
7312msgid "Supplied journal device not a block device"
7313msgstr ""
7314
7315#: lib/ext2fs/ext2_err.c:95
7316msgid "Journal superblock not found"
7317msgstr "Kirjanpidon superlohkoa ei löydy"
7318
7319#: lib/ext2fs/ext2_err.c:96
7320msgid "Journal must be at least 1024 blocks"
7321msgstr "Kirjanpidon on oltava vähintään 1024-lohkoinen"
7322
7323#: lib/ext2fs/ext2_err.c:97
7324msgid "Unsupported journal version"
7325msgstr ""
7326
7327#: lib/ext2fs/ext2_err.c:98
7328msgid "Error loading external journal"
7329msgstr ""
7330
7331#: lib/ext2fs/ext2_err.c:99
7332msgid "Journal not found"
7333msgstr "KIrjanpitoa ei löydy"
7334
7335#: lib/ext2fs/ext2_err.c:100
7336msgid "Directory hash unsupported"
7337msgstr ""
7338
7339#: lib/ext2fs/ext2_err.c:101
7340msgid "Illegal extended attribute block number"
7341msgstr ""
7342
7343#: lib/ext2fs/ext2_err.c:102
7344msgid "Cannot create filesystem with requested number of inodes"
7345msgstr ""
7346
7347#: lib/ext2fs/ext2_err.c:103
7348msgid "E2image snapshot not in use"
7349msgstr ""
7350
7351#: lib/ext2fs/ext2_err.c:104
7352msgid "Too many reserved group descriptor blocks"
7353msgstr ""
7354
7355#: lib/ext2fs/ext2_err.c:105
7356msgid "Resize inode is corrupt"
7357msgstr ""
7358
7359#: lib/ext2fs/ext2_err.c:106
7360msgid "Tried to set block bmap with missing indirect block"
7361msgstr ""
7362
7363#: lib/ext2fs/ext2_err.c:107
7364msgid "TDB: Success"
7365msgstr ""
7366
7367#: lib/ext2fs/ext2_err.c:108
7368msgid "TDB: Corrupt database"
7369msgstr ""
7370
7371#: lib/ext2fs/ext2_err.c:109
7372msgid "TDB: IO Error"
7373msgstr ""
7374
7375#: lib/ext2fs/ext2_err.c:110
7376msgid "TDB: Locking error"
7377msgstr ""
7378
7379#: lib/ext2fs/ext2_err.c:111
7380msgid "TDB: Out of memory"
7381msgstr ""
7382
7383#: lib/ext2fs/ext2_err.c:112
7384msgid "TDB: Record exists"
7385msgstr ""
7386
7387#: lib/ext2fs/ext2_err.c:113
7388msgid "TDB: Lock exists on other keys"
7389msgstr ""
7390
7391#: lib/ext2fs/ext2_err.c:114
7392msgid "TDB: Invalid parameter"
7393msgstr ""
7394
7395#: lib/ext2fs/ext2_err.c:115
7396msgid "TDB: Record does not exist"
7397msgstr ""
7398
7399#: lib/ext2fs/ext2_err.c:116
7400msgid "TDB: Write not permitted"
7401msgstr ""
7402
7403#: lib/ext2fs/ext2_err.c:117
7404msgid "Ext2fs directory block list is empty"
7405msgstr ""
7406
7407#: lib/ext2fs/ext2_err.c:118
7408msgid "Attempt to modify a block mapping via a read-only block iterator"
7409msgstr ""
7410
7411#: lib/ext2fs/ext2_err.c:119
7412msgid "Wrong magic number for ext4 extent saved path"
7413msgstr ""
7414
7415#: lib/ext2fs/ext2_err.c:120
7416msgid "Wrong magic number for 64-bit generic bitmap"
7417msgstr ""
7418
7419#: lib/ext2fs/ext2_err.c:121
7420msgid "Wrong magic number for 64-bit block bitmap"
7421msgstr ""
7422
7423#: lib/ext2fs/ext2_err.c:122
7424msgid "Wrong magic number for 64-bit inode bitmap"
7425msgstr ""
7426
7427#: lib/ext2fs/ext2_err.c:123
7428msgid "Wrong magic number --- RESERVED_13"
7429msgstr "Väärä taikaluku --- RESERVED_13"
7430
7431#: lib/ext2fs/ext2_err.c:124
7432msgid "Wrong magic number --- RESERVED_14"
7433msgstr "Väärä taikaluku --- RESERVED_14"
7434
7435#: lib/ext2fs/ext2_err.c:125
7436msgid "Wrong magic number --- RESERVED_15"
7437msgstr "Väärä taikaluku --- RESERVED_15"
7438
7439#: lib/ext2fs/ext2_err.c:126
7440msgid "Wrong magic number --- RESERVED_16"
7441msgstr "Väärä taikaluku --- RESERVED_16"
7442
7443#: lib/ext2fs/ext2_err.c:127
7444msgid "Wrong magic number --- RESERVED_17"
7445msgstr "Väärä taikaluku --- RESERVED_17"
7446
7447#: lib/ext2fs/ext2_err.c:128
7448msgid "Wrong magic number --- RESERVED_18"
7449msgstr "Väärä taikaluku --- RESERVED_18"
7450
7451#: lib/ext2fs/ext2_err.c:129
7452msgid "Wrong magic number --- RESERVED_19"
7453msgstr "Väärä taikaluku --- RESERVED_19"
7454
7455#: lib/ext2fs/ext2_err.c:130
7456msgid "Corrupt extent header"
7457msgstr ""
7458
7459#: lib/ext2fs/ext2_err.c:131
7460msgid "Corrupt extent index"
7461msgstr ""
7462
7463#: lib/ext2fs/ext2_err.c:132
7464msgid "Corrupt extent"
7465msgstr ""
7466
7467#: lib/ext2fs/ext2_err.c:133
7468msgid "No free space in extent map"
7469msgstr ""
7470
7471#: lib/ext2fs/ext2_err.c:134
7472msgid "Inode does not use extents"
7473msgstr ""
7474
7475#: lib/ext2fs/ext2_err.c:135
7476msgid "No 'next' extent"
7477msgstr ""
7478
7479#: lib/ext2fs/ext2_err.c:136
7480msgid "No 'previous' extent"
7481msgstr ""
7482
7483#: lib/ext2fs/ext2_err.c:137
7484msgid "No 'up' extent"
7485msgstr ""
7486
7487#: lib/ext2fs/ext2_err.c:138
7488msgid "No 'down' extent"
7489msgstr ""
7490
7491#: lib/ext2fs/ext2_err.c:139
7492msgid "No current node"
7493msgstr ""
7494
7495#: lib/ext2fs/ext2_err.c:140
7496msgid "Ext2fs operation not supported"
7497msgstr ""
7498
7499#: lib/ext2fs/ext2_err.c:141
7500msgid "No room to insert extent in node"
7501msgstr ""
7502
7503#: lib/ext2fs/ext2_err.c:142
7504msgid "Splitting would result in empty node"
7505msgstr ""
7506
7507#: lib/ext2fs/ext2_err.c:143
7508msgid "Extent not found"
7509msgstr ""
7510
7511#: lib/ext2fs/ext2_err.c:144
7512msgid "Operation not supported for inodes containing extents"
7513msgstr ""
7514
7515#: lib/ext2fs/ext2_err.c:145
7516msgid "Extent length is invalid"
7517msgstr ""
7518
7519#: lib/ext2fs/ext2_err.c:146
7520msgid "I/O Channel does not support 64-bit block numbers"
7521msgstr ""
7522
7523#: lib/ext2fs/ext2_err.c:147
7524msgid "Can't check if filesystem is mounted due to missing mtab file"
7525msgstr ""
7526
7527#: lib/ext2fs/ext2_err.c:148
7528msgid "Filesystem too large to use legacy bitmaps"
7529msgstr ""
7530
7531#: lib/ext2fs/ext2_err.c:149
7532msgid "MMP: invalid magic number"
7533msgstr ""
7534
7535#: lib/ext2fs/ext2_err.c:150
7536msgid "MMP: device currently active"
7537msgstr ""
7538
7539#: lib/ext2fs/ext2_err.c:151
7540msgid "MMP: fsck being run"
7541msgstr ""
7542
7543#: lib/ext2fs/ext2_err.c:152
7544msgid "MMP: block number beyond filesystem range"
7545msgstr ""
7546
7547#: lib/ext2fs/ext2_err.c:153
7548msgid "MMP: undergoing an unknown operation"
7549msgstr ""
7550
7551#: lib/ext2fs/ext2_err.c:154
7552msgid "MMP: filesystem still in use"
7553msgstr ""
7554
7555#: lib/ext2fs/ext2_err.c:155
7556msgid "MMP: open with O_DIRECT failed"
7557msgstr ""
7558
7559#: lib/ext2fs/ext2_err.c:156
7560msgid "Block group descriptor size incorrect"
7561msgstr ""
7562
7563#: lib/ext2fs/ext2_err.c:157
7564msgid "Inode checksum does not match inode"
7565msgstr ""
7566
7567#: lib/ext2fs/ext2_err.c:158
7568msgid "Inode bitmap checksum does not match bitmap"
7569msgstr ""
7570
7571#: lib/ext2fs/ext2_err.c:159
7572msgid "Extent block checksum does not match extent block"
7573msgstr ""
7574
7575#: lib/ext2fs/ext2_err.c:160
7576msgid "Directory block does not have space for checksum"
7577msgstr ""
7578
7579#: lib/ext2fs/ext2_err.c:161
7580msgid "Directory block checksum does not match directory block"
7581msgstr ""
7582
7583#: lib/ext2fs/ext2_err.c:162
7584msgid "Extended attribute block checksum does not match block"
7585msgstr ""
7586
7587#: lib/ext2fs/ext2_err.c:163
7588msgid "Superblock checksum does not match superblock"
7589msgstr ""
7590
7591#: lib/ext2fs/ext2_err.c:164
7592msgid "Unknown checksum algorithm"
7593msgstr ""
7594
7595#: lib/ext2fs/ext2_err.c:165
7596msgid "MMP block checksum does not match MMP block"
7597msgstr ""
7598
7599#: lib/ext2fs/ext2_err.c:166
7600msgid "Ext2 file already exists"
7601msgstr "Ext2-tiedosto on jo olemassa"
7602
7603#: lib/ext2fs/ext2_err.c:167
7604msgid "Block bitmap checksum does not match bitmap"
7605msgstr ""
7606
7607#: lib/ext2fs/ext2_err.c:168
7608msgid "Cannot iterate data blocks of an inode containing inline data"
7609msgstr ""
7610
7611#: lib/ext2fs/ext2_err.c:169
7612msgid "Extended attribute has an invalid name length"
7613msgstr ""
7614
7615#: lib/ext2fs/ext2_err.c:170
7616msgid "Extended attribute has an invalid value length"
7617msgstr ""
7618
7619#: lib/ext2fs/ext2_err.c:171
7620msgid "Extended attribute has an incorrect hash"
7621msgstr ""
7622
7623#: lib/ext2fs/ext2_err.c:172
7624msgid "Extended attribute block has a bad header"
7625msgstr ""
7626
7627#: lib/ext2fs/ext2_err.c:173
7628#, fuzzy
7629msgid "Extended attribute key not found"
7630msgstr "Ext2-hakemistolohkoa ei löydy"
7631
7632#: lib/ext2fs/ext2_err.c:174
7633msgid "Insufficient space to store extended attribute data"
7634msgstr ""
7635
7636#: lib/ext2fs/ext2_err.c:175
7637msgid "Filesystem is missing ext_attr or inline_data feature"
7638msgstr ""
7639
7640#: lib/ext2fs/ext2_err.c:176
7641msgid "Inode doesn't have inline data"
7642msgstr ""
7643
7644#: lib/ext2fs/ext2_err.c:177
7645msgid "No block for an inode with inline data"
7646msgstr ""
7647
7648#: lib/ext2fs/ext2_err.c:178
7649#, fuzzy
7650msgid "No free space in inline data"
7651msgstr "Hakemistossa ei ole vapaata tilaa"
7652
7653#: lib/ext2fs/ext2_err.c:179
7654#, fuzzy
7655msgid "Wrong magic number for extended attribute structure"
7656msgstr "Väärä taikaluku generic_bitmap-rakenteelle"
7657
7658#: lib/ext2fs/ext2_err.c:180
7659msgid "Inode seems to contain garbage"
7660msgstr ""
7661
7662#: lib/ext2fs/ext2_err.c:181
7663msgid "Extended attribute has an invalid value offset"
7664msgstr ""
7665
7666#: lib/ext2fs/ext2_err.c:182
7667msgid "Journal flags inconsistent"
7668msgstr ""
7669
7670#: lib/ext2fs/ext2_err.c:183
7671msgid "Undo file corrupt"
7672msgstr ""
7673
7674#: lib/ext2fs/ext2_err.c:184
7675msgid "Wrong undo file for this filesystem"
7676msgstr ""
7677
7678#: lib/ext2fs/ext2_err.c:185
7679#, fuzzy
7680msgid "File system is corrupted"
7681msgstr "Tiedostojärjestelmällä on odottamaton lohkokoko"
7682
7683#: lib/ext2fs/ext2_err.c:186
7684msgid "Bad CRC detected in file system"
7685msgstr ""
7686
7687#: lib/ext2fs/ext2_err.c:187
7688#, fuzzy
7689msgid "The journal superblock is corrupt"
7690msgstr "Ext2-superlohko on vioittunut"
7691
7692#: lib/ext2fs/ext2_err.c:188
7693msgid "Inode is corrupted"
7694msgstr ""
7695
7696#: lib/support/prof_err.c:11
7697msgid "Profile version 0.0"
7698msgstr ""
7699
7700#: lib/support/prof_err.c:12
7701msgid "Bad magic value in profile_node"
7702msgstr ""
7703
7704#: lib/support/prof_err.c:13
7705msgid "Profile section not found"
7706msgstr ""
7707
7708#: lib/support/prof_err.c:14
7709msgid "Profile relation not found"
7710msgstr ""
7711
7712#: lib/support/prof_err.c:15
7713msgid "Attempt to add a relation to node which is not a section"
7714msgstr ""
7715
7716#: lib/support/prof_err.c:16
7717msgid "A profile section header has a non-zero value"
7718msgstr ""
7719
7720#: lib/support/prof_err.c:17
7721msgid "Bad linked list in profile structures"
7722msgstr ""
7723
7724#: lib/support/prof_err.c:18
7725msgid "Bad group level in profile structures"
7726msgstr ""
7727
7728#: lib/support/prof_err.c:19
7729msgid "Bad parent pointer in profile structures"
7730msgstr ""
7731
7732#: lib/support/prof_err.c:20
7733msgid "Bad magic value in profile iterator"
7734msgstr ""
7735
7736#: lib/support/prof_err.c:21
7737msgid "Can't set value on section node"
7738msgstr ""
7739
7740#: lib/support/prof_err.c:22
7741msgid "Invalid argument passed to profile library"
7742msgstr ""
7743
7744#: lib/support/prof_err.c:23
7745msgid "Attempt to modify read-only profile"
7746msgstr ""
7747
7748#: lib/support/prof_err.c:24
7749msgid "Profile section header not at top level"
7750msgstr ""
7751
7752#: lib/support/prof_err.c:25
7753msgid "Syntax error in profile section header"
7754msgstr ""
7755
7756#: lib/support/prof_err.c:26
7757msgid "Syntax error in profile relation"
7758msgstr ""
7759
7760#: lib/support/prof_err.c:27
7761msgid "Extra closing brace in profile"
7762msgstr ""
7763
7764#: lib/support/prof_err.c:28
7765msgid "Missing open brace in profile"
7766msgstr ""
7767
7768#: lib/support/prof_err.c:29
7769msgid "Bad magic value in profile_t"
7770msgstr ""
7771
7772#: lib/support/prof_err.c:30
7773msgid "Bad magic value in profile_section_t"
7774msgstr ""
7775
7776#: lib/support/prof_err.c:31
7777msgid "Iteration through all top level section not supported"
7778msgstr ""
7779
7780#: lib/support/prof_err.c:32
7781msgid "Invalid profile_section object"
7782msgstr ""
7783
7784#: lib/support/prof_err.c:33
7785msgid "No more sections"
7786msgstr ""
7787
7788#: lib/support/prof_err.c:34
7789msgid "Bad nameset passed to query routine"
7790msgstr ""
7791
7792#: lib/support/prof_err.c:35
7793msgid "No profile file open"
7794msgstr ""
7795
7796#: lib/support/prof_err.c:36
7797msgid "Bad magic value in profile_file_t"
7798msgstr ""
7799
7800#: lib/support/prof_err.c:37
7801msgid "Couldn't open profile file"
7802msgstr ""
7803
7804#: lib/support/prof_err.c:38
7805msgid "Section already exists"
7806msgstr ""
7807
7808#: lib/support/prof_err.c:39
7809msgid "Invalid boolean value"
7810msgstr "Virheellinen totuusarvo"
7811
7812#: lib/support/prof_err.c:40
7813msgid "Invalid integer value"
7814msgstr "Virheellinen kokonaislukuarvo"
7815
7816#: lib/support/prof_err.c:41
7817msgid "Bad magic value in profile_file_data_t"
7818msgstr ""
7819
7820#: lib/support/plausible.c:118
7821#, c-format
7822msgid "\tlast mounted on %s on %s"
7823msgstr "\tviimeksi liitetty %s, %s"
7824
7825#: lib/support/plausible.c:121
7826#, c-format
7827msgid "\tlast mounted on %s"
7828msgstr "\tviimeksi liitetty %s"
7829
7830#: lib/support/plausible.c:124
7831#, c-format
7832msgid "\tcreated on %s"
7833msgstr "\tluotu %s"
7834
7835#: lib/support/plausible.c:127
7836#, c-format
7837msgid "\tlast modified on %s"
7838msgstr "\tviimeksi muutettu %s"
7839
7840#: lib/support/plausible.c:161
7841#, c-format
7842msgid "Found a %s partition table in %s\n"
7843msgstr ""
7844
7845#: lib/support/plausible.c:191
7846#, c-format
7847msgid "The file %s does not exist and no size was specified.\n"
7848msgstr ""
7849
7850#: lib/support/plausible.c:199
7851#, c-format
7852msgid "Creating regular file %s\n"
7853msgstr "Luodaan tavallinen tiedosto %s\n"
7854
7855#: lib/support/plausible.c:202
7856#, fuzzy, c-format
7857msgid "Could not open %s: %s\n"
7858msgstr "VAROITUS: ei voitu avata"
7859
7860#: lib/support/plausible.c:205
7861msgid ""
7862"\n"
7863"The device apparently does not exist; did you specify it correctly?\n"
7864msgstr ""
7865"\n"
7866"Laitetta ei nähtävästi ole olemassa. Määrittelitkö sen oikein?\n"
7867
7868#: lib/support/plausible.c:227
7869#, c-format
7870msgid "%s is not a block special device.\n"
7871msgstr "%s ei ole lohkolaite.\n"
7872
7873#: lib/support/plausible.c:249
7874#, c-format
7875msgid "%s contains a %s file system labelled '%s'\n"
7876msgstr ""
7877
7878#: lib/support/plausible.c:252
7879#, fuzzy, c-format
7880msgid "%s contains a %s file system\n"
7881msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
7882
7883#: lib/support/plausible.c:276
7884#, fuzzy, c-format
7885msgid "%s contains `%s' data\n"
7886msgstr "Tarkistetaan kaikki tiedostojärjestelmät.\n"
7887
7888#~ msgid ""
7889#~ "%s: e2fsck not compiled with HTREE support,\n"
7890#~ "\tbut filesystem %s has HTREE directories.\n"
7891#~ msgstr ""
7892#~ "%s: e2fsck on käännetty ilman HTREE-tukea, mutta\n"
7893#~ "\ttiedostojärjestelmä %s sisältää HTREE-hakemistoja.\n"
7894
7895#~ msgid "%s is entire device, not just one partition!\n"
7896#~ msgstr "%s on koko laite, ei vain yksi osio!\n"
7897
7898#~ msgid "done \n"
7899#~ msgstr "valmis \n"
7900
7901#~ msgid "(unknown os)"
7902#~ msgstr "(tuntematon käyttöjärjestelmä)"