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-06-20 17:51-0400\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:917 e2fsck/unix.c:949 misc/badblocks.c:1005
92 #: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
93 #: misc/dumpe2fs.c:340 misc/e2image.c:565 misc/e2image.c:658
94 #: misc/e2image.c:674 misc/mke2fs.c:240 misc/tune2fs.c:775 resize/main.c:208
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:736 resize/main.c:185
190 msgid "while opening %s for flushing"
193 #: e2fsck/iscan.c:88 e2fsck/unix.c:742 resize/main.c:192
195 msgid "while trying to flush %s"
198 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:475
199 msgid "while opening inode scan"
202 #: e2fsck/iscan.c:129 misc/e2image.c:493
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:594
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:339
940 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
941 msgid "Pass 1: Checking @is, @bs, and sizes\n"
944 #: e2fsck/problem.c:343
945 #. @-expanded: root inode is not a directory.
946 msgid "@r is not a @d. "
949 #: e2fsck/problem.c:348
950 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
951 msgid "@r has dtime set (probably due to old mke2fs). "
954 #: e2fsck/problem.c:353
955 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
956 msgid "Reserved @i %i (%Q) has @n mode. "
959 #: e2fsck/problem.c:358
961 #. @-expanded: deleted inode %i has zero dtime.
962 msgid "@D @i %i has zero dtime. "
965 #: e2fsck/problem.c:363
967 #. @-expanded: inode %i is in use, but has dtime set.
968 msgid "@i %i is in use, but has dtime set. "
971 #: e2fsck/problem.c:368
973 #. @-expanded: inode %i is a zero-length directory.
974 msgid "@i %i is a @z @d. "
977 #: e2fsck/problem.c:373
978 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
979 msgid "@g %g's @b @B at %b @C.\n"
982 #: e2fsck/problem.c:378
983 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
984 msgid "@g %g's @i @B at %b @C.\n"
987 #: e2fsck/problem.c:383
988 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
989 msgid "@g %g's @i table at %b @C.\n"
992 #: e2fsck/problem.c:388
993 #. @-expanded: group %g's block bitmap (%b) is bad.
994 msgid "@g %g's @b @B (%b) is bad. "
997 #: e2fsck/problem.c:393
998 #. @-expanded: group %g's inode bitmap (%b) is bad.
999 msgid "@g %g's @i @B (%b) is bad. "
1002 #: e2fsck/problem.c:398
1003 #. @-expanded: inode %i, i_size is %Is, should be %N.
1004 msgid "@i %i, i_size is %Is, @s %N. "
1007 #: e2fsck/problem.c:403
1008 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1009 msgid "@i %i, i_@bs is %Ib, @s %N. "
1012 #: e2fsck/problem.c:408
1013 #. @-expanded: illegal block #%B (%b) in inode %i.
1014 msgid "@I @b #%B (%b) in @i %i. "
1017 #: e2fsck/problem.c:413
1018 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1019 msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1022 #: e2fsck/problem.c:418
1024 #. @-expanded: inode %i has illegal block(s).
1025 msgid "@i %i has illegal @b(s). "
1028 #: e2fsck/problem.c:423
1030 #. @-expanded: Too many illegal blocks in inode %i.\n
1031 msgid "Too many illegal @bs in @i %i.\n"
1034 #: e2fsck/problem.c:428
1035 #. @-expanded: illegal block #%B (%b) in bad block inode.
1036 msgid "@I @b #%B (%b) in bad @b @i. "
1039 #: e2fsck/problem.c:433
1040 #. @-expanded: Bad block inode has illegal block(s).
1041 msgid "Bad @b @i has illegal @b(s). "
1044 #: e2fsck/problem.c:438
1045 #. @-expanded: Duplicate or bad block in use!\n
1046 msgid "Duplicate or bad @b in use!\n"
1049 #: e2fsck/problem.c:443
1050 #. @-expanded: Bad block %b used as bad block inode indirect block.
1051 msgid "Bad @b %b used as bad @b @i indirect @b. "
1054 #: e2fsck/problem.c:448
1056 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1057 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1058 #. @-expanded: in the filesystem.\n
1061 "The bad @b @i has probably been corrupted. You probably\n"
1062 "should stop now and run e2fsck -c to scan for bad blocks\n"
1066 #: e2fsck/problem.c:455
1068 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1071 "If the @b is really bad, the @f can not be fixed.\n"
1074 #: e2fsck/problem.c:460
1075 #. @-expanded: You can remove this block from the bad block list and hope\n
1076 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1079 "You can remove this @b from the bad @b list and hope\n"
1080 "that the @b is really OK. But there are no guarantees.\n"
1084 #: e2fsck/problem.c:466
1085 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1086 msgid "The primary @S (%b) is on the bad @b list.\n"
1089 #: e2fsck/problem.c:471
1090 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1091 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1094 #: e2fsck/problem.c:477
1095 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1096 msgid "Warning: Group %g's @S (%b) is bad.\n"
1099 #: e2fsck/problem.c:482
1100 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1101 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1104 #: e2fsck/problem.c:488
1105 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1106 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1109 #: e2fsck/problem.c:494
1110 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1111 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1114 #: e2fsck/problem.c:499
1116 #. @-expanded: error allocating block buffer for relocating %s\n
1117 msgid "@A @b buffer for relocating %s\n"
1120 #: e2fsck/problem.c:504
1121 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1122 msgid "Relocating @g %g's %s from %b to %c...\n"
1125 #: e2fsck/problem.c:509
1127 #. @-expanded: Relocating group %g's %s to %c...\n
1128 msgid "Relocating @g %g's %s to %c...\n"
1131 #: e2fsck/problem.c:514
1132 #. @-expanded: Warning: could not read block %b of %s: %m\n
1133 msgid "Warning: could not read @b %b of %s: %m\n"
1136 #: e2fsck/problem.c:519
1137 #. @-expanded: Warning: could not write block %b for %s: %m\n
1138 msgid "Warning: could not write @b %b for %s: %m\n"
1141 #: e2fsck/problem.c:524 e2fsck/problem.c:1251
1142 #. @-expanded: error allocating inode bitmap (%N): %m\n
1143 msgid "@A @i @B (%N): %m\n"
1146 #: e2fsck/problem.c:529
1147 #. @-expanded: error allocating block bitmap (%N): %m\n
1148 msgid "@A @b @B (%N): %m\n"
1151 #: e2fsck/problem.c:534
1153 #. @-expanded: error allocating icount link information: %m\n
1154 msgid "@A icount link information: %m\n"
1157 #: e2fsck/problem.c:539
1159 #. @-expanded: error allocating directory block array: %m\n
1160 msgid "@A @d @b array: %m\n"
1163 #: e2fsck/problem.c:544
1165 #. @-expanded: Error while scanning inodes (%i): %m\n
1166 msgid "Error while scanning @is (%i): %m\n"
1169 #: e2fsck/problem.c:549
1171 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1172 msgid "Error while iterating over @bs in @i %i: %m\n"
1175 #: e2fsck/problem.c:554
1176 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1177 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1180 #: e2fsck/problem.c:559
1181 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1182 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1185 #: e2fsck/problem.c:565
1187 #. @-expanded: Error reading inode %i: %m\n
1188 msgid "Error reading @i %i: %m\n"
1191 #: e2fsck/problem.c:573
1193 #. @-expanded: inode %i has imagic flag set.
1194 msgid "@i %i has imagic flag set. "
1197 #: e2fsck/problem.c:578
1199 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1200 #. @-expanded: or append-only flag set.
1202 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1203 "or append-only flag set. "
1206 #: e2fsck/problem.c:584
1208 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1209 msgid "@i %i has @cion flag set on @f without @cion support. "
1212 #: e2fsck/problem.c:589
1214 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1215 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1218 #: e2fsck/problem.c:599
1219 #. @-expanded: journal inode is not in use, but contains data.
1220 msgid "@j @i is not in use, but contains data. "
1223 #: e2fsck/problem.c:604
1224 #. @-expanded: journal is not regular file.
1225 msgid "@j is not regular file. "
1228 #: e2fsck/problem.c:609
1230 #. @-expanded: inode %i was part of the orphaned inode list.
1231 msgid "@i %i was part of the @o @i list. "
1234 #: e2fsck/problem.c:615
1235 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1236 msgid "@is that were part of a corrupted orphan linked list found. "
1239 #: e2fsck/problem.c:620
1240 #. @-expanded: error allocating refcount structure (%N): %m\n
1241 msgid "@A refcount structure (%N): %m\n"
1244 #: e2fsck/problem.c:625
1245 #. @-expanded: Error reading extended attribute block %b for inode %i.
1246 msgid "Error reading @a @b %b for @i %i. "
1249 #: e2fsck/problem.c:630
1250 #. @-expanded: inode %i has a bad extended attribute block %b.
1251 msgid "@i %i has a bad @a @b %b. "
1254 #: e2fsck/problem.c:635
1255 #. @-expanded: Error reading extended attribute block %b (%m).
1256 msgid "Error reading @a @b %b (%m). "
1259 #: e2fsck/problem.c:640
1260 #. @-expanded: extended attribute block %b has reference count %B, should be %N.
1261 msgid "@a @b %b has reference count %B, @s %N. "
1264 #: e2fsck/problem.c:645
1265 #. @-expanded: Error writing extended attribute block %b (%m).
1266 msgid "Error writing @a @b %b (%m). "
1269 #: e2fsck/problem.c:650
1270 #. @-expanded: extended attribute block %b has h_blocks > 1.
1271 msgid "@a @b %b has h_@bs > 1. "
1274 #: e2fsck/problem.c:655
1275 #. @-expanded: error allocating extended attribute block %b.
1276 msgid "@A @a @b %b. "
1279 #: e2fsck/problem.c:660
1280 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1281 msgid "@a @b %b is corrupt (allocation collision). "
1284 #: e2fsck/problem.c:665
1285 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1286 msgid "@a @b %b is corrupt (@n name). "
1289 #: e2fsck/problem.c:670
1290 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1291 msgid "@a @b %b is corrupt (@n value). "
1294 #: e2fsck/problem.c:675
1296 #. @-expanded: inode %i is too big.
1297 msgid "@i %i is too big. "
1300 #: e2fsck/problem.c:679
1301 #. @-expanded: block #%B (%b) causes directory to be too big.
1302 msgid "@b #%B (%b) causes @d to be too big. "
1305 #: e2fsck/problem.c:684
1306 #. @-expanded: block #%B (%b) causes file to be too big.
1307 msgid "@b #%B (%b) causes file to be too big. "
1310 #: e2fsck/problem.c:689
1311 #. @-expanded: block #%B (%b) causes symlink to be too big.
1312 msgid "@b #%B (%b) causes symlink to be too big. "
1315 #: e2fsck/problem.c:694
1317 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1318 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1321 #: e2fsck/problem.c:699
1323 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1324 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1327 #: e2fsck/problem.c:704
1329 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1330 msgid "@h %i has an @n root node.\n"
1333 #: e2fsck/problem.c:709
1334 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1335 msgid "@h %i has an unsupported hash version (%N)\n"
1338 #: e2fsck/problem.c:714
1340 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1341 msgid "@h %i uses an incompatible htree root node flag.\n"
1344 #: e2fsck/problem.c:719
1345 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1346 msgid "@h %i has a tree depth (%N) which is too big\n"
1349 #: e2fsck/problem.c:724
1350 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1351 #. @-expanded: filesystem metadata.
1353 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1357 #: e2fsck/problem.c:730
1359 #. @-expanded: Resize inode (re)creation failed: %m.
1360 msgid "Resize @i (re)creation failed: %m."
1363 #: e2fsck/problem.c:735
1364 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1365 msgid "@i %i has a extra size (%IS) which is @n\n"
1368 #: e2fsck/problem.c:740
1369 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1370 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1373 #: e2fsck/problem.c:745
1374 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1375 msgid "@a in @i %i has a value size (%N) which is @n\n"
1378 #: e2fsck/problem.c:750
1379 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1380 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1383 #: e2fsck/problem.c:755
1384 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1385 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1388 #: e2fsck/problem.c:760
1389 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1390 msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1393 #: e2fsck/problem.c:767
1395 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1396 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1399 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1400 "Pass 1B: Rescanning for @m @bs\n"
1403 #: e2fsck/problem.c:773
1405 #. @-expanded: multiply-claimed block(s) in inode %i:
1406 msgid "@m @b(s) in @i %i:"
1409 #: e2fsck/problem.c:788
1411 msgid "Error while scanning inodes (%i): %m\n"
1414 #: e2fsck/problem.c:793
1416 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1417 msgid "@A @i @B (@i_dup_map): %m\n"
1420 #: e2fsck/problem.c:798
1422 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1423 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1426 #: e2fsck/problem.c:803 e2fsck/problem.c:1119
1427 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1428 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1431 #: e2fsck/problem.c:809
1432 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks.\n
1433 msgid "Pass 1C: Scanning directories for @is with @m @bs.\n"
1436 #: e2fsck/problem.c:815
1437 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1438 msgid "Pass 1D: Reconciling @m @bs\n"
1441 #: e2fsck/problem.c:820
1442 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1443 #. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1445 "File %Q (@i #%i, mod time %IM) \n"
1446 " has %B @m @b(s), shared with %N file(s):\n"
1449 #: e2fsck/problem.c:826
1450 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1451 msgid "\t%Q (@i #%i, mod time %IM)\n"
1454 #: e2fsck/problem.c:831
1455 #. @-expanded: \t<filesystem metadata>\n
1456 msgid "\t<@f metadata>\n"
1459 #: e2fsck/problem.c:836
1460 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1463 "(There are %N @is containing @m @bs.)\n"
1467 #: e2fsck/problem.c:841
1468 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1471 "@m @bs already reassigned or cloned.\n"
1475 #: e2fsck/problem.c:854
1477 msgid "Couldn't clone file: %m\n"
1480 #: e2fsck/problem.c:860
1481 #. @-expanded: Pass 2: Checking directory structure\n
1482 msgid "Pass 2: Checking @d structure\n"
1485 #: e2fsck/problem.c:865
1487 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1488 msgid "@n @i number for '.' in @d @i %i.\n"
1491 #: e2fsck/problem.c:870
1492 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1493 msgid "@E has @n @i #: %Di.\n"
1496 #: e2fsck/problem.c:875
1497 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1498 msgid "@E has @D/unused @i %Di. "
1501 #: e2fsck/problem.c:880
1502 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1503 msgid "@E @L to '.' "
1506 #: e2fsck/problem.c:885
1507 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1508 msgid "@E points to @i (%Di) located in a bad @b.\n"
1511 #: e2fsck/problem.c:890
1512 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1513 msgid "@E @L to @d %P (%Di).\n"
1516 #: e2fsck/problem.c:895
1517 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1518 msgid "@E @L to the @r.\n"
1521 #: e2fsck/problem.c:900
1522 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1523 msgid "@E has illegal characters in its name.\n"
1526 #: e2fsck/problem.c:905
1528 #. @-expanded: Missing '.' in directory inode %i.\n
1529 msgid "Missing '.' in @d @i %i.\n"
1532 #: e2fsck/problem.c:910
1534 #. @-expanded: Missing '..' in directory inode %i.\n
1535 msgid "Missing '..' in @d @i %i.\n"
1538 #: e2fsck/problem.c:915
1539 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1540 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1543 #: e2fsck/problem.c:920
1544 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1545 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1548 #: e2fsck/problem.c:925
1549 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1550 msgid "i_faddr @F %IF, @s zero.\n"
1553 #: e2fsck/problem.c:930
1554 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1555 msgid "i_file_acl @F %If, @s zero.\n"
1558 #: e2fsck/problem.c:935
1559 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1560 msgid "i_dir_acl @F %Id, @s zero.\n"
1563 #: e2fsck/problem.c:940
1564 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1565 msgid "i_frag @F %N, @s zero.\n"
1568 #: e2fsck/problem.c:945
1569 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1570 msgid "i_fsize @F %N, @s zero.\n"
1573 #: e2fsck/problem.c:950
1574 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1575 msgid "@i %i (%Q) has @n mode (%Im).\n"
1578 #: e2fsck/problem.c:955
1579 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1580 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1583 #: e2fsck/problem.c:960
1584 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1585 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1588 #: e2fsck/problem.c:965
1589 #. @-expanded: directory inode %i has an unallocated block #%B.
1590 msgid "@d @i %i has an unallocated @b #%B. "
1593 #: e2fsck/problem.c:970
1595 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1596 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1599 #: e2fsck/problem.c:975
1601 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1602 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1605 #: e2fsck/problem.c:980
1606 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1607 msgid "@i %i (%Q) is an @I character @v.\n"
1610 #: e2fsck/problem.c:985
1611 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1612 msgid "@i %i (%Q) is an @I @b @v.\n"
1615 #: e2fsck/problem.c:990
1616 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1617 msgid "@E is duplicate '.' @e.\n"
1620 #: e2fsck/problem.c:995
1621 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1622 msgid "@E is duplicate '..' @e.\n"
1625 #: e2fsck/problem.c:1000 e2fsck/problem.c:1276
1627 msgid "Internal error: couldn't find dir_info for %i.\n"
1630 #: e2fsck/problem.c:1005
1631 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1632 msgid "@E has rec_len of %Dr, @s %N.\n"
1635 #: e2fsck/problem.c:1010
1637 #. @-expanded: error allocating icount structure: %m\n
1638 msgid "@A icount structure: %m\n"
1641 #: e2fsck/problem.c:1015
1643 #. @-expanded: Error iterating over directory blocks: %m\n
1644 msgid "Error iterating over @d @bs: %m\n"
1647 #: e2fsck/problem.c:1020
1648 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1649 msgid "Error reading @d @b %b (@i %i): %m\n"
1652 #: e2fsck/problem.c:1025
1653 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1654 msgid "Error writing @d @b %b (@i %i): %m\n"
1657 #: e2fsck/problem.c:1030
1659 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1660 msgid "@A new @d @b for @i %i (%s): %m\n"
1663 #: e2fsck/problem.c:1035
1665 #. @-expanded: Error deallocating inode %i: %m\n
1666 msgid "Error deallocating @i %i: %m\n"
1669 #: e2fsck/problem.c:1040
1670 #. @-expanded: directory entry for '.' is big.
1671 msgid "@d @e for '.' is big. "
1674 #: e2fsck/problem.c:1045
1675 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1676 msgid "@i %i (%Q) is an @I FIFO.\n"
1679 #: e2fsck/problem.c:1050
1680 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1681 msgid "@i %i (%Q) is an @I socket.\n"
1684 #: e2fsck/problem.c:1055
1685 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1686 msgid "Setting filetype for @E to %N.\n"
1689 #: e2fsck/problem.c:1060
1690 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1691 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1694 #: e2fsck/problem.c:1065
1695 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1696 msgid "@E has filetype set.\n"
1699 #: e2fsck/problem.c:1070
1700 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1701 msgid "@E has a @z name.\n"
1704 #: e2fsck/problem.c:1075
1705 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1706 msgid "Symlink %Q (@i #%i) is @n.\n"
1709 #: e2fsck/problem.c:1080
1710 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1711 msgid "@a @b @F @n (%If).\n"
1714 #: e2fsck/problem.c:1085
1715 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1716 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1719 #: e2fsck/problem.c:1090
1720 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1721 msgid "@p @h %d: node (%B) not referenced\n"
1724 #: e2fsck/problem.c:1095
1725 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1726 msgid "@p @h %d: node (%B) referenced twice\n"
1729 #: e2fsck/problem.c:1100
1730 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1731 msgid "@p @h %d: node (%B) has bad min hash\n"
1734 #: e2fsck/problem.c:1105
1735 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1736 msgid "@p @h %d: node (%B) has bad max hash\n"
1739 #: e2fsck/problem.c:1110
1740 #. @-expanded: invalid HTREE directory inode %d (%q).
1741 msgid "@n @h %d (%q). "
1744 #: e2fsck/problem.c:1114
1745 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1746 msgid "@p @h %d (%q): bad @b number %b.\n"
1749 #: e2fsck/problem.c:1124
1751 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1752 msgid "@p @h %d: root node is @n\n"
1755 #: e2fsck/problem.c:1129
1756 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1757 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1760 #: e2fsck/problem.c:1134
1761 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1762 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1765 #: e2fsck/problem.c:1139
1766 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1767 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1770 #: e2fsck/problem.c:1144
1771 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1772 msgid "@p @h %d: node (%B) has @n depth\n"
1775 #: e2fsck/problem.c:1149
1776 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1777 msgid "Duplicate @E found. "
1780 #: e2fsck/problem.c:1154
1782 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1783 #. @-expanded: Rename to %s
1785 "@E has a non-unique filename.\n"
1789 #: e2fsck/problem.c:1159
1790 #. @-expanded: Duplicate entry '%Dn' found.\n
1791 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1794 "Duplicate @e '%Dn' found.\n"
1795 "\tMarking %p (%i) to be rebuilt.\n"
1799 #: e2fsck/problem.c:1166
1800 #. @-expanded: Pass 3: Checking directory connectivity\n
1801 msgid "Pass 3: Checking @d connectivity\n"
1804 #: e2fsck/problem.c:1171
1805 #. @-expanded: root inode not allocated.
1806 msgid "@r not allocated. "
1809 #: e2fsck/problem.c:1176
1810 #. @-expanded: No room in lost+found directory.
1811 msgid "No room in @l @d. "
1814 #: e2fsck/problem.c:1181
1816 #. @-expanded: Unconnected directory inode %i (%p)\n
1817 msgid "Unconnected @d @i %i (%p)\n"
1820 #: e2fsck/problem.c:1186
1821 #. @-expanded: /lost+found not found.
1822 msgid "/@l not found. "
1825 #: e2fsck/problem.c:1191
1826 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1827 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1830 #: e2fsck/problem.c:1196
1831 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
1832 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1835 #: e2fsck/problem.c:1201
1837 #. @-expanded: Could not expand /lost+found: %m\n
1838 msgid "Could not expand /@l: %m\n"
1841 #: e2fsck/problem.c:1206
1843 msgid "Could not reconnect %i: %m\n"
1846 #: e2fsck/problem.c:1211
1848 #. @-expanded: Error while trying to find /lost+found: %m\n
1849 msgid "Error while trying to find /@l: %m\n"
1852 #: e2fsck/problem.c:1216
1854 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1855 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1858 #: e2fsck/problem.c:1221
1860 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1861 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1864 #: e2fsck/problem.c:1226
1866 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1867 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1870 #: e2fsck/problem.c:1231
1872 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1873 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1876 #: e2fsck/problem.c:1236
1878 #. @-expanded: Error while adjusting inode count on inode %i\n
1879 msgid "Error while adjusting @i count on @i %i\n"
1882 #: e2fsck/problem.c:1241
1884 #. @-expanded: Couldn't fix parent of inode %i: %m\n
1887 "Couldn't fix parent of @i %i: %m\n"
1891 #: e2fsck/problem.c:1246
1893 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1896 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
1900 #: e2fsck/problem.c:1256
1902 #. @-expanded: Error creating root directory (%s): %m\n
1903 msgid "Error creating root @d (%s): %m\n"
1906 #: e2fsck/problem.c:1261
1908 #. @-expanded: Error creating /lost+found directory (%s): %m\n
1909 msgid "Error creating /@l @d (%s): %m\n"
1912 #: e2fsck/problem.c:1266
1913 #. @-expanded: root inode is not a directory; aborting.\n
1914 msgid "@r is not a @d; aborting.\n"
1917 #: e2fsck/problem.c:1271
1918 #. @-expanded: Cannot proceed without a root inode.\n
1919 msgid "Cannot proceed without a @r.\n"
1922 #: e2fsck/problem.c:1281
1924 #. @-expanded: /lost+found is not a directory (ino=%i)\n
1925 msgid "/@l is not a @d (ino=%i)\n"
1928 #: e2fsck/problem.c:1288
1929 msgid "Pass 3A: Optimizing directories\n"
1932 #: e2fsck/problem.c:1293
1934 msgid "Failed to create dirs_to_hash iterator: %m"
1937 #: e2fsck/problem.c:1298
1938 msgid "Failed to optimize directory %q (%d): %m"
1941 #: e2fsck/problem.c:1303
1942 msgid "Optimizing directories: "
1945 #: e2fsck/problem.c:1320
1946 msgid "Pass 4: Checking reference counts\n"
1949 #: e2fsck/problem.c:1325
1951 #. @-expanded: unattached zero-length inode %i.
1952 msgid "@u @z @i %i. "
1955 #: e2fsck/problem.c:1330
1957 #. @-expanded: unattached inode %i\n
1961 #: e2fsck/problem.c:1335
1962 #. @-expanded: inode %i ref count is %Il, should be %N.
1963 msgid "@i %i ref count is %Il, @s %N. "
1966 #: e2fsck/problem.c:1339
1967 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
1968 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
1969 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
1971 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
1972 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
1973 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
1976 #: e2fsck/problem.c:1349
1977 #. @-expanded: Pass 5: Checking group summary information\n
1978 msgid "Pass 5: Checking @g summary information\n"
1981 #: e2fsck/problem.c:1354
1982 #. @-expanded: Padding at end of inode bitmap is not set.
1983 msgid "Padding at end of @i @B is not set. "
1986 #: e2fsck/problem.c:1359
1987 #. @-expanded: Padding at end of block bitmap is not set.
1988 msgid "Padding at end of @b @B is not set. "
1991 #: e2fsck/problem.c:1364
1992 #. @-expanded: block bitmap differences:
1993 msgid "@b @B differences: "
1996 #: e2fsck/problem.c:1384
1997 #. @-expanded: inode bitmap differences:
1998 msgid "@i @B differences: "
2001 #: e2fsck/problem.c:1404
2002 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2003 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2006 #: e2fsck/problem.c:1409
2007 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2008 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2011 #: e2fsck/problem.c:1414
2012 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2013 msgid "Free @is count wrong (%i, counted=%j).\n"
2016 #: e2fsck/problem.c:1419
2017 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2018 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2021 #: e2fsck/problem.c:1424
2022 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2023 msgid "Free @bs count wrong (%b, counted=%c).\n"
2026 #: e2fsck/problem.c:1429
2027 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2028 #. @-expanded: endpoints (%i, %j)\n
2030 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2031 "endpoints (%i, %j)\n"
2034 #: e2fsck/problem.c:1435
2035 msgid "Internal error: fudging end of bitmap (%N)\n"
2038 #: e2fsck/problem.c:1440
2040 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2041 msgid "Error copying in replacement @i @B: %m\n"
2044 #: e2fsck/problem.c:1445
2046 #. @-expanded: Error copying in replacement block bitmap: %m\n
2047 msgid "Error copying in replacement @b @B: %m\n"
2050 #: e2fsck/problem.c:1569
2052 msgid "Unhandled error code (0x%x)!\n"
2055 #: e2fsck/problem.c:1642
2059 #: e2fsck/scantest.c:81
2061 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2064 #: e2fsck/scantest.c:100
2066 msgid "size of inode=%d\n"
2069 #: e2fsck/scantest.c:121
2070 msgid "while starting inode scan"
2073 #: e2fsck/scantest.c:132
2074 msgid "while doing inode scan"
2077 #: e2fsck/super.c:200
2079 msgid "while calling ext2fs_block_iterate for inode %d"
2082 #: e2fsck/super.c:223
2084 msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2087 #: e2fsck/super.c:281
2091 #: e2fsck/super.c:282
2095 #: e2fsck/swapfs.c:98
2096 msgid "while calling ext2fs_block_iterate"
2099 #: e2fsck/swapfs.c:104
2100 msgid "while calling iterator function"
2103 #: e2fsck/swapfs.c:126
2104 msgid "while allocating inode buffer"
2107 #: e2fsck/swapfs.c:138
2109 msgid "while reading inode table (group %d)"
2112 #: e2fsck/swapfs.c:176
2114 msgid "while writing inode table (group %d)"
2117 #: e2fsck/swapfs.c:223
2119 msgid "Pass 0: Doing byte-swap of filesystem\n"
2122 #: e2fsck/swapfs.c:230
2125 "%s: the filesystem must be freshly checked using fsck\n"
2126 "and not mounted before trying to byte-swap it.\n"
2129 #: e2fsck/swapfs.c:265
2136 "Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2137 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2138 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2139 "\t\t[-E extended-options] device\n"
2147 " -p Automatic repair (no questions)\n"
2148 " -n Make no changes to the filesystem\n"
2149 " -y Assume \"yes\" to all questions\n"
2150 " -c Check for bad blocks and add them to the badblock "
2152 " -f Force checking even if filesystem is marked clean\n"
2159 " -b superblock Use alternative superblock\n"
2160 " -B blocksize Force blocksize when looking for superblock\n"
2161 " -j external_journal Set location of the external journal\n"
2162 " -l bad_blocks_file Add to badblocks list\n"
2163 " -L bad_blocks_file Set badblocks list\n"
2166 #: e2fsck/unix.c:120
2168 msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %d/%d blocks\n"
2171 #: e2fsck/unix.c:132
2173 msgid " # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
2176 #: e2fsck/unix.c:176 misc/badblocks.c:779 misc/tune2fs.c:791 misc/util.c:151
2177 #: resize/main.c:100
2179 msgid "while determining whether %s is mounted."
2182 #: e2fsck/unix.c:191
2184 msgid "Warning! %s is mounted.\n"
2187 #: e2fsck/unix.c:195
2189 msgid "%s is mounted. "
2192 #: e2fsck/unix.c:197
2194 "Cannot continue, aborting.\n"
2198 #: e2fsck/unix.c:198
2203 "
\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2204 "SEVERE filesystem damage.
\a\a\a\n"
2208 #: e2fsck/unix.c:201
2209 msgid "Do you really want to continue"
2212 #: e2fsck/unix.c:203
2214 msgid "check aborted.\n"
2217 #: e2fsck/unix.c:266
2218 msgid " contains a file system with errors"
2221 #: e2fsck/unix.c:268
2222 msgid " was not cleanly unmounted"
2225 #: e2fsck/unix.c:272
2227 msgid " has been mounted %u times without being checked"
2230 #: e2fsck/unix.c:280
2232 msgid " has gone %u days without being checked"
2235 #: e2fsck/unix.c:289
2236 msgid ", check forced.\n"
2239 #: e2fsck/unix.c:292
2241 msgid "%s: clean, %d/%d files, %d/%d blocks"
2244 #: e2fsck/unix.c:308
2245 msgid " (check after next mount)"
2248 #: e2fsck/unix.c:310
2250 msgid " (check in %ld mounts)"
2253 #: e2fsck/unix.c:456
2255 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2258 #: e2fsck/unix.c:527
2260 msgid "Invalid EA version.\n"
2263 #: e2fsck/unix.c:533
2265 msgid "Unknown extended option: %s\n"
2268 #: e2fsck/unix.c:597
2270 msgid "Error validating file descriptor %d: %s\n"
2273 #: e2fsck/unix.c:601
2274 msgid "Invalid completion information file descriptor"
2277 #: e2fsck/unix.c:616
2278 msgid "Only one the options -p/-a, -n or -y may be specified."
2281 #: e2fsck/unix.c:637
2283 msgid "The -t option is not supported on this version of e2fsck.\n"
2286 #: e2fsck/unix.c:702
2288 msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2291 #: e2fsck/unix.c:725 misc/tune2fs.c:458 misc/tune2fs.c:716 misc/tune2fs.c:733
2293 msgid "Unable to resolve '%s'"
2296 #: e2fsck/unix.c:751
2298 msgid "Incompatible options not allowed when byte-swapping.\n"
2301 #: e2fsck/unix.c:758
2303 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2306 #: e2fsck/unix.c:836
2308 msgid "Error: ext2fs library version out of date!\n"
2311 #: e2fsck/unix.c:844
2312 msgid "while trying to initialize program"
2315 #: e2fsck/unix.c:858
2317 msgid "\tUsing %s, %s\n"
2320 #: e2fsck/unix.c:870
2321 msgid "need terminal for interactive repairs"
2324 #: e2fsck/unix.c:907
2326 msgid "%s trying backup blocks...\n"
2329 #: e2fsck/unix.c:908
2330 msgid "Couldn't find ext2 superblock,"
2333 #: e2fsck/unix.c:909
2334 msgid "Group descriptors look bad..."
2337 #: e2fsck/unix.c:920
2340 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2341 "(Or the filesystem superblock is corrupt)\n"
2345 #: e2fsck/unix.c:926
2347 msgid "Could this be a zero-length partition?\n"
2350 #: e2fsck/unix.c:928
2352 msgid "You must have %s access to the filesystem or be root\n"
2355 #: e2fsck/unix.c:933
2357 msgid "Possibly non-existent or swap device?\n"
2360 #: e2fsck/unix.c:936
2363 "Disk write-protected; use the -n option to do a read-only\n"
2364 "check of the device.\n"
2367 #: e2fsck/unix.c:952
2368 msgid "Get a newer version of e2fsck!"
2371 #: e2fsck/unix.c:973
2373 msgid "while checking ext3 journal for %s"
2376 #: e2fsck/unix.c:984
2379 "Warning: skipping journal recovery because doing a read-only filesystem "
2383 #: e2fsck/unix.c:997
2385 msgid "unable to set superblock flags on %s\n"
2388 #: e2fsck/unix.c:1003
2390 msgid "while recovering ext3 journal of %s"
2393 #: e2fsck/unix.c:1032
2394 msgid "Warning: compression support is experimental.\n"
2397 #: e2fsck/unix.c:1037
2400 "E2fsck not compiled with HTREE support,\n"
2401 "\tbut filesystem %s has HTREE directories.\n"
2404 #: e2fsck/unix.c:1081
2406 msgid "%s: Filesystem byte order already normalized.\n"
2409 #: e2fsck/unix.c:1101
2410 msgid "while reading bad blocks inode"
2413 #: e2fsck/unix.c:1103
2415 msgid "This doesn't bode well, but we'll try to go on...\n"
2418 #: e2fsck/unix.c:1110
2420 msgid "Restarting e2fsck from the beginning...\n"
2423 #: e2fsck/unix.c:1114
2424 msgid "while resetting context"
2427 #: e2fsck/unix.c:1121
2429 msgid "%s: e2fsck canceled.\n"
2432 #: e2fsck/unix.c:1126
2436 #: e2fsck/unix.c:1134
2440 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2443 #: e2fsck/unix.c:1137
2445 msgid "%s: ***** REBOOT LINUX *****\n"
2448 #: e2fsck/unix.c:1143
2452 "%s: ********** WARNING: Filesystem still has errors **********\n"
2456 #: e2fsck/util.c:131 misc/util.c:68
2460 #: e2fsck/util.c:132
2464 #: e2fsck/util.c:146
2468 #: e2fsck/util.c:148
2472 #: e2fsck/util.c:150
2476 #: e2fsck/util.c:165
2477 msgid "cancelled!\n"
2480 #: e2fsck/util.c:180
2484 #: e2fsck/util.c:182
2488 #: e2fsck/util.c:192
2495 #: e2fsck/util.c:196
2502 #: e2fsck/util.c:200
2506 #: e2fsck/util.c:200
2510 #: e2fsck/util.c:213
2512 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2515 #: e2fsck/util.c:218
2516 msgid "reading inode and block bitmaps"
2519 #: e2fsck/util.c:223
2521 msgid "while retrying to read bitmaps for %s"
2524 #: e2fsck/util.c:235
2525 msgid "writing block bitmaps"
2528 #: e2fsck/util.c:240
2530 msgid "while retrying to write block bitmaps for %s"
2533 #: e2fsck/util.c:247
2534 msgid "writing inode bitmaps"
2537 #: e2fsck/util.c:252
2539 msgid "while retrying to write inode bitmaps for %s"
2542 #: e2fsck/util.c:265
2547 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2548 "\t(i.e., without -a or -p options)\n"
2551 #: e2fsck/util.c:330
2553 msgid "Memory used: %dk/%dk (%dk/%dk), "
2556 #: e2fsck/util.c:334
2558 msgid "Memory used: %d, "
2561 #: e2fsck/util.c:340
2563 msgid "time: %5.2f/%5.2f/%5.2f\n"
2566 #: e2fsck/util.c:345
2568 msgid "elapsed time: %6.3f\n"
2571 #: e2fsck/util.c:359
2573 msgid "while reading inode %ld in %s"
2576 #: e2fsck/util.c:373 e2fsck/util.c:386
2578 msgid "while writing inode %ld in %s"
2581 #: misc/badblocks.c:60
2585 #: misc/badblocks.c:78
2588 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2589 " [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2591 " device [last_block [start_block]]\n"
2594 #: misc/badblocks.c:225
2595 msgid "Testing with random pattern: "
2598 #: misc/badblocks.c:243
2599 msgid "Testing with pattern 0x"
2602 #: misc/badblocks.c:268 misc/badblocks.c:297
2606 #: misc/badblocks.c:275
2608 msgid "Weird value (%ld) in do_read\n"
2611 #: misc/badblocks.c:317
2612 msgid "during ext2fs_sync_device"
2615 #: misc/badblocks.c:333 misc/badblocks.c:571
2616 msgid "while beginning bad block list iteration"
2619 #: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
2620 msgid "while allocating buffers"
2623 #: misc/badblocks.c:351
2625 msgid "Checking blocks %lu to %lu\n"
2628 #: misc/badblocks.c:355
2629 msgid "Checking for bad blocks in read-only mode\n"
2632 #: misc/badblocks.c:364
2633 msgid "Checking for bad blocks (read-only test): "
2636 #: misc/badblocks.c:444
2637 msgid "Checking for bad blocks in read-write mode\n"
2640 #: misc/badblocks.c:446 misc/badblocks.c:594
2642 msgid "From block %lu to %lu\n"
2645 #: misc/badblocks.c:497
2646 msgid "Reading and comparing: "
2649 #: misc/badblocks.c:593
2650 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2653 #: misc/badblocks.c:597
2654 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2657 #: misc/badblocks.c:604
2660 "Interrupt caught, cleaning up\n"
2663 #: misc/badblocks.c:674
2665 msgid "during test data write, block %lu"
2668 #: misc/badblocks.c:784 misc/util.c:156
2670 msgid "%s is mounted; "
2673 #: misc/badblocks.c:786
2674 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2677 #: misc/badblocks.c:791
2678 msgid "it's not safe to run badblocks!\n"
2681 #: misc/badblocks.c:796 misc/util.c:167
2683 msgid "%s is apparently in use by the system; "
2686 #: misc/badblocks.c:799
2687 msgid "badblocks forced anyway.\n"
2690 #: misc/badblocks.c:861
2692 msgid "bad block size - %s"
2695 #: misc/badblocks.c:918
2697 msgid "can't allocate memory for test_pattern - %s"
2700 #: misc/badblocks.c:932
2702 msgid "invalid test_pattern: %s\n"
2705 #: misc/badblocks.c:948
2706 msgid "Maximum of one test_pattern may be specified in read-only mode"
2709 #: misc/badblocks.c:954
2710 msgid "Random test_pattern is not allowed in read-only mode"
2713 #: misc/badblocks.c:968
2715 "Couldn't determine device size; you must specify\n"
2716 "the size manually\n"
2719 #: misc/badblocks.c:974
2720 msgid "while trying to determine device size"
2723 #: misc/badblocks.c:980 misc/mke2fs.c:1223
2725 msgid "invalid blocks count - %s"
2728 #: misc/badblocks.c:989
2730 msgid "invalid starting block - %s"
2733 #: misc/badblocks.c:995
2735 msgid "invalid blocks range: %lu-%lu"
2738 #: misc/badblocks.c:1050
2739 msgid "while creating in-memory bad blocks list"
2742 #: misc/badblocks.c:1065
2743 msgid "while adding to in-memory bad block list"
2746 #: misc/badblocks.c:1089
2748 msgid "Pass completed, %u bad blocks found.\n"
2753 msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
2756 #: misc/chattr.c:148
2758 msgid "bad version - %s\n"
2761 #: misc/chattr.c:192 misc/lsattr.c:113
2763 msgid "while trying to stat %s"
2766 #: misc/chattr.c:209 misc/chattr.c:225
2768 msgid "Flags of %s set as "
2771 #: misc/chattr.c:218
2773 msgid "while reading flags on %s"
2776 #: misc/chattr.c:233
2778 msgid "while setting flags on %s"
2781 #: misc/chattr.c:238
2783 msgid "Version of %s set as %lu\n"
2786 #: misc/chattr.c:241
2788 msgid "while setting version on %s"
2791 #: misc/chattr.c:255
2792 msgid "Couldn't allocate path variable in chattr_dir_proc"
2795 #: misc/chattr.c:291
2796 msgid "= is incompatible with - and +\n"
2799 #: misc/chattr.c:299
2800 msgid "Must use '-v', =, - or +\n"
2803 #: misc/dumpe2fs.c:54
2805 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
2808 #: misc/dumpe2fs.c:121
2810 msgid "Group %lu: (Blocks "
2813 #: misc/dumpe2fs.c:126
2815 msgid " %s superblock at "
2818 #: misc/dumpe2fs.c:127
2822 #: misc/dumpe2fs.c:127
2826 #: misc/dumpe2fs.c:131
2828 msgid ", Group descriptors at "
2831 #: misc/dumpe2fs.c:135
2835 " Reserved GDT blocks at "
2838 #: misc/dumpe2fs.c:143
2840 msgid " Group descriptor at "
2843 #: misc/dumpe2fs.c:149
2844 msgid " Block bitmap at "
2847 #: misc/dumpe2fs.c:154
2848 msgid ", Inode bitmap at "
2851 #: misc/dumpe2fs.c:159
2857 #: misc/dumpe2fs.c:166
2861 " %d free blocks, %d free inodes, %d directories\n"
2864 #: misc/dumpe2fs.c:172
2865 msgid " Free blocks: "
2868 #: misc/dumpe2fs.c:180
2869 msgid " Free inodes: "
2872 #: misc/dumpe2fs.c:206
2873 msgid "while printing bad block list"
2876 #: misc/dumpe2fs.c:212
2878 msgid "Bad blocks: %d"
2881 #: misc/dumpe2fs.c:235 misc/tune2fs.c:153
2882 msgid "while reading journal superblock"
2885 #: misc/dumpe2fs.c:243
2886 msgid "Couldn't find journal superblock magic numbers"
2889 #: misc/dumpe2fs.c:247
2893 "Journal block size: %d\n"
2894 "Journal length: %d\n"
2895 "Journal first block: %d\n"
2896 "Journal sequence: 0x%08x\n"
2897 "Journal start: %d\n"
2898 "Journal number of users: %d\n"
2901 #: misc/dumpe2fs.c:260
2903 msgid "Journal users: %s\n"
2906 #: misc/dumpe2fs.c:315 misc/mke2fs.c:1161
2908 msgid "\tUsing %s\n"
2911 #: misc/dumpe2fs.c:342 misc/e2image.c:660 misc/tune2fs.c:778 resize/main.c:210
2913 msgid "Couldn't find valid filesystem superblock.\n"
2916 #: misc/dumpe2fs.c:353
2918 msgid "Note: This is a byte-swapped filesystem\n"
2921 #: misc/dumpe2fs.c:369
2925 "%s: %s: error reading bitmaps: %s\n"
2928 #: misc/e2image.c:50
2930 msgid "Usage: %s [-rsI] device image_file\n"
2933 #: misc/e2image.c:62
2934 msgid "Couldn't allocate header buffer\n"
2937 #: misc/e2image.c:81
2939 msgid "short write (only %d bytes) for writing image header"
2942 #: misc/e2image.c:100
2943 msgid "while writing superblock"
2946 #: misc/e2image.c:108
2947 msgid "while writing inode table"
2950 #: misc/e2image.c:115
2951 msgid "while writing block bitmap"
2954 #: misc/e2image.c:122
2955 msgid "while writing inode bitmap"
2958 #: misc/e2label.c:57
2960 msgid "e2label: cannot open %s\n"
2963 #: misc/e2label.c:62
2965 msgid "e2label: cannot seek to superblock\n"
2968 #: misc/e2label.c:67
2970 msgid "e2label: error reading superblock\n"
2973 #: misc/e2label.c:71
2975 msgid "e2label: not an ext2 filesystem\n"
2978 #: misc/e2label.c:96 misc/tune2fs.c:885
2980 msgid "Warning: label too long, truncating.\n"
2983 #: misc/e2label.c:99
2985 msgid "e2label: cannot seek to superblock again\n"
2988 #: misc/e2label.c:104
2990 msgid "e2label: error writing superblock\n"
2993 #: misc/e2label.c:116 misc/tune2fs.c:450
2995 msgid "Usage: e2label device [newlabel]\n"
3000 msgid "WARNING: couldn't open %s: %s\n"
3005 msgid "WARNING: bad format on line %d of %s\n"
3010 "
\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3011 "\tfield. I will kludge around things for you, but you\n"
3012 "\tshould fix your /etc/fstab file as soon as you can.\n"
3018 msgid "fsck: %s: not found\n"
3023 msgid "%s: wait: No more child process?!?\n"
3028 msgid "Warning... %s for device %s exited with signal %d.\n"
3033 msgid "%s %s: status is %x, should never happen.\n"
3038 msgid "Finished with %s (exit status %d)\n"
3043 msgid "%s: Error %d while executing fsck.%s for %s\n"
3048 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3049 "with 'no' or '!'.\n"
3053 msgid "Couldn't allocate memory for filesystem types\n"
3058 msgid "fsck: cannot check %s: fsck.%s not found\n"
3062 msgid "Checking all file systems.\n"
3067 msgid "--waiting-- (pass %d)\n"
3072 "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3077 msgid "%s: too many devices\n"
3080 #: misc/fsck.c:1126 misc/fsck.c:1212
3082 msgid "%s: too many arguments\n"
3087 msgid "Usage: %s [-RVadlv] [files...]\n"
3092 msgid "While reading flags on %s"
3097 msgid "While reading version on %s"
3103 "Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3104 "\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3105 "\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3106 "\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3107 "\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
3110 #: misc/mke2fs.c:265
3112 msgid "Running command: %s\n"
3115 #: misc/mke2fs.c:269
3117 msgid "while trying to run '%s'"
3120 #: misc/mke2fs.c:276
3121 msgid "while processing list of bad blocks from program"
3124 #: misc/mke2fs.c:303
3126 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3129 #: misc/mke2fs.c:305
3131 msgid "Blocks %d through %d must be good in order to build a filesystem.\n"
3134 #: misc/mke2fs.c:308
3135 msgid "Aborting....\n"
3138 #: misc/mke2fs.c:328
3141 "Warning: the backup superblock/group descriptors at block %d contain\n"
3146 #: misc/mke2fs.c:346
3147 msgid "while marking bad blocks as used"
3150 #: misc/mke2fs.c:404
3154 #: misc/mke2fs.c:439
3155 msgid "while allocating zeroizing buffer"
3158 #: misc/mke2fs.c:480
3159 msgid "Writing inode tables: "
3162 #: misc/mke2fs.c:491
3166 "Could not write %d blocks in inode table starting at %d: %s\n"
3169 #: misc/mke2fs.c:514
3170 msgid "while creating root dir"
3173 #: misc/mke2fs.c:521
3174 msgid "while reading root inode"
3177 #: misc/mke2fs.c:530
3178 msgid "while setting root inode ownership"
3181 #: misc/mke2fs.c:548
3182 msgid "while creating /lost+found"
3185 #: misc/mke2fs.c:555
3186 msgid "while looking up /lost+found"
3189 #: misc/mke2fs.c:565
3190 msgid "while expanding /lost+found"
3193 #: misc/mke2fs.c:581
3194 msgid "while setting bad block inode"
3197 #: misc/mke2fs.c:613
3199 msgid "Out of memory erasing sectors %d-%d\n"
3202 #: misc/mke2fs.c:623
3204 msgid "Warning: could not read block 0: %s\n"
3207 #: misc/mke2fs.c:639
3209 msgid "Warning: could not erase sector %d: %s\n"
3212 #: misc/mke2fs.c:655
3213 msgid "while initializing journal superblock"
3216 #: misc/mke2fs.c:661
3217 msgid "Zeroing journal device: "
3220 #: misc/mke2fs.c:668
3222 msgid "while zeroing journal device (block %u, count %d)"
3225 #: misc/mke2fs.c:679
3226 msgid "while writing journal superblock"
3229 #: misc/mke2fs.c:695
3232 "warning: %d blocks unused.\n"
3236 #: misc/mke2fs.c:700
3238 msgid "Filesystem label=%s\n"
3241 #: misc/mke2fs.c:701
3245 #: misc/mke2fs.c:706
3247 msgid "Block size=%u (log=%u)\n"
3250 #: misc/mke2fs.c:708
3252 msgid "Fragment size=%u (log=%u)\n"
3255 #: misc/mke2fs.c:710
3257 msgid "%u inodes, %u blocks\n"
3260 #: misc/mke2fs.c:712
3262 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3265 #: misc/mke2fs.c:715
3267 msgid "First data block=%u\n"
3270 #: misc/mke2fs.c:717
3272 msgid "Maximum filesystem blocks=%lu\n"
3275 #: misc/mke2fs.c:722
3277 msgid "%u block groups\n"
3280 #: misc/mke2fs.c:724
3282 msgid "%u block group\n"
3285 #: misc/mke2fs.c:725
3287 msgid "%u blocks per group, %u fragments per group\n"
3290 #: misc/mke2fs.c:727
3292 msgid "%u inodes per group\n"
3295 #: misc/mke2fs.c:734
3297 msgid "Superblock backups stored on blocks: "
3300 #: misc/mke2fs.c:790
3302 msgid "Couldn't allocate memory to parse options!\n"
3305 #: misc/mke2fs.c:814
3307 msgid "Invalid stride parameter: %s\n"
3310 #: misc/mke2fs.c:835
3312 msgid "Invalid resize parameter: %s\n"
3315 #: misc/mke2fs.c:842
3317 msgid "The resize maximum must be greater than the filesystem size.\n"
3320 #: misc/mke2fs.c:873
3324 "Bad options specified.\n"
3326 "Extended options are separated by commas, and may take an argument which\n"
3327 "\tis set off by an equals ('=') sign.\n"
3329 "Valid extended options are:\n"
3330 "\tstride=<stride length in blocks>\n"
3331 "\tresize=<resize maximum size in blocks>\n"
3335 #: misc/mke2fs.c:987
3337 msgid "invalid block size - %s"
3340 #: misc/mke2fs.c:991
3342 msgid "Warning: blocksize %d not usable on most systems.\n"
3345 #: misc/mke2fs.c:1008
3347 msgid "invalid fragment size - %s"
3350 #: misc/mke2fs.c:1014
3352 msgid "Warning: fragments not supported. Ignoring -f option\n"
3355 #: misc/mke2fs.c:1021
3356 msgid "Illegal number for blocks per group"
3359 #: misc/mke2fs.c:1026
3360 msgid "blocks per group must be multiple of 8"
3363 #: misc/mke2fs.c:1036
3365 msgid "invalid inode ratio %s (min %d/max %d)"
3368 #: misc/mke2fs.c:1055
3369 msgid "in malloc for bad_blocks_filename"
3372 #: misc/mke2fs.c:1064
3374 msgid "invalid reserved blocks percent - %s"
3377 #: misc/mke2fs.c:1096
3379 msgid "invalid inode size - %s"
3382 #: misc/mke2fs.c:1130 misc/tune2fs.c:302
3384 msgid "Invalid filesystem option set: %s\n"
3387 #: misc/mke2fs.c:1185 misc/mke2fs.c:1566
3389 msgid "while trying to open journal device %s\n"
3392 #: misc/mke2fs.c:1191
3394 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3397 #: misc/mke2fs.c:1205
3399 msgid "%d-byte blocks too big for system (max %d)"
3402 #: misc/mke2fs.c:1209
3405 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3408 #: misc/mke2fs.c:1215
3412 "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3413 "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3417 #: misc/mke2fs.c:1246
3421 #: misc/mke2fs.c:1269 resize/main.c:244
3422 msgid "while trying to determine filesystem size"
3425 #: misc/mke2fs.c:1275
3427 "Couldn't determine device size; you must specify\n"
3428 "the size of the filesystem\n"
3431 #: misc/mke2fs.c:1282
3433 "Device size reported to be zero. Invalid partition specified, or\n"
3434 "\tpartition table wasn't reread after running fdisk, due to\n"
3435 "\ta modified partition being busy and in use. You may need to reboot\n"
3436 "\tto re-read your partition table.\n"
3439 #: misc/mke2fs.c:1300
3440 msgid "Filesystem larger than apparent device size."
3443 #: misc/mke2fs.c:1322
3444 msgid "while trying to determine hardware sector size"
3447 #: misc/mke2fs.c:1341
3448 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3451 #: misc/mke2fs.c:1350
3452 msgid "blocks per group count out of range"
3455 #: misc/mke2fs.c:1360
3457 msgid "invalid inode size %d (min %d/max %d)"
3460 #: misc/mke2fs.c:1366
3462 msgid "Warning: %d-byte inodes not usable on most systems\n"
3465 #: misc/mke2fs.c:1416
3466 msgid "while setting up superblock"
3469 #: misc/mke2fs.c:1450
3471 msgid "unknown os - %s"
3474 #: misc/mke2fs.c:1504
3475 msgid "while trying to allocate filesystem tables"
3478 #: misc/mke2fs.c:1535
3480 msgid "while zeroing block %u at end of filesystem"
3483 #: misc/mke2fs.c:1548
3484 msgid "while reserving blocks for online resize"
3487 #: misc/mke2fs.c:1559 misc/tune2fs.c:387
3491 #: misc/mke2fs.c:1571
3493 msgid "Adding journal to device %s: "
3496 #: misc/mke2fs.c:1578
3500 "\twhile trying to add journal to device %s"
3503 #: misc/mke2fs.c:1583 misc/mke2fs.c:1607 misc/tune2fs.c:415 misc/tune2fs.c:429
3508 #: misc/mke2fs.c:1595
3510 msgid "Creating journal (%d blocks): "
3513 #: misc/mke2fs.c:1603
3516 "\twhile trying to create journal"
3519 #: misc/mke2fs.c:1612
3521 msgid "Writing superblocks and filesystem accounting information: "
3524 #: misc/mke2fs.c:1617
3528 "Warning, had trouble writing out superblocks."
3531 #: misc/mke2fs.c:1620
3538 #: misc/mklost+found.c:49
3540 msgid "Usage: mklost+found\n"
3543 #: misc/tune2fs.c:77
3544 msgid "Please run e2fsck on the filesystem.\n"
3547 #: misc/tune2fs.c:84
3550 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3551 "\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3552 "\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3553 "\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3554 "\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3555 "\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
3558 #: misc/tune2fs.c:141
3559 msgid "while trying to open external journal"
3562 #: misc/tune2fs.c:145
3564 msgid "%s is not a journal device.\n"
3567 #: misc/tune2fs.c:160
3568 msgid "Journal superblock not found!\n"
3571 #: misc/tune2fs.c:172
3572 msgid "Filesystem's UUID not found on journal device.\n"
3575 #: misc/tune2fs.c:193
3576 msgid "Journal NOT removed\n"
3579 #: misc/tune2fs.c:199
3580 msgid "Journal removed\n"
3583 #: misc/tune2fs.c:231
3584 msgid "while reading journal inode"
3587 #: misc/tune2fs.c:238
3588 msgid "while reading bitmaps"
3591 #: misc/tune2fs.c:245
3592 msgid "while clearing journal inode"
3595 #: misc/tune2fs.c:256
3596 msgid "while writing journal inode"
3599 #: misc/tune2fs.c:271
3601 msgid "Invalid mount option set: %s\n"
3604 #: misc/tune2fs.c:317
3606 "The has_journal flag may only be cleared when the filesystem is\n"
3607 "unmounted or mounted read-only.\n"
3610 #: misc/tune2fs.c:325
3612 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
3613 "the has_journal flag.\n"
3616 #: misc/tune2fs.c:382
3617 msgid "The filesystem already has a journal.\n"
3620 #: misc/tune2fs.c:399
3624 "\twhile trying to open journal on %s\n"
3627 #: misc/tune2fs.c:403
3629 msgid "Creating journal on device %s: "
3632 #: misc/tune2fs.c:411
3634 msgid "while adding filesystem to journal on %s"
3637 #: misc/tune2fs.c:417
3638 msgid "Creating journal inode: "
3641 #: misc/tune2fs.c:426
3644 "\twhile trying to create journal file"
3647 #: misc/tune2fs.c:492
3649 msgid "Couldn't parse date/time specifier: %s"
3652 #: misc/tune2fs.c:514 misc/tune2fs.c:527
3654 msgid "bad mounts count - %s"
3657 #: misc/tune2fs.c:543
3659 msgid "bad error behavior - %s"
3662 #: misc/tune2fs.c:566
3664 msgid "bad gid/group name - %s"
3667 #: misc/tune2fs.c:599
3669 msgid "bad interval - %s"
3672 #: misc/tune2fs.c:627
3674 msgid "bad reserved block ratio - %s"
3677 #: misc/tune2fs.c:642
3678 msgid "-o may only be specified once"
3681 #: misc/tune2fs.c:652
3682 msgid "-O may only be specified once"
3685 #: misc/tune2fs.c:662
3687 msgid "bad reserved blocks count - %s"
3690 #: misc/tune2fs.c:691
3692 msgid "bad uid/user name - %s"
3695 #: misc/tune2fs.c:801
3697 msgid "Setting maximal mount count to %d\n"
3700 #: misc/tune2fs.c:807
3702 msgid "Setting current mount count to %d\n"
3705 #: misc/tune2fs.c:812
3707 msgid "Setting error behavior to %d\n"
3710 #: misc/tune2fs.c:817
3712 msgid "Setting reserved blocks gid to %lu\n"
3715 #: misc/tune2fs.c:822
3717 msgid "Setting interval between checks to %lu seconds\n"
3720 #: misc/tune2fs.c:828
3722 msgid "Setting reserved blocks percentage to %lu (%u blocks)\n"
3725 #: misc/tune2fs.c:834
3727 msgid "reserved blocks count is too big (%lu)"
3730 #: misc/tune2fs.c:840
3732 msgid "Setting reserved blocks count to %lu\n"
3735 #: misc/tune2fs.c:846
3738 "The filesystem already has sparse superblocks.\n"
3741 #: misc/tune2fs.c:853
3745 "Sparse superblock flag set. %s"
3748 #: misc/tune2fs.c:860
3751 "The filesystem already has sparse superblocks disabled.\n"
3754 #: misc/tune2fs.c:868
3758 "Sparse superblock flag cleared. %s"
3761 #: misc/tune2fs.c:875
3763 msgid "Setting time filesystem last checked to %s\n"
3766 #: misc/tune2fs.c:881
3768 msgid "Setting reserved blocks uid to %lu\n"
3771 #: misc/tune2fs.c:914
3772 msgid "Invalid UUID format\n"
3776 msgid "Proceed anyway? (y,n) "
3781 msgid "Could not stat %s --- %s\n"
3787 "The device apparently does not exist; did you specify it correctly?\n"
3792 msgid "%s is not a block special device.\n"
3797 msgid "%s is entire device, not just one partition!\n"
3801 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
3806 msgid "will not make a %s here!\n"
3810 msgid "mke2fs forced anyway.\n"
3814 msgid "Couldn't allocate memory to parse journal options!\n"
3820 "Bad journal options specified.\n"
3822 "Journal options are separated by commas, and may take an argument which\n"
3823 "\tis set off by an equals ('=') sign.\n"
3825 "Valid journal options are:\n"
3826 "\tsize=<journal size in megabytes>\n"
3827 "\tdevice=<journal device>\n"
3829 "The journal size must be between 1024 and 102400 filesystem blocks.\n"
3836 "Filesystem too small for a journal\n"
3843 "The requested journal size is %d blocks; it must be\n"
3844 "between 1024 and 102400 blocks. Aborting.\n"
3850 "Journal size too big for filesystem.\n"
3856 "This filesystem will be automatically checked every %d mounts or\n"
3857 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
3860 #: misc/uuidgen.c:30
3862 msgid "Usage: %s [-r] [-t]\n"
3865 #: resize/extent.c:196
3866 msgid "# Extent dump:\n"
3869 #: resize/extent.c:197
3871 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
3874 #: resize/extent.c:200
3876 msgid "#\t\t %u -> %u (%d)\n"
3882 "Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
3887 msgid "Extending the inode table"
3891 msgid "Relocating blocks"
3895 msgid "Scanning inode table"
3899 msgid "Updating inode references"
3903 msgid "Moving inode table"
3907 msgid "Unknown pass?!?"
3912 msgid "Begin pass %d (max = %lu)\n"
3915 #: resize/main.c:107
3918 "%s is mounted; can't resize a mounted filesystem!\n"
3922 #: resize/main.c:251
3924 msgid "bad filesystem size - %s"
3927 #: resize/main.c:278
3930 "The containing partition (or device) is only %d (%dk) blocks.\n"
3931 "You requested a new size of %d blocks.\n"
3935 #: resize/main.c:285
3938 "The filesystem is already %d blocks long. Nothing to do!\n"
3942 #: resize/main.c:292
3945 "Please run 'e2fsck -f %s' first.\n"
3949 #: resize/main.c:302
3951 msgid "while trying to resize %s"
3954 #: resize/main.c:307
3957 "The filesystem on %s is now %d blocks long.\n"
3961 #: resize/resize2fs.c:579
3962 msgid "reserved blocks"
3965 #: resize/resize2fs.c:584
3966 msgid "blocks to be moved"
3969 #: resize/resize2fs.c:589
3970 msgid "meta-data blocks"
3973 #: resize/resize2fs.c:1469
3975 msgid "Should never happen: resize inode corrupt!\n"