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: 2009-04-23 22:22-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:165
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:1037 e2fsck/unix.c:1120 misc/badblocks.c:1148
92 #: misc/badblocks.c:1156 misc/badblocks.c:1170 misc/badblocks.c:1182
93 #: misc/dumpe2fs.c:505 misc/e2image.c:576 misc/e2image.c:672
94 #: misc/e2image.c:688 misc/mke2fs.c:181 misc/tune2fs.c:1532 resize/main.c:309
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:188
105 msgid "while reading in list of bad blocks from file"
108 #: e2fsck/badblocks.c:104
109 msgid "while updating bad block inode"
112 #: e2fsck/badblocks.c:130
114 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
117 #: e2fsck/ehandler.c:54
119 msgid "Error reading block %lu (%s) while %s. "
122 #: e2fsck/ehandler.c:57
124 msgid "Error reading block %lu (%s). "
127 #: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109
131 #: e2fsck/ehandler.c:61
132 msgid "Force rewrite"
135 #: e2fsck/ehandler.c:103
137 msgid "Error writing block %lu (%s) while %s. "
140 #: e2fsck/ehandler.c:106
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:818
190 msgid "while opening %s for flushing"
193 #: e2fsck/iscan.c:88 e2fsck/unix.c:824 resize/main.c:285
195 msgid "while trying to flush %s"
198 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:482
199 msgid "while opening inode scan"
202 #: e2fsck/iscan.c:129 misc/e2image.c:500
203 msgid "while getting next inode"
206 #: e2fsck/iscan.c:138
208 msgid "%u inodes scanned.\n"
211 #: e2fsck/journal.c:507
212 msgid "reading journal superblock\n"
215 #: e2fsck/journal.c:564
217 msgid "%s: no valid journal superblock found\n"
220 #: e2fsck/journal.c:573
222 msgid "%s: journal too short\n"
225 #: e2fsck/journal.c:858
227 msgid "%s: recovering journal\n"
230 #: e2fsck/journal.c:860
232 msgid "%s: won't do journal recovery while read-only\n"
235 #: e2fsck/journal.c:881
237 msgid "while trying to re-open %s"
240 #: e2fsck/message.c:110
241 msgid "aextended attribute"
244 #: e2fsck/message.c:111
245 msgid "Aerror allocating"
248 #: e2fsck/message.c:112
252 #: e2fsck/message.c:113
256 #: e2fsck/message.c:114
260 #: e2fsck/message.c:115
261 msgid "Cconflicts with some other fs @b"
264 #: e2fsck/message.c:116
268 #: e2fsck/message.c:117
272 #: e2fsck/message.c:118
276 #: e2fsck/message.c:119
280 #: e2fsck/message.c:120
284 #: e2fsck/message.c:121
288 #: e2fsck/message.c:122
289 msgid "E@e '%Dn' in %p (%i)"
292 #: e2fsck/message.c:123
296 #: e2fsck/message.c:124
297 msgid "Ffor @i %i (%Q) is"
300 #: e2fsck/message.c:125
304 #: e2fsck/message.c:126
308 #: e2fsck/message.c:127
312 #: e2fsck/message.c:128
316 #: e2fsck/message.c:129
317 msgid "mmultiply-claimed"
320 #: e2fsck/message.c:130
324 #: e2fsck/message.c:131
328 #: e2fsck/message.c:132
332 #: e2fsck/message.c:133
336 #: e2fsck/message.c:134
340 #: e2fsck/message.c:135
344 #: e2fsck/message.c:136
348 #: e2fsck/message.c:137
352 #: e2fsck/message.c:138
356 #: e2fsck/message.c:139
360 #: e2fsck/message.c:150
361 msgid "<The NULL inode>"
364 #: e2fsck/message.c:151
365 msgid "<The bad blocks inode>"
368 #: e2fsck/message.c:153
369 msgid "<The ACL index inode>"
372 #: e2fsck/message.c:154
373 msgid "<The ACL data inode>"
376 #: e2fsck/message.c:155
377 msgid "<The boot loader inode>"
380 #: e2fsck/message.c:156
381 msgid "<The undelete directory inode>"
384 #: e2fsck/message.c:157
385 msgid "<The group descriptor inode>"
388 #: e2fsck/message.c:158
389 msgid "<The journal inode>"
392 #: e2fsck/message.c:159
393 msgid "<Reserved inode 9>"
396 #: e2fsck/message.c:160
397 msgid "<Reserved inode 10>"
400 #: e2fsck/message.c:323
405 #: e2fsck/message.c:325
410 #: e2fsck/message.c:327
412 msgid "character device"
415 #: e2fsck/message.c:329
420 #: e2fsck/message.c:331
425 #: e2fsck/message.c:333
427 msgid "symbolic link"
430 #: e2fsck/message.c:335
435 #: e2fsck/message.c:337
437 msgid "unknown file type with mode 0%o"
440 #: e2fsck/pass1b.c:215
441 msgid "multiply claimed inode map"
444 #: e2fsck/pass1b.c:567 e2fsck/pass1b.c:700
446 msgid "internal error: can't find dup_blk for %u\n"
449 #: e2fsck/pass1b.c:743
450 msgid "returned from clone_file_block"
453 #: e2fsck/pass1b.c:762
455 msgid "internal error: couldn't lookup EA block record for %u"
458 #: e2fsck/pass1b.c:774
460 msgid "internal error: couldn't lookup EA inode record for %u"
463 #: e2fsck/pass1.c:430 e2fsck/pass2.c:780
464 msgid "reading directory block"
467 #: e2fsck/pass1.c:552
468 msgid "in-use inode map"
471 #: e2fsck/pass1.c:561
472 msgid "directory inode map"
475 #: e2fsck/pass1.c:569
476 msgid "regular file inode map"
479 #: e2fsck/pass1.c:576
480 msgid "in-use block map"
483 #: e2fsck/pass1.c:630
484 msgid "opening inode scan"
487 #: e2fsck/pass1.c:654
488 msgid "getting next inode from scan"
491 #: e2fsck/pass1.c:1126
495 #: e2fsck/pass1.c:1185
497 msgid "reading indirect blocks of inode %u"
500 #: e2fsck/pass1.c:1229
501 msgid "bad inode map"
504 #: e2fsck/pass1.c:1251
505 msgid "inode in bad block map"
508 #: e2fsck/pass1.c:1271
509 msgid "imagic inode map"
512 #: e2fsck/pass1.c:1298
513 msgid "multiply claimed block map"
516 #: e2fsck/pass1.c:1397
517 msgid "ext attr block map"
520 #: e2fsck/pass1.c:2138
522 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
525 #: e2fsck/pass1.c:2453
529 #: e2fsck/pass1.c:2457
533 #: e2fsck/pass1.c:2461
537 #: e2fsck/pass2.c:284
541 #: e2fsck/pass2.c:803
542 msgid "Can not continue."
546 msgid "inode done bitmap"
553 #: e2fsck/pass3.c:146
557 #: e2fsck/pass3.c:334
558 msgid "inode loop detection bitmap"
561 #: e2fsck/pass4.c:196
569 #: e2fsck/problem.c:50
573 #: e2fsck/problem.c:51
577 #: e2fsck/problem.c:52
581 #: e2fsck/problem.c:53
585 #: e2fsck/problem.c:54
589 #: e2fsck/problem.c:55
593 #: e2fsck/problem.c:56
594 msgid "Connect to /lost+found"
597 #: e2fsck/problem.c:57
601 #: e2fsck/problem.c:58
605 #: e2fsck/problem.c:59
609 #: e2fsck/problem.c:60
613 #: e2fsck/problem.c:61
617 #: e2fsck/problem.c:62
621 #: e2fsck/problem.c:63
625 #: e2fsck/problem.c:64
626 msgid "Clone multiply-claimed blocks"
629 #: e2fsck/problem.c:65
633 #: e2fsck/problem.c:66
634 msgid "Suppress messages"
637 #: e2fsck/problem.c:67
641 #: e2fsck/problem.c:68
642 msgid "Clear HTree index"
645 #: e2fsck/problem.c:69
649 #: e2fsck/problem.c:78
653 #: e2fsck/problem.c:79
657 #: e2fsck/problem.c:80
661 #: e2fsck/problem.c:81
665 #: e2fsck/problem.c:82
669 #: e2fsck/problem.c:83
673 #: e2fsck/problem.c:84
677 #: e2fsck/problem.c:85
681 #: e2fsck/problem.c:86
685 #: e2fsck/problem.c:87
689 #: e2fsck/problem.c:88
690 msgid "INODE CLEARED"
693 #: e2fsck/problem.c:89
697 #: e2fsck/problem.c:90
701 #: e2fsck/problem.c:91
705 #: e2fsck/problem.c:92
706 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
709 #: e2fsck/problem.c:93
713 #: e2fsck/problem.c:94
717 #: e2fsck/problem.c:95
721 #: e2fsck/problem.c:96
722 msgid "HTREE INDEX CLEARED"
725 #: e2fsck/problem.c:97
726 msgid "WILL RECREATE"
729 #: e2fsck/problem.c:106
730 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
731 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
734 #: e2fsck/problem.c:110
735 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
736 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
739 #: e2fsck/problem.c:115
740 #. @-expanded: inode table for group %g is not in group. (block %b)\n
741 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
743 "@i table for @g %g is not in @g. (@b %b)\n"
744 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
747 #: e2fsck/problem.c:121
750 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
751 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
752 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
753 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
754 #. @-expanded: e2fsck -b %S <device>\n
758 "The @S could not be read or does not describe a correct ext2\n"
759 "@f. If the @v is valid and it really contains an ext2\n"
760 "@f (and not swap or ufs or something else), then the @S\n"
761 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
762 " e2fsck -b %S <@v>\n"
766 #: e2fsck/problem.c:130
767 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
768 #. @-expanded: The physical size of the device is %c blocks\n
769 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
771 "The @f size (according to the @S) is %b @bs\n"
772 "The physical size of the @v is %c @bs\n"
773 "Either the @S or the partition table is likely to be corrupt!\n"
776 #: e2fsck/problem.c:137
777 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
778 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
779 #. @-expanded: from the block size.\n
781 "@S @b_size = %b, fragsize = %c.\n"
782 "This version of e2fsck does not support fragment sizes different\n"
783 "from the @b size.\n"
786 #: e2fsck/problem.c:144
787 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
788 msgid "@S @bs_per_group = %b, should have been %c\n"
791 #: e2fsck/problem.c:149
792 #. @-expanded: superblock first_data_block = %b, should have been %c\n
793 msgid "@S first_data_@b = %b, should have been %c\n"
796 #: e2fsck/problem.c:154
797 #. @-expanded: filesystem did not have a UUID; generating one.\n
800 "@f did not have a UUID; generating one.\n"
804 #: e2fsck/problem.c:159
807 "Note: if several inode or block bitmap blocks or part\n"
808 "of the inode table require relocation, you may wish to try\n"
809 "running e2fsck with the '-b %S' option first. The problem\n"
810 "may lie only with the primary block group descriptors, and\n"
811 "the backup block group descriptors may be OK.\n"
815 #: e2fsck/problem.c:168
816 #. @-expanded: Corruption found in superblock. (%s = %N).\n
817 msgid "Corruption found in @S. (%s = %N).\n"
820 #: e2fsck/problem.c:173
822 #. @-expanded: Error determining size of the physical device: %m\n
823 msgid "Error determining size of the physical @v: %m\n"
826 #: e2fsck/problem.c:178
827 #. @-expanded: inode count in superblock is %i, should be %j.\n
828 msgid "@i count in @S is %i, @s %j.\n"
831 #: e2fsck/problem.c:182
832 msgid "The Hurd does not support the filetype feature.\n"
835 #: e2fsck/problem.c:187
837 #. @-expanded: superblock has an invalid journal (inode %i).\n
838 msgid "@S has an @n @j (@i %i).\n"
841 #: e2fsck/problem.c:192
842 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
843 msgid "External @j has multiple @f users (unsupported).\n"
846 #: e2fsck/problem.c:197
847 #. @-expanded: Can't find external journal\n
848 msgid "Can't find external @j\n"
851 #: e2fsck/problem.c:202
852 #. @-expanded: External journal has bad superblock\n
853 msgid "External @j has bad @S\n"
856 #: e2fsck/problem.c:207
857 #. @-expanded: External journal does not support this filesystem\n
858 msgid "External @j does not support this @f\n"
861 #: e2fsck/problem.c:212
862 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
863 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
864 #. @-expanded: format.\n
865 #. @-expanded: It is also possible the journal superblock is corrupt.\n
867 "@f @j @S is unknown type %N (unsupported).\n"
868 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
870 "It is also possible the @j @S is corrupt.\n"
873 #: e2fsck/problem.c:220
874 #. @-expanded: journal superblock is corrupt.\n
875 msgid "@j @S is corrupt.\n"
878 #: e2fsck/problem.c:225
880 #. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
881 msgid "@S has_@j flag is clear, but a @j %s is present.\n"
884 #: e2fsck/problem.c:230
885 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
886 msgid "@S needs_recovery flag is set, but no @j is present.\n"
889 #: e2fsck/problem.c:235
890 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
891 msgid "@S needs_recovery flag is clear, but @j has data.\n"
894 #: e2fsck/problem.c:240
895 #. @-expanded: Clear journal
899 #: e2fsck/problem.c:245
900 #. @-expanded: Run journal anyway
901 msgid "Run @j anyway"
904 #: e2fsck/problem.c:250
905 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
906 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
909 #: e2fsck/problem.c:255
910 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
911 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
914 #: e2fsck/problem.c:260
915 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
916 msgid "@I @b #%B (%b) found in @o @i %i.\n"
919 #: e2fsck/problem.c:265
920 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
921 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
924 #: e2fsck/problem.c:270
926 #. @-expanded: illegal orphaned inode %i in superblock.\n
927 msgid "@I @o @i %i in @S.\n"
930 #: e2fsck/problem.c:275
932 #. @-expanded: illegal inode %i in orphaned inode list.\n
933 msgid "@I @i %i in @o @i list.\n"
936 #: e2fsck/problem.c:280 e2fsck/problem.c:647
937 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
938 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
941 #: e2fsck/problem.c:285
942 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
943 msgid "@j @S has an unknown read-only feature flag set.\n"
946 #: e2fsck/problem.c:290
947 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
948 msgid "@j @S has an unknown incompatible feature flag set.\n"
951 #: e2fsck/problem.c:295
952 #. @-expanded: journal version not supported by this e2fsck.\n
953 msgid "@j version not supported by this e2fsck.\n"
956 #: e2fsck/problem.c:300
958 #. @-expanded: Moving journal from /%s to hidden inode.\n
961 "Moving @j from /%s to hidden @i.\n"
965 #: e2fsck/problem.c:305
967 #. @-expanded: Error moving journal: %m\n
970 "Error moving @j: %m\n"
974 #: e2fsck/problem.c:310
975 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
976 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
979 "Found @n V2 @j @S fields (from V1 @j).\n"
980 "Clearing fields beyond the V1 @j @S...\n"
984 #: e2fsck/problem.c:316
985 #. @-expanded: Backing up journal inode block information.\n
988 "Backing up @j @i @b information.\n"
992 #: e2fsck/problem.c:321
993 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
994 #. @-expanded: is %N; should be zero.
996 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1000 #: e2fsck/problem.c:327
1001 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1002 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1005 #: e2fsck/problem.c:332
1006 #. @-expanded: Resize inode not valid.
1007 msgid "Resize @i not valid. "
1010 #: e2fsck/problem.c:337
1011 #. @-expanded: superblock last mount time is in the future.
1012 msgid "@S last mount time is in the future. "
1015 #: e2fsck/problem.c:342
1016 #. @-expanded: superblock last write time is in the future.
1017 msgid "@S last write time is in the future. "
1020 #: e2fsck/problem.c:346
1022 #. @-expanded: superblock hint for external superblock should be %X.
1023 msgid "@S hint for external superblock @s %X. "
1026 #: e2fsck/problem.c:351
1027 #. @-expanded: Adding dirhash hint to filesystem.\n
1030 "Adding dirhash hint to @f.\n"
1034 #: e2fsck/problem.c:356
1036 #. @-expanded: group descriptor %g checksum is invalid.
1037 msgid "@g descriptor %g checksum is invalid. "
1040 #: e2fsck/problem.c:361
1042 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1043 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1046 #: e2fsck/problem.c:366
1048 #. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1049 msgid "@g %g @b @B uninitialized but @i @B in use.\n"
1052 #: e2fsck/problem.c:371
1053 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1054 msgid "@g descriptor %g has invalid unused inodes count %b. "
1057 #: e2fsck/problem.c:376
1058 #. @-expanded: Last group block bitmap uninitialized.
1059 msgid "Last @g @b @B uninitialized. "
1062 #: e2fsck/problem.c:381
1064 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1067 #: e2fsck/problem.c:385
1068 msgid "The test_fs flag is set (and ext4 is available). "
1071 #: e2fsck/problem.c:392
1072 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1073 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1076 #: e2fsck/problem.c:396
1077 #. @-expanded: root inode is not a directory.
1078 msgid "@r is not a @d. "
1081 #: e2fsck/problem.c:401
1082 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1083 msgid "@r has dtime set (probably due to old mke2fs). "
1086 #: e2fsck/problem.c:406
1087 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1088 msgid "Reserved @i %i (%Q) has @n mode. "
1091 #: e2fsck/problem.c:411
1093 #. @-expanded: deleted inode %i has zero dtime.
1094 msgid "@D @i %i has zero dtime. "
1097 #: e2fsck/problem.c:416
1099 #. @-expanded: inode %i is in use, but has dtime set.
1100 msgid "@i %i is in use, but has dtime set. "
1103 #: e2fsck/problem.c:421
1105 #. @-expanded: inode %i is a zero-length directory.
1106 msgid "@i %i is a @z @d. "
1109 #: e2fsck/problem.c:426
1110 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1111 msgid "@g %g's @b @B at %b @C.\n"
1114 #: e2fsck/problem.c:431
1115 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1116 msgid "@g %g's @i @B at %b @C.\n"
1119 #: e2fsck/problem.c:436
1120 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1121 msgid "@g %g's @i table at %b @C.\n"
1124 #: e2fsck/problem.c:441
1125 #. @-expanded: group %g's block bitmap (%b) is bad.
1126 msgid "@g %g's @b @B (%b) is bad. "
1129 #: e2fsck/problem.c:446
1130 #. @-expanded: group %g's inode bitmap (%b) is bad.
1131 msgid "@g %g's @i @B (%b) is bad. "
1134 #: e2fsck/problem.c:451
1135 #. @-expanded: inode %i, i_size is %Is, should be %N.
1136 msgid "@i %i, i_size is %Is, @s %N. "
1139 #: e2fsck/problem.c:456
1140 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1141 msgid "@i %i, i_@bs is %Ib, @s %N. "
1144 #: e2fsck/problem.c:461
1145 #. @-expanded: illegal block #%B (%b) in inode %i.
1146 msgid "@I @b #%B (%b) in @i %i. "
1149 #: e2fsck/problem.c:466
1150 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1151 msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1154 #: e2fsck/problem.c:471
1156 #. @-expanded: inode %i has illegal block(s).
1157 msgid "@i %i has illegal @b(s). "
1160 #: e2fsck/problem.c:476
1162 #. @-expanded: Too many illegal blocks in inode %i.\n
1163 msgid "Too many illegal @bs in @i %i.\n"
1166 #: e2fsck/problem.c:481
1167 #. @-expanded: illegal block #%B (%b) in bad block inode.
1168 msgid "@I @b #%B (%b) in bad @b @i. "
1171 #: e2fsck/problem.c:486
1172 #. @-expanded: Bad block inode has illegal block(s).
1173 msgid "Bad @b @i has illegal @b(s). "
1176 #: e2fsck/problem.c:491
1177 #. @-expanded: Duplicate or bad block in use!\n
1178 msgid "Duplicate or bad @b in use!\n"
1181 #: e2fsck/problem.c:496
1182 #. @-expanded: Bad block %b used as bad block inode indirect block.
1183 msgid "Bad @b %b used as bad @b @i indirect @b. "
1186 #: e2fsck/problem.c:501
1188 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1189 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1190 #. @-expanded: in the filesystem.\n
1193 "The bad @b @i has probably been corrupted. You probably\n"
1194 "should stop now and run e2fsck -c to scan for bad blocks\n"
1198 #: e2fsck/problem.c:508
1200 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1203 "If the @b is really bad, the @f can not be fixed.\n"
1206 #: e2fsck/problem.c:513
1207 #. @-expanded: You can remove this block from the bad block list and hope\n
1208 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1211 "You can remove this @b from the bad @b list and hope\n"
1212 "that the @b is really OK. But there are no guarantees.\n"
1216 #: e2fsck/problem.c:519
1217 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1218 msgid "The primary @S (%b) is on the bad @b list.\n"
1221 #: e2fsck/problem.c:524
1222 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1223 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1226 #: e2fsck/problem.c:530
1227 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1228 msgid "Warning: Group %g's @S (%b) is bad.\n"
1231 #: e2fsck/problem.c:535
1232 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1233 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1236 #: e2fsck/problem.c:541
1237 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1238 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1241 #: e2fsck/problem.c:547
1242 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1243 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1246 #: e2fsck/problem.c:552
1248 #. @-expanded: error allocating block buffer for relocating %s\n
1249 msgid "@A @b buffer for relocating %s\n"
1252 #: e2fsck/problem.c:557
1253 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1254 msgid "Relocating @g %g's %s from %b to %c...\n"
1257 #: e2fsck/problem.c:562
1259 #. @-expanded: Relocating group %g's %s to %c...\n
1260 msgid "Relocating @g %g's %s to %c...\n"
1263 #: e2fsck/problem.c:567
1264 #. @-expanded: Warning: could not read block %b of %s: %m\n
1265 msgid "Warning: could not read @b %b of %s: %m\n"
1268 #: e2fsck/problem.c:572
1269 #. @-expanded: Warning: could not write block %b for %s: %m\n
1270 msgid "Warning: could not write @b %b for %s: %m\n"
1273 #: e2fsck/problem.c:577 e2fsck/problem.c:1383
1274 #. @-expanded: error allocating inode bitmap (%N): %m\n
1275 msgid "@A @i @B (%N): %m\n"
1278 #: e2fsck/problem.c:582
1279 #. @-expanded: error allocating block bitmap (%N): %m\n
1280 msgid "@A @b @B (%N): %m\n"
1283 #: e2fsck/problem.c:587
1285 #. @-expanded: error allocating icount link information: %m\n
1286 msgid "@A icount link information: %m\n"
1289 #: e2fsck/problem.c:592
1291 #. @-expanded: error allocating directory block array: %m\n
1292 msgid "@A @d @b array: %m\n"
1295 #: e2fsck/problem.c:597
1297 #. @-expanded: Error while scanning inodes (%i): %m\n
1298 msgid "Error while scanning @is (%i): %m\n"
1301 #: e2fsck/problem.c:602
1303 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1304 msgid "Error while iterating over @bs in @i %i: %m\n"
1307 #: e2fsck/problem.c:607
1308 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1309 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1312 #: e2fsck/problem.c:612
1313 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1314 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1317 #: e2fsck/problem.c:618
1319 #. @-expanded: Error reading inode %i: %m\n
1320 msgid "Error reading @i %i: %m\n"
1323 #: e2fsck/problem.c:626
1325 #. @-expanded: inode %i has imagic flag set.
1326 msgid "@i %i has imagic flag set. "
1329 #: e2fsck/problem.c:631
1331 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1332 #. @-expanded: or append-only flag set.
1334 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1335 "or append-only flag set. "
1338 #: e2fsck/problem.c:637
1340 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1341 msgid "@i %i has @cion flag set on @f without @cion support. "
1344 #: e2fsck/problem.c:642
1346 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1347 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1350 #: e2fsck/problem.c:652
1351 #. @-expanded: journal inode is not in use, but contains data.
1352 msgid "@j @i is not in use, but contains data. "
1355 #: e2fsck/problem.c:657
1356 #. @-expanded: journal is not regular file.
1357 msgid "@j is not regular file. "
1360 #: e2fsck/problem.c:662
1362 #. @-expanded: inode %i was part of the orphaned inode list.
1363 msgid "@i %i was part of the @o @i list. "
1366 #: e2fsck/problem.c:668
1367 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1368 msgid "@is that were part of a corrupted orphan linked list found. "
1371 #: e2fsck/problem.c:673
1372 #. @-expanded: error allocating refcount structure (%N): %m\n
1373 msgid "@A refcount structure (%N): %m\n"
1376 #: e2fsck/problem.c:678
1377 #. @-expanded: Error reading extended attribute block %b for inode %i.
1378 msgid "Error reading @a @b %b for @i %i. "
1381 #: e2fsck/problem.c:683
1382 #. @-expanded: inode %i has a bad extended attribute block %b.
1383 msgid "@i %i has a bad @a @b %b. "
1386 #: e2fsck/problem.c:688
1387 #. @-expanded: Error reading extended attribute block %b (%m).
1388 msgid "Error reading @a @b %b (%m). "
1391 #: e2fsck/problem.c:693
1392 #. @-expanded: extended attribute block %b has reference count %B, should be %N.
1393 msgid "@a @b %b has reference count %B, @s %N. "
1396 #: e2fsck/problem.c:698
1397 #. @-expanded: Error writing extended attribute block %b (%m).
1398 msgid "Error writing @a @b %b (%m). "
1401 #: e2fsck/problem.c:703
1402 #. @-expanded: extended attribute block %b has h_blocks > 1.
1403 msgid "@a @b %b has h_@bs > 1. "
1406 #: e2fsck/problem.c:708
1407 #. @-expanded: error allocating extended attribute block %b.
1408 msgid "@A @a @b %b. "
1411 #: e2fsck/problem.c:713
1412 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1413 msgid "@a @b %b is corrupt (allocation collision). "
1416 #: e2fsck/problem.c:718
1417 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1418 msgid "@a @b %b is corrupt (@n name). "
1421 #: e2fsck/problem.c:723
1422 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1423 msgid "@a @b %b is corrupt (@n value). "
1426 #: e2fsck/problem.c:728
1428 #. @-expanded: inode %i is too big.
1429 msgid "@i %i is too big. "
1432 #: e2fsck/problem.c:732
1433 #. @-expanded: block #%B (%b) causes directory to be too big.
1434 msgid "@b #%B (%b) causes @d to be too big. "
1437 #: e2fsck/problem.c:737
1438 #. @-expanded: block #%B (%b) causes file to be too big.
1439 msgid "@b #%B (%b) causes file to be too big. "
1442 #: e2fsck/problem.c:742
1443 #. @-expanded: block #%B (%b) causes symlink to be too big.
1444 msgid "@b #%B (%b) causes symlink to be too big. "
1447 #: e2fsck/problem.c:747
1449 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1450 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1453 #: e2fsck/problem.c:752
1455 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1456 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1459 #: e2fsck/problem.c:757
1461 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1462 msgid "@h %i has an @n root node.\n"
1465 #: e2fsck/problem.c:762
1466 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1467 msgid "@h %i has an unsupported hash version (%N)\n"
1470 #: e2fsck/problem.c:767
1472 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1473 msgid "@h %i uses an incompatible htree root node flag.\n"
1476 #: e2fsck/problem.c:772
1477 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1478 msgid "@h %i has a tree depth (%N) which is too big\n"
1481 #: e2fsck/problem.c:777
1482 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1483 #. @-expanded: filesystem metadata.
1485 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1489 #: e2fsck/problem.c:783
1491 #. @-expanded: Resize inode (re)creation failed: %m.
1492 msgid "Resize @i (re)creation failed: %m."
1495 #: e2fsck/problem.c:788
1496 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1497 msgid "@i %i has a extra size (%IS) which is @n\n"
1500 #: e2fsck/problem.c:793
1501 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1502 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1505 #: e2fsck/problem.c:798
1506 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1507 msgid "@a in @i %i has a value size (%N) which is @n\n"
1510 #: e2fsck/problem.c:803
1511 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1512 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1515 #: e2fsck/problem.c:808
1516 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1517 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1520 #: e2fsck/problem.c:813
1521 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1522 msgid "@a in @i %i has a hash (%N) which is @n\n"
1525 #: e2fsck/problem.c:818
1526 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1527 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1530 #: e2fsck/problem.c:823
1532 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1533 msgid "Error while reading over @x tree in @i %i: %m\n"
1536 #: e2fsck/problem.c:828
1537 #. @-expanded: Failed to iterate extents in inode %i\n
1538 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1540 "Failed to iterate extents in @i %i\n"
1541 "\t(op %s, blk %b, lblk %c): %m\n"
1544 #: e2fsck/problem.c:834
1545 #. @-expanded: inode %i has an invalid extent\n
1546 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1548 "@i %i has an @n extent\n"
1549 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1552 #: e2fsck/problem.c:839
1553 #. @-expanded: inode %i has an invalid extent\n
1554 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1556 "@i %i has an @n extent\n"
1557 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1560 #: e2fsck/problem.c:844
1562 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1563 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1566 #: e2fsck/problem.c:849
1568 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1569 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1572 #: e2fsck/problem.c:854
1574 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1575 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1578 #: e2fsck/problem.c:859
1580 msgid "Fast symlink %i has EXTENT_FL set. "
1583 #: e2fsck/problem.c:864
1584 #. @-expanded: inode %i has out of order extents\n
1585 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1587 "@i %i has out of order extents\n"
1588 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1591 #: e2fsck/problem.c:868
1592 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1593 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1596 #: e2fsck/problem.c:875
1598 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1599 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1602 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1603 "Pass 1B: Rescanning for @m @bs\n"
1606 #: e2fsck/problem.c:881
1608 #. @-expanded: multiply-claimed block(s) in inode %i:
1609 msgid "@m @b(s) in @i %i:"
1612 #: e2fsck/problem.c:896
1614 msgid "Error while scanning inodes (%i): %m\n"
1617 #: e2fsck/problem.c:901
1619 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1620 msgid "@A @i @B (@i_dup_map): %m\n"
1623 #: e2fsck/problem.c:906
1625 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1626 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1629 #: e2fsck/problem.c:911 e2fsck/problem.c:1227
1630 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1631 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1634 #: e2fsck/problem.c:917
1635 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1636 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1639 #: e2fsck/problem.c:923
1640 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1641 msgid "Pass 1D: Reconciling @m @bs\n"
1644 #: e2fsck/problem.c:928
1645 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1646 #. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1648 "File %Q (@i #%i, mod time %IM) \n"
1649 " has %B @m @b(s), shared with %N file(s):\n"
1652 #: e2fsck/problem.c:934
1653 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1654 msgid "\t%Q (@i #%i, mod time %IM)\n"
1657 #: e2fsck/problem.c:939
1658 #. @-expanded: \t<filesystem metadata>\n
1659 msgid "\t<@f metadata>\n"
1662 #: e2fsck/problem.c:944
1663 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1666 "(There are %N @is containing @m @bs.)\n"
1670 #: e2fsck/problem.c:949
1671 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1674 "@m @bs already reassigned or cloned.\n"
1678 #: e2fsck/problem.c:962
1680 msgid "Couldn't clone file: %m\n"
1683 #: e2fsck/problem.c:968
1684 #. @-expanded: Pass 2: Checking directory structure\n
1685 msgid "Pass 2: Checking @d structure\n"
1688 #: e2fsck/problem.c:973
1690 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1691 msgid "@n @i number for '.' in @d @i %i.\n"
1694 #: e2fsck/problem.c:978
1695 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1696 msgid "@E has @n @i #: %Di.\n"
1699 #: e2fsck/problem.c:983
1700 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1701 msgid "@E has @D/unused @i %Di. "
1704 #: e2fsck/problem.c:988
1705 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1706 msgid "@E @L to '.' "
1709 #: e2fsck/problem.c:993
1710 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1711 msgid "@E points to @i (%Di) located in a bad @b.\n"
1714 #: e2fsck/problem.c:998
1715 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1716 msgid "@E @L to @d %P (%Di).\n"
1719 #: e2fsck/problem.c:1003
1720 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1721 msgid "@E @L to the @r.\n"
1724 #: e2fsck/problem.c:1008
1725 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1726 msgid "@E has illegal characters in its name.\n"
1729 #: e2fsck/problem.c:1013
1731 #. @-expanded: Missing '.' in directory inode %i.\n
1732 msgid "Missing '.' in @d @i %i.\n"
1735 #: e2fsck/problem.c:1018
1737 #. @-expanded: Missing '..' in directory inode %i.\n
1738 msgid "Missing '..' in @d @i %i.\n"
1741 #: e2fsck/problem.c:1023
1742 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1743 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1746 #: e2fsck/problem.c:1028
1747 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1748 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1751 #: e2fsck/problem.c:1033
1752 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1753 msgid "i_faddr @F %IF, @s zero.\n"
1756 #: e2fsck/problem.c:1038
1757 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1758 msgid "i_file_acl @F %If, @s zero.\n"
1761 #: e2fsck/problem.c:1043
1762 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1763 msgid "i_dir_acl @F %Id, @s zero.\n"
1766 #: e2fsck/problem.c:1048
1767 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1768 msgid "i_frag @F %N, @s zero.\n"
1771 #: e2fsck/problem.c:1053
1772 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1773 msgid "i_fsize @F %N, @s zero.\n"
1776 #: e2fsck/problem.c:1058
1777 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1778 msgid "@i %i (%Q) has @n mode (%Im).\n"
1781 #: e2fsck/problem.c:1063
1782 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1783 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1786 #: e2fsck/problem.c:1068
1787 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1788 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1791 #: e2fsck/problem.c:1073
1792 #. @-expanded: directory inode %i has an unallocated block #%B.
1793 msgid "@d @i %i has an unallocated @b #%B. "
1796 #: e2fsck/problem.c:1078
1798 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1799 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1802 #: e2fsck/problem.c:1083
1804 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1805 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1808 #: e2fsck/problem.c:1088
1809 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1810 msgid "@i %i (%Q) is an @I character @v.\n"
1813 #: e2fsck/problem.c:1093
1814 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1815 msgid "@i %i (%Q) is an @I @b @v.\n"
1818 #: e2fsck/problem.c:1098
1819 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1820 msgid "@E is duplicate '.' @e.\n"
1823 #: e2fsck/problem.c:1103
1824 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1825 msgid "@E is duplicate '..' @e.\n"
1828 #: e2fsck/problem.c:1108 e2fsck/problem.c:1408
1830 msgid "Internal error: couldn't find dir_info for %i.\n"
1833 #: e2fsck/problem.c:1113
1834 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1835 msgid "@E has rec_len of %Dr, @s %N.\n"
1838 #: e2fsck/problem.c:1118
1840 #. @-expanded: error allocating icount structure: %m\n
1841 msgid "@A icount structure: %m\n"
1844 #: e2fsck/problem.c:1123
1846 #. @-expanded: Error iterating over directory blocks: %m\n
1847 msgid "Error iterating over @d @bs: %m\n"
1850 #: e2fsck/problem.c:1128
1851 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1852 msgid "Error reading @d @b %b (@i %i): %m\n"
1855 #: e2fsck/problem.c:1133
1856 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1857 msgid "Error writing @d @b %b (@i %i): %m\n"
1860 #: e2fsck/problem.c:1138
1862 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1863 msgid "@A new @d @b for @i %i (%s): %m\n"
1866 #: e2fsck/problem.c:1143
1868 #. @-expanded: Error deallocating inode %i: %m\n
1869 msgid "Error deallocating @i %i: %m\n"
1872 #: e2fsck/problem.c:1148
1874 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
1875 msgid "@d @e for '.' in %p (%i) is big.\n"
1878 #: e2fsck/problem.c:1153
1879 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1880 msgid "@i %i (%Q) is an @I FIFO.\n"
1883 #: e2fsck/problem.c:1158
1884 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1885 msgid "@i %i (%Q) is an @I socket.\n"
1888 #: e2fsck/problem.c:1163
1889 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1890 msgid "Setting filetype for @E to %N.\n"
1893 #: e2fsck/problem.c:1168
1894 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1895 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1898 #: e2fsck/problem.c:1173
1899 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1900 msgid "@E has filetype set.\n"
1903 #: e2fsck/problem.c:1178
1904 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1905 msgid "@E has a @z name.\n"
1908 #: e2fsck/problem.c:1183
1909 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1910 msgid "Symlink %Q (@i #%i) is @n.\n"
1913 #: e2fsck/problem.c:1188
1914 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1915 msgid "@a @b @F @n (%If).\n"
1918 #: e2fsck/problem.c:1193
1919 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1920 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1923 #: e2fsck/problem.c:1198
1924 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1925 msgid "@p @h %d: node (%B) not referenced\n"
1928 #: e2fsck/problem.c:1203
1929 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1930 msgid "@p @h %d: node (%B) referenced twice\n"
1933 #: e2fsck/problem.c:1208
1934 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1935 msgid "@p @h %d: node (%B) has bad min hash\n"
1938 #: e2fsck/problem.c:1213
1939 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1940 msgid "@p @h %d: node (%B) has bad max hash\n"
1943 #: e2fsck/problem.c:1218
1944 #. @-expanded: invalid HTREE directory inode %d (%q).
1945 msgid "@n @h %d (%q). "
1948 #: e2fsck/problem.c:1222
1949 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1950 msgid "@p @h %d (%q): bad @b number %b.\n"
1953 #: e2fsck/problem.c:1232
1955 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1956 msgid "@p @h %d: root node is @n\n"
1959 #: e2fsck/problem.c:1237
1960 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1961 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1964 #: e2fsck/problem.c:1242
1965 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1966 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1969 #: e2fsck/problem.c:1247
1970 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1971 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1974 #: e2fsck/problem.c:1252
1975 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth (%N)\n
1976 msgid "@p @h %d: node (%B) has @n depth (%N)\n"
1979 #: e2fsck/problem.c:1257
1980 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1981 msgid "Duplicate @E found. "
1984 #: e2fsck/problem.c:1262
1986 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1987 #. @-expanded: Rename to %s
1989 "@E has a non-unique filename.\n"
1993 #: e2fsck/problem.c:1267
1994 #. @-expanded: Duplicate entry '%Dn' found.\n
1995 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1998 "Duplicate @e '%Dn' found.\n"
1999 "\tMarking %p (%i) to be rebuilt.\n"
2003 #: e2fsck/problem.c:1272
2004 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2005 msgid "i_blocks_hi @F %N, @s zero.\n"
2008 #: e2fsck/problem.c:1277
2009 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2010 msgid "Unexpected @b in @h %d (%q).\n"
2013 #: e2fsck/problem.c:1281
2014 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2015 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2018 #: e2fsck/problem.c:1286
2019 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2020 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2023 #: e2fsck/problem.c:1291
2024 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2025 msgid "i_file_acl_hi @F %N, @s zero.\n"
2028 #: e2fsck/problem.c:1298
2029 #. @-expanded: Pass 3: Checking directory connectivity\n
2030 msgid "Pass 3: Checking @d connectivity\n"
2033 #: e2fsck/problem.c:1303
2034 #. @-expanded: root inode not allocated.
2035 msgid "@r not allocated. "
2038 #: e2fsck/problem.c:1308
2039 #. @-expanded: No room in lost+found directory.
2040 msgid "No room in @l @d. "
2043 #: e2fsck/problem.c:1313
2045 #. @-expanded: Unconnected directory inode %i (%p)\n
2046 msgid "Unconnected @d @i %i (%p)\n"
2049 #: e2fsck/problem.c:1318
2050 #. @-expanded: /lost+found not found.
2051 msgid "/@l not found. "
2054 #: e2fsck/problem.c:1323
2055 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2056 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2059 #: e2fsck/problem.c:1328
2060 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2061 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2064 #: e2fsck/problem.c:1333
2066 #. @-expanded: Could not expand /lost+found: %m\n
2067 msgid "Could not expand /@l: %m\n"
2070 #: e2fsck/problem.c:1338
2072 msgid "Could not reconnect %i: %m\n"
2075 #: e2fsck/problem.c:1343
2077 #. @-expanded: Error while trying to find /lost+found: %m\n
2078 msgid "Error while trying to find /@l: %m\n"
2081 #: e2fsck/problem.c:1348
2083 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2084 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2087 #: e2fsck/problem.c:1353
2089 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2090 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2093 #: e2fsck/problem.c:1358
2095 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2096 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2099 #: e2fsck/problem.c:1363
2101 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2102 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2105 #: e2fsck/problem.c:1368
2107 #. @-expanded: Error while adjusting inode count on inode %i\n
2108 msgid "Error while adjusting @i count on @i %i\n"
2111 #: e2fsck/problem.c:1373
2113 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2116 "Couldn't fix parent of @i %i: %m\n"
2120 #: e2fsck/problem.c:1378
2122 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2125 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2129 #: e2fsck/problem.c:1388
2131 #. @-expanded: Error creating root directory (%s): %m\n
2132 msgid "Error creating root @d (%s): %m\n"
2135 #: e2fsck/problem.c:1393
2137 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2138 msgid "Error creating /@l @d (%s): %m\n"
2141 #: e2fsck/problem.c:1398
2142 #. @-expanded: root inode is not a directory; aborting.\n
2143 msgid "@r is not a @d; aborting.\n"
2146 #: e2fsck/problem.c:1403
2147 #. @-expanded: Cannot proceed without a root inode.\n
2148 msgid "Cannot proceed without a @r.\n"
2151 #: e2fsck/problem.c:1413
2153 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2154 msgid "/@l is not a @d (ino=%i)\n"
2157 #: e2fsck/problem.c:1420
2158 msgid "Pass 3A: Optimizing directories\n"
2161 #: e2fsck/problem.c:1425
2163 msgid "Failed to create dirs_to_hash iterator: %m\n"
2166 #: e2fsck/problem.c:1430
2167 msgid "Failed to optimize directory %q (%d): %m\n"
2170 #: e2fsck/problem.c:1435
2171 msgid "Optimizing directories: "
2174 #: e2fsck/problem.c:1452
2175 msgid "Pass 4: Checking reference counts\n"
2178 #: e2fsck/problem.c:1457
2180 #. @-expanded: unattached zero-length inode %i.
2181 msgid "@u @z @i %i. "
2184 #: e2fsck/problem.c:1462
2186 #. @-expanded: unattached inode %i\n
2190 #: e2fsck/problem.c:1467
2191 #. @-expanded: inode %i ref count is %Il, should be %N.
2192 msgid "@i %i ref count is %Il, @s %N. "
2195 #: e2fsck/problem.c:1471
2196 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2197 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2198 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2200 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2201 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2202 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2205 #: e2fsck/problem.c:1481
2206 #. @-expanded: Pass 5: Checking group summary information\n
2207 msgid "Pass 5: Checking @g summary information\n"
2210 #: e2fsck/problem.c:1486
2211 #. @-expanded: Padding at end of inode bitmap is not set.
2212 msgid "Padding at end of @i @B is not set. "
2215 #: e2fsck/problem.c:1491
2216 #. @-expanded: Padding at end of block bitmap is not set.
2217 msgid "Padding at end of @b @B is not set. "
2220 #: e2fsck/problem.c:1496
2221 #. @-expanded: block bitmap differences:
2222 msgid "@b @B differences: "
2225 #: e2fsck/problem.c:1516
2226 #. @-expanded: inode bitmap differences:
2227 msgid "@i @B differences: "
2230 #: e2fsck/problem.c:1536
2231 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2232 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2235 #: e2fsck/problem.c:1541
2236 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2237 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2240 #: e2fsck/problem.c:1546
2241 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2242 msgid "Free @is count wrong (%i, counted=%j).\n"
2245 #: e2fsck/problem.c:1551
2246 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2247 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2250 #: e2fsck/problem.c:1556
2251 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2252 msgid "Free @bs count wrong (%b, counted=%c).\n"
2255 #: e2fsck/problem.c:1561
2256 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2257 #. @-expanded: endpoints (%i, %j)\n
2259 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2260 "endpoints (%i, %j)\n"
2263 #: e2fsck/problem.c:1567
2264 msgid "Internal error: fudging end of bitmap (%N)\n"
2267 #: e2fsck/problem.c:1572
2269 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2270 msgid "Error copying in replacement @i @B: %m\n"
2273 #: e2fsck/problem.c:1577
2275 #. @-expanded: Error copying in replacement block bitmap: %m\n
2276 msgid "Error copying in replacement @b @B: %m\n"
2279 #: e2fsck/problem.c:1602
2280 #. @-expanded: Recreate journal
2284 #: e2fsck/problem.c:1607
2286 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2287 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2290 #: e2fsck/problem.c:1612
2292 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2293 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2296 #: e2fsck/problem.c:1730
2298 msgid "Unhandled error code (0x%x)!\n"
2301 #: e2fsck/problem.c:1825
2305 #: e2fsck/scantest.c:81
2307 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2310 #: e2fsck/scantest.c:100
2312 msgid "size of inode=%d\n"
2315 #: e2fsck/scantest.c:121
2316 msgid "while starting inode scan"
2319 #: e2fsck/scantest.c:132
2320 msgid "while doing inode scan"
2323 #: e2fsck/super.c:187
2325 msgid "while calling ext2fs_block_iterate for inode %d"
2328 #: e2fsck/super.c:209
2330 msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
2333 #: e2fsck/super.c:267
2337 #: e2fsck/super.c:268
2344 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2345 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2346 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2347 "\t\t[-E extended-options] device\n"
2355 " -p Automatic repair (no questions)\n"
2356 " -n Make no changes to the filesystem\n"
2357 " -y Assume \"yes\" to all questions\n"
2358 " -c Check for bad blocks and add them to the badblock "
2360 " -f Force checking even if filesystem is marked clean\n"
2367 " -b superblock Use alternative superblock\n"
2368 " -B blocksize Force blocksize when looking for superblock\n"
2369 " -j external_journal Set location of the external journal\n"
2370 " -l bad_blocks_file Add to badblocks list\n"
2371 " -L bad_blocks_file Set badblocks list\n"
2374 #: e2fsck/unix.c:132
2376 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2379 #: e2fsck/unix.c:150
2381 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2384 #: e2fsck/unix.c:157
2386 msgid " Extent depth histogram: "
2389 #: e2fsck/unix.c:207 misc/badblocks.c:916 misc/tune2fs.c:1584 misc/util.c:151
2390 #: resize/main.c:248
2392 msgid "while determining whether %s is mounted."
2395 #: e2fsck/unix.c:225
2397 msgid "Warning! %s is mounted.\n"
2400 #: e2fsck/unix.c:229
2402 msgid "%s is mounted. "
2405 #: e2fsck/unix.c:231
2407 "Cannot continue, aborting.\n"
2411 #: e2fsck/unix.c:232
2416 "\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2417 "SEVERE filesystem damage.\a\a\a\n"
2421 #: e2fsck/unix.c:235
2422 msgid "Do you really want to continue"
2425 #: e2fsck/unix.c:237
2427 msgid "check aborted.\n"
2430 #: e2fsck/unix.c:310
2431 msgid " contains a file system with errors"
2434 #: e2fsck/unix.c:312
2435 msgid " was not cleanly unmounted"
2438 #: e2fsck/unix.c:314
2439 msgid " primary superblock features different from backup"
2442 #: e2fsck/unix.c:318
2444 msgid " has been mounted %u times without being checked"
2447 #: e2fsck/unix.c:324
2448 msgid " has filesystem last checked time in the future"
2451 #: e2fsck/unix.c:330
2453 msgid " has gone %u days without being checked"
2456 #: e2fsck/unix.c:339
2457 msgid ", check forced.\n"
2460 #: e2fsck/unix.c:342
2462 msgid "%s: clean, %u/%u files, %u/%u blocks"
2465 #: e2fsck/unix.c:359
2466 msgid " (check deferred; on battery)"
2469 #: e2fsck/unix.c:362
2470 msgid " (check after next mount)"
2473 #: e2fsck/unix.c:364
2475 msgid " (check in %ld mounts)"
2478 #: e2fsck/unix.c:511
2480 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2483 #: e2fsck/unix.c:581
2485 msgid "Invalid EA version.\n"
2488 #: e2fsck/unix.c:590
2490 msgid "Unknown extended option: %s\n"
2493 #: e2fsck/unix.c:612
2496 "Syntax error in e2fsck config file (%s, line #%d)\n"
2500 #: e2fsck/unix.c:680
2502 msgid "Error validating file descriptor %d: %s\n"
2505 #: e2fsck/unix.c:684
2506 msgid "Invalid completion information file descriptor"
2509 #: e2fsck/unix.c:699
2510 msgid "Only one of the options -p/-a, -n or -y may be specified."
2513 #: e2fsck/unix.c:720
2515 msgid "The -t option is not supported on this version of e2fsck.\n"
2518 #: e2fsck/unix.c:801 misc/tune2fs.c:550 misc/tune2fs.c:835 misc/tune2fs.c:853
2520 msgid "Unable to resolve '%s'"
2523 #: e2fsck/unix.c:831
2525 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2528 #: e2fsck/unix.c:879
2531 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2535 #: e2fsck/unix.c:888
2539 "Invalid non-numeric argument to -%c (\"%s\")\n"
2543 #: e2fsck/unix.c:929
2545 msgid "Error: ext2fs library version out of date!\n"
2548 #: e2fsck/unix.c:937
2549 msgid "while trying to initialize program"
2552 #: e2fsck/unix.c:951
2554 msgid "\tUsing %s, %s\n"
2557 #: e2fsck/unix.c:963
2558 msgid "need terminal for interactive repairs"
2561 #: e2fsck/unix.c:1010
2563 msgid "%s: %s trying backup blocks...\n"
2566 #: e2fsck/unix.c:1012
2567 msgid "Superblock invalid,"
2570 #: e2fsck/unix.c:1013
2571 msgid "Group descriptors look bad..."
2574 #: e2fsck/unix.c:1040
2577 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2578 "(Or the filesystem superblock is corrupt)\n"
2582 #: e2fsck/unix.c:1046
2584 msgid "Could this be a zero-length partition?\n"
2587 #: e2fsck/unix.c:1048
2589 msgid "You must have %s access to the filesystem or be root\n"
2592 #: e2fsck/unix.c:1053
2594 msgid "Possibly non-existent or swap device?\n"
2597 #: e2fsck/unix.c:1055
2599 msgid "Filesystem mounted or opened exclusively by another program?\n"
2602 #: e2fsck/unix.c:1059
2605 "Disk write-protected; use the -n option to do a read-only\n"
2606 "check of the device.\n"
2609 #: e2fsck/unix.c:1123
2610 msgid "Get a newer version of e2fsck!"
2613 #: e2fsck/unix.c:1147
2615 msgid "while checking ext3 journal for %s"
2618 #: e2fsck/unix.c:1158
2621 "Warning: skipping journal recovery because doing a read-only filesystem "
2625 #: e2fsck/unix.c:1171
2627 msgid "unable to set superblock flags on %s\n"
2630 #: e2fsck/unix.c:1177
2632 msgid "while recovering ext3 journal of %s"
2635 #: e2fsck/unix.c:1201
2637 msgid "%s has unsupported feature(s):"
2640 #: e2fsck/unix.c:1217
2641 msgid "Warning: compression support is experimental.\n"
2644 #: e2fsck/unix.c:1222
2647 "E2fsck not compiled with HTREE support,\n"
2648 "\tbut filesystem %s has HTREE directories.\n"
2651 #: e2fsck/unix.c:1277
2652 msgid "while reading bad blocks inode"
2655 #: e2fsck/unix.c:1279
2657 msgid "This doesn't bode well, but we'll try to go on...\n"
2660 #: e2fsck/unix.c:1305
2661 msgid "Couldn't determine journal size"
2664 #: e2fsck/unix.c:1308
2666 msgid "Creating journal (%d blocks): "
2669 #: e2fsck/unix.c:1315 misc/mke2fs.c:2113
2672 "\twhile trying to create journal"
2675 #: e2fsck/unix.c:1318
2680 #: e2fsck/unix.c:1319
2684 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2687 #: e2fsck/unix.c:1326
2689 msgid "Restarting e2fsck from the beginning...\n"
2692 #: e2fsck/unix.c:1330
2693 msgid "while resetting context"
2696 #: e2fsck/unix.c:1337
2698 msgid "%s: e2fsck canceled.\n"
2701 #: e2fsck/unix.c:1342
2705 #: e2fsck/unix.c:1354
2709 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2712 #: e2fsck/unix.c:1357
2714 msgid "%s: ***** REBOOT LINUX *****\n"
2717 #: e2fsck/unix.c:1365
2721 "%s: ********** WARNING: Filesystem still has errors **********\n"
2725 #: e2fsck/unix.c:1401
2726 msgid "while setting block group checksum info"
2729 #: e2fsck/util.c:138 misc/util.c:68
2733 #: e2fsck/util.c:139
2737 #: e2fsck/util.c:153
2741 #: e2fsck/util.c:155
2745 #: e2fsck/util.c:157
2749 #: e2fsck/util.c:172
2750 msgid "cancelled!\n"
2753 #: e2fsck/util.c:187
2757 #: e2fsck/util.c:189
2761 #: e2fsck/util.c:199
2768 #: e2fsck/util.c:203
2775 #: e2fsck/util.c:207
2779 #: e2fsck/util.c:207
2783 #: e2fsck/util.c:221
2785 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2788 #: e2fsck/util.c:226
2789 msgid "reading inode and block bitmaps"
2792 #: e2fsck/util.c:231
2794 msgid "while retrying to read bitmaps for %s"
2797 #: e2fsck/util.c:243
2798 msgid "writing block and inode bitmaps"
2801 #: e2fsck/util.c:248
2803 msgid "while rewriting block and inode bitmaps for %s"
2806 #: e2fsck/util.c:260
2811 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2812 "\t(i.e., without -a or -p options)\n"
2815 #: e2fsck/util.c:336
2817 msgid "Memory used: %uk/%uk (%uk/%uk), "
2820 #: e2fsck/util.c:340
2822 msgid "Memory used: %u, "
2825 #: e2fsck/util.c:346
2827 msgid "time: %5.2f/%5.2f/%5.2f\n"
2830 #: e2fsck/util.c:351
2832 msgid "elapsed time: %6.3f\n"
2835 #: e2fsck/util.c:385 e2fsck/util.c:399
2837 msgid "while reading inode %lu in %s"
2840 #: e2fsck/util.c:413 e2fsck/util.c:426
2842 msgid "while writing inode %lu in %s"
2845 #: e2fsck/util.c:575
2846 msgid "while allocating zeroizing buffer"
2849 #: misc/badblocks.c:66
2853 #: misc/badblocks.c:89
2856 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2857 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
2859 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
2860 " device [last_block [first_block]]\n"
2863 #: misc/badblocks.c:100
2866 "%s: The -n and -w options are mutually exclusive.\n"
2870 #: misc/badblocks.c:202
2872 msgid "%6.2f%% done, %s elapsed"
2875 #: misc/badblocks.c:289
2876 msgid "Testing with random pattern: "
2879 #: misc/badblocks.c:307
2880 msgid "Testing with pattern 0x"
2883 #: misc/badblocks.c:335 misc/badblocks.c:404
2887 #: misc/badblocks.c:346
2889 msgid "Weird value (%ld) in do_read\n"
2892 #: misc/badblocks.c:424
2893 msgid "during ext2fs_sync_device"
2896 #: misc/badblocks.c:440 misc/badblocks.c:699
2897 msgid "while beginning bad block list iteration"
2900 #: misc/badblocks.c:454 misc/badblocks.c:551 misc/badblocks.c:709
2901 msgid "while allocating buffers"
2904 #: misc/badblocks.c:458
2906 msgid "Checking blocks %lu to %lu\n"
2909 #: misc/badblocks.c:463
2910 msgid "Checking for bad blocks in read-only mode\n"
2913 #: misc/badblocks.c:472
2914 msgid "Checking for bad blocks (read-only test): "
2917 #: misc/badblocks.c:480 misc/badblocks.c:583 misc/badblocks.c:628
2918 #: misc/badblocks.c:772
2919 msgid "Too many bad blocks, aborting test\n"
2922 #: misc/badblocks.c:558
2923 msgid "Checking for bad blocks in read-write mode\n"
2926 #: misc/badblocks.c:560 misc/badblocks.c:722
2928 msgid "From block %lu to %lu\n"
2931 #: misc/badblocks.c:618
2932 msgid "Reading and comparing: "
2935 #: misc/badblocks.c:721
2936 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2939 #: misc/badblocks.c:727
2940 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2943 #: misc/badblocks.c:734
2946 "Interrupt caught, cleaning up\n"
2949 #: misc/badblocks.c:810
2951 msgid "during test data write, block %lu"
2954 #: misc/badblocks.c:921 misc/util.c:156
2956 msgid "%s is mounted; "
2959 #: misc/badblocks.c:923
2960 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2963 #: misc/badblocks.c:928
2964 msgid "it's not safe to run badblocks!\n"
2967 #: misc/badblocks.c:933 misc/util.c:167
2969 msgid "%s is apparently in use by the system; "
2972 #: misc/badblocks.c:936
2973 msgid "badblocks forced anyway.\n"
2976 #: misc/badblocks.c:956
2978 msgid "invalid %s - %s"
2981 #: misc/badblocks.c:1015
2983 msgid "bad block size - %s"
2986 #: misc/badblocks.c:1070
2988 msgid "can't allocate memory for test_pattern - %s"
2991 #: misc/badblocks.c:1097
2992 msgid "Maximum of one test_pattern may be specified in read-only mode"
2995 #: misc/badblocks.c:1103
2996 msgid "Random test_pattern is not allowed in read-only mode"
2999 #: misc/badblocks.c:1117
3001 "Couldn't determine device size; you must specify\n"
3002 "the size manually\n"
3005 #: misc/badblocks.c:1123
3006 msgid "while trying to determine device size"
3009 #: misc/badblocks.c:1128
3013 #: misc/badblocks.c:1134
3017 #: misc/badblocks.c:1137
3019 msgid "invalid starting block (%lu): must be less than %lu"
3022 #: misc/badblocks.c:1193
3023 msgid "while creating in-memory bad blocks list"
3026 #: misc/badblocks.c:1208
3027 msgid "while adding to in-memory bad block list"
3030 #: misc/badblocks.c:1232
3032 msgid "Pass completed, %u bad blocks found.\n"
3037 msgid "Usage: %s [-RVf] [-+=AacDdijsSu] [-v version] files...\n"
3040 #: misc/chattr.c:152
3042 msgid "bad version - %s\n"
3045 #: misc/chattr.c:198 misc/lsattr.c:113
3047 msgid "while trying to stat %s"
3050 #: misc/chattr.c:204 misc/chattr.c:222
3052 msgid "Flags of %s set as "
3055 #: misc/chattr.c:214
3057 msgid "while reading flags on %s"
3060 #: misc/chattr.c:231
3062 msgid "while setting flags on %s"
3065 #: misc/chattr.c:239
3067 msgid "Version of %s set as %lu\n"
3070 #: misc/chattr.c:243
3072 msgid "while setting version on %s"
3075 #: misc/chattr.c:263
3077 msgid "Couldn't allocate path variable in chattr_dir_proc"
3080 #: misc/chattr.c:302
3081 msgid "= is incompatible with - and +\n"
3084 #: misc/chattr.c:310
3085 msgid "Must use '-v', =, - or +\n"
3088 #: misc/dumpe2fs.c:53
3090 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3093 #: misc/dumpe2fs.c:168
3095 msgid "Group %lu: (Blocks "
3098 #: misc/dumpe2fs.c:173
3100 msgid " Checksum 0x%04x, unused inodes %d\n"
3103 #: misc/dumpe2fs.c:178
3105 msgid " %s superblock at "
3108 #: misc/dumpe2fs.c:179
3112 #: misc/dumpe2fs.c:179
3116 #: misc/dumpe2fs.c:183
3118 msgid ", Group descriptors at "
3121 #: misc/dumpe2fs.c:187
3125 " Reserved GDT blocks at "
3128 #: misc/dumpe2fs.c:194
3130 msgid " Group descriptor at "
3133 #: misc/dumpe2fs.c:200
3134 msgid " Block bitmap at "
3137 #: misc/dumpe2fs.c:205
3138 msgid ", Inode bitmap at "
3141 #: misc/dumpe2fs.c:210
3147 #: misc/dumpe2fs.c:217
3151 " %u free blocks, %u free inodes, %u directories%s"
3154 #: misc/dumpe2fs.c:224
3156 msgid ", %u unused inodes\n"
3159 #: misc/dumpe2fs.c:227
3160 msgid " Free blocks: "
3163 #: misc/dumpe2fs.c:237
3164 msgid " Free inodes: "
3167 #: misc/dumpe2fs.c:264
3168 msgid "while printing bad block list"
3171 #: misc/dumpe2fs.c:270
3173 msgid "Bad blocks: %u"
3176 #: misc/dumpe2fs.c:292 misc/tune2fs.c:281
3177 msgid "while reading journal inode"
3180 #: misc/dumpe2fs.c:295
3181 msgid "Journal size: "
3184 #: misc/dumpe2fs.c:319 misc/tune2fs.c:202
3185 msgid "while reading journal superblock"
3188 #: misc/dumpe2fs.c:327
3189 msgid "Couldn't find journal superblock magic numbers"
3192 #: misc/dumpe2fs.c:331
3196 "Journal block size: %u\n"
3197 "Journal length: %u\n"
3198 "Journal first block: %u\n"
3199 "Journal sequence: 0x%08x\n"
3200 "Journal start: %u\n"
3201 "Journal number of users: %u\n"
3204 #: misc/dumpe2fs.c:344
3206 msgid "Journal users: %s\n"
3209 #: misc/dumpe2fs.c:360 misc/mke2fs.c:693 misc/tune2fs.c:872
3211 msgid "Couldn't allocate memory to parse options!\n"
3214 #: misc/dumpe2fs.c:386
3216 msgid "Invalid superblock parameter: %s\n"
3219 #: misc/dumpe2fs.c:401
3221 msgid "Invalid blocksize parameter: %s\n"
3224 #: misc/dumpe2fs.c:412
3228 "Bad extended option(s) specified: %s\n"
3230 "Extended options are separated by commas, and may take an argument which\n"
3231 "\tis set off by an equals ('=') sign.\n"
3233 "Valid extended options are:\n"
3234 "\tsuperblock=<superblock number>\n"
3235 "\tblocksize=<blocksize>\n"
3238 #: misc/dumpe2fs.c:471 misc/mke2fs.c:1355
3240 msgid "\tUsing %s\n"
3243 #: misc/dumpe2fs.c:507 misc/e2image.c:674 misc/tune2fs.c:1535
3244 #: resize/main.c:311
3246 msgid "Couldn't find valid filesystem superblock.\n"
3249 #: misc/dumpe2fs.c:532
3253 "%s: %s: error reading bitmaps: %s\n"
3256 #: misc/e2image.c:52
3258 msgid "Usage: %s [-rsI] device image_file\n"
3261 #: misc/e2image.c:64
3262 msgid "Couldn't allocate header buffer\n"
3265 #: misc/e2image.c:83
3267 msgid "short write (only %d bytes) for writing image header"
3270 #: misc/e2image.c:102
3271 msgid "while writing superblock"
3274 #: misc/e2image.c:110
3275 msgid "while writing inode table"
3278 #: misc/e2image.c:117
3279 msgid "while writing block bitmap"
3282 #: misc/e2image.c:124
3283 msgid "while writing inode bitmap"
3286 #: misc/e2label.c:57
3288 msgid "e2label: cannot open %s\n"
3291 #: misc/e2label.c:62
3293 msgid "e2label: cannot seek to superblock\n"
3296 #: misc/e2label.c:67
3298 msgid "e2label: error reading superblock\n"
3301 #: misc/e2label.c:71
3303 msgid "e2label: not an ext2 filesystem\n"
3306 #: misc/e2label.c:96 misc/tune2fs.c:1670
3308 msgid "Warning: label too long, truncating.\n"
3311 #: misc/e2label.c:99
3313 msgid "e2label: cannot seek to superblock again\n"
3316 #: misc/e2label.c:104
3318 msgid "e2label: error writing superblock\n"
3321 #: misc/e2label.c:116 misc/tune2fs.c:542
3323 msgid "Usage: e2label device [newlabel]\n"
3328 msgid "Usage: %s <transaction file> <filesystem>\n"
3332 msgid "Failed to read the file system data \n"
3335 #: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:204
3337 msgid "Failed tdb_fetch %s\n"
3342 msgid "The file system Mount time didn't match %u\n"
3346 msgid "The file system UUID didn't match \n"
3349 #: misc/e2undo.c:161
3351 msgid "Failed tdb_open %s\n"
3354 #: misc/e2undo.c:167
3356 msgid "Error while determining whether %s is mounted.\n"
3359 #: misc/e2undo.c:173
3360 msgid "e2undo should only be run on unmounted file system\n"
3363 #: misc/e2undo.c:182
3365 msgid "Failed to open %s\n"
3368 #: misc/e2undo.c:208
3370 msgid "Replayed transaction of size %zd at location %ld\n"
3373 #: misc/e2undo.c:214
3375 msgid "Failed write %s\n"
3380 msgid "WARNING: couldn't open %s: %s\n"
3385 msgid "WARNING: bad format on line %d of %s\n"
3390 "\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3391 "\tfield. I will kludge around things for you, but you\n"
3392 "\tshould fix your /etc/fstab file as soon as you can.\n"
3398 msgid "fsck: %s: not found\n"
3403 msgid "%s: wait: No more child process?!?\n"
3408 msgid "Warning... %s for device %s exited with signal %d.\n"
3413 msgid "%s %s: status is %x, should never happen.\n"
3418 msgid "Finished with %s (exit status %d)\n"
3423 msgid "%s: Error %d while executing fsck.%s for %s\n"
3428 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3429 "with 'no' or '!'.\n"
3433 msgid "Couldn't allocate memory for filesystem types\n"
3439 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3445 msgid "fsck: cannot check %s: fsck.%s not found\n"
3449 msgid "Checking all file systems.\n"
3454 msgid "--waiting-- (pass %d)\n"
3459 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3464 msgid "%s: too many devices\n"
3467 #: misc/fsck.c:1152 misc/fsck.c:1238
3469 msgid "%s: too many arguments\n"
3474 msgid "Usage: %s [-RVadlv] [files...]\n"
3479 msgid "While reading flags on %s"
3484 msgid "While reading version on %s"
3487 #: misc/mke2fs.c:104
3490 "Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3491 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3492 "\t[-G meta group size] [-N number-of-inodes]\n"
3493 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3494 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3495 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3496 "\t[-T fs-type] [-U UUID] [-jnqvFSV] device [blocks-count]\n"
3499 #: misc/mke2fs.c:206
3501 msgid "Running command: %s\n"
3504 #: misc/mke2fs.c:210
3506 msgid "while trying to run '%s'"
3509 #: misc/mke2fs.c:217
3510 msgid "while processing list of bad blocks from program"
3513 #: misc/mke2fs.c:244
3515 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3518 #: misc/mke2fs.c:246
3520 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3523 #: misc/mke2fs.c:249
3524 msgid "Aborting....\n"
3527 #: misc/mke2fs.c:269
3530 "Warning: the backup superblock/group descriptors at block %u contain\n"
3535 #: misc/mke2fs.c:288
3536 msgid "while marking bad blocks as used"
3539 #: misc/mke2fs.c:346
3543 #: misc/mke2fs.c:360
3544 msgid "Writing inode tables: "
3547 #: misc/mke2fs.c:383
3551 "Could not write %d blocks in inode table starting at %u: %s\n"
3554 #: misc/mke2fs.c:407
3555 msgid "while creating root dir"
3558 #: misc/mke2fs.c:414
3559 msgid "while reading root inode"
3562 #: misc/mke2fs.c:428
3563 msgid "while setting root inode ownership"
3566 #: misc/mke2fs.c:446
3567 msgid "while creating /lost+found"
3570 #: misc/mke2fs.c:453
3571 msgid "while looking up /lost+found"
3574 #: misc/mke2fs.c:466
3575 msgid "while expanding /lost+found"
3578 #: misc/mke2fs.c:481
3579 msgid "while setting bad block inode"
3582 #: misc/mke2fs.c:508
3584 msgid "Out of memory erasing sectors %d-%d\n"
3587 #: misc/mke2fs.c:518
3589 msgid "Warning: could not read block 0: %s\n"
3592 #: misc/mke2fs.c:534
3594 msgid "Warning: could not erase sector %d: %s\n"
3597 #: misc/mke2fs.c:550
3598 msgid "while initializing journal superblock"
3601 #: misc/mke2fs.c:556
3602 msgid "Zeroing journal device: "
3605 #: misc/mke2fs.c:569
3607 msgid "while zeroing journal device (block %u, count %d)"
3610 #: misc/mke2fs.c:585
3611 msgid "while writing journal superblock"
3614 #: misc/mke2fs.c:601
3617 "warning: %u blocks unused.\n"
3621 #: misc/mke2fs.c:606
3623 msgid "Filesystem label=%s\n"
3626 #: misc/mke2fs.c:607
3630 #: misc/mke2fs.c:612
3632 msgid "Block size=%u (log=%u)\n"
3635 #: misc/mke2fs.c:614
3637 msgid "Fragment size=%u (log=%u)\n"
3640 #: misc/mke2fs.c:616
3642 msgid "%u inodes, %u blocks\n"
3645 #: misc/mke2fs.c:618
3647 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3650 #: misc/mke2fs.c:621
3652 msgid "First data block=%u\n"
3655 #: misc/mke2fs.c:623
3657 msgid "Maximum filesystem blocks=%lu\n"
3660 #: misc/mke2fs.c:627
3662 msgid "%u block groups\n"
3665 #: misc/mke2fs.c:629
3667 msgid "%u block group\n"
3670 #: misc/mke2fs.c:630
3672 msgid "%u blocks per group, %u fragments per group\n"
3675 #: misc/mke2fs.c:632
3677 msgid "%u inodes per group\n"
3680 #: misc/mke2fs.c:639
3682 msgid "Superblock backups stored on blocks: "
3685 #: misc/mke2fs.c:718
3687 msgid "Invalid stride parameter: %s\n"
3690 #: misc/mke2fs.c:733
3692 msgid "Invalid stripe-width parameter: %s\n"
3695 #: misc/mke2fs.c:755
3697 msgid "Invalid resize parameter: %s\n"
3700 #: misc/mke2fs.c:762
3702 msgid "The resize maximum must be greater than the filesystem size.\n"
3705 #: misc/mke2fs.c:786
3707 msgid "On-line resizing not supported with revision 0 filesystems\n"
3710 #: misc/mke2fs.c:808
3714 "Bad option(s) specified: %s\n"
3716 "Extended options are separated by commas, and may take an argument which\n"
3717 "\tis set off by an equals ('=') sign.\n"
3719 "Valid extended options are:\n"
3720 "\tstride=<RAID per-disk data chunk in blocks>\n"
3721 "\tstripe-width=<RAID stride * data disks in blocks>\n"
3722 "\tresize=<resize maximum size in blocks>\n"
3723 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
3728 #: misc/mke2fs.c:824
3732 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3736 #: misc/mke2fs.c:856
3739 "Syntax error in mke2fs config file (%s, line #%d)\n"
3743 #: misc/mke2fs.c:869 misc/tune2fs.c:355
3745 msgid "Invalid filesystem option set: %s\n"
3748 #: misc/mke2fs.c:979
3752 "Warning! Your mke2fs.conf file does not define the %s filesystem type.\n"
3755 #: misc/mke2fs.c:982
3758 "You probably need to install an updated mke2fs.conf file.\n"
3762 #: misc/mke2fs.c:1176
3764 msgid "invalid block size - %s"
3767 #: misc/mke2fs.c:1180
3769 msgid "Warning: blocksize %d not usable on most systems.\n"
3772 #: misc/mke2fs.c:1196
3774 msgid "invalid fragment size - %s"
3777 #: misc/mke2fs.c:1202
3779 msgid "Warning: fragments not supported. Ignoring -f option\n"
3782 #: misc/mke2fs.c:1209
3783 msgid "Illegal number for blocks per group"
3786 #: misc/mke2fs.c:1214
3787 msgid "blocks per group must be multiple of 8"
3790 #: misc/mke2fs.c:1222
3791 msgid "Illegal number for flex_bg size"
3794 #: misc/mke2fs.c:1228
3795 msgid "flex_bg size must be a power of 2"
3798 #: misc/mke2fs.c:1238
3800 msgid "invalid inode ratio %s (min %d/max %d)"
3803 #: misc/mke2fs.c:1255
3804 msgid "in malloc for bad_blocks_filename"
3807 #: misc/mke2fs.c:1265
3809 msgid "invalid reserved blocks percent - %s"
3812 #: misc/mke2fs.c:1283
3814 msgid "bad revision level - %s"
3817 #: misc/mke2fs.c:1295
3819 msgid "invalid inode size - %s"
3822 #: misc/mke2fs.c:1315
3824 msgid "bad num inodes - %s"
3827 #: misc/mke2fs.c:1380 misc/mke2fs.c:2068
3829 msgid "while trying to open journal device %s\n"
3832 #: misc/mke2fs.c:1386
3834 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3837 #: misc/mke2fs.c:1392
3839 msgid "Using journal device's blocksize: %d\n"
3842 #: misc/mke2fs.c:1401
3844 msgid "%d-byte blocks too big for system (max %d)"
3847 #: misc/mke2fs.c:1405
3850 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3853 #: misc/mke2fs.c:1413
3855 msgid "invalid blocks count - %s"
3858 #: misc/mke2fs.c:1423
3862 #: misc/mke2fs.c:1459
3865 "%s: Size of device %s too big to be expressed in 32 bits\n"
3866 "\tusing a blocksize of %d.\n"
3869 #: misc/mke2fs.c:1468 resize/main.c:371
3870 msgid "while trying to determine filesystem size"
3873 #: misc/mke2fs.c:1475
3875 "Couldn't determine device size; you must specify\n"
3876 "the size of the filesystem\n"
3879 #: misc/mke2fs.c:1482
3881 "Device size reported to be zero. Invalid partition specified, or\n"
3882 "\tpartition table wasn't reread after running fdisk, due to\n"
3883 "\ta modified partition being busy and in use. You may need to reboot\n"
3884 "\tto re-read your partition table.\n"
3887 #: misc/mke2fs.c:1500
3888 msgid "Filesystem larger than apparent device size."
3891 #: misc/mke2fs.c:1506
3893 msgid "Failed to parse fs types list\n"
3896 #: misc/mke2fs.c:1540
3897 msgid "fs_types for mke2fs.conf resolution: "
3900 #: misc/mke2fs.c:1547
3902 msgid "Filesystem features not supported with revision 0 filesystems\n"
3905 #: misc/mke2fs.c:1554
3907 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3910 #: misc/mke2fs.c:1566
3912 msgid "Journals not supported with revision 0 filesystems\n"
3915 #: misc/mke2fs.c:1584
3918 "The resize_inode and meta_bg features are not compatible.\n"
3919 "They can not be both enabled simultaneously.\n"
3922 #: misc/mke2fs.c:1601
3923 msgid "while trying to determine hardware sector size"
3926 #: misc/mke2fs.c:1658
3927 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3930 #: misc/mke2fs.c:1667
3931 msgid "blocks per group count out of range"
3934 #: misc/mke2fs.c:1682
3935 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
3938 #: misc/mke2fs.c:1694
3940 msgid "invalid inode size %d (min %d/max %d)"
3943 #: misc/mke2fs.c:1708
3945 msgid "too many inodes (%llu), raise inode ratio?"
3948 #: misc/mke2fs.c:1713
3950 msgid "too many inodes (%llu), specify < 2^32 inodes"
3953 #: misc/mke2fs.c:1728
3956 "inode_size (%u) * inodes_count (%u) too big for a\n"
3957 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3958 "\tor lower inode count (-N).\n"
3961 #: misc/mke2fs.c:1821 misc/tune2fs.c:1453
3962 msgid "Couldn't allocate memory for tdb filename\n"
3965 #: misc/mke2fs.c:1834 misc/tune2fs.c:1475
3967 msgid "while trying to delete %s"
3970 #: misc/mke2fs.c:1844
3973 "Overwriting existing filesystem; this can be undone using the command:\n"
3978 #: misc/mke2fs.c:1893
3979 msgid "while setting up superblock"
3982 #: misc/mke2fs.c:1952
3984 msgid "unknown os - %s"
3987 #: misc/mke2fs.c:2006
3988 msgid "while trying to allocate filesystem tables"
3991 #: misc/mke2fs.c:2037
3993 msgid "while zeroing block %u at end of filesystem"
3996 #: misc/mke2fs.c:2050
3997 msgid "while reserving blocks for online resize"
4000 #: misc/mke2fs.c:2061 misc/tune2fs.c:479
4004 #: misc/mke2fs.c:2073
4006 msgid "Adding journal to device %s: "
4009 #: misc/mke2fs.c:2080
4013 "\twhile trying to add journal to device %s"
4016 #: misc/mke2fs.c:2085 misc/mke2fs.c:2117 misc/tune2fs.c:508 misc/tune2fs.c:522
4021 #: misc/mke2fs.c:2094
4023 msgid "Skipping journal creation in super-only mode\n"
4026 #: misc/mke2fs.c:2105
4028 msgid "Creating journal (%u blocks): "
4031 #: misc/mke2fs.c:2122
4033 msgid "Writing superblocks and filesystem accounting information: "
4036 #: misc/mke2fs.c:2127
4040 "Warning, had trouble writing out superblocks."
4043 #: misc/mke2fs.c:2130
4050 #: misc/mklost+found.c:49
4052 msgid "Usage: mklost+found\n"
4055 #: misc/partinfo.c:39
4058 "Usage: %s device...\n"
4060 "Prints out the partition information for each given device.\n"
4061 "For example: %s /dev/hda\n"
4065 #: misc/partinfo.c:49
4067 msgid "Cannot open %s: %s"
4070 #: misc/partinfo.c:55
4072 msgid "Cannot get geometry of %s: %s"
4075 #: misc/partinfo.c:63
4077 msgid "Cannot get size of %s: %s"
4080 #: misc/partinfo.c:69
4082 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4085 #: misc/tune2fs.c:96
4086 msgid "Please run e2fsck on the filesystem.\n"
4089 #: misc/tune2fs.c:105
4092 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4093 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4094 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4095 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4096 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4097 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4098 "\t[ -I new_inode_size ] device\n"
4101 #: misc/tune2fs.c:190
4102 msgid "while trying to open external journal"
4105 #: misc/tune2fs.c:194
4107 msgid "%s is not a journal device.\n"
4110 #: misc/tune2fs.c:209
4111 msgid "Journal superblock not found!\n"
4114 #: misc/tune2fs.c:221
4115 msgid "Filesystem's UUID not found on journal device.\n"
4118 #: misc/tune2fs.c:242
4119 msgid "Journal NOT removed\n"
4122 #: misc/tune2fs.c:248
4123 msgid "Journal removed\n"
4126 #: misc/tune2fs.c:288
4127 msgid "while reading bitmaps"
4130 #: misc/tune2fs.c:296
4131 msgid "while clearing journal inode"
4134 #: misc/tune2fs.c:307
4135 msgid "while writing journal inode"
4138 #: misc/tune2fs.c:322
4140 msgid "Invalid mount option set: %s\n"
4143 #: misc/tune2fs.c:358
4145 msgid "Clearing filesystem feature '%s' not supported.\n"
4148 #: misc/tune2fs.c:364
4150 msgid "Setting filesystem feature '%s' not supported.\n"
4153 #: misc/tune2fs.c:373
4155 "The has_journal feature may only be cleared when the filesystem is\n"
4156 "unmounted or mounted read-only.\n"
4159 #: misc/tune2fs.c:381
4161 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
4162 "the has_journal flag.\n"
4165 #: misc/tune2fs.c:414
4167 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4171 #: misc/tune2fs.c:425
4173 "The huge_file feature may only be cleared when the filesystem is\n"
4174 "unmounted or mounted read-only.\n"
4177 #: misc/tune2fs.c:453
4179 msgid "(and reboot afterwards!)\n"
4182 #: misc/tune2fs.c:474
4183 msgid "The filesystem already has a journal.\n"
4186 #: misc/tune2fs.c:492
4190 "\twhile trying to open journal on %s\n"
4193 #: misc/tune2fs.c:496
4195 msgid "Creating journal on device %s: "
4198 #: misc/tune2fs.c:504
4200 msgid "while adding filesystem to journal on %s"
4203 #: misc/tune2fs.c:510
4204 msgid "Creating journal inode: "
4207 #: misc/tune2fs.c:519
4210 "\twhile trying to create journal file"
4213 #: misc/tune2fs.c:585
4215 msgid "Couldn't parse date/time specifier: %s"
4218 #: misc/tune2fs.c:609 misc/tune2fs.c:622
4220 msgid "bad mounts count - %s"
4223 #: misc/tune2fs.c:638
4225 msgid "bad error behavior - %s"
4228 #: misc/tune2fs.c:665
4230 msgid "bad gid/group name - %s"
4233 #: misc/tune2fs.c:698
4235 msgid "bad interval - %s"
4238 #: misc/tune2fs.c:727
4240 msgid "bad reserved block ratio - %s"
4243 #: misc/tune2fs.c:742
4244 msgid "-o may only be specified once"
4247 #: misc/tune2fs.c:752
4248 msgid "-O may only be specified once"
4251 #: misc/tune2fs.c:762
4253 msgid "bad reserved blocks count - %s"
4256 #: misc/tune2fs.c:791
4258 msgid "bad uid/user name - %s"
4261 #: misc/tune2fs.c:808
4263 msgid "bad inode size - %s"
4266 #: misc/tune2fs.c:815
4268 msgid "Inode size must be a power of two- %s"
4271 #: misc/tune2fs.c:904
4273 msgid "Invalid RAID stride: %s\n"
4276 #: misc/tune2fs.c:919
4278 msgid "Invalid RAID stripe-width: %s\n"
4281 #: misc/tune2fs.c:934
4283 msgid "Invalid hash algorithm: %s\n"
4286 #: misc/tune2fs.c:940
4288 msgid "Setting default hash algorithm to %s (%d)\n"
4291 #: misc/tune2fs.c:948
4295 "Bad options specified.\n"
4297 "Extended options are separated by commas, and may take an argument which\n"
4298 "\tis set off by an equals ('=') sign.\n"
4300 "Valid extended options are:\n"
4301 "\tstride=<RAID per-disk chunk size in blocks>\n"
4302 "\tstripe_width=<RAID stride*data disks in blocks>\n"
4303 "\thash_alg=<hash algorithm>\n"
4308 #: misc/tune2fs.c:1388 misc/tune2fs.c:1393 resize/resize2fs.c:776
4309 msgid "blocks to be moved"
4312 #: misc/tune2fs.c:1485
4315 "To undo the tune2fs operation please run the command\n"
4320 #: misc/tune2fs.c:1546
4322 msgid "The inode size is already %lu\n"
4325 #: misc/tune2fs.c:1551
4327 msgid "Shrinking the inode size is not supported\n"
4330 #: misc/tune2fs.c:1594
4332 msgid "Setting maximal mount count to %d\n"
4335 #: misc/tune2fs.c:1600
4337 msgid "Setting current mount count to %d\n"
4340 #: misc/tune2fs.c:1605
4342 msgid "Setting error behavior to %d\n"
4345 #: misc/tune2fs.c:1610
4347 msgid "Setting reserved blocks gid to %lu\n"
4350 #: misc/tune2fs.c:1615
4352 msgid "Setting interval between checks to %lu seconds\n"
4355 #: misc/tune2fs.c:1622
4357 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
4360 #: misc/tune2fs.c:1629
4362 msgid "reserved blocks count is too big (%lu)"
4365 #: misc/tune2fs.c:1635
4367 msgid "Setting reserved blocks count to %lu\n"
4370 #: misc/tune2fs.c:1641
4373 "The filesystem already has sparse superblocks.\n"
4376 #: misc/tune2fs.c:1648
4380 "Sparse superblock flag set. %s"
4383 #: misc/tune2fs.c:1653
4386 "Clearing the sparse superflag not supported.\n"
4389 #: misc/tune2fs.c:1660
4391 msgid "Setting time filesystem last checked to %s\n"
4394 #: misc/tune2fs.c:1666
4396 msgid "Setting reserved blocks uid to %lu\n"
4399 #: misc/tune2fs.c:1717
4400 msgid "Invalid UUID format\n"
4403 #: misc/tune2fs.c:1729
4404 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4407 #: misc/tune2fs.c:1736
4409 "Changing the inode size not supported for filesystems with the flex_bg\n"
4410 "feature enabled.\n"
4413 #: misc/tune2fs.c:1748
4415 "Error in resizing the inode size.\n"
4416 "Run e2undo to undo the file system changes. \n"
4419 #: misc/tune2fs.c:1752
4421 msgid "Setting inode size %lu\n"
4424 #: misc/tune2fs.c:1762
4426 msgid "Setting stride size to %d\n"
4429 #: misc/tune2fs.c:1767
4431 msgid "Setting stripe width to %d\n"
4435 msgid "Proceed anyway? (y,n) "
4440 msgid "Could not stat %s --- %s\n"
4446 "The device apparently does not exist; did you specify it correctly?\n"
4451 msgid "%s is not a block special device.\n"
4456 msgid "%s is entire device, not just one partition!\n"
4460 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4465 msgid "will not make a %s here!\n"
4469 msgid "mke2fs forced anyway.\n"
4473 msgid "Couldn't allocate memory to parse journal options!\n"
4479 "Bad journal options specified.\n"
4481 "Journal options are separated by commas, and may take an argument which\n"
4482 "\tis set off by an equals ('=') sign.\n"
4484 "Valid journal options are:\n"
4485 "\tsize=<journal size in megabytes>\n"
4486 "\tdevice=<journal device>\n"
4488 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
4495 "Filesystem too small for a journal\n"
4502 "The requested journal size is %d blocks; it must be\n"
4503 "between 1024 and 10240000 blocks. Aborting.\n"
4509 "Journal size too big for filesystem.\n"
4515 "This filesystem will be automatically checked every %d mounts or\n"
4516 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4519 #: misc/uuidgen.c:31
4521 msgid "Usage: %s [-r] [-t]\n"
4524 #: resize/extent.c:196
4525 msgid "# Extent dump:\n"
4528 #: resize/extent.c:197
4530 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4533 #: resize/extent.c:200
4535 msgid "#\t\t %u -> %u (%d)\n"
4541 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
4546 msgid "Extending the inode table"
4550 msgid "Relocating blocks"
4554 msgid "Scanning inode table"
4558 msgid "Updating inode references"
4562 msgid "Moving inode table"
4566 msgid "Unknown pass?!?"
4571 msgid "Begin pass %d (max = %lu)\n"
4574 #: resize/main.c:264
4576 msgid "while opening %s"
4579 #: resize/main.c:276
4581 msgid "while getting stat information for %s"
4584 #: resize/main.c:337
4587 "%s: The combination of flex_bg and\n"
4588 "\t!resize_inode features is not supported by resize2fs.\n"
4591 #: resize/main.c:345
4593 msgid "Estimated minimum size of the filesystem: %u\n"
4596 #: resize/main.c:381
4598 msgid "Invalid new size: %s\n"
4601 #: resize/main.c:394
4602 msgid "Invalid stride length"
4605 #: resize/main.c:418
4608 "The containing partition (or device) is only %u (%dk) blocks.\n"
4609 "You requested a new size of %u blocks.\n"
4613 #: resize/main.c:425
4616 "The filesystem is already %u blocks long. Nothing to do!\n"
4620 #: resize/main.c:436
4623 "Please run 'e2fsck -f %s' first.\n"
4627 #: resize/main.c:447
4629 msgid "while trying to resize %s"
4632 #: resize/main.c:452
4635 "The filesystem on %s is now %u blocks long.\n"
4639 #: resize/main.c:467
4641 msgid "while trying to truncate %s"
4644 #: resize/online.c:37
4646 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
4649 #: resize/online.c:41
4651 msgid "On-line shrinking from %u to %u not supported.\n"
4654 #: resize/online.c:61
4655 msgid "Filesystem does not support online resizing"
4658 #: resize/online.c:68
4660 msgid "while trying to open mountpoint %s"
4663 #: resize/online.c:76
4664 msgid "Permission denied to resize filesystem"
4667 #: resize/online.c:79
4668 msgid "Kernel does not support online resizing"
4671 #: resize/online.c:82
4672 msgid "While checking for on-line resizing support"
4675 #: resize/online.c:111
4677 msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
4680 #: resize/online.c:121
4681 msgid "While trying to extend the last group"
4684 #: resize/online.c:180
4686 msgid "While trying to add group #%d"
4689 #: resize/online.c:191
4692 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
4696 #: resize/resize2fs.c:336
4698 msgid "inodes (%llu) must be less than %u"
4701 #: resize/resize2fs.c:568
4702 msgid "reserved blocks"
4705 #: resize/resize2fs.c:781
4706 msgid "meta-data blocks"
4709 #: resize/resize2fs.c:1738
4711 msgid "Should never happen: resize inode corrupt!\n"