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, 2017, 2018, 2019 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2019.
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_size_high
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.45.0\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2019-03-06 13:35-0500\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:220
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:1551
99 #: e2fsck/unix.c:1665 misc/badblocks.c:1251 misc/badblocks.c:1259
100 #: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
101 #: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1430
102 #: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
103 #: misc/tune2fs.c:2796 misc/tune2fs.c:2895 resize/main.c:414
105 msgid "while trying to open %s"
108 #: e2fsck/badblocks.c:83
110 msgid "while trying popen '%s'"
113 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243
114 msgid "while reading in list of bad blocks from file"
117 #: e2fsck/badblocks.c:105
118 msgid "while updating bad block inode"
121 #: e2fsck/badblocks.c:133
123 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
126 #: e2fsck/dirinfo.c:331
127 msgid "while freeing dir_info tdb file"
130 #: e2fsck/ehandler.c:55
132 msgid "Error reading block %lu (%s) while %s. "
135 #: e2fsck/ehandler.c:58
137 msgid "Error reading block %lu (%s). "
140 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
144 #: e2fsck/ehandler.c:67
145 msgid "Force rewrite"
148 #: e2fsck/ehandler.c:109
150 msgid "Error writing block %lu (%s) while %s. "
153 #: e2fsck/ehandler.c:112
155 msgid "Error writing block %lu (%s). "
158 #: e2fsck/emptydir.c:57
159 msgid "empty dirblocks"
162 #: e2fsck/emptydir.c:62
163 msgid "empty dir map"
166 #: e2fsck/emptydir.c:98
168 msgid "Empty directory block %u (#%d) in inode %u\n"
171 #: e2fsck/extend.c:22
173 msgid "%s: %s filename nblocks blocksize\n"
176 #: e2fsck/extend.c:44
178 msgid "Illegal number of blocks!\n"
181 #: e2fsck/extend.c:50
183 msgid "Couldn't allocate block buffer (size=%d)\n"
186 #: e2fsck/extents.c:42
187 msgid "extent rebuild inode map"
190 #: e2fsck/flushb.c:35
192 msgid "Usage: %s disk\n"
195 #: e2fsck/flushb.c:64
197 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
202 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
205 #: e2fsck/iscan.c:81 e2fsck/unix.c:1076
207 msgid "while opening %s for flushing"
210 #: e2fsck/iscan.c:86 e2fsck/unix.c:1082 resize/main.c:383
212 msgid "while trying to flush %s"
215 #: e2fsck/iscan.c:110
217 msgid "while trying to open '%s'"
220 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1323
221 msgid "while opening inode scan"
224 #: e2fsck/iscan.c:127 misc/e2image.c:1342
225 msgid "while getting next inode"
228 #: e2fsck/iscan.c:136
230 msgid "%u inodes scanned.\n"
233 #: e2fsck/journal.c:597
234 msgid "reading journal superblock\n"
237 #: e2fsck/journal.c:670
239 msgid "%s: no valid journal superblock found\n"
242 #: e2fsck/journal.c:679
244 msgid "%s: journal too short\n"
247 #: e2fsck/journal.c:972 misc/fuse2fs.c:3792
249 msgid "%s: recovering journal\n"
252 #: e2fsck/journal.c:974
254 msgid "%s: won't do journal recovery while read-only\n"
257 #: e2fsck/journal.c:1001
259 msgid "while trying to re-open %s"
262 #: e2fsck/message.c:116
263 msgid "aextended attribute"
266 #: e2fsck/message.c:117
267 msgid "Aerror allocating"
270 #: e2fsck/message.c:118
274 #: e2fsck/message.c:119
278 #: e2fsck/message.c:120
282 #: e2fsck/message.c:121
283 msgid "Cconflicts with some other fs @b"
286 #: e2fsck/message.c:122
290 #: e2fsck/message.c:123
294 #: e2fsck/message.c:124
298 #: e2fsck/message.c:125
299 msgid "E@e '%Dn' in %p (%i)"
302 #: e2fsck/message.c:126
306 #: e2fsck/message.c:127
307 msgid "Ffor @i %i (%Q) is"
310 #: e2fsck/message.c:128
314 #: e2fsck/message.c:129
318 #: e2fsck/message.c:130
322 #: e2fsck/message.c:131
326 #: e2fsck/message.c:132
330 #: e2fsck/message.c:133
334 #: e2fsck/message.c:134
338 #: e2fsck/message.c:135
339 msgid "mmultiply-claimed"
342 #: e2fsck/message.c:136
346 #: e2fsck/message.c:137
350 #: e2fsck/message.c:138
354 #: e2fsck/message.c:139
358 #: e2fsck/message.c:140
362 #: e2fsck/message.c:141
366 #: e2fsck/message.c:142
370 #: e2fsck/message.c:143
374 #: e2fsck/message.c:144
378 #: e2fsck/message.c:145
382 #: e2fsck/message.c:146
386 #: e2fsck/message.c:157
387 msgid "<The NULL inode>"
390 #: e2fsck/message.c:158
391 msgid "<The bad blocks inode>"
394 #: e2fsck/message.c:160
395 msgid "<The user quota inode>"
398 #: e2fsck/message.c:161
399 msgid "<The group quota inode>"
402 #: e2fsck/message.c:162
403 msgid "<The boot loader inode>"
406 #: e2fsck/message.c:163
407 msgid "<The undelete directory inode>"
410 #: e2fsck/message.c:164
411 msgid "<The group descriptor inode>"
414 #: e2fsck/message.c:165
415 msgid "<The journal inode>"
418 #: e2fsck/message.c:166
419 msgid "<Reserved inode 9>"
422 #: e2fsck/message.c:167
423 msgid "<Reserved inode 10>"
426 #: e2fsck/message.c:327
430 #: e2fsck/message.c:329
434 #: e2fsck/message.c:331
435 msgid "character device"
438 #: e2fsck/message.c:333
442 #: e2fsck/message.c:335
446 #: e2fsck/message.c:337
447 msgid "symbolic link"
450 #: e2fsck/message.c:339 misc/uuidd.c:162
454 #: e2fsck/message.c:341
456 msgid "unknown file type with mode 0%o"
459 #: e2fsck/message.c:412
460 msgid "indirect block"
463 #: e2fsck/message.c:414
464 msgid "double indirect block"
467 #: e2fsck/message.c:416
468 msgid "triple indirect block"
471 #: e2fsck/message.c:418
472 msgid "translator block"
475 #: e2fsck/message.c:420
479 #: e2fsck/message.c:482
483 #: e2fsck/message.c:485
487 #: e2fsck/message.c:488
491 #: e2fsck/message.c:491
492 msgid "unknown quota type"
495 #: e2fsck/pass1b.c:222
496 msgid "multiply claimed inode map"
499 #: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
501 msgid "internal error: can't find dup_blk for %llu\n"
504 #: e2fsck/pass1b.c:952
505 msgid "returned from clone_file_block"
508 #: e2fsck/pass1b.c:976
510 msgid "internal error: couldn't lookup EA block record for %llu"
513 #: e2fsck/pass1b.c:988
515 msgid "internal error: couldn't lookup EA inode record for %u"
518 #: e2fsck/pass1.c:357
520 msgid "while hashing entry with e_value_inum = %u"
523 #: e2fsck/pass1.c:775 e2fsck/pass2.c:1006
524 msgid "reading directory block"
527 #: e2fsck/pass1.c:1224
528 msgid "in-use inode map"
531 #: e2fsck/pass1.c:1235
532 msgid "directory inode map"
535 #: e2fsck/pass1.c:1245
536 msgid "regular file inode map"
539 #: e2fsck/pass1.c:1254 misc/e2image.c:1282
540 msgid "in-use block map"
543 #: e2fsck/pass1.c:1263
544 msgid "metadata block map"
547 #: e2fsck/pass1.c:1325
548 msgid "opening inode scan"
551 #: e2fsck/pass1.c:1363
552 msgid "getting next inode from scan"
555 #: e2fsck/pass1.c:2067
559 #: e2fsck/pass1.c:2128
561 msgid "reading indirect blocks of inode %u"
564 #: e2fsck/pass1.c:2179
565 msgid "bad inode map"
568 #: e2fsck/pass1.c:2219
569 msgid "inode in bad block map"
572 #: e2fsck/pass1.c:2239
573 msgid "imagic inode map"
576 #: e2fsck/pass1.c:2270
577 msgid "multiply claimed block map"
580 #: e2fsck/pass1.c:2395
581 msgid "ext attr block map"
584 #: e2fsck/pass1.c:3639
586 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
589 #: e2fsck/pass1.c:4059
593 #: e2fsck/pass1.c:4065
597 #: e2fsck/pass1.c:4071
601 #: e2fsck/pass2.c:307
605 #: e2fsck/pass2.c:1078 e2fsck/pass2.c:1245
606 msgid "Can not continue."
610 msgid "inode done bitmap"
617 #: e2fsck/pass3.c:149
621 #: e2fsck/pass3.c:344
622 msgid "inode loop detection bitmap"
625 #: e2fsck/pass4.c:277
633 #: e2fsck/pass5.c:102
634 msgid "check_inode_bitmap_checksum: Memory allocation error"
637 #: e2fsck/pass5.c:156
638 msgid "check_block_bitmap_checksum: Memory allocation error"
641 #: e2fsck/problem.c:52
645 #: e2fsck/problem.c:53
649 #: e2fsck/problem.c:54
653 #: e2fsck/problem.c:55
657 #: e2fsck/problem.c:56
661 #: e2fsck/problem.c:57
665 #: e2fsck/problem.c:58
666 msgid "Connect to /lost+found"
669 #: e2fsck/problem.c:59
673 #: e2fsck/problem.c:60
677 #: e2fsck/problem.c:61
681 #: e2fsck/problem.c:62
685 #: e2fsck/problem.c:63
689 #: e2fsck/problem.c:64
693 #: e2fsck/problem.c:65
697 #: e2fsck/problem.c:66
698 msgid "Clone multiply-claimed blocks"
701 #: e2fsck/problem.c:67
705 #: e2fsck/problem.c:68
706 msgid "Suppress messages"
709 #: e2fsck/problem.c:69
713 #: e2fsck/problem.c:70
714 msgid "Clear HTree index"
717 #: e2fsck/problem.c:71
721 #: e2fsck/problem.c:72
725 #: e2fsck/problem.c:81
729 #: e2fsck/problem.c:82
733 #: e2fsck/problem.c:83
737 #: e2fsck/problem.c:84
741 #: e2fsck/problem.c:85
745 #: e2fsck/problem.c:86
749 #: e2fsck/problem.c:87
753 #: e2fsck/problem.c:88
757 #: e2fsck/problem.c:89
761 #: e2fsck/problem.c:90
765 #: e2fsck/problem.c:91
766 msgid "INODE CLEARED"
769 #: e2fsck/problem.c:92
773 #: e2fsck/problem.c:93
777 #: e2fsck/problem.c:94
781 #: e2fsck/problem.c:95
782 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
785 #: e2fsck/problem.c:96
789 #: e2fsck/problem.c:97
793 #: e2fsck/problem.c:98
797 #: e2fsck/problem.c:99
798 msgid "HTREE INDEX CLEARED"
801 #: e2fsck/problem.c:100
802 msgid "WILL RECREATE"
805 #: e2fsck/problem.c:101
806 msgid "WILL OPTIMIZE"
809 #: e2fsck/problem.c:115
810 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
811 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
814 #: e2fsck/problem.c:119
815 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
816 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
819 #: e2fsck/problem.c:124
820 #. @-expanded: inode table for group %g is not in group. (block %b)\n
821 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
823 "@i table for @g %g is not in @g. (@b %b)\n"
824 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
827 #: e2fsck/problem.c:130
829 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
830 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
831 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
832 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
833 #. @-expanded: e2fsck -b 8193 <device>\n
835 #. @-expanded: e2fsck -b 32768 <device>\n
839 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
840 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
841 "@f (and not swap or ufs or something else), then the @S\n"
842 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
843 " e2fsck -b 8193 <@v>\n"
845 " e2fsck -b 32768 <@v>\n"
849 #: e2fsck/problem.c:141
850 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
851 #. @-expanded: The physical size of the device is %c blocks\n
852 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
854 "The @f size (according to the @S) is %b @bs\n"
855 "The physical size of the @v is %c @bs\n"
856 "Either the @S or the partition table is likely to be corrupt!\n"
859 #: e2fsck/problem.c:148
860 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
861 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
862 #. @-expanded: from the block size.\n
864 "@S @b_size = %b, fragsize = %c.\n"
865 "This version of e2fsck does not support fragment sizes different\n"
866 "from the @b size.\n"
869 #: e2fsck/problem.c:155
870 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
871 msgid "@S @bs_per_group = %b, should have been %c\n"
874 #: e2fsck/problem.c:160
875 #. @-expanded: superblock first_data_block = %b, should have been %c\n
876 msgid "@S first_data_@b = %b, should have been %c\n"
879 #: e2fsck/problem.c:165
880 #. @-expanded: filesystem did not have a UUID; generating one.\n
883 "@f did not have a UUID; generating one.\n"
887 #: e2fsck/problem.c:170
890 "Note: if several inode or block bitmap blocks or part\n"
891 "of the inode table require relocation, you may wish to try\n"
892 "running e2fsck with the '-b %S' option first. The problem\n"
893 "may lie only with the primary block group descriptors, and\n"
894 "the backup block group descriptors may be OK.\n"
898 #: e2fsck/problem.c:179
899 #. @-expanded: Corruption found in superblock. (%s = %N).\n
900 msgid "Corruption found in @S. (%s = %N).\n"
903 #: e2fsck/problem.c:184
905 #. @-expanded: Error determining size of the physical device: %m\n
906 msgid "Error determining size of the physical @v: %m\n"
909 #: e2fsck/problem.c:189
910 #. @-expanded: inode count in superblock is %i, should be %j.\n
911 msgid "@i count in @S is %i, @s %j.\n"
914 #: e2fsck/problem.c:193
915 msgid "The Hurd does not support the filetype feature.\n"
918 #: e2fsck/problem.c:198
920 #. @-expanded: superblock has an invalid journal (inode %i).\n
921 msgid "@S has an @n @j (@i %i).\n"
924 #: e2fsck/problem.c:203
925 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
926 msgid "External @j has multiple @f users (unsupported).\n"
929 #: e2fsck/problem.c:208
930 #. @-expanded: Can't find external journal\n
931 msgid "Can't find external @j\n"
934 #: e2fsck/problem.c:213
935 #. @-expanded: External journal has bad superblock\n
936 msgid "External @j has bad @S\n"
939 #: e2fsck/problem.c:218
940 #. @-expanded: External journal does not support this filesystem\n
941 msgid "External @j does not support this @f\n"
944 #: e2fsck/problem.c:223
945 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
946 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
947 #. @-expanded: format.\n
948 #. @-expanded: It is also possible the journal superblock is corrupt.\n
950 "@f @j @S is unknown type %N (unsupported).\n"
951 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
953 "It is also possible the @j @S is corrupt.\n"
956 #: e2fsck/problem.c:232
957 #. @-expanded: journal superblock is corrupt.\n
958 msgid "@j @S is corrupt.\n"
961 #: e2fsck/problem.c:237
962 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
963 msgid "@S has_@j flag is clear, but a @j is present.\n"
966 #: e2fsck/problem.c:242
967 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
968 msgid "@S needs_recovery flag is set, but no @j is present.\n"
971 #: e2fsck/problem.c:247
972 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
973 msgid "@S needs_recovery flag is clear, but @j has data.\n"
976 #: e2fsck/problem.c:252
977 #. @-expanded: Clear journal
981 #: e2fsck/problem.c:257 e2fsck/problem.c:768
982 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
983 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
986 #: e2fsck/problem.c:262
987 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
988 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
991 #: e2fsck/problem.c:267
992 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
993 msgid "@I %B (%b) found in @o @i %i.\n"
996 #: e2fsck/problem.c:272
997 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
998 msgid "Already cleared %B (%b) found in @o @i %i.\n"
1001 #: e2fsck/problem.c:277
1003 #. @-expanded: illegal orphaned inode %i in superblock.\n
1004 msgid "@I @o @i %i in @S.\n"
1007 #: e2fsck/problem.c:282
1009 #. @-expanded: illegal inode %i in orphaned inode list.\n
1010 msgid "@I @i %i in @o @i list.\n"
1013 #: e2fsck/problem.c:287
1014 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
1015 msgid "@j @S has an unknown read-only feature flag set.\n"
1018 #: e2fsck/problem.c:292
1019 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1020 msgid "@j @S has an unknown incompatible feature flag set.\n"
1023 #: e2fsck/problem.c:297
1024 #. @-expanded: journal version not supported by this e2fsck.\n
1025 msgid "@j version not supported by this e2fsck.\n"
1028 #: e2fsck/problem.c:302
1030 #. @-expanded: Moving journal from /%s to hidden inode.\n
1033 "Moving @j from /%s to hidden @i.\n"
1037 #: e2fsck/problem.c:307
1039 #. @-expanded: Error moving journal: %m\n
1042 "Error moving @j: %m\n"
1046 #: e2fsck/problem.c:312
1047 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1048 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1051 "Found @n V2 @j @S fields (from V1 @j).\n"
1052 "Clearing fields beyond the V1 @j @S...\n"
1056 #: e2fsck/problem.c:318
1057 #. @-expanded: Run journal anyway
1058 msgid "Run @j anyway"
1061 #: e2fsck/problem.c:323
1062 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1063 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1066 #: e2fsck/problem.c:328
1067 #. @-expanded: Backing up journal inode block information.\n
1070 "Backing up @j @i @b information.\n"
1074 #: e2fsck/problem.c:334
1075 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1076 #. @-expanded: is %N; should be zero.
1078 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1082 #: e2fsck/problem.c:340
1083 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1084 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1087 #: e2fsck/problem.c:345
1088 #. @-expanded: Resize inode not valid.
1089 msgid "Resize @i not valid. "
1092 #: e2fsck/problem.c:350
1093 #. @-expanded: superblock last mount time (%t,\n
1094 #. @-expanded: \tnow = %T) is in the future.\n
1096 "@S last mount time (%t,\n"
1097 "\tnow = %T) is in the future.\n"
1100 #: e2fsck/problem.c:355
1101 #. @-expanded: superblock last write time (%t,\n
1102 #. @-expanded: \tnow = %T) is in the future.\n
1104 "@S last write time (%t,\n"
1105 "\tnow = %T) is in the future.\n"
1108 #: e2fsck/problem.c:360
1110 #. @-expanded: superblock hint for external superblock should be %X.
1111 msgid "@S hint for external superblock @s %X. "
1114 #: e2fsck/problem.c:365
1115 #. @-expanded: Adding dirhash hint to filesystem.\n
1118 "Adding dirhash hint to @f.\n"
1122 #: e2fsck/problem.c:370
1123 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1124 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1127 #: e2fsck/problem.c:375
1129 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1130 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1133 #: e2fsck/problem.c:380
1134 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1135 msgid "@g descriptor %g has invalid unused inodes count %b. "
1138 #: e2fsck/problem.c:385
1139 #. @-expanded: Last group block bitmap uninitialized.
1140 msgid "Last @g @b @B uninitialized. "
1143 #: e2fsck/problem.c:390
1145 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1148 #: e2fsck/problem.c:395
1149 msgid "The test_fs flag is set (and ext4 is available). "
1152 #: e2fsck/problem.c:400
1153 #. @-expanded: superblock last mount time is in the future.\n
1154 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1155 #. @-expanded: set)\n
1157 "@S last mount time is in the future.\n"
1158 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1162 #: e2fsck/problem.c:406
1163 #. @-expanded: superblock last write time is in the future.\n
1164 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1165 #. @-expanded: set)\n
1167 "@S last write time is in the future.\n"
1168 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1172 #: e2fsck/problem.c:412
1173 #. @-expanded: One or more block group descriptor checksums are invalid.
1174 msgid "One or more @b @g descriptor checksums are invalid. "
1177 #: e2fsck/problem.c:417
1178 #. @-expanded: Setting free inodes count to %j (was %i)\n
1179 msgid "Setting free @is count to %j (was %i)\n"
1182 #: e2fsck/problem.c:422
1183 #. @-expanded: Setting free blocks count to %c (was %b)\n
1184 msgid "Setting free @bs count to %c (was %b)\n"
1187 #: e2fsck/problem.c:427
1188 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1189 msgid "Hiding %U @q @i %i (%Q).\n"
1192 #: e2fsck/problem.c:432
1193 #. @-expanded: superblock has invalid MMP block.
1194 msgid "@S has invalid MMP block. "
1197 #: e2fsck/problem.c:437
1198 #. @-expanded: superblock has invalid MMP magic.
1199 msgid "@S has invalid MMP magic. "
1202 #: e2fsck/problem.c:442
1204 msgid "ext2fs_open2: %m\n"
1207 #: e2fsck/problem.c:447
1209 msgid "ext2fs_check_desc: %m\n"
1212 #: e2fsck/problem.c:453
1213 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1214 #. @-expanded: simultaneously.
1216 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1220 #: e2fsck/problem.c:459
1221 #. @-expanded: superblock MMP block checksum does not match.
1222 msgid "@S MMP @b checksum does not match. "
1225 #: e2fsck/problem.c:464
1226 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1227 msgid "@S 64bit @f needs extents to access the whole disk. "
1230 #: e2fsck/problem.c:469
1231 msgid "First_meta_bg is too big. (%N, max value %g). "
1234 #: e2fsck/problem.c:474
1235 #. @-expanded: External journal superblock checksum does not match superblock.
1236 msgid "External @j @S checksum does not match @S. "
1239 #: e2fsck/problem.c:479
1240 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1241 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1244 #: e2fsck/problem.c:484
1246 msgid "Error initializing quota context in support library: %m\n"
1249 #: e2fsck/problem.c:489
1250 #. @-expanded: Bad required extra isize in superblock (%N).
1251 msgid "Bad required extra isize in @S (%N). "
1254 #: e2fsck/problem.c:494
1255 #. @-expanded: Bad desired extra isize in superblock (%N).
1256 msgid "Bad desired extra isize in @S (%N). "
1259 #: e2fsck/problem.c:499
1260 #. @-expanded: Invalid %U quota inode %i.
1261 msgid "Invalid %U @q @i %i. "
1264 #: e2fsck/problem.c:504
1265 #. @-expanded: superblock would have too many inodes (%N).\n
1266 msgid "@S would have too many inodes (%N).\n"
1269 #: e2fsck/problem.c:509
1270 #. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1271 #. @-expanded: not compatible. Resize inode should be disabled.
1273 "Resize_@i and meta_bg features are enabled. Those features are\n"
1274 "not compatible. Resize @i should be disabled. "
1277 #: e2fsck/problem.c:517
1278 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1279 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1282 #: e2fsck/problem.c:521
1283 #. @-expanded: root inode is not a directory.
1284 msgid "@r is not a @d. "
1287 #: e2fsck/problem.c:526
1288 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1289 msgid "@r has dtime set (probably due to old mke2fs). "
1292 #: e2fsck/problem.c:531
1293 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1294 msgid "Reserved @i %i (%Q) has @n mode. "
1297 #: e2fsck/problem.c:536
1299 #. @-expanded: deleted inode %i has zero dtime.
1300 msgid "@D @i %i has zero dtime. "
1303 #: e2fsck/problem.c:541
1305 #. @-expanded: inode %i is in use, but has dtime set.
1306 msgid "@i %i is in use, but has dtime set. "
1309 #: e2fsck/problem.c:546
1311 #. @-expanded: inode %i is a zero-length directory.
1312 msgid "@i %i is a @z @d. "
1315 #: e2fsck/problem.c:551
1316 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1317 msgid "@g %g's @b @B at %b @C.\n"
1320 #: e2fsck/problem.c:556
1321 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1322 msgid "@g %g's @i @B at %b @C.\n"
1325 #: e2fsck/problem.c:561
1326 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1327 msgid "@g %g's @i table at %b @C.\n"
1330 #: e2fsck/problem.c:566
1331 #. @-expanded: group %g's block bitmap (%b) is bad.
1332 msgid "@g %g's @b @B (%b) is bad. "
1335 #: e2fsck/problem.c:571
1336 #. @-expanded: group %g's inode bitmap (%b) is bad.
1337 msgid "@g %g's @i @B (%b) is bad. "
1340 #: e2fsck/problem.c:576
1341 #. @-expanded: inode %i, i_size is %Is, should be %N.
1342 msgid "@i %i, i_size is %Is, @s %N. "
1345 #: e2fsck/problem.c:581
1346 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1347 msgid "@i %i, i_@bs is %Ib, @s %N. "
1350 #: e2fsck/problem.c:586
1351 #. @-expanded: illegal %B (%b) in inode %i.
1352 msgid "@I %B (%b) in @i %i. "
1355 #: e2fsck/problem.c:591
1356 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1357 msgid "%B (%b) overlaps @f metadata in @i %i. "
1360 #: e2fsck/problem.c:596
1362 #. @-expanded: inode %i has illegal block(s).
1363 msgid "@i %i has illegal @b(s). "
1366 #: e2fsck/problem.c:601
1368 #. @-expanded: Too many illegal blocks in inode %i.\n
1369 msgid "Too many illegal @bs in @i %i.\n"
1372 #: e2fsck/problem.c:606
1373 #. @-expanded: illegal %B (%b) in bad block inode.
1374 msgid "@I %B (%b) in bad @b @i. "
1377 #: e2fsck/problem.c:611
1378 #. @-expanded: Bad block inode has illegal block(s).
1379 msgid "Bad @b @i has illegal @b(s). "
1382 #: e2fsck/problem.c:616
1383 #. @-expanded: Duplicate or bad block in use!\n
1384 msgid "Duplicate or bad @b in use!\n"
1387 #: e2fsck/problem.c:621
1388 #. @-expanded: Bad block %b used as bad block inode indirect block.
1389 msgid "Bad @b %b used as bad @b @i indirect @b. "
1392 #: e2fsck/problem.c:626
1394 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1395 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1396 #. @-expanded: in the filesystem.\n
1399 "The bad @b @i has probably been corrupted. You probably\n"
1400 "should stop now and run e2fsck -c to scan for bad blocks\n"
1404 #: e2fsck/problem.c:633
1406 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1409 "If the @b is really bad, the @f can not be fixed.\n"
1412 #: e2fsck/problem.c:638
1413 #. @-expanded: You can remove this block from the bad block list and hope\n
1414 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1417 "You can remove this @b from the bad @b list and hope\n"
1418 "that the @b is really OK. But there are no guarantees.\n"
1422 #: e2fsck/problem.c:644
1423 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1424 msgid "The primary @S (%b) is on the bad @b list.\n"
1427 #: e2fsck/problem.c:649
1428 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1429 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1432 #: e2fsck/problem.c:655
1433 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1434 msgid "Warning: Group %g's @S (%b) is bad.\n"
1437 #: e2fsck/problem.c:661
1438 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1439 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1442 #: e2fsck/problem.c:667
1443 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1444 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1447 #: e2fsck/problem.c:673
1448 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1449 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1452 #: e2fsck/problem.c:678
1454 #. @-expanded: error allocating block buffer for relocating %s\n
1455 msgid "@A @b buffer for relocating %s\n"
1458 #: e2fsck/problem.c:683
1459 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1460 msgid "Relocating @g %g's %s from %b to %c...\n"
1463 #: e2fsck/problem.c:688
1465 #. @-expanded: Relocating group %g's %s to %c...\n
1466 msgid "Relocating @g %g's %s to %c...\n"
1469 #: e2fsck/problem.c:693
1470 #. @-expanded: Warning: could not read block %b of %s: %m\n
1471 msgid "Warning: could not read @b %b of %s: %m\n"
1474 #: e2fsck/problem.c:698
1475 #. @-expanded: Warning: could not write block %b for %s: %m\n
1476 msgid "Warning: could not write @b %b for %s: %m\n"
1479 #: e2fsck/problem.c:703 e2fsck/problem.c:1781
1480 #. @-expanded: error allocating inode bitmap (%N): %m\n
1481 msgid "@A @i @B (%N): %m\n"
1484 #: e2fsck/problem.c:708
1485 #. @-expanded: error allocating block bitmap (%N): %m\n
1486 msgid "@A @b @B (%N): %m\n"
1489 #: e2fsck/problem.c:713
1491 #. @-expanded: error allocating icount link information: %m\n
1492 msgid "@A icount link information: %m\n"
1495 #: e2fsck/problem.c:718
1497 #. @-expanded: error allocating directory block array: %m\n
1498 msgid "@A @d @b array: %m\n"
1501 #: e2fsck/problem.c:723
1503 #. @-expanded: Error while scanning inodes (%i): %m\n
1504 msgid "Error while scanning @is (%i): %m\n"
1507 #: e2fsck/problem.c:728
1509 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1510 msgid "Error while iterating over @bs in @i %i: %m\n"
1513 #: e2fsck/problem.c:733
1514 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1515 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1518 #: e2fsck/problem.c:738
1519 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1520 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1523 #: e2fsck/problem.c:744
1525 #. @-expanded: Error reading inode %i: %m\n
1526 msgid "Error reading @i %i: %m\n"
1529 #: e2fsck/problem.c:752
1531 #. @-expanded: inode %i has imagic flag set.
1532 msgid "@i %i has imagic flag set. "
1535 #: e2fsck/problem.c:757
1537 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1538 #. @-expanded: or append-only flag set.
1540 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1541 "or append-only flag set. "
1544 #: e2fsck/problem.c:763
1546 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1547 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1550 #: e2fsck/problem.c:773
1551 #. @-expanded: journal inode is not in use, but contains data.
1552 msgid "@j @i is not in use, but contains data. "
1555 #: e2fsck/problem.c:778
1556 #. @-expanded: journal is not regular file.
1557 msgid "@j is not regular file. "
1560 #: e2fsck/problem.c:783
1562 #. @-expanded: inode %i was part of the orphaned inode list.
1563 msgid "@i %i was part of the @o @i list. "
1566 #: e2fsck/problem.c:789
1567 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1568 msgid "@is that were part of a corrupted orphan linked list found. "
1571 #: e2fsck/problem.c:794
1572 #. @-expanded: error allocating refcount structure (%N): %m\n
1573 msgid "@A refcount structure (%N): %m\n"
1576 #: e2fsck/problem.c:799
1577 #. @-expanded: Error reading extended attribute block %b for inode %i.
1578 msgid "Error reading @a @b %b for @i %i. "
1581 #: e2fsck/problem.c:804
1582 #. @-expanded: inode %i has a bad extended attribute block %b.
1583 msgid "@i %i has a bad @a @b %b. "
1586 #: e2fsck/problem.c:809
1587 #. @-expanded: Error reading extended attribute block %b (%m).
1588 msgid "Error reading @a @b %b (%m). "
1591 #: e2fsck/problem.c:814
1592 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1593 msgid "@a @b %b has reference count %r, @s %N. "
1596 #: e2fsck/problem.c:819
1597 #. @-expanded: Error writing extended attribute block %b (%m).
1598 msgid "Error writing @a @b %b (%m). "
1601 #: e2fsck/problem.c:824
1602 #. @-expanded: extended attribute block %b has h_blocks > 1.
1603 msgid "@a @b %b has h_@bs > 1. "
1606 #: e2fsck/problem.c:829
1607 #. @-expanded: error allocating extended attribute region allocation structure.
1608 msgid "@A @a region allocation structure. "
1611 #: e2fsck/problem.c:834
1612 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1613 msgid "@a @b %b is corrupt (allocation collision). "
1616 #: e2fsck/problem.c:839
1617 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1618 msgid "@a @b %b is corrupt (@n name). "
1621 #: e2fsck/problem.c:844
1622 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1623 msgid "@a @b %b is corrupt (@n value). "
1626 #: e2fsck/problem.c:849
1628 #. @-expanded: inode %i is too big.
1629 msgid "@i %i is too big. "
1632 #: e2fsck/problem.c:853
1633 #. @-expanded: %B (%b) causes directory to be too big.
1634 msgid "%B (%b) causes @d to be too big. "
1637 #: e2fsck/problem.c:858
1638 msgid "%B (%b) causes file to be too big. "
1641 #: e2fsck/problem.c:863
1642 msgid "%B (%b) causes symlink to be too big. "
1645 #: e2fsck/problem.c:868
1647 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1648 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1651 #: e2fsck/problem.c:873
1653 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1654 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1657 #: e2fsck/problem.c:878
1659 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1660 msgid "@h %i has an @n root node.\n"
1663 #: e2fsck/problem.c:883
1664 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1665 msgid "@h %i has an unsupported hash version (%N)\n"
1668 #: e2fsck/problem.c:888
1670 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1671 msgid "@h %i uses an incompatible htree root node flag.\n"
1674 #: e2fsck/problem.c:893
1675 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1676 msgid "@h %i has a tree depth (%N) which is too big\n"
1679 #: e2fsck/problem.c:899
1680 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1681 #. @-expanded: filesystem metadata.
1683 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1687 #: e2fsck/problem.c:905
1689 #. @-expanded: Resize inode (re)creation failed: %m.
1690 msgid "Resize @i (re)creation failed: %m."
1693 #: e2fsck/problem.c:910
1694 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1695 msgid "@i %i has a extra size (%IS) which is @n\n"
1698 #: e2fsck/problem.c:915
1699 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1700 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1703 #: e2fsck/problem.c:920
1704 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1705 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1708 #: e2fsck/problem.c:925
1709 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1710 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1713 #: e2fsck/problem.c:930
1714 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1715 msgid "@a in @i %i has a value size (%N) which is @n\n"
1718 #: e2fsck/problem.c:935
1719 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1720 msgid "@a in @i %i has a hash (%N) which is @n\n"
1723 #: e2fsck/problem.c:940
1724 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1725 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1728 #: e2fsck/problem.c:945
1730 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1731 msgid "Error while reading over @x tree in @i %i: %m\n"
1734 #: e2fsck/problem.c:950
1735 #. @-expanded: Failed to iterate extents in inode %i\n
1736 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1738 "Failed to iterate extents in @i %i\n"
1739 "\t(op %s, blk %b, lblk %c): %m\n"
1742 #: e2fsck/problem.c:956
1743 #. @-expanded: inode %i has an invalid extent\n
1744 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1746 "@i %i has an @n extent\n"
1747 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1750 #: e2fsck/problem.c:961
1751 #. @-expanded: inode %i has an invalid extent\n
1752 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1754 "@i %i has an @n extent\n"
1755 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1758 #: e2fsck/problem.c:966
1760 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1761 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1764 #: e2fsck/problem.c:971
1766 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1767 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1770 #: e2fsck/problem.c:976
1772 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1773 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1776 #: e2fsck/problem.c:981
1778 msgid "Fast symlink %i has EXTENT_FL set. "
1781 #: e2fsck/problem.c:986
1782 #. @-expanded: inode %i has out of order extents\n
1783 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1785 "@i %i has out of order extents\n"
1786 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1789 #: e2fsck/problem.c:990
1790 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1791 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1794 #: e2fsck/problem.c:995
1796 #. @-expanded: Error converting subcluster block bitmap: %m\n
1797 msgid "Error converting subcluster @b @B: %m\n"
1800 #: e2fsck/problem.c:1000
1801 #. @-expanded: quota inode is not a regular file.
1802 msgid "@q @i is not a regular file. "
1805 #: e2fsck/problem.c:1005
1806 #. @-expanded: quota inode is not in use, but contains data.
1807 msgid "@q @i is not in use, but contains data. "
1810 #: e2fsck/problem.c:1010
1811 #. @-expanded: quota inode is visible to the user.
1812 msgid "@q @i is visible to the user. "
1815 #: e2fsck/problem.c:1015
1816 #. @-expanded: The bad block inode looks invalid.
1817 msgid "The bad @b @i looks @n. "
1820 #: e2fsck/problem.c:1020
1821 #. @-expanded: inode %i has zero length extent\n
1822 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1824 "@i %i has zero length extent\n"
1825 "\t(@n logical @b %c, physical @b %b)\n"
1828 #: e2fsck/problem.c:1025
1830 #. @-expanded: inode %i seems to contain garbage.
1831 msgid "@i %i seems to contain garbage. "
1834 #: e2fsck/problem.c:1030
1836 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1837 msgid "@i %i passes checks, but checksum does not match @i. "
1840 #: e2fsck/problem.c:1035
1842 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1843 msgid "@i %i @a is corrupt (allocation collision). "
1846 #: e2fsck/problem.c:1043
1847 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1848 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1850 "@i %i extent block passes checks, but checksum does not match extent\n"
1851 "\t(logical @b %c, physical @b %b, len %N)\n"
1854 #: e2fsck/problem.c:1052
1855 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1856 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1859 #: e2fsck/problem.c:1057
1860 #. @-expanded: Interior extent node level %N of inode %i:\n
1861 #. @-expanded: Logical start %b does not match logical start %c at next level.
1863 "Interior @x node level %N of @i %i:\n"
1864 "Logical start %b does not match logical start %c at next level. "
1867 #: e2fsck/problem.c:1063
1868 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1869 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1871 "@i %i, end of extent exceeds allowed value\n"
1872 "\t(logical @b %c, physical @b %b, len %N)\n"
1875 #: e2fsck/problem.c:1068
1877 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1878 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1881 #: e2fsck/problem.c:1073
1883 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1884 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1887 #: e2fsck/problem.c:1080
1888 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1890 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1893 #: e2fsck/problem.c:1085
1894 #. @-expanded: directory inode %i block %b should be at block %c.
1895 msgid "@d @i %i @b %b should be at @b %c. "
1898 #: e2fsck/problem.c:1090
1900 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1901 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1904 #: e2fsck/problem.c:1095
1905 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1906 #. @-expanded: Will fix in pass 1B.\n
1908 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1909 "Will fix in pass 1B.\n"
1912 #: e2fsck/problem.c:1100
1914 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1915 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1918 #: e2fsck/problem.c:1106
1920 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1921 #. @-expanded: or inline-data flag set.
1923 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1924 "or inline-data flag set. "
1927 #: e2fsck/problem.c:1112
1929 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1930 msgid "@i %i has @x header but inline data flag is set.\n"
1933 #: e2fsck/problem.c:1117
1935 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1936 msgid "@i %i seems to have inline data but @x flag is set.\n"
1939 #: e2fsck/problem.c:1122
1941 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1942 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1945 #: e2fsck/problem.c:1127
1947 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1948 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1951 #: e2fsck/problem.c:1132
1952 #. @-expanded: Bad block list says the bad block list inode is bad.
1953 msgid "Bad block list says the bad block list @i is bad. "
1956 #: e2fsck/problem.c:1137
1957 #. @-expanded: error allocating extent region allocation structure.
1958 msgid "@A @x region allocation structure. "
1961 #: e2fsck/problem.c:1142
1962 #. @-expanded: inode %i has a duplicate extent mapping\n
1963 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1965 "@i %i has a duplicate @x mapping\n"
1966 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1969 #: e2fsck/problem.c:1147
1970 #. @-expanded: error allocating memory for encrypted directory list\n
1971 msgid "@A memory for encrypted @d list\n"
1974 #: e2fsck/problem.c:1152
1975 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1976 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1979 #: e2fsck/problem.c:1157
1981 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1982 msgid "@i %i on bigalloc @f cannot be @b mapped. "
1985 #: e2fsck/problem.c:1162
1987 #. @-expanded: inode %i has corrupt extent header.
1988 msgid "@i %i has corrupt @x header. "
1991 #: e2fsck/problem.c:1167
1993 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1994 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1997 #: e2fsck/problem.c:1172
1998 #. @-expanded: inode %i has illegal extended attribute value inode %N.\n
1999 msgid "@i %i has @I @a value @i %N.\n"
2002 #: e2fsck/problem.c:1178
2003 #. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
2004 msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2007 #: e2fsck/problem.c:1183
2008 #. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2011 "EA @i %N for parent @i %i missing EA_INODE flag.\n"
2015 #: e2fsck/problem.c:1191
2017 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2018 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
2021 "Running additional passes to resolve @bs claimed by more than one @i...\n"
2022 "Pass 1B: Rescanning for @m @bs\n"
2025 #: e2fsck/problem.c:1197
2027 #. @-expanded: multiply-claimed block(s) in inode %i:
2028 msgid "@m @b(s) in @i %i:"
2031 #: e2fsck/problem.c:1212
2033 msgid "Error while scanning inodes (%i): %m\n"
2036 #: e2fsck/problem.c:1217
2038 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
2039 msgid "@A @i @B (@i_dup_map): %m\n"
2042 #: e2fsck/problem.c:1222
2044 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
2045 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2048 #: e2fsck/problem.c:1227 e2fsck/problem.c:1589
2049 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2050 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2053 #: e2fsck/problem.c:1237
2054 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2055 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2058 #: e2fsck/problem.c:1243
2059 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2060 msgid "Pass 1D: Reconciling @m @bs\n"
2063 #: e2fsck/problem.c:1248
2064 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2065 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
2067 "File %Q (@i #%i, mod time %IM) \n"
2068 " has %r @m @b(s), shared with %N file(s):\n"
2071 #: e2fsck/problem.c:1254
2072 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2073 msgid "\t%Q (@i #%i, mod time %IM)\n"
2076 #: e2fsck/problem.c:1259
2077 #. @-expanded: \t<filesystem metadata>\n
2078 msgid "\t<@f metadata>\n"
2081 #: e2fsck/problem.c:1264
2082 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2085 "(There are %N @is containing @m @bs.)\n"
2089 #: e2fsck/problem.c:1269
2090 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2093 "@m @bs already reassigned or cloned.\n"
2097 #: e2fsck/problem.c:1282
2099 msgid "Couldn't clone file: %m\n"
2102 #: e2fsck/problem.c:1288
2103 #. @-expanded: Pass 1E: Optimizing extent trees\n
2104 msgid "Pass 1E: Optimizing @x trees\n"
2107 #: e2fsck/problem.c:1293
2109 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2110 msgid "Failed to optimize @x tree %p (%i): %m\n"
2113 #: e2fsck/problem.c:1298
2114 #. @-expanded: Optimizing extent trees:
2115 msgid "Optimizing @x trees: "
2118 #: e2fsck/problem.c:1313
2119 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2122 #: e2fsck/problem.c:1318
2123 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2124 msgid "@i %i @x tree (at level %b) could be shorter. "
2127 #: e2fsck/problem.c:1323
2128 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2129 msgid "@i %i @x tree (at level %b) could be narrower. "
2132 #: e2fsck/problem.c:1330
2133 #. @-expanded: Pass 2: Checking directory structure\n
2134 msgid "Pass 2: Checking @d structure\n"
2137 #: e2fsck/problem.c:1335
2139 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2140 msgid "@n @i number for '.' in @d @i %i.\n"
2143 #: e2fsck/problem.c:1340
2144 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2145 msgid "@E has @n @i #: %Di.\n"
2148 #: e2fsck/problem.c:1345
2149 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2150 msgid "@E has @D/unused @i %Di. "
2153 #: e2fsck/problem.c:1350
2154 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2155 msgid "@E @L to '.' "
2158 #: e2fsck/problem.c:1355
2159 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2160 msgid "@E points to @i (%Di) located in a bad @b.\n"
2163 #: e2fsck/problem.c:1360
2164 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2165 msgid "@E @L to @d %P (%Di).\n"
2168 #: e2fsck/problem.c:1365
2169 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2170 msgid "@E @L to the @r.\n"
2173 #: e2fsck/problem.c:1370
2174 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2175 msgid "@E has illegal characters in its name.\n"
2178 #: e2fsck/problem.c:1375
2180 #. @-expanded: Missing '.' in directory inode %i.\n
2181 msgid "Missing '.' in @d @i %i.\n"
2184 #: e2fsck/problem.c:1380
2186 #. @-expanded: Missing '..' in directory inode %i.\n
2187 msgid "Missing '..' in @d @i %i.\n"
2190 #: e2fsck/problem.c:1385
2191 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2192 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2195 #: e2fsck/problem.c:1390
2196 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2197 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2200 #: e2fsck/problem.c:1395
2201 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2202 msgid "i_faddr @F %IF, @s zero.\n"
2205 #: e2fsck/problem.c:1400
2206 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2207 msgid "i_file_acl @F %If, @s zero.\n"
2210 #: e2fsck/problem.c:1405
2211 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
2212 msgid "i_size_high @F %Id, @s zero.\n"
2215 #: e2fsck/problem.c:1410
2216 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2217 msgid "i_frag @F %N, @s zero.\n"
2220 #: e2fsck/problem.c:1415
2221 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2222 msgid "i_fsize @F %N, @s zero.\n"
2225 #: e2fsck/problem.c:1420
2226 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2227 msgid "@i %i (%Q) has @n mode (%Im).\n"
2230 #: e2fsck/problem.c:1425
2231 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2232 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2235 #: e2fsck/problem.c:1430
2236 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2237 msgid "@d @i %i, %B, offset %N: filename too long\n"
2240 #: e2fsck/problem.c:1435
2241 #. @-expanded: directory inode %i has an unallocated %B.
2242 msgid "@d @i %i has an unallocated %B. "
2245 #: e2fsck/problem.c:1440
2247 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2248 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2251 #: e2fsck/problem.c:1445
2253 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2254 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2257 #: e2fsck/problem.c:1450
2258 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2259 msgid "@i %i (%Q) is an @I character @v.\n"
2262 #: e2fsck/problem.c:1455
2263 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2264 msgid "@i %i (%Q) is an @I @b @v.\n"
2267 #: e2fsck/problem.c:1460
2268 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2269 msgid "@E is duplicate '.' @e.\n"
2272 #: e2fsck/problem.c:1465
2273 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2274 msgid "@E is duplicate '..' @e.\n"
2277 #: e2fsck/problem.c:1470 e2fsck/problem.c:1806
2279 msgid "Internal error: couldn't find dir_info for %i.\n"
2282 #: e2fsck/problem.c:1475
2283 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2284 msgid "@E has rec_len of %Dr, @s %N.\n"
2287 #: e2fsck/problem.c:1480
2289 #. @-expanded: error allocating icount structure: %m\n
2290 msgid "@A icount structure: %m\n"
2293 #: e2fsck/problem.c:1485
2295 #. @-expanded: Error iterating over directory blocks: %m\n
2296 msgid "Error iterating over @d @bs: %m\n"
2299 #: e2fsck/problem.c:1490
2300 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2301 msgid "Error reading @d @b %b (@i %i): %m\n"
2304 #: e2fsck/problem.c:1495
2305 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2306 msgid "Error writing @d @b %b (@i %i): %m\n"
2309 #: e2fsck/problem.c:1500
2311 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2312 msgid "@A new @d @b for @i %i (%s): %m\n"
2315 #: e2fsck/problem.c:1505
2317 #. @-expanded: Error deallocating inode %i: %m\n
2318 msgid "Error deallocating @i %i: %m\n"
2321 #: e2fsck/problem.c:1510
2323 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2324 msgid "@d @e for '.' in %p (%i) is big.\n"
2327 #: e2fsck/problem.c:1515
2328 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2329 msgid "@i %i (%Q) is an @I FIFO.\n"
2332 #: e2fsck/problem.c:1520
2333 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2334 msgid "@i %i (%Q) is an @I socket.\n"
2337 #: e2fsck/problem.c:1525
2338 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2339 msgid "Setting filetype for @E to %N.\n"
2342 #: e2fsck/problem.c:1530
2343 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2344 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2347 #: e2fsck/problem.c:1535
2348 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2349 msgid "@E has filetype set.\n"
2352 #: e2fsck/problem.c:1540
2353 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2354 msgid "@E has a @z name.\n"
2357 #: e2fsck/problem.c:1545
2358 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2359 msgid "Symlink %Q (@i #%i) is @n.\n"
2362 #: e2fsck/problem.c:1550
2363 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2364 msgid "@a @b @F @n (%If).\n"
2367 #: e2fsck/problem.c:1555
2368 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2369 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2372 #: e2fsck/problem.c:1560
2373 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2374 msgid "@p @h %d: %B not referenced\n"
2377 #: e2fsck/problem.c:1565
2378 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2379 msgid "@p @h %d: %B referenced twice\n"
2382 #: e2fsck/problem.c:1570
2383 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2384 msgid "@p @h %d: %B has bad min hash\n"
2387 #: e2fsck/problem.c:1575
2388 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2389 msgid "@p @h %d: %B has bad max hash\n"
2392 #: e2fsck/problem.c:1580
2393 #. @-expanded: invalid HTREE directory inode %d (%q).
2394 msgid "@n @h %d (%q). "
2397 #: e2fsck/problem.c:1584
2398 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2399 msgid "@p @h %d (%q): bad @b number %b.\n"
2402 #: e2fsck/problem.c:1594
2404 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2405 msgid "@p @h %d: root node is @n\n"
2408 #: e2fsck/problem.c:1599
2409 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2410 msgid "@p @h %d: %B has @n limit (%N)\n"
2413 #: e2fsck/problem.c:1604
2414 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2415 msgid "@p @h %d: %B has @n count (%N)\n"
2418 #: e2fsck/problem.c:1609
2419 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2420 msgid "@p @h %d: %B has an unordered hash table\n"
2423 #: e2fsck/problem.c:1614
2424 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2425 msgid "@p @h %d: %B has @n depth (%N)\n"
2428 #: e2fsck/problem.c:1619
2429 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2430 msgid "Duplicate @E found. "
2433 #: e2fsck/problem.c:1624
2435 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2436 #. @-expanded: Rename to %s
2438 "@E has a non-unique filename.\n"
2442 #: e2fsck/problem.c:1629
2443 #. @-expanded: Duplicate entry '%Dn' found.\n
2444 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2447 "Duplicate @e '%Dn' found.\n"
2448 "\tMarking %p (%i) to be rebuilt.\n"
2452 #: e2fsck/problem.c:1634
2453 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2454 msgid "i_blocks_hi @F %N, @s zero.\n"
2457 #: e2fsck/problem.c:1639
2458 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2459 msgid "Unexpected @b in @h %d (%q).\n"
2462 #: e2fsck/problem.c:1644
2463 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2464 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2467 #: e2fsck/problem.c:1649
2468 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2469 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2472 #: e2fsck/problem.c:1654
2473 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2474 msgid "i_file_acl_hi @F %N, @s zero.\n"
2477 #: e2fsck/problem.c:1659
2479 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2480 msgid "@p @h %d: root node fails checksum.\n"
2483 #: e2fsck/problem.c:1664
2485 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2486 msgid "@p @h %d: internal node fails checksum.\n"
2489 #: e2fsck/problem.c:1669
2490 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2491 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2494 #: e2fsck/problem.c:1674
2495 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2496 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2499 #: e2fsck/problem.c:1679
2500 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2501 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2504 #: e2fsck/problem.c:1684
2506 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2507 msgid "Fixing size of inline @d @i %i failed.\n"
2510 #: e2fsck/problem.c:1689
2511 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2512 msgid "Encrypted @E is too short.\n"
2515 #: e2fsck/problem.c:1696
2516 #. @-expanded: Pass 3: Checking directory connectivity\n
2517 msgid "Pass 3: Checking @d connectivity\n"
2520 #: e2fsck/problem.c:1701
2521 #. @-expanded: root inode not allocated.
2522 msgid "@r not allocated. "
2525 #: e2fsck/problem.c:1706
2526 #. @-expanded: No room in lost+found directory.
2527 msgid "No room in @l @d. "
2530 #: e2fsck/problem.c:1711
2532 #. @-expanded: Unconnected directory inode %i (%p)\n
2533 msgid "Unconnected @d @i %i (%p)\n"
2536 #: e2fsck/problem.c:1716
2537 #. @-expanded: /lost+found not found.
2538 msgid "/@l not found. "
2541 #: e2fsck/problem.c:1721
2542 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2543 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2546 #: e2fsck/problem.c:1726
2547 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2548 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2551 #: e2fsck/problem.c:1731
2553 #. @-expanded: Could not expand /lost+found: %m\n
2554 msgid "Could not expand /@l: %m\n"
2557 #: e2fsck/problem.c:1736
2559 msgid "Could not reconnect %i: %m\n"
2562 #: e2fsck/problem.c:1741
2564 #. @-expanded: Error while trying to find /lost+found: %m\n
2565 msgid "Error while trying to find /@l: %m\n"
2568 #: e2fsck/problem.c:1746
2570 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2571 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2574 #: e2fsck/problem.c:1751
2576 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2577 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2580 #: e2fsck/problem.c:1756
2582 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2583 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2586 #: e2fsck/problem.c:1761
2588 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2589 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2592 #: e2fsck/problem.c:1766
2594 #. @-expanded: Error while adjusting inode count on inode %i\n
2595 msgid "Error while adjusting @i count on @i %i\n"
2598 #: e2fsck/problem.c:1771
2600 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2603 "Couldn't fix parent of @i %i: %m\n"
2607 #: e2fsck/problem.c:1776
2609 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2612 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2616 #: e2fsck/problem.c:1786
2618 #. @-expanded: Error creating root directory (%s): %m\n
2619 msgid "Error creating root @d (%s): %m\n"
2622 #: e2fsck/problem.c:1791
2624 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2625 msgid "Error creating /@l @d (%s): %m\n"
2628 #: e2fsck/problem.c:1796
2629 #. @-expanded: root inode is not a directory; aborting.\n
2630 msgid "@r is not a @d; aborting.\n"
2633 #: e2fsck/problem.c:1801
2634 #. @-expanded: Cannot proceed without a root inode.\n
2635 msgid "Cannot proceed without a @r.\n"
2638 #: e2fsck/problem.c:1811
2640 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2641 msgid "/@l is not a @d (ino=%i)\n"
2644 #: e2fsck/problem.c:1816
2645 #. @-expanded: /lost+found has inline data\n
2646 msgid "/@l has inline data\n"
2649 #: e2fsck/problem.c:1821
2650 #. @-expanded: Cannot allocate space for /lost+found.\n
2651 #. @-expanded: Place lost files in root directory instead
2653 "Cannot allocate space for /@l.\n"
2654 "Place lost files in root directory instead"
2657 #: e2fsck/problem.c:1826
2658 #. @-expanded: Insufficient space to recover lost files!\n
2659 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2662 "Insufficient space to recover lost files!\n"
2663 "Move data off the @f and re-run e2fsck.\n"
2667 #: e2fsck/problem.c:1831
2668 #. @-expanded: /lost+found is encrypted\n
2669 msgid "/@l is encrypted\n"
2672 #: e2fsck/problem.c:1838
2673 msgid "Pass 3A: Optimizing directories\n"
2676 #: e2fsck/problem.c:1843
2678 msgid "Failed to create dirs_to_hash iterator: %m\n"
2681 #: e2fsck/problem.c:1848
2682 msgid "Failed to optimize directory %q (%d): %m\n"
2685 #: e2fsck/problem.c:1853
2686 msgid "Optimizing directories: "
2689 #: e2fsck/problem.c:1870
2690 msgid "Pass 4: Checking reference counts\n"
2693 #: e2fsck/problem.c:1875
2695 #. @-expanded: unattached zero-length inode %i.
2696 msgid "@u @z @i %i. "
2699 #: e2fsck/problem.c:1880
2701 #. @-expanded: unattached inode %i\n
2705 #: e2fsck/problem.c:1885
2706 #. @-expanded: inode %i ref count is %Il, should be %N.
2707 msgid "@i %i ref count is %Il, @s %N. "
2710 #: e2fsck/problem.c:1889
2711 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2712 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2713 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2715 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2716 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2717 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2720 #: e2fsck/problem.c:1896
2721 #. @-expanded: extended attribute inode %i ref count is %N, should be %n.
2722 msgid "@a @i %i ref count is %N, @s %n. "
2725 #: e2fsck/problem.c:1901
2726 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2727 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2730 #: e2fsck/problem.c:1908
2731 #. @-expanded: Pass 5: Checking group summary information\n
2732 msgid "Pass 5: Checking @g summary information\n"
2735 #: e2fsck/problem.c:1913
2736 #. @-expanded: Padding at end of inode bitmap is not set.
2737 msgid "Padding at end of @i @B is not set. "
2740 #: e2fsck/problem.c:1918
2741 #. @-expanded: Padding at end of block bitmap is not set.
2742 msgid "Padding at end of @b @B is not set. "
2745 #: e2fsck/problem.c:1923
2746 #. @-expanded: block bitmap differences:
2747 msgid "@b @B differences: "
2750 #: e2fsck/problem.c:1945
2751 #. @-expanded: inode bitmap differences:
2752 msgid "@i @B differences: "
2755 #: e2fsck/problem.c:1967
2756 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2757 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2760 #: e2fsck/problem.c:1972
2761 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2762 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2765 #: e2fsck/problem.c:1977
2766 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2767 msgid "Free @is count wrong (%i, counted=%j).\n"
2770 #: e2fsck/problem.c:1982
2771 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2772 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2775 #: e2fsck/problem.c:1987
2776 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2777 msgid "Free @bs count wrong (%b, counted=%c).\n"
2780 #: e2fsck/problem.c:1992
2781 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2782 #. @-expanded: endpoints (%i, %j)\n
2784 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2785 "endpoints (%i, %j)\n"
2788 #: e2fsck/problem.c:1998
2789 msgid "Internal error: fudging end of bitmap (%N)\n"
2792 #: e2fsck/problem.c:2003
2794 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2795 msgid "Error copying in replacement @i @B: %m\n"
2798 #: e2fsck/problem.c:2008
2800 #. @-expanded: Error copying in replacement block bitmap: %m\n
2801 msgid "Error copying in replacement @b @B: %m\n"
2804 #: e2fsck/problem.c:2037
2806 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2807 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2810 #: e2fsck/problem.c:2042
2812 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2813 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2816 #: e2fsck/problem.c:2047
2818 #. @-expanded: group %g inode bitmap does not match checksum.\n
2819 msgid "@g %g @i @B does not match checksum.\n"
2822 #: e2fsck/problem.c:2052
2824 #. @-expanded: group %g block bitmap does not match checksum.\n
2825 msgid "@g %g @b @B does not match checksum.\n"
2828 #: e2fsck/problem.c:2059
2829 #. @-expanded: Recreate journal
2833 #: e2fsck/problem.c:2064
2834 msgid "Update quota info for quota type %N"
2837 #: e2fsck/problem.c:2069
2839 #. @-expanded: Error setting block group checksum info: %m\n
2840 msgid "Error setting @b @g checksum info: %m\n"
2843 #: e2fsck/problem.c:2074
2845 msgid "Error writing file system info: %m\n"
2848 #: e2fsck/problem.c:2079
2850 msgid "Error flushing writes to storage device: %m\n"
2853 #: e2fsck/problem.c:2084
2854 msgid "Error writing quota info for quota type %N: %m\n"
2857 #: e2fsck/problem.c:2207
2859 msgid "Unhandled error code (0x%x)!\n"
2862 #: e2fsck/problem.c:2333 e2fsck/problem.c:2337
2866 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
2867 msgid "in move_quota_inode"
2870 #: e2fsck/scantest.c:79
2872 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2875 #: e2fsck/scantest.c:98
2877 msgid "size of inode=%d\n"
2880 #: e2fsck/scantest.c:119
2881 msgid "while starting inode scan"
2884 #: e2fsck/scantest.c:130
2885 msgid "while doing inode scan"
2888 #: e2fsck/super.c:224
2890 msgid "while calling ext2fs_block_iterate for inode %u"
2893 #: e2fsck/super.c:249
2895 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
2898 #: e2fsck/super.c:374
2902 #: e2fsck/super.c:375
2909 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2910 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2911 "\t\t[-E extended-options] [-z undo_file] device\n"
2918 " -p Automatic repair (no questions)\n"
2919 " -n Make no changes to the filesystem\n"
2920 " -y Assume \"yes\" to all questions\n"
2921 " -c Check for bad blocks and add them to the badblock "
2923 " -f Force checking even if filesystem is marked clean\n"
2929 " -b superblock Use alternative superblock\n"
2930 " -B blocksize Force blocksize when looking for superblock\n"
2931 " -j external_journal Set location of the external journal\n"
2932 " -l bad_blocks_file Add to badblocks list\n"
2933 " -L bad_blocks_file Set badblocks list\n"
2934 " -z undo_file Create an undo file\n"
2937 #: e2fsck/unix.c:137
2939 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2942 #: e2fsck/unix.c:163
2946 "%12u inode used (%2.2f%%, out of %u)\n"
2949 "%12u inodes used (%2.2f%%, out of %u)\n"
2953 #: e2fsck/unix.c:167
2955 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2956 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2960 #: e2fsck/unix.c:172
2962 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2963 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2967 #: e2fsck/unix.c:177
2969 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2972 #: e2fsck/unix.c:185
2973 msgid " Extent depth histogram: "
2976 #: e2fsck/unix.c:194
2978 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2979 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2983 #: e2fsck/unix.c:198
2985 msgid "%12u bad block\n"
2986 msgid_plural "%12u bad blocks\n"
2990 #: e2fsck/unix.c:200
2992 msgid "%12u large file\n"
2993 msgid_plural "%12u large files\n"
2997 #: e2fsck/unix.c:202
3001 "%12u regular file\n"
3004 "%12u regular files\n"
3008 #: e2fsck/unix.c:204
3010 msgid "%12u directory\n"
3011 msgid_plural "%12u directories\n"
3015 #: e2fsck/unix.c:206
3017 msgid "%12u character device file\n"
3018 msgid_plural "%12u character device files\n"
3022 #: e2fsck/unix.c:209
3024 msgid "%12u block device file\n"
3025 msgid_plural "%12u block device files\n"
3029 #: e2fsck/unix.c:211
3032 msgid_plural "%12u fifos\n"
3036 #: e2fsck/unix.c:213
3039 msgid_plural "%12u links\n"
3043 #: e2fsck/unix.c:215
3045 msgid "%12u symbolic link"
3046 msgid_plural "%12u symbolic links"
3050 #: e2fsck/unix.c:217
3052 msgid " (%u fast symbolic link)\n"
3053 msgid_plural " (%u fast symbolic links)\n"
3057 #: e2fsck/unix.c:221
3059 msgid "%12u socket\n"
3060 msgid_plural "%12u sockets\n"
3064 #: e2fsck/unix.c:225
3067 msgid_plural "%12u files\n"
3071 #: e2fsck/unix.c:238 misc/badblocks.c:1002 misc/tune2fs.c:2986 misc/util.c:126
3072 #: resize/main.c:354
3074 msgid "while determining whether %s is mounted."
3077 #: e2fsck/unix.c:259
3079 msgid "Warning! %s is mounted.\n"
3082 #: e2fsck/unix.c:262
3084 msgid "Warning! %s is in use.\n"
3087 #: e2fsck/unix.c:268
3089 msgid "%s is mounted.\n"
3092 #: e2fsck/unix.c:270
3094 msgid "%s is in use.\n"
3097 #: e2fsck/unix.c:272
3099 "Cannot continue, aborting.\n"
3103 #: e2fsck/unix.c:274
3107 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3108 "cause ***SEVERE*** filesystem damage.\n"
3112 #: e2fsck/unix.c:279
3113 msgid "Do you really want to continue"
3116 #: e2fsck/unix.c:281
3117 msgid "check aborted.\n"
3120 #: e2fsck/unix.c:375
3121 msgid " contains a file system with errors"
3124 #: e2fsck/unix.c:377
3125 msgid " was not cleanly unmounted"
3128 #: e2fsck/unix.c:379
3129 msgid " primary superblock features different from backup"
3132 #: e2fsck/unix.c:383
3134 msgid " has been mounted %u times without being checked"
3137 #: e2fsck/unix.c:390
3138 msgid " has filesystem last checked time in the future"
3141 #: e2fsck/unix.c:396
3143 msgid " has gone %u days without being checked"
3146 #: e2fsck/unix.c:404
3147 msgid "ignoring check interval, broken_system_clock set\n"
3150 #: e2fsck/unix.c:410
3151 msgid ", check forced.\n"
3154 #: e2fsck/unix.c:443
3156 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3159 #: e2fsck/unix.c:463
3160 msgid " (check deferred; on battery)"
3163 #: e2fsck/unix.c:466
3164 msgid " (check after next mount)"
3167 #: e2fsck/unix.c:468
3169 msgid " (check in %ld mounts)"
3172 #: e2fsck/unix.c:618
3174 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3177 #: e2fsck/unix.c:689
3178 msgid "Invalid EA version.\n"
3181 #: e2fsck/unix.c:702
3182 msgid "Invalid readahead buffer size.\n"
3185 #: e2fsck/unix.c:751
3187 msgid "Unknown extended option: %s\n"
3190 #: e2fsck/unix.c:759
3193 "Extended options are separated by commas, and may take an argument which\n"
3194 "is set off by an equals ('=') sign. Valid extended options are:\n"
3198 #: e2fsck/unix.c:763
3199 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3202 #: e2fsck/unix.c:772
3203 msgid "\treadahead_kb=<buffer size>\n"
3206 #: e2fsck/unix.c:784
3209 "Syntax error in e2fsck config file (%s, line #%d)\n"
3213 #: e2fsck/unix.c:857
3215 msgid "Error validating file descriptor %d: %s\n"
3218 #: e2fsck/unix.c:861
3219 msgid "Invalid completion information file descriptor"
3222 #: e2fsck/unix.c:876
3223 msgid "Only one of the options -p/-a, -n or -y may be specified."
3226 #: e2fsck/unix.c:897
3228 msgid "The -t option is not supported on this version of e2fsck.\n"
3231 #: e2fsck/unix.c:928 e2fsck/unix.c:1006 misc/e2initrd_helper.c:330
3232 #: misc/tune2fs.c:1695 misc/tune2fs.c:1990 misc/tune2fs.c:2008
3234 msgid "Unable to resolve '%s'"
3237 #: e2fsck/unix.c:985
3238 msgid "The -n and -D options are incompatible."
3241 #: e2fsck/unix.c:990
3242 msgid "The -n and -c options are incompatible."
3245 #: e2fsck/unix.c:995
3246 msgid "The -n and -l/-L options are incompatible."
3249 #: e2fsck/unix.c:1019
3250 msgid "The -D and -E fixes_only options are incompatible."
3253 #: e2fsck/unix.c:1025
3254 msgid "The -E bmap2extent and fixes_only options are incompatible."
3257 #: e2fsck/unix.c:1089
3258 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3261 #: e2fsck/unix.c:1136
3264 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3268 #: e2fsck/unix.c:1145
3272 "Invalid non-numeric argument to -%c (\"%s\")\n"
3276 #: e2fsck/unix.c:1236
3279 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3283 #: e2fsck/unix.c:1253 e2fsck/unix.c:1258
3284 msgid "while checking MMP block"
3287 #: e2fsck/unix.c:1260
3290 "If you are sure the filesystem is not in use on any node, run:\n"
3291 "'tune2fs -f -E clear_mmp %s'\n"
3294 #: e2fsck/unix.c:1276
3295 msgid "while reading MMP block"
3298 #: e2fsck/unix.c:1296 e2fsck/unix.c:1348 misc/e2undo.c:236 misc/e2undo.c:281
3299 #: misc/mke2fs.c:2694 misc/mke2fs.c:2745 misc/tune2fs.c:2713
3300 #: misc/tune2fs.c:2758 resize/main.c:188 resize/main.c:233
3303 "Overwriting existing filesystem; this can be undone using the command:\n"
3308 #: e2fsck/unix.c:1337 misc/e2undo.c:270 misc/mke2fs.c:2734 misc/tune2fs.c:2747
3309 #: resize/main.c:222
3311 msgid "while trying to delete %s"
3314 #: e2fsck/unix.c:1363 misc/mke2fs.c:2760 resize/main.c:243
3315 msgid "while trying to setup undo file\n"
3318 #: e2fsck/unix.c:1406
3319 msgid "Error: ext2fs library version out of date!\n"
3322 #: e2fsck/unix.c:1413
3323 msgid "while trying to initialize program"
3326 #: e2fsck/unix.c:1436
3328 msgid "\tUsing %s, %s\n"
3331 #: e2fsck/unix.c:1448
3332 msgid "need terminal for interactive repairs"
3335 #: e2fsck/unix.c:1509
3337 msgid "%s: %s trying backup blocks...\n"
3340 #: e2fsck/unix.c:1511
3341 msgid "Superblock invalid,"
3344 #: e2fsck/unix.c:1512
3345 msgid "Group descriptors look bad..."
3348 #: e2fsck/unix.c:1522
3350 msgid "%s: %s while using the backup blocks"
3353 #: e2fsck/unix.c:1526
3355 msgid "%s: going back to original superblock\n"
3358 #: e2fsck/unix.c:1555
3360 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3361 "(Or the filesystem superblock is corrupt)\n"
3365 #: e2fsck/unix.c:1562
3366 msgid "Could this be a zero-length partition?\n"
3369 #: e2fsck/unix.c:1564
3371 msgid "You must have %s access to the filesystem or be root\n"
3374 #: e2fsck/unix.c:1570
3375 msgid "Possibly non-existent or swap device?\n"
3378 #: e2fsck/unix.c:1572
3379 msgid "Filesystem mounted or opened exclusively by another program?\n"
3382 #: e2fsck/unix.c:1576
3383 msgid "Possibly non-existent device?\n"
3386 #: e2fsck/unix.c:1579
3388 "Disk write-protected; use the -n option to do a read-only\n"
3389 "check of the device.\n"
3392 #: e2fsck/unix.c:1593
3394 msgid "%s: Trying to load superblock despite errors...\n"
3397 #: e2fsck/unix.c:1668
3398 msgid "Get a newer version of e2fsck!"
3401 #: e2fsck/unix.c:1712
3403 msgid "while checking journal for %s"
3406 #: e2fsck/unix.c:1715
3407 msgid "Cannot proceed with file system check"
3410 #: e2fsck/unix.c:1726
3412 "Warning: skipping journal recovery because doing a read-only filesystem "
3416 #: e2fsck/unix.c:1738
3418 msgid "unable to set superblock flags on %s\n"
3421 #: e2fsck/unix.c:1744
3423 msgid "Journal checksum error found in %s\n"
3426 #: e2fsck/unix.c:1748
3428 msgid "Journal corrupted in %s\n"
3431 #: e2fsck/unix.c:1752
3433 msgid "while recovering journal of %s"
3436 #: e2fsck/unix.c:1774
3438 msgid "%s has unsupported feature(s):"
3441 #: e2fsck/unix.c:1791
3443 msgid "%s has unsupported encoding: %0x\n"
3446 #: e2fsck/unix.c:1842
3448 msgid "%s: %s while reading bad blocks inode\n"
3451 #: e2fsck/unix.c:1845
3452 msgid "This doesn't bode well, but we'll try to go on...\n"
3455 #: e2fsck/unix.c:1885
3457 msgid "Creating journal (%d blocks): "
3460 #: e2fsck/unix.c:1895
3464 #: e2fsck/unix.c:1897
3467 "*** journal has been regenerated ***\n"
3470 #: e2fsck/unix.c:1903
3474 #: e2fsck/unix.c:1905
3476 msgid "%s: e2fsck canceled.\n"
3479 #: e2fsck/unix.c:1932
3480 msgid "Restarting e2fsck from the beginning...\n"
3483 #: e2fsck/unix.c:1936
3484 msgid "while resetting context"
3487 #: e2fsck/unix.c:1995
3491 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3494 #: e2fsck/unix.c:1997
3496 msgid "%s: File system was modified.\n"
3499 #: e2fsck/unix.c:2001 e2fsck/util.c:71
3503 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3506 #: e2fsck/unix.c:2006
3508 msgid "%s: ***** REBOOT SYSTEM *****\n"
3511 #: e2fsck/unix.c:2016 e2fsck/util.c:77
3515 "%s: ********** WARNING: Filesystem still has errors **********\n"
3519 #: e2fsck/util.c:196 misc/util.c:93
3523 #: e2fsck/util.c:197
3527 #: e2fsck/util.c:198
3531 #: e2fsck/util.c:202
3532 msgid " ('a' enables 'yes' to all) "
3535 #: e2fsck/util.c:219
3539 #: e2fsck/util.c:221
3543 #: e2fsck/util.c:223
3547 #: e2fsck/util.c:246
3548 msgid "cancelled!\n"
3551 #: e2fsck/util.c:279
3552 msgid "yes to all\n"
3555 #: e2fsck/util.c:281
3559 #: e2fsck/util.c:283
3563 #: e2fsck/util.c:293
3570 #: e2fsck/util.c:297
3577 #: e2fsck/util.c:301
3581 #: e2fsck/util.c:301
3585 #: e2fsck/util.c:317
3587 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3590 #: e2fsck/util.c:322
3591 msgid "reading inode and block bitmaps"
3594 #: e2fsck/util.c:334
3596 msgid "while retrying to read bitmaps for %s"
3599 #: e2fsck/util.c:346
3600 msgid "writing block and inode bitmaps"
3603 #: e2fsck/util.c:351
3605 msgid "while rewriting block and inode bitmaps for %s"
3608 #: e2fsck/util.c:363
3613 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3614 "\t(i.e., without -a or -p options)\n"
3617 #: e2fsck/util.c:444
3619 msgid "Memory used: %luk/%luk (%luk/%luk), "
3622 #: e2fsck/util.c:448
3624 msgid "Memory used: %lu, "
3627 #: e2fsck/util.c:455
3629 msgid "time: %5.2f/%5.2f/%5.2f\n"
3632 #: e2fsck/util.c:460
3634 msgid "elapsed time: %6.3f\n"
3637 #: e2fsck/util.c:495 e2fsck/util.c:509
3639 msgid "while reading inode %lu in %s"
3642 #: e2fsck/util.c:523 e2fsck/util.c:536
3644 msgid "while writing inode %lu in %s"
3647 #: e2fsck/util.c:792
3649 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3653 #: misc/badblocks.c:75
3657 #: misc/badblocks.c:100
3660 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3661 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3663 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3664 " device [last_block [first_block]]\n"
3667 #: misc/badblocks.c:111
3670 "%s: The -n and -w options are mutually exclusive.\n"
3674 #: misc/badblocks.c:229
3676 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3679 #: misc/badblocks.c:337
3680 msgid "Testing with random pattern: "
3683 #: misc/badblocks.c:355
3684 msgid "Testing with pattern 0x"
3687 #: misc/badblocks.c:387 misc/badblocks.c:460
3691 #: misc/badblocks.c:398
3693 msgid "Weird value (%ld) in do_read\n"
3696 #: misc/badblocks.c:485
3697 msgid "during ext2fs_sync_device"
3700 #: misc/badblocks.c:505 misc/badblocks.c:767
3701 msgid "while beginning bad block list iteration"
3704 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3705 msgid "while allocating buffers"
3708 #: misc/badblocks.c:524
3710 msgid "Checking blocks %lu to %lu\n"
3713 #: misc/badblocks.c:529
3714 msgid "Checking for bad blocks in read-only mode\n"
3717 #: misc/badblocks.c:538
3718 msgid "Checking for bad blocks (read-only test): "
3721 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3722 #: misc/badblocks.c:841
3723 msgid "Too many bad blocks, aborting test\n"
3726 #: misc/badblocks.c:627
3727 msgid "Checking for bad blocks in read-write mode\n"
3730 #: misc/badblocks.c:629 misc/badblocks.c:791
3732 msgid "From block %lu to %lu\n"
3735 #: misc/badblocks.c:684
3736 msgid "Reading and comparing: "
3739 #: misc/badblocks.c:790
3740 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3743 #: misc/badblocks.c:796
3744 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3747 #: misc/badblocks.c:803
3750 "Interrupt caught, cleaning up\n"
3753 #: misc/badblocks.c:886
3755 msgid "during test data write, block %lu"
3758 #: misc/badblocks.c:1007 misc/util.c:131
3760 msgid "%s is mounted; "
3763 #: misc/badblocks.c:1009
3764 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3767 #: misc/badblocks.c:1014
3768 msgid "it's not safe to run badblocks!\n"
3771 #: misc/badblocks.c:1019 misc/util.c:142
3773 msgid "%s is apparently in use by the system; "
3776 #: misc/badblocks.c:1022
3777 msgid "badblocks forced anyway.\n"
3780 #: misc/badblocks.c:1042
3782 msgid "invalid %s - %s"
3785 #: misc/badblocks.c:1136
3787 msgid "Too big max bad blocks count %u - maximum is %u"
3790 #: misc/badblocks.c:1163
3792 msgid "can't allocate memory for test_pattern - %s"
3795 #: misc/badblocks.c:1193
3796 msgid "Maximum of one test_pattern may be specified in read-only mode"
3799 #: misc/badblocks.c:1199
3800 msgid "Random test_pattern is not allowed in read-only mode"
3803 #: misc/badblocks.c:1213
3805 "Couldn't determine device size; you must specify\n"
3806 "the size manually\n"
3809 #: misc/badblocks.c:1219
3810 msgid "while trying to determine device size"
3813 #: misc/badblocks.c:1224
3817 #: misc/badblocks.c:1230
3821 #: misc/badblocks.c:1233
3823 msgid "invalid starting block (%llu): must be less than %llu"
3826 #: misc/badblocks.c:1240
3828 msgid "invalid end block (%llu): must be 32-bit value"
3831 #: misc/badblocks.c:1296
3832 msgid "while creating in-memory bad blocks list"
3835 #: misc/badblocks.c:1305
3836 msgid "input file - bad format"
3839 #: misc/badblocks.c:1313 misc/badblocks.c:1322
3840 msgid "while adding to in-memory bad block list"
3843 #: misc/badblocks.c:1347
3845 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3850 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTuF] [-v version] files...\n"
3853 #: misc/chattr.c:160
3855 msgid "bad project - %s\n"
3858 #: misc/chattr.c:174
3860 msgid "bad version - %s\n"
3863 #: misc/chattr.c:220 misc/lsattr.c:127
3865 msgid "while trying to stat %s"
3868 #: misc/chattr.c:227
3870 msgid "while reading flags on %s"
3873 #: misc/chattr.c:232 misc/chattr.c:244
3875 msgid "Flags of %s set as "
3878 #: misc/chattr.c:253
3880 msgid "while setting flags on %s"
3883 #: misc/chattr.c:261
3885 msgid "Version of %s set as %lu\n"
3888 #: misc/chattr.c:265
3890 msgid "while setting version on %s"
3893 #: misc/chattr.c:272
3895 msgid "Project of %s set as %lu\n"
3898 #: misc/chattr.c:276
3900 msgid "while setting project on %s"
3903 #: misc/chattr.c:298
3904 msgid "Couldn't allocate path variable in chattr_dir_proc"
3907 #: misc/chattr.c:338
3908 msgid "= is incompatible with - and +\n"
3911 #: misc/chattr.c:346
3912 msgid "Must use '-v', =, - or +\n"
3915 #: misc/create_inode.c:80 misc/create_inode.c:119
3917 msgid "while reading inode %u"
3920 #: misc/create_inode.c:90 misc/create_inode.c:288 misc/create_inode.c:353
3921 #: misc/create_inode.c:391
3922 msgid "while expanding directory"
3925 #: misc/create_inode.c:97
3927 msgid "while linking \"%s\""
3930 #: misc/create_inode.c:105 misc/create_inode.c:132 misc/create_inode.c:322
3932 msgid "while writing inode %u"
3935 #: misc/create_inode.c:152 misc/create_inode.c:176
3937 msgid "while listing attributes of \"%s\""
3940 #: misc/create_inode.c:163
3942 msgid "while opening inode %u"
3945 #: misc/create_inode.c:169 misc/create_inode.c:196 misc/create_inode.c:1043
3946 #: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
3947 #: misc/mke2fs.c:359
3948 msgid "while allocating memory"
3951 #: misc/create_inode.c:189 misc/create_inode.c:205
3953 msgid "while reading attribute \"%s\" of \"%s\""
3956 #: misc/create_inode.c:214
3958 msgid "while writing attribute \"%s\" to inode %u"
3961 #: misc/create_inode.c:224
3963 msgid "while closing inode %u"
3966 #: misc/create_inode.c:275
3968 msgid "while allocating inode \"%s\""
3971 #: misc/create_inode.c:294
3973 msgid "while creating inode \"%s\""
3976 #: misc/create_inode.c:360
3978 msgid "while creating symlink \"%s\""
3981 #: misc/create_inode.c:378 misc/create_inode.c:963
3983 msgid "while looking up \"%s\""
3986 #: misc/create_inode.c:398
3988 msgid "while creating directory \"%s\""
3991 #: misc/create_inode.c:627
3993 msgid "while opening \"%s\" to copy"
3996 #: misc/create_inode.c:805
3998 msgid "while changing working directory to \"%s\""
4001 #: misc/create_inode.c:815
4003 msgid "while scanning directory \"%s\""
4006 #: misc/create_inode.c:825
4008 msgid "while lstat \"%s\""
4011 #: misc/create_inode.c:875
4013 msgid "while creating special file \"%s\""
4016 #: misc/create_inode.c:884
4017 msgid "malloc failed"
4020 #: misc/create_inode.c:892
4022 msgid "while trying to read link \"%s\""
4025 #: misc/create_inode.c:899
4026 msgid "symlink increased in size between lstat() and readlink()"
4029 #: misc/create_inode.c:910
4031 msgid "while writing symlink\"%s\""
4034 #: misc/create_inode.c:921
4036 msgid "while writing file \"%s\""
4039 #: misc/create_inode.c:934
4041 msgid "while making dir \"%s\""
4044 #: misc/create_inode.c:952
4045 msgid "while changing directory"
4048 #: misc/create_inode.c:958
4050 msgid "ignoring entry \"%s\""
4053 #: misc/create_inode.c:971
4055 msgid "while setting inode for \"%s\""
4058 #: misc/create_inode.c:978
4060 msgid "while setting xattrs for \"%s\""
4063 #: misc/create_inode.c:1004
4064 msgid "while saving inode data"
4067 #: misc/dumpe2fs.c:56
4070 "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4073 #: misc/dumpe2fs.c:159
4077 #: misc/dumpe2fs.c:168
4081 #: misc/dumpe2fs.c:219
4083 msgid "Group %lu: (Blocks "
4086 #: misc/dumpe2fs.c:226
4088 msgid " csum 0x%04x"
4091 #: misc/dumpe2fs.c:228
4093 msgid " (EXPECTED 0x%04x)"
4096 #: misc/dumpe2fs.c:233
4098 msgid " %s superblock at "
4101 #: misc/dumpe2fs.c:234
4105 #: misc/dumpe2fs.c:234
4109 #: misc/dumpe2fs.c:238
4110 msgid ", Group descriptors at "
4113 #: misc/dumpe2fs.c:242
4116 " Reserved GDT blocks at "
4119 #: misc/dumpe2fs.c:249
4120 msgid " Group descriptor at "
4123 #: misc/dumpe2fs.c:255
4124 msgid " Block bitmap at "
4127 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4129 msgid ", csum 0x%08x"
4132 #: misc/dumpe2fs.c:263
4136 #: misc/dumpe2fs.c:265
4142 #: misc/dumpe2fs.c:266
4143 msgid " Inode bitmap at "
4146 #: misc/dumpe2fs.c:273
4152 #: misc/dumpe2fs.c:279
4156 " %u free %s, %u free inodes, %u directories%s"
4159 #: misc/dumpe2fs.c:286
4161 msgid ", %u unused inodes\n"
4164 #: misc/dumpe2fs.c:289
4165 msgid " Free blocks: "
4168 #: misc/dumpe2fs.c:304
4169 msgid " Free inodes: "
4172 #: misc/dumpe2fs.c:340
4173 msgid "while printing bad block list"
4176 #: misc/dumpe2fs.c:346
4178 msgid "Bad blocks: %u"
4181 #: misc/dumpe2fs.c:373 misc/tune2fs.c:373
4182 msgid "while reading journal inode"
4185 #: misc/dumpe2fs.c:379
4186 msgid "while opening journal inode"
4189 #: misc/dumpe2fs.c:385
4190 msgid "while reading journal super block"
4193 #: misc/dumpe2fs.c:392
4194 msgid "Journal superblock magic number invalid!\n"
4197 #: misc/dumpe2fs.c:409 misc/tune2fs.c:216
4198 msgid "while reading journal superblock"
4201 #: misc/dumpe2fs.c:417
4202 msgid "Couldn't find journal superblock magic numbers"
4205 #: misc/dumpe2fs.c:468
4206 msgid "failed to alloc MMP buffer\n"
4209 #: misc/dumpe2fs.c:479
4211 msgid "reading MMP block %llu from '%s'\n"
4214 #: misc/dumpe2fs.c:507 misc/mke2fs.c:800 misc/tune2fs.c:2027
4215 msgid "Couldn't allocate memory to parse options!\n"
4218 #: misc/dumpe2fs.c:533
4220 msgid "Invalid superblock parameter: %s\n"
4223 #: misc/dumpe2fs.c:548
4225 msgid "Invalid blocksize parameter: %s\n"
4228 #: misc/dumpe2fs.c:559
4232 "Bad extended option(s) specified: %s\n"
4234 "Extended options are separated by commas, and may take an argument which\n"
4235 "\tis set off by an equals ('=') sign.\n"
4237 "Valid extended options are:\n"
4238 "\tsuperblock=<superblock number>\n"
4239 "\tblocksize=<blocksize>\n"
4242 #: misc/dumpe2fs.c:649 misc/mke2fs.c:1896
4244 msgid "\tUsing %s\n"
4247 #: misc/dumpe2fs.c:694 misc/e2image.c:1629 misc/tune2fs.c:2913
4248 #: resize/main.c:416
4249 msgid "Couldn't find valid filesystem superblock.\n"
4252 #: misc/dumpe2fs.c:716
4254 msgid "%s: MMP feature not enabled.\n"
4257 #: misc/dumpe2fs.c:747
4259 msgid "while trying to read '%s' bitmaps\n"
4262 #: misc/dumpe2fs.c:756
4264 "*** Run e2fsck now!\n"
4268 #: misc/e2image.c:107
4271 "Usage: %s [ -r|Q ] [ -f ] [ -b superblock ] [ -B blocksize][ -fr ] device "
4275 #: misc/e2image.c:110
4277 msgid " %s -I device image-file\n"
4280 #: misc/e2image.c:111
4283 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4287 #: misc/e2image.c:176 misc/e2image.c:589 misc/e2image.c:595 misc/e2image.c:1194
4288 msgid "while allocating buffer"
4291 #: misc/e2image.c:181
4293 msgid "Writing block %llu\n"
4296 #: misc/e2image.c:195
4298 msgid "error writing block %llu"
4301 #: misc/e2image.c:198
4302 msgid "error in generic_write()"
4305 #: misc/e2image.c:215
4306 msgid "Error: header size is bigger than wrt_size\n"
4309 #: misc/e2image.c:220
4310 msgid "Couldn't allocate header buffer\n"
4313 #: misc/e2image.c:248
4314 msgid "while writing superblock"
4317 #: misc/e2image.c:257
4318 msgid "while writing inode table"
4321 #: misc/e2image.c:265
4322 msgid "while writing block bitmap"
4325 #: misc/e2image.c:273
4326 msgid "while writing inode bitmap"
4329 #: misc/e2image.c:515
4331 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4334 #: misc/e2image.c:527
4336 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4339 #: misc/e2image.c:568
4341 msgid "%llu / %llu blocks (%d%%)"
4344 #: misc/e2image.c:599 misc/e2image.c:639
4348 #: misc/e2image.c:636
4350 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4353 #: misc/e2image.c:662
4355 msgid " %s remaining at %.2f MB/s"
4358 #: misc/e2image.c:674 misc/e2image.c:1204
4360 msgid "error reading block %llu"
4363 #: misc/e2image.c:728
4365 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4368 #: misc/e2image.c:732
4370 msgid "at %.2f MB/s"
4373 #: misc/e2image.c:768
4374 msgid "while allocating l1 table"
4377 #: misc/e2image.c:813
4378 msgid "while allocating l2 cache"
4381 #: misc/e2image.c:836
4383 "Warning: There are still tables in the cache while putting the cache, data "
4384 "will be lost so the image may not be valid.\n"
4387 #: misc/e2image.c:1161
4388 msgid "while allocating ext2_qcow2_image"
4391 #: misc/e2image.c:1168
4392 msgid "while initializing ext2_qcow2_image"
4395 #: misc/e2image.c:1227 misc/e2image.c:1245
4396 msgid "Programming error: multiple sequential refcount blocks created!\n"
4399 #: misc/e2image.c:1286
4400 msgid "while allocating block bitmap"
4403 #: misc/e2image.c:1295
4404 msgid "while allocating scramble block bitmap"
4407 #: misc/e2image.c:1318
4408 msgid "Scanning inodes...\n"
4411 #: misc/e2image.c:1330
4412 msgid "Can't allocate block buffer"
4415 #: misc/e2image.c:1369 misc/e2image.c:1383
4417 msgid "while iterating over inode %u"
4420 #: misc/e2image.c:1415
4421 msgid "Raw and qcow2 images cannot be installed"
4424 #: misc/e2image.c:1437
4425 msgid "error reading bitmaps"
4428 #: misc/e2image.c:1449
4429 msgid "while opening device file"
4432 #: misc/e2image.c:1460
4433 msgid "while restoring the image table"
4436 #: misc/e2image.c:1565
4437 msgid "-a option can only be used with raw or QCOW2 images."
4440 #: misc/e2image.c:1570
4441 msgid "-b option can only be used with raw or QCOW2 images."
4444 #: misc/e2image.c:1576
4445 msgid "Offsets are only allowed with raw images."
4448 #: misc/e2image.c:1581
4449 msgid "Move mode is only allowed with raw images."
4452 #: misc/e2image.c:1586
4453 msgid "Move mode requires all data mode."
4456 #: misc/e2image.c:1596
4457 msgid "checking if mounted"
4460 #: misc/e2image.c:1603
4463 "Running e2image on a R/W mounted filesystem can result in an\n"
4464 "inconsistent image which will not be useful for debugging purposes.\n"
4465 "Use -f option if you really want to do that.\n"
4468 #: misc/e2image.c:1657
4469 msgid "QCOW2 image can not be written to the stdout!\n"
4472 #: misc/e2image.c:1663
4473 msgid "Can not stat output\n"
4476 #: misc/e2image.c:1673
4478 msgid "Image (%s) is compressed\n"
4481 #: misc/e2image.c:1676
4483 msgid "Image (%s) is encrypted\n"
4486 #: misc/e2image.c:1679
4488 msgid "Image (%s) is corrupted\n"
4491 #: misc/e2image.c:1683
4493 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4496 #: misc/e2image.c:1693
4497 msgid "The -c option only supported in raw mode\n"
4500 #: misc/e2image.c:1698
4501 msgid "The -c option not supported when writing to stdout\n"
4504 #: misc/e2image.c:1705
4505 msgid "while allocating check_buf"
4508 #: misc/e2image.c:1711
4509 msgid "The -p option only supported in raw mode\n"
4512 #: misc/e2image.c:1721
4514 msgid "%d blocks already contained the data to be copied\n"
4517 #: misc/e2initrd_helper.c:68
4519 msgid "Usage: %s -r device\n"
4522 #: misc/e2label.c:58
4524 msgid "e2label: cannot open %s\n"
4527 #: misc/e2label.c:63
4529 msgid "e2label: cannot seek to superblock\n"
4532 #: misc/e2label.c:68
4534 msgid "e2label: error reading superblock\n"
4537 #: misc/e2label.c:72
4539 msgid "e2label: not an ext2 filesystem\n"
4542 #: misc/e2label.c:97 misc/tune2fs.c:3117
4544 msgid "Warning: label too long, truncating.\n"
4547 #: misc/e2label.c:100
4549 msgid "e2label: cannot seek to superblock again\n"
4552 #: misc/e2label.c:105
4554 msgid "e2label: error writing superblock\n"
4557 #: misc/e2label.c:117 misc/tune2fs.c:1687
4559 msgid "Usage: e2label device [newlabel]\n"
4562 #: misc/e2undo.c:124
4565 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4569 #: misc/e2undo.c:149
4570 msgid "The file system superblock doesn't match the undo file.\n"
4573 #: misc/e2undo.c:152
4574 msgid "UUID does not match.\n"
4577 #: misc/e2undo.c:154
4578 msgid "Last mount time does not match.\n"
4581 #: misc/e2undo.c:156
4582 msgid "Last write time does not match.\n"
4585 #: misc/e2undo.c:158
4586 msgid "Lifetime write counter does not match.\n"
4589 #: misc/e2undo.c:172
4590 msgid "while reading filesystem superblock."
4593 #: misc/e2undo.c:188
4594 msgid "while fetching superblock"
4597 #: misc/e2undo.c:201
4599 msgid "Undo file superblock checksum doesn't match.\n"
4602 #: misc/e2undo.c:340
4604 msgid "illegal offset - %s"
4607 #: misc/e2undo.c:364
4609 msgid "Will not write to an undo file while replaying it.\n"
4612 #: misc/e2undo.c:373
4614 msgid "while opening undo file `%s'\n"
4617 #: misc/e2undo.c:380
4618 msgid "while reading undo file"
4621 #: misc/e2undo.c:385
4623 msgid "%s: Not an undo file.\n"
4626 #: misc/e2undo.c:396
4628 msgid "%s: Header checksum doesn't match.\n"
4631 #: misc/e2undo.c:403
4633 msgid "%s: Corrupt undo file header.\n"
4636 #: misc/e2undo.c:407
4638 msgid "%s: Undo block size too large.\n"
4641 #: misc/e2undo.c:412
4643 msgid "%s: Undo block size too small.\n"
4646 #: misc/e2undo.c:425
4648 msgid "%s: Unknown undo file feature set.\n"
4651 #: misc/e2undo.c:433
4653 msgid "Error while determining whether %s is mounted."
4656 #: misc/e2undo.c:439
4657 msgid "e2undo should only be run on unmounted filesystems"
4660 #: misc/e2undo.c:455
4662 msgid "while opening `%s'"
4665 #: misc/e2undo.c:466
4666 msgid "specified offset is too large"
4669 #: misc/e2undo.c:507
4670 msgid "while reading keys"
4673 #: misc/e2undo.c:519
4675 msgid "%s: wrong key magic at %llu\n"
4678 #: misc/e2undo.c:529
4680 msgid "%s: key block checksum error at %llu.\n"
4683 #: misc/e2undo.c:552
4685 msgid "%s: block %llu is too long."
4688 #: misc/e2undo.c:564 misc/e2undo.c:600
4690 msgid "while fetching block %llu."
4693 #: misc/e2undo.c:576
4695 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4698 #: misc/e2undo.c:615
4700 msgid "while writing block %llu."
4703 #: misc/e2undo.c:621
4705 msgid "Undo file corruption; run e2fsck NOW!\n"
4708 #: misc/e2undo.c:623
4710 msgid "IO error during replay; run e2fsck NOW!\n"
4713 #: misc/e2undo.c:626
4715 msgid "Incomplete undo record; run e2fsck.\n"
4718 #: misc/findsuper.c:110
4720 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4723 #: misc/findsuper.c:155
4725 msgid "skipbytes should be a number, not %s\n"
4728 #: misc/findsuper.c:162
4730 msgid "skipbytes must be a multiple of the sector size\n"
4733 #: misc/findsuper.c:169
4735 msgid "startkb should be a number, not %s\n"
4738 #: misc/findsuper.c:175
4740 msgid "startkb should be positive, not %llu\n"
4743 #: misc/findsuper.c:186
4745 msgid "starting at %llu, with %u byte increments\n"
4748 #: misc/findsuper.c:188
4751 "[*] probably superblock written in the ext3 journal superblock,\n"
4752 "\tso start/end/grp wrong\n"
4755 #: misc/findsuper.c:190
4758 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4759 "mount_time sb_uuid label\n"
4762 #: misc/findsuper.c:264
4766 "%11Lu: finished with errno %d\n"
4771 msgid "WARNING: couldn't open %s: %s\n"
4776 msgid "WARNING: bad format on line %d of %s\n"
4781 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4782 "\tfield. I will kludge around things for you, but you\n"
4783 "\tshould fix your /etc/fstab file as soon as you can.\n"
4789 msgid "fsck: %s: not found\n"
4794 msgid "%s: wait: No more child process?!?\n"
4799 msgid "Warning... %s for device %s exited with signal %d.\n"
4804 msgid "%s %s: status is %x, should never happen.\n"
4809 msgid "Finished with %s (exit status %d)\n"
4814 msgid "%s: Error %d while executing fsck.%s for %s\n"
4819 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4820 "with 'no' or '!'.\n"
4824 msgid "Couldn't allocate memory for filesystem types\n"
4830 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4836 msgid "fsck: cannot check %s: fsck.%s not found\n"
4840 msgid "Checking all file systems.\n"
4845 msgid "--waiting-- (pass %d)\n"
4850 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4855 msgid "%s: too many devices\n"
4858 #: misc/fsck.c:1160 misc/fsck.c:1246
4860 msgid "%s: too many arguments\n"
4863 #: misc/fuse2fs.c:3745
4864 msgid "Mounting read-only.\n"
4867 #: misc/fuse2fs.c:3769
4869 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4872 #: misc/fuse2fs.c:3781 misc/fuse2fs.c:3795
4877 #: misc/fuse2fs.c:3782 misc/fuse2fs.c:3797 misc/tune2fs.c:3013
4879 msgid "Please run e2fsck -fy %s.\n"
4882 #: misc/fuse2fs.c:3804
4883 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4886 #: misc/fuse2fs.c:3812
4888 msgid "%s: Writing to the journal is not supported.\n"
4891 #: misc/fuse2fs.c:3827
4892 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4895 #: misc/fuse2fs.c:3831
4896 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4899 #: misc/fuse2fs.c:3836
4900 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4903 #: misc/fuse2fs.c:3840
4904 msgid "Orphans detected; running e2fsck is recommended.\n"
4907 #: misc/fuse2fs.c:3844
4908 msgid "Errors detected; running e2fsck is required.\n"
4913 msgid "Usage: %s [-RVadlpv] [files...]\n"
4918 msgid "While reading flags on %s"
4923 msgid "While reading project on %s"
4926 #: misc/lsattr.c:102
4928 msgid "While reading version on %s"
4931 #: misc/mke2fs.c:130
4934 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4935 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4936 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4937 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4938 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4939 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4940 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4942 "\t[-jnqvDFSV] device [blocks-count]\n"
4945 #: misc/mke2fs.c:261
4947 msgid "Running command: %s\n"
4950 #: misc/mke2fs.c:265
4952 msgid "while trying to run '%s'"
4955 #: misc/mke2fs.c:272
4956 msgid "while processing list of bad blocks from program"
4959 #: misc/mke2fs.c:299
4961 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4964 #: misc/mke2fs.c:301
4966 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4969 #: misc/mke2fs.c:304
4970 msgid "Aborting....\n"
4973 #: misc/mke2fs.c:324
4976 "Warning: the backup superblock/group descriptors at block %u contain\n"
4981 #: misc/mke2fs.c:343
4982 msgid "while marking bad blocks as used"
4985 #: misc/mke2fs.c:368
4986 msgid "while writing reserved inodes"
4989 #: misc/mke2fs.c:420
4990 msgid "Writing inode tables: "
4993 #: misc/mke2fs.c:442
4997 "Could not write %d blocks in inode table starting at %llu: %s\n"
5000 #: misc/mke2fs.c:456 misc/mke2fs.c:2807 misc/mke2fs.c:3212
5004 #: misc/mke2fs.c:471
5005 msgid "while creating root dir"
5008 #: misc/mke2fs.c:478
5009 msgid "while reading root inode"
5012 #: misc/mke2fs.c:490
5013 msgid "while setting root inode ownership"
5016 #: misc/mke2fs.c:508
5017 msgid "while creating /lost+found"
5020 #: misc/mke2fs.c:515
5021 msgid "while looking up /lost+found"
5024 #: misc/mke2fs.c:528
5025 msgid "while expanding /lost+found"
5028 #: misc/mke2fs.c:543
5029 msgid "while setting bad block inode"
5032 #: misc/mke2fs.c:570
5034 msgid "Out of memory erasing sectors %d-%d\n"
5037 #: misc/mke2fs.c:580
5039 msgid "Warning: could not read block 0: %s\n"
5042 #: misc/mke2fs.c:596
5044 msgid "Warning: could not erase sector %d: %s\n"
5047 #: misc/mke2fs.c:612
5048 msgid "while initializing journal superblock"
5051 #: misc/mke2fs.c:620
5052 msgid "Zeroing journal device: "
5055 #: misc/mke2fs.c:632
5057 msgid "while zeroing journal device (block %llu, count %d)"
5060 #: misc/mke2fs.c:650
5061 msgid "while writing journal superblock"
5064 #: misc/mke2fs.c:665
5066 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5069 #: misc/mke2fs.c:673
5072 "warning: %llu blocks unused.\n"
5076 #: misc/mke2fs.c:678
5078 msgid "Filesystem label=%s\n"
5081 #: misc/mke2fs.c:681
5083 msgid "OS type: %s\n"
5086 #: misc/mke2fs.c:683
5088 msgid "Block size=%u (log=%u)\n"
5091 #: misc/mke2fs.c:686
5093 msgid "Cluster size=%u (log=%u)\n"
5096 #: misc/mke2fs.c:690
5098 msgid "Fragment size=%u (log=%u)\n"
5101 #: misc/mke2fs.c:692
5103 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5106 #: misc/mke2fs.c:694
5108 msgid "%u inodes, %llu blocks\n"
5111 #: misc/mke2fs.c:696
5113 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5116 #: misc/mke2fs.c:699
5118 msgid "First data block=%u\n"
5121 #: misc/mke2fs.c:701
5123 msgid "Root directory owner=%u:%u\n"
5126 #: misc/mke2fs.c:703
5128 msgid "Maximum filesystem blocks=%lu\n"
5131 #: misc/mke2fs.c:707
5133 msgid "%u block groups\n"
5136 #: misc/mke2fs.c:709
5138 msgid "%u block group\n"
5141 #: misc/mke2fs.c:711
5143 msgid "%u blocks per group, %u clusters per group\n"
5146 #: misc/mke2fs.c:714
5148 msgid "%u blocks per group, %u fragments per group\n"
5151 #: misc/mke2fs.c:716
5153 msgid "%u inodes per group\n"
5156 #: misc/mke2fs.c:725
5158 msgid "Filesystem UUID: %s\n"
5161 #: misc/mke2fs.c:726
5162 msgid "Superblock backups stored on blocks: "
5165 #: misc/mke2fs.c:822
5167 msgid "%s requires '-O 64bit'\n"
5170 #: misc/mke2fs.c:828
5172 msgid "'%s' must be before 'resize=%u'\n"
5175 #: misc/mke2fs.c:841
5177 msgid "Invalid desc_size: '%s'\n"
5180 #: misc/mke2fs.c:855
5182 msgid "Invalid hash seed: %s\n"
5185 #: misc/mke2fs.c:867
5187 msgid "Invalid offset: %s\n"
5190 #: misc/mke2fs.c:881 misc/tune2fs.c:2055
5192 msgid "Invalid mmp_update_interval: %s\n"
5195 #: misc/mke2fs.c:898
5197 msgid "Invalid # of backup superblocks: %s\n"
5200 #: misc/mke2fs.c:920
5202 msgid "Invalid stride parameter: %s\n"
5205 #: misc/mke2fs.c:935
5207 msgid "Invalid stripe-width parameter: %s\n"
5210 #: misc/mke2fs.c:958
5212 msgid "Invalid resize parameter: %s\n"
5215 #: misc/mke2fs.c:965
5216 msgid "The resize maximum must be greater than the filesystem size.\n"
5219 #: misc/mke2fs.c:989
5220 msgid "On-line resizing not supported with revision 0 filesystems\n"
5223 #: misc/mke2fs.c:1015 misc/mke2fs.c:1024
5225 msgid "Invalid root_owner: '%s'\n"
5228 #: misc/mke2fs.c:1074
5230 msgid "Invalid encoding: %s"
5233 #: misc/mke2fs.c:1092
5237 "Bad option(s) specified: %s\n"
5239 "Extended options are separated by commas, and may take an argument which\n"
5240 "\tis set off by an equals ('=') sign.\n"
5242 "Valid extended options are:\n"
5243 "\tmmp_update_interval=<interval>\n"
5244 "\tnum_backup_sb=<0|1|2>\n"
5245 "\tstride=<RAID per-disk data chunk in blocks>\n"
5246 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5247 "\toffset=<offset to create the file system>\n"
5248 "\tresize=<resize maximum size in blocks>\n"
5249 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5250 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5251 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5252 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5256 "\tfname_encoding=<encoding>\n"
5257 "\tfname_encoding_flags=<flags>\n"
5258 "\tquotatype=<quota type(s) to be enabled>\n"
5262 #: misc/mke2fs.c:1119
5266 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5270 #: misc/mke2fs.c:1130
5272 msgid "error: Invalid encoding flag: %s\n"
5275 #: misc/mke2fs.c:1136
5278 "error: An encoding must be explicitly specified when passing encoding-"
5282 #: misc/mke2fs.c:1184
5285 "Syntax error in mke2fs config file (%s, line #%d)\n"
5289 #: misc/mke2fs.c:1197 misc/tune2fs.c:1068
5291 msgid "Invalid filesystem option set: %s\n"
5294 #: misc/mke2fs.c:1209 misc/tune2fs.c:417
5296 msgid "Invalid mount option set: %s\n"
5299 #: misc/mke2fs.c:1345
5303 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5306 #: misc/mke2fs.c:1349
5308 "You probably need to install an updated mke2fs.conf file.\n"
5312 #: misc/mke2fs.c:1353
5313 msgid "Aborting...\n"
5316 #: misc/mke2fs.c:1394
5320 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5324 #: misc/mke2fs.c:1578
5325 msgid "Couldn't allocate memory for new PATH.\n"
5328 #: misc/mke2fs.c:1615
5330 msgid "Couldn't init profile successfully (error: %ld).\n"
5333 #: misc/mke2fs.c:1648
5335 msgid "invalid block size - %s"
5338 #: misc/mke2fs.c:1652
5340 msgid "Warning: blocksize %d not usable on most systems.\n"
5343 #: misc/mke2fs.c:1668
5345 msgid "invalid cluster size - %s"
5348 #: misc/mke2fs.c:1681
5349 msgid "'-R' is deprecated, use '-E' instead"
5352 #: misc/mke2fs.c:1695 misc/tune2fs.c:1784
5354 msgid "bad error behavior - %s"
5357 #: misc/mke2fs.c:1707
5358 msgid "Illegal number for blocks per group"
5361 #: misc/mke2fs.c:1712
5362 msgid "blocks per group must be multiple of 8"
5365 #: misc/mke2fs.c:1720
5366 msgid "Illegal number for flex_bg size"
5369 #: misc/mke2fs.c:1726
5370 msgid "flex_bg size must be a power of 2"
5373 #: misc/mke2fs.c:1731
5375 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5378 #: misc/mke2fs.c:1741
5380 msgid "invalid inode ratio %s (min %d/max %d)"
5383 #: misc/mke2fs.c:1751
5385 msgid "invalid inode size - %s"
5388 #: misc/mke2fs.c:1764
5390 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5391 "nodiscard' extended option instead!\n"
5394 #: misc/mke2fs.c:1775
5395 msgid "in malloc for bad_blocks_filename"
5398 #: misc/mke2fs.c:1784
5401 "Warning: label too long; will be truncated to '%s'\n"
5405 #: misc/mke2fs.c:1793
5407 msgid "invalid reserved blocks percent - %s"
5410 #: misc/mke2fs.c:1808
5412 msgid "bad num inodes - %s"
5415 #: misc/mke2fs.c:1821
5416 msgid "while allocating fs_feature string"
5419 #: misc/mke2fs.c:1838
5421 msgid "bad revision level - %s"
5424 #: misc/mke2fs.c:1843
5426 msgid "while trying to create revision %d"
5429 #: misc/mke2fs.c:1857
5430 msgid "The -t option may only be used once"
5433 #: misc/mke2fs.c:1865
5434 msgid "The -T option may only be used once"
5437 #: misc/mke2fs.c:1921 misc/mke2fs.c:3296
5439 msgid "while trying to open journal device %s\n"
5442 #: misc/mke2fs.c:1927
5444 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5447 #: misc/mke2fs.c:1933
5449 msgid "Using journal device's blocksize: %d\n"
5452 #: misc/mke2fs.c:1944
5454 msgid "invalid blocks '%s' on device '%s'"
5457 #: misc/mke2fs.c:1974
5461 #: misc/mke2fs.c:1992 resize/main.c:497
5462 msgid "while trying to determine filesystem size"
5465 #: misc/mke2fs.c:1998
5467 "Couldn't determine device size; you must specify\n"
5468 "the size of the filesystem\n"
5471 #: misc/mke2fs.c:2005
5473 "Device size reported to be zero. Invalid partition specified, or\n"
5474 "\tpartition table wasn't reread after running fdisk, due to\n"
5475 "\ta modified partition being busy and in use. You may need to reboot\n"
5476 "\tto re-read your partition table.\n"
5479 #: misc/mke2fs.c:2022
5480 msgid "Filesystem larger than apparent device size."
5483 #: misc/mke2fs.c:2042
5484 msgid "Failed to parse fs types list\n"
5487 #: misc/mke2fs.c:2092
5488 msgid "The HURD does not support the filetype feature.\n"
5491 #: misc/mke2fs.c:2097
5492 msgid "The HURD does not support the huge_file feature.\n"
5495 #: misc/mke2fs.c:2102
5496 msgid "The HURD does not support the metadata_csum feature.\n"
5499 #: misc/mke2fs.c:2107
5500 msgid "The HURD does not support the ea_inode feature.\n"
5503 #: misc/mke2fs.c:2117
5504 msgid "while trying to determine hardware sector size"
5507 #: misc/mke2fs.c:2123
5508 msgid "while trying to determine physical sector size"
5511 #: misc/mke2fs.c:2155
5512 msgid "while setting blocksize; too small for device\n"
5515 #: misc/mke2fs.c:2160
5518 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5521 #: misc/mke2fs.c:2184
5524 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5525 "\tin 32 bits using a blocksize of %d.\n"
5528 #: misc/mke2fs.c:2196
5531 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5532 "\ta filesystem using a blocksize of %d.\n"
5535 #: misc/mke2fs.c:2218
5536 msgid "fs_types for mke2fs.conf resolution: "
5539 #: misc/mke2fs.c:2225
5540 msgid "Filesystem features not supported with revision 0 filesystems\n"
5543 #: misc/mke2fs.c:2233
5544 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5547 #: misc/mke2fs.c:2243
5548 msgid "Journals not supported with revision 0 filesystems\n"
5551 #: misc/mke2fs.c:2256
5553 msgid "invalid reserved blocks percent - %lf"
5556 #: misc/mke2fs.c:2273
5558 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5562 #: misc/mke2fs.c:2293
5563 msgid "The cluster size may not be smaller than the block size.\n"
5566 #: misc/mke2fs.c:2299
5567 msgid "specifying a cluster size requires the bigalloc feature"
5570 #: misc/mke2fs.c:2319
5572 msgid "warning: Unable to get device geometry for %s\n"
5575 #: misc/mke2fs.c:2322
5577 msgid "%s alignment is offset by %lu bytes.\n"
5580 #: misc/mke2fs.c:2324
5583 "This may result in very poor performance, (re)-partitioning suggested.\n"
5586 #: misc/mke2fs.c:2345
5588 msgid "%d-byte blocks too big for system (max %d)"
5591 #: misc/mke2fs.c:2349
5594 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5597 #: misc/mke2fs.c:2357
5600 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5601 "and journal checksum features.\n"
5604 #: misc/mke2fs.c:2401
5606 "Filename encoding type must be specified\n"
5607 "Use -E fname_encoding=<name> instead"
5610 #: misc/mke2fs.c:2408
5612 "Unknown default filename encoding\n"
5613 "Use -E fname_encoding=<name> instead"
5616 #: misc/mke2fs.c:2432
5620 "Warning: offset specified without an explicit file system size.\n"
5621 "Creating a file system with %llu blocks but this might\n"
5622 "not be what you want.\n"
5626 #: misc/mke2fs.c:2447
5628 msgid "%d byte inodes are too small for project quota"
5631 #: misc/mke2fs.c:2463
5633 "The encrypt and encoding features are not compatible.\n"
5634 "They can not be both enabled simultaneously.\n"
5637 #: misc/mke2fs.c:2478
5638 msgid "Can't support bigalloc feature without extents feature"
5641 #: misc/mke2fs.c:2485
5643 "The resize_inode and meta_bg features are not compatible.\n"
5644 "They can not be both enabled simultaneously.\n"
5647 #: misc/mke2fs.c:2493
5650 "Warning: the bigalloc feature is still under development\n"
5651 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5655 #: misc/mke2fs.c:2505
5656 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5659 #: misc/mke2fs.c:2514
5660 msgid "blocks per group count out of range"
5663 #: misc/mke2fs.c:2536
5664 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5667 #: misc/mke2fs.c:2548
5669 msgid "invalid inode size %d (min %d/max %d)"
5672 #: misc/mke2fs.c:2563
5674 msgid "%d byte inodes are too small for inline data; specify larger size"
5677 #: misc/mke2fs.c:2578
5679 msgid "too many inodes (%llu), raise inode ratio?"
5682 #: misc/mke2fs.c:2585
5684 msgid "too many inodes (%llu), specify < 2^32 inodes"
5687 #: misc/mke2fs.c:2599
5690 "inode_size (%u) * inodes_count (%u) too big for a\n"
5691 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5692 "\tor lower inode count (-N).\n"
5695 #: misc/mke2fs.c:2786
5696 msgid "Discarding device blocks: "
5699 #: misc/mke2fs.c:2802
5703 #: misc/mke2fs.c:2861
5704 msgid "while initializing quota context"
5707 #: misc/mke2fs.c:2868
5708 msgid "while writing quota inodes"
5711 #: misc/mke2fs.c:2893
5713 msgid "bad error behavior in profile - %s"
5716 #: misc/mke2fs.c:2969
5717 msgid "in malloc for android_sparse_params"
5720 #: misc/mke2fs.c:2983
5721 msgid "while setting up superblock"
5724 #: misc/mke2fs.c:2999
5726 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5727 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5728 "checksumming. Pass -O extents to rectify.\n"
5731 #: misc/mke2fs.c:3006
5733 "64-bit filesystem support is not enabled. The larger fields afforded by "
5734 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5737 #: misc/mke2fs.c:3014
5738 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
5741 #: misc/mke2fs.c:3038
5742 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5745 #: misc/mke2fs.c:3137
5747 msgid "unknown os - %s"
5750 #: misc/mke2fs.c:3200
5751 msgid "Allocating group tables: "
5754 #: misc/mke2fs.c:3208
5755 msgid "while trying to allocate filesystem tables"
5758 #: misc/mke2fs.c:3217
5761 "\twhile converting subcluster bitmap"
5764 #: misc/mke2fs.c:3223
5766 msgid "%s may be further corrupted by superblock rewrite\n"
5769 #: misc/mke2fs.c:3264
5771 msgid "while zeroing block %llu at end of filesystem"
5774 #: misc/mke2fs.c:3277
5775 msgid "while reserving blocks for online resize"
5778 #: misc/mke2fs.c:3289 misc/tune2fs.c:1492
5782 #: misc/mke2fs.c:3301
5784 msgid "Adding journal to device %s: "
5787 #: misc/mke2fs.c:3308
5791 "\twhile trying to add journal to device %s"
5794 #: misc/mke2fs.c:3313 misc/mke2fs.c:3342 misc/mke2fs.c:3380
5795 #: misc/mk_hugefiles.c:600 misc/tune2fs.c:1521 misc/tune2fs.c:1540
5799 #: misc/mke2fs.c:3319
5800 msgid "Skipping journal creation in super-only mode\n"
5803 #: misc/mke2fs.c:3329
5805 msgid "Creating journal (%u blocks): "
5808 #: misc/mke2fs.c:3338
5811 "\twhile trying to create journal"
5814 #: misc/mke2fs.c:3350 misc/tune2fs.c:1133
5817 "Error while enabling multiple mount protection feature."
5820 #: misc/mke2fs.c:3355
5822 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5825 #: misc/mke2fs.c:3371
5826 msgid "Copying files into the device: "
5829 #: misc/mke2fs.c:3377
5830 msgid "while populating file system"
5833 #: misc/mke2fs.c:3384
5834 msgid "Writing superblocks and filesystem accounting information: "
5837 #: misc/mke2fs.c:3391
5838 msgid "while writing out and closing file system"
5841 #: misc/mke2fs.c:3394
5847 #: misc/mk_hugefiles.c:339
5849 msgid "while zeroing block %llu for hugefile"
5852 #: misc/mk_hugefiles.c:515
5855 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5858 #: misc/mk_hugefiles.c:583
5859 msgid "Huge files will be zero'ed\n"
5862 #: misc/mk_hugefiles.c:584
5864 msgid "Creating %lu huge file(s) "
5867 #: misc/mk_hugefiles.c:586
5869 msgid "with %llu blocks each"
5872 #: misc/mk_hugefiles.c:595
5874 msgid "while creating huge file %lu"
5877 #: misc/mklost+found.c:50
5878 msgid "Usage: mklost+found\n"
5881 #: misc/partinfo.c:43
5884 "Usage: %s device...\n"
5886 "Prints out the partition information for each given device.\n"
5887 "For example: %s /dev/hda\n"
5891 #: misc/partinfo.c:53
5893 msgid "Cannot open %s: %s"
5896 #: misc/partinfo.c:59
5898 msgid "Cannot get geometry of %s: %s"
5901 #: misc/partinfo.c:67
5903 msgid "Cannot get size of %s: %s"
5906 #: misc/partinfo.c:73
5908 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5911 #: misc/tune2fs.c:119
5914 "This operation requires a freshly checked filesystem.\n"
5917 #: misc/tune2fs.c:121
5918 msgid "Please run e2fsck -f on the filesystem.\n"
5921 #: misc/tune2fs.c:123
5922 msgid "Please run e2fsck -fD on the filesystem.\n"
5925 #: misc/tune2fs.c:136
5928 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5929 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5930 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5931 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
5932 "\t[-L volume_label] [-M last_mounted_dir]\n"
5933 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5934 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5935 "\t[-I new_inode_size] [-z undo_file] device\n"
5938 #: misc/tune2fs.c:223
5939 msgid "Journal superblock not found!\n"
5942 #: misc/tune2fs.c:281
5943 msgid "while trying to open external journal"
5946 #: misc/tune2fs.c:287 misc/tune2fs.c:2804
5948 msgid "%s is not a journal device.\n"
5951 #: misc/tune2fs.c:296 misc/tune2fs.c:2813
5954 "Journal superblock is corrupted, nr_users\n"
5955 "is too high (%d).\n"
5958 #: misc/tune2fs.c:303 misc/tune2fs.c:2820
5959 msgid "Filesystem's UUID not found on journal device.\n"
5962 #: misc/tune2fs.c:327
5964 "Cannot locate journal device. It was NOT removed\n"
5965 "Use -f option to remove missing journal device.\n"
5968 #: misc/tune2fs.c:336
5969 msgid "Journal removed\n"
5972 #: misc/tune2fs.c:380
5973 msgid "while reading bitmaps"
5976 #: misc/tune2fs.c:388
5977 msgid "while clearing journal inode"
5980 #: misc/tune2fs.c:399
5981 msgid "while writing journal inode"
5984 #: misc/tune2fs.c:435 misc/tune2fs.c:458 misc/tune2fs.c:471
5985 msgid "(and reboot afterwards!)\n"
5988 #: misc/tune2fs.c:486
5990 msgid "After running e2fsck, please run `resize2fs %s %s"
5993 #: misc/tune2fs.c:489
5995 msgid "Please run `resize2fs %s %s"
5998 #: misc/tune2fs.c:493
6003 #: misc/tune2fs.c:495
6005 msgid "' to enable 64-bit mode.\n"
6008 #: misc/tune2fs.c:497
6010 msgid "' to disable 64-bit mode.\n"
6013 #: misc/tune2fs.c:1035
6015 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6016 " This requires Linux >= v4.4.\n"
6019 #: misc/tune2fs.c:1071
6021 msgid "Clearing filesystem feature '%s' not supported.\n"
6024 #: misc/tune2fs.c:1077
6026 msgid "Setting filesystem feature '%s' not supported.\n"
6029 #: misc/tune2fs.c:1086
6031 "The has_journal feature may only be cleared when the filesystem is\n"
6032 "unmounted or mounted read-only.\n"
6035 #: misc/tune2fs.c:1094
6037 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
6038 "the has_journal flag.\n"
6041 #: misc/tune2fs.c:1112
6043 "Setting filesystem feature 'sparse_super' not supported\n"
6044 "for filesystems with the meta_bg feature enabled.\n"
6047 #: misc/tune2fs.c:1125
6049 "The multiple mount protection feature can't\n"
6050 "be set if the filesystem is mounted or\n"
6054 #: misc/tune2fs.c:1143
6056 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6059 #: misc/tune2fs.c:1152
6061 "The multiple mount protection feature cannot\n"
6062 "be disabled if the filesystem is readonly.\n"
6065 #: misc/tune2fs.c:1160
6066 msgid "Error while reading bitmaps\n"
6069 #: misc/tune2fs.c:1169
6071 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6074 #: misc/tune2fs.c:1174
6075 msgid "while reading MMP block."
6078 #: misc/tune2fs.c:1206
6080 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6084 #: misc/tune2fs.c:1217
6086 "The huge_file feature may only be cleared when the filesystem is\n"
6087 "unmounted or mounted read-only.\n"
6090 #: misc/tune2fs.c:1228
6091 msgid "Enabling checksums could take some time."
6094 #: misc/tune2fs.c:1230
6095 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6098 #: misc/tune2fs.c:1236
6100 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6101 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6102 "checksumming. Re-run with -O extent to rectify.\n"
6105 #: misc/tune2fs.c:1243
6107 "64-bit filesystem support is not enabled. The larger fields afforded by "
6108 "this feature enable full-strength checksumming. Run resize2fs -b to "
6112 #: misc/tune2fs.c:1269
6113 msgid "Disabling checksums could take some time."
6116 #: misc/tune2fs.c:1271
6117 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6120 #: misc/tune2fs.c:1334
6122 msgid "Cannot enable 64-bit mode while mounted!\n"
6125 #: misc/tune2fs.c:1344
6127 msgid "Cannot disable 64-bit mode while mounted!\n"
6130 #: misc/tune2fs.c:1374
6132 msgid "Cannot enable project feature; inode size too small.\n"
6135 #: misc/tune2fs.c:1395
6138 "Warning: '^quota' option overrides '-Q'arguments.\n"
6141 #: misc/tune2fs.c:1405
6143 "Cannot enable encrypt feature on filesystems with the encoding feature "
6147 #: misc/tune2fs.c:1419
6149 "Setting feature 'metadata_csum_seed' is only supported\n"
6150 "on filesystems with the metadata_csum feature enabled.\n"
6153 #: misc/tune2fs.c:1437
6155 "UUID has changed since enabling metadata_csum. Filesystem must be "
6157 "to safely rewrite all metadata to match the new UUID.\n"
6160 #: misc/tune2fs.c:1443
6161 msgid "Recalculating checksums could take some time."
6164 #: misc/tune2fs.c:1485
6165 msgid "The filesystem already has a journal.\n"
6168 #: misc/tune2fs.c:1505
6172 "\twhile trying to open journal on %s\n"
6175 #: misc/tune2fs.c:1509
6177 msgid "Creating journal on device %s: "
6180 #: misc/tune2fs.c:1517
6182 msgid "while adding filesystem to journal on %s"
6185 #: misc/tune2fs.c:1523
6186 msgid "Creating journal inode: "
6189 #: misc/tune2fs.c:1537
6192 "\twhile trying to create journal file"
6195 #: misc/tune2fs.c:1575
6197 msgid "Cannot enable project quota; inode size too small.\n"
6200 #: misc/tune2fs.c:1588
6201 msgid "while initializing quota context in support library"
6204 #: misc/tune2fs.c:1603
6206 msgid "while updating quota limits (%d)"
6209 #: misc/tune2fs.c:1611
6211 msgid "while writing quota file (%d)"
6214 #: misc/tune2fs.c:1629
6216 msgid "while removing quota file (%d)"
6219 #: misc/tune2fs.c:1672
6222 "Bad quota options specified.\n"
6224 "Following valid quota options are available (pass by separating with "
6233 #: misc/tune2fs.c:1730
6235 msgid "Couldn't parse date/time specifier: %s"
6238 #: misc/tune2fs.c:1755 misc/tune2fs.c:1768
6240 msgid "bad mounts count - %s"
6243 #: misc/tune2fs.c:1811
6245 msgid "bad gid/group name - %s"
6248 #: misc/tune2fs.c:1844
6250 msgid "bad interval - %s"
6253 #: misc/tune2fs.c:1873
6255 msgid "bad reserved block ratio - %s"
6258 #: misc/tune2fs.c:1888
6259 msgid "-o may only be specified once"
6262 #: misc/tune2fs.c:1897
6263 msgid "-O may only be specified once"
6266 #: misc/tune2fs.c:1914
6268 msgid "bad reserved blocks count - %s"
6271 #: misc/tune2fs.c:1943
6273 msgid "bad uid/user name - %s"
6276 #: misc/tune2fs.c:1960
6278 msgid "bad inode size - %s"
6281 #: misc/tune2fs.c:1967
6283 msgid "Inode size must be a power of two- %s"
6286 #: misc/tune2fs.c:2064
6288 msgid "mmp_update_interval too big: %lu\n"
6291 #: misc/tune2fs.c:2069
6293 msgid "Setting multiple mount protection update interval to %lu second\n"
6295 "Setting multiple mount protection update interval to %lu seconds\n"
6299 #: misc/tune2fs.c:2078
6301 msgid "Setting filesystem error flag to force fsck.\n"
6304 #: misc/tune2fs.c:2096
6306 msgid "Invalid RAID stride: %s\n"
6309 #: misc/tune2fs.c:2111
6311 msgid "Invalid RAID stripe-width: %s\n"
6314 #: misc/tune2fs.c:2126
6316 msgid "Invalid hash algorithm: %s\n"
6319 #: misc/tune2fs.c:2132
6321 msgid "Setting default hash algorithm to %s (%d)\n"
6324 #: misc/tune2fs.c:2151
6327 "Bad options specified.\n"
6329 "Extended options are separated by commas, and may take an argument which\n"
6330 "\tis set off by an equals ('=') sign.\n"
6332 "Valid extended options are:\n"
6334 "\thash_alg=<hash algorithm>\n"
6335 "\tmount_opts=<extended default mount options>\n"
6336 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6337 "\tstride=<RAID per-disk chunk size in blocks>\n"
6338 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6344 #: misc/tune2fs.c:2622
6345 msgid "Failed to read inode bitmap\n"
6348 #: misc/tune2fs.c:2627
6349 msgid "Failed to read block bitmap\n"
6352 #: misc/tune2fs.c:2644 resize/resize2fs.c:1277
6353 msgid "blocks to be moved"
6356 #: misc/tune2fs.c:2647
6357 msgid "Failed to allocate block bitmap when increasing inode size\n"
6360 #: misc/tune2fs.c:2653
6361 msgid "Not enough space to increase inode size \n"
6364 #: misc/tune2fs.c:2658
6365 msgid "Failed to relocate blocks during inode resize \n"
6368 #: misc/tune2fs.c:2690
6370 "Error in resizing the inode size.\n"
6371 "Run e2undo to undo the file system changes. \n"
6374 #: misc/tune2fs.c:2900
6376 "If you are sure the filesystem is not in use on any node, run:\n"
6377 "'tune2fs -f -E clear_mmp {device}'\n"
6380 #: misc/tune2fs.c:2907
6383 "MMP block magic is bad. Try to fix it by running:\n"
6387 #: misc/tune2fs.c:2919
6388 msgid "Cannot modify a journal device.\n"
6391 #: misc/tune2fs.c:2932
6393 msgid "The inode size is already %lu\n"
6396 #: misc/tune2fs.c:2939
6397 msgid "Shrinking inode size is not supported\n"
6400 #: misc/tune2fs.c:2944
6402 msgid "Invalid inode size %lu (max %d)\n"
6405 #: misc/tune2fs.c:2950
6406 msgid "Resizing inodes could take some time."
6409 #: misc/tune2fs.c:2998
6412 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6414 "\te2fsck -E journal_only %s\n"
6416 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6417 "by journal recovery.\n"
6420 #: misc/tune2fs.c:3009
6422 msgid "Recovering journal.\n"
6425 #: misc/tune2fs.c:3028
6427 msgid "Setting maximal mount count to %d\n"
6430 #: misc/tune2fs.c:3034
6432 msgid "Setting current mount count to %d\n"
6435 #: misc/tune2fs.c:3039
6437 msgid "Setting error behavior to %d\n"
6440 #: misc/tune2fs.c:3044
6442 msgid "Setting reserved blocks gid to %lu\n"
6445 #: misc/tune2fs.c:3049
6447 msgid "interval between checks is too big (%lu)"
6450 #: misc/tune2fs.c:3056
6452 msgid "Setting interval between checks to %lu seconds\n"
6455 #: misc/tune2fs.c:3063
6457 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6460 #: misc/tune2fs.c:3069
6462 msgid "reserved blocks count is too big (%llu)"
6465 #: misc/tune2fs.c:3076
6467 msgid "Setting reserved blocks count to %llu\n"
6470 #: misc/tune2fs.c:3081
6473 "The filesystem already has sparse superblocks.\n"
6476 #: misc/tune2fs.c:3084
6479 "Setting the sparse superblock flag not supported\n"
6480 "for filesystems with the meta_bg feature enabled.\n"
6483 #: misc/tune2fs.c:3094
6487 "Sparse superblock flag set. %s"
6490 #: misc/tune2fs.c:3099
6493 "Clearing the sparse superblock flag not supported.\n"
6496 #: misc/tune2fs.c:3107
6498 msgid "Setting time filesystem last checked to %s\n"
6501 #: misc/tune2fs.c:3113
6503 msgid "Setting reserved blocks uid to %lu\n"
6506 #: misc/tune2fs.c:3145
6507 msgid "Error in using clear_mmp. It must be used with -f\n"
6510 #: misc/tune2fs.c:3163
6512 "The quota feature may only be changed when the filesystem is unmounted.\n"
6515 #: misc/tune2fs.c:3181
6516 msgid "Setting the UUID on this filesystem could take some time."
6519 #: misc/tune2fs.c:3196
6520 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6523 #: misc/tune2fs.c:3199
6525 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6526 "and re-run this command.\n"
6529 #: misc/tune2fs.c:3229
6530 msgid "Invalid UUID format\n"
6533 #: misc/tune2fs.c:3245
6534 msgid "Need to update journal superblock.\n"
6537 #: misc/tune2fs.c:3267
6538 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6541 #: misc/tune2fs.c:3274
6543 "Changing the inode size not supported for filesystems with the flex_bg\n"
6544 "feature enabled.\n"
6547 #: misc/tune2fs.c:3292
6549 msgid "Setting inode size %lu\n"
6552 #: misc/tune2fs.c:3296
6553 msgid "Failed to change inode size\n"
6556 #: misc/tune2fs.c:3310
6558 msgid "Setting stride size to %d\n"
6561 #: misc/tune2fs.c:3315
6563 msgid "Setting stripe width to %d\n"
6566 #: misc/tune2fs.c:3322
6568 msgid "Setting extended default mount options to '%s'\n"
6572 msgid "<proceeding>\n"
6577 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6581 msgid "Proceed anyway? (y,N) "
6585 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6590 msgid "will not make a %s here!\n"
6594 msgid "mke2fs forced anyway.\n"
6598 msgid "Couldn't allocate memory to parse journal options!\n"
6605 "Could not find journal device matching %s\n"
6611 "Bad journal options specified.\n"
6613 "Journal options are separated by commas, and may take an argument which\n"
6614 "\tis set off by an equals ('=') sign.\n"
6616 "Valid journal options are:\n"
6617 "\tsize=<journal size in megabytes>\n"
6618 "\tdevice=<journal device>\n"
6619 "\tlocation=<journal location>\n"
6621 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6628 "Filesystem too small for a journal\n"
6635 "The requested journal size is %d blocks; it must be\n"
6636 "between 1024 and 10240000 blocks. Aborting.\n"
6642 "Journal size too big for filesystem.\n"
6648 "This filesystem will be automatically checked every %d mounts or\n"
6649 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6654 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6659 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6668 msgid "bad arguments"
6684 msgid "bad response length"
6689 msgid "uuidd daemon already running at pid %s\n"
6694 msgid "Couldn't create unix stream socket: %s"
6699 msgid "Couldn't bind unix socket %s: %s\n"
6704 msgid "Couldn't listen on unix socket %s: %s\n"
6709 msgid "Error reading from client, len = %d\n"
6714 msgid "operation %d, incoming num = %d\n"
6719 msgid "Generated time UUID: %s\n"
6724 msgid "Generated random UUID: %s\n"
6729 msgid "Generated time UUID %s and subsequent UUID\n"
6730 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6736 msgid "Generated %d UUID's:\n"
6741 msgid "Invalid operation %d\n"
6744 #: misc/uuidd.c:477 misc/uuidd.c:499
6746 msgid "Bad number: %s\n"
6749 #: misc/uuidd.c:534 misc/uuidd.c:563
6751 msgid "Error calling uuidd daemon (%s): %s\n"
6756 msgid "%s and subsequent UUID\n"
6757 msgid_plural "%s and subsequent %d UUIDs\n"
6762 msgid "List of UUID's:\n"
6767 msgid "Unexpected reply length from server %d\n"
6772 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6777 msgid "Killed uuidd running at pid %d\n"
6780 #: misc/uuidgen.c:32
6782 msgid "Usage: %s [-r] [-t]\n"
6785 #: resize/extent.c:202
6786 msgid "# Extent dump:\n"
6789 #: resize/extent.c:203
6791 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6797 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6798 "[-S RAID-stride] [-z undo_file]\n"
6803 msgid "Extending the inode table"
6807 msgid "Relocating blocks"
6811 msgid "Scanning inode table"
6815 msgid "Updating inode references"
6819 msgid "Moving inode table"
6823 msgid "Unknown pass?!?"
6828 msgid "Begin pass %d (max = %lu)\n"
6831 #: resize/main.c:163
6834 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6835 "your own risk! Use the force option if you want to go ahead anyway.\n"
6839 #: resize/main.c:366
6841 msgid "while opening %s"
6844 #: resize/main.c:374
6846 msgid "while getting stat information for %s"
6849 #: resize/main.c:451
6852 "Please run 'e2fsck -f %s' first.\n"
6856 #: resize/main.c:470
6858 msgid "Estimated minimum size of the filesystem: %llu\n"
6861 #: resize/main.c:507
6863 msgid "Invalid new size: %s\n"
6866 #: resize/main.c:526
6867 msgid "New size too large to be expressed in 32 bits\n"
6870 #: resize/main.c:534
6872 msgid "New size smaller than minimum (%llu)\n"
6875 #: resize/main.c:540
6876 msgid "Invalid stride length"
6879 #: resize/main.c:564
6882 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6883 "You requested a new size of %llu blocks.\n"
6887 #: resize/main.c:571
6889 msgid "Cannot set and unset 64bit feature.\n"
6892 #: resize/main.c:575
6895 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6899 #: resize/main.c:581
6901 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6904 #: resize/main.c:587
6907 "Please enable the extents feature with tune2fs before enabling the 64bit "
6911 #: resize/main.c:593
6914 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6918 #: resize/main.c:600
6920 msgid "The filesystem is already 64-bit.\n"
6923 #: resize/main.c:605
6925 msgid "The filesystem is already 32-bit.\n"
6928 #: resize/main.c:613
6930 msgid "Converting the filesystem to 64-bit.\n"
6933 #: resize/main.c:615
6935 msgid "Converting the filesystem to 32-bit.\n"
6938 #: resize/main.c:617
6940 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6943 #: resize/main.c:626
6945 msgid "while trying to resize %s"
6948 #: resize/main.c:629
6951 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6952 "after the aborted resize operation.\n"
6955 #: resize/main.c:635
6958 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6962 #: resize/main.c:650
6964 msgid "while trying to truncate %s"
6967 #: resize/online.c:81
6968 msgid "kernel does not support online resize with sparse_super2"
6971 #: resize/online.c:86
6973 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6976 #: resize/online.c:90
6977 msgid "On-line shrinking not supported"
6980 #: resize/online.c:114
6981 msgid "Filesystem does not support online resizing"
6984 #: resize/online.c:122
6985 msgid "Not enough reserved gdt blocks for resizing"
6988 #: resize/online.c:129
6989 msgid "Kernel does not support resizing a file system this large"
6992 #: resize/online.c:137
6994 msgid "while trying to open mountpoint %s"
6997 #: resize/online.c:142
6999 msgid "Old resize interface requested.\n"
7002 #: resize/online.c:161 resize/online.c:178
7003 msgid "Permission denied to resize filesystem"
7006 #: resize/online.c:164 resize/online.c:184
7007 msgid "While checking for on-line resizing support"
7010 #: resize/online.c:181
7011 msgid "Kernel does not support online resizing"
7014 #: resize/online.c:220
7016 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7019 #: resize/online.c:230
7020 msgid "While trying to extend the last group"
7023 #: resize/online.c:277
7025 msgid "While trying to add group #%d"
7028 #: resize/online.c:288
7031 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7035 #: resize/resize2fs.c:759
7037 msgid "inodes (%llu) must be less than %u\n"
7040 #: resize/resize2fs.c:1038
7041 msgid "reserved blocks"
7044 #: resize/resize2fs.c:1282
7045 msgid "meta-data blocks"
7048 #: resize/resize2fs.c:1386 resize/resize2fs.c:2421
7049 msgid "new meta blocks"
7052 #: resize/resize2fs.c:2644
7053 msgid "Should never happen! No sb in last super_sparse bg?\n"
7056 #: resize/resize2fs.c:2649
7057 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7060 #: resize/resize2fs.c:2722
7061 msgid "Should never happen: resize inode corrupt!\n"
7064 #: lib/ext2fs/ext2_err.c:11
7065 msgid "EXT2FS Library version 1.45.0"
7068 #: lib/ext2fs/ext2_err.c:12
7069 msgid "Wrong magic number for ext2_filsys structure"
7072 #: lib/ext2fs/ext2_err.c:13
7073 msgid "Wrong magic number for badblocks_list structure"
7076 #: lib/ext2fs/ext2_err.c:14
7077 msgid "Wrong magic number for badblocks_iterate structure"
7080 #: lib/ext2fs/ext2_err.c:15
7081 msgid "Wrong magic number for inode_scan structure"
7084 #: lib/ext2fs/ext2_err.c:16
7085 msgid "Wrong magic number for io_channel structure"
7088 #: lib/ext2fs/ext2_err.c:17
7089 msgid "Wrong magic number for unix io_channel structure"
7092 #: lib/ext2fs/ext2_err.c:18
7093 msgid "Wrong magic number for io_manager structure"
7096 #: lib/ext2fs/ext2_err.c:19
7097 msgid "Wrong magic number for block_bitmap structure"
7100 #: lib/ext2fs/ext2_err.c:20
7101 msgid "Wrong magic number for inode_bitmap structure"
7104 #: lib/ext2fs/ext2_err.c:21
7105 msgid "Wrong magic number for generic_bitmap structure"
7108 #: lib/ext2fs/ext2_err.c:22
7109 msgid "Wrong magic number for test io_channel structure"
7112 #: lib/ext2fs/ext2_err.c:23
7113 msgid "Wrong magic number for directory block list structure"
7116 #: lib/ext2fs/ext2_err.c:24
7117 msgid "Wrong magic number for icount structure"
7120 #: lib/ext2fs/ext2_err.c:25
7121 msgid "Wrong magic number for Powerquest io_channel structure"
7124 #: lib/ext2fs/ext2_err.c:26
7125 msgid "Wrong magic number for ext2 file structure"
7128 #: lib/ext2fs/ext2_err.c:27
7129 msgid "Wrong magic number for Ext2 Image Header"
7132 #: lib/ext2fs/ext2_err.c:28
7133 msgid "Wrong magic number for inode io_channel structure"
7136 #: lib/ext2fs/ext2_err.c:29
7137 msgid "Wrong magic number for ext4 extent handle"
7140 #: lib/ext2fs/ext2_err.c:30
7141 msgid "Bad magic number in super-block"
7144 #: lib/ext2fs/ext2_err.c:31
7145 msgid "Filesystem revision too high"
7148 #: lib/ext2fs/ext2_err.c:32
7149 msgid "Attempt to write to filesystem opened read-only"
7152 #: lib/ext2fs/ext2_err.c:33
7153 msgid "Can't read group descriptors"
7156 #: lib/ext2fs/ext2_err.c:34
7157 msgid "Can't write group descriptors"
7160 #: lib/ext2fs/ext2_err.c:35
7161 msgid "Corrupt group descriptor: bad block for block bitmap"
7164 #: lib/ext2fs/ext2_err.c:36
7165 msgid "Corrupt group descriptor: bad block for inode bitmap"
7168 #: lib/ext2fs/ext2_err.c:37
7169 msgid "Corrupt group descriptor: bad block for inode table"
7172 #: lib/ext2fs/ext2_err.c:38
7173 msgid "Can't write an inode bitmap"
7176 #: lib/ext2fs/ext2_err.c:39
7177 msgid "Can't read an inode bitmap"
7180 #: lib/ext2fs/ext2_err.c:40
7181 msgid "Can't write a block bitmap"
7184 #: lib/ext2fs/ext2_err.c:41
7185 msgid "Can't read a block bitmap"
7188 #: lib/ext2fs/ext2_err.c:42
7189 msgid "Can't write an inode table"
7192 #: lib/ext2fs/ext2_err.c:43
7193 msgid "Can't read an inode table"
7196 #: lib/ext2fs/ext2_err.c:44
7197 msgid "Can't read next inode"
7200 #: lib/ext2fs/ext2_err.c:45
7201 msgid "Filesystem has unexpected block size"
7204 #: lib/ext2fs/ext2_err.c:46
7205 msgid "EXT2 directory corrupted"
7208 #: lib/ext2fs/ext2_err.c:47
7209 msgid "Attempt to read block from filesystem resulted in short read"
7212 #: lib/ext2fs/ext2_err.c:48
7213 msgid "Attempt to write block to filesystem resulted in short write"
7216 #: lib/ext2fs/ext2_err.c:49
7217 msgid "No free space in the directory"
7220 #: lib/ext2fs/ext2_err.c:50
7221 msgid "Inode bitmap not loaded"
7224 #: lib/ext2fs/ext2_err.c:51
7225 msgid "Block bitmap not loaded"
7228 #: lib/ext2fs/ext2_err.c:52
7229 msgid "Illegal inode number"
7232 #: lib/ext2fs/ext2_err.c:53
7233 msgid "Illegal block number"
7236 #: lib/ext2fs/ext2_err.c:54
7237 msgid "Internal error in ext2fs_expand_dir"
7240 #: lib/ext2fs/ext2_err.c:55
7241 msgid "Not enough space to build proposed filesystem"
7244 #: lib/ext2fs/ext2_err.c:56
7245 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7248 #: lib/ext2fs/ext2_err.c:57
7249 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7252 #: lib/ext2fs/ext2_err.c:58
7253 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7256 #: lib/ext2fs/ext2_err.c:59
7257 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7260 #: lib/ext2fs/ext2_err.c:60
7261 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7264 #: lib/ext2fs/ext2_err.c:61
7265 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7268 #: lib/ext2fs/ext2_err.c:62
7269 msgid "Attempt to fudge end of block bitmap past the real end"
7272 #: lib/ext2fs/ext2_err.c:63
7273 msgid "Attempt to fudge end of inode bitmap past the real end"
7276 #: lib/ext2fs/ext2_err.c:64
7277 msgid "Illegal indirect block found"
7280 #: lib/ext2fs/ext2_err.c:65
7281 msgid "Illegal doubly indirect block found"
7284 #: lib/ext2fs/ext2_err.c:66
7285 msgid "Illegal triply indirect block found"
7288 #: lib/ext2fs/ext2_err.c:67
7289 msgid "Block bitmaps are not the same"
7292 #: lib/ext2fs/ext2_err.c:68
7293 msgid "Inode bitmaps are not the same"
7296 #: lib/ext2fs/ext2_err.c:69
7297 msgid "Illegal or malformed device name"
7300 #: lib/ext2fs/ext2_err.c:70
7301 msgid "A block group is missing an inode table"
7304 #: lib/ext2fs/ext2_err.c:71
7305 msgid "The ext2 superblock is corrupt"
7308 #: lib/ext2fs/ext2_err.c:72
7309 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7312 #: lib/ext2fs/ext2_err.c:73
7313 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7316 #: lib/ext2fs/ext2_err.c:74
7317 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7320 #: lib/ext2fs/ext2_err.c:75
7321 msgid "Too many symbolic links encountered."
7324 #: lib/ext2fs/ext2_err.c:76
7325 msgid "The callback function will not handle this case"
7328 #: lib/ext2fs/ext2_err.c:77
7329 msgid "The inode is from a bad block in the inode table"
7332 #: lib/ext2fs/ext2_err.c:78
7333 msgid "Filesystem has unsupported feature(s)"
7336 #: lib/ext2fs/ext2_err.c:79
7337 msgid "Filesystem has unsupported read-only feature(s)"
7340 #: lib/ext2fs/ext2_err.c:80
7341 msgid "IO Channel failed to seek on read or write"
7344 #: lib/ext2fs/ext2_err.c:81
7345 msgid "Memory allocation failed"
7348 #: lib/ext2fs/ext2_err.c:82
7349 msgid "Invalid argument passed to ext2 library"
7352 #: lib/ext2fs/ext2_err.c:83
7353 msgid "Could not allocate block in ext2 filesystem"
7356 #: lib/ext2fs/ext2_err.c:84
7357 msgid "Could not allocate inode in ext2 filesystem"
7360 #: lib/ext2fs/ext2_err.c:85
7361 msgid "Ext2 inode is not a directory"
7364 #: lib/ext2fs/ext2_err.c:86
7365 msgid "Too many references in table"
7368 #: lib/ext2fs/ext2_err.c:87
7369 msgid "File not found by ext2_lookup"
7372 #: lib/ext2fs/ext2_err.c:88
7373 msgid "File open read-only"
7376 #: lib/ext2fs/ext2_err.c:89
7377 msgid "Ext2 directory block not found"
7380 #: lib/ext2fs/ext2_err.c:90
7381 msgid "Ext2 directory already exists"
7384 #: lib/ext2fs/ext2_err.c:91
7385 msgid "Unimplemented ext2 library function"
7388 #: lib/ext2fs/ext2_err.c:92
7389 msgid "User cancel requested"
7392 #: lib/ext2fs/ext2_err.c:93
7393 msgid "Ext2 file too big"
7396 #: lib/ext2fs/ext2_err.c:94
7397 msgid "Supplied journal device not a block device"
7400 #: lib/ext2fs/ext2_err.c:95
7401 msgid "Journal superblock not found"
7404 #: lib/ext2fs/ext2_err.c:96
7405 msgid "Journal must be at least 1024 blocks"
7408 #: lib/ext2fs/ext2_err.c:97
7409 msgid "Unsupported journal version"
7412 #: lib/ext2fs/ext2_err.c:98
7413 msgid "Error loading external journal"
7416 #: lib/ext2fs/ext2_err.c:99
7417 msgid "Journal not found"
7420 #: lib/ext2fs/ext2_err.c:100
7421 msgid "Directory hash unsupported"
7424 #: lib/ext2fs/ext2_err.c:101
7425 msgid "Illegal extended attribute block number"
7428 #: lib/ext2fs/ext2_err.c:102
7429 msgid "Cannot create filesystem with requested number of inodes"
7432 #: lib/ext2fs/ext2_err.c:103
7433 msgid "E2image snapshot not in use"
7436 #: lib/ext2fs/ext2_err.c:104
7437 msgid "Too many reserved group descriptor blocks"
7440 #: lib/ext2fs/ext2_err.c:105
7441 msgid "Resize inode is corrupt"
7444 #: lib/ext2fs/ext2_err.c:106
7445 msgid "Tried to set block bmap with missing indirect block"
7448 #: lib/ext2fs/ext2_err.c:107
7449 msgid "TDB: Success"
7452 #: lib/ext2fs/ext2_err.c:108
7453 msgid "TDB: Corrupt database"
7456 #: lib/ext2fs/ext2_err.c:109
7457 msgid "TDB: IO Error"
7460 #: lib/ext2fs/ext2_err.c:110
7461 msgid "TDB: Locking error"
7464 #: lib/ext2fs/ext2_err.c:111
7465 msgid "TDB: Out of memory"
7468 #: lib/ext2fs/ext2_err.c:112
7469 msgid "TDB: Record exists"
7472 #: lib/ext2fs/ext2_err.c:113
7473 msgid "TDB: Lock exists on other keys"
7476 #: lib/ext2fs/ext2_err.c:114
7477 msgid "TDB: Invalid parameter"
7480 #: lib/ext2fs/ext2_err.c:115
7481 msgid "TDB: Record does not exist"
7484 #: lib/ext2fs/ext2_err.c:116
7485 msgid "TDB: Write not permitted"
7488 #: lib/ext2fs/ext2_err.c:117
7489 msgid "Ext2fs directory block list is empty"
7492 #: lib/ext2fs/ext2_err.c:118
7493 msgid "Attempt to modify a block mapping via a read-only block iterator"
7496 #: lib/ext2fs/ext2_err.c:119
7497 msgid "Wrong magic number for ext4 extent saved path"
7500 #: lib/ext2fs/ext2_err.c:120
7501 msgid "Wrong magic number for 64-bit generic bitmap"
7504 #: lib/ext2fs/ext2_err.c:121
7505 msgid "Wrong magic number for 64-bit block bitmap"
7508 #: lib/ext2fs/ext2_err.c:122
7509 msgid "Wrong magic number for 64-bit inode bitmap"
7512 #: lib/ext2fs/ext2_err.c:123
7513 msgid "Wrong magic number --- RESERVED_13"
7516 #: lib/ext2fs/ext2_err.c:124
7517 msgid "Wrong magic number --- RESERVED_14"
7520 #: lib/ext2fs/ext2_err.c:125
7521 msgid "Wrong magic number --- RESERVED_15"
7524 #: lib/ext2fs/ext2_err.c:126
7525 msgid "Wrong magic number --- RESERVED_16"
7528 #: lib/ext2fs/ext2_err.c:127
7529 msgid "Wrong magic number --- RESERVED_17"
7532 #: lib/ext2fs/ext2_err.c:128
7533 msgid "Wrong magic number --- RESERVED_18"
7536 #: lib/ext2fs/ext2_err.c:129
7537 msgid "Wrong magic number --- RESERVED_19"
7540 #: lib/ext2fs/ext2_err.c:130
7541 msgid "Corrupt extent header"
7544 #: lib/ext2fs/ext2_err.c:131
7545 msgid "Corrupt extent index"
7548 #: lib/ext2fs/ext2_err.c:132
7549 msgid "Corrupt extent"
7552 #: lib/ext2fs/ext2_err.c:133
7553 msgid "No free space in extent map"
7556 #: lib/ext2fs/ext2_err.c:134
7557 msgid "Inode does not use extents"
7560 #: lib/ext2fs/ext2_err.c:135
7561 msgid "No 'next' extent"
7564 #: lib/ext2fs/ext2_err.c:136
7565 msgid "No 'previous' extent"
7568 #: lib/ext2fs/ext2_err.c:137
7569 msgid "No 'up' extent"
7572 #: lib/ext2fs/ext2_err.c:138
7573 msgid "No 'down' extent"
7576 #: lib/ext2fs/ext2_err.c:139
7577 msgid "No current node"
7580 #: lib/ext2fs/ext2_err.c:140
7581 msgid "Ext2fs operation not supported"
7584 #: lib/ext2fs/ext2_err.c:141
7585 msgid "No room to insert extent in node"
7588 #: lib/ext2fs/ext2_err.c:142
7589 msgid "Splitting would result in empty node"
7592 #: lib/ext2fs/ext2_err.c:143
7593 msgid "Extent not found"
7596 #: lib/ext2fs/ext2_err.c:144
7597 msgid "Operation not supported for inodes containing extents"
7600 #: lib/ext2fs/ext2_err.c:145
7601 msgid "Extent length is invalid"
7604 #: lib/ext2fs/ext2_err.c:146
7605 msgid "I/O Channel does not support 64-bit block numbers"
7608 #: lib/ext2fs/ext2_err.c:147
7609 msgid "Can't check if filesystem is mounted due to missing mtab file"
7612 #: lib/ext2fs/ext2_err.c:148
7613 msgid "Filesystem too large to use legacy bitmaps"
7616 #: lib/ext2fs/ext2_err.c:149
7617 msgid "MMP: invalid magic number"
7620 #: lib/ext2fs/ext2_err.c:150
7621 msgid "MMP: device currently active"
7624 #: lib/ext2fs/ext2_err.c:151
7625 msgid "MMP: e2fsck being run"
7628 #: lib/ext2fs/ext2_err.c:152
7629 msgid "MMP: block number beyond filesystem range"
7632 #: lib/ext2fs/ext2_err.c:153
7633 msgid "MMP: undergoing an unknown operation"
7636 #: lib/ext2fs/ext2_err.c:154
7637 msgid "MMP: filesystem still in use"
7640 #: lib/ext2fs/ext2_err.c:155
7641 msgid "MMP: open with O_DIRECT failed"
7644 #: lib/ext2fs/ext2_err.c:156
7645 msgid "Block group descriptor size incorrect"
7648 #: lib/ext2fs/ext2_err.c:157
7649 msgid "Inode checksum does not match inode"
7652 #: lib/ext2fs/ext2_err.c:158
7653 msgid "Inode bitmap checksum does not match bitmap"
7656 #: lib/ext2fs/ext2_err.c:159
7657 msgid "Extent block checksum does not match extent block"
7660 #: lib/ext2fs/ext2_err.c:160
7661 msgid "Directory block does not have space for checksum"
7664 #: lib/ext2fs/ext2_err.c:161
7665 msgid "Directory block checksum does not match directory block"
7668 #: lib/ext2fs/ext2_err.c:162
7669 msgid "Extended attribute block checksum does not match block"
7672 #: lib/ext2fs/ext2_err.c:163
7673 msgid "Superblock checksum does not match superblock"
7676 #: lib/ext2fs/ext2_err.c:164
7677 msgid "Unknown checksum algorithm"
7680 #: lib/ext2fs/ext2_err.c:165
7681 msgid "MMP block checksum does not match"
7684 #: lib/ext2fs/ext2_err.c:166
7685 msgid "Ext2 file already exists"
7688 #: lib/ext2fs/ext2_err.c:167
7689 msgid "Block bitmap checksum does not match bitmap"
7692 #: lib/ext2fs/ext2_err.c:168
7693 msgid "Cannot iterate data blocks of an inode containing inline data"
7696 #: lib/ext2fs/ext2_err.c:169
7697 msgid "Extended attribute has an invalid name length"
7700 #: lib/ext2fs/ext2_err.c:170
7701 msgid "Extended attribute has an invalid value length"
7704 #: lib/ext2fs/ext2_err.c:171
7705 msgid "Extended attribute has an incorrect hash"
7708 #: lib/ext2fs/ext2_err.c:172
7709 msgid "Extended attribute block has a bad header"
7712 #: lib/ext2fs/ext2_err.c:173
7713 msgid "Extended attribute key not found"
7716 #: lib/ext2fs/ext2_err.c:174
7717 msgid "Insufficient space to store extended attribute data"
7720 #: lib/ext2fs/ext2_err.c:175
7721 msgid "Filesystem is missing ext_attr or inline_data feature"
7724 #: lib/ext2fs/ext2_err.c:176
7725 msgid "Inode doesn't have inline data"
7728 #: lib/ext2fs/ext2_err.c:177
7729 msgid "No block for an inode with inline data"
7732 #: lib/ext2fs/ext2_err.c:178
7733 msgid "No free space in inline data"
7736 #: lib/ext2fs/ext2_err.c:179
7737 msgid "Wrong magic number for extended attribute structure"
7740 #: lib/ext2fs/ext2_err.c:180
7741 msgid "Inode seems to contain garbage"
7744 #: lib/ext2fs/ext2_err.c:181
7745 msgid "Extended attribute has an invalid value offset"
7748 #: lib/ext2fs/ext2_err.c:182
7749 msgid "Journal flags inconsistent"
7752 #: lib/ext2fs/ext2_err.c:183
7753 msgid "Undo file corrupt"
7756 #: lib/ext2fs/ext2_err.c:184
7757 msgid "Wrong undo file for this filesystem"
7760 #: lib/ext2fs/ext2_err.c:185
7761 msgid "File system is corrupted"
7764 #: lib/ext2fs/ext2_err.c:186
7765 msgid "Bad CRC detected in file system"
7768 #: lib/ext2fs/ext2_err.c:187
7769 msgid "The journal superblock is corrupt"
7772 #: lib/ext2fs/ext2_err.c:188
7773 msgid "Inode is corrupted"
7776 #: lib/ext2fs/ext2_err.c:189
7777 msgid "Inode containing extended attribute value is corrupted"
7780 #: lib/support/prof_err.c:11
7781 msgid "Profile version 0.0"
7784 #: lib/support/prof_err.c:12
7785 msgid "Bad magic value in profile_node"
7788 #: lib/support/prof_err.c:13
7789 msgid "Profile section not found"
7792 #: lib/support/prof_err.c:14
7793 msgid "Profile relation not found"
7796 #: lib/support/prof_err.c:15
7797 msgid "Attempt to add a relation to node which is not a section"
7800 #: lib/support/prof_err.c:16
7801 msgid "A profile section header has a non-zero value"
7804 #: lib/support/prof_err.c:17
7805 msgid "Bad linked list in profile structures"
7808 #: lib/support/prof_err.c:18
7809 msgid "Bad group level in profile structures"
7812 #: lib/support/prof_err.c:19
7813 msgid "Bad parent pointer in profile structures"
7816 #: lib/support/prof_err.c:20
7817 msgid "Bad magic value in profile iterator"
7820 #: lib/support/prof_err.c:21
7821 msgid "Can't set value on section node"
7824 #: lib/support/prof_err.c:22
7825 msgid "Invalid argument passed to profile library"
7828 #: lib/support/prof_err.c:23
7829 msgid "Attempt to modify read-only profile"
7832 #: lib/support/prof_err.c:24
7833 msgid "Profile section header not at top level"
7836 #: lib/support/prof_err.c:25
7837 msgid "Syntax error in profile section header"
7840 #: lib/support/prof_err.c:26
7841 msgid "Syntax error in profile relation"
7844 #: lib/support/prof_err.c:27
7845 msgid "Extra closing brace in profile"
7848 #: lib/support/prof_err.c:28
7849 msgid "Missing open brace in profile"
7852 #: lib/support/prof_err.c:29
7853 msgid "Bad magic value in profile_t"
7856 #: lib/support/prof_err.c:30
7857 msgid "Bad magic value in profile_section_t"
7860 #: lib/support/prof_err.c:31
7861 msgid "Iteration through all top level section not supported"
7864 #: lib/support/prof_err.c:32
7865 msgid "Invalid profile_section object"
7868 #: lib/support/prof_err.c:33
7869 msgid "No more sections"
7872 #: lib/support/prof_err.c:34
7873 msgid "Bad nameset passed to query routine"
7876 #: lib/support/prof_err.c:35
7877 msgid "No profile file open"
7880 #: lib/support/prof_err.c:36
7881 msgid "Bad magic value in profile_file_t"
7884 #: lib/support/prof_err.c:37
7885 msgid "Couldn't open profile file"
7888 #: lib/support/prof_err.c:38
7889 msgid "Section already exists"
7892 #: lib/support/prof_err.c:39
7893 msgid "Invalid boolean value"
7896 #: lib/support/prof_err.c:40
7897 msgid "Invalid integer value"
7900 #: lib/support/prof_err.c:41
7901 msgid "Bad magic value in profile_file_data_t"
7904 #: lib/support/plausible.c:118
7906 msgid "\tlast mounted on %s on %s"
7909 #: lib/support/plausible.c:121
7911 msgid "\tlast mounted on %s"
7914 #: lib/support/plausible.c:124
7916 msgid "\tcreated on %s"
7919 #: lib/support/plausible.c:127
7921 msgid "\tlast modified on %s"
7924 #: lib/support/plausible.c:161
7926 msgid "Found a %s partition table in %s\n"
7929 #: lib/support/plausible.c:191
7931 msgid "The file %s does not exist and no size was specified.\n"
7934 #: lib/support/plausible.c:199
7936 msgid "Creating regular file %s\n"
7939 #: lib/support/plausible.c:202
7941 msgid "Could not open %s: %s\n"
7944 #: lib/support/plausible.c:205
7947 "The device apparently does not exist; did you specify it correctly?\n"
7950 #: lib/support/plausible.c:227
7952 msgid "%s is not a block special device.\n"
7955 #: lib/support/plausible.c:249
7957 msgid "%s contains a %s file system labelled '%s'\n"
7960 #: lib/support/plausible.c:252
7962 msgid "%s contains a %s file system\n"
7965 #: lib/support/plausible.c:276
7967 msgid "%s contains `%s' data\n"