]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - po/e2fsprogs.pot
libext2fs: fix a minor grammatical error in the error catalog
[thirdparty/e2fsprogs.git] / po / e2fsprogs.pot
1 # E2fsprogs translation template file
2 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
4 # 2013 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2013.
7 #
8 #. The strings in e2fsck's problem.c can be very hard to translate,
9 #. since the strings are expanded in two different ways. First of all,
10 #. there is an @-expansion, where strings like "@i" are expanded to
11 #. "inode", and so on. In order to make it easier for translators, the
12 #. e2fsprogs po template file has been enhanced with comments that show
13 #. the @-expansion, for the strings in the problem.c file.
14 #.
15 #. Translators are free to use the @-expansion facility if they so
16 #. choose, by providing translations for strings in e2fsck/message.c.
17 #. These translation can completely replace an expansion; for example,
18 #. if "bblock" (which indicated that "@b" would be expanded to "block")
19 #. is translated as "ddatenverlust", then "@d" will be expanded to
20 #. "datenverlust". Alternatively, translators can simply not use the
21 #. @-expansion facility at all.
22 #.
23 #. The second expansion which is done for e2fsck's problem.c messages is
24 #. a dynamic %-expansion, which expands %i as an inode number, and so
25 #. on. A table of these expansions can be found below. Note that
26 #. %-expressions that begin with "%D" and "%I" are two-character
27 #. expansions; so for example, "%Iu" expands to the inode's user id
28 #. ownership field (inode->i_uid).
29 #.
30 #. %b <blk> block number
31 #. %B <blkcount> integer
32 #. %c <blk2> block number
33 #. %Di <dirent> -> ino inode number
34 #. %Dn <dirent> -> name string
35 #. %Dr <dirent> -> rec_len
36 #. %Dl <dirent> -> name_len
37 #. %Dt <dirent> -> filetype
38 #. %d <dir> inode number
39 #. %g <group> integer
40 #. %i <ino> inode number
41 #. %Is <inode> -> i_size
42 #. %IS <inode> -> i_extra_isize
43 #. %Ib <inode> -> i_blocks
44 #. %Il <inode> -> i_links_count
45 #. %Im <inode> -> i_mode
46 #. %IM <inode> -> i_mtime
47 #. %IF <inode> -> i_faddr
48 #. %If <inode> -> i_file_acl
49 #. %Id <inode> -> i_dir_acl
50 #. %Iu <inode> -> i_uid
51 #. %Ig <inode> -> i_gid
52 #. %j <ino2> inode number
53 #. %m <com_err error message>
54 #. %N <num>
55 #. %p ext2fs_get_pathname of directory <ino>
56 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57 #. the containing directory. (If dirent is NULL
58 #. then return the pathname of directory <ino2>)
59 #. %q ext2fs_get_pathname of directory <dir>
60 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61 #. the containing directory.
62 #. %s <str> miscellaneous string
63 #. %S backup superblock
64 #. %X <num> hexadecimal format
65 #.
66 #, fuzzy
67 msgid ""
68 msgstr ""
69 "Project-Id-Version: e2fsprogs 1.42.8\n"
70 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
71 "POT-Creation-Date: 2013-06-16 08:17-0400\n"
72 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
73 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
74 "Language-Team: LANGUAGE <LL@li.org>\n"
75 "Language: \n"
76 "MIME-Version: 1.0\n"
77 "Content-Type: text/plain; charset=CHARSET\n"
78 "Content-Transfer-Encoding: 8bit\n"
79 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
80
81 #: e2fsck/badblocks.c:23 misc/mke2fs.c:180
82 #, c-format
83 msgid "Bad block %u out of range; ignored.\n"
84 msgstr ""
85
86 #: e2fsck/badblocks.c:46
87 msgid "while sanity checking the bad blocks inode"
88 msgstr ""
89
90 #: e2fsck/badblocks.c:58
91 msgid "while reading the bad blocks inode"
92 msgstr ""
93
94 #: e2fsck/badblocks.c:72 e2fsck/iscan.c:110 e2fsck/scantest.c:107
95 #: e2fsck/unix.c:1332 e2fsck/unix.c:1420 misc/badblocks.c:1214
96 #: misc/badblocks.c:1222 misc/badblocks.c:1236 misc/badblocks.c:1248
97 #: misc/dumpe2fs.c:588 misc/e2image.c:1196 misc/e2image.c:1324
98 #: misc/e2image.c:1337 misc/mke2fs.c:196 misc/tune2fs.c:1907 resize/main.c:315
99 #, c-format
100 msgid "while trying to open %s"
101 msgstr ""
102
103 #: e2fsck/badblocks.c:83
104 #, c-format
105 msgid "while trying popen '%s'"
106 msgstr ""
107
108 #: e2fsck/badblocks.c:94 misc/mke2fs.c:203
109 msgid "while reading in list of bad blocks from file"
110 msgstr ""
111
112 #: e2fsck/badblocks.c:105
113 msgid "while updating bad block inode"
114 msgstr ""
115
116 #: e2fsck/badblocks.c:131
117 #, c-format
118 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
119 msgstr ""
120
121 #: e2fsck/ehandler.c:55
122 #, c-format
123 msgid "Error reading block %lu (%s) while %s. "
124 msgstr ""
125
126 #: e2fsck/ehandler.c:58
127 #, c-format
128 msgid "Error reading block %lu (%s). "
129 msgstr ""
130
131 #: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
132 msgid "Ignore error"
133 msgstr ""
134
135 #: e2fsck/ehandler.c:62
136 msgid "Force rewrite"
137 msgstr ""
138
139 #: e2fsck/ehandler.c:104
140 #, c-format
141 msgid "Error writing block %lu (%s) while %s. "
142 msgstr ""
143
144 #: e2fsck/ehandler.c:107
145 #, c-format
146 msgid "Error writing block %lu (%s). "
147 msgstr ""
148
149 #: e2fsck/emptydir.c:57
150 msgid "empty dirblocks"
151 msgstr ""
152
153 #: e2fsck/emptydir.c:62
154 msgid "empty dir map"
155 msgstr ""
156
157 #: e2fsck/emptydir.c:98
158 #, c-format
159 msgid "Empty directory block %u (#%d) in inode %u\n"
160 msgstr ""
161
162 #: e2fsck/extend.c:22
163 #, c-format
164 msgid "%s: %s filename nblocks blocksize\n"
165 msgstr ""
166
167 #: e2fsck/extend.c:44
168 #, c-format
169 msgid "Illegal number of blocks!\n"
170 msgstr ""
171
172 #: e2fsck/extend.c:50
173 #, c-format
174 msgid "Couldn't allocate block buffer (size=%d)\n"
175 msgstr ""
176
177 #: e2fsck/flushb.c:35
178 #, c-format
179 msgid "Usage: %s disk\n"
180 msgstr ""
181
182 #: e2fsck/flushb.c:64
183 #, c-format
184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
185 msgstr ""
186
187 #: e2fsck/iscan.c:44
188 #, c-format
189 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
190 msgstr ""
191
192 #: e2fsck/iscan.c:81 e2fsck/unix.c:961
193 #, c-format
194 msgid "while opening %s for flushing"
195 msgstr ""
196
197 #: e2fsck/iscan.c:86 e2fsck/unix.c:967 resize/main.c:288
198 #, c-format
199 msgid "while trying to flush %s"
200 msgstr ""
201
202 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1091
203 msgid "while opening inode scan"
204 msgstr ""
205
206 #: e2fsck/iscan.c:127 misc/e2image.c:1109
207 msgid "while getting next inode"
208 msgstr ""
209
210 #: e2fsck/iscan.c:136
211 #, c-format
212 msgid "%u inodes scanned.\n"
213 msgstr ""
214
215 #: e2fsck/journal.c:522
216 msgid "reading journal superblock\n"
217 msgstr ""
218
219 #: e2fsck/journal.c:579
220 #, c-format
221 msgid "%s: no valid journal superblock found\n"
222 msgstr ""
223
224 #: e2fsck/journal.c:588
225 #, c-format
226 msgid "%s: journal too short\n"
227 msgstr ""
228
229 #: e2fsck/journal.c:880
230 #, c-format
231 msgid "%s: recovering journal\n"
232 msgstr ""
233
234 #: e2fsck/journal.c:882
235 #, c-format
236 msgid "%s: won't do journal recovery while read-only\n"
237 msgstr ""
238
239 #: e2fsck/journal.c:909
240 #, c-format
241 msgid "while trying to re-open %s"
242 msgstr ""
243
244 #: e2fsck/message.c:113
245 msgid "aextended attribute"
246 msgstr ""
247
248 #: e2fsck/message.c:114
249 msgid "Aerror allocating"
250 msgstr ""
251
252 #: e2fsck/message.c:115
253 msgid "bblock"
254 msgstr ""
255
256 #: e2fsck/message.c:116
257 msgid "Bbitmap"
258 msgstr ""
259
260 #: e2fsck/message.c:117
261 msgid "ccompress"
262 msgstr ""
263
264 #: e2fsck/message.c:118
265 msgid "Cconflicts with some other fs @b"
266 msgstr ""
267
268 #: e2fsck/message.c:119
269 msgid "iinode"
270 msgstr ""
271
272 #: e2fsck/message.c:120
273 msgid "Iillegal"
274 msgstr ""
275
276 #: e2fsck/message.c:121
277 msgid "jjournal"
278 msgstr ""
279
280 #: e2fsck/message.c:122
281 msgid "Ddeleted"
282 msgstr ""
283
284 #: e2fsck/message.c:123
285 msgid "ddirectory"
286 msgstr ""
287
288 #: e2fsck/message.c:124
289 msgid "eentry"
290 msgstr ""
291
292 #: e2fsck/message.c:125
293 msgid "E@e '%Dn' in %p (%i)"
294 msgstr ""
295
296 #: e2fsck/message.c:126
297 msgid "ffilesystem"
298 msgstr ""
299
300 #: e2fsck/message.c:127
301 msgid "Ffor @i %i (%Q) is"
302 msgstr ""
303
304 #: e2fsck/message.c:128
305 msgid "ggroup"
306 msgstr ""
307
308 #: e2fsck/message.c:129
309 msgid "hHTREE @d @i"
310 msgstr ""
311
312 #: e2fsck/message.c:130
313 msgid "llost+found"
314 msgstr ""
315
316 #: e2fsck/message.c:131
317 msgid "Lis a link"
318 msgstr ""
319
320 #: e2fsck/message.c:132
321 msgid "mmultiply-claimed"
322 msgstr ""
323
324 #: e2fsck/message.c:133
325 msgid "ninvalid"
326 msgstr ""
327
328 #: e2fsck/message.c:134
329 msgid "oorphaned"
330 msgstr ""
331
332 #: e2fsck/message.c:135
333 msgid "pproblem in"
334 msgstr ""
335
336 #: e2fsck/message.c:136
337 msgid "qquota"
338 msgstr ""
339
340 #: e2fsck/message.c:137
341 msgid "rroot @i"
342 msgstr ""
343
344 #: e2fsck/message.c:138
345 msgid "sshould be"
346 msgstr ""
347
348 #: e2fsck/message.c:139
349 msgid "Ssuper@b"
350 msgstr ""
351
352 #: e2fsck/message.c:140
353 msgid "uunattached"
354 msgstr ""
355
356 #: e2fsck/message.c:141
357 msgid "vdevice"
358 msgstr ""
359
360 #: e2fsck/message.c:142
361 msgid "xextent"
362 msgstr ""
363
364 #: e2fsck/message.c:143
365 msgid "zzero-length"
366 msgstr ""
367
368 #: e2fsck/message.c:154
369 msgid "<The NULL inode>"
370 msgstr ""
371
372 #: e2fsck/message.c:155
373 msgid "<The bad blocks inode>"
374 msgstr ""
375
376 #: e2fsck/message.c:157
377 msgid "<The user quota inode>"
378 msgstr ""
379
380 #: e2fsck/message.c:158
381 msgid "<The group quota inode>"
382 msgstr ""
383
384 #: e2fsck/message.c:159
385 msgid "<The boot loader inode>"
386 msgstr ""
387
388 #: e2fsck/message.c:160
389 msgid "<The undelete directory inode>"
390 msgstr ""
391
392 #: e2fsck/message.c:161
393 msgid "<The group descriptor inode>"
394 msgstr ""
395
396 #: e2fsck/message.c:162
397 msgid "<The journal inode>"
398 msgstr ""
399
400 #: e2fsck/message.c:163
401 msgid "<Reserved inode 9>"
402 msgstr ""
403
404 #: e2fsck/message.c:164
405 msgid "<Reserved inode 10>"
406 msgstr ""
407
408 #: e2fsck/message.c:333
409 msgid "regular file"
410 msgstr ""
411
412 #: e2fsck/message.c:335
413 msgid "directory"
414 msgstr ""
415
416 #: e2fsck/message.c:337
417 msgid "character device"
418 msgstr ""
419
420 #: e2fsck/message.c:339
421 msgid "block device"
422 msgstr ""
423
424 #: e2fsck/message.c:341
425 msgid "named pipe"
426 msgstr ""
427
428 #: e2fsck/message.c:343
429 msgid "symbolic link"
430 msgstr ""
431
432 #: e2fsck/message.c:345 misc/uuidd.c:161
433 msgid "socket"
434 msgstr ""
435
436 #: e2fsck/message.c:347
437 #, c-format
438 msgid "unknown file type with mode 0%o"
439 msgstr ""
440
441 #: e2fsck/message.c:422
442 msgid "indirect block"
443 msgstr ""
444
445 #: e2fsck/message.c:424
446 msgid "double indirect block"
447 msgstr ""
448
449 #: e2fsck/message.c:426
450 msgid "triple indirect block"
451 msgstr ""
452
453 #: e2fsck/message.c:428
454 msgid "translator block"
455 msgstr ""
456
457 #: e2fsck/message.c:430
458 msgid "block #"
459 msgstr ""
460
461 #: e2fsck/pass1b.c:222
462 msgid "multiply claimed inode map"
463 msgstr ""
464
465 #: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
466 #, c-format
467 msgid "internal error: can't find dup_blk for %llu\n"
468 msgstr ""
469
470 #: e2fsck/pass1b.c:821
471 msgid "returned from clone_file_block"
472 msgstr ""
473
474 #: e2fsck/pass1b.c:843
475 #, c-format
476 msgid "internal error: couldn't lookup EA block record for %llu"
477 msgstr ""
478
479 #: e2fsck/pass1b.c:855
480 #, c-format
481 msgid "internal error: couldn't lookup EA inode record for %u"
482 msgstr ""
483
484 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782
485 msgid "reading directory block"
486 msgstr ""
487
488 #: e2fsck/pass1.c:598
489 msgid "in-use inode map"
490 msgstr ""
491
492 #: e2fsck/pass1.c:609
493 msgid "directory inode map"
494 msgstr ""
495
496 #: e2fsck/pass1.c:619
497 msgid "regular file inode map"
498 msgstr ""
499
500 #: e2fsck/pass1.c:628
501 msgid "in-use block map"
502 msgstr ""
503
504 #: e2fsck/pass1.c:695
505 msgid "opening inode scan"
506 msgstr ""
507
508 #: e2fsck/pass1.c:729
509 msgid "getting next inode from scan"
510 msgstr ""
511
512 #: e2fsck/pass1.c:1239
513 msgid "Pass 1"
514 msgstr ""
515
516 #: e2fsck/pass1.c:1296
517 #, c-format
518 msgid "reading indirect blocks of inode %u"
519 msgstr ""
520
521 #: e2fsck/pass1.c:1346
522 msgid "bad inode map"
523 msgstr ""
524
525 #: e2fsck/pass1.c:1369
526 msgid "inode in bad block map"
527 msgstr ""
528
529 #: e2fsck/pass1.c:1389
530 msgid "imagic inode map"
531 msgstr ""
532
533 #: e2fsck/pass1.c:1416
534 msgid "multiply claimed block map"
535 msgstr ""
536
537 #: e2fsck/pass1.c:1527
538 msgid "ext attr block map"
539 msgstr ""
540
541 #: e2fsck/pass1.c:2299
542 #, c-format
543 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
544 msgstr ""
545
546 #: e2fsck/pass1.c:2660
547 msgid "block bitmap"
548 msgstr ""
549
550 #: e2fsck/pass1.c:2666
551 msgid "inode bitmap"
552 msgstr ""
553
554 #: e2fsck/pass1.c:2672
555 msgid "inode table"
556 msgstr ""
557
558 #: e2fsck/pass2.c:283
559 msgid "Pass 2"
560 msgstr ""
561
562 #: e2fsck/pass2.c:805
563 msgid "Can not continue."
564 msgstr ""
565
566 #: e2fsck/pass3.c:77
567 msgid "inode done bitmap"
568 msgstr ""
569
570 #: e2fsck/pass3.c:86
571 msgid "Peak memory"
572 msgstr ""
573
574 #: e2fsck/pass3.c:136
575 msgid "Pass 3"
576 msgstr ""
577
578 #: e2fsck/pass3.c:322
579 msgid "inode loop detection bitmap"
580 msgstr ""
581
582 #: e2fsck/pass4.c:196
583 msgid "Pass 4"
584 msgstr ""
585
586 #: e2fsck/pass5.c:74
587 msgid "Pass 5"
588 msgstr ""
589
590 #: e2fsck/problem.c:51
591 msgid "(no prompt)"
592 msgstr ""
593
594 #: e2fsck/problem.c:52
595 msgid "Fix"
596 msgstr ""
597
598 #: e2fsck/problem.c:53
599 msgid "Clear"
600 msgstr ""
601
602 #: e2fsck/problem.c:54
603 msgid "Relocate"
604 msgstr ""
605
606 #: e2fsck/problem.c:55
607 msgid "Allocate"
608 msgstr ""
609
610 #: e2fsck/problem.c:56
611 msgid "Expand"
612 msgstr ""
613
614 #: e2fsck/problem.c:57
615 msgid "Connect to /lost+found"
616 msgstr ""
617
618 #: e2fsck/problem.c:58
619 msgid "Create"
620 msgstr ""
621
622 #: e2fsck/problem.c:59
623 msgid "Salvage"
624 msgstr ""
625
626 #: e2fsck/problem.c:60
627 msgid "Truncate"
628 msgstr ""
629
630 #: e2fsck/problem.c:61
631 msgid "Clear inode"
632 msgstr ""
633
634 #: e2fsck/problem.c:62
635 msgid "Abort"
636 msgstr ""
637
638 #: e2fsck/problem.c:63
639 msgid "Split"
640 msgstr ""
641
642 #: e2fsck/problem.c:64
643 msgid "Continue"
644 msgstr ""
645
646 #: e2fsck/problem.c:65
647 msgid "Clone multiply-claimed blocks"
648 msgstr ""
649
650 #: e2fsck/problem.c:66
651 msgid "Delete file"
652 msgstr ""
653
654 #: e2fsck/problem.c:67
655 msgid "Suppress messages"
656 msgstr ""
657
658 #: e2fsck/problem.c:68
659 msgid "Unlink"
660 msgstr ""
661
662 #: e2fsck/problem.c:69
663 msgid "Clear HTree index"
664 msgstr ""
665
666 #: e2fsck/problem.c:70
667 msgid "Recreate"
668 msgstr ""
669
670 #: e2fsck/problem.c:79
671 msgid "(NONE)"
672 msgstr ""
673
674 #: e2fsck/problem.c:80
675 msgid "FIXED"
676 msgstr ""
677
678 #: e2fsck/problem.c:81
679 msgid "CLEARED"
680 msgstr ""
681
682 #: e2fsck/problem.c:82
683 msgid "RELOCATED"
684 msgstr ""
685
686 #: e2fsck/problem.c:83
687 msgid "ALLOCATED"
688 msgstr ""
689
690 #: e2fsck/problem.c:84
691 msgid "EXPANDED"
692 msgstr ""
693
694 #: e2fsck/problem.c:85
695 msgid "RECONNECTED"
696 msgstr ""
697
698 #: e2fsck/problem.c:86
699 msgid "CREATED"
700 msgstr ""
701
702 #: e2fsck/problem.c:87
703 msgid "SALVAGED"
704 msgstr ""
705
706 #: e2fsck/problem.c:88
707 msgid "TRUNCATED"
708 msgstr ""
709
710 #: e2fsck/problem.c:89
711 msgid "INODE CLEARED"
712 msgstr ""
713
714 #: e2fsck/problem.c:90
715 msgid "ABORTED"
716 msgstr ""
717
718 #: e2fsck/problem.c:91
719 msgid "SPLIT"
720 msgstr ""
721
722 #: e2fsck/problem.c:92
723 msgid "CONTINUING"
724 msgstr ""
725
726 #: e2fsck/problem.c:93
727 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
728 msgstr ""
729
730 #: e2fsck/problem.c:94
731 msgid "FILE DELETED"
732 msgstr ""
733
734 #: e2fsck/problem.c:95
735 msgid "SUPPRESSED"
736 msgstr ""
737
738 #: e2fsck/problem.c:96
739 msgid "UNLINKED"
740 msgstr ""
741
742 #: e2fsck/problem.c:97
743 msgid "HTREE INDEX CLEARED"
744 msgstr ""
745
746 #: e2fsck/problem.c:98
747 msgid "WILL RECREATE"
748 msgstr ""
749
750 #: e2fsck/problem.c:107
751 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
752 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
753 msgstr ""
754
755 #: e2fsck/problem.c:111
756 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
757 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
758 msgstr ""
759
760 #: e2fsck/problem.c:116
761 #. @-expanded: inode table for group %g is not in group. (block %b)\n
762 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
763 msgid ""
764 "@i table for @g %g is not in @g. (@b %b)\n"
765 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
766 msgstr ""
767
768 #: e2fsck/problem.c:122
769 #, c-format
770 #. @-expanded: \n
771 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
772 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
773 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
774 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
775 #. @-expanded: e2fsck -b %S <device>\n
776 #. @-expanded: \n
777 msgid ""
778 "\n"
779 "The @S could not be read or does not describe a correct ext2\n"
780 "@f. If the @v is valid and it really contains an ext2\n"
781 "@f (and not swap or ufs or something else), then the @S\n"
782 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
783 " e2fsck -b %S <@v>\n"
784 "\n"
785 msgstr ""
786
787 #: e2fsck/problem.c:131
788 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
789 #. @-expanded: The physical size of the device is %c blocks\n
790 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
791 msgid ""
792 "The @f size (according to the @S) is %b @bs\n"
793 "The physical size of the @v is %c @bs\n"
794 "Either the @S or the partition table is likely to be corrupt!\n"
795 msgstr ""
796
797 #: e2fsck/problem.c:138
798 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
799 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
800 #. @-expanded: from the block size.\n
801 msgid ""
802 "@S @b_size = %b, fragsize = %c.\n"
803 "This version of e2fsck does not support fragment sizes different\n"
804 "from the @b size.\n"
805 msgstr ""
806
807 #: e2fsck/problem.c:145
808 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
809 msgid "@S @bs_per_group = %b, should have been %c\n"
810 msgstr ""
811
812 #: e2fsck/problem.c:150
813 #. @-expanded: superblock first_data_block = %b, should have been %c\n
814 msgid "@S first_data_@b = %b, should have been %c\n"
815 msgstr ""
816
817 #: e2fsck/problem.c:155
818 #. @-expanded: filesystem did not have a UUID; generating one.\n
819 #. @-expanded: \n
820 msgid ""
821 "@f did not have a UUID; generating one.\n"
822 "\n"
823 msgstr ""
824
825 #: e2fsck/problem.c:160
826 #, c-format
827 msgid ""
828 "Note: if several inode or block bitmap blocks or part\n"
829 "of the inode table require relocation, you may wish to try\n"
830 "running e2fsck with the '-b %S' option first. The problem\n"
831 "may lie only with the primary block group descriptors, and\n"
832 "the backup block group descriptors may be OK.\n"
833 "\n"
834 msgstr ""
835
836 #: e2fsck/problem.c:169
837 #. @-expanded: Corruption found in superblock. (%s = %N).\n
838 msgid "Corruption found in @S. (%s = %N).\n"
839 msgstr ""
840
841 #: e2fsck/problem.c:174
842 #, c-format
843 #. @-expanded: Error determining size of the physical device: %m\n
844 msgid "Error determining size of the physical @v: %m\n"
845 msgstr ""
846
847 #: e2fsck/problem.c:179
848 #. @-expanded: inode count in superblock is %i, should be %j.\n
849 msgid "@i count in @S is %i, @s %j.\n"
850 msgstr ""
851
852 #: e2fsck/problem.c:183
853 msgid "The Hurd does not support the filetype feature.\n"
854 msgstr ""
855
856 #: e2fsck/problem.c:188
857 #, c-format
858 #. @-expanded: superblock has an invalid journal (inode %i).\n
859 msgid "@S has an @n @j (@i %i).\n"
860 msgstr ""
861
862 #: e2fsck/problem.c:193
863 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
864 msgid "External @j has multiple @f users (unsupported).\n"
865 msgstr ""
866
867 #: e2fsck/problem.c:198
868 #. @-expanded: Can't find external journal\n
869 msgid "Can't find external @j\n"
870 msgstr ""
871
872 #: e2fsck/problem.c:203
873 #. @-expanded: External journal has bad superblock\n
874 msgid "External @j has bad @S\n"
875 msgstr ""
876
877 #: e2fsck/problem.c:208
878 #. @-expanded: External journal does not support this filesystem\n
879 msgid "External @j does not support this @f\n"
880 msgstr ""
881
882 #: e2fsck/problem.c:213
883 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
884 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
885 #. @-expanded: format.\n
886 #. @-expanded: It is also possible the journal superblock is corrupt.\n
887 msgid ""
888 "@f @j @S is unknown type %N (unsupported).\n"
889 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
890 "format.\n"
891 "It is also possible the @j @S is corrupt.\n"
892 msgstr ""
893
894 #: e2fsck/problem.c:221
895 #. @-expanded: journal superblock is corrupt.\n
896 msgid "@j @S is corrupt.\n"
897 msgstr ""
898
899 #: e2fsck/problem.c:226
900 #, c-format
901 #. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
902 msgid "@S has_@j flag is clear, but a @j %s is present.\n"
903 msgstr ""
904
905 #: e2fsck/problem.c:231
906 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
907 msgid "@S needs_recovery flag is set, but no @j is present.\n"
908 msgstr ""
909
910 #: e2fsck/problem.c:236
911 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
912 msgid "@S needs_recovery flag is clear, but @j has data.\n"
913 msgstr ""
914
915 #: e2fsck/problem.c:241
916 #. @-expanded: Clear journal
917 msgid "Clear @j"
918 msgstr ""
919
920 #: e2fsck/problem.c:246 e2fsck/problem.c:695
921 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
922 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
923 msgstr ""
924
925 #: e2fsck/problem.c:251
926 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
927 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
928 msgstr ""
929
930 #: e2fsck/problem.c:256
931 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
932 msgid "@I %B (%b) found in @o @i %i.\n"
933 msgstr ""
934
935 #: e2fsck/problem.c:261
936 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
937 msgid "Already cleared %B (%b) found in @o @i %i.\n"
938 msgstr ""
939
940 #: e2fsck/problem.c:266
941 #, c-format
942 #. @-expanded: illegal orphaned inode %i in superblock.\n
943 msgid "@I @o @i %i in @S.\n"
944 msgstr ""
945
946 #: e2fsck/problem.c:271
947 #, c-format
948 #. @-expanded: illegal inode %i in orphaned inode list.\n
949 msgid "@I @i %i in @o @i list.\n"
950 msgstr ""
951
952 #: e2fsck/problem.c:276
953 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
954 msgid "@j @S has an unknown read-only feature flag set.\n"
955 msgstr ""
956
957 #: e2fsck/problem.c:281
958 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
959 msgid "@j @S has an unknown incompatible feature flag set.\n"
960 msgstr ""
961
962 #: e2fsck/problem.c:286
963 #. @-expanded: journal version not supported by this e2fsck.\n
964 msgid "@j version not supported by this e2fsck.\n"
965 msgstr ""
966
967 #: e2fsck/problem.c:291
968 #, c-format
969 #. @-expanded: Moving journal from /%s to hidden inode.\n
970 #. @-expanded: \n
971 msgid ""
972 "Moving @j from /%s to hidden @i.\n"
973 "\n"
974 msgstr ""
975
976 #: e2fsck/problem.c:296
977 #, c-format
978 #. @-expanded: Error moving journal: %m\n
979 #. @-expanded: \n
980 msgid ""
981 "Error moving @j: %m\n"
982 "\n"
983 msgstr ""
984
985 #: e2fsck/problem.c:301
986 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
987 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
988 #. @-expanded: \n
989 msgid ""
990 "Found @n V2 @j @S fields (from V1 @j).\n"
991 "Clearing fields beyond the V1 @j @S...\n"
992 "\n"
993 msgstr ""
994
995 #: e2fsck/problem.c:307
996 #. @-expanded: Run journal anyway
997 msgid "Run @j anyway"
998 msgstr ""
999
1000 #: e2fsck/problem.c:312
1001 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1002 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1003 msgstr ""
1004
1005 #: e2fsck/problem.c:317
1006 #. @-expanded: Backing up journal inode block information.\n
1007 #. @-expanded: \n
1008 msgid ""
1009 "Backing up @j @i @b information.\n"
1010 "\n"
1011 msgstr ""
1012
1013 #: e2fsck/problem.c:322
1014 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1015 #. @-expanded: is %N; should be zero.
1016 msgid ""
1017 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1018 "is %N; @s zero. "
1019 msgstr ""
1020
1021 #: e2fsck/problem.c:328
1022 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1023 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1024 msgstr ""
1025
1026 #: e2fsck/problem.c:333
1027 #. @-expanded: Resize inode not valid.
1028 msgid "Resize @i not valid. "
1029 msgstr ""
1030
1031 #: e2fsck/problem.c:338
1032 #. @-expanded: superblock last mount time (%t,\n
1033 #. @-expanded: \tnow = %T) is in the future.\n
1034 msgid ""
1035 "@S last mount time (%t,\n"
1036 "\tnow = %T) is in the future.\n"
1037 msgstr ""
1038
1039 #: e2fsck/problem.c:343
1040 #. @-expanded: superblock last write time (%t,\n
1041 #. @-expanded: \tnow = %T) is in the future.\n
1042 msgid ""
1043 "@S last write time (%t,\n"
1044 "\tnow = %T) is in the future.\n"
1045 msgstr ""
1046
1047 #: e2fsck/problem.c:347
1048 #, c-format
1049 #. @-expanded: superblock hint for external superblock should be %X.
1050 msgid "@S hint for external superblock @s %X. "
1051 msgstr ""
1052
1053 #: e2fsck/problem.c:352
1054 #. @-expanded: Adding dirhash hint to filesystem.\n
1055 #. @-expanded: \n
1056 msgid ""
1057 "Adding dirhash hint to @f.\n"
1058 "\n"
1059 msgstr ""
1060
1061 #: e2fsck/problem.c:357
1062 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1063 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1064 msgstr ""
1065
1066 #: e2fsck/problem.c:362
1067 #, c-format
1068 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1069 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1070 msgstr ""
1071
1072 #: e2fsck/problem.c:367
1073 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1074 msgid "@g descriptor %g has invalid unused inodes count %b. "
1075 msgstr ""
1076
1077 #: e2fsck/problem.c:372
1078 #. @-expanded: Last group block bitmap uninitialized.
1079 msgid "Last @g @b @B uninitialized. "
1080 msgstr ""
1081
1082 #: e2fsck/problem.c:377
1083 #, c-format
1084 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1085 msgstr ""
1086
1087 #: e2fsck/problem.c:381
1088 msgid "The test_fs flag is set (and ext4 is available). "
1089 msgstr ""
1090
1091 #: e2fsck/problem.c:386
1092 #. @-expanded: superblock last mount time is in the future.\n
1093 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1094 #. @-expanded: set)
1095 msgid ""
1096 "@S last mount time is in the future.\n"
1097 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1098 "set) "
1099 msgstr ""
1100
1101 #: e2fsck/problem.c:392
1102 #. @-expanded: superblock last write time is in the future.\n
1103 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1104 #. @-expanded: set).
1105 msgid ""
1106 "@S last write time is in the future.\n"
1107 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1108 "set). "
1109 msgstr ""
1110
1111 #: e2fsck/problem.c:398
1112 #. @-expanded: One or more block group descriptor checksums are invalid.
1113 msgid "One or more @b @g descriptor checksums are invalid. "
1114 msgstr ""
1115
1116 #: e2fsck/problem.c:403
1117 #. @-expanded: Setting free inodes count to %j (was %i)\n
1118 msgid "Setting free @is count to %j (was %i)\n"
1119 msgstr ""
1120
1121 #: e2fsck/problem.c:408
1122 #. @-expanded: Setting free blocks count to %c (was %b)\n
1123 msgid "Setting free @bs count to %c (was %b)\n"
1124 msgstr ""
1125
1126 #: e2fsck/problem.c:413
1127 #. @-expanded: Making quota inode %i (%Q) hidden.\n
1128 msgid "Making @q @i %i (%Q) hidden.\n"
1129 msgstr ""
1130
1131 #: e2fsck/problem.c:418
1132 #. @-expanded: superblock has invalid MMP block.
1133 msgid "@S has invalid MMP block. "
1134 msgstr ""
1135
1136 #: e2fsck/problem.c:423
1137 #. @-expanded: superblock has invalid MMP magic.
1138 msgid "@S has invalid MMP magic. "
1139 msgstr ""
1140
1141 #: e2fsck/problem.c:428
1142 #, c-format
1143 msgid "ext2fs_open2: %m\n"
1144 msgstr ""
1145
1146 #: e2fsck/problem.c:433
1147 #, c-format
1148 msgid "ext2fs_check_desc: %m\n"
1149 msgstr ""
1150
1151 #: e2fsck/problem.c:440
1152 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1153 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1154 msgstr ""
1155
1156 #: e2fsck/problem.c:444
1157 #. @-expanded: root inode is not a directory.
1158 msgid "@r is not a @d. "
1159 msgstr ""
1160
1161 #: e2fsck/problem.c:449
1162 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1163 msgid "@r has dtime set (probably due to old mke2fs). "
1164 msgstr ""
1165
1166 #: e2fsck/problem.c:454
1167 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1168 msgid "Reserved @i %i (%Q) has @n mode. "
1169 msgstr ""
1170
1171 #: e2fsck/problem.c:459
1172 #, c-format
1173 #. @-expanded: deleted inode %i has zero dtime.
1174 msgid "@D @i %i has zero dtime. "
1175 msgstr ""
1176
1177 #: e2fsck/problem.c:464
1178 #, c-format
1179 #. @-expanded: inode %i is in use, but has dtime set.
1180 msgid "@i %i is in use, but has dtime set. "
1181 msgstr ""
1182
1183 #: e2fsck/problem.c:469
1184 #, c-format
1185 #. @-expanded: inode %i is a zero-length directory.
1186 msgid "@i %i is a @z @d. "
1187 msgstr ""
1188
1189 #: e2fsck/problem.c:474
1190 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1191 msgid "@g %g's @b @B at %b @C.\n"
1192 msgstr ""
1193
1194 #: e2fsck/problem.c:479
1195 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1196 msgid "@g %g's @i @B at %b @C.\n"
1197 msgstr ""
1198
1199 #: e2fsck/problem.c:484
1200 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1201 msgid "@g %g's @i table at %b @C.\n"
1202 msgstr ""
1203
1204 #: e2fsck/problem.c:489
1205 #. @-expanded: group %g's block bitmap (%b) is bad.
1206 msgid "@g %g's @b @B (%b) is bad. "
1207 msgstr ""
1208
1209 #: e2fsck/problem.c:494
1210 #. @-expanded: group %g's inode bitmap (%b) is bad.
1211 msgid "@g %g's @i @B (%b) is bad. "
1212 msgstr ""
1213
1214 #: e2fsck/problem.c:499
1215 #. @-expanded: inode %i, i_size is %Is, should be %N.
1216 msgid "@i %i, i_size is %Is, @s %N. "
1217 msgstr ""
1218
1219 #: e2fsck/problem.c:504
1220 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1221 msgid "@i %i, i_@bs is %Ib, @s %N. "
1222 msgstr ""
1223
1224 #: e2fsck/problem.c:509
1225 #. @-expanded: illegal %B (%b) in inode %i.
1226 msgid "@I %B (%b) in @i %i. "
1227 msgstr ""
1228
1229 #: e2fsck/problem.c:514
1230 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1231 msgid "%B (%b) overlaps @f metadata in @i %i. "
1232 msgstr ""
1233
1234 #: e2fsck/problem.c:519
1235 #, c-format
1236 #. @-expanded: inode %i has illegal block(s).
1237 msgid "@i %i has illegal @b(s). "
1238 msgstr ""
1239
1240 #: e2fsck/problem.c:524
1241 #, c-format
1242 #. @-expanded: Too many illegal blocks in inode %i.\n
1243 msgid "Too many illegal @bs in @i %i.\n"
1244 msgstr ""
1245
1246 #: e2fsck/problem.c:529
1247 #. @-expanded: illegal %B (%b) in bad block inode.
1248 msgid "@I %B (%b) in bad @b @i. "
1249 msgstr ""
1250
1251 #: e2fsck/problem.c:534
1252 #. @-expanded: Bad block inode has illegal block(s).
1253 msgid "Bad @b @i has illegal @b(s). "
1254 msgstr ""
1255
1256 #: e2fsck/problem.c:539
1257 #. @-expanded: Duplicate or bad block in use!\n
1258 msgid "Duplicate or bad @b in use!\n"
1259 msgstr ""
1260
1261 #: e2fsck/problem.c:544
1262 #. @-expanded: Bad block %b used as bad block inode indirect block.
1263 msgid "Bad @b %b used as bad @b @i indirect @b. "
1264 msgstr ""
1265
1266 #: e2fsck/problem.c:549
1267 #. @-expanded: \n
1268 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1269 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1270 #. @-expanded: in the filesystem.\n
1271 msgid ""
1272 "\n"
1273 "The bad @b @i has probably been corrupted. You probably\n"
1274 "should stop now and run e2fsck -c to scan for bad blocks\n"
1275 "in the @f.\n"
1276 msgstr ""
1277
1278 #: e2fsck/problem.c:556
1279 #. @-expanded: \n
1280 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1281 msgid ""
1282 "\n"
1283 "If the @b is really bad, the @f can not be fixed.\n"
1284 msgstr ""
1285
1286 #: e2fsck/problem.c:561
1287 #. @-expanded: You can remove this block from the bad block list and hope\n
1288 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1289 #. @-expanded: \n
1290 msgid ""
1291 "You can remove this @b from the bad @b list and hope\n"
1292 "that the @b is really OK. But there are no guarantees.\n"
1293 "\n"
1294 msgstr ""
1295
1296 #: e2fsck/problem.c:567
1297 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1298 msgid "The primary @S (%b) is on the bad @b list.\n"
1299 msgstr ""
1300
1301 #: e2fsck/problem.c:572
1302 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1303 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1304 msgstr ""
1305
1306 #: e2fsck/problem.c:578
1307 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1308 msgid "Warning: Group %g's @S (%b) is bad.\n"
1309 msgstr ""
1310
1311 #: e2fsck/problem.c:583
1312 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1313 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1314 msgstr ""
1315
1316 #: e2fsck/problem.c:589
1317 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1318 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1319 msgstr ""
1320
1321 #: e2fsck/problem.c:595
1322 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1323 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1324 msgstr ""
1325
1326 #: e2fsck/problem.c:600
1327 #, c-format
1328 #. @-expanded: error allocating block buffer for relocating %s\n
1329 msgid "@A @b buffer for relocating %s\n"
1330 msgstr ""
1331
1332 #: e2fsck/problem.c:605
1333 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1334 msgid "Relocating @g %g's %s from %b to %c...\n"
1335 msgstr ""
1336
1337 #: e2fsck/problem.c:610
1338 #, c-format
1339 #. @-expanded: Relocating group %g's %s to %c...\n
1340 msgid "Relocating @g %g's %s to %c...\n"
1341 msgstr ""
1342
1343 #: e2fsck/problem.c:615
1344 #. @-expanded: Warning: could not read block %b of %s: %m\n
1345 msgid "Warning: could not read @b %b of %s: %m\n"
1346 msgstr ""
1347
1348 #: e2fsck/problem.c:620
1349 #. @-expanded: Warning: could not write block %b for %s: %m\n
1350 msgid "Warning: could not write @b %b for %s: %m\n"
1351 msgstr ""
1352
1353 #: e2fsck/problem.c:625 e2fsck/problem.c:1474
1354 #. @-expanded: error allocating inode bitmap (%N): %m\n
1355 msgid "@A @i @B (%N): %m\n"
1356 msgstr ""
1357
1358 #: e2fsck/problem.c:630
1359 #. @-expanded: error allocating block bitmap (%N): %m\n
1360 msgid "@A @b @B (%N): %m\n"
1361 msgstr ""
1362
1363 #: e2fsck/problem.c:635
1364 #, c-format
1365 #. @-expanded: error allocating icount link information: %m\n
1366 msgid "@A icount link information: %m\n"
1367 msgstr ""
1368
1369 #: e2fsck/problem.c:640
1370 #, c-format
1371 #. @-expanded: error allocating directory block array: %m\n
1372 msgid "@A @d @b array: %m\n"
1373 msgstr ""
1374
1375 #: e2fsck/problem.c:645
1376 #, c-format
1377 #. @-expanded: Error while scanning inodes (%i): %m\n
1378 msgid "Error while scanning @is (%i): %m\n"
1379 msgstr ""
1380
1381 #: e2fsck/problem.c:650
1382 #, c-format
1383 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1384 msgid "Error while iterating over @bs in @i %i: %m\n"
1385 msgstr ""
1386
1387 #: e2fsck/problem.c:655
1388 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1389 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1390 msgstr ""
1391
1392 #: e2fsck/problem.c:660
1393 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1394 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1395 msgstr ""
1396
1397 #: e2fsck/problem.c:666
1398 #, c-format
1399 #. @-expanded: Error reading inode %i: %m\n
1400 msgid "Error reading @i %i: %m\n"
1401 msgstr ""
1402
1403 #: e2fsck/problem.c:674
1404 #, c-format
1405 #. @-expanded: inode %i has imagic flag set.
1406 msgid "@i %i has imagic flag set. "
1407 msgstr ""
1408
1409 #: e2fsck/problem.c:679
1410 #, c-format
1411 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1412 #. @-expanded: or append-only flag set.
1413 msgid ""
1414 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1415 "or append-only flag set. "
1416 msgstr ""
1417
1418 #: e2fsck/problem.c:685
1419 #, c-format
1420 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1421 msgid "@i %i has @cion flag set on @f without @cion support. "
1422 msgstr ""
1423
1424 #: e2fsck/problem.c:690
1425 #, c-format
1426 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1427 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1428 msgstr ""
1429
1430 #: e2fsck/problem.c:700
1431 #. @-expanded: journal inode is not in use, but contains data.
1432 msgid "@j @i is not in use, but contains data. "
1433 msgstr ""
1434
1435 #: e2fsck/problem.c:705
1436 #. @-expanded: journal is not regular file.
1437 msgid "@j is not regular file. "
1438 msgstr ""
1439
1440 #: e2fsck/problem.c:710
1441 #, c-format
1442 #. @-expanded: inode %i was part of the orphaned inode list.
1443 msgid "@i %i was part of the @o @i list. "
1444 msgstr ""
1445
1446 #: e2fsck/problem.c:716
1447 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1448 msgid "@is that were part of a corrupted orphan linked list found. "
1449 msgstr ""
1450
1451 #: e2fsck/problem.c:721
1452 #. @-expanded: error allocating refcount structure (%N): %m\n
1453 msgid "@A refcount structure (%N): %m\n"
1454 msgstr ""
1455
1456 #: e2fsck/problem.c:726
1457 #. @-expanded: Error reading extended attribute block %b for inode %i.
1458 msgid "Error reading @a @b %b for @i %i. "
1459 msgstr ""
1460
1461 #: e2fsck/problem.c:731
1462 #. @-expanded: inode %i has a bad extended attribute block %b.
1463 msgid "@i %i has a bad @a @b %b. "
1464 msgstr ""
1465
1466 #: e2fsck/problem.c:736
1467 #. @-expanded: Error reading extended attribute block %b (%m).
1468 msgid "Error reading @a @b %b (%m). "
1469 msgstr ""
1470
1471 #: e2fsck/problem.c:741
1472 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1473 msgid "@a @b %b has reference count %r, @s %N. "
1474 msgstr ""
1475
1476 #: e2fsck/problem.c:746
1477 #. @-expanded: Error writing extended attribute block %b (%m).
1478 msgid "Error writing @a @b %b (%m). "
1479 msgstr ""
1480
1481 #: e2fsck/problem.c:751
1482 #. @-expanded: extended attribute block %b has h_blocks > 1.
1483 msgid "@a @b %b has h_@bs > 1. "
1484 msgstr ""
1485
1486 #: e2fsck/problem.c:756
1487 #. @-expanded: error allocating extended attribute block %b.
1488 msgid "@A @a @b %b. "
1489 msgstr ""
1490
1491 #: e2fsck/problem.c:761
1492 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1493 msgid "@a @b %b is corrupt (allocation collision). "
1494 msgstr ""
1495
1496 #: e2fsck/problem.c:766
1497 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1498 msgid "@a @b %b is corrupt (@n name). "
1499 msgstr ""
1500
1501 #: e2fsck/problem.c:771
1502 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1503 msgid "@a @b %b is corrupt (@n value). "
1504 msgstr ""
1505
1506 #: e2fsck/problem.c:776
1507 #, c-format
1508 #. @-expanded: inode %i is too big.
1509 msgid "@i %i is too big. "
1510 msgstr ""
1511
1512 #: e2fsck/problem.c:780
1513 #. @-expanded: %B (%b) causes directory to be too big.
1514 msgid "%B (%b) causes @d to be too big. "
1515 msgstr ""
1516
1517 #: e2fsck/problem.c:785
1518 msgid "%B (%b) causes file to be too big. "
1519 msgstr ""
1520
1521 #: e2fsck/problem.c:790
1522 msgid "%B (%b) causes symlink to be too big. "
1523 msgstr ""
1524
1525 #: e2fsck/problem.c:795
1526 #, c-format
1527 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1528 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1529 msgstr ""
1530
1531 #: e2fsck/problem.c:800
1532 #, c-format
1533 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1534 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1535 msgstr ""
1536
1537 #: e2fsck/problem.c:805
1538 #, c-format
1539 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1540 msgid "@h %i has an @n root node.\n"
1541 msgstr ""
1542
1543 #: e2fsck/problem.c:810
1544 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1545 msgid "@h %i has an unsupported hash version (%N)\n"
1546 msgstr ""
1547
1548 #: e2fsck/problem.c:815
1549 #, c-format
1550 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1551 msgid "@h %i uses an incompatible htree root node flag.\n"
1552 msgstr ""
1553
1554 #: e2fsck/problem.c:820
1555 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1556 msgid "@h %i has a tree depth (%N) which is too big\n"
1557 msgstr ""
1558
1559 #: e2fsck/problem.c:825
1560 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1561 #. @-expanded: filesystem metadata.
1562 msgid ""
1563 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1564 "@f metadata. "
1565 msgstr ""
1566
1567 #: e2fsck/problem.c:831
1568 #, c-format
1569 #. @-expanded: Resize inode (re)creation failed: %m.
1570 msgid "Resize @i (re)creation failed: %m."
1571 msgstr ""
1572
1573 #: e2fsck/problem.c:836
1574 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1575 msgid "@i %i has a extra size (%IS) which is @n\n"
1576 msgstr ""
1577
1578 #: e2fsck/problem.c:841
1579 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1580 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1581 msgstr ""
1582
1583 #: e2fsck/problem.c:846
1584 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1585 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1586 msgstr ""
1587
1588 #: e2fsck/problem.c:851
1589 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1590 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1591 msgstr ""
1592
1593 #: e2fsck/problem.c:856
1594 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1595 msgid "@a in @i %i has a value size (%N) which is @n\n"
1596 msgstr ""
1597
1598 #: e2fsck/problem.c:861
1599 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1600 msgid "@a in @i %i has a hash (%N) which is @n\n"
1601 msgstr ""
1602
1603 #: e2fsck/problem.c:866
1604 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1605 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1606 msgstr ""
1607
1608 #: e2fsck/problem.c:871
1609 #, c-format
1610 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1611 msgid "Error while reading over @x tree in @i %i: %m\n"
1612 msgstr ""
1613
1614 #: e2fsck/problem.c:876
1615 #. @-expanded: Failed to iterate extents in inode %i\n
1616 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1617 msgid ""
1618 "Failed to iterate extents in @i %i\n"
1619 "\t(op %s, blk %b, lblk %c): %m\n"
1620 msgstr ""
1621
1622 #: e2fsck/problem.c:882
1623 #. @-expanded: inode %i has an invalid extent\n
1624 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1625 msgid ""
1626 "@i %i has an @n extent\n"
1627 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1628 msgstr ""
1629
1630 #: e2fsck/problem.c:887
1631 #. @-expanded: inode %i has an invalid extent\n
1632 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1633 msgid ""
1634 "@i %i has an @n extent\n"
1635 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1636 msgstr ""
1637
1638 #: e2fsck/problem.c:892
1639 #, c-format
1640 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1641 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1642 msgstr ""
1643
1644 #: e2fsck/problem.c:897
1645 #, c-format
1646 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1647 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1648 msgstr ""
1649
1650 #: e2fsck/problem.c:902
1651 #, c-format
1652 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1653 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1654 msgstr ""
1655
1656 #: e2fsck/problem.c:907
1657 #, c-format
1658 msgid "Fast symlink %i has EXTENT_FL set. "
1659 msgstr ""
1660
1661 #: e2fsck/problem.c:912
1662 #. @-expanded: inode %i has out of order extents\n
1663 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1664 msgid ""
1665 "@i %i has out of order extents\n"
1666 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1667 msgstr ""
1668
1669 #: e2fsck/problem.c:916
1670 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1671 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1672 msgstr ""
1673
1674 #: e2fsck/problem.c:921
1675 #, c-format
1676 #. @-expanded: Error converting subcluster block bitmap: %m\n
1677 msgid "Error converting subcluster @b @B: %m\n"
1678 msgstr ""
1679
1680 #: e2fsck/problem.c:926
1681 #. @-expanded: quota inode is not regular file.
1682 msgid "@q @i is not regular file. "
1683 msgstr ""
1684
1685 #: e2fsck/problem.c:931
1686 #. @-expanded: quota inode is not in use, but contains data.
1687 msgid "@q @i is not in use, but contains data. "
1688 msgstr ""
1689
1690 #: e2fsck/problem.c:936
1691 #. @-expanded: quota inode is visible to the user.
1692 msgid "@q @i is visible to the user. "
1693 msgstr ""
1694
1695 #: e2fsck/problem.c:941
1696 #. @-expanded: The bad block inode looks invalid.
1697 msgid "The bad @b @i looks @n. "
1698 msgstr ""
1699
1700 #: e2fsck/problem.c:946
1701 #. @-expanded: inode %i has zero length extent\n
1702 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1703 msgid ""
1704 "@i %i has zero length extent\n"
1705 "\t(@n logical @b %c, physical @b %b)\n"
1706 msgstr ""
1707
1708 #: e2fsck/problem.c:953
1709 #. @-expanded: Interior extent node level %N of inode %i:\n
1710 #. @-expanded: Logical start %b does not match logical start %c at next level.
1711 msgid ""
1712 "Interior @x node level %N of @i %i:\n"
1713 "Logical start %b does not match logical start %c at next level. "
1714 msgstr ""
1715
1716 #: e2fsck/problem.c:959
1717 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1718 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1719 msgid ""
1720 "@i %i, end of extent exceeds allowed value\n"
1721 "\t(logical @b %c, physical @b %b, len %N)\n"
1722 msgstr ""
1723
1724 #: e2fsck/problem.c:967
1725 #. @-expanded: \n
1726 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1727 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1728 msgid ""
1729 "\n"
1730 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1731 "Pass 1B: Rescanning for @m @bs\n"
1732 msgstr ""
1733
1734 #: e2fsck/problem.c:973
1735 #, c-format
1736 #. @-expanded: multiply-claimed block(s) in inode %i:
1737 msgid "@m @b(s) in @i %i:"
1738 msgstr ""
1739
1740 #: e2fsck/problem.c:988
1741 #, c-format
1742 msgid "Error while scanning inodes (%i): %m\n"
1743 msgstr ""
1744
1745 #: e2fsck/problem.c:993
1746 #, c-format
1747 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1748 msgid "@A @i @B (@i_dup_map): %m\n"
1749 msgstr ""
1750
1751 #: e2fsck/problem.c:998
1752 #, c-format
1753 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1754 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1755 msgstr ""
1756
1757 #: e2fsck/problem.c:1003 e2fsck/problem.c:1318
1758 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1759 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1760 msgstr ""
1761
1762 #: e2fsck/problem.c:1008
1763 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1764 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1765 msgstr ""
1766
1767 #: e2fsck/problem.c:1014
1768 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1769 msgid "Pass 1D: Reconciling @m @bs\n"
1770 msgstr ""
1771
1772 #: e2fsck/problem.c:1019
1773 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1774 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1775 msgid ""
1776 "File %Q (@i #%i, mod time %IM) \n"
1777 " has %r @m @b(s), shared with %N file(s):\n"
1778 msgstr ""
1779
1780 #: e2fsck/problem.c:1025
1781 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1782 msgid "\t%Q (@i #%i, mod time %IM)\n"
1783 msgstr ""
1784
1785 #: e2fsck/problem.c:1030
1786 #. @-expanded: \t<filesystem metadata>\n
1787 msgid "\t<@f metadata>\n"
1788 msgstr ""
1789
1790 #: e2fsck/problem.c:1035
1791 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1792 #. @-expanded: \n
1793 msgid ""
1794 "(There are %N @is containing @m @bs.)\n"
1795 "\n"
1796 msgstr ""
1797
1798 #: e2fsck/problem.c:1040
1799 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1800 #. @-expanded: \n
1801 msgid ""
1802 "@m @bs already reassigned or cloned.\n"
1803 "\n"
1804 msgstr ""
1805
1806 #: e2fsck/problem.c:1053
1807 #, c-format
1808 msgid "Couldn't clone file: %m\n"
1809 msgstr ""
1810
1811 #: e2fsck/problem.c:1059
1812 #. @-expanded: Pass 2: Checking directory structure\n
1813 msgid "Pass 2: Checking @d structure\n"
1814 msgstr ""
1815
1816 #: e2fsck/problem.c:1064
1817 #, c-format
1818 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1819 msgid "@n @i number for '.' in @d @i %i.\n"
1820 msgstr ""
1821
1822 #: e2fsck/problem.c:1069
1823 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1824 msgid "@E has @n @i #: %Di.\n"
1825 msgstr ""
1826
1827 #: e2fsck/problem.c:1074
1828 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1829 msgid "@E has @D/unused @i %Di. "
1830 msgstr ""
1831
1832 #: e2fsck/problem.c:1079
1833 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1834 msgid "@E @L to '.' "
1835 msgstr ""
1836
1837 #: e2fsck/problem.c:1084
1838 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1839 msgid "@E points to @i (%Di) located in a bad @b.\n"
1840 msgstr ""
1841
1842 #: e2fsck/problem.c:1089
1843 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1844 msgid "@E @L to @d %P (%Di).\n"
1845 msgstr ""
1846
1847 #: e2fsck/problem.c:1094
1848 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1849 msgid "@E @L to the @r.\n"
1850 msgstr ""
1851
1852 #: e2fsck/problem.c:1099
1853 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1854 msgid "@E has illegal characters in its name.\n"
1855 msgstr ""
1856
1857 #: e2fsck/problem.c:1104
1858 #, c-format
1859 #. @-expanded: Missing '.' in directory inode %i.\n
1860 msgid "Missing '.' in @d @i %i.\n"
1861 msgstr ""
1862
1863 #: e2fsck/problem.c:1109
1864 #, c-format
1865 #. @-expanded: Missing '..' in directory inode %i.\n
1866 msgid "Missing '..' in @d @i %i.\n"
1867 msgstr ""
1868
1869 #: e2fsck/problem.c:1114
1870 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1871 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1872 msgstr ""
1873
1874 #: e2fsck/problem.c:1119
1875 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1876 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1877 msgstr ""
1878
1879 #: e2fsck/problem.c:1124
1880 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1881 msgid "i_faddr @F %IF, @s zero.\n"
1882 msgstr ""
1883
1884 #: e2fsck/problem.c:1129
1885 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1886 msgid "i_file_acl @F %If, @s zero.\n"
1887 msgstr ""
1888
1889 #: e2fsck/problem.c:1134
1890 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1891 msgid "i_dir_acl @F %Id, @s zero.\n"
1892 msgstr ""
1893
1894 #: e2fsck/problem.c:1139
1895 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1896 msgid "i_frag @F %N, @s zero.\n"
1897 msgstr ""
1898
1899 #: e2fsck/problem.c:1144
1900 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1901 msgid "i_fsize @F %N, @s zero.\n"
1902 msgstr ""
1903
1904 #: e2fsck/problem.c:1149
1905 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1906 msgid "@i %i (%Q) has @n mode (%Im).\n"
1907 msgstr ""
1908
1909 #: e2fsck/problem.c:1154
1910 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1911 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1912 msgstr ""
1913
1914 #: e2fsck/problem.c:1159
1915 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1916 msgid "@d @i %i, %B, offset %N: filename too long\n"
1917 msgstr ""
1918
1919 #: e2fsck/problem.c:1164
1920 #. @-expanded: directory inode %i has an unallocated %B.
1921 msgid "@d @i %i has an unallocated %B. "
1922 msgstr ""
1923
1924 #: e2fsck/problem.c:1169
1925 #, c-format
1926 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1927 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1928 msgstr ""
1929
1930 #: e2fsck/problem.c:1174
1931 #, c-format
1932 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1933 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1934 msgstr ""
1935
1936 #: e2fsck/problem.c:1179
1937 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1938 msgid "@i %i (%Q) is an @I character @v.\n"
1939 msgstr ""
1940
1941 #: e2fsck/problem.c:1184
1942 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1943 msgid "@i %i (%Q) is an @I @b @v.\n"
1944 msgstr ""
1945
1946 #: e2fsck/problem.c:1189
1947 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1948 msgid "@E is duplicate '.' @e.\n"
1949 msgstr ""
1950
1951 #: e2fsck/problem.c:1194
1952 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1953 msgid "@E is duplicate '..' @e.\n"
1954 msgstr ""
1955
1956 #: e2fsck/problem.c:1199 e2fsck/problem.c:1499
1957 #, c-format
1958 msgid "Internal error: couldn't find dir_info for %i.\n"
1959 msgstr ""
1960
1961 #: e2fsck/problem.c:1204
1962 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1963 msgid "@E has rec_len of %Dr, @s %N.\n"
1964 msgstr ""
1965
1966 #: e2fsck/problem.c:1209
1967 #, c-format
1968 #. @-expanded: error allocating icount structure: %m\n
1969 msgid "@A icount structure: %m\n"
1970 msgstr ""
1971
1972 #: e2fsck/problem.c:1214
1973 #, c-format
1974 #. @-expanded: Error iterating over directory blocks: %m\n
1975 msgid "Error iterating over @d @bs: %m\n"
1976 msgstr ""
1977
1978 #: e2fsck/problem.c:1219
1979 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1980 msgid "Error reading @d @b %b (@i %i): %m\n"
1981 msgstr ""
1982
1983 #: e2fsck/problem.c:1224
1984 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1985 msgid "Error writing @d @b %b (@i %i): %m\n"
1986 msgstr ""
1987
1988 #: e2fsck/problem.c:1229
1989 #, c-format
1990 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1991 msgid "@A new @d @b for @i %i (%s): %m\n"
1992 msgstr ""
1993
1994 #: e2fsck/problem.c:1234
1995 #, c-format
1996 #. @-expanded: Error deallocating inode %i: %m\n
1997 msgid "Error deallocating @i %i: %m\n"
1998 msgstr ""
1999
2000 #: e2fsck/problem.c:1239
2001 #, c-format
2002 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2003 msgid "@d @e for '.' in %p (%i) is big.\n"
2004 msgstr ""
2005
2006 #: e2fsck/problem.c:1244
2007 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2008 msgid "@i %i (%Q) is an @I FIFO.\n"
2009 msgstr ""
2010
2011 #: e2fsck/problem.c:1249
2012 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2013 msgid "@i %i (%Q) is an @I socket.\n"
2014 msgstr ""
2015
2016 #: e2fsck/problem.c:1254
2017 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2018 msgid "Setting filetype for @E to %N.\n"
2019 msgstr ""
2020
2021 #: e2fsck/problem.c:1259
2022 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2023 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2024 msgstr ""
2025
2026 #: e2fsck/problem.c:1264
2027 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2028 msgid "@E has filetype set.\n"
2029 msgstr ""
2030
2031 #: e2fsck/problem.c:1269
2032 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2033 msgid "@E has a @z name.\n"
2034 msgstr ""
2035
2036 #: e2fsck/problem.c:1274
2037 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2038 msgid "Symlink %Q (@i #%i) is @n.\n"
2039 msgstr ""
2040
2041 #: e2fsck/problem.c:1279
2042 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2043 msgid "@a @b @F @n (%If).\n"
2044 msgstr ""
2045
2046 #: e2fsck/problem.c:1284
2047 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2048 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2049 msgstr ""
2050
2051 #: e2fsck/problem.c:1289
2052 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2053 msgid "@p @h %d: %B not referenced\n"
2054 msgstr ""
2055
2056 #: e2fsck/problem.c:1294
2057 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2058 msgid "@p @h %d: %B referenced twice\n"
2059 msgstr ""
2060
2061 #: e2fsck/problem.c:1299
2062 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2063 msgid "@p @h %d: %B has bad min hash\n"
2064 msgstr ""
2065
2066 #: e2fsck/problem.c:1304
2067 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2068 msgid "@p @h %d: %B has bad max hash\n"
2069 msgstr ""
2070
2071 #: e2fsck/problem.c:1309
2072 #. @-expanded: invalid HTREE directory inode %d (%q).
2073 msgid "@n @h %d (%q). "
2074 msgstr ""
2075
2076 #: e2fsck/problem.c:1313
2077 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2078 msgid "@p @h %d (%q): bad @b number %b.\n"
2079 msgstr ""
2080
2081 #: e2fsck/problem.c:1323
2082 #, c-format
2083 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2084 msgid "@p @h %d: root node is @n\n"
2085 msgstr ""
2086
2087 #: e2fsck/problem.c:1328
2088 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2089 msgid "@p @h %d: %B has @n limit (%N)\n"
2090 msgstr ""
2091
2092 #: e2fsck/problem.c:1333
2093 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2094 msgid "@p @h %d: %B has @n count (%N)\n"
2095 msgstr ""
2096
2097 #: e2fsck/problem.c:1338
2098 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2099 msgid "@p @h %d: %B has an unordered hash table\n"
2100 msgstr ""
2101
2102 #: e2fsck/problem.c:1343
2103 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2104 msgid "@p @h %d: %B has @n depth (%N)\n"
2105 msgstr ""
2106
2107 #: e2fsck/problem.c:1348
2108 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2109 msgid "Duplicate @E found. "
2110 msgstr ""
2111
2112 #: e2fsck/problem.c:1353
2113 #, no-c-format
2114 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2115 #. @-expanded: Rename to %s
2116 msgid ""
2117 "@E has a non-unique filename.\n"
2118 "Rename to %s"
2119 msgstr ""
2120
2121 #: e2fsck/problem.c:1358
2122 #. @-expanded: Duplicate entry '%Dn' found.\n
2123 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2124 #. @-expanded: \n
2125 msgid ""
2126 "Duplicate @e '%Dn' found.\n"
2127 "\tMarking %p (%i) to be rebuilt.\n"
2128 "\n"
2129 msgstr ""
2130
2131 #: e2fsck/problem.c:1363
2132 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2133 msgid "i_blocks_hi @F %N, @s zero.\n"
2134 msgstr ""
2135
2136 #: e2fsck/problem.c:1368
2137 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2138 msgid "Unexpected @b in @h %d (%q).\n"
2139 msgstr ""
2140
2141 #: e2fsck/problem.c:1372
2142 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2143 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2144 msgstr ""
2145
2146 #: e2fsck/problem.c:1377
2147 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2148 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2149 msgstr ""
2150
2151 #: e2fsck/problem.c:1382
2152 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2153 msgid "i_file_acl_hi @F %N, @s zero.\n"
2154 msgstr ""
2155
2156 #: e2fsck/problem.c:1389
2157 #. @-expanded: Pass 3: Checking directory connectivity\n
2158 msgid "Pass 3: Checking @d connectivity\n"
2159 msgstr ""
2160
2161 #: e2fsck/problem.c:1394
2162 #. @-expanded: root inode not allocated.
2163 msgid "@r not allocated. "
2164 msgstr ""
2165
2166 #: e2fsck/problem.c:1399
2167 #. @-expanded: No room in lost+found directory.
2168 msgid "No room in @l @d. "
2169 msgstr ""
2170
2171 #: e2fsck/problem.c:1404
2172 #, c-format
2173 #. @-expanded: Unconnected directory inode %i (%p)\n
2174 msgid "Unconnected @d @i %i (%p)\n"
2175 msgstr ""
2176
2177 #: e2fsck/problem.c:1409
2178 #. @-expanded: /lost+found not found.
2179 msgid "/@l not found. "
2180 msgstr ""
2181
2182 #: e2fsck/problem.c:1414
2183 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2184 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2185 msgstr ""
2186
2187 #: e2fsck/problem.c:1419
2188 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2189 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2190 msgstr ""
2191
2192 #: e2fsck/problem.c:1424
2193 #, c-format
2194 #. @-expanded: Could not expand /lost+found: %m\n
2195 msgid "Could not expand /@l: %m\n"
2196 msgstr ""
2197
2198 #: e2fsck/problem.c:1429
2199 #, c-format
2200 msgid "Could not reconnect %i: %m\n"
2201 msgstr ""
2202
2203 #: e2fsck/problem.c:1434
2204 #, c-format
2205 #. @-expanded: Error while trying to find /lost+found: %m\n
2206 msgid "Error while trying to find /@l: %m\n"
2207 msgstr ""
2208
2209 #: e2fsck/problem.c:1439
2210 #, c-format
2211 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2212 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2213 msgstr ""
2214
2215 #: e2fsck/problem.c:1444
2216 #, c-format
2217 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2218 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2219 msgstr ""
2220
2221 #: e2fsck/problem.c:1449
2222 #, c-format
2223 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2224 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2225 msgstr ""
2226
2227 #: e2fsck/problem.c:1454
2228 #, c-format
2229 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2230 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2231 msgstr ""
2232
2233 #: e2fsck/problem.c:1459
2234 #, c-format
2235 #. @-expanded: Error while adjusting inode count on inode %i\n
2236 msgid "Error while adjusting @i count on @i %i\n"
2237 msgstr ""
2238
2239 #: e2fsck/problem.c:1464
2240 #, c-format
2241 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2242 #. @-expanded: \n
2243 msgid ""
2244 "Couldn't fix parent of @i %i: %m\n"
2245 "\n"
2246 msgstr ""
2247
2248 #: e2fsck/problem.c:1469
2249 #, c-format
2250 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2251 #. @-expanded: \n
2252 msgid ""
2253 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2254 "\n"
2255 msgstr ""
2256
2257 #: e2fsck/problem.c:1479
2258 #, c-format
2259 #. @-expanded: Error creating root directory (%s): %m\n
2260 msgid "Error creating root @d (%s): %m\n"
2261 msgstr ""
2262
2263 #: e2fsck/problem.c:1484
2264 #, c-format
2265 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2266 msgid "Error creating /@l @d (%s): %m\n"
2267 msgstr ""
2268
2269 #: e2fsck/problem.c:1489
2270 #. @-expanded: root inode is not a directory; aborting.\n
2271 msgid "@r is not a @d; aborting.\n"
2272 msgstr ""
2273
2274 #: e2fsck/problem.c:1494
2275 #. @-expanded: Cannot proceed without a root inode.\n
2276 msgid "Cannot proceed without a @r.\n"
2277 msgstr ""
2278
2279 #: e2fsck/problem.c:1504
2280 #, c-format
2281 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2282 msgid "/@l is not a @d (ino=%i)\n"
2283 msgstr ""
2284
2285 #: e2fsck/problem.c:1511
2286 msgid "Pass 3A: Optimizing directories\n"
2287 msgstr ""
2288
2289 #: e2fsck/problem.c:1516
2290 #, c-format
2291 msgid "Failed to create dirs_to_hash iterator: %m\n"
2292 msgstr ""
2293
2294 #: e2fsck/problem.c:1521
2295 msgid "Failed to optimize directory %q (%d): %m\n"
2296 msgstr ""
2297
2298 #: e2fsck/problem.c:1526
2299 msgid "Optimizing directories: "
2300 msgstr ""
2301
2302 #: e2fsck/problem.c:1543
2303 msgid "Pass 4: Checking reference counts\n"
2304 msgstr ""
2305
2306 #: e2fsck/problem.c:1548
2307 #, c-format
2308 #. @-expanded: unattached zero-length inode %i.
2309 msgid "@u @z @i %i. "
2310 msgstr ""
2311
2312 #: e2fsck/problem.c:1553
2313 #, c-format
2314 #. @-expanded: unattached inode %i\n
2315 msgid "@u @i %i\n"
2316 msgstr ""
2317
2318 #: e2fsck/problem.c:1558
2319 #. @-expanded: inode %i ref count is %Il, should be %N.
2320 msgid "@i %i ref count is %Il, @s %N. "
2321 msgstr ""
2322
2323 #: e2fsck/problem.c:1562
2324 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2325 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2326 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2327 msgid ""
2328 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2329 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2330 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2331 msgstr ""
2332
2333 #: e2fsck/problem.c:1572
2334 #. @-expanded: Pass 5: Checking group summary information\n
2335 msgid "Pass 5: Checking @g summary information\n"
2336 msgstr ""
2337
2338 #: e2fsck/problem.c:1577
2339 #. @-expanded: Padding at end of inode bitmap is not set.
2340 msgid "Padding at end of @i @B is not set. "
2341 msgstr ""
2342
2343 #: e2fsck/problem.c:1582
2344 #. @-expanded: Padding at end of block bitmap is not set.
2345 msgid "Padding at end of @b @B is not set. "
2346 msgstr ""
2347
2348 #: e2fsck/problem.c:1587
2349 #. @-expanded: block bitmap differences:
2350 msgid "@b @B differences: "
2351 msgstr ""
2352
2353 #: e2fsck/problem.c:1607
2354 #. @-expanded: inode bitmap differences:
2355 msgid "@i @B differences: "
2356 msgstr ""
2357
2358 #: e2fsck/problem.c:1627
2359 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2360 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2361 msgstr ""
2362
2363 #: e2fsck/problem.c:1632
2364 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2365 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2366 msgstr ""
2367
2368 #: e2fsck/problem.c:1637
2369 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2370 msgid "Free @is count wrong (%i, counted=%j).\n"
2371 msgstr ""
2372
2373 #: e2fsck/problem.c:1642
2374 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2375 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2376 msgstr ""
2377
2378 #: e2fsck/problem.c:1647
2379 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2380 msgid "Free @bs count wrong (%b, counted=%c).\n"
2381 msgstr ""
2382
2383 #: e2fsck/problem.c:1652
2384 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2385 #. @-expanded: endpoints (%i, %j)\n
2386 msgid ""
2387 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2388 "endpoints (%i, %j)\n"
2389 msgstr ""
2390
2391 #: e2fsck/problem.c:1658
2392 msgid "Internal error: fudging end of bitmap (%N)\n"
2393 msgstr ""
2394
2395 #: e2fsck/problem.c:1663
2396 #, c-format
2397 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2398 msgid "Error copying in replacement @i @B: %m\n"
2399 msgstr ""
2400
2401 #: e2fsck/problem.c:1668
2402 #, c-format
2403 #. @-expanded: Error copying in replacement block bitmap: %m\n
2404 msgid "Error copying in replacement @b @B: %m\n"
2405 msgstr ""
2406
2407 #: e2fsck/problem.c:1693
2408 #, c-format
2409 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2410 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2411 msgstr ""
2412
2413 #: e2fsck/problem.c:1698
2414 #, c-format
2415 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2416 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2417 msgstr ""
2418
2419 #: e2fsck/problem.c:1705
2420 #. @-expanded: Recreate journal
2421 msgid "Recreate @j"
2422 msgstr ""
2423
2424 #: e2fsck/problem.c:1710
2425 msgid "Update quota info for quota type %N"
2426 msgstr ""
2427
2428 #: e2fsck/problem.c:1829
2429 #, c-format
2430 msgid "Unhandled error code (0x%x)!\n"
2431 msgstr ""
2432
2433 #: e2fsck/problem.c:1954 e2fsck/problem.c:1958
2434 msgid "IGNORED"
2435 msgstr ""
2436
2437 #: e2fsck/scantest.c:79
2438 #, c-format
2439 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2440 msgstr ""
2441
2442 #: e2fsck/scantest.c:98
2443 #, c-format
2444 msgid "size of inode=%d\n"
2445 msgstr ""
2446
2447 #: e2fsck/scantest.c:119
2448 msgid "while starting inode scan"
2449 msgstr ""
2450
2451 #: e2fsck/scantest.c:130
2452 msgid "while doing inode scan"
2453 msgstr ""
2454
2455 #: e2fsck/super.c:188
2456 #, c-format
2457 msgid "while calling ext2fs_block_iterate for inode %d"
2458 msgstr ""
2459
2460 #: e2fsck/super.c:211
2461 #, c-format
2462 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2463 msgstr ""
2464
2465 #: e2fsck/super.c:272
2466 msgid "Truncating"
2467 msgstr ""
2468
2469 #: e2fsck/super.c:273
2470 msgid "Clearing"
2471 msgstr ""
2472
2473 #: e2fsck/unix.c:74
2474 #, c-format
2475 msgid ""
2476 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2477 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2478 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2479 "\t\t[-E extended-options] device\n"
2480 msgstr ""
2481
2482 #: e2fsck/unix.c:80
2483 #, c-format
2484 msgid ""
2485 "\n"
2486 "Emergency help:\n"
2487 " -p Automatic repair (no questions)\n"
2488 " -n Make no changes to the filesystem\n"
2489 " -y Assume \"yes\" to all questions\n"
2490 " -c Check for bad blocks and add them to the badblock "
2491 "list\n"
2492 " -f Force checking even if filesystem is marked clean\n"
2493 msgstr ""
2494
2495 #: e2fsck/unix.c:86
2496 #, c-format
2497 msgid ""
2498 " -v Be verbose\n"
2499 " -b superblock Use alternative superblock\n"
2500 " -B blocksize Force blocksize when looking for superblock\n"
2501 " -j external_journal Set location of the external journal\n"
2502 " -l bad_blocks_file Add to badblocks list\n"
2503 " -L bad_blocks_file Set badblocks list\n"
2504 msgstr ""
2505
2506 #: e2fsck/unix.c:131
2507 #, c-format
2508 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2509 msgstr ""
2510
2511 #: e2fsck/unix.c:157
2512 #, c-format
2513 msgid ""
2514 "\n"
2515 "%12u inode used (%2.2f%%, out of %u)\n"
2516 msgid_plural ""
2517 "\n"
2518 "%12u inodes used (%2.2f%%, out of %u)\n"
2519 msgstr[0] ""
2520 msgstr[1] ""
2521
2522 #: e2fsck/unix.c:161
2523 #, c-format
2524 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2525 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2526 msgstr[0] ""
2527 msgstr[1] ""
2528
2529 #: e2fsck/unix.c:166
2530 #, c-format
2531 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2532 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2533 msgstr[0] ""
2534 msgstr[1] ""
2535
2536 #: e2fsck/unix.c:171
2537 #, c-format
2538 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2539 msgstr ""
2540
2541 #: e2fsck/unix.c:179
2542 msgid " Extent depth histogram: "
2543 msgstr ""
2544
2545 #: e2fsck/unix.c:188
2546 #, c-format
2547 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2548 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2549 msgstr[0] ""
2550 msgstr[1] ""
2551
2552 #: e2fsck/unix.c:192
2553 #, c-format
2554 msgid "%12u bad block\n"
2555 msgid_plural "%12u bad blocks\n"
2556 msgstr[0] ""
2557 msgstr[1] ""
2558
2559 #: e2fsck/unix.c:194
2560 #, c-format
2561 msgid "%12u large file\n"
2562 msgid_plural "%12u large files\n"
2563 msgstr[0] ""
2564 msgstr[1] ""
2565
2566 #: e2fsck/unix.c:196
2567 #, c-format
2568 msgid ""
2569 "\n"
2570 "%12u regular file\n"
2571 msgid_plural ""
2572 "\n"
2573 "%12u regular files\n"
2574 msgstr[0] ""
2575 msgstr[1] ""
2576
2577 #: e2fsck/unix.c:198
2578 #, c-format
2579 msgid "%12u directory\n"
2580 msgid_plural "%12u directories\n"
2581 msgstr[0] ""
2582 msgstr[1] ""
2583
2584 #: e2fsck/unix.c:200
2585 #, c-format
2586 msgid "%12u character device file\n"
2587 msgid_plural "%12u character device files\n"
2588 msgstr[0] ""
2589 msgstr[1] ""
2590
2591 #: e2fsck/unix.c:203
2592 #, c-format
2593 msgid "%12u block device file\n"
2594 msgid_plural "%12u block device files\n"
2595 msgstr[0] ""
2596 msgstr[1] ""
2597
2598 #: e2fsck/unix.c:205
2599 #, c-format
2600 msgid "%12u fifo\n"
2601 msgid_plural "%12u fifos\n"
2602 msgstr[0] ""
2603 msgstr[1] ""
2604
2605 #: e2fsck/unix.c:207
2606 #, c-format
2607 msgid "%12u link\n"
2608 msgid_plural "%12u links\n"
2609 msgstr[0] ""
2610 msgstr[1] ""
2611
2612 #: e2fsck/unix.c:209
2613 #, c-format
2614 msgid "%12u symbolic link"
2615 msgid_plural "%12u symbolic links"
2616 msgstr[0] ""
2617 msgstr[1] ""
2618
2619 #: e2fsck/unix.c:211
2620 #, c-format
2621 msgid " (%u fast symbolic link)\n"
2622 msgid_plural " (%u fast symbolic links)\n"
2623 msgstr[0] ""
2624 msgstr[1] ""
2625
2626 #: e2fsck/unix.c:215
2627 #, c-format
2628 msgid "%12u socket\n"
2629 msgid_plural "%12u sockets\n"
2630 msgstr[0] ""
2631 msgstr[1] ""
2632
2633 #: e2fsck/unix.c:219
2634 #, c-format
2635 msgid "%12u file\n"
2636 msgid_plural "%12u files\n"
2637 msgstr[0] ""
2638 msgstr[1] ""
2639
2640 #: e2fsck/unix.c:232 misc/badblocks.c:983 misc/tune2fs.c:1985 misc/util.c:147
2641 #: resize/main.c:259
2642 #, c-format
2643 msgid "while determining whether %s is mounted."
2644 msgstr ""
2645
2646 #: e2fsck/unix.c:252
2647 #, c-format
2648 msgid "Warning! %s is %s.\n"
2649 msgstr ""
2650
2651 #: e2fsck/unix.c:259
2652 #, c-format
2653 msgid "%s is %s.\n"
2654 msgstr ""
2655
2656 #: e2fsck/unix.c:262
2657 msgid ""
2658 "Cannot continue, aborting.\n"
2659 "\n"
2660 msgstr ""
2661
2662 #: e2fsck/unix.c:264
2663 msgid ""
2664 "\n"
2665 "\n"
2666 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2667 "cause ***SEVERE*** filesystem damage.\n"
2668 "\n"
2669 msgstr ""
2670
2671 #: e2fsck/unix.c:269
2672 msgid "Do you really want to continue"
2673 msgstr ""
2674
2675 #: e2fsck/unix.c:271
2676 #, c-format
2677 msgid "check aborted.\n"
2678 msgstr ""
2679
2680 #: e2fsck/unix.c:361
2681 msgid " contains a file system with errors"
2682 msgstr ""
2683
2684 #: e2fsck/unix.c:363
2685 msgid " was not cleanly unmounted"
2686 msgstr ""
2687
2688 #: e2fsck/unix.c:365
2689 msgid " primary superblock features different from backup"
2690 msgstr ""
2691
2692 #: e2fsck/unix.c:369
2693 #, c-format
2694 msgid " has been mounted %u times without being checked"
2695 msgstr ""
2696
2697 #: e2fsck/unix.c:376
2698 msgid " has filesystem last checked time in the future"
2699 msgstr ""
2700
2701 #: e2fsck/unix.c:382
2702 #, c-format
2703 msgid " has gone %u days without being checked"
2704 msgstr ""
2705
2706 #: e2fsck/unix.c:391
2707 msgid ", check forced.\n"
2708 msgstr ""
2709
2710 #: e2fsck/unix.c:424
2711 #, c-format
2712 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2713 msgstr ""
2714
2715 #: e2fsck/unix.c:443
2716 msgid " (check deferred; on battery)"
2717 msgstr ""
2718
2719 #: e2fsck/unix.c:446
2720 msgid " (check after next mount)"
2721 msgstr ""
2722
2723 #: e2fsck/unix.c:448
2724 #, c-format
2725 msgid " (check in %ld mounts)"
2726 msgstr ""
2727
2728 #: e2fsck/unix.c:598
2729 #, c-format
2730 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2731 msgstr ""
2732
2733 #: e2fsck/unix.c:667
2734 #, c-format
2735 msgid "Invalid EA version.\n"
2736 msgstr ""
2737
2738 #: e2fsck/unix.c:694
2739 #, c-format
2740 msgid "Unknown extended option: %s\n"
2741 msgstr ""
2742
2743 #: e2fsck/unix.c:719
2744 #, c-format
2745 msgid ""
2746 "Syntax error in e2fsck config file (%s, line #%d)\n"
2747 "\t%s\n"
2748 msgstr ""
2749
2750 #: e2fsck/unix.c:788
2751 #, c-format
2752 msgid "Error validating file descriptor %d: %s\n"
2753 msgstr ""
2754
2755 #: e2fsck/unix.c:792
2756 msgid "Invalid completion information file descriptor"
2757 msgstr ""
2758
2759 #: e2fsck/unix.c:807
2760 msgid "Only one of the options -p/-a, -n or -y may be specified."
2761 msgstr ""
2762
2763 #: e2fsck/unix.c:828
2764 #, c-format
2765 msgid "The -t option is not supported on this version of e2fsck.\n"
2766 msgstr ""
2767
2768 #: e2fsck/unix.c:859 e2fsck/unix.c:931 misc/tune2fs.c:811 misc/tune2fs.c:1100
2769 #: misc/tune2fs.c:1118
2770 #, c-format
2771 msgid "Unable to resolve '%s'"
2772 msgstr ""
2773
2774 #: e2fsck/unix.c:910
2775 msgid "The -n and -D options are incompatible."
2776 msgstr ""
2777
2778 #: e2fsck/unix.c:915
2779 msgid "The -n and -c options are incompatible."
2780 msgstr ""
2781
2782 #: e2fsck/unix.c:920
2783 msgid "The -n and -l/-L options are incompatible."
2784 msgstr ""
2785
2786 #: e2fsck/unix.c:974
2787 #, c-format
2788 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2789 msgstr ""
2790
2791 #: e2fsck/unix.c:1022
2792 #, c-format
2793 msgid ""
2794 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2795 "\n"
2796 msgstr ""
2797
2798 #: e2fsck/unix.c:1031
2799 #, c-format
2800 msgid ""
2801 "\n"
2802 "Invalid non-numeric argument to -%c (\"%s\")\n"
2803 "\n"
2804 msgstr ""
2805
2806 #: e2fsck/unix.c:1120
2807 #, c-format
2808 msgid ""
2809 "MMP interval is %u seconds and total wait time is %u seconds. Please "
2810 "wait...\n"
2811 msgstr ""
2812
2813 #: e2fsck/unix.c:1137 e2fsck/unix.c:1142
2814 msgid "while checking MMP block"
2815 msgstr ""
2816
2817 #: e2fsck/unix.c:1144 misc/tune2fs.c:1912
2818 msgid ""
2819 "If you are sure the filesystem is not in use on any node, run:\n"
2820 "'tune2fs -f -E clear_mmp {device}'\n"
2821 msgstr ""
2822
2823 #: e2fsck/unix.c:1194
2824 #, c-format
2825 msgid "Error: ext2fs library version out of date!\n"
2826 msgstr ""
2827
2828 #: e2fsck/unix.c:1202
2829 msgid "while trying to initialize program"
2830 msgstr ""
2831
2832 #: e2fsck/unix.c:1225
2833 #, c-format
2834 msgid "\tUsing %s, %s\n"
2835 msgstr ""
2836
2837 #: e2fsck/unix.c:1237
2838 msgid "need terminal for interactive repairs"
2839 msgstr ""
2840
2841 #: e2fsck/unix.c:1290
2842 #, c-format
2843 msgid "%s: %s trying backup blocks...\n"
2844 msgstr ""
2845
2846 #: e2fsck/unix.c:1292
2847 msgid "Superblock invalid,"
2848 msgstr ""
2849
2850 #: e2fsck/unix.c:1293
2851 msgid "Group descriptors look bad..."
2852 msgstr ""
2853
2854 #: e2fsck/unix.c:1303
2855 #, c-format
2856 msgid "%s: %s while using the backup blocks"
2857 msgstr ""
2858
2859 #: e2fsck/unix.c:1307
2860 #, c-format
2861 msgid "%s: going back to original superblock\n"
2862 msgstr ""
2863
2864 #: e2fsck/unix.c:1335
2865 msgid ""
2866 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2867 "(Or the filesystem superblock is corrupt)\n"
2868 "\n"
2869 msgstr ""
2870
2871 #: e2fsck/unix.c:1341
2872 msgid "Could this be a zero-length partition?\n"
2873 msgstr ""
2874
2875 #: e2fsck/unix.c:1344
2876 #, c-format
2877 msgid "You must have %s access to the filesystem or be root\n"
2878 msgstr ""
2879
2880 #: e2fsck/unix.c:1349
2881 msgid "Possibly non-existent or swap device?\n"
2882 msgstr ""
2883
2884 #: e2fsck/unix.c:1352
2885 msgid "Filesystem mounted or opened exclusively by another program?\n"
2886 msgstr ""
2887
2888 #: e2fsck/unix.c:1355
2889 msgid "Possibly non-existent device?\n"
2890 msgstr ""
2891
2892 #: e2fsck/unix.c:1358
2893 msgid ""
2894 "Disk write-protected; use the -n option to do a read-only\n"
2895 "check of the device.\n"
2896 msgstr ""
2897
2898 #: e2fsck/unix.c:1423
2899 msgid "Get a newer version of e2fsck!"
2900 msgstr ""
2901
2902 #: e2fsck/unix.c:1467
2903 #, c-format
2904 msgid "while checking ext3 journal for %s"
2905 msgstr ""
2906
2907 #: e2fsck/unix.c:1478
2908 msgid ""
2909 "Warning: skipping journal recovery because doing a read-only filesystem "
2910 "check.\n"
2911 msgstr ""
2912
2913 #: e2fsck/unix.c:1491
2914 #, c-format
2915 msgid "unable to set superblock flags on %s\n"
2916 msgstr ""
2917
2918 #: e2fsck/unix.c:1497
2919 #, c-format
2920 msgid "while recovering ext3 journal of %s"
2921 msgstr ""
2922
2923 #: e2fsck/unix.c:1521
2924 #, c-format
2925 msgid "%s has unsupported feature(s):"
2926 msgstr ""
2927
2928 #: e2fsck/unix.c:1536
2929 #, c-format
2930 msgid "%s: warning: compression support is experimental.\n"
2931 msgstr ""
2932
2933 #: e2fsck/unix.c:1542
2934 #, c-format
2935 msgid ""
2936 "%s: e2fsck not compiled with HTREE support,\n"
2937 "\tbut filesystem %s has HTREE directories.\n"
2938 msgstr ""
2939
2940 #: e2fsck/unix.c:1594
2941 #, c-format
2942 msgid "%s: %s while reading bad blocks inode\n"
2943 msgstr ""
2944
2945 #: e2fsck/unix.c:1597
2946 msgid "This doesn't bode well, but we'll try to go on...\n"
2947 msgstr ""
2948
2949 #: e2fsck/unix.c:1638
2950 #, c-format
2951 msgid "Creating journal (%d blocks): "
2952 msgstr ""
2953
2954 #: e2fsck/unix.c:1648
2955 msgid " Done.\n"
2956 msgstr ""
2957
2958 #: e2fsck/unix.c:1649
2959 msgid ""
2960 "\n"
2961 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2962 msgstr ""
2963
2964 #: e2fsck/unix.c:1672
2965 msgid "Restarting e2fsck from the beginning...\n"
2966 msgstr ""
2967
2968 #: e2fsck/unix.c:1676
2969 msgid "while resetting context"
2970 msgstr ""
2971
2972 #: e2fsck/unix.c:1683
2973 #, c-format
2974 msgid "%s: e2fsck canceled.\n"
2975 msgstr ""
2976
2977 #: e2fsck/unix.c:1688
2978 msgid "aborted"
2979 msgstr ""
2980
2981 #: e2fsck/unix.c:1700 e2fsck/util.c:67
2982 #, c-format
2983 msgid ""
2984 "\n"
2985 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2986 msgstr ""
2987
2988 #: e2fsck/unix.c:1704
2989 #, c-format
2990 msgid "%s: ***** REBOOT LINUX *****\n"
2991 msgstr ""
2992
2993 #: e2fsck/unix.c:1712 e2fsck/util.c:73
2994 #, c-format
2995 msgid ""
2996 "\n"
2997 "%s: ********** WARNING: Filesystem still has errors **********\n"
2998 "\n"
2999 msgstr ""
3000
3001 #: e2fsck/unix.c:1752
3002 msgid "while setting block group checksum info"
3003 msgstr ""
3004
3005 #: e2fsck/util.c:190 misc/util.c:70
3006 msgid "yY"
3007 msgstr ""
3008
3009 #: e2fsck/util.c:191
3010 msgid "nN"
3011 msgstr ""
3012
3013 #: e2fsck/util.c:205
3014 msgid "<y>"
3015 msgstr ""
3016
3017 #: e2fsck/util.c:207
3018 msgid "<n>"
3019 msgstr ""
3020
3021 #: e2fsck/util.c:209
3022 msgid " (y/n)"
3023 msgstr ""
3024
3025 #: e2fsck/util.c:223
3026 msgid "cancelled!\n"
3027 msgstr ""
3028
3029 #: e2fsck/util.c:238
3030 msgid "yes\n"
3031 msgstr ""
3032
3033 #: e2fsck/util.c:240
3034 msgid "no\n"
3035 msgstr ""
3036
3037 #: e2fsck/util.c:250
3038 #, c-format
3039 msgid ""
3040 "%s? no\n"
3041 "\n"
3042 msgstr ""
3043
3044 #: e2fsck/util.c:254
3045 #, c-format
3046 msgid ""
3047 "%s? yes\n"
3048 "\n"
3049 msgstr ""
3050
3051 #: e2fsck/util.c:258
3052 msgid "yes"
3053 msgstr ""
3054
3055 #: e2fsck/util.c:258
3056 msgid "no"
3057 msgstr ""
3058
3059 #: e2fsck/util.c:273
3060 #, c-format
3061 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3062 msgstr ""
3063
3064 #: e2fsck/util.c:278
3065 msgid "reading inode and block bitmaps"
3066 msgstr ""
3067
3068 #: e2fsck/util.c:286
3069 #, c-format
3070 msgid "while retrying to read bitmaps for %s"
3071 msgstr ""
3072
3073 #: e2fsck/util.c:298
3074 msgid "writing block and inode bitmaps"
3075 msgstr ""
3076
3077 #: e2fsck/util.c:303
3078 #, c-format
3079 msgid "while rewriting block and inode bitmaps for %s"
3080 msgstr ""
3081
3082 #: e2fsck/util.c:315
3083 #, c-format
3084 msgid ""
3085 "\n"
3086 "\n"
3087 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3088 "\t(i.e., without -a or -p options)\n"
3089 msgstr ""
3090
3091 #: e2fsck/util.c:396
3092 #, c-format
3093 msgid "Memory used: %luk/%luk (%luk/%luk), "
3094 msgstr ""
3095
3096 #: e2fsck/util.c:400
3097 #, c-format
3098 msgid "Memory used: %lu, "
3099 msgstr ""
3100
3101 #: e2fsck/util.c:407
3102 #, c-format
3103 msgid "time: %5.2f/%5.2f/%5.2f\n"
3104 msgstr ""
3105
3106 #: e2fsck/util.c:412
3107 #, c-format
3108 msgid "elapsed time: %6.3f\n"
3109 msgstr ""
3110
3111 #: e2fsck/util.c:447 e2fsck/util.c:461
3112 #, c-format
3113 msgid "while reading inode %lu in %s"
3114 msgstr ""
3115
3116 #: e2fsck/util.c:475 e2fsck/util.c:488
3117 #, c-format
3118 msgid "while writing inode %lu in %s"
3119 msgstr ""
3120
3121 #: e2fsck/util.c:637
3122 msgid "while allocating zeroizing buffer"
3123 msgstr ""
3124
3125 #: e2fsck/util.c:785
3126 msgid ""
3127 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3128 "running.\n"
3129 msgstr ""
3130
3131 #: misc/badblocks.c:69
3132 msgid "done \n"
3133 msgstr ""
3134
3135 #: misc/badblocks.c:92
3136 #, c-format
3137 msgid ""
3138 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3139 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3140 "max_bad_blocks]\n"
3141 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3142 " device [last_block [first_block]]\n"
3143 msgstr ""
3144
3145 #: misc/badblocks.c:103
3146 #, c-format
3147 msgid ""
3148 "%s: The -n and -w options are mutually exclusive.\n"
3149 "\n"
3150 msgstr ""
3151
3152 #: misc/badblocks.c:218
3153 #, c-format
3154 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3155 msgstr ""
3156
3157 #: misc/badblocks.c:322
3158 msgid "Testing with random pattern: "
3159 msgstr ""
3160
3161 #: misc/badblocks.c:340
3162 msgid "Testing with pattern 0x"
3163 msgstr ""
3164
3165 #: misc/badblocks.c:372 misc/badblocks.c:445
3166 msgid "during seek"
3167 msgstr ""
3168
3169 #: misc/badblocks.c:383
3170 #, c-format
3171 msgid "Weird value (%ld) in do_read\n"
3172 msgstr ""
3173
3174 #: misc/badblocks.c:469
3175 msgid "during ext2fs_sync_device"
3176 msgstr ""
3177
3178 #: misc/badblocks.c:489 misc/badblocks.c:749
3179 msgid "while beginning bad block list iteration"
3180 msgstr ""
3181
3182 #: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
3183 msgid "while allocating buffers"
3184 msgstr ""
3185
3186 #: misc/badblocks.c:507
3187 #, c-format
3188 msgid "Checking blocks %lu to %lu\n"
3189 msgstr ""
3190
3191 #: misc/badblocks.c:512
3192 msgid "Checking for bad blocks in read-only mode\n"
3193 msgstr ""
3194
3195 #: misc/badblocks.c:521
3196 msgid "Checking for bad blocks (read-only test): "
3197 msgstr ""
3198
3199 #: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3200 #: misc/badblocks.c:822
3201 msgid "Too many bad blocks, aborting test\n"
3202 msgstr ""
3203
3204 #: misc/badblocks.c:609
3205 msgid "Checking for bad blocks in read-write mode\n"
3206 msgstr ""
3207
3208 #: misc/badblocks.c:611 misc/badblocks.c:772
3209 #, c-format
3210 msgid "From block %lu to %lu\n"
3211 msgstr ""
3212
3213 #: misc/badblocks.c:666
3214 msgid "Reading and comparing: "
3215 msgstr ""
3216
3217 #: misc/badblocks.c:771
3218 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3219 msgstr ""
3220
3221 #: misc/badblocks.c:777
3222 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3223 msgstr ""
3224
3225 #: misc/badblocks.c:784
3226 msgid ""
3227 "\n"
3228 "Interrupt caught, cleaning up\n"
3229 msgstr ""
3230
3231 #: misc/badblocks.c:867
3232 #, c-format
3233 msgid "during test data write, block %lu"
3234 msgstr ""
3235
3236 #: misc/badblocks.c:988 misc/util.c:152
3237 #, c-format
3238 msgid "%s is mounted; "
3239 msgstr ""
3240
3241 #: misc/badblocks.c:990
3242 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3243 msgstr ""
3244
3245 #: misc/badblocks.c:995
3246 msgid "it's not safe to run badblocks!\n"
3247 msgstr ""
3248
3249 #: misc/badblocks.c:1000 misc/util.c:163
3250 #, c-format
3251 msgid "%s is apparently in use by the system; "
3252 msgstr ""
3253
3254 #: misc/badblocks.c:1003
3255 msgid "badblocks forced anyway.\n"
3256 msgstr ""
3257
3258 #: misc/badblocks.c:1023
3259 #, c-format
3260 msgid "invalid %s - %s"
3261 msgstr ""
3262
3263 #: misc/badblocks.c:1133
3264 #, c-format
3265 msgid "can't allocate memory for test_pattern - %s"
3266 msgstr ""
3267
3268 #: misc/badblocks.c:1163
3269 msgid "Maximum of one test_pattern may be specified in read-only mode"
3270 msgstr ""
3271
3272 #: misc/badblocks.c:1169
3273 msgid "Random test_pattern is not allowed in read-only mode"
3274 msgstr ""
3275
3276 #: misc/badblocks.c:1183
3277 msgid ""
3278 "Couldn't determine device size; you must specify\n"
3279 "the size manually\n"
3280 msgstr ""
3281
3282 #: misc/badblocks.c:1189
3283 msgid "while trying to determine device size"
3284 msgstr ""
3285
3286 #: misc/badblocks.c:1194
3287 msgid "last block"
3288 msgstr ""
3289
3290 #: misc/badblocks.c:1200
3291 msgid "first block"
3292 msgstr ""
3293
3294 #: misc/badblocks.c:1203
3295 #, c-format
3296 msgid "invalid starting block (%lu): must be less than %lu"
3297 msgstr ""
3298
3299 #: misc/badblocks.c:1259
3300 msgid "while creating in-memory bad blocks list"
3301 msgstr ""
3302
3303 #: misc/badblocks.c:1274
3304 msgid "while adding to in-memory bad block list"
3305 msgstr ""
3306
3307 #: misc/badblocks.c:1298
3308 #, c-format
3309 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3310 msgstr ""
3311
3312 #: misc/chattr.c:86
3313 #, c-format
3314 msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3315 msgstr ""
3316
3317 #: misc/chattr.c:155
3318 #, c-format
3319 msgid "bad version - %s\n"
3320 msgstr ""
3321
3322 #: misc/chattr.c:201 misc/lsattr.c:116
3323 #, c-format
3324 msgid "while trying to stat %s"
3325 msgstr ""
3326
3327 #: misc/chattr.c:208
3328 #, c-format
3329 msgid "while reading flags on %s"
3330 msgstr ""
3331
3332 #: misc/chattr.c:213 misc/chattr.c:225
3333 #, c-format
3334 msgid "Flags of %s set as "
3335 msgstr ""
3336
3337 #: misc/chattr.c:234
3338 #, c-format
3339 msgid "while setting flags on %s"
3340 msgstr ""
3341
3342 #: misc/chattr.c:242
3343 #, c-format
3344 msgid "Version of %s set as %lu\n"
3345 msgstr ""
3346
3347 #: misc/chattr.c:246
3348 #, c-format
3349 msgid "while setting version on %s"
3350 msgstr ""
3351
3352 #: misc/chattr.c:266
3353 #, c-format
3354 msgid "Couldn't allocate path variable in chattr_dir_proc"
3355 msgstr ""
3356
3357 #: misc/chattr.c:306
3358 msgid "= is incompatible with - and +\n"
3359 msgstr ""
3360
3361 #: misc/chattr.c:314
3362 msgid "Must use '-v', =, - or +\n"
3363 msgstr ""
3364
3365 #: misc/dumpe2fs.c:55
3366 #, c-format
3367 msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3368 msgstr ""
3369
3370 #: misc/dumpe2fs.c:159
3371 msgid "blocks"
3372 msgstr ""
3373
3374 #: misc/dumpe2fs.c:168
3375 msgid "clusters"
3376 msgstr ""
3377
3378 #: misc/dumpe2fs.c:196
3379 #, c-format
3380 msgid "Group %lu: (Blocks "
3381 msgstr ""
3382
3383 #: misc/dumpe2fs.c:204
3384 #, c-format
3385 msgid " Checksum 0x%04x"
3386 msgstr ""
3387
3388 #: misc/dumpe2fs.c:206
3389 #, c-format
3390 msgid " (EXPECTED 0x%04x)"
3391 msgstr ""
3392
3393 #: misc/dumpe2fs.c:207
3394 #, c-format
3395 msgid ", unused inodes %u\n"
3396 msgstr ""
3397
3398 #: misc/dumpe2fs.c:212
3399 #, c-format
3400 msgid " %s superblock at "
3401 msgstr ""
3402
3403 #: misc/dumpe2fs.c:213
3404 msgid "Primary"
3405 msgstr ""
3406
3407 #: misc/dumpe2fs.c:213
3408 msgid "Backup"
3409 msgstr ""
3410
3411 #: misc/dumpe2fs.c:217
3412 #, c-format
3413 msgid ", Group descriptors at "
3414 msgstr ""
3415
3416 #: misc/dumpe2fs.c:221
3417 #, c-format
3418 msgid ""
3419 "\n"
3420 " Reserved GDT blocks at "
3421 msgstr ""
3422
3423 #: misc/dumpe2fs.c:228
3424 #, c-format
3425 msgid " Group descriptor at "
3426 msgstr ""
3427
3428 #: misc/dumpe2fs.c:234
3429 msgid " Block bitmap at "
3430 msgstr ""
3431
3432 #: misc/dumpe2fs.c:238
3433 msgid ", Inode bitmap at "
3434 msgstr ""
3435
3436 #: misc/dumpe2fs.c:242
3437 msgid ""
3438 "\n"
3439 " Inode table at "
3440 msgstr ""
3441
3442 #: misc/dumpe2fs.c:248
3443 #, c-format
3444 msgid ""
3445 "\n"
3446 " %u free %s, %u free inodes, %u directories%s"
3447 msgstr ""
3448
3449 #: misc/dumpe2fs.c:255
3450 #, c-format
3451 msgid ", %u unused inodes\n"
3452 msgstr ""
3453
3454 #: misc/dumpe2fs.c:258
3455 msgid " Free blocks: "
3456 msgstr ""
3457
3458 #: misc/dumpe2fs.c:269
3459 msgid " Free inodes: "
3460 msgstr ""
3461
3462 #: misc/dumpe2fs.c:300
3463 msgid "while printing bad block list"
3464 msgstr ""
3465
3466 #: misc/dumpe2fs.c:306
3467 #, c-format
3468 msgid "Bad blocks: %u"
3469 msgstr ""
3470
3471 #: misc/dumpe2fs.c:333 misc/tune2fs.c:306
3472 msgid "while reading journal inode"
3473 msgstr ""
3474
3475 #: misc/dumpe2fs.c:339
3476 msgid "while opening journal inode"
3477 msgstr ""
3478
3479 #: misc/dumpe2fs.c:345
3480 msgid "while reading journal super block"
3481 msgstr ""
3482
3483 #: misc/dumpe2fs.c:355
3484 #, c-format
3485 msgid "Journal features: "
3486 msgstr ""
3487
3488 #: misc/dumpe2fs.c:368
3489 msgid "Journal size: "
3490 msgstr ""
3491
3492 #: misc/dumpe2fs.c:379
3493 #, c-format
3494 msgid ""
3495 "Journal length: %u\n"
3496 "Journal sequence: 0x%08x\n"
3497 "Journal start: %u\n"
3498 msgstr ""
3499
3500 #: misc/dumpe2fs.c:386
3501 #, c-format
3502 msgid "Journal errno: %d\n"
3503 msgstr ""
3504
3505 #: misc/dumpe2fs.c:401 misc/tune2fs.c:222
3506 msgid "while reading journal superblock"
3507 msgstr ""
3508
3509 #: misc/dumpe2fs.c:409
3510 msgid "Couldn't find journal superblock magic numbers"
3511 msgstr ""
3512
3513 #: misc/dumpe2fs.c:413
3514 #, c-format
3515 msgid ""
3516 "\n"
3517 "Journal block size: %u\n"
3518 "Journal length: %u\n"
3519 "Journal first block: %u\n"
3520 "Journal sequence: 0x%08x\n"
3521 "Journal start: %u\n"
3522 "Journal number of users: %u\n"
3523 msgstr ""
3524
3525 #: misc/dumpe2fs.c:426
3526 #, c-format
3527 msgid "Journal users: %s\n"
3528 msgstr ""
3529
3530 #: misc/dumpe2fs.c:442 misc/mke2fs.c:666 misc/tune2fs.c:1137
3531 #, c-format
3532 msgid "Couldn't allocate memory to parse options!\n"
3533 msgstr ""
3534
3535 #: misc/dumpe2fs.c:468
3536 #, c-format
3537 msgid "Invalid superblock parameter: %s\n"
3538 msgstr ""
3539
3540 #: misc/dumpe2fs.c:483
3541 #, c-format
3542 msgid "Invalid blocksize parameter: %s\n"
3543 msgstr ""
3544
3545 #: misc/dumpe2fs.c:494
3546 #, c-format
3547 msgid ""
3548 "\n"
3549 "Bad extended option(s) specified: %s\n"
3550 "\n"
3551 "Extended options are separated by commas, and may take an argument which\n"
3552 "\tis set off by an equals ('=') sign.\n"
3553 "\n"
3554 "Valid extended options are:\n"
3555 "\tsuperblock=<superblock number>\n"
3556 "\tblocksize=<blocksize>\n"
3557 msgstr ""
3558
3559 #: misc/dumpe2fs.c:554 misc/mke2fs.c:1555
3560 #, c-format
3561 msgid "\tUsing %s\n"
3562 msgstr ""
3563
3564 #: misc/dumpe2fs.c:590 misc/e2image.c:1326 misc/tune2fs.c:1923
3565 #: resize/main.c:317
3566 #, c-format
3567 msgid "Couldn't find valid filesystem superblock.\n"
3568 msgstr ""
3569
3570 #: misc/dumpe2fs.c:618
3571 #, c-format
3572 msgid ""
3573 "\n"
3574 "%s: %s: error reading bitmaps: %s\n"
3575 msgstr ""
3576
3577 #: misc/e2image.c:90
3578 #, c-format
3579 msgid "Usage: %s [-rsIQa] device image_file\n"
3580 msgstr ""
3581
3582 #: misc/e2image.c:138
3583 #, c-format
3584 msgid "Error: header size is bigger than wrt_size\n"
3585 msgstr ""
3586
3587 #: misc/e2image.c:144
3588 msgid "Couldn't allocate header buffer\n"
3589 msgstr ""
3590
3591 #: misc/e2image.c:174
3592 msgid "while writing superblock"
3593 msgstr ""
3594
3595 #: misc/e2image.c:182
3596 msgid "while writing inode table"
3597 msgstr ""
3598
3599 #: misc/e2image.c:189
3600 msgid "while writing block bitmap"
3601 msgstr ""
3602
3603 #: misc/e2image.c:196
3604 msgid "while writing inode bitmap"
3605 msgstr ""
3606
3607 #: misc/e2image.c:1365
3608 #, c-format
3609 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3610 msgstr ""
3611
3612 #: misc/e2label.c:58
3613 #, c-format
3614 msgid "e2label: cannot open %s\n"
3615 msgstr ""
3616
3617 #: misc/e2label.c:63
3618 #, c-format
3619 msgid "e2label: cannot seek to superblock\n"
3620 msgstr ""
3621
3622 #: misc/e2label.c:68
3623 #, c-format
3624 msgid "e2label: error reading superblock\n"
3625 msgstr ""
3626
3627 #: misc/e2label.c:72
3628 #, c-format
3629 msgid "e2label: not an ext2 filesystem\n"
3630 msgstr ""
3631
3632 #: misc/e2label.c:97 misc/tune2fs.c:2080
3633 #, c-format
3634 msgid "Warning: label too long, truncating.\n"
3635 msgstr ""
3636
3637 #: misc/e2label.c:100
3638 #, c-format
3639 msgid "e2label: cannot seek to superblock again\n"
3640 msgstr ""
3641
3642 #: misc/e2label.c:105
3643 #, c-format
3644 msgid "e2label: error writing superblock\n"
3645 msgstr ""
3646
3647 #: misc/e2label.c:117 misc/tune2fs.c:803
3648 #, c-format
3649 msgid "Usage: e2label device [newlabel]\n"
3650 msgstr ""
3651
3652 #: misc/e2undo.c:36
3653 #, c-format
3654 msgid "Usage: %s <transaction file> <filesystem>\n"
3655 msgstr ""
3656
3657 #: misc/e2undo.c:52
3658 msgid "Failed to read the file system data \n"
3659 msgstr ""
3660
3661 #: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
3662 #, c-format
3663 msgid "Failed tdb_fetch %s\n"
3664 msgstr ""
3665
3666 #: misc/e2undo.c:70
3667 #, c-format
3668 msgid "The file system Mount time didn't match %u\n"
3669 msgstr ""
3670
3671 #: misc/e2undo.c:89
3672 msgid "The file system UUID didn't match \n"
3673 msgstr ""
3674
3675 #: misc/e2undo.c:163
3676 #, c-format
3677 msgid "Failed tdb_open %s\n"
3678 msgstr ""
3679
3680 #: misc/e2undo.c:169
3681 #, c-format
3682 msgid "Error while determining whether %s is mounted.\n"
3683 msgstr ""
3684
3685 #: misc/e2undo.c:175
3686 msgid "e2undo should only be run on unmounted file system\n"
3687 msgstr ""
3688
3689 #: misc/e2undo.c:184
3690 #, c-format
3691 msgid "Failed to open %s\n"
3692 msgstr ""
3693
3694 #: misc/e2undo.c:210
3695 #, c-format
3696 msgid "Replayed transaction of size %zd at location %llu\n"
3697 msgstr ""
3698
3699 #: misc/e2undo.c:216
3700 #, c-format
3701 msgid "Failed write %s\n"
3702 msgstr ""
3703
3704 #: misc/fsck.c:343
3705 #, c-format
3706 msgid "WARNING: couldn't open %s: %s\n"
3707 msgstr ""
3708
3709 #: misc/fsck.c:353
3710 #, c-format
3711 msgid "WARNING: bad format on line %d of %s\n"
3712 msgstr ""
3713
3714 #: misc/fsck.c:370
3715 msgid ""
3716 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
3717 "\tfield. I will kludge around things for you, but you\n"
3718 "\tshould fix your /etc/fstab file as soon as you can.\n"
3719 "\n"
3720 msgstr ""
3721
3722 #: misc/fsck.c:478
3723 #, c-format
3724 msgid "fsck: %s: not found\n"
3725 msgstr ""
3726
3727 #: misc/fsck.c:594
3728 #, c-format
3729 msgid "%s: wait: No more child process?!?\n"
3730 msgstr ""
3731
3732 #: misc/fsck.c:616
3733 #, c-format
3734 msgid "Warning... %s for device %s exited with signal %d.\n"
3735 msgstr ""
3736
3737 #: misc/fsck.c:622
3738 #, c-format
3739 msgid "%s %s: status is %x, should never happen.\n"
3740 msgstr ""
3741
3742 #: misc/fsck.c:661
3743 #, c-format
3744 msgid "Finished with %s (exit status %d)\n"
3745 msgstr ""
3746
3747 #: misc/fsck.c:721
3748 #, c-format
3749 msgid "%s: Error %d while executing fsck.%s for %s\n"
3750 msgstr ""
3751
3752 #: misc/fsck.c:742
3753 msgid ""
3754 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3755 "with 'no' or '!'.\n"
3756 msgstr ""
3757
3758 #: misc/fsck.c:761
3759 msgid "Couldn't allocate memory for filesystem types\n"
3760 msgstr ""
3761
3762 #: misc/fsck.c:884
3763 #, c-format
3764 msgid ""
3765 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3766 "number\n"
3767 msgstr ""
3768
3769 #: misc/fsck.c:911
3770 #, c-format
3771 msgid "fsck: cannot check %s: fsck.%s not found\n"
3772 msgstr ""
3773
3774 #: misc/fsck.c:967
3775 msgid "Checking all file systems.\n"
3776 msgstr ""
3777
3778 #: misc/fsck.c:1058
3779 #, c-format
3780 msgid "--waiting-- (pass %d)\n"
3781 msgstr ""
3782
3783 #: misc/fsck.c:1078
3784 msgid ""
3785 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3786 msgstr ""
3787
3788 #: misc/fsck.c:1120
3789 #, c-format
3790 msgid "%s: too many devices\n"
3791 msgstr ""
3792
3793 #: misc/fsck.c:1153 misc/fsck.c:1239
3794 #, c-format
3795 msgid "%s: too many arguments\n"
3796 msgstr ""
3797
3798 #: misc/lsattr.c:74
3799 #, c-format
3800 msgid "Usage: %s [-RVadlv] [files...]\n"
3801 msgstr ""
3802
3803 #: misc/lsattr.c:84
3804 #, c-format
3805 msgid "While reading flags on %s"
3806 msgstr ""
3807
3808 #: misc/lsattr.c:91
3809 #, c-format
3810 msgid "While reading version on %s"
3811 msgstr ""
3812
3813 #: misc/mke2fs.c:116
3814 #, c-format
3815 msgid ""
3816 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
3817 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3818 "\t[-G flex-group-size] [-N number-of-inodes]\n"
3819 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3820 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3821 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3822 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
3823 "count]\n"
3824 msgstr ""
3825
3826 #: misc/mke2fs.c:221
3827 #, c-format
3828 msgid "Running command: %s\n"
3829 msgstr ""
3830
3831 #: misc/mke2fs.c:225
3832 #, c-format
3833 msgid "while trying to run '%s'"
3834 msgstr ""
3835
3836 #: misc/mke2fs.c:232
3837 msgid "while processing list of bad blocks from program"
3838 msgstr ""
3839
3840 #: misc/mke2fs.c:259
3841 #, c-format
3842 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3843 msgstr ""
3844
3845 #: misc/mke2fs.c:261
3846 #, c-format
3847 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3848 msgstr ""
3849
3850 #: misc/mke2fs.c:264
3851 msgid "Aborting....\n"
3852 msgstr ""
3853
3854 #: misc/mke2fs.c:284
3855 #, c-format
3856 msgid ""
3857 "Warning: the backup superblock/group descriptors at block %u contain\n"
3858 "\tbad blocks.\n"
3859 "\n"
3860 msgstr ""
3861
3862 #: misc/mke2fs.c:303
3863 msgid "while marking bad blocks as used"
3864 msgstr ""
3865
3866 #: misc/mke2fs.c:320
3867 msgid "Writing inode tables: "
3868 msgstr ""
3869
3870 #: misc/mke2fs.c:341
3871 #, c-format
3872 msgid ""
3873 "\n"
3874 "Could not write %d blocks in inode table starting at %llu: %s\n"
3875 msgstr ""
3876
3877 #: misc/mke2fs.c:355 misc/mke2fs.c:2257 misc/mke2fs.c:2512
3878 #, c-format
3879 msgid "done \n"
3880 msgstr ""
3881
3882 #: misc/mke2fs.c:366
3883 msgid "while creating root dir"
3884 msgstr ""
3885
3886 #: misc/mke2fs.c:373
3887 msgid "while reading root inode"
3888 msgstr ""
3889
3890 #: misc/mke2fs.c:385
3891 msgid "while setting root inode ownership"
3892 msgstr ""
3893
3894 #: misc/mke2fs.c:403
3895 msgid "while creating /lost+found"
3896 msgstr ""
3897
3898 #: misc/mke2fs.c:410
3899 msgid "while looking up /lost+found"
3900 msgstr ""
3901
3902 #: misc/mke2fs.c:423
3903 msgid "while expanding /lost+found"
3904 msgstr ""
3905
3906 #: misc/mke2fs.c:438
3907 msgid "while setting bad block inode"
3908 msgstr ""
3909
3910 #: misc/mke2fs.c:465
3911 #, c-format
3912 msgid "Out of memory erasing sectors %d-%d\n"
3913 msgstr ""
3914
3915 #: misc/mke2fs.c:475
3916 #, c-format
3917 msgid "Warning: could not read block 0: %s\n"
3918 msgstr ""
3919
3920 #: misc/mke2fs.c:491
3921 #, c-format
3922 msgid "Warning: could not erase sector %d: %s\n"
3923 msgstr ""
3924
3925 #: misc/mke2fs.c:507
3926 msgid "while initializing journal superblock"
3927 msgstr ""
3928
3929 #: misc/mke2fs.c:515
3930 msgid "Zeroing journal device: "
3931 msgstr ""
3932
3933 #: misc/mke2fs.c:527
3934 #, c-format
3935 msgid "while zeroing journal device (block %llu, count %d)"
3936 msgstr ""
3937
3938 #: misc/mke2fs.c:545
3939 msgid "while writing journal superblock"
3940 msgstr ""
3941
3942 #: misc/mke2fs.c:560
3943 #, c-format
3944 msgid ""
3945 "warning: %llu blocks unused.\n"
3946 "\n"
3947 msgstr ""
3948
3949 #: misc/mke2fs.c:565
3950 #, c-format
3951 msgid "Filesystem label=%s\n"
3952 msgstr ""
3953
3954 #: misc/mke2fs.c:568
3955 #, c-format
3956 msgid "OS type: %s\n"
3957 msgstr ""
3958
3959 #: misc/mke2fs.c:570
3960 #, c-format
3961 msgid "Block size=%u (log=%u)\n"
3962 msgstr ""
3963
3964 #: misc/mke2fs.c:574
3965 #, c-format
3966 msgid "Cluster size=%u (log=%u)\n"
3967 msgstr ""
3968
3969 #: misc/mke2fs.c:578
3970 #, c-format
3971 msgid "Fragment size=%u (log=%u)\n"
3972 msgstr ""
3973
3974 #: misc/mke2fs.c:580
3975 #, c-format
3976 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3977 msgstr ""
3978
3979 #: misc/mke2fs.c:582
3980 #, c-format
3981 msgid "%u inodes, %llu blocks\n"
3982 msgstr ""
3983
3984 #: misc/mke2fs.c:584
3985 #, c-format
3986 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
3987 msgstr ""
3988
3989 #: misc/mke2fs.c:587
3990 #, c-format
3991 msgid "First data block=%u\n"
3992 msgstr ""
3993
3994 #: misc/mke2fs.c:589
3995 #, c-format
3996 msgid "Root directory owner=%u:%u\n"
3997 msgstr ""
3998
3999 #: misc/mke2fs.c:591
4000 #, c-format
4001 msgid "Maximum filesystem blocks=%lu\n"
4002 msgstr ""
4003
4004 #: misc/mke2fs.c:595
4005 #, c-format
4006 msgid "%u block groups\n"
4007 msgstr ""
4008
4009 #: misc/mke2fs.c:597
4010 #, c-format
4011 msgid "%u block group\n"
4012 msgstr ""
4013
4014 #: misc/mke2fs.c:600
4015 #, c-format
4016 msgid "%u blocks per group, %u clusters per group\n"
4017 msgstr ""
4018
4019 #: misc/mke2fs.c:603
4020 #, c-format
4021 msgid "%u blocks per group, %u fragments per group\n"
4022 msgstr ""
4023
4024 #: misc/mke2fs.c:605
4025 #, c-format
4026 msgid "%u inodes per group\n"
4027 msgstr ""
4028
4029 #: misc/mke2fs.c:612
4030 #, c-format
4031 msgid "Superblock backups stored on blocks: "
4032 msgstr ""
4033
4034 #: misc/mke2fs.c:691 misc/tune2fs.c:1165
4035 #, c-format
4036 msgid "Invalid mmp_update_interval: %s\n"
4037 msgstr ""
4038
4039 #: misc/mke2fs.c:705
4040 #, c-format
4041 msgid "Invalid stride parameter: %s\n"
4042 msgstr ""
4043
4044 #: misc/mke2fs.c:720
4045 #, c-format
4046 msgid "Invalid stripe-width parameter: %s\n"
4047 msgstr ""
4048
4049 #: misc/mke2fs.c:743
4050 #, c-format
4051 msgid "Invalid resize parameter: %s\n"
4052 msgstr ""
4053
4054 #: misc/mke2fs.c:750
4055 #, c-format
4056 msgid "The resize maximum must be greater than the filesystem size.\n"
4057 msgstr ""
4058
4059 #: misc/mke2fs.c:774
4060 #, c-format
4061 msgid "On-line resizing not supported with revision 0 filesystems\n"
4062 msgstr ""
4063
4064 #: misc/mke2fs.c:801 misc/mke2fs.c:810
4065 #, c-format
4066 msgid "Invalid root_owner: '%s'\n"
4067 msgstr ""
4068
4069 #: misc/mke2fs.c:835
4070 #, c-format
4071 msgid "Invalid quotatype parameter: %s\n"
4072 msgstr ""
4073
4074 #: misc/mke2fs.c:846
4075 #, c-format
4076 msgid ""
4077 "\n"
4078 "Bad option(s) specified: %s\n"
4079 "\n"
4080 "Extended options are separated by commas, and may take an argument which\n"
4081 "\tis set off by an equals ('=') sign.\n"
4082 "\n"
4083 "Valid extended options are:\n"
4084 "\tstride=<RAID per-disk data chunk in blocks>\n"
4085 "\tstripe-width=<RAID stride * data disks in blocks>\n"
4086 "\tresize=<resize maximum size in blocks>\n"
4087 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4088 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4089 "\troot_uid=<uid of root directory>\n"
4090 "\troot_gid=<gid of root directory>\n"
4091 "\ttest_fs\n"
4092 "\tdiscard\n"
4093 "\tnodiscard\n"
4094 "\tquotatype=<usr OR grp>\n"
4095 "\n"
4096 msgstr ""
4097
4098 #: misc/mke2fs.c:868
4099 #, c-format
4100 msgid ""
4101 "\n"
4102 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4103 "\n"
4104 msgstr ""
4105
4106 #: misc/mke2fs.c:907
4107 #, c-format
4108 msgid ""
4109 "Syntax error in mke2fs config file (%s, line #%d)\n"
4110 "\t%s\n"
4111 msgstr ""
4112
4113 #: misc/mke2fs.c:920 misc/tune2fs.c:398
4114 #, c-format
4115 msgid "Invalid filesystem option set: %s\n"
4116 msgstr ""
4117
4118 #: misc/mke2fs.c:932 misc/tune2fs.c:349
4119 #, c-format
4120 msgid "Invalid mount option set: %s\n"
4121 msgstr ""
4122
4123 #: misc/mke2fs.c:1072
4124 #, c-format
4125 msgid ""
4126 "\n"
4127 "Your mke2fs.conf file does not define the %s filesystem type.\n"
4128 msgstr ""
4129
4130 #: misc/mke2fs.c:1076
4131 #, c-format
4132 msgid ""
4133 "You probably need to install an updated mke2fs.conf file.\n"
4134 "\n"
4135 msgstr ""
4136
4137 #: misc/mke2fs.c:1080
4138 #, c-format
4139 msgid "Aborting...\n"
4140 msgstr ""
4141
4142 #: misc/mke2fs.c:1120
4143 #, c-format
4144 msgid ""
4145 "\n"
4146 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
4147 "\n"
4148 msgstr ""
4149
4150 #: misc/mke2fs.c:1276
4151 #, c-format
4152 msgid "Couldn't allocate memory for new PATH.\n"
4153 msgstr ""
4154
4155 #: misc/mke2fs.c:1317
4156 #, c-format
4157 msgid "Couldn't init profile successfully (error: %ld).\n"
4158 msgstr ""
4159
4160 #: misc/mke2fs.c:1357
4161 #, c-format
4162 msgid "invalid block size - %s"
4163 msgstr ""
4164
4165 #: misc/mke2fs.c:1361
4166 #, c-format
4167 msgid "Warning: blocksize %d not usable on most systems.\n"
4168 msgstr ""
4169
4170 #: misc/mke2fs.c:1377
4171 #, c-format
4172 msgid "invalid cluster size - %s"
4173 msgstr ""
4174
4175 #: misc/mke2fs.c:1387
4176 msgid "'-R' is deprecated, use '-E' instead"
4177 msgstr ""
4178
4179 #: misc/mke2fs.c:1399
4180 msgid "Illegal number for blocks per group"
4181 msgstr ""
4182
4183 #: misc/mke2fs.c:1404
4184 msgid "blocks per group must be multiple of 8"
4185 msgstr ""
4186
4187 #: misc/mke2fs.c:1412
4188 msgid "Illegal number for flex_bg size"
4189 msgstr ""
4190
4191 #: misc/mke2fs.c:1418
4192 msgid "flex_bg size must be a power of 2"
4193 msgstr ""
4194
4195 #: misc/mke2fs.c:1428
4196 #, c-format
4197 msgid "invalid inode ratio %s (min %d/max %d)"
4198 msgstr ""
4199
4200 #: misc/mke2fs.c:1438
4201 #, c-format
4202 msgid "invalid inode size - %s"
4203 msgstr ""
4204
4205 #: misc/mke2fs.c:1450
4206 #, c-format
4207 msgid ""
4208 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
4209 "nodiscard' extended option instead!\n"
4210 msgstr ""
4211
4212 #: misc/mke2fs.c:1460
4213 msgid "in malloc for bad_blocks_filename"
4214 msgstr ""
4215
4216 #: misc/mke2fs.c:1473
4217 #, c-format
4218 msgid "invalid reserved blocks percent - %s"
4219 msgstr ""
4220
4221 #: misc/mke2fs.c:1488
4222 #, c-format
4223 msgid "bad num inodes - %s"
4224 msgstr ""
4225
4226 #: misc/mke2fs.c:1505
4227 #, c-format
4228 msgid "bad revision level - %s"
4229 msgstr ""
4230
4231 #: misc/mke2fs.c:1519
4232 msgid "The -t option may only be used once"
4233 msgstr ""
4234
4235 #: misc/mke2fs.c:1527
4236 msgid "The -T option may only be used once"
4237 msgstr ""
4238
4239 #: misc/mke2fs.c:1580 misc/mke2fs.c:2591
4240 #, c-format
4241 msgid "while trying to open journal device %s\n"
4242 msgstr ""
4243
4244 #: misc/mke2fs.c:1586
4245 #, c-format
4246 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4247 msgstr ""
4248
4249 #: misc/mke2fs.c:1592
4250 #, c-format
4251 msgid "Using journal device's blocksize: %d\n"
4252 msgstr ""
4253
4254 #: misc/mke2fs.c:1603
4255 #, c-format
4256 msgid "invalid blocks '%s' on device '%s'"
4257 msgstr ""
4258
4259 #: misc/mke2fs.c:1613
4260 msgid "filesystem"
4261 msgstr ""
4262
4263 #: misc/mke2fs.c:1626 resize/main.c:367
4264 msgid "while trying to determine filesystem size"
4265 msgstr ""
4266
4267 #: misc/mke2fs.c:1632
4268 msgid ""
4269 "Couldn't determine device size; you must specify\n"
4270 "the size of the filesystem\n"
4271 msgstr ""
4272
4273 #: misc/mke2fs.c:1639
4274 msgid ""
4275 "Device size reported to be zero. Invalid partition specified, or\n"
4276 "\tpartition table wasn't reread after running fdisk, due to\n"
4277 "\ta modified partition being busy and in use. You may need to reboot\n"
4278 "\tto re-read your partition table.\n"
4279 msgstr ""
4280
4281 #: misc/mke2fs.c:1656
4282 msgid "Filesystem larger than apparent device size."
4283 msgstr ""
4284
4285 #: misc/mke2fs.c:1676
4286 #, c-format
4287 msgid "Failed to parse fs types list\n"
4288 msgstr ""
4289
4290 #: misc/mke2fs.c:1730
4291 #, c-format
4292 msgid ""
4293 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4294 "\tin 32 bits using a blocksize of %d.\n"
4295 msgstr ""
4296
4297 #: misc/mke2fs.c:1746
4298 msgid "fs_types for mke2fs.conf resolution: "
4299 msgstr ""
4300
4301 #: misc/mke2fs.c:1753
4302 #, c-format
4303 msgid "Filesystem features not supported with revision 0 filesystems\n"
4304 msgstr ""
4305
4306 #: misc/mke2fs.c:1760
4307 #, c-format
4308 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4309 msgstr ""
4310
4311 #: misc/mke2fs.c:1772
4312 #, c-format
4313 msgid "Journals not supported with revision 0 filesystems\n"
4314 msgstr ""
4315
4316 #: misc/mke2fs.c:1786
4317 #, c-format
4318 msgid "invalid reserved blocks percent - %lf"
4319 msgstr ""
4320
4321 #: misc/mke2fs.c:1802
4322 #, c-format
4323 msgid ""
4324 "The resize_inode and meta_bg features are not compatible.\n"
4325 "They can not be both enabled simultaneously.\n"
4326 msgstr ""
4327
4328 #: misc/mke2fs.c:1819
4329 msgid "while trying to determine hardware sector size"
4330 msgstr ""
4331
4332 #: misc/mke2fs.c:1825
4333 msgid "while trying to determine physical sector size"
4334 msgstr ""
4335
4336 #: misc/mke2fs.c:1858
4337 msgid "while setting blocksize; too small for device\n"
4338 msgstr ""
4339
4340 #: misc/mke2fs.c:1863
4341 #, c-format
4342 msgid ""
4343 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4344 msgstr ""
4345
4346 #: misc/mke2fs.c:1881
4347 msgid "The cluster size may not be smaller than the block size.\n"
4348 msgstr ""
4349
4350 #: misc/mke2fs.c:1887
4351 msgid "specifying a cluster size requires the bigalloc feature"
4352 msgstr ""
4353
4354 #: misc/mke2fs.c:1906
4355 #, c-format
4356 msgid "warning: Unable to get device geometry for %s\n"
4357 msgstr ""
4358
4359 #: misc/mke2fs.c:1909
4360 #, c-format
4361 msgid "%s alignment is offset by %lu bytes.\n"
4362 msgstr ""
4363
4364 #: misc/mke2fs.c:1911
4365 #, c-format
4366 msgid ""
4367 "This may result in very poor performance, (re)-partitioning suggested.\n"
4368 msgstr ""
4369
4370 #: misc/mke2fs.c:1930
4371 #, c-format
4372 msgid "%d-byte blocks too big for system (max %d)"
4373 msgstr ""
4374
4375 #: misc/mke2fs.c:1934
4376 #, c-format
4377 msgid ""
4378 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4379 msgstr ""
4380
4381 #: misc/mke2fs.c:1968
4382 msgid "Can't support bigalloc feature without extents feature"
4383 msgstr ""
4384
4385 #: misc/mke2fs.c:1975
4386 #, c-format
4387 msgid ""
4388 "\n"
4389 "Warning: the bigalloc feature is still under development\n"
4390 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4391 "\n"
4392 msgstr ""
4393
4394 #: misc/mke2fs.c:1982 misc/tune2fs.c:740
4395 #, c-format
4396 msgid ""
4397 "\n"
4398 "Warning: the quota feature is still under development\n"
4399 "See https://ext4.wiki.kernel.org/index.php/Quota for more information\n"
4400 "\n"
4401 msgstr ""
4402
4403 #: misc/mke2fs.c:1993
4404 msgid "reserved online resize blocks not supported on non-sparse filesystem"
4405 msgstr ""
4406
4407 #: misc/mke2fs.c:2002
4408 msgid "blocks per group count out of range"
4409 msgstr ""
4410
4411 #: misc/mke2fs.c:2026
4412 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4413 msgstr ""
4414
4415 #: misc/mke2fs.c:2038
4416 #, c-format
4417 msgid "invalid inode size %d (min %d/max %d)"
4418 msgstr ""
4419
4420 #: misc/mke2fs.c:2056
4421 #, c-format
4422 msgid "too many inodes (%llu), raise inode ratio?"
4423 msgstr ""
4424
4425 #: misc/mke2fs.c:2063
4426 #, c-format
4427 msgid "too many inodes (%llu), specify < 2^32 inodes"
4428 msgstr ""
4429
4430 #: misc/mke2fs.c:2077
4431 #, c-format
4432 msgid ""
4433 "inode_size (%u) * inodes_count (%u) too big for a\n"
4434 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4435 "\tor lower inode count (-N).\n"
4436 msgstr ""
4437
4438 #: misc/mke2fs.c:2196
4439 #, c-format
4440 msgid ""
4441 "Overwriting existing filesystem; this can be undone using the command:\n"
4442 " e2undo %s %s\n"
4443 "\n"
4444 msgstr ""
4445
4446 #: misc/mke2fs.c:2210
4447 msgid "while trying to setup undo file\n"
4448 msgstr ""
4449
4450 #: misc/mke2fs.c:2236
4451 msgid "Discarding device blocks: "
4452 msgstr ""
4453
4454 #: misc/mke2fs.c:2252
4455 msgid "failed - "
4456 msgstr ""
4457
4458 #: misc/mke2fs.c:2360
4459 msgid "while setting up superblock"
4460 msgstr ""
4461
4462 #: misc/mke2fs.c:2369
4463 #, c-format
4464 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4465 msgstr ""
4466
4467 #: misc/mke2fs.c:2452
4468 #, c-format
4469 msgid "unknown os - %s"
4470 msgstr ""
4471
4472 #: misc/mke2fs.c:2504
4473 #, c-format
4474 msgid "Allocating group tables: "
4475 msgstr ""
4476
4477 #: misc/mke2fs.c:2508
4478 msgid "while trying to allocate filesystem tables"
4479 msgstr ""
4480
4481 #: misc/mke2fs.c:2517
4482 msgid ""
4483 "\n"
4484 "\twhile converting subcluster bitmap"
4485 msgstr ""
4486
4487 #: misc/mke2fs.c:2560
4488 #, c-format
4489 msgid "while zeroing block %llu at end of filesystem"
4490 msgstr ""
4491
4492 #: misc/mke2fs.c:2573
4493 msgid "while reserving blocks for online resize"
4494 msgstr ""
4495
4496 #: misc/mke2fs.c:2584 misc/tune2fs.c:645
4497 msgid "journal"
4498 msgstr ""
4499
4500 #: misc/mke2fs.c:2596
4501 #, c-format
4502 msgid "Adding journal to device %s: "
4503 msgstr ""
4504
4505 #: misc/mke2fs.c:2603
4506 #, c-format
4507 msgid ""
4508 "\n"
4509 "\twhile trying to add journal to device %s"
4510 msgstr ""
4511
4512 #: misc/mke2fs.c:2608 misc/mke2fs.c:2640 misc/tune2fs.c:674 misc/tune2fs.c:688
4513 #, c-format
4514 msgid "done\n"
4515 msgstr ""
4516
4517 #: misc/mke2fs.c:2617
4518 #, c-format
4519 msgid "Skipping journal creation in super-only mode\n"
4520 msgstr ""
4521
4522 #: misc/mke2fs.c:2628
4523 #, c-format
4524 msgid "Creating journal (%u blocks): "
4525 msgstr ""
4526
4527 #: misc/mke2fs.c:2636
4528 msgid ""
4529 "\n"
4530 "\twhile trying to create journal"
4531 msgstr ""
4532
4533 #: misc/mke2fs.c:2647 misc/tune2fs.c:451
4534 #, c-format
4535 msgid ""
4536 "\n"
4537 "Error while enabling multiple mount protection feature."
4538 msgstr ""
4539
4540 #: misc/mke2fs.c:2652
4541 #, c-format
4542 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4543 msgstr ""
4544
4545 #: misc/mke2fs.c:2665
4546 #, c-format
4547 msgid "Writing superblocks and filesystem accounting information: "
4548 msgstr ""
4549
4550 #: misc/mke2fs.c:2672
4551 #, c-format
4552 msgid ""
4553 "\n"
4554 "Warning, had trouble writing out superblocks."
4555 msgstr ""
4556
4557 #: misc/mke2fs.c:2674
4558 #, c-format
4559 msgid ""
4560 "done\n"
4561 "\n"
4562 msgstr ""
4563
4564 #: misc/mklost+found.c:50
4565 #, c-format
4566 msgid "Usage: mklost+found\n"
4567 msgstr ""
4568
4569 #: misc/partinfo.c:41
4570 #, c-format
4571 msgid ""
4572 "Usage: %s device...\n"
4573 "\n"
4574 "Prints out the partition information for each given device.\n"
4575 "For example: %s /dev/hda\n"
4576 "\n"
4577 msgstr ""
4578
4579 #: misc/partinfo.c:51
4580 #, c-format
4581 msgid "Cannot open %s: %s"
4582 msgstr ""
4583
4584 #: misc/partinfo.c:57
4585 #, c-format
4586 msgid "Cannot get geometry of %s: %s"
4587 msgstr ""
4588
4589 #: misc/partinfo.c:65
4590 #, c-format
4591 msgid "Cannot get size of %s: %s"
4592 msgstr ""
4593
4594 #: misc/partinfo.c:71
4595 #, c-format
4596 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4597 msgstr ""
4598
4599 #: misc/tune2fs.c:107
4600 msgid "Please run e2fsck on the filesystem.\n"
4601 msgstr ""
4602
4603 #: misc/tune2fs.c:116
4604 #, c-format
4605 msgid ""
4606 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4607 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4608 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4609 "mmp_update_interval]\n"
4610 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4611 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4612 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4613 "\t[ -I new_inode_size ] device\n"
4614 msgstr ""
4615
4616 #: misc/tune2fs.c:209
4617 msgid "while trying to open external journal"
4618 msgstr ""
4619
4620 #: misc/tune2fs.c:214
4621 #, c-format
4622 msgid "%s is not a journal device.\n"
4623 msgstr ""
4624
4625 #: misc/tune2fs.c:229
4626 msgid "Journal superblock not found!\n"
4627 msgstr ""
4628
4629 #: misc/tune2fs.c:240
4630 msgid "Filesystem's UUID not found on journal device.\n"
4631 msgstr ""
4632
4633 #: misc/tune2fs.c:261
4634 msgid ""
4635 "Cannot locate journal device. It was NOT removed\n"
4636 "Use -f option to remove missing journal device.\n"
4637 msgstr ""
4638
4639 #: misc/tune2fs.c:269
4640 msgid "Journal removed\n"
4641 msgstr ""
4642
4643 #: misc/tune2fs.c:313
4644 msgid "while reading bitmaps"
4645 msgstr ""
4646
4647 #: misc/tune2fs.c:321
4648 msgid "while clearing journal inode"
4649 msgstr ""
4650
4651 #: misc/tune2fs.c:332
4652 msgid "while writing journal inode"
4653 msgstr ""
4654
4655 #: misc/tune2fs.c:367
4656 #, c-format
4657 msgid "(and reboot afterwards!)\n"
4658 msgstr ""
4659
4660 #: misc/tune2fs.c:401
4661 #, c-format
4662 msgid "Clearing filesystem feature '%s' not supported.\n"
4663 msgstr ""
4664
4665 #: misc/tune2fs.c:407
4666 #, c-format
4667 msgid "Setting filesystem feature '%s' not supported.\n"
4668 msgstr ""
4669
4670 #: misc/tune2fs.c:416
4671 msgid ""
4672 "The has_journal feature may only be cleared when the filesystem is\n"
4673 "unmounted or mounted read-only.\n"
4674 msgstr ""
4675
4676 #: misc/tune2fs.c:424
4677 msgid ""
4678 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
4679 "the has_journal flag.\n"
4680 msgstr ""
4681
4682 #: misc/tune2fs.c:443
4683 msgid ""
4684 "The multiple mount protection feature can't\n"
4685 "be set if the filesystem is mounted or\n"
4686 "read-only.\n"
4687 msgstr ""
4688
4689 #: misc/tune2fs.c:461
4690 #, c-format
4691 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4692 msgstr ""
4693
4694 #: misc/tune2fs.c:470
4695 msgid ""
4696 "The multiple mount protection feature cannot\n"
4697 "be disabled if the filesystem is readonly.\n"
4698 msgstr ""
4699
4700 #: misc/tune2fs.c:478
4701 msgid "Error while reading bitmaps\n"
4702 msgstr ""
4703
4704 #: misc/tune2fs.c:487
4705 #, c-format
4706 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4707 msgstr ""
4708
4709 #: misc/tune2fs.c:492
4710 msgid "while reading MMP block."
4711 msgstr ""
4712
4713 #: misc/tune2fs.c:524
4714 msgid ""
4715 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4716 "inconsistent.\n"
4717 msgstr ""
4718
4719 #: misc/tune2fs.c:535
4720 msgid ""
4721 "The huge_file feature may only be cleared when the filesystem is\n"
4722 "unmounted or mounted read-only.\n"
4723 msgstr ""
4724
4725 #: misc/tune2fs.c:595
4726 msgid ""
4727 "\n"
4728 "Warning: '^quota' option overrides '-Q'arguments.\n"
4729 msgstr ""
4730
4731 #: misc/tune2fs.c:640
4732 msgid "The filesystem already has a journal.\n"
4733 msgstr ""
4734
4735 #: misc/tune2fs.c:658
4736 #, c-format
4737 msgid ""
4738 "\n"
4739 "\twhile trying to open journal on %s\n"
4740 msgstr ""
4741
4742 #: misc/tune2fs.c:662
4743 #, c-format
4744 msgid "Creating journal on device %s: "
4745 msgstr ""
4746
4747 #: misc/tune2fs.c:670
4748 #, c-format
4749 msgid "while adding filesystem to journal on %s"
4750 msgstr ""
4751
4752 #: misc/tune2fs.c:676
4753 msgid "Creating journal inode: "
4754 msgstr ""
4755
4756 #: misc/tune2fs.c:685
4757 msgid ""
4758 "\n"
4759 "\twhile trying to create journal file"
4760 msgstr ""
4761
4762 #: misc/tune2fs.c:763
4763 msgid "Couldn't allocate memory to parse quota options!\n"
4764 msgstr ""
4765
4766 #: misc/tune2fs.c:785
4767 msgid ""
4768 "\n"
4769 "Bad quota options specified.\n"
4770 "\n"
4771 "Following valid quota options are available (pass by separating with "
4772 "comma):\n"
4773 "\t[^]usrquota\n"
4774 "\t[^]grpquota\n"
4775 "\n"
4776 "\n"
4777 msgstr ""
4778
4779 #: misc/tune2fs.c:846
4780 #, c-format
4781 msgid "Couldn't parse date/time specifier: %s"
4782 msgstr ""
4783
4784 #: misc/tune2fs.c:870 misc/tune2fs.c:883
4785 #, c-format
4786 msgid "bad mounts count - %s"
4787 msgstr ""
4788
4789 #: misc/tune2fs.c:899
4790 #, c-format
4791 msgid "bad error behavior - %s"
4792 msgstr ""
4793
4794 #: misc/tune2fs.c:926
4795 #, c-format
4796 msgid "bad gid/group name - %s"
4797 msgstr ""
4798
4799 #: misc/tune2fs.c:959
4800 #, c-format
4801 msgid "bad interval - %s"
4802 msgstr ""
4803
4804 #: misc/tune2fs.c:988
4805 #, c-format
4806 msgid "bad reserved block ratio - %s"
4807 msgstr ""
4808
4809 #: misc/tune2fs.c:1003
4810 msgid "-o may only be specified once"
4811 msgstr ""
4812
4813 #: misc/tune2fs.c:1012
4814 msgid "-O may only be specified once"
4815 msgstr ""
4816
4817 #: misc/tune2fs.c:1027
4818 #, c-format
4819 msgid "bad reserved blocks count - %s"
4820 msgstr ""
4821
4822 #: misc/tune2fs.c:1056
4823 #, c-format
4824 msgid "bad uid/user name - %s"
4825 msgstr ""
4826
4827 #: misc/tune2fs.c:1073
4828 #, c-format
4829 msgid "bad inode size - %s"
4830 msgstr ""
4831
4832 #: misc/tune2fs.c:1080
4833 #, c-format
4834 msgid "Inode size must be a power of two- %s"
4835 msgstr ""
4836
4837 #: misc/tune2fs.c:1174
4838 #, c-format
4839 msgid "mmp_update_interval too big: %lu\n"
4840 msgstr ""
4841
4842 #: misc/tune2fs.c:1179
4843 #, c-format
4844 msgid "Setting multiple mount protection update interval to %lu second\n"
4845 msgid_plural ""
4846 "Setting multiple mount protection update interval to %lu seconds\n"
4847 msgstr[0] ""
4848 msgstr[1] ""
4849
4850 #: misc/tune2fs.c:1202
4851 #, c-format
4852 msgid "Invalid RAID stride: %s\n"
4853 msgstr ""
4854
4855 #: misc/tune2fs.c:1217
4856 #, c-format
4857 msgid "Invalid RAID stripe-width: %s\n"
4858 msgstr ""
4859
4860 #: misc/tune2fs.c:1232
4861 #, c-format
4862 msgid "Invalid hash algorithm: %s\n"
4863 msgstr ""
4864
4865 #: misc/tune2fs.c:1238
4866 #, c-format
4867 msgid "Setting default hash algorithm to %s (%d)\n"
4868 msgstr ""
4869
4870 #: misc/tune2fs.c:1257
4871 #, c-format
4872 msgid ""
4873 "\n"
4874 "Bad options specified.\n"
4875 "\n"
4876 "Extended options are separated by commas, and may take an argument which\n"
4877 "\tis set off by an equals ('=') sign.\n"
4878 "\n"
4879 "Valid extended options are:\n"
4880 "\tclear_mmp\n"
4881 "\thash_alg=<hash algorithm>\n"
4882 "\tmount_opts=<extended default mount options>\n"
4883 "\tstride=<RAID per-disk chunk size in blocks>\n"
4884 "\tstripe_width=<RAID stride*data disks in blocks>\n"
4885 "\ttest_fs\n"
4886 "\t^test_fs\n"
4887 msgstr ""
4888
4889 #: misc/tune2fs.c:1723
4890 msgid "Failed to read inode bitmap\n"
4891 msgstr ""
4892
4893 #: misc/tune2fs.c:1728
4894 msgid "Failed to read block bitmap\n"
4895 msgstr ""
4896
4897 #: misc/tune2fs.c:1745 resize/resize2fs.c:870
4898 msgid "blocks to be moved"
4899 msgstr ""
4900
4901 #: misc/tune2fs.c:1748
4902 msgid "Failed to allocate block bitmap when increasing inode size\n"
4903 msgstr ""
4904
4905 #: misc/tune2fs.c:1754
4906 msgid "Not enough space to increase inode size \n"
4907 msgstr ""
4908
4909 #: misc/tune2fs.c:1759
4910 msgid "Failed to relocate blocks during inode resize \n"
4911 msgstr ""
4912
4913 #: misc/tune2fs.c:1791
4914 msgid ""
4915 "Error in resizing the inode size.\n"
4916 "Run e2undo to undo the file system changes. \n"
4917 msgstr ""
4918
4919 #: misc/tune2fs.c:1818
4920 msgid "Couldn't allocate memory for tdb filename\n"
4921 msgstr ""
4922
4923 #: misc/tune2fs.c:1840
4924 #, c-format
4925 msgid "while trying to delete %s"
4926 msgstr ""
4927
4928 #: misc/tune2fs.c:1850
4929 #, c-format
4930 msgid ""
4931 "To undo the tune2fs operation please run the command\n"
4932 " e2undo %s %s\n"
4933 "\n"
4934 msgstr ""
4935
4936 #: misc/tune2fs.c:1919
4937 #, c-format
4938 msgid ""
4939 "MMP block magic is bad. Try to fix it by running:\n"
4940 "'e2fsck -f %s'\n"
4941 msgstr ""
4942
4943 #: misc/tune2fs.c:1937
4944 #, c-format
4945 msgid "The inode size is already %lu\n"
4946 msgstr ""
4947
4948 #: misc/tune2fs.c:1943
4949 #, c-format
4950 msgid "Shrinking the inode size is not supported\n"
4951 msgstr ""
4952
4953 #: misc/tune2fs.c:1949
4954 #, c-format
4955 msgid "Invalid inode size %lu (max %d)\n"
4956 msgstr ""
4957
4958 #: misc/tune2fs.c:1996
4959 #, c-format
4960 msgid "Setting maximal mount count to %d\n"
4961 msgstr ""
4962
4963 #: misc/tune2fs.c:2002
4964 #, c-format
4965 msgid "Setting current mount count to %d\n"
4966 msgstr ""
4967
4968 #: misc/tune2fs.c:2007
4969 #, c-format
4970 msgid "Setting error behavior to %d\n"
4971 msgstr ""
4972
4973 #: misc/tune2fs.c:2012
4974 #, c-format
4975 msgid "Setting reserved blocks gid to %lu\n"
4976 msgstr ""
4977
4978 #: misc/tune2fs.c:2017
4979 #, c-format
4980 msgid "interval between checks is too big (%lu)"
4981 msgstr ""
4982
4983 #: misc/tune2fs.c:2024
4984 #, c-format
4985 msgid "Setting interval between checks to %lu seconds\n"
4986 msgstr ""
4987
4988 #: misc/tune2fs.c:2031
4989 #, c-format
4990 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
4991 msgstr ""
4992
4993 #: misc/tune2fs.c:2037
4994 #, c-format
4995 msgid "reserved blocks count is too big (%llu)"
4996 msgstr ""
4997
4998 #: misc/tune2fs.c:2044
4999 #, c-format
5000 msgid "Setting reserved blocks count to %llu\n"
5001 msgstr ""
5002
5003 #: misc/tune2fs.c:2050
5004 msgid ""
5005 "\n"
5006 "The filesystem already has sparse superblocks.\n"
5007 msgstr ""
5008
5009 #: misc/tune2fs.c:2057
5010 #, c-format
5011 msgid ""
5012 "\n"
5013 "Sparse superblock flag set. %s"
5014 msgstr ""
5015
5016 #: misc/tune2fs.c:2062
5017 msgid ""
5018 "\n"
5019 "Clearing the sparse superflag not supported.\n"
5020 msgstr ""
5021
5022 #: misc/tune2fs.c:2070
5023 #, c-format
5024 msgid "Setting time filesystem last checked to %s\n"
5025 msgstr ""
5026
5027 #: misc/tune2fs.c:2076
5028 #, c-format
5029 msgid "Setting reserved blocks uid to %lu\n"
5030 msgstr ""
5031
5032 #: misc/tune2fs.c:2108
5033 msgid "Error in using clear_mmp. It must be used with -f\n"
5034 msgstr ""
5035
5036 #: misc/tune2fs.c:2126
5037 msgid ""
5038 "The quota feature may only be changed when the filesystem is unmounted.\n"
5039 msgstr ""
5040
5041 #: misc/tune2fs.c:2159
5042 msgid "Invalid UUID format\n"
5043 msgstr ""
5044
5045 #: misc/tune2fs.c:2172
5046 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5047 msgstr ""
5048
5049 #: misc/tune2fs.c:2180
5050 msgid ""
5051 "Changing the inode size not supported for filesystems with the flex_bg\n"
5052 "feature enabled.\n"
5053 msgstr ""
5054
5055 #: misc/tune2fs.c:2193
5056 #, c-format
5057 msgid "Setting inode size %lu\n"
5058 msgstr ""
5059
5060 #: misc/tune2fs.c:2196
5061 #, c-format
5062 msgid "Failed to change inode size\n"
5063 msgstr ""
5064
5065 #: misc/tune2fs.c:2207
5066 #, c-format
5067 msgid "Setting stride size to %d\n"
5068 msgstr ""
5069
5070 #: misc/tune2fs.c:2212
5071 #, c-format
5072 msgid "Setting stripe width to %d\n"
5073 msgstr ""
5074
5075 #: misc/tune2fs.c:2219
5076 #, c-format
5077 msgid "Setting extended default mount options to '%s'\n"
5078 msgstr ""
5079
5080 #: misc/util.c:74
5081 msgid "Proceed anyway? (y,n) "
5082 msgstr ""
5083
5084 #: misc/util.c:89
5085 #, c-format
5086 msgid "Could not stat %s --- %s\n"
5087 msgstr ""
5088
5089 #: misc/util.c:92
5090 msgid ""
5091 "\n"
5092 "The device apparently does not exist; did you specify it correctly?\n"
5093 msgstr ""
5094
5095 #: misc/util.c:103
5096 #, c-format
5097 msgid "%s is not a block special device.\n"
5098 msgstr ""
5099
5100 #: misc/util.c:132
5101 #, c-format
5102 msgid "%s is entire device, not just one partition!\n"
5103 msgstr ""
5104
5105 #: misc/util.c:154
5106 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5107 msgstr ""
5108
5109 #: misc/util.c:159
5110 #, c-format
5111 msgid "will not make a %s here!\n"
5112 msgstr ""
5113
5114 #: misc/util.c:166
5115 msgid "mke2fs forced anyway.\n"
5116 msgstr ""
5117
5118 #: misc/util.c:182
5119 msgid "Couldn't allocate memory to parse journal options!\n"
5120 msgstr ""
5121
5122 #: misc/util.c:207
5123 #, c-format
5124 msgid ""
5125 "\n"
5126 "Could not find journal device matching %s\n"
5127 msgstr ""
5128
5129 #: misc/util.c:228
5130 msgid ""
5131 "\n"
5132 "Bad journal options specified.\n"
5133 "\n"
5134 "Journal options are separated by commas, and may take an argument which\n"
5135 "\tis set off by an equals ('=') sign.\n"
5136 "\n"
5137 "Valid journal options are:\n"
5138 "\tsize=<journal size in megabytes>\n"
5139 "\tdevice=<journal device>\n"
5140 "\n"
5141 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5142 "\n"
5143 msgstr ""
5144
5145 #: misc/util.c:258
5146 msgid ""
5147 "\n"
5148 "Filesystem too small for a journal\n"
5149 msgstr ""
5150
5151 #: misc/util.c:265
5152 #, c-format
5153 msgid ""
5154 "\n"
5155 "The requested journal size is %d blocks; it must be\n"
5156 "between 1024 and 10240000 blocks. Aborting.\n"
5157 msgstr ""
5158
5159 #: misc/util.c:273
5160 msgid ""
5161 "\n"
5162 "Journal size too big for filesystem.\n"
5163 msgstr ""
5164
5165 #: misc/util.c:287
5166 #, c-format
5167 msgid ""
5168 "This filesystem will be automatically checked every %d mounts or\n"
5169 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5170 msgstr ""
5171
5172 #: misc/uuidd.c:48
5173 #, c-format
5174 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5175 msgstr ""
5176
5177 #: misc/uuidd.c:50
5178 #, c-format
5179 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5180 msgstr ""
5181
5182 #: misc/uuidd.c:52
5183 #, c-format
5184 msgid " %s -k\n"
5185 msgstr ""
5186
5187 #: misc/uuidd.c:154
5188 msgid "bad arguments"
5189 msgstr ""
5190
5191 #: misc/uuidd.c:172
5192 msgid "connect"
5193 msgstr ""
5194
5195 #: misc/uuidd.c:191
5196 msgid "write"
5197 msgstr ""
5198
5199 #: misc/uuidd.c:199
5200 msgid "read count"
5201 msgstr ""
5202
5203 #: misc/uuidd.c:205
5204 msgid "bad response length"
5205 msgstr ""
5206
5207 #: misc/uuidd.c:270
5208 #, c-format
5209 msgid "uuidd daemon already running at pid %s\n"
5210 msgstr ""
5211
5212 #: misc/uuidd.c:278
5213 #, c-format
5214 msgid "Couldn't create unix stream socket: %s"
5215 msgstr ""
5216
5217 #: misc/uuidd.c:307
5218 #, c-format
5219 msgid "Couldn't bind unix socket %s: %s\n"
5220 msgstr ""
5221
5222 #: misc/uuidd.c:315
5223 #, c-format
5224 msgid "Couldn't listen on unix socket %s: %s\n"
5225 msgstr ""
5226
5227 #: misc/uuidd.c:353
5228 #, c-format
5229 msgid "Error reading from client, len = %d\n"
5230 msgstr ""
5231
5232 #: misc/uuidd.c:361
5233 #, c-format
5234 msgid "operation %d, incoming num = %d\n"
5235 msgstr ""
5236
5237 #: misc/uuidd.c:380
5238 #, c-format
5239 msgid "Generated time UUID: %s\n"
5240 msgstr ""
5241
5242 #: misc/uuidd.c:390
5243 #, c-format
5244 msgid "Generated random UUID: %s\n"
5245 msgstr ""
5246
5247 #: misc/uuidd.c:399
5248 #, c-format
5249 msgid "Generated time UUID %s and subsequent UUID\n"
5250 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5251 msgstr[0] ""
5252 msgstr[1] ""
5253
5254 #: misc/uuidd.c:420
5255 #, c-format
5256 msgid "Generated %d UUID's:\n"
5257 msgstr ""
5258
5259 #: misc/uuidd.c:432
5260 #, c-format
5261 msgid "Invalid operation %d\n"
5262 msgstr ""
5263
5264 #: misc/uuidd.c:476 misc/uuidd.c:498
5265 #, c-format
5266 msgid "Bad number: %s\n"
5267 msgstr ""
5268
5269 #: misc/uuidd.c:533 misc/uuidd.c:562
5270 #, c-format
5271 msgid "Error calling uuidd daemon (%s): %s\n"
5272 msgstr ""
5273
5274 #: misc/uuidd.c:543
5275 #, c-format
5276 msgid "%s and subsequent UUID\n"
5277 msgid_plural "%s and subsequent %d UUIDs\n"
5278 msgstr[0] ""
5279 msgstr[1] ""
5280
5281 #: misc/uuidd.c:547
5282 #, c-format
5283 msgid "List of UUID's:\n"
5284 msgstr ""
5285
5286 #: misc/uuidd.c:568
5287 #, c-format
5288 msgid "Unexpected reply length from server %d\n"
5289 msgstr ""
5290
5291 #: misc/uuidd.c:585
5292 #, c-format
5293 msgid "Couldn't kill uuidd running at pid %d: %s\n"
5294 msgstr ""
5295
5296 #: misc/uuidd.c:591
5297 #, c-format
5298 msgid "Killed uuidd running at pid %d\n"
5299 msgstr ""
5300
5301 #: misc/uuidgen.c:32
5302 #, c-format
5303 msgid "Usage: %s [-r] [-t]\n"
5304 msgstr ""
5305
5306 #: resize/extent.c:202
5307 msgid "# Extent dump:\n"
5308 msgstr ""
5309
5310 #: resize/extent.c:203
5311 #, c-format
5312 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5313 msgstr ""
5314
5315 #: resize/main.c:43
5316 #, c-format
5317 msgid ""
5318 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5319 "\n"
5320 msgstr ""
5321
5322 #: resize/main.c:65
5323 msgid "Extending the inode table"
5324 msgstr ""
5325
5326 #: resize/main.c:68
5327 msgid "Relocating blocks"
5328 msgstr ""
5329
5330 #: resize/main.c:71
5331 msgid "Scanning inode table"
5332 msgstr ""
5333
5334 #: resize/main.c:74
5335 msgid "Updating inode references"
5336 msgstr ""
5337
5338 #: resize/main.c:77
5339 msgid "Moving inode table"
5340 msgstr ""
5341
5342 #: resize/main.c:80
5343 msgid "Unknown pass?!?"
5344 msgstr ""
5345
5346 #: resize/main.c:83
5347 #, c-format
5348 msgid "Begin pass %d (max = %lu)\n"
5349 msgstr ""
5350
5351 #: resize/main.c:154
5352 #, c-format
5353 msgid ""
5354 "\n"
5355 "Resizing bigalloc file systems has not been fully tested. Proceed\n"
5356 "at your own risk! Use the force option if you want to go ahead anyway.\n"
5357 "\n"
5358 msgstr ""
5359
5360 #: resize/main.c:271
5361 #, c-format
5362 msgid "while opening %s"
5363 msgstr ""
5364
5365 #: resize/main.c:279
5366 #, c-format
5367 msgid "while getting stat information for %s"
5368 msgstr ""
5369
5370 #: resize/main.c:337 resize/main.c:450
5371 #, c-format
5372 msgid ""
5373 "Please run 'e2fsck -f %s' first.\n"
5374 "\n"
5375 msgstr ""
5376
5377 #: resize/main.c:341
5378 #, c-format
5379 msgid "Estimated minimum size of the filesystem: %llu\n"
5380 msgstr ""
5381
5382 #: resize/main.c:377
5383 #, c-format
5384 msgid "Invalid new size: %s\n"
5385 msgstr ""
5386
5387 #: resize/main.c:393
5388 msgid "New size too large to be expressed in 32 bits\n"
5389 msgstr ""
5390
5391 #: resize/main.c:401
5392 #, c-format
5393 msgid "New size smaller than minimum (%llu)\n"
5394 msgstr ""
5395
5396 #: resize/main.c:407
5397 msgid "Invalid stride length"
5398 msgstr ""
5399
5400 #: resize/main.c:431
5401 #, c-format
5402 msgid ""
5403 "The containing partition (or device) is only %llu (%dk) blocks.\n"
5404 "You requested a new size of %llu blocks.\n"
5405 "\n"
5406 msgstr ""
5407
5408 #: resize/main.c:438
5409 #, c-format
5410 msgid ""
5411 "The filesystem is already %llu blocks long. Nothing to do!\n"
5412 "\n"
5413 msgstr ""
5414
5415 #: resize/main.c:455
5416 #, c-format
5417 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5418 msgstr ""
5419
5420 #: resize/main.c:464
5421 #, c-format
5422 msgid "while trying to resize %s"
5423 msgstr ""
5424
5425 #: resize/main.c:467
5426 #, c-format
5427 msgid ""
5428 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
5429 "after the aborted resize operation.\n"
5430 msgstr ""
5431
5432 #: resize/main.c:473
5433 #, c-format
5434 msgid ""
5435 "The filesystem on %s is now %llu blocks long.\n"
5436 "\n"
5437 msgstr ""
5438
5439 #: resize/main.c:488
5440 #, c-format
5441 msgid "while trying to truncate %s"
5442 msgstr ""
5443
5444 #: resize/online.c:79
5445 #, c-format
5446 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5447 msgstr ""
5448
5449 #: resize/online.c:83
5450 msgid "On-line shrinking not supported"
5451 msgstr ""
5452
5453 #: resize/online.c:108
5454 msgid "Filesystem does not support online resizing"
5455 msgstr ""
5456
5457 #: resize/online.c:117
5458 msgid "Not enough reserved gdt blocks for resizing"
5459 msgstr ""
5460
5461 #: resize/online.c:124
5462 msgid "Kernel does not support resizing a file system this large"
5463 msgstr ""
5464
5465 #: resize/online.c:132
5466 #, c-format
5467 msgid "while trying to open mountpoint %s"
5468 msgstr ""
5469
5470 #: resize/online.c:137
5471 #, c-format
5472 msgid "Old resize interface requested.\n"
5473 msgstr ""
5474
5475 #: resize/online.c:156 resize/online.c:173
5476 msgid "Permission denied to resize filesystem"
5477 msgstr ""
5478
5479 #: resize/online.c:159 resize/online.c:179
5480 msgid "While checking for on-line resizing support"
5481 msgstr ""
5482
5483 #: resize/online.c:176
5484 msgid "Kernel does not support online resizing"
5485 msgstr ""
5486
5487 #: resize/online.c:209
5488 #, c-format
5489 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5490 msgstr ""
5491
5492 #: resize/online.c:219
5493 msgid "While trying to extend the last group"
5494 msgstr ""
5495
5496 #: resize/online.c:273
5497 #, c-format
5498 msgid "While trying to add group #%d"
5499 msgstr ""
5500
5501 #: resize/online.c:284
5502 #, c-format
5503 msgid ""
5504 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5505 "this system.\n"
5506 msgstr ""
5507
5508 #: resize/resize2fs.c:369
5509 #, c-format
5510 msgid "inodes (%llu) must be less than %u"
5511 msgstr ""
5512
5513 #: resize/resize2fs.c:631
5514 msgid "reserved blocks"
5515 msgstr ""
5516
5517 #: resize/resize2fs.c:875
5518 msgid "meta-data blocks"
5519 msgstr ""
5520
5521 #: resize/resize2fs.c:1837
5522 #, c-format
5523 msgid "Should never happen: resize inode corrupt!\n"
5524 msgstr ""
5525
5526 #: lib/ext2fs/ext2_err.c:11
5527 msgid "EXT2FS Library version 1.42.8"
5528 msgstr ""
5529
5530 #: lib/ext2fs/ext2_err.c:12
5531 msgid "Wrong magic number for ext2_filsys structure"
5532 msgstr ""
5533
5534 #: lib/ext2fs/ext2_err.c:13
5535 msgid "Wrong magic number for badblocks_list structure"
5536 msgstr ""
5537
5538 #: lib/ext2fs/ext2_err.c:14
5539 msgid "Wrong magic number for badblocks_iterate structure"
5540 msgstr ""
5541
5542 #: lib/ext2fs/ext2_err.c:15
5543 msgid "Wrong magic number for inode_scan structure"
5544 msgstr ""
5545
5546 #: lib/ext2fs/ext2_err.c:16
5547 msgid "Wrong magic number for io_channel structure"
5548 msgstr ""
5549
5550 #: lib/ext2fs/ext2_err.c:17
5551 msgid "Wrong magic number for unix io_channel structure"
5552 msgstr ""
5553
5554 #: lib/ext2fs/ext2_err.c:18
5555 msgid "Wrong magic number for io_manager structure"
5556 msgstr ""
5557
5558 #: lib/ext2fs/ext2_err.c:19
5559 msgid "Wrong magic number for block_bitmap structure"
5560 msgstr ""
5561
5562 #: lib/ext2fs/ext2_err.c:20
5563 msgid "Wrong magic number for inode_bitmap structure"
5564 msgstr ""
5565
5566 #: lib/ext2fs/ext2_err.c:21
5567 msgid "Wrong magic number for generic_bitmap structure"
5568 msgstr ""
5569
5570 #: lib/ext2fs/ext2_err.c:22
5571 msgid "Wrong magic number for test io_channel structure"
5572 msgstr ""
5573
5574 #: lib/ext2fs/ext2_err.c:23
5575 msgid "Wrong magic number for directory block list structure"
5576 msgstr ""
5577
5578 #: lib/ext2fs/ext2_err.c:24
5579 msgid "Wrong magic number for icount structure"
5580 msgstr ""
5581
5582 #: lib/ext2fs/ext2_err.c:25
5583 msgid "Wrong magic number for Powerquest io_channel structure"
5584 msgstr ""
5585
5586 #: lib/ext2fs/ext2_err.c:26
5587 msgid "Wrong magic number for ext2 file structure"
5588 msgstr ""
5589
5590 #: lib/ext2fs/ext2_err.c:27
5591 msgid "Wrong magic number for Ext2 Image Header"
5592 msgstr ""
5593
5594 #: lib/ext2fs/ext2_err.c:28
5595 msgid "Wrong magic number for inode io_channel structure"
5596 msgstr ""
5597
5598 #: lib/ext2fs/ext2_err.c:29
5599 msgid "Wrong magic number for ext4 extent handle"
5600 msgstr ""
5601
5602 #: lib/ext2fs/ext2_err.c:30
5603 msgid "Bad magic number in super-block"
5604 msgstr ""
5605
5606 #: lib/ext2fs/ext2_err.c:31
5607 msgid "Filesystem revision too high"
5608 msgstr ""
5609
5610 #: lib/ext2fs/ext2_err.c:32
5611 msgid "Attempt to write to filesystem opened read-only"
5612 msgstr ""
5613
5614 #: lib/ext2fs/ext2_err.c:33
5615 msgid "Can't read group descriptors"
5616 msgstr ""
5617
5618 #: lib/ext2fs/ext2_err.c:34
5619 msgid "Can't write group descriptors"
5620 msgstr ""
5621
5622 #: lib/ext2fs/ext2_err.c:35
5623 msgid "Corrupt group descriptor: bad block for block bitmap"
5624 msgstr ""
5625
5626 #: lib/ext2fs/ext2_err.c:36
5627 msgid "Corrupt group descriptor: bad block for inode bitmap"
5628 msgstr ""
5629
5630 #: lib/ext2fs/ext2_err.c:37
5631 msgid "Corrupt group descriptor: bad block for inode table"
5632 msgstr ""
5633
5634 #: lib/ext2fs/ext2_err.c:38
5635 msgid "Can't write an inode bitmap"
5636 msgstr ""
5637
5638 #: lib/ext2fs/ext2_err.c:39
5639 msgid "Can't read an inode bitmap"
5640 msgstr ""
5641
5642 #: lib/ext2fs/ext2_err.c:40
5643 msgid "Can't write a block bitmap"
5644 msgstr ""
5645
5646 #: lib/ext2fs/ext2_err.c:41
5647 msgid "Can't read an block bitmap"
5648 msgstr ""
5649
5650 #: lib/ext2fs/ext2_err.c:42
5651 msgid "Can't write an inode table"
5652 msgstr ""
5653
5654 #: lib/ext2fs/ext2_err.c:43
5655 msgid "Can't read an inode table"
5656 msgstr ""
5657
5658 #: lib/ext2fs/ext2_err.c:44
5659 msgid "Can't read next inode"
5660 msgstr ""
5661
5662 #: lib/ext2fs/ext2_err.c:45
5663 msgid "Filesystem has unexpected block size"
5664 msgstr ""
5665
5666 #: lib/ext2fs/ext2_err.c:46
5667 msgid "EXT2 directory corrupted"
5668 msgstr ""
5669
5670 #: lib/ext2fs/ext2_err.c:47
5671 msgid "Attempt to read block from filesystem resulted in short read"
5672 msgstr ""
5673
5674 #: lib/ext2fs/ext2_err.c:48
5675 msgid "Attempt to write block to filesystem resulted in short write"
5676 msgstr ""
5677
5678 #: lib/ext2fs/ext2_err.c:49
5679 msgid "No free space in the directory"
5680 msgstr ""
5681
5682 #: lib/ext2fs/ext2_err.c:50
5683 msgid "Inode bitmap not loaded"
5684 msgstr ""
5685
5686 #: lib/ext2fs/ext2_err.c:51
5687 msgid "Block bitmap not loaded"
5688 msgstr ""
5689
5690 #: lib/ext2fs/ext2_err.c:52
5691 msgid "Illegal inode number"
5692 msgstr ""
5693
5694 #: lib/ext2fs/ext2_err.c:53
5695 msgid "Illegal block number"
5696 msgstr ""
5697
5698 #: lib/ext2fs/ext2_err.c:54
5699 msgid "Internal error in ext2fs_expand_dir"
5700 msgstr ""
5701
5702 #: lib/ext2fs/ext2_err.c:55
5703 msgid "Not enough space to build proposed filesystem"
5704 msgstr ""
5705
5706 #: lib/ext2fs/ext2_err.c:56
5707 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5708 msgstr ""
5709
5710 #: lib/ext2fs/ext2_err.c:57
5711 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5712 msgstr ""
5713
5714 #: lib/ext2fs/ext2_err.c:58
5715 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5716 msgstr ""
5717
5718 #: lib/ext2fs/ext2_err.c:59
5719 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5720 msgstr ""
5721
5722 #: lib/ext2fs/ext2_err.c:60
5723 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
5724 msgstr ""
5725
5726 #: lib/ext2fs/ext2_err.c:61
5727 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
5728 msgstr ""
5729
5730 #: lib/ext2fs/ext2_err.c:62
5731 msgid "Attempt to fudge end of block bitmap past the real end"
5732 msgstr ""
5733
5734 #: lib/ext2fs/ext2_err.c:63
5735 msgid "Attempt to fudge end of inode bitmap past the real end"
5736 msgstr ""
5737
5738 #: lib/ext2fs/ext2_err.c:64
5739 msgid "Illegal indirect block found"
5740 msgstr ""
5741
5742 #: lib/ext2fs/ext2_err.c:65
5743 msgid "Illegal doubly indirect block found"
5744 msgstr ""
5745
5746 #: lib/ext2fs/ext2_err.c:66
5747 msgid "Illegal triply indirect block found"
5748 msgstr ""
5749
5750 #: lib/ext2fs/ext2_err.c:67
5751 msgid "Block bitmaps are not the same"
5752 msgstr ""
5753
5754 #: lib/ext2fs/ext2_err.c:68
5755 msgid "Inode bitmaps are not the same"
5756 msgstr ""
5757
5758 #: lib/ext2fs/ext2_err.c:69
5759 msgid "Illegal or malformed device name"
5760 msgstr ""
5761
5762 #: lib/ext2fs/ext2_err.c:70
5763 msgid "A block group is missing an inode table"
5764 msgstr ""
5765
5766 #: lib/ext2fs/ext2_err.c:71
5767 msgid "The ext2 superblock is corrupt"
5768 msgstr ""
5769
5770 #: lib/ext2fs/ext2_err.c:72
5771 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
5772 msgstr ""
5773
5774 #: lib/ext2fs/ext2_err.c:73
5775 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
5776 msgstr ""
5777
5778 #: lib/ext2fs/ext2_err.c:74
5779 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
5780 msgstr ""
5781
5782 #: lib/ext2fs/ext2_err.c:75
5783 msgid "Too many symbolic links encountered."
5784 msgstr ""
5785
5786 #: lib/ext2fs/ext2_err.c:76
5787 msgid "The callback function will not handle this case"
5788 msgstr ""
5789
5790 #: lib/ext2fs/ext2_err.c:77
5791 msgid "The inode is from a bad block in the inode table"
5792 msgstr ""
5793
5794 #: lib/ext2fs/ext2_err.c:78
5795 msgid "Filesystem has unsupported feature(s)"
5796 msgstr ""
5797
5798 #: lib/ext2fs/ext2_err.c:79
5799 msgid "Filesystem has unsupported read-only feature(s)"
5800 msgstr ""
5801
5802 #: lib/ext2fs/ext2_err.c:80
5803 msgid "IO Channel failed to seek on read or write"
5804 msgstr ""
5805
5806 #: lib/ext2fs/ext2_err.c:81
5807 msgid "Memory allocation failed"
5808 msgstr ""
5809
5810 #: lib/ext2fs/ext2_err.c:82
5811 msgid "Invalid argument passed to ext2 library"
5812 msgstr ""
5813
5814 #: lib/ext2fs/ext2_err.c:83
5815 msgid "Could not allocate block in ext2 filesystem"
5816 msgstr ""
5817
5818 #: lib/ext2fs/ext2_err.c:84
5819 msgid "Could not allocate inode in ext2 filesystem"
5820 msgstr ""
5821
5822 #: lib/ext2fs/ext2_err.c:85
5823 msgid "Ext2 inode is not a directory"
5824 msgstr ""
5825
5826 #: lib/ext2fs/ext2_err.c:86
5827 msgid "Too many references in table"
5828 msgstr ""
5829
5830 #: lib/ext2fs/ext2_err.c:87
5831 msgid "File not found by ext2_lookup"
5832 msgstr ""
5833
5834 #: lib/ext2fs/ext2_err.c:88
5835 msgid "File open read-only"
5836 msgstr ""
5837
5838 #: lib/ext2fs/ext2_err.c:89
5839 msgid "Ext2 directory block not found"
5840 msgstr ""
5841
5842 #: lib/ext2fs/ext2_err.c:90
5843 msgid "Ext2 directory already exists"
5844 msgstr ""
5845
5846 #: lib/ext2fs/ext2_err.c:91
5847 msgid "Unimplemented ext2 library function"
5848 msgstr ""
5849
5850 #: lib/ext2fs/ext2_err.c:92
5851 msgid "User cancel requested"
5852 msgstr ""
5853
5854 #: lib/ext2fs/ext2_err.c:93
5855 msgid "Ext2 file too big"
5856 msgstr ""
5857
5858 #: lib/ext2fs/ext2_err.c:94
5859 msgid "Supplied journal device not a block device"
5860 msgstr ""
5861
5862 #: lib/ext2fs/ext2_err.c:95
5863 msgid "Journal superblock not found"
5864 msgstr ""
5865
5866 #: lib/ext2fs/ext2_err.c:96
5867 msgid "Journal must be at least 1024 blocks"
5868 msgstr ""
5869
5870 #: lib/ext2fs/ext2_err.c:97
5871 msgid "Unsupported journal version"
5872 msgstr ""
5873
5874 #: lib/ext2fs/ext2_err.c:98
5875 msgid "Error loading external journal"
5876 msgstr ""
5877
5878 #: lib/ext2fs/ext2_err.c:99
5879 msgid "Journal not found"
5880 msgstr ""
5881
5882 #: lib/ext2fs/ext2_err.c:100
5883 msgid "Directory hash unsupported"
5884 msgstr ""
5885
5886 #: lib/ext2fs/ext2_err.c:101
5887 msgid "Illegal extended attribute block number"
5888 msgstr ""
5889
5890 #: lib/ext2fs/ext2_err.c:102
5891 msgid "Cannot create filesystem with requested number of inodes"
5892 msgstr ""
5893
5894 #: lib/ext2fs/ext2_err.c:103
5895 msgid "E2image snapshot not in use"
5896 msgstr ""
5897
5898 #: lib/ext2fs/ext2_err.c:104
5899 msgid "Too many reserved group descriptor blocks"
5900 msgstr ""
5901
5902 #: lib/ext2fs/ext2_err.c:105
5903 msgid "Resize inode is corrupt"
5904 msgstr ""
5905
5906 #: lib/ext2fs/ext2_err.c:106
5907 msgid "Tried to set block bmap with missing indirect block"
5908 msgstr ""
5909
5910 #: lib/ext2fs/ext2_err.c:107
5911 msgid "TDB: Success"
5912 msgstr ""
5913
5914 #: lib/ext2fs/ext2_err.c:108
5915 msgid "TDB: Corrupt database"
5916 msgstr ""
5917
5918 #: lib/ext2fs/ext2_err.c:109
5919 msgid "TDB: IO Error"
5920 msgstr ""
5921
5922 #: lib/ext2fs/ext2_err.c:110
5923 msgid "TDB: Locking error"
5924 msgstr ""
5925
5926 #: lib/ext2fs/ext2_err.c:111
5927 msgid "TDB: Out of memory"
5928 msgstr ""
5929
5930 #: lib/ext2fs/ext2_err.c:112
5931 msgid "TDB: Record exists"
5932 msgstr ""
5933
5934 #: lib/ext2fs/ext2_err.c:113
5935 msgid "TDB: Lock exists on other keys"
5936 msgstr ""
5937
5938 #: lib/ext2fs/ext2_err.c:114
5939 msgid "TDB: Invalid parameter"
5940 msgstr ""
5941
5942 #: lib/ext2fs/ext2_err.c:115
5943 msgid "TDB: Record does not exist"
5944 msgstr ""
5945
5946 #: lib/ext2fs/ext2_err.c:116
5947 msgid "TDB: Write not permitted"
5948 msgstr ""
5949
5950 #: lib/ext2fs/ext2_err.c:117
5951 msgid "Ext2fs directory block list is empty"
5952 msgstr ""
5953
5954 #: lib/ext2fs/ext2_err.c:118
5955 msgid "Attempt to modify a block mapping via a read-only block iterator"
5956 msgstr ""
5957
5958 #: lib/ext2fs/ext2_err.c:119
5959 msgid "Wrong magic number for ext4 extent saved path"
5960 msgstr ""
5961
5962 #: lib/ext2fs/ext2_err.c:120
5963 msgid "Wrong magic number for 64-bit generic bitmap"
5964 msgstr ""
5965
5966 #: lib/ext2fs/ext2_err.c:121
5967 msgid "Wrong magic number for 64-bit block bitmap"
5968 msgstr ""
5969
5970 #: lib/ext2fs/ext2_err.c:122
5971 msgid "Wrong magic number for 64-bit inode bitmap"
5972 msgstr ""
5973
5974 #: lib/ext2fs/ext2_err.c:123
5975 msgid "Wrong magic number --- RESERVED_13"
5976 msgstr ""
5977
5978 #: lib/ext2fs/ext2_err.c:124
5979 msgid "Wrong magic number --- RESERVED_14"
5980 msgstr ""
5981
5982 #: lib/ext2fs/ext2_err.c:125
5983 msgid "Wrong magic number --- RESERVED_15"
5984 msgstr ""
5985
5986 #: lib/ext2fs/ext2_err.c:126
5987 msgid "Wrong magic number --- RESERVED_16"
5988 msgstr ""
5989
5990 #: lib/ext2fs/ext2_err.c:127
5991 msgid "Wrong magic number --- RESERVED_17"
5992 msgstr ""
5993
5994 #: lib/ext2fs/ext2_err.c:128
5995 msgid "Wrong magic number --- RESERVED_18"
5996 msgstr ""
5997
5998 #: lib/ext2fs/ext2_err.c:129
5999 msgid "Wrong magic number --- RESERVED_19"
6000 msgstr ""
6001
6002 #: lib/ext2fs/ext2_err.c:130
6003 msgid "Corrupt extent header"
6004 msgstr ""
6005
6006 #: lib/ext2fs/ext2_err.c:131
6007 msgid "Corrupt extent index"
6008 msgstr ""
6009
6010 #: lib/ext2fs/ext2_err.c:132
6011 msgid "Corrupt extent"
6012 msgstr ""
6013
6014 #: lib/ext2fs/ext2_err.c:133
6015 msgid "No free space in extent map"
6016 msgstr ""
6017
6018 #: lib/ext2fs/ext2_err.c:134
6019 msgid "Inode does not use extents"
6020 msgstr ""
6021
6022 #: lib/ext2fs/ext2_err.c:135
6023 msgid "No 'next' extent"
6024 msgstr ""
6025
6026 #: lib/ext2fs/ext2_err.c:136
6027 msgid "No 'previous' extent"
6028 msgstr ""
6029
6030 #: lib/ext2fs/ext2_err.c:137
6031 msgid "No 'up' extent"
6032 msgstr ""
6033
6034 #: lib/ext2fs/ext2_err.c:138
6035 msgid "No 'down' extent"
6036 msgstr ""
6037
6038 #: lib/ext2fs/ext2_err.c:139
6039 msgid "No current node"
6040 msgstr ""
6041
6042 #: lib/ext2fs/ext2_err.c:140
6043 msgid "Ext2fs operation not supported"
6044 msgstr ""
6045
6046 #: lib/ext2fs/ext2_err.c:141
6047 msgid "No room to insert extent in node"
6048 msgstr ""
6049
6050 #: lib/ext2fs/ext2_err.c:142
6051 msgid "Splitting would result in empty node"
6052 msgstr ""
6053
6054 #: lib/ext2fs/ext2_err.c:143
6055 msgid "Extent not found"
6056 msgstr ""
6057
6058 #: lib/ext2fs/ext2_err.c:144
6059 msgid "Operation not supported for inodes containing extents"
6060 msgstr ""
6061
6062 #: lib/ext2fs/ext2_err.c:145
6063 msgid "Extent length is invalid"
6064 msgstr ""
6065
6066 #: lib/ext2fs/ext2_err.c:146
6067 msgid "I/O Channel does not support 64-bit block numbers"
6068 msgstr ""
6069
6070 #: lib/ext2fs/ext2_err.c:147
6071 msgid "Can't check if filesystem is mounted due to missing mtab file"
6072 msgstr ""
6073
6074 #: lib/ext2fs/ext2_err.c:148
6075 msgid "Filesystem too large to use legacy bitmaps"
6076 msgstr ""
6077
6078 #: lib/ext2fs/ext2_err.c:149
6079 msgid "MMP: invalid magic number"
6080 msgstr ""
6081
6082 #: lib/ext2fs/ext2_err.c:150
6083 msgid "MMP: device currently active"
6084 msgstr ""
6085
6086 #: lib/ext2fs/ext2_err.c:151
6087 msgid "MMP: fsck being run"
6088 msgstr ""
6089
6090 #: lib/ext2fs/ext2_err.c:152
6091 msgid "MMP: block number beyond filesystem range"
6092 msgstr ""
6093
6094 #: lib/ext2fs/ext2_err.c:153
6095 msgid "MMP: undergoing an unknown operation"
6096 msgstr ""
6097
6098 #: lib/ext2fs/ext2_err.c:154
6099 msgid "MMP: filesystem still in use"
6100 msgstr ""
6101
6102 #: lib/ext2fs/ext2_err.c:155
6103 msgid "MMP: open with O_DIRECT failed"
6104 msgstr ""
6105
6106 #: lib/ext2fs/ext2_err.c:156
6107 msgid "Block group descriptor size incorrect"
6108 msgstr ""
6109
6110 #: lib/ext2fs/ext2_err.c:157
6111 msgid "Inode checksum does not match inode"
6112 msgstr ""
6113
6114 #: lib/ext2fs/ext2_err.c:158
6115 msgid "Inode bitmap checksum does not match bitmap"
6116 msgstr ""
6117
6118 #: lib/ext2fs/ext2_err.c:159
6119 msgid "Extent block checksum does not match extent block"
6120 msgstr ""
6121
6122 #: lib/ext2fs/ext2_err.c:160
6123 msgid "Directory block does not have space for checksum"
6124 msgstr ""
6125
6126 #: lib/ext2fs/ext2_err.c:161
6127 msgid "Directory block checksum does not match directory block"
6128 msgstr ""
6129
6130 #: lib/ext2fs/ext2_err.c:162
6131 msgid "Extended attribute block checksum does not match block"
6132 msgstr ""
6133
6134 #: lib/ext2fs/ext2_err.c:163
6135 msgid "Superblock checksum does not match superblock"
6136 msgstr ""
6137
6138 #: lib/ext2fs/ext2_err.c:164
6139 msgid "Unknown checksum algorithm"
6140 msgstr ""
6141
6142 #: lib/ext2fs/ext2_err.c:165
6143 msgid "MMP block checksum does not match MMP block"
6144 msgstr ""
6145
6146 #: lib/ext2fs/ext2_err.c:166
6147 msgid "Ext2 file already exists"
6148 msgstr ""
6149
6150 #: e2fsck/prof_err.c:11
6151 msgid "Profile version 0.0"
6152 msgstr ""
6153
6154 #: e2fsck/prof_err.c:12
6155 msgid "Bad magic value in profile_node"
6156 msgstr ""
6157
6158 #: e2fsck/prof_err.c:13
6159 msgid "Profile section not found"
6160 msgstr ""
6161
6162 #: e2fsck/prof_err.c:14
6163 msgid "Profile relation not found"
6164 msgstr ""
6165
6166 #: e2fsck/prof_err.c:15
6167 msgid "Attempt to add a relation to node which is not a section"
6168 msgstr ""
6169
6170 #: e2fsck/prof_err.c:16
6171 msgid "A profile section header has a non-zero value"
6172 msgstr ""
6173
6174 #: e2fsck/prof_err.c:17
6175 msgid "Bad linked list in profile structures"
6176 msgstr ""
6177
6178 #: e2fsck/prof_err.c:18
6179 msgid "Bad group level in profile structures"
6180 msgstr ""
6181
6182 #: e2fsck/prof_err.c:19
6183 msgid "Bad parent pointer in profile structures"
6184 msgstr ""
6185
6186 #: e2fsck/prof_err.c:20
6187 msgid "Bad magic value in profile iterator"
6188 msgstr ""
6189
6190 #: e2fsck/prof_err.c:21
6191 msgid "Can't set value on section node"
6192 msgstr ""
6193
6194 #: e2fsck/prof_err.c:22
6195 msgid "Invalid argument passed to profile library"
6196 msgstr ""
6197
6198 #: e2fsck/prof_err.c:23
6199 msgid "Attempt to modify read-only profile"
6200 msgstr ""
6201
6202 #: e2fsck/prof_err.c:24
6203 msgid "Profile section header not at top level"
6204 msgstr ""
6205
6206 #: e2fsck/prof_err.c:25
6207 msgid "Syntax error in profile section header"
6208 msgstr ""
6209
6210 #: e2fsck/prof_err.c:26
6211 msgid "Syntax error in profile relation"
6212 msgstr ""
6213
6214 #: e2fsck/prof_err.c:27
6215 msgid "Extra closing brace in profile"
6216 msgstr ""
6217
6218 #: e2fsck/prof_err.c:28
6219 msgid "Missing open brace in profile"
6220 msgstr ""
6221
6222 #: e2fsck/prof_err.c:29
6223 msgid "Bad magic value in profile_t"
6224 msgstr ""
6225
6226 #: e2fsck/prof_err.c:30
6227 msgid "Bad magic value in profile_section_t"
6228 msgstr ""
6229
6230 #: e2fsck/prof_err.c:31
6231 msgid "Iteration through all top level section not supported"
6232 msgstr ""
6233
6234 #: e2fsck/prof_err.c:32
6235 msgid "Invalid profile_section object"
6236 msgstr ""
6237
6238 #: e2fsck/prof_err.c:33
6239 msgid "No more sections"
6240 msgstr ""
6241
6242 #: e2fsck/prof_err.c:34
6243 msgid "Bad nameset passed to query routine"
6244 msgstr ""
6245
6246 #: e2fsck/prof_err.c:35
6247 msgid "No profile file open"
6248 msgstr ""
6249
6250 #: e2fsck/prof_err.c:36
6251 msgid "Bad magic value in profile_file_t"
6252 msgstr ""
6253
6254 #: e2fsck/prof_err.c:37
6255 msgid "Couldn't open profile file"
6256 msgstr ""
6257
6258 #: e2fsck/prof_err.c:38
6259 msgid "Section already exists"
6260 msgstr ""
6261
6262 #: e2fsck/prof_err.c:39
6263 msgid "Invalid boolean value"
6264 msgstr ""
6265
6266 #: e2fsck/prof_err.c:40
6267 msgid "Invalid integer value"
6268 msgstr ""
6269
6270 #: e2fsck/prof_err.c:41
6271 msgid "Bad magic value in profile_file_data_t"
6272 msgstr ""