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: 2008-02-09 23:16-0500\n"
70 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
71 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
72 "Language-Team: LANGUAGE <LL@li.org>\n"
74 "Content-Type: text/plain; charset=CHARSET\n"
75 "Content-Transfer-Encoding: 8bit\n"
77 #: e2fsck/badblocks.c:22 misc/mke2fs.c:156
79 msgid "Bad block %u out of range; ignored.\n"
82 #: e2fsck/badblocks.c:45
83 msgid "while sanity checking the bad blocks inode"
86 #: e2fsck/badblocks.c:57
87 msgid "while reading the bad blocks inode"
90 #: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
91 #: e2fsck/unix.c:992 e2fsck/unix.c:1075 misc/badblocks.c:1025
92 #: misc/badblocks.c:1033 misc/badblocks.c:1047 misc/badblocks.c:1059
93 #: misc/dumpe2fs.c:400 misc/e2image.c:571 misc/e2image.c:664
94 #: misc/e2image.c:680 misc/mke2fs.c:172 misc/tune2fs.c:851 resize/main.c:296
96 msgid "while trying to open %s"
99 #: e2fsck/badblocks.c:82
101 msgid "while trying popen '%s'"
104 #: e2fsck/badblocks.c:93 misc/mke2fs.c:179
105 msgid "while reading in list of bad blocks from file"
108 #: e2fsck/badblocks.c:103
109 msgid "while updating bad block inode"
112 #: e2fsck/badblocks.c:129
114 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
117 #: e2fsck/ehandler.c:53
119 msgid "Error reading block %lu (%s) while %s. "
122 #: e2fsck/ehandler.c:56
124 msgid "Error reading block %lu (%s). "
127 #: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
131 #: e2fsck/ehandler.c:60
132 msgid "Force rewrite"
135 #: e2fsck/ehandler.c:100
137 msgid "Error writing block %lu (%s) while %s. "
140 #: e2fsck/ehandler.c:103
142 msgid "Error writing block %lu (%s). "
145 #: e2fsck/emptydir.c:56
146 msgid "empty dirblocks"
149 #: e2fsck/emptydir.c:61
150 msgid "empty dir map"
153 #: e2fsck/emptydir.c:97
155 msgid "Empty directory block %u (#%d) in inode %u\n"
158 #: e2fsck/extend.c:21
160 msgid "%s: %s filename nblocks blocksize\n"
163 #: e2fsck/extend.c:43
165 msgid "Illegal number of blocks!\n"
168 #: e2fsck/extend.c:49
170 msgid "Couldn't allocate block buffer (size=%d)\n"
173 #: e2fsck/flushb.c:34
175 msgid "Usage: %s disk\n"
178 #: e2fsck/flushb.c:63
180 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
185 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
188 #: e2fsck/iscan.c:83 e2fsck/unix.c:786
190 msgid "while opening %s for flushing"
193 #: e2fsck/iscan.c:88 e2fsck/unix.c:792 resize/main.c:274
195 msgid "while trying to flush %s"
198 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:480
199 msgid "while opening inode scan"
202 #: e2fsck/iscan.c:129 misc/e2image.c:498
203 msgid "while getting next inode"
206 #: e2fsck/iscan.c:138
208 msgid "%u inodes scanned.\n"
211 #: e2fsck/journal.c:501
212 msgid "reading journal superblock\n"
215 #: e2fsck/journal.c:558
217 msgid "%s: no valid journal superblock found\n"
220 #: e2fsck/journal.c:567
222 msgid "%s: journal too short\n"
225 #: e2fsck/journal.c:841
227 msgid "%s: recovering journal\n"
230 #: e2fsck/journal.c:843
232 msgid "%s: won't do journal recovery while read-only\n"
235 #: e2fsck/journal.c:864
237 msgid "while trying to re-open %s"
240 #: e2fsck/message.c:109
241 msgid "aextended attribute"
244 #: e2fsck/message.c:110
245 msgid "Aerror allocating"
248 #: e2fsck/message.c:111
252 #: e2fsck/message.c:112
256 #: e2fsck/message.c:113
260 #: e2fsck/message.c:114
261 msgid "Cconflicts with some other fs @b"
264 #: e2fsck/message.c:115
268 #: e2fsck/message.c:116
272 #: e2fsck/message.c:117
276 #: e2fsck/message.c:118
280 #: e2fsck/message.c:119
284 #: e2fsck/message.c:120
288 #: e2fsck/message.c:121
289 msgid "E@e '%Dn' in %p (%i)"
292 #: e2fsck/message.c:122
296 #: e2fsck/message.c:123
297 msgid "Ffor @i %i (%Q) is"
300 #: e2fsck/message.c:124
304 #: e2fsck/message.c:125
308 #: e2fsck/message.c:126
312 #: e2fsck/message.c:127
316 #: e2fsck/message.c:128
317 msgid "mmultiply-claimed"
320 #: e2fsck/message.c:129
324 #: e2fsck/message.c:130
328 #: e2fsck/message.c:131
332 #: e2fsck/message.c:132
336 #: e2fsck/message.c:133
340 #: e2fsck/message.c:134
344 #: e2fsck/message.c:135
348 #: e2fsck/message.c:136
352 #: e2fsck/message.c:137
356 #: e2fsck/message.c:148
357 msgid "<The NULL inode>"
360 #: e2fsck/message.c:149
361 msgid "<The bad blocks inode>"
364 #: e2fsck/message.c:151
365 msgid "<The ACL index inode>"
368 #: e2fsck/message.c:152
369 msgid "<The ACL data inode>"
372 #: e2fsck/message.c:153
373 msgid "<The boot loader inode>"
376 #: e2fsck/message.c:154
377 msgid "<The undelete directory inode>"
380 #: e2fsck/message.c:155
381 msgid "<The group descriptor inode>"
384 #: e2fsck/message.c:156
385 msgid "<The journal inode>"
388 #: e2fsck/message.c:157
389 msgid "<Reserved inode 9>"
392 #: e2fsck/message.c:158
393 msgid "<Reserved inode 10>"
396 #: e2fsck/message.c:314
401 #: e2fsck/message.c:316
406 #: e2fsck/message.c:318
408 msgid "character device"
411 #: e2fsck/message.c:320
416 #: e2fsck/message.c:322
421 #: e2fsck/message.c:324
423 msgid "symbolic link"
426 #: e2fsck/message.c:326
431 #: e2fsck/message.c:328
433 msgid "unknown file type with mode 0%o"
436 #: e2fsck/pass1b.c:215
437 msgid "multiply claimed inode map"
440 #: e2fsck/pass1b.c:566 e2fsck/pass1b.c:703
442 msgid "internal error; can't find dup_blk for %u\n"
445 #: e2fsck/pass1b.c:746
446 msgid "returned from clone_file_block"
449 #: e2fsck/pass1b.c:765
451 msgid "internal error: couldn't lookup EA block record for %u"
454 #: e2fsck/pass1b.c:777
456 msgid "internal error: couldn't lookup EA inode record for %u"
459 #: e2fsck/pass1.c:404 e2fsck/pass2.c:779
460 msgid "reading directory block"
463 #: e2fsck/pass1.c:521
464 msgid "in-use inode map"
467 #: e2fsck/pass1.c:530
468 msgid "directory inode map"
471 #: e2fsck/pass1.c:538
472 msgid "regular file inode map"
475 #: e2fsck/pass1.c:545
476 msgid "in-use block map"
479 #: e2fsck/pass1.c:599
480 msgid "opening inode scan"
483 #: e2fsck/pass1.c:623
484 msgid "getting next inode from scan"
487 #: e2fsck/pass1.c:1016
491 #: e2fsck/pass1.c:1075
493 msgid "reading indirect blocks of inode %u"
496 #: e2fsck/pass1.c:1117
497 msgid "bad inode map"
500 #: e2fsck/pass1.c:1139
501 msgid "inode in bad block map"
504 #: e2fsck/pass1.c:1159
505 msgid "imagic inode map"
508 #: e2fsck/pass1.c:1186
509 msgid "multiply claimed block map"
512 #: e2fsck/pass1.c:1285
513 msgid "ext attr block map"
516 #: e2fsck/pass1.c:2072
520 #: e2fsck/pass1.c:2076
524 #: e2fsck/pass1.c:2080
528 #: e2fsck/pass2.c:292
533 msgid "inode done bitmap"
540 #: e2fsck/pass3.c:145
544 #: e2fsck/pass3.c:333
545 msgid "inode loop detection bitmap"
548 #: e2fsck/pass4.c:176
556 #: e2fsck/problem.c:50
560 #: e2fsck/problem.c:51
564 #: e2fsck/problem.c:52
568 #: e2fsck/problem.c:53
572 #: e2fsck/problem.c:54
576 #: e2fsck/problem.c:55
580 #: e2fsck/problem.c:56
581 msgid "Connect to /lost+found"
584 #: e2fsck/problem.c:57
588 #: e2fsck/problem.c:58
592 #: e2fsck/problem.c:59
596 #: e2fsck/problem.c:60
600 #: e2fsck/problem.c:61
604 #: e2fsck/problem.c:62
608 #: e2fsck/problem.c:63
612 #: e2fsck/problem.c:64
613 msgid "Clone multiply-claimed blocks"
616 #: e2fsck/problem.c:65
620 #: e2fsck/problem.c:66
621 msgid "Suppress messages"
624 #: e2fsck/problem.c:67
628 #: e2fsck/problem.c:68
629 msgid "Clear HTree index"
632 #: e2fsck/problem.c:69
636 #: e2fsck/problem.c:78
640 #: e2fsck/problem.c:79
644 #: e2fsck/problem.c:80
648 #: e2fsck/problem.c:81
652 #: e2fsck/problem.c:82
656 #: e2fsck/problem.c:83
660 #: e2fsck/problem.c:84
664 #: e2fsck/problem.c:85
668 #: e2fsck/problem.c:86
672 #: e2fsck/problem.c:87
676 #: e2fsck/problem.c:88
677 msgid "INODE CLEARED"
680 #: e2fsck/problem.c:89
684 #: e2fsck/problem.c:90
688 #: e2fsck/problem.c:91
692 #: e2fsck/problem.c:92
693 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
696 #: e2fsck/problem.c:93
700 #: e2fsck/problem.c:94
704 #: e2fsck/problem.c:95
708 #: e2fsck/problem.c:96
709 msgid "HTREE INDEX CLEARED"
712 #: e2fsck/problem.c:97
713 msgid "WILL RECREATE"
716 #: e2fsck/problem.c:106
717 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
718 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
721 #: e2fsck/problem.c:110
722 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
723 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
726 #: e2fsck/problem.c:115
727 #. @-expanded: inode table for group %g is not in group. (block %b)\n
728 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
730 "@i table for @g %g is not in @g. (@b %b)\n"
731 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
734 #: e2fsck/problem.c:121
737 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
738 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
739 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
740 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
741 #. @-expanded: e2fsck -b %S <device>\n
745 "The @S could not be read or does not describe a correct ext2\n"
746 "@f. If the @v is valid and it really contains an ext2\n"
747 "@f (and not swap or ufs or something else), then the @S\n"
748 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
749 " e2fsck -b %S <@v>\n"
753 #: e2fsck/problem.c:130
754 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
755 #. @-expanded: The physical size of the device is %c blocks\n
756 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
758 "The @f size (according to the @S) is %b @bs\n"
759 "The physical size of the @v is %c @bs\n"
760 "Either the @S or the partition table is likely to be corrupt!\n"
763 #: e2fsck/problem.c:137
764 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
765 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
766 #. @-expanded: from the block size.\n
768 "@S @b_size = %b, fragsize = %c.\n"
769 "This version of e2fsck does not support fragment sizes different\n"
770 "from the @b size.\n"
773 #: e2fsck/problem.c:144
774 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
775 msgid "@S @bs_per_group = %b, should have been %c\n"
778 #: e2fsck/problem.c:149
779 #. @-expanded: superblock first_data_block = %b, should have been %c\n
780 msgid "@S first_data_@b = %b, should have been %c\n"
783 #: e2fsck/problem.c:154
784 #. @-expanded: filesystem did not have a UUID; generating one.\n
787 "@f did not have a UUID; generating one.\n"
791 #: e2fsck/problem.c:159
794 "Note: if several inode or block bitmap blocks or part\n"
795 "of the inode table require relocation, you may wish to try\n"
796 "running e2fsck with the '-b %S' option first. The problem\n"
797 "may lie only with the primary block group descriptors, and\n"
798 "the backup block group descriptors may be OK.\n"
802 #: e2fsck/problem.c:168
803 #. @-expanded: Corruption found in superblock. (%s = %N).\n
804 msgid "Corruption found in @S. (%s = %N).\n"
807 #: e2fsck/problem.c:173
809 #. @-expanded: Error determining size of the physical device: %m\n
810 msgid "Error determining size of the physical @v: %m\n"
813 #: e2fsck/problem.c:178
814 #. @-expanded: inode count in superblock is %i, should be %j.\n
815 msgid "@i count in @S is %i, @s %j.\n"
818 #: e2fsck/problem.c:182
819 msgid "The Hurd does not support the filetype feature.\n"
822 #: e2fsck/problem.c:187
824 #. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
825 msgid "@S has an @n ext3 @j (@i %i).\n"
828 #: e2fsck/problem.c:192
829 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
830 msgid "External @j has multiple @f users (unsupported).\n"
833 #: e2fsck/problem.c:197
834 #. @-expanded: Can't find external journal\n
835 msgid "Can't find external @j\n"
838 #: e2fsck/problem.c:202
839 #. @-expanded: External journal has bad superblock\n
840 msgid "External @j has bad @S\n"
843 #: e2fsck/problem.c:207
844 #. @-expanded: External journal does not support this filesystem\n
845 msgid "External @j does not support this @f\n"
848 #: e2fsck/problem.c:212
849 #. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
850 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
851 #. @-expanded: format.\n
852 #. @-expanded: It is also possible the journal superblock is corrupt.\n
854 "Ext3 @j @S is unknown type %N (unsupported).\n"
855 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
857 "It is also possible the @j @S is corrupt.\n"
860 #: e2fsck/problem.c:220
861 #. @-expanded: Ext3 journal superblock is corrupt.\n
862 msgid "Ext3 @j @S is corrupt.\n"
865 #: e2fsck/problem.c:225
867 #. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
868 msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
871 #: e2fsck/problem.c:230
872 #. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
873 msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
876 #: e2fsck/problem.c:235
877 #. @-expanded: ext3 recovery flag is clear, but journal has data.\n
878 msgid "ext3 recovery flag is clear, but @j has data.\n"
881 #: e2fsck/problem.c:240
882 #. @-expanded: Clear journal
886 #: e2fsck/problem.c:245
887 #. @-expanded: Run journal anyway
888 msgid "Run @j anyway"
891 #: e2fsck/problem.c:250
892 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
893 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
896 #: e2fsck/problem.c:255
897 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
898 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
901 #: e2fsck/problem.c:260
902 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
903 msgid "@I @b #%B (%b) found in @o @i %i.\n"
906 #: e2fsck/problem.c:265
907 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
908 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
911 #: e2fsck/problem.c:270
913 #. @-expanded: illegal orphaned inode %i in superblock.\n
914 msgid "@I @o @i %i in @S.\n"
917 #: e2fsck/problem.c:275
919 #. @-expanded: illegal inode %i in orphaned inode list.\n
920 msgid "@I @i %i in @o @i list.\n"
923 #: e2fsck/problem.c:280 e2fsck/problem.c:613
924 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
925 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
928 #: e2fsck/problem.c:285
929 #. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
930 msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
933 #: e2fsck/problem.c:290
934 #. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
935 msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
938 #: e2fsck/problem.c:295
939 #. @-expanded: journal version not supported by this e2fsck.\n
940 msgid "@j version not supported by this e2fsck.\n"
943 #: e2fsck/problem.c:300
945 #. @-expanded: Moving journal from /%s to hidden inode.\n
948 "Moving @j from /%s to hidden @i.\n"
952 #: e2fsck/problem.c:305
954 #. @-expanded: Error moving journal: %m\n
957 "Error moving @j: %m\n"
961 #: e2fsck/problem.c:310
962 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
963 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
966 "Found @n V2 @j @S fields (from V1 @j).\n"
967 "Clearing fields beyond the V1 @j @S...\n"
971 #: e2fsck/problem.c:316
972 #. @-expanded: Backing up journal inode block information.\n
975 "Backing up @j @i @b information.\n"
979 #: e2fsck/problem.c:321
980 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
981 #. @-expanded: is %N; should be zero.
983 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
987 #: e2fsck/problem.c:327
988 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
989 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
992 #: e2fsck/problem.c:332
993 #. @-expanded: Resize inode not valid.
994 msgid "Resize @i not valid. "
997 #: e2fsck/problem.c:337
998 #. @-expanded: superblock last mount time is in the future.
999 msgid "@S last mount time is in the future. "
1002 #: e2fsck/problem.c:342
1003 #. @-expanded: superblock last write time is in the future.
1004 msgid "@S last write time is in the future. "
1007 #: e2fsck/problem.c:346
1009 #. @-expanded: superblock hint for external superblock should be %X.
1010 msgid "@S hint for external superblock @s %X. "
1013 #: e2fsck/problem.c:351
1014 #. @-expanded: Adding dirhash hint to filesystem.\n
1017 "Adding dirhash hint to @f.\n"
1021 #: e2fsck/problem.c:358
1022 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1023 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1026 #: e2fsck/problem.c:362
1027 #. @-expanded: root inode is not a directory.
1028 msgid "@r is not a @d. "
1031 #: e2fsck/problem.c:367
1032 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1033 msgid "@r has dtime set (probably due to old mke2fs). "
1036 #: e2fsck/problem.c:372
1037 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1038 msgid "Reserved @i %i (%Q) has @n mode. "
1041 #: e2fsck/problem.c:377
1043 #. @-expanded: deleted inode %i has zero dtime.
1044 msgid "@D @i %i has zero dtime. "
1047 #: e2fsck/problem.c:382
1049 #. @-expanded: inode %i is in use, but has dtime set.
1050 msgid "@i %i is in use, but has dtime set. "
1053 #: e2fsck/problem.c:387
1055 #. @-expanded: inode %i is a zero-length directory.
1056 msgid "@i %i is a @z @d. "
1059 #: e2fsck/problem.c:392
1060 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1061 msgid "@g %g's @b @B at %b @C.\n"
1064 #: e2fsck/problem.c:397
1065 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1066 msgid "@g %g's @i @B at %b @C.\n"
1069 #: e2fsck/problem.c:402
1070 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1071 msgid "@g %g's @i table at %b @C.\n"
1074 #: e2fsck/problem.c:407
1075 #. @-expanded: group %g's block bitmap (%b) is bad.
1076 msgid "@g %g's @b @B (%b) is bad. "
1079 #: e2fsck/problem.c:412
1080 #. @-expanded: group %g's inode bitmap (%b) is bad.
1081 msgid "@g %g's @i @B (%b) is bad. "
1084 #: e2fsck/problem.c:417
1085 #. @-expanded: inode %i, i_size is %Is, should be %N.
1086 msgid "@i %i, i_size is %Is, @s %N. "
1089 #: e2fsck/problem.c:422
1090 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1091 msgid "@i %i, i_@bs is %Ib, @s %N. "
1094 #: e2fsck/problem.c:427
1095 #. @-expanded: illegal block #%B (%b) in inode %i.
1096 msgid "@I @b #%B (%b) in @i %i. "
1099 #: e2fsck/problem.c:432
1100 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1101 msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1104 #: e2fsck/problem.c:437
1106 #. @-expanded: inode %i has illegal block(s).
1107 msgid "@i %i has illegal @b(s). "
1110 #: e2fsck/problem.c:442
1112 #. @-expanded: Too many illegal blocks in inode %i.\n
1113 msgid "Too many illegal @bs in @i %i.\n"
1116 #: e2fsck/problem.c:447
1117 #. @-expanded: illegal block #%B (%b) in bad block inode.
1118 msgid "@I @b #%B (%b) in bad @b @i. "
1121 #: e2fsck/problem.c:452
1122 #. @-expanded: Bad block inode has illegal block(s).
1123 msgid "Bad @b @i has illegal @b(s). "
1126 #: e2fsck/problem.c:457
1127 #. @-expanded: Duplicate or bad block in use!\n
1128 msgid "Duplicate or bad @b in use!\n"
1131 #: e2fsck/problem.c:462
1132 #. @-expanded: Bad block %b used as bad block inode indirect block.
1133 msgid "Bad @b %b used as bad @b @i indirect @b. "
1136 #: e2fsck/problem.c:467
1138 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1139 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1140 #. @-expanded: in the filesystem.\n
1143 "The bad @b @i has probably been corrupted. You probably\n"
1144 "should stop now and run e2fsck -c to scan for bad blocks\n"
1148 #: e2fsck/problem.c:474
1150 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1153 "If the @b is really bad, the @f can not be fixed.\n"
1156 #: e2fsck/problem.c:479
1157 #. @-expanded: You can remove this block from the bad block list and hope\n
1158 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1161 "You can remove this @b from the bad @b list and hope\n"
1162 "that the @b is really OK. But there are no guarantees.\n"
1166 #: e2fsck/problem.c:485
1167 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1168 msgid "The primary @S (%b) is on the bad @b list.\n"
1171 #: e2fsck/problem.c:490
1172 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1173 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1176 #: e2fsck/problem.c:496
1177 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1178 msgid "Warning: Group %g's @S (%b) is bad.\n"
1181 #: e2fsck/problem.c:501
1182 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1183 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1186 #: e2fsck/problem.c:507
1187 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1188 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1191 #: e2fsck/problem.c:513
1192 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1193 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1196 #: e2fsck/problem.c:518
1198 #. @-expanded: error allocating block buffer for relocating %s\n
1199 msgid "@A @b buffer for relocating %s\n"
1202 #: e2fsck/problem.c:523
1203 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1204 msgid "Relocating @g %g's %s from %b to %c...\n"
1207 #: e2fsck/problem.c:528
1209 #. @-expanded: Relocating group %g's %s to %c...\n
1210 msgid "Relocating @g %g's %s to %c...\n"
1213 #: e2fsck/problem.c:533
1214 #. @-expanded: Warning: could not read block %b of %s: %m\n
1215 msgid "Warning: could not read @b %b of %s: %m\n"
1218 #: e2fsck/problem.c:538
1219 #. @-expanded: Warning: could not write block %b for %s: %m\n
1220 msgid "Warning: could not write @b %b for %s: %m\n"
1223 #: e2fsck/problem.c:543 e2fsck/problem.c:1280
1224 #. @-expanded: error allocating inode bitmap (%N): %m\n
1225 msgid "@A @i @B (%N): %m\n"
1228 #: e2fsck/problem.c:548
1229 #. @-expanded: error allocating block bitmap (%N): %m\n
1230 msgid "@A @b @B (%N): %m\n"
1233 #: e2fsck/problem.c:553
1235 #. @-expanded: error allocating icount link information: %m\n
1236 msgid "@A icount link information: %m\n"
1239 #: e2fsck/problem.c:558
1241 #. @-expanded: error allocating directory block array: %m\n
1242 msgid "@A @d @b array: %m\n"
1245 #: e2fsck/problem.c:563
1247 #. @-expanded: Error while scanning inodes (%i): %m\n
1248 msgid "Error while scanning @is (%i): %m\n"
1251 #: e2fsck/problem.c:568
1253 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1254 msgid "Error while iterating over @bs in @i %i: %m\n"
1257 #: e2fsck/problem.c:573
1258 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1259 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1262 #: e2fsck/problem.c:578
1263 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1264 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1267 #: e2fsck/problem.c:584
1269 #. @-expanded: Error reading inode %i: %m\n
1270 msgid "Error reading @i %i: %m\n"
1273 #: e2fsck/problem.c:592
1275 #. @-expanded: inode %i has imagic flag set.
1276 msgid "@i %i has imagic flag set. "
1279 #: e2fsck/problem.c:597
1281 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1282 #. @-expanded: or append-only flag set.
1284 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1285 "or append-only flag set. "
1288 #: e2fsck/problem.c:603
1290 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1291 msgid "@i %i has @cion flag set on @f without @cion support. "
1294 #: e2fsck/problem.c:608
1296 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1297 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1300 #: e2fsck/problem.c:618
1301 #. @-expanded: journal inode is not in use, but contains data.
1302 msgid "@j @i is not in use, but contains data. "
1305 #: e2fsck/problem.c:623
1306 #. @-expanded: journal is not regular file.
1307 msgid "@j is not regular file. "
1310 #: e2fsck/problem.c:628
1312 #. @-expanded: inode %i was part of the orphaned inode list.
1313 msgid "@i %i was part of the @o @i list. "
1316 #: e2fsck/problem.c:634
1317 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1318 msgid "@is that were part of a corrupted orphan linked list found. "
1321 #: e2fsck/problem.c:639
1322 #. @-expanded: error allocating refcount structure (%N): %m\n
1323 msgid "@A refcount structure (%N): %m\n"
1326 #: e2fsck/problem.c:644
1327 #. @-expanded: Error reading extended attribute block %b for inode %i.
1328 msgid "Error reading @a @b %b for @i %i. "
1331 #: e2fsck/problem.c:649
1332 #. @-expanded: inode %i has a bad extended attribute block %b.
1333 msgid "@i %i has a bad @a @b %b. "
1336 #: e2fsck/problem.c:654
1337 #. @-expanded: Error reading extended attribute block %b (%m).
1338 msgid "Error reading @a @b %b (%m). "
1341 #: e2fsck/problem.c:659
1342 #. @-expanded: extended attribute block %b has reference count %B, should be %N.
1343 msgid "@a @b %b has reference count %B, @s %N. "
1346 #: e2fsck/problem.c:664
1347 #. @-expanded: Error writing extended attribute block %b (%m).
1348 msgid "Error writing @a @b %b (%m). "
1351 #: e2fsck/problem.c:669
1352 #. @-expanded: extended attribute block %b has h_blocks > 1.
1353 msgid "@a @b %b has h_@bs > 1. "
1356 #: e2fsck/problem.c:674
1357 #. @-expanded: error allocating extended attribute block %b.
1358 msgid "@A @a @b %b. "
1361 #: e2fsck/problem.c:679
1362 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1363 msgid "@a @b %b is corrupt (allocation collision). "
1366 #: e2fsck/problem.c:684
1367 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1368 msgid "@a @b %b is corrupt (@n name). "
1371 #: e2fsck/problem.c:689
1372 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1373 msgid "@a @b %b is corrupt (@n value). "
1376 #: e2fsck/problem.c:694
1378 #. @-expanded: inode %i is too big.
1379 msgid "@i %i is too big. "
1382 #: e2fsck/problem.c:698
1383 #. @-expanded: block #%B (%b) causes directory to be too big.
1384 msgid "@b #%B (%b) causes @d to be too big. "
1387 #: e2fsck/problem.c:703
1388 #. @-expanded: block #%B (%b) causes file to be too big.
1389 msgid "@b #%B (%b) causes file to be too big. "
1392 #: e2fsck/problem.c:708
1393 #. @-expanded: block #%B (%b) causes symlink to be too big.
1394 msgid "@b #%B (%b) causes symlink to be too big. "
1397 #: e2fsck/problem.c:713
1399 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1400 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1403 #: e2fsck/problem.c:718
1405 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1406 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1409 #: e2fsck/problem.c:723
1411 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1412 msgid "@h %i has an @n root node.\n"
1415 #: e2fsck/problem.c:728
1416 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1417 msgid "@h %i has an unsupported hash version (%N)\n"
1420 #: e2fsck/problem.c:733
1422 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1423 msgid "@h %i uses an incompatible htree root node flag.\n"
1426 #: e2fsck/problem.c:738
1427 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1428 msgid "@h %i has a tree depth (%N) which is too big\n"
1431 #: e2fsck/problem.c:743
1432 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1433 #. @-expanded: filesystem metadata.
1435 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1439 #: e2fsck/problem.c:749
1441 #. @-expanded: Resize inode (re)creation failed: %m.
1442 msgid "Resize @i (re)creation failed: %m."
1445 #: e2fsck/problem.c:754
1446 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1447 msgid "@i %i has a extra size (%IS) which is @n\n"
1450 #: e2fsck/problem.c:759
1451 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1452 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1455 #: e2fsck/problem.c:764
1456 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1457 msgid "@a in @i %i has a value size (%N) which is @n\n"
1460 #: e2fsck/problem.c:769
1461 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1462 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1465 #: e2fsck/problem.c:774
1466 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1467 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1470 #: e2fsck/problem.c:779
1471 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1472 msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1475 #: e2fsck/problem.c:784
1476 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1477 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1480 #: e2fsck/problem.c:791
1482 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1483 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1486 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1487 "Pass 1B: Rescanning for @m @bs\n"
1490 #: e2fsck/problem.c:797
1492 #. @-expanded: multiply-claimed block(s) in inode %i:
1493 msgid "@m @b(s) in @i %i:"
1496 #: e2fsck/problem.c:812
1498 msgid "Error while scanning inodes (%i): %m\n"
1501 #: e2fsck/problem.c:817
1503 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1504 msgid "@A @i @B (@i_dup_map): %m\n"
1507 #: e2fsck/problem.c:822
1509 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1510 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1513 #: e2fsck/problem.c:827 e2fsck/problem.c:1143
1514 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1515 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1518 #: e2fsck/problem.c:833
1519 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1520 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1523 #: e2fsck/problem.c:839
1524 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1525 msgid "Pass 1D: Reconciling @m @bs\n"
1528 #: e2fsck/problem.c:844
1529 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1530 #. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1532 "File %Q (@i #%i, mod time %IM) \n"
1533 " has %B @m @b(s), shared with %N file(s):\n"
1536 #: e2fsck/problem.c:850
1537 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1538 msgid "\t%Q (@i #%i, mod time %IM)\n"
1541 #: e2fsck/problem.c:855
1542 #. @-expanded: \t<filesystem metadata>\n
1543 msgid "\t<@f metadata>\n"
1546 #: e2fsck/problem.c:860
1547 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1550 "(There are %N @is containing @m @bs.)\n"
1554 #: e2fsck/problem.c:865
1555 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1558 "@m @bs already reassigned or cloned.\n"
1562 #: e2fsck/problem.c:878
1564 msgid "Couldn't clone file: %m\n"
1567 #: e2fsck/problem.c:884
1568 #. @-expanded: Pass 2: Checking directory structure\n
1569 msgid "Pass 2: Checking @d structure\n"
1572 #: e2fsck/problem.c:889
1574 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1575 msgid "@n @i number for '.' in @d @i %i.\n"
1578 #: e2fsck/problem.c:894
1579 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1580 msgid "@E has @n @i #: %Di.\n"
1583 #: e2fsck/problem.c:899
1584 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1585 msgid "@E has @D/unused @i %Di. "
1588 #: e2fsck/problem.c:904
1589 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1590 msgid "@E @L to '.' "
1593 #: e2fsck/problem.c:909
1594 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1595 msgid "@E points to @i (%Di) located in a bad @b.\n"
1598 #: e2fsck/problem.c:914
1599 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1600 msgid "@E @L to @d %P (%Di).\n"
1603 #: e2fsck/problem.c:919
1604 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1605 msgid "@E @L to the @r.\n"
1608 #: e2fsck/problem.c:924
1609 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1610 msgid "@E has illegal characters in its name.\n"
1613 #: e2fsck/problem.c:929
1615 #. @-expanded: Missing '.' in directory inode %i.\n
1616 msgid "Missing '.' in @d @i %i.\n"
1619 #: e2fsck/problem.c:934
1621 #. @-expanded: Missing '..' in directory inode %i.\n
1622 msgid "Missing '..' in @d @i %i.\n"
1625 #: e2fsck/problem.c:939
1626 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1627 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1630 #: e2fsck/problem.c:944
1631 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1632 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1635 #: e2fsck/problem.c:949
1636 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1637 msgid "i_faddr @F %IF, @s zero.\n"
1640 #: e2fsck/problem.c:954
1641 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1642 msgid "i_file_acl @F %If, @s zero.\n"
1645 #: e2fsck/problem.c:959
1646 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1647 msgid "i_dir_acl @F %Id, @s zero.\n"
1650 #: e2fsck/problem.c:964
1651 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1652 msgid "i_frag @F %N, @s zero.\n"
1655 #: e2fsck/problem.c:969
1656 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1657 msgid "i_fsize @F %N, @s zero.\n"
1660 #: e2fsck/problem.c:974
1661 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1662 msgid "@i %i (%Q) has @n mode (%Im).\n"
1665 #: e2fsck/problem.c:979
1666 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1667 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1670 #: e2fsck/problem.c:984
1671 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1672 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1675 #: e2fsck/problem.c:989
1676 #. @-expanded: directory inode %i has an unallocated block #%B.
1677 msgid "@d @i %i has an unallocated @b #%B. "
1680 #: e2fsck/problem.c:994
1682 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1683 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1686 #: e2fsck/problem.c:999
1688 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1689 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1692 #: e2fsck/problem.c:1004
1693 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1694 msgid "@i %i (%Q) is an @I character @v.\n"
1697 #: e2fsck/problem.c:1009
1698 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1699 msgid "@i %i (%Q) is an @I @b @v.\n"
1702 #: e2fsck/problem.c:1014
1703 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1704 msgid "@E is duplicate '.' @e.\n"
1707 #: e2fsck/problem.c:1019
1708 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1709 msgid "@E is duplicate '..' @e.\n"
1712 #: e2fsck/problem.c:1024 e2fsck/problem.c:1305
1714 msgid "Internal error: couldn't find dir_info for %i.\n"
1717 #: e2fsck/problem.c:1029
1718 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1719 msgid "@E has rec_len of %Dr, @s %N.\n"
1722 #: e2fsck/problem.c:1034
1724 #. @-expanded: error allocating icount structure: %m\n
1725 msgid "@A icount structure: %m\n"
1728 #: e2fsck/problem.c:1039
1730 #. @-expanded: Error iterating over directory blocks: %m\n
1731 msgid "Error iterating over @d @bs: %m\n"
1734 #: e2fsck/problem.c:1044
1735 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1736 msgid "Error reading @d @b %b (@i %i): %m\n"
1739 #: e2fsck/problem.c:1049
1740 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1741 msgid "Error writing @d @b %b (@i %i): %m\n"
1744 #: e2fsck/problem.c:1054
1746 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1747 msgid "@A new @d @b for @i %i (%s): %m\n"
1750 #: e2fsck/problem.c:1059
1752 #. @-expanded: Error deallocating inode %i: %m\n
1753 msgid "Error deallocating @i %i: %m\n"
1756 #: e2fsck/problem.c:1064
1757 #. @-expanded: directory entry for '.' is big.
1758 msgid "@d @e for '.' is big. "
1761 #: e2fsck/problem.c:1069
1762 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1763 msgid "@i %i (%Q) is an @I FIFO.\n"
1766 #: e2fsck/problem.c:1074
1767 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1768 msgid "@i %i (%Q) is an @I socket.\n"
1771 #: e2fsck/problem.c:1079
1772 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1773 msgid "Setting filetype for @E to %N.\n"
1776 #: e2fsck/problem.c:1084
1777 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1778 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1781 #: e2fsck/problem.c:1089
1782 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1783 msgid "@E has filetype set.\n"
1786 #: e2fsck/problem.c:1094
1787 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1788 msgid "@E has a @z name.\n"
1791 #: e2fsck/problem.c:1099
1792 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1793 msgid "Symlink %Q (@i #%i) is @n.\n"
1796 #: e2fsck/problem.c:1104
1797 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1798 msgid "@a @b @F @n (%If).\n"
1801 #: e2fsck/problem.c:1109
1802 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1803 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1806 #: e2fsck/problem.c:1114
1807 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1808 msgid "@p @h %d: node (%B) not referenced\n"
1811 #: e2fsck/problem.c:1119
1812 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1813 msgid "@p @h %d: node (%B) referenced twice\n"
1816 #: e2fsck/problem.c:1124
1817 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1818 msgid "@p @h %d: node (%B) has bad min hash\n"
1821 #: e2fsck/problem.c:1129
1822 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1823 msgid "@p @h %d: node (%B) has bad max hash\n"
1826 #: e2fsck/problem.c:1134
1827 #. @-expanded: invalid HTREE directory inode %d (%q).
1828 msgid "@n @h %d (%q). "
1831 #: e2fsck/problem.c:1138
1832 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1833 msgid "@p @h %d (%q): bad @b number %b.\n"
1836 #: e2fsck/problem.c:1148
1838 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1839 msgid "@p @h %d: root node is @n\n"
1842 #: e2fsck/problem.c:1153
1843 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1844 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1847 #: e2fsck/problem.c:1158
1848 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1849 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1852 #: e2fsck/problem.c:1163
1853 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1854 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1857 #: e2fsck/problem.c:1168
1858 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1859 msgid "@p @h %d: node (%B) has @n depth\n"
1862 #: e2fsck/problem.c:1173
1863 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1864 msgid "Duplicate @E found. "
1867 #: e2fsck/problem.c:1178
1869 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1870 #. @-expanded: Rename to %s
1872 "@E has a non-unique filename.\n"
1876 #: e2fsck/problem.c:1183
1877 #. @-expanded: Duplicate entry '%Dn' found.\n
1878 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1881 "Duplicate @e '%Dn' found.\n"
1882 "\tMarking %p (%i) to be rebuilt.\n"
1886 #: e2fsck/problem.c:1188
1887 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1888 msgid "i_blocks_hi @F %N, @s zero.\n"
1891 #: e2fsck/problem.c:1195
1892 #. @-expanded: Pass 3: Checking directory connectivity\n
1893 msgid "Pass 3: Checking @d connectivity\n"
1896 #: e2fsck/problem.c:1200
1897 #. @-expanded: root inode not allocated.
1898 msgid "@r not allocated. "
1901 #: e2fsck/problem.c:1205
1902 #. @-expanded: No room in lost+found directory.
1903 msgid "No room in @l @d. "
1906 #: e2fsck/problem.c:1210
1908 #. @-expanded: Unconnected directory inode %i (%p)\n
1909 msgid "Unconnected @d @i %i (%p)\n"
1912 #: e2fsck/problem.c:1215
1913 #. @-expanded: /lost+found not found.
1914 msgid "/@l not found. "
1917 #: e2fsck/problem.c:1220
1918 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1919 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1922 #: e2fsck/problem.c:1225
1923 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
1924 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
1927 #: e2fsck/problem.c:1230
1929 #. @-expanded: Could not expand /lost+found: %m\n
1930 msgid "Could not expand /@l: %m\n"
1933 #: e2fsck/problem.c:1235
1935 msgid "Could not reconnect %i: %m\n"
1938 #: e2fsck/problem.c:1240
1940 #. @-expanded: Error while trying to find /lost+found: %m\n
1941 msgid "Error while trying to find /@l: %m\n"
1944 #: e2fsck/problem.c:1245
1946 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1947 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1950 #: e2fsck/problem.c:1250
1952 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1953 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1956 #: e2fsck/problem.c:1255
1958 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1959 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1962 #: e2fsck/problem.c:1260
1964 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1965 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1968 #: e2fsck/problem.c:1265
1970 #. @-expanded: Error while adjusting inode count on inode %i\n
1971 msgid "Error while adjusting @i count on @i %i\n"
1974 #: e2fsck/problem.c:1270
1976 #. @-expanded: Couldn't fix parent of inode %i: %m\n
1979 "Couldn't fix parent of @i %i: %m\n"
1983 #: e2fsck/problem.c:1275
1985 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1988 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
1992 #: e2fsck/problem.c:1285
1994 #. @-expanded: Error creating root directory (%s): %m\n
1995 msgid "Error creating root @d (%s): %m\n"
1998 #: e2fsck/problem.c:1290
2000 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2001 msgid "Error creating /@l @d (%s): %m\n"
2004 #: e2fsck/problem.c:1295
2005 #. @-expanded: root inode is not a directory; aborting.\n
2006 msgid "@r is not a @d; aborting.\n"
2009 #: e2fsck/problem.c:1300
2010 #. @-expanded: Cannot proceed without a root inode.\n
2011 msgid "Cannot proceed without a @r.\n"
2014 #: e2fsck/problem.c:1310
2016 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2017 msgid "/@l is not a @d (ino=%i)\n"
2020 #: e2fsck/problem.c:1317
2021 msgid "Pass 3A: Optimizing directories\n"
2024 #: e2fsck/problem.c:1322
2026 msgid "Failed to create dirs_to_hash iterator: %m"
2029 #: e2fsck/problem.c:1327
2030 msgid "Failed to optimize directory %q (%d): %m"
2033 #: e2fsck/problem.c:1332
2034 msgid "Optimizing directories: "
2037 #: e2fsck/problem.c:1349
2038 msgid "Pass 4: Checking reference counts\n"
2041 #: e2fsck/problem.c:1354
2043 #. @-expanded: unattached zero-length inode %i.
2044 msgid "@u @z @i %i. "
2047 #: e2fsck/problem.c:1359
2049 #. @-expanded: unattached inode %i\n
2053 #: e2fsck/problem.c:1364
2054 #. @-expanded: inode %i ref count is %Il, should be %N.
2055 msgid "@i %i ref count is %Il, @s %N. "
2058 #: e2fsck/problem.c:1368
2059 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2060 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2061 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2063 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2064 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2065 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2068 #: e2fsck/problem.c:1378
2069 #. @-expanded: Pass 5: Checking group summary information\n
2070 msgid "Pass 5: Checking @g summary information\n"
2073 #: e2fsck/problem.c:1383
2074 #. @-expanded: Padding at end of inode bitmap is not set.
2075 msgid "Padding at end of @i @B is not set. "
2078 #: e2fsck/problem.c:1388
2079 #. @-expanded: Padding at end of block bitmap is not set.
2080 msgid "Padding at end of @b @B is not set. "
2083 #: e2fsck/problem.c:1393
2084 #. @-expanded: block bitmap differences:
2085 msgid "@b @B differences: "
2088 #: e2fsck/problem.c:1413
2089 #. @-expanded: inode bitmap differences:
2090 msgid "@i @B differences: "
2093 #: e2fsck/problem.c:1433
2094 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2095 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2098 #: e2fsck/problem.c:1438
2099 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2100 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2103 #: e2fsck/problem.c:1443
2104 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2105 msgid "Free @is count wrong (%i, counted=%j).\n"
2108 #: e2fsck/problem.c:1448
2109 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2110 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2113 #: e2fsck/problem.c:1453
2114 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2115 msgid "Free @bs count wrong (%b, counted=%c).\n"
2118 #: e2fsck/problem.c:1458
2119 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2120 #. @-expanded: endpoints (%i, %j)\n
2122 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2123 "endpoints (%i, %j)\n"
2126 #: e2fsck/problem.c:1464
2127 msgid "Internal error: fudging end of bitmap (%N)\n"
2130 #: e2fsck/problem.c:1469
2132 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2133 msgid "Error copying in replacement @i @B: %m\n"
2136 #: e2fsck/problem.c:1474
2138 #. @-expanded: Error copying in replacement block bitmap: %m\n
2139 msgid "Error copying in replacement @b @B: %m\n"
2142 #: e2fsck/problem.c:1499
2143 msgid "Recreate journal to make the filesystem ext3 again?\n"
2146 #: e2fsck/problem.c:1617
2148 msgid "Unhandled error code (0x%x)!\n"
2151 #: e2fsck/problem.c:1711
2155 #: e2fsck/scantest.c:81
2157 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2160 #: e2fsck/scantest.c:100
2162 msgid "size of inode=%d\n"
2165 #: e2fsck/scantest.c:121
2166 msgid "while starting inode scan"
2169 #: e2fsck/scantest.c:132
2170 msgid "while doing inode scan"
2173 #: e2fsck/super.c:187
2175 msgid "while calling ext2fs_block_iterate for inode %d"
2178 #: e2fsck/super.c:210
2180 msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
2183 #: e2fsck/super.c:268
2187 #: e2fsck/super.c:269
2191 #: e2fsck/swapfs.c:98
2192 msgid "while calling ext2fs_block_iterate"
2195 #: e2fsck/swapfs.c:104
2196 msgid "while calling iterator function"
2199 #: e2fsck/swapfs.c:126
2200 msgid "while allocating inode buffer"
2203 #: e2fsck/swapfs.c:138
2205 msgid "while reading inode table (group %d)"
2208 #: e2fsck/swapfs.c:176
2210 msgid "while writing inode table (group %d)"
2213 #: e2fsck/swapfs.c:226
2215 msgid "Pass 0: Doing byte-swap of filesystem\n"
2218 #: e2fsck/swapfs.c:233
2221 "%s: the filesystem must be freshly checked using fsck\n"
2222 "and not mounted before trying to byte-swap it.\n"
2225 #: e2fsck/swapfs.c:268
2232 "Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2233 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2234 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2235 "\t\t[-E extended-options] device\n"
2243 " -p Automatic repair (no questions)\n"
2244 " -n Make no changes to the filesystem\n"
2245 " -y Assume \"yes\" to all questions\n"
2246 " -c Check for bad blocks and add them to the badblock "
2248 " -f Force checking even if filesystem is marked clean\n"
2255 " -b superblock Use alternative superblock\n"
2256 " -B blocksize Force blocksize when looking for superblock\n"
2257 " -j external_journal Set location of the external journal\n"
2258 " -l bad_blocks_file Add to badblocks list\n"
2259 " -L bad_blocks_file Set badblocks list\n"
2262 #: e2fsck/unix.c:121
2264 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2267 #: e2fsck/unix.c:133
2269 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2272 #: e2fsck/unix.c:176 misc/badblocks.c:789 misc/tune2fs.c:876 misc/util.c:151
2273 #: resize/main.c:237
2275 msgid "while determining whether %s is mounted."
2278 #: e2fsck/unix.c:194
2280 msgid "Warning! %s is mounted.\n"
2283 #: e2fsck/unix.c:198
2285 msgid "%s is mounted. "
2288 #: e2fsck/unix.c:200
2290 "Cannot continue, aborting.\n"
2294 #: e2fsck/unix.c:201
2299 "\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2300 "SEVERE filesystem damage.\a\a\a\n"
2304 #: e2fsck/unix.c:204
2305 msgid "Do you really want to continue"
2308 #: e2fsck/unix.c:206
2310 msgid "check aborted.\n"
2313 #: e2fsck/unix.c:280
2314 msgid " contains a file system with errors"
2317 #: e2fsck/unix.c:282
2318 msgid " was not cleanly unmounted"
2321 #: e2fsck/unix.c:284
2322 msgid " primary superblock features different from backup"
2325 #: e2fsck/unix.c:288
2327 msgid " has been mounted %u times without being checked"
2330 #: e2fsck/unix.c:295
2332 msgid " has gone %u days without being checked"
2335 #: e2fsck/unix.c:304
2336 msgid ", check forced.\n"
2339 #: e2fsck/unix.c:307
2341 msgid "%s: clean, %u/%u files, %u/%u blocks"
2344 #: e2fsck/unix.c:324
2345 msgid " (check deferred; on battery)"
2348 #: e2fsck/unix.c:327
2349 msgid " (check after next mount)"
2352 #: e2fsck/unix.c:329
2354 msgid " (check in %ld mounts)"
2357 #: e2fsck/unix.c:475
2359 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2362 #: e2fsck/unix.c:546
2364 msgid "Invalid EA version.\n"
2367 #: e2fsck/unix.c:552
2369 msgid "Unknown extended option: %s\n"
2372 #: e2fsck/unix.c:572
2375 "Syntax error in e2fsck config file (%s, line #%d)\n"
2379 #: e2fsck/unix.c:636
2381 msgid "Error validating file descriptor %d: %s\n"
2384 #: e2fsck/unix.c:640
2385 msgid "Invalid completion information file descriptor"
2388 #: e2fsck/unix.c:655
2389 msgid "Only one of the options -p/-a, -n or -y may be specified."
2392 #: e2fsck/unix.c:676
2394 msgid "The -t option is not supported on this version of e2fsck.\n"
2397 #: e2fsck/unix.c:747
2399 msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2402 #: e2fsck/unix.c:770 misc/tune2fs.c:470 misc/tune2fs.c:735 misc/tune2fs.c:752
2404 msgid "Unable to resolve '%s'"
2407 #: e2fsck/unix.c:801
2409 msgid "Incompatible options not allowed when byte-swapping.\n"
2412 #: e2fsck/unix.c:808
2414 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2417 #: e2fsck/unix.c:856
2420 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2424 #: e2fsck/unix.c:865
2428 "Invalid non-numeric argument to -%c (\"%s\")\n"
2432 #: e2fsck/unix.c:904
2434 msgid "Error: ext2fs library version out of date!\n"
2437 #: e2fsck/unix.c:912
2438 msgid "while trying to initialize program"
2441 #: e2fsck/unix.c:926
2443 msgid "\tUsing %s, %s\n"
2446 #: e2fsck/unix.c:938
2447 msgid "need terminal for interactive repairs"
2450 #: e2fsck/unix.c:978
2452 msgid "%s: %s trying backup blocks...\n"
2455 #: e2fsck/unix.c:980
2456 msgid "Superblock invalid,"
2459 #: e2fsck/unix.c:981
2460 msgid "Group descriptors look bad..."
2463 #: e2fsck/unix.c:995
2466 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2467 "(Or the filesystem superblock is corrupt)\n"
2471 #: e2fsck/unix.c:1001
2473 msgid "Could this be a zero-length partition?\n"
2476 #: e2fsck/unix.c:1003
2478 msgid "You must have %s access to the filesystem or be root\n"
2481 #: e2fsck/unix.c:1008
2483 msgid "Possibly non-existent or swap device?\n"
2486 #: e2fsck/unix.c:1010
2488 msgid "Filesystem mounted or opened exclusively by another program?\n"
2491 #: e2fsck/unix.c:1014
2494 "Disk write-protected; use the -n option to do a read-only\n"
2495 "check of the device.\n"
2498 #: e2fsck/unix.c:1078
2499 msgid "Get a newer version of e2fsck!"
2502 #: e2fsck/unix.c:1099
2504 msgid "while checking ext3 journal for %s"
2507 #: e2fsck/unix.c:1110
2510 "Warning: skipping journal recovery because doing a read-only filesystem "
2514 #: e2fsck/unix.c:1123
2516 msgid "unable to set superblock flags on %s\n"
2519 #: e2fsck/unix.c:1129
2521 msgid "while recovering ext3 journal of %s"
2524 #: e2fsck/unix.c:1158
2525 msgid "Warning: compression support is experimental.\n"
2528 #: e2fsck/unix.c:1163
2531 "E2fsck not compiled with HTREE support,\n"
2532 "\tbut filesystem %s has HTREE directories.\n"
2535 #: e2fsck/unix.c:1212
2537 msgid "%s: Filesystem byte order already normalized.\n"
2540 #: e2fsck/unix.c:1232
2541 msgid "while reading bad blocks inode"
2544 #: e2fsck/unix.c:1234
2546 msgid "This doesn't bode well, but we'll try to go on...\n"
2549 #: e2fsck/unix.c:1260
2550 msgid "Couldn't determine journal size"
2553 #: e2fsck/unix.c:1263 misc/mke2fs.c:1744
2555 msgid "Creating journal (%d blocks): "
2558 #: e2fsck/unix.c:1270 misc/mke2fs.c:1752
2561 "\twhile trying to create journal"
2564 #: e2fsck/unix.c:1273
2569 #: e2fsck/unix.c:1274
2573 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2576 #: e2fsck/unix.c:1281
2578 msgid "Restarting e2fsck from the beginning...\n"
2581 #: e2fsck/unix.c:1285
2582 msgid "while resetting context"
2585 #: e2fsck/unix.c:1292
2587 msgid "%s: e2fsck canceled.\n"
2590 #: e2fsck/unix.c:1297
2594 #: e2fsck/unix.c:1309
2598 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2601 #: e2fsck/unix.c:1312
2603 msgid "%s: ***** REBOOT LINUX *****\n"
2606 #: e2fsck/unix.c:1320
2610 "%s: ********** WARNING: Filesystem still has errors **********\n"
2614 #: e2fsck/util.c:131 misc/util.c:68
2618 #: e2fsck/util.c:132
2622 #: e2fsck/util.c:146
2626 #: e2fsck/util.c:148
2630 #: e2fsck/util.c:150
2634 #: e2fsck/util.c:165
2635 msgid "cancelled!\n"
2638 #: e2fsck/util.c:180
2642 #: e2fsck/util.c:182
2646 #: e2fsck/util.c:192
2653 #: e2fsck/util.c:196
2660 #: e2fsck/util.c:200
2664 #: e2fsck/util.c:200
2668 #: e2fsck/util.c:214
2670 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2673 #: e2fsck/util.c:219
2674 msgid "reading inode and block bitmaps"
2677 #: e2fsck/util.c:224
2679 msgid "while retrying to read bitmaps for %s"
2682 #: e2fsck/util.c:237
2683 msgid "writing block bitmaps"
2686 #: e2fsck/util.c:242
2688 msgid "while retrying to write block bitmaps for %s"
2691 #: e2fsck/util.c:249
2692 msgid "writing inode bitmaps"
2695 #: e2fsck/util.c:254
2697 msgid "while retrying to write inode bitmaps for %s"
2700 #: e2fsck/util.c:267
2705 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2706 "\t(i.e., without -a or -p options)\n"
2709 #: e2fsck/util.c:332
2711 msgid "Memory used: %dk/%dk (%dk/%dk), "
2714 #: e2fsck/util.c:336
2716 msgid "Memory used: %d, "
2719 #: e2fsck/util.c:342
2721 msgid "time: %5.2f/%5.2f/%5.2f\n"
2724 #: e2fsck/util.c:347
2726 msgid "elapsed time: %6.3f\n"
2729 #: e2fsck/util.c:361
2731 msgid "while reading inode %ld in %s"
2734 #: e2fsck/util.c:375 e2fsck/util.c:388
2736 msgid "while writing inode %ld in %s"
2739 #: misc/badblocks.c:61
2743 #: misc/badblocks.c:80
2746 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2747 " [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2749 " device [last_block [start_block]]\n"
2752 #: misc/badblocks.c:88
2755 "%s: The -n and -w options are mutually exclusive.\n"
2759 #: misc/badblocks.c:235
2760 msgid "Testing with random pattern: "
2763 #: misc/badblocks.c:253
2764 msgid "Testing with pattern 0x"
2767 #: misc/badblocks.c:278 misc/badblocks.c:307
2771 #: misc/badblocks.c:285
2773 msgid "Weird value (%ld) in do_read\n"
2776 #: misc/badblocks.c:327
2777 msgid "during ext2fs_sync_device"
2780 #: misc/badblocks.c:343 misc/badblocks.c:581
2781 msgid "while beginning bad block list iteration"
2784 #: misc/badblocks.c:357 misc/badblocks.c:447 misc/badblocks.c:591
2785 msgid "while allocating buffers"
2788 #: misc/badblocks.c:361
2790 msgid "Checking blocks %lu to %lu\n"
2793 #: misc/badblocks.c:365
2794 msgid "Checking for bad blocks in read-only mode\n"
2797 #: misc/badblocks.c:374
2798 msgid "Checking for bad blocks (read-only test): "
2801 #: misc/badblocks.c:454
2802 msgid "Checking for bad blocks in read-write mode\n"
2805 #: misc/badblocks.c:456 misc/badblocks.c:604
2807 msgid "From block %lu to %lu\n"
2810 #: misc/badblocks.c:507
2811 msgid "Reading and comparing: "
2814 #: misc/badblocks.c:603
2815 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2818 #: misc/badblocks.c:607
2819 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2822 #: misc/badblocks.c:614
2825 "Interrupt caught, cleaning up\n"
2828 #: misc/badblocks.c:684
2830 msgid "during test data write, block %lu"
2833 #: misc/badblocks.c:794 misc/util.c:156
2835 msgid "%s is mounted; "
2838 #: misc/badblocks.c:796
2839 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2842 #: misc/badblocks.c:801
2843 msgid "it's not safe to run badblocks!\n"
2846 #: misc/badblocks.c:806 misc/util.c:167
2848 msgid "%s is apparently in use by the system; "
2851 #: misc/badblocks.c:809
2852 msgid "badblocks forced anyway.\n"
2855 #: misc/badblocks.c:871
2857 msgid "bad block size - %s"
2860 #: misc/badblocks.c:928
2862 msgid "can't allocate memory for test_pattern - %s"
2865 #: misc/badblocks.c:942
2867 msgid "invalid test_pattern: %s\n"
2870 #: misc/badblocks.c:961
2871 msgid "Maximum of one test_pattern may be specified in read-only mode"
2874 #: misc/badblocks.c:967
2875 msgid "Random test_pattern is not allowed in read-only mode"
2878 #: misc/badblocks.c:981
2880 "Couldn't determine device size; you must specify\n"
2881 "the size manually\n"
2884 #: misc/badblocks.c:987
2885 msgid "while trying to determine device size"
2888 #: misc/badblocks.c:996 misc/mke2fs.c:1223
2890 msgid "invalid blocks count - %s"
2893 #: misc/badblocks.c:1009
2895 msgid "invalid starting block - %s"
2898 #: misc/badblocks.c:1015
2900 msgid "invalid starting block (%d): must be less than %lu"
2903 #: misc/badblocks.c:1070
2904 msgid "while creating in-memory bad blocks list"
2907 #: misc/badblocks.c:1085
2908 msgid "while adding to in-memory bad block list"
2911 #: misc/badblocks.c:1109
2913 msgid "Pass completed, %u bad blocks found.\n"
2918 msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
2921 #: misc/chattr.c:147
2923 msgid "bad version - %s\n"
2926 #: misc/chattr.c:191 misc/lsattr.c:113
2928 msgid "while trying to stat %s"
2931 #: misc/chattr.c:208 misc/chattr.c:224
2933 msgid "Flags of %s set as "
2936 #: misc/chattr.c:217
2938 msgid "while reading flags on %s"
2941 #: misc/chattr.c:232
2943 msgid "while setting flags on %s"
2946 #: misc/chattr.c:237
2948 msgid "Version of %s set as %lu\n"
2951 #: misc/chattr.c:240
2953 msgid "while setting version on %s"
2956 #: misc/chattr.c:254
2958 msgid "Couldn't allocate path variable in chattr_dir_proc"
2961 #: misc/chattr.c:292
2962 msgid "= is incompatible with - and +\n"
2965 #: misc/chattr.c:300
2966 msgid "Must use '-v', =, - or +\n"
2969 #: misc/dumpe2fs.c:53
2971 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
2974 #: misc/dumpe2fs.c:162
2976 msgid "Group %lu: (Blocks "
2979 #: misc/dumpe2fs.c:168
2981 msgid " %s superblock at "
2984 #: misc/dumpe2fs.c:169
2988 #: misc/dumpe2fs.c:169
2992 #: misc/dumpe2fs.c:173
2994 msgid ", Group descriptors at "
2997 #: misc/dumpe2fs.c:177
3001 " Reserved GDT blocks at "
3004 #: misc/dumpe2fs.c:184
3006 msgid " Group descriptor at "
3009 #: misc/dumpe2fs.c:190
3010 msgid " Block bitmap at "
3013 #: misc/dumpe2fs.c:195
3014 msgid ", Inode bitmap at "
3017 #: misc/dumpe2fs.c:200
3023 #: misc/dumpe2fs.c:207
3027 " %d free blocks, %d free inodes, %d directories\n"
3030 #: misc/dumpe2fs.c:213
3031 msgid " Free blocks: "
3034 #: misc/dumpe2fs.c:221
3035 msgid " Free inodes: "
3038 #: misc/dumpe2fs.c:246
3039 msgid "while printing bad block list"
3042 #: misc/dumpe2fs.c:252
3044 msgid "Bad blocks: %u"
3047 #: misc/dumpe2fs.c:274 misc/tune2fs.c:243
3048 msgid "while reading journal inode"
3051 #: misc/dumpe2fs.c:277
3052 msgid "Journal size: "
3055 #: misc/dumpe2fs.c:296 misc/tune2fs.c:165
3056 msgid "while reading journal superblock"
3059 #: misc/dumpe2fs.c:304
3060 msgid "Couldn't find journal superblock magic numbers"
3063 #: misc/dumpe2fs.c:308
3067 "Journal block size: %u\n"
3068 "Journal length: %u\n"
3069 "Journal first block: %u\n"
3070 "Journal sequence: 0x%08x\n"
3071 "Journal start: %u\n"
3072 "Journal number of users: %u\n"
3075 #: misc/dumpe2fs.c:321
3077 msgid "Journal users: %s\n"
3080 #: misc/dumpe2fs.c:376 misc/mke2fs.c:1167
3082 msgid "\tUsing %s\n"
3085 #: misc/dumpe2fs.c:402 misc/e2image.c:666 misc/tune2fs.c:854 resize/main.c:298
3087 msgid "Couldn't find valid filesystem superblock.\n"
3090 #: misc/dumpe2fs.c:413
3092 msgid "Note: This is a byte-swapped filesystem\n"
3095 #: misc/dumpe2fs.c:432
3099 "%s: %s: error reading bitmaps: %s\n"
3102 #: misc/e2image.c:50
3104 msgid "Usage: %s [-rsI] device image_file\n"
3107 #: misc/e2image.c:62
3108 msgid "Couldn't allocate header buffer\n"
3111 #: misc/e2image.c:81
3113 msgid "short write (only %d bytes) for writing image header"
3116 #: misc/e2image.c:100
3117 msgid "while writing superblock"
3120 #: misc/e2image.c:108
3121 msgid "while writing inode table"
3124 #: misc/e2image.c:115
3125 msgid "while writing block bitmap"
3128 #: misc/e2image.c:122
3129 msgid "while writing inode bitmap"
3132 #: misc/e2label.c:57
3134 msgid "e2label: cannot open %s\n"
3137 #: misc/e2label.c:62
3139 msgid "e2label: cannot seek to superblock\n"
3142 #: misc/e2label.c:67
3144 msgid "e2label: error reading superblock\n"
3147 #: misc/e2label.c:71
3149 msgid "e2label: not an ext2 filesystem\n"
3152 #: misc/e2label.c:96 misc/tune2fs.c:970
3154 msgid "Warning: label too long, truncating.\n"
3157 #: misc/e2label.c:99
3159 msgid "e2label: cannot seek to superblock again\n"
3162 #: misc/e2label.c:104
3164 msgid "e2label: error writing superblock\n"
3167 #: misc/e2label.c:116 misc/tune2fs.c:462
3169 msgid "Usage: e2label device [newlabel]\n"
3174 msgid "WARNING: couldn't open %s: %s\n"
3179 msgid "WARNING: bad format on line %d of %s\n"
3184 "\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3185 "\tfield. I will kludge around things for you, but you\n"
3186 "\tshould fix your /etc/fstab file as soon as you can.\n"
3192 msgid "fsck: %s: not found\n"
3197 msgid "%s: wait: No more child process?!?\n"
3202 msgid "Warning... %s for device %s exited with signal %d.\n"
3207 msgid "%s %s: status is %x, should never happen.\n"
3212 msgid "Finished with %s (exit status %d)\n"
3217 msgid "%s: Error %d while executing fsck.%s for %s\n"
3222 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3223 "with 'no' or '!'.\n"
3227 msgid "Couldn't allocate memory for filesystem types\n"
3233 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3239 msgid "fsck: cannot check %s: fsck.%s not found\n"
3243 msgid "Checking all file systems.\n"
3248 msgid "--waiting-- (pass %d)\n"
3253 "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3258 msgid "%s: too many devices\n"
3261 #: misc/fsck.c:1136 misc/fsck.c:1222
3263 msgid "%s: too many arguments\n"
3268 msgid "Usage: %s [-RVadlv] [files...]\n"
3273 msgid "While reading flags on %s"
3278 msgid "While reading version on %s"
3284 "Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3285 "\t[-i bytes-per-inode] [-I inode-size] [-j] [-J journal-options]\n"
3286 "\t[-N number-of-inodes] [-m reserved-blocks-percentage] [-o creator-os]\n"
3287 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3288 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]] [-qvSV]\n"
3289 "\tdevice [blocks-count]\n"
3292 #: misc/mke2fs.c:197
3294 msgid "Running command: %s\n"
3297 #: misc/mke2fs.c:201
3299 msgid "while trying to run '%s'"
3302 #: misc/mke2fs.c:208
3303 msgid "while processing list of bad blocks from program"
3306 #: misc/mke2fs.c:235
3308 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3311 #: misc/mke2fs.c:237
3313 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3316 #: misc/mke2fs.c:240
3317 msgid "Aborting....\n"
3320 #: misc/mke2fs.c:260
3323 "Warning: the backup superblock/group descriptors at block %u contain\n"
3328 #: misc/mke2fs.c:278
3329 msgid "while marking bad blocks as used"
3332 #: misc/mke2fs.c:336
3336 #: misc/mke2fs.c:371
3337 msgid "while allocating zeroizing buffer"
3340 #: misc/mke2fs.c:413
3341 msgid "Writing inode tables: "
3344 #: misc/mke2fs.c:430
3348 "Could not write %d blocks in inode table starting at %u: %s\n"
3351 #: misc/mke2fs.c:486
3352 msgid "while creating root dir"
3355 #: misc/mke2fs.c:493
3356 msgid "while reading root inode"
3359 #: misc/mke2fs.c:507
3360 msgid "while setting root inode ownership"
3363 #: misc/mke2fs.c:525
3364 msgid "while creating /lost+found"
3367 #: misc/mke2fs.c:532
3368 msgid "while looking up /lost+found"
3371 #: misc/mke2fs.c:542
3372 msgid "while expanding /lost+found"
3375 #: misc/mke2fs.c:558
3376 msgid "while setting bad block inode"
3379 #: misc/mke2fs.c:590
3381 msgid "Out of memory erasing sectors %d-%d\n"
3384 #: misc/mke2fs.c:600
3386 msgid "Warning: could not read block 0: %s\n"
3389 #: misc/mke2fs.c:616
3391 msgid "Warning: could not erase sector %d: %s\n"
3394 #: misc/mke2fs.c:632
3395 msgid "while initializing journal superblock"
3398 #: misc/mke2fs.c:638
3399 msgid "Zeroing journal device: "
3402 #: misc/mke2fs.c:645
3404 msgid "while zeroing journal device (block %u, count %d)"
3407 #: misc/mke2fs.c:656
3408 msgid "while writing journal superblock"
3411 #: misc/mke2fs.c:672
3414 "warning: %u blocks unused.\n"
3418 #: misc/mke2fs.c:677
3420 msgid "Filesystem label=%s\n"
3423 #: misc/mke2fs.c:678
3427 #: misc/mke2fs.c:683
3429 msgid "Block size=%u (log=%u)\n"
3432 #: misc/mke2fs.c:685
3434 msgid "Fragment size=%u (log=%u)\n"
3437 #: misc/mke2fs.c:687
3439 msgid "%u inodes, %u blocks\n"
3442 #: misc/mke2fs.c:689
3444 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3447 #: misc/mke2fs.c:692
3449 msgid "First data block=%u\n"
3452 #: misc/mke2fs.c:694
3454 msgid "Maximum filesystem blocks=%lu\n"
3457 #: misc/mke2fs.c:699
3459 msgid "%u block groups\n"
3462 #: misc/mke2fs.c:701
3464 msgid "%u block group\n"
3467 #: misc/mke2fs.c:702
3469 msgid "%u blocks per group, %u fragments per group\n"
3472 #: misc/mke2fs.c:704
3474 msgid "%u inodes per group\n"
3477 #: misc/mke2fs.c:711
3479 msgid "Superblock backups stored on blocks: "
3482 #: misc/mke2fs.c:767 misc/tune2fs.c:776
3484 msgid "Couldn't allocate memory to parse options!\n"
3487 #: misc/mke2fs.c:791
3489 msgid "Invalid stride parameter: %s\n"
3492 #: misc/mke2fs.c:812
3494 msgid "Invalid resize parameter: %s\n"
3497 #: misc/mke2fs.c:819
3499 msgid "The resize maximum must be greater than the filesystem size.\n"
3502 #: misc/mke2fs.c:843
3504 msgid "On-line resizing not supported with revision 0 filesystems\n"
3507 #: misc/mke2fs.c:858
3511 "Bad options specified.\n"
3513 "Extended options are separated by commas, and may take an argument which\n"
3514 "\tis set off by an equals ('=') sign.\n"
3516 "Valid extended options are:\n"
3517 "\tstride=<stride length in blocks>\n"
3518 "\tresize=<resize maximum size in blocks>\n"
3522 #: misc/mke2fs.c:888
3525 "Syntax error in mke2fs config file (%s, line #%d)\n"
3529 #: misc/mke2fs.c:901 misc/tune2fs.c:314
3531 msgid "Invalid filesystem option set: %s\n"
3534 #: misc/mke2fs.c:1008
3536 msgid "invalid block size - %s"
3539 #: misc/mke2fs.c:1012
3541 msgid "Warning: blocksize %d not usable on most systems.\n"
3544 #: misc/mke2fs.c:1029
3546 msgid "invalid fragment size - %s"
3549 #: misc/mke2fs.c:1035
3551 msgid "Warning: fragments not supported. Ignoring -f option\n"
3554 #: misc/mke2fs.c:1042
3555 msgid "Illegal number for blocks per group"
3558 #: misc/mke2fs.c:1047
3559 msgid "blocks per group must be multiple of 8"
3562 #: misc/mke2fs.c:1057
3564 msgid "invalid inode ratio %s (min %d/max %d)"
3567 #: misc/mke2fs.c:1074
3568 msgid "in malloc for bad_blocks_filename"
3571 #: misc/mke2fs.c:1083
3573 msgid "invalid reserved blocks percent - %s"
3576 #: misc/mke2fs.c:1101
3578 msgid "bad revision level - %s"
3581 #: misc/mke2fs.c:1113
3583 msgid "invalid inode size - %s"
3586 #: misc/mke2fs.c:1133
3588 msgid "bad num inodes - %s"
3591 #: misc/mke2fs.c:1191 misc/mke2fs.c:1713
3593 msgid "while trying to open journal device %s\n"
3596 #: misc/mke2fs.c:1197
3598 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3601 #: misc/mke2fs.c:1211
3603 msgid "%d-byte blocks too big for system (max %d)"
3606 #: misc/mke2fs.c:1215
3609 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3612 #: misc/mke2fs.c:1233
3616 #: misc/mke2fs.c:1256 resize/main.c:332
3617 msgid "while trying to determine filesystem size"
3620 #: misc/mke2fs.c:1262
3622 "Couldn't determine device size; you must specify\n"
3623 "the size of the filesystem\n"
3626 #: misc/mke2fs.c:1269
3628 "Device size reported to be zero. Invalid partition specified, or\n"
3629 "\tpartition table wasn't reread after running fdisk, due to\n"
3630 "\ta modified partition being busy and in use. You may need to reboot\n"
3631 "\tto re-read your partition table.\n"
3634 #: misc/mke2fs.c:1287
3635 msgid "Filesystem larger than apparent device size."
3638 #: misc/mke2fs.c:1335
3640 msgid "Filesystem features not supported with revision 0 filesystems\n"
3643 #: misc/mke2fs.c:1342
3645 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3648 #: misc/mke2fs.c:1354
3650 msgid "Journals not supported with revision 0 filesystems\n"
3653 #: misc/mke2fs.c:1380
3654 msgid "while trying to determine hardware sector size"
3657 #: misc/mke2fs.c:1432
3658 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3661 #: misc/mke2fs.c:1441
3662 msgid "blocks per group count out of range"
3665 #: misc/mke2fs.c:1448
3667 "Filesystem too large. No more than 2**31-1 blocks\n"
3668 "\t (8TB using a blocksize of 4k) are currently supported."
3671 #: misc/mke2fs.c:1455
3675 "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3676 "\tusing ext3. Use -b 4096 if this is an issue for you.\n"
3680 #: misc/mke2fs.c:1472
3682 msgid "invalid inode size %d (min %d/max %d)"
3685 #: misc/mke2fs.c:1478
3687 msgid "Warning: %d-byte inodes not usable on older systems\n"
3690 #: misc/mke2fs.c:1490
3692 msgid "too many inodes (%llu), raise inode ratio?"
3695 #: misc/mke2fs.c:1495
3697 msgid "too many inodes (%llu), specify < 2^32 inodes"
3700 #: misc/mke2fs.c:1510
3703 "inode_size (%u) * inodes_count (%u) too big for a\n"
3704 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3705 "\tor lower inode count (-N).\n"
3708 #: misc/mke2fs.c:1559
3709 msgid "while setting up superblock"
3712 #: misc/mke2fs.c:1596
3714 msgid "unknown os - %s"
3717 #: misc/mke2fs.c:1650
3718 msgid "while trying to allocate filesystem tables"
3721 #: misc/mke2fs.c:1681
3723 msgid "while zeroing block %u at end of filesystem"
3726 #: misc/mke2fs.c:1695
3727 msgid "while reserving blocks for online resize"
3730 #: misc/mke2fs.c:1706 misc/tune2fs.c:399
3734 #: misc/mke2fs.c:1718
3736 msgid "Adding journal to device %s: "
3739 #: misc/mke2fs.c:1725
3743 "\twhile trying to add journal to device %s"
3746 #: misc/mke2fs.c:1730 misc/mke2fs.c:1756 misc/tune2fs.c:427 misc/tune2fs.c:441
3751 #: misc/mke2fs.c:1761
3753 msgid "Writing superblocks and filesystem accounting information: "
3756 #: misc/mke2fs.c:1766
3760 "Warning, had trouble writing out superblocks."
3763 #: misc/mke2fs.c:1769
3770 #: misc/mklost+found.c:49
3772 msgid "Usage: mklost+found\n"
3775 #: misc/tune2fs.c:89
3776 msgid "Please run e2fsck on the filesystem.\n"
3779 #: misc/tune2fs.c:96
3782 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3783 "\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3784 "\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3785 "\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3786 "\t[-u user] [-C mount_count] [-L volume_label]\n"
3787 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
3788 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID] device\n"
3791 #: misc/tune2fs.c:153
3792 msgid "while trying to open external journal"
3795 #: misc/tune2fs.c:157
3797 msgid "%s is not a journal device.\n"
3800 #: misc/tune2fs.c:172
3801 msgid "Journal superblock not found!\n"
3804 #: misc/tune2fs.c:184
3805 msgid "Filesystem's UUID not found on journal device.\n"
3808 #: misc/tune2fs.c:205
3809 msgid "Journal NOT removed\n"
3812 #: misc/tune2fs.c:211
3813 msgid "Journal removed\n"
3816 #: misc/tune2fs.c:250
3817 msgid "while reading bitmaps"
3820 #: misc/tune2fs.c:257
3821 msgid "while clearing journal inode"
3824 #: misc/tune2fs.c:268
3825 msgid "while writing journal inode"
3828 #: misc/tune2fs.c:283
3830 msgid "Invalid mount option set: %s\n"
3833 #: misc/tune2fs.c:329
3835 "The has_journal flag may only be cleared when the filesystem is\n"
3836 "unmounted or mounted read-only.\n"
3839 #: misc/tune2fs.c:337
3841 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
3842 "the has_journal flag.\n"
3845 #: misc/tune2fs.c:394
3846 msgid "The filesystem already has a journal.\n"
3849 #: misc/tune2fs.c:411
3853 "\twhile trying to open journal on %s\n"
3856 #: misc/tune2fs.c:415
3858 msgid "Creating journal on device %s: "
3861 #: misc/tune2fs.c:423
3863 msgid "while adding filesystem to journal on %s"
3866 #: misc/tune2fs.c:429
3867 msgid "Creating journal inode: "
3870 #: misc/tune2fs.c:438
3873 "\twhile trying to create journal file"
3876 #: misc/tune2fs.c:505
3878 msgid "Couldn't parse date/time specifier: %s"
3881 #: misc/tune2fs.c:529 misc/tune2fs.c:542
3883 msgid "bad mounts count - %s"
3886 #: misc/tune2fs.c:558
3888 msgid "bad error behavior - %s"
3891 #: misc/tune2fs.c:585
3893 msgid "bad gid/group name - %s"
3896 #: misc/tune2fs.c:618
3898 msgid "bad interval - %s"
3901 #: misc/tune2fs.c:646
3903 msgid "bad reserved block ratio - %s"
3906 #: misc/tune2fs.c:661
3907 msgid "-o may only be specified once"
3910 #: misc/tune2fs.c:671
3911 msgid "-O may only be specified once"
3914 #: misc/tune2fs.c:681
3916 msgid "bad reserved blocks count - %s"
3919 #: misc/tune2fs.c:710
3921 msgid "bad uid/user name - %s"
3924 #: misc/tune2fs.c:804
3928 "Bad options specified.\n"
3930 "Extended options are separated by commas, and may take an argument which\n"
3931 "\tis set off by an equals ('=') sign.\n"
3933 "Valid extended options are:\n"
3938 #: misc/tune2fs.c:862
3940 msgid "Filesystem %s has unsupported features enabled.\n"
3943 #: misc/tune2fs.c:886
3945 msgid "Setting maximal mount count to %d\n"
3948 #: misc/tune2fs.c:892
3950 msgid "Setting current mount count to %d\n"
3953 #: misc/tune2fs.c:897
3955 msgid "Setting error behavior to %d\n"
3958 #: misc/tune2fs.c:902
3960 msgid "Setting reserved blocks gid to %lu\n"
3963 #: misc/tune2fs.c:907
3965 msgid "Setting interval between checks to %lu seconds\n"
3968 #: misc/tune2fs.c:913
3970 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
3973 #: misc/tune2fs.c:919
3975 msgid "reserved blocks count is too big (%lu)"
3978 #: misc/tune2fs.c:925
3980 msgid "Setting reserved blocks count to %lu\n"
3983 #: misc/tune2fs.c:931
3986 "The filesystem already has sparse superblocks.\n"
3989 #: misc/tune2fs.c:938
3993 "Sparse superblock flag set. %s"
3996 #: misc/tune2fs.c:945
3999 "The filesystem already has sparse superblocks disabled.\n"
4002 #: misc/tune2fs.c:953
4006 "Sparse superblock flag cleared. %s"
4009 #: misc/tune2fs.c:960
4011 msgid "Setting time filesystem last checked to %s\n"
4014 #: misc/tune2fs.c:966
4016 msgid "Setting reserved blocks uid to %lu\n"
4019 #: misc/tune2fs.c:1001
4020 msgid "Invalid UUID format\n"
4024 msgid "Proceed anyway? (y,n) "
4029 msgid "Could not stat %s --- %s\n"
4035 "The device apparently does not exist; did you specify it correctly?\n"
4040 msgid "%s is not a block special device.\n"
4045 msgid "%s is entire device, not just one partition!\n"
4049 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4054 msgid "will not make a %s here!\n"
4058 msgid "mke2fs forced anyway.\n"
4062 msgid "Couldn't allocate memory to parse journal options!\n"
4068 "Bad journal options specified.\n"
4070 "Journal options are separated by commas, and may take an argument which\n"
4071 "\tis set off by an equals ('=') sign.\n"
4073 "Valid journal options are:\n"
4074 "\tsize=<journal size in megabytes>\n"
4075 "\tdevice=<journal device>\n"
4077 "The journal size must be between 1024 and 102400 filesystem blocks.\n"
4084 "Filesystem too small for a journal\n"
4091 "The requested journal size is %d blocks; it must be\n"
4092 "between 1024 and 10240000 blocks. Aborting.\n"
4098 "Journal size too big for filesystem.\n"
4104 "This filesystem will be automatically checked every %d mounts or\n"
4105 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4108 #: misc/uuidgen.c:31
4110 msgid "Usage: %s [-r] [-t]\n"
4113 #: resize/extent.c:196
4114 msgid "# Extent dump:\n"
4117 #: resize/extent.c:197
4119 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4122 #: resize/extent.c:200
4124 msgid "#\t\t %u -> %u (%d)\n"
4130 "Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
4135 msgid "Extending the inode table"
4139 msgid "Relocating blocks"
4143 msgid "Scanning inode table"
4147 msgid "Updating inode references"
4151 msgid "Moving inode table"
4155 msgid "Unknown pass?!?"
4160 msgid "Begin pass %d (max = %lu)\n"
4163 #: resize/main.c:253
4165 msgid "while opening %s"
4168 #: resize/main.c:265
4170 msgid "while getting stat information for %s"
4173 #: resize/main.c:339
4175 msgid "bad filesystem size - %s"
4178 #: resize/main.c:353
4179 msgid "Invalid stride length"
4182 #: resize/main.c:377
4185 "The containing partition (or device) is only %u (%dk) blocks.\n"
4186 "You requested a new size of %u blocks.\n"
4190 #: resize/main.c:384
4193 "The filesystem is already %u blocks long. Nothing to do!\n"
4197 #: resize/main.c:395
4200 "Please run 'e2fsck -f %s' first.\n"
4204 #: resize/main.c:406
4206 msgid "while trying to resize %s"
4209 #: resize/main.c:411
4212 "The filesystem on %s is now %u blocks long.\n"
4216 #: resize/resize2fs.c:233
4218 msgid "inodes (%llu) must be less than %u"
4221 #: resize/resize2fs.c:642
4222 msgid "reserved blocks"
4225 #: resize/resize2fs.c:647
4226 msgid "blocks to be moved"
4229 #: resize/resize2fs.c:652
4230 msgid "meta-data blocks"
4233 #: resize/resize2fs.c:1534
4235 msgid "Should never happen: resize inode corrupt!\n"