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-06-18 06:49-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:162
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:997 e2fsck/unix.c:1080 misc/badblocks.c:1078
92 #: misc/badblocks.c:1086 misc/badblocks.c:1100 misc/badblocks.c:1112
93 #: misc/dumpe2fs.c:505 misc/e2image.c:571 misc/e2image.c:667
94 #: misc/e2image.c:683 misc/mke2fs.c:178 misc/tune2fs.c:1438 resize/main.c:304
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:185
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: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:781
190 msgid "while opening %s for flushing"
193 #: e2fsck/iscan.c:88 e2fsck/unix.c:787 resize/main.c:282
195 msgid "while trying to flush %s"
198 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:478
199 msgid "while opening inode scan"
202 #: e2fsck/iscan.c:129 misc/e2image.c:496
203 msgid "while getting next inode"
206 #: e2fsck/iscan.c:138
208 msgid "%u inodes scanned.\n"
211 #: e2fsck/journal.c:505
212 msgid "reading journal superblock\n"
215 #: e2fsck/journal.c:562
217 msgid "%s: no valid journal superblock found\n"
220 #: e2fsck/journal.c:571
222 msgid "%s: journal too short\n"
225 #: e2fsck/journal.c:856
227 msgid "%s: recovering journal\n"
230 #: e2fsck/journal.c:858
232 msgid "%s: won't do journal recovery while read-only\n"
235 #: e2fsck/journal.c:879
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:321
405 #: e2fsck/message.c:323
410 #: e2fsck/message.c:325
412 msgid "character device"
415 #: e2fsck/message.c:327
420 #: e2fsck/message.c:329
425 #: e2fsck/message.c:331
427 msgid "symbolic link"
430 #: e2fsck/message.c:333
435 #: e2fsck/message.c:335
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:770
464 msgid "reading directory block"
467 #: e2fsck/pass1.c:548
468 msgid "in-use inode map"
471 #: e2fsck/pass1.c:557
472 msgid "directory inode map"
475 #: e2fsck/pass1.c:565
476 msgid "regular file inode map"
479 #: e2fsck/pass1.c:572
480 msgid "in-use block map"
483 #: e2fsck/pass1.c:626
484 msgid "opening inode scan"
487 #: e2fsck/pass1.c:650
488 msgid "getting next inode from scan"
491 #: e2fsck/pass1.c:1116
495 #: e2fsck/pass1.c:1175
497 msgid "reading indirect blocks of inode %u"
500 #: e2fsck/pass1.c:1217
501 msgid "bad inode map"
504 #: e2fsck/pass1.c:1239
505 msgid "inode in bad block map"
508 #: e2fsck/pass1.c:1259
509 msgid "imagic inode map"
512 #: e2fsck/pass1.c:1286
513 msgid "multiply claimed block map"
516 #: e2fsck/pass1.c:1385
517 msgid "ext attr block map"
520 #: e2fsck/pass1.c:2370
524 #: e2fsck/pass1.c:2374
528 #: e2fsck/pass1.c:2378
532 #: e2fsck/pass2.c:283
536 #: e2fsck/pass2.c:793
537 msgid "Can not continue."
541 msgid "inode done bitmap"
548 #: e2fsck/pass3.c:146
552 #: e2fsck/pass3.c:334
553 msgid "inode loop detection bitmap"
556 #: e2fsck/pass4.c:196
564 #: e2fsck/problem.c:50
568 #: e2fsck/problem.c:51
572 #: e2fsck/problem.c:52
576 #: e2fsck/problem.c:53
580 #: e2fsck/problem.c:54
584 #: e2fsck/problem.c:55
588 #: e2fsck/problem.c:56
589 msgid "Connect to /lost+found"
592 #: e2fsck/problem.c:57
596 #: e2fsck/problem.c:58
600 #: e2fsck/problem.c:59
604 #: e2fsck/problem.c:60
608 #: e2fsck/problem.c:61
612 #: e2fsck/problem.c:62
616 #: e2fsck/problem.c:63
620 #: e2fsck/problem.c:64
621 msgid "Clone multiply-claimed blocks"
624 #: e2fsck/problem.c:65
628 #: e2fsck/problem.c:66
629 msgid "Suppress messages"
632 #: e2fsck/problem.c:67
636 #: e2fsck/problem.c:68
637 msgid "Clear HTree index"
640 #: e2fsck/problem.c:69
644 #: e2fsck/problem.c:78
648 #: e2fsck/problem.c:79
652 #: e2fsck/problem.c:80
656 #: e2fsck/problem.c:81
660 #: e2fsck/problem.c:82
664 #: e2fsck/problem.c:83
668 #: e2fsck/problem.c:84
672 #: e2fsck/problem.c:85
676 #: e2fsck/problem.c:86
680 #: e2fsck/problem.c:87
684 #: e2fsck/problem.c:88
685 msgid "INODE CLEARED"
688 #: e2fsck/problem.c:89
692 #: e2fsck/problem.c:90
696 #: e2fsck/problem.c:91
700 #: e2fsck/problem.c:92
701 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
704 #: e2fsck/problem.c:93
708 #: e2fsck/problem.c:94
712 #: e2fsck/problem.c:95
716 #: e2fsck/problem.c:96
717 msgid "HTREE INDEX CLEARED"
720 #: e2fsck/problem.c:97
721 msgid "WILL RECREATE"
724 #: e2fsck/problem.c:106
725 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
726 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
729 #: e2fsck/problem.c:110
730 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
731 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
734 #: e2fsck/problem.c:115
735 #. @-expanded: inode table for group %g is not in group. (block %b)\n
736 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
738 "@i table for @g %g is not in @g. (@b %b)\n"
739 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
742 #: e2fsck/problem.c:121
745 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
746 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
747 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
748 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
749 #. @-expanded: e2fsck -b %S <device>\n
753 "The @S could not be read or does not describe a correct ext2\n"
754 "@f. If the @v is valid and it really contains an ext2\n"
755 "@f (and not swap or ufs or something else), then the @S\n"
756 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
757 " e2fsck -b %S <@v>\n"
761 #: e2fsck/problem.c:130
762 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
763 #. @-expanded: The physical size of the device is %c blocks\n
764 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
766 "The @f size (according to the @S) is %b @bs\n"
767 "The physical size of the @v is %c @bs\n"
768 "Either the @S or the partition table is likely to be corrupt!\n"
771 #: e2fsck/problem.c:137
772 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
773 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
774 #. @-expanded: from the block size.\n
776 "@S @b_size = %b, fragsize = %c.\n"
777 "This version of e2fsck does not support fragment sizes different\n"
778 "from the @b size.\n"
781 #: e2fsck/problem.c:144
782 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
783 msgid "@S @bs_per_group = %b, should have been %c\n"
786 #: e2fsck/problem.c:149
787 #. @-expanded: superblock first_data_block = %b, should have been %c\n
788 msgid "@S first_data_@b = %b, should have been %c\n"
791 #: e2fsck/problem.c:154
792 #. @-expanded: filesystem did not have a UUID; generating one.\n
795 "@f did not have a UUID; generating one.\n"
799 #: e2fsck/problem.c:159
802 "Note: if several inode or block bitmap blocks or part\n"
803 "of the inode table require relocation, you may wish to try\n"
804 "running e2fsck with the '-b %S' option first. The problem\n"
805 "may lie only with the primary block group descriptors, and\n"
806 "the backup block group descriptors may be OK.\n"
810 #: e2fsck/problem.c:168
811 #. @-expanded: Corruption found in superblock. (%s = %N).\n
812 msgid "Corruption found in @S. (%s = %N).\n"
815 #: e2fsck/problem.c:173
817 #. @-expanded: Error determining size of the physical device: %m\n
818 msgid "Error determining size of the physical @v: %m\n"
821 #: e2fsck/problem.c:178
822 #. @-expanded: inode count in superblock is %i, should be %j.\n
823 msgid "@i count in @S is %i, @s %j.\n"
826 #: e2fsck/problem.c:182
827 msgid "The Hurd does not support the filetype feature.\n"
830 #: e2fsck/problem.c:187
832 #. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
833 msgid "@S has an @n ext3 @j (@i %i).\n"
836 #: e2fsck/problem.c:192
837 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
838 msgid "External @j has multiple @f users (unsupported).\n"
841 #: e2fsck/problem.c:197
842 #. @-expanded: Can't find external journal\n
843 msgid "Can't find external @j\n"
846 #: e2fsck/problem.c:202
847 #. @-expanded: External journal has bad superblock\n
848 msgid "External @j has bad @S\n"
851 #: e2fsck/problem.c:207
852 #. @-expanded: External journal does not support this filesystem\n
853 msgid "External @j does not support this @f\n"
856 #: e2fsck/problem.c:212
857 #. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
858 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
859 #. @-expanded: format.\n
860 #. @-expanded: It is also possible the journal superblock is corrupt.\n
862 "Ext3 @j @S is unknown type %N (unsupported).\n"
863 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
865 "It is also possible the @j @S is corrupt.\n"
868 #: e2fsck/problem.c:220
869 #. @-expanded: Ext3 journal superblock is corrupt.\n
870 msgid "Ext3 @j @S is corrupt.\n"
873 #: e2fsck/problem.c:225
875 #. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
876 msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
879 #: e2fsck/problem.c:230
880 #. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
881 msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
884 #: e2fsck/problem.c:235
885 #. @-expanded: ext3 recovery flag is clear, but journal has data.\n
886 msgid "ext3 recovery flag is clear, but @j has data.\n"
889 #: e2fsck/problem.c:240
890 #. @-expanded: Clear journal
894 #: e2fsck/problem.c:245
895 #. @-expanded: Run journal anyway
896 msgid "Run @j anyway"
899 #: e2fsck/problem.c:250
900 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
901 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
904 #: e2fsck/problem.c:255
905 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
906 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
909 #: e2fsck/problem.c:260
910 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
911 msgid "@I @b #%B (%b) found in @o @i %i.\n"
914 #: e2fsck/problem.c:265
915 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
916 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
919 #: e2fsck/problem.c:270
921 #. @-expanded: illegal orphaned inode %i in superblock.\n
922 msgid "@I @o @i %i in @S.\n"
925 #: e2fsck/problem.c:275
927 #. @-expanded: illegal inode %i in orphaned inode list.\n
928 msgid "@I @i %i in @o @i list.\n"
931 #: e2fsck/problem.c:280 e2fsck/problem.c:643
932 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
933 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
936 #: e2fsck/problem.c:285
937 #. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
938 msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
941 #: e2fsck/problem.c:290
942 #. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
943 msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
946 #: e2fsck/problem.c:295
947 #. @-expanded: journal version not supported by this e2fsck.\n
948 msgid "@j version not supported by this e2fsck.\n"
951 #: e2fsck/problem.c:300
953 #. @-expanded: Moving journal from /%s to hidden inode.\n
956 "Moving @j from /%s to hidden @i.\n"
960 #: e2fsck/problem.c:305
962 #. @-expanded: Error moving journal: %m\n
965 "Error moving @j: %m\n"
969 #: e2fsck/problem.c:310
970 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
971 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
974 "Found @n V2 @j @S fields (from V1 @j).\n"
975 "Clearing fields beyond the V1 @j @S...\n"
979 #: e2fsck/problem.c:316
980 #. @-expanded: Backing up journal inode block information.\n
983 "Backing up @j @i @b information.\n"
987 #: e2fsck/problem.c:321
988 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
989 #. @-expanded: is %N; should be zero.
991 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
995 #: e2fsck/problem.c:327
996 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
997 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1000 #: e2fsck/problem.c:332
1001 #. @-expanded: Resize inode not valid.
1002 msgid "Resize @i not valid. "
1005 #: e2fsck/problem.c:337
1006 #. @-expanded: superblock last mount time is in the future.
1007 msgid "@S last mount time is in the future. "
1010 #: e2fsck/problem.c:342
1011 #. @-expanded: superblock last write time is in the future.
1012 msgid "@S last write time is in the future. "
1015 #: e2fsck/problem.c:346
1017 #. @-expanded: superblock hint for external superblock should be %X.
1018 msgid "@S hint for external superblock @s %X. "
1021 #: e2fsck/problem.c:351
1022 #. @-expanded: Adding dirhash hint to filesystem.\n
1025 "Adding dirhash hint to @f.\n"
1029 #: e2fsck/problem.c:356
1031 #. @-expanded: group descriptor %g checksum is invalid.
1032 msgid "@g descriptor %g checksum is invalid. "
1035 #: e2fsck/problem.c:361
1037 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1038 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1041 #: e2fsck/problem.c:366
1043 #. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1044 msgid "@g %g @b @B uninitialized but @i @B in use.\n"
1047 #: e2fsck/problem.c:371
1048 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1049 msgid "@g descriptor %g has invalid unused inodes count %b. "
1052 #: e2fsck/problem.c:376
1053 #. @-expanded: Last group block bitmap uninitialized.
1054 msgid "Last @g @b @B uninitialized. "
1057 #: e2fsck/problem.c:381
1059 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1062 #: e2fsck/problem.c:388
1063 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1064 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1067 #: e2fsck/problem.c:392
1068 #. @-expanded: root inode is not a directory.
1069 msgid "@r is not a @d. "
1072 #: e2fsck/problem.c:397
1073 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1074 msgid "@r has dtime set (probably due to old mke2fs). "
1077 #: e2fsck/problem.c:402
1078 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1079 msgid "Reserved @i %i (%Q) has @n mode. "
1082 #: e2fsck/problem.c:407
1084 #. @-expanded: deleted inode %i has zero dtime.
1085 msgid "@D @i %i has zero dtime. "
1088 #: e2fsck/problem.c:412
1090 #. @-expanded: inode %i is in use, but has dtime set.
1091 msgid "@i %i is in use, but has dtime set. "
1094 #: e2fsck/problem.c:417
1096 #. @-expanded: inode %i is a zero-length directory.
1097 msgid "@i %i is a @z @d. "
1100 #: e2fsck/problem.c:422
1101 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1102 msgid "@g %g's @b @B at %b @C.\n"
1105 #: e2fsck/problem.c:427
1106 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1107 msgid "@g %g's @i @B at %b @C.\n"
1110 #: e2fsck/problem.c:432
1111 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1112 msgid "@g %g's @i table at %b @C.\n"
1115 #: e2fsck/problem.c:437
1116 #. @-expanded: group %g's block bitmap (%b) is bad.
1117 msgid "@g %g's @b @B (%b) is bad. "
1120 #: e2fsck/problem.c:442
1121 #. @-expanded: group %g's inode bitmap (%b) is bad.
1122 msgid "@g %g's @i @B (%b) is bad. "
1125 #: e2fsck/problem.c:447
1126 #. @-expanded: inode %i, i_size is %Is, should be %N.
1127 msgid "@i %i, i_size is %Is, @s %N. "
1130 #: e2fsck/problem.c:452
1131 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1132 msgid "@i %i, i_@bs is %Ib, @s %N. "
1135 #: e2fsck/problem.c:457
1136 #. @-expanded: illegal block #%B (%b) in inode %i.
1137 msgid "@I @b #%B (%b) in @i %i. "
1140 #: e2fsck/problem.c:462
1141 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.
1142 msgid "@b #%B (%b) overlaps @f metadata in @i %i. "
1145 #: e2fsck/problem.c:467
1147 #. @-expanded: inode %i has illegal block(s).
1148 msgid "@i %i has illegal @b(s). "
1151 #: e2fsck/problem.c:472
1153 #. @-expanded: Too many illegal blocks in inode %i.\n
1154 msgid "Too many illegal @bs in @i %i.\n"
1157 #: e2fsck/problem.c:477
1158 #. @-expanded: illegal block #%B (%b) in bad block inode.
1159 msgid "@I @b #%B (%b) in bad @b @i. "
1162 #: e2fsck/problem.c:482
1163 #. @-expanded: Bad block inode has illegal block(s).
1164 msgid "Bad @b @i has illegal @b(s). "
1167 #: e2fsck/problem.c:487
1168 #. @-expanded: Duplicate or bad block in use!\n
1169 msgid "Duplicate or bad @b in use!\n"
1172 #: e2fsck/problem.c:492
1173 #. @-expanded: Bad block %b used as bad block inode indirect block.
1174 msgid "Bad @b %b used as bad @b @i indirect @b. "
1177 #: e2fsck/problem.c:497
1179 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1180 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1181 #. @-expanded: in the filesystem.\n
1184 "The bad @b @i has probably been corrupted. You probably\n"
1185 "should stop now and run e2fsck -c to scan for bad blocks\n"
1189 #: e2fsck/problem.c:504
1191 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1194 "If the @b is really bad, the @f can not be fixed.\n"
1197 #: e2fsck/problem.c:509
1198 #. @-expanded: You can remove this block from the bad block list and hope\n
1199 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1202 "You can remove this @b from the bad @b list and hope\n"
1203 "that the @b is really OK. But there are no guarantees.\n"
1207 #: e2fsck/problem.c:515
1208 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1209 msgid "The primary @S (%b) is on the bad @b list.\n"
1212 #: e2fsck/problem.c:520
1213 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1214 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1217 #: e2fsck/problem.c:526
1218 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1219 msgid "Warning: Group %g's @S (%b) is bad.\n"
1222 #: e2fsck/problem.c:531
1223 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1224 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1227 #: e2fsck/problem.c:537
1228 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1229 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1232 #: e2fsck/problem.c:543
1233 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1234 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1237 #: e2fsck/problem.c:548
1239 #. @-expanded: error allocating block buffer for relocating %s\n
1240 msgid "@A @b buffer for relocating %s\n"
1243 #: e2fsck/problem.c:553
1244 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1245 msgid "Relocating @g %g's %s from %b to %c...\n"
1248 #: e2fsck/problem.c:558
1250 #. @-expanded: Relocating group %g's %s to %c...\n
1251 msgid "Relocating @g %g's %s to %c...\n"
1254 #: e2fsck/problem.c:563
1255 #. @-expanded: Warning: could not read block %b of %s: %m\n
1256 msgid "Warning: could not read @b %b of %s: %m\n"
1259 #: e2fsck/problem.c:568
1260 #. @-expanded: Warning: could not write block %b for %s: %m\n
1261 msgid "Warning: could not write @b %b for %s: %m\n"
1264 #: e2fsck/problem.c:573 e2fsck/problem.c:1369
1265 #. @-expanded: error allocating inode bitmap (%N): %m\n
1266 msgid "@A @i @B (%N): %m\n"
1269 #: e2fsck/problem.c:578
1270 #. @-expanded: error allocating block bitmap (%N): %m\n
1271 msgid "@A @b @B (%N): %m\n"
1274 #: e2fsck/problem.c:583
1276 #. @-expanded: error allocating icount link information: %m\n
1277 msgid "@A icount link information: %m\n"
1280 #: e2fsck/problem.c:588
1282 #. @-expanded: error allocating directory block array: %m\n
1283 msgid "@A @d @b array: %m\n"
1286 #: e2fsck/problem.c:593
1288 #. @-expanded: Error while scanning inodes (%i): %m\n
1289 msgid "Error while scanning @is (%i): %m\n"
1292 #: e2fsck/problem.c:598
1294 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1295 msgid "Error while iterating over @bs in @i %i: %m\n"
1298 #: e2fsck/problem.c:603
1299 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1300 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1303 #: e2fsck/problem.c:608
1304 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1305 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1308 #: e2fsck/problem.c:614
1310 #. @-expanded: Error reading inode %i: %m\n
1311 msgid "Error reading @i %i: %m\n"
1314 #: e2fsck/problem.c:622
1316 #. @-expanded: inode %i has imagic flag set.
1317 msgid "@i %i has imagic flag set. "
1320 #: e2fsck/problem.c:627
1322 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1323 #. @-expanded: or append-only flag set.
1325 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1326 "or append-only flag set. "
1329 #: e2fsck/problem.c:633
1331 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1332 msgid "@i %i has @cion flag set on @f without @cion support. "
1335 #: e2fsck/problem.c:638
1337 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1338 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1341 #: e2fsck/problem.c:648
1342 #. @-expanded: journal inode is not in use, but contains data.
1343 msgid "@j @i is not in use, but contains data. "
1346 #: e2fsck/problem.c:653
1347 #. @-expanded: journal is not regular file.
1348 msgid "@j is not regular file. "
1351 #: e2fsck/problem.c:658
1353 #. @-expanded: inode %i was part of the orphaned inode list.
1354 msgid "@i %i was part of the @o @i list. "
1357 #: e2fsck/problem.c:664
1358 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1359 msgid "@is that were part of a corrupted orphan linked list found. "
1362 #: e2fsck/problem.c:669
1363 #. @-expanded: error allocating refcount structure (%N): %m\n
1364 msgid "@A refcount structure (%N): %m\n"
1367 #: e2fsck/problem.c:674
1368 #. @-expanded: Error reading extended attribute block %b for inode %i.
1369 msgid "Error reading @a @b %b for @i %i. "
1372 #: e2fsck/problem.c:679
1373 #. @-expanded: inode %i has a bad extended attribute block %b.
1374 msgid "@i %i has a bad @a @b %b. "
1377 #: e2fsck/problem.c:684
1378 #. @-expanded: Error reading extended attribute block %b (%m).
1379 msgid "Error reading @a @b %b (%m). "
1382 #: e2fsck/problem.c:689
1383 #. @-expanded: extended attribute block %b has reference count %B, should be %N.
1384 msgid "@a @b %b has reference count %B, @s %N. "
1387 #: e2fsck/problem.c:694
1388 #. @-expanded: Error writing extended attribute block %b (%m).
1389 msgid "Error writing @a @b %b (%m). "
1392 #: e2fsck/problem.c:699
1393 #. @-expanded: extended attribute block %b has h_blocks > 1.
1394 msgid "@a @b %b has h_@bs > 1. "
1397 #: e2fsck/problem.c:704
1398 #. @-expanded: error allocating extended attribute block %b.
1399 msgid "@A @a @b %b. "
1402 #: e2fsck/problem.c:709
1403 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1404 msgid "@a @b %b is corrupt (allocation collision). "
1407 #: e2fsck/problem.c:714
1408 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1409 msgid "@a @b %b is corrupt (@n name). "
1412 #: e2fsck/problem.c:719
1413 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1414 msgid "@a @b %b is corrupt (@n value). "
1417 #: e2fsck/problem.c:724
1419 #. @-expanded: inode %i is too big.
1420 msgid "@i %i is too big. "
1423 #: e2fsck/problem.c:728
1424 #. @-expanded: block #%B (%b) causes directory to be too big.
1425 msgid "@b #%B (%b) causes @d to be too big. "
1428 #: e2fsck/problem.c:733
1429 #. @-expanded: block #%B (%b) causes file to be too big.
1430 msgid "@b #%B (%b) causes file to be too big. "
1433 #: e2fsck/problem.c:738
1434 #. @-expanded: block #%B (%b) causes symlink to be too big.
1435 msgid "@b #%B (%b) causes symlink to be too big. "
1438 #: e2fsck/problem.c:743
1440 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1441 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1444 #: e2fsck/problem.c:748
1446 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1447 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1450 #: e2fsck/problem.c:753
1452 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1453 msgid "@h %i has an @n root node.\n"
1456 #: e2fsck/problem.c:758
1457 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1458 msgid "@h %i has an unsupported hash version (%N)\n"
1461 #: e2fsck/problem.c:763
1463 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1464 msgid "@h %i uses an incompatible htree root node flag.\n"
1467 #: e2fsck/problem.c:768
1468 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1469 msgid "@h %i has a tree depth (%N) which is too big\n"
1472 #: e2fsck/problem.c:773
1473 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1474 #. @-expanded: filesystem metadata.
1476 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1480 #: e2fsck/problem.c:779
1482 #. @-expanded: Resize inode (re)creation failed: %m.
1483 msgid "Resize @i (re)creation failed: %m."
1486 #: e2fsck/problem.c:784
1487 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1488 msgid "@i %i has a extra size (%IS) which is @n\n"
1491 #: e2fsck/problem.c:789
1492 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1493 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1496 #: e2fsck/problem.c:794
1497 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1498 msgid "@a in @i %i has a value size (%N) which is @n\n"
1501 #: e2fsck/problem.c:799
1502 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1503 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1506 #: e2fsck/problem.c:804
1507 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1508 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1511 #: e2fsck/problem.c:809
1512 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1513 msgid "@a in @i %i has a hash (%N) which is @n\n"
1516 #: e2fsck/problem.c:814
1517 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1518 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1521 #: e2fsck/problem.c:819
1523 #. @-expanded: Error while reading over @x tree in inode %i: %m\n
1524 msgid "Error while reading over @x tree in @i %i: %m\n"
1527 #: e2fsck/problem.c:824
1529 msgid "Error while deleting extent: %m\n"
1532 #: e2fsck/problem.c:829
1533 #. @-expanded: inode %i has an invalid extent\n
1534 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1536 "@i %i has an @n extent\n"
1537 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1540 #: e2fsck/problem.c:834
1541 #. @-expanded: inode %i has an invalid extent\n
1542 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1544 "@i %i has an @n extent\n"
1545 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1548 #: e2fsck/problem.c:839
1550 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1551 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1554 #: e2fsck/problem.c:844
1556 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1557 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1560 #: e2fsck/problem.c:849
1562 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1563 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1566 #: e2fsck/problem.c:854
1568 msgid "Fast symlink %i has EXTENT_FL set. "
1571 #: e2fsck/problem.c:859
1572 #. @-expanded: inode %i has out of order extents\n
1573 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1575 "@i %i has out of order extents\n"
1576 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1579 #: e2fsck/problem.c:866
1581 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1582 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1585 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1586 "Pass 1B: Rescanning for @m @bs\n"
1589 #: e2fsck/problem.c:872
1591 #. @-expanded: multiply-claimed block(s) in inode %i:
1592 msgid "@m @b(s) in @i %i:"
1595 #: e2fsck/problem.c:887
1597 msgid "Error while scanning inodes (%i): %m\n"
1600 #: e2fsck/problem.c:892
1602 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1603 msgid "@A @i @B (@i_dup_map): %m\n"
1606 #: e2fsck/problem.c:897
1608 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1609 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1612 #: e2fsck/problem.c:902 e2fsck/problem.c:1218
1613 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1614 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1617 #: e2fsck/problem.c:908
1618 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1619 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1622 #: e2fsck/problem.c:914
1623 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1624 msgid "Pass 1D: Reconciling @m @bs\n"
1627 #: e2fsck/problem.c:919
1628 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1629 #. @-expanded: has %B multiply-claimed block(s), shared with %N file(s):\n
1631 "File %Q (@i #%i, mod time %IM) \n"
1632 " has %B @m @b(s), shared with %N file(s):\n"
1635 #: e2fsck/problem.c:925
1636 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1637 msgid "\t%Q (@i #%i, mod time %IM)\n"
1640 #: e2fsck/problem.c:930
1641 #. @-expanded: \t<filesystem metadata>\n
1642 msgid "\t<@f metadata>\n"
1645 #: e2fsck/problem.c:935
1646 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1649 "(There are %N @is containing @m @bs.)\n"
1653 #: e2fsck/problem.c:940
1654 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1657 "@m @bs already reassigned or cloned.\n"
1661 #: e2fsck/problem.c:953
1663 msgid "Couldn't clone file: %m\n"
1666 #: e2fsck/problem.c:959
1667 #. @-expanded: Pass 2: Checking directory structure\n
1668 msgid "Pass 2: Checking @d structure\n"
1671 #: e2fsck/problem.c:964
1673 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1674 msgid "@n @i number for '.' in @d @i %i.\n"
1677 #: e2fsck/problem.c:969
1678 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1679 msgid "@E has @n @i #: %Di.\n"
1682 #: e2fsck/problem.c:974
1683 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1684 msgid "@E has @D/unused @i %Di. "
1687 #: e2fsck/problem.c:979
1688 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1689 msgid "@E @L to '.' "
1692 #: e2fsck/problem.c:984
1693 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1694 msgid "@E points to @i (%Di) located in a bad @b.\n"
1697 #: e2fsck/problem.c:989
1698 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1699 msgid "@E @L to @d %P (%Di).\n"
1702 #: e2fsck/problem.c:994
1703 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1704 msgid "@E @L to the @r.\n"
1707 #: e2fsck/problem.c:999
1708 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1709 msgid "@E has illegal characters in its name.\n"
1712 #: e2fsck/problem.c:1004
1714 #. @-expanded: Missing '.' in directory inode %i.\n
1715 msgid "Missing '.' in @d @i %i.\n"
1718 #: e2fsck/problem.c:1009
1720 #. @-expanded: Missing '..' in directory inode %i.\n
1721 msgid "Missing '..' in @d @i %i.\n"
1724 #: e2fsck/problem.c:1014
1725 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1726 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1729 #: e2fsck/problem.c:1019
1730 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1731 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1734 #: e2fsck/problem.c:1024
1735 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1736 msgid "i_faddr @F %IF, @s zero.\n"
1739 #: e2fsck/problem.c:1029
1740 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1741 msgid "i_file_acl @F %If, @s zero.\n"
1744 #: e2fsck/problem.c:1034
1745 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1746 msgid "i_dir_acl @F %Id, @s zero.\n"
1749 #: e2fsck/problem.c:1039
1750 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1751 msgid "i_frag @F %N, @s zero.\n"
1754 #: e2fsck/problem.c:1044
1755 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1756 msgid "i_fsize @F %N, @s zero.\n"
1759 #: e2fsck/problem.c:1049
1760 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1761 msgid "@i %i (%Q) has @n mode (%Im).\n"
1764 #: e2fsck/problem.c:1054
1765 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1766 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1769 #: e2fsck/problem.c:1059
1770 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1771 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1774 #: e2fsck/problem.c:1064
1775 #. @-expanded: directory inode %i has an unallocated block #%B.
1776 msgid "@d @i %i has an unallocated @b #%B. "
1779 #: e2fsck/problem.c:1069
1781 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1782 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1785 #: e2fsck/problem.c:1074
1787 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1788 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1791 #: e2fsck/problem.c:1079
1792 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1793 msgid "@i %i (%Q) is an @I character @v.\n"
1796 #: e2fsck/problem.c:1084
1797 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1798 msgid "@i %i (%Q) is an @I @b @v.\n"
1801 #: e2fsck/problem.c:1089
1802 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1803 msgid "@E is duplicate '.' @e.\n"
1806 #: e2fsck/problem.c:1094
1807 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1808 msgid "@E is duplicate '..' @e.\n"
1811 #: e2fsck/problem.c:1099 e2fsck/problem.c:1394
1813 msgid "Internal error: couldn't find dir_info for %i.\n"
1816 #: e2fsck/problem.c:1104
1817 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1818 msgid "@E has rec_len of %Dr, @s %N.\n"
1821 #: e2fsck/problem.c:1109
1823 #. @-expanded: error allocating icount structure: %m\n
1824 msgid "@A icount structure: %m\n"
1827 #: e2fsck/problem.c:1114
1829 #. @-expanded: Error iterating over directory blocks: %m\n
1830 msgid "Error iterating over @d @bs: %m\n"
1833 #: e2fsck/problem.c:1119
1834 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1835 msgid "Error reading @d @b %b (@i %i): %m\n"
1838 #: e2fsck/problem.c:1124
1839 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1840 msgid "Error writing @d @b %b (@i %i): %m\n"
1843 #: e2fsck/problem.c:1129
1845 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1846 msgid "@A new @d @b for @i %i (%s): %m\n"
1849 #: e2fsck/problem.c:1134
1851 #. @-expanded: Error deallocating inode %i: %m\n
1852 msgid "Error deallocating @i %i: %m\n"
1855 #: e2fsck/problem.c:1139
1856 #. @-expanded: directory entry for '.' is big.
1857 msgid "@d @e for '.' is big. "
1860 #: e2fsck/problem.c:1144
1861 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1862 msgid "@i %i (%Q) is an @I FIFO.\n"
1865 #: e2fsck/problem.c:1149
1866 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1867 msgid "@i %i (%Q) is an @I socket.\n"
1870 #: e2fsck/problem.c:1154
1871 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1872 msgid "Setting filetype for @E to %N.\n"
1875 #: e2fsck/problem.c:1159
1876 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1877 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1880 #: e2fsck/problem.c:1164
1881 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1882 msgid "@E has filetype set.\n"
1885 #: e2fsck/problem.c:1169
1886 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1887 msgid "@E has a @z name.\n"
1890 #: e2fsck/problem.c:1174
1891 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1892 msgid "Symlink %Q (@i #%i) is @n.\n"
1895 #: e2fsck/problem.c:1179
1896 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1897 msgid "@a @b @F @n (%If).\n"
1900 #: e2fsck/problem.c:1184
1901 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1902 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1905 #: e2fsck/problem.c:1189
1906 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1907 msgid "@p @h %d: node (%B) not referenced\n"
1910 #: e2fsck/problem.c:1194
1911 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1912 msgid "@p @h %d: node (%B) referenced twice\n"
1915 #: e2fsck/problem.c:1199
1916 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1917 msgid "@p @h %d: node (%B) has bad min hash\n"
1920 #: e2fsck/problem.c:1204
1921 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1922 msgid "@p @h %d: node (%B) has bad max hash\n"
1925 #: e2fsck/problem.c:1209
1926 #. @-expanded: invalid HTREE directory inode %d (%q).
1927 msgid "@n @h %d (%q). "
1930 #: e2fsck/problem.c:1213
1931 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1932 msgid "@p @h %d (%q): bad @b number %b.\n"
1935 #: e2fsck/problem.c:1223
1937 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1938 msgid "@p @h %d: root node is @n\n"
1941 #: e2fsck/problem.c:1228
1942 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1943 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1946 #: e2fsck/problem.c:1233
1947 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1948 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1951 #: e2fsck/problem.c:1238
1952 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1953 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1956 #: e2fsck/problem.c:1243
1957 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1958 msgid "@p @h %d: node (%B) has @n depth\n"
1961 #: e2fsck/problem.c:1248
1962 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
1963 msgid "Duplicate @E found. "
1966 #: e2fsck/problem.c:1253
1968 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1969 #. @-expanded: Rename to %s
1971 "@E has a non-unique filename.\n"
1975 #: e2fsck/problem.c:1258
1976 #. @-expanded: Duplicate entry '%Dn' found.\n
1977 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1980 "Duplicate @e '%Dn' found.\n"
1981 "\tMarking %p (%i) to be rebuilt.\n"
1985 #: e2fsck/problem.c:1263
1986 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
1987 msgid "i_blocks_hi @F %N, @s zero.\n"
1990 #: e2fsck/problem.c:1268
1991 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
1992 msgid "Unexpected @b in @h %d (%q).\n"
1995 #: e2fsck/problem.c:1272
1997 #. @-expanded: inode %i found in group %g where _INODE_UNINIT is set.
1998 msgid "@i %i found in @g %g where _INODE_UNINIT is set. "
2001 #: e2fsck/problem.c:1277
2003 #. @-expanded: inode %i found in group %g unused inodes area.
2004 msgid "@i %i found in @g %g unused inodes area. "
2007 #: e2fsck/problem.c:1284
2008 #. @-expanded: Pass 3: Checking directory connectivity\n
2009 msgid "Pass 3: Checking @d connectivity\n"
2012 #: e2fsck/problem.c:1289
2013 #. @-expanded: root inode not allocated.
2014 msgid "@r not allocated. "
2017 #: e2fsck/problem.c:1294
2018 #. @-expanded: No room in lost+found directory.
2019 msgid "No room in @l @d. "
2022 #: e2fsck/problem.c:1299
2024 #. @-expanded: Unconnected directory inode %i (%p)\n
2025 msgid "Unconnected @d @i %i (%p)\n"
2028 #: e2fsck/problem.c:1304
2029 #. @-expanded: /lost+found not found.
2030 msgid "/@l not found. "
2033 #: e2fsck/problem.c:1309
2034 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2035 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2038 #: e2fsck/problem.c:1314
2039 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2040 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2043 #: e2fsck/problem.c:1319
2045 #. @-expanded: Could not expand /lost+found: %m\n
2046 msgid "Could not expand /@l: %m\n"
2049 #: e2fsck/problem.c:1324
2051 msgid "Could not reconnect %i: %m\n"
2054 #: e2fsck/problem.c:1329
2056 #. @-expanded: Error while trying to find /lost+found: %m\n
2057 msgid "Error while trying to find /@l: %m\n"
2060 #: e2fsck/problem.c:1334
2062 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2063 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2066 #: e2fsck/problem.c:1339
2068 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2069 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2072 #: e2fsck/problem.c:1344
2074 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2075 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2078 #: e2fsck/problem.c:1349
2080 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2081 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2084 #: e2fsck/problem.c:1354
2086 #. @-expanded: Error while adjusting inode count on inode %i\n
2087 msgid "Error while adjusting @i count on @i %i\n"
2090 #: e2fsck/problem.c:1359
2092 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2095 "Couldn't fix parent of @i %i: %m\n"
2099 #: e2fsck/problem.c:1364
2101 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2104 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2108 #: e2fsck/problem.c:1374
2110 #. @-expanded: Error creating root directory (%s): %m\n
2111 msgid "Error creating root @d (%s): %m\n"
2114 #: e2fsck/problem.c:1379
2116 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2117 msgid "Error creating /@l @d (%s): %m\n"
2120 #: e2fsck/problem.c:1384
2121 #. @-expanded: root inode is not a directory; aborting.\n
2122 msgid "@r is not a @d; aborting.\n"
2125 #: e2fsck/problem.c:1389
2126 #. @-expanded: Cannot proceed without a root inode.\n
2127 msgid "Cannot proceed without a @r.\n"
2130 #: e2fsck/problem.c:1399
2132 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2133 msgid "/@l is not a @d (ino=%i)\n"
2136 #: e2fsck/problem.c:1406
2137 msgid "Pass 3A: Optimizing directories\n"
2140 #: e2fsck/problem.c:1411
2142 msgid "Failed to create dirs_to_hash iterator: %m"
2145 #: e2fsck/problem.c:1416
2146 msgid "Failed to optimize directory %q (%d): %m"
2149 #: e2fsck/problem.c:1421
2150 msgid "Optimizing directories: "
2153 #: e2fsck/problem.c:1438
2154 msgid "Pass 4: Checking reference counts\n"
2157 #: e2fsck/problem.c:1443
2159 #. @-expanded: unattached zero-length inode %i.
2160 msgid "@u @z @i %i. "
2163 #: e2fsck/problem.c:1448
2165 #. @-expanded: unattached inode %i\n
2169 #: e2fsck/problem.c:1453
2170 #. @-expanded: inode %i ref count is %Il, should be %N.
2171 msgid "@i %i ref count is %Il, @s %N. "
2174 #: e2fsck/problem.c:1457
2175 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2176 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2177 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2179 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2180 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2181 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2184 #: e2fsck/problem.c:1467
2185 #. @-expanded: Pass 5: Checking group summary information\n
2186 msgid "Pass 5: Checking @g summary information\n"
2189 #: e2fsck/problem.c:1472
2190 #. @-expanded: Padding at end of inode bitmap is not set.
2191 msgid "Padding at end of @i @B is not set. "
2194 #: e2fsck/problem.c:1477
2195 #. @-expanded: Padding at end of block bitmap is not set.
2196 msgid "Padding at end of @b @B is not set. "
2199 #: e2fsck/problem.c:1482
2200 #. @-expanded: block bitmap differences:
2201 msgid "@b @B differences: "
2204 #: e2fsck/problem.c:1502
2205 #. @-expanded: inode bitmap differences:
2206 msgid "@i @B differences: "
2209 #: e2fsck/problem.c:1522
2210 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2211 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2214 #: e2fsck/problem.c:1527
2215 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2216 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2219 #: e2fsck/problem.c:1532
2220 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2221 msgid "Free @is count wrong (%i, counted=%j).\n"
2224 #: e2fsck/problem.c:1537
2225 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2226 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2229 #: e2fsck/problem.c:1542
2230 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2231 msgid "Free @bs count wrong (%b, counted=%c).\n"
2234 #: e2fsck/problem.c:1547
2235 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2236 #. @-expanded: endpoints (%i, %j)\n
2238 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2239 "endpoints (%i, %j)\n"
2242 #: e2fsck/problem.c:1553
2243 msgid "Internal error: fudging end of bitmap (%N)\n"
2246 #: e2fsck/problem.c:1558
2248 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2249 msgid "Error copying in replacement @i @B: %m\n"
2252 #: e2fsck/problem.c:1563
2254 #. @-expanded: Error copying in replacement block bitmap: %m\n
2255 msgid "Error copying in replacement @b @B: %m\n"
2258 #: e2fsck/problem.c:1588
2259 msgid "Recreate journal to make the filesystem ext3 again?\n"
2262 #: e2fsck/problem.c:1593
2264 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2265 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2268 #: e2fsck/problem.c:1598
2270 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2271 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2274 #: e2fsck/problem.c:1716
2276 msgid "Unhandled error code (0x%x)!\n"
2279 #: e2fsck/problem.c:1810
2283 #: e2fsck/scantest.c:81
2285 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2288 #: e2fsck/scantest.c:100
2290 msgid "size of inode=%d\n"
2293 #: e2fsck/scantest.c:121
2294 msgid "while starting inode scan"
2297 #: e2fsck/scantest.c:132
2298 msgid "while doing inode scan"
2301 #: e2fsck/super.c:187
2303 msgid "while calling ext2fs_block_iterate for inode %d"
2306 #: e2fsck/super.c:209
2308 msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
2311 #: e2fsck/super.c:267
2315 #: e2fsck/super.c:268
2322 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2323 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2324 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2325 "\t\t[-E extended-options] device\n"
2333 " -p Automatic repair (no questions)\n"
2334 " -n Make no changes to the filesystem\n"
2335 " -y Assume \"yes\" to all questions\n"
2336 " -c Check for bad blocks and add them to the badblock "
2338 " -f Force checking even if filesystem is marked clean\n"
2345 " -b superblock Use alternative superblock\n"
2346 " -B blocksize Force blocksize when looking for superblock\n"
2347 " -j external_journal Set location of the external journal\n"
2348 " -l bad_blocks_file Add to badblocks list\n"
2349 " -L bad_blocks_file Set badblocks list\n"
2352 #: e2fsck/unix.c:120
2354 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2357 #: e2fsck/unix.c:132
2359 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2362 #: e2fsck/unix.c:175 misc/badblocks.c:846 misc/tune2fs.c:1463 misc/util.c:151
2363 #: resize/main.c:245
2365 msgid "while determining whether %s is mounted."
2368 #: e2fsck/unix.c:193
2370 msgid "Warning! %s is mounted.\n"
2373 #: e2fsck/unix.c:197
2375 msgid "%s is mounted. "
2378 #: e2fsck/unix.c:199
2380 "Cannot continue, aborting.\n"
2384 #: e2fsck/unix.c:200
2389 "\a\a\a\aWARNING!!! Running e2fsck on a mounted filesystem may cause\n"
2390 "SEVERE filesystem damage.\a\a\a\n"
2394 #: e2fsck/unix.c:203
2395 msgid "Do you really want to continue"
2398 #: e2fsck/unix.c:205
2400 msgid "check aborted.\n"
2403 #: e2fsck/unix.c:278
2404 msgid " contains a file system with errors"
2407 #: e2fsck/unix.c:280
2408 msgid " was not cleanly unmounted"
2411 #: e2fsck/unix.c:282
2412 msgid " primary superblock features different from backup"
2415 #: e2fsck/unix.c:286
2417 msgid " has been mounted %u times without being checked"
2420 #: e2fsck/unix.c:292
2421 msgid " has filesystem last checked time in the future"
2424 #: e2fsck/unix.c:298
2426 msgid " has gone %u days without being checked"
2429 #: e2fsck/unix.c:307
2430 msgid ", check forced.\n"
2433 #: e2fsck/unix.c:310
2435 msgid "%s: clean, %u/%u files, %u/%u blocks"
2438 #: e2fsck/unix.c:327
2439 msgid " (check deferred; on battery)"
2442 #: e2fsck/unix.c:330
2443 msgid " (check after next mount)"
2446 #: e2fsck/unix.c:332
2448 msgid " (check in %ld mounts)"
2451 #: e2fsck/unix.c:479
2453 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2456 #: e2fsck/unix.c:549
2458 msgid "Invalid EA version.\n"
2461 #: e2fsck/unix.c:555
2463 msgid "Unknown extended option: %s\n"
2466 #: e2fsck/unix.c:575
2469 "Syntax error in e2fsck config file (%s, line #%d)\n"
2473 #: e2fsck/unix.c:643
2475 msgid "Error validating file descriptor %d: %s\n"
2478 #: e2fsck/unix.c:647
2479 msgid "Invalid completion information file descriptor"
2482 #: e2fsck/unix.c:662
2483 msgid "Only one of the options -p/-a, -n or -y may be specified."
2486 #: e2fsck/unix.c:683
2488 msgid "The -t option is not supported on this version of e2fsck.\n"
2491 #: e2fsck/unix.c:764 misc/tune2fs.c:534 misc/tune2fs.c:819 misc/tune2fs.c:836
2493 msgid "Unable to resolve '%s'"
2496 #: e2fsck/unix.c:794
2498 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2501 #: e2fsck/unix.c:842
2504 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2508 #: e2fsck/unix.c:851
2512 "Invalid non-numeric argument to -%c (\"%s\")\n"
2516 #: e2fsck/unix.c:892
2518 msgid "Error: ext2fs library version out of date!\n"
2521 #: e2fsck/unix.c:900
2522 msgid "while trying to initialize program"
2525 #: e2fsck/unix.c:914
2527 msgid "\tUsing %s, %s\n"
2530 #: e2fsck/unix.c:926
2531 msgid "need terminal for interactive repairs"
2534 #: e2fsck/unix.c:970
2536 msgid "%s: %s trying backup blocks...\n"
2539 #: e2fsck/unix.c:972
2540 msgid "Superblock invalid,"
2543 #: e2fsck/unix.c:973
2544 msgid "Group descriptors look bad..."
2547 #: e2fsck/unix.c:1000
2550 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2551 "(Or the filesystem superblock is corrupt)\n"
2555 #: e2fsck/unix.c:1006
2557 msgid "Could this be a zero-length partition?\n"
2560 #: e2fsck/unix.c:1008
2562 msgid "You must have %s access to the filesystem or be root\n"
2565 #: e2fsck/unix.c:1013
2567 msgid "Possibly non-existent or swap device?\n"
2570 #: e2fsck/unix.c:1015
2572 msgid "Filesystem mounted or opened exclusively by another program?\n"
2575 #: e2fsck/unix.c:1019
2578 "Disk write-protected; use the -n option to do a read-only\n"
2579 "check of the device.\n"
2582 #: e2fsck/unix.c:1083
2583 msgid "Get a newer version of e2fsck!"
2586 #: e2fsck/unix.c:1107
2588 msgid "while checking ext3 journal for %s"
2591 #: e2fsck/unix.c:1118
2594 "Warning: skipping journal recovery because doing a read-only filesystem "
2598 #: e2fsck/unix.c:1131
2600 msgid "unable to set superblock flags on %s\n"
2603 #: e2fsck/unix.c:1137
2605 msgid "while recovering ext3 journal of %s"
2608 #: e2fsck/unix.c:1161
2610 msgid "%s has unsupported feature(s):"
2613 #: e2fsck/unix.c:1177
2614 msgid "Warning: compression support is experimental.\n"
2617 #: e2fsck/unix.c:1182
2620 "E2fsck not compiled with HTREE support,\n"
2621 "\tbut filesystem %s has HTREE directories.\n"
2624 #: e2fsck/unix.c:1236
2625 msgid "while reading bad blocks inode"
2628 #: e2fsck/unix.c:1238
2630 msgid "This doesn't bode well, but we'll try to go on...\n"
2633 #: e2fsck/unix.c:1264
2634 msgid "Couldn't determine journal size"
2637 #: e2fsck/unix.c:1267
2639 msgid "Creating journal (%d blocks): "
2642 #: e2fsck/unix.c:1274 misc/mke2fs.c:2030
2645 "\twhile trying to create journal"
2648 #: e2fsck/unix.c:1277
2653 #: e2fsck/unix.c:1278
2657 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2660 #: e2fsck/unix.c:1285
2662 msgid "Restarting e2fsck from the beginning...\n"
2665 #: e2fsck/unix.c:1289
2666 msgid "while resetting context"
2669 #: e2fsck/unix.c:1296
2671 msgid "%s: e2fsck canceled.\n"
2674 #: e2fsck/unix.c:1301
2678 #: e2fsck/unix.c:1313
2682 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2685 #: e2fsck/unix.c:1316
2687 msgid "%s: ***** REBOOT LINUX *****\n"
2690 #: e2fsck/unix.c:1324
2694 "%s: ********** WARNING: Filesystem still has errors **********\n"
2698 #: e2fsck/unix.c:1360
2699 msgid "while setting block group checksum info"
2702 #: e2fsck/util.c:135 misc/util.c:68
2706 #: e2fsck/util.c:136
2710 #: e2fsck/util.c:150
2714 #: e2fsck/util.c:152
2718 #: e2fsck/util.c:154
2722 #: e2fsck/util.c:169
2723 msgid "cancelled!\n"
2726 #: e2fsck/util.c:184
2730 #: e2fsck/util.c:186
2734 #: e2fsck/util.c:196
2741 #: e2fsck/util.c:200
2748 #: e2fsck/util.c:204
2752 #: e2fsck/util.c:204
2756 #: e2fsck/util.c:218
2758 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2761 #: e2fsck/util.c:223
2762 msgid "reading inode and block bitmaps"
2765 #: e2fsck/util.c:228
2767 msgid "while retrying to read bitmaps for %s"
2770 #: e2fsck/util.c:241
2771 msgid "writing block bitmaps"
2774 #: e2fsck/util.c:246
2776 msgid "while retrying to write block bitmaps for %s"
2779 #: e2fsck/util.c:253
2780 msgid "writing inode bitmaps"
2783 #: e2fsck/util.c:258
2785 msgid "while retrying to write inode bitmaps for %s"
2788 #: e2fsck/util.c:271
2793 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2794 "\t(i.e., without -a or -p options)\n"
2797 #: e2fsck/util.c:346
2799 msgid "Memory used: %dk/%dk (%dk/%dk), "
2802 #: e2fsck/util.c:350
2804 msgid "Memory used: %d, "
2807 #: e2fsck/util.c:356
2809 msgid "time: %5.2f/%5.2f/%5.2f\n"
2812 #: e2fsck/util.c:361
2814 msgid "elapsed time: %6.3f\n"
2817 #: e2fsck/util.c:395 e2fsck/util.c:409
2819 msgid "while reading inode %ld in %s"
2822 #: e2fsck/util.c:423 e2fsck/util.c:436
2824 msgid "while writing inode %ld in %s"
2827 #: e2fsck/util.c:585
2828 msgid "while allocating zeroizing buffer"
2831 #: misc/badblocks.c:61
2835 #: misc/badblocks.c:82
2838 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2839 " [-c blocks_at_once] [-p num_passes] [-e max_bad_blocks] [-d "
2840 "delay_factor_between_reads] [-t test_pattern [-t test_pattern [...]]]\n"
2841 " device [last_block [start_block]]\n"
2844 #: misc/badblocks.c:90
2847 "%s: The -n and -w options are mutually exclusive.\n"
2851 #: misc/badblocks.c:238
2852 msgid "Testing with random pattern: "
2855 #: misc/badblocks.c:256
2856 msgid "Testing with pattern 0x"
2859 #: misc/badblocks.c:284 misc/badblocks.c:335
2863 #: misc/badblocks.c:295
2865 msgid "Weird value (%ld) in do_read\n"
2868 #: misc/badblocks.c:355
2869 msgid "during ext2fs_sync_device"
2872 #: misc/badblocks.c:371 misc/badblocks.c:630
2873 msgid "while beginning bad block list iteration"
2876 #: misc/badblocks.c:385 misc/badblocks.c:482 misc/badblocks.c:640
2877 msgid "while allocating buffers"
2880 #: misc/badblocks.c:389
2882 msgid "Checking blocks %lu to %lu\n"
2885 #: misc/badblocks.c:394
2886 msgid "Checking for bad blocks in read-only mode\n"
2889 #: misc/badblocks.c:403
2890 msgid "Checking for bad blocks (read-only test): "
2893 #: misc/badblocks.c:411 misc/badblocks.c:514 misc/badblocks.c:559
2894 #: misc/badblocks.c:702
2895 msgid "Too many bad blocks, aborting test\n"
2898 #: misc/badblocks.c:489
2899 msgid "Checking for bad blocks in read-write mode\n"
2902 #: misc/badblocks.c:491 misc/badblocks.c:653
2904 msgid "From block %lu to %lu\n"
2907 #: misc/badblocks.c:549
2908 msgid "Reading and comparing: "
2911 #: misc/badblocks.c:652
2912 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2915 #: misc/badblocks.c:657
2916 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2919 #: misc/badblocks.c:664
2922 "Interrupt caught, cleaning up\n"
2925 #: misc/badblocks.c:740
2927 msgid "during test data write, block %lu"
2930 #: misc/badblocks.c:851 misc/util.c:156
2932 msgid "%s is mounted; "
2935 #: misc/badblocks.c:853
2936 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
2939 #: misc/badblocks.c:858
2940 msgid "it's not safe to run badblocks!\n"
2943 #: misc/badblocks.c:863 misc/util.c:167
2945 msgid "%s is apparently in use by the system; "
2948 #: misc/badblocks.c:866
2949 msgid "badblocks forced anyway.\n"
2952 #: misc/badblocks.c:886
2954 msgid "invalid %s - %s"
2957 #: misc/badblocks.c:945
2959 msgid "bad block size - %s"
2962 #: misc/badblocks.c:999
2964 msgid "can't allocate memory for test_pattern - %s"
2967 #: misc/badblocks.c:1026
2968 msgid "Maximum of one test_pattern may be specified in read-only mode"
2971 #: misc/badblocks.c:1032
2972 msgid "Random test_pattern is not allowed in read-only mode"
2975 #: misc/badblocks.c:1046
2977 "Couldn't determine device size; you must specify\n"
2978 "the size manually\n"
2981 #: misc/badblocks.c:1052
2982 msgid "while trying to determine device size"
2985 #: misc/badblocks.c:1068
2987 msgid "invalid starting block (%lu): must be less than %lu"
2990 #: misc/badblocks.c:1123
2991 msgid "while creating in-memory bad blocks list"
2994 #: misc/badblocks.c:1138
2995 msgid "while adding to in-memory bad block list"
2998 #: misc/badblocks.c:1162
3000 msgid "Pass completed, %u bad blocks found.\n"
3005 msgid "Usage: %s [-RVf] [-+=AacDdijsSu] [-v version] files...\n"
3008 #: misc/chattr.c:152
3010 msgid "bad version - %s\n"
3013 #: misc/chattr.c:198 misc/lsattr.c:113
3015 msgid "while trying to stat %s"
3018 #: misc/chattr.c:204 misc/chattr.c:222
3020 msgid "Flags of %s set as "
3023 #: misc/chattr.c:214
3025 msgid "while reading flags on %s"
3028 #: misc/chattr.c:231
3030 msgid "while setting flags on %s"
3033 #: misc/chattr.c:239
3035 msgid "Version of %s set as %lu\n"
3038 #: misc/chattr.c:243
3040 msgid "while setting version on %s"
3043 #: misc/chattr.c:263
3045 msgid "Couldn't allocate path variable in chattr_dir_proc"
3048 #: misc/chattr.c:302
3049 msgid "= is incompatible with - and +\n"
3052 #: misc/chattr.c:310
3053 msgid "Must use '-v', =, - or +\n"
3056 #: misc/dumpe2fs.c:53
3058 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3061 #: misc/dumpe2fs.c:168
3063 msgid "Group %lu: (Blocks "
3066 #: misc/dumpe2fs.c:173
3068 msgid " Checksum 0x%04x, unused inodes %d\n"
3071 #: misc/dumpe2fs.c:178
3073 msgid " %s superblock at "
3076 #: misc/dumpe2fs.c:179
3080 #: misc/dumpe2fs.c:179
3084 #: misc/dumpe2fs.c:183
3086 msgid ", Group descriptors at "
3089 #: misc/dumpe2fs.c:187
3093 " Reserved GDT blocks at "
3096 #: misc/dumpe2fs.c:194
3098 msgid " Group descriptor at "
3101 #: misc/dumpe2fs.c:200
3102 msgid " Block bitmap at "
3105 #: misc/dumpe2fs.c:205
3106 msgid ", Inode bitmap at "
3109 #: misc/dumpe2fs.c:210
3115 #: misc/dumpe2fs.c:217
3119 " %u free blocks, %u free inodes, %u directories%s"
3122 #: misc/dumpe2fs.c:224
3124 msgid ", %u unused inodes\n"
3127 #: misc/dumpe2fs.c:227
3128 msgid " Free blocks: "
3131 #: misc/dumpe2fs.c:237
3132 msgid " Free inodes: "
3135 #: misc/dumpe2fs.c:264
3136 msgid "while printing bad block list"
3139 #: misc/dumpe2fs.c:270
3141 msgid "Bad blocks: %u"
3144 #: misc/dumpe2fs.c:292 misc/tune2fs.c:280
3145 msgid "while reading journal inode"
3148 #: misc/dumpe2fs.c:295
3149 msgid "Journal size: "
3152 #: misc/dumpe2fs.c:319 misc/tune2fs.c:201
3153 msgid "while reading journal superblock"
3156 #: misc/dumpe2fs.c:327
3157 msgid "Couldn't find journal superblock magic numbers"
3160 #: misc/dumpe2fs.c:331
3164 "Journal block size: %u\n"
3165 "Journal length: %u\n"
3166 "Journal first block: %u\n"
3167 "Journal sequence: 0x%08x\n"
3168 "Journal start: %u\n"
3169 "Journal number of users: %u\n"
3172 #: misc/dumpe2fs.c:344
3174 msgid "Journal users: %s\n"
3177 #: misc/dumpe2fs.c:360 misc/mke2fs.c:691 misc/tune2fs.c:860
3179 msgid "Couldn't allocate memory to parse options!\n"
3182 #: misc/dumpe2fs.c:386
3184 msgid "Invalid superblock parameter: %s\n"
3187 #: misc/dumpe2fs.c:401
3189 msgid "Invalid blocksize parameter: %s\n"
3192 #: misc/dumpe2fs.c:412
3196 "Bad extended option(s) specified: %s\n"
3198 "Extended options are separated by commas, and may take an argument which\n"
3199 "\tis set off by an equals ('=') sign.\n"
3201 "Valid extended options are:\n"
3202 "\tsuperblock=<superblock number>\n"
3203 "\tblocksize=<blocksize>\n"
3206 #: misc/dumpe2fs.c:471 misc/mke2fs.c:1323
3208 msgid "\tUsing %s\n"
3211 #: misc/dumpe2fs.c:507 misc/e2image.c:669 misc/tune2fs.c:1441
3212 #: resize/main.c:306
3214 msgid "Couldn't find valid filesystem superblock.\n"
3217 #: misc/dumpe2fs.c:531
3221 "%s: %s: error reading bitmaps: %s\n"
3224 #: misc/e2image.c:50
3226 msgid "Usage: %s [-rsI] device image_file\n"
3229 #: misc/e2image.c:62
3230 msgid "Couldn't allocate header buffer\n"
3233 #: misc/e2image.c:81
3235 msgid "short write (only %d bytes) for writing image header"
3238 #: misc/e2image.c:100
3239 msgid "while writing superblock"
3242 #: misc/e2image.c:108
3243 msgid "while writing inode table"
3246 #: misc/e2image.c:115
3247 msgid "while writing block bitmap"
3250 #: misc/e2image.c:122
3251 msgid "while writing inode bitmap"
3254 #: misc/e2label.c:57
3256 msgid "e2label: cannot open %s\n"
3259 #: misc/e2label.c:62
3261 msgid "e2label: cannot seek to superblock\n"
3264 #: misc/e2label.c:67
3266 msgid "e2label: error reading superblock\n"
3269 #: misc/e2label.c:71
3271 msgid "e2label: not an ext2 filesystem\n"
3274 #: misc/e2label.c:96 misc/tune2fs.c:1547
3276 msgid "Warning: label too long, truncating.\n"
3279 #: misc/e2label.c:99
3281 msgid "e2label: cannot seek to superblock again\n"
3284 #: misc/e2label.c:104
3286 msgid "e2label: error writing superblock\n"
3289 #: misc/e2label.c:116 misc/tune2fs.c:526
3291 msgid "Usage: e2label device [newlabel]\n"
3296 msgid "Usage: %s <transaction file> <filesystem>\n"
3300 msgid "Failed to read the file system data \n"
3303 #: misc/e2undo.c:60 misc/e2undo.c:81 misc/e2undo.c:106 misc/e2undo.c:202
3305 msgid "Failed tdb_fetch %s\n"
3310 msgid "The file system Mount time didn't match %u\n"
3314 msgid "The file system UUID didn't match \n"
3317 #: misc/e2undo.c:159
3319 msgid "Failed tdb_open %s\n"
3322 #: misc/e2undo.c:165
3324 msgid "Error while determining whether %s is mounted.\n"
3327 #: misc/e2undo.c:171
3328 msgid "undoe2fs should only be run on unmounted file system\n"
3331 #: misc/e2undo.c:180
3333 msgid "Failed to open %s\n"
3336 #: misc/e2undo.c:206
3338 msgid "Replayed transaction of size %d at location %ld\n"
3341 #: misc/e2undo.c:212
3343 msgid "Failed write %s\n"
3348 msgid "WARNING: couldn't open %s: %s\n"
3353 msgid "WARNING: bad format on line %d of %s\n"
3358 "\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3359 "\tfield. I will kludge around things for you, but you\n"
3360 "\tshould fix your /etc/fstab file as soon as you can.\n"
3366 msgid "fsck: %s: not found\n"
3371 msgid "%s: wait: No more child process?!?\n"
3376 msgid "Warning... %s for device %s exited with signal %d.\n"
3381 msgid "%s %s: status is %x, should never happen.\n"
3386 msgid "Finished with %s (exit status %d)\n"
3391 msgid "%s: Error %d while executing fsck.%s for %s\n"
3396 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3397 "with 'no' or '!'.\n"
3401 msgid "Couldn't allocate memory for filesystem types\n"
3407 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3413 msgid "fsck: cannot check %s: fsck.%s not found\n"
3417 msgid "Checking all file systems.\n"
3422 msgid "--waiting-- (pass %d)\n"
3427 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3432 msgid "%s: too many devices\n"
3435 #: misc/fsck.c:1154 misc/fsck.c:1240
3437 msgid "%s: too many arguments\n"
3442 msgid "Usage: %s [-RVadlv] [files...]\n"
3447 msgid "While reading flags on %s"
3452 msgid "While reading version on %s"
3455 #: misc/mke2fs.c:101
3458 "Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3459 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3460 "\t[-G meta group size] [-N number-of-inodes]\n"
3461 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3462 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3463 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3464 "\t[-T fs-type] [-jnqvFSV] device [blocks-count]\n"
3467 #: misc/mke2fs.c:203
3469 msgid "Running command: %s\n"
3472 #: misc/mke2fs.c:207
3474 msgid "while trying to run '%s'"
3477 #: misc/mke2fs.c:214
3478 msgid "while processing list of bad blocks from program"
3481 #: misc/mke2fs.c:241
3483 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3486 #: misc/mke2fs.c:243
3488 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3491 #: misc/mke2fs.c:246
3492 msgid "Aborting....\n"
3495 #: misc/mke2fs.c:266
3498 "Warning: the backup superblock/group descriptors at block %u contain\n"
3503 #: misc/mke2fs.c:285
3504 msgid "while marking bad blocks as used"
3507 #: misc/mke2fs.c:343
3511 #: misc/mke2fs.c:357
3512 msgid "Writing inode tables: "
3515 #: misc/mke2fs.c:380
3519 "Could not write %d blocks in inode table starting at %u: %s\n"
3522 #: misc/mke2fs.c:404
3523 msgid "while creating root dir"
3526 #: misc/mke2fs.c:411
3527 msgid "while reading root inode"
3530 #: misc/mke2fs.c:425
3531 msgid "while setting root inode ownership"
3534 #: misc/mke2fs.c:443
3535 msgid "while creating /lost+found"
3538 #: misc/mke2fs.c:450
3539 msgid "while looking up /lost+found"
3542 #: misc/mke2fs.c:463
3543 msgid "while expanding /lost+found"
3546 #: misc/mke2fs.c:478
3547 msgid "while setting bad block inode"
3550 #: misc/mke2fs.c:506
3552 msgid "Out of memory erasing sectors %d-%d\n"
3555 #: misc/mke2fs.c:516
3557 msgid "Warning: could not read block 0: %s\n"
3560 #: misc/mke2fs.c:532
3562 msgid "Warning: could not erase sector %d: %s\n"
3565 #: misc/mke2fs.c:548
3566 msgid "while initializing journal superblock"
3569 #: misc/mke2fs.c:554
3570 msgid "Zeroing journal device: "
3573 #: misc/mke2fs.c:567
3575 msgid "while zeroing journal device (block %u, count %d)"
3578 #: misc/mke2fs.c:583
3579 msgid "while writing journal superblock"
3582 #: misc/mke2fs.c:599
3585 "warning: %u blocks unused.\n"
3589 #: misc/mke2fs.c:604
3591 msgid "Filesystem label=%s\n"
3594 #: misc/mke2fs.c:605
3598 #: misc/mke2fs.c:610
3600 msgid "Block size=%u (log=%u)\n"
3603 #: misc/mke2fs.c:612
3605 msgid "Fragment size=%u (log=%u)\n"
3608 #: misc/mke2fs.c:614
3610 msgid "%u inodes, %u blocks\n"
3613 #: misc/mke2fs.c:616
3615 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3618 #: misc/mke2fs.c:619
3620 msgid "First data block=%u\n"
3623 #: misc/mke2fs.c:621
3625 msgid "Maximum filesystem blocks=%lu\n"
3628 #: misc/mke2fs.c:625
3630 msgid "%u block groups\n"
3633 #: misc/mke2fs.c:627
3635 msgid "%u block group\n"
3638 #: misc/mke2fs.c:628
3640 msgid "%u blocks per group, %u fragments per group\n"
3643 #: misc/mke2fs.c:630
3645 msgid "%u inodes per group\n"
3648 #: misc/mke2fs.c:637
3650 msgid "Superblock backups stored on blocks: "
3653 #: misc/mke2fs.c:716
3655 msgid "Invalid stride parameter: %s\n"
3658 #: misc/mke2fs.c:731
3660 msgid "Invalid stripe-width parameter: %s\n"
3663 #: misc/mke2fs.c:753
3665 msgid "Invalid resize parameter: %s\n"
3668 #: misc/mke2fs.c:760
3670 msgid "The resize maximum must be greater than the filesystem size.\n"
3673 #: misc/mke2fs.c:784
3675 msgid "On-line resizing not supported with revision 0 filesystems\n"
3678 #: misc/mke2fs.c:806
3682 "Bad option(s) specified: %s\n"
3684 "Extended options are separated by commas, and may take an argument which\n"
3685 "\tis set off by an equals ('=') sign.\n"
3687 "Valid extended options are:\n"
3688 "\tstride=<RAID per-disk data chunk in blocks>\n"
3689 "\tstripe-width=<RAID stride * data disks in blocks>\n"
3690 "\tresize=<resize maximum size in blocks>\n"
3691 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
3696 #: misc/mke2fs.c:822
3700 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3704 #: misc/mke2fs.c:851
3707 "Syntax error in mke2fs config file (%s, line #%d)\n"
3711 #: misc/mke2fs.c:864 misc/tune2fs.c:354
3713 msgid "Invalid filesystem option set: %s\n"
3716 #: misc/mke2fs.c:1148
3718 msgid "invalid block size - %s"
3721 #: misc/mke2fs.c:1152
3723 msgid "Warning: blocksize %d not usable on most systems.\n"
3726 #: misc/mke2fs.c:1168
3728 msgid "invalid fragment size - %s"
3731 #: misc/mke2fs.c:1174
3733 msgid "Warning: fragments not supported. Ignoring -f option\n"
3736 #: misc/mke2fs.c:1181
3737 msgid "Illegal number for blocks per group"
3740 #: misc/mke2fs.c:1186
3741 msgid "blocks per group must be multiple of 8"
3744 #: misc/mke2fs.c:1194
3745 msgid "Illegal number for flex_bg size"
3748 #: misc/mke2fs.c:1200
3749 msgid "flex_bg size must be a power of 2"
3752 #: misc/mke2fs.c:1210
3754 msgid "invalid inode ratio %s (min %d/max %d)"
3757 #: misc/mke2fs.c:1227
3758 msgid "in malloc for bad_blocks_filename"
3761 #: misc/mke2fs.c:1236
3763 msgid "invalid reserved blocks percent - %s"
3766 #: misc/mke2fs.c:1254
3768 msgid "bad revision level - %s"
3771 #: misc/mke2fs.c:1266
3773 msgid "invalid inode size - %s"
3776 #: misc/mke2fs.c:1286
3778 msgid "bad num inodes - %s"
3781 #: misc/mke2fs.c:1347 misc/mke2fs.c:1991
3783 msgid "while trying to open journal device %s\n"
3786 #: misc/mke2fs.c:1353
3788 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3791 #: misc/mke2fs.c:1367
3793 msgid "%d-byte blocks too big for system (max %d)"
3796 #: misc/mke2fs.c:1371
3799 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3802 #: misc/mke2fs.c:1379
3804 msgid "invalid blocks count - %s"
3807 #: misc/mke2fs.c:1389
3811 #: misc/mke2fs.c:1412 resize/main.c:366
3812 msgid "while trying to determine filesystem size"
3815 #: misc/mke2fs.c:1418
3817 "Couldn't determine device size; you must specify\n"
3818 "the size of the filesystem\n"
3821 #: misc/mke2fs.c:1425
3823 "Device size reported to be zero. Invalid partition specified, or\n"
3824 "\tpartition table wasn't reread after running fdisk, due to\n"
3825 "\ta modified partition being busy and in use. You may need to reboot\n"
3826 "\tto re-read your partition table.\n"
3829 #: misc/mke2fs.c:1443
3830 msgid "Filesystem larger than apparent device size."
3833 #: misc/mke2fs.c:1449
3835 msgid "Failed to parse fs types list\n"
3838 #: misc/mke2fs.c:1501
3840 msgid "Filesystem features not supported with revision 0 filesystems\n"
3843 #: misc/mke2fs.c:1508
3845 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3848 #: misc/mke2fs.c:1520
3850 msgid "Journals not supported with revision 0 filesystems\n"
3853 #: misc/mke2fs.c:1538
3856 "The resize_inode and meta_bg features are not compatible.\n"
3857 "They can not be both enabled simultaneously.\n"
3860 #: misc/mke2fs.c:1555
3861 msgid "while trying to determine hardware sector size"
3864 #: misc/mke2fs.c:1613
3865 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3868 #: misc/mke2fs.c:1622
3869 msgid "blocks per group count out of range"
3872 #: misc/mke2fs.c:1637
3873 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
3876 #: misc/mke2fs.c:1649
3878 msgid "invalid inode size %d (min %d/max %d)"
3881 #: misc/mke2fs.c:1663
3883 msgid "too many inodes (%llu), raise inode ratio?"
3886 #: misc/mke2fs.c:1668
3888 msgid "too many inodes (%llu), specify < 2^32 inodes"
3891 #: misc/mke2fs.c:1683
3894 "inode_size (%u) * inodes_count (%u) too big for a\n"
3895 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3896 "\tor lower inode count (-N).\n"
3899 #: misc/mke2fs.c:1780 misc/tune2fs.c:1378
3901 msgid "while trying to delete %s"
3904 #: misc/mke2fs.c:1789
3907 "Overwriting existing filesystem; this can be undone using the command:\n"
3912 #: misc/mke2fs.c:1835
3913 msgid "while setting up superblock"
3916 #: misc/mke2fs.c:1875
3918 msgid "unknown os - %s"
3921 #: misc/mke2fs.c:1929
3922 msgid "while trying to allocate filesystem tables"
3925 #: misc/mke2fs.c:1960
3927 msgid "while zeroing block %u at end of filesystem"
3930 #: misc/mke2fs.c:1973
3931 msgid "while reserving blocks for online resize"
3934 #: misc/mke2fs.c:1984 misc/tune2fs.c:463
3938 #: misc/mke2fs.c:1996
3940 msgid "Adding journal to device %s: "
3943 #: misc/mke2fs.c:2003
3947 "\twhile trying to add journal to device %s"
3950 #: misc/mke2fs.c:2008 misc/mke2fs.c:2034 misc/tune2fs.c:491 misc/tune2fs.c:505
3955 #: misc/mke2fs.c:2022
3957 msgid "Creating journal (%u blocks): "
3960 #: misc/mke2fs.c:2039
3962 msgid "Writing superblocks and filesystem accounting information: "
3965 #: misc/mke2fs.c:2044
3969 "Warning, had trouble writing out superblocks."
3972 #: misc/mke2fs.c:2047
3979 #: misc/mklost+found.c:49
3981 msgid "Usage: mklost+found\n"
3984 #: misc/partinfo.c:28
3986 msgid "%s failed for %s: %s\n"
3989 #: misc/partinfo.c:45
3992 "Usage: %s device...\n"
3994 "Prints out thepartition information for each given device.\n"
3997 #: misc/partinfo.c:55
4001 #: misc/partinfo.c:60
4002 msgid "HDIO_GETGEO ioctl"
4005 #: misc/partinfo.c:67
4006 msgid "BLKGETSIZE ioctl"
4009 #: misc/tune2fs.c:104
4010 msgid "Please run e2fsck on the filesystem.\n"
4013 #: misc/tune2fs.c:111
4016 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4017 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4018 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4019 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4020 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4021 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4022 "\t[ -I new_inode_size ] device\n"
4025 #: misc/tune2fs.c:189
4026 msgid "while trying to open external journal"
4029 #: misc/tune2fs.c:193
4031 msgid "%s is not a journal device.\n"
4034 #: misc/tune2fs.c:208
4035 msgid "Journal superblock not found!\n"
4038 #: misc/tune2fs.c:220
4039 msgid "Filesystem's UUID not found on journal device.\n"
4042 #: misc/tune2fs.c:241
4043 msgid "Journal NOT removed\n"
4046 #: misc/tune2fs.c:247
4047 msgid "Journal removed\n"
4050 #: misc/tune2fs.c:287
4051 msgid "while reading bitmaps"
4054 #: misc/tune2fs.c:295
4055 msgid "while clearing journal inode"
4058 #: misc/tune2fs.c:306
4059 msgid "while writing journal inode"
4062 #: misc/tune2fs.c:321
4064 msgid "Invalid mount option set: %s\n"
4067 #: misc/tune2fs.c:357
4069 msgid "Clearing filesystem feature '%s' not supported.\n"
4072 #: misc/tune2fs.c:363
4074 msgid "Setting filesystem feature '%s' not supported.\n"
4077 #: misc/tune2fs.c:372
4079 "The has_journal flag may only be cleared when the filesystem is\n"
4080 "unmounted or mounted read-only.\n"
4083 #: misc/tune2fs.c:380
4085 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
4086 "the has_journal flag.\n"
4089 #: misc/tune2fs.c:414
4091 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4095 #: misc/tune2fs.c:458
4096 msgid "The filesystem already has a journal.\n"
4099 #: misc/tune2fs.c:475
4103 "\twhile trying to open journal on %s\n"
4106 #: misc/tune2fs.c:479
4108 msgid "Creating journal on device %s: "
4111 #: misc/tune2fs.c:487
4113 msgid "while adding filesystem to journal on %s"
4116 #: misc/tune2fs.c:493
4117 msgid "Creating journal inode: "
4120 #: misc/tune2fs.c:502
4123 "\twhile trying to create journal file"
4126 #: misc/tune2fs.c:569
4128 msgid "Couldn't parse date/time specifier: %s"
4131 #: misc/tune2fs.c:594 misc/tune2fs.c:607
4133 msgid "bad mounts count - %s"
4136 #: misc/tune2fs.c:623
4138 msgid "bad error behavior - %s"
4141 #: misc/tune2fs.c:650
4143 msgid "bad gid/group name - %s"
4146 #: misc/tune2fs.c:683
4148 msgid "bad interval - %s"
4151 #: misc/tune2fs.c:711
4153 msgid "bad reserved block ratio - %s"
4156 #: misc/tune2fs.c:726
4157 msgid "-o may only be specified once"
4160 #: misc/tune2fs.c:736
4161 msgid "-O may only be specified once"
4164 #: misc/tune2fs.c:746
4166 msgid "bad reserved blocks count - %s"
4169 #: misc/tune2fs.c:775
4171 msgid "bad uid/user name - %s"
4174 #: misc/tune2fs.c:792
4176 msgid "bad inode size - %s"
4179 #: misc/tune2fs.c:799
4181 msgid "Inode size must be a power of two- %s"
4184 #: misc/tune2fs.c:892
4186 msgid "Invalid RAID stride: %s\n"
4189 #: misc/tune2fs.c:907
4191 msgid "Invalid RAID stripe-width: %s\n"
4194 #: misc/tune2fs.c:917
4198 "Bad options specified.\n"
4200 "Extended options are separated by commas, and may take an argument which\n"
4201 "\tis set off by an equals ('=') sign.\n"
4203 "Valid extended options are:\n"
4204 "\tstride=<RAID per-disk chunk size in blocks>\n"
4205 "\tstripe-width=<RAID stride*data disks in blocks>\n"
4210 #: misc/tune2fs.c:1290
4212 msgid "New inode size too small\n"
4215 #: misc/tune2fs.c:1310 resize/resize2fs.c:661
4216 msgid "blocks to be moved"
4219 #: misc/tune2fs.c:1387
4222 "To undo the tune2fs operations please run the command\n"
4227 #: misc/tune2fs.c:1449
4229 msgid "Filesystem %s has unsupported features enabled.\n"
4232 #: misc/tune2fs.c:1473
4234 msgid "Setting maximal mount count to %d\n"
4237 #: misc/tune2fs.c:1479
4239 msgid "Setting current mount count to %d\n"
4242 #: misc/tune2fs.c:1484
4244 msgid "Setting error behavior to %d\n"
4247 #: misc/tune2fs.c:1489
4249 msgid "Setting reserved blocks gid to %lu\n"
4252 #: misc/tune2fs.c:1494
4254 msgid "Setting interval between checks to %lu seconds\n"
4257 #: misc/tune2fs.c:1500
4259 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
4262 #: misc/tune2fs.c:1506
4264 msgid "reserved blocks count is too big (%lu)"
4267 #: misc/tune2fs.c:1512
4269 msgid "Setting reserved blocks count to %lu\n"
4272 #: misc/tune2fs.c:1518
4275 "The filesystem already has sparse superblocks.\n"
4278 #: misc/tune2fs.c:1525
4282 "Sparse superblock flag set. %s"
4285 #: misc/tune2fs.c:1530
4288 "Clearing the sparse superflag not supported.\n"
4291 #: misc/tune2fs.c:1537
4293 msgid "Setting time filesystem last checked to %s\n"
4296 #: misc/tune2fs.c:1543
4298 msgid "Setting reserved blocks uid to %lu\n"
4301 #: misc/tune2fs.c:1578
4302 msgid "Invalid UUID format\n"
4305 #: misc/tune2fs.c:1585
4306 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4309 #: misc/tune2fs.c:1596
4311 "Error in resizing the inode size.\n"
4312 "Run undoe2fs to undo the file system changes. \n"
4315 #: misc/tune2fs.c:1600
4317 msgid "Setting inode size %lu\n"
4320 #: misc/tune2fs.c:1610
4322 msgid "Setting stride size to %d\n"
4325 #: misc/tune2fs.c:1615
4327 msgid "Setting stripe width to %d\n"
4331 msgid "Proceed anyway? (y,n) "
4336 msgid "Could not stat %s --- %s\n"
4342 "The device apparently does not exist; did you specify it correctly?\n"
4347 msgid "%s is not a block special device.\n"
4352 msgid "%s is entire device, not just one partition!\n"
4356 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
4361 msgid "will not make a %s here!\n"
4365 msgid "mke2fs forced anyway.\n"
4369 msgid "Couldn't allocate memory to parse journal options!\n"
4375 "Bad journal options specified.\n"
4377 "Journal options are separated by commas, and may take an argument which\n"
4378 "\tis set off by an equals ('=') sign.\n"
4380 "Valid journal options are:\n"
4381 "\tsize=<journal size in megabytes>\n"
4382 "\tdevice=<journal device>\n"
4384 "The journal size must be between 1024 and 102400 filesystem blocks.\n"
4391 "Filesystem too small for a journal\n"
4398 "The requested journal size is %d blocks; it must be\n"
4399 "between 1024 and 10240000 blocks. Aborting.\n"
4405 "Journal size too big for filesystem.\n"
4411 "This filesystem will be automatically checked every %d mounts or\n"
4412 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
4415 #: misc/uuidgen.c:31
4417 msgid "Usage: %s [-r] [-t]\n"
4420 #: resize/extent.c:196
4421 msgid "# Extent dump:\n"
4424 #: resize/extent.c:197
4426 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4429 #: resize/extent.c:200
4431 msgid "#\t\t %u -> %u (%d)\n"
4437 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
4442 msgid "Extending the inode table"
4446 msgid "Relocating blocks"
4450 msgid "Scanning inode table"
4454 msgid "Updating inode references"
4458 msgid "Moving inode table"
4462 msgid "Unknown pass?!?"
4467 msgid "Begin pass %d (max = %lu)\n"
4470 #: resize/main.c:261
4472 msgid "while opening %s"
4475 #: resize/main.c:273
4477 msgid "while getting stat information for %s"
4480 #: resize/main.c:332
4483 "%s: The combination of flex_bg and\n"
4484 "\t!resize_inode features is not supported by resize2fs.\n"
4487 #: resize/main.c:340
4489 msgid "Estimated minimum size of the filesystem: %u\n"
4492 #: resize/main.c:384
4493 msgid "Invalid stride length"
4496 #: resize/main.c:408
4499 "The containing partition (or device) is only %u (%dk) blocks.\n"
4500 "You requested a new size of %u blocks.\n"
4504 #: resize/main.c:415
4507 "The filesystem is already %u blocks long. Nothing to do!\n"
4511 #: resize/main.c:426
4514 "Please run 'e2fsck -f %s' first.\n"
4518 #: resize/main.c:437
4520 msgid "while trying to resize %s"
4523 #: resize/main.c:442
4526 "The filesystem on %s is now %u blocks long.\n"
4530 #: resize/online.c:37
4532 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
4535 #: resize/online.c:41
4537 msgid "On-line shrinking from %u to %u not supported.\n"
4540 #: resize/online.c:61
4541 msgid "Filesystem does not support online resizing"
4544 #: resize/online.c:68
4546 msgid "while trying to open mountpoint %s"
4549 #: resize/online.c:76
4550 msgid "Permission denied to resize filesystem"
4553 #: resize/online.c:79
4554 msgid "Kernel does not support online resizing"
4557 #: resize/online.c:82
4558 msgid "While checking for on-line resizing support"
4561 #: resize/online.c:100
4563 msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
4566 #: resize/online.c:110
4567 msgid "While trying to extend the last group"
4570 #: resize/online.c:169
4572 msgid "While trying to add group #%d"
4575 #: resize/online.c:180
4578 "Filesystem at %s is mounted on %s, and on-line resizing isnot supported on "
4582 #: resize/resize2fs.c:236
4584 msgid "inodes (%llu) must be less than %u"
4587 #: resize/resize2fs.c:656
4588 msgid "reserved blocks"
4591 #: resize/resize2fs.c:666
4592 msgid "meta-data blocks"
4595 #: resize/resize2fs.c:1562
4597 msgid "Should never happen: resize inode corrupt!\n"