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, 2016, 2017 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2017.
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.43.6\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2017-08-29 01:11-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:214
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:1533
99 #: e2fsck/unix.c:1626 misc/badblocks.c:1251 misc/badblocks.c:1259
100 #: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:593
101 #: misc/e2image.c:1401 misc/e2image.c:1585 misc/e2image.c:1606
102 #: misc/mke2fs.c:230 misc/tune2fs.c:2726 misc/tune2fs.c:2820 resize/main.c:413
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:237
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:66 e2fsck/ehandler.c:115
139 #: e2fsck/ehandler.c:67
140 msgid "Force rewrite"
143 #: e2fsck/ehandler.c:109
145 msgid "Error writing block %lu (%s) while %s. "
148 #: e2fsck/ehandler.c:112
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/extents.c:42
182 msgid "extent rebuild inode map"
185 #: e2fsck/flushb.c:35
187 msgid "Usage: %s disk\n"
190 #: e2fsck/flushb.c:64
192 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
197 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
200 #: e2fsck/iscan.c:81 e2fsck/unix.c:1059
202 msgid "while opening %s for flushing"
205 #: e2fsck/iscan.c:86 e2fsck/unix.c:1065 resize/main.c:382
207 msgid "while trying to flush %s"
210 #: e2fsck/iscan.c:110
212 msgid "while trying to open '%s'"
215 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1294
216 msgid "while opening inode scan"
219 #: e2fsck/iscan.c:127 misc/e2image.c:1313
220 msgid "while getting next inode"
223 #: e2fsck/iscan.c:136
225 msgid "%u inodes scanned.\n"
228 #: e2fsck/journal.c:594
229 msgid "reading journal superblock\n"
232 #: e2fsck/journal.c:667
234 msgid "%s: no valid journal superblock found\n"
237 #: e2fsck/journal.c:676
239 msgid "%s: journal too short\n"
242 #: e2fsck/journal.c:969 misc/fuse2fs.c:3791
244 msgid "%s: recovering journal\n"
247 #: e2fsck/journal.c:971
249 msgid "%s: won't do journal recovery while read-only\n"
252 #: e2fsck/journal.c:998
254 msgid "while trying to re-open %s"
257 #: e2fsck/message.c:116
258 msgid "aextended attribute"
261 #: e2fsck/message.c:117
262 msgid "Aerror allocating"
265 #: e2fsck/message.c:118
269 #: e2fsck/message.c:119
273 #: e2fsck/message.c:120
277 #: e2fsck/message.c:121
278 msgid "Cconflicts with some other fs @b"
281 #: e2fsck/message.c:122
285 #: e2fsck/message.c:123
289 #: e2fsck/message.c:124
293 #: e2fsck/message.c:125
294 msgid "E@e '%Dn' in %p (%i)"
297 #: e2fsck/message.c:126
301 #: e2fsck/message.c:127
302 msgid "Ffor @i %i (%Q) is"
305 #: e2fsck/message.c:128
309 #: e2fsck/message.c:129
313 #: e2fsck/message.c:130
317 #: e2fsck/message.c:131
321 #: e2fsck/message.c:132
325 #: e2fsck/message.c:133
329 #: e2fsck/message.c:134
333 #: e2fsck/message.c:135
334 msgid "mmultiply-claimed"
337 #: e2fsck/message.c:136
341 #: e2fsck/message.c:137
345 #: e2fsck/message.c:138
349 #: e2fsck/message.c:139
353 #: e2fsck/message.c:140
357 #: e2fsck/message.c:141
361 #: e2fsck/message.c:142
365 #: e2fsck/message.c:143
369 #: e2fsck/message.c:144
373 #: e2fsck/message.c:145
377 #: e2fsck/message.c:146
381 #: e2fsck/message.c:157
382 msgid "<The NULL inode>"
385 #: e2fsck/message.c:158
386 msgid "<The bad blocks inode>"
389 #: e2fsck/message.c:160
390 msgid "<The user quota inode>"
393 #: e2fsck/message.c:161
394 msgid "<The group quota inode>"
397 #: e2fsck/message.c:162
398 msgid "<The boot loader inode>"
401 #: e2fsck/message.c:163
402 msgid "<The undelete directory inode>"
405 #: e2fsck/message.c:164
406 msgid "<The group descriptor inode>"
409 #: e2fsck/message.c:165
410 msgid "<The journal inode>"
413 #: e2fsck/message.c:166
414 msgid "<Reserved inode 9>"
417 #: e2fsck/message.c:167
418 msgid "<Reserved inode 10>"
421 #: e2fsck/message.c:336
425 #: e2fsck/message.c:338
429 #: e2fsck/message.c:340
430 msgid "character device"
433 #: e2fsck/message.c:342
437 #: e2fsck/message.c:344
441 #: e2fsck/message.c:346
442 msgid "symbolic link"
445 #: e2fsck/message.c:348 misc/uuidd.c:162
449 #: e2fsck/message.c:350
451 msgid "unknown file type with mode 0%o"
454 #: e2fsck/message.c:425
455 msgid "indirect block"
458 #: e2fsck/message.c:427
459 msgid "double indirect block"
462 #: e2fsck/message.c:429
463 msgid "triple indirect block"
466 #: e2fsck/message.c:431
467 msgid "translator block"
470 #: e2fsck/message.c:433
474 #: e2fsck/message.c:509
478 #: e2fsck/message.c:512
482 #: e2fsck/message.c:515
486 #: e2fsck/message.c:518
487 msgid "unknown quota type"
490 #: e2fsck/pass1b.c:222
491 msgid "multiply claimed inode map"
494 #: e2fsck/pass1b.c:647 e2fsck/pass1b.c:795
496 msgid "internal error: can't find dup_blk for %llu\n"
499 #: e2fsck/pass1b.c:905
500 msgid "returned from clone_file_block"
503 #: e2fsck/pass1b.c:929
505 msgid "internal error: couldn't lookup EA block record for %llu"
508 #: e2fsck/pass1b.c:941
510 msgid "internal error: couldn't lookup EA inode record for %u"
513 #: e2fsck/pass1.c:666 e2fsck/pass2.c:972
514 msgid "reading directory block"
517 #: e2fsck/pass1.c:1115
518 msgid "in-use inode map"
521 #: e2fsck/pass1.c:1126
522 msgid "directory inode map"
525 #: e2fsck/pass1.c:1136
526 msgid "regular file inode map"
529 #: e2fsck/pass1.c:1145 misc/e2image.c:1269
530 msgid "in-use block map"
533 #: e2fsck/pass1.c:1154
534 msgid "metadata block map"
537 #: e2fsck/pass1.c:1216
538 msgid "opening inode scan"
541 #: e2fsck/pass1.c:1254
542 msgid "getting next inode from scan"
545 #: e2fsck/pass1.c:1944
549 #: e2fsck/pass1.c:2005
551 msgid "reading indirect blocks of inode %u"
554 #: e2fsck/pass1.c:2055
555 msgid "bad inode map"
558 #: e2fsck/pass1.c:2095
559 msgid "inode in bad block map"
562 #: e2fsck/pass1.c:2115
563 msgid "imagic inode map"
566 #: e2fsck/pass1.c:2142
567 msgid "multiply claimed block map"
570 #: e2fsck/pass1.c:2256
571 msgid "ext attr block map"
574 #: e2fsck/pass1.c:3427
576 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
579 #: e2fsck/pass1.c:3844
583 #: e2fsck/pass1.c:3850
587 #: e2fsck/pass1.c:3856
591 #: e2fsck/pass2.c:287
595 #: e2fsck/pass2.c:1044 e2fsck/pass2.c:1209
596 msgid "Can not continue."
600 msgid "inode done bitmap"
607 #: e2fsck/pass3.c:149
611 #: e2fsck/pass3.c:344
612 msgid "inode loop detection bitmap"
615 #: e2fsck/pass4.c:207
623 #: e2fsck/pass5.c:104
624 msgid "check_inode_bitmap_checksum: Memory allocation error"
627 #: e2fsck/pass5.c:158
628 msgid "check_block_bitmap_checksum: Memory allocation error"
631 #: e2fsck/problem.c:51
635 #: e2fsck/problem.c:52
639 #: e2fsck/problem.c:53
643 #: e2fsck/problem.c:54
647 #: e2fsck/problem.c:55
651 #: e2fsck/problem.c:56
655 #: e2fsck/problem.c:57
656 msgid "Connect to /lost+found"
659 #: e2fsck/problem.c:58
663 #: e2fsck/problem.c:59
667 #: e2fsck/problem.c:60
671 #: e2fsck/problem.c:61
675 #: e2fsck/problem.c:62
679 #: e2fsck/problem.c:63
683 #: e2fsck/problem.c:64
687 #: e2fsck/problem.c:65
688 msgid "Clone multiply-claimed blocks"
691 #: e2fsck/problem.c:66
695 #: e2fsck/problem.c:67
696 msgid "Suppress messages"
699 #: e2fsck/problem.c:68
703 #: e2fsck/problem.c:69
704 msgid "Clear HTree index"
707 #: e2fsck/problem.c:70
711 #: e2fsck/problem.c:79
715 #: e2fsck/problem.c:80
719 #: e2fsck/problem.c:81
723 #: e2fsck/problem.c:82
727 #: e2fsck/problem.c:83
731 #: e2fsck/problem.c:84
735 #: e2fsck/problem.c:85
739 #: e2fsck/problem.c:86
743 #: e2fsck/problem.c:87
747 #: e2fsck/problem.c:88
751 #: e2fsck/problem.c:89
752 msgid "INODE CLEARED"
755 #: e2fsck/problem.c:90
759 #: e2fsck/problem.c:91
763 #: e2fsck/problem.c:92
767 #: e2fsck/problem.c:93
768 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
771 #: e2fsck/problem.c:94
775 #: e2fsck/problem.c:95
779 #: e2fsck/problem.c:96
783 #: e2fsck/problem.c:97
784 msgid "HTREE INDEX CLEARED"
787 #: e2fsck/problem.c:98
788 msgid "WILL RECREATE"
791 #: e2fsck/problem.c:110
792 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
793 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
796 #: e2fsck/problem.c:114
797 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
798 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
801 #: e2fsck/problem.c:119
802 #. @-expanded: inode table for group %g is not in group. (block %b)\n
803 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
805 "@i table for @g %g is not in @g. (@b %b)\n"
806 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
809 #: e2fsck/problem.c:125
811 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
812 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
813 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
814 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
815 #. @-expanded: e2fsck -b 8193 <device>\n
817 #. @-expanded: e2fsck -b 32768 <device>\n
821 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
822 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
823 "@f (and not swap or ufs or something else), then the @S\n"
824 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
825 " e2fsck -b 8193 <@v>\n"
827 " e2fsck -b 32768 <@v>\n"
831 #: e2fsck/problem.c:136
832 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
833 #. @-expanded: The physical size of the device is %c blocks\n
834 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
836 "The @f size (according to the @S) is %b @bs\n"
837 "The physical size of the @v is %c @bs\n"
838 "Either the @S or the partition table is likely to be corrupt!\n"
841 #: e2fsck/problem.c:143
842 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
843 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
844 #. @-expanded: from the block size.\n
846 "@S @b_size = %b, fragsize = %c.\n"
847 "This version of e2fsck does not support fragment sizes different\n"
848 "from the @b size.\n"
851 #: e2fsck/problem.c:150
852 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
853 msgid "@S @bs_per_group = %b, should have been %c\n"
856 #: e2fsck/problem.c:155
857 #. @-expanded: superblock first_data_block = %b, should have been %c\n
858 msgid "@S first_data_@b = %b, should have been %c\n"
861 #: e2fsck/problem.c:160
862 #. @-expanded: filesystem did not have a UUID; generating one.\n
865 "@f did not have a UUID; generating one.\n"
869 #: e2fsck/problem.c:165
872 "Note: if several inode or block bitmap blocks or part\n"
873 "of the inode table require relocation, you may wish to try\n"
874 "running e2fsck with the '-b %S' option first. The problem\n"
875 "may lie only with the primary block group descriptors, and\n"
876 "the backup block group descriptors may be OK.\n"
880 #: e2fsck/problem.c:174
881 #. @-expanded: Corruption found in superblock. (%s = %N).\n
882 msgid "Corruption found in @S. (%s = %N).\n"
885 #: e2fsck/problem.c:179
887 #. @-expanded: Error determining size of the physical device: %m\n
888 msgid "Error determining size of the physical @v: %m\n"
891 #: e2fsck/problem.c:184
892 #. @-expanded: inode count in superblock is %i, should be %j.\n
893 msgid "@i count in @S is %i, @s %j.\n"
896 #: e2fsck/problem.c:188
897 msgid "The Hurd does not support the filetype feature.\n"
900 #: e2fsck/problem.c:193
902 #. @-expanded: superblock has an invalid journal (inode %i).\n
903 msgid "@S has an @n @j (@i %i).\n"
906 #: e2fsck/problem.c:198
907 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
908 msgid "External @j has multiple @f users (unsupported).\n"
911 #: e2fsck/problem.c:203
912 #. @-expanded: Can't find external journal\n
913 msgid "Can't find external @j\n"
916 #: e2fsck/problem.c:208
917 #. @-expanded: External journal has bad superblock\n
918 msgid "External @j has bad @S\n"
921 #: e2fsck/problem.c:213
922 #. @-expanded: External journal does not support this filesystem\n
923 msgid "External @j does not support this @f\n"
926 #: e2fsck/problem.c:218
927 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
928 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
929 #. @-expanded: format.\n
930 #. @-expanded: It is also possible the journal superblock is corrupt.\n
932 "@f @j @S is unknown type %N (unsupported).\n"
933 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
935 "It is also possible the @j @S is corrupt.\n"
938 #: e2fsck/problem.c:226
939 #. @-expanded: journal superblock is corrupt.\n
940 msgid "@j @S is corrupt.\n"
943 #: e2fsck/problem.c:231
944 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
945 msgid "@S has_@j flag is clear, but a @j is present.\n"
948 #: e2fsck/problem.c:236
949 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
950 msgid "@S needs_recovery flag is set, but no @j is present.\n"
953 #: e2fsck/problem.c:241
954 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
955 msgid "@S needs_recovery flag is clear, but @j has data.\n"
958 #: e2fsck/problem.c:246
959 #. @-expanded: Clear journal
963 #: e2fsck/problem.c:251 e2fsck/problem.c:751
964 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
965 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
968 #: e2fsck/problem.c:256
969 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
970 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
973 #: e2fsck/problem.c:261
974 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
975 msgid "@I %B (%b) found in @o @i %i.\n"
978 #: e2fsck/problem.c:266
979 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
980 msgid "Already cleared %B (%b) found in @o @i %i.\n"
983 #: e2fsck/problem.c:271
985 #. @-expanded: illegal orphaned inode %i in superblock.\n
986 msgid "@I @o @i %i in @S.\n"
989 #: e2fsck/problem.c:276
991 #. @-expanded: illegal inode %i in orphaned inode list.\n
992 msgid "@I @i %i in @o @i list.\n"
995 #: e2fsck/problem.c:281
996 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
997 msgid "@j @S has an unknown read-only feature flag set.\n"
1000 #: e2fsck/problem.c:286
1001 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1002 msgid "@j @S has an unknown incompatible feature flag set.\n"
1005 #: e2fsck/problem.c:291
1006 #. @-expanded: journal version not supported by this e2fsck.\n
1007 msgid "@j version not supported by this e2fsck.\n"
1010 #: e2fsck/problem.c:296
1012 #. @-expanded: Moving journal from /%s to hidden inode.\n
1015 "Moving @j from /%s to hidden @i.\n"
1019 #: e2fsck/problem.c:301
1021 #. @-expanded: Error moving journal: %m\n
1024 "Error moving @j: %m\n"
1028 #: e2fsck/problem.c:306
1029 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1030 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1033 "Found @n V2 @j @S fields (from V1 @j).\n"
1034 "Clearing fields beyond the V1 @j @S...\n"
1038 #: e2fsck/problem.c:312
1039 #. @-expanded: Run journal anyway
1040 msgid "Run @j anyway"
1043 #: e2fsck/problem.c:317
1044 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1045 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1048 #: e2fsck/problem.c:322
1049 #. @-expanded: Backing up journal inode block information.\n
1052 "Backing up @j @i @b information.\n"
1056 #: e2fsck/problem.c:328
1057 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1058 #. @-expanded: is %N; should be zero.
1060 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1064 #: e2fsck/problem.c:334
1065 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1066 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1069 #: e2fsck/problem.c:339
1070 #. @-expanded: Resize inode not valid.
1071 msgid "Resize @i not valid. "
1074 #: e2fsck/problem.c:344
1075 #. @-expanded: superblock last mount time (%t,\n
1076 #. @-expanded: \tnow = %T) is in the future.\n
1078 "@S last mount time (%t,\n"
1079 "\tnow = %T) is in the future.\n"
1082 #: e2fsck/problem.c:349
1083 #. @-expanded: superblock last write time (%t,\n
1084 #. @-expanded: \tnow = %T) is in the future.\n
1086 "@S last write time (%t,\n"
1087 "\tnow = %T) is in the future.\n"
1090 #: e2fsck/problem.c:354
1092 #. @-expanded: superblock hint for external superblock should be %X.
1093 msgid "@S hint for external superblock @s %X. "
1096 #: e2fsck/problem.c:359
1097 #. @-expanded: Adding dirhash hint to filesystem.\n
1100 "Adding dirhash hint to @f.\n"
1104 #: e2fsck/problem.c:364
1105 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1106 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1109 #: e2fsck/problem.c:369
1111 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1112 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1115 #: e2fsck/problem.c:374
1116 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1117 msgid "@g descriptor %g has invalid unused inodes count %b. "
1120 #: e2fsck/problem.c:379
1121 #. @-expanded: Last group block bitmap uninitialized.
1122 msgid "Last @g @b @B uninitialized. "
1125 #: e2fsck/problem.c:384
1127 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1130 #: e2fsck/problem.c:389
1131 msgid "The test_fs flag is set (and ext4 is available). "
1134 #: e2fsck/problem.c:394
1135 #. @-expanded: superblock last mount time is in the future.\n
1136 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1137 #. @-expanded: set)\n
1139 "@S last mount time is in the future.\n"
1140 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1144 #: e2fsck/problem.c:400
1145 #. @-expanded: superblock last write time is in the future.\n
1146 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1147 #. @-expanded: set)\n
1149 "@S last write time is in the future.\n"
1150 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1154 #: e2fsck/problem.c:406
1155 #. @-expanded: One or more block group descriptor checksums are invalid.
1156 msgid "One or more @b @g descriptor checksums are invalid. "
1159 #: e2fsck/problem.c:411
1160 #. @-expanded: Setting free inodes count to %j (was %i)\n
1161 msgid "Setting free @is count to %j (was %i)\n"
1164 #: e2fsck/problem.c:416
1165 #. @-expanded: Setting free blocks count to %c (was %b)\n
1166 msgid "Setting free @bs count to %c (was %b)\n"
1169 #: e2fsck/problem.c:421
1170 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1171 msgid "Hiding %U @q @i %i (%Q).\n"
1174 #: e2fsck/problem.c:426
1175 #. @-expanded: superblock has invalid MMP block.
1176 msgid "@S has invalid MMP block. "
1179 #: e2fsck/problem.c:431
1180 #. @-expanded: superblock has invalid MMP magic.
1181 msgid "@S has invalid MMP magic. "
1184 #: e2fsck/problem.c:436
1186 msgid "ext2fs_open2: %m\n"
1189 #: e2fsck/problem.c:441
1191 msgid "ext2fs_check_desc: %m\n"
1194 #: e2fsck/problem.c:447
1195 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1196 #. @-expanded: simultaneously.
1198 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1202 #: e2fsck/problem.c:453
1203 #. @-expanded: superblock MMP block checksum does not match MMP block.
1204 msgid "@S MMP @b checksum does not match MMP @b. "
1207 #: e2fsck/problem.c:458
1208 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1209 msgid "@S 64bit @f needs extents to access the whole disk. "
1212 #: e2fsck/problem.c:463
1213 msgid "First_meta_bg is too big. (%N, max value %g). "
1216 #: e2fsck/problem.c:468
1217 #. @-expanded: External journal superblock checksum does not match superblock.
1218 msgid "External @j @S checksum does not match @S. "
1221 #: e2fsck/problem.c:473
1222 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1223 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1226 #: e2fsck/problem.c:478
1228 msgid "Error initializing quota context in support library: %m\n"
1231 #: e2fsck/problem.c:483
1232 #. @-expanded: Bad required extra isize in superblock (%N).
1233 msgid "Bad required extra isize in @S (%N). "
1236 #: e2fsck/problem.c:488
1237 #. @-expanded: Bad desired extra isize in superblock (%N).
1238 msgid "Bad desired extra isize in @S (%N). "
1241 #: e2fsck/problem.c:493
1242 #. @-expanded: Invalid %U quota inode %i.
1243 msgid "Invalid %U @q @i %i. "
1246 #: e2fsck/problem.c:500
1247 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1248 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1251 #: e2fsck/problem.c:504
1252 #. @-expanded: root inode is not a directory.
1253 msgid "@r is not a @d. "
1256 #: e2fsck/problem.c:509
1257 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1258 msgid "@r has dtime set (probably due to old mke2fs). "
1261 #: e2fsck/problem.c:514
1262 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1263 msgid "Reserved @i %i (%Q) has @n mode. "
1266 #: e2fsck/problem.c:519
1268 #. @-expanded: deleted inode %i has zero dtime.
1269 msgid "@D @i %i has zero dtime. "
1272 #: e2fsck/problem.c:524
1274 #. @-expanded: inode %i is in use, but has dtime set.
1275 msgid "@i %i is in use, but has dtime set. "
1278 #: e2fsck/problem.c:529
1280 #. @-expanded: inode %i is a zero-length directory.
1281 msgid "@i %i is a @z @d. "
1284 #: e2fsck/problem.c:534
1285 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1286 msgid "@g %g's @b @B at %b @C.\n"
1289 #: e2fsck/problem.c:539
1290 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1291 msgid "@g %g's @i @B at %b @C.\n"
1294 #: e2fsck/problem.c:544
1295 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1296 msgid "@g %g's @i table at %b @C.\n"
1299 #: e2fsck/problem.c:549
1300 #. @-expanded: group %g's block bitmap (%b) is bad.
1301 msgid "@g %g's @b @B (%b) is bad. "
1304 #: e2fsck/problem.c:554
1305 #. @-expanded: group %g's inode bitmap (%b) is bad.
1306 msgid "@g %g's @i @B (%b) is bad. "
1309 #: e2fsck/problem.c:559
1310 #. @-expanded: inode %i, i_size is %Is, should be %N.
1311 msgid "@i %i, i_size is %Is, @s %N. "
1314 #: e2fsck/problem.c:564
1315 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1316 msgid "@i %i, i_@bs is %Ib, @s %N. "
1319 #: e2fsck/problem.c:569
1320 #. @-expanded: illegal %B (%b) in inode %i.
1321 msgid "@I %B (%b) in @i %i. "
1324 #: e2fsck/problem.c:574
1325 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1326 msgid "%B (%b) overlaps @f metadata in @i %i. "
1329 #: e2fsck/problem.c:579
1331 #. @-expanded: inode %i has illegal block(s).
1332 msgid "@i %i has illegal @b(s). "
1335 #: e2fsck/problem.c:584
1337 #. @-expanded: Too many illegal blocks in inode %i.\n
1338 msgid "Too many illegal @bs in @i %i.\n"
1341 #: e2fsck/problem.c:589
1342 #. @-expanded: illegal %B (%b) in bad block inode.
1343 msgid "@I %B (%b) in bad @b @i. "
1346 #: e2fsck/problem.c:594
1347 #. @-expanded: Bad block inode has illegal block(s).
1348 msgid "Bad @b @i has illegal @b(s). "
1351 #: e2fsck/problem.c:599
1352 #. @-expanded: Duplicate or bad block in use!\n
1353 msgid "Duplicate or bad @b in use!\n"
1356 #: e2fsck/problem.c:604
1357 #. @-expanded: Bad block %b used as bad block inode indirect block.
1358 msgid "Bad @b %b used as bad @b @i indirect @b. "
1361 #: e2fsck/problem.c:609
1363 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1364 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1365 #. @-expanded: in the filesystem.\n
1368 "The bad @b @i has probably been corrupted. You probably\n"
1369 "should stop now and run e2fsck -c to scan for bad blocks\n"
1373 #: e2fsck/problem.c:616
1375 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1378 "If the @b is really bad, the @f can not be fixed.\n"
1381 #: e2fsck/problem.c:621
1382 #. @-expanded: You can remove this block from the bad block list and hope\n
1383 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1386 "You can remove this @b from the bad @b list and hope\n"
1387 "that the @b is really OK. But there are no guarantees.\n"
1391 #: e2fsck/problem.c:627
1392 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1393 msgid "The primary @S (%b) is on the bad @b list.\n"
1396 #: e2fsck/problem.c:632
1397 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1398 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1401 #: e2fsck/problem.c:638
1402 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1403 msgid "Warning: Group %g's @S (%b) is bad.\n"
1406 #: e2fsck/problem.c:644
1407 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1408 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1411 #: e2fsck/problem.c:650
1412 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1413 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1416 #: e2fsck/problem.c:656
1417 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1418 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1421 #: e2fsck/problem.c:661
1423 #. @-expanded: error allocating block buffer for relocating %s\n
1424 msgid "@A @b buffer for relocating %s\n"
1427 #: e2fsck/problem.c:666
1428 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1429 msgid "Relocating @g %g's %s from %b to %c...\n"
1432 #: e2fsck/problem.c:671
1434 #. @-expanded: Relocating group %g's %s to %c...\n
1435 msgid "Relocating @g %g's %s to %c...\n"
1438 #: e2fsck/problem.c:676
1439 #. @-expanded: Warning: could not read block %b of %s: %m\n
1440 msgid "Warning: could not read @b %b of %s: %m\n"
1443 #: e2fsck/problem.c:681
1444 #. @-expanded: Warning: could not write block %b for %s: %m\n
1445 msgid "Warning: could not write @b %b for %s: %m\n"
1448 #: e2fsck/problem.c:686 e2fsck/problem.c:1746
1449 #. @-expanded: error allocating inode bitmap (%N): %m\n
1450 msgid "@A @i @B (%N): %m\n"
1453 #: e2fsck/problem.c:691
1454 #. @-expanded: error allocating block bitmap (%N): %m\n
1455 msgid "@A @b @B (%N): %m\n"
1458 #: e2fsck/problem.c:696
1460 #. @-expanded: error allocating icount link information: %m\n
1461 msgid "@A icount link information: %m\n"
1464 #: e2fsck/problem.c:701
1466 #. @-expanded: error allocating directory block array: %m\n
1467 msgid "@A @d @b array: %m\n"
1470 #: e2fsck/problem.c:706
1472 #. @-expanded: Error while scanning inodes (%i): %m\n
1473 msgid "Error while scanning @is (%i): %m\n"
1476 #: e2fsck/problem.c:711
1478 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1479 msgid "Error while iterating over @bs in @i %i: %m\n"
1482 #: e2fsck/problem.c:716
1483 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1484 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1487 #: e2fsck/problem.c:721
1488 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1489 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1492 #: e2fsck/problem.c:727
1494 #. @-expanded: Error reading inode %i: %m\n
1495 msgid "Error reading @i %i: %m\n"
1498 #: e2fsck/problem.c:735
1500 #. @-expanded: inode %i has imagic flag set.
1501 msgid "@i %i has imagic flag set. "
1504 #: e2fsck/problem.c:740
1506 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1507 #. @-expanded: or append-only flag set.
1509 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1510 "or append-only flag set. "
1513 #: e2fsck/problem.c:746
1515 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1516 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1519 #: e2fsck/problem.c:756
1520 #. @-expanded: journal inode is not in use, but contains data.
1521 msgid "@j @i is not in use, but contains data. "
1524 #: e2fsck/problem.c:761
1525 #. @-expanded: journal is not regular file.
1526 msgid "@j is not regular file. "
1529 #: e2fsck/problem.c:766
1531 #. @-expanded: inode %i was part of the orphaned inode list.
1532 msgid "@i %i was part of the @o @i list. "
1535 #: e2fsck/problem.c:772
1536 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1537 msgid "@is that were part of a corrupted orphan linked list found. "
1540 #: e2fsck/problem.c:777
1541 #. @-expanded: error allocating refcount structure (%N): %m\n
1542 msgid "@A refcount structure (%N): %m\n"
1545 #: e2fsck/problem.c:782
1546 #. @-expanded: Error reading extended attribute block %b for inode %i.
1547 msgid "Error reading @a @b %b for @i %i. "
1550 #: e2fsck/problem.c:787
1551 #. @-expanded: inode %i has a bad extended attribute block %b.
1552 msgid "@i %i has a bad @a @b %b. "
1555 #: e2fsck/problem.c:792
1556 #. @-expanded: Error reading extended attribute block %b (%m).
1557 msgid "Error reading @a @b %b (%m). "
1560 #: e2fsck/problem.c:797
1561 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1562 msgid "@a @b %b has reference count %r, @s %N. "
1565 #: e2fsck/problem.c:802
1566 #. @-expanded: Error writing extended attribute block %b (%m).
1567 msgid "Error writing @a @b %b (%m). "
1570 #: e2fsck/problem.c:807
1571 #. @-expanded: extended attribute block %b has h_blocks > 1.
1572 msgid "@a @b %b has h_@bs > 1. "
1575 #: e2fsck/problem.c:812
1576 #. @-expanded: error allocating extended attribute region allocation structure.
1577 msgid "@A @a region allocation structure. "
1580 #: e2fsck/problem.c:817
1581 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1582 msgid "@a @b %b is corrupt (allocation collision). "
1585 #: e2fsck/problem.c:822
1586 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1587 msgid "@a @b %b is corrupt (@n name). "
1590 #: e2fsck/problem.c:827
1591 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1592 msgid "@a @b %b is corrupt (@n value). "
1595 #: e2fsck/problem.c:832
1597 #. @-expanded: inode %i is too big.
1598 msgid "@i %i is too big. "
1601 #: e2fsck/problem.c:836
1602 #. @-expanded: %B (%b) causes directory to be too big.
1603 msgid "%B (%b) causes @d to be too big. "
1606 #: e2fsck/problem.c:841
1607 msgid "%B (%b) causes file to be too big. "
1610 #: e2fsck/problem.c:846
1611 msgid "%B (%b) causes symlink to be too big. "
1614 #: e2fsck/problem.c:851
1616 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1617 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1620 #: e2fsck/problem.c:856
1622 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1623 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1626 #: e2fsck/problem.c:861
1628 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1629 msgid "@h %i has an @n root node.\n"
1632 #: e2fsck/problem.c:866
1633 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1634 msgid "@h %i has an unsupported hash version (%N)\n"
1637 #: e2fsck/problem.c:871
1639 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1640 msgid "@h %i uses an incompatible htree root node flag.\n"
1643 #: e2fsck/problem.c:876
1644 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1645 msgid "@h %i has a tree depth (%N) which is too big\n"
1648 #: e2fsck/problem.c:882
1649 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1650 #. @-expanded: filesystem metadata.
1652 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1656 #: e2fsck/problem.c:888
1658 #. @-expanded: Resize inode (re)creation failed: %m.
1659 msgid "Resize @i (re)creation failed: %m."
1662 #: e2fsck/problem.c:893
1663 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1664 msgid "@i %i has a extra size (%IS) which is @n\n"
1667 #: e2fsck/problem.c:898
1668 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1669 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1672 #: e2fsck/problem.c:903
1673 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1674 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1677 #: e2fsck/problem.c:908
1678 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1679 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1682 #: e2fsck/problem.c:913
1683 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1684 msgid "@a in @i %i has a value size (%N) which is @n\n"
1687 #: e2fsck/problem.c:918
1688 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1689 msgid "@a in @i %i has a hash (%N) which is @n\n"
1692 #: e2fsck/problem.c:923
1693 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1694 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1697 #: e2fsck/problem.c:928
1699 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1700 msgid "Error while reading over @x tree in @i %i: %m\n"
1703 #: e2fsck/problem.c:933
1704 #. @-expanded: Failed to iterate extents in inode %i\n
1705 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1707 "Failed to iterate extents in @i %i\n"
1708 "\t(op %s, blk %b, lblk %c): %m\n"
1711 #: e2fsck/problem.c:939
1712 #. @-expanded: inode %i has an invalid extent\n
1713 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1715 "@i %i has an @n extent\n"
1716 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1719 #: e2fsck/problem.c:944
1720 #. @-expanded: inode %i has an invalid extent\n
1721 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1723 "@i %i has an @n extent\n"
1724 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1727 #: e2fsck/problem.c:949
1729 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1730 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1733 #: e2fsck/problem.c:954
1735 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1736 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1739 #: e2fsck/problem.c:959
1741 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1742 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1745 #: e2fsck/problem.c:964
1747 msgid "Fast symlink %i has EXTENT_FL set. "
1750 #: e2fsck/problem.c:969
1751 #. @-expanded: inode %i has out of order extents\n
1752 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1754 "@i %i has out of order extents\n"
1755 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1758 #: e2fsck/problem.c:973
1759 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1760 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1763 #: e2fsck/problem.c:978
1765 #. @-expanded: Error converting subcluster block bitmap: %m\n
1766 msgid "Error converting subcluster @b @B: %m\n"
1769 #: e2fsck/problem.c:983
1770 #. @-expanded: quota inode is not a regular file.
1771 msgid "@q @i is not a regular file. "
1774 #: e2fsck/problem.c:988
1775 #. @-expanded: quota inode is not in use, but contains data.
1776 msgid "@q @i is not in use, but contains data. "
1779 #: e2fsck/problem.c:993
1780 #. @-expanded: quota inode is visible to the user.
1781 msgid "@q @i is visible to the user. "
1784 #: e2fsck/problem.c:998
1785 #. @-expanded: The bad block inode looks invalid.
1786 msgid "The bad @b @i looks @n. "
1789 #: e2fsck/problem.c:1003
1790 #. @-expanded: inode %i has zero length extent\n
1791 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1793 "@i %i has zero length extent\n"
1794 "\t(@n logical @b %c, physical @b %b)\n"
1797 #: e2fsck/problem.c:1008
1799 #. @-expanded: inode %i seems to contain garbage.
1800 msgid "@i %i seems to contain garbage. "
1803 #: e2fsck/problem.c:1013
1805 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1806 msgid "@i %i passes checks, but checksum does not match @i. "
1809 #: e2fsck/problem.c:1018
1811 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1812 msgid "@i %i @a is corrupt (allocation collision). "
1815 #: e2fsck/problem.c:1026
1816 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1817 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1819 "@i %i extent block passes checks, but checksum does not match extent\n"
1820 "\t(logical @b %c, physical @b %b, len %N)\n"
1823 #: e2fsck/problem.c:1035
1824 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1825 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1828 #: e2fsck/problem.c:1040
1829 #. @-expanded: Interior extent node level %N of inode %i:\n
1830 #. @-expanded: Logical start %b does not match logical start %c at next level.
1832 "Interior @x node level %N of @i %i:\n"
1833 "Logical start %b does not match logical start %c at next level. "
1836 #: e2fsck/problem.c:1046
1837 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1838 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1840 "@i %i, end of extent exceeds allowed value\n"
1841 "\t(logical @b %c, physical @b %b, len %N)\n"
1844 #: e2fsck/problem.c:1051
1846 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1847 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1850 #: e2fsck/problem.c:1056
1852 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1853 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1856 #: e2fsck/problem.c:1063
1857 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1859 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1862 #: e2fsck/problem.c:1068
1863 #. @-expanded: directory inode %i block %b should be at block %c.
1864 msgid "@d @i %i @b %b should be at @b %c. "
1867 #: e2fsck/problem.c:1073
1869 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1870 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1873 #: e2fsck/problem.c:1078
1874 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1875 #. @-expanded: Will fix in pass 1B.\n
1877 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1878 "Will fix in pass 1B.\n"
1881 #: e2fsck/problem.c:1083
1883 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1884 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1887 #: e2fsck/problem.c:1089
1889 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1890 #. @-expanded: or inline-data flag set.
1892 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1893 "or inline-data flag set. "
1896 #: e2fsck/problem.c:1095
1898 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1899 msgid "@i %i has @x header but inline data flag is set.\n"
1902 #: e2fsck/problem.c:1100
1904 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1905 msgid "@i %i seems to have inline data but @x flag is set.\n"
1908 #: e2fsck/problem.c:1105
1910 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1911 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1914 #: e2fsck/problem.c:1110
1916 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1917 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1920 #: e2fsck/problem.c:1115
1921 #. @-expanded: Bad block list says the bad block list inode is bad.
1922 msgid "Bad block list says the bad block list @i is bad. "
1925 #: e2fsck/problem.c:1120
1926 #. @-expanded: error allocating extent region allocation structure.
1927 msgid "@A @x region allocation structure. "
1930 #: e2fsck/problem.c:1125
1931 #. @-expanded: inode %i has a duplicate extent mapping\n
1932 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1934 "@i %i has a duplicate @x mapping\n"
1935 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1938 #: e2fsck/problem.c:1130
1939 #. @-expanded: error allocating memory for encrypted directory list\n
1940 msgid "@A memory for encrypted @d list\n"
1943 #: e2fsck/problem.c:1135
1944 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1945 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1948 #: e2fsck/problem.c:1140
1950 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1951 msgid "@i %i on bigalloc @f cannot be @b mapped. "
1954 #: e2fsck/problem.c:1145
1956 #. @-expanded: inode %i has corrupt extent header.
1957 msgid "@i %i has corrupt @x header. "
1960 #: e2fsck/problem.c:1150
1962 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1963 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1966 #: e2fsck/problem.c:1157
1968 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1969 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1972 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1973 "Pass 1B: Rescanning for @m @bs\n"
1976 #: e2fsck/problem.c:1163
1978 #. @-expanded: multiply-claimed block(s) in inode %i:
1979 msgid "@m @b(s) in @i %i:"
1982 #: e2fsck/problem.c:1178
1984 msgid "Error while scanning inodes (%i): %m\n"
1987 #: e2fsck/problem.c:1183
1989 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1990 msgid "@A @i @B (@i_dup_map): %m\n"
1993 #: e2fsck/problem.c:1188
1995 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1996 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1999 #: e2fsck/problem.c:1193 e2fsck/problem.c:1555
2000 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2001 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2004 #: e2fsck/problem.c:1203
2005 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2006 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2009 #: e2fsck/problem.c:1209
2010 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2011 msgid "Pass 1D: Reconciling @m @bs\n"
2014 #: e2fsck/problem.c:1214
2015 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2016 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
2018 "File %Q (@i #%i, mod time %IM) \n"
2019 " has %r @m @b(s), shared with %N file(s):\n"
2022 #: e2fsck/problem.c:1220
2023 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2024 msgid "\t%Q (@i #%i, mod time %IM)\n"
2027 #: e2fsck/problem.c:1225
2028 #. @-expanded: \t<filesystem metadata>\n
2029 msgid "\t<@f metadata>\n"
2032 #: e2fsck/problem.c:1230
2033 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2036 "(There are %N @is containing @m @bs.)\n"
2040 #: e2fsck/problem.c:1235
2041 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2044 "@m @bs already reassigned or cloned.\n"
2048 #: e2fsck/problem.c:1248
2050 msgid "Couldn't clone file: %m\n"
2053 #: e2fsck/problem.c:1254
2054 #. @-expanded: Pass 1E: Optimizing extent trees\n
2055 msgid "Pass 1E: Optimizing @x trees\n"
2058 #: e2fsck/problem.c:1259
2060 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2061 msgid "Failed to optimize @x tree %p (%i): %m\n"
2064 #: e2fsck/problem.c:1264
2065 #. @-expanded: Optimizing extent trees:
2066 msgid "Optimizing @x trees: "
2069 #: e2fsck/problem.c:1279
2070 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2073 #: e2fsck/problem.c:1284
2074 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2075 msgid "@i %i @x tree (at level %b) could be shorter. "
2078 #: e2fsck/problem.c:1289
2079 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2080 msgid "@i %i @x tree (at level %b) could be narrower. "
2083 #: e2fsck/problem.c:1296
2084 #. @-expanded: Pass 2: Checking directory structure\n
2085 msgid "Pass 2: Checking @d structure\n"
2088 #: e2fsck/problem.c:1301
2090 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2091 msgid "@n @i number for '.' in @d @i %i.\n"
2094 #: e2fsck/problem.c:1306
2095 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2096 msgid "@E has @n @i #: %Di.\n"
2099 #: e2fsck/problem.c:1311
2100 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2101 msgid "@E has @D/unused @i %Di. "
2104 #: e2fsck/problem.c:1316
2105 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2106 msgid "@E @L to '.' "
2109 #: e2fsck/problem.c:1321
2110 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2111 msgid "@E points to @i (%Di) located in a bad @b.\n"
2114 #: e2fsck/problem.c:1326
2115 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2116 msgid "@E @L to @d %P (%Di).\n"
2119 #: e2fsck/problem.c:1331
2120 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2121 msgid "@E @L to the @r.\n"
2124 #: e2fsck/problem.c:1336
2125 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2126 msgid "@E has illegal characters in its name.\n"
2129 #: e2fsck/problem.c:1341
2131 #. @-expanded: Missing '.' in directory inode %i.\n
2132 msgid "Missing '.' in @d @i %i.\n"
2135 #: e2fsck/problem.c:1346
2137 #. @-expanded: Missing '..' in directory inode %i.\n
2138 msgid "Missing '..' in @d @i %i.\n"
2141 #: e2fsck/problem.c:1351
2142 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2143 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2146 #: e2fsck/problem.c:1356
2147 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2148 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2151 #: e2fsck/problem.c:1361
2152 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2153 msgid "i_faddr @F %IF, @s zero.\n"
2156 #: e2fsck/problem.c:1366
2157 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2158 msgid "i_file_acl @F %If, @s zero.\n"
2161 #: e2fsck/problem.c:1371
2162 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
2163 msgid "i_dir_acl @F %Id, @s zero.\n"
2166 #: e2fsck/problem.c:1376
2167 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2168 msgid "i_frag @F %N, @s zero.\n"
2171 #: e2fsck/problem.c:1381
2172 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2173 msgid "i_fsize @F %N, @s zero.\n"
2176 #: e2fsck/problem.c:1386
2177 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2178 msgid "@i %i (%Q) has @n mode (%Im).\n"
2181 #: e2fsck/problem.c:1391
2182 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2183 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2186 #: e2fsck/problem.c:1396
2187 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2188 msgid "@d @i %i, %B, offset %N: filename too long\n"
2191 #: e2fsck/problem.c:1401
2192 #. @-expanded: directory inode %i has an unallocated %B.
2193 msgid "@d @i %i has an unallocated %B. "
2196 #: e2fsck/problem.c:1406
2198 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2199 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2202 #: e2fsck/problem.c:1411
2204 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2205 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2208 #: e2fsck/problem.c:1416
2209 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2210 msgid "@i %i (%Q) is an @I character @v.\n"
2213 #: e2fsck/problem.c:1421
2214 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2215 msgid "@i %i (%Q) is an @I @b @v.\n"
2218 #: e2fsck/problem.c:1426
2219 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2220 msgid "@E is duplicate '.' @e.\n"
2223 #: e2fsck/problem.c:1431
2224 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2225 msgid "@E is duplicate '..' @e.\n"
2228 #: e2fsck/problem.c:1436 e2fsck/problem.c:1771
2230 msgid "Internal error: couldn't find dir_info for %i.\n"
2233 #: e2fsck/problem.c:1441
2234 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2235 msgid "@E has rec_len of %Dr, @s %N.\n"
2238 #: e2fsck/problem.c:1446
2240 #. @-expanded: error allocating icount structure: %m\n
2241 msgid "@A icount structure: %m\n"
2244 #: e2fsck/problem.c:1451
2246 #. @-expanded: Error iterating over directory blocks: %m\n
2247 msgid "Error iterating over @d @bs: %m\n"
2250 #: e2fsck/problem.c:1456
2251 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2252 msgid "Error reading @d @b %b (@i %i): %m\n"
2255 #: e2fsck/problem.c:1461
2256 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2257 msgid "Error writing @d @b %b (@i %i): %m\n"
2260 #: e2fsck/problem.c:1466
2262 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2263 msgid "@A new @d @b for @i %i (%s): %m\n"
2266 #: e2fsck/problem.c:1471
2268 #. @-expanded: Error deallocating inode %i: %m\n
2269 msgid "Error deallocating @i %i: %m\n"
2272 #: e2fsck/problem.c:1476
2274 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2275 msgid "@d @e for '.' in %p (%i) is big.\n"
2278 #: e2fsck/problem.c:1481
2279 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2280 msgid "@i %i (%Q) is an @I FIFO.\n"
2283 #: e2fsck/problem.c:1486
2284 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2285 msgid "@i %i (%Q) is an @I socket.\n"
2288 #: e2fsck/problem.c:1491
2289 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2290 msgid "Setting filetype for @E to %N.\n"
2293 #: e2fsck/problem.c:1496
2294 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2295 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2298 #: e2fsck/problem.c:1501
2299 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2300 msgid "@E has filetype set.\n"
2303 #: e2fsck/problem.c:1506
2304 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2305 msgid "@E has a @z name.\n"
2308 #: e2fsck/problem.c:1511
2309 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2310 msgid "Symlink %Q (@i #%i) is @n.\n"
2313 #: e2fsck/problem.c:1516
2314 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2315 msgid "@a @b @F @n (%If).\n"
2318 #: e2fsck/problem.c:1521
2319 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2320 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2323 #: e2fsck/problem.c:1526
2324 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2325 msgid "@p @h %d: %B not referenced\n"
2328 #: e2fsck/problem.c:1531
2329 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2330 msgid "@p @h %d: %B referenced twice\n"
2333 #: e2fsck/problem.c:1536
2334 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2335 msgid "@p @h %d: %B has bad min hash\n"
2338 #: e2fsck/problem.c:1541
2339 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2340 msgid "@p @h %d: %B has bad max hash\n"
2343 #: e2fsck/problem.c:1546
2344 #. @-expanded: invalid HTREE directory inode %d (%q).
2345 msgid "@n @h %d (%q). "
2348 #: e2fsck/problem.c:1550
2349 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2350 msgid "@p @h %d (%q): bad @b number %b.\n"
2353 #: e2fsck/problem.c:1560
2355 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2356 msgid "@p @h %d: root node is @n\n"
2359 #: e2fsck/problem.c:1565
2360 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2361 msgid "@p @h %d: %B has @n limit (%N)\n"
2364 #: e2fsck/problem.c:1570
2365 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2366 msgid "@p @h %d: %B has @n count (%N)\n"
2369 #: e2fsck/problem.c:1575
2370 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2371 msgid "@p @h %d: %B has an unordered hash table\n"
2374 #: e2fsck/problem.c:1580
2375 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2376 msgid "@p @h %d: %B has @n depth (%N)\n"
2379 #: e2fsck/problem.c:1585
2380 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2381 msgid "Duplicate @E found. "
2384 #: e2fsck/problem.c:1590
2386 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2387 #. @-expanded: Rename to %s
2389 "@E has a non-unique filename.\n"
2393 #: e2fsck/problem.c:1595
2394 #. @-expanded: Duplicate entry '%Dn' found.\n
2395 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2398 "Duplicate @e '%Dn' found.\n"
2399 "\tMarking %p (%i) to be rebuilt.\n"
2403 #: e2fsck/problem.c:1600
2404 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2405 msgid "i_blocks_hi @F %N, @s zero.\n"
2408 #: e2fsck/problem.c:1605
2409 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2410 msgid "Unexpected @b in @h %d (%q).\n"
2413 #: e2fsck/problem.c:1609
2414 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2415 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2418 #: e2fsck/problem.c:1614
2419 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2420 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2423 #: e2fsck/problem.c:1619
2424 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2425 msgid "i_file_acl_hi @F %N, @s zero.\n"
2428 #: e2fsck/problem.c:1624
2430 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2431 msgid "@p @h %d: root node fails checksum.\n"
2434 #: e2fsck/problem.c:1629
2436 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2437 msgid "@p @h %d: internal node fails checksum.\n"
2440 #: e2fsck/problem.c:1634
2441 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2442 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2445 #: e2fsck/problem.c:1639
2446 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2447 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2450 #: e2fsck/problem.c:1644
2451 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2452 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2455 #: e2fsck/problem.c:1649
2457 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2458 msgid "Fixing size of inline @d @i %i failed.\n"
2461 #: e2fsck/problem.c:1654
2462 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2463 msgid "Encrypted @E is too short.\n"
2466 #: e2fsck/problem.c:1661
2467 #. @-expanded: Pass 3: Checking directory connectivity\n
2468 msgid "Pass 3: Checking @d connectivity\n"
2471 #: e2fsck/problem.c:1666
2472 #. @-expanded: root inode not allocated.
2473 msgid "@r not allocated. "
2476 #: e2fsck/problem.c:1671
2477 #. @-expanded: No room in lost+found directory.
2478 msgid "No room in @l @d. "
2481 #: e2fsck/problem.c:1676
2483 #. @-expanded: Unconnected directory inode %i (%p)\n
2484 msgid "Unconnected @d @i %i (%p)\n"
2487 #: e2fsck/problem.c:1681
2488 #. @-expanded: /lost+found not found.
2489 msgid "/@l not found. "
2492 #: e2fsck/problem.c:1686
2493 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2494 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2497 #: e2fsck/problem.c:1691
2498 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2499 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2502 #: e2fsck/problem.c:1696
2504 #. @-expanded: Could not expand /lost+found: %m\n
2505 msgid "Could not expand /@l: %m\n"
2508 #: e2fsck/problem.c:1701
2510 msgid "Could not reconnect %i: %m\n"
2513 #: e2fsck/problem.c:1706
2515 #. @-expanded: Error while trying to find /lost+found: %m\n
2516 msgid "Error while trying to find /@l: %m\n"
2519 #: e2fsck/problem.c:1711
2521 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2522 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2525 #: e2fsck/problem.c:1716
2527 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2528 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2531 #: e2fsck/problem.c:1721
2533 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2534 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2537 #: e2fsck/problem.c:1726
2539 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2540 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2543 #: e2fsck/problem.c:1731
2545 #. @-expanded: Error while adjusting inode count on inode %i\n
2546 msgid "Error while adjusting @i count on @i %i\n"
2549 #: e2fsck/problem.c:1736
2551 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2554 "Couldn't fix parent of @i %i: %m\n"
2558 #: e2fsck/problem.c:1741
2560 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2563 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2567 #: e2fsck/problem.c:1751
2569 #. @-expanded: Error creating root directory (%s): %m\n
2570 msgid "Error creating root @d (%s): %m\n"
2573 #: e2fsck/problem.c:1756
2575 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2576 msgid "Error creating /@l @d (%s): %m\n"
2579 #: e2fsck/problem.c:1761
2580 #. @-expanded: root inode is not a directory; aborting.\n
2581 msgid "@r is not a @d; aborting.\n"
2584 #: e2fsck/problem.c:1766
2585 #. @-expanded: Cannot proceed without a root inode.\n
2586 msgid "Cannot proceed without a @r.\n"
2589 #: e2fsck/problem.c:1776
2591 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2592 msgid "/@l is not a @d (ino=%i)\n"
2595 #: e2fsck/problem.c:1781
2596 #. @-expanded: /lost+found has inline data\n
2597 msgid "/@l has inline data\n"
2600 #: e2fsck/problem.c:1786
2601 #. @-expanded: Cannot allocate space for /lost+found.\n
2602 #. @-expanded: Place lost files in root directory instead
2604 "Cannot allocate space for /@l.\n"
2605 "Place lost files in root directory instead"
2608 #: e2fsck/problem.c:1791
2609 #. @-expanded: Insufficient space to recover lost files!\n
2610 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2613 "Insufficient space to recover lost files!\n"
2614 "Move data off the @f and re-run e2fsck.\n"
2618 #: e2fsck/problem.c:1796
2619 #. @-expanded: /lost+found is encrypted\n
2620 msgid "/@l is encrypted\n"
2623 #: e2fsck/problem.c:1803
2624 msgid "Pass 3A: Optimizing directories\n"
2627 #: e2fsck/problem.c:1808
2629 msgid "Failed to create dirs_to_hash iterator: %m\n"
2632 #: e2fsck/problem.c:1813
2633 msgid "Failed to optimize directory %q (%d): %m\n"
2636 #: e2fsck/problem.c:1818
2637 msgid "Optimizing directories: "
2640 #: e2fsck/problem.c:1835
2641 msgid "Pass 4: Checking reference counts\n"
2644 #: e2fsck/problem.c:1840
2646 #. @-expanded: unattached zero-length inode %i.
2647 msgid "@u @z @i %i. "
2650 #: e2fsck/problem.c:1845
2652 #. @-expanded: unattached inode %i\n
2656 #: e2fsck/problem.c:1850
2657 #. @-expanded: inode %i ref count is %Il, should be %N.
2658 msgid "@i %i ref count is %Il, @s %N. "
2661 #: e2fsck/problem.c:1854
2662 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2663 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2664 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2666 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2667 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2668 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2671 #: e2fsck/problem.c:1864
2672 #. @-expanded: Pass 5: Checking group summary information\n
2673 msgid "Pass 5: Checking @g summary information\n"
2676 #: e2fsck/problem.c:1869
2677 #. @-expanded: Padding at end of inode bitmap is not set.
2678 msgid "Padding at end of @i @B is not set. "
2681 #: e2fsck/problem.c:1874
2682 #. @-expanded: Padding at end of block bitmap is not set.
2683 msgid "Padding at end of @b @B is not set. "
2686 #: e2fsck/problem.c:1879
2687 #. @-expanded: block bitmap differences:
2688 msgid "@b @B differences: "
2691 #: e2fsck/problem.c:1899
2692 #. @-expanded: inode bitmap differences:
2693 msgid "@i @B differences: "
2696 #: e2fsck/problem.c:1919
2697 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2698 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2701 #: e2fsck/problem.c:1924
2702 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2703 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2706 #: e2fsck/problem.c:1929
2707 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2708 msgid "Free @is count wrong (%i, counted=%j).\n"
2711 #: e2fsck/problem.c:1934
2712 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2713 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2716 #: e2fsck/problem.c:1939
2717 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2718 msgid "Free @bs count wrong (%b, counted=%c).\n"
2721 #: e2fsck/problem.c:1944
2722 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2723 #. @-expanded: endpoints (%i, %j)\n
2725 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2726 "endpoints (%i, %j)\n"
2729 #: e2fsck/problem.c:1950
2730 msgid "Internal error: fudging end of bitmap (%N)\n"
2733 #: e2fsck/problem.c:1955
2735 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2736 msgid "Error copying in replacement @i @B: %m\n"
2739 #: e2fsck/problem.c:1960
2741 #. @-expanded: Error copying in replacement block bitmap: %m\n
2742 msgid "Error copying in replacement @b @B: %m\n"
2745 #: e2fsck/problem.c:1985
2747 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2748 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2751 #: e2fsck/problem.c:1990
2753 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2754 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2757 #: e2fsck/problem.c:1995
2759 #. @-expanded: group %g inode bitmap does not match checksum.\n
2760 msgid "@g %g @i @B does not match checksum.\n"
2763 #: e2fsck/problem.c:2000
2765 #. @-expanded: group %g block bitmap does not match checksum.\n
2766 msgid "@g %g @b @B does not match checksum.\n"
2769 #: e2fsck/problem.c:2007
2770 #. @-expanded: Recreate journal
2774 #: e2fsck/problem.c:2012
2775 msgid "Update quota info for quota type %N"
2778 #: e2fsck/problem.c:2017
2780 #. @-expanded: Error setting block group checksum info: %m\n
2781 msgid "Error setting @b @g checksum info: %m\n"
2784 #: e2fsck/problem.c:2022
2786 msgid "Error writing file system info: %m\n"
2789 #: e2fsck/problem.c:2027
2791 msgid "Error flushing writes to storage device: %m\n"
2794 #: e2fsck/problem.c:2032
2795 msgid "Error writing quota info for quota type %N: %m\n"
2798 #: e2fsck/problem.c:2153
2800 msgid "Unhandled error code (0x%x)!\n"
2803 #: e2fsck/problem.c:2279 e2fsck/problem.c:2283
2807 #: e2fsck/quota.c:33 e2fsck/quota.c:46
2808 msgid "in move_quota_inode"
2811 #: e2fsck/scantest.c:79
2813 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2816 #: e2fsck/scantest.c:98
2818 msgid "size of inode=%d\n"
2821 #: e2fsck/scantest.c:119
2822 msgid "while starting inode scan"
2825 #: e2fsck/scantest.c:130
2826 msgid "while doing inode scan"
2829 #: e2fsck/super.c:190
2831 msgid "while calling ext2fs_block_iterate for inode %d"
2834 #: e2fsck/super.c:213
2836 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2839 #: e2fsck/super.c:274
2843 #: e2fsck/super.c:275
2850 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2851 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2852 "\t\t[-E extended-options] [-z undo_file] device\n"
2859 " -p Automatic repair (no questions)\n"
2860 " -n Make no changes to the filesystem\n"
2861 " -y Assume \"yes\" to all questions\n"
2862 " -c Check for bad blocks and add them to the badblock "
2864 " -f Force checking even if filesystem is marked clean\n"
2870 " -b superblock Use alternative superblock\n"
2871 " -B blocksize Force blocksize when looking for superblock\n"
2872 " -j external_journal Set location of the external journal\n"
2873 " -l bad_blocks_file Add to badblocks list\n"
2874 " -L bad_blocks_file Set badblocks list\n"
2875 " -z undo_file Create an undo file\n"
2878 #: e2fsck/unix.c:134
2880 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2883 #: e2fsck/unix.c:160
2887 "%12u inode used (%2.2f%%, out of %u)\n"
2890 "%12u inodes used (%2.2f%%, out of %u)\n"
2894 #: e2fsck/unix.c:164
2896 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2897 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2901 #: e2fsck/unix.c:169
2903 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2904 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2908 #: e2fsck/unix.c:174
2910 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2913 #: e2fsck/unix.c:182
2914 msgid " Extent depth histogram: "
2917 #: e2fsck/unix.c:191
2919 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2920 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2924 #: e2fsck/unix.c:195
2926 msgid "%12u bad block\n"
2927 msgid_plural "%12u bad blocks\n"
2931 #: e2fsck/unix.c:197
2933 msgid "%12u large file\n"
2934 msgid_plural "%12u large files\n"
2938 #: e2fsck/unix.c:199
2942 "%12u regular file\n"
2945 "%12u regular files\n"
2949 #: e2fsck/unix.c:201
2951 msgid "%12u directory\n"
2952 msgid_plural "%12u directories\n"
2956 #: e2fsck/unix.c:203
2958 msgid "%12u character device file\n"
2959 msgid_plural "%12u character device files\n"
2963 #: e2fsck/unix.c:206
2965 msgid "%12u block device file\n"
2966 msgid_plural "%12u block device files\n"
2970 #: e2fsck/unix.c:208
2973 msgid_plural "%12u fifos\n"
2977 #: e2fsck/unix.c:210
2980 msgid_plural "%12u links\n"
2984 #: e2fsck/unix.c:212
2986 msgid "%12u symbolic link"
2987 msgid_plural "%12u symbolic links"
2991 #: e2fsck/unix.c:214
2993 msgid " (%u fast symbolic link)\n"
2994 msgid_plural " (%u fast symbolic links)\n"
2998 #: e2fsck/unix.c:218
3000 msgid "%12u socket\n"
3001 msgid_plural "%12u sockets\n"
3005 #: e2fsck/unix.c:222
3008 msgid_plural "%12u files\n"
3012 #: e2fsck/unix.c:235 misc/badblocks.c:1002 misc/tune2fs.c:2911 misc/util.c:126
3013 #: resize/main.c:353
3015 msgid "while determining whether %s is mounted."
3018 #: e2fsck/unix.c:256
3020 msgid "Warning! %s is mounted.\n"
3023 #: e2fsck/unix.c:259
3025 msgid "Warning! %s is in use.\n"
3028 #: e2fsck/unix.c:265
3030 msgid "%s is mounted.\n"
3033 #: e2fsck/unix.c:267
3035 msgid "%s is in use.\n"
3038 #: e2fsck/unix.c:269
3040 "Cannot continue, aborting.\n"
3044 #: e2fsck/unix.c:271
3048 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3049 "cause ***SEVERE*** filesystem damage.\n"
3053 #: e2fsck/unix.c:276
3054 msgid "Do you really want to continue"
3057 #: e2fsck/unix.c:278
3058 msgid "check aborted.\n"
3061 #: e2fsck/unix.c:371
3062 msgid " contains a file system with errors"
3065 #: e2fsck/unix.c:373
3066 msgid " was not cleanly unmounted"
3069 #: e2fsck/unix.c:375
3070 msgid " primary superblock features different from backup"
3073 #: e2fsck/unix.c:379
3075 msgid " has been mounted %u times without being checked"
3078 #: e2fsck/unix.c:386
3079 msgid " has filesystem last checked time in the future"
3082 #: e2fsck/unix.c:392
3084 msgid " has gone %u days without being checked"
3087 #: e2fsck/unix.c:401
3088 msgid ", check forced.\n"
3091 #: e2fsck/unix.c:434
3093 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3096 #: e2fsck/unix.c:454
3097 msgid " (check deferred; on battery)"
3100 #: e2fsck/unix.c:457
3101 msgid " (check after next mount)"
3104 #: e2fsck/unix.c:459
3106 msgid " (check in %ld mounts)"
3109 #: e2fsck/unix.c:609
3111 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3114 #: e2fsck/unix.c:679
3115 msgid "Invalid EA version.\n"
3118 #: e2fsck/unix.c:692
3119 msgid "Invalid readahead buffer size.\n"
3122 #: e2fsck/unix.c:737
3124 msgid "Unknown extended option: %s\n"
3127 #: e2fsck/unix.c:745
3130 "Extended options are separated by commas, and may take an argument which\n"
3131 "is set off by an equals ('=') sign. Valid extended options are:\n"
3135 #: e2fsck/unix.c:749
3136 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3139 #: e2fsck/unix.c:758
3140 msgid "\treadahead_kb=<buffer size>\n"
3143 #: e2fsck/unix.c:768
3146 "Syntax error in e2fsck config file (%s, line #%d)\n"
3150 #: e2fsck/unix.c:841
3152 msgid "Error validating file descriptor %d: %s\n"
3155 #: e2fsck/unix.c:845
3156 msgid "Invalid completion information file descriptor"
3159 #: e2fsck/unix.c:860
3160 msgid "Only one of the options -p/-a, -n or -y may be specified."
3163 #: e2fsck/unix.c:881
3165 msgid "The -t option is not supported on this version of e2fsck.\n"
3168 #: e2fsck/unix.c:912 e2fsck/unix.c:989 misc/e2initrd_helper.c:330
3169 #: misc/tune2fs.c:1631 misc/tune2fs.c:1926 misc/tune2fs.c:1944
3171 msgid "Unable to resolve '%s'"
3174 #: e2fsck/unix.c:968
3175 msgid "The -n and -D options are incompatible."
3178 #: e2fsck/unix.c:973
3179 msgid "The -n and -c options are incompatible."
3182 #: e2fsck/unix.c:978
3183 msgid "The -n and -l/-L options are incompatible."
3186 #: e2fsck/unix.c:1002
3187 msgid "The -D and -E fixes_only options are incompatible."
3190 #: e2fsck/unix.c:1008
3191 msgid "The -E bmap2extent and fixes_only options are incompatible."
3194 #: e2fsck/unix.c:1072
3195 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3198 #: e2fsck/unix.c:1119
3201 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3205 #: e2fsck/unix.c:1128
3209 "Invalid non-numeric argument to -%c (\"%s\")\n"
3213 #: e2fsck/unix.c:1219
3216 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3220 #: e2fsck/unix.c:1236 e2fsck/unix.c:1241
3221 msgid "while checking MMP block"
3224 #: e2fsck/unix.c:1243 misc/tune2fs.c:2825
3226 "If you are sure the filesystem is not in use on any node, run:\n"
3227 "'tune2fs -f -E clear_mmp {device}'\n"
3230 #: e2fsck/unix.c:1258
3231 msgid "while reading MMP block"
3234 #: e2fsck/unix.c:1278 e2fsck/unix.c:1330 misc/e2undo.c:230 misc/e2undo.c:275
3235 #: misc/mke2fs.c:2567 misc/mke2fs.c:2618 misc/tune2fs.c:2643
3236 #: misc/tune2fs.c:2688 resize/main.c:187 resize/main.c:232
3239 "Overwriting existing filesystem; this can be undone using the command:\n"
3244 #: e2fsck/unix.c:1319 misc/e2undo.c:264 misc/mke2fs.c:2607 misc/tune2fs.c:2677
3245 #: resize/main.c:221
3247 msgid "while trying to delete %s"
3250 #: e2fsck/unix.c:1345 misc/mke2fs.c:2633 resize/main.c:242
3251 msgid "while trying to setup undo file\n"
3254 #: e2fsck/unix.c:1388
3255 msgid "Error: ext2fs library version out of date!\n"
3258 #: e2fsck/unix.c:1395
3259 msgid "while trying to initialize program"
3262 #: e2fsck/unix.c:1418
3264 msgid "\tUsing %s, %s\n"
3267 #: e2fsck/unix.c:1430
3268 msgid "need terminal for interactive repairs"
3271 #: e2fsck/unix.c:1491
3273 msgid "%s: %s trying backup blocks...\n"
3276 #: e2fsck/unix.c:1493
3277 msgid "Superblock invalid,"
3280 #: e2fsck/unix.c:1494
3281 msgid "Group descriptors look bad..."
3284 #: e2fsck/unix.c:1504
3286 msgid "%s: %s while using the backup blocks"
3289 #: e2fsck/unix.c:1508
3291 msgid "%s: going back to original superblock\n"
3294 #: e2fsck/unix.c:1537
3296 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3297 "(Or the filesystem superblock is corrupt)\n"
3301 #: e2fsck/unix.c:1544
3302 msgid "Could this be a zero-length partition?\n"
3305 #: e2fsck/unix.c:1546
3307 msgid "You must have %s access to the filesystem or be root\n"
3310 #: e2fsck/unix.c:1552
3311 msgid "Possibly non-existent or swap device?\n"
3314 #: e2fsck/unix.c:1554
3315 msgid "Filesystem mounted or opened exclusively by another program?\n"
3318 #: e2fsck/unix.c:1558
3319 msgid "Possibly non-existent device?\n"
3322 #: e2fsck/unix.c:1561
3324 "Disk write-protected; use the -n option to do a read-only\n"
3325 "check of the device.\n"
3328 #: e2fsck/unix.c:1629
3329 msgid "Get a newer version of e2fsck!"
3332 #: e2fsck/unix.c:1673
3334 msgid "while checking journal for %s"
3337 #: e2fsck/unix.c:1676
3338 msgid "Cannot proceed with file system check"
3341 #: e2fsck/unix.c:1687
3343 "Warning: skipping journal recovery because doing a read-only filesystem "
3347 #: e2fsck/unix.c:1699
3349 msgid "unable to set superblock flags on %s\n"
3352 #: e2fsck/unix.c:1705
3354 msgid "Journal checksum error found in %s\n"
3357 #: e2fsck/unix.c:1709
3359 msgid "Journal corrupted in %s\n"
3362 #: e2fsck/unix.c:1713
3364 msgid "while recovering journal of %s"
3367 #: e2fsck/unix.c:1735
3369 msgid "%s has unsupported feature(s):"
3372 #: e2fsck/unix.c:1794
3374 msgid "%s: %s while reading bad blocks inode\n"
3377 #: e2fsck/unix.c:1797
3378 msgid "This doesn't bode well, but we'll try to go on...\n"
3381 #: e2fsck/unix.c:1837
3383 msgid "Creating journal (%d blocks): "
3386 #: e2fsck/unix.c:1847
3390 #: e2fsck/unix.c:1849
3393 "*** journal has been regenerated ***\n"
3396 #: e2fsck/unix.c:1855
3400 #: e2fsck/unix.c:1857
3402 msgid "%s: e2fsck canceled.\n"
3405 #: e2fsck/unix.c:1884
3406 msgid "Restarting e2fsck from the beginning...\n"
3409 #: e2fsck/unix.c:1888
3410 msgid "while resetting context"
3413 #: e2fsck/unix.c:1939
3417 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3420 #: e2fsck/unix.c:1941
3422 msgid "%s: File system was modified.\n"
3425 #: e2fsck/unix.c:1945 e2fsck/util.c:71
3429 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3432 #: e2fsck/unix.c:1950
3434 msgid "%s: ***** REBOOT SYSTEM *****\n"
3437 #: e2fsck/unix.c:1958 e2fsck/util.c:77
3441 "%s: ********** WARNING: Filesystem still has errors **********\n"
3445 #: e2fsck/util.c:196 misc/util.c:93
3449 #: e2fsck/util.c:197
3453 #: e2fsck/util.c:198
3457 #: e2fsck/util.c:202
3458 msgid " ('a' enables 'yes' to all) "
3461 #: e2fsck/util.c:218
3465 #: e2fsck/util.c:220
3469 #: e2fsck/util.c:222
3473 #: e2fsck/util.c:245
3474 msgid "cancelled!\n"
3477 #: e2fsck/util.c:278
3478 msgid "yes to all\n"
3481 #: e2fsck/util.c:280
3485 #: e2fsck/util.c:282
3489 #: e2fsck/util.c:292
3496 #: e2fsck/util.c:296
3503 #: e2fsck/util.c:300
3507 #: e2fsck/util.c:300
3511 #: e2fsck/util.c:316
3513 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3516 #: e2fsck/util.c:321
3517 msgid "reading inode and block bitmaps"
3520 #: e2fsck/util.c:333
3522 msgid "while retrying to read bitmaps for %s"
3525 #: e2fsck/util.c:345
3526 msgid "writing block and inode bitmaps"
3529 #: e2fsck/util.c:350
3531 msgid "while rewriting block and inode bitmaps for %s"
3534 #: e2fsck/util.c:362
3539 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3540 "\t(i.e., without -a or -p options)\n"
3543 #: e2fsck/util.c:443
3545 msgid "Memory used: %luk/%luk (%luk/%luk), "
3548 #: e2fsck/util.c:447
3550 msgid "Memory used: %lu, "
3553 #: e2fsck/util.c:454
3555 msgid "time: %5.2f/%5.2f/%5.2f\n"
3558 #: e2fsck/util.c:459
3560 msgid "elapsed time: %6.3f\n"
3563 #: e2fsck/util.c:494 e2fsck/util.c:508
3565 msgid "while reading inode %lu in %s"
3568 #: e2fsck/util.c:522 e2fsck/util.c:535
3570 msgid "while writing inode %lu in %s"
3573 #: e2fsck/util.c:779
3575 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3579 #: misc/badblocks.c:75
3583 #: misc/badblocks.c:100
3586 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3587 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3589 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3590 " device [last_block [first_block]]\n"
3593 #: misc/badblocks.c:111
3596 "%s: The -n and -w options are mutually exclusive.\n"
3600 #: misc/badblocks.c:229
3602 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3605 #: misc/badblocks.c:337
3606 msgid "Testing with random pattern: "
3609 #: misc/badblocks.c:355
3610 msgid "Testing with pattern 0x"
3613 #: misc/badblocks.c:387 misc/badblocks.c:460
3617 #: misc/badblocks.c:398
3619 msgid "Weird value (%ld) in do_read\n"
3622 #: misc/badblocks.c:485
3623 msgid "during ext2fs_sync_device"
3626 #: misc/badblocks.c:505 misc/badblocks.c:767
3627 msgid "while beginning bad block list iteration"
3630 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3631 msgid "while allocating buffers"
3634 #: misc/badblocks.c:524
3636 msgid "Checking blocks %lu to %lu\n"
3639 #: misc/badblocks.c:529
3640 msgid "Checking for bad blocks in read-only mode\n"
3643 #: misc/badblocks.c:538
3644 msgid "Checking for bad blocks (read-only test): "
3647 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3648 #: misc/badblocks.c:841
3649 msgid "Too many bad blocks, aborting test\n"
3652 #: misc/badblocks.c:627
3653 msgid "Checking for bad blocks in read-write mode\n"
3656 #: misc/badblocks.c:629 misc/badblocks.c:791
3658 msgid "From block %lu to %lu\n"
3661 #: misc/badblocks.c:684
3662 msgid "Reading and comparing: "
3665 #: misc/badblocks.c:790
3666 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3669 #: misc/badblocks.c:796
3670 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3673 #: misc/badblocks.c:803
3676 "Interrupt caught, cleaning up\n"
3679 #: misc/badblocks.c:886
3681 msgid "during test data write, block %lu"
3684 #: misc/badblocks.c:1007 misc/util.c:131
3686 msgid "%s is mounted; "
3689 #: misc/badblocks.c:1009
3690 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3693 #: misc/badblocks.c:1014
3694 msgid "it's not safe to run badblocks!\n"
3697 #: misc/badblocks.c:1019 misc/util.c:142
3699 msgid "%s is apparently in use by the system; "
3702 #: misc/badblocks.c:1022
3703 msgid "badblocks forced anyway.\n"
3706 #: misc/badblocks.c:1042
3708 msgid "invalid %s - %s"
3711 #: misc/badblocks.c:1136
3713 msgid "Too big max bad blocks count %u - maximum is %u"
3716 #: misc/badblocks.c:1163
3718 msgid "can't allocate memory for test_pattern - %s"
3721 #: misc/badblocks.c:1193
3722 msgid "Maximum of one test_pattern may be specified in read-only mode"
3725 #: misc/badblocks.c:1199
3726 msgid "Random test_pattern is not allowed in read-only mode"
3729 #: misc/badblocks.c:1213
3731 "Couldn't determine device size; you must specify\n"
3732 "the size manually\n"
3735 #: misc/badblocks.c:1219
3736 msgid "while trying to determine device size"
3739 #: misc/badblocks.c:1224
3743 #: misc/badblocks.c:1230
3747 #: misc/badblocks.c:1233
3749 msgid "invalid starting block (%llu): must be less than %llu"
3752 #: misc/badblocks.c:1240
3754 msgid "invalid end block (%llu): must be 32-bit value"
3757 #: misc/badblocks.c:1296
3758 msgid "while creating in-memory bad blocks list"
3761 #: misc/badblocks.c:1305
3762 msgid "input file - bad format"
3765 #: misc/badblocks.c:1313 misc/badblocks.c:1322
3766 msgid "while adding to in-memory bad block list"
3769 #: misc/badblocks.c:1347
3771 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3776 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
3779 #: misc/chattr.c:159
3781 msgid "bad project - %s\n"
3784 #: misc/chattr.c:173
3786 msgid "bad version - %s\n"
3789 #: misc/chattr.c:219 misc/lsattr.c:127
3791 msgid "while trying to stat %s"
3794 #: misc/chattr.c:226
3796 msgid "while reading flags on %s"
3799 #: misc/chattr.c:231 misc/chattr.c:243
3801 msgid "Flags of %s set as "
3804 #: misc/chattr.c:252
3806 msgid "while setting flags on %s"
3809 #: misc/chattr.c:260
3811 msgid "Version of %s set as %lu\n"
3814 #: misc/chattr.c:264
3816 msgid "while setting version on %s"
3819 #: misc/chattr.c:271
3821 msgid "Project of %s set as %lu\n"
3824 #: misc/chattr.c:275
3826 msgid "while setting project on %s"
3829 #: misc/chattr.c:297
3830 msgid "Couldn't allocate path variable in chattr_dir_proc"
3833 #: misc/chattr.c:337
3834 msgid "= is incompatible with - and +\n"
3837 #: misc/chattr.c:345
3838 msgid "Must use '-v', =, - or +\n"
3841 #: misc/create_inode.c:74 misc/create_inode.c:113
3843 msgid "while reading inode %u"
3846 #: misc/create_inode.c:84 misc/create_inode.c:276 misc/create_inode.c:340
3847 #: misc/create_inode.c:378
3848 msgid "while expanding directory"
3851 #: misc/create_inode.c:91
3853 msgid "while linking \"%s\""
3856 #: misc/create_inode.c:99 misc/create_inode.c:126 misc/create_inode.c:310
3858 msgid "while writing inode %u"
3861 #: misc/create_inode.c:143 misc/create_inode.c:167
3863 msgid "while listing attributes of \"%s\""
3866 #: misc/create_inode.c:154
3868 msgid "while opening inode %u"
3871 #: misc/create_inode.c:160 misc/create_inode.c:187 misc/create_inode.c:909
3872 #: misc/e2undo.c:176 misc/e2undo.c:473 misc/e2undo.c:479 misc/e2undo.c:485
3873 #: misc/mke2fs.c:353
3874 msgid "while allocating memory"
3877 #: misc/create_inode.c:180 misc/create_inode.c:196
3879 msgid "while reading attribute \"%s\" of \"%s\""
3882 #: misc/create_inode.c:205
3884 msgid "while writing attribute \"%s\" to inode %u"
3887 #: misc/create_inode.c:215
3889 msgid "while closing inode %u"
3892 #: misc/create_inode.c:263
3894 msgid "while allocating inode \"%s\""
3897 #: misc/create_inode.c:282
3899 msgid "while creating inode \"%s\""
3902 #: misc/create_inode.c:347
3904 msgid "while creating symlink \"%s\""
3907 #: misc/create_inode.c:365 misc/create_inode.c:842
3909 msgid "while looking up \"%s\""
3912 #: misc/create_inode.c:385
3914 msgid "while creating directory \"%s\""
3917 #: misc/create_inode.c:613
3919 msgid "while opening \"%s\" to copy"
3922 #: misc/create_inode.c:705
3924 msgid "while changing working directory to \"%s\""
3927 #: misc/create_inode.c:713
3929 msgid "while opening directory \"%s\""
3932 #: misc/create_inode.c:723
3934 msgid "while lstat \"%s\""
3937 #: misc/create_inode.c:756
3939 msgid "while creating special file \"%s\""
3942 #: misc/create_inode.c:765
3943 msgid "malloc failed"
3946 #: misc/create_inode.c:773
3948 msgid "while trying to read link \"%s\""
3951 #: misc/create_inode.c:780
3952 msgid "symlink increased in size between lstat() and readlink()"
3955 #: misc/create_inode.c:791
3957 msgid "while writing symlink\"%s\""
3960 #: misc/create_inode.c:801
3962 msgid "while writing file \"%s\""
3965 #: misc/create_inode.c:814
3967 msgid "while making dir \"%s\""
3970 #: misc/create_inode.c:831
3971 msgid "while changing directory"
3974 #: misc/create_inode.c:837
3976 msgid "ignoring entry \"%s\""
3979 #: misc/create_inode.c:850
3981 msgid "while setting inode for \"%s\""
3984 #: misc/create_inode.c:857
3986 msgid "while setting xattrs for \"%s\""
3989 #: misc/create_inode.c:875
3990 msgid "while saving inode data"
3993 #: misc/dumpe2fs.c:56
3996 "Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3999 #: misc/dumpe2fs.c:159
4003 #: misc/dumpe2fs.c:168
4007 #: misc/dumpe2fs.c:219
4009 msgid "Group %lu: (Blocks "
4012 #: misc/dumpe2fs.c:226
4014 msgid " csum 0x%04x"
4017 #: misc/dumpe2fs.c:228
4019 msgid " (EXPECTED 0x%04x)"
4022 #: misc/dumpe2fs.c:233
4024 msgid " %s superblock at "
4027 #: misc/dumpe2fs.c:234
4031 #: misc/dumpe2fs.c:234
4035 #: misc/dumpe2fs.c:238
4036 msgid ", Group descriptors at "
4039 #: misc/dumpe2fs.c:242
4042 " Reserved GDT blocks at "
4045 #: misc/dumpe2fs.c:249
4046 msgid " Group descriptor at "
4049 #: misc/dumpe2fs.c:255
4050 msgid " Block bitmap at "
4053 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4055 msgid ", csum 0x%08x"
4058 #: misc/dumpe2fs.c:263
4062 #: misc/dumpe2fs.c:265
4068 #: misc/dumpe2fs.c:266
4069 msgid " Inode bitmap at "
4072 #: misc/dumpe2fs.c:273
4078 #: misc/dumpe2fs.c:279
4082 " %u free %s, %u free inodes, %u directories%s"
4085 #: misc/dumpe2fs.c:286
4087 msgid ", %u unused inodes\n"
4090 #: misc/dumpe2fs.c:289
4091 msgid " Free blocks: "
4094 #: misc/dumpe2fs.c:304
4095 msgid " Free inodes: "
4098 #: misc/dumpe2fs.c:340
4099 msgid "while printing bad block list"
4102 #: misc/dumpe2fs.c:346
4104 msgid "Bad blocks: %u"
4107 #: misc/dumpe2fs.c:373 misc/tune2fs.c:365
4108 msgid "while reading journal inode"
4111 #: misc/dumpe2fs.c:379
4112 msgid "while opening journal inode"
4115 #: misc/dumpe2fs.c:385
4116 msgid "while reading journal super block"
4119 #: misc/dumpe2fs.c:392
4120 msgid "Journal superblock magic number invalid!\n"
4123 #: misc/dumpe2fs.c:409 misc/tune2fs.c:214
4124 msgid "while reading journal superblock"
4127 #: misc/dumpe2fs.c:417
4128 msgid "Couldn't find journal superblock magic numbers"
4131 #: misc/dumpe2fs.c:434 misc/mke2fs.c:786 misc/tune2fs.c:1963
4132 msgid "Couldn't allocate memory to parse options!\n"
4135 #: misc/dumpe2fs.c:460
4137 msgid "Invalid superblock parameter: %s\n"
4140 #: misc/dumpe2fs.c:475
4142 msgid "Invalid blocksize parameter: %s\n"
4145 #: misc/dumpe2fs.c:486
4149 "Bad extended option(s) specified: %s\n"
4151 "Extended options are separated by commas, and may take an argument which\n"
4152 "\tis set off by an equals ('=') sign.\n"
4154 "Valid extended options are:\n"
4155 "\tsuperblock=<superblock number>\n"
4156 "\tblocksize=<blocksize>\n"
4159 #: misc/dumpe2fs.c:550 misc/mke2fs.c:1816
4161 msgid "\tUsing %s\n"
4164 #: misc/dumpe2fs.c:590
4167 "*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4171 #: misc/dumpe2fs.c:595 misc/e2image.c:1587 misc/tune2fs.c:2838
4172 #: resize/main.c:415
4173 msgid "Couldn't find valid filesystem superblock.\n"
4176 #: misc/dumpe2fs.c:630
4179 "*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4183 #: misc/dumpe2fs.c:634
4187 "%s: %s: error reading bitmaps: %s\n"
4190 #: misc/e2image.c:107
4192 msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4195 #: misc/e2image.c:109
4197 msgid " %s -I device image-file\n"
4200 #: misc/e2image.c:110
4203 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4207 #: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1182
4208 msgid "while allocating buffer"
4211 #: misc/e2image.c:180
4213 msgid "Writing block %llu\n"
4216 #: misc/e2image.c:194
4218 msgid "error writing block %llu"
4221 #: misc/e2image.c:197
4222 msgid "error in generic_write()"
4225 #: misc/e2image.c:214
4226 msgid "Error: header size is bigger than wrt_size\n"
4229 #: misc/e2image.c:219
4230 msgid "Couldn't allocate header buffer\n"
4233 #: misc/e2image.c:247
4234 msgid "while writing superblock"
4237 #: misc/e2image.c:256
4238 msgid "while writing inode table"
4241 #: misc/e2image.c:264
4242 msgid "while writing block bitmap"
4245 #: misc/e2image.c:272
4246 msgid "while writing inode bitmap"
4249 #: misc/e2image.c:506
4251 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4254 #: misc/e2image.c:518
4256 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4259 #: misc/e2image.c:559
4261 msgid "%llu / %llu blocks (%d%%)"
4264 #: misc/e2image.c:590 misc/e2image.c:630
4268 #: misc/e2image.c:627
4270 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4273 #: misc/e2image.c:653
4275 msgid " %s remaining at %.2f MB/s"
4278 #: misc/e2image.c:665 misc/e2image.c:1192
4280 msgid "error reading block %llu"
4283 #: misc/e2image.c:719
4285 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4288 #: misc/e2image.c:723
4290 msgid "at %.2f MB/s"
4293 #: misc/e2image.c:759
4294 msgid "while allocating l1 table"
4297 #: misc/e2image.c:804
4298 msgid "while allocating l2 cache"
4301 #: misc/e2image.c:827
4303 "Warning: There are still tables in the cache while putting the cache, data "
4304 "will be lost so the image may not be valid.\n"
4307 #: misc/e2image.c:1149
4308 msgid "while allocating ext2_qcow2_image"
4311 #: misc/e2image.c:1156
4312 msgid "while initializing ext2_qcow2_image"
4315 #: misc/e2image.c:1215 misc/e2image.c:1233
4316 msgid "Programming error: multiple sequential refcount blocks created!\n"
4319 #: misc/e2image.c:1273
4320 msgid "while allocating block bitmap"
4323 #: misc/e2image.c:1282
4324 msgid "while allocating scramble block bitmap"
4327 #: misc/e2image.c:1289
4328 msgid "Scanning inodes...\n"
4331 #: misc/e2image.c:1301
4332 msgid "Can't allocate block buffer"
4335 #: misc/e2image.c:1340 misc/e2image.c:1354
4337 msgid "while iterating over inode %u"
4340 #: misc/e2image.c:1386
4341 msgid "Raw and qcow2 images cannot be installed"
4344 #: misc/e2image.c:1408
4345 msgid "error reading bitmaps"
4348 #: misc/e2image.c:1420
4349 msgid "while opening device file"
4352 #: misc/e2image.c:1431
4353 msgid "while restoring the image table"
4356 #: misc/e2image.c:1528
4357 msgid "-a option can only be used with raw or QCOW2 images."
4360 #: misc/e2image.c:1534
4361 msgid "Offsets are only allowed with raw images."
4364 #: misc/e2image.c:1539
4365 msgid "Move mode is only allowed with raw images."
4368 #: misc/e2image.c:1544
4369 msgid "Move mode requires all data mode."
4372 #: misc/e2image.c:1554
4373 msgid "checking if mounted"
4376 #: misc/e2image.c:1561
4379 "Running e2image on a R/W mounted filesystem can result in an\n"
4380 "inconsistent image which will not be useful for debugging purposes.\n"
4381 "Use -f option if you really want to do that.\n"
4384 #: misc/e2image.c:1615
4385 msgid "QCOW2 image can not be written to the stdout!\n"
4388 #: misc/e2image.c:1621
4389 msgid "Can not stat output\n"
4392 #: misc/e2image.c:1631
4394 msgid "Image (%s) is compressed\n"
4397 #: misc/e2image.c:1634
4399 msgid "Image (%s) is encrypted\n"
4402 #: misc/e2image.c:1637
4404 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4407 #: misc/e2image.c:1646
4408 msgid "The -c option only supported in raw mode\n"
4411 #: misc/e2image.c:1651
4412 msgid "The -c option not supported when writing to stdout\n"
4415 #: misc/e2image.c:1658
4416 msgid "while allocating check_buf"
4419 #: misc/e2image.c:1664
4420 msgid "The -p option only supported in raw mode\n"
4423 #: misc/e2image.c:1674
4425 msgid "%d blocks already contained the data to be copied\n"
4428 #: misc/e2initrd_helper.c:68
4430 msgid "Usage: %s -r device\n"
4433 #: misc/e2label.c:58
4435 msgid "e2label: cannot open %s\n"
4438 #: misc/e2label.c:63
4440 msgid "e2label: cannot seek to superblock\n"
4443 #: misc/e2label.c:68
4445 msgid "e2label: error reading superblock\n"
4448 #: misc/e2label.c:72
4450 msgid "e2label: not an ext2 filesystem\n"
4453 #: misc/e2label.c:97 misc/tune2fs.c:3011
4455 msgid "Warning: label too long, truncating.\n"
4458 #: misc/e2label.c:100
4460 msgid "e2label: cannot seek to superblock again\n"
4463 #: misc/e2label.c:105
4465 msgid "e2label: error writing superblock\n"
4468 #: misc/e2label.c:117 misc/tune2fs.c:1623
4470 msgid "Usage: e2label device [newlabel]\n"
4473 #: misc/e2undo.c:118
4475 msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
4478 #: misc/e2undo.c:143
4479 msgid "The file system superblock doesn't match the undo file.\n"
4482 #: misc/e2undo.c:146
4483 msgid "UUID does not match.\n"
4486 #: misc/e2undo.c:148
4487 msgid "Last mount time does not match.\n"
4490 #: misc/e2undo.c:150
4491 msgid "Last write time does not match.\n"
4494 #: misc/e2undo.c:152
4495 msgid "Lifetime write counter does not match.\n"
4498 #: misc/e2undo.c:166
4499 msgid "while reading filesystem superblock."
4502 #: misc/e2undo.c:182
4503 msgid "while fetching superblock"
4506 #: misc/e2undo.c:195
4508 msgid "Undo file superblock checksum doesn't match.\n"
4511 #: misc/e2undo.c:334
4513 msgid "illegal offset - %s"
4516 #: misc/e2undo.c:358
4518 msgid "Will not write to an undo file while replaying it.\n"
4521 #: misc/e2undo.c:367
4523 msgid "while opening undo file `%s'\n"
4526 #: misc/e2undo.c:374
4527 msgid "while reading undo file"
4530 #: misc/e2undo.c:379
4532 msgid "%s: Not an undo file.\n"
4535 #: misc/e2undo.c:390
4537 msgid "%s: Header checksum doesn't match.\n"
4540 #: misc/e2undo.c:397
4542 msgid "%s: Corrupt undo file header.\n"
4545 #: misc/e2undo.c:401
4547 msgid "%s: Undo block size too large.\n"
4550 #: misc/e2undo.c:406
4552 msgid "%s: Undo block size too small.\n"
4555 #: misc/e2undo.c:419
4557 msgid "%s: Unknown undo file feature set.\n"
4560 #: misc/e2undo.c:427
4562 msgid "Error while determining whether %s is mounted."
4565 #: misc/e2undo.c:433
4566 msgid "e2undo should only be run on unmounted filesystems"
4569 #: misc/e2undo.c:449
4571 msgid "while opening `%s'"
4574 #: misc/e2undo.c:460
4575 msgid "specified offset is too large"
4578 #: misc/e2undo.c:501
4579 msgid "while reading keys"
4582 #: misc/e2undo.c:513
4584 msgid "%s: wrong key magic at %llu\n"
4587 #: misc/e2undo.c:523
4589 msgid "%s: key block checksum error at %llu.\n"
4592 #: misc/e2undo.c:546
4594 msgid "%s: block %llu is too long."
4597 #: misc/e2undo.c:558 misc/e2undo.c:594
4599 msgid "while fetching block %llu."
4602 #: misc/e2undo.c:570
4604 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4607 #: misc/e2undo.c:609
4609 msgid "while writing block %llu."
4612 #: misc/e2undo.c:615
4614 msgid "Undo file corruption; run e2fsck NOW!\n"
4617 #: misc/e2undo.c:617
4619 msgid "IO error during replay; run e2fsck NOW!\n"
4622 #: misc/e2undo.c:620
4624 msgid "Incomplete undo record; run e2fsck.\n"
4627 #: misc/findsuper.c:110
4629 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4632 #: misc/findsuper.c:155
4634 msgid "skipbytes should be a number, not %s\n"
4637 #: misc/findsuper.c:162
4639 msgid "skipbytes must be a multiple of the sector size\n"
4642 #: misc/findsuper.c:169
4644 msgid "startkb should be a number, not %s\n"
4647 #: misc/findsuper.c:175
4649 msgid "startkb should be positive, not %llu\n"
4652 #: misc/findsuper.c:186
4654 msgid "starting at %llu, with %u byte increments\n"
4657 #: misc/findsuper.c:188
4660 "[*] probably superblock written in the ext3 journal superblock,\n"
4661 "\tso start/end/grp wrong\n"
4664 #: misc/findsuper.c:190
4667 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4668 "mount_time sb_uuid label\n"
4671 #: misc/findsuper.c:264
4675 "%11Lu: finished with errno %d\n"
4680 msgid "WARNING: couldn't open %s: %s\n"
4685 msgid "WARNING: bad format on line %d of %s\n"
4690 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4691 "\tfield. I will kludge around things for you, but you\n"
4692 "\tshould fix your /etc/fstab file as soon as you can.\n"
4698 msgid "fsck: %s: not found\n"
4703 msgid "%s: wait: No more child process?!?\n"
4708 msgid "Warning... %s for device %s exited with signal %d.\n"
4713 msgid "%s %s: status is %x, should never happen.\n"
4718 msgid "Finished with %s (exit status %d)\n"
4723 msgid "%s: Error %d while executing fsck.%s for %s\n"
4728 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4729 "with 'no' or '!'.\n"
4733 msgid "Couldn't allocate memory for filesystem types\n"
4739 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4745 msgid "fsck: cannot check %s: fsck.%s not found\n"
4749 msgid "Checking all file systems.\n"
4754 msgid "--waiting-- (pass %d)\n"
4759 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4764 msgid "%s: too many devices\n"
4767 #: misc/fsck.c:1153 misc/fsck.c:1239
4769 msgid "%s: too many arguments\n"
4772 #: misc/fuse2fs.c:3745
4773 msgid "Mounting read-only.\n"
4776 #: misc/fuse2fs.c:3769
4778 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4781 #: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
4786 #: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3240
4788 msgid "Please run e2fsck -fy %s.\n"
4791 #: misc/fuse2fs.c:3803
4792 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4795 #: misc/fuse2fs.c:3811
4797 msgid "%s: Writing to the journal is not supported.\n"
4800 #: misc/fuse2fs.c:3826
4801 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4804 #: misc/fuse2fs.c:3830
4805 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4808 #: misc/fuse2fs.c:3835
4809 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4812 #: misc/fuse2fs.c:3839
4813 msgid "Orphans detected; running e2fsck is recommended.\n"
4816 #: misc/fuse2fs.c:3843
4817 msgid "Errors detected; running e2fsck is required.\n"
4822 msgid "Usage: %s [-RVadlpv] [files...]\n"
4827 msgid "While reading flags on %s"
4832 msgid "While reading project on %s"
4835 #: misc/lsattr.c:102
4837 msgid "While reading version on %s"
4840 #: misc/mke2fs.c:124
4843 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4844 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4845 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4846 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4847 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4848 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4849 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4851 "\t[-jnqvDFSV] device [blocks-count]\n"
4854 #: misc/mke2fs.c:255
4856 msgid "Running command: %s\n"
4859 #: misc/mke2fs.c:259
4861 msgid "while trying to run '%s'"
4864 #: misc/mke2fs.c:266
4865 msgid "while processing list of bad blocks from program"
4868 #: misc/mke2fs.c:293
4870 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4873 #: misc/mke2fs.c:295
4875 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4878 #: misc/mke2fs.c:298
4879 msgid "Aborting....\n"
4882 #: misc/mke2fs.c:318
4885 "Warning: the backup superblock/group descriptors at block %u contain\n"
4890 #: misc/mke2fs.c:337
4891 msgid "while marking bad blocks as used"
4894 #: misc/mke2fs.c:408
4895 msgid "Writing inode tables: "
4898 #: misc/mke2fs.c:430
4902 "Could not write %d blocks in inode table starting at %llu: %s\n"
4905 #: misc/mke2fs.c:444 misc/mke2fs.c:2680 misc/mke2fs.c:3063
4909 #: misc/mke2fs.c:459
4910 msgid "while creating root dir"
4913 #: misc/mke2fs.c:466
4914 msgid "while reading root inode"
4917 #: misc/mke2fs.c:478
4918 msgid "while setting root inode ownership"
4921 #: misc/mke2fs.c:496
4922 msgid "while creating /lost+found"
4925 #: misc/mke2fs.c:503
4926 msgid "while looking up /lost+found"
4929 #: misc/mke2fs.c:516
4930 msgid "while expanding /lost+found"
4933 #: misc/mke2fs.c:531
4934 msgid "while setting bad block inode"
4937 #: misc/mke2fs.c:558
4939 msgid "Out of memory erasing sectors %d-%d\n"
4942 #: misc/mke2fs.c:568
4944 msgid "Warning: could not read block 0: %s\n"
4947 #: misc/mke2fs.c:584
4949 msgid "Warning: could not erase sector %d: %s\n"
4952 #: misc/mke2fs.c:600
4953 msgid "while initializing journal superblock"
4956 #: misc/mke2fs.c:608
4957 msgid "Zeroing journal device: "
4960 #: misc/mke2fs.c:620
4962 msgid "while zeroing journal device (block %llu, count %d)"
4965 #: misc/mke2fs.c:638
4966 msgid "while writing journal superblock"
4969 #: misc/mke2fs.c:653
4971 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4974 #: misc/mke2fs.c:661
4977 "warning: %llu blocks unused.\n"
4981 #: misc/mke2fs.c:666
4983 msgid "Filesystem label=%s\n"
4986 #: misc/mke2fs.c:669
4988 msgid "OS type: %s\n"
4991 #: misc/mke2fs.c:671
4993 msgid "Block size=%u (log=%u)\n"
4996 #: misc/mke2fs.c:674
4998 msgid "Cluster size=%u (log=%u)\n"
5001 #: misc/mke2fs.c:678
5003 msgid "Fragment size=%u (log=%u)\n"
5006 #: misc/mke2fs.c:680
5008 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5011 #: misc/mke2fs.c:682
5013 msgid "%u inodes, %llu blocks\n"
5016 #: misc/mke2fs.c:684
5018 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5021 #: misc/mke2fs.c:687
5023 msgid "First data block=%u\n"
5026 #: misc/mke2fs.c:689
5028 msgid "Root directory owner=%u:%u\n"
5031 #: misc/mke2fs.c:691
5033 msgid "Maximum filesystem blocks=%lu\n"
5036 #: misc/mke2fs.c:695
5038 msgid "%u block groups\n"
5041 #: misc/mke2fs.c:697
5043 msgid "%u block group\n"
5046 #: misc/mke2fs.c:699
5048 msgid "%u blocks per group, %u clusters per group\n"
5051 #: misc/mke2fs.c:702
5053 msgid "%u blocks per group, %u fragments per group\n"
5056 #: misc/mke2fs.c:704
5058 msgid "%u inodes per group\n"
5061 #: misc/mke2fs.c:713
5063 msgid "Filesystem UUID: %s\n"
5066 #: misc/mke2fs.c:714
5067 msgid "Superblock backups stored on blocks: "
5070 #: misc/mke2fs.c:808
5072 msgid "%s requires '-O 64bit'\n"
5075 #: misc/mke2fs.c:814
5077 msgid "'%s' must be before 'resize=%u'\n"
5080 #: misc/mke2fs.c:827
5082 msgid "Invalid desc_size: '%s'\n"
5085 #: misc/mke2fs.c:840
5087 msgid "Invalid offset: %s\n"
5090 #: misc/mke2fs.c:854 misc/tune2fs.c:1991
5092 msgid "Invalid mmp_update_interval: %s\n"
5095 #: misc/mke2fs.c:868
5097 msgid "Invalid # of backup superblocks: %s\n"
5100 #: misc/mke2fs.c:890
5102 msgid "Invalid stride parameter: %s\n"
5105 #: misc/mke2fs.c:905
5107 msgid "Invalid stripe-width parameter: %s\n"
5110 #: misc/mke2fs.c:928
5112 msgid "Invalid resize parameter: %s\n"
5115 #: misc/mke2fs.c:935
5116 msgid "The resize maximum must be greater than the filesystem size.\n"
5119 #: misc/mke2fs.c:959
5120 msgid "On-line resizing not supported with revision 0 filesystems\n"
5123 #: misc/mke2fs.c:985 misc/mke2fs.c:994
5125 msgid "Invalid root_owner: '%s'\n"
5128 #: misc/mke2fs.c:1035
5132 "Bad option(s) specified: %s\n"
5134 "Extended options are separated by commas, and may take an argument which\n"
5135 "\tis set off by an equals ('=') sign.\n"
5137 "Valid extended options are:\n"
5138 "\tmmp_update_interval=<interval>\n"
5139 "\tnum_backup_sb=<0|1|2>\n"
5140 "\tstride=<RAID per-disk data chunk in blocks>\n"
5141 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5142 "\toffset=<offset to create the file system>\n"
5143 "\tresize=<resize maximum size in blocks>\n"
5144 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5145 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5146 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5147 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5151 "\tquotatype=<quota type(s) to be enabled>\n"
5155 #: misc/mke2fs.c:1060
5159 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5163 #: misc/mke2fs.c:1102
5166 "Syntax error in mke2fs config file (%s, line #%d)\n"
5170 #: misc/mke2fs.c:1115 misc/tune2fs.c:1012
5172 msgid "Invalid filesystem option set: %s\n"
5175 #: misc/mke2fs.c:1127 misc/tune2fs.c:409
5177 msgid "Invalid mount option set: %s\n"
5180 #: misc/mke2fs.c:1263
5184 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5187 #: misc/mke2fs.c:1267
5189 "You probably need to install an updated mke2fs.conf file.\n"
5193 #: misc/mke2fs.c:1271
5194 msgid "Aborting...\n"
5197 #: misc/mke2fs.c:1312
5201 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5205 #: misc/mke2fs.c:1494
5206 msgid "Couldn't allocate memory for new PATH.\n"
5209 #: misc/mke2fs.c:1535
5211 msgid "Couldn't init profile successfully (error: %ld).\n"
5214 #: misc/mke2fs.c:1568
5216 msgid "invalid block size - %s"
5219 #: misc/mke2fs.c:1572
5221 msgid "Warning: blocksize %d not usable on most systems.\n"
5224 #: misc/mke2fs.c:1588
5226 msgid "invalid cluster size - %s"
5229 #: misc/mke2fs.c:1601
5230 msgid "'-R' is deprecated, use '-E' instead"
5233 #: misc/mke2fs.c:1615 misc/tune2fs.c:1720
5235 msgid "bad error behavior - %s"
5238 #: misc/mke2fs.c:1627
5239 msgid "Illegal number for blocks per group"
5242 #: misc/mke2fs.c:1632
5243 msgid "blocks per group must be multiple of 8"
5246 #: misc/mke2fs.c:1640
5247 msgid "Illegal number for flex_bg size"
5250 #: misc/mke2fs.c:1646
5251 msgid "flex_bg size must be a power of 2"
5254 #: misc/mke2fs.c:1651
5256 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5259 #: misc/mke2fs.c:1661
5261 msgid "invalid inode ratio %s (min %d/max %d)"
5264 #: misc/mke2fs.c:1671
5266 msgid "invalid inode size - %s"
5269 #: misc/mke2fs.c:1684
5271 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5272 "nodiscard' extended option instead!\n"
5275 #: misc/mke2fs.c:1695
5276 msgid "in malloc for bad_blocks_filename"
5279 #: misc/mke2fs.c:1704
5282 "Warning: label too long; will be truncated to '%s'\n"
5286 #: misc/mke2fs.c:1713
5288 msgid "invalid reserved blocks percent - %s"
5291 #: misc/mke2fs.c:1728
5293 msgid "bad num inodes - %s"
5296 #: misc/mke2fs.c:1741
5297 msgid "while allocating fs_feature string"
5300 #: misc/mke2fs.c:1758
5302 msgid "bad revision level - %s"
5305 #: misc/mke2fs.c:1763
5307 msgid "while trying to create revision %d"
5310 #: misc/mke2fs.c:1777
5311 msgid "The -t option may only be used once"
5314 #: misc/mke2fs.c:1785
5315 msgid "The -T option may only be used once"
5318 #: misc/mke2fs.c:1841 misc/mke2fs.c:3147
5320 msgid "while trying to open journal device %s\n"
5323 #: misc/mke2fs.c:1847
5325 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5328 #: misc/mke2fs.c:1853
5330 msgid "Using journal device's blocksize: %d\n"
5333 #: misc/mke2fs.c:1864
5335 msgid "invalid blocks '%s' on device '%s'"
5338 #: misc/mke2fs.c:1888
5342 #: misc/mke2fs.c:1901 resize/main.c:495
5343 msgid "while trying to determine filesystem size"
5346 #: misc/mke2fs.c:1907
5348 "Couldn't determine device size; you must specify\n"
5349 "the size of the filesystem\n"
5352 #: misc/mke2fs.c:1914
5354 "Device size reported to be zero. Invalid partition specified, or\n"
5355 "\tpartition table wasn't reread after running fdisk, due to\n"
5356 "\ta modified partition being busy and in use. You may need to reboot\n"
5357 "\tto re-read your partition table.\n"
5360 #: misc/mke2fs.c:1931
5361 msgid "Filesystem larger than apparent device size."
5364 #: misc/mke2fs.c:1951
5365 msgid "Failed to parse fs types list\n"
5368 #: misc/mke2fs.c:1999
5369 msgid "The HURD does not support the filetype feature.\n"
5372 #: misc/mke2fs.c:2004
5373 msgid "The HURD does not support the huge_file feature.\n"
5376 #: misc/mke2fs.c:2009
5377 msgid "The HURD does not support the metadata_csum feature.\n"
5380 #: misc/mke2fs.c:2019
5381 msgid "while trying to determine hardware sector size"
5384 #: misc/mke2fs.c:2025
5385 msgid "while trying to determine physical sector size"
5388 #: misc/mke2fs.c:2057
5389 msgid "while setting blocksize; too small for device\n"
5392 #: misc/mke2fs.c:2062
5395 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5398 #: misc/mke2fs.c:2086
5401 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5402 "\tin 32 bits using a blocksize of %d.\n"
5405 #: misc/mke2fs.c:2098
5408 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5409 "\ta filesystem using a blocksize of %d.\n"
5412 #: misc/mke2fs.c:2120
5413 msgid "fs_types for mke2fs.conf resolution: "
5416 #: misc/mke2fs.c:2127
5417 msgid "Filesystem features not supported with revision 0 filesystems\n"
5420 #: misc/mke2fs.c:2135
5421 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5424 #: misc/mke2fs.c:2145
5425 msgid "Journals not supported with revision 0 filesystems\n"
5428 #: misc/mke2fs.c:2158
5430 msgid "invalid reserved blocks percent - %lf"
5433 #: misc/mke2fs.c:2175
5435 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5439 #: misc/mke2fs.c:2195
5440 msgid "The cluster size may not be smaller than the block size.\n"
5443 #: misc/mke2fs.c:2201
5444 msgid "specifying a cluster size requires the bigalloc feature"
5447 #: misc/mke2fs.c:2221
5449 msgid "warning: Unable to get device geometry for %s\n"
5452 #: misc/mke2fs.c:2224
5454 msgid "%s alignment is offset by %lu bytes.\n"
5457 #: misc/mke2fs.c:2226
5460 "This may result in very poor performance, (re)-partitioning suggested.\n"
5463 #: misc/mke2fs.c:2247
5465 msgid "%d-byte blocks too big for system (max %d)"
5468 #: misc/mke2fs.c:2251
5471 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5474 #: misc/mke2fs.c:2259
5477 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5478 "and journal checksum features.\n"
5481 #: misc/mke2fs.c:2314
5485 "Warning: offset specified without an explicit file system size.\n"
5486 "Creating a file system with %llu blocks but this might\n"
5487 "not be what you want.\n"
5491 #: misc/mke2fs.c:2329
5493 msgid "%d byte inodes are too small for project quota"
5496 #: misc/mke2fs.c:2351
5497 msgid "Can't support bigalloc feature without extents feature"
5500 #: misc/mke2fs.c:2358
5502 "The resize_inode and meta_bg features are not compatible.\n"
5503 "They can not be both enabled simultaneously.\n"
5506 #: misc/mke2fs.c:2366
5509 "Warning: the bigalloc feature is still under development\n"
5510 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5514 #: misc/mke2fs.c:2378
5515 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5518 #: misc/mke2fs.c:2387
5519 msgid "blocks per group count out of range"
5522 #: misc/mke2fs.c:2409
5523 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5526 #: misc/mke2fs.c:2421
5528 msgid "invalid inode size %d (min %d/max %d)"
5531 #: misc/mke2fs.c:2436
5533 msgid "%d byte inodes are too small for inline data; specify larger size"
5536 #: misc/mke2fs.c:2451
5538 msgid "too many inodes (%llu), raise inode ratio?"
5541 #: misc/mke2fs.c:2458
5543 msgid "too many inodes (%llu), specify < 2^32 inodes"
5546 #: misc/mke2fs.c:2472
5549 "inode_size (%u) * inodes_count (%u) too big for a\n"
5550 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5551 "\tor lower inode count (-N).\n"
5554 #: misc/mke2fs.c:2659
5555 msgid "Discarding device blocks: "
5558 #: misc/mke2fs.c:2675
5562 #: misc/mke2fs.c:2734
5563 msgid "while initializing quota context"
5566 #: misc/mke2fs.c:2741
5567 msgid "while writing quota inodes"
5570 #: misc/mke2fs.c:2766
5572 msgid "bad error behavior in profile - %s"
5575 #: misc/mke2fs.c:2840
5576 msgid "while setting up superblock"
5579 #: misc/mke2fs.c:2856
5581 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5582 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5583 "checksumming. Pass -O extents to rectify.\n"
5586 #: misc/mke2fs.c:2863
5588 "64-bit filesystem support is not enabled. The larger fields afforded by "
5589 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5592 #: misc/mke2fs.c:2871
5593 msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5596 #: misc/mke2fs.c:2895
5597 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5600 #: misc/mke2fs.c:2988
5602 msgid "unknown os - %s"
5605 #: misc/mke2fs.c:3051
5606 msgid "Allocating group tables: "
5609 #: misc/mke2fs.c:3059
5610 msgid "while trying to allocate filesystem tables"
5613 #: misc/mke2fs.c:3068
5616 "\twhile converting subcluster bitmap"
5619 #: misc/mke2fs.c:3074
5621 msgid "%s may be further corrupted by superblock rewrite\n"
5624 #: misc/mke2fs.c:3115
5626 msgid "while zeroing block %llu at end of filesystem"
5629 #: misc/mke2fs.c:3128
5630 msgid "while reserving blocks for online resize"
5633 #: misc/mke2fs.c:3140 misc/tune2fs.c:1428
5637 #: misc/mke2fs.c:3152
5639 msgid "Adding journal to device %s: "
5642 #: misc/mke2fs.c:3159
5646 "\twhile trying to add journal to device %s"
5649 #: misc/mke2fs.c:3164 misc/mke2fs.c:3193 misc/mke2fs.c:3231
5650 #: misc/mk_hugefiles.c:596 misc/tune2fs.c:1457 misc/tune2fs.c:1476
5654 #: misc/mke2fs.c:3170
5655 msgid "Skipping journal creation in super-only mode\n"
5658 #: misc/mke2fs.c:3180
5660 msgid "Creating journal (%u blocks): "
5663 #: misc/mke2fs.c:3189
5666 "\twhile trying to create journal"
5669 #: misc/mke2fs.c:3201 misc/tune2fs.c:1077
5672 "Error while enabling multiple mount protection feature."
5675 #: misc/mke2fs.c:3206
5677 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5680 #: misc/mke2fs.c:3222
5681 msgid "Copying files into the device: "
5684 #: misc/mke2fs.c:3228
5685 msgid "while populating file system"
5688 #: misc/mke2fs.c:3235
5689 msgid "Writing superblocks and filesystem accounting information: "
5692 #: misc/mke2fs.c:3242
5695 "Warning, had trouble writing out superblocks.\n"
5698 #: misc/mke2fs.c:3244
5704 #: misc/mk_hugefiles.c:337
5706 msgid "while zeroing block %llu for hugefile"
5709 #: misc/mk_hugefiles.c:512
5712 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5715 #: misc/mk_hugefiles.c:579
5716 msgid "Huge files will be zero'ed\n"
5719 #: misc/mk_hugefiles.c:580
5721 msgid "Creating %lu huge file(s) "
5724 #: misc/mk_hugefiles.c:582
5726 msgid "with %llu blocks each"
5729 #: misc/mk_hugefiles.c:591
5731 msgid "while creating huge file %lu"
5734 #: misc/mklost+found.c:50
5735 msgid "Usage: mklost+found\n"
5738 #: misc/partinfo.c:43
5741 "Usage: %s device...\n"
5743 "Prints out the partition information for each given device.\n"
5744 "For example: %s /dev/hda\n"
5748 #: misc/partinfo.c:53
5750 msgid "Cannot open %s: %s"
5753 #: misc/partinfo.c:59
5755 msgid "Cannot get geometry of %s: %s"
5758 #: misc/partinfo.c:67
5760 msgid "Cannot get size of %s: %s"
5763 #: misc/partinfo.c:73
5765 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5768 #: misc/tune2fs.c:119
5771 "This operation requires a freshly checked filesystem.\n"
5774 #: misc/tune2fs.c:121
5775 msgid "Please run e2fsck -f on the filesystem.\n"
5778 #: misc/tune2fs.c:123
5779 msgid "Please run e2fsck -fD on the filesystem.\n"
5782 #: misc/tune2fs.c:136
5785 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5786 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5787 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5788 "\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5789 "\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5790 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5791 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5792 "\t[-I new_inode_size] [-z undo_file] device\n"
5795 #: misc/tune2fs.c:221
5796 msgid "Journal superblock not found!\n"
5799 #: misc/tune2fs.c:279
5800 msgid "while trying to open external journal"
5803 #: misc/tune2fs.c:285 misc/tune2fs.c:2734
5805 msgid "%s is not a journal device.\n"
5808 #: misc/tune2fs.c:295 misc/tune2fs.c:2745
5809 msgid "Filesystem's UUID not found on journal device.\n"
5812 #: misc/tune2fs.c:319
5814 "Cannot locate journal device. It was NOT removed\n"
5815 "Use -f option to remove missing journal device.\n"
5818 #: misc/tune2fs.c:328
5819 msgid "Journal removed\n"
5822 #: misc/tune2fs.c:372
5823 msgid "while reading bitmaps"
5826 #: misc/tune2fs.c:380
5827 msgid "while clearing journal inode"
5830 #: misc/tune2fs.c:391
5831 msgid "while writing journal inode"
5834 #: misc/tune2fs.c:427 misc/tune2fs.c:450 misc/tune2fs.c:463
5835 msgid "(and reboot afterwards!)\n"
5838 #: misc/tune2fs.c:481
5840 msgid "After running e2fsck, please run `resize2fs %s %s"
5843 #: misc/tune2fs.c:484
5845 msgid "Please run `resize2fs %s %s"
5848 #: misc/tune2fs.c:488
5853 #: misc/tune2fs.c:490
5855 msgid "' to enable 64-bit mode.\n"
5858 #: misc/tune2fs.c:492
5860 msgid "' to disable 64-bit mode.\n"
5863 #: misc/tune2fs.c:979
5865 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5866 " This requires Linux >= v4.4.\n"
5869 #: misc/tune2fs.c:1015
5871 msgid "Clearing filesystem feature '%s' not supported.\n"
5874 #: misc/tune2fs.c:1021
5876 msgid "Setting filesystem feature '%s' not supported.\n"
5879 #: misc/tune2fs.c:1030
5881 "The has_journal feature may only be cleared when the filesystem is\n"
5882 "unmounted or mounted read-only.\n"
5885 #: misc/tune2fs.c:1038
5887 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
5888 "the has_journal flag.\n"
5891 #: misc/tune2fs.c:1056
5893 "Setting filesystem feature 'sparse_super' not supported\n"
5894 "for filesystems with the meta_bg feature enabled.\n"
5897 #: misc/tune2fs.c:1069
5899 "The multiple mount protection feature can't\n"
5900 "be set if the filesystem is mounted or\n"
5904 #: misc/tune2fs.c:1087
5906 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5909 #: misc/tune2fs.c:1096
5911 "The multiple mount protection feature cannot\n"
5912 "be disabled if the filesystem is readonly.\n"
5915 #: misc/tune2fs.c:1104
5916 msgid "Error while reading bitmaps\n"
5919 #: misc/tune2fs.c:1113
5921 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5924 #: misc/tune2fs.c:1118
5925 msgid "while reading MMP block."
5928 #: misc/tune2fs.c:1150
5930 "Clearing the flex_bg flag would cause the the filesystem to be\n"
5934 #: misc/tune2fs.c:1161
5936 "The huge_file feature may only be cleared when the filesystem is\n"
5937 "unmounted or mounted read-only.\n"
5940 #: misc/tune2fs.c:1172
5941 msgid "Enabling checksums could take some time."
5944 #: misc/tune2fs.c:1174
5945 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5948 #: misc/tune2fs.c:1180
5950 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5951 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5952 "checksumming. Re-run with -O extent to rectify.\n"
5955 #: misc/tune2fs.c:1187
5957 "64-bit filesystem support is not enabled. The larger fields afforded by "
5958 "this feature enable full-strength checksumming. Run resize2fs -b to "
5962 #: misc/tune2fs.c:1213
5963 msgid "Disabling checksums could take some time."
5966 #: misc/tune2fs.c:1215
5967 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
5970 #: misc/tune2fs.c:1278
5972 msgid "Cannot enable 64-bit mode while mounted!\n"
5975 #: misc/tune2fs.c:1288
5977 msgid "Cannot disable 64-bit mode while mounted!\n"
5980 #: misc/tune2fs.c:1318
5982 msgid "Cannot enable project feature; inode size too small.\n"
5985 #: misc/tune2fs.c:1339
5988 "Warning: '^quota' option overrides '-Q'arguments.\n"
5991 #: misc/tune2fs.c:1357
5993 "Setting feature 'metadata_csum_seed' is only supported\n"
5994 "on filesystems with the metadata_csum feature enabled.\n"
5997 #: misc/tune2fs.c:1375
5999 "UUID has changed since enabling metadata_csum. Filesystem must be "
6001 "to safely rewrite all metadata to match the new UUID.\n"
6004 #: misc/tune2fs.c:1421
6005 msgid "The filesystem already has a journal.\n"
6008 #: misc/tune2fs.c:1441
6012 "\twhile trying to open journal on %s\n"
6015 #: misc/tune2fs.c:1445
6017 msgid "Creating journal on device %s: "
6020 #: misc/tune2fs.c:1453
6022 msgid "while adding filesystem to journal on %s"
6025 #: misc/tune2fs.c:1459
6026 msgid "Creating journal inode: "
6029 #: misc/tune2fs.c:1473
6032 "\twhile trying to create journal file"
6035 #: misc/tune2fs.c:1511
6037 msgid "Cannot enable project quota; inode size too small.\n"
6040 #: misc/tune2fs.c:1524
6041 msgid "while initializing quota context in support library"
6044 #: misc/tune2fs.c:1539
6046 msgid "while updating quota limits (%d)"
6049 #: misc/tune2fs.c:1547
6051 msgid "while writing quota file (%d)"
6054 #: misc/tune2fs.c:1565
6056 msgid "while removing quota file (%d)"
6059 #: misc/tune2fs.c:1608
6062 "Bad quota options specified.\n"
6064 "Following valid quota options are available (pass by separating with "
6073 #: misc/tune2fs.c:1666
6075 msgid "Couldn't parse date/time specifier: %s"
6078 #: misc/tune2fs.c:1691 misc/tune2fs.c:1704
6080 msgid "bad mounts count - %s"
6083 #: misc/tune2fs.c:1747
6085 msgid "bad gid/group name - %s"
6088 #: misc/tune2fs.c:1780
6090 msgid "bad interval - %s"
6093 #: misc/tune2fs.c:1809
6095 msgid "bad reserved block ratio - %s"
6098 #: misc/tune2fs.c:1824
6099 msgid "-o may only be specified once"
6102 #: misc/tune2fs.c:1833
6103 msgid "-O may only be specified once"
6106 #: misc/tune2fs.c:1850
6108 msgid "bad reserved blocks count - %s"
6111 #: misc/tune2fs.c:1879
6113 msgid "bad uid/user name - %s"
6116 #: misc/tune2fs.c:1896
6118 msgid "bad inode size - %s"
6121 #: misc/tune2fs.c:1903
6123 msgid "Inode size must be a power of two- %s"
6126 #: misc/tune2fs.c:2000
6128 msgid "mmp_update_interval too big: %lu\n"
6131 #: misc/tune2fs.c:2005
6133 msgid "Setting multiple mount protection update interval to %lu second\n"
6135 "Setting multiple mount protection update interval to %lu seconds\n"
6139 #: misc/tune2fs.c:2028
6141 msgid "Invalid RAID stride: %s\n"
6144 #: misc/tune2fs.c:2043
6146 msgid "Invalid RAID stripe-width: %s\n"
6149 #: misc/tune2fs.c:2058
6151 msgid "Invalid hash algorithm: %s\n"
6154 #: misc/tune2fs.c:2064
6156 msgid "Setting default hash algorithm to %s (%d)\n"
6159 #: misc/tune2fs.c:2083
6162 "Bad options specified.\n"
6164 "Extended options are separated by commas, and may take an argument which\n"
6165 "\tis set off by an equals ('=') sign.\n"
6167 "Valid extended options are:\n"
6169 "\thash_alg=<hash algorithm>\n"
6170 "\tmount_opts=<extended default mount options>\n"
6171 "\tstride=<RAID per-disk chunk size in blocks>\n"
6172 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6177 #: misc/tune2fs.c:2552
6178 msgid "Failed to read inode bitmap\n"
6181 #: misc/tune2fs.c:2557
6182 msgid "Failed to read block bitmap\n"
6185 #: misc/tune2fs.c:2574 resize/resize2fs.c:1276
6186 msgid "blocks to be moved"
6189 #: misc/tune2fs.c:2577
6190 msgid "Failed to allocate block bitmap when increasing inode size\n"
6193 #: misc/tune2fs.c:2583
6194 msgid "Not enough space to increase inode size \n"
6197 #: misc/tune2fs.c:2588
6198 msgid "Failed to relocate blocks during inode resize \n"
6201 #: misc/tune2fs.c:2620
6203 "Error in resizing the inode size.\n"
6204 "Run e2undo to undo the file system changes. \n"
6207 #: misc/tune2fs.c:2832
6210 "MMP block magic is bad. Try to fix it by running:\n"
6214 #: misc/tune2fs.c:2844
6215 msgid "Cannot modify a journal device.\n"
6218 #: misc/tune2fs.c:2857
6220 msgid "The inode size is already %lu\n"
6223 #: misc/tune2fs.c:2864
6224 msgid "Shrinking inode size is not supported\n"
6227 #: misc/tune2fs.c:2869
6229 msgid "Invalid inode size %lu (max %d)\n"
6232 #: misc/tune2fs.c:2875
6233 msgid "Resizing inodes could take some time."
6236 #: misc/tune2fs.c:2922
6238 msgid "Setting maximal mount count to %d\n"
6241 #: misc/tune2fs.c:2928
6243 msgid "Setting current mount count to %d\n"
6246 #: misc/tune2fs.c:2933
6248 msgid "Setting error behavior to %d\n"
6251 #: misc/tune2fs.c:2938
6253 msgid "Setting reserved blocks gid to %lu\n"
6256 #: misc/tune2fs.c:2943
6258 msgid "interval between checks is too big (%lu)"
6261 #: misc/tune2fs.c:2950
6263 msgid "Setting interval between checks to %lu seconds\n"
6266 #: misc/tune2fs.c:2957
6268 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6271 #: misc/tune2fs.c:2963
6273 msgid "reserved blocks count is too big (%llu)"
6276 #: misc/tune2fs.c:2970
6278 msgid "Setting reserved blocks count to %llu\n"
6281 #: misc/tune2fs.c:2975
6284 "The filesystem already has sparse superblocks.\n"
6287 #: misc/tune2fs.c:2978
6290 "Setting the sparse superblock flag not supported\n"
6291 "for filesystems with the meta_bg feature enabled.\n"
6294 #: misc/tune2fs.c:2988
6298 "Sparse superblock flag set. %s"
6301 #: misc/tune2fs.c:2993
6304 "Clearing the sparse superblock flag not supported.\n"
6307 #: misc/tune2fs.c:3001
6309 msgid "Setting time filesystem last checked to %s\n"
6312 #: misc/tune2fs.c:3007
6314 msgid "Setting reserved blocks uid to %lu\n"
6317 #: misc/tune2fs.c:3039
6318 msgid "Error in using clear_mmp. It must be used with -f\n"
6321 #: misc/tune2fs.c:3057
6323 "The quota feature may only be changed when the filesystem is unmounted.\n"
6326 #: misc/tune2fs.c:3081
6327 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6330 #: misc/tune2fs.c:3084
6332 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6333 "and re-run this command.\n"
6336 #: misc/tune2fs.c:3093
6337 msgid "Setting UUID on a checksummed filesystem could take some time."
6340 #: misc/tune2fs.c:3118
6341 msgid "Invalid UUID format\n"
6344 #: misc/tune2fs.c:3134
6345 msgid "Need to update journal superblock.\n"
6348 #: misc/tune2fs.c:3159
6349 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6352 #: misc/tune2fs.c:3166
6354 "Changing the inode size not supported for filesystems with the flex_bg\n"
6355 "feature enabled.\n"
6358 #: misc/tune2fs.c:3184
6360 msgid "Setting inode size %lu\n"
6363 #: misc/tune2fs.c:3188
6364 msgid "Failed to change inode size\n"
6367 #: misc/tune2fs.c:3202
6369 msgid "Setting stride size to %d\n"
6372 #: misc/tune2fs.c:3207
6374 msgid "Setting stripe width to %d\n"
6377 #: misc/tune2fs.c:3214
6379 msgid "Setting extended default mount options to '%s'\n"
6382 #: misc/tune2fs.c:3225
6385 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6387 "\te2fsck -E journal_only %s\n"
6389 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6390 "by journal recovery.\n"
6393 #: misc/tune2fs.c:3236
6395 msgid "Recovering journal.\n"
6399 msgid "<proceeding>\n"
6404 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6408 msgid "Proceed anyway? (y,N) "
6412 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6417 msgid "will not make a %s here!\n"
6421 msgid "mke2fs forced anyway.\n"
6425 msgid "Couldn't allocate memory to parse journal options!\n"
6432 "Could not find journal device matching %s\n"
6438 "Bad journal options specified.\n"
6440 "Journal options are separated by commas, and may take an argument which\n"
6441 "\tis set off by an equals ('=') sign.\n"
6443 "Valid journal options are:\n"
6444 "\tsize=<journal size in megabytes>\n"
6445 "\tdevice=<journal device>\n"
6446 "\tlocation=<journal location>\n"
6448 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6455 "Filesystem too small for a journal\n"
6462 "The requested journal size is %d blocks; it must be\n"
6463 "between 1024 and 10240000 blocks. Aborting.\n"
6469 "Journal size too big for filesystem.\n"
6475 "This filesystem will be automatically checked every %d mounts or\n"
6476 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6481 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6486 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6495 msgid "bad arguments"
6511 msgid "bad response length"
6516 msgid "uuidd daemon already running at pid %s\n"
6521 msgid "Couldn't create unix stream socket: %s"
6526 msgid "Couldn't bind unix socket %s: %s\n"
6531 msgid "Couldn't listen on unix socket %s: %s\n"
6536 msgid "Error reading from client, len = %d\n"
6541 msgid "operation %d, incoming num = %d\n"
6546 msgid "Generated time UUID: %s\n"
6551 msgid "Generated random UUID: %s\n"
6556 msgid "Generated time UUID %s and subsequent UUID\n"
6557 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6563 msgid "Generated %d UUID's:\n"
6568 msgid "Invalid operation %d\n"
6571 #: misc/uuidd.c:477 misc/uuidd.c:499
6573 msgid "Bad number: %s\n"
6576 #: misc/uuidd.c:534 misc/uuidd.c:563
6578 msgid "Error calling uuidd daemon (%s): %s\n"
6583 msgid "%s and subsequent UUID\n"
6584 msgid_plural "%s and subsequent %d UUIDs\n"
6589 msgid "List of UUID's:\n"
6594 msgid "Unexpected reply length from server %d\n"
6599 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6604 msgid "Killed uuidd running at pid %d\n"
6607 #: misc/uuidgen.c:32
6609 msgid "Usage: %s [-r] [-t]\n"
6612 #: resize/extent.c:202
6613 msgid "# Extent dump:\n"
6616 #: resize/extent.c:203
6618 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6624 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6630 msgid "Extending the inode table"
6634 msgid "Relocating blocks"
6638 msgid "Scanning inode table"
6642 msgid "Updating inode references"
6646 msgid "Moving inode table"
6650 msgid "Unknown pass?!?"
6655 msgid "Begin pass %d (max = %lu)\n"
6658 #: resize/main.c:162
6661 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6662 "your own risk! Use the force option if you want to go ahead anyway.\n"
6666 #: resize/main.c:365
6668 msgid "while opening %s"
6671 #: resize/main.c:373
6673 msgid "while getting stat information for %s"
6676 #: resize/main.c:449
6679 "Please run 'e2fsck -f %s' first.\n"
6683 #: resize/main.c:468
6685 msgid "Estimated minimum size of the filesystem: %llu\n"
6688 #: resize/main.c:505
6690 msgid "Invalid new size: %s\n"
6693 #: resize/main.c:524
6694 msgid "New size too large to be expressed in 32 bits\n"
6697 #: resize/main.c:532
6699 msgid "New size smaller than minimum (%llu)\n"
6702 #: resize/main.c:538
6703 msgid "Invalid stride length"
6706 #: resize/main.c:562
6709 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6710 "You requested a new size of %llu blocks.\n"
6714 #: resize/main.c:569
6716 msgid "Cannot set and unset 64bit feature.\n"
6719 #: resize/main.c:573
6722 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6726 #: resize/main.c:579
6728 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6731 #: resize/main.c:585
6734 "Please enable the extents feature with tune2fs before enabling the 64bit "
6738 #: resize/main.c:591
6741 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6745 #: resize/main.c:598
6747 msgid "The filesystem is already 64-bit.\n"
6750 #: resize/main.c:603
6752 msgid "The filesystem is already 32-bit.\n"
6755 #: resize/main.c:612
6757 msgid "Converting the filesystem to 64-bit.\n"
6760 #: resize/main.c:614
6762 msgid "Converting the filesystem to 32-bit.\n"
6765 #: resize/main.c:616
6767 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6770 #: resize/main.c:625
6772 msgid "while trying to resize %s"
6775 #: resize/main.c:628
6778 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6779 "after the aborted resize operation.\n"
6782 #: resize/main.c:634
6785 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6789 #: resize/main.c:649
6791 msgid "while trying to truncate %s"
6794 #: resize/online.c:81
6795 msgid "kernel does not support online resize with sparse_super2"
6798 #: resize/online.c:86
6800 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6803 #: resize/online.c:90
6804 msgid "On-line shrinking not supported"
6807 #: resize/online.c:114
6808 msgid "Filesystem does not support online resizing"
6811 #: resize/online.c:122
6812 msgid "Not enough reserved gdt blocks for resizing"
6815 #: resize/online.c:129
6816 msgid "Kernel does not support resizing a file system this large"
6819 #: resize/online.c:137
6821 msgid "while trying to open mountpoint %s"
6824 #: resize/online.c:142
6826 msgid "Old resize interface requested.\n"
6829 #: resize/online.c:161 resize/online.c:178
6830 msgid "Permission denied to resize filesystem"
6833 #: resize/online.c:164 resize/online.c:184
6834 msgid "While checking for on-line resizing support"
6837 #: resize/online.c:181
6838 msgid "Kernel does not support online resizing"
6841 #: resize/online.c:220
6843 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6846 #: resize/online.c:230
6847 msgid "While trying to extend the last group"
6850 #: resize/online.c:284
6852 msgid "While trying to add group #%d"
6855 #: resize/online.c:295
6858 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6862 #: resize/resize2fs.c:759
6864 msgid "inodes (%llu) must be less than %u"
6867 #: resize/resize2fs.c:1037
6868 msgid "reserved blocks"
6871 #: resize/resize2fs.c:1281
6872 msgid "meta-data blocks"
6875 #: resize/resize2fs.c:1385 resize/resize2fs.c:2317
6876 msgid "new meta blocks"
6879 #: resize/resize2fs.c:2540
6880 msgid "Should never happen! No sb in last super_sparse bg?\n"
6883 #: resize/resize2fs.c:2545
6884 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6887 #: resize/resize2fs.c:2618
6888 msgid "Should never happen: resize inode corrupt!\n"
6891 #: lib/ext2fs/ext2_err.c:11
6892 msgid "EXT2FS Library version 1.43.6"
6895 #: lib/ext2fs/ext2_err.c:12
6896 msgid "Wrong magic number for ext2_filsys structure"
6899 #: lib/ext2fs/ext2_err.c:13
6900 msgid "Wrong magic number for badblocks_list structure"
6903 #: lib/ext2fs/ext2_err.c:14
6904 msgid "Wrong magic number for badblocks_iterate structure"
6907 #: lib/ext2fs/ext2_err.c:15
6908 msgid "Wrong magic number for inode_scan structure"
6911 #: lib/ext2fs/ext2_err.c:16
6912 msgid "Wrong magic number for io_channel structure"
6915 #: lib/ext2fs/ext2_err.c:17
6916 msgid "Wrong magic number for unix io_channel structure"
6919 #: lib/ext2fs/ext2_err.c:18
6920 msgid "Wrong magic number for io_manager structure"
6923 #: lib/ext2fs/ext2_err.c:19
6924 msgid "Wrong magic number for block_bitmap structure"
6927 #: lib/ext2fs/ext2_err.c:20
6928 msgid "Wrong magic number for inode_bitmap structure"
6931 #: lib/ext2fs/ext2_err.c:21
6932 msgid "Wrong magic number for generic_bitmap structure"
6935 #: lib/ext2fs/ext2_err.c:22
6936 msgid "Wrong magic number for test io_channel structure"
6939 #: lib/ext2fs/ext2_err.c:23
6940 msgid "Wrong magic number for directory block list structure"
6943 #: lib/ext2fs/ext2_err.c:24
6944 msgid "Wrong magic number for icount structure"
6947 #: lib/ext2fs/ext2_err.c:25
6948 msgid "Wrong magic number for Powerquest io_channel structure"
6951 #: lib/ext2fs/ext2_err.c:26
6952 msgid "Wrong magic number for ext2 file structure"
6955 #: lib/ext2fs/ext2_err.c:27
6956 msgid "Wrong magic number for Ext2 Image Header"
6959 #: lib/ext2fs/ext2_err.c:28
6960 msgid "Wrong magic number for inode io_channel structure"
6963 #: lib/ext2fs/ext2_err.c:29
6964 msgid "Wrong magic number for ext4 extent handle"
6967 #: lib/ext2fs/ext2_err.c:30
6968 msgid "Bad magic number in super-block"
6971 #: lib/ext2fs/ext2_err.c:31
6972 msgid "Filesystem revision too high"
6975 #: lib/ext2fs/ext2_err.c:32
6976 msgid "Attempt to write to filesystem opened read-only"
6979 #: lib/ext2fs/ext2_err.c:33
6980 msgid "Can't read group descriptors"
6983 #: lib/ext2fs/ext2_err.c:34
6984 msgid "Can't write group descriptors"
6987 #: lib/ext2fs/ext2_err.c:35
6988 msgid "Corrupt group descriptor: bad block for block bitmap"
6991 #: lib/ext2fs/ext2_err.c:36
6992 msgid "Corrupt group descriptor: bad block for inode bitmap"
6995 #: lib/ext2fs/ext2_err.c:37
6996 msgid "Corrupt group descriptor: bad block for inode table"
6999 #: lib/ext2fs/ext2_err.c:38
7000 msgid "Can't write an inode bitmap"
7003 #: lib/ext2fs/ext2_err.c:39
7004 msgid "Can't read an inode bitmap"
7007 #: lib/ext2fs/ext2_err.c:40
7008 msgid "Can't write a block bitmap"
7011 #: lib/ext2fs/ext2_err.c:41
7012 msgid "Can't read a block bitmap"
7015 #: lib/ext2fs/ext2_err.c:42
7016 msgid "Can't write an inode table"
7019 #: lib/ext2fs/ext2_err.c:43
7020 msgid "Can't read an inode table"
7023 #: lib/ext2fs/ext2_err.c:44
7024 msgid "Can't read next inode"
7027 #: lib/ext2fs/ext2_err.c:45
7028 msgid "Filesystem has unexpected block size"
7031 #: lib/ext2fs/ext2_err.c:46
7032 msgid "EXT2 directory corrupted"
7035 #: lib/ext2fs/ext2_err.c:47
7036 msgid "Attempt to read block from filesystem resulted in short read"
7039 #: lib/ext2fs/ext2_err.c:48
7040 msgid "Attempt to write block to filesystem resulted in short write"
7043 #: lib/ext2fs/ext2_err.c:49
7044 msgid "No free space in the directory"
7047 #: lib/ext2fs/ext2_err.c:50
7048 msgid "Inode bitmap not loaded"
7051 #: lib/ext2fs/ext2_err.c:51
7052 msgid "Block bitmap not loaded"
7055 #: lib/ext2fs/ext2_err.c:52
7056 msgid "Illegal inode number"
7059 #: lib/ext2fs/ext2_err.c:53
7060 msgid "Illegal block number"
7063 #: lib/ext2fs/ext2_err.c:54
7064 msgid "Internal error in ext2fs_expand_dir"
7067 #: lib/ext2fs/ext2_err.c:55
7068 msgid "Not enough space to build proposed filesystem"
7071 #: lib/ext2fs/ext2_err.c:56
7072 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7075 #: lib/ext2fs/ext2_err.c:57
7076 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7079 #: lib/ext2fs/ext2_err.c:58
7080 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7083 #: lib/ext2fs/ext2_err.c:59
7084 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7087 #: lib/ext2fs/ext2_err.c:60
7088 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7091 #: lib/ext2fs/ext2_err.c:61
7092 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7095 #: lib/ext2fs/ext2_err.c:62
7096 msgid "Attempt to fudge end of block bitmap past the real end"
7099 #: lib/ext2fs/ext2_err.c:63
7100 msgid "Attempt to fudge end of inode bitmap past the real end"
7103 #: lib/ext2fs/ext2_err.c:64
7104 msgid "Illegal indirect block found"
7107 #: lib/ext2fs/ext2_err.c:65
7108 msgid "Illegal doubly indirect block found"
7111 #: lib/ext2fs/ext2_err.c:66
7112 msgid "Illegal triply indirect block found"
7115 #: lib/ext2fs/ext2_err.c:67
7116 msgid "Block bitmaps are not the same"
7119 #: lib/ext2fs/ext2_err.c:68
7120 msgid "Inode bitmaps are not the same"
7123 #: lib/ext2fs/ext2_err.c:69
7124 msgid "Illegal or malformed device name"
7127 #: lib/ext2fs/ext2_err.c:70
7128 msgid "A block group is missing an inode table"
7131 #: lib/ext2fs/ext2_err.c:71
7132 msgid "The ext2 superblock is corrupt"
7135 #: lib/ext2fs/ext2_err.c:72
7136 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7139 #: lib/ext2fs/ext2_err.c:73
7140 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7143 #: lib/ext2fs/ext2_err.c:74
7144 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7147 #: lib/ext2fs/ext2_err.c:75
7148 msgid "Too many symbolic links encountered."
7151 #: lib/ext2fs/ext2_err.c:76
7152 msgid "The callback function will not handle this case"
7155 #: lib/ext2fs/ext2_err.c:77
7156 msgid "The inode is from a bad block in the inode table"
7159 #: lib/ext2fs/ext2_err.c:78
7160 msgid "Filesystem has unsupported feature(s)"
7163 #: lib/ext2fs/ext2_err.c:79
7164 msgid "Filesystem has unsupported read-only feature(s)"
7167 #: lib/ext2fs/ext2_err.c:80
7168 msgid "IO Channel failed to seek on read or write"
7171 #: lib/ext2fs/ext2_err.c:81
7172 msgid "Memory allocation failed"
7175 #: lib/ext2fs/ext2_err.c:82
7176 msgid "Invalid argument passed to ext2 library"
7179 #: lib/ext2fs/ext2_err.c:83
7180 msgid "Could not allocate block in ext2 filesystem"
7183 #: lib/ext2fs/ext2_err.c:84
7184 msgid "Could not allocate inode in ext2 filesystem"
7187 #: lib/ext2fs/ext2_err.c:85
7188 msgid "Ext2 inode is not a directory"
7191 #: lib/ext2fs/ext2_err.c:86
7192 msgid "Too many references in table"
7195 #: lib/ext2fs/ext2_err.c:87
7196 msgid "File not found by ext2_lookup"
7199 #: lib/ext2fs/ext2_err.c:88
7200 msgid "File open read-only"
7203 #: lib/ext2fs/ext2_err.c:89
7204 msgid "Ext2 directory block not found"
7207 #: lib/ext2fs/ext2_err.c:90
7208 msgid "Ext2 directory already exists"
7211 #: lib/ext2fs/ext2_err.c:91
7212 msgid "Unimplemented ext2 library function"
7215 #: lib/ext2fs/ext2_err.c:92
7216 msgid "User cancel requested"
7219 #: lib/ext2fs/ext2_err.c:93
7220 msgid "Ext2 file too big"
7223 #: lib/ext2fs/ext2_err.c:94
7224 msgid "Supplied journal device not a block device"
7227 #: lib/ext2fs/ext2_err.c:95
7228 msgid "Journal superblock not found"
7231 #: lib/ext2fs/ext2_err.c:96
7232 msgid "Journal must be at least 1024 blocks"
7235 #: lib/ext2fs/ext2_err.c:97
7236 msgid "Unsupported journal version"
7239 #: lib/ext2fs/ext2_err.c:98
7240 msgid "Error loading external journal"
7243 #: lib/ext2fs/ext2_err.c:99
7244 msgid "Journal not found"
7247 #: lib/ext2fs/ext2_err.c:100
7248 msgid "Directory hash unsupported"
7251 #: lib/ext2fs/ext2_err.c:101
7252 msgid "Illegal extended attribute block number"
7255 #: lib/ext2fs/ext2_err.c:102
7256 msgid "Cannot create filesystem with requested number of inodes"
7259 #: lib/ext2fs/ext2_err.c:103
7260 msgid "E2image snapshot not in use"
7263 #: lib/ext2fs/ext2_err.c:104
7264 msgid "Too many reserved group descriptor blocks"
7267 #: lib/ext2fs/ext2_err.c:105
7268 msgid "Resize inode is corrupt"
7271 #: lib/ext2fs/ext2_err.c:106
7272 msgid "Tried to set block bmap with missing indirect block"
7275 #: lib/ext2fs/ext2_err.c:107
7276 msgid "TDB: Success"
7279 #: lib/ext2fs/ext2_err.c:108
7280 msgid "TDB: Corrupt database"
7283 #: lib/ext2fs/ext2_err.c:109
7284 msgid "TDB: IO Error"
7287 #: lib/ext2fs/ext2_err.c:110
7288 msgid "TDB: Locking error"
7291 #: lib/ext2fs/ext2_err.c:111
7292 msgid "TDB: Out of memory"
7295 #: lib/ext2fs/ext2_err.c:112
7296 msgid "TDB: Record exists"
7299 #: lib/ext2fs/ext2_err.c:113
7300 msgid "TDB: Lock exists on other keys"
7303 #: lib/ext2fs/ext2_err.c:114
7304 msgid "TDB: Invalid parameter"
7307 #: lib/ext2fs/ext2_err.c:115
7308 msgid "TDB: Record does not exist"
7311 #: lib/ext2fs/ext2_err.c:116
7312 msgid "TDB: Write not permitted"
7315 #: lib/ext2fs/ext2_err.c:117
7316 msgid "Ext2fs directory block list is empty"
7319 #: lib/ext2fs/ext2_err.c:118
7320 msgid "Attempt to modify a block mapping via a read-only block iterator"
7323 #: lib/ext2fs/ext2_err.c:119
7324 msgid "Wrong magic number for ext4 extent saved path"
7327 #: lib/ext2fs/ext2_err.c:120
7328 msgid "Wrong magic number for 64-bit generic bitmap"
7331 #: lib/ext2fs/ext2_err.c:121
7332 msgid "Wrong magic number for 64-bit block bitmap"
7335 #: lib/ext2fs/ext2_err.c:122
7336 msgid "Wrong magic number for 64-bit inode bitmap"
7339 #: lib/ext2fs/ext2_err.c:123
7340 msgid "Wrong magic number --- RESERVED_13"
7343 #: lib/ext2fs/ext2_err.c:124
7344 msgid "Wrong magic number --- RESERVED_14"
7347 #: lib/ext2fs/ext2_err.c:125
7348 msgid "Wrong magic number --- RESERVED_15"
7351 #: lib/ext2fs/ext2_err.c:126
7352 msgid "Wrong magic number --- RESERVED_16"
7355 #: lib/ext2fs/ext2_err.c:127
7356 msgid "Wrong magic number --- RESERVED_17"
7359 #: lib/ext2fs/ext2_err.c:128
7360 msgid "Wrong magic number --- RESERVED_18"
7363 #: lib/ext2fs/ext2_err.c:129
7364 msgid "Wrong magic number --- RESERVED_19"
7367 #: lib/ext2fs/ext2_err.c:130
7368 msgid "Corrupt extent header"
7371 #: lib/ext2fs/ext2_err.c:131
7372 msgid "Corrupt extent index"
7375 #: lib/ext2fs/ext2_err.c:132
7376 msgid "Corrupt extent"
7379 #: lib/ext2fs/ext2_err.c:133
7380 msgid "No free space in extent map"
7383 #: lib/ext2fs/ext2_err.c:134
7384 msgid "Inode does not use extents"
7387 #: lib/ext2fs/ext2_err.c:135
7388 msgid "No 'next' extent"
7391 #: lib/ext2fs/ext2_err.c:136
7392 msgid "No 'previous' extent"
7395 #: lib/ext2fs/ext2_err.c:137
7396 msgid "No 'up' extent"
7399 #: lib/ext2fs/ext2_err.c:138
7400 msgid "No 'down' extent"
7403 #: lib/ext2fs/ext2_err.c:139
7404 msgid "No current node"
7407 #: lib/ext2fs/ext2_err.c:140
7408 msgid "Ext2fs operation not supported"
7411 #: lib/ext2fs/ext2_err.c:141
7412 msgid "No room to insert extent in node"
7415 #: lib/ext2fs/ext2_err.c:142
7416 msgid "Splitting would result in empty node"
7419 #: lib/ext2fs/ext2_err.c:143
7420 msgid "Extent not found"
7423 #: lib/ext2fs/ext2_err.c:144
7424 msgid "Operation not supported for inodes containing extents"
7427 #: lib/ext2fs/ext2_err.c:145
7428 msgid "Extent length is invalid"
7431 #: lib/ext2fs/ext2_err.c:146
7432 msgid "I/O Channel does not support 64-bit block numbers"
7435 #: lib/ext2fs/ext2_err.c:147
7436 msgid "Can't check if filesystem is mounted due to missing mtab file"
7439 #: lib/ext2fs/ext2_err.c:148
7440 msgid "Filesystem too large to use legacy bitmaps"
7443 #: lib/ext2fs/ext2_err.c:149
7444 msgid "MMP: invalid magic number"
7447 #: lib/ext2fs/ext2_err.c:150
7448 msgid "MMP: device currently active"
7451 #: lib/ext2fs/ext2_err.c:151
7452 msgid "MMP: fsck being run"
7455 #: lib/ext2fs/ext2_err.c:152
7456 msgid "MMP: block number beyond filesystem range"
7459 #: lib/ext2fs/ext2_err.c:153
7460 msgid "MMP: undergoing an unknown operation"
7463 #: lib/ext2fs/ext2_err.c:154
7464 msgid "MMP: filesystem still in use"
7467 #: lib/ext2fs/ext2_err.c:155
7468 msgid "MMP: open with O_DIRECT failed"
7471 #: lib/ext2fs/ext2_err.c:156
7472 msgid "Block group descriptor size incorrect"
7475 #: lib/ext2fs/ext2_err.c:157
7476 msgid "Inode checksum does not match inode"
7479 #: lib/ext2fs/ext2_err.c:158
7480 msgid "Inode bitmap checksum does not match bitmap"
7483 #: lib/ext2fs/ext2_err.c:159
7484 msgid "Extent block checksum does not match extent block"
7487 #: lib/ext2fs/ext2_err.c:160
7488 msgid "Directory block does not have space for checksum"
7491 #: lib/ext2fs/ext2_err.c:161
7492 msgid "Directory block checksum does not match directory block"
7495 #: lib/ext2fs/ext2_err.c:162
7496 msgid "Extended attribute block checksum does not match block"
7499 #: lib/ext2fs/ext2_err.c:163
7500 msgid "Superblock checksum does not match superblock"
7503 #: lib/ext2fs/ext2_err.c:164
7504 msgid "Unknown checksum algorithm"
7507 #: lib/ext2fs/ext2_err.c:165
7508 msgid "MMP block checksum does not match MMP block"
7511 #: lib/ext2fs/ext2_err.c:166
7512 msgid "Ext2 file already exists"
7515 #: lib/ext2fs/ext2_err.c:167
7516 msgid "Block bitmap checksum does not match bitmap"
7519 #: lib/ext2fs/ext2_err.c:168
7520 msgid "Cannot iterate data blocks of an inode containing inline data"
7523 #: lib/ext2fs/ext2_err.c:169
7524 msgid "Extended attribute has an invalid name length"
7527 #: lib/ext2fs/ext2_err.c:170
7528 msgid "Extended attribute has an invalid value length"
7531 #: lib/ext2fs/ext2_err.c:171
7532 msgid "Extended attribute has an incorrect hash"
7535 #: lib/ext2fs/ext2_err.c:172
7536 msgid "Extended attribute block has a bad header"
7539 #: lib/ext2fs/ext2_err.c:173
7540 msgid "Extended attribute key not found"
7543 #: lib/ext2fs/ext2_err.c:174
7544 msgid "Insufficient space to store extended attribute data"
7547 #: lib/ext2fs/ext2_err.c:175
7548 msgid "Filesystem is missing ext_attr or inline_data feature"
7551 #: lib/ext2fs/ext2_err.c:176
7552 msgid "Inode doesn't have inline data"
7555 #: lib/ext2fs/ext2_err.c:177
7556 msgid "No block for an inode with inline data"
7559 #: lib/ext2fs/ext2_err.c:178
7560 msgid "No free space in inline data"
7563 #: lib/ext2fs/ext2_err.c:179
7564 msgid "Wrong magic number for extended attribute structure"
7567 #: lib/ext2fs/ext2_err.c:180
7568 msgid "Inode seems to contain garbage"
7571 #: lib/ext2fs/ext2_err.c:181
7572 msgid "Extended attribute has an invalid value offset"
7575 #: lib/ext2fs/ext2_err.c:182
7576 msgid "Journal flags inconsistent"
7579 #: lib/ext2fs/ext2_err.c:183
7580 msgid "Undo file corrupt"
7583 #: lib/ext2fs/ext2_err.c:184
7584 msgid "Wrong undo file for this filesystem"
7587 #: lib/ext2fs/ext2_err.c:185
7588 msgid "File system is corrupted"
7591 #: lib/ext2fs/ext2_err.c:186
7592 msgid "Bad CRC detected in file system"
7595 #: lib/ext2fs/ext2_err.c:187
7596 msgid "The journal superblock is corrupt"
7599 #: lib/ext2fs/ext2_err.c:188
7600 msgid "Inode is corrupted"
7603 #: lib/support/prof_err.c:11
7604 msgid "Profile version 0.0"
7607 #: lib/support/prof_err.c:12
7608 msgid "Bad magic value in profile_node"
7611 #: lib/support/prof_err.c:13
7612 msgid "Profile section not found"
7615 #: lib/support/prof_err.c:14
7616 msgid "Profile relation not found"
7619 #: lib/support/prof_err.c:15
7620 msgid "Attempt to add a relation to node which is not a section"
7623 #: lib/support/prof_err.c:16
7624 msgid "A profile section header has a non-zero value"
7627 #: lib/support/prof_err.c:17
7628 msgid "Bad linked list in profile structures"
7631 #: lib/support/prof_err.c:18
7632 msgid "Bad group level in profile structures"
7635 #: lib/support/prof_err.c:19
7636 msgid "Bad parent pointer in profile structures"
7639 #: lib/support/prof_err.c:20
7640 msgid "Bad magic value in profile iterator"
7643 #: lib/support/prof_err.c:21
7644 msgid "Can't set value on section node"
7647 #: lib/support/prof_err.c:22
7648 msgid "Invalid argument passed to profile library"
7651 #: lib/support/prof_err.c:23
7652 msgid "Attempt to modify read-only profile"
7655 #: lib/support/prof_err.c:24
7656 msgid "Profile section header not at top level"
7659 #: lib/support/prof_err.c:25
7660 msgid "Syntax error in profile section header"
7663 #: lib/support/prof_err.c:26
7664 msgid "Syntax error in profile relation"
7667 #: lib/support/prof_err.c:27
7668 msgid "Extra closing brace in profile"
7671 #: lib/support/prof_err.c:28
7672 msgid "Missing open brace in profile"
7675 #: lib/support/prof_err.c:29
7676 msgid "Bad magic value in profile_t"
7679 #: lib/support/prof_err.c:30
7680 msgid "Bad magic value in profile_section_t"
7683 #: lib/support/prof_err.c:31
7684 msgid "Iteration through all top level section not supported"
7687 #: lib/support/prof_err.c:32
7688 msgid "Invalid profile_section object"
7691 #: lib/support/prof_err.c:33
7692 msgid "No more sections"
7695 #: lib/support/prof_err.c:34
7696 msgid "Bad nameset passed to query routine"
7699 #: lib/support/prof_err.c:35
7700 msgid "No profile file open"
7703 #: lib/support/prof_err.c:36
7704 msgid "Bad magic value in profile_file_t"
7707 #: lib/support/prof_err.c:37
7708 msgid "Couldn't open profile file"
7711 #: lib/support/prof_err.c:38
7712 msgid "Section already exists"
7715 #: lib/support/prof_err.c:39
7716 msgid "Invalid boolean value"
7719 #: lib/support/prof_err.c:40
7720 msgid "Invalid integer value"
7723 #: lib/support/prof_err.c:41
7724 msgid "Bad magic value in profile_file_data_t"
7727 #: lib/support/plausible.c:118
7729 msgid "\tlast mounted on %s on %s"
7732 #: lib/support/plausible.c:121
7734 msgid "\tlast mounted on %s"
7737 #: lib/support/plausible.c:124
7739 msgid "\tcreated on %s"
7742 #: lib/support/plausible.c:127
7744 msgid "\tlast modified on %s"
7747 #: lib/support/plausible.c:161
7749 msgid "Found a %s partition table in %s\n"
7752 #: lib/support/plausible.c:191
7754 msgid "The file %s does not exist and no size was specified.\n"
7757 #: lib/support/plausible.c:199
7759 msgid "Creating regular file %s\n"
7762 #: lib/support/plausible.c:202
7764 msgid "Could not open %s: %s\n"
7767 #: lib/support/plausible.c:205
7770 "The device apparently does not exist; did you specify it correctly?\n"
7773 #: lib/support/plausible.c:227
7775 msgid "%s is not a block special device.\n"
7778 #: lib/support/plausible.c:249
7780 msgid "%s contains a %s file system labelled '%s'\n"
7783 #: lib/support/plausible.c:252
7785 msgid "%s contains a %s file system\n"
7788 #: lib/support/plausible.c:276
7790 msgid "%s contains `%s' data\n"