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, 2014, 2015, 2016 by Theodore Ts'o
5 # This file is distributed under the same license as the PACKAGE package.
6 # Theodore Ts'o <tytso@mit.edu>, 2016.
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.
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.
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). Also the "%B" expansion is special:
29 #. it can expand to either the string "indirect block" (possibly preceded
30 #. by the word "double" or "triple"), or the string "block #" immediately
31 #. followed by an integer indicating a block sequence number.
33 #. %b <blk> block number
34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
35 #. %c <blk2> block number
36 #. %Di <dirent> -> ino inode number
37 #. %Dn <dirent> -> name string
38 #. %Dr <dirent> -> rec_len
39 #. %Dl <dirent> -> name_len
40 #. %Dt <dirent> -> filetype
41 #. %d <dir> inode number
43 #. %i <ino> inode number
44 #. %Is <inode> -> i_size
45 #. %IS <inode> -> i_extra_isize
46 #. %Ib <inode> -> i_blocks
47 #. %Il <inode> -> i_links_count
48 #. %Im <inode> -> i_mode
49 #. %IM <inode> -> i_mtime
50 #. %IF <inode> -> i_faddr
51 #. %If <inode> -> i_file_acl
52 #. %Id <inode> -> i_dir_acl
53 #. %Iu <inode> -> i_uid
54 #. %Ig <inode> -> i_gid
55 #. %It <str> file type
56 #. %j <ino2> inode number
57 #. %m <com_err error message>
59 #. %p ext2fs_get_pathname of directory <ino>
60 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
61 #. the containing directory. (If dirent is NULL
62 #. then return the pathname of directory <ino2>)
63 #. %q ext2fs_get_pathname of directory <dir>
64 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
65 #. the containing directory.
66 #. %s <str> miscellaneous string
67 #. %S backup superblock
68 #. %X <num> hexadecimal format
73 "Project-Id-Version: e2fsprogs 1.43\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2016-05-17 01:11-0400\n"
76 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
77 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
78 "Language-Team: LANGUAGE <LL@li.org>\n"
81 "Content-Type: text/plain; charset=CHARSET\n"
82 "Content-Transfer-Encoding: 8bit\n"
83 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
85 #: e2fsck/badblocks.c:23 misc/mke2fs.c:214
87 msgid "Bad block %u out of range; ignored.\n"
90 #: e2fsck/badblocks.c:46
91 msgid "while sanity checking the bad blocks inode"
94 #: e2fsck/badblocks.c:58
95 msgid "while reading the bad blocks inode"
98 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
99 #: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
100 #: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
101 #: misc/e2image.c:1400 misc/e2image.c:1584 misc/e2image.c:1605
102 #: misc/mke2fs.c:230 misc/tune2fs.c:2668 misc/tune2fs.c:2762 resize/main.c:412
104 msgid "while trying to open %s"
107 #: e2fsck/badblocks.c:83
109 msgid "while trying popen '%s'"
112 #: e2fsck/badblocks.c:94 misc/mke2fs.c:237
113 msgid "while reading in list of bad blocks from file"
116 #: e2fsck/badblocks.c:105
117 msgid "while updating bad block inode"
120 #: e2fsck/badblocks.c:133
122 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
125 #: e2fsck/ehandler.c:55
127 msgid "Error reading block %lu (%s) while %s. "
130 #: e2fsck/ehandler.c:58
132 msgid "Error reading block %lu (%s). "
135 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
139 #: e2fsck/ehandler.c:67
140 msgid "Force rewrite"
143 #: e2fsck/ehandler.c:109
145 msgid "Error writing block %lu (%s) while %s. "
148 #: e2fsck/ehandler.c:112
150 msgid "Error writing block %lu (%s). "
153 #: e2fsck/emptydir.c:57
154 msgid "empty dirblocks"
157 #: e2fsck/emptydir.c:62
158 msgid "empty dir map"
161 #: e2fsck/emptydir.c:98
163 msgid "Empty directory block %u (#%d) in inode %u\n"
166 #: e2fsck/extend.c:22
168 msgid "%s: %s filename nblocks blocksize\n"
171 #: e2fsck/extend.c:44
173 msgid "Illegal number of blocks!\n"
176 #: e2fsck/extend.c:50
178 msgid "Couldn't allocate block buffer (size=%d)\n"
181 #: e2fsck/extents.c:42
182 msgid "extent rebuild inode map"
185 #: e2fsck/flushb.c:35
187 msgid "Usage: %s disk\n"
190 #: e2fsck/flushb.c:64
192 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
197 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
200 #: e2fsck/iscan.c:81 e2fsck/unix.c:1033
202 msgid "while opening %s for flushing"
205 #: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
207 msgid "while trying to flush %s"
210 #: e2fsck/iscan.c:110
212 msgid "while trying to open '%s'"
215 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
216 msgid "while opening inode scan"
219 #: e2fsck/iscan.c:127 misc/e2image.c:1312
220 msgid "while getting next inode"
223 #: e2fsck/iscan.c:136
225 msgid "%u inodes scanned.\n"
228 #: e2fsck/journal.c:593
229 msgid "reading journal superblock\n"
232 #: e2fsck/journal.c:666
234 msgid "%s: no valid journal superblock found\n"
237 #: e2fsck/journal.c:675
239 msgid "%s: journal too short\n"
242 #: e2fsck/journal.c:966 misc/fuse2fs.c:3776
244 msgid "%s: recovering journal\n"
247 #: e2fsck/journal.c:968
249 msgid "%s: won't do journal recovery while read-only\n"
252 #: e2fsck/journal.c:995
254 msgid "while trying to re-open %s"
257 #: e2fsck/message.c:113
258 msgid "aextended attribute"
261 #: e2fsck/message.c:114
262 msgid "Aerror allocating"
265 #: e2fsck/message.c:115
269 #: e2fsck/message.c:116
273 #: e2fsck/message.c:117
277 #: e2fsck/message.c:118
278 msgid "Cconflicts with some other fs @b"
281 #: e2fsck/message.c:119
285 #: e2fsck/message.c:120
289 #: e2fsck/message.c:121
293 #: e2fsck/message.c:122
294 msgid "E@e '%Dn' in %p (%i)"
297 #: e2fsck/message.c:123
301 #: e2fsck/message.c:124
302 msgid "Ffor @i %i (%Q) is"
305 #: e2fsck/message.c:125
309 #: e2fsck/message.c:126
313 #: e2fsck/message.c:127
317 #: e2fsck/message.c:128
321 #: e2fsck/message.c:129
325 #: e2fsck/message.c:130
329 #: e2fsck/message.c:131
333 #: e2fsck/message.c:132
334 msgid "mmultiply-claimed"
337 #: e2fsck/message.c:133
341 #: e2fsck/message.c:134
345 #: e2fsck/message.c:135
349 #: e2fsck/message.c:136
353 #: e2fsck/message.c:137
357 #: e2fsck/message.c:138
361 #: e2fsck/message.c:139
365 #: e2fsck/message.c:140
369 #: e2fsck/message.c:141
373 #: e2fsck/message.c:142
377 #: e2fsck/message.c:143
381 #: e2fsck/message.c:154
382 msgid "<The NULL inode>"
385 #: e2fsck/message.c:155
386 msgid "<The bad blocks inode>"
389 #: e2fsck/message.c:157
390 msgid "<The user quota inode>"
393 #: e2fsck/message.c:158
394 msgid "<The group quota inode>"
397 #: e2fsck/message.c:159
398 msgid "<The boot loader inode>"
401 #: e2fsck/message.c:160
402 msgid "<The undelete directory inode>"
405 #: e2fsck/message.c:161
406 msgid "<The group descriptor inode>"
409 #: e2fsck/message.c:162
410 msgid "<The journal inode>"
413 #: e2fsck/message.c:163
414 msgid "<Reserved inode 9>"
417 #: e2fsck/message.c:164
418 msgid "<Reserved inode 10>"
421 #: e2fsck/message.c:333
425 #: e2fsck/message.c:335
429 #: e2fsck/message.c:337
430 msgid "character device"
433 #: e2fsck/message.c:339
437 #: e2fsck/message.c:341
441 #: e2fsck/message.c:343
442 msgid "symbolic link"
445 #: e2fsck/message.c:345 misc/uuidd.c:162
449 #: e2fsck/message.c:347
451 msgid "unknown file type with mode 0%o"
454 #: e2fsck/message.c:422
455 msgid "indirect block"
458 #: e2fsck/message.c:424
459 msgid "double indirect block"
462 #: e2fsck/message.c:426
463 msgid "triple indirect block"
466 #: e2fsck/message.c:428
467 msgid "translator block"
470 #: e2fsck/message.c:430
474 #: e2fsck/pass1b.c:222
475 msgid "multiply claimed inode map"
478 #: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
480 msgid "internal error: can't find dup_blk for %llu\n"
483 #: e2fsck/pass1b.c:897
484 msgid "returned from clone_file_block"
487 #: e2fsck/pass1b.c:919
489 msgid "internal error: couldn't lookup EA block record for %llu"
492 #: e2fsck/pass1b.c:931
494 msgid "internal error: couldn't lookup EA inode record for %u"
497 #: e2fsck/pass1.c:660 e2fsck/pass2.c:981
498 msgid "reading directory block"
501 #: e2fsck/pass1.c:1099
502 msgid "in-use inode map"
505 #: e2fsck/pass1.c:1110
506 msgid "directory inode map"
509 #: e2fsck/pass1.c:1120
510 msgid "regular file inode map"
513 #: e2fsck/pass1.c:1129 misc/e2image.c:1268
514 msgid "in-use block map"
517 #: e2fsck/pass1.c:1138
518 msgid "metadata block map"
521 #: e2fsck/pass1.c:1204
522 msgid "opening inode scan"
525 #: e2fsck/pass1.c:1242
526 msgid "getting next inode from scan"
529 #: e2fsck/pass1.c:1928
533 #: e2fsck/pass1.c:1989
535 msgid "reading indirect blocks of inode %u"
538 #: e2fsck/pass1.c:2039
539 msgid "bad inode map"
542 #: e2fsck/pass1.c:2079
543 msgid "inode in bad block map"
546 #: e2fsck/pass1.c:2099
547 msgid "imagic inode map"
550 #: e2fsck/pass1.c:2126
551 msgid "multiply claimed block map"
554 #: e2fsck/pass1.c:2240
555 msgid "ext attr block map"
558 #: e2fsck/pass1.c:3407
560 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
563 #: e2fsck/pass1.c:3822
567 #: e2fsck/pass1.c:3828
571 #: e2fsck/pass1.c:3834
575 #: e2fsck/pass2.c:298
579 #: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
580 msgid "Can not continue."
584 msgid "inode done bitmap"
591 #: e2fsck/pass3.c:149
595 #: e2fsck/pass3.c:344
596 msgid "inode loop detection bitmap"
599 #: e2fsck/pass4.c:206
607 #: e2fsck/pass5.c:104
608 msgid "check_inode_bitmap_checksum: Memory allocation error"
611 #: e2fsck/pass5.c:158
612 msgid "check_block_bitmap_checksum: Memory allocation error"
615 #: e2fsck/problem.c:51
619 #: e2fsck/problem.c:52
623 #: e2fsck/problem.c:53
627 #: e2fsck/problem.c:54
631 #: e2fsck/problem.c:55
635 #: e2fsck/problem.c:56
639 #: e2fsck/problem.c:57
640 msgid "Connect to /lost+found"
643 #: e2fsck/problem.c:58
647 #: e2fsck/problem.c:59
651 #: e2fsck/problem.c:60
655 #: e2fsck/problem.c:61
659 #: e2fsck/problem.c:62
663 #: e2fsck/problem.c:63
667 #: e2fsck/problem.c:64
671 #: e2fsck/problem.c:65
672 msgid "Clone multiply-claimed blocks"
675 #: e2fsck/problem.c:66
679 #: e2fsck/problem.c:67
680 msgid "Suppress messages"
683 #: e2fsck/problem.c:68
687 #: e2fsck/problem.c:69
688 msgid "Clear HTree index"
691 #: e2fsck/problem.c:70
695 #: e2fsck/problem.c:79
699 #: e2fsck/problem.c:80
703 #: e2fsck/problem.c:81
707 #: e2fsck/problem.c:82
711 #: e2fsck/problem.c:83
715 #: e2fsck/problem.c:84
719 #: e2fsck/problem.c:85
723 #: e2fsck/problem.c:86
727 #: e2fsck/problem.c:87
731 #: e2fsck/problem.c:88
735 #: e2fsck/problem.c:89
736 msgid "INODE CLEARED"
739 #: e2fsck/problem.c:90
743 #: e2fsck/problem.c:91
747 #: e2fsck/problem.c:92
751 #: e2fsck/problem.c:93
752 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
755 #: e2fsck/problem.c:94
759 #: e2fsck/problem.c:95
763 #: e2fsck/problem.c:96
767 #: e2fsck/problem.c:97
768 msgid "HTREE INDEX CLEARED"
771 #: e2fsck/problem.c:98
772 msgid "WILL RECREATE"
775 #: e2fsck/problem.c:110
776 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
777 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
780 #: e2fsck/problem.c:114
781 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
782 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
785 #: e2fsck/problem.c:119
786 #. @-expanded: inode table for group %g is not in group. (block %b)\n
787 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
789 "@i table for @g %g is not in @g. (@b %b)\n"
790 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
793 #: e2fsck/problem.c:125
795 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
796 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
797 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
798 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
799 #. @-expanded: e2fsck -b 8193 <device>\n
801 #. @-expanded: e2fsck -b 32768 <device>\n
805 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
806 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
807 "@f (and not swap or ufs or something else), then the @S\n"
808 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
809 " e2fsck -b 8193 <@v>\n"
811 " e2fsck -b 32768 <@v>\n"
815 #: e2fsck/problem.c:136
816 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
817 #. @-expanded: The physical size of the device is %c blocks\n
818 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
820 "The @f size (according to the @S) is %b @bs\n"
821 "The physical size of the @v is %c @bs\n"
822 "Either the @S or the partition table is likely to be corrupt!\n"
825 #: e2fsck/problem.c:143
826 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
827 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
828 #. @-expanded: from the block size.\n
830 "@S @b_size = %b, fragsize = %c.\n"
831 "This version of e2fsck does not support fragment sizes different\n"
832 "from the @b size.\n"
835 #: e2fsck/problem.c:150
836 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
837 msgid "@S @bs_per_group = %b, should have been %c\n"
840 #: e2fsck/problem.c:155
841 #. @-expanded: superblock first_data_block = %b, should have been %c\n
842 msgid "@S first_data_@b = %b, should have been %c\n"
845 #: e2fsck/problem.c:160
846 #. @-expanded: filesystem did not have a UUID; generating one.\n
849 "@f did not have a UUID; generating one.\n"
853 #: e2fsck/problem.c:165
856 "Note: if several inode or block bitmap blocks or part\n"
857 "of the inode table require relocation, you may wish to try\n"
858 "running e2fsck with the '-b %S' option first. The problem\n"
859 "may lie only with the primary block group descriptors, and\n"
860 "the backup block group descriptors may be OK.\n"
864 #: e2fsck/problem.c:174
865 #. @-expanded: Corruption found in superblock. (%s = %N).\n
866 msgid "Corruption found in @S. (%s = %N).\n"
869 #: e2fsck/problem.c:179
871 #. @-expanded: Error determining size of the physical device: %m\n
872 msgid "Error determining size of the physical @v: %m\n"
875 #: e2fsck/problem.c:184
876 #. @-expanded: inode count in superblock is %i, should be %j.\n
877 msgid "@i count in @S is %i, @s %j.\n"
880 #: e2fsck/problem.c:188
881 msgid "The Hurd does not support the filetype feature.\n"
884 #: e2fsck/problem.c:193
886 #. @-expanded: superblock has an invalid journal (inode %i).\n
887 msgid "@S has an @n @j (@i %i).\n"
890 #: e2fsck/problem.c:198
891 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
892 msgid "External @j has multiple @f users (unsupported).\n"
895 #: e2fsck/problem.c:203
896 #. @-expanded: Can't find external journal\n
897 msgid "Can't find external @j\n"
900 #: e2fsck/problem.c:208
901 #. @-expanded: External journal has bad superblock\n
902 msgid "External @j has bad @S\n"
905 #: e2fsck/problem.c:213
906 #. @-expanded: External journal does not support this filesystem\n
907 msgid "External @j does not support this @f\n"
910 #: e2fsck/problem.c:218
911 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
912 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
913 #. @-expanded: format.\n
914 #. @-expanded: It is also possible the journal superblock is corrupt.\n
916 "@f @j @S is unknown type %N (unsupported).\n"
917 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
919 "It is also possible the @j @S is corrupt.\n"
922 #: e2fsck/problem.c:226
923 #. @-expanded: journal superblock is corrupt.\n
924 msgid "@j @S is corrupt.\n"
927 #: e2fsck/problem.c:231
928 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
929 msgid "@S has_@j flag is clear, but a @j is present.\n"
932 #: e2fsck/problem.c:236
933 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
934 msgid "@S needs_recovery flag is set, but no @j is present.\n"
937 #: e2fsck/problem.c:241
938 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
939 msgid "@S needs_recovery flag is clear, but @j has data.\n"
942 #: e2fsck/problem.c:246
943 #. @-expanded: Clear journal
947 #: e2fsck/problem.c:251 e2fsck/problem.c:729
948 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
949 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
952 #: e2fsck/problem.c:256
953 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
954 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
957 #: e2fsck/problem.c:261
958 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
959 msgid "@I %B (%b) found in @o @i %i.\n"
962 #: e2fsck/problem.c:266
963 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
964 msgid "Already cleared %B (%b) found in @o @i %i.\n"
967 #: e2fsck/problem.c:271
969 #. @-expanded: illegal orphaned inode %i in superblock.\n
970 msgid "@I @o @i %i in @S.\n"
973 #: e2fsck/problem.c:276
975 #. @-expanded: illegal inode %i in orphaned inode list.\n
976 msgid "@I @i %i in @o @i list.\n"
979 #: e2fsck/problem.c:281
980 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
981 msgid "@j @S has an unknown read-only feature flag set.\n"
984 #: e2fsck/problem.c:286
985 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
986 msgid "@j @S has an unknown incompatible feature flag set.\n"
989 #: e2fsck/problem.c:291
990 #. @-expanded: journal version not supported by this e2fsck.\n
991 msgid "@j version not supported by this e2fsck.\n"
994 #: e2fsck/problem.c:296
996 #. @-expanded: Moving journal from /%s to hidden inode.\n
999 "Moving @j from /%s to hidden @i.\n"
1003 #: e2fsck/problem.c:301
1005 #. @-expanded: Error moving journal: %m\n
1008 "Error moving @j: %m\n"
1012 #: e2fsck/problem.c:306
1013 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1014 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1017 "Found @n V2 @j @S fields (from V1 @j).\n"
1018 "Clearing fields beyond the V1 @j @S...\n"
1022 #: e2fsck/problem.c:312
1023 #. @-expanded: Run journal anyway
1024 msgid "Run @j anyway"
1027 #: e2fsck/problem.c:317
1028 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1029 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1032 #: e2fsck/problem.c:322
1033 #. @-expanded: Backing up journal inode block information.\n
1036 "Backing up @j @i @b information.\n"
1040 #: e2fsck/problem.c:327
1041 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1042 #. @-expanded: is %N; should be zero.
1044 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1048 #: e2fsck/problem.c:333
1049 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1050 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1053 #: e2fsck/problem.c:338
1054 #. @-expanded: Resize inode not valid.
1055 msgid "Resize @i not valid. "
1058 #: e2fsck/problem.c:343
1059 #. @-expanded: superblock last mount time (%t,\n
1060 #. @-expanded: \tnow = %T) is in the future.\n
1062 "@S last mount time (%t,\n"
1063 "\tnow = %T) is in the future.\n"
1066 #: e2fsck/problem.c:348
1067 #. @-expanded: superblock last write time (%t,\n
1068 #. @-expanded: \tnow = %T) is in the future.\n
1070 "@S last write time (%t,\n"
1071 "\tnow = %T) is in the future.\n"
1074 #: e2fsck/problem.c:352
1076 #. @-expanded: superblock hint for external superblock should be %X.
1077 msgid "@S hint for external superblock @s %X. "
1080 #: e2fsck/problem.c:357
1081 #. @-expanded: Adding dirhash hint to filesystem.\n
1084 "Adding dirhash hint to @f.\n"
1088 #: e2fsck/problem.c:362
1089 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1090 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1093 #: e2fsck/problem.c:367
1095 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1096 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1099 #: e2fsck/problem.c:372
1100 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1101 msgid "@g descriptor %g has invalid unused inodes count %b. "
1104 #: e2fsck/problem.c:377
1105 #. @-expanded: Last group block bitmap uninitialized.
1106 msgid "Last @g @b @B uninitialized. "
1109 #: e2fsck/problem.c:382
1111 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1114 #: e2fsck/problem.c:386
1115 msgid "The test_fs flag is set (and ext4 is available). "
1118 #: e2fsck/problem.c:391
1119 #. @-expanded: superblock last mount time is in the future.\n
1120 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1121 #. @-expanded: set)\n
1123 "@S last mount time is in the future.\n"
1124 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1128 #: e2fsck/problem.c:397
1129 #. @-expanded: superblock last write time is in the future.\n
1130 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1131 #. @-expanded: set)\n
1133 "@S last write time is in the future.\n"
1134 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1138 #: e2fsck/problem.c:403
1139 #. @-expanded: One or more block group descriptor checksums are invalid.
1140 msgid "One or more @b @g descriptor checksums are invalid. "
1143 #: e2fsck/problem.c:408
1144 #. @-expanded: Setting free inodes count to %j (was %i)\n
1145 msgid "Setting free @is count to %j (was %i)\n"
1148 #: e2fsck/problem.c:413
1149 #. @-expanded: Setting free blocks count to %c (was %b)\n
1150 msgid "Setting free @bs count to %c (was %b)\n"
1153 #: e2fsck/problem.c:418
1154 #. @-expanded: Making quota inode %i (%Q) hidden.\n
1155 msgid "Making @q @i %i (%Q) hidden.\n"
1158 #: e2fsck/problem.c:423
1159 #. @-expanded: superblock has invalid MMP block.
1160 msgid "@S has invalid MMP block. "
1163 #: e2fsck/problem.c:428
1164 #. @-expanded: superblock has invalid MMP magic.
1165 msgid "@S has invalid MMP magic. "
1168 #: e2fsck/problem.c:433
1170 msgid "ext2fs_open2: %m\n"
1173 #: e2fsck/problem.c:438
1175 msgid "ext2fs_check_desc: %m\n"
1178 #: e2fsck/problem.c:446
1179 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1180 #. @-expanded: simultaneously.
1182 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1186 #: e2fsck/problem.c:452
1187 #. @-expanded: superblock MMP block checksum does not match MMP block.
1188 msgid "@S MMP block checksum does not match MMP block. "
1191 #: e2fsck/problem.c:457
1192 #. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
1193 msgid "@S 64bit filesystems needs extents to access the whole disk. "
1196 #: e2fsck/problem.c:462
1197 msgid "First_meta_bg is too big. (%N, max value %g). "
1200 #: e2fsck/problem.c:467
1201 #. @-expanded: External journal superblock checksum does not match superblock.
1202 msgid "External @j @S checksum does not match @S. "
1205 #: e2fsck/problem.c:472
1206 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1207 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1210 #: e2fsck/problem.c:479
1211 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1212 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1215 #: e2fsck/problem.c:483
1216 #. @-expanded: root inode is not a directory.
1217 msgid "@r is not a @d. "
1220 #: e2fsck/problem.c:488
1221 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1222 msgid "@r has dtime set (probably due to old mke2fs). "
1225 #: e2fsck/problem.c:493
1226 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1227 msgid "Reserved @i %i (%Q) has @n mode. "
1230 #: e2fsck/problem.c:498
1232 #. @-expanded: deleted inode %i has zero dtime.
1233 msgid "@D @i %i has zero dtime. "
1236 #: e2fsck/problem.c:503
1238 #. @-expanded: inode %i is in use, but has dtime set.
1239 msgid "@i %i is in use, but has dtime set. "
1242 #: e2fsck/problem.c:508
1244 #. @-expanded: inode %i is a zero-length directory.
1245 msgid "@i %i is a @z @d. "
1248 #: e2fsck/problem.c:513
1249 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1250 msgid "@g %g's @b @B at %b @C.\n"
1253 #: e2fsck/problem.c:518
1254 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1255 msgid "@g %g's @i @B at %b @C.\n"
1258 #: e2fsck/problem.c:523
1259 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1260 msgid "@g %g's @i table at %b @C.\n"
1263 #: e2fsck/problem.c:528
1264 #. @-expanded: group %g's block bitmap (%b) is bad.
1265 msgid "@g %g's @b @B (%b) is bad. "
1268 #: e2fsck/problem.c:533
1269 #. @-expanded: group %g's inode bitmap (%b) is bad.
1270 msgid "@g %g's @i @B (%b) is bad. "
1273 #: e2fsck/problem.c:538
1274 #. @-expanded: inode %i, i_size is %Is, should be %N.
1275 msgid "@i %i, i_size is %Is, @s %N. "
1278 #: e2fsck/problem.c:543
1279 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1280 msgid "@i %i, i_@bs is %Ib, @s %N. "
1283 #: e2fsck/problem.c:548
1284 #. @-expanded: illegal %B (%b) in inode %i.
1285 msgid "@I %B (%b) in @i %i. "
1288 #: e2fsck/problem.c:553
1289 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1290 msgid "%B (%b) overlaps @f metadata in @i %i. "
1293 #: e2fsck/problem.c:558
1295 #. @-expanded: inode %i has illegal block(s).
1296 msgid "@i %i has illegal @b(s). "
1299 #: e2fsck/problem.c:563
1301 #. @-expanded: Too many illegal blocks in inode %i.\n
1302 msgid "Too many illegal @bs in @i %i.\n"
1305 #: e2fsck/problem.c:568
1306 #. @-expanded: illegal %B (%b) in bad block inode.
1307 msgid "@I %B (%b) in bad @b @i. "
1310 #: e2fsck/problem.c:573
1311 #. @-expanded: Bad block inode has illegal block(s).
1312 msgid "Bad @b @i has illegal @b(s). "
1315 #: e2fsck/problem.c:578
1316 #. @-expanded: Duplicate or bad block in use!\n
1317 msgid "Duplicate or bad @b in use!\n"
1320 #: e2fsck/problem.c:583
1321 #. @-expanded: Bad block %b used as bad block inode indirect block.
1322 msgid "Bad @b %b used as bad @b @i indirect @b. "
1325 #: e2fsck/problem.c:588
1327 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1328 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1329 #. @-expanded: in the filesystem.\n
1332 "The bad @b @i has probably been corrupted. You probably\n"
1333 "should stop now and run e2fsck -c to scan for bad blocks\n"
1337 #: e2fsck/problem.c:595
1339 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1342 "If the @b is really bad, the @f can not be fixed.\n"
1345 #: e2fsck/problem.c:600
1346 #. @-expanded: You can remove this block from the bad block list and hope\n
1347 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1350 "You can remove this @b from the bad @b list and hope\n"
1351 "that the @b is really OK. But there are no guarantees.\n"
1355 #: e2fsck/problem.c:606
1356 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1357 msgid "The primary @S (%b) is on the bad @b list.\n"
1360 #: e2fsck/problem.c:611
1361 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1362 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1365 #: e2fsck/problem.c:617
1366 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1367 msgid "Warning: Group %g's @S (%b) is bad.\n"
1370 #: e2fsck/problem.c:622
1371 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1372 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1375 #: e2fsck/problem.c:628
1376 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1377 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1380 #: e2fsck/problem.c:634
1381 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1382 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1385 #: e2fsck/problem.c:639
1387 #. @-expanded: error allocating block buffer for relocating %s\n
1388 msgid "@A @b buffer for relocating %s\n"
1391 #: e2fsck/problem.c:644
1392 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1393 msgid "Relocating @g %g's %s from %b to %c...\n"
1396 #: e2fsck/problem.c:649
1398 #. @-expanded: Relocating group %g's %s to %c...\n
1399 msgid "Relocating @g %g's %s to %c...\n"
1402 #: e2fsck/problem.c:654
1403 #. @-expanded: Warning: could not read block %b of %s: %m\n
1404 msgid "Warning: could not read @b %b of %s: %m\n"
1407 #: e2fsck/problem.c:659
1408 #. @-expanded: Warning: could not write block %b for %s: %m\n
1409 msgid "Warning: could not write @b %b for %s: %m\n"
1412 #: e2fsck/problem.c:664 e2fsck/problem.c:1725
1413 #. @-expanded: error allocating inode bitmap (%N): %m\n
1414 msgid "@A @i @B (%N): %m\n"
1417 #: e2fsck/problem.c:669
1418 #. @-expanded: error allocating block bitmap (%N): %m\n
1419 msgid "@A @b @B (%N): %m\n"
1422 #: e2fsck/problem.c:674
1424 #. @-expanded: error allocating icount link information: %m\n
1425 msgid "@A icount link information: %m\n"
1428 #: e2fsck/problem.c:679
1430 #. @-expanded: error allocating directory block array: %m\n
1431 msgid "@A @d @b array: %m\n"
1434 #: e2fsck/problem.c:684
1436 #. @-expanded: Error while scanning inodes (%i): %m\n
1437 msgid "Error while scanning @is (%i): %m\n"
1440 #: e2fsck/problem.c:689
1442 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1443 msgid "Error while iterating over @bs in @i %i: %m\n"
1446 #: e2fsck/problem.c:694
1447 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1448 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1451 #: e2fsck/problem.c:699
1452 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1453 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1456 #: e2fsck/problem.c:705
1458 #. @-expanded: Error reading inode %i: %m\n
1459 msgid "Error reading @i %i: %m\n"
1462 #: e2fsck/problem.c:713
1464 #. @-expanded: inode %i has imagic flag set.
1465 msgid "@i %i has imagic flag set. "
1468 #: e2fsck/problem.c:718
1470 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1471 #. @-expanded: or append-only flag set.
1473 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1474 "or append-only flag set. "
1477 #: e2fsck/problem.c:724
1479 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1480 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1483 #: e2fsck/problem.c:734
1484 #. @-expanded: journal inode is not in use, but contains data.
1485 msgid "@j @i is not in use, but contains data. "
1488 #: e2fsck/problem.c:739
1489 #. @-expanded: journal is not regular file.
1490 msgid "@j is not regular file. "
1493 #: e2fsck/problem.c:744
1495 #. @-expanded: inode %i was part of the orphaned inode list.
1496 msgid "@i %i was part of the @o @i list. "
1499 #: e2fsck/problem.c:750
1500 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1501 msgid "@is that were part of a corrupted orphan linked list found. "
1504 #: e2fsck/problem.c:755
1505 #. @-expanded: error allocating refcount structure (%N): %m\n
1506 msgid "@A refcount structure (%N): %m\n"
1509 #: e2fsck/problem.c:760
1510 #. @-expanded: Error reading extended attribute block %b for inode %i.
1511 msgid "Error reading @a @b %b for @i %i. "
1514 #: e2fsck/problem.c:765
1515 #. @-expanded: inode %i has a bad extended attribute block %b.
1516 msgid "@i %i has a bad @a @b %b. "
1519 #: e2fsck/problem.c:770
1520 #. @-expanded: Error reading extended attribute block %b (%m).
1521 msgid "Error reading @a @b %b (%m). "
1524 #: e2fsck/problem.c:775
1525 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1526 msgid "@a @b %b has reference count %r, @s %N. "
1529 #: e2fsck/problem.c:780
1530 #. @-expanded: Error writing extended attribute block %b (%m).
1531 msgid "Error writing @a @b %b (%m). "
1534 #: e2fsck/problem.c:785
1535 #. @-expanded: extended attribute block %b has h_blocks > 1.
1536 msgid "@a @b %b has h_@bs > 1. "
1539 #: e2fsck/problem.c:790
1540 #. @-expanded: error allocating extended attribute region allocation structure.
1541 msgid "@A @a region allocation structure. "
1544 #: e2fsck/problem.c:795
1545 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1546 msgid "@a @b %b is corrupt (allocation collision). "
1549 #: e2fsck/problem.c:800
1550 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1551 msgid "@a @b %b is corrupt (@n name). "
1554 #: e2fsck/problem.c:805
1555 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1556 msgid "@a @b %b is corrupt (@n value). "
1559 #: e2fsck/problem.c:810
1561 #. @-expanded: inode %i is too big.
1562 msgid "@i %i is too big. "
1565 #: e2fsck/problem.c:814
1566 #. @-expanded: %B (%b) causes directory to be too big.
1567 msgid "%B (%b) causes @d to be too big. "
1570 #: e2fsck/problem.c:819
1571 msgid "%B (%b) causes file to be too big. "
1574 #: e2fsck/problem.c:824
1575 msgid "%B (%b) causes symlink to be too big. "
1578 #: e2fsck/problem.c:829
1580 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1581 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1584 #: e2fsck/problem.c:834
1586 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1587 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1590 #: e2fsck/problem.c:839
1592 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1593 msgid "@h %i has an @n root node.\n"
1596 #: e2fsck/problem.c:844
1597 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1598 msgid "@h %i has an unsupported hash version (%N)\n"
1601 #: e2fsck/problem.c:849
1603 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1604 msgid "@h %i uses an incompatible htree root node flag.\n"
1607 #: e2fsck/problem.c:854
1608 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1609 msgid "@h %i has a tree depth (%N) which is too big\n"
1612 #: e2fsck/problem.c:859
1613 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1614 #. @-expanded: filesystem metadata.
1616 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1620 #: e2fsck/problem.c:865
1622 #. @-expanded: Resize inode (re)creation failed: %m.
1623 msgid "Resize @i (re)creation failed: %m."
1626 #: e2fsck/problem.c:870
1627 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1628 msgid "@i %i has a extra size (%IS) which is @n\n"
1631 #: e2fsck/problem.c:875
1632 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1633 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1636 #: e2fsck/problem.c:880
1637 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1638 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1641 #: e2fsck/problem.c:885
1642 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1643 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1646 #: e2fsck/problem.c:890
1647 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1648 msgid "@a in @i %i has a value size (%N) which is @n\n"
1651 #: e2fsck/problem.c:895
1652 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1653 msgid "@a in @i %i has a hash (%N) which is @n\n"
1656 #: e2fsck/problem.c:900
1657 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1658 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1661 #: e2fsck/problem.c:905
1663 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1664 msgid "Error while reading over @x tree in @i %i: %m\n"
1667 #: e2fsck/problem.c:910
1668 #. @-expanded: Failed to iterate extents in inode %i\n
1669 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1671 "Failed to iterate extents in @i %i\n"
1672 "\t(op %s, blk %b, lblk %c): %m\n"
1675 #: e2fsck/problem.c:916
1676 #. @-expanded: inode %i has an invalid extent\n
1677 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1679 "@i %i has an @n extent\n"
1680 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1683 #: e2fsck/problem.c:921
1684 #. @-expanded: inode %i has an invalid extent\n
1685 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1687 "@i %i has an @n extent\n"
1688 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1691 #: e2fsck/problem.c:926
1693 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1694 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1697 #: e2fsck/problem.c:931
1699 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1700 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1703 #: e2fsck/problem.c:936
1705 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1706 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1709 #: e2fsck/problem.c:941
1711 msgid "Fast symlink %i has EXTENT_FL set. "
1714 #: e2fsck/problem.c:946
1715 #. @-expanded: inode %i has out of order extents\n
1716 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1718 "@i %i has out of order extents\n"
1719 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1722 #: e2fsck/problem.c:950
1723 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1724 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1727 #: e2fsck/problem.c:955
1729 #. @-expanded: Error converting subcluster block bitmap: %m\n
1730 msgid "Error converting subcluster @b @B: %m\n"
1733 #: e2fsck/problem.c:960
1734 #. @-expanded: quota inode is not regular file.
1735 msgid "@q @i is not regular file. "
1738 #: e2fsck/problem.c:965
1739 #. @-expanded: quota inode is not in use, but contains data.
1740 msgid "@q @i is not in use, but contains data. "
1743 #: e2fsck/problem.c:970
1744 #. @-expanded: quota inode is visible to the user.
1745 msgid "@q @i is visible to the user. "
1748 #: e2fsck/problem.c:975
1749 #. @-expanded: The bad block inode looks invalid.
1750 msgid "The bad @b @i looks @n. "
1753 #: e2fsck/problem.c:980
1754 #. @-expanded: inode %i has zero length extent\n
1755 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1757 "@i %i has zero length extent\n"
1758 "\t(@n logical @b %c, physical @b %b)\n"
1761 #: e2fsck/problem.c:985
1763 #. @-expanded: inode %i seems to contain garbage.
1764 msgid "@i %i seems to contain garbage. "
1767 #: e2fsck/problem.c:990
1769 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1770 msgid "@i %i passes checks, but checksum does not match @i. "
1773 #: e2fsck/problem.c:995
1775 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1776 msgid "@i %i @a is corrupt (allocation collision). "
1779 #: e2fsck/problem.c:1003
1780 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1781 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1783 "@i %i extent block passes checks, but checksum does not match extent\n"
1784 "\t(logical @b %c, physical @b %b, len %N)\n"
1787 #: e2fsck/problem.c:1012
1788 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1789 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1792 #: e2fsck/problem.c:1019
1793 #. @-expanded: Interior extent node level %N of inode %i:\n
1794 #. @-expanded: Logical start %b does not match logical start %c at next level.
1796 "Interior @x node level %N of @i %i:\n"
1797 "Logical start %b does not match logical start %c at next level. "
1800 #: e2fsck/problem.c:1025
1801 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1802 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1804 "@i %i, end of extent exceeds allowed value\n"
1805 "\t(logical @b %c, physical @b %b, len %N)\n"
1808 #: e2fsck/problem.c:1030
1810 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1811 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1814 #: e2fsck/problem.c:1035
1816 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1817 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1820 #: e2fsck/problem.c:1043
1821 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1823 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1826 #: e2fsck/problem.c:1048
1827 #. @-expanded: directory inode %i block %b should be at block %c.
1828 msgid "@d @i %i @b %b should be at @b %c. "
1831 #: e2fsck/problem.c:1053
1833 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1834 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1837 #: e2fsck/problem.c:1058
1838 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1839 #. @-expanded: Will fix in pass 1B.\n
1841 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1842 "Will fix in pass 1B.\n"
1845 #: e2fsck/problem.c:1063
1847 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1848 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1851 #: e2fsck/problem.c:1068
1853 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1854 #. @-expanded: or inline-data flag set.
1856 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1857 "or inline-data flag set. "
1860 #: e2fsck/problem.c:1074
1862 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1863 msgid "@i %i has @x header but inline data flag is set.\n"
1866 #: e2fsck/problem.c:1079
1868 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1869 msgid "@i %i seems to have inline data but @x flag is set.\n"
1872 #: e2fsck/problem.c:1084
1874 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1875 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1878 #: e2fsck/problem.c:1089
1880 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1881 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1884 #: e2fsck/problem.c:1094
1885 #. @-expanded: Bad block list says the bad block list inode is bad.
1886 msgid "Bad block list says the bad block list @i is bad. "
1889 #: e2fsck/problem.c:1099
1890 #. @-expanded: error allocating extent region allocation structure.
1891 msgid "@A @x region allocation structure. "
1894 #: e2fsck/problem.c:1104
1895 #. @-expanded: inode %i has a duplicate extent mapping\n
1896 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1898 "@i %i has a duplicate @x mapping\n"
1899 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1902 #: e2fsck/problem.c:1109
1903 #. @-expanded: error allocating memory for encrypted directory list\n
1904 msgid "@A memory for encrypted @d list\n"
1907 #: e2fsck/problem.c:1114
1908 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1909 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1912 #: e2fsck/problem.c:1119
1914 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1915 msgid "@i %i on bigalloc @f cannot be @b mapped. "
1918 #: e2fsck/problem.c:1124
1920 #. @-expanded: inode %i has corrupt extent header.
1921 msgid "@i %i has corrupt @x header. "
1924 #: e2fsck/problem.c:1129
1926 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1927 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1930 #: e2fsck/problem.c:1136
1932 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1933 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1936 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1937 "Pass 1B: Rescanning for @m @bs\n"
1940 #: e2fsck/problem.c:1142
1942 #. @-expanded: multiply-claimed block(s) in inode %i:
1943 msgid "@m @b(s) in @i %i:"
1946 #: e2fsck/problem.c:1157
1948 msgid "Error while scanning inodes (%i): %m\n"
1951 #: e2fsck/problem.c:1162
1953 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1954 msgid "@A @i @B (@i_dup_map): %m\n"
1957 #: e2fsck/problem.c:1167
1959 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1960 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1963 #: e2fsck/problem.c:1172 e2fsck/problem.c:1534
1964 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1965 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1968 #: e2fsck/problem.c:1182
1969 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1970 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1973 #: e2fsck/problem.c:1188
1974 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1975 msgid "Pass 1D: Reconciling @m @bs\n"
1978 #: e2fsck/problem.c:1193
1979 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1980 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1982 "File %Q (@i #%i, mod time %IM) \n"
1983 " has %r @m @b(s), shared with %N file(s):\n"
1986 #: e2fsck/problem.c:1199
1987 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1988 msgid "\t%Q (@i #%i, mod time %IM)\n"
1991 #: e2fsck/problem.c:1204
1992 #. @-expanded: \t<filesystem metadata>\n
1993 msgid "\t<@f metadata>\n"
1996 #: e2fsck/problem.c:1209
1997 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2000 "(There are %N @is containing @m @bs.)\n"
2004 #: e2fsck/problem.c:1214
2005 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2008 "@m @bs already reassigned or cloned.\n"
2012 #: e2fsck/problem.c:1227
2014 msgid "Couldn't clone file: %m\n"
2017 #: e2fsck/problem.c:1233
2018 #. @-expanded: Pass 1E: Optimizing extent trees\n
2019 msgid "Pass 1E: Optimizing @x trees\n"
2022 #: e2fsck/problem.c:1238
2024 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2025 msgid "Failed to optimize @x tree %p (%i): %m\n"
2028 #: e2fsck/problem.c:1243
2029 #. @-expanded: Optimizing extent trees:
2030 msgid "Optimizing @x trees: "
2033 #: e2fsck/problem.c:1258
2034 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2037 #: e2fsck/problem.c:1263
2038 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2039 msgid "@i %i @x tree (at level %b) could be shorter. "
2042 #: e2fsck/problem.c:1268
2043 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2044 msgid "@i %i @x tree (at level %b) could be narrower. "
2047 #: e2fsck/problem.c:1275
2048 #. @-expanded: Pass 2: Checking directory structure\n
2049 msgid "Pass 2: Checking @d structure\n"
2052 #: e2fsck/problem.c:1280
2054 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2055 msgid "@n @i number for '.' in @d @i %i.\n"
2058 #: e2fsck/problem.c:1285
2059 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2060 msgid "@E has @n @i #: %Di.\n"
2063 #: e2fsck/problem.c:1290
2064 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2065 msgid "@E has @D/unused @i %Di. "
2068 #: e2fsck/problem.c:1295
2069 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2070 msgid "@E @L to '.' "
2073 #: e2fsck/problem.c:1300
2074 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2075 msgid "@E points to @i (%Di) located in a bad @b.\n"
2078 #: e2fsck/problem.c:1305
2079 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2080 msgid "@E @L to @d %P (%Di).\n"
2083 #: e2fsck/problem.c:1310
2084 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2085 msgid "@E @L to the @r.\n"
2088 #: e2fsck/problem.c:1315
2089 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2090 msgid "@E has illegal characters in its name.\n"
2093 #: e2fsck/problem.c:1320
2095 #. @-expanded: Missing '.' in directory inode %i.\n
2096 msgid "Missing '.' in @d @i %i.\n"
2099 #: e2fsck/problem.c:1325
2101 #. @-expanded: Missing '..' in directory inode %i.\n
2102 msgid "Missing '..' in @d @i %i.\n"
2105 #: e2fsck/problem.c:1330
2106 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2107 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2110 #: e2fsck/problem.c:1335
2111 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2112 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2115 #: e2fsck/problem.c:1340
2116 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2117 msgid "i_faddr @F %IF, @s zero.\n"
2120 #: e2fsck/problem.c:1345
2121 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2122 msgid "i_file_acl @F %If, @s zero.\n"
2125 #: e2fsck/problem.c:1350
2126 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
2127 msgid "i_dir_acl @F %Id, @s zero.\n"
2130 #: e2fsck/problem.c:1355
2131 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2132 msgid "i_frag @F %N, @s zero.\n"
2135 #: e2fsck/problem.c:1360
2136 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2137 msgid "i_fsize @F %N, @s zero.\n"
2140 #: e2fsck/problem.c:1365
2141 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2142 msgid "@i %i (%Q) has @n mode (%Im).\n"
2145 #: e2fsck/problem.c:1370
2146 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2147 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2150 #: e2fsck/problem.c:1375
2151 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2152 msgid "@d @i %i, %B, offset %N: filename too long\n"
2155 #: e2fsck/problem.c:1380
2156 #. @-expanded: directory inode %i has an unallocated %B.
2157 msgid "@d @i %i has an unallocated %B. "
2160 #: e2fsck/problem.c:1385
2162 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2163 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2166 #: e2fsck/problem.c:1390
2168 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2169 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2172 #: e2fsck/problem.c:1395
2173 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2174 msgid "@i %i (%Q) is an @I character @v.\n"
2177 #: e2fsck/problem.c:1400
2178 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2179 msgid "@i %i (%Q) is an @I @b @v.\n"
2182 #: e2fsck/problem.c:1405
2183 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2184 msgid "@E is duplicate '.' @e.\n"
2187 #: e2fsck/problem.c:1410
2188 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2189 msgid "@E is duplicate '..' @e.\n"
2192 #: e2fsck/problem.c:1415 e2fsck/problem.c:1750
2194 msgid "Internal error: couldn't find dir_info for %i.\n"
2197 #: e2fsck/problem.c:1420
2198 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2199 msgid "@E has rec_len of %Dr, @s %N.\n"
2202 #: e2fsck/problem.c:1425
2204 #. @-expanded: error allocating icount structure: %m\n
2205 msgid "@A icount structure: %m\n"
2208 #: e2fsck/problem.c:1430
2210 #. @-expanded: Error iterating over directory blocks: %m\n
2211 msgid "Error iterating over @d @bs: %m\n"
2214 #: e2fsck/problem.c:1435
2215 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2216 msgid "Error reading @d @b %b (@i %i): %m\n"
2219 #: e2fsck/problem.c:1440
2220 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2221 msgid "Error writing @d @b %b (@i %i): %m\n"
2224 #: e2fsck/problem.c:1445
2226 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2227 msgid "@A new @d @b for @i %i (%s): %m\n"
2230 #: e2fsck/problem.c:1450
2232 #. @-expanded: Error deallocating inode %i: %m\n
2233 msgid "Error deallocating @i %i: %m\n"
2236 #: e2fsck/problem.c:1455
2238 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2239 msgid "@d @e for '.' in %p (%i) is big.\n"
2242 #: e2fsck/problem.c:1460
2243 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2244 msgid "@i %i (%Q) is an @I FIFO.\n"
2247 #: e2fsck/problem.c:1465
2248 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2249 msgid "@i %i (%Q) is an @I socket.\n"
2252 #: e2fsck/problem.c:1470
2253 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2254 msgid "Setting filetype for @E to %N.\n"
2257 #: e2fsck/problem.c:1475
2258 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2259 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2262 #: e2fsck/problem.c:1480
2263 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2264 msgid "@E has filetype set.\n"
2267 #: e2fsck/problem.c:1485
2268 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2269 msgid "@E has a @z name.\n"
2272 #: e2fsck/problem.c:1490
2273 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2274 msgid "Symlink %Q (@i #%i) is @n.\n"
2277 #: e2fsck/problem.c:1495
2278 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2279 msgid "@a @b @F @n (%If).\n"
2282 #: e2fsck/problem.c:1500
2283 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2284 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2287 #: e2fsck/problem.c:1505
2288 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2289 msgid "@p @h %d: %B not referenced\n"
2292 #: e2fsck/problem.c:1510
2293 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2294 msgid "@p @h %d: %B referenced twice\n"
2297 #: e2fsck/problem.c:1515
2298 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2299 msgid "@p @h %d: %B has bad min hash\n"
2302 #: e2fsck/problem.c:1520
2303 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2304 msgid "@p @h %d: %B has bad max hash\n"
2307 #: e2fsck/problem.c:1525
2308 #. @-expanded: invalid HTREE directory inode %d (%q).
2309 msgid "@n @h %d (%q). "
2312 #: e2fsck/problem.c:1529
2313 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2314 msgid "@p @h %d (%q): bad @b number %b.\n"
2317 #: e2fsck/problem.c:1539
2319 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2320 msgid "@p @h %d: root node is @n\n"
2323 #: e2fsck/problem.c:1544
2324 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2325 msgid "@p @h %d: %B has @n limit (%N)\n"
2328 #: e2fsck/problem.c:1549
2329 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2330 msgid "@p @h %d: %B has @n count (%N)\n"
2333 #: e2fsck/problem.c:1554
2334 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2335 msgid "@p @h %d: %B has an unordered hash table\n"
2338 #: e2fsck/problem.c:1559
2339 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2340 msgid "@p @h %d: %B has @n depth (%N)\n"
2343 #: e2fsck/problem.c:1564
2344 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2345 msgid "Duplicate @E found. "
2348 #: e2fsck/problem.c:1569
2350 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2351 #. @-expanded: Rename to %s
2353 "@E has a non-unique filename.\n"
2357 #: e2fsck/problem.c:1574
2358 #. @-expanded: Duplicate entry '%Dn' found.\n
2359 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2362 "Duplicate @e '%Dn' found.\n"
2363 "\tMarking %p (%i) to be rebuilt.\n"
2367 #: e2fsck/problem.c:1579
2368 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2369 msgid "i_blocks_hi @F %N, @s zero.\n"
2372 #: e2fsck/problem.c:1584
2373 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2374 msgid "Unexpected @b in @h %d (%q).\n"
2377 #: e2fsck/problem.c:1588
2378 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2379 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2382 #: e2fsck/problem.c:1593
2383 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2384 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2387 #: e2fsck/problem.c:1598
2388 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2389 msgid "i_file_acl_hi @F %N, @s zero.\n"
2392 #: e2fsck/problem.c:1603
2394 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2395 msgid "@p @h %d: root node fails checksum.\n"
2398 #: e2fsck/problem.c:1608
2400 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2401 msgid "@p @h %d: internal node fails checksum.\n"
2404 #: e2fsck/problem.c:1613
2405 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2406 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2409 #: e2fsck/problem.c:1618
2410 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2411 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2414 #: e2fsck/problem.c:1623
2415 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2416 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2419 #: e2fsck/problem.c:1628
2421 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2422 msgid "Fixing size of inline @d @i %i failed.\n"
2425 #: e2fsck/problem.c:1633
2426 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2427 msgid "Encrypted @E is too short.\n"
2430 #: e2fsck/problem.c:1640
2431 #. @-expanded: Pass 3: Checking directory connectivity\n
2432 msgid "Pass 3: Checking @d connectivity\n"
2435 #: e2fsck/problem.c:1645
2436 #. @-expanded: root inode not allocated.
2437 msgid "@r not allocated. "
2440 #: e2fsck/problem.c:1650
2441 #. @-expanded: No room in lost+found directory.
2442 msgid "No room in @l @d. "
2445 #: e2fsck/problem.c:1655
2447 #. @-expanded: Unconnected directory inode %i (%p)\n
2448 msgid "Unconnected @d @i %i (%p)\n"
2451 #: e2fsck/problem.c:1660
2452 #. @-expanded: /lost+found not found.
2453 msgid "/@l not found. "
2456 #: e2fsck/problem.c:1665
2457 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2458 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2461 #: e2fsck/problem.c:1670
2462 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2463 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2466 #: e2fsck/problem.c:1675
2468 #. @-expanded: Could not expand /lost+found: %m\n
2469 msgid "Could not expand /@l: %m\n"
2472 #: e2fsck/problem.c:1680
2474 msgid "Could not reconnect %i: %m\n"
2477 #: e2fsck/problem.c:1685
2479 #. @-expanded: Error while trying to find /lost+found: %m\n
2480 msgid "Error while trying to find /@l: %m\n"
2483 #: e2fsck/problem.c:1690
2485 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2486 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2489 #: e2fsck/problem.c:1695
2491 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2492 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2495 #: e2fsck/problem.c:1700
2497 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2498 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2501 #: e2fsck/problem.c:1705
2503 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2504 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2507 #: e2fsck/problem.c:1710
2509 #. @-expanded: Error while adjusting inode count on inode %i\n
2510 msgid "Error while adjusting @i count on @i %i\n"
2513 #: e2fsck/problem.c:1715
2515 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2518 "Couldn't fix parent of @i %i: %m\n"
2522 #: e2fsck/problem.c:1720
2524 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2527 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2531 #: e2fsck/problem.c:1730
2533 #. @-expanded: Error creating root directory (%s): %m\n
2534 msgid "Error creating root @d (%s): %m\n"
2537 #: e2fsck/problem.c:1735
2539 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2540 msgid "Error creating /@l @d (%s): %m\n"
2543 #: e2fsck/problem.c:1740
2544 #. @-expanded: root inode is not a directory; aborting.\n
2545 msgid "@r is not a @d; aborting.\n"
2548 #: e2fsck/problem.c:1745
2549 #. @-expanded: Cannot proceed without a root inode.\n
2550 msgid "Cannot proceed without a @r.\n"
2553 #: e2fsck/problem.c:1755
2555 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2556 msgid "/@l is not a @d (ino=%i)\n"
2559 #: e2fsck/problem.c:1760
2560 #. @-expanded: /lost+found has inline data\n
2561 msgid "/@l has inline data\n"
2564 #: e2fsck/problem.c:1765
2565 #. @-expanded: Cannot allocate space for /lost+found.\n
2566 #. @-expanded: Place lost files in root directory instead
2568 "Cannot allocate space for /@l.\n"
2569 "Place lost files in root directory instead"
2572 #: e2fsck/problem.c:1770
2573 #. @-expanded: Insufficient space to recover lost files!\n
2574 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2577 "Insufficient space to recover lost files!\n"
2578 "Move data off the @f and re-run e2fsck.\n"
2582 #: e2fsck/problem.c:1775
2583 #. @-expanded: /lost+found is encrypted\n
2584 msgid "/@l is encrypted\n"
2587 #: e2fsck/problem.c:1782
2588 msgid "Pass 3A: Optimizing directories\n"
2591 #: e2fsck/problem.c:1787
2593 msgid "Failed to create dirs_to_hash iterator: %m\n"
2596 #: e2fsck/problem.c:1792
2597 msgid "Failed to optimize directory %q (%d): %m\n"
2600 #: e2fsck/problem.c:1797
2601 msgid "Optimizing directories: "
2604 #: e2fsck/problem.c:1814
2605 msgid "Pass 4: Checking reference counts\n"
2608 #: e2fsck/problem.c:1819
2610 #. @-expanded: unattached zero-length inode %i.
2611 msgid "@u @z @i %i. "
2614 #: e2fsck/problem.c:1824
2616 #. @-expanded: unattached inode %i\n
2620 #: e2fsck/problem.c:1829
2621 #. @-expanded: inode %i ref count is %Il, should be %N.
2622 msgid "@i %i ref count is %Il, @s %N. "
2625 #: e2fsck/problem.c:1833
2626 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2627 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2628 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2630 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2631 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2632 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2635 #: e2fsck/problem.c:1843
2636 #. @-expanded: Pass 5: Checking group summary information\n
2637 msgid "Pass 5: Checking @g summary information\n"
2640 #: e2fsck/problem.c:1848
2641 #. @-expanded: Padding at end of inode bitmap is not set.
2642 msgid "Padding at end of @i @B is not set. "
2645 #: e2fsck/problem.c:1853
2646 #. @-expanded: Padding at end of block bitmap is not set.
2647 msgid "Padding at end of @b @B is not set. "
2650 #: e2fsck/problem.c:1858
2651 #. @-expanded: block bitmap differences:
2652 msgid "@b @B differences: "
2655 #: e2fsck/problem.c:1878
2656 #. @-expanded: inode bitmap differences:
2657 msgid "@i @B differences: "
2660 #: e2fsck/problem.c:1898
2661 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2662 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2665 #: e2fsck/problem.c:1903
2666 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2667 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2670 #: e2fsck/problem.c:1908
2671 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2672 msgid "Free @is count wrong (%i, counted=%j).\n"
2675 #: e2fsck/problem.c:1913
2676 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2677 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2680 #: e2fsck/problem.c:1918
2681 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2682 msgid "Free @bs count wrong (%b, counted=%c).\n"
2685 #: e2fsck/problem.c:1923
2686 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2687 #. @-expanded: endpoints (%i, %j)\n
2689 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2690 "endpoints (%i, %j)\n"
2693 #: e2fsck/problem.c:1929
2694 msgid "Internal error: fudging end of bitmap (%N)\n"
2697 #: e2fsck/problem.c:1934
2699 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2700 msgid "Error copying in replacement @i @B: %m\n"
2703 #: e2fsck/problem.c:1939
2705 #. @-expanded: Error copying in replacement block bitmap: %m\n
2706 msgid "Error copying in replacement @b @B: %m\n"
2709 #: e2fsck/problem.c:1964
2711 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2712 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2715 #: e2fsck/problem.c:1969
2717 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2718 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2721 #: e2fsck/problem.c:1974
2723 #. @-expanded: group %g inode bitmap does not match checksum.\n
2724 msgid "@g %g @i @B does not match checksum.\n"
2727 #: e2fsck/problem.c:1979
2729 #. @-expanded: group %g block bitmap does not match checksum.\n
2730 msgid "@g %g @b @B does not match checksum.\n"
2733 #: e2fsck/problem.c:1986
2734 #. @-expanded: Recreate journal
2738 #: e2fsck/problem.c:1991
2739 msgid "Update quota info for quota type %N"
2742 #: e2fsck/problem.c:1996
2744 #. @-expanded: Error setting block group checksum info: %m\n
2745 msgid "Error setting @b @g checksum info: %m\n"
2748 #: e2fsck/problem.c:2001
2750 msgid "Error writing file system info: %m\n"
2753 #: e2fsck/problem.c:2006
2755 msgid "Error flushing writes to storage device: %m\n"
2758 #: e2fsck/problem.c:2127
2760 msgid "Unhandled error code (0x%x)!\n"
2763 #: e2fsck/problem.c:2252 e2fsck/problem.c:2256
2767 #: e2fsck/quota.c:33 e2fsck/quota.c:46
2768 msgid "in move_quota_inode"
2771 #: e2fsck/scantest.c:79
2773 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2776 #: e2fsck/scantest.c:98
2778 msgid "size of inode=%d\n"
2781 #: e2fsck/scantest.c:119
2782 msgid "while starting inode scan"
2785 #: e2fsck/scantest.c:130
2786 msgid "while doing inode scan"
2789 #: e2fsck/super.c:190
2791 msgid "while calling ext2fs_block_iterate for inode %d"
2794 #: e2fsck/super.c:213
2796 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2799 #: e2fsck/super.c:274
2803 #: e2fsck/super.c:275
2810 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2811 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2812 "\t\t[-E extended-options] [-z undo_file] device\n"
2819 " -p Automatic repair (no questions)\n"
2820 " -n Make no changes to the filesystem\n"
2821 " -y Assume \"yes\" to all questions\n"
2822 " -c Check for bad blocks and add them to the badblock "
2824 " -f Force checking even if filesystem is marked clean\n"
2830 " -b superblock Use alternative superblock\n"
2831 " -B blocksize Force blocksize when looking for superblock\n"
2832 " -j external_journal Set location of the external journal\n"
2833 " -l bad_blocks_file Add to badblocks list\n"
2834 " -L bad_blocks_file Set badblocks list\n"
2835 " -z undo_file Create an undo file\n"
2838 #: e2fsck/unix.c:134
2840 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2843 #: e2fsck/unix.c:160
2847 "%12u inode used (%2.2f%%, out of %u)\n"
2850 "%12u inodes used (%2.2f%%, out of %u)\n"
2854 #: e2fsck/unix.c:164
2856 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2857 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2861 #: e2fsck/unix.c:169
2863 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2864 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2868 #: e2fsck/unix.c:174
2870 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2873 #: e2fsck/unix.c:182
2874 msgid " Extent depth histogram: "
2877 #: e2fsck/unix.c:191
2879 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2880 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2884 #: e2fsck/unix.c:195
2886 msgid "%12u bad block\n"
2887 msgid_plural "%12u bad blocks\n"
2891 #: e2fsck/unix.c:197
2893 msgid "%12u large file\n"
2894 msgid_plural "%12u large files\n"
2898 #: e2fsck/unix.c:199
2902 "%12u regular file\n"
2905 "%12u regular files\n"
2909 #: e2fsck/unix.c:201
2911 msgid "%12u directory\n"
2912 msgid_plural "%12u directories\n"
2916 #: e2fsck/unix.c:203
2918 msgid "%12u character device file\n"
2919 msgid_plural "%12u character device files\n"
2923 #: e2fsck/unix.c:206
2925 msgid "%12u block device file\n"
2926 msgid_plural "%12u block device files\n"
2930 #: e2fsck/unix.c:208
2933 msgid_plural "%12u fifos\n"
2937 #: e2fsck/unix.c:210
2940 msgid_plural "%12u links\n"
2944 #: e2fsck/unix.c:212
2946 msgid "%12u symbolic link"
2947 msgid_plural "%12u symbolic links"
2951 #: e2fsck/unix.c:214
2953 msgid " (%u fast symbolic link)\n"
2954 msgid_plural " (%u fast symbolic links)\n"
2958 #: e2fsck/unix.c:218
2960 msgid "%12u socket\n"
2961 msgid_plural "%12u sockets\n"
2965 #: e2fsck/unix.c:222
2968 msgid_plural "%12u files\n"
2972 #: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2853 misc/util.c:126
2973 #: resize/main.c:352
2975 msgid "while determining whether %s is mounted."
2978 #: e2fsck/unix.c:256
2980 msgid "Warning! %s is mounted.\n"
2983 #: e2fsck/unix.c:259
2985 msgid "Warning! %s is in use.\n"
2988 #: e2fsck/unix.c:265
2990 msgid "%s is mounted.\n"
2993 #: e2fsck/unix.c:267
2995 msgid "%s is in use.\n"
2998 #: e2fsck/unix.c:269
3000 "Cannot continue, aborting.\n"
3004 #: e2fsck/unix.c:271
3008 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3009 "cause ***SEVERE*** filesystem damage.\n"
3013 #: e2fsck/unix.c:276
3014 msgid "Do you really want to continue"
3017 #: e2fsck/unix.c:278
3018 msgid "check aborted.\n"
3021 #: e2fsck/unix.c:371
3022 msgid " contains a file system with errors"
3025 #: e2fsck/unix.c:373
3026 msgid " was not cleanly unmounted"
3029 #: e2fsck/unix.c:375
3030 msgid " primary superblock features different from backup"
3033 #: e2fsck/unix.c:379
3035 msgid " has been mounted %u times without being checked"
3038 #: e2fsck/unix.c:386
3039 msgid " has filesystem last checked time in the future"
3042 #: e2fsck/unix.c:392
3044 msgid " has gone %u days without being checked"
3047 #: e2fsck/unix.c:401
3048 msgid ", check forced.\n"
3051 #: e2fsck/unix.c:434
3053 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3056 #: e2fsck/unix.c:454
3057 msgid " (check deferred; on battery)"
3060 #: e2fsck/unix.c:457
3061 msgid " (check after next mount)"
3064 #: e2fsck/unix.c:459
3066 msgid " (check in %ld mounts)"
3069 #: e2fsck/unix.c:609
3071 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3074 #: e2fsck/unix.c:679
3075 msgid "Invalid EA version.\n"
3078 #: e2fsck/unix.c:692
3079 msgid "Invalid readahead buffer size.\n"
3082 #: e2fsck/unix.c:725
3084 msgid "Unknown extended option: %s\n"
3087 #: e2fsck/unix.c:752
3090 "Syntax error in e2fsck config file (%s, line #%d)\n"
3094 #: e2fsck/unix.c:825
3096 msgid "Error validating file descriptor %d: %s\n"
3099 #: e2fsck/unix.c:829
3100 msgid "Invalid completion information file descriptor"
3103 #: e2fsck/unix.c:844
3104 msgid "Only one of the options -p/-a, -n or -y may be specified."
3107 #: e2fsck/unix.c:865
3109 msgid "The -t option is not supported on this version of e2fsck.\n"
3112 #: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3113 #: misc/tune2fs.c:1572 misc/tune2fs.c:1868 misc/tune2fs.c:1886
3115 msgid "Unable to resolve '%s'"
3118 #: e2fsck/unix.c:952
3119 msgid "The -n and -D options are incompatible."
3122 #: e2fsck/unix.c:957
3123 msgid "The -n and -c options are incompatible."
3126 #: e2fsck/unix.c:962
3127 msgid "The -n and -l/-L options are incompatible."
3130 #: e2fsck/unix.c:986
3131 msgid "The -D and -E fixes_only options are incompatible."
3134 #: e2fsck/unix.c:992
3135 msgid "The -E bmap2extent and fixes_only options are incompatible."
3138 #: e2fsck/unix.c:1046
3139 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3142 #: e2fsck/unix.c:1093
3145 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3149 #: e2fsck/unix.c:1102
3153 "Invalid non-numeric argument to -%c (\"%s\")\n"
3157 #: e2fsck/unix.c:1193
3160 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3164 #: e2fsck/unix.c:1210 e2fsck/unix.c:1215
3165 msgid "while checking MMP block"
3168 #: e2fsck/unix.c:1217 misc/tune2fs.c:2767
3170 "If you are sure the filesystem is not in use on any node, run:\n"
3171 "'tune2fs -f -E clear_mmp {device}'\n"
3174 #: e2fsck/unix.c:1232
3175 msgid "while reading MMP block"
3178 #: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:230 misc/e2undo.c:275
3179 #: misc/mke2fs.c:2537 misc/mke2fs.c:2588 misc/tune2fs.c:2585
3180 #: misc/tune2fs.c:2630 resize/main.c:186 resize/main.c:231
3183 "Overwriting existing filesystem; this can be undone using the command:\n"
3188 #: e2fsck/unix.c:1293 misc/e2undo.c:264 misc/mke2fs.c:2577 misc/tune2fs.c:2619
3189 #: resize/main.c:220
3191 msgid "while trying to delete %s"
3194 #: e2fsck/unix.c:1319 misc/mke2fs.c:2603 resize/main.c:241
3195 msgid "while trying to setup undo file\n"
3198 #: e2fsck/unix.c:1363
3199 msgid "Error: ext2fs library version out of date!\n"
3202 #: e2fsck/unix.c:1370
3203 msgid "while trying to initialize program"
3206 #: e2fsck/unix.c:1393
3208 msgid "\tUsing %s, %s\n"
3211 #: e2fsck/unix.c:1405
3212 msgid "need terminal for interactive repairs"
3215 #: e2fsck/unix.c:1466
3217 msgid "%s: %s trying backup blocks...\n"
3220 #: e2fsck/unix.c:1468
3221 msgid "Superblock invalid,"
3224 #: e2fsck/unix.c:1469
3225 msgid "Group descriptors look bad..."
3228 #: e2fsck/unix.c:1479
3230 msgid "%s: %s while using the backup blocks"
3233 #: e2fsck/unix.c:1483
3235 msgid "%s: going back to original superblock\n"
3238 #: e2fsck/unix.c:1512
3240 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3241 "(Or the filesystem superblock is corrupt)\n"
3245 #: e2fsck/unix.c:1519
3246 msgid "Could this be a zero-length partition?\n"
3249 #: e2fsck/unix.c:1521
3251 msgid "You must have %s access to the filesystem or be root\n"
3254 #: e2fsck/unix.c:1527
3255 msgid "Possibly non-existent or swap device?\n"
3258 #: e2fsck/unix.c:1529
3259 msgid "Filesystem mounted or opened exclusively by another program?\n"
3262 #: e2fsck/unix.c:1533
3263 msgid "Possibly non-existent device?\n"
3266 #: e2fsck/unix.c:1536
3268 "Disk write-protected; use the -n option to do a read-only\n"
3269 "check of the device.\n"
3272 #: e2fsck/unix.c:1604
3273 msgid "Get a newer version of e2fsck!"
3276 #: e2fsck/unix.c:1648
3278 msgid "while checking journal for %s"
3281 #: e2fsck/unix.c:1661
3283 "Warning: skipping journal recovery because doing a read-only filesystem "
3287 #: e2fsck/unix.c:1673
3289 msgid "unable to set superblock flags on %s\n"
3292 #: e2fsck/unix.c:1679
3294 msgid "Journal checksum error found in %s\n"
3297 #: e2fsck/unix.c:1683
3299 msgid "Journal corrupted in %s\n"
3302 #: e2fsck/unix.c:1687
3304 msgid "while recovering journal of %s"
3307 #: e2fsck/unix.c:1709
3309 msgid "%s has unsupported feature(s):"
3312 #: e2fsck/unix.c:1768
3314 msgid "%s: %s while reading bad blocks inode\n"
3317 #: e2fsck/unix.c:1771
3318 msgid "This doesn't bode well, but we'll try to go on...\n"
3321 #: e2fsck/unix.c:1811
3323 msgid "Creating journal (%d blocks): "
3326 #: e2fsck/unix.c:1821
3330 #: e2fsck/unix.c:1823
3333 "*** journal has been regenerated ***\n"
3336 #: e2fsck/unix.c:1829
3340 #: e2fsck/unix.c:1831
3342 msgid "%s: e2fsck canceled.\n"
3345 #: e2fsck/unix.c:1853
3346 msgid "Restarting e2fsck from the beginning...\n"
3349 #: e2fsck/unix.c:1857
3350 msgid "while resetting context"
3353 #: e2fsck/unix.c:1901 e2fsck/util.c:71
3357 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3360 #: e2fsck/unix.c:1905
3362 msgid "%s: ***** REBOOT SYSTEM *****\n"
3365 #: e2fsck/unix.c:1913 e2fsck/util.c:77
3369 "%s: ********** WARNING: Filesystem still has errors **********\n"
3373 #: e2fsck/util.c:194 misc/util.c:93
3377 #: e2fsck/util.c:195
3381 #: e2fsck/util.c:196
3385 #: e2fsck/util.c:197
3386 msgid " ('a' enables 'yes' to all) "
3389 #: e2fsck/util.c:213
3393 #: e2fsck/util.c:215
3397 #: e2fsck/util.c:217
3401 #: e2fsck/util.c:240
3402 msgid "cancelled!\n"
3405 #: e2fsck/util.c:264
3406 msgid "yes to all\n"
3409 #: e2fsck/util.c:266
3413 #: e2fsck/util.c:268
3417 #: e2fsck/util.c:278
3424 #: e2fsck/util.c:282
3431 #: e2fsck/util.c:286
3435 #: e2fsck/util.c:286
3439 #: e2fsck/util.c:302
3441 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3444 #: e2fsck/util.c:307
3445 msgid "reading inode and block bitmaps"
3448 #: e2fsck/util.c:319
3450 msgid "while retrying to read bitmaps for %s"
3453 #: e2fsck/util.c:331
3454 msgid "writing block and inode bitmaps"
3457 #: e2fsck/util.c:336
3459 msgid "while rewriting block and inode bitmaps for %s"
3462 #: e2fsck/util.c:348
3467 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3468 "\t(i.e., without -a or -p options)\n"
3471 #: e2fsck/util.c:429
3473 msgid "Memory used: %luk/%luk (%luk/%luk), "
3476 #: e2fsck/util.c:433
3478 msgid "Memory used: %lu, "
3481 #: e2fsck/util.c:440
3483 msgid "time: %5.2f/%5.2f/%5.2f\n"
3486 #: e2fsck/util.c:445
3488 msgid "elapsed time: %6.3f\n"
3491 #: e2fsck/util.c:480 e2fsck/util.c:494
3493 msgid "while reading inode %lu in %s"
3496 #: e2fsck/util.c:508 e2fsck/util.c:521
3498 msgid "while writing inode %lu in %s"
3501 #: e2fsck/util.c:765
3503 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3507 #: misc/badblocks.c:72
3511 #: misc/badblocks.c:97
3514 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3515 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3517 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3518 " device [last_block [first_block]]\n"
3521 #: misc/badblocks.c:108
3524 "%s: The -n and -w options are mutually exclusive.\n"
3528 #: misc/badblocks.c:223
3530 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3533 #: misc/badblocks.c:328
3534 msgid "Testing with random pattern: "
3537 #: misc/badblocks.c:346
3538 msgid "Testing with pattern 0x"
3541 #: misc/badblocks.c:378 misc/badblocks.c:451
3545 #: misc/badblocks.c:389
3547 msgid "Weird value (%ld) in do_read\n"
3550 #: misc/badblocks.c:476
3551 msgid "during ext2fs_sync_device"
3554 #: misc/badblocks.c:496 misc/badblocks.c:758
3555 msgid "while beginning bad block list iteration"
3558 #: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
3559 msgid "while allocating buffers"
3562 #: misc/badblocks.c:515
3564 msgid "Checking blocks %lu to %lu\n"
3567 #: misc/badblocks.c:520
3568 msgid "Checking for bad blocks in read-only mode\n"
3571 #: misc/badblocks.c:529
3572 msgid "Checking for bad blocks (read-only test): "
3575 #: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3576 #: misc/badblocks.c:832
3577 msgid "Too many bad blocks, aborting test\n"
3580 #: misc/badblocks.c:618
3581 msgid "Checking for bad blocks in read-write mode\n"
3584 #: misc/badblocks.c:620 misc/badblocks.c:782
3586 msgid "From block %lu to %lu\n"
3589 #: misc/badblocks.c:675
3590 msgid "Reading and comparing: "
3593 #: misc/badblocks.c:781
3594 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3597 #: misc/badblocks.c:787
3598 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3601 #: misc/badblocks.c:794
3604 "Interrupt caught, cleaning up\n"
3607 #: misc/badblocks.c:877
3609 msgid "during test data write, block %lu"
3612 #: misc/badblocks.c:998 misc/util.c:131
3614 msgid "%s is mounted; "
3617 #: misc/badblocks.c:1000
3618 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3621 #: misc/badblocks.c:1005
3622 msgid "it's not safe to run badblocks!\n"
3625 #: misc/badblocks.c:1010 misc/util.c:142
3627 msgid "%s is apparently in use by the system; "
3630 #: misc/badblocks.c:1013
3631 msgid "badblocks forced anyway.\n"
3634 #: misc/badblocks.c:1033
3636 msgid "invalid %s - %s"
3639 #: misc/badblocks.c:1127
3641 msgid "Too big max bad blocks count %u - maximum is %u"
3644 #: misc/badblocks.c:1154
3646 msgid "can't allocate memory for test_pattern - %s"
3649 #: misc/badblocks.c:1184
3650 msgid "Maximum of one test_pattern may be specified in read-only mode"
3653 #: misc/badblocks.c:1190
3654 msgid "Random test_pattern is not allowed in read-only mode"
3657 #: misc/badblocks.c:1204
3659 "Couldn't determine device size; you must specify\n"
3660 "the size manually\n"
3663 #: misc/badblocks.c:1210
3664 msgid "while trying to determine device size"
3667 #: misc/badblocks.c:1215
3671 #: misc/badblocks.c:1221
3675 #: misc/badblocks.c:1224
3677 msgid "invalid starting block (%llu): must be less than %llu"
3680 #: misc/badblocks.c:1231
3682 msgid "invalid end block (%llu): must be 32-bit value"
3685 #: misc/badblocks.c:1287
3686 msgid "while creating in-memory bad blocks list"
3689 #: misc/badblocks.c:1296
3690 msgid "input file - bad format"
3693 #: misc/badblocks.c:1304 misc/badblocks.c:1313
3694 msgid "while adding to in-memory bad block list"
3697 #: misc/badblocks.c:1338
3699 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3704 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
3707 #: misc/chattr.c:159
3709 msgid "bad project - %s\n"
3712 #: misc/chattr.c:173
3714 msgid "bad version - %s\n"
3717 #: misc/chattr.c:219 misc/lsattr.c:127
3719 msgid "while trying to stat %s"
3722 #: misc/chattr.c:226
3724 msgid "while reading flags on %s"
3727 #: misc/chattr.c:231 misc/chattr.c:243
3729 msgid "Flags of %s set as "
3732 #: misc/chattr.c:252
3734 msgid "while setting flags on %s"
3737 #: misc/chattr.c:260
3739 msgid "Version of %s set as %lu\n"
3742 #: misc/chattr.c:264
3744 msgid "while setting version on %s"
3747 #: misc/chattr.c:271
3749 msgid "Project of %s set as %lu\n"
3752 #: misc/chattr.c:275
3754 msgid "while setting project on %s"
3757 #: misc/chattr.c:297
3758 msgid "Couldn't allocate path variable in chattr_dir_proc"
3761 #: misc/chattr.c:337
3762 msgid "= is incompatible with - and +\n"
3765 #: misc/chattr.c:345
3766 msgid "Must use '-v', =, - or +\n"
3769 #: misc/create_inode.c:70 misc/create_inode.c:109
3771 msgid "while reading inode %u"
3774 #: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3775 #: misc/create_inode.c:374
3776 msgid "while expanding directory"
3779 #: misc/create_inode.c:87
3781 msgid "while linking \"%s\""
3784 #: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3786 msgid "while writing inode %u"
3789 #: misc/create_inode.c:139 misc/create_inode.c:163
3791 msgid "while listing attributes of \"%s\""
3794 #: misc/create_inode.c:150
3796 msgid "while opening inode %u"
3799 #: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:904
3800 #: misc/e2undo.c:175 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
3801 #: misc/mke2fs.c:353
3802 msgid "while allocating memory"
3805 #: misc/create_inode.c:176 misc/create_inode.c:192
3807 msgid "while reading attribute \"%s\" of \"%s\""
3810 #: misc/create_inode.c:201
3812 msgid "while writing attribute \"%s\" to inode %u"
3815 #: misc/create_inode.c:211
3817 msgid "while closing inode %u"
3820 #: misc/create_inode.c:259
3822 msgid "while allocating inode \"%s\""
3825 #: misc/create_inode.c:278
3827 msgid "while creating inode \"%s\""
3830 #: misc/create_inode.c:343
3832 msgid "while creating symlink \"%s\""
3835 #: misc/create_inode.c:361 misc/create_inode.c:837
3837 msgid "while looking up \"%s\""
3840 #: misc/create_inode.c:381
3842 msgid "while creating directory \"%s\""
3845 #: misc/create_inode.c:608
3847 msgid "while opening \"%s\" to copy"
3850 #: misc/create_inode.c:700
3852 msgid "while changing working directory to \"%s\""
3855 #: misc/create_inode.c:708
3857 msgid "while opening directory \"%s\""
3860 #: misc/create_inode.c:718
3862 msgid "while lstat \"%s\""
3865 #: misc/create_inode.c:751
3867 msgid "while creating special file \"%s\""
3870 #: misc/create_inode.c:760
3871 msgid "malloc failed"
3874 #: misc/create_inode.c:768
3876 msgid "while trying to read link \"%s\""
3879 #: misc/create_inode.c:775
3880 msgid "symlink increased in size between lstat() and readlink()"
3883 #: misc/create_inode.c:786
3885 msgid "while writing symlink\"%s\""
3888 #: misc/create_inode.c:796
3890 msgid "while writing file \"%s\""
3893 #: misc/create_inode.c:809
3895 msgid "while making dir \"%s\""
3898 #: misc/create_inode.c:826
3899 msgid "while changing directory"
3902 #: misc/create_inode.c:832
3904 msgid "ignoring entry \"%s\""
3907 #: misc/create_inode.c:845
3909 msgid "while setting inode for \"%s\""
3912 #: misc/create_inode.c:852
3914 msgid "while setting xattrs for \"%s\""
3917 #: misc/create_inode.c:870
3918 msgid "while saving inode data"
3921 #: misc/dumpe2fs.c:56
3924 "Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3927 #: misc/dumpe2fs.c:159
3931 #: misc/dumpe2fs.c:168
3935 #: misc/dumpe2fs.c:219
3937 msgid "Group %lu: (Blocks "
3940 #: misc/dumpe2fs.c:226
3942 msgid " csum 0x%04x"
3945 #: misc/dumpe2fs.c:228
3947 msgid " (EXPECTED 0x%04x)"
3950 #: misc/dumpe2fs.c:233
3952 msgid " %s superblock at "
3955 #: misc/dumpe2fs.c:234
3959 #: misc/dumpe2fs.c:234
3963 #: misc/dumpe2fs.c:238
3964 msgid ", Group descriptors at "
3967 #: misc/dumpe2fs.c:242
3970 " Reserved GDT blocks at "
3973 #: misc/dumpe2fs.c:249
3974 msgid " Group descriptor at "
3977 #: misc/dumpe2fs.c:255
3978 msgid " Block bitmap at "
3981 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
3983 msgid ", csum 0x%08x"
3986 #: misc/dumpe2fs.c:263
3990 #: misc/dumpe2fs.c:265
3996 #: misc/dumpe2fs.c:266
3997 msgid " Inode bitmap at "
4000 #: misc/dumpe2fs.c:273
4006 #: misc/dumpe2fs.c:279
4010 " %u free %s, %u free inodes, %u directories%s"
4013 #: misc/dumpe2fs.c:286
4015 msgid ", %u unused inodes\n"
4018 #: misc/dumpe2fs.c:289
4019 msgid " Free blocks: "
4022 #: misc/dumpe2fs.c:304
4023 msgid " Free inodes: "
4026 #: misc/dumpe2fs.c:340
4027 msgid "while printing bad block list"
4030 #: misc/dumpe2fs.c:346
4032 msgid "Bad blocks: %u"
4035 #: misc/dumpe2fs.c:385 misc/tune2fs.c:362
4036 msgid "while reading journal inode"
4039 #: misc/dumpe2fs.c:391
4040 msgid "while opening journal inode"
4043 #: misc/dumpe2fs.c:397
4044 msgid "while reading journal super block"
4047 #: misc/dumpe2fs.c:404
4048 msgid "Journal superblock magic number invalid!\n"
4051 #: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
4052 msgid "Journal features: "
4055 #: misc/dumpe2fs.c:420
4056 msgid "Journal size: "
4059 #: misc/dumpe2fs.c:430
4062 "Journal length: %u\n"
4063 "Journal sequence: 0x%08x\n"
4064 "Journal start: %u\n"
4067 #: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4068 msgid "Journal checksum type: crc32\n"
4071 #: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4074 "Journal checksum type: %s\n"
4075 "Journal checksum: 0x%08x\n"
4078 #: misc/dumpe2fs.c:448
4080 msgid "Journal errno: %d\n"
4083 #: misc/dumpe2fs.c:466 misc/tune2fs.c:211
4084 msgid "while reading journal superblock"
4087 #: misc/dumpe2fs.c:474
4088 msgid "Couldn't find journal superblock magic numbers"
4091 #: misc/dumpe2fs.c:501
4095 "Journal block size: %u\n"
4096 "Journal length: %u\n"
4097 "Journal first block: %u\n"
4098 "Journal sequence: 0x%08x\n"
4099 "Journal start: %u\n"
4100 "Journal number of users: %u\n"
4103 #: misc/dumpe2fs.c:514
4105 msgid "Journal users: %s\n"
4108 #: misc/dumpe2fs.c:530 misc/mke2fs.c:786 misc/tune2fs.c:1905
4109 msgid "Couldn't allocate memory to parse options!\n"
4112 #: misc/dumpe2fs.c:556
4114 msgid "Invalid superblock parameter: %s\n"
4117 #: misc/dumpe2fs.c:571
4119 msgid "Invalid blocksize parameter: %s\n"
4122 #: misc/dumpe2fs.c:582
4126 "Bad extended option(s) specified: %s\n"
4128 "Extended options are separated by commas, and may take an argument which\n"
4129 "\tis set off by an equals ('=') sign.\n"
4131 "Valid extended options are:\n"
4132 "\tsuperblock=<superblock number>\n"
4133 "\tblocksize=<blocksize>\n"
4136 #: misc/dumpe2fs.c:646 misc/mke2fs.c:1811
4138 msgid "\tUsing %s\n"
4141 #: misc/dumpe2fs.c:686
4144 "*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4148 #: misc/dumpe2fs.c:691 misc/e2image.c:1586 misc/tune2fs.c:2780
4149 #: resize/main.c:414
4150 msgid "Couldn't find valid filesystem superblock.\n"
4153 #: misc/dumpe2fs.c:726
4156 "*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4160 #: misc/dumpe2fs.c:730
4164 "%s: %s: error reading bitmaps: %s\n"
4167 #: misc/e2image.c:106
4169 msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4172 #: misc/e2image.c:108
4174 msgid " %s -I device image-file\n"
4177 #: misc/e2image.c:109
4180 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4184 #: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
4185 msgid "while allocating buffer"
4188 #: misc/e2image.c:179
4190 msgid "Writing block %llu\n"
4193 #: misc/e2image.c:193
4195 msgid "error writing block %llu"
4198 #: misc/e2image.c:196
4199 msgid "error in generic_write()"
4202 #: misc/e2image.c:213
4203 msgid "Error: header size is bigger than wrt_size\n"
4206 #: misc/e2image.c:218
4207 msgid "Couldn't allocate header buffer\n"
4210 #: misc/e2image.c:246
4211 msgid "while writing superblock"
4214 #: misc/e2image.c:255
4215 msgid "while writing inode table"
4218 #: misc/e2image.c:263
4219 msgid "while writing block bitmap"
4222 #: misc/e2image.c:271
4223 msgid "while writing inode bitmap"
4226 #: misc/e2image.c:505
4228 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4231 #: misc/e2image.c:517
4233 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4236 #: misc/e2image.c:558
4238 msgid "%llu / %llu blocks (%d%%)"
4241 #: misc/e2image.c:589 misc/e2image.c:629
4245 #: misc/e2image.c:626
4247 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4250 #: misc/e2image.c:652
4252 msgid " %s remaining at %.2f MB/s"
4255 #: misc/e2image.c:664 misc/e2image.c:1191
4257 msgid "error reading block %llu"
4260 #: misc/e2image.c:718
4262 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4265 #: misc/e2image.c:722
4267 msgid "at %.2f MB/s"
4270 #: misc/e2image.c:758
4271 msgid "while allocating l1 table"
4274 #: misc/e2image.c:803
4275 msgid "while allocating l2 cache"
4278 #: misc/e2image.c:826
4280 "Warning: There are still tables in the cache while putting the cache, data "
4281 "will be lost so the image may not be valid.\n"
4284 #: misc/e2image.c:1148
4285 msgid "while allocating ext2_qcow2_image"
4288 #: misc/e2image.c:1155
4289 msgid "while initializing ext2_qcow2_image"
4292 #: misc/e2image.c:1214 misc/e2image.c:1232
4293 msgid "Programming error: multiple sequential refcount blocks created!\n"
4296 #: misc/e2image.c:1272
4297 msgid "while allocating block bitmap"
4300 #: misc/e2image.c:1281
4301 msgid "while allocating scramble block bitmap"
4304 #: misc/e2image.c:1288
4305 msgid "Scanning inodes...\n"
4308 #: misc/e2image.c:1300
4309 msgid "Can't allocate block buffer"
4312 #: misc/e2image.c:1339 misc/e2image.c:1353
4314 msgid "while iterating over inode %u"
4317 #: misc/e2image.c:1385
4318 msgid "Raw and qcow2 images cannot be installed"
4321 #: misc/e2image.c:1407
4322 msgid "error reading bitmaps"
4325 #: misc/e2image.c:1419
4326 msgid "while opening device file"
4329 #: misc/e2image.c:1430
4330 msgid "while restoring the image table"
4333 #: misc/e2image.c:1527
4334 msgid "-a option can only be used with raw or QCOW2 images."
4337 #: misc/e2image.c:1533
4338 msgid "Offsets are only allowed with raw images."
4341 #: misc/e2image.c:1538
4342 msgid "Move mode is only allowed with raw images."
4345 #: misc/e2image.c:1543
4346 msgid "Move mode requires all data mode."
4349 #: misc/e2image.c:1553
4350 msgid "checking if mounted"
4353 #: misc/e2image.c:1560
4356 "Running e2image on a R/W mounted filesystem can result in an\n"
4357 "inconsistent image which will not be useful for debugging purposes.\n"
4358 "Use -f option if you really want to do that.\n"
4361 #: misc/e2image.c:1614
4362 msgid "QCOW2 image can not be written to the stdout!\n"
4365 #: misc/e2image.c:1620
4366 msgid "Can not stat output\n"
4369 #: misc/e2image.c:1630
4371 msgid "Image (%s) is compressed\n"
4374 #: misc/e2image.c:1633
4376 msgid "Image (%s) is encrypted\n"
4379 #: misc/e2image.c:1636
4381 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4384 #: misc/e2image.c:1645
4385 msgid "The -c option only supported in raw mode\n"
4388 #: misc/e2image.c:1650
4389 msgid "The -c option not supported when writing to stdout\n"
4392 #: misc/e2image.c:1657
4393 msgid "while allocating check_buf"
4396 #: misc/e2image.c:1663
4397 msgid "The -p option only supported in raw mode\n"
4400 #: misc/e2image.c:1673
4402 msgid "%d blocks already contained the data to be copied\n"
4405 #: misc/e2initrd_helper.c:68
4407 msgid "Usage: %s -r device\n"
4410 #: misc/e2label.c:58
4412 msgid "e2label: cannot open %s\n"
4415 #: misc/e2label.c:63
4417 msgid "e2label: cannot seek to superblock\n"
4420 #: misc/e2label.c:68
4422 msgid "e2label: error reading superblock\n"
4425 #: misc/e2label.c:72
4427 msgid "e2label: not an ext2 filesystem\n"
4430 #: misc/e2label.c:97 misc/tune2fs.c:2953
4432 msgid "Warning: label too long, truncating.\n"
4435 #: misc/e2label.c:100
4437 msgid "e2label: cannot seek to superblock again\n"
4440 #: misc/e2label.c:105
4442 msgid "e2label: error writing superblock\n"
4445 #: misc/e2label.c:117 misc/tune2fs.c:1564
4447 msgid "Usage: e2label device [newlabel]\n"
4450 #: misc/e2undo.c:117
4452 msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
4455 #: misc/e2undo.c:142
4456 msgid "The file system superblock doesn't match the undo file.\n"
4459 #: misc/e2undo.c:145
4460 msgid "UUID does not match.\n"
4463 #: misc/e2undo.c:147
4464 msgid "Last mount time does not match.\n"
4467 #: misc/e2undo.c:149
4468 msgid "Last write time does not match.\n"
4471 #: misc/e2undo.c:151
4472 msgid "Lifetime write counter does not match.\n"
4475 #: misc/e2undo.c:165
4476 msgid "while reading filesystem superblock."
4479 #: misc/e2undo.c:181
4480 msgid "while fetching superblock"
4483 #: misc/e2undo.c:194
4485 msgid "Undo file superblock checksum doesn't match.\n"
4488 #: misc/e2undo.c:334
4490 msgid "illegal offset - %s"
4493 #: misc/e2undo.c:358
4495 msgid "Will not write to an undo file while replaying it.\n"
4498 #: misc/e2undo.c:367
4500 msgid "while opening undo file `%s'\n"
4503 #: misc/e2undo.c:374
4504 msgid "while reading undo file"
4507 #: misc/e2undo.c:379
4509 msgid "%s: Not an undo file.\n"
4512 #: misc/e2undo.c:390
4514 msgid "%s: Header checksum doesn't match.\n"
4517 #: misc/e2undo.c:397
4519 msgid "%s: Corrupt undo file header.\n"
4522 #: misc/e2undo.c:401
4524 msgid "%s: Undo block size too large.\n"
4527 #: misc/e2undo.c:406
4529 msgid "%s: Undo block size too small.\n"
4532 #: misc/e2undo.c:419
4534 msgid "%s: Unknown undo file feature set.\n"
4537 #: misc/e2undo.c:427
4539 msgid "Error while determining whether %s is mounted."
4542 #: misc/e2undo.c:433
4543 msgid "e2undo should only be run on unmounted filesystems"
4546 #: misc/e2undo.c:449
4548 msgid "while opening `%s'"
4551 #: misc/e2undo.c:460
4552 msgid "specified offset is too large"
4555 #: misc/e2undo.c:501
4556 msgid "while reading keys"
4559 #: misc/e2undo.c:513
4561 msgid "%s: wrong key magic at %llu\n"
4564 #: misc/e2undo.c:523
4566 msgid "%s: key block checksum error at %llu.\n"
4569 #: misc/e2undo.c:546
4571 msgid "%s: block %llu is too long."
4574 #: misc/e2undo.c:558 misc/e2undo.c:594
4576 msgid "while fetching block %llu."
4579 #: misc/e2undo.c:570
4581 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4584 #: misc/e2undo.c:609
4586 msgid "while writing block %llu."
4589 #: misc/e2undo.c:615
4591 msgid "Undo file corruption; run e2fsck NOW!\n"
4594 #: misc/e2undo.c:617
4596 msgid "IO error during replay; run e2fsck NOW!\n"
4599 #: misc/e2undo.c:620
4601 msgid "Incomplete undo record; run e2fsck.\n"
4604 #: misc/findsuper.c:110
4606 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4609 #: misc/findsuper.c:155
4611 msgid "skipbytes should be a number, not %s\n"
4614 #: misc/findsuper.c:162
4616 msgid "skipbytes must be a multiple of the sector size\n"
4619 #: misc/findsuper.c:169
4621 msgid "startkb should be a number, not %s\n"
4624 #: misc/findsuper.c:175
4626 msgid "startkb should be positive, not %llu\n"
4629 #: misc/findsuper.c:186
4631 msgid "starting at %llu, with %u byte increments\n"
4634 #: misc/findsuper.c:188
4637 "[*] probably superblock written in the ext3 journal superblock,\n"
4638 "\tso start/end/grp wrong\n"
4641 #: misc/findsuper.c:190
4644 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4645 "mount_time sb_uuid label\n"
4648 #: misc/findsuper.c:264
4652 "%11Lu: finished with errno %d\n"
4657 msgid "WARNING: couldn't open %s: %s\n"
4662 msgid "WARNING: bad format on line %d of %s\n"
4667 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4668 "\tfield. I will kludge around things for you, but you\n"
4669 "\tshould fix your /etc/fstab file as soon as you can.\n"
4675 msgid "fsck: %s: not found\n"
4680 msgid "%s: wait: No more child process?!?\n"
4685 msgid "Warning... %s for device %s exited with signal %d.\n"
4690 msgid "%s %s: status is %x, should never happen.\n"
4695 msgid "Finished with %s (exit status %d)\n"
4700 msgid "%s: Error %d while executing fsck.%s for %s\n"
4705 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4706 "with 'no' or '!'.\n"
4710 msgid "Couldn't allocate memory for filesystem types\n"
4716 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4722 msgid "fsck: cannot check %s: fsck.%s not found\n"
4726 msgid "Checking all file systems.\n"
4731 msgid "--waiting-- (pass %d)\n"
4736 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4741 msgid "%s: too many devices\n"
4744 #: misc/fsck.c:1153 misc/fsck.c:1239
4746 msgid "%s: too many arguments\n"
4749 #: misc/fuse2fs.c:3730
4750 msgid "Mounting read-only.\n"
4753 #: misc/fuse2fs.c:3754
4755 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4758 #: misc/fuse2fs.c:3766 misc/fuse2fs.c:3779
4763 #: misc/fuse2fs.c:3767 misc/fuse2fs.c:3781 misc/tune2fs.c:3182
4765 msgid "Please run e2fsck -fy %s.\n"
4768 #: misc/fuse2fs.c:3788
4769 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4772 #: misc/fuse2fs.c:3796
4774 msgid "%s: Writing to the journal is not supported.\n"
4777 #: misc/fuse2fs.c:3811
4778 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4781 #: misc/fuse2fs.c:3815
4782 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4785 #: misc/fuse2fs.c:3820
4786 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4789 #: misc/fuse2fs.c:3824
4790 msgid "Orphans detected; running e2fsck is recommended.\n"
4793 #: misc/fuse2fs.c:3828
4794 msgid "Errors detected; running e2fsck is required.\n"
4799 msgid "Usage: %s [-RVadlpv] [files...]\n"
4804 msgid "While reading flags on %s"
4809 msgid "While reading project on %s"
4812 #: misc/lsattr.c:102
4814 msgid "While reading version on %s"
4817 #: misc/mke2fs.c:124
4820 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4821 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4822 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4823 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4824 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4825 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4826 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4828 "\t[-jnqvDFSV] device [blocks-count]\n"
4831 #: misc/mke2fs.c:255
4833 msgid "Running command: %s\n"
4836 #: misc/mke2fs.c:259
4838 msgid "while trying to run '%s'"
4841 #: misc/mke2fs.c:266
4842 msgid "while processing list of bad blocks from program"
4845 #: misc/mke2fs.c:293
4847 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4850 #: misc/mke2fs.c:295
4852 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4855 #: misc/mke2fs.c:298
4856 msgid "Aborting....\n"
4859 #: misc/mke2fs.c:318
4862 "Warning: the backup superblock/group descriptors at block %u contain\n"
4867 #: misc/mke2fs.c:337
4868 msgid "while marking bad blocks as used"
4871 #: misc/mke2fs.c:408
4872 msgid "Writing inode tables: "
4875 #: misc/mke2fs.c:430
4879 "Could not write %d blocks in inode table starting at %llu: %s\n"
4882 #: misc/mke2fs.c:444 misc/mke2fs.c:2650 misc/mke2fs.c:3015
4886 #: misc/mke2fs.c:460
4887 msgid "while creating root dir"
4890 #: misc/mke2fs.c:467
4891 msgid "while reading root inode"
4894 #: misc/mke2fs.c:479
4895 msgid "while setting root inode ownership"
4898 #: misc/mke2fs.c:497
4899 msgid "while creating /lost+found"
4902 #: misc/mke2fs.c:504
4903 msgid "while looking up /lost+found"
4906 #: misc/mke2fs.c:517
4907 msgid "while expanding /lost+found"
4910 #: misc/mke2fs.c:532
4911 msgid "while setting bad block inode"
4914 #: misc/mke2fs.c:559
4916 msgid "Out of memory erasing sectors %d-%d\n"
4919 #: misc/mke2fs.c:569
4921 msgid "Warning: could not read block 0: %s\n"
4924 #: misc/mke2fs.c:585
4926 msgid "Warning: could not erase sector %d: %s\n"
4929 #: misc/mke2fs.c:601
4930 msgid "while initializing journal superblock"
4933 #: misc/mke2fs.c:609
4934 msgid "Zeroing journal device: "
4937 #: misc/mke2fs.c:621
4939 msgid "while zeroing journal device (block %llu, count %d)"
4942 #: misc/mke2fs.c:638
4943 msgid "while writing journal superblock"
4946 #: misc/mke2fs.c:653
4948 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4951 #: misc/mke2fs.c:661
4954 "warning: %llu blocks unused.\n"
4958 #: misc/mke2fs.c:666
4960 msgid "Filesystem label=%s\n"
4963 #: misc/mke2fs.c:669
4965 msgid "OS type: %s\n"
4968 #: misc/mke2fs.c:671
4970 msgid "Block size=%u (log=%u)\n"
4973 #: misc/mke2fs.c:674
4975 msgid "Cluster size=%u (log=%u)\n"
4978 #: misc/mke2fs.c:678
4980 msgid "Fragment size=%u (log=%u)\n"
4983 #: misc/mke2fs.c:680
4985 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4988 #: misc/mke2fs.c:682
4990 msgid "%u inodes, %llu blocks\n"
4993 #: misc/mke2fs.c:684
4995 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
4998 #: misc/mke2fs.c:687
5000 msgid "First data block=%u\n"
5003 #: misc/mke2fs.c:689
5005 msgid "Root directory owner=%u:%u\n"
5008 #: misc/mke2fs.c:691
5010 msgid "Maximum filesystem blocks=%lu\n"
5013 #: misc/mke2fs.c:695
5015 msgid "%u block groups\n"
5018 #: misc/mke2fs.c:697
5020 msgid "%u block group\n"
5023 #: misc/mke2fs.c:699
5025 msgid "%u blocks per group, %u clusters per group\n"
5028 #: misc/mke2fs.c:702
5030 msgid "%u blocks per group, %u fragments per group\n"
5033 #: misc/mke2fs.c:704
5035 msgid "%u inodes per group\n"
5038 #: misc/mke2fs.c:713
5040 msgid "Filesystem UUID: %s\n"
5043 #: misc/mke2fs.c:714
5044 msgid "Superblock backups stored on blocks: "
5047 #: misc/mke2fs.c:808
5049 msgid "%s requires '-O 64bit'\n"
5052 #: misc/mke2fs.c:814
5054 msgid "'%s' must be before 'resize=%u'\n"
5057 #: misc/mke2fs.c:827
5059 msgid "Invalid desc_size: '%s'\n"
5062 #: misc/mke2fs.c:840
5064 msgid "Invalid offset: %s\n"
5067 #: misc/mke2fs.c:854 misc/tune2fs.c:1933
5069 msgid "Invalid mmp_update_interval: %s\n"
5072 #: misc/mke2fs.c:868
5074 msgid "Invalid # of backup superblocks: %s\n"
5077 #: misc/mke2fs.c:890
5079 msgid "Invalid stride parameter: %s\n"
5082 #: misc/mke2fs.c:905
5084 msgid "Invalid stripe-width parameter: %s\n"
5087 #: misc/mke2fs.c:928
5089 msgid "Invalid resize parameter: %s\n"
5092 #: misc/mke2fs.c:935
5093 msgid "The resize maximum must be greater than the filesystem size.\n"
5096 #: misc/mke2fs.c:959
5097 msgid "On-line resizing not supported with revision 0 filesystems\n"
5100 #: misc/mke2fs.c:985 misc/mke2fs.c:994
5102 msgid "Invalid root_owner: '%s'\n"
5105 #: misc/mke2fs.c:1035
5109 "Bad option(s) specified: %s\n"
5111 "Extended options are separated by commas, and may take an argument which\n"
5112 "\tis set off by an equals ('=') sign.\n"
5114 "Valid extended options are:\n"
5115 "\tmmp_update_interval=<interval>\n"
5116 "\tnum_backup_sb=<0|1|2>\n"
5117 "\tstride=<RAID per-disk data chunk in blocks>\n"
5118 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5119 "\toffset=<offset to create the file system>\n"
5120 "\tresize=<resize maximum size in blocks>\n"
5121 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5122 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5123 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5124 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5128 "\tquotatype=<quota type(s) to be enabled>\n"
5132 #: misc/mke2fs.c:1060
5136 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5140 #: misc/mke2fs.c:1102
5143 "Syntax error in mke2fs config file (%s, line #%d)\n"
5147 #: misc/mke2fs.c:1115 misc/tune2fs.c:1007
5149 msgid "Invalid filesystem option set: %s\n"
5152 #: misc/mke2fs.c:1127 misc/tune2fs.c:406
5154 msgid "Invalid mount option set: %s\n"
5157 #: misc/mke2fs.c:1263
5161 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5164 #: misc/mke2fs.c:1267
5166 "You probably need to install an updated mke2fs.conf file.\n"
5170 #: misc/mke2fs.c:1271
5171 msgid "Aborting...\n"
5174 #: misc/mke2fs.c:1312
5178 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5182 #: misc/mke2fs.c:1494
5183 msgid "Couldn't allocate memory for new PATH.\n"
5186 #: misc/mke2fs.c:1535
5188 msgid "Couldn't init profile successfully (error: %ld).\n"
5191 #: misc/mke2fs.c:1568
5193 msgid "invalid block size - %s"
5196 #: misc/mke2fs.c:1572
5198 msgid "Warning: blocksize %d not usable on most systems.\n"
5201 #: misc/mke2fs.c:1588
5203 msgid "invalid cluster size - %s"
5206 #: misc/mke2fs.c:1601
5207 msgid "'-R' is deprecated, use '-E' instead"
5210 #: misc/mke2fs.c:1615 misc/tune2fs.c:1661
5212 msgid "bad error behavior - %s"
5215 #: misc/mke2fs.c:1627
5216 msgid "Illegal number for blocks per group"
5219 #: misc/mke2fs.c:1632
5220 msgid "blocks per group must be multiple of 8"
5223 #: misc/mke2fs.c:1640
5224 msgid "Illegal number for flex_bg size"
5227 #: misc/mke2fs.c:1646
5228 msgid "flex_bg size must be a power of 2"
5231 #: misc/mke2fs.c:1651
5233 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5236 #: misc/mke2fs.c:1661
5238 msgid "invalid inode ratio %s (min %d/max %d)"
5241 #: misc/mke2fs.c:1671
5243 msgid "invalid inode size - %s"
5246 #: misc/mke2fs.c:1684
5248 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5249 "nodiscard' extended option instead!\n"
5252 #: misc/mke2fs.c:1695
5253 msgid "in malloc for bad_blocks_filename"
5256 #: misc/mke2fs.c:1708
5258 msgid "invalid reserved blocks percent - %s"
5261 #: misc/mke2fs.c:1723
5263 msgid "bad num inodes - %s"
5266 #: misc/mke2fs.c:1736
5267 msgid "while allocating fs_feature string"
5270 #: misc/mke2fs.c:1753
5272 msgid "bad revision level - %s"
5275 #: misc/mke2fs.c:1758
5277 msgid "while trying to create revision %d"
5280 #: misc/mke2fs.c:1772
5281 msgid "The -t option may only be used once"
5284 #: misc/mke2fs.c:1780
5285 msgid "The -T option may only be used once"
5288 #: misc/mke2fs.c:1836 misc/mke2fs.c:3099
5290 msgid "while trying to open journal device %s\n"
5293 #: misc/mke2fs.c:1842
5295 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5298 #: misc/mke2fs.c:1848
5300 msgid "Using journal device's blocksize: %d\n"
5303 #: misc/mke2fs.c:1859
5305 msgid "invalid blocks '%s' on device '%s'"
5308 #: misc/mke2fs.c:1883
5312 #: misc/mke2fs.c:1896 resize/main.c:490
5313 msgid "while trying to determine filesystem size"
5316 #: misc/mke2fs.c:1902
5318 "Couldn't determine device size; you must specify\n"
5319 "the size of the filesystem\n"
5322 #: misc/mke2fs.c:1909
5324 "Device size reported to be zero. Invalid partition specified, or\n"
5325 "\tpartition table wasn't reread after running fdisk, due to\n"
5326 "\ta modified partition being busy and in use. You may need to reboot\n"
5327 "\tto re-read your partition table.\n"
5330 #: misc/mke2fs.c:1926
5331 msgid "Filesystem larger than apparent device size."
5334 #: misc/mke2fs.c:1946
5335 msgid "Failed to parse fs types list\n"
5338 #: misc/mke2fs.c:1994
5339 msgid "The HURD does not support the filetype feature.\n"
5342 #: misc/mke2fs.c:1999
5343 msgid "The HURD does not support the huge_file feature.\n"
5346 #: misc/mke2fs.c:2004
5347 msgid "The HURD does not support the metadata_csum feature.\n"
5350 #: misc/mke2fs.c:2014
5351 msgid "while trying to determine hardware sector size"
5354 #: misc/mke2fs.c:2020
5355 msgid "while trying to determine physical sector size"
5358 #: misc/mke2fs.c:2052
5359 msgid "while setting blocksize; too small for device\n"
5362 #: misc/mke2fs.c:2057
5365 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5368 #: misc/mke2fs.c:2081
5371 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5372 "\tin 32 bits using a blocksize of %d.\n"
5375 #: misc/mke2fs.c:2097
5376 msgid "fs_types for mke2fs.conf resolution: "
5379 #: misc/mke2fs.c:2104
5380 msgid "Filesystem features not supported with revision 0 filesystems\n"
5383 #: misc/mke2fs.c:2112
5384 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5387 #: misc/mke2fs.c:2122
5388 msgid "Journals not supported with revision 0 filesystems\n"
5391 #: misc/mke2fs.c:2135
5393 msgid "invalid reserved blocks percent - %lf"
5396 #: misc/mke2fs.c:2152
5398 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5402 #: misc/mke2fs.c:2172
5403 msgid "The cluster size may not be smaller than the block size.\n"
5406 #: misc/mke2fs.c:2178
5407 msgid "specifying a cluster size requires the bigalloc feature"
5410 #: misc/mke2fs.c:2198
5412 msgid "warning: Unable to get device geometry for %s\n"
5415 #: misc/mke2fs.c:2201
5417 msgid "%s alignment is offset by %lu bytes.\n"
5420 #: misc/mke2fs.c:2203
5423 "This may result in very poor performance, (re)-partitioning suggested.\n"
5426 #: misc/mke2fs.c:2224
5428 msgid "%d-byte blocks too big for system (max %d)"
5431 #: misc/mke2fs.c:2228
5434 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5437 #: misc/mke2fs.c:2236
5440 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5441 "and journal checksum features.\n"
5444 #: misc/mke2fs.c:2291
5448 "Warning: offset specified without an explicit file system size.\n"
5449 "Creating a file system with %llu blocks but this might\n"
5450 "not be what you want.\n"
5454 #: misc/mke2fs.c:2308
5455 msgid "Can't support bigalloc feature without extents feature"
5458 #: misc/mke2fs.c:2315
5460 "The resize_inode and meta_bg features are not compatible.\n"
5461 "They can not be both enabled simultaneously.\n"
5464 #: misc/mke2fs.c:2323
5467 "Warning: the bigalloc feature is still under development\n"
5468 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5472 #: misc/mke2fs.c:2335
5473 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5476 #: misc/mke2fs.c:2344
5477 msgid "blocks per group count out of range"
5480 #: misc/mke2fs.c:2366
5481 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5484 #: misc/mke2fs.c:2378
5486 msgid "invalid inode size %d (min %d/max %d)"
5489 #: misc/mke2fs.c:2393
5491 msgid "%d byte inodes are too small for inline data; specify larger size"
5494 #: misc/mke2fs.c:2406
5496 msgid "%d byte inodes are too small for project quota; specify larger size"
5499 #: misc/mke2fs.c:2421
5501 msgid "too many inodes (%llu), raise inode ratio?"
5504 #: misc/mke2fs.c:2428
5506 msgid "too many inodes (%llu), specify < 2^32 inodes"
5509 #: misc/mke2fs.c:2442
5512 "inode_size (%u) * inodes_count (%u) too big for a\n"
5513 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5514 "\tor lower inode count (-N).\n"
5517 #: misc/mke2fs.c:2629
5518 msgid "Discarding device blocks: "
5521 #: misc/mke2fs.c:2645
5525 #: misc/mke2fs.c:2725
5527 msgid "bad error behavior in profile - %s"
5530 #: misc/mke2fs.c:2799
5531 msgid "while setting up superblock"
5534 #: misc/mke2fs.c:2815
5536 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5537 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5538 "checksumming. Pass -O extents to rectify.\n"
5541 #: misc/mke2fs.c:2822
5543 "64-bit filesystem support is not enabled. The larger fields afforded by "
5544 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5547 #: misc/mke2fs.c:2830
5548 msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5551 #: misc/mke2fs.c:2854
5552 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5555 #: misc/mke2fs.c:2940
5557 msgid "unknown os - %s"
5560 #: misc/mke2fs.c:3003
5561 msgid "Allocating group tables: "
5564 #: misc/mke2fs.c:3011
5565 msgid "while trying to allocate filesystem tables"
5568 #: misc/mke2fs.c:3020
5571 "\twhile converting subcluster bitmap"
5574 #: misc/mke2fs.c:3026
5576 msgid "%s may be further corrupted by superblock rewrite\n"
5579 #: misc/mke2fs.c:3067
5581 msgid "while zeroing block %llu at end of filesystem"
5584 #: misc/mke2fs.c:3080
5585 msgid "while reserving blocks for online resize"
5588 #: misc/mke2fs.c:3092 misc/tune2fs.c:1415
5592 #: misc/mke2fs.c:3104
5594 msgid "Adding journal to device %s: "
5597 #: misc/mke2fs.c:3111
5601 "\twhile trying to add journal to device %s"
5604 #: misc/mke2fs.c:3116 misc/mke2fs.c:3145 misc/mke2fs.c:3185
5605 #: misc/mk_hugefiles.c:510 misc/tune2fs.c:1444 misc/tune2fs.c:1463
5609 #: misc/mke2fs.c:3122
5610 msgid "Skipping journal creation in super-only mode\n"
5613 #: misc/mke2fs.c:3132
5615 msgid "Creating journal (%u blocks): "
5618 #: misc/mke2fs.c:3141
5621 "\twhile trying to create journal"
5624 #: misc/mke2fs.c:3153 misc/tune2fs.c:1072
5627 "Error while enabling multiple mount protection feature."
5630 #: misc/mke2fs.c:3158
5632 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5635 #: misc/mke2fs.c:3176
5636 msgid "Copying files into the device: "
5639 #: misc/mke2fs.c:3182
5640 msgid "while populating file system"
5643 #: misc/mke2fs.c:3189
5644 msgid "Writing superblocks and filesystem accounting information: "
5647 #: misc/mke2fs.c:3196
5650 "Warning, had trouble writing out superblocks."
5653 #: misc/mke2fs.c:3198
5659 #: misc/mk_hugefiles.c:424
5662 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5665 #: misc/mk_hugefiles.c:491
5666 msgid "Huge files will be zero'ed\n"
5669 #: misc/mk_hugefiles.c:492
5671 msgid "Creating %lu huge file(s) "
5674 #: misc/mk_hugefiles.c:494
5676 msgid "with %llu blocks each"
5679 #: misc/mk_hugefiles.c:505
5681 msgid "while creating huge file %lu"
5684 #: misc/mklost+found.c:50
5685 msgid "Usage: mklost+found\n"
5688 #: misc/partinfo.c:41
5691 "Usage: %s device...\n"
5693 "Prints out the partition information for each given device.\n"
5694 "For example: %s /dev/hda\n"
5698 #: misc/partinfo.c:51
5700 msgid "Cannot open %s: %s"
5703 #: misc/partinfo.c:57
5705 msgid "Cannot get geometry of %s: %s"
5708 #: misc/partinfo.c:65
5710 msgid "Cannot get size of %s: %s"
5713 #: misc/partinfo.c:71
5715 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5718 #: misc/tune2fs.c:119
5719 msgid "Please run e2fsck on the filesystem.\n"
5722 #: misc/tune2fs.c:121
5723 msgid "Please run e2fsck -D on the filesystem.\n"
5726 #: misc/tune2fs.c:134
5729 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5730 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5731 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5732 "\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5733 "\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5734 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5735 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5736 "\t[-I new_inode_size] [-z undo_file] device\n"
5739 #: misc/tune2fs.c:218
5740 msgid "Journal superblock not found!\n"
5743 #: misc/tune2fs.c:276
5744 msgid "while trying to open external journal"
5747 #: misc/tune2fs.c:282 misc/tune2fs.c:2676
5749 msgid "%s is not a journal device.\n"
5752 #: misc/tune2fs.c:292 misc/tune2fs.c:2687
5753 msgid "Filesystem's UUID not found on journal device.\n"
5756 #: misc/tune2fs.c:316
5758 "Cannot locate journal device. It was NOT removed\n"
5759 "Use -f option to remove missing journal device.\n"
5762 #: misc/tune2fs.c:325
5763 msgid "Journal removed\n"
5766 #: misc/tune2fs.c:369
5767 msgid "while reading bitmaps"
5770 #: misc/tune2fs.c:377
5771 msgid "while clearing journal inode"
5774 #: misc/tune2fs.c:388
5775 msgid "while writing journal inode"
5778 #: misc/tune2fs.c:423 misc/tune2fs.c:445 misc/tune2fs.c:458
5779 msgid "(and reboot afterwards!)\n"
5782 #: misc/tune2fs.c:476
5784 msgid "After running e2fsck, please run `resize2fs %s %s"
5787 #: misc/tune2fs.c:479
5789 msgid "Please run `resize2fs %s %s"
5792 #: misc/tune2fs.c:483
5797 #: misc/tune2fs.c:485
5799 msgid "' to enable 64-bit mode.\n"
5802 #: misc/tune2fs.c:487
5804 msgid "' to disable 64-bit mode.\n"
5807 #: misc/tune2fs.c:974
5809 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5810 " This requires Linux >= v4.4.\n"
5813 #: misc/tune2fs.c:1010
5815 msgid "Clearing filesystem feature '%s' not supported.\n"
5818 #: misc/tune2fs.c:1016
5820 msgid "Setting filesystem feature '%s' not supported.\n"
5823 #: misc/tune2fs.c:1025
5825 "The has_journal feature may only be cleared when the filesystem is\n"
5826 "unmounted or mounted read-only.\n"
5829 #: misc/tune2fs.c:1033
5831 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
5832 "the has_journal flag.\n"
5835 #: misc/tune2fs.c:1051
5837 "Setting filesystem feature 'sparse_super' not supported\n"
5838 "for filesystems with the meta_bg feature enabled.\n"
5841 #: misc/tune2fs.c:1064
5843 "The multiple mount protection feature can't\n"
5844 "be set if the filesystem is mounted or\n"
5848 #: misc/tune2fs.c:1082
5850 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5853 #: misc/tune2fs.c:1091
5855 "The multiple mount protection feature cannot\n"
5856 "be disabled if the filesystem is readonly.\n"
5859 #: misc/tune2fs.c:1099
5860 msgid "Error while reading bitmaps\n"
5863 #: misc/tune2fs.c:1108
5865 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5868 #: misc/tune2fs.c:1113
5869 msgid "while reading MMP block."
5872 #: misc/tune2fs.c:1145
5874 "Clearing the flex_bg flag would cause the the filesystem to be\n"
5878 #: misc/tune2fs.c:1156
5880 "The huge_file feature may only be cleared when the filesystem is\n"
5881 "unmounted or mounted read-only.\n"
5884 #: misc/tune2fs.c:1167
5885 msgid "Enabling checksums could take some time."
5888 #: misc/tune2fs.c:1169
5889 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5892 #: misc/tune2fs.c:1175
5894 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5895 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5896 "checksumming. Re-run with -O extent to rectify.\n"
5899 #: misc/tune2fs.c:1182
5901 "64-bit filesystem support is not enabled. The larger fields afforded by "
5902 "this feature enable full-strength checksumming. Run resize2fs -b to "
5906 #: misc/tune2fs.c:1208
5907 msgid "Disabling checksums could take some time."
5910 #: misc/tune2fs.c:1210
5911 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
5914 #: misc/tune2fs.c:1273
5916 msgid "Cannot enable 64-bit mode while mounted!\n"
5919 #: misc/tune2fs.c:1283
5921 msgid "Cannot disable 64-bit mode while mounted!\n"
5924 #: misc/tune2fs.c:1313
5927 "Warning: enabled project without quota together\n"
5930 #: misc/tune2fs.c:1326
5933 "Warning: '^quota' option overrides '-Q'arguments.\n"
5936 #: misc/tune2fs.c:1344
5938 "Setting feature 'metadata_csum_seed' is only supported\n"
5939 "on filesystems with the metadata_csum feature enabled.\n"
5942 #: misc/tune2fs.c:1362
5944 "UUID has changed since enabling metadata_csum. Filesystem must be "
5946 "to safely rewrite all metadata to match the new UUID.\n"
5949 #: misc/tune2fs.c:1408
5950 msgid "The filesystem already has a journal.\n"
5953 #: misc/tune2fs.c:1428
5957 "\twhile trying to open journal on %s\n"
5960 #: misc/tune2fs.c:1432
5962 msgid "Creating journal on device %s: "
5965 #: misc/tune2fs.c:1440
5967 msgid "while adding filesystem to journal on %s"
5970 #: misc/tune2fs.c:1446
5971 msgid "Creating journal inode: "
5974 #: misc/tune2fs.c:1460
5977 "\twhile trying to create journal file"
5980 #: misc/tune2fs.c:1549
5983 "Bad quota options specified.\n"
5985 "Following valid quota options are available (pass by separating with "
5994 #: misc/tune2fs.c:1607
5996 msgid "Couldn't parse date/time specifier: %s"
5999 #: misc/tune2fs.c:1632 misc/tune2fs.c:1645
6001 msgid "bad mounts count - %s"
6004 #: misc/tune2fs.c:1688
6006 msgid "bad gid/group name - %s"
6009 #: misc/tune2fs.c:1721
6011 msgid "bad interval - %s"
6014 #: misc/tune2fs.c:1750
6016 msgid "bad reserved block ratio - %s"
6019 #: misc/tune2fs.c:1765
6020 msgid "-o may only be specified once"
6023 #: misc/tune2fs.c:1774
6024 msgid "-O may only be specified once"
6027 #: misc/tune2fs.c:1792
6029 msgid "bad reserved blocks count - %s"
6032 #: misc/tune2fs.c:1821
6034 msgid "bad uid/user name - %s"
6037 #: misc/tune2fs.c:1838
6039 msgid "bad inode size - %s"
6042 #: misc/tune2fs.c:1845
6044 msgid "Inode size must be a power of two- %s"
6047 #: misc/tune2fs.c:1942
6049 msgid "mmp_update_interval too big: %lu\n"
6052 #: misc/tune2fs.c:1947
6054 msgid "Setting multiple mount protection update interval to %lu second\n"
6056 "Setting multiple mount protection update interval to %lu seconds\n"
6060 #: misc/tune2fs.c:1970
6062 msgid "Invalid RAID stride: %s\n"
6065 #: misc/tune2fs.c:1985
6067 msgid "Invalid RAID stripe-width: %s\n"
6070 #: misc/tune2fs.c:2000
6072 msgid "Invalid hash algorithm: %s\n"
6075 #: misc/tune2fs.c:2006
6077 msgid "Setting default hash algorithm to %s (%d)\n"
6080 #: misc/tune2fs.c:2025
6083 "Bad options specified.\n"
6085 "Extended options are separated by commas, and may take an argument which\n"
6086 "\tis set off by an equals ('=') sign.\n"
6088 "Valid extended options are:\n"
6090 "\thash_alg=<hash algorithm>\n"
6091 "\tmount_opts=<extended default mount options>\n"
6092 "\tstride=<RAID per-disk chunk size in blocks>\n"
6093 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6098 #: misc/tune2fs.c:2494
6099 msgid "Failed to read inode bitmap\n"
6102 #: misc/tune2fs.c:2499
6103 msgid "Failed to read block bitmap\n"
6106 #: misc/tune2fs.c:2516 resize/resize2fs.c:1275
6107 msgid "blocks to be moved"
6110 #: misc/tune2fs.c:2519
6111 msgid "Failed to allocate block bitmap when increasing inode size\n"
6114 #: misc/tune2fs.c:2525
6115 msgid "Not enough space to increase inode size \n"
6118 #: misc/tune2fs.c:2530
6119 msgid "Failed to relocate blocks during inode resize \n"
6122 #: misc/tune2fs.c:2562
6124 "Error in resizing the inode size.\n"
6125 "Run e2undo to undo the file system changes. \n"
6128 #: misc/tune2fs.c:2774
6131 "MMP block magic is bad. Try to fix it by running:\n"
6135 #: misc/tune2fs.c:2786
6136 msgid "Cannot modify a journal device.\n"
6139 #: misc/tune2fs.c:2799
6141 msgid "The inode size is already %lu\n"
6144 #: misc/tune2fs.c:2806
6145 msgid "Shrinking inode size is not supported\n"
6148 #: misc/tune2fs.c:2811
6150 msgid "Invalid inode size %lu (max %d)\n"
6153 #: misc/tune2fs.c:2817
6154 msgid "Resizing inodes could take some time."
6157 #: misc/tune2fs.c:2864
6159 msgid "Setting maximal mount count to %d\n"
6162 #: misc/tune2fs.c:2870
6164 msgid "Setting current mount count to %d\n"
6167 #: misc/tune2fs.c:2875
6169 msgid "Setting error behavior to %d\n"
6172 #: misc/tune2fs.c:2880
6174 msgid "Setting reserved blocks gid to %lu\n"
6177 #: misc/tune2fs.c:2885
6179 msgid "interval between checks is too big (%lu)"
6182 #: misc/tune2fs.c:2892
6184 msgid "Setting interval between checks to %lu seconds\n"
6187 #: misc/tune2fs.c:2899
6189 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6192 #: misc/tune2fs.c:2905
6194 msgid "reserved blocks count is too big (%llu)"
6197 #: misc/tune2fs.c:2912
6199 msgid "Setting reserved blocks count to %llu\n"
6202 #: misc/tune2fs.c:2917
6205 "The filesystem already has sparse superblocks.\n"
6208 #: misc/tune2fs.c:2920
6211 "Setting the sparse superblock flag not supported\n"
6212 "for filesystems with the meta_bg feature enabled.\n"
6215 #: misc/tune2fs.c:2930
6219 "Sparse superblock flag set. %s"
6222 #: misc/tune2fs.c:2935
6225 "Clearing the sparse superblock flag not supported.\n"
6228 #: misc/tune2fs.c:2943
6230 msgid "Setting time filesystem last checked to %s\n"
6233 #: misc/tune2fs.c:2949
6235 msgid "Setting reserved blocks uid to %lu\n"
6238 #: misc/tune2fs.c:2981
6239 msgid "Error in using clear_mmp. It must be used with -f\n"
6242 #: misc/tune2fs.c:2999
6244 "The quota feature may only be changed when the filesystem is unmounted.\n"
6247 #: misc/tune2fs.c:3023
6248 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6251 #: misc/tune2fs.c:3026
6253 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6254 "and re-run this command.\n"
6257 #: misc/tune2fs.c:3035
6258 msgid "Setting UUID on a checksummed filesystem could take some time."
6261 #: misc/tune2fs.c:3060
6262 msgid "Invalid UUID format\n"
6265 #: misc/tune2fs.c:3076
6266 msgid "Need to update journal superblock.\n"
6269 #: misc/tune2fs.c:3101
6270 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6273 #: misc/tune2fs.c:3108
6275 "Changing the inode size not supported for filesystems with the flex_bg\n"
6276 "feature enabled.\n"
6279 #: misc/tune2fs.c:3126
6281 msgid "Setting inode size %lu\n"
6284 #: misc/tune2fs.c:3130
6285 msgid "Failed to change inode size\n"
6288 #: misc/tune2fs.c:3144
6290 msgid "Setting stride size to %d\n"
6293 #: misc/tune2fs.c:3149
6295 msgid "Setting stripe width to %d\n"
6298 #: misc/tune2fs.c:3156
6300 msgid "Setting extended default mount options to '%s'\n"
6303 #: misc/tune2fs.c:3167
6306 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6308 "\te2fsck -E journal_only %s\n"
6310 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6311 "by journal recovery.\n"
6314 #: misc/tune2fs.c:3178
6316 msgid "Recovering journal.\n"
6320 msgid "<proceeding>\n"
6325 msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6329 msgid "Proceed anyway? (y,n) "
6333 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6338 msgid "will not make a %s here!\n"
6342 msgid "mke2fs forced anyway.\n"
6346 msgid "Couldn't allocate memory to parse journal options!\n"
6353 "Could not find journal device matching %s\n"
6359 "Bad journal options specified.\n"
6361 "Journal options are separated by commas, and may take an argument which\n"
6362 "\tis set off by an equals ('=') sign.\n"
6364 "Valid journal options are:\n"
6365 "\tsize=<journal size in megabytes>\n"
6366 "\tdevice=<journal device>\n"
6367 "\tlocation=<journal location>\n"
6369 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6376 "Filesystem too small for a journal\n"
6383 "The requested journal size is %d blocks; it must be\n"
6384 "between 1024 and 10240000 blocks. Aborting.\n"
6390 "Journal size too big for filesystem.\n"
6396 "This filesystem will be automatically checked every %d mounts or\n"
6397 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6402 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6407 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6416 msgid "bad arguments"
6432 msgid "bad response length"
6437 msgid "uuidd daemon already running at pid %s\n"
6442 msgid "Couldn't create unix stream socket: %s"
6447 msgid "Couldn't bind unix socket %s: %s\n"
6452 msgid "Couldn't listen on unix socket %s: %s\n"
6457 msgid "Error reading from client, len = %d\n"
6462 msgid "operation %d, incoming num = %d\n"
6467 msgid "Generated time UUID: %s\n"
6472 msgid "Generated random UUID: %s\n"
6477 msgid "Generated time UUID %s and subsequent UUID\n"
6478 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6484 msgid "Generated %d UUID's:\n"
6489 msgid "Invalid operation %d\n"
6492 #: misc/uuidd.c:477 misc/uuidd.c:499
6494 msgid "Bad number: %s\n"
6497 #: misc/uuidd.c:534 misc/uuidd.c:563
6499 msgid "Error calling uuidd daemon (%s): %s\n"
6504 msgid "%s and subsequent UUID\n"
6505 msgid_plural "%s and subsequent %d UUIDs\n"
6510 msgid "List of UUID's:\n"
6515 msgid "Unexpected reply length from server %d\n"
6520 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6525 msgid "Killed uuidd running at pid %d\n"
6528 #: misc/uuidgen.c:32
6530 msgid "Usage: %s [-r] [-t]\n"
6533 #: resize/extent.c:202
6534 msgid "# Extent dump:\n"
6537 #: resize/extent.c:203
6539 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6545 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6551 msgid "Extending the inode table"
6555 msgid "Relocating blocks"
6559 msgid "Scanning inode table"
6563 msgid "Updating inode references"
6567 msgid "Moving inode table"
6571 msgid "Unknown pass?!?"
6576 msgid "Begin pass %d (max = %lu)\n"
6579 #: resize/main.c:162
6582 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6583 "your own risk! Use the force option if you want to go ahead anyway.\n"
6587 #: resize/main.c:364
6589 msgid "while opening %s"
6592 #: resize/main.c:372
6594 msgid "while getting stat information for %s"
6597 #: resize/main.c:444
6600 "Please run 'e2fsck -f %s' first.\n"
6604 #: resize/main.c:463
6606 msgid "Estimated minimum size of the filesystem: %llu\n"
6609 #: resize/main.c:500
6611 msgid "Invalid new size: %s\n"
6614 #: resize/main.c:519
6615 msgid "New size too large to be expressed in 32 bits\n"
6618 #: resize/main.c:527
6620 msgid "New size smaller than minimum (%llu)\n"
6623 #: resize/main.c:533
6624 msgid "Invalid stride length"
6627 #: resize/main.c:557
6630 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6631 "You requested a new size of %llu blocks.\n"
6635 #: resize/main.c:564
6637 msgid "Cannot set and unset 64bit feature.\n"
6640 #: resize/main.c:568
6643 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6647 #: resize/main.c:574
6649 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6652 #: resize/main.c:580
6655 "Please enable the extents feature with tune2fs before enabling the 64bit "
6659 #: resize/main.c:586
6662 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6666 #: resize/main.c:593
6668 msgid "The filesystem is already 64-bit.\n"
6671 #: resize/main.c:598
6673 msgid "The filesystem is already 32-bit.\n"
6676 #: resize/main.c:607
6678 msgid "Converting the filesystem to 64-bit.\n"
6681 #: resize/main.c:609
6683 msgid "Converting the filesystem to 32-bit.\n"
6686 #: resize/main.c:611
6688 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6691 #: resize/main.c:620
6693 msgid "while trying to resize %s"
6696 #: resize/main.c:623
6699 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6700 "after the aborted resize operation.\n"
6703 #: resize/main.c:629
6706 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6710 #: resize/main.c:644
6712 msgid "while trying to truncate %s"
6715 #: resize/online.c:81
6716 msgid "kernel does not support online resize with sparse_super2"
6719 #: resize/online.c:86
6721 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6724 #: resize/online.c:90
6725 msgid "On-line shrinking not supported"
6728 #: resize/online.c:114
6729 msgid "Filesystem does not support online resizing"
6732 #: resize/online.c:122
6733 msgid "Not enough reserved gdt blocks for resizing"
6736 #: resize/online.c:129
6737 msgid "Kernel does not support resizing a file system this large"
6740 #: resize/online.c:137
6742 msgid "while trying to open mountpoint %s"
6745 #: resize/online.c:142
6747 msgid "Old resize interface requested.\n"
6750 #: resize/online.c:161 resize/online.c:178
6751 msgid "Permission denied to resize filesystem"
6754 #: resize/online.c:164 resize/online.c:184
6755 msgid "While checking for on-line resizing support"
6758 #: resize/online.c:181
6759 msgid "Kernel does not support online resizing"
6762 #: resize/online.c:220
6764 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6767 #: resize/online.c:230
6768 msgid "While trying to extend the last group"
6771 #: resize/online.c:284
6773 msgid "While trying to add group #%d"
6776 #: resize/online.c:295
6779 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6783 #: resize/resize2fs.c:759
6785 msgid "inodes (%llu) must be less than %u"
6788 #: resize/resize2fs.c:1037
6789 msgid "reserved blocks"
6792 #: resize/resize2fs.c:1280
6793 msgid "meta-data blocks"
6796 #: resize/resize2fs.c:1384 resize/resize2fs.c:2316
6797 msgid "new meta blocks"
6800 #: resize/resize2fs.c:2539
6801 msgid "Should never happen! No sb in last super_sparse bg?\n"
6804 #: resize/resize2fs.c:2544
6805 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6808 #: resize/resize2fs.c:2617
6809 msgid "Should never happen: resize inode corrupt!\n"
6812 #: lib/ext2fs/ext2_err.c:11
6813 msgid "EXT2FS Library version 1.43"
6816 #: lib/ext2fs/ext2_err.c:12
6817 msgid "Wrong magic number for ext2_filsys structure"
6820 #: lib/ext2fs/ext2_err.c:13
6821 msgid "Wrong magic number for badblocks_list structure"
6824 #: lib/ext2fs/ext2_err.c:14
6825 msgid "Wrong magic number for badblocks_iterate structure"
6828 #: lib/ext2fs/ext2_err.c:15
6829 msgid "Wrong magic number for inode_scan structure"
6832 #: lib/ext2fs/ext2_err.c:16
6833 msgid "Wrong magic number for io_channel structure"
6836 #: lib/ext2fs/ext2_err.c:17
6837 msgid "Wrong magic number for unix io_channel structure"
6840 #: lib/ext2fs/ext2_err.c:18
6841 msgid "Wrong magic number for io_manager structure"
6844 #: lib/ext2fs/ext2_err.c:19
6845 msgid "Wrong magic number for block_bitmap structure"
6848 #: lib/ext2fs/ext2_err.c:20
6849 msgid "Wrong magic number for inode_bitmap structure"
6852 #: lib/ext2fs/ext2_err.c:21
6853 msgid "Wrong magic number for generic_bitmap structure"
6856 #: lib/ext2fs/ext2_err.c:22
6857 msgid "Wrong magic number for test io_channel structure"
6860 #: lib/ext2fs/ext2_err.c:23
6861 msgid "Wrong magic number for directory block list structure"
6864 #: lib/ext2fs/ext2_err.c:24
6865 msgid "Wrong magic number for icount structure"
6868 #: lib/ext2fs/ext2_err.c:25
6869 msgid "Wrong magic number for Powerquest io_channel structure"
6872 #: lib/ext2fs/ext2_err.c:26
6873 msgid "Wrong magic number for ext2 file structure"
6876 #: lib/ext2fs/ext2_err.c:27
6877 msgid "Wrong magic number for Ext2 Image Header"
6880 #: lib/ext2fs/ext2_err.c:28
6881 msgid "Wrong magic number for inode io_channel structure"
6884 #: lib/ext2fs/ext2_err.c:29
6885 msgid "Wrong magic number for ext4 extent handle"
6888 #: lib/ext2fs/ext2_err.c:30
6889 msgid "Bad magic number in super-block"
6892 #: lib/ext2fs/ext2_err.c:31
6893 msgid "Filesystem revision too high"
6896 #: lib/ext2fs/ext2_err.c:32
6897 msgid "Attempt to write to filesystem opened read-only"
6900 #: lib/ext2fs/ext2_err.c:33
6901 msgid "Can't read group descriptors"
6904 #: lib/ext2fs/ext2_err.c:34
6905 msgid "Can't write group descriptors"
6908 #: lib/ext2fs/ext2_err.c:35
6909 msgid "Corrupt group descriptor: bad block for block bitmap"
6912 #: lib/ext2fs/ext2_err.c:36
6913 msgid "Corrupt group descriptor: bad block for inode bitmap"
6916 #: lib/ext2fs/ext2_err.c:37
6917 msgid "Corrupt group descriptor: bad block for inode table"
6920 #: lib/ext2fs/ext2_err.c:38
6921 msgid "Can't write an inode bitmap"
6924 #: lib/ext2fs/ext2_err.c:39
6925 msgid "Can't read an inode bitmap"
6928 #: lib/ext2fs/ext2_err.c:40
6929 msgid "Can't write a block bitmap"
6932 #: lib/ext2fs/ext2_err.c:41
6933 msgid "Can't read a block bitmap"
6936 #: lib/ext2fs/ext2_err.c:42
6937 msgid "Can't write an inode table"
6940 #: lib/ext2fs/ext2_err.c:43
6941 msgid "Can't read an inode table"
6944 #: lib/ext2fs/ext2_err.c:44
6945 msgid "Can't read next inode"
6948 #: lib/ext2fs/ext2_err.c:45
6949 msgid "Filesystem has unexpected block size"
6952 #: lib/ext2fs/ext2_err.c:46
6953 msgid "EXT2 directory corrupted"
6956 #: lib/ext2fs/ext2_err.c:47
6957 msgid "Attempt to read block from filesystem resulted in short read"
6960 #: lib/ext2fs/ext2_err.c:48
6961 msgid "Attempt to write block to filesystem resulted in short write"
6964 #: lib/ext2fs/ext2_err.c:49
6965 msgid "No free space in the directory"
6968 #: lib/ext2fs/ext2_err.c:50
6969 msgid "Inode bitmap not loaded"
6972 #: lib/ext2fs/ext2_err.c:51
6973 msgid "Block bitmap not loaded"
6976 #: lib/ext2fs/ext2_err.c:52
6977 msgid "Illegal inode number"
6980 #: lib/ext2fs/ext2_err.c:53
6981 msgid "Illegal block number"
6984 #: lib/ext2fs/ext2_err.c:54
6985 msgid "Internal error in ext2fs_expand_dir"
6988 #: lib/ext2fs/ext2_err.c:55
6989 msgid "Not enough space to build proposed filesystem"
6992 #: lib/ext2fs/ext2_err.c:56
6993 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6996 #: lib/ext2fs/ext2_err.c:57
6997 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7000 #: lib/ext2fs/ext2_err.c:58
7001 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7004 #: lib/ext2fs/ext2_err.c:59
7005 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7008 #: lib/ext2fs/ext2_err.c:60
7009 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7012 #: lib/ext2fs/ext2_err.c:61
7013 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7016 #: lib/ext2fs/ext2_err.c:62
7017 msgid "Attempt to fudge end of block bitmap past the real end"
7020 #: lib/ext2fs/ext2_err.c:63
7021 msgid "Attempt to fudge end of inode bitmap past the real end"
7024 #: lib/ext2fs/ext2_err.c:64
7025 msgid "Illegal indirect block found"
7028 #: lib/ext2fs/ext2_err.c:65
7029 msgid "Illegal doubly indirect block found"
7032 #: lib/ext2fs/ext2_err.c:66
7033 msgid "Illegal triply indirect block found"
7036 #: lib/ext2fs/ext2_err.c:67
7037 msgid "Block bitmaps are not the same"
7040 #: lib/ext2fs/ext2_err.c:68
7041 msgid "Inode bitmaps are not the same"
7044 #: lib/ext2fs/ext2_err.c:69
7045 msgid "Illegal or malformed device name"
7048 #: lib/ext2fs/ext2_err.c:70
7049 msgid "A block group is missing an inode table"
7052 #: lib/ext2fs/ext2_err.c:71
7053 msgid "The ext2 superblock is corrupt"
7056 #: lib/ext2fs/ext2_err.c:72
7057 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7060 #: lib/ext2fs/ext2_err.c:73
7061 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7064 #: lib/ext2fs/ext2_err.c:74
7065 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7068 #: lib/ext2fs/ext2_err.c:75
7069 msgid "Too many symbolic links encountered."
7072 #: lib/ext2fs/ext2_err.c:76
7073 msgid "The callback function will not handle this case"
7076 #: lib/ext2fs/ext2_err.c:77
7077 msgid "The inode is from a bad block in the inode table"
7080 #: lib/ext2fs/ext2_err.c:78
7081 msgid "Filesystem has unsupported feature(s)"
7084 #: lib/ext2fs/ext2_err.c:79
7085 msgid "Filesystem has unsupported read-only feature(s)"
7088 #: lib/ext2fs/ext2_err.c:80
7089 msgid "IO Channel failed to seek on read or write"
7092 #: lib/ext2fs/ext2_err.c:81
7093 msgid "Memory allocation failed"
7096 #: lib/ext2fs/ext2_err.c:82
7097 msgid "Invalid argument passed to ext2 library"
7100 #: lib/ext2fs/ext2_err.c:83
7101 msgid "Could not allocate block in ext2 filesystem"
7104 #: lib/ext2fs/ext2_err.c:84
7105 msgid "Could not allocate inode in ext2 filesystem"
7108 #: lib/ext2fs/ext2_err.c:85
7109 msgid "Ext2 inode is not a directory"
7112 #: lib/ext2fs/ext2_err.c:86
7113 msgid "Too many references in table"
7116 #: lib/ext2fs/ext2_err.c:87
7117 msgid "File not found by ext2_lookup"
7120 #: lib/ext2fs/ext2_err.c:88
7121 msgid "File open read-only"
7124 #: lib/ext2fs/ext2_err.c:89
7125 msgid "Ext2 directory block not found"
7128 #: lib/ext2fs/ext2_err.c:90
7129 msgid "Ext2 directory already exists"
7132 #: lib/ext2fs/ext2_err.c:91
7133 msgid "Unimplemented ext2 library function"
7136 #: lib/ext2fs/ext2_err.c:92
7137 msgid "User cancel requested"
7140 #: lib/ext2fs/ext2_err.c:93
7141 msgid "Ext2 file too big"
7144 #: lib/ext2fs/ext2_err.c:94
7145 msgid "Supplied journal device not a block device"
7148 #: lib/ext2fs/ext2_err.c:95
7149 msgid "Journal superblock not found"
7152 #: lib/ext2fs/ext2_err.c:96
7153 msgid "Journal must be at least 1024 blocks"
7156 #: lib/ext2fs/ext2_err.c:97
7157 msgid "Unsupported journal version"
7160 #: lib/ext2fs/ext2_err.c:98
7161 msgid "Error loading external journal"
7164 #: lib/ext2fs/ext2_err.c:99
7165 msgid "Journal not found"
7168 #: lib/ext2fs/ext2_err.c:100
7169 msgid "Directory hash unsupported"
7172 #: lib/ext2fs/ext2_err.c:101
7173 msgid "Illegal extended attribute block number"
7176 #: lib/ext2fs/ext2_err.c:102
7177 msgid "Cannot create filesystem with requested number of inodes"
7180 #: lib/ext2fs/ext2_err.c:103
7181 msgid "E2image snapshot not in use"
7184 #: lib/ext2fs/ext2_err.c:104
7185 msgid "Too many reserved group descriptor blocks"
7188 #: lib/ext2fs/ext2_err.c:105
7189 msgid "Resize inode is corrupt"
7192 #: lib/ext2fs/ext2_err.c:106
7193 msgid "Tried to set block bmap with missing indirect block"
7196 #: lib/ext2fs/ext2_err.c:107
7197 msgid "TDB: Success"
7200 #: lib/ext2fs/ext2_err.c:108
7201 msgid "TDB: Corrupt database"
7204 #: lib/ext2fs/ext2_err.c:109
7205 msgid "TDB: IO Error"
7208 #: lib/ext2fs/ext2_err.c:110
7209 msgid "TDB: Locking error"
7212 #: lib/ext2fs/ext2_err.c:111
7213 msgid "TDB: Out of memory"
7216 #: lib/ext2fs/ext2_err.c:112
7217 msgid "TDB: Record exists"
7220 #: lib/ext2fs/ext2_err.c:113
7221 msgid "TDB: Lock exists on other keys"
7224 #: lib/ext2fs/ext2_err.c:114
7225 msgid "TDB: Invalid parameter"
7228 #: lib/ext2fs/ext2_err.c:115
7229 msgid "TDB: Record does not exist"
7232 #: lib/ext2fs/ext2_err.c:116
7233 msgid "TDB: Write not permitted"
7236 #: lib/ext2fs/ext2_err.c:117
7237 msgid "Ext2fs directory block list is empty"
7240 #: lib/ext2fs/ext2_err.c:118
7241 msgid "Attempt to modify a block mapping via a read-only block iterator"
7244 #: lib/ext2fs/ext2_err.c:119
7245 msgid "Wrong magic number for ext4 extent saved path"
7248 #: lib/ext2fs/ext2_err.c:120
7249 msgid "Wrong magic number for 64-bit generic bitmap"
7252 #: lib/ext2fs/ext2_err.c:121
7253 msgid "Wrong magic number for 64-bit block bitmap"
7256 #: lib/ext2fs/ext2_err.c:122
7257 msgid "Wrong magic number for 64-bit inode bitmap"
7260 #: lib/ext2fs/ext2_err.c:123
7261 msgid "Wrong magic number --- RESERVED_13"
7264 #: lib/ext2fs/ext2_err.c:124
7265 msgid "Wrong magic number --- RESERVED_14"
7268 #: lib/ext2fs/ext2_err.c:125
7269 msgid "Wrong magic number --- RESERVED_15"
7272 #: lib/ext2fs/ext2_err.c:126
7273 msgid "Wrong magic number --- RESERVED_16"
7276 #: lib/ext2fs/ext2_err.c:127
7277 msgid "Wrong magic number --- RESERVED_17"
7280 #: lib/ext2fs/ext2_err.c:128
7281 msgid "Wrong magic number --- RESERVED_18"
7284 #: lib/ext2fs/ext2_err.c:129
7285 msgid "Wrong magic number --- RESERVED_19"
7288 #: lib/ext2fs/ext2_err.c:130
7289 msgid "Corrupt extent header"
7292 #: lib/ext2fs/ext2_err.c:131
7293 msgid "Corrupt extent index"
7296 #: lib/ext2fs/ext2_err.c:132
7297 msgid "Corrupt extent"
7300 #: lib/ext2fs/ext2_err.c:133
7301 msgid "No free space in extent map"
7304 #: lib/ext2fs/ext2_err.c:134
7305 msgid "Inode does not use extents"
7308 #: lib/ext2fs/ext2_err.c:135
7309 msgid "No 'next' extent"
7312 #: lib/ext2fs/ext2_err.c:136
7313 msgid "No 'previous' extent"
7316 #: lib/ext2fs/ext2_err.c:137
7317 msgid "No 'up' extent"
7320 #: lib/ext2fs/ext2_err.c:138
7321 msgid "No 'down' extent"
7324 #: lib/ext2fs/ext2_err.c:139
7325 msgid "No current node"
7328 #: lib/ext2fs/ext2_err.c:140
7329 msgid "Ext2fs operation not supported"
7332 #: lib/ext2fs/ext2_err.c:141
7333 msgid "No room to insert extent in node"
7336 #: lib/ext2fs/ext2_err.c:142
7337 msgid "Splitting would result in empty node"
7340 #: lib/ext2fs/ext2_err.c:143
7341 msgid "Extent not found"
7344 #: lib/ext2fs/ext2_err.c:144
7345 msgid "Operation not supported for inodes containing extents"
7348 #: lib/ext2fs/ext2_err.c:145
7349 msgid "Extent length is invalid"
7352 #: lib/ext2fs/ext2_err.c:146
7353 msgid "I/O Channel does not support 64-bit block numbers"
7356 #: lib/ext2fs/ext2_err.c:147
7357 msgid "Can't check if filesystem is mounted due to missing mtab file"
7360 #: lib/ext2fs/ext2_err.c:148
7361 msgid "Filesystem too large to use legacy bitmaps"
7364 #: lib/ext2fs/ext2_err.c:149
7365 msgid "MMP: invalid magic number"
7368 #: lib/ext2fs/ext2_err.c:150
7369 msgid "MMP: device currently active"
7372 #: lib/ext2fs/ext2_err.c:151
7373 msgid "MMP: fsck being run"
7376 #: lib/ext2fs/ext2_err.c:152
7377 msgid "MMP: block number beyond filesystem range"
7380 #: lib/ext2fs/ext2_err.c:153
7381 msgid "MMP: undergoing an unknown operation"
7384 #: lib/ext2fs/ext2_err.c:154
7385 msgid "MMP: filesystem still in use"
7388 #: lib/ext2fs/ext2_err.c:155
7389 msgid "MMP: open with O_DIRECT failed"
7392 #: lib/ext2fs/ext2_err.c:156
7393 msgid "Block group descriptor size incorrect"
7396 #: lib/ext2fs/ext2_err.c:157
7397 msgid "Inode checksum does not match inode"
7400 #: lib/ext2fs/ext2_err.c:158
7401 msgid "Inode bitmap checksum does not match bitmap"
7404 #: lib/ext2fs/ext2_err.c:159
7405 msgid "Extent block checksum does not match extent block"
7408 #: lib/ext2fs/ext2_err.c:160
7409 msgid "Directory block does not have space for checksum"
7412 #: lib/ext2fs/ext2_err.c:161
7413 msgid "Directory block checksum does not match directory block"
7416 #: lib/ext2fs/ext2_err.c:162
7417 msgid "Extended attribute block checksum does not match block"
7420 #: lib/ext2fs/ext2_err.c:163
7421 msgid "Superblock checksum does not match superblock"
7424 #: lib/ext2fs/ext2_err.c:164
7425 msgid "Unknown checksum algorithm"
7428 #: lib/ext2fs/ext2_err.c:165
7429 msgid "MMP block checksum does not match MMP block"
7432 #: lib/ext2fs/ext2_err.c:166
7433 msgid "Ext2 file already exists"
7436 #: lib/ext2fs/ext2_err.c:167
7437 msgid "Block bitmap checksum does not match bitmap"
7440 #: lib/ext2fs/ext2_err.c:168
7441 msgid "Cannot iterate data blocks of an inode containing inline data"
7444 #: lib/ext2fs/ext2_err.c:169
7445 msgid "Extended attribute has an invalid name length"
7448 #: lib/ext2fs/ext2_err.c:170
7449 msgid "Extended attribute has an invalid value length"
7452 #: lib/ext2fs/ext2_err.c:171
7453 msgid "Extended attribute has an incorrect hash"
7456 #: lib/ext2fs/ext2_err.c:172
7457 msgid "Extended attribute block has a bad header"
7460 #: lib/ext2fs/ext2_err.c:173
7461 msgid "Extended attribute key not found"
7464 #: lib/ext2fs/ext2_err.c:174
7465 msgid "Insufficient space to store extended attribute data"
7468 #: lib/ext2fs/ext2_err.c:175
7469 msgid "Filesystem is missing ext_attr or inline_data feature"
7472 #: lib/ext2fs/ext2_err.c:176
7473 msgid "Inode doesn't have inline data"
7476 #: lib/ext2fs/ext2_err.c:177
7477 msgid "No block for an inode with inline data"
7480 #: lib/ext2fs/ext2_err.c:178
7481 msgid "No free space in inline data"
7484 #: lib/ext2fs/ext2_err.c:179
7485 msgid "Wrong magic number for extended attribute structure"
7488 #: lib/ext2fs/ext2_err.c:180
7489 msgid "Inode seems to contain garbage"
7492 #: lib/ext2fs/ext2_err.c:181
7493 msgid "Extended attribute has an invalid value offset"
7496 #: lib/ext2fs/ext2_err.c:182
7497 msgid "Journal flags inconsistent"
7500 #: lib/ext2fs/ext2_err.c:183
7501 msgid "Undo file corrupt"
7504 #: lib/ext2fs/ext2_err.c:184
7505 msgid "Wrong undo file for this filesystem"
7508 #: lib/support/prof_err.c:11
7509 msgid "Profile version 0.0"
7512 #: lib/support/prof_err.c:12
7513 msgid "Bad magic value in profile_node"
7516 #: lib/support/prof_err.c:13
7517 msgid "Profile section not found"
7520 #: lib/support/prof_err.c:14
7521 msgid "Profile relation not found"
7524 #: lib/support/prof_err.c:15
7525 msgid "Attempt to add a relation to node which is not a section"
7528 #: lib/support/prof_err.c:16
7529 msgid "A profile section header has a non-zero value"
7532 #: lib/support/prof_err.c:17
7533 msgid "Bad linked list in profile structures"
7536 #: lib/support/prof_err.c:18
7537 msgid "Bad group level in profile structures"
7540 #: lib/support/prof_err.c:19
7541 msgid "Bad parent pointer in profile structures"
7544 #: lib/support/prof_err.c:20
7545 msgid "Bad magic value in profile iterator"
7548 #: lib/support/prof_err.c:21
7549 msgid "Can't set value on section node"
7552 #: lib/support/prof_err.c:22
7553 msgid "Invalid argument passed to profile library"
7556 #: lib/support/prof_err.c:23
7557 msgid "Attempt to modify read-only profile"
7560 #: lib/support/prof_err.c:24
7561 msgid "Profile section header not at top level"
7564 #: lib/support/prof_err.c:25
7565 msgid "Syntax error in profile section header"
7568 #: lib/support/prof_err.c:26
7569 msgid "Syntax error in profile relation"
7572 #: lib/support/prof_err.c:27
7573 msgid "Extra closing brace in profile"
7576 #: lib/support/prof_err.c:28
7577 msgid "Missing open brace in profile"
7580 #: lib/support/prof_err.c:29
7581 msgid "Bad magic value in profile_t"
7584 #: lib/support/prof_err.c:30
7585 msgid "Bad magic value in profile_section_t"
7588 #: lib/support/prof_err.c:31
7589 msgid "Iteration through all top level section not supported"
7592 #: lib/support/prof_err.c:32
7593 msgid "Invalid profile_section object"
7596 #: lib/support/prof_err.c:33
7597 msgid "No more sections"
7600 #: lib/support/prof_err.c:34
7601 msgid "Bad nameset passed to query routine"
7604 #: lib/support/prof_err.c:35
7605 msgid "No profile file open"
7608 #: lib/support/prof_err.c:36
7609 msgid "Bad magic value in profile_file_t"
7612 #: lib/support/prof_err.c:37
7613 msgid "Couldn't open profile file"
7616 #: lib/support/prof_err.c:38
7617 msgid "Section already exists"
7620 #: lib/support/prof_err.c:39
7621 msgid "Invalid boolean value"
7624 #: lib/support/prof_err.c:40
7625 msgid "Invalid integer value"
7628 #: lib/support/prof_err.c:41
7629 msgid "Bad magic value in profile_file_data_t"
7632 #: lib/support/plausible.c:103
7634 msgid "\tlast mounted on %s on %s"
7637 #: lib/support/plausible.c:106
7639 msgid "\tlast mounted on %s"
7642 #: lib/support/plausible.c:109
7644 msgid "\tcreated on %s"
7647 #: lib/support/plausible.c:112
7649 msgid "\tlast modified on %s"
7652 #: lib/support/plausible.c:146
7654 msgid "Found a %s partition table in %s\n"
7657 #: lib/support/plausible.c:176
7659 msgid "The file %s does not exist and no size was specified.\n"
7662 #: lib/support/plausible.c:184
7664 msgid "Creating regular file %s\n"
7667 #: lib/support/plausible.c:187
7669 msgid "Could not open %s: %s\n"
7672 #: lib/support/plausible.c:190
7675 "The device apparently does not exist; did you specify it correctly?\n"
7678 #: lib/support/plausible.c:212
7680 msgid "%s is not a block special device.\n"
7683 #: lib/support/plausible.c:234
7685 msgid "%s contains a %s file system labelled '%s'\n"
7688 #: lib/support/plausible.c:237
7690 msgid "%s contains a %s file system\n"
7693 #: lib/support/plausible.c:259
7695 msgid "%s contains `%s' data\n"