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: 2007-07-07 17:42-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:156
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:955 e2fsck/unix.c:1038 misc/badblocks.c:1025
92 #: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
93 #: misc/dumpe2fs.c:400 misc/e2image.c:569 misc/e2image.c:662
94 #: misc/e2image.c:678 misc/mke2fs.c:172 misc/tune2fs.c:776 resize/main.c:296
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:179
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 %u (#%d) in inode %u\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:768
190 msgid "while opening %s for flushing"
193 #: e2fsck/iscan.c:88 e2fsck/unix.c:774 resize/main.c:274
195 msgid "while trying to flush %s"
198 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:478
199 msgid "while opening inode scan"
202 #: e2fsck/iscan.c:129 misc/e2image.c:496
203 msgid "while getting next inode"
206 #: e2fsck/iscan.c:138
208 msgid "%u inodes scanned.\n"
211 #: e2fsck/journal.c:500
212 msgid "reading journal superblock\n"
215 #: e2fsck/journal.c:557
217 msgid "%s: no valid journal superblock found\n"
220 #: e2fsck/journal.c:566
222 msgid "%s: journal too short\n"
225 #: e2fsck/journal.c:839
227 msgid "%s: recovering journal\n"
230 #: e2fsck/journal.c:841
232 msgid "%s: won't do journal recovery while read-only\n"
235 #: e2fsck/journal.c:862
237 msgid "while trying to re-open %s"
240 #: e2fsck/message.c:109
241 msgid "aextended attribute"
244 #: e2fsck/message.c:110
245 msgid "Aerror allocating"
248 #: e2fsck/message.c:111
252 #: e2fsck/message.c:112
256 #: e2fsck/message.c:113
260 #: e2fsck/message.c:114
261 msgid "Cconflicts with some other fs @b"
264 #: e2fsck/message.c:115
268 #: e2fsck/message.c:116
272 #: e2fsck/message.c:117
276 #: e2fsck/message.c:118
280 #: e2fsck/message.c:119
284 #: e2fsck/message.c:120
288 #: e2fsck/message.c:121
289 msgid "E@e '%Dn' in %p (%i)"
292 #: e2fsck/message.c:122
296 #: e2fsck/message.c:123
297 msgid "Ffor @i %i (%Q) is"
300 #: e2fsck/message.c:124
304 #: e2fsck/message.c:125
308 #: e2fsck/message.c:126
312 #: e2fsck/message.c:127
316 #: e2fsck/message.c:128
317 msgid "mmultiply-claimed"
320 #: e2fsck/message.c:129
324 #: e2fsck/message.c:130
328 #: e2fsck/message.c:131
332 #: e2fsck/message.c:132
336 #: e2fsck/message.c:133
340 #: e2fsck/message.c:134
344 #: e2fsck/message.c:135
348 #: e2fsck/message.c:136
352 #: e2fsck/message.c:137
356 #: e2fsck/message.c:148
357 msgid "<The NULL inode>"
360 #: e2fsck/message.c:149
361 msgid "<The bad blocks inode>"
364 #: e2fsck/message.c:151
365 msgid "<The ACL index inode>"
368 #: e2fsck/message.c:152
369 msgid "<The ACL data inode>"
372 #: e2fsck/message.c:153
373 msgid "<The boot loader inode>"
376 #: e2fsck/message.c:154
377 msgid "<The undelete directory inode>"
380 #: e2fsck/message.c:155
381 msgid "<The group descriptor inode>"
384 #: e2fsck/message.c:156
385 msgid "<The journal inode>"
388 #: e2fsck/message.c:157
389 msgid "<Reserved inode 9>"
392 #: e2fsck/message.c:158
393 msgid "<Reserved inode 10>"
396 #: e2fsck/message.c:314
401 #: e2fsck/message.c:316
406 #: e2fsck/message.c:318
408 msgid "character device"
411 #: e2fsck/message.c:320
416 #: e2fsck/message.c:322
421 #: e2fsck/message.c:324
423 msgid "symbolic link"
426 #: e2fsck/message.c:326
431 #: e2fsck/message.c:328
433 msgid "unknown file type with mode 0%o"
436 #: e2fsck/pass1b.c:215
437 msgid "multiply claimed inode map"
440 #: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
442 msgid "internal error; can't find dup_blk for %u\n"
445 #: e2fsck/pass1b.c:746
446 msgid "returned from clone_file_block"
449 #: e2fsck/pass1b.c:765
451 msgid "internal error: couldn't lookup EA block record for %u"
454 #: e2fsck/pass1b.c:777
456 msgid "internal error: couldn't lookup EA inode record for %u"
459 #: e2fsck/pass1.c:404 e2fsck/pass2.c:776
460 msgid "reading directory block"
463 #: e2fsck/pass1.c:521
464 msgid "in-use inode map"
467 #: e2fsck/pass1.c:530
468 msgid "directory inode map"
471 #: e2fsck/pass1.c:538
472 msgid "regular file inode map"
475 #: e2fsck/pass1.c:545
476 msgid "in-use block map"
479 #: e2fsck/pass1.c:599
480 msgid "opening inode scan"
483 #: e2fsck/pass1.c:623
484 msgid "getting next inode from scan"
487 #: e2fsck/pass1.c:1016
491 #: e2fsck/pass1.c:1075
493 msgid "reading indirect blocks of inode %u"
496 #: e2fsck/pass1.c:1117
497 msgid "bad inode map"
500 #: e2fsck/pass1.c:1139
501 msgid "inode in bad block map"
504 #: e2fsck/pass1.c:1159
505 msgid "imagic inode map"
508 #: e2fsck/pass1.c:1186
509 msgid "multiply claimed block map"
512 #: e2fsck/pass1.c:1285
513 msgid "ext attr block map"
516 #: e2fsck/pass1.c:2067
520 #: e2fsck/pass1.c:2071
524 #: e2fsck/pass1.c:2075
528 #: e2fsck/pass2.c:290
533 msgid "inode done bitmap"
540 #: e2fsck/pass3.c:145
544 #: e2fsck/pass3.c:333
545 msgid "inode loop detection bitmap"
548 #: e2fsck/pass4.c:176
556 #: e2fsck/problem.c:50
560 #: e2fsck/problem.c:51
564 #: e2fsck/problem.c:52
568 #: e2fsck/problem.c:53
572 #: e2fsck/problem.c:54
576 #: e2fsck/problem.c:55
580 #: e2fsck/problem.c:56
581 msgid "Connect to /lost+found"
584 #: e2fsck/problem.c:57
588 #: e2fsck/problem.c:58
592 #: e2fsck/problem.c:59
596 #: e2fsck/problem.c:60
600 #: e2fsck/problem.c:61
604 #: e2fsck/problem.c:62
608 #: e2fsck/problem.c:63
612 #: e2fsck/problem.c:64
613 msgid "Clone multiply-claimed blocks"
616 #: e2fsck/problem.c:65
620 #: e2fsck/problem.c:66
621 msgid "Suppress messages"
624 #: e2fsck/problem.c:67
628 #: e2fsck/problem.c:68
629 msgid "Clear HTree index"
632 #: e2fsck/problem.c:69
636 #: e2fsck/problem.c:78
640 #: e2fsck/problem.c:79
644 #: e2fsck/problem.c:80
648 #: e2fsck/problem.c:81
652 #: e2fsck/problem.c:82
656 #: e2fsck/problem.c:83
660 #: e2fsck/problem.c:84
664 #: e2fsck/problem.c:85
668 #: e2fsck/problem.c:86
672 #: e2fsck/problem.c:87
676 #: e2fsck/problem.c:88
677 msgid "INODE CLEARED"
680 #: e2fsck/problem.c:89
684 #: e2fsck/problem.c:90
688 #: e2fsck/problem.c:91
692 #: e2fsck/problem.c:92
693 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
696 #: e2fsck/problem.c:93
700 #: e2fsck/problem.c:94
704 #: e2fsck/problem.c:95
708 #: e2fsck/problem.c:96
709 msgid "HTREE INDEX CLEARED"
712 #: e2fsck/problem.c:97
713 msgid "WILL RECREATE"
716 #: e2fsck/problem.c:106
717 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
718 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
721 #: e2fsck/problem.c:110
722 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
723 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
726 #: e2fsck/problem.c:115
727 #. @-expanded: inode table for group %g is not in group. (block %b)\n
728 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
730 "@i table for @g %g is not in @g. (@b %b)\n"
731 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
734 #: e2fsck/problem.c:121
737 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
738 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
739 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
740 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
741 #. @-expanded: e2fsck -b %S <device>\n
745 "The @S could not be read or does not describe a correct ext2\n"
746 "@f. If the @v is valid and it really contains an ext2\n"
747 "@f (and not swap or ufs or something else), then the @S\n"
748 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
749 " e2fsck -b %S <@v>\n"
753 #: e2fsck/problem.c:130
754 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
755 #. @-expanded: The physical size of the device is %c blocks\n
756 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
758 "The @f size (according to the @S) is %b @bs\n"
759 "The physical size of the @v is %c @bs\n"
760 "Either the @S or the partition table is likely to be corrupt!\n"
763 #: e2fsck/problem.c:137
764 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
765 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
766 #. @-expanded: from the block size.\n
768 "@S @b_size = %b, fragsize = %c.\n"
769 "This version of e2fsck does not support fragment sizes different\n"
770 "from the @b size.\n"
773 #: e2fsck/problem.c:144
774 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
775 msgid "@S @bs_per_group = %b, should have been %c\n"
778 #: e2fsck/problem.c:149
779 #. @-expanded: superblock first_data_block = %b, should have been %c\n
780 msgid "@S first_data_@b = %b, should have been %c\n"
783 #: e2fsck/problem.c:154
784 #. @-expanded: filesystem did not have a UUID; generating one.\n
787 "@f did not have a UUID; generating one.\n"
791 #: e2fsck/problem.c:159
794 "Note: if several inode or block bitmap blocks or part\n"
795 "of the inode table require relocation, you may wish to try\n"
796 "running e2fsck with the '-b %S' option first. The problem\n"
797 "may lie only with the primary block group descriptors, and\n"
798 "the backup block group descriptors may be OK.\n"
802 #: e2fsck/problem.c:168
803 #. @-expanded: Corruption found in superblock. (%s = %N).\n
804 msgid "Corruption found in @S. (%s = %N).\n"
807 #: e2fsck/problem.c:173
809 #. @-expanded: Error determining size of the physical device: %m\n
810 msgid "Error determining size of the physical @v: %m\n"
813 #: e2fsck/problem.c:178
814 #. @-expanded: inode count in superblock is %i, should be %j.\n
815 msgid "@i count in @S is %i, @s %j.\n"
818 #: e2fsck/problem.c:182
819 msgid "The Hurd does not support the filetype feature.\n"
822 #: e2fsck/problem.c:187
824 #. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
825 msgid "@S has an @n ext3 @j (@i %i).\n"
828 #: e2fsck/problem.c:192
829 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
830 msgid "External @j has multiple @f users (unsupported).\n"
833 #: e2fsck/problem.c:197
834 #. @-expanded: Can't find external journal\n
835 msgid "Can't find external @j\n"
838 #: e2fsck/problem.c:202
839 #. @-expanded: External journal has bad superblock\n
840 msgid "External @j has bad @S\n"
843 #: e2fsck/problem.c:207
844 #. @-expanded: External journal does not support this filesystem\n
845 msgid "External @j does not support this @f\n"
848 #: e2fsck/problem.c:212
849 #. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
850 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
851 #. @-expanded: format.\n
852 #. @-expanded: It is also possible the journal superblock is corrupt.\n
854 "Ext3 @j @S is unknown type %N (unsupported).\n"
855 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
857 "It is also possible the @j @S is corrupt.\n"
860 #: e2fsck/problem.c:220
861 #. @-expanded: Ext3 journal superblock is corrupt.\n
862 msgid "Ext3 @j @S is corrupt.\n"
865 #: e2fsck/problem.c:225
867 #. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
868 msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
871 #: e2fsck/problem.c:230
872 #. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
873 msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
876 #: e2fsck/problem.c:235
877 #. @-expanded: ext3 recovery flag is clear, but journal has data.\n
878 msgid "ext3 recovery flag is clear, but @j has data.\n"
881 #: e2fsck/problem.c:240
882 #. @-expanded: Clear journal
886 #: e2fsck/problem.c:245
887 #. @-expanded: Run journal anyway
888 msgid "Run @j anyway"
891 #: e2fsck/problem.c:250
892 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
893 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
896 #: e2fsck/problem.c:255
897 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
898 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
901 #: e2fsck/problem.c:260
902 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
903 msgid "@I @b #%B (%b) found in @o @i %i.\n"
906 #: e2fsck/problem.c:265
907 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
908 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
911 #: e2fsck/problem.c:270
913 #. @-expanded: illegal orphaned inode %i in superblock.\n
914 msgid "@I @o @i %i in @S.\n"
917 #: e2fsck/problem.c:275
919 #. @-expanded: illegal inode %i in orphaned inode list.\n
920 msgid "@I @i %i in @o @i list.\n"
923 #: e2fsck/problem.c:280 e2fsck/problem.c:613
924 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
925 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
928 #: e2fsck/problem.c:285
929 #. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
930 msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
933 #: e2fsck/problem.c:290
934 #. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
935 msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
938 #: e2fsck/problem.c:295
939 #. @-expanded: journal version not supported by this e2fsck.\n
940 msgid "@j version not supported by this e2fsck.\n"
943 #: e2fsck/problem.c:300
945 #. @-expanded: Moving journal from /%s to hidden inode.\n
948 "Moving @j from /%s to hidden @i.\n"
952 #: e2fsck/problem.c:305
954 #. @-expanded: Error moving journal: %m\n
957 "Error moving @j: %m\n"
961 #: e2fsck/problem.c:310
962 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
963 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
966 "Found @n V2 @j @S fields (from V1 @j).\n"
967 "Clearing fields beyond the V1 @j @S...\n"
971 #: e2fsck/problem.c:316
972 #. @-expanded: Backing up journal inode block information.\n
975 "Backing up @j @i @b information.\n"
979 #: e2fsck/problem.c:321
980 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
981 #. @-expanded: is %N; should be zero.
983 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
987 #: e2fsck/problem.c:327
988 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
989 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
992 #: e2fsck/problem.c:332
993 #. @-expanded: Resize inode not valid.
994 msgid "Resize @i not valid. "
997 #: e2fsck/problem.c:337
998 #. @-expanded: superblock last mount time is in the future.
999 msgid "@S last mount time is in the future. "
1002 #: e2fsck/problem.c:342
1003 #. @-expanded: superblock last write time is in the future.
1004 msgid "@S last write time is in the future. "
1007 #: e2fsck/problem.c:346
1009 #. @-expanded: superblock hint for external superblock should be %X.
1010 msgid "@S hint for external superblock @s %X. "
1013 #: e2fsck/problem.c:351
1014 #. @-expanded: Adding dirhash hint to filesystem.\n
1017 "Adding dirhash hint to @f.\n"
1021 #: e2fsck/problem.c:358
1022 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1023 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1026 #: e2fsck/problem.c:362
1027 #. @-expanded: root inode is not a directory.
1028 msgid "@r is not a @d. "
1031 #: e2fsck/problem.c:367
1032 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1033 msgid "@r has dtime set (probably due to old mke2fs). "
1036 #: e2fsck/problem.c:372
1037 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1038 msgid "Reserved @i %i (%Q) has @n mode. "
1041 #: e2fsck/problem.c:377
1043 #. @-expanded: deleted inode %i has zero dtime.
1044 msgid "@D @i %i has zero dtime. "
1047 #: e2fsck/problem.c:382
1049 #. @-expanded: inode %i is in use, but has dtime set.
1050 msgid "@i %i is in use, but has dtime set. "
1053 #: e2fsck/problem.c:387
1055 #. @-expanded: inode %i is a zero-length directory.
1056 msgid "@i %i is a @z @d. "
1059 #: e2fsck/problem.c:392
1060 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1061 msgid "@g %g's @b @B at %b @C.\n"
1064 #: e2fsck/problem.c:397
1065 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1066 msgid "@g %g's @i @B at %b @C.\n"
1069 #: e2fsck/problem.c:402
1070 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1071 msgid "@g %g's @i table at %b @C.\n"
1074 #: e2fsck/problem.c:407
1075 #. @-expanded: group %g's block bitmap (%b) is bad.
1076 msgid "@g %g's @b @B (%b) is bad. "
1079 #: e2fsck/problem.c:412
1080 #. @-expanded: group %g's inode bitmap (%b) is bad.
1081 msgid "@g %g's @i @B (%b) is bad. "
1084 #: e2fsck/problem.c:417
1085 #. @-expanded: inode %i, i_size is %Is, should be %N.
1086 msgid "@i %i, i_size is %Is, @s %N. "
1089 #: e2fsck/problem.c:422
1090 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1091 msgid "@i %i, i_@bs is %Ib, @s %N. "
1094 #: e2fsck/problem.c:427
1095 #. @-expanded: illegal block #%B (%b) in inode %i.
1096 msgid "@I @b #%B (%b) in @i %i. "
1099 #: e2fsck/problem.c:432
1100 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1101 msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1104 #: e2fsck/problem.c:437
1106 #. @-expanded: inode %i has illegal block(s).
1107 msgid "@i %i has illegal @b(s). "
1110 #: e2fsck/problem.c:442
1112 #. @-expanded: Too many illegal blocks in inode %i.\n
1113 msgid "Too many illegal @bs in @i %i.\n"
1116 #: e2fsck/problem.c:447
1117 #. @-expanded: illegal block #%B (%b) in bad block inode.
1118 msgid "@I @b #%B (%b) in bad @b @i. "
1121 #: e2fsck/problem.c:452
1122 #. @-expanded: Bad block inode has illegal block(s).
1123 msgid "Bad @b @i has illegal @b(s). "
1126 #: e2fsck/problem.c:457
1127 #. @-expanded: Duplicate or bad block in use!\n
1128 msgid "Duplicate or bad @b in use!\n"
1131 #: e2fsck/problem.c:462
1132 #. @-expanded: Bad block %b used as bad block inode indirect block.
1133 msgid "Bad @b %b used as bad @b @i indirect @b. "
1136 #: e2fsck/problem.c:467
1138 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1139 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1140 #. @-expanded: in the filesystem.\n
1143 "The bad @b @i has probably been corrupted. You probably\n"
1144 "should stop now and run e2fsck -c to scan for bad blocks\n"
1148 #: e2fsck/problem.c:474
1150 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1153 "If the @b is really bad, the @f can not be fixed.\n"
1156 #: e2fsck/problem.c:479
1157 #. @-expanded: You can remove this block from the bad block list and hope\n
1158 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1161 "You can remove this @b from the bad @b list and hope\n"
1162 "that the @b is really OK. But there are no guarantees.\n"
1166 #: e2fsck/problem.c:485
1167 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1168 msgid "The primary @S (%b) is on the bad @b list.\n"
1171 #: e2fsck/problem.c:490
1172 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1173 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1176 #: e2fsck/problem.c:496
1177 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1178 msgid "Warning: Group %g's @S (%b) is bad.\n"
1181 #: e2fsck/problem.c:501
1182 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1183 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1186 #: e2fsck/problem.c:507
1187 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1188 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1191 #: e2fsck/problem.c:513
1192 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1193 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1196 #: e2fsck/problem.c:518
1198 #. @-expanded: error allocating block buffer for relocating %s\n
1199 msgid "@A @b buffer for relocating %s\n"
1202 #: e2fsck/problem.c:523
1203 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1204 msgid "Relocating @g %g's %s from %b to %c...\n"
1207 #: e2fsck/problem.c:528
1209 #. @-expanded: Relocating group %g's %s to %c...\n
1210 msgid "Relocating @g %g's %s to %c...\n"
1213 #: e2fsck/problem.c:533
1214 #. @-expanded: Warning: could not read block %b of %s: %m\n
1215 msgid "Warning: could not read @b %b of %s: %m\n"
1218 #: e2fsck/problem.c:538
1219 #. @-expanded: Warning: could not write block %b for %s: %m\n
1220 msgid "Warning: could not write @b %b for %s: %m\n"
1223 #: e2fsck/problem.c:543 e2fsck/problem.c:1280
1224 #. @-expanded: error allocating inode bitmap (%N): %m\n
1225 msgid "@A @i @B (%N): %m\n"
1228 #: e2fsck/problem.c:548
1229 #. @-expanded: error allocating block bitmap (%N): %m\n
1230 msgid "@A @b @B (%N): %m\n"
1233 #: e2fsck/problem.c:553
1235 #. @-expanded: error allocating icount link information: %m\n
1236 msgid "@A icount link information: %m\n"
1239 #: e2fsck/problem.c:558
1241 #. @-expanded: error allocating directory block array: %m\n
1242 msgid "@A @d @b array: %m\n"
1245 #: e2fsck/problem.c:563
1247 #. @-expanded: Error while scanning inodes (%i): %m\n
1248 msgid "Error while scanning @is (%i): %m\n"
1251 #: e2fsck/problem.c:568
1253 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1254 msgid "Error while iterating over @bs in @i %i: %m\n"
1257 #: e2fsck/problem.c:573
1258 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1259 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1262 #: e2fsck/problem.c:578
1263 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1264 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1267 #: e2fsck/problem.c:584
1269 #. @-expanded: Error reading inode %i: %m\n
1270 msgid "Error reading @i %i: %m\n"
1273 #: e2fsck/problem.c:592
1275 #. @-expanded: inode %i has imagic flag set.
1276 msgid "@i %i has imagic flag set. "
1279 #: e2fsck/problem.c:597
1281 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1282 #. @-expanded: or append-only flag set.
1284 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1285 "or append-only flag set. "
1288 #: e2fsck/problem.c:603
1290 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1291 msgid "@i %i has @cion flag set on @f without @cion support. "
1294 #: e2fsck/problem.c:608
1296 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1297 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1300 #: e2fsck/problem.c:618
1301 #. @-expanded: journal inode is not in use, but contains data.
1302 msgid "@j @i is not in use, but contains data. "
1305 #: e2fsck/problem.c:623
1306 #. @-expanded: journal is not regular file.
1307 msgid "@j is not regular file. "
1310 #: e2fsck/problem.c:628
1312 #. @-expanded: inode %i was part of the orphaned inode list.
1313 msgid "@i %i was part of the @o @i list. "
1316 #: e2fsck/problem.c:634
1317 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1318 msgid "@is that were part of a corrupted orphan linked list found. "
1321 #: e2fsck/problem.c:639
1322 #. @-expanded: error allocating refcount structure (%N): %m\n
1323 msgid "@A refcount structure (%N): %m\n"
1326 #: e2fsck/problem.c:644
1327 #. @-expanded: Error reading extended attribute block %b for inode %i.
1328 msgid "Error reading @a @b %b for @i %i. "
1331 #: e2fsck/problem.c:649
1332 #. @-expanded: inode %i has a bad extended attribute block %b.
1333 msgid "@i %i has a bad @a @b %b. "
1336 #: e2fsck/problem.c:654
1337 #. @-expanded: Error reading extended attribute block %b (%m).
1338 msgid "Error reading @a @b %b (%m). "
1341 #: e2fsck/problem.c:659
1342 #. @-expanded: extended attribute block %b has reference count %B, should be %N.
1343 msgid "@a @b %b has reference count %B, @s %N. "
1346 #: e2fsck/problem.c:664
1347 #. @-expanded: Error writing extended attribute block %b (%m).
1348 msgid "Error writing @a @b %b (%m). "
1351 #: e2fsck/problem.c:669
1352 #. @-expanded: extended attribute block %b has h_blocks > 1.
1353 msgid "@a @b %b has h_@bs > 1. "
1356 #: e2fsck/problem.c:674
1357 #. @-expanded: error allocating extended attribute block %b.
1358 msgid "@A @a @b %b. "
1361 #: e2fsck/problem.c:679
1362 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1363 msgid "@a @b %b is corrupt (allocation collision). "
1366 #: e2fsck/problem.c:684
1367 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1368 msgid "@a @b %b is corrupt (@n name). "
1371 #: e2fsck/problem.c:689
1372 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1373 msgid "@a @b %b is corrupt (@n value). "
1376 #: e2fsck/problem.c:694
1378 #. @-expanded: inode %i is too big.
1379 msgid "@i %i is too big. "
1382 #: e2fsck/problem.c:698
1383 #. @-expanded: block #%B (%b) causes directory to be too big.
1384 msgid "@b #%B (%b) causes @d to be too big. "
1387 #: e2fsck/problem.c:703
1388 #. @-expanded: block #%B (%b) causes file to be too big.
1389 msgid "@b #%B (%b) causes file to be too big. "
1392 #: e2fsck/problem.c:708
1393 #. @-expanded: block #%B (%b) causes symlink to be too big.
1394 msgid "@b #%B (%b) causes symlink to be too big. "
1397 #: e2fsck/problem.c:713
1399 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1400 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1403 #: e2fsck/problem.c:718
1405 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1406 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1409 #: e2fsck/problem.c:723
1411 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1412 msgid "@h %i has an @n root node.\n"
1415 #: e2fsck/problem.c:728
1416 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1417 msgid "@h %i has an unsupported hash version (%N)\n"
1420 #: e2fsck/problem.c:733
1422 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1423 msgid "@h %i uses an incompatible htree root node flag.\n"
1426 #: e2fsck/problem.c:738
1427 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1428 msgid "@h %i has a tree depth (%N) which is too big\n"
1431 #: e2fsck/problem.c:743
1432 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1433 #. @-expanded: filesystem metadata.
1435 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1439 #: e2fsck/problem.c:749
1441 #. @-expanded: Resize inode (re)creation failed: %m.
1442 msgid "Resize @i (re)creation failed: %m."
1445 #: e2fsck/problem.c:754
1446 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1447 msgid "@i %i has a extra size (%IS) which is @n\n"
1450 #: e2fsck/problem.c:759
1451 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1452 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1455 #: e2fsck/problem.c:764
1456 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1457 msgid "@a in @i %i has a value size (%N) which is @n\n"
1460 #: e2fsck/problem.c:769
1461 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1462 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1465 #: e2fsck/problem.c:774
1466 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1467 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1470 #: e2fsck/problem.c:779
1471 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1472 msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1475 #: e2fsck/problem.c:784
1476 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1477 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1480 #: e2fsck/problem.c:791
1482 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1483 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1486 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1487 "Pass 1B: Rescanning for @m @bs\n"
1490 #: e2fsck/problem.c:797
1492 #. @-expanded: multiply-claimed block(s) in inode %i:
1493 msgid "@m @b(s) in @i %i:"
1496 #: e2fsck/problem.c:812
1498 msgid "Error while scanning inodes (%i): %m\n"
1501 #: e2fsck/problem.c:817
1503 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1504 msgid "@A @i @B (@i_dup_map): %m\n"
1507 #: e2fsck/problem.c:822
1509 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1510 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1513 #: e2fsck/problem.c:827 e2fsck/problem.c:1143
1514 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1515 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1518 #: e2fsck/problem.c:833
1519 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1520 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1523 #: e2fsck/problem.c:839
1524 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1525 msgid "Pass 1D: Reconciling @m @bs\n"
1528 #: e2fsck/problem.c:844
1529 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1530 #. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1532 "File %Q (@i #%i, mod time %IM) \n"
1533 " has %B @m @b(s), shared with %N file(s):\n"
1536 #: e2fsck/problem.c:850
1537 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1538 msgid "\t%Q (@i #%i, mod time %IM)\n"
1541 #: e2fsck/problem.c:855
1542 #. @-expanded: \t<filesystem metadata>\n
1543 msgid "\t<@f metadata>\n"
1546 #: e2fsck/problem.c:860
1547 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1550 "(There are %N @is containing @m @bs.)\n"
1554 #: e2fsck/problem.c:865
1555 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1558 "@m @bs already reassigned or cloned.\n"
1562 #: e2fsck/problem.c:878
1564 msgid "Couldn't clone file: %m\n"
1567 #: e2fsck/problem.c:884
1568 #. @-expanded: Pass 2: Checking directory structure\n
1569 msgid "Pass 2: Checking @d structure\n"
1572 #: e2fsck/problem.c:889
1574 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1575 msgid "@n @i number for '.' in @d @i %i.\n"
1578 #: e2fsck/problem.c:894
1579 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1580 msgid "@E has @n @i #: %Di.\n"
1583 #: e2fsck/problem.c:899
1584 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1585 msgid "@E has @D/unused @i %Di. "
1588 #: e2fsck/problem.c:904
1589 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1590 msgid "@E @L to '.' "
1593 #: e2fsck/problem.c:909
1594 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1595 msgid "@E points to @i (%Di) located in a bad @b.\n"
1598 #: e2fsck/problem.c:914
1599 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1600 msgid "@E @L to @d %P (%Di).\n"
1603 #: e2fsck/problem.c:919
1604 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1605 msgid "@E @L to the @r.\n"
1608 #: e2fsck/problem.c:924
1609 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1610 msgid "@E has illegal characters in its name.\n"
1613 #: e2fsck/problem.c:929
1615 #. @-expanded: Missing '.' in directory inode %i.\n
1616 msgid "Missing '.' in @d @i %i.\n"
1619 #: e2fsck/problem.c:934
1621 #. @-expanded: Missing '..' in directory inode %i.\n
1622 msgid "Missing '..' in @d @i %i.\n"
1625 #: e2fsck/problem.c:939
1626 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1627 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1630 #: e2fsck/problem.c:944
1631 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1632 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1635 #: e2fsck/problem.c:949
1636 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1637 msgid "i_faddr @F %IF, @s zero.\n"
1640 #: e2fsck/problem.c:954
1641 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1642 msgid "i_file_acl @F %If, @s zero.\n"
1645 #: e2fsck/problem.c:959
1646 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1647 msgid "i_dir_acl @F %Id, @s zero.\n"
1650 #: e2fsck/problem.c:964
1651 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1652 msgid "i_frag @F %N, @s zero.\n"
1655 #: e2fsck/problem.c:969
1656 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1657 msgid "i_fsize @F %N, @s zero.\n"
1660 #: e2fsck/problem.c:974
1661 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1662 msgid "@i %i (%Q) has @n mode (%Im).\n"
1665 #: e2fsck/problem.c:979
1666 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1667 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1670 #: e2fsck/problem.c:984
1671 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1672 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1675 #: e2fsck/problem.c:989
1676 #. @-expanded: directory inode %i has an unallocated block #%B.
1677 msgid "@d @i %i has an unallocated @b #%B. "
1680 #: e2fsck/problem.c:994
1682 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1683 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1686 #: e2fsck/problem.c:999
1688 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1689 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1692 #: e2fsck/problem.c:1004
1693 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1694 msgid "@i %i (%Q) is an @I character @v.\n"
1697 #: e2fsck/problem.c:1009
1698 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1699 msgid "@i %i (%Q) is an @I @b @v.\n"
1702 #: e2fsck/problem.c:1014
1703 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1704 msgid "@E is duplicate '.' @e.\n"
1707 #: e2fsck/problem.c:1019
1708 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1709 msgid "@E is duplicate '..' @e.\n"
1712 #: e2fsck/problem.c:1024 e2fsck/problem.c:1305
1714 msgid "Internal error: couldn't find dir_info for %i.\n"
1717 #: e2fsck/problem.c:1029
1718 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1719 msgid "@E has rec_len of %Dr, @s %N.\n"
1722 #: e2fsck/problem.c:1034
1724 #. @-expanded: error allocating icount structure: %m\n
1725 msgid "@A icount structure: %m\n"
1728 #: e2fsck/problem.c:1039
1730 #. @-expanded: Error iterating over directory blocks: %m\n
1731 msgid "Error iterating over @d @bs: %m\n"
1734 #: e2fsck/problem.c:1044
1735 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1736 msgid "Error reading @d @b %b (@i %i): %m\n"
1739 #: e2fsck/problem.c:1049
1740 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1741 msgid "Error writing @d @b %b (@i %i): %m\n"
1744 #: e2fsck/problem.c:1054
1746 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1747 msgid "@A new @d @b for @i %i (%s): %m\n"
1750 #: e2fsck/problem.c:1059
1752 #. @-expanded: Error deallocating inode %i: %m\n
1753 msgid "Error deallocating @i %i: %m\n"
1756 #: e2fsck/problem.c:1064
1757 #. @-expanded: directory entry for '.' is big.
1758 msgid "@d @e for '.' is big. "
1761 #: e2fsck/problem.c:1069
1762 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1763 msgid "@i %i (%Q) is an @I FIFO.\n"
1766 #: e2fsck/problem.c:1074
1767 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1768 msgid "@i %i (%Q) is an @I socket.\n"
1771 #: e2fsck/problem.c:1079
1772 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1773 msgid "Setting filetype for @E to %N.\n"
1776 #: e2fsck/problem.c:1084
1777 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1778 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1781 #: e2fsck/problem.c:1089
1782 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1783 msgid "@E has filetype set.\n"
1786 #: e2fsck/problem.c:1094
1787 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1788 msgid "@E has a @z name.\n"
1791 #: e2fsck/problem.c:1099
1792 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1793 msgid "Symlink %Q (@i #%i) is @n.\n"
1796 #: e2fsck/problem.c:1104
1797 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1798 msgid "@a @b @F @n (%If).\n"
1801 #: e2fsck/problem.c:1109
1802 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1803 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1806 #: e2fsck/problem.c:1114
1807 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1808 msgid "@p @h %d: node (%B) not referenced\n"
1811 #: e2fsck/problem.c:1119
1812 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1813 msgid "@p @h %d: node (%B) referenced twice\n"
1816 #: e2fsck/problem.c:1124
1817 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1818 msgid "@p @h %d: node (%B) has bad min hash\n"
1821 #: e2fsck/problem.c:1129
1822 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1823 msgid "@p @h %d: node (%B) has bad max hash\n"
1826 #: e2fsck/problem.c:1134
1827 #. @-expanded: invalid HTREE directory inode %d (%q).
1828 msgid "@n @h %d (%q). "
1831 #: e2fsck/problem.c:1138
1832 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1833 msgid "@p @h %d (%q): bad @b number %b.\n"
1836 #: e2fsck/problem.c:1148
1838 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1839 msgid "@p @h %d: root node is @n\n"
1842 #: e2fsck/problem.c:1153
1843 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1844 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1847 #: e2fsck/problem.c:1158
1848 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1849 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1852 #: e2fsck/problem.c:1163
1853 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1854 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1857 #: e2fsck/problem.c:1168
1858 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1859 msgid "@p @h %d: node (%B) has @n depth\n"
1862 #: e2fsck/problem.c:1173
1863 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1864 msgid "Duplicate @E found. "
1867 #: e2fsck/problem.c:1178
1869 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1870 #. @-expanded: Rename to %s
1872 "@E has a non-unique filename.\n"
1876 #: e2fsck/problem.c:1183
1877 #. @-expanded: Duplicate entry '%Dn' found.\n
1878 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1881 "Duplicate @e '%Dn' found.\n"
1882 "\tMarking %p (%i) to be rebuilt.\n"
1886 #: e2fsck/problem.c:1188
1887 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1888 msgid "i_blocks_hi @F %N, @s zero.\n"
1891 #: e2fsck/problem.c:1195
1892 #. @-expanded: Pass 3: Checking directory connectivity\n
1893 msgid "Pass 3: Checking @d connectivity\n"
1896 #: e2fsck/problem.c:1200
1897 #. @-expanded: root inode not allocated.
1898 msgid "@r not allocated. "
1901 #: e2fsck/problem.c:1205
1902 #. @-expanded: No room in lost+found directory.
1903 msgid "No room in @l @d. "
1906 #: e2fsck/problem.c:1210
1908 #. @-expanded: Unconnected directory inode %i (%p)\n
1909 msgid "Unconnected @d @i %i (%p)\n"
1912 #: e2fsck/problem.c:1215
1913 #. @-expanded: /lost+found not found.
1914 msgid "/@l not found. "
1917 #: e2fsck/problem.c:1220
1918 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1919 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1922 #: e2fsck/problem.c:1225
1923 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
1924 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1927 #: e2fsck/problem.c:1230
1929 #. @-expanded: Could not expand /lost+found: %m\n
1930 msgid "Could not expand /@l: %m\n"
1933 #: e2fsck/problem.c:1235
1935 msgid "Could not reconnect %i: %m\n"
1938 #: e2fsck/problem.c:1240
1940 #. @-expanded: Error while trying to find /lost+found: %m\n
1941 msgid "Error while trying to find /@l: %m\n"
1944 #: e2fsck/problem.c:1245
1946 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1947 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1950 #: e2fsck/problem.c:1250
1952 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1953 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1956 #: e2fsck/problem.c:1255
1958 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1959 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1962 #: e2fsck/problem.c:1260
1964 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1965 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1968 #: e2fsck/problem.c:1265
1970 #. @-expanded: Error while adjusting inode count on inode %i\n
1971 msgid "Error while adjusting @i count on @i %i\n"
1974 #: e2fsck/problem.c:1270
1976 #. @-expanded: Couldn't fix parent of inode %i: %m\n
1979 "Couldn't fix parent of @i %i: %m\n"
1983 #: e2fsck/problem.c:1275
1985 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1988 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
1992 #: e2fsck/problem.c:1285
1994 #. @-expanded: Error creating root directory (%s): %m\n
1995 msgid "Error creating root @d (%s): %m\n"
1998 #: e2fsck/problem.c:1290
2000 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2001 msgid "Error creating /@l @d (%s): %m\n"
2004 #: e2fsck/problem.c:1295
2005 #. @-expanded: root inode is not a directory; aborting.\n
2006 msgid "@r is not a @d; aborting.\n"
2009 #: e2fsck/problem.c:1300
2010 #. @-expanded: Cannot proceed without a root inode.\n
2011 msgid "Cannot proceed without a @r.\n"
2014 #: e2fsck/problem.c:1310
2016 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2017 msgid "/@l is not a @d (ino=%i)\n"
2020 #: e2fsck/problem.c:1317
2021 msgid "Pass 3A: Optimizing directories\n"
2024 #: e2fsck/problem.c:1322
2026 msgid "Failed to create dirs_to_hash iterator: %m"
2029 #: e2fsck/problem.c:1327
2030 msgid "Failed to optimize directory %q (%d): %m"
2033 #: e2fsck/problem.c:1332
2034 msgid "Optimizing directories: "
2037 #: e2fsck/problem.c:1349
2038 msgid "Pass 4: Checking reference counts\n"
2041 #: e2fsck/problem.c:1354
2043 #. @-expanded: unattached zero-length inode %i.
2044 msgid "@u @z @i %i. "
2047 #: e2fsck/problem.c:1359
2049 #. @-expanded: unattached inode %i\n
2053 #: e2fsck/problem.c:1364
2054 #. @-expanded: inode %i ref count is %Il, should be %N.
2055 msgid "@i %i ref count is %Il, @s %N. "
2058 #: e2fsck/problem.c:1368
2059 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2060 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2061 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2063 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2064 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2065 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2068 #: e2fsck/problem.c:1378
2069 #. @-expanded: Pass 5: Checking group summary information\n
2070 msgid "Pass 5: Checking @g summary information\n"
2073 #: e2fsck/problem.c:1383
2074 #. @-expanded: Padding at end of inode bitmap is not set.
2075 msgid "Padding at end of @i @B is not set. "
2078 #: e2fsck/problem.c:1388
2079 #. @-expanded: Padding at end of block bitmap is not set.
2080 msgid "Padding at end of @b @B is not set. "
2083 #: e2fsck/problem.c:1393
2084 #. @-expanded: block bitmap differences:
2085 msgid "@b @B differences: "
2088 #: e2fsck/problem.c:1413
2089 #. @-expanded: inode bitmap differences:
2090 msgid "@i @B differences: "
2093 #: e2fsck/problem.c:1433
2094 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2095 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2098 #: e2fsck/problem.c:1438
2099 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2100 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2103 #: e2fsck/problem.c:1443
2104 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2105 msgid "Free @is count wrong (%i, counted=%j).\n"
2108 #: e2fsck/problem.c:1448
2109 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2110 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2113 #: e2fsck/problem.c:1453
2114 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2115 msgid "Free @bs count wrong (%b, counted=%c).\n"
2118 #: e2fsck/problem.c:1458
2119 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2120 #. @-expanded: endpoints (%i, %j)\n
2122 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2123 "endpoints (%i, %j)\n"
2126 #: e2fsck/problem.c:1464
2127 msgid "Internal error: fudging end of bitmap (%N)\n"
2130 #: e2fsck/problem.c:1469
2132 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2133 msgid "Error copying in replacement @i @B: %m\n"
2136 #: e2fsck/problem.c:1474
2138 #. @-expanded: Error copying in replacement block bitmap: %m\n
2139 msgid "Error copying in replacement @b @B: %m\n"
2142 #: e2fsck/problem.c:1499
2143 msgid "Recreate journal to make the filesystem ext3 again?\n"
2146 #: e2fsck/problem.c:1617
2148 msgid "Unhandled error code (0x%x)!\n"
2151 #: e2fsck/problem.c:1711
2155 #: e2fsck/scantest.c:81
2157 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2160 #: e2fsck/scantest.c:100
2162 msgid "size of inode=%d\n"
2165 #: e2fsck/scantest.c:121
2166 msgid "while starting inode scan"
2169 #: e2fsck/scantest.c:132
2170 msgid "while doing inode scan"
2173 #: e2fsck/super.c:187
2175 msgid "while calling ext2fs_block_iterate for inode %d"
2178 #: e2fsck/super.c:210
2180 msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
2183 #: e2fsck/super.c:268
2187 #: e2fsck/super.c:269
2191 #: e2fsck/swapfs.c:98
2192 msgid "while calling ext2fs_block_iterate"
2195 #: e2fsck/swapfs.c:104
2196 msgid "while calling iterator function"
2199 #: e2fsck/swapfs.c:126
2200 msgid "while allocating inode buffer"
2203 #: e2fsck/swapfs.c:138
2205 msgid "while reading inode table (group %d)"
2208 #: e2fsck/swapfs.c:176
2210 msgid "while writing inode table (group %d)"
2213 #: e2fsck/swapfs.c:226
2215 msgid "Pass 0: Doing byte-swap of filesystem\n"
2218 #: e2fsck/swapfs.c:233
2221 "%s: the filesystem must be freshly checked using fsck\n"
2222 "and not mounted before trying to byte-swap it.\n"
2225 #: e2fsck/swapfs.c:268
2232 "Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2233 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2234 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2235 "\t\t[-E extended-options] device\n"
2243 " -p Automatic repair (no questions)\n"
2244 " -n Make no changes to the filesystem\n"
2245 " -y Assume \"yes\" to all questions\n"
2246 " -c Check for bad blocks and add them to the badblock "
2248 " -f Force checking even if filesystem is marked clean\n"
2255 " -b superblock Use alternative superblock\n"
2256 " -B blocksize Force blocksize when looking for superblock\n"
2257 " -j external_journal Set location of the external journal\n"
2258 " -l bad_blocks_file Add to badblocks list\n"
2259 " -L bad_blocks_file Set badblocks list\n"
2262 #: e2fsck/unix.c:121
2264 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2267 #: e2fsck/unix.c:133
2269 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2272 #: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:794 misc/util.c:151
2273 #: resize/main.c:237
2275 msgid "while determining whether %s is mounted."
2278 #: e2fsck/unix.c:194
2280 msgid "Warning! %s is mounted.\n"
2283 #: e2fsck/unix.c:198
2285 msgid "%s is mounted. "
2288 #: e2fsck/unix.c:200
2290 "Cannot continue, aborting.\n"
2294 #: e2fsck/unix.c:201
2299 "\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2300 "SEVERE filesystem damage.\a\a\a\n"
2304 #: e2fsck/unix.c:204
2305 msgid "Do you really want to continue"
2308 #: e2fsck/unix.c:206
2310 msgid "check aborted.\n"
2313 #: e2fsck/unix.c:276
2314 msgid " contains a file system with errors"
2317 #: e2fsck/unix.c:278
2318 msgid " was not cleanly unmounted"
2321 #: e2fsck/unix.c:282
2323 msgid " has been mounted %u times without being checked"
2326 #: e2fsck/unix.c:290
2328 msgid " has gone %u days without being checked"
2331 #: e2fsck/unix.c:299
2332 msgid ", check forced.\n"
2335 #: e2fsck/unix.c:302
2337 msgid "%s: clean, %u/%u files, %u/%u blocks"
2340 #: e2fsck/unix.c:319
2341 msgid " (check deferred; on battery)"
2344 #: e2fsck/unix.c:322
2345 msgid " (check after next mount)"
2348 #: e2fsck/unix.c:324
2350 msgid " (check in %ld mounts)"
2353 #: e2fsck/unix.c:470
2355 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2358 #: e2fsck/unix.c:541
2360 msgid "Invalid EA version.\n"
2363 #: e2fsck/unix.c:547
2365 msgid "Unknown extended option: %s\n"
2368 #: e2fsck/unix.c:567
2371 "Syntax error in e2fsck config file (%s, line #%d)\n"
2375 #: e2fsck/unix.c:624
2377 msgid "Error validating file descriptor %d: %s\n"
2380 #: e2fsck/unix.c:628
2381 msgid "Invalid completion information file descriptor"
2384 #: e2fsck/unix.c:643
2385 msgid "Only one of the options -p/-a, -n or -y may be specified."
2388 #: e2fsck/unix.c:664
2390 msgid "The -t option is not supported on this version of e2fsck.\n"
2393 #: e2fsck/unix.c:729
2395 msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2398 #: e2fsck/unix.c:752 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
2400 msgid "Unable to resolve '%s'"
2403 #: e2fsck/unix.c:783
2405 msgid "Incompatible options not allowed when byte-swapping.\n"
2408 #: e2fsck/unix.c:790
2410 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2413 #: e2fsck/unix.c:872
2415 msgid "Error: ext2fs library version out of date!\n"
2418 #: e2fsck/unix.c:880
2419 msgid "while trying to initialize program"
2422 #: e2fsck/unix.c:894
2424 msgid "\tUsing %s, %s\n"
2427 #: e2fsck/unix.c:906
2428 msgid "need terminal for interactive repairs"
2431 #: e2fsck/unix.c:945
2433 msgid "%s trying backup blocks...\n"
2436 #: e2fsck/unix.c:946
2437 msgid "Couldn't find ext2 superblock,"
2440 #: e2fsck/unix.c:947
2441 msgid "Group descriptors look bad..."
2444 #: e2fsck/unix.c:958
2447 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2448 "(Or the filesystem superblock is corrupt)\n"
2452 #: e2fsck/unix.c:964
2454 msgid "Could this be a zero-length partition?\n"
2457 #: e2fsck/unix.c:966
2459 msgid "You must have %s access to the filesystem or be root\n"
2462 #: e2fsck/unix.c:971
2464 msgid "Possibly non-existent or swap device?\n"
2467 #: e2fsck/unix.c:973
2469 msgid "Filesystem mounted or opened exclusively by another program?\n"
2472 #: e2fsck/unix.c:977
2475 "Disk write-protected; use the -n option to do a read-only\n"
2476 "check of the device.\n"
2479 #: e2fsck/unix.c:1041
2480 msgid "Get a newer version of e2fsck!"
2483 #: e2fsck/unix.c:1062
2485 msgid "while checking ext3 journal for %s"
2488 #: e2fsck/unix.c:1073
2491 "Warning: skipping journal recovery because doing a read-only filesystem "
2495 #: e2fsck/unix.c:1086
2497 msgid "unable to set superblock flags on %s\n"
2500 #: e2fsck/unix.c:1092
2502 msgid "while recovering ext3 journal of %s"
2505 #: e2fsck/unix.c:1121
2506 msgid "Warning: compression support is experimental.\n"
2509 #: e2fsck/unix.c:1126
2512 "E2fsck not compiled with HTREE support,\n"
2513 "\tbut filesystem %s has HTREE directories.\n"
2516 #: e2fsck/unix.c:1161
2518 msgid "%s: Filesystem byte order already normalized.\n"
2521 #: e2fsck/unix.c:1181
2522 msgid "while reading bad blocks inode"
2525 #: e2fsck/unix.c:1183
2527 msgid "This doesn't bode well, but we'll try to go on...\n"
2530 #: e2fsck/unix.c:1208
2531 msgid "Couldn't determine journal size"
2534 #: e2fsck/unix.c:1211 misc/mke2fs.c:1737
2536 msgid "Creating journal (%d blocks): "
2539 #: e2fsck/unix.c:1218 misc/mke2fs.c:1745
2542 "\twhile trying to create journal"
2545 #: e2fsck/unix.c:1221
2550 #: e2fsck/unix.c:1222
2554 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2557 #: e2fsck/unix.c:1229
2559 msgid "Restarting e2fsck from the beginning...\n"
2562 #: e2fsck/unix.c:1233
2563 msgid "while resetting context"
2566 #: e2fsck/unix.c:1240
2568 msgid "%s: e2fsck canceled.\n"
2571 #: e2fsck/unix.c:1245
2575 #: e2fsck/unix.c:1253
2579 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2582 #: e2fsck/unix.c:1256
2584 msgid "%s: ***** REBOOT LINUX *****\n"
2587 #: e2fsck/unix.c:1264
2591 "%s: ********** WARNING: Filesystem still has errors **********\n"
2595 #: e2fsck/util.c:131 misc/util.c:68
2599 #: e2fsck/util.c:132
2603 #: e2fsck/util.c:146
2607 #: e2fsck/util.c:148
2611 #: e2fsck/util.c:150
2615 #: e2fsck/util.c:165
2616 msgid "cancelled!\n"
2619 #: e2fsck/util.c:180
2623 #: e2fsck/util.c:182
2627 #: e2fsck/util.c:192
2634 #: e2fsck/util.c:196
2641 #: e2fsck/util.c:200
2645 #: e2fsck/util.c:200
2649 #: e2fsck/util.c:214
2651 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2654 #: e2fsck/util.c:219
2655 msgid "reading inode and block bitmaps"
2658 #: e2fsck/util.c:224
2660 msgid "while retrying to read bitmaps for %s"
2663 #: e2fsck/util.c:237
2664 msgid "writing block bitmaps"
2667 #: e2fsck/util.c:242
2669 msgid "while retrying to write block bitmaps for %s"
2672 #: e2fsck/util.c:249
2673 msgid "writing inode bitmaps"
2676 #: e2fsck/util.c:254
2678 msgid "while retrying to write inode bitmaps for %s"
2681 #: e2fsck/util.c:267
2686 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2687 "\t(i.e., without -a or -p options)\n"
2690 #: e2fsck/util.c:332
2692 msgid "Memory used: %dk/%dk (%dk/%dk), "
2695 #: e2fsck/util.c:336
2697 msgid "Memory used: %d, "
2700 #: e2fsck/util.c:342
2702 msgid "time: %5.2f/%5.2f/%5.2f\n"
2705 #: e2fsck/util.c:347
2707 msgid "elapsed time: %6.3f\n"
2710 #: e2fsck/util.c:361
2712 msgid "while reading inode %ld in %s"
2715 #: e2fsck/util.c:375 e2fsck/util.c:388
2717 msgid "while writing inode %ld in %s"
2720 #: misc/badblocks.c:61
2724 #: misc/badblocks.c:80
2727 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2728 " [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2730 " device [last_block [start_block]]\n"
2733 #: misc/badblocks.c:88
2736 "%s: The -n and -w options are mutually exclusive.\n"
2740 #: misc/badblocks.c:235
2741 msgid "Testing with random pattern: "
2744 #: misc/badblocks.c:253
2745 msgid "Testing with pattern 0x"
2748 #: misc/badblocks.c:278 misc/badblocks.c:307
2752 #: misc/badblocks.c:285
2754 msgid "Weird value (%ld) in do_read\n"
2757 #: misc/badblocks.c:327
2758 msgid "during ext2fs_sync_device"
2761 #: misc/badblocks.c:343 misc/badblocks.c:581
2762 msgid "while beginning bad block list iteration"
2765 #: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
2766 msgid "while allocating buffers"
2769 #: misc/badblocks.c:361
2771 msgid "Checking blocks %lu to %lu\n"
2774 #: misc/badblocks.c:365
2775 msgid "Checking for bad blocks in read-only mode\n"
2778 #: misc/badblocks.c:374
2779 msgid "Checking for bad blocks (read-only test): "
2782 #: misc/badblocks.c:454
2783 msgid "Checking for bad blocks in read-write mode\n"
2786 #: misc/badblocks.c:456 misc/badblocks.c:604
2788 msgid "From block %lu to %lu\n"
2791 #: misc/badblocks.c:507
2792 msgid "Reading and comparing: "
2795 #: misc/badblocks.c:603
2796 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2799 #: misc/badblocks.c:607
2800 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2803 #: misc/badblocks.c:614
2806 "Interrupt caught, cleaning up\n"
2809 #: misc/badblocks.c:684
2811 msgid "during test data write, block %lu"
2814 #: misc/badblocks.c:794 misc/util.c:156
2816 msgid "%s is mounted; "
2819 #: misc/badblocks.c:796
2820 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2823 #: misc/badblocks.c:801
2824 msgid "it's not safe to run badblocks!\n"
2827 #: misc/badblocks.c:806 misc/util.c:167
2829 msgid "%s is apparently in use by the system; "
2832 #: misc/badblocks.c:809
2833 msgid "badblocks forced anyway.\n"
2836 #: misc/badblocks.c:871
2838 msgid "bad block size - %s"
2841 #: misc/badblocks.c:928
2843 msgid "can't allocate memory for test_pattern - %s"
2846 #: misc/badblocks.c:942
2848 msgid "invalid test_pattern: %s\n"
2851 #: misc/badblocks.c:961
2852 msgid "Maximum of one test_pattern may be specified in read-only mode"
2855 #: misc/badblocks.c:967
2856 msgid "Random test_pattern is not allowed in read-only mode"
2859 #: misc/badblocks.c:981
2861 "Couldn't determine device size; you must specify\n"
2862 "the size manually\n"
2865 #: misc/badblocks.c:987
2866 msgid "while trying to determine device size"
2869 #: misc/badblocks.c:996 misc/mke2fs.c:1219
2871 msgid "invalid blocks count - %s"
2874 #: misc/badblocks.c:1009
2876 msgid "invalid starting block - %s"
2879 #: misc/badblocks.c:1015
2881 msgid "invalid starting block (%d): must be less than %lu"
2884 #: misc/badblocks.c:1070
2885 msgid "while creating in-memory bad blocks list"
2888 #: misc/badblocks.c:1085
2889 msgid "while adding to in-memory bad block list"
2892 #: misc/badblocks.c:1109
2894 msgid "Pass completed, %u bad blocks found.\n"
2899 msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
2902 #: misc/chattr.c:147
2904 msgid "bad version - %s\n"
2907 #: misc/chattr.c:191 misc/lsattr.c:113
2909 msgid "while trying to stat %s"
2912 #: misc/chattr.c:208 misc/chattr.c:224
2914 msgid "Flags of %s set as "
2917 #: misc/chattr.c:217
2919 msgid "while reading flags on %s"
2922 #: misc/chattr.c:232
2924 msgid "while setting flags on %s"
2927 #: misc/chattr.c:237
2929 msgid "Version of %s set as %lu\n"
2932 #: misc/chattr.c:240
2934 msgid "while setting version on %s"
2937 #: misc/chattr.c:254
2939 msgid "Couldn't allocate path variable in chattr_dir_proc"
2942 #: misc/chattr.c:292
2943 msgid "= is incompatible with - and +\n"
2946 #: misc/chattr.c:300
2947 msgid "Must use '-v', =, - or +\n"
2950 #: misc/dumpe2fs.c:53
2952 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
2955 #: misc/dumpe2fs.c:162
2957 msgid "Group %lu: (Blocks "
2960 #: misc/dumpe2fs.c:168
2962 msgid " %s superblock at "
2965 #: misc/dumpe2fs.c:169
2969 #: misc/dumpe2fs.c:169
2973 #: misc/dumpe2fs.c:173
2975 msgid ", Group descriptors at "
2978 #: misc/dumpe2fs.c:177
2982 " Reserved GDT blocks at "
2985 #: misc/dumpe2fs.c:184
2987 msgid " Group descriptor at "
2990 #: misc/dumpe2fs.c:190
2991 msgid " Block bitmap at "
2994 #: misc/dumpe2fs.c:195
2995 msgid ", Inode bitmap at "
2998 #: misc/dumpe2fs.c:200
3004 #: misc/dumpe2fs.c:207
3008 " %d free blocks, %d free inodes, %d directories\n"
3011 #: misc/dumpe2fs.c:213
3012 msgid " Free blocks: "
3015 #: misc/dumpe2fs.c:221
3016 msgid " Free inodes: "
3019 #: misc/dumpe2fs.c:246
3020 msgid "while printing bad block list"
3023 #: misc/dumpe2fs.c:252
3025 msgid "Bad blocks: %u"
3028 #: misc/dumpe2fs.c:274 misc/tune2fs.c:232
3029 msgid "while reading journal inode"
3032 #: misc/dumpe2fs.c:277
3033 msgid "Journal size: "
3036 #: misc/dumpe2fs.c:296 misc/tune2fs.c:154
3037 msgid "while reading journal superblock"
3040 #: misc/dumpe2fs.c:304
3041 msgid "Couldn't find journal superblock magic numbers"
3044 #: misc/dumpe2fs.c:308
3048 "Journal block size: %u\n"
3049 "Journal length: %u\n"
3050 "Journal first block: %u\n"
3051 "Journal sequence: 0x%08x\n"
3052 "Journal start: %u\n"
3053 "Journal number of users: %u\n"
3056 #: misc/dumpe2fs.c:321
3058 msgid "Journal users: %s\n"
3061 #: misc/dumpe2fs.c:376 misc/mke2fs.c:1163
3063 msgid "\tUsing %s\n"
3066 #: misc/dumpe2fs.c:402 misc/e2image.c:664 misc/tune2fs.c:779 resize/main.c:298
3068 msgid "Couldn't find valid filesystem superblock.\n"
3071 #: misc/dumpe2fs.c:413
3073 msgid "Note: This is a byte-swapped filesystem\n"
3076 #: misc/dumpe2fs.c:432
3080 "%s: %s: error reading bitmaps: %s\n"
3083 #: misc/e2image.c:50
3085 msgid "Usage: %s [-rsI] device image_file\n"
3088 #: misc/e2image.c:62
3089 msgid "Couldn't allocate header buffer\n"
3092 #: misc/e2image.c:81
3094 msgid "short write (only %d bytes) for writing image header"
3097 #: misc/e2image.c:100
3098 msgid "while writing superblock"
3101 #: misc/e2image.c:108
3102 msgid "while writing inode table"
3105 #: misc/e2image.c:115
3106 msgid "while writing block bitmap"
3109 #: misc/e2image.c:122
3110 msgid "while writing inode bitmap"
3113 #: misc/e2label.c:57
3115 msgid "e2label: cannot open %s\n"
3118 #: misc/e2label.c:62
3120 msgid "e2label: cannot seek to superblock\n"
3123 #: misc/e2label.c:67
3125 msgid "e2label: error reading superblock\n"
3128 #: misc/e2label.c:71
3130 msgid "e2label: not an ext2 filesystem\n"
3133 #: misc/e2label.c:96 misc/tune2fs.c:888
3135 msgid "Warning: label too long, truncating.\n"
3138 #: misc/e2label.c:99
3140 msgid "e2label: cannot seek to superblock again\n"
3143 #: misc/e2label.c:104
3145 msgid "e2label: error writing superblock\n"
3148 #: misc/e2label.c:116 misc/tune2fs.c:451
3150 msgid "Usage: e2label device [newlabel]\n"
3155 msgid "WARNING: couldn't open %s: %s\n"
3160 msgid "WARNING: bad format on line %d of %s\n"
3165 "\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3166 "\tfield. I will kludge around things for you, but you\n"
3167 "\tshould fix your /etc/fstab file as soon as you can.\n"
3173 msgid "fsck: %s: not found\n"
3178 msgid "%s: wait: No more child process?!?\n"
3183 msgid "Warning... %s for device %s exited with signal %d.\n"
3188 msgid "%s %s: status is %x, should never happen.\n"
3193 msgid "Finished with %s (exit status %d)\n"
3198 msgid "%s: Error %d while executing fsck.%s for %s\n"
3203 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3204 "with 'no' or '!'.\n"
3208 msgid "Couldn't allocate memory for filesystem types\n"
3213 msgid "fsck: cannot check %s: fsck.%s not found\n"
3217 msgid "Checking all file systems.\n"
3222 msgid "--waiting-- (pass %d)\n"
3227 "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3232 msgid "%s: too many devices\n"
3235 #: misc/fsck.c:1129 misc/fsck.c:1215
3237 msgid "%s: too many arguments\n"
3242 msgid "Usage: %s [-RVadlv] [files...]\n"
3247 msgid "While reading flags on %s"
3252 msgid "While reading version on %s"
3258 "Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3259 "\t[-i bytes-per-inode] [-I inode-size] [-j] [-J journal-options]\n"
3260 "\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3261 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3262 "\t[-O feature[,...]] [-r fs-revision] [-R options] [-qvSV]\n"
3263 "\tdevice [blocks-count]\n"
3266 #: misc/mke2fs.c:197
3268 msgid "Running command: %s\n"
3271 #: misc/mke2fs.c:201
3273 msgid "while trying to run '%s'"
3276 #: misc/mke2fs.c:208
3277 msgid "while processing list of bad blocks from program"
3280 #: misc/mke2fs.c:235
3282 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3285 #: misc/mke2fs.c:237
3287 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3290 #: misc/mke2fs.c:240
3291 msgid "Aborting....\n"
3294 #: misc/mke2fs.c:260
3297 "Warning: the backup superblock/group descriptors at block %u contain\n"
3302 #: misc/mke2fs.c:278
3303 msgid "while marking bad blocks as used"
3306 #: misc/mke2fs.c:336
3310 #: misc/mke2fs.c:371
3311 msgid "while allocating zeroizing buffer"
3314 #: misc/mke2fs.c:413
3315 msgid "Writing inode tables: "
3318 #: misc/mke2fs.c:430
3322 "Could not write %d blocks in inode table starting at %u: %s\n"
3325 #: misc/mke2fs.c:486
3326 msgid "while creating root dir"
3329 #: misc/mke2fs.c:493
3330 msgid "while reading root inode"
3333 #: misc/mke2fs.c:507
3334 msgid "while setting root inode ownership"
3337 #: misc/mke2fs.c:525
3338 msgid "while creating /lost+found"
3341 #: misc/mke2fs.c:532
3342 msgid "while looking up /lost+found"
3345 #: misc/mke2fs.c:542
3346 msgid "while expanding /lost+found"
3349 #: misc/mke2fs.c:558
3350 msgid "while setting bad block inode"
3353 #: misc/mke2fs.c:590
3355 msgid "Out of memory erasing sectors %d-%d\n"
3358 #: misc/mke2fs.c:600
3360 msgid "Warning: could not read block 0: %s\n"
3363 #: misc/mke2fs.c:616
3365 msgid "Warning: could not erase sector %d: %s\n"
3368 #: misc/mke2fs.c:632
3369 msgid "while initializing journal superblock"
3372 #: misc/mke2fs.c:638
3373 msgid "Zeroing journal device: "
3376 #: misc/mke2fs.c:645
3378 msgid "while zeroing journal device (block %u, count %d)"
3381 #: misc/mke2fs.c:656
3382 msgid "while writing journal superblock"
3385 #: misc/mke2fs.c:672
3388 "warning: %u blocks unused.\n"
3392 #: misc/mke2fs.c:677
3394 msgid "Filesystem label=%s\n"
3397 #: misc/mke2fs.c:678
3401 #: misc/mke2fs.c:683
3403 msgid "Block size=%u (log=%u)\n"
3406 #: misc/mke2fs.c:685
3408 msgid "Fragment size=%u (log=%u)\n"
3411 #: misc/mke2fs.c:687
3413 msgid "%u inodes, %u blocks\n"
3416 #: misc/mke2fs.c:689
3418 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3421 #: misc/mke2fs.c:692
3423 msgid "First data block=%u\n"
3426 #: misc/mke2fs.c:694
3428 msgid "Maximum filesystem blocks=%lu\n"
3431 #: misc/mke2fs.c:699
3433 msgid "%u block groups\n"
3436 #: misc/mke2fs.c:701
3438 msgid "%u block group\n"
3441 #: misc/mke2fs.c:702
3443 msgid "%u blocks per group, %u fragments per group\n"
3446 #: misc/mke2fs.c:704
3448 msgid "%u inodes per group\n"
3451 #: misc/mke2fs.c:711
3453 msgid "Superblock backups stored on blocks: "
3456 #: misc/mke2fs.c:767
3458 msgid "Couldn't allocate memory to parse options!\n"
3461 #: misc/mke2fs.c:791
3463 msgid "Invalid stride parameter: %s\n"
3466 #: misc/mke2fs.c:812
3468 msgid "Invalid resize parameter: %s\n"
3471 #: misc/mke2fs.c:819
3473 msgid "The resize maximum must be greater than the filesystem size.\n"
3476 #: misc/mke2fs.c:843
3478 msgid "On-line resizing not supported with revision 0 filesystems\n"
3481 #: misc/mke2fs.c:856
3485 "Bad options specified.\n"
3487 "Extended options are separated by commas, and may take an argument which\n"
3488 "\tis set off by an equals ('=') sign.\n"
3490 "Valid extended options are:\n"
3491 "\tstride=<stride length in blocks>\n"
3492 "\tresize=<resize maximum size in blocks>\n"
3496 #: misc/mke2fs.c:884
3499 "Syntax error in mke2fs config file (%s, line #%d)\n"
3503 #: misc/mke2fs.c:897 misc/tune2fs.c:303
3505 msgid "Invalid filesystem option set: %s\n"
3508 #: misc/mke2fs.c:1004
3510 msgid "invalid block size - %s"
3513 #: misc/mke2fs.c:1008
3515 msgid "Warning: blocksize %d not usable on most systems.\n"
3518 #: misc/mke2fs.c:1025
3520 msgid "invalid fragment size - %s"
3523 #: misc/mke2fs.c:1031
3525 msgid "Warning: fragments not supported. Ignoring -f option\n"
3528 #: misc/mke2fs.c:1038
3529 msgid "Illegal number for blocks per group"
3532 #: misc/mke2fs.c:1043
3533 msgid "blocks per group must be multiple of 8"
3536 #: misc/mke2fs.c:1053
3538 msgid "invalid inode ratio %s (min %d/max %d)"
3541 #: misc/mke2fs.c:1070
3542 msgid "in malloc for bad_blocks_filename"
3545 #: misc/mke2fs.c:1079
3547 msgid "invalid reserved blocks percent - %s"
3550 #: misc/mke2fs.c:1097
3552 msgid "bad revision level - %s"
3555 #: misc/mke2fs.c:1109
3557 msgid "invalid inode size - %s"
3560 #: misc/mke2fs.c:1129
3562 msgid "bad num inodes - %s"
3565 #: misc/mke2fs.c:1187 misc/mke2fs.c:1706
3567 msgid "while trying to open journal device %s\n"
3570 #: misc/mke2fs.c:1193
3572 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3575 #: misc/mke2fs.c:1207
3577 msgid "%d-byte blocks too big for system (max %d)"
3580 #: misc/mke2fs.c:1211
3583 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3586 #: misc/mke2fs.c:1229
3590 #: misc/mke2fs.c:1252 resize/main.c:332
3591 msgid "while trying to determine filesystem size"
3594 #: misc/mke2fs.c:1258
3596 "Couldn't determine device size; you must specify\n"
3597 "the size of the filesystem\n"
3600 #: misc/mke2fs.c:1265
3602 "Device size reported to be zero. Invalid partition specified, or\n"
3603 "\tpartition table wasn't reread after running fdisk, due to\n"
3604 "\ta modified partition being busy and in use. You may need to reboot\n"
3605 "\tto re-read your partition table.\n"
3608 #: misc/mke2fs.c:1283
3609 msgid "Filesystem larger than apparent device size."
3612 #: misc/mke2fs.c:1331
3614 msgid "Filesystem features not supported with revision 0 filesystems\n"
3617 #: misc/mke2fs.c:1338
3619 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3622 #: misc/mke2fs.c:1350
3624 msgid "Journals not supported with revision 0 filesystems\n"
3627 #: misc/mke2fs.c:1376
3628 msgid "while trying to determine hardware sector size"
3631 #: misc/mke2fs.c:1428
3632 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3635 #: misc/mke2fs.c:1437
3636 msgid "blocks per group count out of range"
3639 #: misc/mke2fs.c:1444
3641 "Filesystem too large. No more than 2**31-1 blocks\n"
3642 "\t (8TB using a blocksize of 4k) are currently supported."
3645 #: misc/mke2fs.c:1451
3649 "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3650 "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3654 #: misc/mke2fs.c:1468
3656 msgid "invalid inode size %d (min %d/max %d)"
3659 #: misc/mke2fs.c:1474
3661 msgid "Warning: %d-byte inodes not usable on older systems\n"
3664 #: misc/mke2fs.c:1486
3666 msgid "too many inodes (%llu), raise inode ratio?"
3669 #: misc/mke2fs.c:1491
3671 msgid "too many inodes (%llu), specify < 2^32 inodes"
3674 #: misc/mke2fs.c:1506
3677 "inode_size (%u) * inodes_count (%u) too big for a\n"
3678 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3679 "\tor lower inode count (-N).\n"
3682 #: misc/mke2fs.c:1555
3683 msgid "while setting up superblock"
3686 #: misc/mke2fs.c:1589
3688 msgid "unknown os - %s"
3691 #: misc/mke2fs.c:1643
3692 msgid "while trying to allocate filesystem tables"
3695 #: misc/mke2fs.c:1674
3697 msgid "while zeroing block %u at end of filesystem"
3700 #: misc/mke2fs.c:1688
3701 msgid "while reserving blocks for online resize"
3704 #: misc/mke2fs.c:1699 misc/tune2fs.c:388
3708 #: misc/mke2fs.c:1711
3710 msgid "Adding journal to device %s: "
3713 #: misc/mke2fs.c:1718
3717 "\twhile trying to add journal to device %s"
3720 #: misc/mke2fs.c:1723 misc/mke2fs.c:1749 misc/tune2fs.c:416 misc/tune2fs.c:430
3725 #: misc/mke2fs.c:1754
3727 msgid "Writing superblocks and filesystem accounting information: "
3730 #: misc/mke2fs.c:1759
3734 "Warning, had trouble writing out superblocks."
3737 #: misc/mke2fs.c:1762
3744 #: misc/mklost+found.c:49
3746 msgid "Usage: mklost+found\n"
3749 #: misc/tune2fs.c:78
3750 msgid "Please run e2fsck on the filesystem.\n"
3753 #: misc/tune2fs.c:85
3756 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3757 "\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3758 "\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3759 "\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3760 "\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3761 "\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
3764 #: misc/tune2fs.c:142
3765 msgid "while trying to open external journal"
3768 #: misc/tune2fs.c:146
3770 msgid "%s is not a journal device.\n"
3773 #: misc/tune2fs.c:161
3774 msgid "Journal superblock not found!\n"
3777 #: misc/tune2fs.c:173
3778 msgid "Filesystem's UUID not found on journal device.\n"
3781 #: misc/tune2fs.c:194
3782 msgid "Journal NOT removed\n"
3785 #: misc/tune2fs.c:200
3786 msgid "Journal removed\n"
3789 #: misc/tune2fs.c:239
3790 msgid "while reading bitmaps"
3793 #: misc/tune2fs.c:246
3794 msgid "while clearing journal inode"
3797 #: misc/tune2fs.c:257
3798 msgid "while writing journal inode"
3801 #: misc/tune2fs.c:272
3803 msgid "Invalid mount option set: %s\n"
3806 #: misc/tune2fs.c:318
3808 "The has_journal flag may only be cleared when the filesystem is\n"
3809 "unmounted or mounted read-only.\n"
3812 #: misc/tune2fs.c:326
3814 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
3815 "the has_journal flag.\n"
3818 #: misc/tune2fs.c:383
3819 msgid "The filesystem already has a journal.\n"
3822 #: misc/tune2fs.c:400
3826 "\twhile trying to open journal on %s\n"
3829 #: misc/tune2fs.c:404
3831 msgid "Creating journal on device %s: "
3834 #: misc/tune2fs.c:412
3836 msgid "while adding filesystem to journal on %s"
3839 #: misc/tune2fs.c:418
3840 msgid "Creating journal inode: "
3843 #: misc/tune2fs.c:427
3846 "\twhile trying to create journal file"
3849 #: misc/tune2fs.c:493
3851 msgid "Couldn't parse date/time specifier: %s"
3854 #: misc/tune2fs.c:515 misc/tune2fs.c:528
3856 msgid "bad mounts count - %s"
3859 #: misc/tune2fs.c:544
3861 msgid "bad error behavior - %s"
3864 #: misc/tune2fs.c:567
3866 msgid "bad gid/group name - %s"
3869 #: misc/tune2fs.c:600
3871 msgid "bad interval - %s"
3874 #: misc/tune2fs.c:628
3876 msgid "bad reserved block ratio - %s"
3879 #: misc/tune2fs.c:643
3880 msgid "-o may only be specified once"
3883 #: misc/tune2fs.c:653
3884 msgid "-O may only be specified once"
3887 #: misc/tune2fs.c:663
3889 msgid "bad reserved blocks count - %s"
3892 #: misc/tune2fs.c:692
3894 msgid "bad uid/user name - %s"
3897 #: misc/tune2fs.c:804
3899 msgid "Setting maximal mount count to %d\n"
3902 #: misc/tune2fs.c:810
3904 msgid "Setting current mount count to %d\n"
3907 #: misc/tune2fs.c:815
3909 msgid "Setting error behavior to %d\n"
3912 #: misc/tune2fs.c:820
3914 msgid "Setting reserved blocks gid to %lu\n"
3917 #: misc/tune2fs.c:825
3919 msgid "Setting interval between checks to %lu seconds\n"
3922 #: misc/tune2fs.c:831
3924 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
3927 #: misc/tune2fs.c:837
3929 msgid "reserved blocks count is too big (%lu)"
3932 #: misc/tune2fs.c:843
3934 msgid "Setting reserved blocks count to %lu\n"
3937 #: misc/tune2fs.c:849
3940 "The filesystem already has sparse superblocks.\n"
3943 #: misc/tune2fs.c:856
3947 "Sparse superblock flag set. %s"
3950 #: misc/tune2fs.c:863
3953 "The filesystem already has sparse superblocks disabled.\n"
3956 #: misc/tune2fs.c:871
3960 "Sparse superblock flag cleared. %s"
3963 #: misc/tune2fs.c:878
3965 msgid "Setting time filesystem last checked to %s\n"
3968 #: misc/tune2fs.c:884
3970 msgid "Setting reserved blocks uid to %lu\n"
3973 #: misc/tune2fs.c:917
3974 msgid "Invalid UUID format\n"
3978 msgid "Proceed anyway? (y,n) "
3983 msgid "Could not stat %s --- %s\n"
3989 "The device apparently does not exist; did you specify it correctly?\n"
3994 msgid "%s is not a block special device.\n"
3999 msgid "%s is entire device, not just one partition!\n"
4003 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4008 msgid "will not make a %s here!\n"
4012 msgid "mke2fs forced anyway.\n"
4016 msgid "Couldn't allocate memory to parse journal options!\n"
4022 "Bad journal options specified.\n"
4024 "Journal options are separated by commas, and may take an argument which\n"
4025 "\tis set off by an equals ('=') sign.\n"
4027 "Valid journal options are:\n"
4028 "\tsize=<journal size in megabytes>\n"
4029 "\tdevice=<journal device>\n"
4031 "The journal size must be between 1024 and 102400 filesystem blocks.\n"
4038 "Filesystem too small for a journal\n"
4045 "The requested journal size is %d blocks; it must be\n"
4046 "between 1024 and 10240000 blocks. Aborting.\n"
4052 "Journal size too big for filesystem.\n"
4058 "This filesystem will be automatically checked every %d mounts or\n"
4059 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4062 #: misc/uuidgen.c:31
4064 msgid "Usage: %s [-r] [-t]\n"
4067 #: resize/extent.c:196
4068 msgid "# Extent dump:\n"
4071 #: resize/extent.c:197
4073 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4076 #: resize/extent.c:200
4078 msgid "#\t\t %u -> %u (%d)\n"
4084 "Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
4089 msgid "Extending the inode table"
4093 msgid "Relocating blocks"
4097 msgid "Scanning inode table"
4101 msgid "Updating inode references"
4105 msgid "Moving inode table"
4109 msgid "Unknown pass?!?"
4114 msgid "Begin pass %d (max = %lu)\n"
4117 #: resize/main.c:253
4119 msgid "while opening %s"
4122 #: resize/main.c:265
4124 msgid "while getting stat information for %s"
4127 #: resize/main.c:339
4129 msgid "bad filesystem size - %s"
4132 #: resize/main.c:353
4133 msgid "Invalid stride length"
4136 #: resize/main.c:377
4139 "The containing partition (or device) is only %u (%dk) blocks.\n"
4140 "You requested a new size of %u blocks.\n"
4144 #: resize/main.c:384
4147 "The filesystem is already %u blocks long. Nothing to do!\n"
4151 #: resize/main.c:395
4154 "Please run 'e2fsck -f %s' first.\n"
4158 #: resize/main.c:406
4160 msgid "while trying to resize %s"
4163 #: resize/main.c:411
4166 "The filesystem on %s is now %u blocks long.\n"
4170 #: resize/resize2fs.c:233
4172 msgid "inodes (%llu) must be less than %u"
4175 #: resize/resize2fs.c:642
4176 msgid "reserved blocks"
4179 #: resize/resize2fs.c:647
4180 msgid "blocks to be moved"
4183 #: resize/resize2fs.c:652
4184 msgid "meta-data blocks"
4187 #: resize/resize2fs.c:1534
4189 msgid "Should never happen: resize inode corrupt!\n"