1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Theodore Tso
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
6 #. The strings in e2fsck's problem.c can be very hard to translate,
7 #. since the strings are expanded in two different ways. First of all,
8 #. there is an @-expansion, where strings like "@i" are expanded to
9 #. "inode", and so on. In order to make it easier for translators, the
10 #. e2fsprogs po template file has been enhanced with comments that show
11 #. the @-expansion, for the strings in the problem.c file.
13 #. Translators are free to use the @-expansion facility if they so
14 #. choose, by providing translations for strings in e2fsck/message.c.
15 #. These translation can completely replace an expansion; for example,
16 #. if "bblock" (which indicated that "@b" would be expanded to "block")
17 #. is translated as "ddatenverlust", then "@d" will be expanded to
18 #. "datenverlust". Alternatively, translators can simply not use the
19 #. @-expansion facility at all.
21 #. The second expansion which is done for e2fsck's problem.c messages is
22 #. a dynamic %-expansion, which expands %i as an inode number, and so
23 #. on. A table of these expansions can be found below. Note that
24 #. %-expressions that begin with "%D" and "%I" are two-character
25 #. expansions; so for example, "%Iu" expands to the inode's user id
26 #. ownership field (inode->i_uid).
28 #. %b <blk> block number
29 #. %B <blkcount> integer
30 #. %c <blk2> block number
31 #. %Di <dirent> -> ino inode number
32 #. %Dn <dirent> -> name string
33 #. %Dr <dirent> -> rec_len
34 #. %Dl <dirent> -> name_len
35 #. %Dt <dirent> -> filetype
36 #. %d <dir> inode number
38 #. %i <ino> inode number
39 #. %Is <inode> -> i_size
40 #. %IS <inode> -> i_extra_isize
41 #. %Ib <inode> -> i_blocks
42 #. %Il <inode> -> i_links_count
43 #. %Im <inode> -> i_mode
44 #. %IM <inode> -> i_mtime
45 #. %IF <inode> -> i_faddr
46 #. %If <inode> -> i_file_acl
47 #. %Id <inode> -> i_dir_acl
48 #. %Iu <inode> -> i_uid
49 #. %Ig <inode> -> i_gid
50 #. %j <ino2> inode number
51 #. %m <com_err error message>
53 #. %p ext2fs_get_pathname of directory <ino>
54 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
55 #. the containing directory. (If dirent is NULL
56 #. then return the pathname of directory <ino2>)
57 #. %q ext2fs_get_pathname of directory <dir>
58 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
59 #. the containing directory.
60 #. %s <str> miscellaneous string
61 #. %S backup superblock
62 #. %X <num> hexadecimal format
67 "Project-Id-Version: PACKAGE VERSION\n"
68 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
69 "POT-Creation-Date: 2005-12-31 16:34-0500\n"
70 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
71 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
72 "Language-Team: LANGUAGE <LL@li.org>\n"
74 "Content-Type: text/plain; charset=CHARSET\n"
75 "Content-Transfer-Encoding: 8bit\n"
77 #: e2fsck/badblocks.c:22 misc/mke2fs.c:224
79 msgid "Bad block %u out of range; ignored.\n"
82 #: e2fsck/badblocks.c:45
83 msgid "while sanity checking the bad blocks inode"
86 #: e2fsck/badblocks.c:57
87 msgid "while reading the bad blocks inode"
90 #: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
91 #: e2fsck/unix.c:927 e2fsck/unix.c:960 misc/badblocks.c:1005
92 #: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
93 #: misc/dumpe2fs.c:348 misc/e2image.c:567 misc/e2image.c:660
94 #: misc/e2image.c:676 misc/mke2fs.c:240 misc/tune2fs.c:776 resize/main.c:236
96 msgid "while trying to open %s"
99 #: e2fsck/badblocks.c:82
101 msgid "while trying popen '%s'"
104 #: e2fsck/badblocks.c:93 misc/mke2fs.c:247
105 msgid "while reading in list of bad blocks from file"
108 #: e2fsck/badblocks.c:103
109 msgid "while updating bad block inode"
112 #: e2fsck/badblocks.c:129
114 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
117 #: e2fsck/ehandler.c:53
119 msgid "Error reading block %lu (%s) while %s. "
122 #: e2fsck/ehandler.c:56
124 msgid "Error reading block %lu (%s). "
127 #: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
131 #: e2fsck/ehandler.c:60
132 msgid "Force rewrite"
135 #: e2fsck/ehandler.c:100
137 msgid "Error writing block %lu (%s) while %s. "
140 #: e2fsck/ehandler.c:103
142 msgid "Error writing block %lu (%s). "
145 #: e2fsck/emptydir.c:56
146 msgid "empty dirblocks"
149 #: e2fsck/emptydir.c:61
150 msgid "empty dir map"
153 #: e2fsck/emptydir.c:97
155 msgid "Empty directory block %d (#%d) in inode %d\n"
158 #: e2fsck/extend.c:21
160 msgid "%s: %s filename nblocks blocksize\n"
163 #: e2fsck/extend.c:43
165 msgid "Illegal number of blocks!\n"
168 #: e2fsck/extend.c:49
170 msgid "Couldn't allocate block buffer (size=%d)\n"
173 #: e2fsck/flushb.c:34
175 msgid "Usage: %s disk\n"
178 #: e2fsck/flushb.c:63
180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
185 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
188 #: e2fsck/iscan.c:83 e2fsck/unix.c:746
190 msgid "while opening %s for flushing"
193 #: e2fsck/iscan.c:88 e2fsck/unix.c:752 resize/main.c:216
195 msgid "while trying to flush %s"
198 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
199 msgid "while opening inode scan"
202 #: e2fsck/iscan.c:129 misc/e2image.c:495
203 msgid "while getting next inode"
206 #: e2fsck/iscan.c:138
208 msgid "%d inodes scanned.\n"
211 #: e2fsck/journal.c:463
212 msgid "reading journal superblock\n"
215 #: e2fsck/journal.c:520
217 msgid "%s: no valid journal superblock found\n"
220 #: e2fsck/journal.c:529
222 msgid "%s: journal too short\n"
225 #: e2fsck/journal.c:802
227 msgid "%s: recovering journal\n"
230 #: e2fsck/journal.c:804
232 msgid "%s: won't do journal recovery while read-only\n"
235 #: e2fsck/journal.c:825
237 msgid "while trying to re-open %s"
240 #: e2fsck/message.c:108
241 msgid "aextended attribute"
244 #: e2fsck/message.c:109
245 msgid "Aerror allocating"
248 #: e2fsck/message.c:110
252 #: e2fsck/message.c:111
256 #: e2fsck/message.c:112
260 #: e2fsck/message.c:113
261 msgid "Cconflicts with some other fs @b"
264 #: e2fsck/message.c:114
268 #: e2fsck/message.c:115
272 #: e2fsck/message.c:116
276 #: e2fsck/message.c:117
280 #: e2fsck/message.c:118
284 #: e2fsck/message.c:119
288 #: e2fsck/message.c:120
289 msgid "E@e '%Dn' in %p (%i)"
292 #: e2fsck/message.c:121
296 #: e2fsck/message.c:122
297 msgid "Ffor @i %i (%Q) is"
300 #: e2fsck/message.c:123
304 #: e2fsck/message.c:124
308 #: e2fsck/message.c:125
312 #: e2fsck/message.c:126
316 #: e2fsck/message.c:127
317 msgid "mmultiply-claimed"
320 #: e2fsck/message.c:128
324 #: e2fsck/message.c:129
328 #: e2fsck/message.c:130
332 #: e2fsck/message.c:131
336 #: e2fsck/message.c:132
340 #: e2fsck/message.c:133
344 #: e2fsck/message.c:134
348 #: e2fsck/message.c:135
352 #: e2fsck/message.c:136
356 #: e2fsck/message.c:147
357 msgid "<The NULL inode>"
360 #: e2fsck/message.c:148
361 msgid "<The bad blocks inode>"
364 #: e2fsck/message.c:150
365 msgid "<The ACL index inode>"
368 #: e2fsck/message.c:151
369 msgid "<The ACL data inode>"
372 #: e2fsck/message.c:152
373 msgid "<The boot loader inode>"
376 #: e2fsck/message.c:153
377 msgid "<The undelete directory inode>"
380 #: e2fsck/message.c:154
381 msgid "<The group descriptor inode>"
384 #: e2fsck/message.c:155
385 msgid "<The journal inode>"
388 #: e2fsck/message.c:156
389 msgid "<Reserved inode 9>"
392 #: e2fsck/message.c:157
393 msgid "<Reserved inode 10>"
396 #: e2fsck/pass1b.c:209
397 msgid "multiply claimed inode map"
400 #: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
402 msgid "internal error; can't find dup_blk for %d\n"
405 #: e2fsck/pass1b.c:738
406 msgid "returned from clone_file_block"
409 #: e2fsck/pass1.c:430
410 msgid "in-use inode map"
413 #: e2fsck/pass1.c:439
414 msgid "directory inode map"
417 #: e2fsck/pass1.c:447
418 msgid "regular file inode map"
421 #: e2fsck/pass1.c:454
422 msgid "in-use block map"
425 #: e2fsck/pass1.c:505
426 msgid "doing inode scan"
429 #: e2fsck/pass1.c:917
433 #: e2fsck/pass1.c:976
435 msgid "reading indirect blocks of inode %u"
438 #: e2fsck/pass1.c:1018
439 msgid "bad inode map"
442 #: e2fsck/pass1.c:1040
443 msgid "inode in bad block map"
446 #: e2fsck/pass1.c:1060
447 msgid "imagic inode map"
450 #: e2fsck/pass1.c:1087
451 msgid "multiply claimed block map"
454 #: e2fsck/pass1.c:1186
455 msgid "ext attr block map"
458 #: e2fsck/pass1.c:1959
462 #: e2fsck/pass1.c:1963
466 #: e2fsck/pass1.c:1967
470 #: e2fsck/pass2.c:287
475 msgid "inode done bitmap"
482 #: e2fsck/pass3.c:143
486 #: e2fsck/pass3.c:334
487 msgid "inode loop detection bitmap"
490 #: e2fsck/pass4.c:174
498 #: e2fsck/problem.c:50
502 #: e2fsck/problem.c:51
506 #: e2fsck/problem.c:52
510 #: e2fsck/problem.c:53
514 #: e2fsck/problem.c:54
518 #: e2fsck/problem.c:55
522 #: e2fsck/problem.c:56
523 msgid "Connect to /lost+found"
526 #: e2fsck/problem.c:57
530 #: e2fsck/problem.c:58
534 #: e2fsck/problem.c:59
538 #: e2fsck/problem.c:60
542 #: e2fsck/problem.c:61
546 #: e2fsck/problem.c:62
550 #: e2fsck/problem.c:63
554 #: e2fsck/problem.c:64
555 msgid "Clone multiply-claimed blocks"
558 #: e2fsck/problem.c:65
562 #: e2fsck/problem.c:66
563 msgid "Suppress messages"
566 #: e2fsck/problem.c:67
570 #: e2fsck/problem.c:68
571 msgid "Clear HTree index"
574 #: e2fsck/problem.c:69
578 #: e2fsck/problem.c:78
582 #: e2fsck/problem.c:79
586 #: e2fsck/problem.c:80
590 #: e2fsck/problem.c:81
594 #: e2fsck/problem.c:82
598 #: e2fsck/problem.c:83
602 #: e2fsck/problem.c:84
606 #: e2fsck/problem.c:85
610 #: e2fsck/problem.c:86
614 #: e2fsck/problem.c:87
618 #: e2fsck/problem.c:88
619 msgid "INODE CLEARED"
622 #: e2fsck/problem.c:89
626 #: e2fsck/problem.c:90
630 #: e2fsck/problem.c:91
634 #: e2fsck/problem.c:92
635 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
638 #: e2fsck/problem.c:93
642 #: e2fsck/problem.c:94
646 #: e2fsck/problem.c:95
650 #: e2fsck/problem.c:96
651 msgid "HTREE INDEX CLEARED"
654 #: e2fsck/problem.c:97
655 msgid "WILL RECREATE"
658 #: e2fsck/problem.c:106
659 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
660 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
663 #: e2fsck/problem.c:110
664 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
665 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
668 #: e2fsck/problem.c:115
669 #. @-expanded: inode table for group %g is not in group. (block %b)\n
670 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
672 "@i table for @g %g is not in @g. (@b %b)\n"
673 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
676 #: e2fsck/problem.c:121
679 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
680 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
681 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
682 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
683 #. @-expanded: e2fsck -b %S <device>\n
687 "The @S could not be read or does not describe a correct ext2\n"
688 "@f. If the @v is valid and it really contains an ext2\n"
689 "@f (and not swap or ufs or something else), then the @S\n"
690 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
691 " e2fsck -b %S <@v>\n"
695 #: e2fsck/problem.c:130
696 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
697 #. @-expanded: The physical size of the device is %c blocks\n
698 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
700 "The @f size (according to the @S) is %b @bs\n"
701 "The physical size of the @v is %c @bs\n"
702 "Either the @S or the partition table is likely to be corrupt!\n"
705 #: e2fsck/problem.c:137
706 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
707 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
708 #. @-expanded: from the block size.\n
710 "@S @b_size = %b, fragsize = %c.\n"
711 "This version of e2fsck does not support fragment sizes different\n"
712 "from the @b size.\n"
715 #: e2fsck/problem.c:144
716 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
717 msgid "@S @bs_per_group = %b, should have been %c\n"
720 #: e2fsck/problem.c:149
721 #. @-expanded: superblock first_data_block = %b, should have been %c\n
722 msgid "@S first_data_@b = %b, should have been %c\n"
725 #: e2fsck/problem.c:154
726 #. @-expanded: filesystem did not have a UUID; generating one.\n
729 "@f did not have a UUID; generating one.\n"
733 #: e2fsck/problem.c:159
736 "Note: if several inode or block bitmap blocks or part\n"
737 "of the inode table require relocation, you may wish to try\n"
738 "running e2fsck with the '-b %S' option first. The problem\n"
739 "may lie only with the primary block group descriptors, and\n"
740 "the backup block group descriptors may be OK.\n"
744 #: e2fsck/problem.c:168
745 #. @-expanded: Corruption found in superblock. (%s = %N).\n
746 msgid "Corruption found in @S. (%s = %N).\n"
749 #: e2fsck/problem.c:173
751 #. @-expanded: Error determining size of the physical device: %m\n
752 msgid "Error determining size of the physical @v: %m\n"
755 #: e2fsck/problem.c:178
756 #. @-expanded: inode count in superblock is %i, should be %j.\n
757 msgid "@i count in @S is %i, @s %j.\n"
760 #: e2fsck/problem.c:182
761 msgid "The Hurd does not support the filetype feature.\n"
764 #: e2fsck/problem.c:187
766 #. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
767 msgid "@S has an @n ext3 @j (@i %i).\n"
770 #: e2fsck/problem.c:192
771 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
772 msgid "External @j has multiple @f users (unsupported).\n"
775 #: e2fsck/problem.c:197
776 #. @-expanded: Can't find external journal\n
777 msgid "Can't find external @j\n"
780 #: e2fsck/problem.c:202
781 #. @-expanded: External journal has bad superblock\n
782 msgid "External @j has bad @S\n"
785 #: e2fsck/problem.c:207
786 #. @-expanded: External journal does not support this filesystem\n
787 msgid "External @j does not support this @f\n"
790 #: e2fsck/problem.c:212
791 #. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
792 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
793 #. @-expanded: format.\n
794 #. @-expanded: It is also possible the journal superblock is corrupt.\n
796 "Ext3 @j @S is unknown type %N (unsupported).\n"
797 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
799 "It is also possible the @j @S is corrupt.\n"
802 #: e2fsck/problem.c:220
803 #. @-expanded: Ext3 journal superblock is corrupt.\n
804 msgid "Ext3 @j @S is corrupt.\n"
807 #: e2fsck/problem.c:225
809 #. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
810 msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
813 #: e2fsck/problem.c:230
814 #. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
815 msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
818 #: e2fsck/problem.c:235
819 #. @-expanded: ext3 recovery flag is clear, but journal has data.\n
820 msgid "ext3 recovery flag is clear, but @j has data.\n"
823 #: e2fsck/problem.c:240
824 #. @-expanded: Clear journal
828 #: e2fsck/problem.c:245
829 #. @-expanded: Run journal anyway
830 msgid "Run @j anyway"
833 #: e2fsck/problem.c:250
834 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
835 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
838 #: e2fsck/problem.c:255
839 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
840 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
843 #: e2fsck/problem.c:260
844 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
845 msgid "@I @b #%B (%b) found in @o @i %i.\n"
848 #: e2fsck/problem.c:265
849 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
850 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
853 #: e2fsck/problem.c:270
855 #. @-expanded: illegal orphaned inode %i in superblock.\n
856 msgid "@I @o @i %i in @S.\n"
859 #: e2fsck/problem.c:275
861 #. @-expanded: illegal inode %i in orphaned inode list.\n
862 msgid "@I @i %i in @o @i list.\n"
865 #: e2fsck/problem.c:280 e2fsck/problem.c:604
866 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
867 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
870 #: e2fsck/problem.c:285
871 #. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
872 msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
875 #: e2fsck/problem.c:290
876 #. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
877 msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
880 #: e2fsck/problem.c:295
881 #. @-expanded: journal version not supported by this e2fsck.\n
882 msgid "@j version not supported by this e2fsck.\n"
885 #: e2fsck/problem.c:300
887 #. @-expanded: Moving journal from /%s to hidden inode.\n
890 "Moving @j from /%s to hidden @i.\n"
894 #: e2fsck/problem.c:305
896 #. @-expanded: Error moving journal: %m\n
899 "Error moving @j: %m\n"
903 #: e2fsck/problem.c:310
904 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
905 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
908 "Found @n V2 @j @S fields (from V1 @j).\n"
909 "Clearing fields beyond the V1 @j @S...\n"
913 #: e2fsck/problem.c:316
914 #. @-expanded: Backing up journal inode block information.\n
917 "Backing up @j @i @b information.\n"
921 #: e2fsck/problem.c:321
922 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
923 #. @-expanded: is %N; should be zero.
925 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
929 #: e2fsck/problem.c:327
930 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
931 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
934 #: e2fsck/problem.c:332
935 #. @-expanded: Resize inode not valid.
936 msgid "Resize @i not valid. "
939 #: e2fsck/problem.c:337
940 #. @-expanded: superblock last mount time is in the future.
941 msgid "@S last mount time is in the future. "
944 #: e2fsck/problem.c:342
945 #. @-expanded: superblock last write time is in the future.
946 msgid "@S last write time is in the future. "
949 #: e2fsck/problem.c:349
950 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
951 msgid "Pass 1: Checking @is, @bs, and sizes\n"
954 #: e2fsck/problem.c:353
955 #. @-expanded: root inode is not a directory.
956 msgid "@r is not a @d. "
959 #: e2fsck/problem.c:358
960 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
961 msgid "@r has dtime set (probably due to old mke2fs). "
964 #: e2fsck/problem.c:363
965 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
966 msgid "Reserved @i %i (%Q) has @n mode. "
969 #: e2fsck/problem.c:368
971 #. @-expanded: deleted inode %i has zero dtime.
972 msgid "@D @i %i has zero dtime. "
975 #: e2fsck/problem.c:373
977 #. @-expanded: inode %i is in use, but has dtime set.
978 msgid "@i %i is in use, but has dtime set. "
981 #: e2fsck/problem.c:378
983 #. @-expanded: inode %i is a zero-length directory.
984 msgid "@i %i is a @z @d. "
987 #: e2fsck/problem.c:383
988 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
989 msgid "@g %g's @b @B at %b @C.\n"
992 #: e2fsck/problem.c:388
993 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
994 msgid "@g %g's @i @B at %b @C.\n"
997 #: e2fsck/problem.c:393
998 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
999 msgid "@g %g's @i table at %b @C.\n"
1002 #: e2fsck/problem.c:398
1003 #. @-expanded: group %g's block bitmap (%b) is bad.
1004 msgid "@g %g's @b @B (%b) is bad. "
1007 #: e2fsck/problem.c:403
1008 #. @-expanded: group %g's inode bitmap (%b) is bad.
1009 msgid "@g %g's @i @B (%b) is bad. "
1012 #: e2fsck/problem.c:408
1013 #. @-expanded: inode %i, i_size is %Is, should be %N.
1014 msgid "@i %i, i_size is %Is, @s %N. "
1017 #: e2fsck/problem.c:413
1018 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1019 msgid "@i %i, i_@bs is %Ib, @s %N. "
1022 #: e2fsck/problem.c:418
1023 #. @-expanded: illegal block #%B (%b) in inode %i.
1024 msgid "@I @b #%B (%b) in @i %i. "
1027 #: e2fsck/problem.c:423
1028 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1029 msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1032 #: e2fsck/problem.c:428
1034 #. @-expanded: inode %i has illegal block(s).
1035 msgid "@i %i has illegal @b(s). "
1038 #: e2fsck/problem.c:433
1040 #. @-expanded: Too many illegal blocks in inode %i.\n
1041 msgid "Too many illegal @bs in @i %i.\n"
1044 #: e2fsck/problem.c:438
1045 #. @-expanded: illegal block #%B (%b) in bad block inode.
1046 msgid "@I @b #%B (%b) in bad @b @i. "
1049 #: e2fsck/problem.c:443
1050 #. @-expanded: Bad block inode has illegal block(s).
1051 msgid "Bad @b @i has illegal @b(s). "
1054 #: e2fsck/problem.c:448
1055 #. @-expanded: Duplicate or bad block in use!\n
1056 msgid "Duplicate or bad @b in use!\n"
1059 #: e2fsck/problem.c:453
1060 #. @-expanded: Bad block %b used as bad block inode indirect block.
1061 msgid "Bad @b %b used as bad @b @i indirect @b. "
1064 #: e2fsck/problem.c:458
1066 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1067 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1068 #. @-expanded: in the filesystem.\n
1071 "The bad @b @i has probably been corrupted. You probably\n"
1072 "should stop now and run e2fsck -c to scan for bad blocks\n"
1076 #: e2fsck/problem.c:465
1078 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1081 "If the @b is really bad, the @f can not be fixed.\n"
1084 #: e2fsck/problem.c:470
1085 #. @-expanded: You can remove this block from the bad block list and hope\n
1086 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1089 "You can remove this @b from the bad @b list and hope\n"
1090 "that the @b is really OK. But there are no guarantees.\n"
1094 #: e2fsck/problem.c:476
1095 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1096 msgid "The primary @S (%b) is on the bad @b list.\n"
1099 #: e2fsck/problem.c:481
1100 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1101 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1104 #: e2fsck/problem.c:487
1105 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1106 msgid "Warning: Group %g's @S (%b) is bad.\n"
1109 #: e2fsck/problem.c:492
1110 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1111 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1114 #: e2fsck/problem.c:498
1115 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1116 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1119 #: e2fsck/problem.c:504
1120 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1121 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1124 #: e2fsck/problem.c:509
1126 #. @-expanded: error allocating block buffer for relocating %s\n
1127 msgid "@A @b buffer for relocating %s\n"
1130 #: e2fsck/problem.c:514
1131 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1132 msgid "Relocating @g %g's %s from %b to %c...\n"
1135 #: e2fsck/problem.c:519
1137 #. @-expanded: Relocating group %g's %s to %c...\n
1138 msgid "Relocating @g %g's %s to %c...\n"
1141 #: e2fsck/problem.c:524
1142 #. @-expanded: Warning: could not read block %b of %s: %m\n
1143 msgid "Warning: could not read @b %b of %s: %m\n"
1146 #: e2fsck/problem.c:529
1147 #. @-expanded: Warning: could not write block %b for %s: %m\n
1148 msgid "Warning: could not write @b %b for %s: %m\n"
1151 #: e2fsck/problem.c:534 e2fsck/problem.c:1261
1152 #. @-expanded: error allocating inode bitmap (%N): %m\n
1153 msgid "@A @i @B (%N): %m\n"
1156 #: e2fsck/problem.c:539
1157 #. @-expanded: error allocating block bitmap (%N): %m\n
1158 msgid "@A @b @B (%N): %m\n"
1161 #: e2fsck/problem.c:544
1163 #. @-expanded: error allocating icount link information: %m\n
1164 msgid "@A icount link information: %m\n"
1167 #: e2fsck/problem.c:549
1169 #. @-expanded: error allocating directory block array: %m\n
1170 msgid "@A @d @b array: %m\n"
1173 #: e2fsck/problem.c:554
1175 #. @-expanded: Error while scanning inodes (%i): %m\n
1176 msgid "Error while scanning @is (%i): %m\n"
1179 #: e2fsck/problem.c:559
1181 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1182 msgid "Error while iterating over @bs in @i %i: %m\n"
1185 #: e2fsck/problem.c:564
1186 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1187 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1190 #: e2fsck/problem.c:569
1191 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1192 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1195 #: e2fsck/problem.c:575
1197 #. @-expanded: Error reading inode %i: %m\n
1198 msgid "Error reading @i %i: %m\n"
1201 #: e2fsck/problem.c:583
1203 #. @-expanded: inode %i has imagic flag set.
1204 msgid "@i %i has imagic flag set. "
1207 #: e2fsck/problem.c:588
1209 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1210 #. @-expanded: or append-only flag set.
1212 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1213 "or append-only flag set. "
1216 #: e2fsck/problem.c:594
1218 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1219 msgid "@i %i has @cion flag set on @f without @cion support. "
1222 #: e2fsck/problem.c:599
1224 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1225 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1228 #: e2fsck/problem.c:609
1229 #. @-expanded: journal inode is not in use, but contains data.
1230 msgid "@j @i is not in use, but contains data. "
1233 #: e2fsck/problem.c:614
1234 #. @-expanded: journal is not regular file.
1235 msgid "@j is not regular file. "
1238 #: e2fsck/problem.c:619
1240 #. @-expanded: inode %i was part of the orphaned inode list.
1241 msgid "@i %i was part of the @o @i list. "
1244 #: e2fsck/problem.c:625
1245 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1246 msgid "@is that were part of a corrupted orphan linked list found. "
1249 #: e2fsck/problem.c:630
1250 #. @-expanded: error allocating refcount structure (%N): %m\n
1251 msgid "@A refcount structure (%N): %m\n"
1254 #: e2fsck/problem.c:635
1255 #. @-expanded: Error reading extended attribute block %b for inode %i.
1256 msgid "Error reading @a @b %b for @i %i. "
1259 #: e2fsck/problem.c:640
1260 #. @-expanded: inode %i has a bad extended attribute block %b.
1261 msgid "@i %i has a bad @a @b %b. "
1264 #: e2fsck/problem.c:645
1265 #. @-expanded: Error reading extended attribute block %b (%m).
1266 msgid "Error reading @a @b %b (%m). "
1269 #: e2fsck/problem.c:650
1270 #. @-expanded: extended attribute block %b has reference count %B, should be %N.
1271 msgid "@a @b %b has reference count %B, @s %N. "
1274 #: e2fsck/problem.c:655
1275 #. @-expanded: Error writing extended attribute block %b (%m).
1276 msgid "Error writing @a @b %b (%m). "
1279 #: e2fsck/problem.c:660
1280 #. @-expanded: extended attribute block %b has h_blocks > 1.
1281 msgid "@a @b %b has h_@bs > 1. "
1284 #: e2fsck/problem.c:665
1285 #. @-expanded: error allocating extended attribute block %b.
1286 msgid "@A @a @b %b. "
1289 #: e2fsck/problem.c:670
1290 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1291 msgid "@a @b %b is corrupt (allocation collision). "
1294 #: e2fsck/problem.c:675
1295 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1296 msgid "@a @b %b is corrupt (@n name). "
1299 #: e2fsck/problem.c:680
1300 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1301 msgid "@a @b %b is corrupt (@n value). "
1304 #: e2fsck/problem.c:685
1306 #. @-expanded: inode %i is too big.
1307 msgid "@i %i is too big. "
1310 #: e2fsck/problem.c:689
1311 #. @-expanded: block #%B (%b) causes directory to be too big.
1312 msgid "@b #%B (%b) causes @d to be too big. "
1315 #: e2fsck/problem.c:694
1316 #. @-expanded: block #%B (%b) causes file to be too big.
1317 msgid "@b #%B (%b) causes file to be too big. "
1320 #: e2fsck/problem.c:699
1321 #. @-expanded: block #%B (%b) causes symlink to be too big.
1322 msgid "@b #%B (%b) causes symlink to be too big. "
1325 #: e2fsck/problem.c:704
1327 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1328 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1331 #: e2fsck/problem.c:709
1333 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1334 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1337 #: e2fsck/problem.c:714
1339 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1340 msgid "@h %i has an @n root node.\n"
1343 #: e2fsck/problem.c:719
1344 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1345 msgid "@h %i has an unsupported hash version (%N)\n"
1348 #: e2fsck/problem.c:724
1350 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1351 msgid "@h %i uses an incompatible htree root node flag.\n"
1354 #: e2fsck/problem.c:729
1355 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1356 msgid "@h %i has a tree depth (%N) which is too big\n"
1359 #: e2fsck/problem.c:734
1360 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1361 #. @-expanded: filesystem metadata.
1363 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1367 #: e2fsck/problem.c:740
1369 #. @-expanded: Resize inode (re)creation failed: %m.
1370 msgid "Resize @i (re)creation failed: %m."
1373 #: e2fsck/problem.c:745
1374 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1375 msgid "@i %i has a extra size (%IS) which is @n\n"
1378 #: e2fsck/problem.c:750
1379 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1380 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1383 #: e2fsck/problem.c:755
1384 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1385 msgid "@a in @i %i has a value size (%N) which is @n\n"
1388 #: e2fsck/problem.c:760
1389 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1390 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1393 #: e2fsck/problem.c:765
1394 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1395 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1398 #: e2fsck/problem.c:770
1399 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1400 msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1403 #: e2fsck/problem.c:777
1405 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1406 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1409 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1410 "Pass 1B: Rescanning for @m @bs\n"
1413 #: e2fsck/problem.c:783
1415 #. @-expanded: multiply-claimed block(s) in inode %i:
1416 msgid "@m @b(s) in @i %i:"
1419 #: e2fsck/problem.c:798
1421 msgid "Error while scanning inodes (%i): %m\n"
1424 #: e2fsck/problem.c:803
1426 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1427 msgid "@A @i @B (@i_dup_map): %m\n"
1430 #: e2fsck/problem.c:808
1432 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1433 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1436 #: e2fsck/problem.c:813 e2fsck/problem.c:1129
1437 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1438 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1441 #: e2fsck/problem.c:819
1442 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1443 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1446 #: e2fsck/problem.c:825
1447 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1448 msgid "Pass 1D: Reconciling @m @bs\n"
1451 #: e2fsck/problem.c:830
1452 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1453 #. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1455 "File %Q (@i #%i, mod time %IM) \n"
1456 " has %B @m @b(s), shared with %N file(s):\n"
1459 #: e2fsck/problem.c:836
1460 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1461 msgid "\t%Q (@i #%i, mod time %IM)\n"
1464 #: e2fsck/problem.c:841
1465 #. @-expanded: \t<filesystem metadata>\n
1466 msgid "\t<@f metadata>\n"
1469 #: e2fsck/problem.c:846
1470 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1473 "(There are %N @is containing @m @bs.)\n"
1477 #: e2fsck/problem.c:851
1478 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1481 "@m @bs already reassigned or cloned.\n"
1485 #: e2fsck/problem.c:864
1487 msgid "Couldn't clone file: %m\n"
1490 #: e2fsck/problem.c:870
1491 #. @-expanded: Pass 2: Checking directory structure\n
1492 msgid "Pass 2: Checking @d structure\n"
1495 #: e2fsck/problem.c:875
1497 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1498 msgid "@n @i number for '.' in @d @i %i.\n"
1501 #: e2fsck/problem.c:880
1502 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1503 msgid "@E has @n @i #: %Di.\n"
1506 #: e2fsck/problem.c:885
1507 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1508 msgid "@E has @D/unused @i %Di. "
1511 #: e2fsck/problem.c:890
1512 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1513 msgid "@E @L to '.' "
1516 #: e2fsck/problem.c:895
1517 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1518 msgid "@E points to @i (%Di) located in a bad @b.\n"
1521 #: e2fsck/problem.c:900
1522 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1523 msgid "@E @L to @d %P (%Di).\n"
1526 #: e2fsck/problem.c:905
1527 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1528 msgid "@E @L to the @r.\n"
1531 #: e2fsck/problem.c:910
1532 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1533 msgid "@E has illegal characters in its name.\n"
1536 #: e2fsck/problem.c:915
1538 #. @-expanded: Missing '.' in directory inode %i.\n
1539 msgid "Missing '.' in @d @i %i.\n"
1542 #: e2fsck/problem.c:920
1544 #. @-expanded: Missing '..' in directory inode %i.\n
1545 msgid "Missing '..' in @d @i %i.\n"
1548 #: e2fsck/problem.c:925
1549 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1550 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1553 #: e2fsck/problem.c:930
1554 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1555 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1558 #: e2fsck/problem.c:935
1559 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1560 msgid "i_faddr @F %IF, @s zero.\n"
1563 #: e2fsck/problem.c:940
1564 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1565 msgid "i_file_acl @F %If, @s zero.\n"
1568 #: e2fsck/problem.c:945
1569 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1570 msgid "i_dir_acl @F %Id, @s zero.\n"
1573 #: e2fsck/problem.c:950
1574 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1575 msgid "i_frag @F %N, @s zero.\n"
1578 #: e2fsck/problem.c:955
1579 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1580 msgid "i_fsize @F %N, @s zero.\n"
1583 #: e2fsck/problem.c:960
1584 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1585 msgid "@i %i (%Q) has @n mode (%Im).\n"
1588 #: e2fsck/problem.c:965
1589 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1590 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1593 #: e2fsck/problem.c:970
1594 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1595 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1598 #: e2fsck/problem.c:975
1599 #. @-expanded: directory inode %i has an unallocated block #%B.
1600 msgid "@d @i %i has an unallocated @b #%B. "
1603 #: e2fsck/problem.c:980
1605 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1606 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1609 #: e2fsck/problem.c:985
1611 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1612 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1615 #: e2fsck/problem.c:990
1616 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1617 msgid "@i %i (%Q) is an @I character @v.\n"
1620 #: e2fsck/problem.c:995
1621 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1622 msgid "@i %i (%Q) is an @I @b @v.\n"
1625 #: e2fsck/problem.c:1000
1626 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1627 msgid "@E is duplicate '.' @e.\n"
1630 #: e2fsck/problem.c:1005
1631 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1632 msgid "@E is duplicate '..' @e.\n"
1635 #: e2fsck/problem.c:1010 e2fsck/problem.c:1286
1637 msgid "Internal error: couldn't find dir_info for %i.\n"
1640 #: e2fsck/problem.c:1015
1641 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1642 msgid "@E has rec_len of %Dr, @s %N.\n"
1645 #: e2fsck/problem.c:1020
1647 #. @-expanded: error allocating icount structure: %m\n
1648 msgid "@A icount structure: %m\n"
1651 #: e2fsck/problem.c:1025
1653 #. @-expanded: Error iterating over directory blocks: %m\n
1654 msgid "Error iterating over @d @bs: %m\n"
1657 #: e2fsck/problem.c:1030
1658 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1659 msgid "Error reading @d @b %b (@i %i): %m\n"
1662 #: e2fsck/problem.c:1035
1663 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1664 msgid "Error writing @d @b %b (@i %i): %m\n"
1667 #: e2fsck/problem.c:1040
1669 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1670 msgid "@A new @d @b for @i %i (%s): %m\n"
1673 #: e2fsck/problem.c:1045
1675 #. @-expanded: Error deallocating inode %i: %m\n
1676 msgid "Error deallocating @i %i: %m\n"
1679 #: e2fsck/problem.c:1050
1680 #. @-expanded: directory entry for '.' is big.
1681 msgid "@d @e for '.' is big. "
1684 #: e2fsck/problem.c:1055
1685 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1686 msgid "@i %i (%Q) is an @I FIFO.\n"
1689 #: e2fsck/problem.c:1060
1690 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1691 msgid "@i %i (%Q) is an @I socket.\n"
1694 #: e2fsck/problem.c:1065
1695 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1696 msgid "Setting filetype for @E to %N.\n"
1699 #: e2fsck/problem.c:1070
1700 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1701 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1704 #: e2fsck/problem.c:1075
1705 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1706 msgid "@E has filetype set.\n"
1709 #: e2fsck/problem.c:1080
1710 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1711 msgid "@E has a @z name.\n"
1714 #: e2fsck/problem.c:1085
1715 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1716 msgid "Symlink %Q (@i #%i) is @n.\n"
1719 #: e2fsck/problem.c:1090
1720 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1721 msgid "@a @b @F @n (%If).\n"
1724 #: e2fsck/problem.c:1095
1725 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1726 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1729 #: e2fsck/problem.c:1100
1730 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1731 msgid "@p @h %d: node (%B) not referenced\n"
1734 #: e2fsck/problem.c:1105
1735 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1736 msgid "@p @h %d: node (%B) referenced twice\n"
1739 #: e2fsck/problem.c:1110
1740 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1741 msgid "@p @h %d: node (%B) has bad min hash\n"
1744 #: e2fsck/problem.c:1115
1745 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1746 msgid "@p @h %d: node (%B) has bad max hash\n"
1749 #: e2fsck/problem.c:1120
1750 #. @-expanded: invalid HTREE directory inode %d (%q).
1751 msgid "@n @h %d (%q). "
1754 #: e2fsck/problem.c:1124
1755 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1756 msgid "@p @h %d (%q): bad @b number %b.\n"
1759 #: e2fsck/problem.c:1134
1761 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1762 msgid "@p @h %d: root node is @n\n"
1765 #: e2fsck/problem.c:1139
1766 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1767 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1770 #: e2fsck/problem.c:1144
1771 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1772 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1775 #: e2fsck/problem.c:1149
1776 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1777 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1780 #: e2fsck/problem.c:1154
1781 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1782 msgid "@p @h %d: node (%B) has @n depth\n"
1785 #: e2fsck/problem.c:1159
1786 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1787 msgid "Duplicate @E found. "
1790 #: e2fsck/problem.c:1164
1792 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1793 #. @-expanded: Rename to %s
1795 "@E has a non-unique filename.\n"
1799 #: e2fsck/problem.c:1169
1800 #. @-expanded: Duplicate entry '%Dn' found.\n
1801 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1804 "Duplicate @e '%Dn' found.\n"
1805 "\tMarking %p (%i) to be rebuilt.\n"
1809 #: e2fsck/problem.c:1176
1810 #. @-expanded: Pass 3: Checking directory connectivity\n
1811 msgid "Pass 3: Checking @d connectivity\n"
1814 #: e2fsck/problem.c:1181
1815 #. @-expanded: root inode not allocated.
1816 msgid "@r not allocated. "
1819 #: e2fsck/problem.c:1186
1820 #. @-expanded: No room in lost+found directory.
1821 msgid "No room in @l @d. "
1824 #: e2fsck/problem.c:1191
1826 #. @-expanded: Unconnected directory inode %i (%p)\n
1827 msgid "Unconnected @d @i %i (%p)\n"
1830 #: e2fsck/problem.c:1196
1831 #. @-expanded: /lost+found not found.
1832 msgid "/@l not found. "
1835 #: e2fsck/problem.c:1201
1836 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1837 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1840 #: e2fsck/problem.c:1206
1841 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
1842 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1845 #: e2fsck/problem.c:1211
1847 #. @-expanded: Could not expand /lost+found: %m\n
1848 msgid "Could not expand /@l: %m\n"
1851 #: e2fsck/problem.c:1216
1853 msgid "Could not reconnect %i: %m\n"
1856 #: e2fsck/problem.c:1221
1858 #. @-expanded: Error while trying to find /lost+found: %m\n
1859 msgid "Error while trying to find /@l: %m\n"
1862 #: e2fsck/problem.c:1226
1864 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1865 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1868 #: e2fsck/problem.c:1231
1870 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1871 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1874 #: e2fsck/problem.c:1236
1876 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1877 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1880 #: e2fsck/problem.c:1241
1882 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1883 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1886 #: e2fsck/problem.c:1246
1888 #. @-expanded: Error while adjusting inode count on inode %i\n
1889 msgid "Error while adjusting @i count on @i %i\n"
1892 #: e2fsck/problem.c:1251
1894 #. @-expanded: Couldn't fix parent of inode %i: %m\n
1897 "Couldn't fix parent of @i %i: %m\n"
1901 #: e2fsck/problem.c:1256
1903 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1906 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
1910 #: e2fsck/problem.c:1266
1912 #. @-expanded: Error creating root directory (%s): %m\n
1913 msgid "Error creating root @d (%s): %m\n"
1916 #: e2fsck/problem.c:1271
1918 #. @-expanded: Error creating /lost+found directory (%s): %m\n
1919 msgid "Error creating /@l @d (%s): %m\n"
1922 #: e2fsck/problem.c:1276
1923 #. @-expanded: root inode is not a directory; aborting.\n
1924 msgid "@r is not a @d; aborting.\n"
1927 #: e2fsck/problem.c:1281
1928 #. @-expanded: Cannot proceed without a root inode.\n
1929 msgid "Cannot proceed without a @r.\n"
1932 #: e2fsck/problem.c:1291
1934 #. @-expanded: /lost+found is not a directory (ino=%i)\n
1935 msgid "/@l is not a @d (ino=%i)\n"
1938 #: e2fsck/problem.c:1298
1939 msgid "Pass 3A: Optimizing directories\n"
1942 #: e2fsck/problem.c:1303
1944 msgid "Failed to create dirs_to_hash iterator: %m"
1947 #: e2fsck/problem.c:1308
1948 msgid "Failed to optimize directory %q (%d): %m"
1951 #: e2fsck/problem.c:1313
1952 msgid "Optimizing directories: "
1955 #: e2fsck/problem.c:1330
1956 msgid "Pass 4: Checking reference counts\n"
1959 #: e2fsck/problem.c:1335
1961 #. @-expanded: unattached zero-length inode %i.
1962 msgid "@u @z @i %i. "
1965 #: e2fsck/problem.c:1340
1967 #. @-expanded: unattached inode %i\n
1971 #: e2fsck/problem.c:1345
1972 #. @-expanded: inode %i ref count is %Il, should be %N.
1973 msgid "@i %i ref count is %Il, @s %N. "
1976 #: e2fsck/problem.c:1349
1977 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
1978 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
1979 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
1981 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
1982 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
1983 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
1986 #: e2fsck/problem.c:1359
1987 #. @-expanded: Pass 5: Checking group summary information\n
1988 msgid "Pass 5: Checking @g summary information\n"
1991 #: e2fsck/problem.c:1364
1992 #. @-expanded: Padding at end of inode bitmap is not set.
1993 msgid "Padding at end of @i @B is not set. "
1996 #: e2fsck/problem.c:1369
1997 #. @-expanded: Padding at end of block bitmap is not set.
1998 msgid "Padding at end of @b @B is not set. "
2001 #: e2fsck/problem.c:1374
2002 #. @-expanded: block bitmap differences:
2003 msgid "@b @B differences: "
2006 #: e2fsck/problem.c:1394
2007 #. @-expanded: inode bitmap differences:
2008 msgid "@i @B differences: "
2011 #: e2fsck/problem.c:1414
2012 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2013 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2016 #: e2fsck/problem.c:1419
2017 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2018 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2021 #: e2fsck/problem.c:1424
2022 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2023 msgid "Free @is count wrong (%i, counted=%j).\n"
2026 #: e2fsck/problem.c:1429
2027 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2028 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2031 #: e2fsck/problem.c:1434
2032 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2033 msgid "Free @bs count wrong (%b, counted=%c).\n"
2036 #: e2fsck/problem.c:1439
2037 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2038 #. @-expanded: endpoints (%i, %j)\n
2040 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2041 "endpoints (%i, %j)\n"
2044 #: e2fsck/problem.c:1445
2045 msgid "Internal error: fudging end of bitmap (%N)\n"
2048 #: e2fsck/problem.c:1450
2050 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2051 msgid "Error copying in replacement @i @B: %m\n"
2054 #: e2fsck/problem.c:1455
2056 #. @-expanded: Error copying in replacement block bitmap: %m\n
2057 msgid "Error copying in replacement @b @B: %m\n"
2060 #: e2fsck/problem.c:1593
2062 msgid "Unhandled error code (0x%x)!\n"
2065 #: e2fsck/problem.c:1687
2069 #: e2fsck/scantest.c:81
2071 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2074 #: e2fsck/scantest.c:100
2076 msgid "size of inode=%d\n"
2079 #: e2fsck/scantest.c:121
2080 msgid "while starting inode scan"
2083 #: e2fsck/scantest.c:132
2084 msgid "while doing inode scan"
2087 #: e2fsck/super.c:200
2089 msgid "while calling ext2fs_block_iterate for inode %d"
2092 #: e2fsck/super.c:223
2094 msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2097 #: e2fsck/super.c:281
2101 #: e2fsck/super.c:282
2105 #: e2fsck/swapfs.c:98
2106 msgid "while calling ext2fs_block_iterate"
2109 #: e2fsck/swapfs.c:104
2110 msgid "while calling iterator function"
2113 #: e2fsck/swapfs.c:126
2114 msgid "while allocating inode buffer"
2117 #: e2fsck/swapfs.c:138
2119 msgid "while reading inode table (group %d)"
2122 #: e2fsck/swapfs.c:176
2124 msgid "while writing inode table (group %d)"
2127 #: e2fsck/swapfs.c:223
2129 msgid "Pass 0: Doing byte-swap of filesystem\n"
2132 #: e2fsck/swapfs.c:230
2135 "%s: the filesystem must be freshly checked using fsck\n"
2136 "and not mounted before trying to byte-swap it.\n"
2139 #: e2fsck/swapfs.c:265
2146 "Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2147 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2148 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2149 "\t\t[-E extended-options] device\n"
2157 " -p Automatic repair (no questions)\n"
2158 " -n Make no changes to the filesystem\n"
2159 " -y Assume \"yes\" to all questions\n"
2160 " -c Check for bad blocks and add them to the badblock "
2162 " -f Force checking even if filesystem is marked clean\n"
2169 " -b superblock Use alternative superblock\n"
2170 " -B blocksize Force blocksize when looking for superblock\n"
2171 " -j external_journal Set location of the external journal\n"
2172 " -l bad_blocks_file Add to badblocks list\n"
2173 " -L bad_blocks_file Set badblocks list\n"
2176 #: e2fsck/unix.c:120
2178 msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %d/%d blocks\n"
2181 #: e2fsck/unix.c:132
2183 msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
2186 #: e2fsck/unix.c:176 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2187 #: resize/main.c:105
2189 msgid "while determining whether %s is mounted."
2192 #: e2fsck/unix.c:194
2194 msgid "Warning! %s is mounted.\n"
2197 #: e2fsck/unix.c:198
2199 msgid "%s is mounted. "
2202 #: e2fsck/unix.c:200
2204 "Cannot continue, aborting.\n"
2208 #: e2fsck/unix.c:201
2213 "
\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2214 "SEVERE filesystem damage.
\a\a\a\n"
2218 #: e2fsck/unix.c:204
2219 msgid "Do you really want to continue"
2222 #: e2fsck/unix.c:206
2224 msgid "check aborted.\n"
2227 #: e2fsck/unix.c:269
2228 msgid " contains a file system with errors"
2231 #: e2fsck/unix.c:271
2232 msgid " was not cleanly unmounted"
2235 #: e2fsck/unix.c:275
2237 msgid " has been mounted %u times without being checked"
2240 #: e2fsck/unix.c:283
2242 msgid " has gone %u days without being checked"
2245 #: e2fsck/unix.c:292
2246 msgid ", check forced.\n"
2249 #: e2fsck/unix.c:295
2251 msgid "%s: clean, %d/%d files, %d/%d blocks"
2254 #: e2fsck/unix.c:311
2255 msgid " (check after next mount)"
2258 #: e2fsck/unix.c:313
2260 msgid " (check in %ld mounts)"
2263 #: e2fsck/unix.c:459
2265 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2268 #: e2fsck/unix.c:530
2270 msgid "Invalid EA version.\n"
2273 #: e2fsck/unix.c:536
2275 msgid "Unknown extended option: %s\n"
2278 #: e2fsck/unix.c:603
2280 msgid "Error validating file descriptor %d: %s\n"
2283 #: e2fsck/unix.c:607
2284 msgid "Invalid completion information file descriptor"
2287 #: e2fsck/unix.c:622
2288 msgid "Only one of the options -p/-a, -n or -y may be specified."
2291 #: e2fsck/unix.c:643
2293 msgid "The -t option is not supported on this version of e2fsck.\n"
2296 #: e2fsck/unix.c:708
2298 msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2301 #: e2fsck/unix.c:731 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
2303 msgid "Unable to resolve '%s'"
2306 #: e2fsck/unix.c:761
2308 msgid "Incompatible options not allowed when byte-swapping.\n"
2311 #: e2fsck/unix.c:768
2313 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2316 #: e2fsck/unix.c:846
2318 msgid "Error: ext2fs library version out of date!\n"
2321 #: e2fsck/unix.c:854
2322 msgid "while trying to initialize program"
2325 #: e2fsck/unix.c:868
2327 msgid "\tUsing %s, %s\n"
2330 #: e2fsck/unix.c:880
2331 msgid "need terminal for interactive repairs"
2334 #: e2fsck/unix.c:917
2336 msgid "%s trying backup blocks...\n"
2339 #: e2fsck/unix.c:918
2340 msgid "Couldn't find ext2 superblock,"
2343 #: e2fsck/unix.c:919
2344 msgid "Group descriptors look bad..."
2347 #: e2fsck/unix.c:930
2350 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2351 "(Or the filesystem superblock is corrupt)\n"
2355 #: e2fsck/unix.c:936
2357 msgid "Could this be a zero-length partition?\n"
2360 #: e2fsck/unix.c:938
2362 msgid "You must have %s access to the filesystem or be root\n"
2365 #: e2fsck/unix.c:943
2367 msgid "Possibly non-existent or swap device?\n"
2370 #: e2fsck/unix.c:946
2373 "Disk write-protected; use the -n option to do a read-only\n"
2374 "check of the device.\n"
2377 #: e2fsck/unix.c:963
2378 msgid "Get a newer version of e2fsck!"
2381 #: e2fsck/unix.c:984
2383 msgid "while checking ext3 journal for %s"
2386 #: e2fsck/unix.c:995
2389 "Warning: skipping journal recovery because doing a read-only filesystem "
2393 #: e2fsck/unix.c:1008
2395 msgid "unable to set superblock flags on %s\n"
2398 #: e2fsck/unix.c:1014
2400 msgid "while recovering ext3 journal of %s"
2403 #: e2fsck/unix.c:1043
2404 msgid "Warning: compression support is experimental.\n"
2407 #: e2fsck/unix.c:1048
2410 "E2fsck not compiled with HTREE support,\n"
2411 "\tbut filesystem %s has HTREE directories.\n"
2414 #: e2fsck/unix.c:1092
2416 msgid "%s: Filesystem byte order already normalized.\n"
2419 #: e2fsck/unix.c:1112
2420 msgid "while reading bad blocks inode"
2423 #: e2fsck/unix.c:1114
2425 msgid "This doesn't bode well, but we'll try to go on...\n"
2428 #: e2fsck/unix.c:1121
2430 msgid "Restarting e2fsck from the beginning...\n"
2433 #: e2fsck/unix.c:1125
2434 msgid "while resetting context"
2437 #: e2fsck/unix.c:1132
2439 msgid "%s: e2fsck canceled.\n"
2442 #: e2fsck/unix.c:1137
2446 #: e2fsck/unix.c:1145
2450 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2453 #: e2fsck/unix.c:1148
2455 msgid "%s: ***** REBOOT LINUX *****\n"
2458 #: e2fsck/unix.c:1156
2462 "%s: ********** WARNING: Filesystem still has errors **********\n"
2466 #: e2fsck/util.c:131 misc/util.c:68
2470 #: e2fsck/util.c:132
2474 #: e2fsck/util.c:146
2478 #: e2fsck/util.c:148
2482 #: e2fsck/util.c:150
2486 #: e2fsck/util.c:165
2487 msgid "cancelled!\n"
2490 #: e2fsck/util.c:180
2494 #: e2fsck/util.c:182
2498 #: e2fsck/util.c:192
2505 #: e2fsck/util.c:196
2512 #: e2fsck/util.c:200
2516 #: e2fsck/util.c:200
2520 #: e2fsck/util.c:213
2522 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2525 #: e2fsck/util.c:218
2526 msgid "reading inode and block bitmaps"
2529 #: e2fsck/util.c:223
2531 msgid "while retrying to read bitmaps for %s"
2534 #: e2fsck/util.c:235
2535 msgid "writing block bitmaps"
2538 #: e2fsck/util.c:240
2540 msgid "while retrying to write block bitmaps for %s"
2543 #: e2fsck/util.c:247
2544 msgid "writing inode bitmaps"
2547 #: e2fsck/util.c:252
2549 msgid "while retrying to write inode bitmaps for %s"
2552 #: e2fsck/util.c:265
2557 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2558 "\t(i.e., without -a or -p options)\n"
2561 #: e2fsck/util.c:330
2563 msgid "Memory used: %dk/%dk (%dk/%dk), "
2566 #: e2fsck/util.c:334
2568 msgid "Memory used: %d, "
2571 #: e2fsck/util.c:340
2573 msgid "time: %5.2f/%5.2f/%5.2f\n"
2576 #: e2fsck/util.c:345
2578 msgid "elapsed time: %6.3f\n"
2581 #: e2fsck/util.c:359
2583 msgid "while reading inode %ld in %s"
2586 #: e2fsck/util.c:373 e2fsck/util.c:386
2588 msgid "while writing inode %ld in %s"
2591 #: misc/badblocks.c:60
2595 #: misc/badblocks.c:78
2598 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2599 " [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2601 " device [last_block [start_block]]\n"
2604 #: misc/badblocks.c:225
2605 msgid "Testing with random pattern: "
2608 #: misc/badblocks.c:243
2609 msgid "Testing with pattern 0x"
2612 #: misc/badblocks.c:268 misc/badblocks.c:297
2616 #: misc/badblocks.c:275
2618 msgid "Weird value (%ld) in do_read\n"
2621 #: misc/badblocks.c:317
2622 msgid "during ext2fs_sync_device"
2625 #: misc/badblocks.c:333 misc/badblocks.c:571
2626 msgid "while beginning bad block list iteration"
2629 #: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
2630 msgid "while allocating buffers"
2633 #: misc/badblocks.c:351
2635 msgid "Checking blocks %lu to %lu\n"
2638 #: misc/badblocks.c:355
2639 msgid "Checking for bad blocks in read-only mode\n"
2642 #: misc/badblocks.c:364
2643 msgid "Checking for bad blocks (read-only test): "
2646 #: misc/badblocks.c:444
2647 msgid "Checking for bad blocks in read-write mode\n"
2650 #: misc/badblocks.c:446 misc/badblocks.c:594
2652 msgid "From block %lu to %lu\n"
2655 #: misc/badblocks.c:497
2656 msgid "Reading and comparing: "
2659 #: misc/badblocks.c:593
2660 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2663 #: misc/badblocks.c:597
2664 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2667 #: misc/badblocks.c:604
2670 "Interrupt caught, cleaning up\n"
2673 #: misc/badblocks.c:674
2675 msgid "during test data write, block %lu"
2678 #: misc/badblocks.c:784 misc/util.c:156
2680 msgid "%s is mounted; "
2683 #: misc/badblocks.c:786
2684 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2687 #: misc/badblocks.c:791
2688 msgid "it's not safe to run badblocks!\n"
2691 #: misc/badblocks.c:796 misc/util.c:167
2693 msgid "%s is apparently in use by the system; "
2696 #: misc/badblocks.c:799
2697 msgid "badblocks forced anyway.\n"
2700 #: misc/badblocks.c:861
2702 msgid "bad block size - %s"
2705 #: misc/badblocks.c:918
2707 msgid "can't allocate memory for test_pattern - %s"
2710 #: misc/badblocks.c:932
2712 msgid "invalid test_pattern: %s\n"
2715 #: misc/badblocks.c:948
2716 msgid "Maximum of one test_pattern may be specified in read-only mode"
2719 #: misc/badblocks.c:954
2720 msgid "Random test_pattern is not allowed in read-only mode"
2723 #: misc/badblocks.c:968
2725 "Couldn't determine device size; you must specify\n"
2726 "the size manually\n"
2729 #: misc/badblocks.c:974
2730 msgid "while trying to determine device size"
2733 #: misc/badblocks.c:980 misc/mke2fs.c:1233
2735 msgid "invalid blocks count - %s"
2738 #: misc/badblocks.c:989
2740 msgid "invalid starting block - %s"
2743 #: misc/badblocks.c:995
2745 msgid "invalid blocks range: %lu-%lu"
2748 #: misc/badblocks.c:1050
2749 msgid "while creating in-memory bad blocks list"
2752 #: misc/badblocks.c:1065
2753 msgid "while adding to in-memory bad block list"
2756 #: misc/badblocks.c:1089
2758 msgid "Pass completed, %u bad blocks found.\n"
2763 msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
2766 #: misc/chattr.c:148
2768 msgid "bad version - %s\n"
2771 #: misc/chattr.c:192 misc/lsattr.c:113
2773 msgid "while trying to stat %s"
2776 #: misc/chattr.c:209 misc/chattr.c:225
2778 msgid "Flags of %s set as "
2781 #: misc/chattr.c:218
2783 msgid "while reading flags on %s"
2786 #: misc/chattr.c:233
2788 msgid "while setting flags on %s"
2791 #: misc/chattr.c:238
2793 msgid "Version of %s set as %lu\n"
2796 #: misc/chattr.c:241
2798 msgid "while setting version on %s"
2801 #: misc/chattr.c:255
2802 msgid "Couldn't allocate path variable in chattr_dir_proc"
2805 #: misc/chattr.c:291
2806 msgid "= is incompatible with - and +\n"
2809 #: misc/chattr.c:299
2810 msgid "Must use '-v', =, - or +\n"
2813 #: misc/dumpe2fs.c:53
2815 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
2818 #: misc/dumpe2fs.c:131
2820 msgid "Group %lu: (Blocks "
2823 #: misc/dumpe2fs.c:136
2825 msgid " %s superblock at "
2828 #: misc/dumpe2fs.c:137
2832 #: misc/dumpe2fs.c:137
2836 #: misc/dumpe2fs.c:141
2838 msgid ", Group descriptors at "
2841 #: misc/dumpe2fs.c:145
2845 " Reserved GDT blocks at "
2848 #: misc/dumpe2fs.c:152
2850 msgid " Group descriptor at "
2853 #: misc/dumpe2fs.c:158
2854 msgid " Block bitmap at "
2857 #: misc/dumpe2fs.c:163
2858 msgid ", Inode bitmap at "
2861 #: misc/dumpe2fs.c:168
2867 #: misc/dumpe2fs.c:175
2871 " %d free blocks, %d free inodes, %d directories\n"
2874 #: misc/dumpe2fs.c:181
2875 msgid " Free blocks: "
2878 #: misc/dumpe2fs.c:189
2879 msgid " Free inodes: "
2882 #: misc/dumpe2fs.c:215
2883 msgid "while printing bad block list"
2886 #: misc/dumpe2fs.c:221
2888 msgid "Bad blocks: %d"
2891 #: misc/dumpe2fs.c:244 misc/tune2fs.c:154
2892 msgid "while reading journal superblock"
2895 #: misc/dumpe2fs.c:252
2896 msgid "Couldn't find journal superblock magic numbers"
2899 #: misc/dumpe2fs.c:256
2903 "Journal block size: %d\n"
2904 "Journal length: %d\n"
2905 "Journal first block: %d\n"
2906 "Journal sequence: 0x%08x\n"
2907 "Journal start: %d\n"
2908 "Journal number of users: %d\n"
2911 #: misc/dumpe2fs.c:269
2913 msgid "Journal users: %s\n"
2916 #: misc/dumpe2fs.c:324 misc/mke2fs.c:1171
2918 msgid "\tUsing %s\n"
2921 #: misc/dumpe2fs.c:350 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:238
2923 msgid "Couldn't find valid filesystem superblock.\n"
2926 #: misc/dumpe2fs.c:361
2928 msgid "Note: This is a byte-swapped filesystem\n"
2931 #: misc/dumpe2fs.c:377
2935 "%s: %s: error reading bitmaps: %s\n"
2938 #: misc/e2image.c:50
2940 msgid "Usage: %s [-rsI] device image_file\n"
2943 #: misc/e2image.c:62
2944 msgid "Couldn't allocate header buffer\n"
2947 #: misc/e2image.c:81
2949 msgid "short write (only %d bytes) for writing image header"
2952 #: misc/e2image.c:100
2953 msgid "while writing superblock"
2956 #: misc/e2image.c:108
2957 msgid "while writing inode table"
2960 #: misc/e2image.c:115
2961 msgid "while writing block bitmap"
2964 #: misc/e2image.c:122
2965 msgid "while writing inode bitmap"
2968 #: misc/e2label.c:57
2970 msgid "e2label: cannot open %s\n"
2973 #: misc/e2label.c:62
2975 msgid "e2label: cannot seek to superblock\n"
2978 #: misc/e2label.c:67
2980 msgid "e2label: error reading superblock\n"
2983 #: misc/e2label.c:71
2985 msgid "e2label: not an ext2 filesystem\n"
2988 #: misc/e2label.c:96 misc/tune2fs.c:885
2990 msgid "Warning: label too long, truncating.\n"
2993 #: misc/e2label.c:99
2995 msgid "e2label: cannot seek to superblock again\n"
2998 #: misc/e2label.c:104
3000 msgid "e2label: error writing superblock\n"
3003 #: misc/e2label.c:116 misc/tune2fs.c:451
3005 msgid "Usage: e2label device [newlabel]\n"
3010 msgid "WARNING: couldn't open %s: %s\n"
3015 msgid "WARNING: bad format on line %d of %s\n"
3020 "
\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3021 "\tfield. I will kludge around things for you, but you\n"
3022 "\tshould fix your /etc/fstab file as soon as you can.\n"
3028 msgid "fsck: %s: not found\n"
3033 msgid "%s: wait: No more child process?!?\n"
3038 msgid "Warning... %s for device %s exited with signal %d.\n"
3043 msgid "%s %s: status is %x, should never happen.\n"
3048 msgid "Finished with %s (exit status %d)\n"
3053 msgid "%s: Error %d while executing fsck.%s for %s\n"
3058 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3059 "with 'no' or '!'.\n"
3063 msgid "Couldn't allocate memory for filesystem types\n"
3068 msgid "fsck: cannot check %s: fsck.%s not found\n"
3072 msgid "Checking all file systems.\n"
3077 msgid "--waiting-- (pass %d)\n"
3082 "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3087 msgid "%s: too many devices\n"
3090 #: misc/fsck.c:1126 misc/fsck.c:1212
3092 msgid "%s: too many arguments\n"
3097 msgid "Usage: %s [-RVadlv] [files...]\n"
3102 msgid "While reading flags on %s"
3107 msgid "While reading version on %s"
3113 "Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3114 "\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3115 "\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3116 "\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3117 "\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
3120 #: misc/mke2fs.c:265
3122 msgid "Running command: %s\n"
3125 #: misc/mke2fs.c:269
3127 msgid "while trying to run '%s'"
3130 #: misc/mke2fs.c:276
3131 msgid "while processing list of bad blocks from program"
3134 #: misc/mke2fs.c:303
3136 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3139 #: misc/mke2fs.c:305
3141 msgid "Blocks %d through %d must be good in order to build a filesystem.\n"
3144 #: misc/mke2fs.c:308
3145 msgid "Aborting....\n"
3148 #: misc/mke2fs.c:328
3151 "Warning: the backup superblock/group descriptors at block %d contain\n"
3156 #: misc/mke2fs.c:346
3157 msgid "while marking bad blocks as used"
3160 #: misc/mke2fs.c:404
3164 #: misc/mke2fs.c:439
3165 msgid "while allocating zeroizing buffer"
3168 #: misc/mke2fs.c:480
3169 msgid "Writing inode tables: "
3172 #: misc/mke2fs.c:491
3176 "Could not write %d blocks in inode table starting at %d: %s\n"
3179 #: misc/mke2fs.c:514
3180 msgid "while creating root dir"
3183 #: misc/mke2fs.c:521
3184 msgid "while reading root inode"
3187 #: misc/mke2fs.c:530
3188 msgid "while setting root inode ownership"
3191 #: misc/mke2fs.c:548
3192 msgid "while creating /lost+found"
3195 #: misc/mke2fs.c:555
3196 msgid "while looking up /lost+found"
3199 #: misc/mke2fs.c:565
3200 msgid "while expanding /lost+found"
3203 #: misc/mke2fs.c:581
3204 msgid "while setting bad block inode"
3207 #: misc/mke2fs.c:613
3209 msgid "Out of memory erasing sectors %d-%d\n"
3212 #: misc/mke2fs.c:623
3214 msgid "Warning: could not read block 0: %s\n"
3217 #: misc/mke2fs.c:639
3219 msgid "Warning: could not erase sector %d: %s\n"
3222 #: misc/mke2fs.c:655
3223 msgid "while initializing journal superblock"
3226 #: misc/mke2fs.c:661
3227 msgid "Zeroing journal device: "
3230 #: misc/mke2fs.c:668
3232 msgid "while zeroing journal device (block %u, count %d)"
3235 #: misc/mke2fs.c:679
3236 msgid "while writing journal superblock"
3239 #: misc/mke2fs.c:695
3242 "warning: %d blocks unused.\n"
3246 #: misc/mke2fs.c:700
3248 msgid "Filesystem label=%s\n"
3251 #: misc/mke2fs.c:701
3255 #: misc/mke2fs.c:706
3257 msgid "Block size=%u (log=%u)\n"
3260 #: misc/mke2fs.c:708
3262 msgid "Fragment size=%u (log=%u)\n"
3265 #: misc/mke2fs.c:710
3267 msgid "%u inodes, %u blocks\n"
3270 #: misc/mke2fs.c:712
3272 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3275 #: misc/mke2fs.c:715
3277 msgid "First data block=%u\n"
3280 #: misc/mke2fs.c:717
3282 msgid "Maximum filesystem blocks=%lu\n"
3285 #: misc/mke2fs.c:722
3287 msgid "%u block groups\n"
3290 #: misc/mke2fs.c:724
3292 msgid "%u block group\n"
3295 #: misc/mke2fs.c:725
3297 msgid "%u blocks per group, %u fragments per group\n"
3300 #: misc/mke2fs.c:727
3302 msgid "%u inodes per group\n"
3305 #: misc/mke2fs.c:734
3307 msgid "Superblock backups stored on blocks: "
3310 #: misc/mke2fs.c:790
3312 msgid "Couldn't allocate memory to parse options!\n"
3315 #: misc/mke2fs.c:814
3317 msgid "Invalid stride parameter: %s\n"
3320 #: misc/mke2fs.c:835
3322 msgid "Invalid resize parameter: %s\n"
3325 #: misc/mke2fs.c:842
3327 msgid "The resize maximum must be greater than the filesystem size.\n"
3330 #: misc/mke2fs.c:873
3334 "Bad options specified.\n"
3336 "Extended options are separated by commas, and may take an argument which\n"
3337 "\tis set off by an equals ('=') sign.\n"
3339 "Valid extended options are:\n"
3340 "\tstride=<stride length in blocks>\n"
3341 "\tresize=<resize maximum size in blocks>\n"
3345 #: misc/mke2fs.c:987
3347 msgid "invalid block size - %s"
3350 #: misc/mke2fs.c:991
3352 msgid "Warning: blocksize %d not usable on most systems.\n"
3355 #: misc/mke2fs.c:1008
3357 msgid "invalid fragment size - %s"
3360 #: misc/mke2fs.c:1014
3362 msgid "Warning: fragments not supported. Ignoring -f option\n"
3365 #: misc/mke2fs.c:1021
3366 msgid "Illegal number for blocks per group"
3369 #: misc/mke2fs.c:1026
3370 msgid "blocks per group must be multiple of 8"
3373 #: misc/mke2fs.c:1036
3375 msgid "invalid inode ratio %s (min %d/max %d)"
3378 #: misc/mke2fs.c:1055
3379 msgid "in malloc for bad_blocks_filename"
3382 #: misc/mke2fs.c:1064
3384 msgid "invalid reserved blocks percent - %s"
3387 #: misc/mke2fs.c:1082
3389 msgid "bad revision level - %s"
3392 #: misc/mke2fs.c:1104
3394 msgid "invalid inode size - %s"
3397 #: misc/mke2fs.c:1125
3399 msgid "bad num inodes - %s"
3402 #: misc/mke2fs.c:1140 misc/tune2fs.c:303
3404 msgid "Invalid filesystem option set: %s\n"
3407 #: misc/mke2fs.c:1195 misc/mke2fs.c:1585
3409 msgid "while trying to open journal device %s\n"
3412 #: misc/mke2fs.c:1201
3414 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3417 #: misc/mke2fs.c:1215
3419 msgid "%d-byte blocks too big for system (max %d)"
3422 #: misc/mke2fs.c:1219
3425 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3428 #: misc/mke2fs.c:1225
3432 "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3433 "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3437 #: misc/mke2fs.c:1256
3441 #: misc/mke2fs.c:1279 resize/main.c:272
3442 msgid "while trying to determine filesystem size"
3445 #: misc/mke2fs.c:1285
3447 "Couldn't determine device size; you must specify\n"
3448 "the size of the filesystem\n"
3451 #: misc/mke2fs.c:1292
3453 "Device size reported to be zero. Invalid partition specified, or\n"
3454 "\tpartition table wasn't reread after running fdisk, due to\n"
3455 "\ta modified partition being busy and in use. You may need to reboot\n"
3456 "\tto re-read your partition table.\n"
3459 #: misc/mke2fs.c:1310
3460 msgid "Filesystem larger than apparent device size."
3463 #: misc/mke2fs.c:1332
3464 msgid "while trying to determine hardware sector size"
3467 #: misc/mke2fs.c:1352
3468 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3471 #: misc/mke2fs.c:1361
3472 msgid "blocks per group count out of range"
3475 #: misc/mke2fs.c:1368
3477 "Filesystem too large. No more than 2**31-1 blocks\n"
3478 "\t (8TB using a blocksize of 4k) are currently supported."
3481 #: misc/mke2fs.c:1378
3483 msgid "invalid inode size %d (min %d/max %d)"
3486 #: misc/mke2fs.c:1384
3488 msgid "Warning: %d-byte inodes not usable on most systems\n"
3491 #: misc/mke2fs.c:1435
3492 msgid "while setting up superblock"
3495 #: misc/mke2fs.c:1469
3497 msgid "unknown os - %s"
3500 #: misc/mke2fs.c:1523
3501 msgid "while trying to allocate filesystem tables"
3504 #: misc/mke2fs.c:1554
3506 msgid "while zeroing block %u at end of filesystem"
3509 #: misc/mke2fs.c:1567
3510 msgid "while reserving blocks for online resize"
3513 #: misc/mke2fs.c:1578 misc/tune2fs.c:388
3517 #: misc/mke2fs.c:1590
3519 msgid "Adding journal to device %s: "
3522 #: misc/mke2fs.c:1597
3526 "\twhile trying to add journal to device %s"
3529 #: misc/mke2fs.c:1602 misc/mke2fs.c:1626 misc/tune2fs.c:416 misc/tune2fs.c:430
3534 #: misc/mke2fs.c:1614
3536 msgid "Creating journal (%d blocks): "
3539 #: misc/mke2fs.c:1622
3542 "\twhile trying to create journal"
3545 #: misc/mke2fs.c:1631
3547 msgid "Writing superblocks and filesystem accounting information: "
3550 #: misc/mke2fs.c:1636
3554 "Warning, had trouble writing out superblocks."
3557 #: misc/mke2fs.c:1639
3564 #: misc/mklost+found.c:49
3566 msgid "Usage: mklost+found\n"
3569 #: misc/tune2fs.c:78
3570 msgid "Please run e2fsck on the filesystem.\n"
3573 #: misc/tune2fs.c:85
3576 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3577 "\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3578 "\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3579 "\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3580 "\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3581 "\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
3584 #: misc/tune2fs.c:142
3585 msgid "while trying to open external journal"
3588 #: misc/tune2fs.c:146
3590 msgid "%s is not a journal device.\n"
3593 #: misc/tune2fs.c:161
3594 msgid "Journal superblock not found!\n"
3597 #: misc/tune2fs.c:173
3598 msgid "Filesystem's UUID not found on journal device.\n"
3601 #: misc/tune2fs.c:194
3602 msgid "Journal NOT removed\n"
3605 #: misc/tune2fs.c:200
3606 msgid "Journal removed\n"
3609 #: misc/tune2fs.c:232
3610 msgid "while reading journal inode"
3613 #: misc/tune2fs.c:239
3614 msgid "while reading bitmaps"
3617 #: misc/tune2fs.c:246
3618 msgid "while clearing journal inode"
3621 #: misc/tune2fs.c:257
3622 msgid "while writing journal inode"
3625 #: misc/tune2fs.c:272
3627 msgid "Invalid mount option set: %s\n"
3630 #: misc/tune2fs.c:318
3632 "The has_journal flag may only be cleared when the filesystem is\n"
3633 "unmounted or mounted read-only.\n"
3636 #: misc/tune2fs.c:326
3638 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
3639 "the has_journal flag.\n"
3642 #: misc/tune2fs.c:383
3643 msgid "The filesystem already has a journal.\n"
3646 #: misc/tune2fs.c:400
3650 "\twhile trying to open journal on %s\n"
3653 #: misc/tune2fs.c:404
3655 msgid "Creating journal on device %s: "
3658 #: misc/tune2fs.c:412
3660 msgid "while adding filesystem to journal on %s"
3663 #: misc/tune2fs.c:418
3664 msgid "Creating journal inode: "
3667 #: misc/tune2fs.c:427
3670 "\twhile trying to create journal file"
3673 #: misc/tune2fs.c:493
3675 msgid "Couldn't parse date/time specifier: %s"
3678 #: misc/tune2fs.c:515 misc/tune2fs.c:528
3680 msgid "bad mounts count - %s"
3683 #: misc/tune2fs.c:544
3685 msgid "bad error behavior - %s"
3688 #: misc/tune2fs.c:567
3690 msgid "bad gid/group name - %s"
3693 #: misc/tune2fs.c:600
3695 msgid "bad interval - %s"
3698 #: misc/tune2fs.c:628
3700 msgid "bad reserved block ratio - %s"
3703 #: misc/tune2fs.c:643
3704 msgid "-o may only be specified once"
3707 #: misc/tune2fs.c:653
3708 msgid "-O may only be specified once"
3711 #: misc/tune2fs.c:663
3713 msgid "bad reserved blocks count - %s"
3716 #: misc/tune2fs.c:692
3718 msgid "bad uid/user name - %s"
3721 #: misc/tune2fs.c:802
3723 msgid "Setting maximal mount count to %d\n"
3726 #: misc/tune2fs.c:808
3728 msgid "Setting current mount count to %d\n"
3731 #: misc/tune2fs.c:813
3733 msgid "Setting error behavior to %d\n"
3736 #: misc/tune2fs.c:818
3738 msgid "Setting reserved blocks gid to %lu\n"
3741 #: misc/tune2fs.c:823
3743 msgid "Setting interval between checks to %lu seconds\n"
3746 #: misc/tune2fs.c:828
3748 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
3751 #: misc/tune2fs.c:834
3753 msgid "reserved blocks count is too big (%lu)"
3756 #: misc/tune2fs.c:840
3758 msgid "Setting reserved blocks count to %lu\n"
3761 #: misc/tune2fs.c:846
3764 "The filesystem already has sparse superblocks.\n"
3767 #: misc/tune2fs.c:853
3771 "Sparse superblock flag set. %s"
3774 #: misc/tune2fs.c:860
3777 "The filesystem already has sparse superblocks disabled.\n"
3780 #: misc/tune2fs.c:868
3784 "Sparse superblock flag cleared. %s"
3787 #: misc/tune2fs.c:875
3789 msgid "Setting time filesystem last checked to %s\n"
3792 #: misc/tune2fs.c:881
3794 msgid "Setting reserved blocks uid to %lu\n"
3797 #: misc/tune2fs.c:914
3798 msgid "Invalid UUID format\n"
3802 msgid "Proceed anyway? (y,n) "
3807 msgid "Could not stat %s --- %s\n"
3813 "The device apparently does not exist; did you specify it correctly?\n"
3818 msgid "%s is not a block special device.\n"
3823 msgid "%s is entire device, not just one partition!\n"
3827 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
3832 msgid "will not make a %s here!\n"
3836 msgid "mke2fs forced anyway.\n"
3840 msgid "Couldn't allocate memory to parse journal options!\n"
3846 "Bad journal options specified.\n"
3848 "Journal options are separated by commas, and may take an argument which\n"
3849 "\tis set off by an equals ('=') sign.\n"
3851 "Valid journal options are:\n"
3852 "\tsize=<journal size in megabytes>\n"
3853 "\tdevice=<journal device>\n"
3855 "The journal size must be between 1024 and 102400 filesystem blocks.\n"
3862 "Filesystem too small for a journal\n"
3869 "The requested journal size is %d blocks; it must be\n"
3870 "between 1024 and 102400 blocks. Aborting.\n"
3876 "Journal size too big for filesystem.\n"
3882 "This filesystem will be automatically checked every %d mounts or\n"
3883 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
3886 #: misc/uuidgen.c:30
3888 msgid "Usage: %s [-r] [-t]\n"
3891 #: resize/extent.c:196
3892 msgid "# Extent dump:\n"
3895 #: resize/extent.c:197
3897 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
3900 #: resize/extent.c:200
3902 msgid "#\t\t %u -> %u (%d)\n"
3908 "Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
3913 msgid "Extending the inode table"
3917 msgid "Relocating blocks"
3921 msgid "Scanning inode table"
3925 msgid "Updating inode references"
3929 msgid "Moving inode table"
3933 msgid "Unknown pass?!?"
3938 msgid "Begin pass %d (max = %lu)\n"
3941 #: resize/main.c:112
3944 "%s is mounted; can't resize a mounted filesystem!\n"
3948 #: resize/main.c:195
3950 msgid "while opening %s"
3953 #: resize/main.c:207
3955 msgid "while getting stat information for %s"
3958 #: resize/main.c:279
3960 msgid "bad filesystem size - %s"
3963 #: resize/main.c:306
3966 "The containing partition (or device) is only %d (%dk) blocks.\n"
3967 "You requested a new size of %d blocks.\n"
3971 #: resize/main.c:313
3974 "The filesystem is already %d blocks long. Nothing to do!\n"
3978 #: resize/main.c:320
3981 "Please run 'e2fsck -f %s' first.\n"
3985 #: resize/main.c:330
3987 msgid "while trying to resize %s"
3990 #: resize/main.c:335
3993 "The filesystem on %s is now %d blocks long.\n"
3997 #: resize/resize2fs.c:582
3998 msgid "reserved blocks"
4001 #: resize/resize2fs.c:587
4002 msgid "blocks to be moved"
4005 #: resize/resize2fs.c:592
4006 msgid "meta-data blocks"
4009 #: resize/resize2fs.c:1472
4011 msgid "Should never happen: resize inode corrupt!\n"