1 # E2fsprogs translation template file
2 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
4 # 2013, 2014, 2015 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2015.
8 #. The strings in e2fsck's problem.c can be very hard to translate,
9 #. since the strings are expanded in two different ways. First of all,
10 #. there is an @-expansion, where strings like "@i" are expanded to
11 #. "inode", and so on. In order to make it easier for translators, the
12 #. e2fsprogs po template file has been enhanced with comments that show
13 #. the @-expansion, for the strings in the problem.c file.
15 #. Translators are free to use the @-expansion facility if they so
16 #. choose, by providing translations for strings in e2fsck/message.c.
17 #. These translation can completely replace an expansion; for example,
18 #. if "bblock" (which indicated that "@b" would be expanded to "block")
19 #. is translated as "ddatenverlust", then "@d" will be expanded to
20 #. "datenverlust". Alternatively, translators can simply not use the
21 #. @-expansion facility at all.
23 #. The second expansion which is done for e2fsck's problem.c messages is
24 #. a dynamic %-expansion, which expands %i as an inode number, and so
25 #. on. A table of these expansions can be found below. Note that
26 #. %-expressions that begin with "%D" and "%I" are two-character
27 #. expansions; so for example, "%Iu" expands to the inode's user id
28 #. ownership field (inode->i_uid). Also the "%B" expansion is special:
29 #. it can expand to either the string "indirect block" (possibly preceded
30 #. by the word "double" or "triple"), or the string "block #" immediately
31 #. followed by an integer indicating a block sequence number.
33 #. %b <blk> block number
34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
35 #. %c <blk2> block number
36 #. %Di <dirent> -> ino inode number
37 #. %Dn <dirent> -> name string
38 #. %Dr <dirent> -> rec_len
39 #. %Dl <dirent> -> name_len
40 #. %Dt <dirent> -> filetype
41 #. %d <dir> inode number
43 #. %i <ino> inode number
44 #. %Is <inode> -> i_size
45 #. %IS <inode> -> i_extra_isize
46 #. %Ib <inode> -> i_blocks
47 #. %Il <inode> -> i_links_count
48 #. %Im <inode> -> i_mode
49 #. %IM <inode> -> i_mtime
50 #. %IF <inode> -> i_faddr
51 #. %If <inode> -> i_file_acl
52 #. %Id <inode> -> i_dir_acl
53 #. %Iu <inode> -> i_uid
54 #. %Ig <inode> -> i_gid
55 #. %It <str> file type
56 #. %j <ino2> inode number
57 #. %m <com_err error message>
59 #. %p ext2fs_get_pathname of directory <ino>
60 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
61 #. the containing directory. (If dirent is NULL
62 #. then return the pathname of directory <ino2>)
63 #. %q ext2fs_get_pathname of directory <dir>
64 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
65 #. the containing directory.
66 #. %s <str> miscellaneous string
67 #. %S backup superblock
68 #. %X <num> hexadecimal format
73 "Project-Id-Version: e2fsprogs 1.42.13\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2015-05-17 20:31-0400\n"
76 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
77 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
78 "Language-Team: LANGUAGE <LL@li.org>\n"
81 "Content-Type: text/plain; charset=CHARSET\n"
82 "Content-Transfer-Encoding: 8bit\n"
83 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
85 #: e2fsck/badblocks.c:23 misc/mke2fs.c:211
87 msgid "Bad block %u out of range; ignored.\n"
90 #: e2fsck/badblocks.c:46
91 msgid "while sanity checking the bad blocks inode"
94 #: e2fsck/badblocks.c:58
95 msgid "while reading the bad blocks inode"
98 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1345
99 #: e2fsck/unix.c:1434 misc/badblocks.c:1242 misc/badblocks.c:1250
100 #: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:604
101 #: misc/e2image.c:1396 misc/e2image.c:1580 misc/e2image.c:1599
102 #: misc/mke2fs.c:227 misc/tune2fs.c:1955 misc/tune2fs.c:2044 resize/main.c:317
104 msgid "while trying to open %s"
107 #: e2fsck/badblocks.c:83
109 msgid "while trying popen '%s'"
112 #: e2fsck/badblocks.c:94 misc/mke2fs.c:234
113 msgid "while reading in list of bad blocks from file"
116 #: e2fsck/badblocks.c:105
117 msgid "while updating bad block inode"
120 #: e2fsck/badblocks.c:133
122 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
125 #: e2fsck/ehandler.c:55
127 msgid "Error reading block %lu (%s) while %s. "
130 #: e2fsck/ehandler.c:58
132 msgid "Error reading block %lu (%s). "
135 #: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
139 #: e2fsck/ehandler.c:62
140 msgid "Force rewrite"
143 #: e2fsck/ehandler.c:104
145 msgid "Error writing block %lu (%s) while %s. "
148 #: e2fsck/ehandler.c:107
150 msgid "Error writing block %lu (%s). "
153 #: e2fsck/emptydir.c:57
154 msgid "empty dirblocks"
157 #: e2fsck/emptydir.c:62
158 msgid "empty dir map"
161 #: e2fsck/emptydir.c:98
163 msgid "Empty directory block %u (#%d) in inode %u\n"
166 #: e2fsck/extend.c:22
168 msgid "%s: %s filename nblocks blocksize\n"
171 #: e2fsck/extend.c:44
173 msgid "Illegal number of blocks!\n"
176 #: e2fsck/extend.c:50
178 msgid "Couldn't allocate block buffer (size=%d)\n"
181 #: e2fsck/flushb.c:35
183 msgid "Usage: %s disk\n"
186 #: e2fsck/flushb.c:64
188 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
193 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
196 #: e2fsck/iscan.c:81 e2fsck/unix.c:972
198 msgid "while opening %s for flushing"
201 #: e2fsck/iscan.c:86 e2fsck/unix.c:978 resize/main.c:290
203 msgid "while trying to flush %s"
206 #: e2fsck/iscan.c:110
208 msgid "while trying to open '%s'"
211 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1290
212 msgid "while opening inode scan"
215 #: e2fsck/iscan.c:127 misc/e2image.c:1309
216 msgid "while getting next inode"
219 #: e2fsck/iscan.c:136
221 msgid "%u inodes scanned.\n"
224 #: e2fsck/journal.c:524
225 msgid "reading journal superblock\n"
228 #: e2fsck/journal.c:581
230 msgid "%s: no valid journal superblock found\n"
233 #: e2fsck/journal.c:590
235 msgid "%s: journal too short\n"
238 #: e2fsck/journal.c:881
240 msgid "%s: recovering journal\n"
243 #: e2fsck/journal.c:883
245 msgid "%s: won't do journal recovery while read-only\n"
248 #: e2fsck/journal.c:910
250 msgid "while trying to re-open %s"
253 #: e2fsck/message.c:113
254 msgid "aextended attribute"
257 #: e2fsck/message.c:114
258 msgid "Aerror allocating"
261 #: e2fsck/message.c:115
265 #: e2fsck/message.c:116
269 #: e2fsck/message.c:117
273 #: e2fsck/message.c:118
274 msgid "Cconflicts with some other fs @b"
277 #: e2fsck/message.c:119
281 #: e2fsck/message.c:120
285 #: e2fsck/message.c:121
289 #: e2fsck/message.c:122
290 msgid "E@e '%Dn' in %p (%i)"
293 #: e2fsck/message.c:123
297 #: e2fsck/message.c:124
298 msgid "Ffor @i %i (%Q) is"
301 #: e2fsck/message.c:125
305 #: e2fsck/message.c:126
309 #: e2fsck/message.c:127
313 #: e2fsck/message.c:128
317 #: e2fsck/message.c:129
321 #: e2fsck/message.c:130
325 #: e2fsck/message.c:131
329 #: e2fsck/message.c:132
330 msgid "mmultiply-claimed"
333 #: e2fsck/message.c:133
337 #: e2fsck/message.c:134
341 #: e2fsck/message.c:135
345 #: e2fsck/message.c:136
349 #: e2fsck/message.c:137
353 #: e2fsck/message.c:138
357 #: e2fsck/message.c:139
361 #: e2fsck/message.c:140
365 #: e2fsck/message.c:141
369 #: e2fsck/message.c:142
373 #: e2fsck/message.c:143
377 #: e2fsck/message.c:154
378 msgid "<The NULL inode>"
381 #: e2fsck/message.c:155
382 msgid "<The bad blocks inode>"
385 #: e2fsck/message.c:157
386 msgid "<The user quota inode>"
389 #: e2fsck/message.c:158
390 msgid "<The group quota inode>"
393 #: e2fsck/message.c:159
394 msgid "<The boot loader inode>"
397 #: e2fsck/message.c:160
398 msgid "<The undelete directory inode>"
401 #: e2fsck/message.c:161
402 msgid "<The group descriptor inode>"
405 #: e2fsck/message.c:162
406 msgid "<The journal inode>"
409 #: e2fsck/message.c:163
410 msgid "<Reserved inode 9>"
413 #: e2fsck/message.c:164
414 msgid "<Reserved inode 10>"
417 #: e2fsck/message.c:334
421 #: e2fsck/message.c:336
425 #: e2fsck/message.c:338
426 msgid "character device"
429 #: e2fsck/message.c:340
433 #: e2fsck/message.c:342
437 #: e2fsck/message.c:344
438 msgid "symbolic link"
441 #: e2fsck/message.c:346 misc/uuidd.c:162
445 #: e2fsck/message.c:348
447 msgid "unknown file type with mode 0%o"
450 #: e2fsck/message.c:423
451 msgid "indirect block"
454 #: e2fsck/message.c:425
455 msgid "double indirect block"
458 #: e2fsck/message.c:427
459 msgid "triple indirect block"
462 #: e2fsck/message.c:429
463 msgid "translator block"
466 #: e2fsck/message.c:431
470 #: e2fsck/pass1b.c:222
471 msgid "multiply claimed inode map"
474 #: e2fsck/pass1b.c:625 e2fsck/pass1b.c:746
476 msgid "internal error: can't find dup_blk for %llu\n"
479 #: e2fsck/pass1b.c:852
480 msgid "returned from clone_file_block"
483 #: e2fsck/pass1b.c:874
485 msgid "internal error: couldn't lookup EA block record for %llu"
488 #: e2fsck/pass1b.c:886
490 msgid "internal error: couldn't lookup EA inode record for %u"
493 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782
494 msgid "reading directory block"
497 #: e2fsck/pass1.c:634
498 msgid "in-use inode map"
501 #: e2fsck/pass1.c:645
502 msgid "directory inode map"
505 #: e2fsck/pass1.c:655
506 msgid "regular file inode map"
509 #: e2fsck/pass1.c:664 misc/e2image.c:1265
510 msgid "in-use block map"
513 #: e2fsck/pass1.c:730
514 msgid "opening inode scan"
517 #: e2fsck/pass1.c:764
518 msgid "getting next inode from scan"
521 #: e2fsck/pass1.c:1279
525 #: e2fsck/pass1.c:1336
527 msgid "reading indirect blocks of inode %u"
530 #: e2fsck/pass1.c:1386
531 msgid "bad inode map"
534 #: e2fsck/pass1.c:1409
535 msgid "inode in bad block map"
538 #: e2fsck/pass1.c:1429
539 msgid "imagic inode map"
542 #: e2fsck/pass1.c:1456
543 msgid "multiply claimed block map"
546 #: e2fsck/pass1.c:1567
547 msgid "ext attr block map"
550 #: e2fsck/pass1.c:2516
552 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
555 #: e2fsck/pass1.c:2898
559 #: e2fsck/pass1.c:2904
563 #: e2fsck/pass1.c:2910
567 #: e2fsck/pass2.c:283
571 #: e2fsck/pass2.c:806
572 msgid "Can not continue."
576 msgid "inode done bitmap"
583 #: e2fsck/pass3.c:148
587 #: e2fsck/pass3.c:340
588 msgid "inode loop detection bitmap"
591 #: e2fsck/pass4.c:196
599 #: e2fsck/problem.c:51
603 #: e2fsck/problem.c:52
607 #: e2fsck/problem.c:53
611 #: e2fsck/problem.c:54
615 #: e2fsck/problem.c:55
619 #: e2fsck/problem.c:56
623 #: e2fsck/problem.c:57
624 msgid "Connect to /lost+found"
627 #: e2fsck/problem.c:58
631 #: e2fsck/problem.c:59
635 #: e2fsck/problem.c:60
639 #: e2fsck/problem.c:61
643 #: e2fsck/problem.c:62
647 #: e2fsck/problem.c:63
651 #: e2fsck/problem.c:64
655 #: e2fsck/problem.c:65
656 msgid "Clone multiply-claimed blocks"
659 #: e2fsck/problem.c:66
663 #: e2fsck/problem.c:67
664 msgid "Suppress messages"
667 #: e2fsck/problem.c:68
671 #: e2fsck/problem.c:69
672 msgid "Clear HTree index"
675 #: e2fsck/problem.c:70
679 #: e2fsck/problem.c:79
683 #: e2fsck/problem.c:80
687 #: e2fsck/problem.c:81
691 #: e2fsck/problem.c:82
695 #: e2fsck/problem.c:83
699 #: e2fsck/problem.c:84
703 #: e2fsck/problem.c:85
707 #: e2fsck/problem.c:86
711 #: e2fsck/problem.c:87
715 #: e2fsck/problem.c:88
719 #: e2fsck/problem.c:89
720 msgid "INODE CLEARED"
723 #: e2fsck/problem.c:90
727 #: e2fsck/problem.c:91
731 #: e2fsck/problem.c:92
735 #: e2fsck/problem.c:93
736 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
739 #: e2fsck/problem.c:94
743 #: e2fsck/problem.c:95
747 #: e2fsck/problem.c:96
751 #: e2fsck/problem.c:97
752 msgid "HTREE INDEX CLEARED"
755 #: e2fsck/problem.c:98
756 msgid "WILL RECREATE"
759 #: e2fsck/problem.c:107
760 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
761 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
764 #: e2fsck/problem.c:111
765 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
766 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
769 #: e2fsck/problem.c:116
770 #. @-expanded: inode table for group %g is not in group. (block %b)\n
771 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
773 "@i table for @g %g is not in @g. (@b %b)\n"
774 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
777 #: e2fsck/problem.c:122
779 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
780 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
781 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
782 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
783 #. @-expanded: e2fsck -b 8193 <device>\n
785 #. @-expanded: e2fsck -b 32768 <device>\n
789 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
790 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
791 "@f (and not swap or ufs or something else), then the @S\n"
792 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
793 " e2fsck -b 8193 <@v>\n"
795 " e2fsck -b 32768 <@v>\n"
799 #: e2fsck/problem.c:133
800 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
801 #. @-expanded: The physical size of the device is %c blocks\n
802 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
804 "The @f size (according to the @S) is %b @bs\n"
805 "The physical size of the @v is %c @bs\n"
806 "Either the @S or the partition table is likely to be corrupt!\n"
809 #: e2fsck/problem.c:140
810 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
811 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
812 #. @-expanded: from the block size.\n
814 "@S @b_size = %b, fragsize = %c.\n"
815 "This version of e2fsck does not support fragment sizes different\n"
816 "from the @b size.\n"
819 #: e2fsck/problem.c:147
820 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
821 msgid "@S @bs_per_group = %b, should have been %c\n"
824 #: e2fsck/problem.c:152
825 #. @-expanded: superblock first_data_block = %b, should have been %c\n
826 msgid "@S first_data_@b = %b, should have been %c\n"
829 #: e2fsck/problem.c:157
830 #. @-expanded: filesystem did not have a UUID; generating one.\n
833 "@f did not have a UUID; generating one.\n"
837 #: e2fsck/problem.c:162
840 "Note: if several inode or block bitmap blocks or part\n"
841 "of the inode table require relocation, you may wish to try\n"
842 "running e2fsck with the '-b %S' option first. The problem\n"
843 "may lie only with the primary block group descriptors, and\n"
844 "the backup block group descriptors may be OK.\n"
848 #: e2fsck/problem.c:171
849 #. @-expanded: Corruption found in superblock. (%s = %N).\n
850 msgid "Corruption found in @S. (%s = %N).\n"
853 #: e2fsck/problem.c:176
855 #. @-expanded: Error determining size of the physical device: %m\n
856 msgid "Error determining size of the physical @v: %m\n"
859 #: e2fsck/problem.c:181
860 #. @-expanded: inode count in superblock is %i, should be %j.\n
861 msgid "@i count in @S is %i, @s %j.\n"
864 #: e2fsck/problem.c:185
865 msgid "The Hurd does not support the filetype feature.\n"
868 #: e2fsck/problem.c:190
870 #. @-expanded: superblock has an invalid journal (inode %i).\n
871 msgid "@S has an @n @j (@i %i).\n"
874 #: e2fsck/problem.c:195
875 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
876 msgid "External @j has multiple @f users (unsupported).\n"
879 #: e2fsck/problem.c:200
880 #. @-expanded: Can't find external journal\n
881 msgid "Can't find external @j\n"
884 #: e2fsck/problem.c:205
885 #. @-expanded: External journal has bad superblock\n
886 msgid "External @j has bad @S\n"
889 #: e2fsck/problem.c:210
890 #. @-expanded: External journal does not support this filesystem\n
891 msgid "External @j does not support this @f\n"
894 #: e2fsck/problem.c:215
895 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
896 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
897 #. @-expanded: format.\n
898 #. @-expanded: It is also possible the journal superblock is corrupt.\n
900 "@f @j @S is unknown type %N (unsupported).\n"
901 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
903 "It is also possible the @j @S is corrupt.\n"
906 #: e2fsck/problem.c:223
907 #. @-expanded: journal superblock is corrupt.\n
908 msgid "@j @S is corrupt.\n"
911 #: e2fsck/problem.c:228
912 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
913 msgid "@S has_@j flag is clear, but a @j is present.\n"
916 #: e2fsck/problem.c:233
917 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
918 msgid "@S needs_recovery flag is set, but no @j is present.\n"
921 #: e2fsck/problem.c:238
922 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
923 msgid "@S needs_recovery flag is clear, but @j has data.\n"
926 #: e2fsck/problem.c:243
927 #. @-expanded: Clear journal
931 #: e2fsck/problem.c:248 e2fsck/problem.c:707
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:253
937 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
938 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
941 #: e2fsck/problem.c:258
942 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
943 msgid "@I %B (%b) found in @o @i %i.\n"
946 #: e2fsck/problem.c:263
947 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
948 msgid "Already cleared %B (%b) found in @o @i %i.\n"
951 #: e2fsck/problem.c:268
953 #. @-expanded: illegal orphaned inode %i in superblock.\n
954 msgid "@I @o @i %i in @S.\n"
957 #: e2fsck/problem.c:273
959 #. @-expanded: illegal inode %i in orphaned inode list.\n
960 msgid "@I @i %i in @o @i list.\n"
963 #: e2fsck/problem.c:278
964 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
965 msgid "@j @S has an unknown read-only feature flag set.\n"
968 #: e2fsck/problem.c:283
969 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
970 msgid "@j @S has an unknown incompatible feature flag set.\n"
973 #: e2fsck/problem.c:288
974 #. @-expanded: journal version not supported by this e2fsck.\n
975 msgid "@j version not supported by this e2fsck.\n"
978 #: e2fsck/problem.c:293
980 #. @-expanded: Moving journal from /%s to hidden inode.\n
983 "Moving @j from /%s to hidden @i.\n"
987 #: e2fsck/problem.c:298
989 #. @-expanded: Error moving journal: %m\n
992 "Error moving @j: %m\n"
996 #: e2fsck/problem.c:303
997 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
998 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1001 "Found @n V2 @j @S fields (from V1 @j).\n"
1002 "Clearing fields beyond the V1 @j @S...\n"
1006 #: e2fsck/problem.c:309
1007 #. @-expanded: Run journal anyway
1008 msgid "Run @j anyway"
1011 #: e2fsck/problem.c:314
1012 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1013 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1016 #: e2fsck/problem.c:319
1017 #. @-expanded: Backing up journal inode block information.\n
1020 "Backing up @j @i @b information.\n"
1024 #: e2fsck/problem.c:324
1025 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1026 #. @-expanded: is %N; should be zero.
1028 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1032 #: e2fsck/problem.c:330
1033 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1034 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1037 #: e2fsck/problem.c:335
1038 #. @-expanded: Resize inode not valid.
1039 msgid "Resize @i not valid. "
1042 #: e2fsck/problem.c:340
1043 #. @-expanded: superblock last mount time (%t,\n
1044 #. @-expanded: \tnow = %T) is in the future.\n
1046 "@S last mount time (%t,\n"
1047 "\tnow = %T) is in the future.\n"
1050 #: e2fsck/problem.c:345
1051 #. @-expanded: superblock last write time (%t,\n
1052 #. @-expanded: \tnow = %T) is in the future.\n
1054 "@S last write time (%t,\n"
1055 "\tnow = %T) is in the future.\n"
1058 #: e2fsck/problem.c:349
1060 #. @-expanded: superblock hint for external superblock should be %X.
1061 msgid "@S hint for external superblock @s %X. "
1064 #: e2fsck/problem.c:354
1065 #. @-expanded: Adding dirhash hint to filesystem.\n
1068 "Adding dirhash hint to @f.\n"
1072 #: e2fsck/problem.c:359
1073 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1074 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1077 #: e2fsck/problem.c:364
1079 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1080 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1083 #: e2fsck/problem.c:369
1084 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1085 msgid "@g descriptor %g has invalid unused inodes count %b. "
1088 #: e2fsck/problem.c:374
1089 #. @-expanded: Last group block bitmap uninitialized.
1090 msgid "Last @g @b @B uninitialized. "
1093 #: e2fsck/problem.c:379
1095 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1098 #: e2fsck/problem.c:383
1099 msgid "The test_fs flag is set (and ext4 is available). "
1102 #: e2fsck/problem.c:388
1103 #. @-expanded: superblock last mount time is in the future.\n
1104 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1107 "@S last mount time is in the future.\n"
1108 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1112 #: e2fsck/problem.c:394
1113 #. @-expanded: superblock last write time is in the future.\n
1114 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1115 #. @-expanded: set).
1117 "@S last write time is in the future.\n"
1118 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1122 #: e2fsck/problem.c:400
1123 #. @-expanded: One or more block group descriptor checksums are invalid.
1124 msgid "One or more @b @g descriptor checksums are invalid. "
1127 #: e2fsck/problem.c:405
1128 #. @-expanded: Setting free inodes count to %j (was %i)\n
1129 msgid "Setting free @is count to %j (was %i)\n"
1132 #: e2fsck/problem.c:410
1133 #. @-expanded: Setting free blocks count to %c (was %b)\n
1134 msgid "Setting free @bs count to %c (was %b)\n"
1137 #: e2fsck/problem.c:415
1138 #. @-expanded: Making quota inode %i (%Q) hidden.\n
1139 msgid "Making @q @i %i (%Q) hidden.\n"
1142 #: e2fsck/problem.c:420
1143 #. @-expanded: superblock has invalid MMP block.
1144 msgid "@S has invalid MMP block. "
1147 #: e2fsck/problem.c:425
1148 #. @-expanded: superblock has invalid MMP magic.
1149 msgid "@S has invalid MMP magic. "
1152 #: e2fsck/problem.c:430
1154 msgid "ext2fs_open2: %m\n"
1157 #: e2fsck/problem.c:435
1159 msgid "ext2fs_check_desc: %m\n"
1162 #: e2fsck/problem.c:440
1163 #. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
1164 msgid "@S 64bit filesystems needs extents to access the whole disk. "
1167 #: e2fsck/problem.c:445
1168 msgid "First_meta_bg is too big. (%N, max value %g). "
1171 #: e2fsck/problem.c:452
1172 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1173 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1176 #: e2fsck/problem.c:456
1177 #. @-expanded: root inode is not a directory.
1178 msgid "@r is not a @d. "
1181 #: e2fsck/problem.c:461
1182 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1183 msgid "@r has dtime set (probably due to old mke2fs). "
1186 #: e2fsck/problem.c:466
1187 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1188 msgid "Reserved @i %i (%Q) has @n mode. "
1191 #: e2fsck/problem.c:471
1193 #. @-expanded: deleted inode %i has zero dtime.
1194 msgid "@D @i %i has zero dtime. "
1197 #: e2fsck/problem.c:476
1199 #. @-expanded: inode %i is in use, but has dtime set.
1200 msgid "@i %i is in use, but has dtime set. "
1203 #: e2fsck/problem.c:481
1205 #. @-expanded: inode %i is a zero-length directory.
1206 msgid "@i %i is a @z @d. "
1209 #: e2fsck/problem.c:486
1210 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1211 msgid "@g %g's @b @B at %b @C.\n"
1214 #: e2fsck/problem.c:491
1215 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1216 msgid "@g %g's @i @B at %b @C.\n"
1219 #: e2fsck/problem.c:496
1220 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1221 msgid "@g %g's @i table at %b @C.\n"
1224 #: e2fsck/problem.c:501
1225 #. @-expanded: group %g's block bitmap (%b) is bad.
1226 msgid "@g %g's @b @B (%b) is bad. "
1229 #: e2fsck/problem.c:506
1230 #. @-expanded: group %g's inode bitmap (%b) is bad.
1231 msgid "@g %g's @i @B (%b) is bad. "
1234 #: e2fsck/problem.c:511
1235 #. @-expanded: inode %i, i_size is %Is, should be %N.
1236 msgid "@i %i, i_size is %Is, @s %N. "
1239 #: e2fsck/problem.c:516
1240 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1241 msgid "@i %i, i_@bs is %Ib, @s %N. "
1244 #: e2fsck/problem.c:521
1245 #. @-expanded: illegal %B (%b) in inode %i.
1246 msgid "@I %B (%b) in @i %i. "
1249 #: e2fsck/problem.c:526
1250 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1251 msgid "%B (%b) overlaps @f metadata in @i %i. "
1254 #: e2fsck/problem.c:531
1256 #. @-expanded: inode %i has illegal block(s).
1257 msgid "@i %i has illegal @b(s). "
1260 #: e2fsck/problem.c:536
1262 #. @-expanded: Too many illegal blocks in inode %i.\n
1263 msgid "Too many illegal @bs in @i %i.\n"
1266 #: e2fsck/problem.c:541
1267 #. @-expanded: illegal %B (%b) in bad block inode.
1268 msgid "@I %B (%b) in bad @b @i. "
1271 #: e2fsck/problem.c:546
1272 #. @-expanded: Bad block inode has illegal block(s).
1273 msgid "Bad @b @i has illegal @b(s). "
1276 #: e2fsck/problem.c:551
1277 #. @-expanded: Duplicate or bad block in use!\n
1278 msgid "Duplicate or bad @b in use!\n"
1281 #: e2fsck/problem.c:556
1282 #. @-expanded: Bad block %b used as bad block inode indirect block.
1283 msgid "Bad @b %b used as bad @b @i indirect @b. "
1286 #: e2fsck/problem.c:561
1288 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1289 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1290 #. @-expanded: in the filesystem.\n
1293 "The bad @b @i has probably been corrupted. You probably\n"
1294 "should stop now and run e2fsck -c to scan for bad blocks\n"
1298 #: e2fsck/problem.c:568
1300 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1303 "If the @b is really bad, the @f can not be fixed.\n"
1306 #: e2fsck/problem.c:573
1307 #. @-expanded: You can remove this block from the bad block list and hope\n
1308 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1311 "You can remove this @b from the bad @b list and hope\n"
1312 "that the @b is really OK. But there are no guarantees.\n"
1316 #: e2fsck/problem.c:579
1317 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1318 msgid "The primary @S (%b) is on the bad @b list.\n"
1321 #: e2fsck/problem.c:584
1322 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1323 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1326 #: e2fsck/problem.c:590
1327 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1328 msgid "Warning: Group %g's @S (%b) is bad.\n"
1331 #: e2fsck/problem.c:595
1332 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1333 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1336 #: e2fsck/problem.c:601
1337 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1338 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1341 #: e2fsck/problem.c:607
1342 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1343 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1346 #: e2fsck/problem.c:612
1348 #. @-expanded: error allocating block buffer for relocating %s\n
1349 msgid "@A @b buffer for relocating %s\n"
1352 #: e2fsck/problem.c:617
1353 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1354 msgid "Relocating @g %g's %s from %b to %c...\n"
1357 #: e2fsck/problem.c:622
1359 #. @-expanded: Relocating group %g's %s to %c...\n
1360 msgid "Relocating @g %g's %s to %c...\n"
1363 #: e2fsck/problem.c:627
1364 #. @-expanded: Warning: could not read block %b of %s: %m\n
1365 msgid "Warning: could not read @b %b of %s: %m\n"
1368 #: e2fsck/problem.c:632
1369 #. @-expanded: Warning: could not write block %b for %s: %m\n
1370 msgid "Warning: could not write @b %b for %s: %m\n"
1373 #: e2fsck/problem.c:637 e2fsck/problem.c:1501
1374 #. @-expanded: error allocating inode bitmap (%N): %m\n
1375 msgid "@A @i @B (%N): %m\n"
1378 #: e2fsck/problem.c:642
1379 #. @-expanded: error allocating block bitmap (%N): %m\n
1380 msgid "@A @b @B (%N): %m\n"
1383 #: e2fsck/problem.c:647
1385 #. @-expanded: error allocating icount link information: %m\n
1386 msgid "@A icount link information: %m\n"
1389 #: e2fsck/problem.c:652
1391 #. @-expanded: error allocating directory block array: %m\n
1392 msgid "@A @d @b array: %m\n"
1395 #: e2fsck/problem.c:657
1397 #. @-expanded: Error while scanning inodes (%i): %m\n
1398 msgid "Error while scanning @is (%i): %m\n"
1401 #: e2fsck/problem.c:662
1403 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1404 msgid "Error while iterating over @bs in @i %i: %m\n"
1407 #: e2fsck/problem.c:667
1408 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1409 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1412 #: e2fsck/problem.c:672
1413 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1414 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1417 #: e2fsck/problem.c:678
1419 #. @-expanded: Error reading inode %i: %m\n
1420 msgid "Error reading @i %i: %m\n"
1423 #: e2fsck/problem.c:686
1425 #. @-expanded: inode %i has imagic flag set.
1426 msgid "@i %i has imagic flag set. "
1429 #: e2fsck/problem.c:691
1431 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1432 #. @-expanded: or append-only flag set.
1434 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1435 "or append-only flag set. "
1438 #: e2fsck/problem.c:697
1440 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1441 msgid "@i %i has @cion flag set on @f without @cion support. "
1444 #: e2fsck/problem.c:702
1446 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1447 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1450 #: e2fsck/problem.c:712
1451 #. @-expanded: journal inode is not in use, but contains data.
1452 msgid "@j @i is not in use, but contains data. "
1455 #: e2fsck/problem.c:717
1456 #. @-expanded: journal is not regular file.
1457 msgid "@j is not regular file. "
1460 #: e2fsck/problem.c:722
1462 #. @-expanded: inode %i was part of the orphaned inode list.
1463 msgid "@i %i was part of the @o @i list. "
1466 #: e2fsck/problem.c:728
1467 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1468 msgid "@is that were part of a corrupted orphan linked list found. "
1471 #: e2fsck/problem.c:733
1472 #. @-expanded: error allocating refcount structure (%N): %m\n
1473 msgid "@A refcount structure (%N): %m\n"
1476 #: e2fsck/problem.c:738
1477 #. @-expanded: Error reading extended attribute block %b for inode %i.
1478 msgid "Error reading @a @b %b for @i %i. "
1481 #: e2fsck/problem.c:743
1482 #. @-expanded: inode %i has a bad extended attribute block %b.
1483 msgid "@i %i has a bad @a @b %b. "
1486 #: e2fsck/problem.c:748
1487 #. @-expanded: Error reading extended attribute block %b (%m).
1488 msgid "Error reading @a @b %b (%m). "
1491 #: e2fsck/problem.c:753
1492 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1493 msgid "@a @b %b has reference count %r, @s %N. "
1496 #: e2fsck/problem.c:758
1497 #. @-expanded: Error writing extended attribute block %b (%m).
1498 msgid "Error writing @a @b %b (%m). "
1501 #: e2fsck/problem.c:763
1502 #. @-expanded: extended attribute block %b has h_blocks > 1.
1503 msgid "@a @b %b has h_@bs > 1. "
1506 #: e2fsck/problem.c:768
1507 #. @-expanded: error allocating extended attribute block %b.
1508 msgid "@A @a @b %b. "
1511 #: e2fsck/problem.c:773
1512 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1513 msgid "@a @b %b is corrupt (allocation collision). "
1516 #: e2fsck/problem.c:778
1517 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1518 msgid "@a @b %b is corrupt (@n name). "
1521 #: e2fsck/problem.c:783
1522 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1523 msgid "@a @b %b is corrupt (@n value). "
1526 #: e2fsck/problem.c:788
1528 #. @-expanded: inode %i is too big.
1529 msgid "@i %i is too big. "
1532 #: e2fsck/problem.c:792
1533 #. @-expanded: %B (%b) causes directory to be too big.
1534 msgid "%B (%b) causes @d to be too big. "
1537 #: e2fsck/problem.c:797
1538 msgid "%B (%b) causes file to be too big. "
1541 #: e2fsck/problem.c:802
1542 msgid "%B (%b) causes symlink to be too big. "
1545 #: e2fsck/problem.c:807
1547 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1548 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1551 #: e2fsck/problem.c:812
1553 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1554 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1557 #: e2fsck/problem.c:817
1559 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1560 msgid "@h %i has an @n root node.\n"
1563 #: e2fsck/problem.c:822
1564 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1565 msgid "@h %i has an unsupported hash version (%N)\n"
1568 #: e2fsck/problem.c:827
1570 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1571 msgid "@h %i uses an incompatible htree root node flag.\n"
1574 #: e2fsck/problem.c:832
1575 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1576 msgid "@h %i has a tree depth (%N) which is too big\n"
1579 #: e2fsck/problem.c:837
1580 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1581 #. @-expanded: filesystem metadata.
1583 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1587 #: e2fsck/problem.c:843
1589 #. @-expanded: Resize inode (re)creation failed: %m.
1590 msgid "Resize @i (re)creation failed: %m."
1593 #: e2fsck/problem.c:848
1594 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1595 msgid "@i %i has a extra size (%IS) which is @n\n"
1598 #: e2fsck/problem.c:853
1599 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1600 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1603 #: e2fsck/problem.c:858
1604 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1605 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1608 #: e2fsck/problem.c:863
1609 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1610 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1613 #: e2fsck/problem.c:868
1614 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1615 msgid "@a in @i %i has a value size (%N) which is @n\n"
1618 #: e2fsck/problem.c:873
1619 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1620 msgid "@a in @i %i has a hash (%N) which is @n\n"
1623 #: e2fsck/problem.c:878
1624 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1625 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1628 #: e2fsck/problem.c:883
1630 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1631 msgid "Error while reading over @x tree in @i %i: %m\n"
1634 #: e2fsck/problem.c:888
1635 #. @-expanded: Failed to iterate extents in inode %i\n
1636 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1638 "Failed to iterate extents in @i %i\n"
1639 "\t(op %s, blk %b, lblk %c): %m\n"
1642 #: e2fsck/problem.c:894
1643 #. @-expanded: inode %i has an invalid extent\n
1644 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1646 "@i %i has an @n extent\n"
1647 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1650 #: e2fsck/problem.c:899
1651 #. @-expanded: inode %i has an invalid extent\n
1652 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1654 "@i %i has an @n extent\n"
1655 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1658 #: e2fsck/problem.c:904
1660 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1661 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1664 #: e2fsck/problem.c:909
1666 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1667 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1670 #: e2fsck/problem.c:914
1672 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1673 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1676 #: e2fsck/problem.c:919
1678 msgid "Fast symlink %i has EXTENT_FL set. "
1681 #: e2fsck/problem.c:924
1682 #. @-expanded: inode %i has out of order extents\n
1683 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1685 "@i %i has out of order extents\n"
1686 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1689 #: e2fsck/problem.c:928
1690 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1691 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1694 #: e2fsck/problem.c:933
1696 #. @-expanded: Error converting subcluster block bitmap: %m\n
1697 msgid "Error converting subcluster @b @B: %m\n"
1700 #: e2fsck/problem.c:938
1701 #. @-expanded: quota inode is not regular file.
1702 msgid "@q @i is not regular file. "
1705 #: e2fsck/problem.c:943
1706 #. @-expanded: quota inode is not in use, but contains data.
1707 msgid "@q @i is not in use, but contains data. "
1710 #: e2fsck/problem.c:948
1711 #. @-expanded: quota inode is visible to the user.
1712 msgid "@q @i is visible to the user. "
1715 #: e2fsck/problem.c:953
1716 #. @-expanded: The bad block inode looks invalid.
1717 msgid "The bad @b @i looks @n. "
1720 #: e2fsck/problem.c:958
1721 #. @-expanded: inode %i has zero length extent\n
1722 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1724 "@i %i has zero length extent\n"
1725 "\t(@n logical @b %c, physical @b %b)\n"
1728 #: e2fsck/problem.c:965
1729 #. @-expanded: Interior extent node level %N of inode %i:\n
1730 #. @-expanded: Logical start %b does not match logical start %c at next level.
1732 "Interior @x node level %N of @i %i:\n"
1733 "Logical start %b does not match logical start %c at next level. "
1736 #: e2fsck/problem.c:971
1737 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1738 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1740 "@i %i, end of extent exceeds allowed value\n"
1741 "\t(logical @b %c, physical @b %b, len %N)\n"
1744 #: e2fsck/problem.c:977
1745 #. @-expanded: directory inode %i block %b should be at block %c.
1746 msgid "@d @i %i @b %b should be at @b %c. "
1749 #: e2fsck/problem.c:982
1751 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1752 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1755 #: e2fsck/problem.c:987
1756 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1757 #. @-expanded: Will fix in pass 1B.\n
1759 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1760 "Will fix in pass 1B.\n"
1763 #: e2fsck/problem.c:994
1765 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1766 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1769 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1770 "Pass 1B: Rescanning for @m @bs\n"
1773 #: e2fsck/problem.c:1000
1775 #. @-expanded: multiply-claimed block(s) in inode %i:
1776 msgid "@m @b(s) in @i %i:"
1779 #: e2fsck/problem.c:1015
1781 msgid "Error while scanning inodes (%i): %m\n"
1784 #: e2fsck/problem.c:1020
1786 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1787 msgid "@A @i @B (@i_dup_map): %m\n"
1790 #: e2fsck/problem.c:1025
1792 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1793 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1796 #: e2fsck/problem.c:1030 e2fsck/problem.c:1345
1797 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1798 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1801 #: e2fsck/problem.c:1035
1802 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1803 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1806 #: e2fsck/problem.c:1041
1807 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1808 msgid "Pass 1D: Reconciling @m @bs\n"
1811 #: e2fsck/problem.c:1046
1812 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1813 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1815 "File %Q (@i #%i, mod time %IM) \n"
1816 " has %r @m @b(s), shared with %N file(s):\n"
1819 #: e2fsck/problem.c:1052
1820 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1821 msgid "\t%Q (@i #%i, mod time %IM)\n"
1824 #: e2fsck/problem.c:1057
1825 #. @-expanded: \t<filesystem metadata>\n
1826 msgid "\t<@f metadata>\n"
1829 #: e2fsck/problem.c:1062
1830 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1833 "(There are %N @is containing @m @bs.)\n"
1837 #: e2fsck/problem.c:1067
1838 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1841 "@m @bs already reassigned or cloned.\n"
1845 #: e2fsck/problem.c:1080
1847 msgid "Couldn't clone file: %m\n"
1850 #: e2fsck/problem.c:1086
1851 #. @-expanded: Pass 2: Checking directory structure\n
1852 msgid "Pass 2: Checking @d structure\n"
1855 #: e2fsck/problem.c:1091
1857 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1858 msgid "@n @i number for '.' in @d @i %i.\n"
1861 #: e2fsck/problem.c:1096
1862 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1863 msgid "@E has @n @i #: %Di.\n"
1866 #: e2fsck/problem.c:1101
1867 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1868 msgid "@E has @D/unused @i %Di. "
1871 #: e2fsck/problem.c:1106
1872 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1873 msgid "@E @L to '.' "
1876 #: e2fsck/problem.c:1111
1877 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1878 msgid "@E points to @i (%Di) located in a bad @b.\n"
1881 #: e2fsck/problem.c:1116
1882 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1883 msgid "@E @L to @d %P (%Di).\n"
1886 #: e2fsck/problem.c:1121
1887 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1888 msgid "@E @L to the @r.\n"
1891 #: e2fsck/problem.c:1126
1892 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1893 msgid "@E has illegal characters in its name.\n"
1896 #: e2fsck/problem.c:1131
1898 #. @-expanded: Missing '.' in directory inode %i.\n
1899 msgid "Missing '.' in @d @i %i.\n"
1902 #: e2fsck/problem.c:1136
1904 #. @-expanded: Missing '..' in directory inode %i.\n
1905 msgid "Missing '..' in @d @i %i.\n"
1908 #: e2fsck/problem.c:1141
1909 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1910 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1913 #: e2fsck/problem.c:1146
1914 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1915 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1918 #: e2fsck/problem.c:1151
1919 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1920 msgid "i_faddr @F %IF, @s zero.\n"
1923 #: e2fsck/problem.c:1156
1924 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1925 msgid "i_file_acl @F %If, @s zero.\n"
1928 #: e2fsck/problem.c:1161
1929 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1930 msgid "i_dir_acl @F %Id, @s zero.\n"
1933 #: e2fsck/problem.c:1166
1934 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1935 msgid "i_frag @F %N, @s zero.\n"
1938 #: e2fsck/problem.c:1171
1939 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1940 msgid "i_fsize @F %N, @s zero.\n"
1943 #: e2fsck/problem.c:1176
1944 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1945 msgid "@i %i (%Q) has @n mode (%Im).\n"
1948 #: e2fsck/problem.c:1181
1949 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1950 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1953 #: e2fsck/problem.c:1186
1954 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1955 msgid "@d @i %i, %B, offset %N: filename too long\n"
1958 #: e2fsck/problem.c:1191
1959 #. @-expanded: directory inode %i has an unallocated %B.
1960 msgid "@d @i %i has an unallocated %B. "
1963 #: e2fsck/problem.c:1196
1965 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1966 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1969 #: e2fsck/problem.c:1201
1971 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1972 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1975 #: e2fsck/problem.c:1206
1976 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1977 msgid "@i %i (%Q) is an @I character @v.\n"
1980 #: e2fsck/problem.c:1211
1981 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1982 msgid "@i %i (%Q) is an @I @b @v.\n"
1985 #: e2fsck/problem.c:1216
1986 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1987 msgid "@E is duplicate '.' @e.\n"
1990 #: e2fsck/problem.c:1221
1991 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1992 msgid "@E is duplicate '..' @e.\n"
1995 #: e2fsck/problem.c:1226 e2fsck/problem.c:1526
1997 msgid "Internal error: couldn't find dir_info for %i.\n"
2000 #: e2fsck/problem.c:1231
2001 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2002 msgid "@E has rec_len of %Dr, @s %N.\n"
2005 #: e2fsck/problem.c:1236
2007 #. @-expanded: error allocating icount structure: %m\n
2008 msgid "@A icount structure: %m\n"
2011 #: e2fsck/problem.c:1241
2013 #. @-expanded: Error iterating over directory blocks: %m\n
2014 msgid "Error iterating over @d @bs: %m\n"
2017 #: e2fsck/problem.c:1246
2018 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2019 msgid "Error reading @d @b %b (@i %i): %m\n"
2022 #: e2fsck/problem.c:1251
2023 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2024 msgid "Error writing @d @b %b (@i %i): %m\n"
2027 #: e2fsck/problem.c:1256
2029 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2030 msgid "@A new @d @b for @i %i (%s): %m\n"
2033 #: e2fsck/problem.c:1261
2035 #. @-expanded: Error deallocating inode %i: %m\n
2036 msgid "Error deallocating @i %i: %m\n"
2039 #: e2fsck/problem.c:1266
2041 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2042 msgid "@d @e for '.' in %p (%i) is big.\n"
2045 #: e2fsck/problem.c:1271
2046 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2047 msgid "@i %i (%Q) is an @I FIFO.\n"
2050 #: e2fsck/problem.c:1276
2051 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2052 msgid "@i %i (%Q) is an @I socket.\n"
2055 #: e2fsck/problem.c:1281
2056 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2057 msgid "Setting filetype for @E to %N.\n"
2060 #: e2fsck/problem.c:1286
2061 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2062 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2065 #: e2fsck/problem.c:1291
2066 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2067 msgid "@E has filetype set.\n"
2070 #: e2fsck/problem.c:1296
2071 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2072 msgid "@E has a @z name.\n"
2075 #: e2fsck/problem.c:1301
2076 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2077 msgid "Symlink %Q (@i #%i) is @n.\n"
2080 #: e2fsck/problem.c:1306
2081 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2082 msgid "@a @b @F @n (%If).\n"
2085 #: e2fsck/problem.c:1311
2086 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2087 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2090 #: e2fsck/problem.c:1316
2091 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2092 msgid "@p @h %d: %B not referenced\n"
2095 #: e2fsck/problem.c:1321
2096 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2097 msgid "@p @h %d: %B referenced twice\n"
2100 #: e2fsck/problem.c:1326
2101 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2102 msgid "@p @h %d: %B has bad min hash\n"
2105 #: e2fsck/problem.c:1331
2106 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2107 msgid "@p @h %d: %B has bad max hash\n"
2110 #: e2fsck/problem.c:1336
2111 #. @-expanded: invalid HTREE directory inode %d (%q).
2112 msgid "@n @h %d (%q). "
2115 #: e2fsck/problem.c:1340
2116 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2117 msgid "@p @h %d (%q): bad @b number %b.\n"
2120 #: e2fsck/problem.c:1350
2122 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2123 msgid "@p @h %d: root node is @n\n"
2126 #: e2fsck/problem.c:1355
2127 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2128 msgid "@p @h %d: %B has @n limit (%N)\n"
2131 #: e2fsck/problem.c:1360
2132 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2133 msgid "@p @h %d: %B has @n count (%N)\n"
2136 #: e2fsck/problem.c:1365
2137 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2138 msgid "@p @h %d: %B has an unordered hash table\n"
2141 #: e2fsck/problem.c:1370
2142 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2143 msgid "@p @h %d: %B has @n depth (%N)\n"
2146 #: e2fsck/problem.c:1375
2147 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2148 msgid "Duplicate @E found. "
2151 #: e2fsck/problem.c:1380
2153 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2154 #. @-expanded: Rename to %s
2156 "@E has a non-unique filename.\n"
2160 #: e2fsck/problem.c:1385
2161 #. @-expanded: Duplicate entry '%Dn' found.\n
2162 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2165 "Duplicate @e '%Dn' found.\n"
2166 "\tMarking %p (%i) to be rebuilt.\n"
2170 #: e2fsck/problem.c:1390
2171 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2172 msgid "i_blocks_hi @F %N, @s zero.\n"
2175 #: e2fsck/problem.c:1395
2176 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2177 msgid "Unexpected @b in @h %d (%q).\n"
2180 #: e2fsck/problem.c:1399
2181 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2182 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2185 #: e2fsck/problem.c:1404
2186 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2187 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2190 #: e2fsck/problem.c:1409
2191 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2192 msgid "i_file_acl_hi @F %N, @s zero.\n"
2195 #: e2fsck/problem.c:1416
2196 #. @-expanded: Pass 3: Checking directory connectivity\n
2197 msgid "Pass 3: Checking @d connectivity\n"
2200 #: e2fsck/problem.c:1421
2201 #. @-expanded: root inode not allocated.
2202 msgid "@r not allocated. "
2205 #: e2fsck/problem.c:1426
2206 #. @-expanded: No room in lost+found directory.
2207 msgid "No room in @l @d. "
2210 #: e2fsck/problem.c:1431
2212 #. @-expanded: Unconnected directory inode %i (%p)\n
2213 msgid "Unconnected @d @i %i (%p)\n"
2216 #: e2fsck/problem.c:1436
2217 #. @-expanded: /lost+found not found.
2218 msgid "/@l not found. "
2221 #: e2fsck/problem.c:1441
2222 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2223 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2226 #: e2fsck/problem.c:1446
2227 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2228 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2231 #: e2fsck/problem.c:1451
2233 #. @-expanded: Could not expand /lost+found: %m\n
2234 msgid "Could not expand /@l: %m\n"
2237 #: e2fsck/problem.c:1456
2239 msgid "Could not reconnect %i: %m\n"
2242 #: e2fsck/problem.c:1461
2244 #. @-expanded: Error while trying to find /lost+found: %m\n
2245 msgid "Error while trying to find /@l: %m\n"
2248 #: e2fsck/problem.c:1466
2250 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2251 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2254 #: e2fsck/problem.c:1471
2256 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2257 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2260 #: e2fsck/problem.c:1476
2262 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2263 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2266 #: e2fsck/problem.c:1481
2268 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2269 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2272 #: e2fsck/problem.c:1486
2274 #. @-expanded: Error while adjusting inode count on inode %i\n
2275 msgid "Error while adjusting @i count on @i %i\n"
2278 #: e2fsck/problem.c:1491
2280 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2283 "Couldn't fix parent of @i %i: %m\n"
2287 #: e2fsck/problem.c:1496
2289 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2292 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2296 #: e2fsck/problem.c:1506
2298 #. @-expanded: Error creating root directory (%s): %m\n
2299 msgid "Error creating root @d (%s): %m\n"
2302 #: e2fsck/problem.c:1511
2304 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2305 msgid "Error creating /@l @d (%s): %m\n"
2308 #: e2fsck/problem.c:1516
2309 #. @-expanded: root inode is not a directory; aborting.\n
2310 msgid "@r is not a @d; aborting.\n"
2313 #: e2fsck/problem.c:1521
2314 #. @-expanded: Cannot proceed without a root inode.\n
2315 msgid "Cannot proceed without a @r.\n"
2318 #: e2fsck/problem.c:1531
2320 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2321 msgid "/@l is not a @d (ino=%i)\n"
2324 #: e2fsck/problem.c:1538
2325 msgid "Pass 3A: Optimizing directories\n"
2328 #: e2fsck/problem.c:1543
2330 msgid "Failed to create dirs_to_hash iterator: %m\n"
2333 #: e2fsck/problem.c:1548
2334 msgid "Failed to optimize directory %q (%d): %m\n"
2337 #: e2fsck/problem.c:1553
2338 msgid "Optimizing directories: "
2341 #: e2fsck/problem.c:1570
2342 msgid "Pass 4: Checking reference counts\n"
2345 #: e2fsck/problem.c:1575
2347 #. @-expanded: unattached zero-length inode %i.
2348 msgid "@u @z @i %i. "
2351 #: e2fsck/problem.c:1580
2353 #. @-expanded: unattached inode %i\n
2357 #: e2fsck/problem.c:1585
2358 #. @-expanded: inode %i ref count is %Il, should be %N.
2359 msgid "@i %i ref count is %Il, @s %N. "
2362 #: e2fsck/problem.c:1589
2363 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2364 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2365 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2367 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2368 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2369 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2372 #: e2fsck/problem.c:1599
2373 #. @-expanded: Pass 5: Checking group summary information\n
2374 msgid "Pass 5: Checking @g summary information\n"
2377 #: e2fsck/problem.c:1604
2378 #. @-expanded: Padding at end of inode bitmap is not set.
2379 msgid "Padding at end of @i @B is not set. "
2382 #: e2fsck/problem.c:1609
2383 #. @-expanded: Padding at end of block bitmap is not set.
2384 msgid "Padding at end of @b @B is not set. "
2387 #: e2fsck/problem.c:1614
2388 #. @-expanded: block bitmap differences:
2389 msgid "@b @B differences: "
2392 #: e2fsck/problem.c:1634
2393 #. @-expanded: inode bitmap differences:
2394 msgid "@i @B differences: "
2397 #: e2fsck/problem.c:1654
2398 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2399 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2402 #: e2fsck/problem.c:1659
2403 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2404 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2407 #: e2fsck/problem.c:1664
2408 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2409 msgid "Free @is count wrong (%i, counted=%j).\n"
2412 #: e2fsck/problem.c:1669
2413 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2414 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2417 #: e2fsck/problem.c:1674
2418 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2419 msgid "Free @bs count wrong (%b, counted=%c).\n"
2422 #: e2fsck/problem.c:1679
2423 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2424 #. @-expanded: endpoints (%i, %j)\n
2426 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2427 "endpoints (%i, %j)\n"
2430 #: e2fsck/problem.c:1685
2431 msgid "Internal error: fudging end of bitmap (%N)\n"
2434 #: e2fsck/problem.c:1690
2436 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2437 msgid "Error copying in replacement @i @B: %m\n"
2440 #: e2fsck/problem.c:1695
2442 #. @-expanded: Error copying in replacement block bitmap: %m\n
2443 msgid "Error copying in replacement @b @B: %m\n"
2446 #: e2fsck/problem.c:1720
2448 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2449 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2452 #: e2fsck/problem.c:1725
2454 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2455 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2458 #: e2fsck/problem.c:1732
2459 #. @-expanded: Recreate journal
2463 #: e2fsck/problem.c:1737
2464 msgid "Update quota info for quota type %N"
2467 #: e2fsck/problem.c:1742
2469 #. @-expanded: Error setting block group checksum info: %m\n
2470 msgid "Error setting @b @g checksum info: %m\n"
2473 #: e2fsck/problem.c:1747
2475 msgid "Error writing file system info: %m\n"
2478 #: e2fsck/problem.c:1752
2480 msgid "Error flushing writes to storage device: %m\n"
2483 #: e2fsck/problem.c:1871
2485 msgid "Unhandled error code (0x%x)!\n"
2488 #: e2fsck/problem.c:1996 e2fsck/problem.c:2000
2492 #: e2fsck/scantest.c:79
2494 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2497 #: e2fsck/scantest.c:98
2499 msgid "size of inode=%d\n"
2502 #: e2fsck/scantest.c:119
2503 msgid "while starting inode scan"
2506 #: e2fsck/scantest.c:130
2507 msgid "while doing inode scan"
2510 #: e2fsck/super.c:190
2512 msgid "while calling ext2fs_block_iterate for inode %d"
2515 #: e2fsck/super.c:213
2517 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2520 #: e2fsck/super.c:274
2524 #: e2fsck/super.c:275
2531 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2532 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2533 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2534 "\t\t[-E extended-options] device\n"
2541 " -p Automatic repair (no questions)\n"
2542 " -n Make no changes to the filesystem\n"
2543 " -y Assume \"yes\" to all questions\n"
2544 " -c Check for bad blocks and add them to the badblock "
2546 " -f Force checking even if filesystem is marked clean\n"
2552 " -b superblock Use alternative superblock\n"
2553 " -B blocksize Force blocksize when looking for superblock\n"
2554 " -j external_journal Set location of the external journal\n"
2555 " -l bad_blocks_file Add to badblocks list\n"
2556 " -L bad_blocks_file Set badblocks list\n"
2559 #: e2fsck/unix.c:131
2561 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2564 #: e2fsck/unix.c:157
2568 "%12u inode used (%2.2f%%, out of %u)\n"
2571 "%12u inodes used (%2.2f%%, out of %u)\n"
2575 #: e2fsck/unix.c:161
2577 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2578 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2582 #: e2fsck/unix.c:166
2584 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2585 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2589 #: e2fsck/unix.c:171
2591 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2594 #: e2fsck/unix.c:179
2595 msgid " Extent depth histogram: "
2598 #: e2fsck/unix.c:188
2600 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2601 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2605 #: e2fsck/unix.c:192
2607 msgid "%12u bad block\n"
2608 msgid_plural "%12u bad blocks\n"
2612 #: e2fsck/unix.c:194
2614 msgid "%12u large file\n"
2615 msgid_plural "%12u large files\n"
2619 #: e2fsck/unix.c:196
2623 "%12u regular file\n"
2626 "%12u regular files\n"
2630 #: e2fsck/unix.c:198
2632 msgid "%12u directory\n"
2633 msgid_plural "%12u directories\n"
2637 #: e2fsck/unix.c:200
2639 msgid "%12u character device file\n"
2640 msgid_plural "%12u character device files\n"
2644 #: e2fsck/unix.c:203
2646 msgid "%12u block device file\n"
2647 msgid_plural "%12u block device files\n"
2651 #: e2fsck/unix.c:205
2654 msgid_plural "%12u fifos\n"
2658 #: e2fsck/unix.c:207
2661 msgid_plural "%12u links\n"
2665 #: e2fsck/unix.c:209
2667 msgid "%12u symbolic link"
2668 msgid_plural "%12u symbolic links"
2672 #: e2fsck/unix.c:211
2674 msgid " (%u fast symbolic link)\n"
2675 msgid_plural " (%u fast symbolic links)\n"
2679 #: e2fsck/unix.c:215
2681 msgid "%12u socket\n"
2682 msgid_plural "%12u sockets\n"
2686 #: e2fsck/unix.c:219
2689 msgid_plural "%12u files\n"
2693 #: e2fsck/unix.c:232 misc/badblocks.c:993 misc/tune2fs.c:2122 misc/util.c:316
2694 #: resize/main.c:261
2696 msgid "while determining whether %s is mounted."
2699 #: e2fsck/unix.c:253
2701 msgid "Warning! %s is mounted.\n"
2704 #: e2fsck/unix.c:256
2706 msgid "Warning! %s is in use.\n"
2709 #: e2fsck/unix.c:262
2711 msgid "%s is mounted.\n"
2714 #: e2fsck/unix.c:264
2716 msgid "%s is in use.\n"
2719 #: e2fsck/unix.c:266
2721 "Cannot continue, aborting.\n"
2725 #: e2fsck/unix.c:268
2729 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2730 "cause ***SEVERE*** filesystem damage.\n"
2734 #: e2fsck/unix.c:273
2735 msgid "Do you really want to continue"
2738 #: e2fsck/unix.c:275
2739 msgid "check aborted.\n"
2742 #: e2fsck/unix.c:368
2743 msgid " contains a file system with errors"
2746 #: e2fsck/unix.c:370
2747 msgid " was not cleanly unmounted"
2750 #: e2fsck/unix.c:372
2751 msgid " primary superblock features different from backup"
2754 #: e2fsck/unix.c:376
2756 msgid " has been mounted %u times without being checked"
2759 #: e2fsck/unix.c:383
2760 msgid " has filesystem last checked time in the future"
2763 #: e2fsck/unix.c:389
2765 msgid " has gone %u days without being checked"
2768 #: e2fsck/unix.c:398
2769 msgid ", check forced.\n"
2772 #: e2fsck/unix.c:431
2774 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2777 #: e2fsck/unix.c:451
2778 msgid " (check deferred; on battery)"
2781 #: e2fsck/unix.c:454
2782 msgid " (check after next mount)"
2785 #: e2fsck/unix.c:456
2787 msgid " (check in %ld mounts)"
2790 #: e2fsck/unix.c:606
2792 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2795 #: e2fsck/unix.c:675
2796 msgid "Invalid EA version.\n"
2799 #: e2fsck/unix.c:702
2801 msgid "Unknown extended option: %s\n"
2804 #: e2fsck/unix.c:727
2807 "Syntax error in e2fsck config file (%s, line #%d)\n"
2811 #: e2fsck/unix.c:797
2813 msgid "Error validating file descriptor %d: %s\n"
2816 #: e2fsck/unix.c:801
2817 msgid "Invalid completion information file descriptor"
2820 #: e2fsck/unix.c:816
2821 msgid "Only one of the options -p/-a, -n or -y may be specified."
2824 #: e2fsck/unix.c:837
2826 msgid "The -t option is not supported on this version of e2fsck.\n"
2829 #: e2fsck/unix.c:868 e2fsck/unix.c:942 misc/tune2fs.c:879 misc/tune2fs.c:1174
2830 #: misc/tune2fs.c:1192
2832 msgid "Unable to resolve '%s'"
2835 #: e2fsck/unix.c:921
2836 msgid "The -n and -D options are incompatible."
2839 #: e2fsck/unix.c:926
2840 msgid "The -n and -c options are incompatible."
2843 #: e2fsck/unix.c:931
2844 msgid "The -n and -l/-L options are incompatible."
2847 #: e2fsck/unix.c:985
2848 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2851 #: e2fsck/unix.c:1032
2854 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2858 #: e2fsck/unix.c:1041
2862 "Invalid non-numeric argument to -%c (\"%s\")\n"
2866 #: e2fsck/unix.c:1132
2869 "MMP interval is %u seconds and total wait time is %u seconds. Please "
2873 #: e2fsck/unix.c:1149 e2fsck/unix.c:1154
2874 msgid "while checking MMP block"
2877 #: e2fsck/unix.c:1156 misc/tune2fs.c:2049
2879 "If you are sure the filesystem is not in use on any node, run:\n"
2880 "'tune2fs -f -E clear_mmp {device}'\n"
2883 #: e2fsck/unix.c:1207
2884 msgid "Error: ext2fs library version out of date!\n"
2887 #: e2fsck/unix.c:1214
2888 msgid "while trying to initialize program"
2891 #: e2fsck/unix.c:1237
2893 msgid "\tUsing %s, %s\n"
2896 #: e2fsck/unix.c:1249
2897 msgid "need terminal for interactive repairs"
2900 #: e2fsck/unix.c:1303
2902 msgid "%s: %s trying backup blocks...\n"
2905 #: e2fsck/unix.c:1305
2906 msgid "Superblock invalid,"
2909 #: e2fsck/unix.c:1306
2910 msgid "Group descriptors look bad..."
2913 #: e2fsck/unix.c:1316
2915 msgid "%s: %s while using the backup blocks"
2918 #: e2fsck/unix.c:1320
2920 msgid "%s: going back to original superblock\n"
2923 #: e2fsck/unix.c:1349
2925 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2926 "(Or the filesystem superblock is corrupt)\n"
2930 #: e2fsck/unix.c:1356
2931 msgid "Could this be a zero-length partition?\n"
2934 #: e2fsck/unix.c:1358
2936 msgid "You must have %s access to the filesystem or be root\n"
2939 #: e2fsck/unix.c:1364
2940 msgid "Possibly non-existent or swap device?\n"
2943 #: e2fsck/unix.c:1366
2944 msgid "Filesystem mounted or opened exclusively by another program?\n"
2947 #: e2fsck/unix.c:1370
2948 msgid "Possibly non-existent device?\n"
2951 #: e2fsck/unix.c:1373
2953 "Disk write-protected; use the -n option to do a read-only\n"
2954 "check of the device.\n"
2957 #: e2fsck/unix.c:1437
2958 msgid "Get a newer version of e2fsck!"
2961 #: e2fsck/unix.c:1480
2963 msgid "while checking ext3 journal for %s"
2966 #: e2fsck/unix.c:1492
2968 "Warning: skipping journal recovery because doing a read-only filesystem "
2972 #: e2fsck/unix.c:1504
2974 msgid "unable to set superblock flags on %s\n"
2977 #: e2fsck/unix.c:1511
2979 msgid "while recovering ext3 journal of %s"
2982 #: e2fsck/unix.c:1534
2984 msgid "%s has unsupported feature(s):"
2987 #: e2fsck/unix.c:1549
2989 msgid "%s: warning: compression support is experimental.\n"
2992 #: e2fsck/unix.c:1555
2995 "%s: e2fsck not compiled with HTREE support,\n"
2996 "\tbut filesystem %s has HTREE directories.\n"
2999 #: e2fsck/unix.c:1607
3001 msgid "%s: %s while reading bad blocks inode\n"
3004 #: e2fsck/unix.c:1610
3005 msgid "This doesn't bode well, but we'll try to go on...\n"
3008 #: e2fsck/unix.c:1652
3010 msgid "Creating journal (%d blocks): "
3013 #: e2fsck/unix.c:1662
3017 #: e2fsck/unix.c:1664
3020 "*** journal has been re-created - filesystem is now ext3 again ***\n"
3023 #: e2fsck/unix.c:1688
3024 msgid "Restarting e2fsck from the beginning...\n"
3027 #: e2fsck/unix.c:1692
3028 msgid "while resetting context"
3031 #: e2fsck/unix.c:1699
3035 #: e2fsck/unix.c:1706
3037 msgid "%s: e2fsck canceled.\n"
3040 #: e2fsck/unix.c:1741 e2fsck/util.c:67
3044 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3047 #: e2fsck/unix.c:1745
3049 msgid "%s: ***** REBOOT LINUX *****\n"
3052 #: e2fsck/unix.c:1753 e2fsck/util.c:73
3056 "%s: ********** WARNING: Filesystem still has errors **********\n"
3060 #: e2fsck/util.c:190 misc/util.c:86
3064 #: e2fsck/util.c:191
3068 #: e2fsck/util.c:205
3072 #: e2fsck/util.c:207
3076 #: e2fsck/util.c:209
3080 #: e2fsck/util.c:223
3081 msgid "cancelled!\n"
3084 #: e2fsck/util.c:238
3088 #: e2fsck/util.c:240
3092 #: e2fsck/util.c:250
3099 #: e2fsck/util.c:254
3106 #: e2fsck/util.c:258
3110 #: e2fsck/util.c:258
3114 #: e2fsck/util.c:273
3116 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3119 #: e2fsck/util.c:278
3120 msgid "reading inode and block bitmaps"
3123 #: e2fsck/util.c:286
3125 msgid "while retrying to read bitmaps for %s"
3128 #: e2fsck/util.c:298
3129 msgid "writing block and inode bitmaps"
3132 #: e2fsck/util.c:303
3134 msgid "while rewriting block and inode bitmaps for %s"
3137 #: e2fsck/util.c:315
3142 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3143 "\t(i.e., without -a or -p options)\n"
3146 #: e2fsck/util.c:396
3148 msgid "Memory used: %luk/%luk (%luk/%luk), "
3151 #: e2fsck/util.c:400
3153 msgid "Memory used: %lu, "
3156 #: e2fsck/util.c:407
3158 msgid "time: %5.2f/%5.2f/%5.2f\n"
3161 #: e2fsck/util.c:412
3163 msgid "elapsed time: %6.3f\n"
3166 #: e2fsck/util.c:447 e2fsck/util.c:461
3168 msgid "while reading inode %lu in %s"
3171 #: e2fsck/util.c:475 e2fsck/util.c:488
3173 msgid "while writing inode %lu in %s"
3176 #: e2fsck/util.c:637
3177 msgid "while allocating zeroizing buffer"
3180 #: e2fsck/util.c:785
3182 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3186 #: misc/badblocks.c:72
3190 #: misc/badblocks.c:97
3193 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3194 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3196 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3197 " device [last_block [first_block]]\n"
3200 #: misc/badblocks.c:108
3203 "%s: The -n and -w options are mutually exclusive.\n"
3207 #: misc/badblocks.c:223
3209 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3212 #: misc/badblocks.c:328
3213 msgid "Testing with random pattern: "
3216 #: misc/badblocks.c:346
3217 msgid "Testing with pattern 0x"
3220 #: misc/badblocks.c:378 misc/badblocks.c:451
3224 #: misc/badblocks.c:389
3226 msgid "Weird value (%ld) in do_read\n"
3229 #: misc/badblocks.c:476
3230 msgid "during ext2fs_sync_device"
3233 #: misc/badblocks.c:496 misc/badblocks.c:758
3234 msgid "while beginning bad block list iteration"
3237 #: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
3238 msgid "while allocating buffers"
3241 #: misc/badblocks.c:515
3243 msgid "Checking blocks %lu to %lu\n"
3246 #: misc/badblocks.c:520
3247 msgid "Checking for bad blocks in read-only mode\n"
3250 #: misc/badblocks.c:529
3251 msgid "Checking for bad blocks (read-only test): "
3254 #: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3255 #: misc/badblocks.c:832
3256 msgid "Too many bad blocks, aborting test\n"
3259 #: misc/badblocks.c:618
3260 msgid "Checking for bad blocks in read-write mode\n"
3263 #: misc/badblocks.c:620 misc/badblocks.c:782
3265 msgid "From block %lu to %lu\n"
3268 #: misc/badblocks.c:675
3269 msgid "Reading and comparing: "
3272 #: misc/badblocks.c:781
3273 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3276 #: misc/badblocks.c:787
3277 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3280 #: misc/badblocks.c:794
3283 "Interrupt caught, cleaning up\n"
3286 #: misc/badblocks.c:877
3288 msgid "during test data write, block %lu"
3291 #: misc/badblocks.c:998 misc/util.c:321
3293 msgid "%s is mounted; "
3296 #: misc/badblocks.c:1000
3297 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3300 #: misc/badblocks.c:1005
3301 msgid "it's not safe to run badblocks!\n"
3304 #: misc/badblocks.c:1010 misc/util.c:332
3306 msgid "%s is apparently in use by the system; "
3309 #: misc/badblocks.c:1013
3310 msgid "badblocks forced anyway.\n"
3313 #: misc/badblocks.c:1033
3315 msgid "invalid %s - %s"
3318 #: misc/badblocks.c:1127
3320 msgid "Too big max bad blocks count %u - maximum is %u"
3323 #: misc/badblocks.c:1154
3325 msgid "can't allocate memory for test_pattern - %s"
3328 #: misc/badblocks.c:1184
3329 msgid "Maximum of one test_pattern may be specified in read-only mode"
3332 #: misc/badblocks.c:1190
3333 msgid "Random test_pattern is not allowed in read-only mode"
3336 #: misc/badblocks.c:1204
3338 "Couldn't determine device size; you must specify\n"
3339 "the size manually\n"
3342 #: misc/badblocks.c:1210
3343 msgid "while trying to determine device size"
3346 #: misc/badblocks.c:1215
3350 #: misc/badblocks.c:1221
3354 #: misc/badblocks.c:1224
3356 msgid "invalid starting block (%llu): must be less than %llu"
3359 #: misc/badblocks.c:1231
3361 msgid "invalid end block (%llu): must be 32-bit value"
3364 #: misc/badblocks.c:1287
3365 msgid "while creating in-memory bad blocks list"
3368 #: misc/badblocks.c:1296
3369 msgid "input file - bad format"
3372 #: misc/badblocks.c:1304 misc/badblocks.c:1313
3373 msgid "while adding to in-memory bad block list"
3376 #: misc/badblocks.c:1338
3378 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3383 msgid "Usage: %s [-RVf] [-+=aAcCdDeijsStTu] [-v version] files...\n"
3386 #: misc/chattr.c:155
3388 msgid "bad version - %s\n"
3391 #: misc/chattr.c:201 misc/lsattr.c:116
3393 msgid "while trying to stat %s"
3396 #: misc/chattr.c:208
3398 msgid "while reading flags on %s"
3401 #: misc/chattr.c:213 misc/chattr.c:225
3403 msgid "Flags of %s set as "
3406 #: misc/chattr.c:234
3408 msgid "while setting flags on %s"
3411 #: misc/chattr.c:242
3413 msgid "Version of %s set as %lu\n"
3416 #: misc/chattr.c:246
3418 msgid "while setting version on %s"
3421 #: misc/chattr.c:267
3422 msgid "Couldn't allocate path variable in chattr_dir_proc"
3425 #: misc/chattr.c:307
3426 msgid "= is incompatible with - and +\n"
3429 #: misc/chattr.c:315
3430 msgid "Must use '-v', =, - or +\n"
3433 #: misc/dumpe2fs.c:55
3435 msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3438 #: misc/dumpe2fs.c:159
3442 #: misc/dumpe2fs.c:169
3446 #: misc/dumpe2fs.c:197
3448 msgid "Group %lu: (Blocks "
3451 #: misc/dumpe2fs.c:205
3453 msgid " Checksum 0x%04x"
3456 #: misc/dumpe2fs.c:207
3458 msgid " (EXPECTED 0x%04x)"
3461 #: misc/dumpe2fs.c:208
3463 msgid ", unused inodes %u\n"
3466 #: misc/dumpe2fs.c:213
3468 msgid " %s superblock at "
3471 #: misc/dumpe2fs.c:214
3475 #: misc/dumpe2fs.c:214
3479 #: misc/dumpe2fs.c:218
3480 msgid ", Group descriptors at "
3483 #: misc/dumpe2fs.c:222
3486 " Reserved GDT blocks at "
3489 #: misc/dumpe2fs.c:229
3490 msgid " Group descriptor at "
3493 #: misc/dumpe2fs.c:235
3494 msgid " Block bitmap at "
3497 #: misc/dumpe2fs.c:239
3498 msgid ", Inode bitmap at "
3501 #: misc/dumpe2fs.c:243
3507 #: misc/dumpe2fs.c:249
3511 " %u free %s, %u free inodes, %u directories%s"
3514 #: misc/dumpe2fs.c:256
3516 msgid ", %u unused inodes\n"
3519 #: misc/dumpe2fs.c:259
3520 msgid " Free blocks: "
3523 #: misc/dumpe2fs.c:274
3524 msgid " Free inodes: "
3527 #: misc/dumpe2fs.c:310
3528 msgid "while printing bad block list"
3531 #: misc/dumpe2fs.c:316
3533 msgid "Bad blocks: %u"
3536 #: misc/dumpe2fs.c:345 misc/tune2fs.c:347
3537 msgid "while reading journal inode"
3540 #: misc/dumpe2fs.c:351
3541 msgid "while opening journal inode"
3544 #: misc/dumpe2fs.c:357
3545 msgid "while reading journal super block"
3548 #: misc/dumpe2fs.c:364
3549 msgid "Journal superblock magic number invalid!\n"
3552 #: misc/dumpe2fs.c:367
3553 msgid "Journal features: "
3556 #: misc/dumpe2fs.c:380
3557 msgid "Journal size: "
3560 #: misc/dumpe2fs.c:391
3563 "Journal length: %u\n"
3564 "Journal sequence: 0x%08x\n"
3565 "Journal start: %u\n"
3568 #: misc/dumpe2fs.c:398
3570 msgid "Journal errno: %d\n"
3573 #: misc/dumpe2fs.c:415 misc/tune2fs.c:196
3574 msgid "while reading journal superblock"
3577 #: misc/dumpe2fs.c:423
3578 msgid "Couldn't find journal superblock magic numbers"
3581 #: misc/dumpe2fs.c:427
3585 "Journal block size: %u\n"
3586 "Journal length: %u\n"
3587 "Journal first block: %u\n"
3588 "Journal sequence: 0x%08x\n"
3589 "Journal start: %u\n"
3590 "Journal number of users: %u\n"
3593 #: misc/dumpe2fs.c:440
3595 msgid "Journal users: %s\n"
3598 #: misc/dumpe2fs.c:456 misc/mke2fs.c:743 misc/tune2fs.c:1211
3599 msgid "Couldn't allocate memory to parse options!\n"
3602 #: misc/dumpe2fs.c:482
3604 msgid "Invalid superblock parameter: %s\n"
3607 #: misc/dumpe2fs.c:497
3609 msgid "Invalid blocksize parameter: %s\n"
3612 #: misc/dumpe2fs.c:508
3616 "Bad extended option(s) specified: %s\n"
3618 "Extended options are separated by commas, and may take an argument which\n"
3619 "\tis set off by an equals ('=') sign.\n"
3621 "Valid extended options are:\n"
3622 "\tsuperblock=<superblock number>\n"
3623 "\tblocksize=<blocksize>\n"
3626 #: misc/dumpe2fs.c:568 misc/mke2fs.c:1734
3628 msgid "\tUsing %s\n"
3631 #: misc/dumpe2fs.c:606 misc/e2image.c:1582 misc/tune2fs.c:2060
3632 #: resize/main.c:319
3633 msgid "Couldn't find valid filesystem superblock.\n"
3636 #: misc/dumpe2fs.c:634
3640 "%s: %s: error reading bitmaps: %s\n"
3643 #: misc/e2image.c:101
3645 msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
3648 #: misc/e2image.c:103
3650 msgid " %s -I device image-file\n"
3653 #: misc/e2image.c:104
3656 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
3660 #: misc/e2image.c:169 misc/e2image.c:576 misc/e2image.c:582
3661 #: misc/e2image.c:1178
3662 msgid "while allocating buffer"
3665 #: misc/e2image.c:174
3667 msgid "Writing block %llu\n"
3670 #: misc/e2image.c:188
3672 msgid "error writing block %llu"
3675 #: misc/e2image.c:191
3676 msgid "error in generic_write()"
3679 #: misc/e2image.c:208
3680 msgid "Error: header size is bigger than wrt_size\n"
3683 #: misc/e2image.c:213
3684 msgid "Couldn't allocate header buffer\n"
3687 #: misc/e2image.c:241
3688 msgid "while writing superblock"
3691 #: misc/e2image.c:250
3692 msgid "while writing inode table"
3695 #: misc/e2image.c:258
3696 msgid "while writing block bitmap"
3699 #: misc/e2image.c:266
3700 msgid "while writing inode bitmap"
3703 #: misc/e2image.c:502
3705 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
3708 #: misc/e2image.c:514
3710 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
3713 #: misc/e2image.c:555
3715 msgid "%llu / %llu blocks (%d%%)"
3718 #: misc/e2image.c:586 misc/e2image.c:626
3722 #: misc/e2image.c:623
3724 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
3727 #: misc/e2image.c:649
3729 msgid " %s remaining at %.2f MB/s"
3732 #: misc/e2image.c:661 misc/e2image.c:1188
3734 msgid "error reading block %llu"
3737 #: misc/e2image.c:715
3739 msgid "Copied %llu / %llu blocks (%d%%) in %s "
3742 #: misc/e2image.c:719
3744 msgid "at %.2f MB/s"
3747 #: misc/e2image.c:755
3748 msgid "while allocating l1 table"
3751 #: misc/e2image.c:800
3752 msgid "while allocating l2 cache"
3755 #: misc/e2image.c:823
3757 "Warning: There are still tables in the cache while putting the cache, data "
3758 "will be lost so the image may not be valid.\n"
3761 #: misc/e2image.c:1145
3762 msgid "while allocating ext2_qcow2_image"
3765 #: misc/e2image.c:1152
3766 msgid "while initializing ext2_qcow2_image"
3769 #: misc/e2image.c:1211 misc/e2image.c:1229
3770 msgid "Programming error: multiple sequential refcount blocks created!\n"
3773 #: misc/e2image.c:1269
3774 msgid "while allocating block bitmap"
3777 #: misc/e2image.c:1278
3778 msgid "while allocating scramble block bitmap"
3781 #: misc/e2image.c:1285
3782 msgid "Scanning inodes...\n"
3785 #: misc/e2image.c:1297
3786 msgid "Can't allocate block buffer"
3789 #: misc/e2image.c:1336 misc/e2image.c:1350
3791 msgid "while iterating over inode %u"
3794 #: misc/e2image.c:1381
3795 msgid "Raw and qcow2 images cannot be installed"
3798 #: misc/e2image.c:1403
3799 msgid "error reading bitmaps"
3802 #: misc/e2image.c:1415
3803 msgid "while opening device file"
3806 #: misc/e2image.c:1426
3807 msgid "while restoring the image table"
3810 #: misc/e2image.c:1523
3811 msgid "-a option can only be used with raw or QCOW2 images."
3814 #: misc/e2image.c:1529
3815 msgid "Offsets are only allowed with raw images."
3818 #: misc/e2image.c:1534
3819 msgid "Move mode is only allowed with raw images."
3822 #: misc/e2image.c:1539
3823 msgid "Move mode requires all data mode."
3826 #: misc/e2image.c:1549
3827 msgid "checking if mounted"
3830 #: misc/e2image.c:1556
3833 "Running e2image on a R/W mounted filesystem can result in an\n"
3834 "inconsistent image which will not be useful for debugging purposes.\n"
3835 "Use -f option if you really want to do that.\n"
3838 #: misc/e2image.c:1608
3839 msgid "QCOW2 image can not be written to the stdout!\n"
3842 #: misc/e2image.c:1614
3843 msgid "Can not stat output\n"
3846 #: misc/e2image.c:1624
3848 msgid "Image (%s) is compressed\n"
3851 #: misc/e2image.c:1627
3853 msgid "Image (%s) is encrypted\n"
3856 #: misc/e2image.c:1630
3858 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3861 #: misc/e2image.c:1639
3862 msgid "The -c option only supported in raw mode\n"
3865 #: misc/e2image.c:1644
3866 msgid "The -c option not supported when writing to stdout\n"
3869 #: misc/e2image.c:1651
3870 msgid "while allocating check_buf"
3873 #: misc/e2image.c:1657
3874 msgid "The -p option only supported in raw mode\n"
3877 #: misc/e2image.c:1667
3879 msgid "%d blocks already contained the data to be copied\n"
3882 #: misc/e2label.c:58
3884 msgid "e2label: cannot open %s\n"
3887 #: misc/e2label.c:63
3889 msgid "e2label: cannot seek to superblock\n"
3892 #: misc/e2label.c:68
3894 msgid "e2label: error reading superblock\n"
3897 #: misc/e2label.c:72
3899 msgid "e2label: not an ext2 filesystem\n"
3902 #: misc/e2label.c:97 misc/tune2fs.c:2225
3904 msgid "Warning: label too long, truncating.\n"
3907 #: misc/e2label.c:100
3909 msgid "e2label: cannot seek to superblock again\n"
3912 #: misc/e2label.c:105
3914 msgid "e2label: error writing superblock\n"
3917 #: misc/e2label.c:117 misc/tune2fs.c:871
3919 msgid "Usage: e2label device [newlabel]\n"
3924 msgid "Usage: %s <transaction file> <filesystem>\n"
3928 msgid "Failed to read the file system data \n"
3931 #: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
3933 msgid "Failed tdb_fetch %s\n"
3938 msgid "The file system Mount time didn't match %u\n"
3942 msgid "The file system UUID didn't match \n"
3945 #: misc/e2undo.c:163
3947 msgid "Failed tdb_open %s\n"
3950 #: misc/e2undo.c:169
3952 msgid "Error while determining whether %s is mounted.\n"
3955 #: misc/e2undo.c:175
3956 msgid "e2undo should only be run on unmounted file system\n"
3959 #: misc/e2undo.c:184
3961 msgid "Failed to open %s\n"
3964 #: misc/e2undo.c:210
3966 msgid "Replayed transaction of size %zd at location %llu\n"
3969 #: misc/e2undo.c:216
3971 msgid "Failed write %s\n"
3976 msgid "WARNING: couldn't open %s: %s\n"
3981 msgid "WARNING: bad format on line %d of %s\n"
3986 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
3987 "\tfield. I will kludge around things for you, but you\n"
3988 "\tshould fix your /etc/fstab file as soon as you can.\n"
3994 msgid "fsck: %s: not found\n"
3999 msgid "%s: wait: No more child process?!?\n"
4004 msgid "Warning... %s for device %s exited with signal %d.\n"
4009 msgid "%s %s: status is %x, should never happen.\n"
4014 msgid "Finished with %s (exit status %d)\n"
4019 msgid "%s: Error %d while executing fsck.%s for %s\n"
4024 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4025 "with 'no' or '!'.\n"
4029 msgid "Couldn't allocate memory for filesystem types\n"
4035 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4041 msgid "fsck: cannot check %s: fsck.%s not found\n"
4045 msgid "Checking all file systems.\n"
4050 msgid "--waiting-- (pass %d)\n"
4055 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4060 msgid "%s: too many devices\n"
4063 #: misc/fsck.c:1153 misc/fsck.c:1239
4065 msgid "%s: too many arguments\n"
4070 msgid "Usage: %s [-RVadlv] [files...]\n"
4075 msgid "While reading flags on %s"
4080 msgid "While reading version on %s"
4083 #: misc/mke2fs.c:123
4086 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4087 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4088 "\t[-G flex-group-size] [-N number-of-inodes]\n"
4089 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4090 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4091 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4092 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
4096 #: misc/mke2fs.c:252
4098 msgid "Running command: %s\n"
4101 #: misc/mke2fs.c:256
4103 msgid "while trying to run '%s'"
4106 #: misc/mke2fs.c:263
4107 msgid "while processing list of bad blocks from program"
4110 #: misc/mke2fs.c:290
4112 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4115 #: misc/mke2fs.c:292
4117 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4120 #: misc/mke2fs.c:295
4121 msgid "Aborting....\n"
4124 #: misc/mke2fs.c:315
4127 "Warning: the backup superblock/group descriptors at block %u contain\n"
4132 #: misc/mke2fs.c:334
4133 msgid "while marking bad blocks as used"
4136 #: misc/mke2fs.c:386
4137 msgid "Writing inode tables: "
4140 #: misc/mke2fs.c:407
4144 "Could not write %d blocks in inode table starting at %llu: %s\n"
4147 #: misc/mke2fs.c:421 misc/mke2fs.c:2479 misc/mke2fs.c:2764
4151 #: misc/mke2fs.c:432
4152 msgid "while creating root dir"
4155 #: misc/mke2fs.c:439
4156 msgid "while reading root inode"
4159 #: misc/mke2fs.c:451
4160 msgid "while setting root inode ownership"
4163 #: misc/mke2fs.c:469
4164 msgid "while creating /lost+found"
4167 #: misc/mke2fs.c:476
4168 msgid "while looking up /lost+found"
4171 #: misc/mke2fs.c:489
4172 msgid "while expanding /lost+found"
4175 #: misc/mke2fs.c:504
4176 msgid "while setting bad block inode"
4179 #: misc/mke2fs.c:531
4181 msgid "Out of memory erasing sectors %d-%d\n"
4184 #: misc/mke2fs.c:541
4186 msgid "Warning: could not read block 0: %s\n"
4189 #: misc/mke2fs.c:557
4191 msgid "Warning: could not erase sector %d: %s\n"
4194 #: misc/mke2fs.c:573
4195 msgid "while initializing journal superblock"
4198 #: misc/mke2fs.c:581
4199 msgid "Zeroing journal device: "
4202 #: misc/mke2fs.c:593
4204 msgid "while zeroing journal device (block %llu, count %d)"
4207 #: misc/mke2fs.c:611
4208 msgid "while writing journal superblock"
4211 #: misc/mke2fs.c:626
4213 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4216 #: misc/mke2fs.c:634
4219 "warning: %llu blocks unused.\n"
4223 #: misc/mke2fs.c:639
4225 msgid "Filesystem label=%s\n"
4228 #: misc/mke2fs.c:642
4230 msgid "OS type: %s\n"
4233 #: misc/mke2fs.c:644
4235 msgid "Block size=%u (log=%u)\n"
4238 #: misc/mke2fs.c:648
4240 msgid "Cluster size=%u (log=%u)\n"
4243 #: misc/mke2fs.c:652
4245 msgid "Fragment size=%u (log=%u)\n"
4248 #: misc/mke2fs.c:654
4250 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4253 #: misc/mke2fs.c:656
4255 msgid "%u inodes, %llu blocks\n"
4258 #: misc/mke2fs.c:658
4260 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
4263 #: misc/mke2fs.c:661
4265 msgid "First data block=%u\n"
4268 #: misc/mke2fs.c:663
4270 msgid "Root directory owner=%u:%u\n"
4273 #: misc/mke2fs.c:665
4275 msgid "Maximum filesystem blocks=%lu\n"
4278 #: misc/mke2fs.c:669
4280 msgid "%u block groups\n"
4283 #: misc/mke2fs.c:671
4285 msgid "%u block group\n"
4288 #: misc/mke2fs.c:674
4290 msgid "%u blocks per group, %u clusters per group\n"
4293 #: misc/mke2fs.c:677
4295 msgid "%u blocks per group, %u fragments per group\n"
4298 #: misc/mke2fs.c:679
4300 msgid "%u inodes per group\n"
4303 #: misc/mke2fs.c:688
4305 msgid "Filesystem UUID: %s\n"
4308 #: misc/mke2fs.c:689
4309 msgid "Superblock backups stored on blocks: "
4312 #: misc/mke2fs.c:766
4314 msgid "%s requires '-O 64bit'\n"
4317 #: misc/mke2fs.c:772
4319 msgid "'%s' must be before 'resize=%u'\n"
4322 #: misc/mke2fs.c:785
4324 msgid "Invalid desc_size: '%s'\n"
4327 #: misc/mke2fs.c:798
4329 msgid "Invalid offset: %s\n"
4332 #: misc/mke2fs.c:812 misc/tune2fs.c:1239
4334 msgid "Invalid mmp_update_interval: %s\n"
4337 #: misc/mke2fs.c:826
4339 msgid "Invalid # of backup superblocks: %s\n"
4342 #: misc/mke2fs.c:848
4344 msgid "Invalid stride parameter: %s\n"
4347 #: misc/mke2fs.c:863
4349 msgid "Invalid stripe-width parameter: %s\n"
4352 #: misc/mke2fs.c:886
4354 msgid "Invalid resize parameter: %s\n"
4357 #: misc/mke2fs.c:893
4358 msgid "The resize maximum must be greater than the filesystem size.\n"
4361 #: misc/mke2fs.c:917
4362 msgid "On-line resizing not supported with revision 0 filesystems\n"
4365 #: misc/mke2fs.c:944 misc/mke2fs.c:953
4367 msgid "Invalid root_owner: '%s'\n"
4370 #: misc/mke2fs.c:978
4372 msgid "Invalid quotatype parameter: %s\n"
4375 #: misc/mke2fs.c:989
4379 "Bad option(s) specified: %s\n"
4381 "Extended options are separated by commas, and may take an argument which\n"
4382 "\tis set off by an equals ('=') sign.\n"
4384 "Valid extended options are:\n"
4385 "\tmmp_update_interval=<interval>\n"
4386 "\tnum_backup_sb=<0|1|2>\n"
4387 "\tstride=<RAID per-disk data chunk in blocks>\n"
4388 "\tstripe-width=<RAID stride * data disks in blocks>\n"
4389 "\toffset=<offset to create the file system>\n"
4390 "\tresize=<resize maximum size in blocks>\n"
4391 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
4392 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4393 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4394 "\troot_uid=<uid of root directory>\n"
4395 "\troot_gid=<gid of root directory>\n"
4399 "\tquotatype=<usr OR grp>\n"
4403 #: misc/mke2fs.c:1015
4407 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4411 #: misc/mke2fs.c:1055
4414 "Syntax error in mke2fs config file (%s, line #%d)\n"
4418 #: misc/mke2fs.c:1068 misc/tune2fs.c:449
4420 msgid "Invalid filesystem option set: %s\n"
4423 #: misc/mke2fs.c:1080 misc/tune2fs.c:390
4425 msgid "Invalid mount option set: %s\n"
4428 #: misc/mke2fs.c:1220
4432 "Your mke2fs.conf file does not define the %s filesystem type.\n"
4435 #: misc/mke2fs.c:1224
4437 "You probably need to install an updated mke2fs.conf file.\n"
4441 #: misc/mke2fs.c:1228
4442 msgid "Aborting...\n"
4445 #: misc/mke2fs.c:1269
4449 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
4453 #: misc/mke2fs.c:1449
4454 msgid "Couldn't allocate memory for new PATH.\n"
4457 #: misc/mke2fs.c:1490
4459 msgid "Couldn't init profile successfully (error: %ld).\n"
4462 #: misc/mke2fs.c:1523
4464 msgid "invalid block size - %s"
4467 #: misc/mke2fs.c:1527
4469 msgid "Warning: blocksize %d not usable on most systems.\n"
4472 #: misc/mke2fs.c:1543
4474 msgid "invalid cluster size - %s"
4477 #: misc/mke2fs.c:1553
4478 msgid "'-R' is deprecated, use '-E' instead"
4481 #: misc/mke2fs.c:1565
4482 msgid "Illegal number for blocks per group"
4485 #: misc/mke2fs.c:1570
4486 msgid "blocks per group must be multiple of 8"
4489 #: misc/mke2fs.c:1578
4490 msgid "Illegal number for flex_bg size"
4493 #: misc/mke2fs.c:1584
4494 msgid "flex_bg size must be a power of 2"
4497 #: misc/mke2fs.c:1589
4499 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
4502 #: misc/mke2fs.c:1600
4504 msgid "invalid inode ratio %s (min %d/max %d)"
4507 #: misc/mke2fs.c:1610
4509 msgid "invalid inode size - %s"
4512 #: misc/mke2fs.c:1623
4514 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
4515 "nodiscard' extended option instead!\n"
4518 #: misc/mke2fs.c:1634
4519 msgid "in malloc for bad_blocks_filename"
4522 #: misc/mke2fs.c:1647
4524 msgid "invalid reserved blocks percent - %s"
4527 #: misc/mke2fs.c:1662
4529 msgid "bad num inodes - %s"
4532 #: misc/mke2fs.c:1679
4534 msgid "bad revision level - %s"
4537 #: misc/mke2fs.c:1684
4539 msgid "while trying to create revision %d"
4542 #: misc/mke2fs.c:1698
4543 msgid "The -t option may only be used once"
4546 #: misc/mke2fs.c:1706
4547 msgid "The -T option may only be used once"
4550 #: misc/mke2fs.c:1759 misc/mke2fs.c:2845
4552 msgid "while trying to open journal device %s\n"
4555 #: misc/mke2fs.c:1765
4557 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4560 #: misc/mke2fs.c:1771
4562 msgid "Using journal device's blocksize: %d\n"
4565 #: misc/mke2fs.c:1782
4567 msgid "invalid blocks '%s' on device '%s'"
4570 #: misc/mke2fs.c:1804
4574 #: misc/mke2fs.c:1817 resize/main.c:395
4575 msgid "while trying to determine filesystem size"
4578 #: misc/mke2fs.c:1823
4580 "Couldn't determine device size; you must specify\n"
4581 "the size of the filesystem\n"
4584 #: misc/mke2fs.c:1830
4586 "Device size reported to be zero. Invalid partition specified, or\n"
4587 "\tpartition table wasn't reread after running fdisk, due to\n"
4588 "\ta modified partition being busy and in use. You may need to reboot\n"
4589 "\tto re-read your partition table.\n"
4592 #: misc/mke2fs.c:1847
4593 msgid "Filesystem larger than apparent device size."
4596 #: misc/mke2fs.c:1867
4597 msgid "Failed to parse fs types list\n"
4600 #: misc/mke2fs.c:1908
4601 msgid "while trying to determine hardware sector size"
4604 #: misc/mke2fs.c:1914
4605 msgid "while trying to determine physical sector size"
4608 #: misc/mke2fs.c:1946
4609 msgid "while setting blocksize; too small for device\n"
4612 #: misc/mke2fs.c:1951
4615 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4618 #: misc/mke2fs.c:1975
4621 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4622 "\tin 32 bits using a blocksize of %d.\n"
4625 #: misc/mke2fs.c:1991
4626 msgid "fs_types for mke2fs.conf resolution: "
4629 #: misc/mke2fs.c:1998
4630 msgid "Filesystem features not supported with revision 0 filesystems\n"
4633 #: misc/mke2fs.c:2006
4634 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4637 #: misc/mke2fs.c:2018
4638 msgid "Journals not supported with revision 0 filesystems\n"
4641 #: misc/mke2fs.c:2032
4643 msgid "invalid reserved blocks percent - %lf"
4646 #: misc/mke2fs.c:2049
4648 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
4652 #: misc/mke2fs.c:2069
4653 msgid "The cluster size may not be smaller than the block size.\n"
4656 #: misc/mke2fs.c:2075
4657 msgid "specifying a cluster size requires the bigalloc feature"
4660 #: misc/mke2fs.c:2094
4662 msgid "warning: Unable to get device geometry for %s\n"
4665 #: misc/mke2fs.c:2097
4667 msgid "%s alignment is offset by %lu bytes.\n"
4670 #: misc/mke2fs.c:2099
4673 "This may result in very poor performance, (re)-partitioning suggested.\n"
4676 #: misc/mke2fs.c:2120
4678 msgid "%d-byte blocks too big for system (max %d)"
4681 #: misc/mke2fs.c:2124
4684 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4687 #: misc/mke2fs.c:2180
4688 msgid "Can't support bigalloc feature without extents feature"
4691 #: misc/mke2fs.c:2187
4693 "The resize_inode and meta_bg features are not compatible.\n"
4694 "They can not be both enabled simultaneously.\n"
4697 #: misc/mke2fs.c:2196
4700 "Warning: the bigalloc feature is still under development\n"
4701 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4705 #: misc/mke2fs.c:2207
4706 msgid "reserved online resize blocks not supported on non-sparse filesystem"
4709 #: misc/mke2fs.c:2216
4710 msgid "blocks per group count out of range"
4713 #: misc/mke2fs.c:2240
4714 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4717 #: misc/mke2fs.c:2252
4719 msgid "invalid inode size %d (min %d/max %d)"
4722 #: misc/mke2fs.c:2270
4724 msgid "too many inodes (%llu), raise inode ratio?"
4727 #: misc/mke2fs.c:2277
4729 msgid "too many inodes (%llu), specify < 2^32 inodes"
4732 #: misc/mke2fs.c:2291
4735 "inode_size (%u) * inodes_count (%u) too big for a\n"
4736 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4737 "\tor lower inode count (-N).\n"
4740 #: misc/mke2fs.c:2418
4743 "Overwriting existing filesystem; this can be undone using the command:\n"
4748 #: misc/mke2fs.c:2432
4749 msgid "while trying to setup undo file\n"
4752 #: misc/mke2fs.c:2458
4753 msgid "Discarding device blocks: "
4756 #: misc/mke2fs.c:2474
4760 #: misc/mke2fs.c:2596
4761 msgid "while setting up superblock"
4764 #: misc/mke2fs.c:2612
4765 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4768 #: misc/mke2fs.c:2700
4770 msgid "unknown os - %s"
4773 #: misc/mke2fs.c:2752
4774 msgid "Allocating group tables: "
4777 #: misc/mke2fs.c:2760
4778 msgid "while trying to allocate filesystem tables"
4781 #: misc/mke2fs.c:2769
4784 "\twhile converting subcluster bitmap"
4787 #: misc/mke2fs.c:2812
4789 msgid "while zeroing block %llu at end of filesystem"
4792 #: misc/mke2fs.c:2826
4793 msgid "while reserving blocks for online resize"
4796 #: misc/mke2fs.c:2838 misc/tune2fs.c:712
4800 #: misc/mke2fs.c:2850
4802 msgid "Adding journal to device %s: "
4805 #: misc/mke2fs.c:2857
4809 "\twhile trying to add journal to device %s"
4812 #: misc/mke2fs.c:2862 misc/mke2fs.c:2893 misc/tune2fs.c:741 misc/tune2fs.c:760
4816 #: misc/mke2fs.c:2869
4817 msgid "Skipping journal creation in super-only mode\n"
4820 #: misc/mke2fs.c:2880
4822 msgid "Creating journal (%u blocks): "
4825 #: misc/mke2fs.c:2889
4828 "\twhile trying to create journal"
4831 #: misc/mke2fs.c:2901 misc/tune2fs.c:516
4834 "Error while enabling multiple mount protection feature."
4837 #: misc/mke2fs.c:2906
4839 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4842 #: misc/mke2fs.c:2923
4843 msgid "Writing superblocks and filesystem accounting information: "
4846 #: misc/mke2fs.c:2930
4849 "Warning, had trouble writing out superblocks."
4852 #: misc/mke2fs.c:2932
4858 #: misc/mklost+found.c:50
4859 msgid "Usage: mklost+found\n"
4862 #: misc/partinfo.c:41
4865 "Usage: %s device...\n"
4867 "Prints out the partition information for each given device.\n"
4868 "For example: %s /dev/hda\n"
4872 #: misc/partinfo.c:51
4874 msgid "Cannot open %s: %s"
4877 #: misc/partinfo.c:57
4879 msgid "Cannot get geometry of %s: %s"
4882 #: misc/partinfo.c:65
4884 msgid "Cannot get size of %s: %s"
4887 #: misc/partinfo.c:71
4889 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4892 #: misc/tune2fs.c:112
4893 msgid "Please run e2fsck on the filesystem.\n"
4896 #: misc/tune2fs.c:121
4899 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4900 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4901 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4902 "mmp_update_interval]\n"
4903 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4904 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4905 "\t[-Q quota_options]\n"
4906 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4907 "\t[ -I new_inode_size ] device\n"
4910 #: misc/tune2fs.c:203
4911 msgid "Journal superblock not found!\n"
4914 #: misc/tune2fs.c:261
4915 msgid "while trying to open external journal"
4918 #: misc/tune2fs.c:267 misc/tune2fs.c:1963
4920 msgid "%s is not a journal device.\n"
4923 #: misc/tune2fs.c:277 misc/tune2fs.c:1974
4924 msgid "Filesystem's UUID not found on journal device.\n"
4927 #: misc/tune2fs.c:301
4929 "Cannot locate journal device. It was NOT removed\n"
4930 "Use -f option to remove missing journal device.\n"
4933 #: misc/tune2fs.c:310
4934 msgid "Journal removed\n"
4937 #: misc/tune2fs.c:354
4938 msgid "while reading bitmaps"
4941 #: misc/tune2fs.c:362
4942 msgid "while clearing journal inode"
4945 #: misc/tune2fs.c:373
4946 msgid "while writing journal inode"
4949 #: misc/tune2fs.c:405 misc/tune2fs.c:418
4950 msgid "(and reboot afterwards!)\n"
4953 #: misc/tune2fs.c:452
4955 msgid "Clearing filesystem feature '%s' not supported.\n"
4958 #: misc/tune2fs.c:458
4960 msgid "Setting filesystem feature '%s' not supported.\n"
4963 #: misc/tune2fs.c:467
4965 "The has_journal feature may only be cleared when the filesystem is\n"
4966 "unmounted or mounted read-only.\n"
4969 #: misc/tune2fs.c:476
4971 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
4972 "the has_journal flag.\n"
4975 #: misc/tune2fs.c:495
4977 "Setting filesystem feature 'sparse_super' not supported\n"
4978 "for filesystems with the meta_bg feature enabled.\n"
4981 #: misc/tune2fs.c:508
4983 "The multiple mount protection feature can't\n"
4984 "be set if the filesystem is mounted or\n"
4988 #: misc/tune2fs.c:526
4990 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4993 #: misc/tune2fs.c:535
4995 "The multiple mount protection feature cannot\n"
4996 "be disabled if the filesystem is readonly.\n"
4999 #: misc/tune2fs.c:543
5000 msgid "Error while reading bitmaps\n"
5003 #: misc/tune2fs.c:552
5005 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5008 #: misc/tune2fs.c:557
5009 msgid "while reading MMP block."
5012 #: misc/tune2fs.c:589
5014 "Clearing the flex_bg flag would cause the the filesystem to be\n"
5018 #: misc/tune2fs.c:600
5020 "The huge_file feature may only be cleared when the filesystem is\n"
5021 "unmounted or mounted read-only.\n"
5024 #: misc/tune2fs.c:660
5027 "Warning: '^quota' option overrides '-Q'arguments.\n"
5030 #: misc/tune2fs.c:705
5031 msgid "The filesystem already has a journal.\n"
5034 #: misc/tune2fs.c:725
5038 "\twhile trying to open journal on %s\n"
5041 #: misc/tune2fs.c:729
5043 msgid "Creating journal on device %s: "
5046 #: misc/tune2fs.c:737
5048 msgid "while adding filesystem to journal on %s"
5051 #: misc/tune2fs.c:743
5052 msgid "Creating journal inode: "
5055 #: misc/tune2fs.c:757
5058 "\twhile trying to create journal file"
5061 #: misc/tune2fs.c:832
5062 msgid "Couldn't allocate memory to parse quota options!\n"
5065 #: misc/tune2fs.c:854
5068 "Bad quota options specified.\n"
5070 "Following valid quota options are available (pass by separating with "
5078 #: misc/tune2fs.c:914
5080 msgid "Couldn't parse date/time specifier: %s"
5083 #: misc/tune2fs.c:942 misc/tune2fs.c:955
5085 msgid "bad mounts count - %s"
5088 #: misc/tune2fs.c:971
5090 msgid "bad error behavior - %s"
5093 #: misc/tune2fs.c:998
5095 msgid "bad gid/group name - %s"
5098 #: misc/tune2fs.c:1031
5100 msgid "bad interval - %s"
5103 #: misc/tune2fs.c:1060
5105 msgid "bad reserved block ratio - %s"
5108 #: misc/tune2fs.c:1075
5109 msgid "-o may only be specified once"
5112 #: misc/tune2fs.c:1084
5113 msgid "-O may only be specified once"
5116 #: misc/tune2fs.c:1101
5118 msgid "bad reserved blocks count - %s"
5121 #: misc/tune2fs.c:1130
5123 msgid "bad uid/user name - %s"
5126 #: misc/tune2fs.c:1147
5128 msgid "bad inode size - %s"
5131 #: misc/tune2fs.c:1154
5133 msgid "Inode size must be a power of two- %s"
5136 #: misc/tune2fs.c:1248
5138 msgid "mmp_update_interval too big: %lu\n"
5141 #: misc/tune2fs.c:1253
5143 msgid "Setting multiple mount protection update interval to %lu second\n"
5145 "Setting multiple mount protection update interval to %lu seconds\n"
5149 #: misc/tune2fs.c:1276
5151 msgid "Invalid RAID stride: %s\n"
5154 #: misc/tune2fs.c:1291
5156 msgid "Invalid RAID stripe-width: %s\n"
5159 #: misc/tune2fs.c:1306
5161 msgid "Invalid hash algorithm: %s\n"
5164 #: misc/tune2fs.c:1312
5166 msgid "Setting default hash algorithm to %s (%d)\n"
5169 #: misc/tune2fs.c:1331
5172 "Bad options specified.\n"
5174 "Extended options are separated by commas, and may take an argument which\n"
5175 "\tis set off by an equals ('=') sign.\n"
5177 "Valid extended options are:\n"
5179 "\thash_alg=<hash algorithm>\n"
5180 "\tmount_opts=<extended default mount options>\n"
5181 "\tstride=<RAID per-disk chunk size in blocks>\n"
5182 "\tstripe_width=<RAID stride*data disks in blocks>\n"
5187 #: misc/tune2fs.c:1798
5188 msgid "Failed to read inode bitmap\n"
5191 #: misc/tune2fs.c:1803
5192 msgid "Failed to read block bitmap\n"
5195 #: misc/tune2fs.c:1820 resize/resize2fs.c:931
5196 msgid "blocks to be moved"
5199 #: misc/tune2fs.c:1823
5200 msgid "Failed to allocate block bitmap when increasing inode size\n"
5203 #: misc/tune2fs.c:1829
5204 msgid "Not enough space to increase inode size \n"
5207 #: misc/tune2fs.c:1834
5208 msgid "Failed to relocate blocks during inode resize \n"
5211 #: misc/tune2fs.c:1866
5213 "Error in resizing the inode size.\n"
5214 "Run e2undo to undo the file system changes. \n"
5217 #: misc/tune2fs.c:1893
5218 msgid "Couldn't allocate memory for tdb filename\n"
5221 #: misc/tune2fs.c:1914
5223 msgid "while trying to delete %s"
5226 #: misc/tune2fs.c:1922
5229 "To undo the tune2fs operation please run the command\n"
5234 #: misc/tune2fs.c:2056
5237 "MMP block magic is bad. Try to fix it by running:\n"
5241 #: misc/tune2fs.c:2074
5243 msgid "The inode size is already %lu\n"
5246 #: misc/tune2fs.c:2081
5247 msgid "Shrinking inode size is not supported\n"
5250 #: misc/tune2fs.c:2086
5252 msgid "Invalid inode size %lu (max %d)\n"
5255 #: misc/tune2fs.c:2133
5257 msgid "Setting maximal mount count to %d\n"
5260 #: misc/tune2fs.c:2139
5262 msgid "Setting current mount count to %d\n"
5265 #: misc/tune2fs.c:2144
5267 msgid "Setting error behavior to %d\n"
5270 #: misc/tune2fs.c:2149
5272 msgid "Setting reserved blocks gid to %lu\n"
5275 #: misc/tune2fs.c:2154
5277 msgid "interval between checks is too big (%lu)"
5280 #: misc/tune2fs.c:2161
5282 msgid "Setting interval between checks to %lu seconds\n"
5285 #: misc/tune2fs.c:2168
5287 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
5290 #: misc/tune2fs.c:2174
5292 msgid "reserved blocks count is too big (%llu)"
5295 #: misc/tune2fs.c:2181
5297 msgid "Setting reserved blocks count to %llu\n"
5300 #: misc/tune2fs.c:2187
5303 "The filesystem already has sparse superblocks.\n"
5306 #: misc/tune2fs.c:2191
5309 "Setting the sparse superblock flag not supported\n"
5310 "for filesystems with the meta_bg feature enabled.\n"
5313 #: misc/tune2fs.c:2202
5317 "Sparse superblock flag set. %s"
5320 #: misc/tune2fs.c:2207
5323 "Clearing the sparse superblock flag not supported.\n"
5326 #: misc/tune2fs.c:2215
5328 msgid "Setting time filesystem last checked to %s\n"
5331 #: misc/tune2fs.c:2221
5333 msgid "Setting reserved blocks uid to %lu\n"
5336 #: misc/tune2fs.c:2253
5337 msgid "Error in using clear_mmp. It must be used with -f\n"
5340 #: misc/tune2fs.c:2271
5342 "The quota feature may only be changed when the filesystem is unmounted.\n"
5345 #: misc/tune2fs.c:2292
5346 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
5349 #: misc/tune2fs.c:2322
5350 msgid "Invalid UUID format\n"
5353 #: misc/tune2fs.c:2337
5354 msgid "Need to update journal superblock.\n"
5357 #: misc/tune2fs.c:2358
5358 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5361 #: misc/tune2fs.c:2366
5363 "Changing the inode size not supported for filesystems with the flex_bg\n"
5364 "feature enabled.\n"
5367 #: misc/tune2fs.c:2379
5369 msgid "Setting inode size %lu\n"
5372 #: misc/tune2fs.c:2382
5373 msgid "Failed to change inode size\n"
5376 #: misc/tune2fs.c:2393
5378 msgid "Setting stride size to %d\n"
5381 #: misc/tune2fs.c:2398
5383 msgid "Setting stripe width to %d\n"
5386 #: misc/tune2fs.c:2405
5388 msgid "Setting extended default mount options to '%s'\n"
5392 msgid "<proceeding>\n"
5397 msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
5401 msgid "Proceed anyway? (y,n) "
5406 msgid "\tlast mounted on %s on %s"
5411 msgid "\tlast mounted on %s"
5416 msgid "\tcreated on %s"
5421 msgid "\tlast modified on %s"
5426 msgid "Found a %s partition table in %s\n"
5431 msgid "The file %s does not exist and no size was specified.\n"
5436 msgid "Creating regular file %s\n"
5441 msgid "Could not open %s: %s\n"
5447 "The device apparently does not exist; did you specify it correctly?\n"
5452 msgid "%s is not a block special device.\n"
5457 msgid "%s contains a %s file system labelled '%s'\n"
5462 msgid "%s contains a %s file system\n"
5467 msgid "%s is entire device, not just one partition!\n"
5471 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5476 msgid "will not make a %s here!\n"
5480 msgid "mke2fs forced anyway.\n"
5484 msgid "Couldn't allocate memory to parse journal options!\n"
5491 "Could not find journal device matching %s\n"
5497 "Bad journal options specified.\n"
5499 "Journal options are separated by commas, and may take an argument which\n"
5500 "\tis set off by an equals ('=') sign.\n"
5502 "Valid journal options are:\n"
5503 "\tsize=<journal size in megabytes>\n"
5504 "\tdevice=<journal device>\n"
5505 "\tlocation=<journal location>\n"
5507 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5514 "Filesystem too small for a journal\n"
5521 "The requested journal size is %d blocks; it must be\n"
5522 "between 1024 and 10240000 blocks. Aborting.\n"
5528 "Journal size too big for filesystem.\n"
5534 "This filesystem will be automatically checked every %d mounts or\n"
5535 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5540 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5545 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5554 msgid "bad arguments"
5570 msgid "bad response length"
5575 msgid "uuidd daemon already running at pid %s\n"
5580 msgid "Couldn't create unix stream socket: %s"
5585 msgid "Couldn't bind unix socket %s: %s\n"
5590 msgid "Couldn't listen on unix socket %s: %s\n"
5595 msgid "Error reading from client, len = %d\n"
5600 msgid "operation %d, incoming num = %d\n"
5605 msgid "Generated time UUID: %s\n"
5610 msgid "Generated random UUID: %s\n"
5615 msgid "Generated time UUID %s and subsequent UUID\n"
5616 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5622 msgid "Generated %d UUID's:\n"
5627 msgid "Invalid operation %d\n"
5630 #: misc/uuidd.c:477 misc/uuidd.c:499
5632 msgid "Bad number: %s\n"
5635 #: misc/uuidd.c:534 misc/uuidd.c:563
5637 msgid "Error calling uuidd daemon (%s): %s\n"
5642 msgid "%s and subsequent UUID\n"
5643 msgid_plural "%s and subsequent %d UUIDs\n"
5648 msgid "List of UUID's:\n"
5653 msgid "Unexpected reply length from server %d\n"
5658 msgid "Couldn't kill uuidd running at pid %d: %s\n"
5663 msgid "Killed uuidd running at pid %d\n"
5666 #: misc/uuidgen.c:32
5668 msgid "Usage: %s [-r] [-t]\n"
5671 #: resize/extent.c:202
5672 msgid "# Extent dump:\n"
5675 #: resize/extent.c:203
5677 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5683 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5688 msgid "Extending the inode table"
5692 msgid "Relocating blocks"
5696 msgid "Scanning inode table"
5700 msgid "Updating inode references"
5704 msgid "Moving inode table"
5708 msgid "Unknown pass?!?"
5713 msgid "Begin pass %d (max = %lu)\n"
5716 #: resize/main.c:155
5719 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
5720 "your own risk! Use the force option if you want to go ahead anyway.\n"
5724 #: resize/main.c:273
5726 msgid "while opening %s"
5729 #: resize/main.c:281
5731 msgid "while getting stat information for %s"
5734 #: resize/main.c:349
5737 "Please run 'e2fsck -f %s' first.\n"
5741 #: resize/main.c:368
5743 msgid "Estimated minimum size of the filesystem: %llu\n"
5746 #: resize/main.c:405
5748 msgid "Invalid new size: %s\n"
5751 #: resize/main.c:421
5752 msgid "New size too large to be expressed in 32 bits\n"
5755 #: resize/main.c:429
5757 msgid "New size smaller than minimum (%llu)\n"
5760 #: resize/main.c:435
5761 msgid "Invalid stride length"
5764 #: resize/main.c:459
5767 "The containing partition (or device) is only %llu (%dk) blocks.\n"
5768 "You requested a new size of %llu blocks.\n"
5772 #: resize/main.c:466
5775 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
5779 #: resize/main.c:476
5781 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5784 #: resize/main.c:485
5786 msgid "while trying to resize %s"
5789 #: resize/main.c:488
5792 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
5793 "after the aborted resize operation.\n"
5796 #: resize/main.c:494
5799 "The filesystem on %s is now %llu (%dk) blocks long.\n"
5803 #: resize/main.c:509
5805 msgid "while trying to truncate %s"
5808 #: resize/online.c:82
5809 msgid "kernel does not support online resize with sparse_super2"
5812 #: resize/online.c:87
5814 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5817 #: resize/online.c:91
5818 msgid "On-line shrinking not supported"
5821 #: resize/online.c:116
5822 msgid "Filesystem does not support online resizing"
5825 #: resize/online.c:125
5826 msgid "Not enough reserved gdt blocks for resizing"
5829 #: resize/online.c:132
5830 msgid "Kernel does not support resizing a file system this large"
5833 #: resize/online.c:140
5835 msgid "while trying to open mountpoint %s"
5838 #: resize/online.c:145
5840 msgid "Old resize interface requested.\n"
5843 #: resize/online.c:164 resize/online.c:181
5844 msgid "Permission denied to resize filesystem"
5847 #: resize/online.c:167 resize/online.c:187
5848 msgid "While checking for on-line resizing support"
5851 #: resize/online.c:184
5852 msgid "Kernel does not support online resizing"
5855 #: resize/online.c:223
5857 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5860 #: resize/online.c:233
5861 msgid "While trying to extend the last group"
5864 #: resize/online.c:287
5866 msgid "While trying to add group #%d"
5869 #: resize/online.c:298
5872 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5876 #: resize/resize2fs.c:402
5878 msgid "inodes (%llu) must be less than %u"
5881 #: resize/resize2fs.c:691
5882 msgid "reserved blocks"
5885 #: resize/resize2fs.c:936
5886 msgid "meta-data blocks"
5889 #: resize/resize2fs.c:1039 resize/resize2fs.c:1836
5890 msgid "new meta blocks"
5893 #: resize/resize2fs.c:2056
5894 msgid "Should never happen! No sb in last super_sparse bg?\n"
5897 #: resize/resize2fs.c:2061
5898 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
5901 #: resize/resize2fs.c:2139
5902 msgid "Should never happen: resize inode corrupt!\n"
5905 #: lib/ext2fs/ext2_err.c:11
5906 msgid "EXT2FS Library version 1.42.12"
5909 #: lib/ext2fs/ext2_err.c:12
5910 msgid "Wrong magic number for ext2_filsys structure"
5913 #: lib/ext2fs/ext2_err.c:13
5914 msgid "Wrong magic number for badblocks_list structure"
5917 #: lib/ext2fs/ext2_err.c:14
5918 msgid "Wrong magic number for badblocks_iterate structure"
5921 #: lib/ext2fs/ext2_err.c:15
5922 msgid "Wrong magic number for inode_scan structure"
5925 #: lib/ext2fs/ext2_err.c:16
5926 msgid "Wrong magic number for io_channel structure"
5929 #: lib/ext2fs/ext2_err.c:17
5930 msgid "Wrong magic number for unix io_channel structure"
5933 #: lib/ext2fs/ext2_err.c:18
5934 msgid "Wrong magic number for io_manager structure"
5937 #: lib/ext2fs/ext2_err.c:19
5938 msgid "Wrong magic number for block_bitmap structure"
5941 #: lib/ext2fs/ext2_err.c:20
5942 msgid "Wrong magic number for inode_bitmap structure"
5945 #: lib/ext2fs/ext2_err.c:21
5946 msgid "Wrong magic number for generic_bitmap structure"
5949 #: lib/ext2fs/ext2_err.c:22
5950 msgid "Wrong magic number for test io_channel structure"
5953 #: lib/ext2fs/ext2_err.c:23
5954 msgid "Wrong magic number for directory block list structure"
5957 #: lib/ext2fs/ext2_err.c:24
5958 msgid "Wrong magic number for icount structure"
5961 #: lib/ext2fs/ext2_err.c:25
5962 msgid "Wrong magic number for Powerquest io_channel structure"
5965 #: lib/ext2fs/ext2_err.c:26
5966 msgid "Wrong magic number for ext2 file structure"
5969 #: lib/ext2fs/ext2_err.c:27
5970 msgid "Wrong magic number for Ext2 Image Header"
5973 #: lib/ext2fs/ext2_err.c:28
5974 msgid "Wrong magic number for inode io_channel structure"
5977 #: lib/ext2fs/ext2_err.c:29
5978 msgid "Wrong magic number for ext4 extent handle"
5981 #: lib/ext2fs/ext2_err.c:30
5982 msgid "Bad magic number in super-block"
5985 #: lib/ext2fs/ext2_err.c:31
5986 msgid "Filesystem revision too high"
5989 #: lib/ext2fs/ext2_err.c:32
5990 msgid "Attempt to write to filesystem opened read-only"
5993 #: lib/ext2fs/ext2_err.c:33
5994 msgid "Can't read group descriptors"
5997 #: lib/ext2fs/ext2_err.c:34
5998 msgid "Can't write group descriptors"
6001 #: lib/ext2fs/ext2_err.c:35
6002 msgid "Corrupt group descriptor: bad block for block bitmap"
6005 #: lib/ext2fs/ext2_err.c:36
6006 msgid "Corrupt group descriptor: bad block for inode bitmap"
6009 #: lib/ext2fs/ext2_err.c:37
6010 msgid "Corrupt group descriptor: bad block for inode table"
6013 #: lib/ext2fs/ext2_err.c:38
6014 msgid "Can't write an inode bitmap"
6017 #: lib/ext2fs/ext2_err.c:39
6018 msgid "Can't read an inode bitmap"
6021 #: lib/ext2fs/ext2_err.c:40
6022 msgid "Can't write a block bitmap"
6025 #: lib/ext2fs/ext2_err.c:41
6026 msgid "Can't read a block bitmap"
6029 #: lib/ext2fs/ext2_err.c:42
6030 msgid "Can't write an inode table"
6033 #: lib/ext2fs/ext2_err.c:43
6034 msgid "Can't read an inode table"
6037 #: lib/ext2fs/ext2_err.c:44
6038 msgid "Can't read next inode"
6041 #: lib/ext2fs/ext2_err.c:45
6042 msgid "Filesystem has unexpected block size"
6045 #: lib/ext2fs/ext2_err.c:46
6046 msgid "EXT2 directory corrupted"
6049 #: lib/ext2fs/ext2_err.c:47
6050 msgid "Attempt to read block from filesystem resulted in short read"
6053 #: lib/ext2fs/ext2_err.c:48
6054 msgid "Attempt to write block to filesystem resulted in short write"
6057 #: lib/ext2fs/ext2_err.c:49
6058 msgid "No free space in the directory"
6061 #: lib/ext2fs/ext2_err.c:50
6062 msgid "Inode bitmap not loaded"
6065 #: lib/ext2fs/ext2_err.c:51
6066 msgid "Block bitmap not loaded"
6069 #: lib/ext2fs/ext2_err.c:52
6070 msgid "Illegal inode number"
6073 #: lib/ext2fs/ext2_err.c:53
6074 msgid "Illegal block number"
6077 #: lib/ext2fs/ext2_err.c:54
6078 msgid "Internal error in ext2fs_expand_dir"
6081 #: lib/ext2fs/ext2_err.c:55
6082 msgid "Not enough space to build proposed filesystem"
6085 #: lib/ext2fs/ext2_err.c:56
6086 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6089 #: lib/ext2fs/ext2_err.c:57
6090 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6093 #: lib/ext2fs/ext2_err.c:58
6094 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6097 #: lib/ext2fs/ext2_err.c:59
6098 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6101 #: lib/ext2fs/ext2_err.c:60
6102 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6105 #: lib/ext2fs/ext2_err.c:61
6106 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6109 #: lib/ext2fs/ext2_err.c:62
6110 msgid "Attempt to fudge end of block bitmap past the real end"
6113 #: lib/ext2fs/ext2_err.c:63
6114 msgid "Attempt to fudge end of inode bitmap past the real end"
6117 #: lib/ext2fs/ext2_err.c:64
6118 msgid "Illegal indirect block found"
6121 #: lib/ext2fs/ext2_err.c:65
6122 msgid "Illegal doubly indirect block found"
6125 #: lib/ext2fs/ext2_err.c:66
6126 msgid "Illegal triply indirect block found"
6129 #: lib/ext2fs/ext2_err.c:67
6130 msgid "Block bitmaps are not the same"
6133 #: lib/ext2fs/ext2_err.c:68
6134 msgid "Inode bitmaps are not the same"
6137 #: lib/ext2fs/ext2_err.c:69
6138 msgid "Illegal or malformed device name"
6141 #: lib/ext2fs/ext2_err.c:70
6142 msgid "A block group is missing an inode table"
6145 #: lib/ext2fs/ext2_err.c:71
6146 msgid "The ext2 superblock is corrupt"
6149 #: lib/ext2fs/ext2_err.c:72
6150 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
6153 #: lib/ext2fs/ext2_err.c:73
6154 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
6157 #: lib/ext2fs/ext2_err.c:74
6158 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
6161 #: lib/ext2fs/ext2_err.c:75
6162 msgid "Too many symbolic links encountered."
6165 #: lib/ext2fs/ext2_err.c:76
6166 msgid "The callback function will not handle this case"
6169 #: lib/ext2fs/ext2_err.c:77
6170 msgid "The inode is from a bad block in the inode table"
6173 #: lib/ext2fs/ext2_err.c:78
6174 msgid "Filesystem has unsupported feature(s)"
6177 #: lib/ext2fs/ext2_err.c:79
6178 msgid "Filesystem has unsupported read-only feature(s)"
6181 #: lib/ext2fs/ext2_err.c:80
6182 msgid "IO Channel failed to seek on read or write"
6185 #: lib/ext2fs/ext2_err.c:81
6186 msgid "Memory allocation failed"
6189 #: lib/ext2fs/ext2_err.c:82
6190 msgid "Invalid argument passed to ext2 library"
6193 #: lib/ext2fs/ext2_err.c:83
6194 msgid "Could not allocate block in ext2 filesystem"
6197 #: lib/ext2fs/ext2_err.c:84
6198 msgid "Could not allocate inode in ext2 filesystem"
6201 #: lib/ext2fs/ext2_err.c:85
6202 msgid "Ext2 inode is not a directory"
6205 #: lib/ext2fs/ext2_err.c:86
6206 msgid "Too many references in table"
6209 #: lib/ext2fs/ext2_err.c:87
6210 msgid "File not found by ext2_lookup"
6213 #: lib/ext2fs/ext2_err.c:88
6214 msgid "File open read-only"
6217 #: lib/ext2fs/ext2_err.c:89
6218 msgid "Ext2 directory block not found"
6221 #: lib/ext2fs/ext2_err.c:90
6222 msgid "Ext2 directory already exists"
6225 #: lib/ext2fs/ext2_err.c:91
6226 msgid "Unimplemented ext2 library function"
6229 #: lib/ext2fs/ext2_err.c:92
6230 msgid "User cancel requested"
6233 #: lib/ext2fs/ext2_err.c:93
6234 msgid "Ext2 file too big"
6237 #: lib/ext2fs/ext2_err.c:94
6238 msgid "Supplied journal device not a block device"
6241 #: lib/ext2fs/ext2_err.c:95
6242 msgid "Journal superblock not found"
6245 #: lib/ext2fs/ext2_err.c:96
6246 msgid "Journal must be at least 1024 blocks"
6249 #: lib/ext2fs/ext2_err.c:97
6250 msgid "Unsupported journal version"
6253 #: lib/ext2fs/ext2_err.c:98
6254 msgid "Error loading external journal"
6257 #: lib/ext2fs/ext2_err.c:99
6258 msgid "Journal not found"
6261 #: lib/ext2fs/ext2_err.c:100
6262 msgid "Directory hash unsupported"
6265 #: lib/ext2fs/ext2_err.c:101
6266 msgid "Illegal extended attribute block number"
6269 #: lib/ext2fs/ext2_err.c:102
6270 msgid "Cannot create filesystem with requested number of inodes"
6273 #: lib/ext2fs/ext2_err.c:103
6274 msgid "E2image snapshot not in use"
6277 #: lib/ext2fs/ext2_err.c:104
6278 msgid "Too many reserved group descriptor blocks"
6281 #: lib/ext2fs/ext2_err.c:105
6282 msgid "Resize inode is corrupt"
6285 #: lib/ext2fs/ext2_err.c:106
6286 msgid "Tried to set block bmap with missing indirect block"
6289 #: lib/ext2fs/ext2_err.c:107
6290 msgid "TDB: Success"
6293 #: lib/ext2fs/ext2_err.c:108
6294 msgid "TDB: Corrupt database"
6297 #: lib/ext2fs/ext2_err.c:109
6298 msgid "TDB: IO Error"
6301 #: lib/ext2fs/ext2_err.c:110
6302 msgid "TDB: Locking error"
6305 #: lib/ext2fs/ext2_err.c:111
6306 msgid "TDB: Out of memory"
6309 #: lib/ext2fs/ext2_err.c:112
6310 msgid "TDB: Record exists"
6313 #: lib/ext2fs/ext2_err.c:113
6314 msgid "TDB: Lock exists on other keys"
6317 #: lib/ext2fs/ext2_err.c:114
6318 msgid "TDB: Invalid parameter"
6321 #: lib/ext2fs/ext2_err.c:115
6322 msgid "TDB: Record does not exist"
6325 #: lib/ext2fs/ext2_err.c:116
6326 msgid "TDB: Write not permitted"
6329 #: lib/ext2fs/ext2_err.c:117
6330 msgid "Ext2fs directory block list is empty"
6333 #: lib/ext2fs/ext2_err.c:118
6334 msgid "Attempt to modify a block mapping via a read-only block iterator"
6337 #: lib/ext2fs/ext2_err.c:119
6338 msgid "Wrong magic number for ext4 extent saved path"
6341 #: lib/ext2fs/ext2_err.c:120
6342 msgid "Wrong magic number for 64-bit generic bitmap"
6345 #: lib/ext2fs/ext2_err.c:121
6346 msgid "Wrong magic number for 64-bit block bitmap"
6349 #: lib/ext2fs/ext2_err.c:122
6350 msgid "Wrong magic number for 64-bit inode bitmap"
6353 #: lib/ext2fs/ext2_err.c:123
6354 msgid "Wrong magic number --- RESERVED_13"
6357 #: lib/ext2fs/ext2_err.c:124
6358 msgid "Wrong magic number --- RESERVED_14"
6361 #: lib/ext2fs/ext2_err.c:125
6362 msgid "Wrong magic number --- RESERVED_15"
6365 #: lib/ext2fs/ext2_err.c:126
6366 msgid "Wrong magic number --- RESERVED_16"
6369 #: lib/ext2fs/ext2_err.c:127
6370 msgid "Wrong magic number --- RESERVED_17"
6373 #: lib/ext2fs/ext2_err.c:128
6374 msgid "Wrong magic number --- RESERVED_18"
6377 #: lib/ext2fs/ext2_err.c:129
6378 msgid "Wrong magic number --- RESERVED_19"
6381 #: lib/ext2fs/ext2_err.c:130
6382 msgid "Corrupt extent header"
6385 #: lib/ext2fs/ext2_err.c:131
6386 msgid "Corrupt extent index"
6389 #: lib/ext2fs/ext2_err.c:132
6390 msgid "Corrupt extent"
6393 #: lib/ext2fs/ext2_err.c:133
6394 msgid "No free space in extent map"
6397 #: lib/ext2fs/ext2_err.c:134
6398 msgid "Inode does not use extents"
6401 #: lib/ext2fs/ext2_err.c:135
6402 msgid "No 'next' extent"
6405 #: lib/ext2fs/ext2_err.c:136
6406 msgid "No 'previous' extent"
6409 #: lib/ext2fs/ext2_err.c:137
6410 msgid "No 'up' extent"
6413 #: lib/ext2fs/ext2_err.c:138
6414 msgid "No 'down' extent"
6417 #: lib/ext2fs/ext2_err.c:139
6418 msgid "No current node"
6421 #: lib/ext2fs/ext2_err.c:140
6422 msgid "Ext2fs operation not supported"
6425 #: lib/ext2fs/ext2_err.c:141
6426 msgid "No room to insert extent in node"
6429 #: lib/ext2fs/ext2_err.c:142
6430 msgid "Splitting would result in empty node"
6433 #: lib/ext2fs/ext2_err.c:143
6434 msgid "Extent not found"
6437 #: lib/ext2fs/ext2_err.c:144
6438 msgid "Operation not supported for inodes containing extents"
6441 #: lib/ext2fs/ext2_err.c:145
6442 msgid "Extent length is invalid"
6445 #: lib/ext2fs/ext2_err.c:146
6446 msgid "I/O Channel does not support 64-bit block numbers"
6449 #: lib/ext2fs/ext2_err.c:147
6450 msgid "Can't check if filesystem is mounted due to missing mtab file"
6453 #: lib/ext2fs/ext2_err.c:148
6454 msgid "Filesystem too large to use legacy bitmaps"
6457 #: lib/ext2fs/ext2_err.c:149
6458 msgid "MMP: invalid magic number"
6461 #: lib/ext2fs/ext2_err.c:150
6462 msgid "MMP: device currently active"
6465 #: lib/ext2fs/ext2_err.c:151
6466 msgid "MMP: fsck being run"
6469 #: lib/ext2fs/ext2_err.c:152
6470 msgid "MMP: block number beyond filesystem range"
6473 #: lib/ext2fs/ext2_err.c:153
6474 msgid "MMP: undergoing an unknown operation"
6477 #: lib/ext2fs/ext2_err.c:154
6478 msgid "MMP: filesystem still in use"
6481 #: lib/ext2fs/ext2_err.c:155
6482 msgid "MMP: open with O_DIRECT failed"
6485 #: lib/ext2fs/ext2_err.c:156
6486 msgid "Block group descriptor size incorrect"
6489 #: lib/ext2fs/ext2_err.c:157
6490 msgid "Inode checksum does not match inode"
6493 #: lib/ext2fs/ext2_err.c:158
6494 msgid "Inode bitmap checksum does not match bitmap"
6497 #: lib/ext2fs/ext2_err.c:159
6498 msgid "Extent block checksum does not match extent block"
6501 #: lib/ext2fs/ext2_err.c:160
6502 msgid "Directory block does not have space for checksum"
6505 #: lib/ext2fs/ext2_err.c:161
6506 msgid "Directory block checksum does not match directory block"
6509 #: lib/ext2fs/ext2_err.c:162
6510 msgid "Extended attribute block checksum does not match block"
6513 #: lib/ext2fs/ext2_err.c:163
6514 msgid "Superblock checksum does not match superblock"
6517 #: lib/ext2fs/ext2_err.c:164
6518 msgid "Unknown checksum algorithm"
6521 #: lib/ext2fs/ext2_err.c:165
6522 msgid "MMP block checksum does not match MMP block"
6525 #: lib/ext2fs/ext2_err.c:166
6526 msgid "Ext2 file already exists"
6529 #: e2fsck/prof_err.c:11
6530 msgid "Profile version 0.0"
6533 #: e2fsck/prof_err.c:12
6534 msgid "Bad magic value in profile_node"
6537 #: e2fsck/prof_err.c:13
6538 msgid "Profile section not found"
6541 #: e2fsck/prof_err.c:14
6542 msgid "Profile relation not found"
6545 #: e2fsck/prof_err.c:15
6546 msgid "Attempt to add a relation to node which is not a section"
6549 #: e2fsck/prof_err.c:16
6550 msgid "A profile section header has a non-zero value"
6553 #: e2fsck/prof_err.c:17
6554 msgid "Bad linked list in profile structures"
6557 #: e2fsck/prof_err.c:18
6558 msgid "Bad group level in profile structures"
6561 #: e2fsck/prof_err.c:19
6562 msgid "Bad parent pointer in profile structures"
6565 #: e2fsck/prof_err.c:20
6566 msgid "Bad magic value in profile iterator"
6569 #: e2fsck/prof_err.c:21
6570 msgid "Can't set value on section node"
6573 #: e2fsck/prof_err.c:22
6574 msgid "Invalid argument passed to profile library"
6577 #: e2fsck/prof_err.c:23
6578 msgid "Attempt to modify read-only profile"
6581 #: e2fsck/prof_err.c:24
6582 msgid "Profile section header not at top level"
6585 #: e2fsck/prof_err.c:25
6586 msgid "Syntax error in profile section header"
6589 #: e2fsck/prof_err.c:26
6590 msgid "Syntax error in profile relation"
6593 #: e2fsck/prof_err.c:27
6594 msgid "Extra closing brace in profile"
6597 #: e2fsck/prof_err.c:28
6598 msgid "Missing open brace in profile"
6601 #: e2fsck/prof_err.c:29
6602 msgid "Bad magic value in profile_t"
6605 #: e2fsck/prof_err.c:30
6606 msgid "Bad magic value in profile_section_t"
6609 #: e2fsck/prof_err.c:31
6610 msgid "Iteration through all top level section not supported"
6613 #: e2fsck/prof_err.c:32
6614 msgid "Invalid profile_section object"
6617 #: e2fsck/prof_err.c:33
6618 msgid "No more sections"
6621 #: e2fsck/prof_err.c:34
6622 msgid "Bad nameset passed to query routine"
6625 #: e2fsck/prof_err.c:35
6626 msgid "No profile file open"
6629 #: e2fsck/prof_err.c:36
6630 msgid "Bad magic value in profile_file_t"
6633 #: e2fsck/prof_err.c:37
6634 msgid "Couldn't open profile file"
6637 #: e2fsck/prof_err.c:38
6638 msgid "Section already exists"
6641 #: e2fsck/prof_err.c:39
6642 msgid "Invalid boolean value"
6645 #: e2fsck/prof_err.c:40
6646 msgid "Invalid integer value"
6649 #: e2fsck/prof_err.c:41
6650 msgid "Bad magic value in profile_file_data_t"