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 #. Please note that the %-expansion for most e2fsck's problem.c should not
34 #. use positional indicators such as %1, since although they look like c-style
35 #. format strings, they are NOT c-style format strings, and the positional
36 #. indicators (which BTW are GNU extensions and so won't work on other Unix
37 #. gettext implementations) won't work with e2fsck's print_e2fsck_message()
38 #. function found in e2fsck/message.c
40 #. %b <blk> block number
41 #. %B "indirect block" | "block #"<blkcount> string | string+integer
42 #. %c <blk2> block number
43 #. %Di <dirent> -> ino inode number
44 #. %Dn <dirent> -> name string
45 #. %Dr <dirent> -> rec_len
46 #. %Dl <dirent> -> name_len
47 #. %Dt <dirent> -> filetype
48 #. %d <dir> inode number
50 #. %i <ino> inode number
51 #. %Is <inode> -> i_size
52 #. %IS <inode> -> i_extra_isize
53 #. %Ib <inode> -> i_blocks
54 #. %Il <inode> -> i_links_count
55 #. %Im <inode> -> i_mode
56 #. %IM <inode> -> i_mtime
57 #. %IF <inode> -> i_faddr
58 #. %If <inode> -> i_file_acl
59 #. %Id <inode> -> i_size_high
60 #. %Iu <inode> -> i_uid
61 #. %Ig <inode> -> i_gid
62 #. %It <str> file type
63 #. %j <ino2> inode number
64 #. %m <com_err error message>
66 #. %p ext2fs_get_pathname of directory <ino>
67 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
68 #. the containing directory. (If dirent is NULL
69 #. then return the pathname of directory <ino2>)
70 #. %q ext2fs_get_pathname of directory <dir>
71 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
72 #. the containing directory.
73 #. %s <str> miscellaneous string
74 #. %S backup superblock
75 #. %X <num> hexadecimal format
80 "Project-Id-Version: e2fsprogs v1.45.3\n"
81 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
82 "POT-Creation-Date: 2019-07-14 20:56-0400\n"
83 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
84 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
85 "Language-Team: LANGUAGE <LL@li.org>\n"
88 "Content-Type: text/plain; charset=CHARSET\n"
89 "Content-Transfer-Encoding: 8bit\n"
90 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
92 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220
94 msgid "Bad block %u out of range; ignored.\n"
97 #: e2fsck/badblocks.c:46
98 msgid "while sanity checking the bad blocks inode"
101 #: e2fsck/badblocks.c:58
102 msgid "while reading the bad blocks inode"
105 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1571
106 #: e2fsck/unix.c:1685 misc/badblocks.c:1251 misc/badblocks.c:1259
107 #: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
108 #: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1430
109 #: misc/e2image.c:1627 misc/e2image.c:1648 misc/mke2fs.c:236
110 #: misc/tune2fs.c:2796 misc/tune2fs.c:2895 resize/main.c:414
112 msgid "while trying to open %s"
115 #: e2fsck/badblocks.c:83
117 msgid "while trying popen '%s'"
120 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243
121 msgid "while reading in list of bad blocks from file"
124 #: e2fsck/badblocks.c:105
125 msgid "while updating bad block inode"
128 #: e2fsck/badblocks.c:133
130 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
133 #: e2fsck/dirinfo.c:331
134 msgid "while freeing dir_info tdb file"
137 #: e2fsck/ehandler.c:55
139 msgid "Error reading block %lu (%s) while %s. "
142 #: e2fsck/ehandler.c:58
144 msgid "Error reading block %lu (%s). "
147 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
151 #: e2fsck/ehandler.c:67
152 msgid "Force rewrite"
155 #: e2fsck/ehandler.c:109
157 msgid "Error writing block %lu (%s) while %s. "
160 #: e2fsck/ehandler.c:112
162 msgid "Error writing block %lu (%s). "
165 #: e2fsck/emptydir.c:57
166 msgid "empty dirblocks"
169 #: e2fsck/emptydir.c:62
170 msgid "empty dir map"
173 #: e2fsck/emptydir.c:98
175 msgid "Empty directory block %u (#%d) in inode %u\n"
178 #: e2fsck/extend.c:22
180 msgid "%s: %s filename nblocks blocksize\n"
183 #: e2fsck/extend.c:44
185 msgid "Illegal number of blocks!\n"
188 #: e2fsck/extend.c:50
190 msgid "Couldn't allocate block buffer (size=%d)\n"
193 #: e2fsck/extents.c:42
194 msgid "extent rebuild inode map"
197 #: e2fsck/flushb.c:35
199 msgid "Usage: %s disk\n"
202 #: e2fsck/flushb.c:64
204 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
209 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
212 #: e2fsck/iscan.c:81 e2fsck/unix.c:1082
214 msgid "while opening %s for flushing"
217 #: e2fsck/iscan.c:86 e2fsck/unix.c:1088 resize/main.c:383
219 msgid "while trying to flush %s"
222 #: e2fsck/iscan.c:110
224 msgid "while trying to open '%s'"
227 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1323
228 msgid "while opening inode scan"
231 #: e2fsck/iscan.c:127 misc/e2image.c:1342
232 msgid "while getting next inode"
235 #: e2fsck/iscan.c:136
237 msgid "%u inodes scanned.\n"
240 #: e2fsck/journal.c:597
241 msgid "reading journal superblock\n"
244 #: e2fsck/journal.c:670
246 msgid "%s: no valid journal superblock found\n"
249 #: e2fsck/journal.c:679
251 msgid "%s: journal too short\n"
254 #: e2fsck/journal.c:972 misc/fuse2fs.c:3792
256 msgid "%s: recovering journal\n"
259 #: e2fsck/journal.c:974
261 msgid "%s: won't do journal recovery while read-only\n"
264 #: e2fsck/journal.c:1001
266 msgid "while trying to re-open %s"
269 #: e2fsck/message.c:116
270 msgid "aextended attribute"
273 #: e2fsck/message.c:117
274 msgid "Aerror allocating"
277 #: e2fsck/message.c:118
281 #: e2fsck/message.c:119
285 #: e2fsck/message.c:120
289 #: e2fsck/message.c:121
290 msgid "Cconflicts with some other fs @b"
293 #: e2fsck/message.c:122
297 #: e2fsck/message.c:123
301 #: e2fsck/message.c:124
305 #: e2fsck/message.c:125
306 msgid "E@e '%Dn' in %p (%i)"
309 #: e2fsck/message.c:126
313 #: e2fsck/message.c:127
314 msgid "Ffor @i %i (%Q) is"
317 #: e2fsck/message.c:128
321 #: e2fsck/message.c:129
325 #: e2fsck/message.c:130
329 #: e2fsck/message.c:131
333 #: e2fsck/message.c:132
337 #: e2fsck/message.c:133
341 #: e2fsck/message.c:134
345 #: e2fsck/message.c:135
346 msgid "mmultiply-claimed"
349 #: e2fsck/message.c:136
353 #: e2fsck/message.c:137
357 #: e2fsck/message.c:138
361 #: e2fsck/message.c:139
365 #: e2fsck/message.c:140
369 #: e2fsck/message.c:141
373 #: e2fsck/message.c:142
377 #: e2fsck/message.c:143
381 #: e2fsck/message.c:144
385 #: e2fsck/message.c:145
389 #: e2fsck/message.c:146
393 #: e2fsck/message.c:157
394 msgid "<The NULL inode>"
397 #: e2fsck/message.c:158
398 msgid "<The bad blocks inode>"
401 #: e2fsck/message.c:160
402 msgid "<The user quota inode>"
405 #: e2fsck/message.c:161
406 msgid "<The group quota inode>"
409 #: e2fsck/message.c:162
410 msgid "<The boot loader inode>"
413 #: e2fsck/message.c:163
414 msgid "<The undelete directory inode>"
417 #: e2fsck/message.c:164
418 msgid "<The group descriptor inode>"
421 #: e2fsck/message.c:165
422 msgid "<The journal inode>"
425 #: e2fsck/message.c:166
426 msgid "<Reserved inode 9>"
429 #: e2fsck/message.c:167
430 msgid "<Reserved inode 10>"
433 #: e2fsck/message.c:327
437 #: e2fsck/message.c:329
441 #: e2fsck/message.c:331
442 msgid "character device"
445 #: e2fsck/message.c:333
449 #: e2fsck/message.c:335
453 #: e2fsck/message.c:337
454 msgid "symbolic link"
457 #: e2fsck/message.c:339 misc/uuidd.c:162
461 #: e2fsck/message.c:341
463 msgid "unknown file type with mode 0%o"
466 #: e2fsck/message.c:412
467 msgid "indirect block"
470 #: e2fsck/message.c:414
471 msgid "double indirect block"
474 #: e2fsck/message.c:416
475 msgid "triple indirect block"
478 #: e2fsck/message.c:418
479 msgid "translator block"
482 #: e2fsck/message.c:420
486 #: e2fsck/message.c:482
490 #: e2fsck/message.c:485
494 #: e2fsck/message.c:488
498 #: e2fsck/message.c:491
499 msgid "unknown quota type"
502 #: e2fsck/pass1b.c:222
503 msgid "multiply claimed inode map"
506 #: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
508 msgid "internal error: can't find dup_blk for %llu\n"
511 #: e2fsck/pass1b.c:952
512 msgid "returned from clone_file_block"
515 #: e2fsck/pass1b.c:976
517 msgid "internal error: couldn't lookup EA block record for %llu"
520 #: e2fsck/pass1b.c:988
522 msgid "internal error: couldn't lookup EA inode record for %u"
525 #: e2fsck/pass1.c:357
527 msgid "while hashing entry with e_value_inum = %u"
530 #: e2fsck/pass1.c:775 e2fsck/pass2.c:1007
531 msgid "reading directory block"
534 #: e2fsck/pass1.c:1224
535 msgid "in-use inode map"
538 #: e2fsck/pass1.c:1235
539 msgid "directory inode map"
542 #: e2fsck/pass1.c:1245
543 msgid "regular file inode map"
546 #: e2fsck/pass1.c:1254 misc/e2image.c:1282
547 msgid "in-use block map"
550 #: e2fsck/pass1.c:1263
551 msgid "metadata block map"
554 #: e2fsck/pass1.c:1325
555 msgid "opening inode scan"
558 #: e2fsck/pass1.c:1363
559 msgid "getting next inode from scan"
562 #: e2fsck/pass1.c:2067
566 #: e2fsck/pass1.c:2128
568 msgid "reading indirect blocks of inode %u"
571 #: e2fsck/pass1.c:2179
572 msgid "bad inode map"
575 #: e2fsck/pass1.c:2219
576 msgid "inode in bad block map"
579 #: e2fsck/pass1.c:2239
580 msgid "imagic inode map"
583 #: e2fsck/pass1.c:2270
584 msgid "multiply claimed block map"
587 #: e2fsck/pass1.c:2395
588 msgid "ext attr block map"
591 #: e2fsck/pass1.c:3640
593 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
596 #: e2fsck/pass1.c:4060
600 #: e2fsck/pass1.c:4066
604 #: e2fsck/pass1.c:4072
608 #: e2fsck/pass2.c:307
612 #: e2fsck/pass2.c:1079 e2fsck/pass2.c:1246
613 msgid "Can not continue."
617 msgid "inode done bitmap"
624 #: e2fsck/pass3.c:149
628 #: e2fsck/pass3.c:344
629 msgid "inode loop detection bitmap"
632 #: e2fsck/pass4.c:277
640 #: e2fsck/pass5.c:102
641 msgid "check_inode_bitmap_checksum: Memory allocation error"
644 #: e2fsck/pass5.c:156
645 msgid "check_block_bitmap_checksum: Memory allocation error"
648 #: e2fsck/problem.c:52
652 #: e2fsck/problem.c:53
656 #: e2fsck/problem.c:54
660 #: e2fsck/problem.c:55
664 #: e2fsck/problem.c:56
668 #: e2fsck/problem.c:57
672 #: e2fsck/problem.c:58
673 msgid "Connect to /lost+found"
676 #: e2fsck/problem.c:59
680 #: e2fsck/problem.c:60
684 #: e2fsck/problem.c:61
688 #: e2fsck/problem.c:62
692 #: e2fsck/problem.c:63
696 #: e2fsck/problem.c:64
700 #: e2fsck/problem.c:65
704 #: e2fsck/problem.c:66
705 msgid "Clone multiply-claimed blocks"
708 #: e2fsck/problem.c:67
712 #: e2fsck/problem.c:68
713 msgid "Suppress messages"
716 #: e2fsck/problem.c:69
720 #: e2fsck/problem.c:70
721 msgid "Clear HTree index"
724 #: e2fsck/problem.c:71
728 #: e2fsck/problem.c:72
732 #: e2fsck/problem.c:81
736 #: e2fsck/problem.c:82
740 #: e2fsck/problem.c:83
744 #: e2fsck/problem.c:84
748 #: e2fsck/problem.c:85
752 #: e2fsck/problem.c:86
756 #: e2fsck/problem.c:87
760 #: e2fsck/problem.c:88
764 #: e2fsck/problem.c:89
768 #: e2fsck/problem.c:90
772 #: e2fsck/problem.c:91
773 msgid "INODE CLEARED"
776 #: e2fsck/problem.c:92
780 #: e2fsck/problem.c:93
784 #: e2fsck/problem.c:94
788 #: e2fsck/problem.c:95
789 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
792 #: e2fsck/problem.c:96
796 #: e2fsck/problem.c:97
800 #: e2fsck/problem.c:98
804 #: e2fsck/problem.c:99
805 msgid "HTREE INDEX CLEARED"
808 #: e2fsck/problem.c:100
809 msgid "WILL RECREATE"
812 #: e2fsck/problem.c:101
813 msgid "WILL OPTIMIZE"
816 #: e2fsck/problem.c:115
817 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
818 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
821 #: e2fsck/problem.c:119
822 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
823 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
826 #: e2fsck/problem.c:124
827 #. @-expanded: inode table for group %g is not in group. (block %b)\n
828 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
830 "@i table for @g %g is not in @g. (@b %b)\n"
831 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
834 #: e2fsck/problem.c:130
836 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
837 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
838 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
839 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
840 #. @-expanded: e2fsck -b 8193 <device>\n
842 #. @-expanded: e2fsck -b 32768 <device>\n
846 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
847 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
848 "@f (and not swap or ufs or something else), then the @S\n"
849 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
850 " e2fsck -b 8193 <@v>\n"
852 " e2fsck -b 32768 <@v>\n"
856 #: e2fsck/problem.c:141
857 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
858 #. @-expanded: The physical size of the device is %c blocks\n
859 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
861 "The @f size (according to the @S) is %b @bs\n"
862 "The physical size of the @v is %c @bs\n"
863 "Either the @S or the partition table is likely to be corrupt!\n"
866 #: e2fsck/problem.c:148
867 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
868 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
869 #. @-expanded: from the block size.\n
871 "@S @b_size = %b, fragsize = %c.\n"
872 "This version of e2fsck does not support fragment sizes different\n"
873 "from the @b size.\n"
876 #: e2fsck/problem.c:155
877 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
878 msgid "@S @bs_per_group = %b, should have been %c\n"
881 #: e2fsck/problem.c:160
882 #. @-expanded: superblock first_data_block = %b, should have been %c\n
883 msgid "@S first_data_@b = %b, should have been %c\n"
886 #: e2fsck/problem.c:165
887 #. @-expanded: filesystem did not have a UUID; generating one.\n
890 "@f did not have a UUID; generating one.\n"
894 #: e2fsck/problem.c:171
897 "Note: if several inode or block bitmap blocks or part\n"
898 "of the inode table require relocation, you may wish to try\n"
899 "running e2fsck with the '-b %S' option first. The problem\n"
900 "may lie only with the primary block group descriptors, and\n"
901 "the backup block group descriptors may be OK.\n"
905 #: e2fsck/problem.c:180
906 #. @-expanded: Corruption found in superblock. (%s = %N).\n
907 msgid "Corruption found in @S. (%s = %N).\n"
910 #: e2fsck/problem.c:186
912 #. @-expanded: Error determining size of the physical device: %m\n
913 msgid "Error determining size of the physical @v: %m\n"
916 #: e2fsck/problem.c:191
917 #. @-expanded: inode count in superblock is %i, should be %j.\n
918 msgid "@i count in @S is %i, @s %j.\n"
921 #: e2fsck/problem.c:195
922 msgid "The Hurd does not support the filetype feature.\n"
925 #: e2fsck/problem.c:201
927 #. @-expanded: superblock has an invalid journal (inode %i).\n
928 msgid "@S has an @n @j (@i %i).\n"
931 #: e2fsck/problem.c:206
932 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
933 msgid "External @j has multiple @f users (unsupported).\n"
936 #: e2fsck/problem.c:211
937 #. @-expanded: Can't find external journal\n
938 msgid "Can't find external @j\n"
941 #: e2fsck/problem.c:216
942 #. @-expanded: External journal has bad superblock\n
943 msgid "External @j has bad @S\n"
946 #: e2fsck/problem.c:221
947 #. @-expanded: External journal does not support this filesystem\n
948 msgid "External @j does not support this @f\n"
951 #: e2fsck/problem.c:226
952 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
953 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
954 #. @-expanded: format.\n
955 #. @-expanded: It is also possible the journal superblock is corrupt.\n
957 "@f @j @S is unknown type %N (unsupported).\n"
958 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
960 "It is also possible the @j @S is corrupt.\n"
963 #: e2fsck/problem.c:235
964 #. @-expanded: journal superblock is corrupt.\n
965 msgid "@j @S is corrupt.\n"
968 #: e2fsck/problem.c:240
969 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
970 msgid "@S has_@j flag is clear, but a @j is present.\n"
973 #: e2fsck/problem.c:245
974 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
975 msgid "@S needs_recovery flag is set, but no @j is present.\n"
978 #: e2fsck/problem.c:250
979 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
980 msgid "@S needs_recovery flag is clear, but @j has data.\n"
983 #: e2fsck/problem.c:255
984 #. @-expanded: Clear journal
988 #: e2fsck/problem.c:260 e2fsck/problem.c:796
989 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
990 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
993 #: e2fsck/problem.c:265
994 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
995 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
998 #: e2fsck/problem.c:270
999 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
1000 msgid "@I %B (%b) found in @o @i %i.\n"
1003 #: e2fsck/problem.c:275
1004 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
1005 msgid "Already cleared %B (%b) found in @o @i %i.\n"
1008 #: e2fsck/problem.c:281
1010 #. @-expanded: illegal orphaned inode %i in superblock.\n
1011 msgid "@I @o @i %i in @S.\n"
1014 #: e2fsck/problem.c:287
1016 #. @-expanded: illegal inode %i in orphaned inode list.\n
1017 msgid "@I @i %i in @o @i list.\n"
1020 #: e2fsck/problem.c:292
1021 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
1022 msgid "@j @S has an unknown read-only feature flag set.\n"
1025 #: e2fsck/problem.c:297
1026 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1027 msgid "@j @S has an unknown incompatible feature flag set.\n"
1030 #: e2fsck/problem.c:302
1031 #. @-expanded: journal version not supported by this e2fsck.\n
1032 msgid "@j version not supported by this e2fsck.\n"
1035 #: e2fsck/problem.c:308
1037 #. @-expanded: Moving journal from /%s to hidden inode.\n
1040 "Moving @j from /%s to hidden @i.\n"
1044 #: e2fsck/problem.c:314
1046 #. @-expanded: Error moving journal: %m\n
1049 "Error moving @j: %m\n"
1053 #: e2fsck/problem.c:319
1054 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1055 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1058 "Found @n V2 @j @S fields (from V1 @j).\n"
1059 "Clearing fields beyond the V1 @j @S...\n"
1063 #: e2fsck/problem.c:325
1064 #. @-expanded: Run journal anyway
1065 msgid "Run @j anyway"
1068 #: e2fsck/problem.c:330
1069 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1070 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1073 #: e2fsck/problem.c:335
1074 #. @-expanded: Backing up journal inode block information.\n
1077 "Backing up @j @i @b information.\n"
1081 #: e2fsck/problem.c:341
1082 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1083 #. @-expanded: is %N; should be zero.
1085 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1089 #: e2fsck/problem.c:347
1090 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1091 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1094 #: e2fsck/problem.c:352
1095 #. @-expanded: Resize inode not valid.
1096 msgid "Resize @i not valid. "
1099 #: e2fsck/problem.c:357
1100 #. @-expanded: superblock last mount time (%t,\n
1101 #. @-expanded: \tnow = %T) is in the future.\n
1103 "@S last mount time (%t,\n"
1104 "\tnow = %T) is in the future.\n"
1107 #: e2fsck/problem.c:362
1108 #. @-expanded: superblock last write time (%t,\n
1109 #. @-expanded: \tnow = %T) is in the future.\n
1111 "@S last write time (%t,\n"
1112 "\tnow = %T) is in the future.\n"
1115 #: e2fsck/problem.c:368
1117 #. @-expanded: superblock hint for external superblock should be %X.
1118 msgid "@S hint for external superblock @s %X. "
1121 #: e2fsck/problem.c:373
1122 #. @-expanded: Adding dirhash hint to filesystem.\n
1125 "Adding dirhash hint to @f.\n"
1129 #: e2fsck/problem.c:378
1130 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1131 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1134 #: e2fsck/problem.c:384
1136 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1137 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1140 #: e2fsck/problem.c:389
1141 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1142 msgid "@g descriptor %g has invalid unused inodes count %b. "
1145 #: e2fsck/problem.c:394
1146 #. @-expanded: Last group block bitmap uninitialized.
1147 msgid "Last @g @b @B uninitialized. "
1150 #: e2fsck/problem.c:400
1152 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1155 #: e2fsck/problem.c:405
1156 msgid "The test_fs flag is set (and ext4 is available). "
1159 #: e2fsck/problem.c:410
1160 #. @-expanded: superblock last mount time is in the future.\n
1161 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1162 #. @-expanded: set)\n
1164 "@S last mount time is in the future.\n"
1165 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1169 #: e2fsck/problem.c:416
1170 #. @-expanded: superblock last write time is in the future.\n
1171 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1172 #. @-expanded: set)\n
1174 "@S last write time is in the future.\n"
1175 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1179 #: e2fsck/problem.c:422
1180 #. @-expanded: One or more block group descriptor checksums are invalid.
1181 msgid "One or more @b @g descriptor checksums are invalid. "
1184 #: e2fsck/problem.c:427
1185 #. @-expanded: Setting free inodes count to %j (was %i)\n
1186 msgid "Setting free @is count to %j (was %i)\n"
1189 #: e2fsck/problem.c:432
1190 #. @-expanded: Setting free blocks count to %c (was %b)\n
1191 msgid "Setting free @bs count to %c (was %b)\n"
1194 #: e2fsck/problem.c:437
1195 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1196 msgid "Hiding %U @q @i %i (%Q).\n"
1199 #: e2fsck/problem.c:442
1200 #. @-expanded: superblock has invalid MMP block.
1201 msgid "@S has invalid MMP block. "
1204 #: e2fsck/problem.c:447
1205 #. @-expanded: superblock has invalid MMP magic.
1206 msgid "@S has invalid MMP magic. "
1209 #: e2fsck/problem.c:453
1211 msgid "ext2fs_open2: %m\n"
1214 #: e2fsck/problem.c:459
1216 msgid "ext2fs_check_desc: %m\n"
1219 #: e2fsck/problem.c:465
1220 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1221 #. @-expanded: simultaneously.
1223 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1227 #: e2fsck/problem.c:471
1228 #. @-expanded: superblock MMP block checksum does not match.
1229 msgid "@S MMP @b checksum does not match. "
1232 #: e2fsck/problem.c:476
1233 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1234 msgid "@S 64bit @f needs extents to access the whole disk. "
1237 #: e2fsck/problem.c:481
1238 msgid "First_meta_bg is too big. (%N, max value %g). "
1241 #: e2fsck/problem.c:486
1242 #. @-expanded: External journal superblock checksum does not match superblock.
1243 msgid "External @j @S checksum does not match @S. "
1246 #: e2fsck/problem.c:491
1247 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1248 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1251 #: e2fsck/problem.c:497
1253 msgid "Error initializing quota context in support library: %m\n"
1256 #: e2fsck/problem.c:502
1257 #. @-expanded: Bad required extra isize in superblock (%N).
1258 msgid "Bad required extra isize in @S (%N). "
1261 #: e2fsck/problem.c:507
1262 #. @-expanded: Bad desired extra isize in superblock (%N).
1263 msgid "Bad desired extra isize in @S (%N). "
1266 #: e2fsck/problem.c:512
1267 #. @-expanded: Invalid %U quota inode %i.
1268 msgid "Invalid %U @q @i %i. "
1271 #: e2fsck/problem.c:517
1272 #. @-expanded: superblock would have too many inodes (%N).\n
1273 msgid "@S would have too many inodes (%N).\n"
1276 #: e2fsck/problem.c:522
1277 #. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1278 #. @-expanded: not compatible. Resize inode should be disabled.
1280 "Resize_@i and meta_bg features are enabled. Those features are\n"
1281 "not compatible. Resize @i should be disabled. "
1284 #: e2fsck/problem.c:530
1285 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1286 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1289 #: e2fsck/problem.c:534
1290 #. @-expanded: root inode is not a directory.
1291 msgid "@r is not a @d. "
1294 #: e2fsck/problem.c:539
1295 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1296 msgid "@r has dtime set (probably due to old mke2fs). "
1299 #: e2fsck/problem.c:544
1300 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1301 msgid "Reserved @i %i (%Q) has @n mode. "
1304 #: e2fsck/problem.c:550
1306 #. @-expanded: deleted inode %i has zero dtime.
1307 msgid "@D @i %i has zero dtime. "
1310 #: e2fsck/problem.c:556
1312 #. @-expanded: inode %i is in use, but has dtime set.
1313 msgid "@i %i is in use, but has dtime set. "
1316 #: e2fsck/problem.c:562
1318 #. @-expanded: inode %i is a zero-length directory.
1319 msgid "@i %i is a @z @d. "
1322 #: e2fsck/problem.c:567
1323 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1324 msgid "@g %g's @b @B at %b @C.\n"
1327 #: e2fsck/problem.c:572
1328 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1329 msgid "@g %g's @i @B at %b @C.\n"
1332 #: e2fsck/problem.c:577
1333 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1334 msgid "@g %g's @i table at %b @C.\n"
1337 #: e2fsck/problem.c:582
1338 #. @-expanded: group %g's block bitmap (%b) is bad.
1339 msgid "@g %g's @b @B (%b) is bad. "
1342 #: e2fsck/problem.c:587
1343 #. @-expanded: group %g's inode bitmap (%b) is bad.
1344 msgid "@g %g's @i @B (%b) is bad. "
1347 #: e2fsck/problem.c:592
1348 #. @-expanded: inode %i, i_size is %Is, should be %N.
1349 msgid "@i %i, i_size is %Is, @s %N. "
1352 #: e2fsck/problem.c:597
1353 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1354 msgid "@i %i, i_@bs is %Ib, @s %N. "
1357 #: e2fsck/problem.c:602
1358 #. @-expanded: illegal %B (%b) in inode %i.
1359 msgid "@I %B (%b) in @i %i. "
1362 #: e2fsck/problem.c:607
1363 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1364 msgid "%B (%b) overlaps @f metadata in @i %i. "
1367 #: e2fsck/problem.c:613
1369 #. @-expanded: inode %i has illegal block(s).
1370 msgid "@i %i has illegal @b(s). "
1373 #: e2fsck/problem.c:619
1375 #. @-expanded: Too many illegal blocks in inode %i.\n
1376 msgid "Too many illegal @bs in @i %i.\n"
1379 #: e2fsck/problem.c:624
1380 #. @-expanded: illegal %B (%b) in bad block inode.
1381 msgid "@I %B (%b) in bad @b @i. "
1384 #: e2fsck/problem.c:629
1385 #. @-expanded: Bad block inode has illegal block(s).
1386 msgid "Bad @b @i has illegal @b(s). "
1389 #: e2fsck/problem.c:634
1390 #. @-expanded: Duplicate or bad block in use!\n
1391 msgid "Duplicate or bad @b in use!\n"
1394 #: e2fsck/problem.c:639
1395 #. @-expanded: Bad block %b used as bad block inode indirect block.
1396 msgid "Bad @b %b used as bad @b @i indirect @b. "
1399 #: e2fsck/problem.c:644
1401 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1402 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1403 #. @-expanded: in the filesystem.\n
1406 "The bad @b @i has probably been corrupted. You probably\n"
1407 "should stop now and run e2fsck -c to scan for bad blocks\n"
1411 #: e2fsck/problem.c:651
1413 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1416 "If the @b is really bad, the @f can not be fixed.\n"
1419 #: e2fsck/problem.c:656
1420 #. @-expanded: You can remove this block from the bad block list and hope\n
1421 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1424 "You can remove this @b from the bad @b list and hope\n"
1425 "that the @b is really OK. But there are no guarantees.\n"
1429 #: e2fsck/problem.c:662
1430 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1431 msgid "The primary @S (%b) is on the bad @b list.\n"
1434 #: e2fsck/problem.c:667
1435 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1436 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1439 #: e2fsck/problem.c:673
1440 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1441 msgid "Warning: Group %g's @S (%b) is bad.\n"
1444 #: e2fsck/problem.c:679
1445 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1446 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1449 #: e2fsck/problem.c:685
1450 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1451 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1454 #: e2fsck/problem.c:691
1455 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1456 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1459 #: e2fsck/problem.c:697
1461 #. @-expanded: error allocating block buffer for relocating %s\n
1462 msgid "@A @b buffer for relocating %s\n"
1465 #: e2fsck/problem.c:702
1466 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1467 msgid "Relocating @g %g's %s from %b to %c...\n"
1470 #: e2fsck/problem.c:708
1472 #. @-expanded: Relocating group %g's %s to %c...\n
1473 msgid "Relocating @g %g's %s to %c...\n"
1476 #: e2fsck/problem.c:713
1477 #. @-expanded: Warning: could not read block %b of %s: %m\n
1478 msgid "Warning: could not read @b %b of %s: %m\n"
1481 #: e2fsck/problem.c:718
1482 #. @-expanded: Warning: could not write block %b for %s: %m\n
1483 msgid "Warning: could not write @b %b for %s: %m\n"
1486 #: e2fsck/problem.c:723 e2fsck/problem.c:1871
1487 #. @-expanded: error allocating inode bitmap (%N): %m\n
1488 msgid "@A @i @B (%N): %m\n"
1491 #: e2fsck/problem.c:728
1492 #. @-expanded: error allocating block bitmap (%N): %m\n
1493 msgid "@A @b @B (%N): %m\n"
1496 #: e2fsck/problem.c:734
1498 #. @-expanded: error allocating icount link information: %m\n
1499 msgid "@A icount link information: %m\n"
1502 #: e2fsck/problem.c:740
1504 #. @-expanded: error allocating directory block array: %m\n
1505 msgid "@A @d @b array: %m\n"
1508 #: e2fsck/problem.c:746
1510 #. @-expanded: Error while scanning inodes (%i): %m\n
1511 msgid "Error while scanning @is (%i): %m\n"
1514 #: e2fsck/problem.c:752
1516 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1517 msgid "Error while iterating over @bs in @i %i: %m\n"
1520 #: e2fsck/problem.c:757
1521 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1522 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1525 #: e2fsck/problem.c:762
1526 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1527 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1530 #: e2fsck/problem.c:769
1532 #. @-expanded: Error reading inode %i: %m\n
1533 msgid "Error reading @i %i: %m\n"
1536 #: e2fsck/problem.c:778
1538 #. @-expanded: inode %i has imagic flag set.
1539 msgid "@i %i has imagic flag set. "
1542 #: e2fsck/problem.c:784
1544 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1545 #. @-expanded: or append-only flag set.
1547 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1548 "or append-only flag set. "
1551 #: e2fsck/problem.c:791
1553 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1554 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1557 #: e2fsck/problem.c:801
1558 #. @-expanded: journal inode is not in use, but contains data.
1559 msgid "@j @i is not in use, but contains data. "
1562 #: e2fsck/problem.c:806
1563 #. @-expanded: journal is not regular file.
1564 msgid "@j is not regular file. "
1567 #: e2fsck/problem.c:812
1569 #. @-expanded: inode %i was part of the orphaned inode list.
1570 msgid "@i %i was part of the @o @i list. "
1573 #: e2fsck/problem.c:818
1574 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1575 msgid "@is that were part of a corrupted orphan linked list found. "
1578 #: e2fsck/problem.c:823
1579 #. @-expanded: error allocating refcount structure (%N): %m\n
1580 msgid "@A refcount structure (%N): %m\n"
1583 #: e2fsck/problem.c:828
1584 #. @-expanded: Error reading extended attribute block %b for inode %i.
1585 msgid "Error reading @a @b %b for @i %i. "
1588 #: e2fsck/problem.c:833
1589 #. @-expanded: inode %i has a bad extended attribute block %b.
1590 msgid "@i %i has a bad @a @b %b. "
1593 #: e2fsck/problem.c:838
1594 #. @-expanded: Error reading extended attribute block %b (%m).
1595 msgid "Error reading @a @b %b (%m). "
1598 #: e2fsck/problem.c:843
1599 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1600 msgid "@a @b %b has reference count %r, @s %N. "
1603 #: e2fsck/problem.c:848
1604 #. @-expanded: Error writing extended attribute block %b (%m).
1605 msgid "Error writing @a @b %b (%m). "
1608 #: e2fsck/problem.c:853
1609 #. @-expanded: extended attribute block %b has h_blocks > 1.
1610 msgid "@a @b %b has h_@bs > 1. "
1613 #: e2fsck/problem.c:858
1614 #. @-expanded: error allocating extended attribute region allocation structure.
1615 msgid "@A @a region allocation structure. "
1618 #: e2fsck/problem.c:863
1619 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1620 msgid "@a @b %b is corrupt (allocation collision). "
1623 #: e2fsck/problem.c:868
1624 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1625 msgid "@a @b %b is corrupt (@n name). "
1628 #: e2fsck/problem.c:873
1629 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1630 msgid "@a @b %b is corrupt (@n value). "
1633 #: e2fsck/problem.c:879
1635 #. @-expanded: inode %i is too big.
1636 msgid "@i %i is too big. "
1639 #: e2fsck/problem.c:883
1640 #. @-expanded: %B (%b) causes directory to be too big.
1641 msgid "%B (%b) causes @d to be too big. "
1644 #: e2fsck/problem.c:888
1645 msgid "%B (%b) causes file to be too big. "
1648 #: e2fsck/problem.c:893
1649 msgid "%B (%b) causes symlink to be too big. "
1652 #: e2fsck/problem.c:899
1654 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1655 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1658 #: e2fsck/problem.c:905
1660 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1661 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1664 #: e2fsck/problem.c:911
1666 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1667 msgid "@h %i has an @n root node.\n"
1670 #: e2fsck/problem.c:916
1671 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1672 msgid "@h %i has an unsupported hash version (%N)\n"
1675 #: e2fsck/problem.c:922
1677 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1678 msgid "@h %i uses an incompatible htree root node flag.\n"
1681 #: e2fsck/problem.c:927
1682 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1683 msgid "@h %i has a tree depth (%N) which is too big\n"
1686 #: e2fsck/problem.c:933
1687 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1688 #. @-expanded: filesystem metadata.
1690 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1694 #: e2fsck/problem.c:940
1696 #. @-expanded: Resize inode (re)creation failed: %m.
1697 msgid "Resize @i (re)creation failed: %m."
1700 #: e2fsck/problem.c:945
1701 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1702 msgid "@i %i has a extra size (%IS) which is @n\n"
1705 #: e2fsck/problem.c:950
1706 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1707 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1710 #: e2fsck/problem.c:955
1711 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1712 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1715 #: e2fsck/problem.c:960
1716 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1717 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1720 #: e2fsck/problem.c:965
1721 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1722 msgid "@a in @i %i has a value size (%N) which is @n\n"
1725 #: e2fsck/problem.c:970
1726 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1727 msgid "@a in @i %i has a hash (%N) which is @n\n"
1730 #: e2fsck/problem.c:975
1731 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1732 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1735 #: e2fsck/problem.c:981
1737 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1738 msgid "Error while reading over @x tree in @i %i: %m\n"
1741 #: e2fsck/problem.c:986
1742 #. @-expanded: Failed to iterate extents in inode %i\n
1743 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1745 "Failed to iterate extents in @i %i\n"
1746 "\t(op %s, blk %b, lblk %c): %m\n"
1749 #: e2fsck/problem.c:992
1750 #. @-expanded: inode %i has an invalid extent\n
1751 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1753 "@i %i has an @n extent\n"
1754 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1757 #: e2fsck/problem.c:997
1758 #. @-expanded: inode %i has an invalid extent\n
1759 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1761 "@i %i has an @n extent\n"
1762 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1765 #: e2fsck/problem.c:1003
1767 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1768 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1771 #: e2fsck/problem.c:1009
1773 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1774 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1777 #: e2fsck/problem.c:1015
1779 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1780 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1783 #: e2fsck/problem.c:1021
1785 msgid "Fast symlink %i has EXTENT_FL set. "
1788 #: e2fsck/problem.c:1026
1789 #. @-expanded: inode %i has out of order extents\n
1790 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1792 "@i %i has out of order extents\n"
1793 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1796 #: e2fsck/problem.c:1030
1797 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1798 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1801 #: e2fsck/problem.c:1036
1803 #. @-expanded: Error converting subcluster block bitmap: %m\n
1804 msgid "Error converting subcluster @b @B: %m\n"
1807 #: e2fsck/problem.c:1041
1808 #. @-expanded: quota inode is not a regular file.
1809 msgid "@q @i is not a regular file. "
1812 #: e2fsck/problem.c:1046
1813 #. @-expanded: quota inode is not in use, but contains data.
1814 msgid "@q @i is not in use, but contains data. "
1817 #: e2fsck/problem.c:1051
1818 #. @-expanded: quota inode is visible to the user.
1819 msgid "@q @i is visible to the user. "
1822 #: e2fsck/problem.c:1056
1823 #. @-expanded: The bad block inode looks invalid.
1824 msgid "The bad @b @i looks @n. "
1827 #: e2fsck/problem.c:1061
1828 #. @-expanded: inode %i has zero length extent\n
1829 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1831 "@i %i has zero length extent\n"
1832 "\t(@n logical @b %c, physical @b %b)\n"
1835 #: e2fsck/problem.c:1067
1837 #. @-expanded: inode %i seems to contain garbage.
1838 msgid "@i %i seems to contain garbage. "
1841 #: e2fsck/problem.c:1073
1843 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1844 msgid "@i %i passes checks, but checksum does not match @i. "
1847 #: e2fsck/problem.c:1079
1849 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1850 msgid "@i %i @a is corrupt (allocation collision). "
1853 #: e2fsck/problem.c:1087
1854 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1855 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1857 "@i %i extent block passes checks, but checksum does not match extent\n"
1858 "\t(logical @b %c, physical @b %b, len %N)\n"
1861 #: e2fsck/problem.c:1096
1862 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1863 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1866 #: e2fsck/problem.c:1101
1867 #. @-expanded: Interior extent node level %N of inode %i:\n
1868 #. @-expanded: Logical start %b does not match logical start %c at next level.
1870 "Interior @x node level %N of @i %i:\n"
1871 "Logical start %b does not match logical start %c at next level. "
1874 #: e2fsck/problem.c:1107
1875 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1876 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1878 "@i %i, end of extent exceeds allowed value\n"
1879 "\t(logical @b %c, physical @b %b, len %N)\n"
1882 #: e2fsck/problem.c:1113
1884 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1885 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1888 #: e2fsck/problem.c:1119
1890 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1891 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1894 #: e2fsck/problem.c:1127
1896 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1898 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1901 #: e2fsck/problem.c:1132
1902 #. @-expanded: directory inode %i block %b should be at block %c.
1903 msgid "@d @i %i @b %b should be at @b %c. "
1906 #: e2fsck/problem.c:1138
1908 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1909 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1912 #: e2fsck/problem.c:1143
1913 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1914 #. @-expanded: Will fix in pass 1B.\n
1916 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1917 "Will fix in pass 1B.\n"
1920 #: e2fsck/problem.c:1149
1922 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1923 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1926 #: e2fsck/problem.c:1156
1928 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1929 #. @-expanded: or inline-data flag set.
1931 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1932 "or inline-data flag set. "
1935 #: e2fsck/problem.c:1163
1937 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1938 msgid "@i %i has @x header but inline data flag is set.\n"
1941 #: e2fsck/problem.c:1169
1943 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1944 msgid "@i %i seems to have inline data but @x flag is set.\n"
1947 #: e2fsck/problem.c:1175
1949 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1950 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1953 #: e2fsck/problem.c:1181
1955 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1956 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1959 #: e2fsck/problem.c:1186
1960 #. @-expanded: Bad block list says the bad block list inode is bad.
1961 msgid "Bad block list says the bad block list @i is bad. "
1964 #: e2fsck/problem.c:1191
1965 #. @-expanded: error allocating extent region allocation structure.
1966 msgid "@A @x region allocation structure. "
1969 #: e2fsck/problem.c:1196
1970 #. @-expanded: inode %i has a duplicate extent mapping\n
1971 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1973 "@i %i has a duplicate @x mapping\n"
1974 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1977 #: e2fsck/problem.c:1201
1978 #. @-expanded: error allocating memory for encrypted directory list\n
1979 msgid "@A memory for encrypted @d list\n"
1982 #: e2fsck/problem.c:1206
1983 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1984 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1987 #: e2fsck/problem.c:1212
1989 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1990 msgid "@i %i on bigalloc @f cannot be @b mapped. "
1993 #: e2fsck/problem.c:1218
1995 #. @-expanded: inode %i has corrupt extent header.
1996 msgid "@i %i has corrupt @x header. "
1999 #: e2fsck/problem.c:1224
2001 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2002 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2005 #: e2fsck/problem.c:1229
2006 #. @-expanded: inode %i has illegal extended attribute value inode %N.\n
2007 msgid "@i %i has @I @a value @i %N.\n"
2010 #: e2fsck/problem.c:1235
2011 #. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
2012 msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2015 #: e2fsck/problem.c:1240
2016 #. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2019 "EA @i %N for parent @i %i missing EA_INODE flag.\n"
2023 #: e2fsck/problem.c:1248
2025 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2026 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
2029 "Running additional passes to resolve @bs claimed by more than one @i...\n"
2030 "Pass 1B: Rescanning for @m @bs\n"
2033 #: e2fsck/problem.c:1255
2035 #. @-expanded: multiply-claimed block(s) in inode %i:
2036 msgid "@m @b(s) in @i %i:"
2039 #: e2fsck/problem.c:1271
2041 msgid "Error while scanning inodes (%i): %m\n"
2044 #: e2fsck/problem.c:1277
2046 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
2047 msgid "@A @i @B (@i_dup_map): %m\n"
2050 #: e2fsck/problem.c:1283
2052 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
2053 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2056 #: e2fsck/problem.c:1288 e2fsck/problem.c:1663
2057 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2058 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2061 #: e2fsck/problem.c:1298
2062 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2063 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2066 #: e2fsck/problem.c:1304
2067 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2068 msgid "Pass 1D: Reconciling @m @bs\n"
2071 #: e2fsck/problem.c:1309
2072 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2073 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
2075 "File %Q (@i #%i, mod time %IM) \n"
2076 " has %r @m @b(s), shared with %N file(s):\n"
2079 #: e2fsck/problem.c:1315
2080 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2081 msgid "\t%Q (@i #%i, mod time %IM)\n"
2084 #: e2fsck/problem.c:1320
2085 #. @-expanded: \t<filesystem metadata>\n
2086 msgid "\t<@f metadata>\n"
2089 #: e2fsck/problem.c:1325
2090 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2093 "(There are %N @is containing @m @bs.)\n"
2097 #: e2fsck/problem.c:1330
2098 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2101 "@m @bs already reassigned or cloned.\n"
2105 #: e2fsck/problem.c:1344
2107 msgid "Couldn't clone file: %m\n"
2110 #: e2fsck/problem.c:1350
2111 #. @-expanded: Pass 1E: Optimizing extent trees\n
2112 msgid "Pass 1E: Optimizing @x trees\n"
2115 #: e2fsck/problem.c:1356
2117 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2118 msgid "Failed to optimize @x tree %p (%i): %m\n"
2121 #: e2fsck/problem.c:1361
2122 #. @-expanded: Optimizing extent trees:
2123 msgid "Optimizing @x trees: "
2126 #: e2fsck/problem.c:1376
2127 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2130 #: e2fsck/problem.c:1381
2131 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2132 msgid "@i %i @x tree (at level %b) could be shorter. "
2135 #: e2fsck/problem.c:1386
2136 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2137 msgid "@i %i @x tree (at level %b) could be narrower. "
2140 #: e2fsck/problem.c:1393
2141 #. @-expanded: Pass 2: Checking directory structure\n
2142 msgid "Pass 2: Checking @d structure\n"
2145 #: e2fsck/problem.c:1399
2147 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2148 msgid "@n @i number for '.' in @d @i %i.\n"
2151 #: e2fsck/problem.c:1404
2152 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2153 msgid "@E has @n @i #: %Di.\n"
2156 #: e2fsck/problem.c:1409
2157 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2158 msgid "@E has @D/unused @i %Di. "
2161 #: e2fsck/problem.c:1414
2162 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2163 msgid "@E @L to '.' "
2166 #: e2fsck/problem.c:1419
2167 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2168 msgid "@E points to @i (%Di) located in a bad @b.\n"
2171 #: e2fsck/problem.c:1424
2172 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2173 msgid "@E @L to @d %P (%Di).\n"
2176 #: e2fsck/problem.c:1429
2177 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2178 msgid "@E @L to the @r.\n"
2181 #: e2fsck/problem.c:1434
2182 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2183 msgid "@E has illegal characters in its name.\n"
2186 #: e2fsck/problem.c:1440
2188 #. @-expanded: Missing '.' in directory inode %i.\n
2189 msgid "Missing '.' in @d @i %i.\n"
2192 #: e2fsck/problem.c:1446
2194 #. @-expanded: Missing '..' in directory inode %i.\n
2195 msgid "Missing '..' in @d @i %i.\n"
2198 #: e2fsck/problem.c:1451
2199 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2200 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2203 #: e2fsck/problem.c:1456
2204 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2205 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2208 #: e2fsck/problem.c:1461
2209 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2210 msgid "i_faddr @F %IF, @s zero.\n"
2213 #: e2fsck/problem.c:1466
2214 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2215 msgid "i_file_acl @F %If, @s zero.\n"
2218 #: e2fsck/problem.c:1471
2219 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
2220 msgid "i_size_high @F %Id, @s zero.\n"
2223 #: e2fsck/problem.c:1476
2224 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2225 msgid "i_frag @F %N, @s zero.\n"
2228 #: e2fsck/problem.c:1481
2229 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2230 msgid "i_fsize @F %N, @s zero.\n"
2233 #: e2fsck/problem.c:1486
2234 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2235 msgid "@i %i (%Q) has @n mode (%Im).\n"
2238 #: e2fsck/problem.c:1491
2239 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2240 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2243 #: e2fsck/problem.c:1496
2244 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2245 msgid "@d @i %i, %B, offset %N: filename too long\n"
2248 #: e2fsck/problem.c:1501
2249 #. @-expanded: directory inode %i has an unallocated %B.
2250 msgid "@d @i %i has an unallocated %B. "
2253 #: e2fsck/problem.c:1507
2255 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2256 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2259 #: e2fsck/problem.c:1513
2261 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2262 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2265 #: e2fsck/problem.c:1518
2266 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2267 msgid "@i %i (%Q) is an @I character @v.\n"
2270 #: e2fsck/problem.c:1523
2271 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2272 msgid "@i %i (%Q) is an @I @b @v.\n"
2275 #: e2fsck/problem.c:1528
2276 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2277 msgid "@E is duplicate '.' @e.\n"
2280 #: e2fsck/problem.c:1533
2281 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2282 msgid "@E is duplicate '..' @e.\n"
2285 #: e2fsck/problem.c:1539 e2fsck/problem.c:1898
2287 msgid "Internal error: couldn't find dir_info for %i.\n"
2290 #: e2fsck/problem.c:1544
2291 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2292 msgid "@E has rec_len of %Dr, @s %N.\n"
2295 #: e2fsck/problem.c:1550
2297 #. @-expanded: error allocating icount structure: %m\n
2298 msgid "@A icount structure: %m\n"
2301 #: e2fsck/problem.c:1556
2303 #. @-expanded: Error iterating over directory blocks: %m\n
2304 msgid "Error iterating over @d @bs: %m\n"
2307 #: e2fsck/problem.c:1561
2308 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2309 msgid "Error reading @d @b %b (@i %i): %m\n"
2312 #: e2fsck/problem.c:1566
2313 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2314 msgid "Error writing @d @b %b (@i %i): %m\n"
2317 #: e2fsck/problem.c:1572
2319 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2320 msgid "@A new @d @b for @i %i (%s): %m\n"
2323 #: e2fsck/problem.c:1578
2325 #. @-expanded: Error deallocating inode %i: %m\n
2326 msgid "Error deallocating @i %i: %m\n"
2329 #: e2fsck/problem.c:1584
2331 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2332 msgid "@d @e for '.' in %p (%i) is big.\n"
2335 #: e2fsck/problem.c:1589
2336 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2337 msgid "@i %i (%Q) is an @I FIFO.\n"
2340 #: e2fsck/problem.c:1594
2341 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2342 msgid "@i %i (%Q) is an @I socket.\n"
2345 #: e2fsck/problem.c:1599
2346 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2347 msgid "Setting filetype for @E to %N.\n"
2350 #: e2fsck/problem.c:1604
2351 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2352 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2355 #: e2fsck/problem.c:1609
2356 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2357 msgid "@E has filetype set.\n"
2360 #: e2fsck/problem.c:1614
2361 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2362 msgid "@E has a @z name.\n"
2365 #: e2fsck/problem.c:1619
2366 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2367 msgid "Symlink %Q (@i #%i) is @n.\n"
2370 #: e2fsck/problem.c:1624
2371 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2372 msgid "@a @b @F @n (%If).\n"
2375 #: e2fsck/problem.c:1629
2376 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2377 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2380 #: e2fsck/problem.c:1634
2381 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2382 msgid "@p @h %d: %B not referenced\n"
2385 #: e2fsck/problem.c:1639
2386 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2387 msgid "@p @h %d: %B referenced twice\n"
2390 #: e2fsck/problem.c:1644
2391 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2392 msgid "@p @h %d: %B has bad min hash\n"
2395 #: e2fsck/problem.c:1649
2396 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2397 msgid "@p @h %d: %B has bad max hash\n"
2400 #: e2fsck/problem.c:1654
2401 #. @-expanded: invalid HTREE directory inode %d (%q).
2402 msgid "@n @h %d (%q). "
2405 #: e2fsck/problem.c:1658
2406 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2407 msgid "@p @h %d (%q): bad @b number %b.\n"
2410 #: e2fsck/problem.c:1669
2412 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2413 msgid "@p @h %d: root node is @n\n"
2416 #: e2fsck/problem.c:1674
2417 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2418 msgid "@p @h %d: %B has @n limit (%N)\n"
2421 #: e2fsck/problem.c:1679
2422 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2423 msgid "@p @h %d: %B has @n count (%N)\n"
2426 #: e2fsck/problem.c:1684
2427 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2428 msgid "@p @h %d: %B has an unordered hash table\n"
2431 #: e2fsck/problem.c:1689
2432 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2433 msgid "@p @h %d: %B has @n depth (%N)\n"
2436 #: e2fsck/problem.c:1694
2437 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2438 msgid "Duplicate @E found. "
2441 #: e2fsck/problem.c:1699
2443 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2444 #. @-expanded: Rename to %s
2446 "@E has a non-unique filename.\n"
2450 #: e2fsck/problem.c:1704
2451 #. @-expanded: Duplicate entry '%Dn' found.\n
2452 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2455 "Duplicate @e '%Dn' found.\n"
2456 "\tMarking %p (%i) to be rebuilt.\n"
2460 #: e2fsck/problem.c:1709
2461 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2462 msgid "i_blocks_hi @F %N, @s zero.\n"
2465 #: e2fsck/problem.c:1714
2466 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2467 msgid "Unexpected @b in @h %d (%q).\n"
2470 #: e2fsck/problem.c:1719
2471 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2472 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2475 #: e2fsck/problem.c:1724
2476 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2477 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2480 #: e2fsck/problem.c:1729
2481 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2482 msgid "i_file_acl_hi @F %N, @s zero.\n"
2485 #: e2fsck/problem.c:1735
2487 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2488 msgid "@p @h %d: root node fails checksum.\n"
2491 #: e2fsck/problem.c:1741
2493 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2494 msgid "@p @h %d: internal node fails checksum.\n"
2497 #: e2fsck/problem.c:1746
2498 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2499 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2502 #: e2fsck/problem.c:1751
2503 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2504 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2507 #: e2fsck/problem.c:1756
2508 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2509 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2512 #: e2fsck/problem.c:1762
2514 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2515 msgid "Fixing size of inline @d @i %i failed.\n"
2518 #: e2fsck/problem.c:1767
2519 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2520 msgid "Encrypted @E is too short.\n"
2523 #: e2fsck/problem.c:1774
2524 #. @-expanded: Pass 3: Checking directory connectivity\n
2525 msgid "Pass 3: Checking @d connectivity\n"
2528 #: e2fsck/problem.c:1779
2529 #. @-expanded: root inode not allocated.
2530 msgid "@r not allocated. "
2533 #: e2fsck/problem.c:1784
2534 #. @-expanded: No room in lost+found directory.
2535 msgid "No room in @l @d. "
2538 #: e2fsck/problem.c:1790
2540 #. @-expanded: Unconnected directory inode %i (%p)\n
2541 msgid "Unconnected @d @i %i (%p)\n"
2544 #: e2fsck/problem.c:1795
2545 #. @-expanded: /lost+found not found.
2546 msgid "/@l not found. "
2549 #: e2fsck/problem.c:1800
2550 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2551 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2554 #: e2fsck/problem.c:1806
2556 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2557 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2560 #: e2fsck/problem.c:1812
2562 #. @-expanded: Could not expand /lost+found: %m\n
2563 msgid "Could not expand /@l: %m\n"
2566 #: e2fsck/problem.c:1818
2568 msgid "Could not reconnect %i: %m\n"
2571 #: e2fsck/problem.c:1824
2573 #. @-expanded: Error while trying to find /lost+found: %m\n
2574 msgid "Error while trying to find /@l: %m\n"
2577 #: e2fsck/problem.c:1830
2579 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2580 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2583 #: e2fsck/problem.c:1836
2585 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2586 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2589 #: e2fsck/problem.c:1842
2591 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2592 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2595 #: e2fsck/problem.c:1848
2597 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2598 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2601 #: e2fsck/problem.c:1854
2603 #. @-expanded: Error while adjusting inode count on inode %i\n
2604 msgid "Error while adjusting @i count on @i %i\n"
2607 #: e2fsck/problem.c:1860
2609 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2612 "Couldn't fix parent of @i %i: %m\n"
2616 #: e2fsck/problem.c:1866
2618 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2621 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2625 #: e2fsck/problem.c:1877
2627 #. @-expanded: Error creating root directory (%s): %m\n
2628 msgid "Error creating root @d (%s): %m\n"
2631 #: e2fsck/problem.c:1883
2633 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2634 msgid "Error creating /@l @d (%s): %m\n"
2637 #: e2fsck/problem.c:1888
2638 #. @-expanded: root inode is not a directory; aborting.\n
2639 msgid "@r is not a @d; aborting.\n"
2642 #: e2fsck/problem.c:1893
2643 #. @-expanded: Cannot proceed without a root inode.\n
2644 msgid "Cannot proceed without a @r.\n"
2647 #: e2fsck/problem.c:1904
2649 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2650 msgid "/@l is not a @d (ino=%i)\n"
2653 #: e2fsck/problem.c:1909
2654 #. @-expanded: /lost+found has inline data\n
2655 msgid "/@l has inline data\n"
2658 #: e2fsck/problem.c:1914
2659 #. @-expanded: Cannot allocate space for /lost+found.\n
2660 #. @-expanded: Place lost files in root directory instead
2662 "Cannot allocate space for /@l.\n"
2663 "Place lost files in root directory instead"
2666 #: e2fsck/problem.c:1919
2667 #. @-expanded: Insufficient space to recover lost files!\n
2668 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2671 "Insufficient space to recover lost files!\n"
2672 "Move data off the @f and re-run e2fsck.\n"
2676 #: e2fsck/problem.c:1924
2677 #. @-expanded: /lost+found is encrypted\n
2678 msgid "/@l is encrypted\n"
2681 #: e2fsck/problem.c:1931
2682 msgid "Pass 3A: Optimizing directories\n"
2685 #: e2fsck/problem.c:1937
2687 msgid "Failed to create dirs_to_hash iterator: %m\n"
2690 #: e2fsck/problem.c:1942
2691 msgid "Failed to optimize directory %q (%d): %m\n"
2694 #: e2fsck/problem.c:1947
2695 msgid "Optimizing directories: "
2698 #: e2fsck/problem.c:1964
2699 msgid "Pass 4: Checking reference counts\n"
2702 #: e2fsck/problem.c:1970
2704 #. @-expanded: unattached zero-length inode %i.
2705 msgid "@u @z @i %i. "
2708 #: e2fsck/problem.c:1976
2710 #. @-expanded: unattached inode %i\n
2714 #: e2fsck/problem.c:1981
2715 #. @-expanded: inode %i ref count is %Il, should be %N.
2716 msgid "@i %i ref count is %Il, @s %N. "
2719 #: e2fsck/problem.c:1985
2720 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2721 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2722 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2724 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2725 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2726 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2729 #: e2fsck/problem.c:1992
2730 #. @-expanded: extended attribute inode %i ref count is %N, should be %n.
2731 msgid "@a @i %i ref count is %N, @s %n. "
2734 #: e2fsck/problem.c:1997
2735 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2736 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2739 #: e2fsck/problem.c:2004
2740 #. @-expanded: Pass 5: Checking group summary information\n
2741 msgid "Pass 5: Checking @g summary information\n"
2744 #: e2fsck/problem.c:2009
2745 #. @-expanded: Padding at end of inode bitmap is not set.
2746 msgid "Padding at end of @i @B is not set. "
2749 #: e2fsck/problem.c:2014
2750 #. @-expanded: Padding at end of block bitmap is not set.
2751 msgid "Padding at end of @b @B is not set. "
2754 #: e2fsck/problem.c:2019
2755 #. @-expanded: block bitmap differences:
2756 msgid "@b @B differences: "
2759 #: e2fsck/problem.c:2041
2760 #. @-expanded: inode bitmap differences:
2761 msgid "@i @B differences: "
2764 #: e2fsck/problem.c:2063
2765 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2766 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2769 #: e2fsck/problem.c:2068
2770 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2771 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2774 #: e2fsck/problem.c:2073
2775 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2776 msgid "Free @is count wrong (%i, counted=%j).\n"
2779 #: e2fsck/problem.c:2078
2780 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2781 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2784 #: e2fsck/problem.c:2083
2785 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2786 msgid "Free @bs count wrong (%b, counted=%c).\n"
2789 #: e2fsck/problem.c:2088
2790 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2791 #. @-expanded: endpoints (%i, %j)\n
2793 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2794 "endpoints (%i, %j)\n"
2797 #: e2fsck/problem.c:2094
2798 msgid "Internal error: fudging end of bitmap (%N)\n"
2801 #: e2fsck/problem.c:2100
2803 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2804 msgid "Error copying in replacement @i @B: %m\n"
2807 #: e2fsck/problem.c:2106
2809 #. @-expanded: Error copying in replacement block bitmap: %m\n
2810 msgid "Error copying in replacement @b @B: %m\n"
2813 #: e2fsck/problem.c:2136
2815 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2816 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2819 #: e2fsck/problem.c:2142
2821 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2822 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2825 #: e2fsck/problem.c:2148
2827 #. @-expanded: group %g inode bitmap does not match checksum.\n
2828 msgid "@g %g @i @B does not match checksum.\n"
2831 #: e2fsck/problem.c:2154
2833 #. @-expanded: group %g block bitmap does not match checksum.\n
2834 msgid "@g %g @b @B does not match checksum.\n"
2837 #: e2fsck/problem.c:2161
2838 #. @-expanded: Recreate journal
2842 #: e2fsck/problem.c:2166
2843 msgid "Update quota info for quota type %N"
2846 #: e2fsck/problem.c:2172
2848 #. @-expanded: Error setting block group checksum info: %m\n
2849 msgid "Error setting @b @g checksum info: %m\n"
2852 #: e2fsck/problem.c:2178
2854 msgid "Error writing file system info: %m\n"
2857 #: e2fsck/problem.c:2184
2859 msgid "Error flushing writes to storage device: %m\n"
2862 #: e2fsck/problem.c:2189
2863 msgid "Error writing quota info for quota type %N: %m\n"
2866 #: e2fsck/problem.c:2352
2868 msgid "Unhandled error code (0x%x)!\n"
2871 #: e2fsck/problem.c:2482 e2fsck/problem.c:2486
2875 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
2876 msgid "in move_quota_inode"
2879 #: e2fsck/scantest.c:79
2881 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2884 #: e2fsck/scantest.c:98
2886 msgid "size of inode=%d\n"
2889 #: e2fsck/scantest.c:119
2890 msgid "while starting inode scan"
2893 #: e2fsck/scantest.c:130
2894 msgid "while doing inode scan"
2897 #: e2fsck/super.c:224
2899 msgid "while calling ext2fs_block_iterate for inode %u"
2902 #: e2fsck/super.c:249
2904 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
2907 #: e2fsck/super.c:374
2911 #: e2fsck/super.c:375
2918 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2919 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2920 "\t\t[-E extended-options] [-z undo_file] device\n"
2927 " -p Automatic repair (no questions)\n"
2928 " -n Make no changes to the filesystem\n"
2929 " -y Assume \"yes\" to all questions\n"
2930 " -c Check for bad blocks and add them to the badblock "
2932 " -f Force checking even if filesystem is marked clean\n"
2938 " -b superblock Use alternative superblock\n"
2939 " -B blocksize Force blocksize when looking for superblock\n"
2940 " -j external_journal Set location of the external journal\n"
2941 " -l bad_blocks_file Add to badblocks list\n"
2942 " -L bad_blocks_file Set badblocks list\n"
2943 " -z undo_file Create an undo file\n"
2946 #: e2fsck/unix.c:137
2948 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2951 #: e2fsck/unix.c:163
2955 "%12u inode used (%2.2f%%, out of %u)\n"
2958 "%12u inodes used (%2.2f%%, out of %u)\n"
2962 #: e2fsck/unix.c:167
2964 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2965 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2969 #: e2fsck/unix.c:172
2971 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2972 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2976 #: e2fsck/unix.c:177
2978 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2981 #: e2fsck/unix.c:185
2982 msgid " Extent depth histogram: "
2985 #: e2fsck/unix.c:194
2987 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2988 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2992 #: e2fsck/unix.c:198
2994 msgid "%12u bad block\n"
2995 msgid_plural "%12u bad blocks\n"
2999 #: e2fsck/unix.c:200
3001 msgid "%12u large file\n"
3002 msgid_plural "%12u large files\n"
3006 #: e2fsck/unix.c:202
3010 "%12u regular file\n"
3013 "%12u regular files\n"
3017 #: e2fsck/unix.c:204
3019 msgid "%12u directory\n"
3020 msgid_plural "%12u directories\n"
3024 #: e2fsck/unix.c:206
3026 msgid "%12u character device file\n"
3027 msgid_plural "%12u character device files\n"
3031 #: e2fsck/unix.c:209
3033 msgid "%12u block device file\n"
3034 msgid_plural "%12u block device files\n"
3038 #: e2fsck/unix.c:211
3041 msgid_plural "%12u fifos\n"
3045 #: e2fsck/unix.c:213
3048 msgid_plural "%12u links\n"
3052 #: e2fsck/unix.c:215
3054 msgid "%12u symbolic link"
3055 msgid_plural "%12u symbolic links"
3059 #: e2fsck/unix.c:217
3061 msgid " (%u fast symbolic link)\n"
3062 msgid_plural " (%u fast symbolic links)\n"
3066 #: e2fsck/unix.c:221
3068 msgid "%12u socket\n"
3069 msgid_plural "%12u sockets\n"
3073 #: e2fsck/unix.c:225
3076 msgid_plural "%12u files\n"
3080 #: e2fsck/unix.c:238 misc/badblocks.c:1002 misc/tune2fs.c:2986 misc/util.c:129
3081 #: resize/main.c:354
3083 msgid "while determining whether %s is mounted."
3086 #: e2fsck/unix.c:259
3088 msgid "Warning! %s is mounted.\n"
3091 #: e2fsck/unix.c:262
3093 msgid "Warning! %s is in use.\n"
3096 #: e2fsck/unix.c:268
3098 msgid "%s is mounted.\n"
3101 #: e2fsck/unix.c:270
3103 msgid "%s is in use.\n"
3106 #: e2fsck/unix.c:272
3108 "Cannot continue, aborting.\n"
3112 #: e2fsck/unix.c:274
3116 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3117 "cause ***SEVERE*** filesystem damage.\n"
3121 #: e2fsck/unix.c:279
3122 msgid "Do you really want to continue"
3125 #: e2fsck/unix.c:281
3126 msgid "check aborted.\n"
3129 #: e2fsck/unix.c:375
3130 msgid " contains a file system with errors"
3133 #: e2fsck/unix.c:377
3134 msgid " was not cleanly unmounted"
3137 #: e2fsck/unix.c:379
3138 msgid " primary superblock features different from backup"
3141 #: e2fsck/unix.c:383
3143 msgid " has been mounted %u times without being checked"
3146 #: e2fsck/unix.c:390
3147 msgid " has filesystem last checked time in the future"
3150 #: e2fsck/unix.c:396
3152 msgid " has gone %u days without being checked"
3155 #: e2fsck/unix.c:404
3156 msgid "ignoring check interval, broken_system_clock set\n"
3159 #: e2fsck/unix.c:410
3160 msgid ", check forced.\n"
3163 #: e2fsck/unix.c:443
3165 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3168 #: e2fsck/unix.c:463
3169 msgid " (check deferred; on battery)"
3172 #: e2fsck/unix.c:466
3173 msgid " (check after next mount)"
3176 #: e2fsck/unix.c:468
3178 msgid " (check in %ld mounts)"
3181 #: e2fsck/unix.c:618
3183 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3186 #: e2fsck/unix.c:689
3187 msgid "Invalid EA version.\n"
3190 #: e2fsck/unix.c:702
3191 msgid "Invalid readahead buffer size.\n"
3194 #: e2fsck/unix.c:757
3196 msgid "Unknown extended option: %s\n"
3199 #: e2fsck/unix.c:765
3202 "Extended options are separated by commas, and may take an argument which\n"
3203 "is set off by an equals ('=') sign. Valid extended options are:\n"
3207 #: e2fsck/unix.c:769
3208 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3211 #: e2fsck/unix.c:778
3212 msgid "\treadahead_kb=<buffer size>\n"
3215 #: e2fsck/unix.c:790
3218 "Syntax error in e2fsck config file (%s, line #%d)\n"
3222 #: e2fsck/unix.c:863
3224 msgid "Error validating file descriptor %d: %s\n"
3227 #: e2fsck/unix.c:867
3228 msgid "Invalid completion information file descriptor"
3231 #: e2fsck/unix.c:882
3232 msgid "Only one of the options -p/-a, -n or -y may be specified."
3235 #: e2fsck/unix.c:903
3237 msgid "The -t option is not supported on this version of e2fsck.\n"
3240 #: e2fsck/unix.c:934 e2fsck/unix.c:1012 misc/e2initrd_helper.c:330
3241 #: misc/tune2fs.c:1695 misc/tune2fs.c:1990 misc/tune2fs.c:2008
3243 msgid "Unable to resolve '%s'"
3246 #: e2fsck/unix.c:991
3247 msgid "The -n and -D options are incompatible."
3250 #: e2fsck/unix.c:996
3251 msgid "The -n and -c options are incompatible."
3254 #: e2fsck/unix.c:1001
3255 msgid "The -n and -l/-L options are incompatible."
3258 #: e2fsck/unix.c:1025
3259 msgid "The -D and -E fixes_only options are incompatible."
3262 #: e2fsck/unix.c:1031
3263 msgid "The -E bmap2extent and fixes_only options are incompatible."
3266 #: e2fsck/unix.c:1095
3267 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3270 #: e2fsck/unix.c:1142
3273 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3277 #: e2fsck/unix.c:1151
3281 "Invalid non-numeric argument to -%c (\"%s\")\n"
3285 #: e2fsck/unix.c:1242
3288 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3292 #: e2fsck/unix.c:1259 e2fsck/unix.c:1264
3293 msgid "while checking MMP block"
3296 #: e2fsck/unix.c:1266
3299 "If you are sure the filesystem is not in use on any node, run:\n"
3300 "'tune2fs -f -E clear_mmp %s'\n"
3303 #: e2fsck/unix.c:1282
3304 msgid "while reading MMP block"
3307 #: e2fsck/unix.c:1302 e2fsck/unix.c:1354 misc/e2undo.c:236 misc/e2undo.c:281
3308 #: misc/mke2fs.c:2696 misc/mke2fs.c:2747 misc/tune2fs.c:2713
3309 #: misc/tune2fs.c:2758 resize/main.c:188 resize/main.c:233
3312 "Overwriting existing filesystem; this can be undone using the command:\n"
3317 #: e2fsck/unix.c:1343 misc/e2undo.c:270 misc/mke2fs.c:2736 misc/tune2fs.c:2747
3318 #: resize/main.c:222
3320 msgid "while trying to delete %s"
3323 #: e2fsck/unix.c:1369 misc/mke2fs.c:2762 resize/main.c:243
3324 msgid "while trying to setup undo file\n"
3327 #: e2fsck/unix.c:1412
3328 msgid "Error: ext2fs library version out of date!\n"
3331 #: e2fsck/unix.c:1419
3332 msgid "while trying to initialize program"
3335 #: e2fsck/unix.c:1456
3337 msgid "\tUsing %s, %s\n"
3340 #: e2fsck/unix.c:1468
3341 msgid "need terminal for interactive repairs"
3344 #: e2fsck/unix.c:1529
3346 msgid "%s: %s trying backup blocks...\n"
3349 #: e2fsck/unix.c:1531
3350 msgid "Superblock invalid,"
3353 #: e2fsck/unix.c:1532
3354 msgid "Group descriptors look bad..."
3357 #: e2fsck/unix.c:1542
3359 msgid "%s: %s while using the backup blocks"
3362 #: e2fsck/unix.c:1546
3364 msgid "%s: going back to original superblock\n"
3367 #: e2fsck/unix.c:1575
3369 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3370 "(Or the filesystem superblock is corrupt)\n"
3374 #: e2fsck/unix.c:1582
3375 msgid "Could this be a zero-length partition?\n"
3378 #: e2fsck/unix.c:1584
3380 msgid "You must have %s access to the filesystem or be root\n"
3383 #: e2fsck/unix.c:1590
3384 msgid "Possibly non-existent or swap device?\n"
3387 #: e2fsck/unix.c:1592
3388 msgid "Filesystem mounted or opened exclusively by another program?\n"
3391 #: e2fsck/unix.c:1596
3392 msgid "Possibly non-existent device?\n"
3395 #: e2fsck/unix.c:1599
3397 "Disk write-protected; use the -n option to do a read-only\n"
3398 "check of the device.\n"
3401 #: e2fsck/unix.c:1613
3403 msgid "%s: Trying to load superblock despite errors...\n"
3406 #: e2fsck/unix.c:1688
3407 msgid "Get a newer version of e2fsck!"
3410 #: e2fsck/unix.c:1749
3412 msgid "while checking journal for %s"
3415 #: e2fsck/unix.c:1752
3416 msgid "Cannot proceed with file system check"
3419 #: e2fsck/unix.c:1763
3421 "Warning: skipping journal recovery because doing a read-only filesystem "
3425 #: e2fsck/unix.c:1775
3427 msgid "unable to set superblock flags on %s\n"
3430 #: e2fsck/unix.c:1781
3432 msgid "Journal checksum error found in %s\n"
3435 #: e2fsck/unix.c:1785
3437 msgid "Journal corrupted in %s\n"
3440 #: e2fsck/unix.c:1789
3442 msgid "while recovering journal of %s"
3445 #: e2fsck/unix.c:1811
3447 msgid "%s has unsupported feature(s):"
3450 #: e2fsck/unix.c:1826
3452 msgid "%s has unsupported encoding: %0x\n"
3455 #: e2fsck/unix.c:1876
3457 msgid "%s: %s while reading bad blocks inode\n"
3460 #: e2fsck/unix.c:1879
3461 msgid "This doesn't bode well, but we'll try to go on...\n"
3464 #: e2fsck/unix.c:1919
3466 msgid "Creating journal (%d blocks): "
3469 #: e2fsck/unix.c:1929
3473 #: e2fsck/unix.c:1931
3476 "*** journal has been regenerated ***\n"
3479 #: e2fsck/unix.c:1937
3483 #: e2fsck/unix.c:1939
3485 msgid "%s: e2fsck canceled.\n"
3488 #: e2fsck/unix.c:1966
3489 msgid "Restarting e2fsck from the beginning...\n"
3492 #: e2fsck/unix.c:1970
3493 msgid "while resetting context"
3496 #: e2fsck/unix.c:2029
3500 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3503 #: e2fsck/unix.c:2031
3505 msgid "%s: File system was modified.\n"
3508 #: e2fsck/unix.c:2035 e2fsck/util.c:71
3512 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3515 #: e2fsck/unix.c:2040
3517 msgid "%s: ***** REBOOT SYSTEM *****\n"
3520 #: e2fsck/unix.c:2050 e2fsck/util.c:77
3524 "%s: ********** WARNING: Filesystem still has errors **********\n"
3528 #: e2fsck/util.c:196 misc/util.c:93
3532 #: e2fsck/util.c:197 misc/util.c:112
3536 #: e2fsck/util.c:198
3540 #: e2fsck/util.c:202
3541 msgid " ('a' enables 'yes' to all) "
3544 #: e2fsck/util.c:219
3548 #: e2fsck/util.c:221
3552 #: e2fsck/util.c:223
3556 #: e2fsck/util.c:246
3557 msgid "cancelled!\n"
3560 #: e2fsck/util.c:279
3561 msgid "yes to all\n"
3564 #: e2fsck/util.c:281
3568 #: e2fsck/util.c:283
3572 #: e2fsck/util.c:293
3579 #: e2fsck/util.c:297
3586 #: e2fsck/util.c:301
3590 #: e2fsck/util.c:301
3594 #: e2fsck/util.c:317
3596 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3599 #: e2fsck/util.c:322
3600 msgid "reading inode and block bitmaps"
3603 #: e2fsck/util.c:334
3605 msgid "while retrying to read bitmaps for %s"
3608 #: e2fsck/util.c:346
3609 msgid "writing block and inode bitmaps"
3612 #: e2fsck/util.c:351
3614 msgid "while rewriting block and inode bitmaps for %s"
3617 #: e2fsck/util.c:363
3622 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3623 "\t(i.e., without -a or -p options)\n"
3626 #: e2fsck/util.c:444
3628 msgid "Memory used: %luk/%luk (%luk/%luk), "
3631 #: e2fsck/util.c:448
3633 msgid "Memory used: %lu, "
3636 #: e2fsck/util.c:455
3638 msgid "time: %5.2f/%5.2f/%5.2f\n"
3641 #: e2fsck/util.c:460
3643 msgid "elapsed time: %6.3f\n"
3646 #: e2fsck/util.c:495 e2fsck/util.c:509
3648 msgid "while reading inode %lu in %s"
3651 #: e2fsck/util.c:523 e2fsck/util.c:536
3653 msgid "while writing inode %lu in %s"
3656 #: e2fsck/util.c:792
3658 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3662 #: misc/badblocks.c:75
3666 #: misc/badblocks.c:100
3669 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3670 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3672 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3673 " device [last_block [first_block]]\n"
3676 #: misc/badblocks.c:111
3679 "%s: The -n and -w options are mutually exclusive.\n"
3683 #: misc/badblocks.c:229
3685 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3688 #: misc/badblocks.c:337
3689 msgid "Testing with random pattern: "
3692 #: misc/badblocks.c:355
3693 msgid "Testing with pattern 0x"
3696 #: misc/badblocks.c:387 misc/badblocks.c:460
3700 #: misc/badblocks.c:398
3702 msgid "Weird value (%ld) in do_read\n"
3705 #: misc/badblocks.c:485
3706 msgid "during ext2fs_sync_device"
3709 #: misc/badblocks.c:505 misc/badblocks.c:767
3710 msgid "while beginning bad block list iteration"
3713 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3714 msgid "while allocating buffers"
3717 #: misc/badblocks.c:524
3719 msgid "Checking blocks %lu to %lu\n"
3722 #: misc/badblocks.c:529
3723 msgid "Checking for bad blocks in read-only mode\n"
3726 #: misc/badblocks.c:538
3727 msgid "Checking for bad blocks (read-only test): "
3730 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3731 #: misc/badblocks.c:841
3732 msgid "Too many bad blocks, aborting test\n"
3735 #: misc/badblocks.c:627
3736 msgid "Checking for bad blocks in read-write mode\n"
3739 #: misc/badblocks.c:629 misc/badblocks.c:791
3741 msgid "From block %lu to %lu\n"
3744 #: misc/badblocks.c:684
3745 msgid "Reading and comparing: "
3748 #: misc/badblocks.c:790
3749 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3752 #: misc/badblocks.c:796
3753 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3756 #: misc/badblocks.c:803
3759 "Interrupt caught, cleaning up\n"
3762 #: misc/badblocks.c:886
3764 msgid "during test data write, block %lu"
3767 #: misc/badblocks.c:1007 misc/util.c:134
3769 msgid "%s is mounted; "
3772 #: misc/badblocks.c:1009
3773 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3776 #: misc/badblocks.c:1014
3777 msgid "it's not safe to run badblocks!\n"
3780 #: misc/badblocks.c:1019 misc/util.c:145
3782 msgid "%s is apparently in use by the system; "
3785 #: misc/badblocks.c:1022
3786 msgid "badblocks forced anyway.\n"
3789 #: misc/badblocks.c:1042
3791 msgid "invalid %s - %s"
3794 #: misc/badblocks.c:1136
3796 msgid "Too big max bad blocks count %u - maximum is %u"
3799 #: misc/badblocks.c:1163
3801 msgid "can't allocate memory for test_pattern - %s"
3804 #: misc/badblocks.c:1193
3805 msgid "Maximum of one test_pattern may be specified in read-only mode"
3808 #: misc/badblocks.c:1199
3809 msgid "Random test_pattern is not allowed in read-only mode"
3812 #: misc/badblocks.c:1213
3814 "Couldn't determine device size; you must specify\n"
3815 "the size manually\n"
3818 #: misc/badblocks.c:1219
3819 msgid "while trying to determine device size"
3822 #: misc/badblocks.c:1224
3826 #: misc/badblocks.c:1230
3830 #: misc/badblocks.c:1233
3832 msgid "invalid starting block (%llu): must be less than %llu"
3835 #: misc/badblocks.c:1240
3837 msgid "invalid end block (%llu): must be 32-bit value"
3840 #: misc/badblocks.c:1296
3841 msgid "while creating in-memory bad blocks list"
3844 #: misc/badblocks.c:1305
3845 msgid "input file - bad format"
3848 #: misc/badblocks.c:1313 misc/badblocks.c:1322
3849 msgid "while adding to in-memory bad block list"
3852 #: misc/badblocks.c:1347
3854 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3859 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTuF] [-v version] files...\n"
3862 #: misc/chattr.c:160
3864 msgid "bad project - %s\n"
3867 #: misc/chattr.c:174
3869 msgid "bad version - %s\n"
3872 #: misc/chattr.c:220 misc/lsattr.c:127
3874 msgid "while trying to stat %s"
3877 #: misc/chattr.c:227
3879 msgid "while reading flags on %s"
3882 #: misc/chattr.c:232 misc/chattr.c:244
3884 msgid "Flags of %s set as "
3887 #: misc/chattr.c:253
3889 msgid "while setting flags on %s"
3892 #: misc/chattr.c:261
3894 msgid "Version of %s set as %lu\n"
3897 #: misc/chattr.c:265
3899 msgid "while setting version on %s"
3902 #: misc/chattr.c:272
3904 msgid "Project of %s set as %lu\n"
3907 #: misc/chattr.c:276
3909 msgid "while setting project on %s"
3912 #: misc/chattr.c:298
3913 msgid "Couldn't allocate path variable in chattr_dir_proc"
3916 #: misc/chattr.c:338
3917 msgid "= is incompatible with - and +\n"
3920 #: misc/chattr.c:346
3921 msgid "Must use '-v', =, - or +\n"
3924 #: misc/create_inode.c:80 misc/create_inode.c:119
3926 msgid "while reading inode %u"
3929 #: misc/create_inode.c:90 misc/create_inode.c:288 misc/create_inode.c:353
3930 #: misc/create_inode.c:391
3931 msgid "while expanding directory"
3934 #: misc/create_inode.c:97
3936 msgid "while linking \"%s\""
3939 #: misc/create_inode.c:105 misc/create_inode.c:132 misc/create_inode.c:322
3941 msgid "while writing inode %u"
3944 #: misc/create_inode.c:152 misc/create_inode.c:176
3946 msgid "while listing attributes of \"%s\""
3949 #: misc/create_inode.c:163
3951 msgid "while opening inode %u"
3954 #: misc/create_inode.c:169 misc/create_inode.c:196 misc/create_inode.c:1043
3955 #: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
3956 #: misc/mke2fs.c:359
3957 msgid "while allocating memory"
3960 #: misc/create_inode.c:189 misc/create_inode.c:205
3962 msgid "while reading attribute \"%s\" of \"%s\""
3965 #: misc/create_inode.c:214
3967 msgid "while writing attribute \"%s\" to inode %u"
3970 #: misc/create_inode.c:224
3972 msgid "while closing inode %u"
3975 #: misc/create_inode.c:275
3977 msgid "while allocating inode \"%s\""
3980 #: misc/create_inode.c:294
3982 msgid "while creating inode \"%s\""
3985 #: misc/create_inode.c:360
3987 msgid "while creating symlink \"%s\""
3990 #: misc/create_inode.c:378 misc/create_inode.c:963
3992 msgid "while looking up \"%s\""
3995 #: misc/create_inode.c:398
3997 msgid "while creating directory \"%s\""
4000 #: misc/create_inode.c:627
4002 msgid "while opening \"%s\" to copy"
4005 #: misc/create_inode.c:805
4007 msgid "while changing working directory to \"%s\""
4010 #: misc/create_inode.c:815
4012 msgid "while scanning directory \"%s\""
4015 #: misc/create_inode.c:825
4017 msgid "while lstat \"%s\""
4020 #: misc/create_inode.c:875
4022 msgid "while creating special file \"%s\""
4025 #: misc/create_inode.c:884
4026 msgid "malloc failed"
4029 #: misc/create_inode.c:892
4031 msgid "while trying to read link \"%s\""
4034 #: misc/create_inode.c:899
4035 msgid "symlink increased in size between lstat() and readlink()"
4038 #: misc/create_inode.c:910
4040 msgid "while writing symlink\"%s\""
4043 #: misc/create_inode.c:921
4045 msgid "while writing file \"%s\""
4048 #: misc/create_inode.c:934
4050 msgid "while making dir \"%s\""
4053 #: misc/create_inode.c:952
4054 msgid "while changing directory"
4057 #: misc/create_inode.c:958
4059 msgid "ignoring entry \"%s\""
4062 #: misc/create_inode.c:971
4064 msgid "while setting inode for \"%s\""
4067 #: misc/create_inode.c:978
4069 msgid "while setting xattrs for \"%s\""
4072 #: misc/create_inode.c:1004
4073 msgid "while saving inode data"
4076 #: misc/dumpe2fs.c:56
4079 "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4082 #: misc/dumpe2fs.c:159
4086 #: misc/dumpe2fs.c:168
4090 #: misc/dumpe2fs.c:219
4092 msgid "Group %lu: (Blocks "
4095 #: misc/dumpe2fs.c:226
4097 msgid " csum 0x%04x"
4100 #: misc/dumpe2fs.c:228
4102 msgid " (EXPECTED 0x%04x)"
4105 #: misc/dumpe2fs.c:233
4107 msgid " %s superblock at "
4110 #: misc/dumpe2fs.c:234
4114 #: misc/dumpe2fs.c:234
4118 #: misc/dumpe2fs.c:238
4119 msgid ", Group descriptors at "
4122 #: misc/dumpe2fs.c:242
4125 " Reserved GDT blocks at "
4128 #: misc/dumpe2fs.c:249
4129 msgid " Group descriptor at "
4132 #: misc/dumpe2fs.c:255
4133 msgid " Block bitmap at "
4136 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4138 msgid ", csum 0x%08x"
4141 #: misc/dumpe2fs.c:263
4145 #: misc/dumpe2fs.c:265
4151 #: misc/dumpe2fs.c:266
4152 msgid " Inode bitmap at "
4155 #: misc/dumpe2fs.c:273
4161 #: misc/dumpe2fs.c:279
4165 " %u free %s, %u free inodes, %u directories%s"
4168 #: misc/dumpe2fs.c:286
4170 msgid ", %u unused inodes\n"
4173 #: misc/dumpe2fs.c:289
4174 msgid " Free blocks: "
4177 #: misc/dumpe2fs.c:304
4178 msgid " Free inodes: "
4181 #: misc/dumpe2fs.c:340
4182 msgid "while printing bad block list"
4185 #: misc/dumpe2fs.c:346
4187 msgid "Bad blocks: %u"
4190 #: misc/dumpe2fs.c:373 misc/tune2fs.c:373
4191 msgid "while reading journal inode"
4194 #: misc/dumpe2fs.c:379
4195 msgid "while opening journal inode"
4198 #: misc/dumpe2fs.c:385
4199 msgid "while reading journal super block"
4202 #: misc/dumpe2fs.c:392
4203 msgid "Journal superblock magic number invalid!\n"
4206 #: misc/dumpe2fs.c:409 misc/tune2fs.c:216
4207 msgid "while reading journal superblock"
4210 #: misc/dumpe2fs.c:417
4211 msgid "Couldn't find journal superblock magic numbers"
4214 #: misc/dumpe2fs.c:468
4215 msgid "failed to alloc MMP buffer\n"
4218 #: misc/dumpe2fs.c:479
4220 msgid "reading MMP block %llu from '%s'\n"
4223 #: misc/dumpe2fs.c:507 misc/mke2fs.c:800 misc/tune2fs.c:2027
4224 msgid "Couldn't allocate memory to parse options!\n"
4227 #: misc/dumpe2fs.c:533
4229 msgid "Invalid superblock parameter: %s\n"
4232 #: misc/dumpe2fs.c:548
4234 msgid "Invalid blocksize parameter: %s\n"
4237 #: misc/dumpe2fs.c:559
4241 "Bad extended option(s) specified: %s\n"
4243 "Extended options are separated by commas, and may take an argument which\n"
4244 "\tis set off by an equals ('=') sign.\n"
4246 "Valid extended options are:\n"
4247 "\tsuperblock=<superblock number>\n"
4248 "\tblocksize=<blocksize>\n"
4251 #: misc/dumpe2fs.c:649 misc/mke2fs.c:1889
4253 msgid "\tUsing %s\n"
4256 #: misc/dumpe2fs.c:694 misc/e2image.c:1629 misc/tune2fs.c:2913
4257 #: resize/main.c:416
4258 msgid "Couldn't find valid filesystem superblock.\n"
4261 #: misc/dumpe2fs.c:716
4263 msgid "%s: MMP feature not enabled.\n"
4266 #: misc/dumpe2fs.c:747
4268 msgid "while trying to read '%s' bitmaps\n"
4271 #: misc/dumpe2fs.c:756
4273 "*** Run e2fsck now!\n"
4277 #: misc/e2image.c:107
4280 "Usage: %s [ -r|Q ] [ -f ] [ -b superblock ] [ -B blocksize][ -fr ] device "
4284 #: misc/e2image.c:110
4286 msgid " %s -I device image-file\n"
4289 #: misc/e2image.c:111
4292 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4296 #: misc/e2image.c:176 misc/e2image.c:589 misc/e2image.c:595 misc/e2image.c:1194
4297 msgid "while allocating buffer"
4300 #: misc/e2image.c:181
4302 msgid "Writing block %llu\n"
4305 #: misc/e2image.c:195
4307 msgid "error writing block %llu"
4310 #: misc/e2image.c:198
4311 msgid "error in generic_write()"
4314 #: misc/e2image.c:215
4315 msgid "Error: header size is bigger than wrt_size\n"
4318 #: misc/e2image.c:220
4319 msgid "Couldn't allocate header buffer\n"
4322 #: misc/e2image.c:248
4323 msgid "while writing superblock"
4326 #: misc/e2image.c:257
4327 msgid "while writing inode table"
4330 #: misc/e2image.c:265
4331 msgid "while writing block bitmap"
4334 #: misc/e2image.c:273
4335 msgid "while writing inode bitmap"
4338 #: misc/e2image.c:515
4340 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4343 #: misc/e2image.c:527
4345 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4348 #: misc/e2image.c:568
4350 msgid "%llu / %llu blocks (%d%%)"
4353 #: misc/e2image.c:599 misc/e2image.c:639
4357 #: misc/e2image.c:636
4359 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4362 #: misc/e2image.c:662
4364 msgid " %s remaining at %.2f MB/s"
4367 #: misc/e2image.c:674 misc/e2image.c:1204
4369 msgid "error reading block %llu"
4372 #: misc/e2image.c:728
4374 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4377 #: misc/e2image.c:732
4379 msgid "at %.2f MB/s"
4382 #: misc/e2image.c:768
4383 msgid "while allocating l1 table"
4386 #: misc/e2image.c:813
4387 msgid "while allocating l2 cache"
4390 #: misc/e2image.c:836
4392 "Warning: There are still tables in the cache while putting the cache, data "
4393 "will be lost so the image may not be valid.\n"
4396 #: misc/e2image.c:1161
4397 msgid "while allocating ext2_qcow2_image"
4400 #: misc/e2image.c:1168
4401 msgid "while initializing ext2_qcow2_image"
4404 #: misc/e2image.c:1227 misc/e2image.c:1245
4405 msgid "Programming error: multiple sequential refcount blocks created!\n"
4408 #: misc/e2image.c:1286
4409 msgid "while allocating block bitmap"
4412 #: misc/e2image.c:1295
4413 msgid "while allocating scramble block bitmap"
4416 #: misc/e2image.c:1318
4417 msgid "Scanning inodes...\n"
4420 #: misc/e2image.c:1330
4421 msgid "Can't allocate block buffer"
4424 #: misc/e2image.c:1369 misc/e2image.c:1383
4426 msgid "while iterating over inode %u"
4429 #: misc/e2image.c:1415
4430 msgid "Raw and qcow2 images cannot be installed"
4433 #: misc/e2image.c:1437
4434 msgid "error reading bitmaps"
4437 #: misc/e2image.c:1449
4438 msgid "while opening device file"
4441 #: misc/e2image.c:1460
4442 msgid "while restoring the image table"
4445 #: misc/e2image.c:1565
4446 msgid "-a option can only be used with raw or QCOW2 images."
4449 #: misc/e2image.c:1570
4450 msgid "-b option can only be used with raw or QCOW2 images."
4453 #: misc/e2image.c:1576
4454 msgid "Offsets are only allowed with raw images."
4457 #: misc/e2image.c:1581
4458 msgid "Move mode is only allowed with raw images."
4461 #: misc/e2image.c:1586
4462 msgid "Move mode requires all data mode."
4465 #: misc/e2image.c:1596
4466 msgid "checking if mounted"
4469 #: misc/e2image.c:1603
4472 "Running e2image on a R/W mounted filesystem can result in an\n"
4473 "inconsistent image which will not be useful for debugging purposes.\n"
4474 "Use -f option if you really want to do that.\n"
4477 #: misc/e2image.c:1657
4478 msgid "QCOW2 image can not be written to the stdout!\n"
4481 #: misc/e2image.c:1663
4482 msgid "Can not stat output\n"
4485 #: misc/e2image.c:1673
4487 msgid "Image (%s) is compressed\n"
4490 #: misc/e2image.c:1676
4492 msgid "Image (%s) is encrypted\n"
4495 #: misc/e2image.c:1679
4497 msgid "Image (%s) is corrupted\n"
4500 #: misc/e2image.c:1683
4502 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4505 #: misc/e2image.c:1693
4506 msgid "The -c option only supported in raw mode\n"
4509 #: misc/e2image.c:1698
4510 msgid "The -c option not supported when writing to stdout\n"
4513 #: misc/e2image.c:1705
4514 msgid "while allocating check_buf"
4517 #: misc/e2image.c:1711
4518 msgid "The -p option only supported in raw mode\n"
4521 #: misc/e2image.c:1721
4523 msgid "%d blocks already contained the data to be copied\n"
4526 #: misc/e2initrd_helper.c:68
4528 msgid "Usage: %s -r device\n"
4531 #: misc/e2label.c:58
4533 msgid "e2label: cannot open %s\n"
4536 #: misc/e2label.c:63
4538 msgid "e2label: cannot seek to superblock\n"
4541 #: misc/e2label.c:68
4543 msgid "e2label: error reading superblock\n"
4546 #: misc/e2label.c:72
4548 msgid "e2label: not an ext2 filesystem\n"
4551 #: misc/e2label.c:97 misc/tune2fs.c:3117
4553 msgid "Warning: label too long, truncating.\n"
4556 #: misc/e2label.c:100
4558 msgid "e2label: cannot seek to superblock again\n"
4561 #: misc/e2label.c:105
4563 msgid "e2label: error writing superblock\n"
4566 #: misc/e2label.c:117 misc/tune2fs.c:1687
4568 msgid "Usage: e2label device [newlabel]\n"
4571 #: misc/e2undo.c:124
4574 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4578 #: misc/e2undo.c:149
4579 msgid "The file system superblock doesn't match the undo file.\n"
4582 #: misc/e2undo.c:152
4583 msgid "UUID does not match.\n"
4586 #: misc/e2undo.c:154
4587 msgid "Last mount time does not match.\n"
4590 #: misc/e2undo.c:156
4591 msgid "Last write time does not match.\n"
4594 #: misc/e2undo.c:158
4595 msgid "Lifetime write counter does not match.\n"
4598 #: misc/e2undo.c:172
4599 msgid "while reading filesystem superblock."
4602 #: misc/e2undo.c:188
4603 msgid "while fetching superblock"
4606 #: misc/e2undo.c:201
4608 msgid "Undo file superblock checksum doesn't match.\n"
4611 #: misc/e2undo.c:340
4613 msgid "illegal offset - %s"
4616 #: misc/e2undo.c:364
4618 msgid "Will not write to an undo file while replaying it.\n"
4621 #: misc/e2undo.c:373
4623 msgid "while opening undo file `%s'\n"
4626 #: misc/e2undo.c:380
4627 msgid "while reading undo file"
4630 #: misc/e2undo.c:385
4632 msgid "%s: Not an undo file.\n"
4635 #: misc/e2undo.c:396
4637 msgid "%s: Header checksum doesn't match.\n"
4640 #: misc/e2undo.c:403
4642 msgid "%s: Corrupt undo file header.\n"
4645 #: misc/e2undo.c:407
4647 msgid "%s: Undo block size too large.\n"
4650 #: misc/e2undo.c:412
4652 msgid "%s: Undo block size too small.\n"
4655 #: misc/e2undo.c:425
4657 msgid "%s: Unknown undo file feature set.\n"
4660 #: misc/e2undo.c:433
4662 msgid "Error while determining whether %s is mounted."
4665 #: misc/e2undo.c:439
4666 msgid "e2undo should only be run on unmounted filesystems"
4669 #: misc/e2undo.c:455
4671 msgid "while opening `%s'"
4674 #: misc/e2undo.c:466
4675 msgid "specified offset is too large"
4678 #: misc/e2undo.c:507
4679 msgid "while reading keys"
4682 #: misc/e2undo.c:519
4684 msgid "%s: wrong key magic at %llu\n"
4687 #: misc/e2undo.c:529
4689 msgid "%s: key block checksum error at %llu.\n"
4692 #: misc/e2undo.c:552
4694 msgid "%s: block %llu is too long."
4697 #: misc/e2undo.c:564 misc/e2undo.c:600
4699 msgid "while fetching block %llu."
4702 #: misc/e2undo.c:576
4704 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4707 #: misc/e2undo.c:615
4709 msgid "while writing block %llu."
4712 #: misc/e2undo.c:621
4714 msgid "Undo file corruption; run e2fsck NOW!\n"
4717 #: misc/e2undo.c:623
4719 msgid "IO error during replay; run e2fsck NOW!\n"
4722 #: misc/e2undo.c:626
4724 msgid "Incomplete undo record; run e2fsck.\n"
4727 #: misc/findsuper.c:110
4729 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4732 #: misc/findsuper.c:155
4734 msgid "skipbytes should be a number, not %s\n"
4737 #: misc/findsuper.c:162
4739 msgid "skipbytes must be a multiple of the sector size\n"
4742 #: misc/findsuper.c:169
4744 msgid "startkb should be a number, not %s\n"
4747 #: misc/findsuper.c:175
4749 msgid "startkb should be positive, not %llu\n"
4752 #: misc/findsuper.c:186
4754 msgid "starting at %llu, with %u byte increments\n"
4757 #: misc/findsuper.c:188
4760 "[*] probably superblock written in the ext3 journal superblock,\n"
4761 "\tso start/end/grp wrong\n"
4764 #: misc/findsuper.c:190
4767 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4768 "mount_time sb_uuid label\n"
4771 #: misc/findsuper.c:264
4775 "%11Lu: finished with errno %d\n"
4780 msgid "WARNING: couldn't open %s: %s\n"
4785 msgid "WARNING: bad format on line %d of %s\n"
4790 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4791 "\tfield. I will kludge around things for you, but you\n"
4792 "\tshould fix your /etc/fstab file as soon as you can.\n"
4798 msgid "fsck: %s: not found\n"
4803 msgid "%s: wait: No more child process?!?\n"
4808 msgid "Warning... %s for device %s exited with signal %d.\n"
4813 msgid "%s %s: status is %x, should never happen.\n"
4818 msgid "Finished with %s (exit status %d)\n"
4823 msgid "%s: Error %d while executing fsck.%s for %s\n"
4828 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4829 "with 'no' or '!'.\n"
4833 msgid "Couldn't allocate memory for filesystem types\n"
4839 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4845 msgid "fsck: cannot check %s: fsck.%s not found\n"
4849 msgid "Checking all file systems.\n"
4854 msgid "--waiting-- (pass %d)\n"
4859 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4864 msgid "%s: too many devices\n"
4867 #: misc/fsck.c:1160 misc/fsck.c:1246
4869 msgid "%s: too many arguments\n"
4872 #: misc/fuse2fs.c:3745
4873 msgid "Mounting read-only.\n"
4876 #: misc/fuse2fs.c:3769
4878 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4881 #: misc/fuse2fs.c:3781 misc/fuse2fs.c:3795
4886 #: misc/fuse2fs.c:3782 misc/fuse2fs.c:3797 misc/tune2fs.c:3013
4888 msgid "Please run e2fsck -fy %s.\n"
4891 #: misc/fuse2fs.c:3804
4892 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4895 #: misc/fuse2fs.c:3812
4897 msgid "%s: Writing to the journal is not supported.\n"
4900 #: misc/fuse2fs.c:3827
4901 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4904 #: misc/fuse2fs.c:3831
4905 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4908 #: misc/fuse2fs.c:3836
4909 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4912 #: misc/fuse2fs.c:3840
4913 msgid "Orphans detected; running e2fsck is recommended.\n"
4916 #: misc/fuse2fs.c:3844
4917 msgid "Errors detected; running e2fsck is required.\n"
4922 msgid "Usage: %s [-RVadlpv] [files...]\n"
4927 msgid "While reading flags on %s"
4932 msgid "While reading project on %s"
4935 #: misc/lsattr.c:102
4937 msgid "While reading version on %s"
4940 #: misc/mke2fs.c:130
4943 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4944 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4945 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4946 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4947 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4948 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4949 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4951 "\t[-jnqvDFSV] device [blocks-count]\n"
4954 #: misc/mke2fs.c:261
4956 msgid "Running command: %s\n"
4959 #: misc/mke2fs.c:265
4961 msgid "while trying to run '%s'"
4964 #: misc/mke2fs.c:272
4965 msgid "while processing list of bad blocks from program"
4968 #: misc/mke2fs.c:299
4970 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4973 #: misc/mke2fs.c:301
4975 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4978 #: misc/mke2fs.c:304
4979 msgid "Aborting....\n"
4982 #: misc/mke2fs.c:324
4985 "Warning: the backup superblock/group descriptors at block %u contain\n"
4990 #: misc/mke2fs.c:343
4991 msgid "while marking bad blocks as used"
4994 #: misc/mke2fs.c:368
4995 msgid "while writing reserved inodes"
4998 #: misc/mke2fs.c:420
4999 msgid "Writing inode tables: "
5002 #: misc/mke2fs.c:442
5006 "Could not write %d blocks in inode table starting at %llu: %s\n"
5009 #: misc/mke2fs.c:456 misc/mke2fs.c:2809 misc/mke2fs.c:3214
5013 #: misc/mke2fs.c:471
5014 msgid "while creating root dir"
5017 #: misc/mke2fs.c:478
5018 msgid "while reading root inode"
5021 #: misc/mke2fs.c:490
5022 msgid "while setting root inode ownership"
5025 #: misc/mke2fs.c:508
5026 msgid "while creating /lost+found"
5029 #: misc/mke2fs.c:515
5030 msgid "while looking up /lost+found"
5033 #: misc/mke2fs.c:528
5034 msgid "while expanding /lost+found"
5037 #: misc/mke2fs.c:543
5038 msgid "while setting bad block inode"
5041 #: misc/mke2fs.c:570
5043 msgid "Out of memory erasing sectors %d-%d\n"
5046 #: misc/mke2fs.c:580
5048 msgid "Warning: could not read block 0: %s\n"
5051 #: misc/mke2fs.c:596
5053 msgid "Warning: could not erase sector %d: %s\n"
5056 #: misc/mke2fs.c:612
5057 msgid "while initializing journal superblock"
5060 #: misc/mke2fs.c:620
5061 msgid "Zeroing journal device: "
5064 #: misc/mke2fs.c:632
5066 msgid "while zeroing journal device (block %llu, count %d)"
5069 #: misc/mke2fs.c:650
5070 msgid "while writing journal superblock"
5073 #: misc/mke2fs.c:665
5075 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5078 #: misc/mke2fs.c:673
5081 "warning: %llu blocks unused.\n"
5085 #: misc/mke2fs.c:678
5087 msgid "Filesystem label=%s\n"
5090 #: misc/mke2fs.c:681
5092 msgid "OS type: %s\n"
5095 #: misc/mke2fs.c:683
5097 msgid "Block size=%u (log=%u)\n"
5100 #: misc/mke2fs.c:686
5102 msgid "Cluster size=%u (log=%u)\n"
5105 #: misc/mke2fs.c:690
5107 msgid "Fragment size=%u (log=%u)\n"
5110 #: misc/mke2fs.c:692
5112 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5115 #: misc/mke2fs.c:694
5117 msgid "%u inodes, %llu blocks\n"
5120 #: misc/mke2fs.c:696
5122 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5125 #: misc/mke2fs.c:699
5127 msgid "First data block=%u\n"
5130 #: misc/mke2fs.c:701
5132 msgid "Root directory owner=%u:%u\n"
5135 #: misc/mke2fs.c:703
5137 msgid "Maximum filesystem blocks=%lu\n"
5140 #: misc/mke2fs.c:707
5142 msgid "%u block groups\n"
5145 #: misc/mke2fs.c:709
5147 msgid "%u block group\n"
5150 #: misc/mke2fs.c:711
5152 msgid "%u blocks per group, %u clusters per group\n"
5155 #: misc/mke2fs.c:714
5157 msgid "%u blocks per group, %u fragments per group\n"
5160 #: misc/mke2fs.c:716
5162 msgid "%u inodes per group\n"
5165 #: misc/mke2fs.c:725
5167 msgid "Filesystem UUID: %s\n"
5170 #: misc/mke2fs.c:726
5171 msgid "Superblock backups stored on blocks: "
5174 #: misc/mke2fs.c:822
5176 msgid "%s requires '-O 64bit'\n"
5179 #: misc/mke2fs.c:828
5181 msgid "'%s' must be before 'resize=%u'\n"
5184 #: misc/mke2fs.c:841
5186 msgid "Invalid desc_size: '%s'\n"
5189 #: misc/mke2fs.c:855
5191 msgid "Invalid hash seed: %s\n"
5194 #: misc/mke2fs.c:867
5196 msgid "Invalid offset: %s\n"
5199 #: misc/mke2fs.c:881 misc/tune2fs.c:2055
5201 msgid "Invalid mmp_update_interval: %s\n"
5204 #: misc/mke2fs.c:898
5206 msgid "Invalid # of backup superblocks: %s\n"
5209 #: misc/mke2fs.c:920
5211 msgid "Invalid stride parameter: %s\n"
5214 #: misc/mke2fs.c:935
5216 msgid "Invalid stripe-width parameter: %s\n"
5219 #: misc/mke2fs.c:958
5221 msgid "Invalid resize parameter: %s\n"
5224 #: misc/mke2fs.c:965
5225 msgid "The resize maximum must be greater than the filesystem size.\n"
5228 #: misc/mke2fs.c:989
5229 msgid "On-line resizing not supported with revision 0 filesystems\n"
5232 #: misc/mke2fs.c:1015 misc/mke2fs.c:1024
5234 msgid "Invalid root_owner: '%s'\n"
5237 #: misc/mke2fs.c:1069
5239 msgid "Invalid encoding: %s"
5242 #: misc/mke2fs.c:1087
5246 "Bad option(s) specified: %s\n"
5248 "Extended options are separated by commas, and may take an argument which\n"
5249 "\tis set off by an equals ('=') sign.\n"
5251 "Valid extended options are:\n"
5252 "\tmmp_update_interval=<interval>\n"
5253 "\tnum_backup_sb=<0|1|2>\n"
5254 "\tstride=<RAID per-disk data chunk in blocks>\n"
5255 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5256 "\toffset=<offset to create the file system>\n"
5257 "\tresize=<resize maximum size in blocks>\n"
5258 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5259 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5260 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5261 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5265 "\tencoding=<encoding>\n"
5266 "\tencoding_flags=<flags>\n"
5267 "\tquotatype=<quota type(s) to be enabled>\n"
5271 #: misc/mke2fs.c:1114
5275 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5279 #: misc/mke2fs.c:1125
5281 msgid "error: Invalid encoding flag: %s\n"
5284 #: misc/mke2fs.c:1131
5287 "error: An encoding must be explicitly specified when passing encoding-flags\n"
5290 #: misc/mke2fs.c:1179
5293 "Syntax error in mke2fs config file (%s, line #%d)\n"
5297 #: misc/mke2fs.c:1192 misc/tune2fs.c:1068
5299 msgid "Invalid filesystem option set: %s\n"
5302 #: misc/mke2fs.c:1204 misc/tune2fs.c:417
5304 msgid "Invalid mount option set: %s\n"
5307 #: misc/mke2fs.c:1340
5311 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5314 #: misc/mke2fs.c:1344
5316 "You probably need to install an updated mke2fs.conf file.\n"
5320 #: misc/mke2fs.c:1348
5321 msgid "Aborting...\n"
5324 #: misc/mke2fs.c:1389
5328 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5332 #: misc/mke2fs.c:1571
5333 msgid "Couldn't allocate memory for new PATH.\n"
5336 #: misc/mke2fs.c:1608
5338 msgid "Couldn't init profile successfully (error: %ld).\n"
5341 #: misc/mke2fs.c:1641
5343 msgid "invalid block size - %s"
5346 #: misc/mke2fs.c:1645
5348 msgid "Warning: blocksize %d not usable on most systems.\n"
5351 #: misc/mke2fs.c:1661
5353 msgid "invalid cluster size - %s"
5356 #: misc/mke2fs.c:1674
5357 msgid "'-R' is deprecated, use '-E' instead"
5360 #: misc/mke2fs.c:1688 misc/tune2fs.c:1784
5362 msgid "bad error behavior - %s"
5365 #: misc/mke2fs.c:1700
5366 msgid "Illegal number for blocks per group"
5369 #: misc/mke2fs.c:1705
5370 msgid "blocks per group must be multiple of 8"
5373 #: misc/mke2fs.c:1713
5374 msgid "Illegal number for flex_bg size"
5377 #: misc/mke2fs.c:1719
5378 msgid "flex_bg size must be a power of 2"
5381 #: misc/mke2fs.c:1724
5383 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5386 #: misc/mke2fs.c:1734
5388 msgid "invalid inode ratio %s (min %d/max %d)"
5391 #: misc/mke2fs.c:1744
5393 msgid "invalid inode size - %s"
5396 #: misc/mke2fs.c:1757
5398 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5399 "nodiscard' extended option instead!\n"
5402 #: misc/mke2fs.c:1768
5403 msgid "in malloc for bad_blocks_filename"
5406 #: misc/mke2fs.c:1777
5409 "Warning: label too long; will be truncated to '%s'\n"
5413 #: misc/mke2fs.c:1786
5415 msgid "invalid reserved blocks percent - %s"
5418 #: misc/mke2fs.c:1801
5420 msgid "bad num inodes - %s"
5423 #: misc/mke2fs.c:1814
5424 msgid "while allocating fs_feature string"
5427 #: misc/mke2fs.c:1831
5429 msgid "bad revision level - %s"
5432 #: misc/mke2fs.c:1836
5434 msgid "while trying to create revision %d"
5437 #: misc/mke2fs.c:1850
5438 msgid "The -t option may only be used once"
5441 #: misc/mke2fs.c:1858
5442 msgid "The -T option may only be used once"
5445 #: misc/mke2fs.c:1914 misc/mke2fs.c:3298
5447 msgid "while trying to open journal device %s\n"
5450 #: misc/mke2fs.c:1920
5452 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5455 #: misc/mke2fs.c:1926
5457 msgid "Using journal device's blocksize: %d\n"
5460 #: misc/mke2fs.c:1937
5462 msgid "invalid blocks '%s' on device '%s'"
5465 #: misc/mke2fs.c:1967
5469 #: misc/mke2fs.c:1985 resize/main.c:497
5470 msgid "while trying to determine filesystem size"
5473 #: misc/mke2fs.c:1991
5475 "Couldn't determine device size; you must specify\n"
5476 "the size of the filesystem\n"
5479 #: misc/mke2fs.c:1998
5481 "Device size reported to be zero. Invalid partition specified, or\n"
5482 "\tpartition table wasn't reread after running fdisk, due to\n"
5483 "\ta modified partition being busy and in use. You may need to reboot\n"
5484 "\tto re-read your partition table.\n"
5487 #: misc/mke2fs.c:2015
5488 msgid "Filesystem larger than apparent device size."
5491 #: misc/mke2fs.c:2035
5492 msgid "Failed to parse fs types list\n"
5495 #: misc/mke2fs.c:2085
5496 msgid "The HURD does not support the filetype feature.\n"
5499 #: misc/mke2fs.c:2090
5500 msgid "The HURD does not support the huge_file feature.\n"
5503 #: misc/mke2fs.c:2095
5504 msgid "The HURD does not support the metadata_csum feature.\n"
5507 #: misc/mke2fs.c:2100
5508 msgid "The HURD does not support the ea_inode feature.\n"
5511 #: misc/mke2fs.c:2110
5512 msgid "while trying to determine hardware sector size"
5515 #: misc/mke2fs.c:2116
5516 msgid "while trying to determine physical sector size"
5519 #: misc/mke2fs.c:2148
5520 msgid "while setting blocksize; too small for device\n"
5523 #: misc/mke2fs.c:2153
5526 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5529 #: misc/mke2fs.c:2177
5532 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5533 "\tin 32 bits using a blocksize of %d.\n"
5536 #: misc/mke2fs.c:2191
5539 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5540 "\ta filesystem using a blocksize of %d.\n"
5543 #: misc/mke2fs.c:2213
5544 msgid "fs_types for mke2fs.conf resolution: "
5547 #: misc/mke2fs.c:2220
5548 msgid "Filesystem features not supported with revision 0 filesystems\n"
5551 #: misc/mke2fs.c:2228
5552 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5555 #: misc/mke2fs.c:2238
5556 msgid "Journals not supported with revision 0 filesystems\n"
5559 #: misc/mke2fs.c:2251
5561 msgid "invalid reserved blocks percent - %lf"
5564 #: misc/mke2fs.c:2268
5566 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5570 #: misc/mke2fs.c:2288
5571 msgid "The cluster size may not be smaller than the block size.\n"
5574 #: misc/mke2fs.c:2294
5575 msgid "specifying a cluster size requires the bigalloc feature"
5578 #: misc/mke2fs.c:2314
5580 msgid "warning: Unable to get device geometry for %s\n"
5583 #: misc/mke2fs.c:2317
5585 msgid "%s alignment is offset by %lu bytes.\n"
5588 #: misc/mke2fs.c:2319
5591 "This may result in very poor performance, (re)-partitioning suggested.\n"
5594 #: misc/mke2fs.c:2340
5596 msgid "%d-byte blocks too big for system (max %d)"
5599 #: misc/mke2fs.c:2344
5602 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5605 #: misc/mke2fs.c:2352
5608 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5609 "and journal checksum features.\n"
5612 #: misc/mke2fs.c:2398
5614 msgid "Unknown filename encoding from profile: %s"
5617 #: misc/mke2fs.c:2409
5619 msgid "Unknown encoding flags from profile: %s"
5622 #: misc/mke2fs.c:2434
5626 "Warning: offset specified without an explicit file system size.\n"
5627 "Creating a file system with %llu blocks but this might\n"
5628 "not be what you want.\n"
5632 #: misc/mke2fs.c:2449
5634 msgid "%d byte inodes are too small for project quota"
5637 #: misc/mke2fs.c:2465
5639 "The encrypt and casefold features are not compatible.\n"
5640 "They can not be both enabled simultaneously.\n"
5643 #: misc/mke2fs.c:2480
5644 msgid "Can't support bigalloc feature without extents feature"
5647 #: misc/mke2fs.c:2487
5649 "The resize_inode and meta_bg features are not compatible.\n"
5650 "They can not be both enabled simultaneously.\n"
5653 #: misc/mke2fs.c:2495
5656 "Warning: the bigalloc feature is still under development\n"
5657 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5661 #: misc/mke2fs.c:2507
5662 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5665 #: misc/mke2fs.c:2516
5666 msgid "blocks per group count out of range"
5669 #: misc/mke2fs.c:2538
5670 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5673 #: misc/mke2fs.c:2550
5675 msgid "invalid inode size %d (min %d/max %d)"
5678 #: misc/mke2fs.c:2565
5680 msgid "%d byte inodes are too small for inline data; specify larger size"
5683 #: misc/mke2fs.c:2580
5685 msgid "too many inodes (%llu), raise inode ratio?"
5688 #: misc/mke2fs.c:2587
5690 msgid "too many inodes (%llu), specify < 2^32 inodes"
5693 #: misc/mke2fs.c:2601
5696 "inode_size (%u) * inodes_count (%u) too big for a\n"
5697 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5698 "\tor lower inode count (-N).\n"
5701 #: misc/mke2fs.c:2788
5702 msgid "Discarding device blocks: "
5705 #: misc/mke2fs.c:2804
5709 #: misc/mke2fs.c:2863
5710 msgid "while initializing quota context"
5713 #: misc/mke2fs.c:2870
5714 msgid "while writing quota inodes"
5717 #: misc/mke2fs.c:2895
5719 msgid "bad error behavior in profile - %s"
5722 #: misc/mke2fs.c:2971
5723 msgid "in malloc for android_sparse_params"
5726 #: misc/mke2fs.c:2985
5727 msgid "while setting up superblock"
5730 #: misc/mke2fs.c:3001
5732 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5733 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5734 "checksumming. Pass -O extents to rectify.\n"
5737 #: misc/mke2fs.c:3008
5739 "64-bit filesystem support is not enabled. The larger fields afforded by "
5740 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5743 #: misc/mke2fs.c:3016
5744 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
5747 #: misc/mke2fs.c:3040
5748 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5751 #: misc/mke2fs.c:3139
5753 msgid "unknown os - %s"
5756 #: misc/mke2fs.c:3202
5757 msgid "Allocating group tables: "
5760 #: misc/mke2fs.c:3210
5761 msgid "while trying to allocate filesystem tables"
5764 #: misc/mke2fs.c:3219
5767 "\twhile converting subcluster bitmap"
5770 #: misc/mke2fs.c:3225
5772 msgid "%s may be further corrupted by superblock rewrite\n"
5775 #: misc/mke2fs.c:3266
5777 msgid "while zeroing block %llu at end of filesystem"
5780 #: misc/mke2fs.c:3279
5781 msgid "while reserving blocks for online resize"
5784 #: misc/mke2fs.c:3291 misc/tune2fs.c:1492
5788 #: misc/mke2fs.c:3303
5790 msgid "Adding journal to device %s: "
5793 #: misc/mke2fs.c:3310
5797 "\twhile trying to add journal to device %s"
5800 #: misc/mke2fs.c:3315 misc/mke2fs.c:3344 misc/mke2fs.c:3382
5801 #: misc/mk_hugefiles.c:600 misc/tune2fs.c:1521 misc/tune2fs.c:1540
5805 #: misc/mke2fs.c:3321
5806 msgid "Skipping journal creation in super-only mode\n"
5809 #: misc/mke2fs.c:3331
5811 msgid "Creating journal (%u blocks): "
5814 #: misc/mke2fs.c:3340
5817 "\twhile trying to create journal"
5820 #: misc/mke2fs.c:3352 misc/tune2fs.c:1133
5823 "Error while enabling multiple mount protection feature."
5826 #: misc/mke2fs.c:3357
5828 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5831 #: misc/mke2fs.c:3373
5832 msgid "Copying files into the device: "
5835 #: misc/mke2fs.c:3379
5836 msgid "while populating file system"
5839 #: misc/mke2fs.c:3386
5840 msgid "Writing superblocks and filesystem accounting information: "
5843 #: misc/mke2fs.c:3393
5844 msgid "while writing out and closing file system"
5847 #: misc/mke2fs.c:3396
5853 #: misc/mk_hugefiles.c:339
5855 msgid "while zeroing block %llu for hugefile"
5858 #: misc/mk_hugefiles.c:515
5861 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5864 #: misc/mk_hugefiles.c:583
5865 msgid "Huge files will be zero'ed\n"
5868 #: misc/mk_hugefiles.c:584
5870 msgid "Creating %lu huge file(s) "
5873 #: misc/mk_hugefiles.c:586
5875 msgid "with %llu blocks each"
5878 #: misc/mk_hugefiles.c:595
5880 msgid "while creating huge file %lu"
5883 #: misc/mklost+found.c:50
5884 msgid "Usage: mklost+found\n"
5887 #: misc/partinfo.c:43
5890 "Usage: %s device...\n"
5892 "Prints out the partition information for each given device.\n"
5893 "For example: %s /dev/hda\n"
5897 #: misc/partinfo.c:53
5899 msgid "Cannot open %s: %s"
5902 #: misc/partinfo.c:59
5904 msgid "Cannot get geometry of %s: %s"
5907 #: misc/partinfo.c:67
5909 msgid "Cannot get size of %s: %s"
5912 #: misc/partinfo.c:73
5914 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5917 #: misc/tune2fs.c:119
5920 "This operation requires a freshly checked filesystem.\n"
5923 #: misc/tune2fs.c:121
5924 msgid "Please run e2fsck -f on the filesystem.\n"
5927 #: misc/tune2fs.c:123
5928 msgid "Please run e2fsck -fD on the filesystem.\n"
5931 #: misc/tune2fs.c:136
5934 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5935 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5936 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5937 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
5938 "\t[-L volume_label] [-M last_mounted_dir]\n"
5939 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5940 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5941 "\t[-I new_inode_size] [-z undo_file] device\n"
5944 #: misc/tune2fs.c:223
5945 msgid "Journal superblock not found!\n"
5948 #: misc/tune2fs.c:281
5949 msgid "while trying to open external journal"
5952 #: misc/tune2fs.c:287 misc/tune2fs.c:2804
5954 msgid "%s is not a journal device.\n"
5957 #: misc/tune2fs.c:296 misc/tune2fs.c:2813
5960 "Journal superblock is corrupted, nr_users\n"
5961 "is too high (%d).\n"
5964 #: misc/tune2fs.c:303 misc/tune2fs.c:2820
5965 msgid "Filesystem's UUID not found on journal device.\n"
5968 #: misc/tune2fs.c:327
5970 "Cannot locate journal device. It was NOT removed\n"
5971 "Use -f option to remove missing journal device.\n"
5974 #: misc/tune2fs.c:336
5975 msgid "Journal removed\n"
5978 #: misc/tune2fs.c:380
5979 msgid "while reading bitmaps"
5982 #: misc/tune2fs.c:388
5983 msgid "while clearing journal inode"
5986 #: misc/tune2fs.c:399
5987 msgid "while writing journal inode"
5990 #: misc/tune2fs.c:435 misc/tune2fs.c:458 misc/tune2fs.c:471
5991 msgid "(and reboot afterwards!)\n"
5994 #: misc/tune2fs.c:486
5996 msgid "After running e2fsck, please run `resize2fs %s %s"
5999 #: misc/tune2fs.c:489
6001 msgid "Please run `resize2fs %s %s"
6004 #: misc/tune2fs.c:493
6009 #: misc/tune2fs.c:495
6011 msgid "' to enable 64-bit mode.\n"
6014 #: misc/tune2fs.c:497
6016 msgid "' to disable 64-bit mode.\n"
6019 #: misc/tune2fs.c:1035
6021 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6022 " This requires Linux >= v4.4.\n"
6025 #: misc/tune2fs.c:1071
6027 msgid "Clearing filesystem feature '%s' not supported.\n"
6030 #: misc/tune2fs.c:1077
6032 msgid "Setting filesystem feature '%s' not supported.\n"
6035 #: misc/tune2fs.c:1086
6037 "The has_journal feature may only be cleared when the filesystem is\n"
6038 "unmounted or mounted read-only.\n"
6041 #: misc/tune2fs.c:1094
6043 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
6044 "the has_journal flag.\n"
6047 #: misc/tune2fs.c:1112
6049 "Setting filesystem feature 'sparse_super' not supported\n"
6050 "for filesystems with the meta_bg feature enabled.\n"
6053 #: misc/tune2fs.c:1125
6055 "The multiple mount protection feature can't\n"
6056 "be set if the filesystem is mounted or\n"
6060 #: misc/tune2fs.c:1143
6062 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6065 #: misc/tune2fs.c:1152
6067 "The multiple mount protection feature cannot\n"
6068 "be disabled if the filesystem is readonly.\n"
6071 #: misc/tune2fs.c:1160
6072 msgid "Error while reading bitmaps\n"
6075 #: misc/tune2fs.c:1169
6077 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6080 #: misc/tune2fs.c:1174
6081 msgid "while reading MMP block."
6084 #: misc/tune2fs.c:1206
6086 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6090 #: misc/tune2fs.c:1217
6092 "The huge_file feature may only be cleared when the filesystem is\n"
6093 "unmounted or mounted read-only.\n"
6096 #: misc/tune2fs.c:1228
6097 msgid "Enabling checksums could take some time."
6100 #: misc/tune2fs.c:1230
6101 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6104 #: misc/tune2fs.c:1236
6106 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6107 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6108 "checksumming. Re-run with -O extent to rectify.\n"
6111 #: misc/tune2fs.c:1243
6113 "64-bit filesystem support is not enabled. The larger fields afforded by "
6114 "this feature enable full-strength checksumming. Run resize2fs -b to "
6118 #: misc/tune2fs.c:1269
6119 msgid "Disabling checksums could take some time."
6122 #: misc/tune2fs.c:1271
6123 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6126 #: misc/tune2fs.c:1334
6128 msgid "Cannot enable 64-bit mode while mounted!\n"
6131 #: misc/tune2fs.c:1344
6133 msgid "Cannot disable 64-bit mode while mounted!\n"
6136 #: misc/tune2fs.c:1374
6138 msgid "Cannot enable project feature; inode size too small.\n"
6141 #: misc/tune2fs.c:1395
6144 "Warning: '^quota' option overrides '-Q'arguments.\n"
6147 #: misc/tune2fs.c:1405
6149 "Cannot enable encrypt feature on filesystems with the encoding feature "
6153 #: misc/tune2fs.c:1419
6155 "Setting feature 'metadata_csum_seed' is only supported\n"
6156 "on filesystems with the metadata_csum feature enabled.\n"
6159 #: misc/tune2fs.c:1437
6161 "UUID has changed since enabling metadata_csum. Filesystem must be "
6163 "to safely rewrite all metadata to match the new UUID.\n"
6166 #: misc/tune2fs.c:1443
6167 msgid "Recalculating checksums could take some time."
6170 #: misc/tune2fs.c:1485
6171 msgid "The filesystem already has a journal.\n"
6174 #: misc/tune2fs.c:1505
6178 "\twhile trying to open journal on %s\n"
6181 #: misc/tune2fs.c:1509
6183 msgid "Creating journal on device %s: "
6186 #: misc/tune2fs.c:1517
6188 msgid "while adding filesystem to journal on %s"
6191 #: misc/tune2fs.c:1523
6192 msgid "Creating journal inode: "
6195 #: misc/tune2fs.c:1537
6198 "\twhile trying to create journal file"
6201 #: misc/tune2fs.c:1575
6203 msgid "Cannot enable project quota; inode size too small.\n"
6206 #: misc/tune2fs.c:1588
6207 msgid "while initializing quota context in support library"
6210 #: misc/tune2fs.c:1603
6212 msgid "while updating quota limits (%d)"
6215 #: misc/tune2fs.c:1611
6217 msgid "while writing quota file (%d)"
6220 #: misc/tune2fs.c:1629
6222 msgid "while removing quota file (%d)"
6225 #: misc/tune2fs.c:1672
6228 "Bad quota options specified.\n"
6230 "Following valid quota options are available (pass by separating with "
6239 #: misc/tune2fs.c:1730
6241 msgid "Couldn't parse date/time specifier: %s"
6244 #: misc/tune2fs.c:1755 misc/tune2fs.c:1768
6246 msgid "bad mounts count - %s"
6249 #: misc/tune2fs.c:1811
6251 msgid "bad gid/group name - %s"
6254 #: misc/tune2fs.c:1844
6256 msgid "bad interval - %s"
6259 #: misc/tune2fs.c:1873
6261 msgid "bad reserved block ratio - %s"
6264 #: misc/tune2fs.c:1888
6265 msgid "-o may only be specified once"
6268 #: misc/tune2fs.c:1897
6269 msgid "-O may only be specified once"
6272 #: misc/tune2fs.c:1914
6274 msgid "bad reserved blocks count - %s"
6277 #: misc/tune2fs.c:1943
6279 msgid "bad uid/user name - %s"
6282 #: misc/tune2fs.c:1960
6284 msgid "bad inode size - %s"
6287 #: misc/tune2fs.c:1967
6289 msgid "Inode size must be a power of two- %s"
6292 #: misc/tune2fs.c:2064
6294 msgid "mmp_update_interval too big: %lu\n"
6297 #: misc/tune2fs.c:2069
6299 msgid "Setting multiple mount protection update interval to %lu second\n"
6301 "Setting multiple mount protection update interval to %lu seconds\n"
6305 #: misc/tune2fs.c:2078
6307 msgid "Setting filesystem error flag to force fsck.\n"
6310 #: misc/tune2fs.c:2096
6312 msgid "Invalid RAID stride: %s\n"
6315 #: misc/tune2fs.c:2111
6317 msgid "Invalid RAID stripe-width: %s\n"
6320 #: misc/tune2fs.c:2126
6322 msgid "Invalid hash algorithm: %s\n"
6325 #: misc/tune2fs.c:2132
6327 msgid "Setting default hash algorithm to %s (%d)\n"
6330 #: misc/tune2fs.c:2151
6333 "Bad options specified.\n"
6335 "Extended options are separated by commas, and may take an argument which\n"
6336 "\tis set off by an equals ('=') sign.\n"
6338 "Valid extended options are:\n"
6340 "\thash_alg=<hash algorithm>\n"
6341 "\tmount_opts=<extended default mount options>\n"
6342 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6343 "\tstride=<RAID per-disk chunk size in blocks>\n"
6344 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6350 #: misc/tune2fs.c:2622
6351 msgid "Failed to read inode bitmap\n"
6354 #: misc/tune2fs.c:2627
6355 msgid "Failed to read block bitmap\n"
6358 #: misc/tune2fs.c:2644 resize/resize2fs.c:1277
6359 msgid "blocks to be moved"
6362 #: misc/tune2fs.c:2647
6363 msgid "Failed to allocate block bitmap when increasing inode size\n"
6366 #: misc/tune2fs.c:2653
6367 msgid "Not enough space to increase inode size \n"
6370 #: misc/tune2fs.c:2658
6371 msgid "Failed to relocate blocks during inode resize \n"
6374 #: misc/tune2fs.c:2690
6376 "Error in resizing the inode size.\n"
6377 "Run e2undo to undo the file system changes. \n"
6380 #: misc/tune2fs.c:2900
6382 "If you are sure the filesystem is not in use on any node, run:\n"
6383 "'tune2fs -f -E clear_mmp {device}'\n"
6386 #: misc/tune2fs.c:2907
6389 "MMP block magic is bad. Try to fix it by running:\n"
6393 #: misc/tune2fs.c:2919
6394 msgid "Cannot modify a journal device.\n"
6397 #: misc/tune2fs.c:2932
6399 msgid "The inode size is already %lu\n"
6402 #: misc/tune2fs.c:2939
6403 msgid "Shrinking inode size is not supported\n"
6406 #: misc/tune2fs.c:2944
6408 msgid "Invalid inode size %lu (max %d)\n"
6411 #: misc/tune2fs.c:2950
6412 msgid "Resizing inodes could take some time."
6415 #: misc/tune2fs.c:2998
6418 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6420 "\te2fsck -E journal_only %s\n"
6422 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6423 "by journal recovery.\n"
6426 #: misc/tune2fs.c:3009
6428 msgid "Recovering journal.\n"
6431 #: misc/tune2fs.c:3028
6433 msgid "Setting maximal mount count to %d\n"
6436 #: misc/tune2fs.c:3034
6438 msgid "Setting current mount count to %d\n"
6441 #: misc/tune2fs.c:3039
6443 msgid "Setting error behavior to %d\n"
6446 #: misc/tune2fs.c:3044
6448 msgid "Setting reserved blocks gid to %lu\n"
6451 #: misc/tune2fs.c:3049
6453 msgid "interval between checks is too big (%lu)"
6456 #: misc/tune2fs.c:3056
6458 msgid "Setting interval between checks to %lu seconds\n"
6461 #: misc/tune2fs.c:3063
6463 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6466 #: misc/tune2fs.c:3069
6468 msgid "reserved blocks count is too big (%llu)"
6471 #: misc/tune2fs.c:3076
6473 msgid "Setting reserved blocks count to %llu\n"
6476 #: misc/tune2fs.c:3081
6479 "The filesystem already has sparse superblocks.\n"
6482 #: misc/tune2fs.c:3084
6485 "Setting the sparse superblock flag not supported\n"
6486 "for filesystems with the meta_bg feature enabled.\n"
6489 #: misc/tune2fs.c:3094
6493 "Sparse superblock flag set. %s"
6496 #: misc/tune2fs.c:3099
6499 "Clearing the sparse superblock flag not supported.\n"
6502 #: misc/tune2fs.c:3107
6504 msgid "Setting time filesystem last checked to %s\n"
6507 #: misc/tune2fs.c:3113
6509 msgid "Setting reserved blocks uid to %lu\n"
6512 #: misc/tune2fs.c:3145
6513 msgid "Error in using clear_mmp. It must be used with -f\n"
6516 #: misc/tune2fs.c:3163
6518 "The quota feature may only be changed when the filesystem is unmounted.\n"
6521 #: misc/tune2fs.c:3181
6522 msgid "Setting the UUID on this filesystem could take some time."
6525 #: misc/tune2fs.c:3196
6526 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6529 #: misc/tune2fs.c:3199
6531 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6532 "and re-run this command.\n"
6535 #: misc/tune2fs.c:3229
6536 msgid "Invalid UUID format\n"
6539 #: misc/tune2fs.c:3245
6540 msgid "Need to update journal superblock.\n"
6543 #: misc/tune2fs.c:3267
6544 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6547 #: misc/tune2fs.c:3274
6549 "Changing the inode size not supported for filesystems with the flex_bg\n"
6550 "feature enabled.\n"
6553 #: misc/tune2fs.c:3292
6555 msgid "Setting inode size %lu\n"
6558 #: misc/tune2fs.c:3296
6559 msgid "Failed to change inode size\n"
6562 #: misc/tune2fs.c:3310
6564 msgid "Setting stride size to %d\n"
6567 #: misc/tune2fs.c:3315
6569 msgid "Setting stripe width to %d\n"
6572 #: misc/tune2fs.c:3322
6574 msgid "Setting extended default mount options to '%s'\n"
6578 msgid "<proceeding>\n"
6583 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6587 msgid "Proceed anyway? (y,N) "
6591 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6596 msgid "will not make a %s here!\n"
6600 msgid "mke2fs forced anyway.\n"
6604 msgid "Couldn't allocate memory to parse journal options!\n"
6611 "Could not find journal device matching %s\n"
6617 "Bad journal options specified.\n"
6619 "Journal options are separated by commas, and may take an argument which\n"
6620 "\tis set off by an equals ('=') sign.\n"
6622 "Valid journal options are:\n"
6623 "\tsize=<journal size in megabytes>\n"
6624 "\tdevice=<journal device>\n"
6625 "\tlocation=<journal location>\n"
6627 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6634 "Filesystem too small for a journal\n"
6641 "The requested journal size is %d blocks; it must be\n"
6642 "between 1024 and 10240000 blocks. Aborting.\n"
6648 "Journal size too big for filesystem.\n"
6654 "This filesystem will be automatically checked every %d mounts or\n"
6655 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6660 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6665 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6674 msgid "bad arguments"
6690 msgid "bad response length"
6695 msgid "uuidd daemon already running at pid %s\n"
6700 msgid "Couldn't create unix stream socket: %s"
6705 msgid "Couldn't bind unix socket %s: %s\n"
6710 msgid "Couldn't listen on unix socket %s: %s\n"
6715 msgid "Error reading from client, len = %d\n"
6720 msgid "operation %d, incoming num = %d\n"
6725 msgid "Generated time UUID: %s\n"
6730 msgid "Generated random UUID: %s\n"
6735 msgid "Generated time UUID %s and subsequent UUID\n"
6736 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6742 msgid "Generated %d UUID's:\n"
6747 msgid "Invalid operation %d\n"
6750 #: misc/uuidd.c:477 misc/uuidd.c:499
6752 msgid "Bad number: %s\n"
6755 #: misc/uuidd.c:534 misc/uuidd.c:563
6757 msgid "Error calling uuidd daemon (%s): %s\n"
6762 msgid "%s and subsequent UUID\n"
6763 msgid_plural "%s and subsequent %d UUIDs\n"
6768 msgid "List of UUID's:\n"
6773 msgid "Unexpected reply length from server %d\n"
6778 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6783 msgid "Killed uuidd running at pid %d\n"
6786 #: misc/uuidgen.c:32
6788 msgid "Usage: %s [-r] [-t]\n"
6791 #: resize/extent.c:202
6792 msgid "# Extent dump:\n"
6795 #: resize/extent.c:203
6797 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6803 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6804 "[-S RAID-stride] [-z undo_file]\n"
6809 msgid "Extending the inode table"
6813 msgid "Relocating blocks"
6817 msgid "Scanning inode table"
6821 msgid "Updating inode references"
6825 msgid "Moving inode table"
6829 msgid "Unknown pass?!?"
6834 msgid "Begin pass %d (max = %lu)\n"
6837 #: resize/main.c:163
6840 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6841 "your own risk! Use the force option if you want to go ahead anyway.\n"
6845 #: resize/main.c:366
6847 msgid "while opening %s"
6850 #: resize/main.c:374
6852 msgid "while getting stat information for %s"
6855 #: resize/main.c:451
6858 "Please run 'e2fsck -f %s' first.\n"
6862 #: resize/main.c:470
6864 msgid "Estimated minimum size of the filesystem: %llu\n"
6867 #: resize/main.c:507
6869 msgid "Invalid new size: %s\n"
6872 #: resize/main.c:526
6873 msgid "New size too large to be expressed in 32 bits\n"
6876 #: resize/main.c:534
6878 msgid "New size smaller than minimum (%llu)\n"
6881 #: resize/main.c:540
6882 msgid "Invalid stride length"
6885 #: resize/main.c:564
6888 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6889 "You requested a new size of %llu blocks.\n"
6893 #: resize/main.c:571
6895 msgid "Cannot set and unset 64bit feature.\n"
6898 #: resize/main.c:575
6901 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6905 #: resize/main.c:581
6907 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6910 #: resize/main.c:587
6913 "Please enable the extents feature with tune2fs before enabling the 64bit "
6917 #: resize/main.c:593
6920 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6924 #: resize/main.c:600
6926 msgid "The filesystem is already 64-bit.\n"
6929 #: resize/main.c:605
6931 msgid "The filesystem is already 32-bit.\n"
6934 #: resize/main.c:613
6936 msgid "Converting the filesystem to 64-bit.\n"
6939 #: resize/main.c:615
6941 msgid "Converting the filesystem to 32-bit.\n"
6944 #: resize/main.c:617
6946 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6949 #: resize/main.c:626
6951 msgid "while trying to resize %s"
6954 #: resize/main.c:629
6957 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6958 "after the aborted resize operation.\n"
6961 #: resize/main.c:635
6964 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6968 #: resize/main.c:650
6970 msgid "while trying to truncate %s"
6973 #: resize/online.c:81
6974 msgid "kernel does not support online resize with sparse_super2"
6977 #: resize/online.c:86
6979 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6982 #: resize/online.c:90
6983 msgid "On-line shrinking not supported"
6986 #: resize/online.c:114
6987 msgid "Filesystem does not support online resizing"
6990 #: resize/online.c:122
6991 msgid "Not enough reserved gdt blocks for resizing"
6994 #: resize/online.c:129
6995 msgid "Kernel does not support resizing a file system this large"
6998 #: resize/online.c:137
7000 msgid "while trying to open mountpoint %s"
7003 #: resize/online.c:142
7005 msgid "Old resize interface requested.\n"
7008 #: resize/online.c:161 resize/online.c:178
7009 msgid "Permission denied to resize filesystem"
7012 #: resize/online.c:164 resize/online.c:184
7013 msgid "While checking for on-line resizing support"
7016 #: resize/online.c:181
7017 msgid "Kernel does not support online resizing"
7020 #: resize/online.c:220
7022 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7025 #: resize/online.c:230
7026 msgid "While trying to extend the last group"
7029 #: resize/online.c:277
7031 msgid "While trying to add group #%d"
7034 #: resize/online.c:288
7037 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7041 #: resize/resize2fs.c:759
7043 msgid "inodes (%llu) must be less than %u\n"
7046 #: resize/resize2fs.c:1038
7047 msgid "reserved blocks"
7050 #: resize/resize2fs.c:1282
7051 msgid "meta-data blocks"
7054 #: resize/resize2fs.c:1386 resize/resize2fs.c:2421
7055 msgid "new meta blocks"
7058 #: resize/resize2fs.c:2644
7059 msgid "Should never happen! No sb in last super_sparse bg?\n"
7062 #: resize/resize2fs.c:2649
7063 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7066 #: resize/resize2fs.c:2722
7067 msgid "Should never happen: resize inode corrupt!\n"
7070 #: lib/ext2fs/ext2_err.c:11
7071 msgid "EXT2FS Library version 1.45.3"
7074 #: lib/ext2fs/ext2_err.c:12
7075 msgid "Wrong magic number for ext2_filsys structure"
7078 #: lib/ext2fs/ext2_err.c:13
7079 msgid "Wrong magic number for badblocks_list structure"
7082 #: lib/ext2fs/ext2_err.c:14
7083 msgid "Wrong magic number for badblocks_iterate structure"
7086 #: lib/ext2fs/ext2_err.c:15
7087 msgid "Wrong magic number for inode_scan structure"
7090 #: lib/ext2fs/ext2_err.c:16
7091 msgid "Wrong magic number for io_channel structure"
7094 #: lib/ext2fs/ext2_err.c:17
7095 msgid "Wrong magic number for unix io_channel structure"
7098 #: lib/ext2fs/ext2_err.c:18
7099 msgid "Wrong magic number for io_manager structure"
7102 #: lib/ext2fs/ext2_err.c:19
7103 msgid "Wrong magic number for block_bitmap structure"
7106 #: lib/ext2fs/ext2_err.c:20
7107 msgid "Wrong magic number for inode_bitmap structure"
7110 #: lib/ext2fs/ext2_err.c:21
7111 msgid "Wrong magic number for generic_bitmap structure"
7114 #: lib/ext2fs/ext2_err.c:22
7115 msgid "Wrong magic number for test io_channel structure"
7118 #: lib/ext2fs/ext2_err.c:23
7119 msgid "Wrong magic number for directory block list structure"
7122 #: lib/ext2fs/ext2_err.c:24
7123 msgid "Wrong magic number for icount structure"
7126 #: lib/ext2fs/ext2_err.c:25
7127 msgid "Wrong magic number for Powerquest io_channel structure"
7130 #: lib/ext2fs/ext2_err.c:26
7131 msgid "Wrong magic number for ext2 file structure"
7134 #: lib/ext2fs/ext2_err.c:27
7135 msgid "Wrong magic number for Ext2 Image Header"
7138 #: lib/ext2fs/ext2_err.c:28
7139 msgid "Wrong magic number for inode io_channel structure"
7142 #: lib/ext2fs/ext2_err.c:29
7143 msgid "Wrong magic number for ext4 extent handle"
7146 #: lib/ext2fs/ext2_err.c:30
7147 msgid "Bad magic number in super-block"
7150 #: lib/ext2fs/ext2_err.c:31
7151 msgid "Filesystem revision too high"
7154 #: lib/ext2fs/ext2_err.c:32
7155 msgid "Attempt to write to filesystem opened read-only"
7158 #: lib/ext2fs/ext2_err.c:33
7159 msgid "Can't read group descriptors"
7162 #: lib/ext2fs/ext2_err.c:34
7163 msgid "Can't write group descriptors"
7166 #: lib/ext2fs/ext2_err.c:35
7167 msgid "Corrupt group descriptor: bad block for block bitmap"
7170 #: lib/ext2fs/ext2_err.c:36
7171 msgid "Corrupt group descriptor: bad block for inode bitmap"
7174 #: lib/ext2fs/ext2_err.c:37
7175 msgid "Corrupt group descriptor: bad block for inode table"
7178 #: lib/ext2fs/ext2_err.c:38
7179 msgid "Can't write an inode bitmap"
7182 #: lib/ext2fs/ext2_err.c:39
7183 msgid "Can't read an inode bitmap"
7186 #: lib/ext2fs/ext2_err.c:40
7187 msgid "Can't write a block bitmap"
7190 #: lib/ext2fs/ext2_err.c:41
7191 msgid "Can't read a block bitmap"
7194 #: lib/ext2fs/ext2_err.c:42
7195 msgid "Can't write an inode table"
7198 #: lib/ext2fs/ext2_err.c:43
7199 msgid "Can't read an inode table"
7202 #: lib/ext2fs/ext2_err.c:44
7203 msgid "Can't read next inode"
7206 #: lib/ext2fs/ext2_err.c:45
7207 msgid "Filesystem has unexpected block size"
7210 #: lib/ext2fs/ext2_err.c:46
7211 msgid "EXT2 directory corrupted"
7214 #: lib/ext2fs/ext2_err.c:47
7215 msgid "Attempt to read block from filesystem resulted in short read"
7218 #: lib/ext2fs/ext2_err.c:48
7219 msgid "Attempt to write block to filesystem resulted in short write"
7222 #: lib/ext2fs/ext2_err.c:49
7223 msgid "No free space in the directory"
7226 #: lib/ext2fs/ext2_err.c:50
7227 msgid "Inode bitmap not loaded"
7230 #: lib/ext2fs/ext2_err.c:51
7231 msgid "Block bitmap not loaded"
7234 #: lib/ext2fs/ext2_err.c:52
7235 msgid "Illegal inode number"
7238 #: lib/ext2fs/ext2_err.c:53
7239 msgid "Illegal block number"
7242 #: lib/ext2fs/ext2_err.c:54
7243 msgid "Internal error in ext2fs_expand_dir"
7246 #: lib/ext2fs/ext2_err.c:55
7247 msgid "Not enough space to build proposed filesystem"
7250 #: lib/ext2fs/ext2_err.c:56
7251 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7254 #: lib/ext2fs/ext2_err.c:57
7255 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7258 #: lib/ext2fs/ext2_err.c:58
7259 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7262 #: lib/ext2fs/ext2_err.c:59
7263 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7266 #: lib/ext2fs/ext2_err.c:60
7267 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7270 #: lib/ext2fs/ext2_err.c:61
7271 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7274 #: lib/ext2fs/ext2_err.c:62
7275 msgid "Attempt to fudge end of block bitmap past the real end"
7278 #: lib/ext2fs/ext2_err.c:63
7279 msgid "Attempt to fudge end of inode bitmap past the real end"
7282 #: lib/ext2fs/ext2_err.c:64
7283 msgid "Illegal indirect block found"
7286 #: lib/ext2fs/ext2_err.c:65
7287 msgid "Illegal doubly indirect block found"
7290 #: lib/ext2fs/ext2_err.c:66
7291 msgid "Illegal triply indirect block found"
7294 #: lib/ext2fs/ext2_err.c:67
7295 msgid "Block bitmaps are not the same"
7298 #: lib/ext2fs/ext2_err.c:68
7299 msgid "Inode bitmaps are not the same"
7302 #: lib/ext2fs/ext2_err.c:69
7303 msgid "Illegal or malformed device name"
7306 #: lib/ext2fs/ext2_err.c:70
7307 msgid "A block group is missing an inode table"
7310 #: lib/ext2fs/ext2_err.c:71
7311 msgid "The ext2 superblock is corrupt"
7314 #: lib/ext2fs/ext2_err.c:72
7315 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7318 #: lib/ext2fs/ext2_err.c:73
7319 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7322 #: lib/ext2fs/ext2_err.c:74
7323 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7326 #: lib/ext2fs/ext2_err.c:75
7327 msgid "Too many symbolic links encountered."
7330 #: lib/ext2fs/ext2_err.c:76
7331 msgid "The callback function will not handle this case"
7334 #: lib/ext2fs/ext2_err.c:77
7335 msgid "The inode is from a bad block in the inode table"
7338 #: lib/ext2fs/ext2_err.c:78
7339 msgid "Filesystem has unsupported feature(s)"
7342 #: lib/ext2fs/ext2_err.c:79
7343 msgid "Filesystem has unsupported read-only feature(s)"
7346 #: lib/ext2fs/ext2_err.c:80
7347 msgid "IO Channel failed to seek on read or write"
7350 #: lib/ext2fs/ext2_err.c:81
7351 msgid "Memory allocation failed"
7354 #: lib/ext2fs/ext2_err.c:82
7355 msgid "Invalid argument passed to ext2 library"
7358 #: lib/ext2fs/ext2_err.c:83
7359 msgid "Could not allocate block in ext2 filesystem"
7362 #: lib/ext2fs/ext2_err.c:84
7363 msgid "Could not allocate inode in ext2 filesystem"
7366 #: lib/ext2fs/ext2_err.c:85
7367 msgid "Ext2 inode is not a directory"
7370 #: lib/ext2fs/ext2_err.c:86
7371 msgid "Too many references in table"
7374 #: lib/ext2fs/ext2_err.c:87
7375 msgid "File not found by ext2_lookup"
7378 #: lib/ext2fs/ext2_err.c:88
7379 msgid "File open read-only"
7382 #: lib/ext2fs/ext2_err.c:89
7383 msgid "Ext2 directory block not found"
7386 #: lib/ext2fs/ext2_err.c:90
7387 msgid "Ext2 directory already exists"
7390 #: lib/ext2fs/ext2_err.c:91
7391 msgid "Unimplemented ext2 library function"
7394 #: lib/ext2fs/ext2_err.c:92
7395 msgid "User cancel requested"
7398 #: lib/ext2fs/ext2_err.c:93
7399 msgid "Ext2 file too big"
7402 #: lib/ext2fs/ext2_err.c:94
7403 msgid "Supplied journal device not a block device"
7406 #: lib/ext2fs/ext2_err.c:95
7407 msgid "Journal superblock not found"
7410 #: lib/ext2fs/ext2_err.c:96
7411 msgid "Journal must be at least 1024 blocks"
7414 #: lib/ext2fs/ext2_err.c:97
7415 msgid "Unsupported journal version"
7418 #: lib/ext2fs/ext2_err.c:98
7419 msgid "Error loading external journal"
7422 #: lib/ext2fs/ext2_err.c:99
7423 msgid "Journal not found"
7426 #: lib/ext2fs/ext2_err.c:100
7427 msgid "Directory hash unsupported"
7430 #: lib/ext2fs/ext2_err.c:101
7431 msgid "Illegal extended attribute block number"
7434 #: lib/ext2fs/ext2_err.c:102
7435 msgid "Cannot create filesystem with requested number of inodes"
7438 #: lib/ext2fs/ext2_err.c:103
7439 msgid "E2image snapshot not in use"
7442 #: lib/ext2fs/ext2_err.c:104
7443 msgid "Too many reserved group descriptor blocks"
7446 #: lib/ext2fs/ext2_err.c:105
7447 msgid "Resize inode is corrupt"
7450 #: lib/ext2fs/ext2_err.c:106
7451 msgid "Tried to set block bmap with missing indirect block"
7454 #: lib/ext2fs/ext2_err.c:107
7455 msgid "TDB: Success"
7458 #: lib/ext2fs/ext2_err.c:108
7459 msgid "TDB: Corrupt database"
7462 #: lib/ext2fs/ext2_err.c:109
7463 msgid "TDB: IO Error"
7466 #: lib/ext2fs/ext2_err.c:110
7467 msgid "TDB: Locking error"
7470 #: lib/ext2fs/ext2_err.c:111
7471 msgid "TDB: Out of memory"
7474 #: lib/ext2fs/ext2_err.c:112
7475 msgid "TDB: Record exists"
7478 #: lib/ext2fs/ext2_err.c:113
7479 msgid "TDB: Lock exists on other keys"
7482 #: lib/ext2fs/ext2_err.c:114
7483 msgid "TDB: Invalid parameter"
7486 #: lib/ext2fs/ext2_err.c:115
7487 msgid "TDB: Record does not exist"
7490 #: lib/ext2fs/ext2_err.c:116
7491 msgid "TDB: Write not permitted"
7494 #: lib/ext2fs/ext2_err.c:117
7495 msgid "Ext2fs directory block list is empty"
7498 #: lib/ext2fs/ext2_err.c:118
7499 msgid "Attempt to modify a block mapping via a read-only block iterator"
7502 #: lib/ext2fs/ext2_err.c:119
7503 msgid "Wrong magic number for ext4 extent saved path"
7506 #: lib/ext2fs/ext2_err.c:120
7507 msgid "Wrong magic number for 64-bit generic bitmap"
7510 #: lib/ext2fs/ext2_err.c:121
7511 msgid "Wrong magic number for 64-bit block bitmap"
7514 #: lib/ext2fs/ext2_err.c:122
7515 msgid "Wrong magic number for 64-bit inode bitmap"
7518 #: lib/ext2fs/ext2_err.c:123
7519 msgid "Wrong magic number --- RESERVED_13"
7522 #: lib/ext2fs/ext2_err.c:124
7523 msgid "Wrong magic number --- RESERVED_14"
7526 #: lib/ext2fs/ext2_err.c:125
7527 msgid "Wrong magic number --- RESERVED_15"
7530 #: lib/ext2fs/ext2_err.c:126
7531 msgid "Wrong magic number --- RESERVED_16"
7534 #: lib/ext2fs/ext2_err.c:127
7535 msgid "Wrong magic number --- RESERVED_17"
7538 #: lib/ext2fs/ext2_err.c:128
7539 msgid "Wrong magic number --- RESERVED_18"
7542 #: lib/ext2fs/ext2_err.c:129
7543 msgid "Wrong magic number --- RESERVED_19"
7546 #: lib/ext2fs/ext2_err.c:130
7547 msgid "Corrupt extent header"
7550 #: lib/ext2fs/ext2_err.c:131
7551 msgid "Corrupt extent index"
7554 #: lib/ext2fs/ext2_err.c:132
7555 msgid "Corrupt extent"
7558 #: lib/ext2fs/ext2_err.c:133
7559 msgid "No free space in extent map"
7562 #: lib/ext2fs/ext2_err.c:134
7563 msgid "Inode does not use extents"
7566 #: lib/ext2fs/ext2_err.c:135
7567 msgid "No 'next' extent"
7570 #: lib/ext2fs/ext2_err.c:136
7571 msgid "No 'previous' extent"
7574 #: lib/ext2fs/ext2_err.c:137
7575 msgid "No 'up' extent"
7578 #: lib/ext2fs/ext2_err.c:138
7579 msgid "No 'down' extent"
7582 #: lib/ext2fs/ext2_err.c:139
7583 msgid "No current node"
7586 #: lib/ext2fs/ext2_err.c:140
7587 msgid "Ext2fs operation not supported"
7590 #: lib/ext2fs/ext2_err.c:141
7591 msgid "No room to insert extent in node"
7594 #: lib/ext2fs/ext2_err.c:142
7595 msgid "Splitting would result in empty node"
7598 #: lib/ext2fs/ext2_err.c:143
7599 msgid "Extent not found"
7602 #: lib/ext2fs/ext2_err.c:144
7603 msgid "Operation not supported for inodes containing extents"
7606 #: lib/ext2fs/ext2_err.c:145
7607 msgid "Extent length is invalid"
7610 #: lib/ext2fs/ext2_err.c:146
7611 msgid "I/O Channel does not support 64-bit block numbers"
7614 #: lib/ext2fs/ext2_err.c:147
7615 msgid "Can't check if filesystem is mounted due to missing mtab file"
7618 #: lib/ext2fs/ext2_err.c:148
7619 msgid "Filesystem too large to use legacy bitmaps"
7622 #: lib/ext2fs/ext2_err.c:149
7623 msgid "MMP: invalid magic number"
7626 #: lib/ext2fs/ext2_err.c:150
7627 msgid "MMP: device currently active"
7630 #: lib/ext2fs/ext2_err.c:151
7631 msgid "MMP: e2fsck being run"
7634 #: lib/ext2fs/ext2_err.c:152
7635 msgid "MMP: block number beyond filesystem range"
7638 #: lib/ext2fs/ext2_err.c:153
7639 msgid "MMP: undergoing an unknown operation"
7642 #: lib/ext2fs/ext2_err.c:154
7643 msgid "MMP: filesystem still in use"
7646 #: lib/ext2fs/ext2_err.c:155
7647 msgid "MMP: open with O_DIRECT failed"
7650 #: lib/ext2fs/ext2_err.c:156
7651 msgid "Block group descriptor size incorrect"
7654 #: lib/ext2fs/ext2_err.c:157
7655 msgid "Inode checksum does not match inode"
7658 #: lib/ext2fs/ext2_err.c:158
7659 msgid "Inode bitmap checksum does not match bitmap"
7662 #: lib/ext2fs/ext2_err.c:159
7663 msgid "Extent block checksum does not match extent block"
7666 #: lib/ext2fs/ext2_err.c:160
7667 msgid "Directory block does not have space for checksum"
7670 #: lib/ext2fs/ext2_err.c:161
7671 msgid "Directory block checksum does not match directory block"
7674 #: lib/ext2fs/ext2_err.c:162
7675 msgid "Extended attribute block checksum does not match block"
7678 #: lib/ext2fs/ext2_err.c:163
7679 msgid "Superblock checksum does not match superblock"
7682 #: lib/ext2fs/ext2_err.c:164
7683 msgid "Unknown checksum algorithm"
7686 #: lib/ext2fs/ext2_err.c:165
7687 msgid "MMP block checksum does not match"
7690 #: lib/ext2fs/ext2_err.c:166
7691 msgid "Ext2 file already exists"
7694 #: lib/ext2fs/ext2_err.c:167
7695 msgid "Block bitmap checksum does not match bitmap"
7698 #: lib/ext2fs/ext2_err.c:168
7699 msgid "Cannot iterate data blocks of an inode containing inline data"
7702 #: lib/ext2fs/ext2_err.c:169
7703 msgid "Extended attribute has an invalid name length"
7706 #: lib/ext2fs/ext2_err.c:170
7707 msgid "Extended attribute has an invalid value length"
7710 #: lib/ext2fs/ext2_err.c:171
7711 msgid "Extended attribute has an incorrect hash"
7714 #: lib/ext2fs/ext2_err.c:172
7715 msgid "Extended attribute block has a bad header"
7718 #: lib/ext2fs/ext2_err.c:173
7719 msgid "Extended attribute key not found"
7722 #: lib/ext2fs/ext2_err.c:174
7723 msgid "Insufficient space to store extended attribute data"
7726 #: lib/ext2fs/ext2_err.c:175
7727 msgid "Filesystem is missing ext_attr or inline_data feature"
7730 #: lib/ext2fs/ext2_err.c:176
7731 msgid "Inode doesn't have inline data"
7734 #: lib/ext2fs/ext2_err.c:177
7735 msgid "No block for an inode with inline data"
7738 #: lib/ext2fs/ext2_err.c:178
7739 msgid "No free space in inline data"
7742 #: lib/ext2fs/ext2_err.c:179
7743 msgid "Wrong magic number for extended attribute structure"
7746 #: lib/ext2fs/ext2_err.c:180
7747 msgid "Inode seems to contain garbage"
7750 #: lib/ext2fs/ext2_err.c:181
7751 msgid "Extended attribute has an invalid value offset"
7754 #: lib/ext2fs/ext2_err.c:182
7755 msgid "Journal flags inconsistent"
7758 #: lib/ext2fs/ext2_err.c:183
7759 msgid "Undo file corrupt"
7762 #: lib/ext2fs/ext2_err.c:184
7763 msgid "Wrong undo file for this filesystem"
7766 #: lib/ext2fs/ext2_err.c:185
7767 msgid "File system is corrupted"
7770 #: lib/ext2fs/ext2_err.c:186
7771 msgid "Bad CRC detected in file system"
7774 #: lib/ext2fs/ext2_err.c:187
7775 msgid "The journal superblock is corrupt"
7778 #: lib/ext2fs/ext2_err.c:188
7779 msgid "Inode is corrupted"
7782 #: lib/ext2fs/ext2_err.c:189
7783 msgid "Inode containing extended attribute value is corrupted"
7786 #: lib/support/prof_err.c:11
7787 msgid "Profile version 0.0"
7790 #: lib/support/prof_err.c:12
7791 msgid "Bad magic value in profile_node"
7794 #: lib/support/prof_err.c:13
7795 msgid "Profile section not found"
7798 #: lib/support/prof_err.c:14
7799 msgid "Profile relation not found"
7802 #: lib/support/prof_err.c:15
7803 msgid "Attempt to add a relation to node which is not a section"
7806 #: lib/support/prof_err.c:16
7807 msgid "A profile section header has a non-zero value"
7810 #: lib/support/prof_err.c:17
7811 msgid "Bad linked list in profile structures"
7814 #: lib/support/prof_err.c:18
7815 msgid "Bad group level in profile structures"
7818 #: lib/support/prof_err.c:19
7819 msgid "Bad parent pointer in profile structures"
7822 #: lib/support/prof_err.c:20
7823 msgid "Bad magic value in profile iterator"
7826 #: lib/support/prof_err.c:21
7827 msgid "Can't set value on section node"
7830 #: lib/support/prof_err.c:22
7831 msgid "Invalid argument passed to profile library"
7834 #: lib/support/prof_err.c:23
7835 msgid "Attempt to modify read-only profile"
7838 #: lib/support/prof_err.c:24
7839 msgid "Profile section header not at top level"
7842 #: lib/support/prof_err.c:25
7843 msgid "Syntax error in profile section header"
7846 #: lib/support/prof_err.c:26
7847 msgid "Syntax error in profile relation"
7850 #: lib/support/prof_err.c:27
7851 msgid "Extra closing brace in profile"
7854 #: lib/support/prof_err.c:28
7855 msgid "Missing open brace in profile"
7858 #: lib/support/prof_err.c:29
7859 msgid "Bad magic value in profile_t"
7862 #: lib/support/prof_err.c:30
7863 msgid "Bad magic value in profile_section_t"
7866 #: lib/support/prof_err.c:31
7867 msgid "Iteration through all top level section not supported"
7870 #: lib/support/prof_err.c:32
7871 msgid "Invalid profile_section object"
7874 #: lib/support/prof_err.c:33
7875 msgid "No more sections"
7878 #: lib/support/prof_err.c:34
7879 msgid "Bad nameset passed to query routine"
7882 #: lib/support/prof_err.c:35
7883 msgid "No profile file open"
7886 #: lib/support/prof_err.c:36
7887 msgid "Bad magic value in profile_file_t"
7890 #: lib/support/prof_err.c:37
7891 msgid "Couldn't open profile file"
7894 #: lib/support/prof_err.c:38
7895 msgid "Section already exists"
7898 #: lib/support/prof_err.c:39
7899 msgid "Invalid boolean value"
7902 #: lib/support/prof_err.c:40
7903 msgid "Invalid integer value"
7906 #: lib/support/prof_err.c:41
7907 msgid "Bad magic value in profile_file_data_t"
7910 #: lib/support/plausible.c:118
7912 msgid "\tlast mounted on %s on %s"
7915 #: lib/support/plausible.c:121
7917 msgid "\tlast mounted on %s"
7920 #: lib/support/plausible.c:124
7922 msgid "\tcreated on %s"
7925 #: lib/support/plausible.c:127
7927 msgid "\tlast modified on %s"
7930 #: lib/support/plausible.c:161
7932 msgid "Found a %s partition table in %s\n"
7935 #: lib/support/plausible.c:191
7937 msgid "The file %s does not exist and no size was specified.\n"
7940 #: lib/support/plausible.c:199
7942 msgid "Creating regular file %s\n"
7945 #: lib/support/plausible.c:202
7947 msgid "Could not open %s: %s\n"
7950 #: lib/support/plausible.c:205
7953 "The device apparently does not exist; did you specify it correctly?\n"
7956 #: lib/support/plausible.c:227
7958 msgid "%s is not a block special device.\n"
7961 #: lib/support/plausible.c:249
7963 msgid "%s contains a %s file system labelled '%s'\n"
7966 #: lib/support/plausible.c:252
7968 msgid "%s contains a %s file system\n"
7971 #: lib/support/plausible.c:276
7973 msgid "%s contains `%s' data\n"