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, 2018 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2018.
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.9\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2018-02-08 00:11-0500\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:1536
99 #: e2fsck/unix.c:1629 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:2723 misc/tune2fs.c:2817 resize/main.c:414
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:1062
202 msgid "while opening %s for flushing"
205 #: e2fsck/iscan.c:86 e2fsck/unix.c:1068 resize/main.c:383
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:1210
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:207
2831 msgid "while calling ext2fs_block_iterate for inode %u"
2834 #: e2fsck/super.c:230
2836 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
2839 #: e2fsck/super.c:291
2843 #: e2fsck/super.c:292
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:136
2880 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2883 #: e2fsck/unix.c:162
2887 "%12u inode used (%2.2f%%, out of %u)\n"
2890 "%12u inodes used (%2.2f%%, out of %u)\n"
2894 #: e2fsck/unix.c:166
2896 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2897 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2901 #: e2fsck/unix.c:171
2903 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2904 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2908 #: e2fsck/unix.c:176
2910 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2913 #: e2fsck/unix.c:184
2914 msgid " Extent depth histogram: "
2917 #: e2fsck/unix.c:193
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:197
2926 msgid "%12u bad block\n"
2927 msgid_plural "%12u bad blocks\n"
2931 #: e2fsck/unix.c:199
2933 msgid "%12u large file\n"
2934 msgid_plural "%12u large files\n"
2938 #: e2fsck/unix.c:201
2942 "%12u regular file\n"
2945 "%12u regular files\n"
2949 #: e2fsck/unix.c:203
2951 msgid "%12u directory\n"
2952 msgid_plural "%12u directories\n"
2956 #: e2fsck/unix.c:205
2958 msgid "%12u character device file\n"
2959 msgid_plural "%12u character device files\n"
2963 #: e2fsck/unix.c:208
2965 msgid "%12u block device file\n"
2966 msgid_plural "%12u block device files\n"
2970 #: e2fsck/unix.c:210
2973 msgid_plural "%12u fifos\n"
2977 #: e2fsck/unix.c:212
2980 msgid_plural "%12u links\n"
2984 #: e2fsck/unix.c:214
2986 msgid "%12u symbolic link"
2987 msgid_plural "%12u symbolic links"
2991 #: e2fsck/unix.c:216
2993 msgid " (%u fast symbolic link)\n"
2994 msgid_plural " (%u fast symbolic links)\n"
2998 #: e2fsck/unix.c:220
3000 msgid "%12u socket\n"
3001 msgid_plural "%12u sockets\n"
3005 #: e2fsck/unix.c:224
3008 msgid_plural "%12u files\n"
3012 #: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:2908 misc/util.c:126
3013 #: resize/main.c:354
3015 msgid "while determining whether %s is mounted."
3018 #: e2fsck/unix.c:258
3020 msgid "Warning! %s is mounted.\n"
3023 #: e2fsck/unix.c:261
3025 msgid "Warning! %s is in use.\n"
3028 #: e2fsck/unix.c:267
3030 msgid "%s is mounted.\n"
3033 #: e2fsck/unix.c:269
3035 msgid "%s is in use.\n"
3038 #: e2fsck/unix.c:271
3040 "Cannot continue, aborting.\n"
3044 #: e2fsck/unix.c:273
3048 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3049 "cause ***SEVERE*** filesystem damage.\n"
3053 #: e2fsck/unix.c:278
3054 msgid "Do you really want to continue"
3057 #: e2fsck/unix.c:280
3058 msgid "check aborted.\n"
3061 #: e2fsck/unix.c:373
3062 msgid " contains a file system with errors"
3065 #: e2fsck/unix.c:375
3066 msgid " was not cleanly unmounted"
3069 #: e2fsck/unix.c:377
3070 msgid " primary superblock features different from backup"
3073 #: e2fsck/unix.c:381
3075 msgid " has been mounted %u times without being checked"
3078 #: e2fsck/unix.c:388
3079 msgid " has filesystem last checked time in the future"
3082 #: e2fsck/unix.c:394
3084 msgid " has gone %u days without being checked"
3087 #: e2fsck/unix.c:403
3088 msgid ", check forced.\n"
3091 #: e2fsck/unix.c:436
3093 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3096 #: e2fsck/unix.c:456
3097 msgid " (check deferred; on battery)"
3100 #: e2fsck/unix.c:459
3101 msgid " (check after next mount)"
3104 #: e2fsck/unix.c:461
3106 msgid " (check in %ld mounts)"
3109 #: e2fsck/unix.c:611
3111 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3114 #: e2fsck/unix.c:681
3115 msgid "Invalid EA version.\n"
3118 #: e2fsck/unix.c:694
3119 msgid "Invalid readahead buffer size.\n"
3122 #: e2fsck/unix.c:739
3124 msgid "Unknown extended option: %s\n"
3127 #: e2fsck/unix.c:747
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:751
3136 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3139 #: e2fsck/unix.c:760
3140 msgid "\treadahead_kb=<buffer size>\n"
3143 #: e2fsck/unix.c:771
3146 "Syntax error in e2fsck config file (%s, line #%d)\n"
3150 #: e2fsck/unix.c:844
3152 msgid "Error validating file descriptor %d: %s\n"
3155 #: e2fsck/unix.c:848
3156 msgid "Invalid completion information file descriptor"
3159 #: e2fsck/unix.c:863
3160 msgid "Only one of the options -p/-a, -n or -y may be specified."
3163 #: e2fsck/unix.c:884
3165 msgid "The -t option is not supported on this version of e2fsck.\n"
3168 #: e2fsck/unix.c:915 e2fsck/unix.c:992 misc/e2initrd_helper.c:330
3169 #: misc/tune2fs.c:1627 misc/tune2fs.c:1922 misc/tune2fs.c:1940
3171 msgid "Unable to resolve '%s'"
3174 #: e2fsck/unix.c:971
3175 msgid "The -n and -D options are incompatible."
3178 #: e2fsck/unix.c:976
3179 msgid "The -n and -c options are incompatible."
3182 #: e2fsck/unix.c:981
3183 msgid "The -n and -l/-L options are incompatible."
3186 #: e2fsck/unix.c:1005
3187 msgid "The -D and -E fixes_only options are incompatible."
3190 #: e2fsck/unix.c:1011
3191 msgid "The -E bmap2extent and fixes_only options are incompatible."
3194 #: e2fsck/unix.c:1075
3195 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3198 #: e2fsck/unix.c:1122
3201 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3205 #: e2fsck/unix.c:1131
3209 "Invalid non-numeric argument to -%c (\"%s\")\n"
3213 #: e2fsck/unix.c:1222
3216 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3220 #: e2fsck/unix.c:1239 e2fsck/unix.c:1244
3221 msgid "while checking MMP block"
3224 #: e2fsck/unix.c:1246 misc/tune2fs.c:2822
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:1261
3231 msgid "while reading MMP block"
3234 #: e2fsck/unix.c:1281 e2fsck/unix.c:1333 misc/e2undo.c:230 misc/e2undo.c:275
3235 #: misc/mke2fs.c:2567 misc/mke2fs.c:2618 misc/tune2fs.c:2640
3236 #: misc/tune2fs.c:2685 resize/main.c:188 resize/main.c:233
3239 "Overwriting existing filesystem; this can be undone using the command:\n"
3244 #: e2fsck/unix.c:1322 misc/e2undo.c:264 misc/mke2fs.c:2607 misc/tune2fs.c:2674
3245 #: resize/main.c:222
3247 msgid "while trying to delete %s"
3250 #: e2fsck/unix.c:1348 misc/mke2fs.c:2633 resize/main.c:243
3251 msgid "while trying to setup undo file\n"
3254 #: e2fsck/unix.c:1391
3255 msgid "Error: ext2fs library version out of date!\n"
3258 #: e2fsck/unix.c:1398
3259 msgid "while trying to initialize program"
3262 #: e2fsck/unix.c:1421
3264 msgid "\tUsing %s, %s\n"
3267 #: e2fsck/unix.c:1433
3268 msgid "need terminal for interactive repairs"
3271 #: e2fsck/unix.c:1494
3273 msgid "%s: %s trying backup blocks...\n"
3276 #: e2fsck/unix.c:1496
3277 msgid "Superblock invalid,"
3280 #: e2fsck/unix.c:1497
3281 msgid "Group descriptors look bad..."
3284 #: e2fsck/unix.c:1507
3286 msgid "%s: %s while using the backup blocks"
3289 #: e2fsck/unix.c:1511
3291 msgid "%s: going back to original superblock\n"
3294 #: e2fsck/unix.c:1540
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:1547
3302 msgid "Could this be a zero-length partition?\n"
3305 #: e2fsck/unix.c:1549
3307 msgid "You must have %s access to the filesystem or be root\n"
3310 #: e2fsck/unix.c:1555
3311 msgid "Possibly non-existent or swap device?\n"
3314 #: e2fsck/unix.c:1557
3315 msgid "Filesystem mounted or opened exclusively by another program?\n"
3318 #: e2fsck/unix.c:1561
3319 msgid "Possibly non-existent device?\n"
3322 #: e2fsck/unix.c:1564
3324 "Disk write-protected; use the -n option to do a read-only\n"
3325 "check of the device.\n"
3328 #: e2fsck/unix.c:1632
3329 msgid "Get a newer version of e2fsck!"
3332 #: e2fsck/unix.c:1676
3334 msgid "while checking journal for %s"
3337 #: e2fsck/unix.c:1679
3338 msgid "Cannot proceed with file system check"
3341 #: e2fsck/unix.c:1690
3343 "Warning: skipping journal recovery because doing a read-only filesystem "
3347 #: e2fsck/unix.c:1702
3349 msgid "unable to set superblock flags on %s\n"
3352 #: e2fsck/unix.c:1708
3354 msgid "Journal checksum error found in %s\n"
3357 #: e2fsck/unix.c:1712
3359 msgid "Journal corrupted in %s\n"
3362 #: e2fsck/unix.c:1716
3364 msgid "while recovering journal of %s"
3367 #: e2fsck/unix.c:1738
3369 msgid "%s has unsupported feature(s):"
3372 #: e2fsck/unix.c:1797
3374 msgid "%s: %s while reading bad blocks inode\n"
3377 #: e2fsck/unix.c:1800
3378 msgid "This doesn't bode well, but we'll try to go on...\n"
3381 #: e2fsck/unix.c:1840
3383 msgid "Creating journal (%d blocks): "
3386 #: e2fsck/unix.c:1850
3390 #: e2fsck/unix.c:1852
3393 "*** journal has been regenerated ***\n"
3396 #: e2fsck/unix.c:1858
3400 #: e2fsck/unix.c:1860
3402 msgid "%s: e2fsck canceled.\n"
3405 #: e2fsck/unix.c:1887
3406 msgid "Restarting e2fsck from the beginning...\n"
3409 #: e2fsck/unix.c:1891
3410 msgid "while resetting context"
3413 #: e2fsck/unix.c:1942
3417 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3420 #: e2fsck/unix.c:1944
3422 msgid "%s: File system was modified.\n"
3425 #: e2fsck/unix.c:1948 e2fsck/util.c:71
3429 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3432 #: e2fsck/unix.c:1953
3434 msgid "%s: ***** REBOOT SYSTEM *****\n"
3437 #: e2fsck/unix.c:1961 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] [-svwnfBX]\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:76 misc/create_inode.c:115
3843 msgid "while reading inode %u"
3846 #: misc/create_inode.c:86 misc/create_inode.c:278 misc/create_inode.c:342
3847 #: misc/create_inode.c:380
3848 msgid "while expanding directory"
3851 #: misc/create_inode.c:93
3853 msgid "while linking \"%s\""
3856 #: misc/create_inode.c:101 misc/create_inode.c:128 misc/create_inode.c:312
3858 msgid "while writing inode %u"
3861 #: misc/create_inode.c:145 misc/create_inode.c:169
3863 msgid "while listing attributes of \"%s\""
3866 #: misc/create_inode.c:156
3868 msgid "while opening inode %u"
3871 #: misc/create_inode.c:162 misc/create_inode.c:189 misc/create_inode.c:911
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:182 misc/create_inode.c:198
3879 msgid "while reading attribute \"%s\" of \"%s\""
3882 #: misc/create_inode.c:207
3884 msgid "while writing attribute \"%s\" to inode %u"
3887 #: misc/create_inode.c:217
3889 msgid "while closing inode %u"
3892 #: misc/create_inode.c:265
3894 msgid "while allocating inode \"%s\""
3897 #: misc/create_inode.c:284
3899 msgid "while creating inode \"%s\""
3902 #: misc/create_inode.c:349
3904 msgid "while creating symlink \"%s\""
3907 #: misc/create_inode.c:367 misc/create_inode.c:844
3909 msgid "while looking up \"%s\""
3912 #: misc/create_inode.c:387
3914 msgid "while creating directory \"%s\""
3917 #: misc/create_inode.c:615
3919 msgid "while opening \"%s\" to copy"
3922 #: misc/create_inode.c:707
3924 msgid "while changing working directory to \"%s\""
3927 #: misc/create_inode.c:715
3929 msgid "while opening directory \"%s\""
3932 #: misc/create_inode.c:725
3934 msgid "while lstat \"%s\""
3937 #: misc/create_inode.c:758
3939 msgid "while creating special file \"%s\""
3942 #: misc/create_inode.c:767
3943 msgid "malloc failed"
3946 #: misc/create_inode.c:775
3948 msgid "while trying to read link \"%s\""
3951 #: misc/create_inode.c:782
3952 msgid "symlink increased in size between lstat() and readlink()"
3955 #: misc/create_inode.c:793
3957 msgid "while writing symlink\"%s\""
3960 #: misc/create_inode.c:803
3962 msgid "while writing file \"%s\""
3965 #: misc/create_inode.c:816
3967 msgid "while making dir \"%s\""
3970 #: misc/create_inode.c:833
3971 msgid "while changing directory"
3974 #: misc/create_inode.c:839
3976 msgid "ignoring entry \"%s\""
3979 #: misc/create_inode.c:852
3981 msgid "while setting inode for \"%s\""
3984 #: misc/create_inode.c:859
3986 msgid "while setting xattrs for \"%s\""
3989 #: misc/create_inode.c:877
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:364
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:213
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:1959
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:2835
4172 #: resize/main.c:416
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 ] [ -f ] 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:3008
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:1619
4470 msgid "Usage: e2label device [newlabel]\n"
4473 #: misc/e2undo.c:118
4476 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4480 #: misc/e2undo.c:143
4481 msgid "The file system superblock doesn't match the undo file.\n"
4484 #: misc/e2undo.c:146
4485 msgid "UUID does not match.\n"
4488 #: misc/e2undo.c:148
4489 msgid "Last mount time does not match.\n"
4492 #: misc/e2undo.c:150
4493 msgid "Last write time does not match.\n"
4496 #: misc/e2undo.c:152
4497 msgid "Lifetime write counter does not match.\n"
4500 #: misc/e2undo.c:166
4501 msgid "while reading filesystem superblock."
4504 #: misc/e2undo.c:182
4505 msgid "while fetching superblock"
4508 #: misc/e2undo.c:195
4510 msgid "Undo file superblock checksum doesn't match.\n"
4513 #: misc/e2undo.c:334
4515 msgid "illegal offset - %s"
4518 #: misc/e2undo.c:358
4520 msgid "Will not write to an undo file while replaying it.\n"
4523 #: misc/e2undo.c:367
4525 msgid "while opening undo file `%s'\n"
4528 #: misc/e2undo.c:374
4529 msgid "while reading undo file"
4532 #: misc/e2undo.c:379
4534 msgid "%s: Not an undo file.\n"
4537 #: misc/e2undo.c:390
4539 msgid "%s: Header checksum doesn't match.\n"
4542 #: misc/e2undo.c:397
4544 msgid "%s: Corrupt undo file header.\n"
4547 #: misc/e2undo.c:401
4549 msgid "%s: Undo block size too large.\n"
4552 #: misc/e2undo.c:406
4554 msgid "%s: Undo block size too small.\n"
4557 #: misc/e2undo.c:419
4559 msgid "%s: Unknown undo file feature set.\n"
4562 #: misc/e2undo.c:427
4564 msgid "Error while determining whether %s is mounted."
4567 #: misc/e2undo.c:433
4568 msgid "e2undo should only be run on unmounted filesystems"
4571 #: misc/e2undo.c:449
4573 msgid "while opening `%s'"
4576 #: misc/e2undo.c:460
4577 msgid "specified offset is too large"
4580 #: misc/e2undo.c:501
4581 msgid "while reading keys"
4584 #: misc/e2undo.c:513
4586 msgid "%s: wrong key magic at %llu\n"
4589 #: misc/e2undo.c:523
4591 msgid "%s: key block checksum error at %llu.\n"
4594 #: misc/e2undo.c:546
4596 msgid "%s: block %llu is too long."
4599 #: misc/e2undo.c:558 misc/e2undo.c:594
4601 msgid "while fetching block %llu."
4604 #: misc/e2undo.c:570
4606 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4609 #: misc/e2undo.c:609
4611 msgid "while writing block %llu."
4614 #: misc/e2undo.c:615
4616 msgid "Undo file corruption; run e2fsck NOW!\n"
4619 #: misc/e2undo.c:617
4621 msgid "IO error during replay; run e2fsck NOW!\n"
4624 #: misc/e2undo.c:620
4626 msgid "Incomplete undo record; run e2fsck.\n"
4629 #: misc/findsuper.c:110
4631 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4634 #: misc/findsuper.c:155
4636 msgid "skipbytes should be a number, not %s\n"
4639 #: misc/findsuper.c:162
4641 msgid "skipbytes must be a multiple of the sector size\n"
4644 #: misc/findsuper.c:169
4646 msgid "startkb should be a number, not %s\n"
4649 #: misc/findsuper.c:175
4651 msgid "startkb should be positive, not %llu\n"
4654 #: misc/findsuper.c:186
4656 msgid "starting at %llu, with %u byte increments\n"
4659 #: misc/findsuper.c:188
4662 "[*] probably superblock written in the ext3 journal superblock,\n"
4663 "\tso start/end/grp wrong\n"
4666 #: misc/findsuper.c:190
4669 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4670 "mount_time sb_uuid label\n"
4673 #: misc/findsuper.c:264
4677 "%11Lu: finished with errno %d\n"
4682 msgid "WARNING: couldn't open %s: %s\n"
4687 msgid "WARNING: bad format on line %d of %s\n"
4692 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4693 "\tfield. I will kludge around things for you, but you\n"
4694 "\tshould fix your /etc/fstab file as soon as you can.\n"
4700 msgid "fsck: %s: not found\n"
4705 msgid "%s: wait: No more child process?!?\n"
4710 msgid "Warning... %s for device %s exited with signal %d.\n"
4715 msgid "%s %s: status is %x, should never happen.\n"
4720 msgid "Finished with %s (exit status %d)\n"
4725 msgid "%s: Error %d while executing fsck.%s for %s\n"
4730 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4731 "with 'no' or '!'.\n"
4735 msgid "Couldn't allocate memory for filesystem types\n"
4741 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4747 msgid "fsck: cannot check %s: fsck.%s not found\n"
4751 msgid "Checking all file systems.\n"
4756 msgid "--waiting-- (pass %d)\n"
4761 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4766 msgid "%s: too many devices\n"
4769 #: misc/fsck.c:1153 misc/fsck.c:1239
4771 msgid "%s: too many arguments\n"
4774 #: misc/fuse2fs.c:3745
4775 msgid "Mounting read-only.\n"
4778 #: misc/fuse2fs.c:3769
4780 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4783 #: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
4788 #: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3237
4790 msgid "Please run e2fsck -fy %s.\n"
4793 #: misc/fuse2fs.c:3803
4794 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4797 #: misc/fuse2fs.c:3811
4799 msgid "%s: Writing to the journal is not supported.\n"
4802 #: misc/fuse2fs.c:3826
4803 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4806 #: misc/fuse2fs.c:3830
4807 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4810 #: misc/fuse2fs.c:3835
4811 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4814 #: misc/fuse2fs.c:3839
4815 msgid "Orphans detected; running e2fsck is recommended.\n"
4818 #: misc/fuse2fs.c:3843
4819 msgid "Errors detected; running e2fsck is required.\n"
4824 msgid "Usage: %s [-RVadlpv] [files...]\n"
4829 msgid "While reading flags on %s"
4834 msgid "While reading project on %s"
4837 #: misc/lsattr.c:102
4839 msgid "While reading version on %s"
4842 #: misc/mke2fs.c:124
4845 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4846 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4847 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4848 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4849 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4850 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4851 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4853 "\t[-jnqvDFSV] device [blocks-count]\n"
4856 #: misc/mke2fs.c:255
4858 msgid "Running command: %s\n"
4861 #: misc/mke2fs.c:259
4863 msgid "while trying to run '%s'"
4866 #: misc/mke2fs.c:266
4867 msgid "while processing list of bad blocks from program"
4870 #: misc/mke2fs.c:293
4872 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4875 #: misc/mke2fs.c:295
4877 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4880 #: misc/mke2fs.c:298
4881 msgid "Aborting....\n"
4884 #: misc/mke2fs.c:318
4887 "Warning: the backup superblock/group descriptors at block %u contain\n"
4892 #: misc/mke2fs.c:337
4893 msgid "while marking bad blocks as used"
4896 #: misc/mke2fs.c:408
4897 msgid "Writing inode tables: "
4900 #: misc/mke2fs.c:430
4904 "Could not write %d blocks in inode table starting at %llu: %s\n"
4907 #: misc/mke2fs.c:444 misc/mke2fs.c:2680 misc/mke2fs.c:3063
4911 #: misc/mke2fs.c:459
4912 msgid "while creating root dir"
4915 #: misc/mke2fs.c:466
4916 msgid "while reading root inode"
4919 #: misc/mke2fs.c:478
4920 msgid "while setting root inode ownership"
4923 #: misc/mke2fs.c:496
4924 msgid "while creating /lost+found"
4927 #: misc/mke2fs.c:503
4928 msgid "while looking up /lost+found"
4931 #: misc/mke2fs.c:516
4932 msgid "while expanding /lost+found"
4935 #: misc/mke2fs.c:531
4936 msgid "while setting bad block inode"
4939 #: misc/mke2fs.c:558
4941 msgid "Out of memory erasing sectors %d-%d\n"
4944 #: misc/mke2fs.c:568
4946 msgid "Warning: could not read block 0: %s\n"
4949 #: misc/mke2fs.c:584
4951 msgid "Warning: could not erase sector %d: %s\n"
4954 #: misc/mke2fs.c:600
4955 msgid "while initializing journal superblock"
4958 #: misc/mke2fs.c:608
4959 msgid "Zeroing journal device: "
4962 #: misc/mke2fs.c:620
4964 msgid "while zeroing journal device (block %llu, count %d)"
4967 #: misc/mke2fs.c:638
4968 msgid "while writing journal superblock"
4971 #: misc/mke2fs.c:653
4973 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4976 #: misc/mke2fs.c:661
4979 "warning: %llu blocks unused.\n"
4983 #: misc/mke2fs.c:666
4985 msgid "Filesystem label=%s\n"
4988 #: misc/mke2fs.c:669
4990 msgid "OS type: %s\n"
4993 #: misc/mke2fs.c:671
4995 msgid "Block size=%u (log=%u)\n"
4998 #: misc/mke2fs.c:674
5000 msgid "Cluster size=%u (log=%u)\n"
5003 #: misc/mke2fs.c:678
5005 msgid "Fragment size=%u (log=%u)\n"
5008 #: misc/mke2fs.c:680
5010 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5013 #: misc/mke2fs.c:682
5015 msgid "%u inodes, %llu blocks\n"
5018 #: misc/mke2fs.c:684
5020 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5023 #: misc/mke2fs.c:687
5025 msgid "First data block=%u\n"
5028 #: misc/mke2fs.c:689
5030 msgid "Root directory owner=%u:%u\n"
5033 #: misc/mke2fs.c:691
5035 msgid "Maximum filesystem blocks=%lu\n"
5038 #: misc/mke2fs.c:695
5040 msgid "%u block groups\n"
5043 #: misc/mke2fs.c:697
5045 msgid "%u block group\n"
5048 #: misc/mke2fs.c:699
5050 msgid "%u blocks per group, %u clusters per group\n"
5053 #: misc/mke2fs.c:702
5055 msgid "%u blocks per group, %u fragments per group\n"
5058 #: misc/mke2fs.c:704
5060 msgid "%u inodes per group\n"
5063 #: misc/mke2fs.c:713
5065 msgid "Filesystem UUID: %s\n"
5068 #: misc/mke2fs.c:714
5069 msgid "Superblock backups stored on blocks: "
5072 #: misc/mke2fs.c:808
5074 msgid "%s requires '-O 64bit'\n"
5077 #: misc/mke2fs.c:814
5079 msgid "'%s' must be before 'resize=%u'\n"
5082 #: misc/mke2fs.c:827
5084 msgid "Invalid desc_size: '%s'\n"
5087 #: misc/mke2fs.c:840
5089 msgid "Invalid offset: %s\n"
5092 #: misc/mke2fs.c:854 misc/tune2fs.c:1987
5094 msgid "Invalid mmp_update_interval: %s\n"
5097 #: misc/mke2fs.c:868
5099 msgid "Invalid # of backup superblocks: %s\n"
5102 #: misc/mke2fs.c:890
5104 msgid "Invalid stride parameter: %s\n"
5107 #: misc/mke2fs.c:905
5109 msgid "Invalid stripe-width parameter: %s\n"
5112 #: misc/mke2fs.c:928
5114 msgid "Invalid resize parameter: %s\n"
5117 #: misc/mke2fs.c:935
5118 msgid "The resize maximum must be greater than the filesystem size.\n"
5121 #: misc/mke2fs.c:959
5122 msgid "On-line resizing not supported with revision 0 filesystems\n"
5125 #: misc/mke2fs.c:985 misc/mke2fs.c:994
5127 msgid "Invalid root_owner: '%s'\n"
5130 #: misc/mke2fs.c:1035
5134 "Bad option(s) specified: %s\n"
5136 "Extended options are separated by commas, and may take an argument which\n"
5137 "\tis set off by an equals ('=') sign.\n"
5139 "Valid extended options are:\n"
5140 "\tmmp_update_interval=<interval>\n"
5141 "\tnum_backup_sb=<0|1|2>\n"
5142 "\tstride=<RAID per-disk data chunk in blocks>\n"
5143 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5144 "\toffset=<offset to create the file system>\n"
5145 "\tresize=<resize maximum size in blocks>\n"
5146 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5147 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5148 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5149 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5153 "\tquotatype=<quota type(s) to be enabled>\n"
5157 #: misc/mke2fs.c:1060
5161 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5165 #: misc/mke2fs.c:1102
5168 "Syntax error in mke2fs config file (%s, line #%d)\n"
5172 #: misc/mke2fs.c:1115 misc/tune2fs.c:1008
5174 msgid "Invalid filesystem option set: %s\n"
5177 #: misc/mke2fs.c:1127 misc/tune2fs.c:408
5179 msgid "Invalid mount option set: %s\n"
5182 #: misc/mke2fs.c:1263
5186 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5189 #: misc/mke2fs.c:1267
5191 "You probably need to install an updated mke2fs.conf file.\n"
5195 #: misc/mke2fs.c:1271
5196 msgid "Aborting...\n"
5199 #: misc/mke2fs.c:1312
5203 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5207 #: misc/mke2fs.c:1494
5208 msgid "Couldn't allocate memory for new PATH.\n"
5211 #: misc/mke2fs.c:1535
5213 msgid "Couldn't init profile successfully (error: %ld).\n"
5216 #: misc/mke2fs.c:1568
5218 msgid "invalid block size - %s"
5221 #: misc/mke2fs.c:1572
5223 msgid "Warning: blocksize %d not usable on most systems.\n"
5226 #: misc/mke2fs.c:1588
5228 msgid "invalid cluster size - %s"
5231 #: misc/mke2fs.c:1601
5232 msgid "'-R' is deprecated, use '-E' instead"
5235 #: misc/mke2fs.c:1615 misc/tune2fs.c:1716
5237 msgid "bad error behavior - %s"
5240 #: misc/mke2fs.c:1627
5241 msgid "Illegal number for blocks per group"
5244 #: misc/mke2fs.c:1632
5245 msgid "blocks per group must be multiple of 8"
5248 #: misc/mke2fs.c:1640
5249 msgid "Illegal number for flex_bg size"
5252 #: misc/mke2fs.c:1646
5253 msgid "flex_bg size must be a power of 2"
5256 #: misc/mke2fs.c:1651
5258 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5261 #: misc/mke2fs.c:1661
5263 msgid "invalid inode ratio %s (min %d/max %d)"
5266 #: misc/mke2fs.c:1671
5268 msgid "invalid inode size - %s"
5271 #: misc/mke2fs.c:1684
5273 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5274 "nodiscard' extended option instead!\n"
5277 #: misc/mke2fs.c:1695
5278 msgid "in malloc for bad_blocks_filename"
5281 #: misc/mke2fs.c:1704
5284 "Warning: label too long; will be truncated to '%s'\n"
5288 #: misc/mke2fs.c:1713
5290 msgid "invalid reserved blocks percent - %s"
5293 #: misc/mke2fs.c:1728
5295 msgid "bad num inodes - %s"
5298 #: misc/mke2fs.c:1741
5299 msgid "while allocating fs_feature string"
5302 #: misc/mke2fs.c:1758
5304 msgid "bad revision level - %s"
5307 #: misc/mke2fs.c:1763
5309 msgid "while trying to create revision %d"
5312 #: misc/mke2fs.c:1777
5313 msgid "The -t option may only be used once"
5316 #: misc/mke2fs.c:1785
5317 msgid "The -T option may only be used once"
5320 #: misc/mke2fs.c:1841 misc/mke2fs.c:3147
5322 msgid "while trying to open journal device %s\n"
5325 #: misc/mke2fs.c:1847
5327 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5330 #: misc/mke2fs.c:1853
5332 msgid "Using journal device's blocksize: %d\n"
5335 #: misc/mke2fs.c:1864
5337 msgid "invalid blocks '%s' on device '%s'"
5340 #: misc/mke2fs.c:1888
5344 #: misc/mke2fs.c:1901 resize/main.c:497
5345 msgid "while trying to determine filesystem size"
5348 #: misc/mke2fs.c:1907
5350 "Couldn't determine device size; you must specify\n"
5351 "the size of the filesystem\n"
5354 #: misc/mke2fs.c:1914
5356 "Device size reported to be zero. Invalid partition specified, or\n"
5357 "\tpartition table wasn't reread after running fdisk, due to\n"
5358 "\ta modified partition being busy and in use. You may need to reboot\n"
5359 "\tto re-read your partition table.\n"
5362 #: misc/mke2fs.c:1931
5363 msgid "Filesystem larger than apparent device size."
5366 #: misc/mke2fs.c:1951
5367 msgid "Failed to parse fs types list\n"
5370 #: misc/mke2fs.c:1999
5371 msgid "The HURD does not support the filetype feature.\n"
5374 #: misc/mke2fs.c:2004
5375 msgid "The HURD does not support the huge_file feature.\n"
5378 #: misc/mke2fs.c:2009
5379 msgid "The HURD does not support the metadata_csum feature.\n"
5382 #: misc/mke2fs.c:2019
5383 msgid "while trying to determine hardware sector size"
5386 #: misc/mke2fs.c:2025
5387 msgid "while trying to determine physical sector size"
5390 #: misc/mke2fs.c:2057
5391 msgid "while setting blocksize; too small for device\n"
5394 #: misc/mke2fs.c:2062
5397 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5400 #: misc/mke2fs.c:2086
5403 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5404 "\tin 32 bits using a blocksize of %d.\n"
5407 #: misc/mke2fs.c:2098
5410 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5411 "\ta filesystem using a blocksize of %d.\n"
5414 #: misc/mke2fs.c:2120
5415 msgid "fs_types for mke2fs.conf resolution: "
5418 #: misc/mke2fs.c:2127
5419 msgid "Filesystem features not supported with revision 0 filesystems\n"
5422 #: misc/mke2fs.c:2135
5423 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5426 #: misc/mke2fs.c:2145
5427 msgid "Journals not supported with revision 0 filesystems\n"
5430 #: misc/mke2fs.c:2158
5432 msgid "invalid reserved blocks percent - %lf"
5435 #: misc/mke2fs.c:2175
5437 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5441 #: misc/mke2fs.c:2195
5442 msgid "The cluster size may not be smaller than the block size.\n"
5445 #: misc/mke2fs.c:2201
5446 msgid "specifying a cluster size requires the bigalloc feature"
5449 #: misc/mke2fs.c:2221
5451 msgid "warning: Unable to get device geometry for %s\n"
5454 #: misc/mke2fs.c:2224
5456 msgid "%s alignment is offset by %lu bytes.\n"
5459 #: misc/mke2fs.c:2226
5462 "This may result in very poor performance, (re)-partitioning suggested.\n"
5465 #: misc/mke2fs.c:2247
5467 msgid "%d-byte blocks too big for system (max %d)"
5470 #: misc/mke2fs.c:2251
5473 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5476 #: misc/mke2fs.c:2259
5479 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5480 "and journal checksum features.\n"
5483 #: misc/mke2fs.c:2314
5487 "Warning: offset specified without an explicit file system size.\n"
5488 "Creating a file system with %llu blocks but this might\n"
5489 "not be what you want.\n"
5493 #: misc/mke2fs.c:2329
5495 msgid "%d byte inodes are too small for project quota"
5498 #: misc/mke2fs.c:2351
5499 msgid "Can't support bigalloc feature without extents feature"
5502 #: misc/mke2fs.c:2358
5504 "The resize_inode and meta_bg features are not compatible.\n"
5505 "They can not be both enabled simultaneously.\n"
5508 #: misc/mke2fs.c:2366
5511 "Warning: the bigalloc feature is still under development\n"
5512 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5516 #: misc/mke2fs.c:2378
5517 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5520 #: misc/mke2fs.c:2387
5521 msgid "blocks per group count out of range"
5524 #: misc/mke2fs.c:2409
5525 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5528 #: misc/mke2fs.c:2421
5530 msgid "invalid inode size %d (min %d/max %d)"
5533 #: misc/mke2fs.c:2436
5535 msgid "%d byte inodes are too small for inline data; specify larger size"
5538 #: misc/mke2fs.c:2451
5540 msgid "too many inodes (%llu), raise inode ratio?"
5543 #: misc/mke2fs.c:2458
5545 msgid "too many inodes (%llu), specify < 2^32 inodes"
5548 #: misc/mke2fs.c:2472
5551 "inode_size (%u) * inodes_count (%u) too big for a\n"
5552 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5553 "\tor lower inode count (-N).\n"
5556 #: misc/mke2fs.c:2659
5557 msgid "Discarding device blocks: "
5560 #: misc/mke2fs.c:2675
5564 #: misc/mke2fs.c:2734
5565 msgid "while initializing quota context"
5568 #: misc/mke2fs.c:2741
5569 msgid "while writing quota inodes"
5572 #: misc/mke2fs.c:2766
5574 msgid "bad error behavior in profile - %s"
5577 #: misc/mke2fs.c:2840
5578 msgid "while setting up superblock"
5581 #: misc/mke2fs.c:2856
5583 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5584 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5585 "checksumming. Pass -O extents to rectify.\n"
5588 #: misc/mke2fs.c:2863
5590 "64-bit filesystem support is not enabled. The larger fields afforded by "
5591 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5594 #: misc/mke2fs.c:2871
5595 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
5598 #: misc/mke2fs.c:2895
5599 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5602 #: misc/mke2fs.c:2988
5604 msgid "unknown os - %s"
5607 #: misc/mke2fs.c:3051
5608 msgid "Allocating group tables: "
5611 #: misc/mke2fs.c:3059
5612 msgid "while trying to allocate filesystem tables"
5615 #: misc/mke2fs.c:3068
5618 "\twhile converting subcluster bitmap"
5621 #: misc/mke2fs.c:3074
5623 msgid "%s may be further corrupted by superblock rewrite\n"
5626 #: misc/mke2fs.c:3115
5628 msgid "while zeroing block %llu at end of filesystem"
5631 #: misc/mke2fs.c:3128
5632 msgid "while reserving blocks for online resize"
5635 #: misc/mke2fs.c:3140 misc/tune2fs.c:1424
5639 #: misc/mke2fs.c:3152
5641 msgid "Adding journal to device %s: "
5644 #: misc/mke2fs.c:3159
5648 "\twhile trying to add journal to device %s"
5651 #: misc/mke2fs.c:3164 misc/mke2fs.c:3193 misc/mke2fs.c:3231
5652 #: misc/mk_hugefiles.c:596 misc/tune2fs.c:1453 misc/tune2fs.c:1472
5656 #: misc/mke2fs.c:3170
5657 msgid "Skipping journal creation in super-only mode\n"
5660 #: misc/mke2fs.c:3180
5662 msgid "Creating journal (%u blocks): "
5665 #: misc/mke2fs.c:3189
5668 "\twhile trying to create journal"
5671 #: misc/mke2fs.c:3201 misc/tune2fs.c:1073
5674 "Error while enabling multiple mount protection feature."
5677 #: misc/mke2fs.c:3206
5679 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5682 #: misc/mke2fs.c:3222
5683 msgid "Copying files into the device: "
5686 #: misc/mke2fs.c:3228
5687 msgid "while populating file system"
5690 #: misc/mke2fs.c:3235
5691 msgid "Writing superblocks and filesystem accounting information: "
5694 #: misc/mke2fs.c:3242
5697 "Warning, had trouble writing out superblocks.\n"
5700 #: misc/mke2fs.c:3244
5706 #: misc/mk_hugefiles.c:337
5708 msgid "while zeroing block %llu for hugefile"
5711 #: misc/mk_hugefiles.c:512
5714 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5717 #: misc/mk_hugefiles.c:579
5718 msgid "Huge files will be zero'ed\n"
5721 #: misc/mk_hugefiles.c:580
5723 msgid "Creating %lu huge file(s) "
5726 #: misc/mk_hugefiles.c:582
5728 msgid "with %llu blocks each"
5731 #: misc/mk_hugefiles.c:591
5733 msgid "while creating huge file %lu"
5736 #: misc/mklost+found.c:50
5737 msgid "Usage: mklost+found\n"
5740 #: misc/partinfo.c:43
5743 "Usage: %s device...\n"
5745 "Prints out the partition information for each given device.\n"
5746 "For example: %s /dev/hda\n"
5750 #: misc/partinfo.c:53
5752 msgid "Cannot open %s: %s"
5755 #: misc/partinfo.c:59
5757 msgid "Cannot get geometry of %s: %s"
5760 #: misc/partinfo.c:67
5762 msgid "Cannot get size of %s: %s"
5765 #: misc/partinfo.c:73
5767 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5770 #: misc/tune2fs.c:119
5773 "This operation requires a freshly checked filesystem.\n"
5776 #: misc/tune2fs.c:121
5777 msgid "Please run e2fsck -f on the filesystem.\n"
5780 #: misc/tune2fs.c:123
5781 msgid "Please run e2fsck -fD on the filesystem.\n"
5784 #: misc/tune2fs.c:136
5787 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5788 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5789 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5790 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
5791 "\t[-L volume_label] [-M last_mounted_dir]\n"
5792 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5793 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5794 "\t[-I new_inode_size] [-z undo_file] device\n"
5797 #: misc/tune2fs.c:220
5798 msgid "Journal superblock not found!\n"
5801 #: misc/tune2fs.c:278
5802 msgid "while trying to open external journal"
5805 #: misc/tune2fs.c:284 misc/tune2fs.c:2731
5807 msgid "%s is not a journal device.\n"
5810 #: misc/tune2fs.c:294 misc/tune2fs.c:2742
5811 msgid "Filesystem's UUID not found on journal device.\n"
5814 #: misc/tune2fs.c:318
5816 "Cannot locate journal device. It was NOT removed\n"
5817 "Use -f option to remove missing journal device.\n"
5820 #: misc/tune2fs.c:327
5821 msgid "Journal removed\n"
5824 #: misc/tune2fs.c:371
5825 msgid "while reading bitmaps"
5828 #: misc/tune2fs.c:379
5829 msgid "while clearing journal inode"
5832 #: misc/tune2fs.c:390
5833 msgid "while writing journal inode"
5836 #: misc/tune2fs.c:426 misc/tune2fs.c:449 misc/tune2fs.c:462
5837 msgid "(and reboot afterwards!)\n"
5840 #: misc/tune2fs.c:477
5842 msgid "After running e2fsck, please run `resize2fs %s %s"
5845 #: misc/tune2fs.c:480
5847 msgid "Please run `resize2fs %s %s"
5850 #: misc/tune2fs.c:484
5855 #: misc/tune2fs.c:486
5857 msgid "' to enable 64-bit mode.\n"
5860 #: misc/tune2fs.c:488
5862 msgid "' to disable 64-bit mode.\n"
5865 #: misc/tune2fs.c:975
5867 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5868 " This requires Linux >= v4.4.\n"
5871 #: misc/tune2fs.c:1011
5873 msgid "Clearing filesystem feature '%s' not supported.\n"
5876 #: misc/tune2fs.c:1017
5878 msgid "Setting filesystem feature '%s' not supported.\n"
5881 #: misc/tune2fs.c:1026
5883 "The has_journal feature may only be cleared when the filesystem is\n"
5884 "unmounted or mounted read-only.\n"
5887 #: misc/tune2fs.c:1034
5889 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
5890 "the has_journal flag.\n"
5893 #: misc/tune2fs.c:1052
5895 "Setting filesystem feature 'sparse_super' not supported\n"
5896 "for filesystems with the meta_bg feature enabled.\n"
5899 #: misc/tune2fs.c:1065
5901 "The multiple mount protection feature can't\n"
5902 "be set if the filesystem is mounted or\n"
5906 #: misc/tune2fs.c:1083
5908 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5911 #: misc/tune2fs.c:1092
5913 "The multiple mount protection feature cannot\n"
5914 "be disabled if the filesystem is readonly.\n"
5917 #: misc/tune2fs.c:1100
5918 msgid "Error while reading bitmaps\n"
5921 #: misc/tune2fs.c:1109
5923 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5926 #: misc/tune2fs.c:1114
5927 msgid "while reading MMP block."
5930 #: misc/tune2fs.c:1146
5932 "Clearing the flex_bg flag would cause the the filesystem to be\n"
5936 #: misc/tune2fs.c:1157
5938 "The huge_file feature may only be cleared when the filesystem is\n"
5939 "unmounted or mounted read-only.\n"
5942 #: misc/tune2fs.c:1168
5943 msgid "Enabling checksums could take some time."
5946 #: misc/tune2fs.c:1170
5947 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5950 #: misc/tune2fs.c:1176
5952 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5953 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5954 "checksumming. Re-run with -O extent to rectify.\n"
5957 #: misc/tune2fs.c:1183
5959 "64-bit filesystem support is not enabled. The larger fields afforded by "
5960 "this feature enable full-strength checksumming. Run resize2fs -b to "
5964 #: misc/tune2fs.c:1209
5965 msgid "Disabling checksums could take some time."
5968 #: misc/tune2fs.c:1211
5969 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
5972 #: misc/tune2fs.c:1274
5974 msgid "Cannot enable 64-bit mode while mounted!\n"
5977 #: misc/tune2fs.c:1284
5979 msgid "Cannot disable 64-bit mode while mounted!\n"
5982 #: misc/tune2fs.c:1314
5984 msgid "Cannot enable project feature; inode size too small.\n"
5987 #: misc/tune2fs.c:1335
5990 "Warning: '^quota' option overrides '-Q'arguments.\n"
5993 #: misc/tune2fs.c:1353
5995 "Setting feature 'metadata_csum_seed' is only supported\n"
5996 "on filesystems with the metadata_csum feature enabled.\n"
5999 #: misc/tune2fs.c:1371
6001 "UUID has changed since enabling metadata_csum. Filesystem must be "
6003 "to safely rewrite all metadata to match the new UUID.\n"
6006 #: misc/tune2fs.c:1417
6007 msgid "The filesystem already has a journal.\n"
6010 #: misc/tune2fs.c:1437
6014 "\twhile trying to open journal on %s\n"
6017 #: misc/tune2fs.c:1441
6019 msgid "Creating journal on device %s: "
6022 #: misc/tune2fs.c:1449
6024 msgid "while adding filesystem to journal on %s"
6027 #: misc/tune2fs.c:1455
6028 msgid "Creating journal inode: "
6031 #: misc/tune2fs.c:1469
6034 "\twhile trying to create journal file"
6037 #: misc/tune2fs.c:1507
6039 msgid "Cannot enable project quota; inode size too small.\n"
6042 #: misc/tune2fs.c:1520
6043 msgid "while initializing quota context in support library"
6046 #: misc/tune2fs.c:1535
6048 msgid "while updating quota limits (%d)"
6051 #: misc/tune2fs.c:1543
6053 msgid "while writing quota file (%d)"
6056 #: misc/tune2fs.c:1561
6058 msgid "while removing quota file (%d)"
6061 #: misc/tune2fs.c:1604
6064 "Bad quota options specified.\n"
6066 "Following valid quota options are available (pass by separating with "
6075 #: misc/tune2fs.c:1662
6077 msgid "Couldn't parse date/time specifier: %s"
6080 #: misc/tune2fs.c:1687 misc/tune2fs.c:1700
6082 msgid "bad mounts count - %s"
6085 #: misc/tune2fs.c:1743
6087 msgid "bad gid/group name - %s"
6090 #: misc/tune2fs.c:1776
6092 msgid "bad interval - %s"
6095 #: misc/tune2fs.c:1805
6097 msgid "bad reserved block ratio - %s"
6100 #: misc/tune2fs.c:1820
6101 msgid "-o may only be specified once"
6104 #: misc/tune2fs.c:1829
6105 msgid "-O may only be specified once"
6108 #: misc/tune2fs.c:1846
6110 msgid "bad reserved blocks count - %s"
6113 #: misc/tune2fs.c:1875
6115 msgid "bad uid/user name - %s"
6118 #: misc/tune2fs.c:1892
6120 msgid "bad inode size - %s"
6123 #: misc/tune2fs.c:1899
6125 msgid "Inode size must be a power of two- %s"
6128 #: misc/tune2fs.c:1996
6130 msgid "mmp_update_interval too big: %lu\n"
6133 #: misc/tune2fs.c:2001
6135 msgid "Setting multiple mount protection update interval to %lu second\n"
6137 "Setting multiple mount protection update interval to %lu seconds\n"
6141 #: misc/tune2fs.c:2024
6143 msgid "Invalid RAID stride: %s\n"
6146 #: misc/tune2fs.c:2039
6148 msgid "Invalid RAID stripe-width: %s\n"
6151 #: misc/tune2fs.c:2054
6153 msgid "Invalid hash algorithm: %s\n"
6156 #: misc/tune2fs.c:2060
6158 msgid "Setting default hash algorithm to %s (%d)\n"
6161 #: misc/tune2fs.c:2079
6164 "Bad options specified.\n"
6166 "Extended options are separated by commas, and may take an argument which\n"
6167 "\tis set off by an equals ('=') sign.\n"
6169 "Valid extended options are:\n"
6171 "\thash_alg=<hash algorithm>\n"
6172 "\tmount_opts=<extended default mount options>\n"
6173 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6174 "\tstride=<RAID per-disk chunk size in blocks>\n"
6175 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6180 #: misc/tune2fs.c:2549
6181 msgid "Failed to read inode bitmap\n"
6184 #: misc/tune2fs.c:2554
6185 msgid "Failed to read block bitmap\n"
6188 #: misc/tune2fs.c:2571 resize/resize2fs.c:1276
6189 msgid "blocks to be moved"
6192 #: misc/tune2fs.c:2574
6193 msgid "Failed to allocate block bitmap when increasing inode size\n"
6196 #: misc/tune2fs.c:2580
6197 msgid "Not enough space to increase inode size \n"
6200 #: misc/tune2fs.c:2585
6201 msgid "Failed to relocate blocks during inode resize \n"
6204 #: misc/tune2fs.c:2617
6206 "Error in resizing the inode size.\n"
6207 "Run e2undo to undo the file system changes. \n"
6210 #: misc/tune2fs.c:2829
6213 "MMP block magic is bad. Try to fix it by running:\n"
6217 #: misc/tune2fs.c:2841
6218 msgid "Cannot modify a journal device.\n"
6221 #: misc/tune2fs.c:2854
6223 msgid "The inode size is already %lu\n"
6226 #: misc/tune2fs.c:2861
6227 msgid "Shrinking inode size is not supported\n"
6230 #: misc/tune2fs.c:2866
6232 msgid "Invalid inode size %lu (max %d)\n"
6235 #: misc/tune2fs.c:2872
6236 msgid "Resizing inodes could take some time."
6239 #: misc/tune2fs.c:2919
6241 msgid "Setting maximal mount count to %d\n"
6244 #: misc/tune2fs.c:2925
6246 msgid "Setting current mount count to %d\n"
6249 #: misc/tune2fs.c:2930
6251 msgid "Setting error behavior to %d\n"
6254 #: misc/tune2fs.c:2935
6256 msgid "Setting reserved blocks gid to %lu\n"
6259 #: misc/tune2fs.c:2940
6261 msgid "interval between checks is too big (%lu)"
6264 #: misc/tune2fs.c:2947
6266 msgid "Setting interval between checks to %lu seconds\n"
6269 #: misc/tune2fs.c:2954
6271 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6274 #: misc/tune2fs.c:2960
6276 msgid "reserved blocks count is too big (%llu)"
6279 #: misc/tune2fs.c:2967
6281 msgid "Setting reserved blocks count to %llu\n"
6284 #: misc/tune2fs.c:2972
6287 "The filesystem already has sparse superblocks.\n"
6290 #: misc/tune2fs.c:2975
6293 "Setting the sparse superblock flag not supported\n"
6294 "for filesystems with the meta_bg feature enabled.\n"
6297 #: misc/tune2fs.c:2985
6301 "Sparse superblock flag set. %s"
6304 #: misc/tune2fs.c:2990
6307 "Clearing the sparse superblock flag not supported.\n"
6310 #: misc/tune2fs.c:2998
6312 msgid "Setting time filesystem last checked to %s\n"
6315 #: misc/tune2fs.c:3004
6317 msgid "Setting reserved blocks uid to %lu\n"
6320 #: misc/tune2fs.c:3036
6321 msgid "Error in using clear_mmp. It must be used with -f\n"
6324 #: misc/tune2fs.c:3054
6326 "The quota feature may only be changed when the filesystem is unmounted.\n"
6329 #: misc/tune2fs.c:3078
6330 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6333 #: misc/tune2fs.c:3081
6335 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6336 "and re-run this command.\n"
6339 #: misc/tune2fs.c:3090
6340 msgid "Setting UUID on a checksummed filesystem could take some time."
6343 #: misc/tune2fs.c:3115
6344 msgid "Invalid UUID format\n"
6347 #: misc/tune2fs.c:3131
6348 msgid "Need to update journal superblock.\n"
6351 #: misc/tune2fs.c:3156
6352 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6355 #: misc/tune2fs.c:3163
6357 "Changing the inode size not supported for filesystems with the flex_bg\n"
6358 "feature enabled.\n"
6361 #: misc/tune2fs.c:3181
6363 msgid "Setting inode size %lu\n"
6366 #: misc/tune2fs.c:3185
6367 msgid "Failed to change inode size\n"
6370 #: misc/tune2fs.c:3199
6372 msgid "Setting stride size to %d\n"
6375 #: misc/tune2fs.c:3204
6377 msgid "Setting stripe width to %d\n"
6380 #: misc/tune2fs.c:3211
6382 msgid "Setting extended default mount options to '%s'\n"
6385 #: misc/tune2fs.c:3222
6388 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6390 "\te2fsck -E journal_only %s\n"
6392 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6393 "by journal recovery.\n"
6396 #: misc/tune2fs.c:3233
6398 msgid "Recovering journal.\n"
6402 msgid "<proceeding>\n"
6407 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6411 msgid "Proceed anyway? (y,N) "
6415 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6420 msgid "will not make a %s here!\n"
6424 msgid "mke2fs forced anyway.\n"
6428 msgid "Couldn't allocate memory to parse journal options!\n"
6435 "Could not find journal device matching %s\n"
6441 "Bad journal options specified.\n"
6443 "Journal options are separated by commas, and may take an argument which\n"
6444 "\tis set off by an equals ('=') sign.\n"
6446 "Valid journal options are:\n"
6447 "\tsize=<journal size in megabytes>\n"
6448 "\tdevice=<journal device>\n"
6449 "\tlocation=<journal location>\n"
6451 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6458 "Filesystem too small for a journal\n"
6465 "The requested journal size is %d blocks; it must be\n"
6466 "between 1024 and 10240000 blocks. Aborting.\n"
6472 "Journal size too big for filesystem.\n"
6478 "This filesystem will be automatically checked every %d mounts or\n"
6479 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6484 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6489 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6498 msgid "bad arguments"
6514 msgid "bad response length"
6519 msgid "uuidd daemon already running at pid %s\n"
6524 msgid "Couldn't create unix stream socket: %s"
6529 msgid "Couldn't bind unix socket %s: %s\n"
6534 msgid "Couldn't listen on unix socket %s: %s\n"
6539 msgid "Error reading from client, len = %d\n"
6544 msgid "operation %d, incoming num = %d\n"
6549 msgid "Generated time UUID: %s\n"
6554 msgid "Generated random UUID: %s\n"
6559 msgid "Generated time UUID %s and subsequent UUID\n"
6560 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6566 msgid "Generated %d UUID's:\n"
6571 msgid "Invalid operation %d\n"
6574 #: misc/uuidd.c:477 misc/uuidd.c:499
6576 msgid "Bad number: %s\n"
6579 #: misc/uuidd.c:534 misc/uuidd.c:563
6581 msgid "Error calling uuidd daemon (%s): %s\n"
6586 msgid "%s and subsequent UUID\n"
6587 msgid_plural "%s and subsequent %d UUIDs\n"
6592 msgid "List of UUID's:\n"
6597 msgid "Unexpected reply length from server %d\n"
6602 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6607 msgid "Killed uuidd running at pid %d\n"
6610 #: misc/uuidgen.c:32
6612 msgid "Usage: %s [-r] [-t]\n"
6615 #: resize/extent.c:202
6616 msgid "# Extent dump:\n"
6619 #: resize/extent.c:203
6621 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6627 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6628 "[-S RAID-stride] [-z undo_file]\n"
6633 msgid "Extending the inode table"
6637 msgid "Relocating blocks"
6641 msgid "Scanning inode table"
6645 msgid "Updating inode references"
6649 msgid "Moving inode table"
6653 msgid "Unknown pass?!?"
6658 msgid "Begin pass %d (max = %lu)\n"
6661 #: resize/main.c:163
6664 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6665 "your own risk! Use the force option if you want to go ahead anyway.\n"
6669 #: resize/main.c:366
6671 msgid "while opening %s"
6674 #: resize/main.c:374
6676 msgid "while getting stat information for %s"
6679 #: resize/main.c:451
6682 "Please run 'e2fsck -f %s' first.\n"
6686 #: resize/main.c:470
6688 msgid "Estimated minimum size of the filesystem: %llu\n"
6691 #: resize/main.c:507
6693 msgid "Invalid new size: %s\n"
6696 #: resize/main.c:526
6697 msgid "New size too large to be expressed in 32 bits\n"
6700 #: resize/main.c:534
6702 msgid "New size smaller than minimum (%llu)\n"
6705 #: resize/main.c:540
6706 msgid "Invalid stride length"
6709 #: resize/main.c:564
6712 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6713 "You requested a new size of %llu blocks.\n"
6717 #: resize/main.c:571
6719 msgid "Cannot set and unset 64bit feature.\n"
6722 #: resize/main.c:575
6725 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6729 #: resize/main.c:581
6731 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6734 #: resize/main.c:587
6737 "Please enable the extents feature with tune2fs before enabling the 64bit "
6741 #: resize/main.c:593
6744 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6748 #: resize/main.c:600
6750 msgid "The filesystem is already 64-bit.\n"
6753 #: resize/main.c:605
6755 msgid "The filesystem is already 32-bit.\n"
6758 #: resize/main.c:614
6760 msgid "Converting the filesystem to 64-bit.\n"
6763 #: resize/main.c:616
6765 msgid "Converting the filesystem to 32-bit.\n"
6768 #: resize/main.c:618
6770 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6773 #: resize/main.c:627
6775 msgid "while trying to resize %s"
6778 #: resize/main.c:630
6781 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6782 "after the aborted resize operation.\n"
6785 #: resize/main.c:636
6788 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6792 #: resize/main.c:651
6794 msgid "while trying to truncate %s"
6797 #: resize/online.c:81
6798 msgid "kernel does not support online resize with sparse_super2"
6801 #: resize/online.c:86
6803 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6806 #: resize/online.c:90
6807 msgid "On-line shrinking not supported"
6810 #: resize/online.c:114
6811 msgid "Filesystem does not support online resizing"
6814 #: resize/online.c:122
6815 msgid "Not enough reserved gdt blocks for resizing"
6818 #: resize/online.c:129
6819 msgid "Kernel does not support resizing a file system this large"
6822 #: resize/online.c:137
6824 msgid "while trying to open mountpoint %s"
6827 #: resize/online.c:142
6829 msgid "Old resize interface requested.\n"
6832 #: resize/online.c:161 resize/online.c:178
6833 msgid "Permission denied to resize filesystem"
6836 #: resize/online.c:164 resize/online.c:184
6837 msgid "While checking for on-line resizing support"
6840 #: resize/online.c:181
6841 msgid "Kernel does not support online resizing"
6844 #: resize/online.c:220
6846 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6849 #: resize/online.c:230
6850 msgid "While trying to extend the last group"
6853 #: resize/online.c:284
6855 msgid "While trying to add group #%d"
6858 #: resize/online.c:295
6861 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6865 #: resize/resize2fs.c:759
6867 msgid "inodes (%llu) must be less than %u"
6870 #: resize/resize2fs.c:1037
6871 msgid "reserved blocks"
6874 #: resize/resize2fs.c:1281
6875 msgid "meta-data blocks"
6878 #: resize/resize2fs.c:1385 resize/resize2fs.c:2317
6879 msgid "new meta blocks"
6882 #: resize/resize2fs.c:2540
6883 msgid "Should never happen! No sb in last super_sparse bg?\n"
6886 #: resize/resize2fs.c:2545
6887 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6890 #: resize/resize2fs.c:2618
6891 msgid "Should never happen: resize inode corrupt!\n"
6894 #: lib/ext2fs/ext2_err.c:11
6895 msgid "EXT2FS Library version 1.43.9"
6898 #: lib/ext2fs/ext2_err.c:12
6899 msgid "Wrong magic number for ext2_filsys structure"
6902 #: lib/ext2fs/ext2_err.c:13
6903 msgid "Wrong magic number for badblocks_list structure"
6906 #: lib/ext2fs/ext2_err.c:14
6907 msgid "Wrong magic number for badblocks_iterate structure"
6910 #: lib/ext2fs/ext2_err.c:15
6911 msgid "Wrong magic number for inode_scan structure"
6914 #: lib/ext2fs/ext2_err.c:16
6915 msgid "Wrong magic number for io_channel structure"
6918 #: lib/ext2fs/ext2_err.c:17
6919 msgid "Wrong magic number for unix io_channel structure"
6922 #: lib/ext2fs/ext2_err.c:18
6923 msgid "Wrong magic number for io_manager structure"
6926 #: lib/ext2fs/ext2_err.c:19
6927 msgid "Wrong magic number for block_bitmap structure"
6930 #: lib/ext2fs/ext2_err.c:20
6931 msgid "Wrong magic number for inode_bitmap structure"
6934 #: lib/ext2fs/ext2_err.c:21
6935 msgid "Wrong magic number for generic_bitmap structure"
6938 #: lib/ext2fs/ext2_err.c:22
6939 msgid "Wrong magic number for test io_channel structure"
6942 #: lib/ext2fs/ext2_err.c:23
6943 msgid "Wrong magic number for directory block list structure"
6946 #: lib/ext2fs/ext2_err.c:24
6947 msgid "Wrong magic number for icount structure"
6950 #: lib/ext2fs/ext2_err.c:25
6951 msgid "Wrong magic number for Powerquest io_channel structure"
6954 #: lib/ext2fs/ext2_err.c:26
6955 msgid "Wrong magic number for ext2 file structure"
6958 #: lib/ext2fs/ext2_err.c:27
6959 msgid "Wrong magic number for Ext2 Image Header"
6962 #: lib/ext2fs/ext2_err.c:28
6963 msgid "Wrong magic number for inode io_channel structure"
6966 #: lib/ext2fs/ext2_err.c:29
6967 msgid "Wrong magic number for ext4 extent handle"
6970 #: lib/ext2fs/ext2_err.c:30
6971 msgid "Bad magic number in super-block"
6974 #: lib/ext2fs/ext2_err.c:31
6975 msgid "Filesystem revision too high"
6978 #: lib/ext2fs/ext2_err.c:32
6979 msgid "Attempt to write to filesystem opened read-only"
6982 #: lib/ext2fs/ext2_err.c:33
6983 msgid "Can't read group descriptors"
6986 #: lib/ext2fs/ext2_err.c:34
6987 msgid "Can't write group descriptors"
6990 #: lib/ext2fs/ext2_err.c:35
6991 msgid "Corrupt group descriptor: bad block for block bitmap"
6994 #: lib/ext2fs/ext2_err.c:36
6995 msgid "Corrupt group descriptor: bad block for inode bitmap"
6998 #: lib/ext2fs/ext2_err.c:37
6999 msgid "Corrupt group descriptor: bad block for inode table"
7002 #: lib/ext2fs/ext2_err.c:38
7003 msgid "Can't write an inode bitmap"
7006 #: lib/ext2fs/ext2_err.c:39
7007 msgid "Can't read an inode bitmap"
7010 #: lib/ext2fs/ext2_err.c:40
7011 msgid "Can't write a block bitmap"
7014 #: lib/ext2fs/ext2_err.c:41
7015 msgid "Can't read a block bitmap"
7018 #: lib/ext2fs/ext2_err.c:42
7019 msgid "Can't write an inode table"
7022 #: lib/ext2fs/ext2_err.c:43
7023 msgid "Can't read an inode table"
7026 #: lib/ext2fs/ext2_err.c:44
7027 msgid "Can't read next inode"
7030 #: lib/ext2fs/ext2_err.c:45
7031 msgid "Filesystem has unexpected block size"
7034 #: lib/ext2fs/ext2_err.c:46
7035 msgid "EXT2 directory corrupted"
7038 #: lib/ext2fs/ext2_err.c:47
7039 msgid "Attempt to read block from filesystem resulted in short read"
7042 #: lib/ext2fs/ext2_err.c:48
7043 msgid "Attempt to write block to filesystem resulted in short write"
7046 #: lib/ext2fs/ext2_err.c:49
7047 msgid "No free space in the directory"
7050 #: lib/ext2fs/ext2_err.c:50
7051 msgid "Inode bitmap not loaded"
7054 #: lib/ext2fs/ext2_err.c:51
7055 msgid "Block bitmap not loaded"
7058 #: lib/ext2fs/ext2_err.c:52
7059 msgid "Illegal inode number"
7062 #: lib/ext2fs/ext2_err.c:53
7063 msgid "Illegal block number"
7066 #: lib/ext2fs/ext2_err.c:54
7067 msgid "Internal error in ext2fs_expand_dir"
7070 #: lib/ext2fs/ext2_err.c:55
7071 msgid "Not enough space to build proposed filesystem"
7074 #: lib/ext2fs/ext2_err.c:56
7075 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7078 #: lib/ext2fs/ext2_err.c:57
7079 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7082 #: lib/ext2fs/ext2_err.c:58
7083 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7086 #: lib/ext2fs/ext2_err.c:59
7087 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7090 #: lib/ext2fs/ext2_err.c:60
7091 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7094 #: lib/ext2fs/ext2_err.c:61
7095 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7098 #: lib/ext2fs/ext2_err.c:62
7099 msgid "Attempt to fudge end of block bitmap past the real end"
7102 #: lib/ext2fs/ext2_err.c:63
7103 msgid "Attempt to fudge end of inode bitmap past the real end"
7106 #: lib/ext2fs/ext2_err.c:64
7107 msgid "Illegal indirect block found"
7110 #: lib/ext2fs/ext2_err.c:65
7111 msgid "Illegal doubly indirect block found"
7114 #: lib/ext2fs/ext2_err.c:66
7115 msgid "Illegal triply indirect block found"
7118 #: lib/ext2fs/ext2_err.c:67
7119 msgid "Block bitmaps are not the same"
7122 #: lib/ext2fs/ext2_err.c:68
7123 msgid "Inode bitmaps are not the same"
7126 #: lib/ext2fs/ext2_err.c:69
7127 msgid "Illegal or malformed device name"
7130 #: lib/ext2fs/ext2_err.c:70
7131 msgid "A block group is missing an inode table"
7134 #: lib/ext2fs/ext2_err.c:71
7135 msgid "The ext2 superblock is corrupt"
7138 #: lib/ext2fs/ext2_err.c:72
7139 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7142 #: lib/ext2fs/ext2_err.c:73
7143 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7146 #: lib/ext2fs/ext2_err.c:74
7147 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7150 #: lib/ext2fs/ext2_err.c:75
7151 msgid "Too many symbolic links encountered."
7154 #: lib/ext2fs/ext2_err.c:76
7155 msgid "The callback function will not handle this case"
7158 #: lib/ext2fs/ext2_err.c:77
7159 msgid "The inode is from a bad block in the inode table"
7162 #: lib/ext2fs/ext2_err.c:78
7163 msgid "Filesystem has unsupported feature(s)"
7166 #: lib/ext2fs/ext2_err.c:79
7167 msgid "Filesystem has unsupported read-only feature(s)"
7170 #: lib/ext2fs/ext2_err.c:80
7171 msgid "IO Channel failed to seek on read or write"
7174 #: lib/ext2fs/ext2_err.c:81
7175 msgid "Memory allocation failed"
7178 #: lib/ext2fs/ext2_err.c:82
7179 msgid "Invalid argument passed to ext2 library"
7182 #: lib/ext2fs/ext2_err.c:83
7183 msgid "Could not allocate block in ext2 filesystem"
7186 #: lib/ext2fs/ext2_err.c:84
7187 msgid "Could not allocate inode in ext2 filesystem"
7190 #: lib/ext2fs/ext2_err.c:85
7191 msgid "Ext2 inode is not a directory"
7194 #: lib/ext2fs/ext2_err.c:86
7195 msgid "Too many references in table"
7198 #: lib/ext2fs/ext2_err.c:87
7199 msgid "File not found by ext2_lookup"
7202 #: lib/ext2fs/ext2_err.c:88
7203 msgid "File open read-only"
7206 #: lib/ext2fs/ext2_err.c:89
7207 msgid "Ext2 directory block not found"
7210 #: lib/ext2fs/ext2_err.c:90
7211 msgid "Ext2 directory already exists"
7214 #: lib/ext2fs/ext2_err.c:91
7215 msgid "Unimplemented ext2 library function"
7218 #: lib/ext2fs/ext2_err.c:92
7219 msgid "User cancel requested"
7222 #: lib/ext2fs/ext2_err.c:93
7223 msgid "Ext2 file too big"
7226 #: lib/ext2fs/ext2_err.c:94
7227 msgid "Supplied journal device not a block device"
7230 #: lib/ext2fs/ext2_err.c:95
7231 msgid "Journal superblock not found"
7234 #: lib/ext2fs/ext2_err.c:96
7235 msgid "Journal must be at least 1024 blocks"
7238 #: lib/ext2fs/ext2_err.c:97
7239 msgid "Unsupported journal version"
7242 #: lib/ext2fs/ext2_err.c:98
7243 msgid "Error loading external journal"
7246 #: lib/ext2fs/ext2_err.c:99
7247 msgid "Journal not found"
7250 #: lib/ext2fs/ext2_err.c:100
7251 msgid "Directory hash unsupported"
7254 #: lib/ext2fs/ext2_err.c:101
7255 msgid "Illegal extended attribute block number"
7258 #: lib/ext2fs/ext2_err.c:102
7259 msgid "Cannot create filesystem with requested number of inodes"
7262 #: lib/ext2fs/ext2_err.c:103
7263 msgid "E2image snapshot not in use"
7266 #: lib/ext2fs/ext2_err.c:104
7267 msgid "Too many reserved group descriptor blocks"
7270 #: lib/ext2fs/ext2_err.c:105
7271 msgid "Resize inode is corrupt"
7274 #: lib/ext2fs/ext2_err.c:106
7275 msgid "Tried to set block bmap with missing indirect block"
7278 #: lib/ext2fs/ext2_err.c:107
7279 msgid "TDB: Success"
7282 #: lib/ext2fs/ext2_err.c:108
7283 msgid "TDB: Corrupt database"
7286 #: lib/ext2fs/ext2_err.c:109
7287 msgid "TDB: IO Error"
7290 #: lib/ext2fs/ext2_err.c:110
7291 msgid "TDB: Locking error"
7294 #: lib/ext2fs/ext2_err.c:111
7295 msgid "TDB: Out of memory"
7298 #: lib/ext2fs/ext2_err.c:112
7299 msgid "TDB: Record exists"
7302 #: lib/ext2fs/ext2_err.c:113
7303 msgid "TDB: Lock exists on other keys"
7306 #: lib/ext2fs/ext2_err.c:114
7307 msgid "TDB: Invalid parameter"
7310 #: lib/ext2fs/ext2_err.c:115
7311 msgid "TDB: Record does not exist"
7314 #: lib/ext2fs/ext2_err.c:116
7315 msgid "TDB: Write not permitted"
7318 #: lib/ext2fs/ext2_err.c:117
7319 msgid "Ext2fs directory block list is empty"
7322 #: lib/ext2fs/ext2_err.c:118
7323 msgid "Attempt to modify a block mapping via a read-only block iterator"
7326 #: lib/ext2fs/ext2_err.c:119
7327 msgid "Wrong magic number for ext4 extent saved path"
7330 #: lib/ext2fs/ext2_err.c:120
7331 msgid "Wrong magic number for 64-bit generic bitmap"
7334 #: lib/ext2fs/ext2_err.c:121
7335 msgid "Wrong magic number for 64-bit block bitmap"
7338 #: lib/ext2fs/ext2_err.c:122
7339 msgid "Wrong magic number for 64-bit inode bitmap"
7342 #: lib/ext2fs/ext2_err.c:123
7343 msgid "Wrong magic number --- RESERVED_13"
7346 #: lib/ext2fs/ext2_err.c:124
7347 msgid "Wrong magic number --- RESERVED_14"
7350 #: lib/ext2fs/ext2_err.c:125
7351 msgid "Wrong magic number --- RESERVED_15"
7354 #: lib/ext2fs/ext2_err.c:126
7355 msgid "Wrong magic number --- RESERVED_16"
7358 #: lib/ext2fs/ext2_err.c:127
7359 msgid "Wrong magic number --- RESERVED_17"
7362 #: lib/ext2fs/ext2_err.c:128
7363 msgid "Wrong magic number --- RESERVED_18"
7366 #: lib/ext2fs/ext2_err.c:129
7367 msgid "Wrong magic number --- RESERVED_19"
7370 #: lib/ext2fs/ext2_err.c:130
7371 msgid "Corrupt extent header"
7374 #: lib/ext2fs/ext2_err.c:131
7375 msgid "Corrupt extent index"
7378 #: lib/ext2fs/ext2_err.c:132
7379 msgid "Corrupt extent"
7382 #: lib/ext2fs/ext2_err.c:133
7383 msgid "No free space in extent map"
7386 #: lib/ext2fs/ext2_err.c:134
7387 msgid "Inode does not use extents"
7390 #: lib/ext2fs/ext2_err.c:135
7391 msgid "No 'next' extent"
7394 #: lib/ext2fs/ext2_err.c:136
7395 msgid "No 'previous' extent"
7398 #: lib/ext2fs/ext2_err.c:137
7399 msgid "No 'up' extent"
7402 #: lib/ext2fs/ext2_err.c:138
7403 msgid "No 'down' extent"
7406 #: lib/ext2fs/ext2_err.c:139
7407 msgid "No current node"
7410 #: lib/ext2fs/ext2_err.c:140
7411 msgid "Ext2fs operation not supported"
7414 #: lib/ext2fs/ext2_err.c:141
7415 msgid "No room to insert extent in node"
7418 #: lib/ext2fs/ext2_err.c:142
7419 msgid "Splitting would result in empty node"
7422 #: lib/ext2fs/ext2_err.c:143
7423 msgid "Extent not found"
7426 #: lib/ext2fs/ext2_err.c:144
7427 msgid "Operation not supported for inodes containing extents"
7430 #: lib/ext2fs/ext2_err.c:145
7431 msgid "Extent length is invalid"
7434 #: lib/ext2fs/ext2_err.c:146
7435 msgid "I/O Channel does not support 64-bit block numbers"
7438 #: lib/ext2fs/ext2_err.c:147
7439 msgid "Can't check if filesystem is mounted due to missing mtab file"
7442 #: lib/ext2fs/ext2_err.c:148
7443 msgid "Filesystem too large to use legacy bitmaps"
7446 #: lib/ext2fs/ext2_err.c:149
7447 msgid "MMP: invalid magic number"
7450 #: lib/ext2fs/ext2_err.c:150
7451 msgid "MMP: device currently active"
7454 #: lib/ext2fs/ext2_err.c:151
7455 msgid "MMP: fsck being run"
7458 #: lib/ext2fs/ext2_err.c:152
7459 msgid "MMP: block number beyond filesystem range"
7462 #: lib/ext2fs/ext2_err.c:153
7463 msgid "MMP: undergoing an unknown operation"
7466 #: lib/ext2fs/ext2_err.c:154
7467 msgid "MMP: filesystem still in use"
7470 #: lib/ext2fs/ext2_err.c:155
7471 msgid "MMP: open with O_DIRECT failed"
7474 #: lib/ext2fs/ext2_err.c:156
7475 msgid "Block group descriptor size incorrect"
7478 #: lib/ext2fs/ext2_err.c:157
7479 msgid "Inode checksum does not match inode"
7482 #: lib/ext2fs/ext2_err.c:158
7483 msgid "Inode bitmap checksum does not match bitmap"
7486 #: lib/ext2fs/ext2_err.c:159
7487 msgid "Extent block checksum does not match extent block"
7490 #: lib/ext2fs/ext2_err.c:160
7491 msgid "Directory block does not have space for checksum"
7494 #: lib/ext2fs/ext2_err.c:161
7495 msgid "Directory block checksum does not match directory block"
7498 #: lib/ext2fs/ext2_err.c:162
7499 msgid "Extended attribute block checksum does not match block"
7502 #: lib/ext2fs/ext2_err.c:163
7503 msgid "Superblock checksum does not match superblock"
7506 #: lib/ext2fs/ext2_err.c:164
7507 msgid "Unknown checksum algorithm"
7510 #: lib/ext2fs/ext2_err.c:165
7511 msgid "MMP block checksum does not match MMP block"
7514 #: lib/ext2fs/ext2_err.c:166
7515 msgid "Ext2 file already exists"
7518 #: lib/ext2fs/ext2_err.c:167
7519 msgid "Block bitmap checksum does not match bitmap"
7522 #: lib/ext2fs/ext2_err.c:168
7523 msgid "Cannot iterate data blocks of an inode containing inline data"
7526 #: lib/ext2fs/ext2_err.c:169
7527 msgid "Extended attribute has an invalid name length"
7530 #: lib/ext2fs/ext2_err.c:170
7531 msgid "Extended attribute has an invalid value length"
7534 #: lib/ext2fs/ext2_err.c:171
7535 msgid "Extended attribute has an incorrect hash"
7538 #: lib/ext2fs/ext2_err.c:172
7539 msgid "Extended attribute block has a bad header"
7542 #: lib/ext2fs/ext2_err.c:173
7543 msgid "Extended attribute key not found"
7546 #: lib/ext2fs/ext2_err.c:174
7547 msgid "Insufficient space to store extended attribute data"
7550 #: lib/ext2fs/ext2_err.c:175
7551 msgid "Filesystem is missing ext_attr or inline_data feature"
7554 #: lib/ext2fs/ext2_err.c:176
7555 msgid "Inode doesn't have inline data"
7558 #: lib/ext2fs/ext2_err.c:177
7559 msgid "No block for an inode with inline data"
7562 #: lib/ext2fs/ext2_err.c:178
7563 msgid "No free space in inline data"
7566 #: lib/ext2fs/ext2_err.c:179
7567 msgid "Wrong magic number for extended attribute structure"
7570 #: lib/ext2fs/ext2_err.c:180
7571 msgid "Inode seems to contain garbage"
7574 #: lib/ext2fs/ext2_err.c:181
7575 msgid "Extended attribute has an invalid value offset"
7578 #: lib/ext2fs/ext2_err.c:182
7579 msgid "Journal flags inconsistent"
7582 #: lib/ext2fs/ext2_err.c:183
7583 msgid "Undo file corrupt"
7586 #: lib/ext2fs/ext2_err.c:184
7587 msgid "Wrong undo file for this filesystem"
7590 #: lib/ext2fs/ext2_err.c:185
7591 msgid "File system is corrupted"
7594 #: lib/ext2fs/ext2_err.c:186
7595 msgid "Bad CRC detected in file system"
7598 #: lib/ext2fs/ext2_err.c:187
7599 msgid "The journal superblock is corrupt"
7602 #: lib/ext2fs/ext2_err.c:188
7603 msgid "Inode is corrupted"
7606 #: lib/support/prof_err.c:11
7607 msgid "Profile version 0.0"
7610 #: lib/support/prof_err.c:12
7611 msgid "Bad magic value in profile_node"
7614 #: lib/support/prof_err.c:13
7615 msgid "Profile section not found"
7618 #: lib/support/prof_err.c:14
7619 msgid "Profile relation not found"
7622 #: lib/support/prof_err.c:15
7623 msgid "Attempt to add a relation to node which is not a section"
7626 #: lib/support/prof_err.c:16
7627 msgid "A profile section header has a non-zero value"
7630 #: lib/support/prof_err.c:17
7631 msgid "Bad linked list in profile structures"
7634 #: lib/support/prof_err.c:18
7635 msgid "Bad group level in profile structures"
7638 #: lib/support/prof_err.c:19
7639 msgid "Bad parent pointer in profile structures"
7642 #: lib/support/prof_err.c:20
7643 msgid "Bad magic value in profile iterator"
7646 #: lib/support/prof_err.c:21
7647 msgid "Can't set value on section node"
7650 #: lib/support/prof_err.c:22
7651 msgid "Invalid argument passed to profile library"
7654 #: lib/support/prof_err.c:23
7655 msgid "Attempt to modify read-only profile"
7658 #: lib/support/prof_err.c:24
7659 msgid "Profile section header not at top level"
7662 #: lib/support/prof_err.c:25
7663 msgid "Syntax error in profile section header"
7666 #: lib/support/prof_err.c:26
7667 msgid "Syntax error in profile relation"
7670 #: lib/support/prof_err.c:27
7671 msgid "Extra closing brace in profile"
7674 #: lib/support/prof_err.c:28
7675 msgid "Missing open brace in profile"
7678 #: lib/support/prof_err.c:29
7679 msgid "Bad magic value in profile_t"
7682 #: lib/support/prof_err.c:30
7683 msgid "Bad magic value in profile_section_t"
7686 #: lib/support/prof_err.c:31
7687 msgid "Iteration through all top level section not supported"
7690 #: lib/support/prof_err.c:32
7691 msgid "Invalid profile_section object"
7694 #: lib/support/prof_err.c:33
7695 msgid "No more sections"
7698 #: lib/support/prof_err.c:34
7699 msgid "Bad nameset passed to query routine"
7702 #: lib/support/prof_err.c:35
7703 msgid "No profile file open"
7706 #: lib/support/prof_err.c:36
7707 msgid "Bad magic value in profile_file_t"
7710 #: lib/support/prof_err.c:37
7711 msgid "Couldn't open profile file"
7714 #: lib/support/prof_err.c:38
7715 msgid "Section already exists"
7718 #: lib/support/prof_err.c:39
7719 msgid "Invalid boolean value"
7722 #: lib/support/prof_err.c:40
7723 msgid "Invalid integer value"
7726 #: lib/support/prof_err.c:41
7727 msgid "Bad magic value in profile_file_data_t"
7730 #: lib/support/plausible.c:118
7732 msgid "\tlast mounted on %s on %s"
7735 #: lib/support/plausible.c:121
7737 msgid "\tlast mounted on %s"
7740 #: lib/support/plausible.c:124
7742 msgid "\tcreated on %s"
7745 #: lib/support/plausible.c:127
7747 msgid "\tlast modified on %s"
7750 #: lib/support/plausible.c:161
7752 msgid "Found a %s partition table in %s\n"
7755 #: lib/support/plausible.c:191
7757 msgid "The file %s does not exist and no size was specified.\n"
7760 #: lib/support/plausible.c:199
7762 msgid "Creating regular file %s\n"
7765 #: lib/support/plausible.c:202
7767 msgid "Could not open %s: %s\n"
7770 #: lib/support/plausible.c:205
7773 "The device apparently does not exist; did you specify it correctly?\n"
7776 #: lib/support/plausible.c:227
7778 msgid "%s is not a block special device.\n"
7781 #: lib/support/plausible.c:249
7783 msgid "%s contains a %s file system labelled '%s'\n"
7786 #: lib/support/plausible.c:252
7788 msgid "%s contains a %s file system\n"
7791 #: lib/support/plausible.c:276
7793 msgid "%s contains `%s' data\n"