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, 2019, 2020, 2021, 2022,
5 # 2023, 2024, 2025 by Theodore Ts'o
6 # This file is distributed under the same license as the e2fsprogs package.
7 # Theodore Ts'o <tytso@mit.edu>, 2025.
9 #. The strings in e2fsck's problem.c can be very hard to translate,
10 #. since the strings are expanded in two different ways. First of all,
11 #. there is an @-expansion, where strings like "@i" are expanded to
12 #. "inode", and so on. In order to make it easier for translators, the
13 #. e2fsprogs po template file has been enhanced with comments that show
14 #. the @-expansion, for the strings in the problem.c file.
16 #. Translators are free to use the @-expansion facility if they so
17 #. choose, by providing translations for strings in e2fsck/message.c.
18 #. These translation can completely replace an expansion; for example,
19 #. if "bblock" (which indicated that "@b" would be expanded to "block")
20 #. is translated as "ddatenverlust", then "@d" will be expanded to
21 #. "datenverlust". Alternatively, translators can simply not use the
22 #. @-expansion facility at all.
24 #. The second expansion which is done for e2fsck's problem.c messages is
25 #. a dynamic %-expansion, which expands %i as an inode number, and so
26 #. on. A table of these expansions can be found below. Note that
27 #. %-expressions that begin with "%D" and "%I" are two-character
28 #. expansions; so for example, "%Iu" expands to the inode's user id
29 #. ownership field (inode->i_uid). Also the "%B" expansion is special:
30 #. it can expand to either the string "indirect block" (possibly preceded
31 #. by the word "double" or "triple"), or the string "block #" immediately
32 #. followed by an integer indicating a block sequence number.
34 #. Please note that the %-expansion for most e2fsck's problem.c should not
35 #. use positional indicators such as %1, since although they look like c-style
36 #. format strings, they are NOT c-style format strings, and the positional
37 #. indicators (which BTW are GNU extensions and so won't work on other Unix
38 #. gettext implementations) won't work with e2fsck's print_e2fsck_message()
39 #. function found in e2fsck/message.c
41 #. %b <blk> block number
42 #. %B "indirect block" | "block #"<blkcount> string | string+integer
43 #. %c <blk2> block number
44 #. %Di <dirent> -> ino inode number
45 #. %Dn <dirent> -> name string
46 #. %Dr <dirent> -> rec_len
47 #. %Dl <dirent> -> name_len
48 #. %Dt <dirent> -> filetype
49 #. %d <dir> inode number
51 #. %i <ino> inode number
52 #. %Is <inode> -> i_size
53 #. %IS <inode> -> i_extra_isize
54 #. %Ib <inode> -> i_blocks
55 #. %Il <inode> -> i_links_count
56 #. %Im <inode> -> i_mode
57 #. %IM <inode> -> i_mtime
58 #. %IF <inode> -> i_faddr
59 #. %If <inode> -> i_file_acl
60 #. %Id <inode> -> i_size_high
61 #. %Iu <inode> -> i_uid
62 #. %Ig <inode> -> i_gid
63 #. %It <str> file type
64 #. %j <ino2> inode number
65 #. %m <com_err error message>
67 #. %p ext2fs_get_pathname of directory <ino>
68 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
69 #. the containing directory. (If dirent is NULL
70 #. then return the pathname of directory <ino2>)
71 #. %q ext2fs_get_pathname of directory <dir>
72 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
73 #. the containing directory.
74 #. %s <str> miscellaneous string
75 #. %S backup superblock
76 #. %X <num> hexadecimal format
81 "Project-Id-Version: e2fsprogs 1.47.3-rc1\n"
82 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
83 "POT-Creation-Date: 2025-05-28 08:29-0400\n"
84 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
85 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
86 "Language-Team: LANGUAGE <LL@li.org>\n"
89 "Content-Type: text/plain; charset=CHARSET\n"
90 "Content-Transfer-Encoding: 8bit\n"
91 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
93 #: e2fsck/badblocks.c:23 misc/mke2fs.c:206
95 msgid "Bad block %u out of range; ignored.\n"
98 #: e2fsck/badblocks.c:46
99 msgid "while sanity checking the bad blocks inode"
102 #: e2fsck/badblocks.c:58
103 msgid "while reading the bad blocks inode"
106 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1599
107 #: e2fsck/unix.c:1714 misc/badblocks.c:1273 misc/badblocks.c:1281
108 #: misc/badblocks.c:1295 misc/badblocks.c:1307 misc/dumpe2fs.c:439
109 #: misc/dumpe2fs.c:710 misc/dumpe2fs.c:714 misc/e2image.c:1447
110 #: misc/e2image.c:1647 misc/e2image.c:1668 misc/mke2fs.c:222
111 #: misc/tune2fs.c:3060 misc/tune2fs.c:3249 resize/main.c:422
113 msgid "while trying to open %s"
116 #: e2fsck/badblocks.c:84
118 msgid "while trying popen '%s'"
121 #: e2fsck/badblocks.c:95 misc/mke2fs.c:229
122 msgid "while reading in list of bad blocks from file"
125 #: e2fsck/badblocks.c:106
126 msgid "while updating bad block inode"
129 #: e2fsck/badblocks.c:134
131 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
134 #: e2fsck/dirinfo.c:332
135 msgid "while freeing dir_info tdb file"
138 #: e2fsck/ehandler.c:56
140 msgid "Error reading block %lu (%s) while %s. "
143 #: e2fsck/ehandler.c:59
145 msgid "Error reading block %lu (%s). "
148 #: e2fsck/ehandler.c:67 e2fsck/ehandler.c:121
152 #: e2fsck/ehandler.c:68
153 msgid "Force rewrite"
156 #: e2fsck/ehandler.c:72
158 msgid "Error rewriting block %lu (%s)\n"
161 #: e2fsck/ehandler.c:115
163 msgid "Error writing block %lu (%s) while %s. "
166 #: e2fsck/ehandler.c:118
168 msgid "Error writing block %lu (%s). "
171 #: e2fsck/emptydir.c:56
172 msgid "empty dirblocks"
175 #: e2fsck/emptydir.c:61
176 msgid "empty dir map"
179 #: e2fsck/emptydir.c:97
181 msgid "Empty directory block %u (#%d) in inode %u\n"
184 #: e2fsck/extend.c:22
186 msgid "%s: %s filename nblocks blocksize\n"
189 #: e2fsck/extend.c:45
191 msgid "Illegal number of blocks!\n"
194 #: e2fsck/extend.c:51
196 msgid "Couldn't allocate block buffer (size=%d)\n"
199 #: e2fsck/extents.c:42
200 msgid "extent rebuild inode map"
203 #: e2fsck/flushb.c:35
205 msgid "Usage: %s disk\n"
208 #: e2fsck/flushb.c:64
210 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
213 #: e2fsck/journal.c:1290
214 msgid "reading journal superblock\n"
217 #: e2fsck/journal.c:1363
219 msgid "%s: no valid journal superblock found\n"
222 #: e2fsck/journal.c:1372
224 msgid "%s: journal too short\n"
227 #: e2fsck/journal.c:1385
229 msgid "%s: incorrect fast commit blocks\n"
232 #: e2fsck/journal.c:1698
234 msgid "%s: recovering journal\n"
237 #: e2fsck/journal.c:1700
239 msgid "%s: won't do journal recovery while read-only\n"
242 #: e2fsck/journal.c:1728
244 msgid "while trying to re-open %s"
247 #: e2fsck/message.c:116
248 msgid "aextended attribute"
251 #: e2fsck/message.c:117
252 msgid "Aerror allocating"
255 #: e2fsck/message.c:118
259 #: e2fsck/message.c:119
263 #: e2fsck/message.c:120
267 #: e2fsck/message.c:121
268 msgid "Cconflicts with some other fs @b"
271 #: e2fsck/message.c:122
275 #: e2fsck/message.c:123
279 #: e2fsck/message.c:124
283 #: e2fsck/message.c:125
284 msgid "E@e '%Dn' in %p (%i)"
287 #: e2fsck/message.c:126
291 #: e2fsck/message.c:127
292 msgid "Ffor @i %i (%Q) is"
295 #: e2fsck/message.c:128
299 #: e2fsck/message.c:129
303 #: e2fsck/message.c:130
307 #: e2fsck/message.c:131
311 #: e2fsck/message.c:132
315 #: e2fsck/message.c:133
319 #: e2fsck/message.c:134
323 #: e2fsck/message.c:135
324 msgid "mmultiply-claimed"
327 #: e2fsck/message.c:136
331 #: e2fsck/message.c:137
335 #: e2fsck/message.c:138
339 #: e2fsck/message.c:139
343 #: e2fsck/message.c:140
347 #: e2fsck/message.c:141
351 #: e2fsck/message.c:142
355 #: e2fsck/message.c:143
359 #: e2fsck/message.c:144
363 #: e2fsck/message.c:145
367 #: e2fsck/message.c:146
371 #: e2fsck/message.c:157
372 msgid "<The NULL inode>"
375 #: e2fsck/message.c:158
376 msgid "<The bad blocks inode>"
379 #: e2fsck/message.c:160
380 msgid "<The user quota inode>"
383 #: e2fsck/message.c:161
384 msgid "<The group quota inode>"
387 #: e2fsck/message.c:162
388 msgid "<The boot loader inode>"
391 #: e2fsck/message.c:163
392 msgid "<The undelete directory inode>"
395 #: e2fsck/message.c:164
396 msgid "<The group descriptor inode>"
399 #: e2fsck/message.c:165
400 msgid "<The journal inode>"
403 #: e2fsck/message.c:166
404 msgid "<Reserved inode 9>"
407 #: e2fsck/message.c:167
408 msgid "<Reserved inode 10>"
411 #: e2fsck/message.c:325
415 #: e2fsck/message.c:327
419 #: e2fsck/message.c:329
420 msgid "character device"
423 #: e2fsck/message.c:331
427 #: e2fsck/message.c:333
431 #: e2fsck/message.c:335
432 msgid "symbolic link"
435 #: e2fsck/message.c:337 misc/uuidd.c:162
439 #: e2fsck/message.c:339
441 msgid "unknown file type with mode 0%o"
444 #: e2fsck/message.c:410
445 msgid "indirect block"
448 #: e2fsck/message.c:412
449 msgid "double indirect block"
452 #: e2fsck/message.c:414
453 msgid "triple indirect block"
456 #: e2fsck/message.c:416
457 msgid "translator block"
460 #: e2fsck/message.c:418
464 #: e2fsck/message.c:482
468 #: e2fsck/message.c:485
472 #: e2fsck/message.c:488
476 #: e2fsck/message.c:491
477 msgid "unknown quota type"
480 #: e2fsck/pass1b.c:223
481 msgid "multiply claimed inode map"
484 #: e2fsck/pass1b.c:673 e2fsck/pass1b.c:829
486 msgid "internal error: can't find dup_blk for %llu\n"
489 #: e2fsck/pass1b.c:958
490 msgid "returned from clone_file_block"
493 #: e2fsck/pass1b.c:982
495 msgid "internal error: couldn't lookup EA block record for %llu"
498 #: e2fsck/pass1b.c:995
500 msgid "internal error: couldn't lookup EA inode record for %u"
503 #: e2fsck/pass1.c:350
505 msgid "while hashing entry with e_value_inum = %u"
508 #: e2fsck/pass1.c:817 e2fsck/pass2.c:1155
509 msgid "reading directory block"
512 #: e2fsck/pass1.c:1218
513 msgid "getting next inode from scan"
516 #: e2fsck/pass1.c:1271
517 msgid "in-use inode map"
520 #: e2fsck/pass1.c:1282
521 msgid "directory inode map"
524 #: e2fsck/pass1.c:1292
525 msgid "regular file inode map"
528 #: e2fsck/pass1.c:1301 misc/e2image.c:1296
529 msgid "in-use block map"
532 #: e2fsck/pass1.c:1310
533 msgid "metadata block map"
536 #: e2fsck/pass1.c:1321
537 msgid "inode casefold map"
540 #: e2fsck/pass1.c:1386
541 msgid "opening inode scan"
544 #: e2fsck/pass1.c:2198
548 #: e2fsck/pass1.c:2259
550 msgid "reading indirect blocks of inode %u"
553 #: e2fsck/pass1.c:2310
554 msgid "bad inode map"
557 #: e2fsck/pass1.c:2350
558 msgid "inode in bad block map"
561 #: e2fsck/pass1.c:2370
562 msgid "imagic inode map"
565 #: e2fsck/pass1.c:2401
566 msgid "multiply claimed block map"
569 #: e2fsck/pass1.c:2526
570 msgid "ext attr block map"
573 #: e2fsck/pass1.c:3833
575 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
578 #: e2fsck/pass1.c:4254
582 #: e2fsck/pass1.c:4260
586 #: e2fsck/pass1.c:4266
590 #: e2fsck/pass2.c:318
594 #: e2fsck/pass2.c:576
595 msgid "NLS is broken."
598 #: e2fsck/pass2.c:1228 e2fsck/pass2.c:1425
599 msgid "Can not continue."
603 msgid "inode done bitmap"
610 #: e2fsck/pass3.c:149
614 #: e2fsck/pass3.c:357
615 msgid "inode loop detection bitmap"
618 #: e2fsck/pass4.c:317
626 #: e2fsck/pass5.c:102
627 msgid "check_inode_bitmap_checksum: Memory allocation error"
630 #: e2fsck/pass5.c:156
631 msgid "check_block_bitmap_checksum: Memory allocation error"
634 #: e2fsck/problem.c:53
638 #: e2fsck/problem.c:54
642 #: e2fsck/problem.c:55
646 #: e2fsck/problem.c:56
650 #: e2fsck/problem.c:57
654 #: e2fsck/problem.c:58
658 #: e2fsck/problem.c:59
659 msgid "Connect to /lost+found"
662 #: e2fsck/problem.c:60
666 #: e2fsck/problem.c:61
670 #: e2fsck/problem.c:62
674 #: e2fsck/problem.c:63
678 #: e2fsck/problem.c:64
682 #: e2fsck/problem.c:65
686 #: e2fsck/problem.c:66
690 #: e2fsck/problem.c:67
691 msgid "Clone multiply-claimed blocks"
694 #: e2fsck/problem.c:68
698 #: e2fsck/problem.c:69
699 msgid "Suppress messages"
702 #: e2fsck/problem.c:70
706 #: e2fsck/problem.c:71
707 msgid "Clear HTree index"
710 #: e2fsck/problem.c:72
714 #: e2fsck/problem.c:73
718 #: e2fsck/problem.c:74
722 #: e2fsck/problem.c:83
726 #: e2fsck/problem.c:84
730 #: e2fsck/problem.c:85
734 #: e2fsck/problem.c:86
738 #: e2fsck/problem.c:87
742 #: e2fsck/problem.c:88
746 #: e2fsck/problem.c:89
750 #: e2fsck/problem.c:90
754 #: e2fsck/problem.c:91
758 #: e2fsck/problem.c:92
762 #: e2fsck/problem.c:93
763 msgid "INODE CLEARED"
766 #: e2fsck/problem.c:94
770 #: e2fsck/problem.c:95
774 #: e2fsck/problem.c:96
778 #: e2fsck/problem.c:97
779 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
782 #: e2fsck/problem.c:98
786 #: e2fsck/problem.c:99
790 #: e2fsck/problem.c:100
794 #: e2fsck/problem.c:101
795 msgid "HTREE INDEX CLEARED"
798 #: e2fsck/problem.c:102
799 msgid "WILL RECREATE"
802 #: e2fsck/problem.c:103
803 msgid "WILL OPTIMIZE"
806 #: e2fsck/problem.c:104
810 #: e2fsck/problem.c:118
812 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
813 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
816 #: e2fsck/problem.c:122
818 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
819 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
822 #: e2fsck/problem.c:127
824 #. @-expanded: inode table for group %g is not in group. (block %b)\n
825 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
827 "@i table for @g %g is not in @g. (@b %b)\n"
828 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
831 #: e2fsck/problem.c:133
833 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
834 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
835 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
836 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
837 #. @-expanded: e2fsck -b 8193 <device>\n
839 #. @-expanded: e2fsck -b 32768 <device>\n
843 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
844 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
845 "@f (and not swap or ufs or something else), then the @S\n"
846 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
847 " e2fsck -b 8193 <@v>\n"
849 " e2fsck -b 32768 <@v>\n"
853 #: e2fsck/problem.c:144
855 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
856 #. @-expanded: The physical size of the device is %c blocks\n
857 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
859 "The @f size (according to the @S) is %b @bs\n"
860 "The physical size of the @v is %c @bs\n"
861 "Either the @S or the partition table is likely to be corrupt!\n"
864 #: e2fsck/problem.c:151
866 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
867 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
868 #. @-expanded: from the block size.\n
870 "@S @b_size = %b, fragsize = %c.\n"
871 "This version of e2fsck does not support fragment sizes different\n"
872 "from the @b size.\n"
875 #: e2fsck/problem.c:158
877 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
878 msgid "@S @bs_per_group = %b, should have been %c\n"
881 #: e2fsck/problem.c:163
883 #. @-expanded: superblock first_data_block = %b, should have been %c\n
884 msgid "@S first_data_@b = %b, should have been %c\n"
887 #: e2fsck/problem.c:168
888 #. @-expanded: filesystem did not have a UUID; generating one.\n
891 "@f did not have a UUID; generating one.\n"
895 #: e2fsck/problem.c:174
898 "Note: if several inode or block bitmap blocks or part\n"
899 "of the inode table require relocation, you may wish to try\n"
900 "running e2fsck with the '-b %S' option first. The problem\n"
901 "may lie only with the primary block group descriptors, and\n"
902 "the backup block group descriptors may be OK.\n"
906 #: e2fsck/problem.c:183
907 #. @-expanded: Corruption found in superblock. (%s = %N).\n
908 msgid "Corruption found in @S. (%s = %N).\n"
911 #: e2fsck/problem.c:189
913 #. @-expanded: Error determining size of the physical device: %m\n
914 msgid "Error determining size of the physical @v: %m\n"
917 #: e2fsck/problem.c:194
918 #. @-expanded: inode count in superblock is %i, should be %j.\n
919 msgid "@i count in @S is %i, @s %j.\n"
922 #: e2fsck/problem.c:198
923 msgid "The Hurd does not support the filetype feature.\n"
926 #: e2fsck/problem.c:204
928 #. @-expanded: superblock has an invalid journal (inode %i).\n
929 msgid "@S has an @n @j (@i %i).\n"
932 #: e2fsck/problem.c:209
933 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
934 msgid "External @j has multiple @f users (unsupported).\n"
937 #: e2fsck/problem.c:214
938 #. @-expanded: Can't find external journal\n
939 msgid "Can't find external @j\n"
942 #: e2fsck/problem.c:219
943 #. @-expanded: External journal has bad superblock\n
944 msgid "External @j has bad @S\n"
947 #: e2fsck/problem.c:224
948 #. @-expanded: External journal does not support this filesystem\n
949 msgid "External @j does not support this @f\n"
952 #: e2fsck/problem.c:229
953 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
954 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
955 #. @-expanded: format.\n
956 #. @-expanded: It is also possible the journal superblock is corrupt.\n
958 "@f @j @S is unknown type %N (unsupported).\n"
959 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
961 "It is also possible the @j @S is corrupt.\n"
964 #: e2fsck/problem.c:238
965 #. @-expanded: journal superblock is corrupt.\n
966 msgid "@j @S is corrupt.\n"
969 #: e2fsck/problem.c:243
970 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
971 msgid "@S has_@j flag is clear, but a @j is present.\n"
974 #: e2fsck/problem.c:248
975 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
976 msgid "@S needs_recovery flag is set, but no @j is present.\n"
979 #: e2fsck/problem.c:253
980 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
981 msgid "@S needs_recovery flag is clear, but @j has data.\n"
984 #: e2fsck/problem.c:258
985 #. @-expanded: Clear journal
989 #: e2fsck/problem.c:263 e2fsck/problem.c:819
990 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
991 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
994 #: e2fsck/problem.c:268
995 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
996 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
999 #: e2fsck/problem.c:273
1000 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
1001 msgid "@I %B (%b) found in @o @i %i.\n"
1004 #: e2fsck/problem.c:278
1005 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
1006 msgid "Already cleared %B (%b) found in @o @i %i.\n"
1009 #: e2fsck/problem.c:284
1011 #. @-expanded: illegal orphaned inode %i in superblock.\n
1012 msgid "@I @o @i %i in @S.\n"
1015 #: e2fsck/problem.c:290
1017 #. @-expanded: illegal inode %i in orphaned inode list.\n
1018 msgid "@I @i %i in @o @i list.\n"
1021 #: e2fsck/problem.c:295
1022 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
1023 msgid "@j @S has an unknown read-only feature flag set.\n"
1026 #: e2fsck/problem.c:300
1027 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1028 msgid "@j @S has an unknown incompatible feature flag set.\n"
1031 #: e2fsck/problem.c:305
1032 #. @-expanded: journal version not supported by this e2fsck.\n
1033 msgid "@j version not supported by this e2fsck.\n"
1036 #: e2fsck/problem.c:311
1038 #. @-expanded: Moving journal from /%s to hidden inode.\n
1041 "Moving @j from /%s to hidden @i.\n"
1045 #: e2fsck/problem.c:317
1047 #. @-expanded: Error moving journal: %m\n
1050 "Error moving @j: %m\n"
1054 #: e2fsck/problem.c:322
1055 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1056 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1059 "Found @n V2 @j @S fields (from V1 @j).\n"
1060 "Clearing fields beyond the V1 @j @S...\n"
1064 #: e2fsck/problem.c:328
1065 #. @-expanded: Run journal anyway
1066 msgid "Run @j anyway"
1069 #: e2fsck/problem.c:333
1070 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1071 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1074 #: e2fsck/problem.c:338
1075 #. @-expanded: Backing up journal inode block information.\n
1078 "Backing up @j @i @b information.\n"
1082 #: e2fsck/problem.c:344
1083 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1084 #. @-expanded: is %N; should be zero.
1086 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1090 #: e2fsck/problem.c:350
1091 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1092 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1095 #: e2fsck/problem.c:355
1096 #. @-expanded: Resize inode not valid.
1097 msgid "Resize @i not valid. "
1100 #: e2fsck/problem.c:360
1101 #. @-expanded: superblock last mount time (%t,\n
1102 #. @-expanded: \tnow = %T) is in the future.\n
1104 "@S last mount time (%t,\n"
1105 "\tnow = %T) is in the future.\n"
1108 #: e2fsck/problem.c:365
1109 #. @-expanded: superblock last write time (%t,\n
1110 #. @-expanded: \tnow = %T) is in the future.\n
1112 "@S last write time (%t,\n"
1113 "\tnow = %T) is in the future.\n"
1116 #: e2fsck/problem.c:371
1118 #. @-expanded: superblock hint for external superblock should be %X.
1119 msgid "@S hint for external superblock @s %X. "
1122 #: e2fsck/problem.c:376
1123 #. @-expanded: Adding dirhash hint to filesystem.\n
1126 "Adding dirhash hint to @f.\n"
1130 #: e2fsck/problem.c:381
1131 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1132 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1135 #: e2fsck/problem.c:387
1137 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1138 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1141 #: e2fsck/problem.c:392
1143 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1144 msgid "@g descriptor %g has invalid unused inodes count %b. "
1147 #: e2fsck/problem.c:397
1148 #. @-expanded: Last group block bitmap uninitialized.
1149 msgid "Last @g @b @B uninitialized. "
1152 #: e2fsck/problem.c:403
1154 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1157 #: e2fsck/problem.c:408
1158 msgid "The test_fs flag is set (and ext4 is available). "
1161 #: e2fsck/problem.c:413
1162 #. @-expanded: superblock last mount time is in the future.\n
1163 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1164 #. @-expanded: set)\n
1166 "@S last mount time is in the future.\n"
1167 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1171 #: e2fsck/problem.c:419
1172 #. @-expanded: superblock last write time is in the future.\n
1173 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1174 #. @-expanded: set)\n
1176 "@S last write time is in the future.\n"
1177 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1181 #: e2fsck/problem.c:425
1182 #. @-expanded: One or more block group descriptor checksums are invalid.
1183 msgid "One or more @b @g descriptor checksums are invalid. "
1186 #: e2fsck/problem.c:430
1187 #. @-expanded: Setting free inodes count to %j (was %i)\n
1188 msgid "Setting free @is count to %j (was %i)\n"
1191 #: e2fsck/problem.c:435
1193 #. @-expanded: Setting free blocks count to %c (was %b)\n
1194 msgid "Setting free @bs count to %c (was %b)\n"
1197 #: e2fsck/problem.c:440
1198 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1199 msgid "Hiding %U @q @i %i (%Q).\n"
1202 #: e2fsck/problem.c:445
1203 #. @-expanded: superblock has invalid MMP block.
1204 msgid "@S has invalid MMP block. "
1207 #: e2fsck/problem.c:450
1208 #. @-expanded: superblock has invalid MMP magic.
1209 msgid "@S has invalid MMP magic. "
1212 #: e2fsck/problem.c:456
1214 msgid "ext2fs_open2: %m\n"
1217 #: e2fsck/problem.c:462
1219 msgid "ext2fs_check_desc: %m\n"
1222 #: e2fsck/problem.c:468
1223 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1224 #. @-expanded: simultaneously.
1226 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1230 #: e2fsck/problem.c:474
1231 #. @-expanded: superblock MMP block checksum does not match.
1232 msgid "@S MMP @b checksum does not match. "
1235 #: e2fsck/problem.c:479
1236 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1237 msgid "@S 64bit @f needs extents to access the whole disk. "
1240 #: e2fsck/problem.c:484
1241 msgid "First_meta_bg is too big. (%N, max value %g). "
1244 #: e2fsck/problem.c:489
1245 #. @-expanded: External journal superblock checksum does not match superblock.
1246 msgid "External @j @S checksum does not match @S. "
1249 #: e2fsck/problem.c:494
1250 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1251 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1254 #: e2fsck/problem.c:500
1256 msgid "Error initializing quota context in support library: %m\n"
1259 #: e2fsck/problem.c:505
1260 #. @-expanded: Bad required extra isize in superblock (%N).
1261 msgid "Bad required extra isize in @S (%N). "
1264 #: e2fsck/problem.c:510
1265 #. @-expanded: Bad desired extra isize in superblock (%N).
1266 msgid "Bad desired extra isize in @S (%N). "
1269 #: e2fsck/problem.c:515
1270 #. @-expanded: Invalid %U quota inode %i.
1271 msgid "Invalid %U @q @i %i. "
1274 #: e2fsck/problem.c:520
1275 #. @-expanded: superblock would have too many inodes (%N).\n
1276 msgid "@S would have too many inodes (%N).\n"
1279 #: e2fsck/problem.c:525
1280 #. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1281 #. @-expanded: not compatible. Resize inode should be disabled.
1283 "Resize_@i and meta_bg features are enabled. Those features are\n"
1284 "not compatible. Resize @i should be disabled. "
1287 #: e2fsck/problem.c:531
1289 #. @-expanded: Orphan file (inode %i) contains hole at block %b. Terminating orphan file
1290 #. @-expanded: recovery.\n
1292 "Orphan file (@i %i) contains hole at @b %b. Terminating orphan file "
1296 #: e2fsck/problem.c:536
1298 #. @-expanded: Orphan file (inode %i) block %b contains wrong magic. Terminating orphan file
1299 #. @-expanded: recovery.\n
1301 "Orphan file (@i %i) @b %b contains wrong magic. Terminating orphan file "
1305 #: e2fsck/problem.c:541
1307 #. @-expanded: Orphan file (inode %i) block %b contains wrong checksum. Terminating orphan file
1308 #. @-expanded: recovery.\n
1310 "Orphan file (@i %i) @b %b contains wrong checksum. Terminating orphan file "
1314 #: e2fsck/problem.c:546
1316 #. @-expanded: Orphan file (inode %i) size is not multiple of block size. Terminating orphan
1317 #. @-expanded: file recovery.\n
1319 "Orphan file (@i %i) size is not multiple of block size. Terminating orphan "
1323 #: e2fsck/problem.c:553
1324 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1325 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1328 #: e2fsck/problem.c:557
1329 #. @-expanded: root inode is not a directory.
1330 msgid "@r is not a @d. "
1333 #: e2fsck/problem.c:562
1334 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1335 msgid "@r has dtime set (probably due to old mke2fs). "
1338 #: e2fsck/problem.c:567
1339 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1340 msgid "Reserved @i %i (%Q) has @n mode. "
1343 #: e2fsck/problem.c:573
1345 #. @-expanded: deleted inode %i has zero dtime.
1346 msgid "@D @i %i has zero dtime. "
1349 #: e2fsck/problem.c:579
1351 #. @-expanded: inode %i is in use, but has dtime set.
1352 msgid "@i %i is in use, but has dtime set. "
1355 #: e2fsck/problem.c:585
1357 #. @-expanded: inode %i is a zero-length directory.
1358 msgid "@i %i is a @z @d. "
1361 #: e2fsck/problem.c:590
1363 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1364 msgid "@g %g's @b @B at %b @C.\n"
1367 #: e2fsck/problem.c:595
1369 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1370 msgid "@g %g's @i @B at %b @C.\n"
1373 #: e2fsck/problem.c:600
1375 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1376 msgid "@g %g's @i table at %b @C.\n"
1379 #: e2fsck/problem.c:605
1381 #. @-expanded: group %g's block bitmap (%b) is bad.
1382 msgid "@g %g's @b @B (%b) is bad. "
1385 #: e2fsck/problem.c:610
1387 #. @-expanded: group %g's inode bitmap (%b) is bad.
1388 msgid "@g %g's @i @B (%b) is bad. "
1391 #: e2fsck/problem.c:615
1392 #. @-expanded: inode %i, i_size is %Is, should be %N.
1393 msgid "@i %i, i_size is %Is, @s %N. "
1396 #: e2fsck/problem.c:620
1397 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1398 msgid "@i %i, i_@bs is %Ib, @s %N. "
1401 #: e2fsck/problem.c:625
1402 #. @-expanded: illegal %B (%b) in inode %i.
1403 msgid "@I %B (%b) in @i %i. "
1406 #: e2fsck/problem.c:630
1407 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1408 msgid "%B (%b) overlaps @f metadata in @i %i. "
1411 #: e2fsck/problem.c:636
1413 #. @-expanded: inode %i has illegal block(s).
1414 msgid "@i %i has illegal @b(s). "
1417 #: e2fsck/problem.c:642
1419 #. @-expanded: Too many illegal blocks in inode %i.\n
1420 msgid "Too many illegal @bs in @i %i.\n"
1423 #: e2fsck/problem.c:647
1424 #. @-expanded: illegal %B (%b) in bad block inode.
1425 msgid "@I %B (%b) in bad @b @i. "
1428 #: e2fsck/problem.c:652
1429 #. @-expanded: Bad block inode has illegal block(s).
1430 msgid "Bad @b @i has illegal @b(s). "
1433 #: e2fsck/problem.c:657
1434 #. @-expanded: Duplicate or bad block in use!\n
1435 msgid "Duplicate or bad @b in use!\n"
1438 #: e2fsck/problem.c:662
1440 #. @-expanded: Bad block %b used as bad block inode indirect block.
1441 msgid "Bad @b %b used as bad @b @i indirect @b. "
1444 #: e2fsck/problem.c:667
1446 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1447 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1448 #. @-expanded: in the filesystem.\n
1451 "The bad @b @i has probably been corrupted. You probably\n"
1452 "should stop now and run e2fsck -c to scan for bad blocks\n"
1456 #: e2fsck/problem.c:674
1458 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1461 "If the @b is really bad, the @f can not be fixed.\n"
1464 #: e2fsck/problem.c:679
1465 #. @-expanded: You can remove this block from the bad block list and hope\n
1466 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1469 "You can remove this @b from the bad @b list and hope\n"
1470 "that the @b is really OK. But there are no guarantees.\n"
1474 #: e2fsck/problem.c:685
1476 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1477 msgid "The primary @S (%b) is on the bad @b list.\n"
1480 #: e2fsck/problem.c:690
1482 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1483 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1486 #: e2fsck/problem.c:696
1488 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1489 msgid "Warning: Group %g's @S (%b) is bad.\n"
1492 #: e2fsck/problem.c:702
1494 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1495 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1498 #: e2fsck/problem.c:708
1500 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1501 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1504 #: e2fsck/problem.c:714
1505 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1506 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1509 #: e2fsck/problem.c:720
1511 #. @-expanded: error allocating block buffer for relocating %s\n
1512 msgid "@A @b buffer for relocating %s\n"
1515 #: e2fsck/problem.c:725
1517 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1518 msgid "Relocating @g %g's %s from %b to %c...\n"
1521 #: e2fsck/problem.c:731
1523 #. @-expanded: Relocating group %g's %s to %c...\n
1524 msgid "Relocating @g %g's %s to %c...\n"
1527 #: e2fsck/problem.c:736
1529 #. @-expanded: Warning: could not read block %b of %s: %m\n
1530 msgid "Warning: could not read @b %b of %s: %m\n"
1533 #: e2fsck/problem.c:741
1535 #. @-expanded: Warning: could not write block %b for %s: %m\n
1536 msgid "Warning: could not write @b %b for %s: %m\n"
1539 #: e2fsck/problem.c:746 e2fsck/problem.c:1979
1540 #. @-expanded: error allocating inode bitmap (%N): %m\n
1541 msgid "@A @i @B (%N): %m\n"
1544 #: e2fsck/problem.c:751
1545 #. @-expanded: error allocating block bitmap (%N): %m\n
1546 msgid "@A @b @B (%N): %m\n"
1549 #: e2fsck/problem.c:757
1551 #. @-expanded: error allocating icount link information: %m\n
1552 msgid "@A icount link information: %m\n"
1555 #: e2fsck/problem.c:763
1557 #. @-expanded: error allocating directory block array: %m\n
1558 msgid "@A @d @b array: %m\n"
1561 #: e2fsck/problem.c:769
1563 #. @-expanded: Error while scanning inodes (%i): %m\n
1564 msgid "Error while scanning @is (%i): %m\n"
1567 #: e2fsck/problem.c:775
1569 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1570 msgid "Error while iterating over @bs in @i %i: %m\n"
1573 #: e2fsck/problem.c:780
1574 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1575 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1578 #: e2fsck/problem.c:785
1579 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1580 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1583 #: e2fsck/problem.c:792
1585 #. @-expanded: Error reading inode %i: %m\n
1586 msgid "Error reading @i %i: %m\n"
1589 #: e2fsck/problem.c:801
1591 #. @-expanded: inode %i has imagic flag set.
1592 msgid "@i %i has imagic flag set. "
1595 #: e2fsck/problem.c:807
1597 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1598 #. @-expanded: or append-only flag set.
1600 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1601 "or append-only flag set. "
1604 #: e2fsck/problem.c:814
1606 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1607 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1610 #: e2fsck/problem.c:824
1611 #. @-expanded: journal inode is not in use, but contains data.
1612 msgid "@j @i is not in use, but contains data. "
1615 #: e2fsck/problem.c:829
1616 #. @-expanded: journal is not regular file.
1617 msgid "@j is not regular file. "
1620 #: e2fsck/problem.c:835
1622 #. @-expanded: inode %i was part of the orphaned inode list.
1623 msgid "@i %i was part of the @o @i list. "
1626 #: e2fsck/problem.c:841
1627 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1628 msgid "@is that were part of a corrupted orphan linked list found. "
1631 #: e2fsck/problem.c:846
1632 #. @-expanded: error allocating refcount structure (%N): %m\n
1633 msgid "@A refcount structure (%N): %m\n"
1636 #: e2fsck/problem.c:851
1638 #. @-expanded: Error reading extended attribute block %b for inode %i.
1639 msgid "Error reading @a @b %b for @i %i. "
1642 #: e2fsck/problem.c:856
1644 #. @-expanded: inode %i has a bad extended attribute block %b.
1645 msgid "@i %i has a bad @a @b %b. "
1648 #: e2fsck/problem.c:861
1650 #. @-expanded: Error reading extended attribute block %b (%m).
1651 msgid "Error reading @a @b %b (%m). "
1654 #: e2fsck/problem.c:866
1655 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1656 msgid "@a @b %b has reference count %r, @s %N. "
1659 #: e2fsck/problem.c:871
1661 #. @-expanded: Error writing extended attribute block %b (%m).
1662 msgid "Error writing @a @b %b (%m). "
1665 #: e2fsck/problem.c:876
1667 #. @-expanded: extended attribute block %b has h_blocks > 1.
1668 msgid "@a @b %b has h_@bs > 1. "
1671 #: e2fsck/problem.c:881
1672 #. @-expanded: error allocating extended attribute region allocation structure.
1673 msgid "@A @a region allocation structure. "
1676 #: e2fsck/problem.c:886
1678 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1679 msgid "@a @b %b is corrupt (allocation collision). "
1682 #: e2fsck/problem.c:891
1684 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1685 msgid "@a @b %b is corrupt (@n name). "
1688 #: e2fsck/problem.c:896
1690 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1691 msgid "@a @b %b is corrupt (@n value). "
1694 #: e2fsck/problem.c:902
1696 #. @-expanded: inode %i is too big.
1697 msgid "@i %i is too big. "
1700 #: e2fsck/problem.c:906
1701 #. @-expanded: %B (%b) causes directory to be too big.
1702 msgid "%B (%b) causes @d to be too big. "
1705 #: e2fsck/problem.c:911
1706 msgid "%B (%b) causes file to be too big. "
1709 #: e2fsck/problem.c:916
1710 msgid "%B (%b) causes symlink to be too big. "
1713 #: e2fsck/problem.c:922
1715 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1716 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1719 #: e2fsck/problem.c:928
1721 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1722 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1725 #: e2fsck/problem.c:934
1727 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1728 msgid "@h %i has an @n root node.\n"
1731 #: e2fsck/problem.c:939
1732 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1733 msgid "@h %i has an unsupported hash version (%N)\n"
1736 #: e2fsck/problem.c:945
1738 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1739 msgid "@h %i uses an incompatible htree root node flag.\n"
1742 #: e2fsck/problem.c:950
1743 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1744 msgid "@h %i has a tree depth (%N) which is too big\n"
1747 #: e2fsck/problem.c:956
1749 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1750 #. @-expanded: filesystem metadata.
1752 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1756 #: e2fsck/problem.c:963
1758 #. @-expanded: Resize inode (re)creation failed: %m.
1759 msgid "Resize @i (re)creation failed: %m."
1762 #: e2fsck/problem.c:968
1763 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1764 msgid "@i %i has a extra size (%IS) which is @n\n"
1767 #: e2fsck/problem.c:973
1768 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1769 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1772 #: e2fsck/problem.c:978
1773 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1774 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1777 #: e2fsck/problem.c:983
1778 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1779 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1782 #: e2fsck/problem.c:988
1783 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1784 msgid "@a in @i %i has a value size (%N) which is @n\n"
1787 #: e2fsck/problem.c:993
1788 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1789 msgid "@a in @i %i has a hash (%N) which is @n\n"
1792 #: e2fsck/problem.c:998
1793 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1794 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1797 #: e2fsck/problem.c:1004
1799 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1800 msgid "Error while reading over @x tree in @i %i: %m\n"
1803 #: e2fsck/problem.c:1009
1805 #. @-expanded: Failed to iterate extents in inode %i\n
1806 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1808 "Failed to iterate extents in @i %i\n"
1809 "\t(op %s, blk %b, lblk %c): %m\n"
1812 #: e2fsck/problem.c:1015
1813 #. @-expanded: inode %i has an invalid extent\n
1814 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1816 "@i %i has an @n extent\n"
1817 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1820 #: e2fsck/problem.c:1020
1821 #. @-expanded: inode %i has an invalid extent\n
1822 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1824 "@i %i has an @n extent\n"
1825 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1828 #: e2fsck/problem.c:1026
1830 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1831 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1834 #: e2fsck/problem.c:1032
1836 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1837 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1840 #: e2fsck/problem.c:1038
1842 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1843 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1846 #: e2fsck/problem.c:1044
1848 msgid "Fast symlink %i has EXTENT_FL set. "
1851 #: e2fsck/problem.c:1049
1852 #. @-expanded: inode %i has out of order extents\n
1853 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1855 "@i %i has out of order extents\n"
1856 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1859 #: e2fsck/problem.c:1053
1861 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1862 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1865 #: e2fsck/problem.c:1059
1867 #. @-expanded: Error converting subcluster block bitmap: %m\n
1868 msgid "Error converting subcluster @b @B: %m\n"
1871 #: e2fsck/problem.c:1064
1872 #. @-expanded: quota inode is not a regular file.
1873 msgid "@q @i is not a regular file. "
1876 #: e2fsck/problem.c:1069
1877 #. @-expanded: quota inode is not in use, but contains data.
1878 msgid "@q @i is not in use, but contains data. "
1881 #: e2fsck/problem.c:1074
1882 #. @-expanded: quota inode is visible to the user.
1883 msgid "@q @i is visible to the user. "
1886 #: e2fsck/problem.c:1079
1887 #. @-expanded: The bad block inode looks invalid.
1888 msgid "The bad @b @i looks @n. "
1891 #: e2fsck/problem.c:1084
1893 #. @-expanded: inode %i has zero length extent\n
1894 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1896 "@i %i has zero length extent\n"
1897 "\t(@n logical @b %c, physical @b %b)\n"
1900 #: e2fsck/problem.c:1090
1902 #. @-expanded: inode %i seems to contain garbage.
1903 msgid "@i %i seems to contain garbage. "
1906 #: e2fsck/problem.c:1096
1908 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1909 msgid "@i %i passes checks, but checksum does not match @i. "
1912 #: e2fsck/problem.c:1102
1914 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1915 msgid "@i %i @a is corrupt (allocation collision). "
1918 #: e2fsck/problem.c:1110
1919 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1920 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1922 "@i %i extent block passes checks, but checksum does not match extent\n"
1923 "\t(logical @b %c, physical @b %b, len %N)\n"
1926 #: e2fsck/problem.c:1119
1928 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1929 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1932 #: e2fsck/problem.c:1124
1933 #. @-expanded: Interior extent node level %N of inode %i:\n
1934 #. @-expanded: Logical start %b does not match logical start %c at next level.
1936 "Interior @x node level %N of @i %i:\n"
1937 "Logical start %b does not match logical start %c at next level. "
1940 #: e2fsck/problem.c:1130
1941 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1942 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1944 "@i %i, end of extent exceeds allowed value\n"
1945 "\t(logical @b %c, physical @b %b, len %N)\n"
1948 #: e2fsck/problem.c:1136
1950 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1951 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1954 #: e2fsck/problem.c:1142
1956 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1957 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1960 #: e2fsck/problem.c:1150
1962 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1964 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1967 #: e2fsck/problem.c:1155
1969 #. @-expanded: directory inode %i block %b should be at block %c.
1970 msgid "@d @i %i @b %b should be at @b %c. "
1973 #: e2fsck/problem.c:1161
1975 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1976 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1979 #: e2fsck/problem.c:1166
1981 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1982 #. @-expanded: Will fix in pass 1B.\n
1984 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1985 "Will fix in pass 1B.\n"
1988 #: e2fsck/problem.c:1172
1990 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1991 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1994 #: e2fsck/problem.c:1179
1996 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1997 #. @-expanded: or inline-data flag set.
1999 "Special (@v/socket/fifo) file (@i %i) has extents\n"
2000 "or inline-data flag set. "
2003 #: e2fsck/problem.c:1186
2005 #. @-expanded: inode %i has extent header but inline data flag is set.\n
2006 msgid "@i %i has @x header but inline data flag is set.\n"
2009 #: e2fsck/problem.c:1192
2011 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
2012 msgid "@i %i seems to have inline data but @x flag is set.\n"
2015 #: e2fsck/problem.c:1198
2017 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
2018 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
2021 #: e2fsck/problem.c:1204
2023 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
2024 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
2027 #: e2fsck/problem.c:1209
2028 #. @-expanded: Bad block list says the bad block list inode is bad.
2029 msgid "Bad block list says the bad block list @i is bad. "
2032 #: e2fsck/problem.c:1214
2033 #. @-expanded: error allocating extent region allocation structure.
2034 msgid "@A @x region allocation structure. "
2037 #: e2fsck/problem.c:1219
2038 #. @-expanded: inode %i has a duplicate extent mapping\n
2039 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
2041 "@i %i has a duplicate @x mapping\n"
2042 "\t(logical @b %c, @n physical @b %b, len %N)\n"
2045 #: e2fsck/problem.c:1224
2046 #. @-expanded: error allocating %N bytes of memory for encrypted inode list\n
2047 msgid "@A %N bytes of memory for encrypted @i list\n"
2050 #: e2fsck/problem.c:1229
2052 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
2053 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2056 #: e2fsck/problem.c:1235
2058 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
2059 msgid "@i %i on bigalloc @f cannot be @b mapped. "
2062 #: e2fsck/problem.c:1241
2064 #. @-expanded: inode %i has corrupt extent header.
2065 msgid "@i %i has corrupt @x header. "
2068 #: e2fsck/problem.c:1247
2070 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2071 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2074 #: e2fsck/problem.c:1252
2075 #. @-expanded: inode %i has illegal extended attribute value inode %N.\n
2076 msgid "@i %i has @I @a value @i %N.\n"
2079 #: e2fsck/problem.c:1258
2080 #. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
2081 msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2084 #: e2fsck/problem.c:1263
2085 #. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2088 "EA @i %N for parent @i %i missing EA_INODE flag.\n"
2092 #: e2fsck/problem.c:1269
2094 #. @-expanded: inode %i has extent marked uninitialized at block %c (len %N).
2095 msgid "@i %i has @x marked uninitialized at @b %c (len %N). "
2098 #: e2fsck/problem.c:1274
2100 #. @-expanded: inode %i has the casefold flag set but is not a directory.
2101 msgid "@i %i has the casefold flag set but is not a directory. "
2104 #: e2fsck/problem.c:1279
2106 #. @-expanded: directory %p has the casefold flag, but the\n
2107 #. @-expanded: casefold feature is not enabled.
2109 "@d %p has the casefold flag, but the\n"
2110 "casefold feature is not enabled. "
2113 #: e2fsck/problem.c:1284
2115 #. @-expanded: inode %i has encrypt flag but no encryption extended attribute.\n
2116 msgid "@i %i has encrypt flag but no encryption @a.\n"
2119 #: e2fsck/problem.c:1289
2121 #. @-expanded: Encrypted inode %i has corrupt encryption extended attribute.\n
2122 msgid "Encrypted @i %i has corrupt encryption @a.\n"
2125 #: e2fsck/problem.c:1294
2126 #. @-expanded: HTREE directory inode %i uses hash version (%N), but should use SipHash (6) \n
2127 msgid "@h %i uses hash version (%N), but should use SipHash (6) \n"
2130 #: e2fsck/problem.c:1299
2132 #. @-expanded: HTREE directory inode %i uses SipHash, but should not.
2133 msgid "@h %i uses SipHash, but should not. "
2136 #: e2fsck/problem.c:1304
2138 #. @-expanded: Orphan file inode %i is not regular file.
2139 msgid "Orphan file @i %i is not regular file. "
2142 #: e2fsck/problem.c:1309
2144 #. @-expanded: Orphan file inode %i is not in use, but contains data.
2145 msgid "Orphan file @i %i is not in use, but contains data. "
2148 #: e2fsck/problem.c:1314
2150 #. @-expanded: inode %i has the ea_inode flag set but is not a regular file.
2151 msgid "@i %i has the ea_inode flag set but is not a regular file. "
2154 #: e2fsck/problem.c:1319
2156 #. @-expanded: inode %i references EA inode but superblock is missing EA_INODE feature\n
2157 msgid "@i %i references EA inode but @S is missing EA_INODE feature\n"
2160 #: e2fsck/problem.c:1326
2162 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2163 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
2166 "Running additional passes to resolve @bs claimed by more than one @i...\n"
2167 "Pass 1B: Rescanning for @m @bs\n"
2170 #: e2fsck/problem.c:1333
2172 #. @-expanded: multiply-claimed block(s) in inode %i:
2173 msgid "@m @b(s) in @i %i:"
2176 #: e2fsck/problem.c:1349
2178 msgid "Error while scanning inodes (%i): %m\n"
2181 #: e2fsck/problem.c:1355
2183 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
2184 msgid "@A @i @B (@i_dup_map): %m\n"
2187 #: e2fsck/problem.c:1361
2189 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
2190 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2193 #: e2fsck/problem.c:1366 e2fsck/problem.c:1746
2195 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2196 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2199 #: e2fsck/problem.c:1376
2200 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2201 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2204 #: e2fsck/problem.c:1382
2205 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2206 msgid "Pass 1D: Reconciling @m @bs\n"
2209 #: e2fsck/problem.c:1387
2210 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2211 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
2213 "File %Q (@i #%i, mod time %IM) \n"
2214 " has %r @m @b(s), shared with %N file(s):\n"
2217 #: e2fsck/problem.c:1393
2218 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2219 msgid "\t%Q (@i #%i, mod time %IM)\n"
2222 #: e2fsck/problem.c:1398
2223 #. @-expanded: \t<filesystem metadata>\n
2224 msgid "\t<@f metadata>\n"
2227 #: e2fsck/problem.c:1403
2228 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2231 "(There are %N @is containing @m @bs.)\n"
2235 #: e2fsck/problem.c:1408
2236 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2239 "@m @bs already reassigned or cloned.\n"
2243 #: e2fsck/problem.c:1422
2245 msgid "Couldn't clone file: %m\n"
2248 #: e2fsck/problem.c:1428
2249 #. @-expanded: Pass 1E: Optimizing extent trees\n
2250 msgid "Pass 1E: Optimizing @x trees\n"
2253 #: e2fsck/problem.c:1434
2255 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2256 msgid "Failed to optimize @x tree %p (%i): %m\n"
2259 #: e2fsck/problem.c:1439
2260 #. @-expanded: Optimizing extent trees:
2261 msgid "Optimizing @x trees: "
2264 #: e2fsck/problem.c:1454
2266 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2269 #: e2fsck/problem.c:1459
2271 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2272 msgid "@i %i @x tree (at level %b) could be shorter. "
2275 #: e2fsck/problem.c:1464
2277 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2278 msgid "@i %i @x tree (at level %b) could be narrower. "
2281 #: e2fsck/problem.c:1471
2282 #. @-expanded: Pass 2: Checking directory structure\n
2283 msgid "Pass 2: Checking @d structure\n"
2286 #: e2fsck/problem.c:1477
2288 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2289 msgid "@n @i number for '.' in @d @i %i.\n"
2292 #: e2fsck/problem.c:1482
2293 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2294 msgid "@E has @n @i #: %Di.\n"
2297 #: e2fsck/problem.c:1487
2298 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2299 msgid "@E has @D/unused @i %Di. "
2302 #: e2fsck/problem.c:1492
2303 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2304 msgid "@E @L to '.' "
2307 #: e2fsck/problem.c:1497
2308 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2309 msgid "@E points to @i (%Di) located in a bad @b.\n"
2312 #: e2fsck/problem.c:1502
2313 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2314 msgid "@E @L to @d %P (%Di).\n"
2317 #: e2fsck/problem.c:1507
2318 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2319 msgid "@E @L to the @r.\n"
2322 #: e2fsck/problem.c:1512
2323 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2324 msgid "@E has illegal characters in its name.\n"
2327 #: e2fsck/problem.c:1518
2329 #. @-expanded: Missing '.' in directory inode %i.\n
2330 msgid "Missing '.' in @d @i %i.\n"
2333 #: e2fsck/problem.c:1524
2335 #. @-expanded: Missing '..' in directory inode %i.\n
2336 msgid "Missing '..' in @d @i %i.\n"
2339 #: e2fsck/problem.c:1529
2340 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2341 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2344 #: e2fsck/problem.c:1534
2345 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2346 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2349 #: e2fsck/problem.c:1539
2350 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2351 msgid "i_faddr @F %IF, @s zero.\n"
2354 #: e2fsck/problem.c:1544
2355 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2356 msgid "i_file_acl @F %If, @s zero.\n"
2359 #: e2fsck/problem.c:1549
2360 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
2361 msgid "i_size_high @F %Id, @s zero.\n"
2364 #: e2fsck/problem.c:1554
2365 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2366 msgid "i_frag @F %N, @s zero.\n"
2369 #: e2fsck/problem.c:1559
2370 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2371 msgid "i_fsize @F %N, @s zero.\n"
2374 #: e2fsck/problem.c:1564
2375 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2376 msgid "@i %i (%Q) has @n mode (%Im).\n"
2379 #: e2fsck/problem.c:1569
2380 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2381 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2384 #: e2fsck/problem.c:1574
2385 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2386 msgid "@d @i %i, %B, offset %N: filename too long\n"
2389 #: e2fsck/problem.c:1579
2390 #. @-expanded: directory inode %i has an unallocated %B.
2391 msgid "@d @i %i has an unallocated %B. "
2394 #: e2fsck/problem.c:1585
2396 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2397 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2400 #: e2fsck/problem.c:1591
2402 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2403 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2406 #: e2fsck/problem.c:1596
2407 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2408 msgid "@i %i (%Q) is an @I character @v.\n"
2411 #: e2fsck/problem.c:1601
2412 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2413 msgid "@i %i (%Q) is an @I @b @v.\n"
2416 #: e2fsck/problem.c:1606
2417 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2418 msgid "@E is duplicate '.' @e.\n"
2421 #: e2fsck/problem.c:1611
2422 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2423 msgid "@E is duplicate '..' @e.\n"
2426 #: e2fsck/problem.c:1617 e2fsck/problem.c:2006
2428 msgid "Internal error: couldn't find dir_info for %i.\n"
2431 #: e2fsck/problem.c:1622
2432 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2433 msgid "@E has rec_len of %Dr, @s %N.\n"
2436 #: e2fsck/problem.c:1628
2438 #. @-expanded: error allocating icount structure: %m\n
2439 msgid "@A icount structure: %m\n"
2442 #: e2fsck/problem.c:1634
2444 #. @-expanded: Error iterating over directory blocks: %m\n
2445 msgid "Error iterating over @d @bs: %m\n"
2448 #: e2fsck/problem.c:1639
2450 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2451 msgid "Error reading @d @b %b (@i %i): %m\n"
2454 #: e2fsck/problem.c:1644
2456 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2457 msgid "Error writing @d @b %b (@i %i): %m\n"
2460 #: e2fsck/problem.c:1650
2462 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2463 msgid "@A new @d @b for @i %i (%s): %m\n"
2466 #: e2fsck/problem.c:1656
2468 #. @-expanded: Error deallocating inode %i: %m\n
2469 msgid "Error deallocating @i %i: %m\n"
2472 #: e2fsck/problem.c:1662
2474 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2475 msgid "@d @e for '.' in %p (%i) is big.\n"
2478 #: e2fsck/problem.c:1667
2479 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2480 msgid "@i %i (%Q) is an @I FIFO.\n"
2483 #: e2fsck/problem.c:1672
2484 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2485 msgid "@i %i (%Q) is an @I socket.\n"
2488 #: e2fsck/problem.c:1677
2489 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2490 msgid "Setting filetype for @E to %N.\n"
2493 #: e2fsck/problem.c:1682
2494 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2495 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2498 #: e2fsck/problem.c:1687
2499 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2500 msgid "@E has filetype set.\n"
2503 #: e2fsck/problem.c:1692
2504 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2505 msgid "@E has a @z name.\n"
2508 #: e2fsck/problem.c:1697
2509 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2510 msgid "Symlink %Q (@i #%i) is @n.\n"
2513 #: e2fsck/problem.c:1702
2514 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2515 msgid "@a @b @F @n (%If).\n"
2518 #: e2fsck/problem.c:1707
2519 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2520 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2523 #: e2fsck/problem.c:1712
2524 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2525 msgid "@p @h %d: %B not referenced\n"
2528 #: e2fsck/problem.c:1717
2529 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2530 msgid "@p @h %d: %B referenced twice\n"
2533 #: e2fsck/problem.c:1722
2534 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2535 msgid "@p @h %d: %B has bad min hash\n"
2538 #: e2fsck/problem.c:1727
2539 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2540 msgid "@p @h %d: %B has bad max hash\n"
2543 #: e2fsck/problem.c:1732
2544 #. @-expanded: invalid HTREE directory inode %d (%q).
2545 msgid "@n @h %d (%q). "
2548 #: e2fsck/problem.c:1736
2549 #. @-expanded: filesystem has large directories, but lacks LARGE_DIR flag in superblock.\n
2550 msgid "@f has large directories, but lacks LARGE_DIR flag in @S.\n"
2553 #: e2fsck/problem.c:1741
2554 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2555 msgid "@p @h %d (%q): bad @b number %b.\n"
2558 #: e2fsck/problem.c:1752
2560 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2561 msgid "@p @h %d: root node is @n\n"
2564 #: e2fsck/problem.c:1757
2565 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2566 msgid "@p @h %d: %B has @n limit (%N)\n"
2569 #: e2fsck/problem.c:1762
2570 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2571 msgid "@p @h %d: %B has @n count (%N)\n"
2574 #: e2fsck/problem.c:1767
2575 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2576 msgid "@p @h %d: %B has an unordered hash table\n"
2579 #: e2fsck/problem.c:1772
2580 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2581 msgid "@p @h %d: %B has @n depth (%N)\n"
2584 #: e2fsck/problem.c:1777
2585 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2586 msgid "Duplicate @E found. "
2589 #: e2fsck/problem.c:1782
2591 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2592 #. @-expanded: Rename to %s
2594 "@E has a non-unique filename.\n"
2598 #: e2fsck/problem.c:1787
2599 #. @-expanded: Duplicate entry '%Dn' found.\n
2600 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2603 "Duplicate @e '%Dn' found.\n"
2604 "\tMarking %p (%i) to be rebuilt.\n"
2608 #: e2fsck/problem.c:1792
2609 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2610 msgid "i_blocks_hi @F %N, @s zero.\n"
2613 #: e2fsck/problem.c:1797
2614 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2615 msgid "Unexpected @b in @h %d (%q).\n"
2618 #: e2fsck/problem.c:1802
2619 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2620 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2623 #: e2fsck/problem.c:1807
2624 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2625 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2628 #: e2fsck/problem.c:1812
2629 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2630 msgid "i_file_acl_hi @F %N, @s zero.\n"
2633 #: e2fsck/problem.c:1818
2635 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2636 msgid "@p @h %d: root node fails checksum.\n"
2639 #: e2fsck/problem.c:1824
2641 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2642 msgid "@p @h %d: internal node fails checksum.\n"
2645 #: e2fsck/problem.c:1829
2646 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2647 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2650 #: e2fsck/problem.c:1834
2651 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2652 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2655 #: e2fsck/problem.c:1839
2656 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2657 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2660 #: e2fsck/problem.c:1845
2662 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2663 msgid "Fixing size of inline @d @i %i failed.\n"
2666 #: e2fsck/problem.c:1850
2667 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2668 msgid "Encrypted @E is too short.\n"
2671 #: e2fsck/problem.c:1855
2672 #. @-expanded: Encrypted entry '%Dn' in %p (%i) references unencrypted inode %Di.\n
2673 msgid "Encrypted @E references unencrypted @i %Di.\n"
2676 #: e2fsck/problem.c:1860
2677 #. @-expanded: Encrypted entry '%Dn' in %p (%i) references inode %Di, which has a different encryption policy.\n
2679 "Encrypted @E references @i %Di, which has a different encryption policy.\n"
2682 #: e2fsck/problem.c:1865
2683 #. @-expanded: entry '%Dn' in %p (%i) has illegal UTF-8 characters in its name.\n
2684 msgid "@E has illegal UTF-8 characters in its name.\n"
2687 #: e2fsck/problem.c:1870
2688 #. @-expanded: Duplicate filename entry '%Dn' in %p (%i) found.
2689 msgid "Duplicate filename @E found. "
2692 #: e2fsck/problem.c:1875
2693 #. @-expanded: entry '%Dn' in %p (%i) references EA inode %Di.\n
2694 msgid "@E references EA @i %Di.\n"
2697 #: e2fsck/problem.c:1882
2698 #. @-expanded: Pass 3: Checking directory connectivity\n
2699 msgid "Pass 3: Checking @d connectivity\n"
2702 #: e2fsck/problem.c:1887
2703 #. @-expanded: root inode not allocated.
2704 msgid "@r not allocated. "
2707 #: e2fsck/problem.c:1892
2708 #. @-expanded: No room in lost+found directory.
2709 msgid "No room in @l @d. "
2712 #: e2fsck/problem.c:1898
2714 #. @-expanded: Unconnected directory inode %i (was in %q)\n
2715 msgid "Unconnected @d @i %i (was in %q)\n"
2718 #: e2fsck/problem.c:1903
2719 #. @-expanded: /lost+found not found.
2720 msgid "/@l not found. "
2723 #: e2fsck/problem.c:1908
2724 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2725 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2728 #: e2fsck/problem.c:1914
2730 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2731 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2734 #: e2fsck/problem.c:1920
2736 #. @-expanded: Could not expand /lost+found: %m\n
2737 msgid "Could not expand /@l: %m\n"
2740 #: e2fsck/problem.c:1926
2742 msgid "Could not reconnect %i: %m\n"
2745 #: e2fsck/problem.c:1932
2747 #. @-expanded: Error while trying to find /lost+found: %m\n
2748 msgid "Error while trying to find /@l: %m\n"
2751 #: e2fsck/problem.c:1938
2753 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2754 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2757 #: e2fsck/problem.c:1944
2759 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2760 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2763 #: e2fsck/problem.c:1950
2765 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2766 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2769 #: e2fsck/problem.c:1956
2771 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2772 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2775 #: e2fsck/problem.c:1962
2777 #. @-expanded: Error while adjusting inode count on inode %i\n
2778 msgid "Error while adjusting @i count on @i %i\n"
2781 #: e2fsck/problem.c:1968
2783 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2786 "Couldn't fix parent of @i %i: %m\n"
2790 #: e2fsck/problem.c:1974
2792 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2795 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2799 #: e2fsck/problem.c:1985
2801 #. @-expanded: Error creating root directory (%s): %m\n
2802 msgid "Error creating root @d (%s): %m\n"
2805 #: e2fsck/problem.c:1991
2807 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2808 msgid "Error creating /@l @d (%s): %m\n"
2811 #: e2fsck/problem.c:1996
2812 #. @-expanded: root inode is not a directory; aborting.\n
2813 msgid "@r is not a @d; aborting.\n"
2816 #: e2fsck/problem.c:2001
2817 #. @-expanded: Cannot proceed without a root inode.\n
2818 msgid "Cannot proceed without a @r.\n"
2821 #: e2fsck/problem.c:2012
2823 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2824 msgid "/@l is not a @d (ino=%i)\n"
2827 #: e2fsck/problem.c:2017
2828 #. @-expanded: /lost+found has inline data\n
2829 msgid "/@l has inline data\n"
2832 #: e2fsck/problem.c:2022
2833 #. @-expanded: Cannot allocate space for /lost+found.\n
2834 #. @-expanded: Place lost files in root directory instead
2836 "Cannot allocate space for /@l.\n"
2837 "Place lost files in root directory instead"
2840 #: e2fsck/problem.c:2027
2841 #. @-expanded: Insufficient space to recover lost files!\n
2842 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2845 "Insufficient space to recover lost files!\n"
2846 "Move data off the @f and re-run e2fsck.\n"
2850 #: e2fsck/problem.c:2032
2851 #. @-expanded: /lost+found is encrypted\n
2852 msgid "/@l is encrypted\n"
2855 #: e2fsck/problem.c:2038
2857 #. @-expanded: Recursively looped directory inode %i (%p)\n
2858 msgid "Recursively looped @d @i %i (%p)\n"
2861 #: e2fsck/problem.c:2045
2862 msgid "Pass 3A: Optimizing directories\n"
2865 #: e2fsck/problem.c:2051
2867 msgid "Failed to create dirs_to_hash iterator: %m\n"
2870 #: e2fsck/problem.c:2056
2871 msgid "Failed to optimize directory %q (%d): %m\n"
2874 #: e2fsck/problem.c:2061
2875 msgid "Optimizing directories: "
2878 #: e2fsck/problem.c:2078
2879 msgid "Pass 4: Checking reference counts\n"
2882 #: e2fsck/problem.c:2084
2884 #. @-expanded: unattached zero-length inode %i.
2885 msgid "@u @z @i %i. "
2888 #: e2fsck/problem.c:2090
2890 #. @-expanded: unattached inode %i\n
2894 #: e2fsck/problem.c:2095
2895 #. @-expanded: inode %i ref count is %Il, should be %N.
2896 msgid "@i %i ref count is %Il, @s %N. "
2899 #: e2fsck/problem.c:2099
2900 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2901 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2902 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2904 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2905 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2906 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2909 #: e2fsck/problem.c:2106
2910 #. @-expanded: extended attribute inode %i ref count is %N, should be %n.
2911 msgid "@a @i %i ref count is %N, @s %n. "
2914 #: e2fsck/problem.c:2111
2915 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2916 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2919 #: e2fsck/problem.c:2116
2920 #. @-expanded: directory inode %i ref count set to overflow but could be exact value %N.
2921 msgid "@d @i %i ref count set to overflow but could be exact value %N. "
2924 #: e2fsck/problem.c:2120
2926 #. @-expanded: Regular filesystem inode %i has EA_INODE flag set.
2927 msgid "Regular @f @i %i has EA_INODE flag set. "
2930 #: e2fsck/problem.c:2127
2931 #. @-expanded: Pass 5: Checking group summary information\n
2932 msgid "Pass 5: Checking @g summary information\n"
2935 #: e2fsck/problem.c:2132
2936 #. @-expanded: Padding at end of inode bitmap is not set.
2937 msgid "Padding at end of @i @B is not set. "
2940 #: e2fsck/problem.c:2137
2941 #. @-expanded: Padding at end of block bitmap is not set.
2942 msgid "Padding at end of @b @B is not set. "
2945 #: e2fsck/problem.c:2142
2946 #. @-expanded: block bitmap differences:
2947 msgid "@b @B differences: "
2950 #: e2fsck/problem.c:2164
2951 #. @-expanded: inode bitmap differences:
2952 msgid "@i @B differences: "
2955 #: e2fsck/problem.c:2186
2956 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2957 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2960 #: e2fsck/problem.c:2191
2961 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2962 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2965 #: e2fsck/problem.c:2196
2966 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2967 msgid "Free @is count wrong (%i, counted=%j).\n"
2970 #: e2fsck/problem.c:2201
2972 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2973 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2976 #: e2fsck/problem.c:2206
2978 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2979 msgid "Free @bs count wrong (%b, counted=%c).\n"
2982 #: e2fsck/problem.c:2211
2983 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2984 #. @-expanded: endpoints (%i, %j)\n
2986 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2987 "endpoints (%i, %j)\n"
2990 #: e2fsck/problem.c:2217
2991 msgid "Internal error: fudging end of bitmap (%N)\n"
2994 #: e2fsck/problem.c:2223
2996 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2997 msgid "Error copying in replacement @i @B: %m\n"
3000 #: e2fsck/problem.c:2229
3002 #. @-expanded: Error copying in replacement block bitmap: %m\n
3003 msgid "Error copying in replacement @b @B: %m\n"
3006 #: e2fsck/problem.c:2259
3008 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
3009 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
3012 #: e2fsck/problem.c:2265
3014 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
3015 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
3018 #: e2fsck/problem.c:2271
3020 #. @-expanded: group %g inode bitmap does not match checksum.\n
3021 msgid "@g %g @i @B does not match checksum.\n"
3024 #: e2fsck/problem.c:2277
3026 #. @-expanded: group %g block bitmap does not match checksum.\n
3027 msgid "@g %g @b @B does not match checksum.\n"
3030 #: e2fsck/problem.c:2284
3031 #. @-expanded: Recreate journal
3035 #: e2fsck/problem.c:2289
3036 msgid "Update quota info for quota type %N"
3039 #: e2fsck/problem.c:2295
3041 #. @-expanded: Error setting block group checksum info: %m\n
3042 msgid "Error setting @b @g checksum info: %m\n"
3045 #: e2fsck/problem.c:2301
3047 msgid "Error writing file system info: %m\n"
3050 #: e2fsck/problem.c:2307
3052 msgid "Error flushing writes to storage device: %m\n"
3055 #: e2fsck/problem.c:2312
3056 msgid "Error writing quota info for quota type %N: %m\n"
3059 #: e2fsck/problem.c:2317
3060 #. @-expanded: superblock has orphan file without journal.\n
3061 msgid "@S has orphan file without @j.\n"
3064 #: e2fsck/problem.c:2322
3065 msgid "Failed to truncate orphan file.\n"
3068 #: e2fsck/problem.c:2327
3069 msgid "Failed to initialize orphan file.\n"
3072 #: e2fsck/problem.c:2332
3073 msgid "Cannot fix corrupted orphan file with invalid bitmaps.\n"
3076 #: e2fsck/problem.c:2337
3078 #. @-expanded: Failed to truncate orphan file (inode %i).\n
3079 msgid "Failed to truncate orphan file (@i %i).\n"
3082 #: e2fsck/problem.c:2342
3084 #. @-expanded: Orphan file (inode %i) block %b is not clean.\n
3085 msgid "Orphan file (@i %i) @b %b is not clean.\n"
3088 #: e2fsck/problem.c:2347
3089 msgid "Feature orphan_present is set but orphan file is clean.\n"
3092 #: e2fsck/problem.c:2352
3093 msgid "Feature orphan_present is set but feature orphan_file is not.\n"
3096 #: e2fsck/problem.c:2357
3098 #. @-expanded: Orphan file (inode %i) size is not multiple of block size.\n
3099 msgid "Orphan file (@i %i) size is not multiple of block size.\n"
3102 #: e2fsck/problem.c:2362
3104 #. @-expanded: Orphan file (inode %i) contains hole at block %b.\n
3105 msgid "Orphan file (@i %i) contains hole at @b %b.\n"
3108 #: e2fsck/problem.c:2527
3110 msgid "Unhandled error code (0x%x)!\n"
3113 #: e2fsck/problem.c:2655 e2fsck/problem.c:2659
3117 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
3118 msgid "in move_quota_inode"
3121 #: e2fsck/scantest.c:79
3123 msgid "Memory used: %lu, elapsed time: %6.3f/%6.3f/%6.3f\n"
3126 #: e2fsck/scantest.c:98
3128 msgid "size of inode=%d\n"
3131 #: e2fsck/scantest.c:114 misc/e2image.c:1337
3132 msgid "while opening inode scan"
3135 #: e2fsck/scantest.c:119
3136 msgid "while starting inode scan"
3139 #: e2fsck/scantest.c:130
3140 msgid "while doing inode scan"
3143 #: e2fsck/super.c:224
3145 msgid "while calling ext2fs_block_iterate for inode %u"
3148 #: e2fsck/super.c:249
3150 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
3153 #: e2fsck/super.c:329
3157 #: e2fsck/super.c:329
3161 #: e2fsck/super.c:462
3163 msgid "while reading inode %d"
3166 #: e2fsck/super.c:484 e2fsck/super.c:692
3168 msgid "while calling ext2fs_block_iterate for inode %d"
3171 #: e2fsck/super.c:492 e2fsck/super.c:700
3173 msgid "while reading blocks of inode %d"
3179 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
3180 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
3181 "\t\t[-E extended-options] [-z undo_file] device\n"
3188 " -p Automatic repair (no questions)\n"
3189 " -n Make no changes to the filesystem\n"
3190 " -y Assume \"yes\" to all questions\n"
3191 " -c Check for bad blocks and add them to the badblock "
3193 " -f Force checking even if filesystem is marked clean\n"
3199 " -b superblock Use alternative superblock\n"
3200 " -B blocksize Force blocksize when looking for superblock\n"
3201 " -j external_journal Set location of the external journal\n"
3202 " -l bad_blocks_file Add to badblocks list\n"
3203 " -L bad_blocks_file Set badblocks list\n"
3204 " -z undo_file Create an undo file\n"
3207 #: e2fsck/unix.c:138
3209 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3212 #: e2fsck/unix.c:165
3216 "%12u inode used (%2.2f%%, out of %u)\n"
3219 "%12u inodes used (%2.2f%%, out of %u)\n"
3223 #: e2fsck/unix.c:169
3225 msgid "%12u non-contiguous file (%0d.%d%%)\n"
3226 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3230 #: e2fsck/unix.c:174
3232 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3233 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3237 #: e2fsck/unix.c:179
3239 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3242 #: e2fsck/unix.c:187
3243 msgid " Extent depth histogram: "
3246 #: e2fsck/unix.c:196
3248 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3249 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3253 #: e2fsck/unix.c:201
3255 msgid "%12u bad block\n"
3256 msgid_plural "%12u bad blocks\n"
3260 #: e2fsck/unix.c:203
3262 msgid "%12u large file\n"
3263 msgid_plural "%12u large files\n"
3267 #: e2fsck/unix.c:205
3271 "%12u regular file\n"
3274 "%12u regular files\n"
3278 #: e2fsck/unix.c:207
3280 msgid "%12u directory\n"
3281 msgid_plural "%12u directories\n"
3285 #: e2fsck/unix.c:209
3287 msgid "%12u character device file\n"
3288 msgid_plural "%12u character device files\n"
3292 #: e2fsck/unix.c:212
3294 msgid "%12u block device file\n"
3295 msgid_plural "%12u block device files\n"
3299 #: e2fsck/unix.c:214
3302 msgid_plural "%12u fifos\n"
3306 #: e2fsck/unix.c:216
3309 msgid_plural "%12u links\n"
3313 #: e2fsck/unix.c:218
3315 msgid "%12u symbolic link"
3316 msgid_plural "%12u symbolic links"
3320 #: e2fsck/unix.c:220
3322 msgid " (%u fast symbolic link)\n"
3323 msgid_plural " (%u fast symbolic links)\n"
3327 #: e2fsck/unix.c:224
3329 msgid "%12u socket\n"
3330 msgid_plural "%12u sockets\n"
3334 #: e2fsck/unix.c:228
3337 msgid_plural "%12u files\n"
3341 #: e2fsck/unix.c:241 misc/badblocks.c:1001 misc/tune2fs.c:3342 misc/util.c:136
3342 #: resize/main.c:357
3344 msgid "while determining whether %s is mounted."
3347 #: e2fsck/unix.c:262
3349 msgid "Warning! %s is mounted.\n"
3352 #: e2fsck/unix.c:265
3354 msgid "Warning! %s is in use.\n"
3357 #: e2fsck/unix.c:271
3359 msgid "%s is mounted.\n"
3362 #: e2fsck/unix.c:273
3364 msgid "%s is in use.\n"
3367 #: e2fsck/unix.c:275
3369 "Cannot continue, aborting.\n"
3373 #: e2fsck/unix.c:277
3377 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3378 "cause ***SEVERE*** filesystem damage.\n"
3382 #: e2fsck/unix.c:282
3383 msgid "Do you really want to continue"
3386 #: e2fsck/unix.c:284
3387 msgid "check aborted.\n"
3390 #: e2fsck/unix.c:383
3391 msgid " contains a file system with errors"
3394 #: e2fsck/unix.c:385
3395 msgid " was not cleanly unmounted"
3398 #: e2fsck/unix.c:387
3399 msgid " primary superblock features different from backup"
3402 #: e2fsck/unix.c:391
3404 msgid " has been mounted %u times without being checked"
3407 #: e2fsck/unix.c:398
3408 msgid " has filesystem last checked time in the future"
3411 #: e2fsck/unix.c:404
3413 msgid " has gone %u days without being checked"
3416 #: e2fsck/unix.c:413
3417 msgid "ignoring check interval, broken_system_clock set\n"
3420 #: e2fsck/unix.c:419
3421 msgid ", check forced.\n"
3424 #: e2fsck/unix.c:452
3426 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3429 #: e2fsck/unix.c:473
3430 msgid " (check deferred; on battery)"
3433 #: e2fsck/unix.c:476
3434 msgid " (check after next mount)"
3437 #: e2fsck/unix.c:478
3439 msgid " (check in %ld mounts)"
3442 #: e2fsck/unix.c:628
3444 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3447 #: e2fsck/unix.c:699
3448 msgid "Invalid EA version.\n"
3451 #: e2fsck/unix.c:712
3452 msgid "Invalid readahead buffer size.\n"
3455 #: e2fsck/unix.c:775
3457 msgid "Unknown extended option: %s\n"
3460 #: e2fsck/unix.c:783
3463 "Extended options are separated by commas, and may take an argument which\n"
3464 "is set off by an equals ('=') sign. Valid extended options are:\n"
3468 #: e2fsck/unix.c:787
3469 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3472 #: e2fsck/unix.c:796
3473 msgid "\treadahead_kb=<buffer size>\n"
3476 #: e2fsck/unix.c:809
3479 "Syntax error in e2fsck config file (%s, line #%d)\n"
3483 #: e2fsck/unix.c:882
3485 msgid "Error validating file descriptor %d: %s\n"
3488 #: e2fsck/unix.c:886
3489 msgid "Invalid completion information file descriptor"
3492 #: e2fsck/unix.c:901
3493 msgid "Only one of the options -p/-a, -n or -y may be specified."
3496 #: e2fsck/unix.c:922
3498 msgid "The -t option is not supported on this version of e2fsck.\n"
3501 #: e2fsck/unix.c:954 e2fsck/unix.c:1032 misc/dumpe2fs.c:679
3502 #: misc/e2initrd_helper.c:331 misc/tune2fs.c:1936 misc/tune2fs.c:2236
3503 #: misc/tune2fs.c:2254
3505 msgid "Unable to resolve '%s'"
3508 #: e2fsck/unix.c:1011
3509 msgid "The -n and -D options are incompatible."
3512 #: e2fsck/unix.c:1016
3513 msgid "The -n and -c options are incompatible."
3516 #: e2fsck/unix.c:1021
3517 msgid "The -n and -l/-L options are incompatible."
3520 #: e2fsck/unix.c:1045
3521 msgid "The -D and -E fixes_only options are incompatible."
3524 #: e2fsck/unix.c:1051
3525 msgid "The -E bmap2extent and fixes_only options are incompatible."
3528 #: e2fsck/unix.c:1102
3530 msgid "while opening %s for flushing"
3533 #: e2fsck/unix.c:1108 resize/main.c:389
3535 msgid "while trying to flush %s"
3538 #: e2fsck/unix.c:1115
3539 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3542 #: e2fsck/unix.c:1162
3545 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3549 #: e2fsck/unix.c:1171
3553 "Invalid non-numeric argument to -%c (\"%s\")\n"
3557 #: e2fsck/unix.c:1269
3560 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3564 #: e2fsck/unix.c:1286 e2fsck/unix.c:1291
3565 msgid "while checking MMP block"
3568 #: e2fsck/unix.c:1293
3571 "If you are sure the filesystem is not in use on any node, run:\n"
3572 "'tune2fs -f -E clear_mmp %s'\n"
3575 #: e2fsck/unix.c:1309
3576 msgid "while reading MMP block"
3579 #: e2fsck/unix.c:1329 e2fsck/unix.c:1381 misc/e2undo.c:242 misc/e2undo.c:287
3580 #: misc/mke2fs.c:2925 misc/mke2fs.c:2976 misc/tune2fs.c:2977
3581 #: misc/tune2fs.c:3022 resize/main.c:188 resize/main.c:233
3584 "Overwriting existing filesystem; this can be undone using the command:\n"
3589 #: e2fsck/unix.c:1370 misc/e2undo.c:276 misc/mke2fs.c:2965 misc/tune2fs.c:3011
3590 #: resize/main.c:222
3592 msgid "while trying to delete %s"
3595 #: e2fsck/unix.c:1396 misc/mke2fs.c:2991 resize/main.c:243
3596 msgid "while trying to setup undo file\n"
3599 #: e2fsck/unix.c:1440
3600 msgid "Error: ext2fs library version out of date!\n"
3603 #: e2fsck/unix.c:1447
3604 msgid "while trying to initialize program"
3607 #: e2fsck/unix.c:1484
3609 msgid "\tUsing %s, %s\n"
3612 #: e2fsck/unix.c:1496
3613 msgid "need terminal for interactive repairs"
3616 #: e2fsck/unix.c:1557
3618 msgid "%s: %s trying backup blocks...\n"
3621 #: e2fsck/unix.c:1559
3622 msgid "Superblock invalid,"
3625 #: e2fsck/unix.c:1560
3626 msgid "Group descriptors look bad..."
3629 #: e2fsck/unix.c:1570
3631 msgid "%s: %s while using the backup blocks"
3634 #: e2fsck/unix.c:1574
3636 msgid "%s: going back to original superblock\n"
3639 #: e2fsck/unix.c:1603
3641 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3642 "(Or the filesystem superblock is corrupt)\n"
3646 #: e2fsck/unix.c:1610
3647 msgid "Could this be a zero-length partition?\n"
3650 #: e2fsck/unix.c:1612
3652 msgid "You must have %s access to the filesystem or be root\n"
3655 #: e2fsck/unix.c:1618
3656 msgid "Possibly non-existent or swap device?\n"
3659 #: e2fsck/unix.c:1620
3660 msgid "Filesystem mounted or opened exclusively by another program?\n"
3663 #: e2fsck/unix.c:1624
3664 msgid "Possibly non-existent device?\n"
3667 #: e2fsck/unix.c:1627
3669 "Disk write-protected; use the -n option to do a read-only\n"
3670 "check of the device.\n"
3673 #: e2fsck/unix.c:1642
3675 msgid "%s: Trying to load superblock despite errors...\n"
3678 #: e2fsck/unix.c:1717
3679 msgid "Get a newer version of e2fsck!"
3682 #: e2fsck/unix.c:1777
3684 msgid "while checking journal for %s"
3687 #: e2fsck/unix.c:1780
3688 msgid "Cannot proceed with file system check"
3691 #: e2fsck/unix.c:1791
3693 "Warning: skipping journal recovery because doing a read-only filesystem "
3697 #: e2fsck/unix.c:1803
3699 msgid "unable to set superblock flags on %s\n"
3702 #: e2fsck/unix.c:1809
3704 msgid "Journal checksum error found in %s\n"
3707 #: e2fsck/unix.c:1813
3709 msgid "Journal corrupted in %s\n"
3712 #: e2fsck/unix.c:1817
3714 msgid "while recovering journal of %s"
3717 #: e2fsck/unix.c:1839
3719 msgid "%s has unsupported feature(s):"
3722 #: e2fsck/unix.c:1854
3724 msgid "%s has unsupported encoding: %0x\n"
3727 #: e2fsck/unix.c:1904
3729 msgid "%s: %s while reading bad blocks inode\n"
3732 #: e2fsck/unix.c:1907
3733 msgid "This doesn't bode well, but we'll try to go on...\n"
3736 #: e2fsck/unix.c:1950
3738 msgid "Creating journal (%d blocks): "
3741 #: e2fsck/unix.c:1959 e2fsck/unix.c:2031
3745 #: e2fsck/unix.c:1961
3748 "*** journal has been regenerated ***\n"
3751 #: e2fsck/unix.c:1967
3755 #: e2fsck/unix.c:1969
3757 msgid "%s: e2fsck canceled.\n"
3760 #: e2fsck/unix.c:2019
3762 msgid "Creating orphan file (%d blocks): "
3765 #: e2fsck/unix.c:2063
3766 msgid "Restarting e2fsck from the beginning...\n"
3769 #: e2fsck/unix.c:2067
3770 msgid "while resetting context"
3773 #: e2fsck/unix.c:2127
3777 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3780 #: e2fsck/unix.c:2129
3782 msgid "%s: File system was modified.\n"
3785 #: e2fsck/unix.c:2133 e2fsck/util.c:67
3789 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3792 #: e2fsck/unix.c:2138
3794 msgid "%s: ***** REBOOT SYSTEM *****\n"
3797 #: e2fsck/unix.c:2148 e2fsck/util.c:73
3801 "%s: ********** WARNING: Filesystem still has errors **********\n"
3805 #: e2fsck/util.c:191 misc/util.c:100
3809 #: e2fsck/util.c:192 misc/util.c:119
3813 #: e2fsck/util.c:193
3817 #: e2fsck/util.c:197
3818 msgid " ('a' enables 'yes' to all) "
3821 #: e2fsck/util.c:214
3825 #: e2fsck/util.c:216
3829 #: e2fsck/util.c:218
3833 #: e2fsck/util.c:241
3834 msgid "cancelled!\n"
3837 #: e2fsck/util.c:274
3838 msgid "yes to all\n"
3841 #: e2fsck/util.c:276
3845 #: e2fsck/util.c:278
3849 #: e2fsck/util.c:288
3856 #: e2fsck/util.c:292
3863 #: e2fsck/util.c:296
3867 #: e2fsck/util.c:296
3871 #: e2fsck/util.c:312
3873 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3876 #: e2fsck/util.c:317
3877 msgid "reading inode and block bitmaps"
3880 #: e2fsck/util.c:329
3882 msgid "while retrying to read bitmaps for %s"
3885 #: e2fsck/util.c:341
3886 msgid "writing block and inode bitmaps"
3889 #: e2fsck/util.c:346
3891 msgid "while rewriting block and inode bitmaps for %s"
3894 #: e2fsck/util.c:358
3899 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3900 "\t(i.e., without -a or -p options)\n"
3903 #: e2fsck/util.c:437 e2fsck/util.c:448
3905 msgid "Memory used: %lluk/%lluk (%lluk/%lluk), "
3908 #: e2fsck/util.c:454
3910 msgid "Memory used: %lluk, "
3913 #: e2fsck/util.c:460
3915 msgid "time: %5.2f/%5.2f/%5.2f\n"
3918 #: e2fsck/util.c:465
3920 msgid "elapsed time: %6.3f\n"
3923 #: e2fsck/util.c:500 e2fsck/util.c:514
3925 msgid "while reading inode %lu in %s"
3928 #: e2fsck/util.c:528 e2fsck/util.c:541
3930 msgid "while writing inode %lu in %s"
3933 #: e2fsck/util.c:817
3935 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3939 #: misc/badblocks.c:75
3943 #: misc/badblocks.c:100
3946 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3947 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3949 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3950 " device [last_block [first_block]]\n"
3953 #: misc/badblocks.c:111
3956 "%s: The -n and -w options are mutually exclusive.\n"
3960 #: misc/badblocks.c:229
3962 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3965 #: misc/badblocks.c:337
3966 msgid "Testing with random pattern: "
3969 #: misc/badblocks.c:355
3970 msgid "Testing with pattern 0x"
3973 #: misc/badblocks.c:387 misc/badblocks.c:460
3977 #: misc/badblocks.c:398
3979 msgid "Weird value (%ld) in do_read\n"
3982 #: misc/badblocks.c:485
3983 msgid "during ext2fs_sync_device"
3986 #: misc/badblocks.c:505 misc/badblocks.c:767
3987 msgid "while beginning bad block list iteration"
3990 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3991 msgid "while allocating buffers"
3994 #: misc/badblocks.c:524
3996 msgid "Checking blocks %lu to %lu\n"
3999 #: misc/badblocks.c:529
4000 msgid "Checking for bad blocks in read-only mode\n"
4003 #: misc/badblocks.c:538
4004 msgid "Checking for bad blocks (read-only test): "
4007 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
4008 #: misc/badblocks.c:841
4009 msgid "Too many bad blocks, aborting test\n"
4012 #: misc/badblocks.c:627
4013 msgid "Checking for bad blocks in read-write mode\n"
4016 #: misc/badblocks.c:629 misc/badblocks.c:791
4018 msgid "From block %lu to %lu\n"
4021 #: misc/badblocks.c:684
4022 msgid "Reading and comparing: "
4025 #: misc/badblocks.c:790
4026 msgid "Checking for bad blocks in non-destructive read-write mode\n"
4029 #: misc/badblocks.c:796
4030 msgid "Checking for bad blocks (non-destructive read-write test)\n"
4033 #: misc/badblocks.c:803
4036 "Interrupt caught, cleaning up\n"
4039 #: misc/badblocks.c:886
4041 msgid "during test data write, block %lu"
4044 #: misc/badblocks.c:1006 misc/util.c:141
4046 msgid "%s is mounted; "
4049 #: misc/badblocks.c:1008
4050 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
4053 #: misc/badblocks.c:1013
4054 msgid "it's not safe to run badblocks!\n"
4057 #: misc/badblocks.c:1018 misc/util.c:152
4059 msgid "%s is apparently in use by the system; "
4062 #: misc/badblocks.c:1021
4063 msgid "badblocks forced anyway.\n"
4066 #: misc/badblocks.c:1040
4068 msgid "invalid %s - %s"
4071 #: misc/badblocks.c:1044
4073 msgid "%s too large - %lu"
4076 #: misc/badblocks.c:1140
4078 msgid "Too big max bad blocks count %u - maximum is %u"
4081 #: misc/badblocks.c:1167
4083 msgid "can't allocate memory for test_pattern - %s"
4086 #: misc/badblocks.c:1197
4087 msgid "Maximum of one test_pattern may be specified in read-only mode"
4090 #: misc/badblocks.c:1203
4091 msgid "Random test_pattern is not allowed in read-only mode"
4094 #: misc/badblocks.c:1210
4096 msgid "Invalid block size: %u\n"
4099 #: misc/badblocks.c:1215
4101 msgid "Invalid number of blocks: %d\n"
4104 #: misc/badblocks.c:1220
4106 msgid "For block size %d, number of blocks too large: %d\n"
4109 #: misc/badblocks.c:1234
4111 "Couldn't determine device size; you must specify\n"
4112 "the size manually\n"
4115 #: misc/badblocks.c:1240
4116 msgid "while trying to determine device size"
4119 #: misc/badblocks.c:1245
4123 #: misc/badblocks.c:1251
4127 #: misc/badblocks.c:1254
4129 msgid "invalid starting block (%llu): must be less than %llu"
4132 #: misc/badblocks.c:1262
4134 msgid "invalid end block (%llu): must be 32-bit value"
4137 #: misc/badblocks.c:1318
4138 msgid "while creating in-memory bad blocks list"
4141 #: misc/badblocks.c:1327
4142 msgid "input file - bad format"
4145 #: misc/badblocks.c:1335 misc/badblocks.c:1344
4146 msgid "while adding to in-memory bad block list"
4149 #: misc/badblocks.c:1369
4151 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4157 "Usage: %s [-RVf] [-+=aAcCdDeijPsStTuFx] [-p project] [-v version] files...\n"
4160 #: misc/chattr.c:162
4162 msgid "bad project - %s\n"
4165 #: misc/chattr.c:176
4167 msgid "bad version - %s\n"
4170 #: misc/chattr.c:221 misc/lsattr.c:127
4172 msgid "while trying to stat %s"
4175 #: misc/chattr.c:228
4177 msgid "while reading flags on %s"
4180 #: misc/chattr.c:233 misc/chattr.c:245
4182 msgid "Flags of %s set as "
4185 #: misc/chattr.c:254
4187 msgid "while setting flags on %s"
4190 #: misc/chattr.c:262
4192 msgid "Version of %s set as %lu\n"
4195 #: misc/chattr.c:266
4197 msgid "while setting version on %s"
4200 #: misc/chattr.c:273
4202 msgid "Project of %s set as %lu\n"
4205 #: misc/chattr.c:277
4207 msgid "while setting project on %s"
4210 #: misc/chattr.c:299
4211 msgid "Couldn't allocate path variable in chattr_dir_proc"
4214 #: misc/chattr.c:339
4215 msgid "= is incompatible with - and +\n"
4218 #: misc/chattr.c:347
4219 msgid "Must use '-v', =, - or +\n"
4222 #: misc/create_inode.c:95 misc/create_inode.c:131
4224 msgid "while reading inode %u"
4227 #: misc/create_inode.c:102
4229 msgid "while linking \"%s\""
4232 #: misc/create_inode.c:110 misc/create_inode.c:146 misc/create_inode.c:335
4234 msgid "while writing inode %u"
4237 #: misc/create_inode.c:165 misc/create_inode.c:196
4239 msgid "while listing attributes of \"%s\""
4242 #: misc/create_inode.c:176
4244 msgid "while opening inode %u"
4247 #: misc/create_inode.c:183
4249 msgid "while reading xattrs for inode %u"
4252 #: misc/create_inode.c:189 misc/create_inode.c:216 misc/create_inode.c:1207
4253 #: misc/e2undo.c:188 misc/e2undo.c:485 misc/e2undo.c:491 misc/e2undo.c:497
4254 #: misc/mke2fs.c:346
4255 msgid "while allocating memory"
4258 #: misc/create_inode.c:209 misc/create_inode.c:225
4260 msgid "while reading attribute \"%s\" of \"%s\""
4263 #: misc/create_inode.c:234
4265 msgid "while writing attribute \"%s\" to inode %u"
4268 #: misc/create_inode.c:244
4270 msgid "while closing inode %u"
4273 #: misc/create_inode.c:295
4275 msgid "while allocating inode \"%s\""
4278 #: misc/create_inode.c:305
4280 msgid "while creating inode \"%s\""
4283 #: misc/create_inode.c:366
4284 msgid "while expanding directory"
4287 #: misc/create_inode.c:373
4289 msgid "while creating symlink \"%s\""
4292 #: misc/create_inode.c:391 misc/create_inode.c:797 misc/create_inode.c:1124
4294 msgid "while looking up \"%s\""
4297 #: misc/create_inode.c:403
4299 msgid "while creating directory \"%s\""
4302 #: misc/create_inode.c:783
4304 msgid "while opening \"%s\" to copy"
4307 #: misc/create_inode.c:960
4309 msgid "while changing working directory to \"%s\""
4312 #: misc/create_inode.c:970
4314 msgid "while scanning directory \"%s\""
4317 #: misc/create_inode.c:980
4319 msgid "while lstat \"%s\""
4322 #: misc/create_inode.c:1032
4324 msgid "while creating special file \"%s\""
4327 #: misc/create_inode.c:1044
4328 msgid "malloc failed"
4331 #: misc/create_inode.c:1052
4333 msgid "while trying to read link \"%s\""
4336 #: misc/create_inode.c:1059
4337 msgid "symlink increased in size between lstat() and readlink()"
4340 #: misc/create_inode.c:1070
4342 msgid "while writing symlink\"%s\""
4345 #: misc/create_inode.c:1082
4347 msgid "while writing file \"%s\""
4350 #: misc/create_inode.c:1095
4352 msgid "while making dir \"%s\""
4355 #: misc/create_inode.c:1113
4356 msgid "while changing directory"
4359 #: misc/create_inode.c:1119
4361 msgid "ignoring entry \"%s\""
4364 #: misc/create_inode.c:1132
4366 msgid "while setting inode for \"%s\""
4369 #: misc/create_inode.c:1140
4371 msgid "while setting xattrs for \"%s\""
4374 #: misc/create_inode.c:1168
4375 msgid "while saving inode data"
4378 #: misc/create_inode.c:1232
4379 msgid "while calling stat"
4382 #: misc/create_inode.c:1246
4383 msgid "while copying xattrs on root directory"
4386 #: misc/dumpe2fs.c:57
4389 "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4392 #: misc/dumpe2fs.c:160
4396 #: misc/dumpe2fs.c:169
4400 #: misc/dumpe2fs.c:220
4402 msgid "Group %lu: (Blocks "
4405 #: misc/dumpe2fs.c:227
4407 msgid " csum 0x%04x"
4410 #: misc/dumpe2fs.c:229
4412 msgid " (EXPECTED 0x%04x)"
4415 #: misc/dumpe2fs.c:234
4417 msgid " %s superblock at "
4420 #: misc/dumpe2fs.c:235
4424 #: misc/dumpe2fs.c:235
4428 #: misc/dumpe2fs.c:239
4429 msgid ", Group descriptors at "
4432 #: misc/dumpe2fs.c:243
4435 " Reserved GDT blocks at "
4438 #: misc/dumpe2fs.c:250
4439 msgid " Group descriptor at "
4442 #: misc/dumpe2fs.c:256
4443 msgid " Block bitmap at "
4446 #: misc/dumpe2fs.c:261 misc/dumpe2fs.c:272
4448 msgid ", csum 0x%08x"
4451 #: misc/dumpe2fs.c:264
4455 #: misc/dumpe2fs.c:266
4461 #: misc/dumpe2fs.c:267
4462 msgid " Inode bitmap at "
4465 #: misc/dumpe2fs.c:274
4471 #: misc/dumpe2fs.c:280
4475 " %u free %s, %u free inodes, %u directories%s"
4478 #: misc/dumpe2fs.c:287
4480 msgid ", %u unused inodes\n"
4483 #: misc/dumpe2fs.c:290
4484 msgid " Free blocks: "
4487 #: misc/dumpe2fs.c:305
4488 msgid " Free inodes: "
4491 #: misc/dumpe2fs.c:341
4492 msgid "while printing bad block list"
4495 #: misc/dumpe2fs.c:348
4497 msgid "Bad blocks: %u"
4500 #: misc/dumpe2fs.c:376 misc/tune2fs.c:413
4501 msgid "while reading journal inode"
4504 #: misc/dumpe2fs.c:382
4505 msgid "while opening journal inode"
4508 #: misc/dumpe2fs.c:388
4509 msgid "while reading journal super block"
4512 #: misc/dumpe2fs.c:395
4513 msgid "Journal superblock magic number invalid!\n"
4516 #: misc/dumpe2fs.c:415 misc/tune2fs.c:256
4517 msgid "while reading journal superblock"
4520 #: misc/dumpe2fs.c:423
4521 msgid "Couldn't find journal superblock magic numbers"
4524 #: misc/dumpe2fs.c:478
4525 msgid "failed to alloc MMP buffer\n"
4528 #: misc/dumpe2fs.c:489
4530 msgid "reading MMP block %llu from '%s'\n"
4533 #: misc/dumpe2fs.c:521 misc/mke2fs.c:831 misc/tune2fs.c:2276
4534 msgid "Couldn't allocate memory to parse options!\n"
4537 #: misc/dumpe2fs.c:547
4539 msgid "Invalid superblock parameter: %s\n"
4542 #: misc/dumpe2fs.c:562
4544 msgid "Invalid blocksize parameter: %s\n"
4547 #: misc/dumpe2fs.c:573
4551 "Bad extended option(s) specified: %s\n"
4553 "Extended options are separated by commas, and may take an argument which\n"
4554 "\tis set off by an equals ('=') sign.\n"
4556 "Valid extended options are:\n"
4557 "\tsuperblock=<superblock number>\n"
4558 "\tblocksize=<blocksize>\n"
4561 #: misc/dumpe2fs.c:664 misc/mke2fs.c:2021
4563 msgid "\tUsing %s\n"
4566 #: misc/dumpe2fs.c:716 misc/e2image.c:1649 misc/tune2fs.c:3267
4567 #: resize/main.c:424
4568 msgid "Couldn't find valid filesystem superblock.\n"
4571 #: misc/dumpe2fs.c:738
4573 msgid "%s: MMP feature not enabled.\n"
4576 #: misc/dumpe2fs.c:769
4578 msgid "while trying to read '%s' bitmaps\n"
4581 #: misc/dumpe2fs.c:778
4583 "*** Run e2fsck now!\n"
4587 #: misc/e2image.c:108
4590 "Usage: %s [ -r|-Q ] [ -f ] [ -b superblock ] [ -B blocksize ] device image-"
4594 #: misc/e2image.c:111
4596 msgid " %s -I device image-file\n"
4599 #: misc/e2image.c:112
4602 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4606 #: misc/e2image.c:177 misc/e2image.c:599 misc/e2image.c:605 misc/e2image.c:1207
4607 msgid "while allocating buffer"
4610 #: misc/e2image.c:182
4612 msgid "Writing block %llu\n"
4615 #: misc/e2image.c:196
4617 msgid "error writing block %llu"
4620 #: misc/e2image.c:200
4621 msgid "error in generic_write()"
4624 #: misc/e2image.c:217
4625 msgid "Error: header size is bigger than wrt_size\n"
4628 #: misc/e2image.c:222
4629 msgid "Couldn't allocate header buffer\n"
4632 #: misc/e2image.c:251
4633 msgid "while writing superblock"
4636 #: misc/e2image.c:260
4637 msgid "while writing inode table"
4640 #: misc/e2image.c:268
4641 msgid "while writing block bitmap"
4644 #: misc/e2image.c:276
4645 msgid "while writing inode bitmap"
4648 #: misc/e2image.c:523
4650 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4653 #: misc/e2image.c:535
4655 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4658 #: misc/e2image.c:576
4660 msgid "%llu / %llu blocks (%d%%)"
4663 #: misc/e2image.c:609 misc/e2image.c:649
4667 #: misc/e2image.c:646
4669 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4672 #: misc/e2image.c:672
4674 msgid " %s remaining at %.2f MB/s"
4677 #: misc/e2image.c:684 misc/e2image.c:1217
4679 msgid "error reading block %llu"
4682 #: misc/e2image.c:739
4684 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4687 #: misc/e2image.c:744
4689 msgid "at %.2f MB/s"
4692 #: misc/e2image.c:780
4693 msgid "while allocating l1 table"
4696 #: misc/e2image.c:825
4697 msgid "while allocating l2 cache"
4700 #: misc/e2image.c:848
4702 "Warning: There are still tables in the cache while putting the cache, data "
4703 "will be lost so the image may not be valid.\n"
4706 #: misc/e2image.c:1174
4707 msgid "while allocating ext2_qcow2_image"
4710 #: misc/e2image.c:1181
4711 msgid "while initializing ext2_qcow2_image"
4714 #: misc/e2image.c:1241 misc/e2image.c:1259
4715 msgid "Programming error: multiple sequential refcount blocks created!\n"
4718 #: misc/e2image.c:1300
4719 msgid "while allocating block bitmap"
4722 #: misc/e2image.c:1309
4723 msgid "while allocating scramble block bitmap"
4726 #: misc/e2image.c:1332
4727 msgid "Scanning inodes...\n"
4730 #: misc/e2image.c:1344
4731 msgid "Can't allocate block buffer"
4734 #: misc/e2image.c:1356
4735 msgid "while getting next inode"
4738 #: misc/e2image.c:1386 misc/e2image.c:1400
4740 msgid "while iterating over inode %u"
4743 #: misc/e2image.c:1432
4744 msgid "Raw and qcow2 images cannot be installed"
4747 #: misc/e2image.c:1454
4748 msgid "error reading bitmaps"
4751 #: misc/e2image.c:1466
4752 msgid "while opening device file"
4755 #: misc/e2image.c:1477
4756 msgid "while restoring the image table"
4759 #: misc/e2image.c:1585
4760 msgid "-a option can only be used with raw or QCOW2 images."
4763 #: misc/e2image.c:1590
4764 msgid "-b option can only be used with raw or QCOW2 images."
4767 #: misc/e2image.c:1596
4768 msgid "Offsets are only allowed with raw images."
4771 #: misc/e2image.c:1601
4772 msgid "Move mode is only allowed with raw images."
4775 #: misc/e2image.c:1606
4776 msgid "Move mode requires all data mode."
4779 #: misc/e2image.c:1616
4780 msgid "checking if mounted"
4783 #: misc/e2image.c:1623
4786 "Running e2image on a R/W mounted filesystem can result in an\n"
4787 "inconsistent image which will not be useful for debugging purposes.\n"
4788 "Use -f option if you really want to do that.\n"
4791 #: misc/e2image.c:1677
4792 msgid "QCOW2 image can not be written to the stdout!\n"
4795 #: misc/e2image.c:1683
4796 msgid "Can not stat output\n"
4799 #: misc/e2image.c:1693
4801 msgid "Image (%s) is compressed\n"
4804 #: misc/e2image.c:1696
4806 msgid "Image (%s) is encrypted\n"
4809 #: misc/e2image.c:1699
4811 msgid "Image (%s) is corrupted\n"
4814 #: misc/e2image.c:1703
4816 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4819 #: misc/e2image.c:1713
4820 msgid "The -c option only supported in raw mode\n"
4823 #: misc/e2image.c:1718
4824 msgid "The -c option not supported when writing to stdout\n"
4827 #: misc/e2image.c:1725
4828 msgid "while allocating check_buf"
4831 #: misc/e2image.c:1731
4832 msgid "The -p option only supported in raw mode\n"
4835 #: misc/e2image.c:1741
4837 msgid "%d blocks already contained the data to be copied\n"
4840 #: misc/e2initrd_helper.c:69
4842 msgid "Usage: %s -r device\n"
4845 #: misc/e2label.c:58
4847 msgid "e2label: cannot open %s\n"
4850 #: misc/e2label.c:63
4852 msgid "e2label: cannot seek to superblock\n"
4855 #: misc/e2label.c:68
4857 msgid "e2label: error reading superblock\n"
4860 #: misc/e2label.c:72
4862 msgid "e2label: not an ext2 filesystem\n"
4865 #: misc/e2label.c:97 misc/tune2fs.c:3154 misc/tune2fs.c:3481
4867 msgid "Warning: label too long, truncating.\n"
4870 #: misc/e2label.c:100
4872 msgid "e2label: cannot seek to superblock again\n"
4875 #: misc/e2label.c:105
4877 msgid "e2label: error writing superblock\n"
4880 #: misc/e2label.c:117 misc/tune2fs.c:1928
4882 msgid "Usage: e2label device [newlabel]\n"
4885 #: misc/e2undo.c:124
4888 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4892 #: misc/e2undo.c:153
4893 msgid "The file system superblock doesn't match the undo file.\n"
4896 #: misc/e2undo.c:156
4897 msgid "UUID does not match.\n"
4900 #: misc/e2undo.c:159
4901 msgid "Last mount time does not match.\n"
4904 #: misc/e2undo.c:162
4905 msgid "Last write time does not match.\n"
4908 #: misc/e2undo.c:164
4909 msgid "Lifetime write counter does not match.\n"
4912 #: misc/e2undo.c:178
4913 msgid "while reading filesystem superblock."
4916 #: misc/e2undo.c:194
4917 msgid "while fetching superblock"
4920 #: misc/e2undo.c:207
4922 msgid "Undo file superblock checksum doesn't match.\n"
4925 #: misc/e2undo.c:346
4927 msgid "illegal offset - %s"
4930 #: misc/e2undo.c:370
4932 msgid "Will not write to an undo file while replaying it.\n"
4935 #: misc/e2undo.c:379
4937 msgid "while opening undo file `%s'\n"
4940 #: misc/e2undo.c:386
4941 msgid "while reading undo file"
4944 #: misc/e2undo.c:391
4946 msgid "%s: Not an undo file.\n"
4949 #: misc/e2undo.c:402
4951 msgid "%s: Header checksum doesn't match.\n"
4954 #: misc/e2undo.c:409
4956 msgid "%s: Corrupt undo file header.\n"
4959 #: misc/e2undo.c:413
4961 msgid "%s: Undo block size too large.\n"
4964 #: misc/e2undo.c:418
4966 msgid "%s: Undo block size too small.\n"
4969 #: misc/e2undo.c:431
4971 msgid "%s: Unknown undo file feature set.\n"
4974 #: misc/e2undo.c:439
4976 msgid "Error while determining whether %s is mounted."
4979 #: misc/e2undo.c:445
4980 msgid "e2undo should only be run on unmounted filesystems"
4983 #: misc/e2undo.c:461
4985 msgid "while opening `%s'"
4988 #: misc/e2undo.c:472
4989 msgid "specified offset is too large"
4992 #: misc/e2undo.c:513
4993 msgid "while reading keys"
4996 #: misc/e2undo.c:525
4998 msgid "%s: wrong key magic at %llu\n"
5001 #: misc/e2undo.c:535
5003 msgid "%s: key block checksum error at %llu.\n"
5006 #: misc/e2undo.c:558
5008 msgid "%s: block %llu is too long."
5011 #: misc/e2undo.c:571 misc/e2undo.c:608
5013 msgid "while fetching block %llu."
5016 #: misc/e2undo.c:583
5018 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
5021 #: misc/e2undo.c:624
5023 msgid "while writing block %llu."
5026 #: misc/e2undo.c:631
5028 msgid "Undo file corruption; run e2fsck NOW!\n"
5031 #: misc/e2undo.c:633
5033 msgid "IO error during replay; run e2fsck NOW!\n"
5036 #: misc/e2undo.c:636
5038 msgid "Incomplete undo record; run e2fsck.\n"
5041 #: misc/findsuper.c:108
5043 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
5046 #: misc/findsuper.c:153
5048 msgid "skipbytes should be a number, not %s\n"
5051 #: misc/findsuper.c:160
5053 msgid "skipbytes must be a multiple of the sector size\n"
5056 #: misc/findsuper.c:167
5058 msgid "startkb should be a number, not %s\n"
5061 #: misc/findsuper.c:173
5063 msgid "startkb should be positive, not %llu\n"
5066 #: misc/findsuper.c:184
5068 msgid "starting at %llu, with %u byte increments\n"
5071 #: misc/findsuper.c:186
5074 "[*] probably superblock written in the ext3 journal superblock,\n"
5075 "\tso start/end/grp wrong\n"
5078 #: misc/findsuper.c:188
5081 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
5082 "mount_time sb_uuid label\n"
5085 #: misc/findsuper.c:262
5089 "%11Lu: finished with errno %d\n"
5094 msgid "WARNING: couldn't open %s: %s\n"
5099 msgid "WARNING: bad format on line %d of %s\n"
5104 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
5105 "\tfield. I will kludge around things for you, but you\n"
5106 "\tshould fix your /etc/fstab file as soon as you can.\n"
5112 msgid "fsck: %s: not found\n"
5117 msgid "%s: wait: No more child process?!?\n"
5122 msgid "Warning... %s for device %s exited with signal %d.\n"
5127 msgid "%s %s: status is %x, should never happen.\n"
5132 msgid "Finished with %s (exit status %d)\n"
5137 msgid "%s: Error %d while executing fsck.%s for %s\n"
5142 "Either all or none of the filesystem types passed to -t must be prefixed\n"
5143 "with 'no' or '!'.\n"
5147 msgid "Couldn't allocate memory for filesystem types\n"
5153 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5159 msgid "fsck: cannot check %s: fsck.%s not found\n"
5163 msgid "Checking all file systems.\n"
5168 msgid "--waiting-- (pass %d)\n"
5173 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5178 msgid "%s: too many devices\n"
5181 #: misc/fsck.c:1164 misc/fsck.c:1250
5183 msgid "%s: too many arguments\n"
5186 #: misc/fuse2fs.c:731
5187 msgid "unmounting filesystem"
5190 #: misc/fuse2fs.c:779
5191 msgid "mounted filesystem"
5194 #: misc/fuse2fs.c:4238
5195 msgid "cache size must be between 1 block and 2GB."
5198 #: misc/fuse2fs.c:4388
5199 msgid "Allowing users to allocate all blocks. This is dangerous!"
5202 #: misc/fuse2fs.c:4402 misc/fuse2fs.c:4461
5203 msgid "Please run e2fsck -fy."
5206 #: misc/fuse2fs.c:4420
5207 msgid "cannot set disk cache size to"
5210 #: misc/fuse2fs.c:4430
5211 msgid "quotas not supported."
5214 #: misc/fuse2fs.c:4434
5215 msgid "verity not supported."
5218 #: misc/fuse2fs.c:4438
5219 msgid "encryption not supported."
5222 #: misc/fuse2fs.c:4442
5223 msgid "casefolding not supported."
5226 #: misc/fuse2fs.c:4452
5227 msgid "Mounting read-only without recovering journal."
5230 #: misc/fuse2fs.c:4456
5231 msgid "Recovering journal."
5234 #: misc/fuse2fs.c:4472
5236 "Warning: fuse2fs does not support using the journal.\n"
5237 "There may be file system corruption or data loss if\n"
5238 "the file system is not gracefully unmounted.\n"
5241 #: misc/fuse2fs.c:4489
5242 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended."
5245 #: misc/fuse2fs.c:4493
5246 msgid "Warning: Maximal mount count reached, running e2fsck is recommended."
5249 #: misc/fuse2fs.c:4498
5250 msgid "Warning: Check time reached; running e2fsck is recommended."
5253 #: misc/fuse2fs.c:4501
5254 msgid "Orphans detected; running e2fsck is recommended."
5257 #: misc/fuse2fs.c:4505
5258 msgid "Errors detected; running e2fsck is required."
5261 #: misc/fuse2fs.c:4582
5262 msgid "Mount failed due to unrecognized options. Check dmesg(1) for details."
5265 #: misc/fuse2fs.c:4587
5266 msgid "Mount failed while opening filesystem. Check dmesg(1) for details."
5271 msgid "Usage: %s [-RVadlpv] [files...]\n"
5276 msgid "While reading flags on %s"
5281 msgid "While reading project on %s"
5284 #: misc/lsattr.c:102
5286 msgid "While reading version on %s"
5289 #: misc/lsattr.c:152
5290 msgid "Couldn't allocate path variable in lsattr_dir_proc\n"
5293 #: misc/mke2fs.c:137
5296 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5297 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
5298 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory|tarball]\n"
5299 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5300 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5301 "\t[-O feature[,...]] [-E extended-option[,...]] [-t fs-type]\n"
5302 "\t[-T usage-type ] [-U UUID] [-e errors_behavior][-z undo_file]\n"
5303 "\t[-jnqvDFSV] device [blocks-count]\n"
5306 #: misc/mke2fs.c:248
5308 msgid "Running command: %s\n"
5311 #: misc/mke2fs.c:252
5313 msgid "while trying to run '%s'"
5316 #: misc/mke2fs.c:259
5317 msgid "while processing list of bad blocks from program"
5320 #: misc/mke2fs.c:286
5322 msgid "Block %d in primary superblock/group descriptor area bad.\n"
5325 #: misc/mke2fs.c:288
5327 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5330 #: misc/mke2fs.c:291
5331 msgid "Aborting....\n"
5334 #: misc/mke2fs.c:311
5337 "Warning: the backup superblock/group descriptors at block %u contain\n"
5342 #: misc/mke2fs.c:330 misc/mke2fs.c:3497
5343 msgid "while marking bad blocks as used"
5346 #: misc/mke2fs.c:355
5347 msgid "while writing reserved inodes"
5350 #: misc/mke2fs.c:407
5351 msgid "Writing inode tables: "
5354 #: misc/mke2fs.c:439 misc/mke2fs.c:458
5358 "Could not write %d blocks in inode table starting at %llu: %s\n"
5361 #: misc/mke2fs.c:468 misc/mke2fs.c:3037 misc/mke2fs.c:3457
5365 #: misc/mke2fs.c:484
5366 msgid "while creating root dir"
5369 #: misc/mke2fs.c:494
5370 msgid "while reading root inode"
5373 #: misc/mke2fs.c:514
5374 msgid "while setting root inode ownership"
5377 #: misc/mke2fs.c:532
5378 msgid "while creating /lost+found"
5381 #: misc/mke2fs.c:539
5382 msgid "while looking up /lost+found"
5385 #: misc/mke2fs.c:552
5386 msgid "while expanding /lost+found"
5389 #: misc/mke2fs.c:567
5390 msgid "while setting bad block inode"
5393 #: misc/mke2fs.c:594
5395 msgid "Out of memory erasing sectors %d-%d\n"
5398 #: misc/mke2fs.c:604
5400 msgid "Warning: could not read block 0: %s\n"
5403 #: misc/mke2fs.c:622
5405 msgid "Warning: could not erase sector %d: %s\n"
5408 #: misc/mke2fs.c:638
5409 msgid "while splitting the journal size"
5412 #: misc/mke2fs.c:645
5413 msgid "while initializing journal superblock"
5416 #: misc/mke2fs.c:653
5417 msgid "Zeroing journal device: "
5420 #: misc/mke2fs.c:665
5422 msgid "while zeroing journal device (block %llu, count %d)"
5425 #: misc/mke2fs.c:683
5426 msgid "while writing journal superblock"
5429 #: misc/mke2fs.c:697
5431 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5434 #: misc/mke2fs.c:705
5437 "warning: %llu blocks unused.\n"
5441 #: misc/mke2fs.c:709
5443 msgid "Filesystem label=%.*s\n"
5446 #: misc/mke2fs.c:713
5448 msgid "OS type: %s\n"
5451 #: misc/mke2fs.c:715
5453 msgid "Block size=%u (log=%u)\n"
5456 #: misc/mke2fs.c:718
5458 msgid "Cluster size=%u (log=%u)\n"
5461 #: misc/mke2fs.c:722
5463 msgid "Fragment size=%u (log=%u)\n"
5466 #: misc/mke2fs.c:724
5468 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5471 #: misc/mke2fs.c:726
5473 msgid "%u inodes, %llu blocks\n"
5476 #: misc/mke2fs.c:728
5478 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5481 #: misc/mke2fs.c:731
5483 msgid "First data block=%u\n"
5486 #: misc/mke2fs.c:733
5488 msgid "Root directory owner=%u:%u\n"
5491 #: misc/mke2fs.c:735
5493 msgid "Maximum filesystem blocks=%lu\n"
5496 #: misc/mke2fs.c:739
5498 msgid "%u block groups\n"
5501 #: misc/mke2fs.c:741
5503 msgid "%u block group\n"
5506 #: misc/mke2fs.c:743
5508 msgid "%u blocks per group, %u clusters per group\n"
5511 #: misc/mke2fs.c:746
5513 msgid "%u blocks per group, %u fragments per group\n"
5516 #: misc/mke2fs.c:748
5518 msgid "%u inodes per group\n"
5521 #: misc/mke2fs.c:757
5523 msgid "Filesystem UUID: %s\n"
5526 #: misc/mke2fs.c:758
5527 msgid "Superblock backups stored on blocks: "
5530 #: misc/mke2fs.c:851
5532 msgid "%s requires '-O 64bit'\n"
5535 #: misc/mke2fs.c:857
5537 msgid "'%s' must be before 'resize=%u'\n"
5540 #: misc/mke2fs.c:873
5542 msgid "Invalid desc_size: '%s'\n"
5545 #: misc/mke2fs.c:887
5547 msgid "Invalid hash seed: %s\n"
5550 #: misc/mke2fs.c:899
5552 msgid "Invalid offset: %s\n"
5555 #: misc/mke2fs.c:913 misc/tune2fs.c:2304
5557 msgid "Invalid mmp_update_interval: %s\n"
5560 #: misc/mke2fs.c:930
5562 msgid "Invalid # of backup superblocks: %s\n"
5565 #: misc/mke2fs.c:952
5567 msgid "Invalid stride parameter: %s\n"
5570 #: misc/mke2fs.c:967
5572 msgid "Invalid stripe-width parameter: %s\n"
5575 #: misc/mke2fs.c:990
5577 msgid "Invalid resize parameter: %s\n"
5580 #: misc/mke2fs.c:997
5581 msgid "The resize maximum must be greater than the filesystem size.\n"
5584 #: misc/mke2fs.c:1021
5585 msgid "On-line resizing not supported with revision 0 filesystems\n"
5588 #: misc/mke2fs.c:1038 misc/mke2fs.c:1954
5590 msgid "bad revision level - %s"
5593 #: misc/mke2fs.c:1043 misc/mke2fs.c:1959
5595 msgid "while trying to create revision %d"
5598 #: misc/mke2fs.c:1070 misc/mke2fs.c:1079
5600 msgid "Invalid root_owner: '%s'\n"
5603 #: misc/mke2fs.c:1128
5605 msgid "Invalid encoding: %s"
5608 #: misc/mke2fs.c:1150 misc/tune2fs.c:2439
5610 msgid "Invalid size of orphan file %s\n"
5613 #: misc/mke2fs.c:1161
5617 "Bad option(s) specified: %s\n"
5619 "Extended options are separated by commas, and may take an argument which\n"
5620 "\tis set off by an equals ('=') sign.\n"
5622 "Valid extended options are:\n"
5623 "\tmmp_update_interval=<interval>\n"
5624 "\tnum_backup_sb=<0|1|2>\n"
5625 "\tstride=<RAID per-disk data chunk in blocks>\n"
5626 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5627 "\toffset=<offset to create the file system>\n"
5628 "\tresize=<resize maximum size in blocks>\n"
5629 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5630 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5631 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5632 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5633 "\troot_perms=<octal root directory permissions>\n"
5637 "\trevision=<revision>\n"
5638 "\tencoding=<encoding>\n"
5639 "\tencoding_flags=<flags>\n"
5640 "\tquotatype=<quota type(s) to be enabled>\n"
5641 "\tassume_storage_prezeroed=<0 to disable, 1 to enable>\n"
5645 #: misc/mke2fs.c:1191
5649 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5653 #: misc/mke2fs.c:1202 misc/tune2fs.c:2455
5655 msgid "error: Invalid encoding flag: %s\n"
5658 #: misc/mke2fs.c:1208 misc/tune2fs.c:2464
5661 "error: An encoding must be explicitly specified when passing encoding-flags\n"
5664 #: misc/mke2fs.c:1259
5667 "Syntax error in mke2fs config file (%s, line #%d)\n"
5671 #: misc/mke2fs.c:1272 misc/tune2fs.c:1182
5673 msgid "Invalid filesystem option set: %s\n"
5676 #: misc/mke2fs.c:1284 misc/tune2fs.c:459
5678 msgid "Invalid mount option set: %s\n"
5681 #: misc/mke2fs.c:1420
5685 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5688 #: misc/mke2fs.c:1424
5690 "You probably need to install an updated mke2fs.conf file.\n"
5694 #: misc/mke2fs.c:1428
5695 msgid "Aborting...\n"
5698 #: misc/mke2fs.c:1469
5702 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5706 #: misc/mke2fs.c:1689
5707 msgid "Couldn't allocate memory for new PATH.\n"
5710 #: misc/mke2fs.c:1729
5712 msgid "Couldn't init profile successfully (error: %ld).\n"
5715 #: misc/mke2fs.c:1762
5717 msgid "invalid block size - %s"
5720 #: misc/mke2fs.c:1766
5722 msgid "Warning: blocksize %d not usable on most systems.\n"
5725 #: misc/mke2fs.c:1782
5727 msgid "invalid cluster size - %s"
5730 #: misc/mke2fs.c:1795
5731 msgid "'-R' is deprecated, use '-E' instead"
5734 #: misc/mke2fs.c:1809 misc/tune2fs.c:2030
5736 msgid "bad error behavior - %s"
5739 #: misc/mke2fs.c:1821
5740 msgid "Illegal number for blocks per group"
5743 #: misc/mke2fs.c:1826
5744 msgid "blocks per group must be multiple of 8"
5747 #: misc/mke2fs.c:1834
5748 msgid "Illegal number for flex_bg size"
5751 #: misc/mke2fs.c:1840
5752 msgid "flex_bg size must be a power of 2"
5755 #: misc/mke2fs.c:1845
5757 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5760 #: misc/mke2fs.c:1855
5762 msgid "invalid inode ratio %s (min %d/max %d)"
5765 #: misc/mke2fs.c:1865
5767 msgid "invalid inode size - %s"
5770 #: misc/mke2fs.c:1880
5772 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5773 "nodiscard' extended option instead!\n"
5776 #: misc/mke2fs.c:1891
5777 msgid "in malloc for bad_blocks_filename"
5780 #: misc/mke2fs.c:1900
5783 "Warning: label too long; will be truncated to '%s'\n"
5787 #: misc/mke2fs.c:1909
5789 msgid "invalid reserved blocks percent - %s"
5792 #: misc/mke2fs.c:1924
5794 msgid "bad num inodes - %s"
5797 #: misc/mke2fs.c:1937
5798 msgid "while allocating fs_feature string"
5801 #: misc/mke2fs.c:1964
5803 "the -r option has been removed.\n"
5805 "If you really need compatibility with pre-1995 Linux systems, use the\n"
5806 "command-line option \"-E revision=0\".\n"
5809 #: misc/mke2fs.c:1973
5811 "the -s option has been removed.\n"
5813 "Use the -O option to set or clear the sparse_super feature.\n"
5816 #: misc/mke2fs.c:1982
5817 msgid "The -t option may only be used once"
5820 #: misc/mke2fs.c:1990
5821 msgid "The -T option may only be used once"
5824 #: misc/mke2fs.c:2046 misc/mke2fs.c:3580
5826 msgid "while trying to open journal device %s\n"
5829 #: misc/mke2fs.c:2052
5831 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5834 #: misc/mke2fs.c:2058
5836 msgid "Using journal device's blocksize: %d\n"
5839 #: misc/mke2fs.c:2069
5841 msgid "invalid blocks '%s' on device '%s'"
5844 #: misc/mke2fs.c:2089
5848 #: misc/mke2fs.c:2104 lib/support/plausible.c:184
5850 msgid "The file %s does not exist and no size was specified.\n"
5853 #: misc/mke2fs.c:2117 lib/support/plausible.c:192
5855 msgid "Creating regular file %s\n"
5858 #: misc/mke2fs.c:2122 resize/main.c:512
5859 msgid "while trying to determine filesystem size"
5862 #: misc/mke2fs.c:2128
5864 "Couldn't determine device size; you must specify\n"
5865 "the size of the filesystem\n"
5868 #: misc/mke2fs.c:2135
5870 "Device size reported to be zero. Invalid partition specified, or\n"
5871 "\tpartition table wasn't reread after running fdisk, due to\n"
5872 "\ta modified partition being busy and in use. You may need to reboot\n"
5873 "\tto re-read your partition table.\n"
5876 #: misc/mke2fs.c:2152
5877 msgid "Filesystem larger than apparent device size."
5880 #: misc/mke2fs.c:2175
5881 msgid "Failed to parse fs types list\n"
5884 #: misc/mke2fs.c:2240
5885 msgid "The HURD does not support the filetype feature.\n"
5888 #: misc/mke2fs.c:2245
5889 msgid "The HURD does not support the huge_file feature.\n"
5892 #: misc/mke2fs.c:2250
5893 msgid "The HURD does not support the metadata_csum feature.\n"
5896 #: misc/mke2fs.c:2255
5897 msgid "The HURD does not support the ea_inode feature.\n"
5900 #: misc/mke2fs.c:2265
5901 msgid "while trying to determine hardware sector size"
5904 #: misc/mke2fs.c:2271
5905 msgid "while trying to determine physical sector size"
5908 #: misc/mke2fs.c:2303
5909 msgid "while setting blocksize; too small for device\n"
5912 #: misc/mke2fs.c:2308
5915 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5918 #: misc/mke2fs.c:2332
5921 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5922 "\tin 32 bits using a blocksize of %d.\n"
5925 #: misc/mke2fs.c:2346
5928 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5929 "\ta filesystem using a blocksize of %d.\n"
5932 #: misc/mke2fs.c:2368
5933 msgid "fs_types for mke2fs.conf resolution: "
5936 #: misc/mke2fs.c:2381
5937 msgid "invalid reserved blocks percent - %lf"
5940 #: misc/mke2fs.c:2398
5942 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5946 #: misc/mke2fs.c:2406
5948 "Extents MUST be enabled for fs-verity support. Pass -O extents to rectify.\n"
5951 #: misc/mke2fs.c:2427
5952 msgid "The cluster size may not be smaller than the block size.\n"
5955 #: misc/mke2fs.c:2433
5956 msgid "specifying a cluster size requires the bigalloc feature"
5959 #: misc/mke2fs.c:2453
5961 msgid "warning: Unable to get device geometry for %s\n"
5964 #: misc/mke2fs.c:2499
5966 msgid "%s alignment is offset by %lu bytes.\n"
5969 #: misc/mke2fs.c:2501
5972 "This may result in very poor performance, (re)-partitioning suggested.\n"
5975 #: misc/mke2fs.c:2507
5978 "%s is capable of DAX but current block size %u is different from system page "
5979 "size %u so filesystem will not support DAX.\n"
5982 #: misc/mke2fs.c:2531
5984 msgid "%d-byte blocks too big for system (max %d)"
5987 #: misc/mke2fs.c:2535
5990 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5993 #: misc/mke2fs.c:2543
5996 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5997 "and journal checksum features.\n"
6000 #: misc/mke2fs.c:2589
6002 msgid "Unknown filename encoding from profile: %s"
6005 #: misc/mke2fs.c:2600
6007 msgid "Unknown encoding flags from profile: %s"
6010 #: misc/mke2fs.c:2624
6011 msgid "Filesystem features not supported with revision 0 filesystems\n"
6014 #: misc/mke2fs.c:2629
6015 msgid "Journals not supported with revision 0 filesystems\n"
6018 #: misc/mke2fs.c:2634
6019 msgid "Inode size incompatible with revision 0 filesystems\n"
6022 #: misc/mke2fs.c:2647
6026 "Warning: offset specified without an explicit file system size.\n"
6027 "Creating a file system with %llu blocks but this might\n"
6028 "not be what you want.\n"
6032 #: misc/mke2fs.c:2662
6034 msgid "%d byte inodes are too small for project quota"
6037 #: misc/mke2fs.c:2684
6038 msgid "Can't support bigalloc feature without extents feature"
6041 #: misc/mke2fs.c:2691
6043 "The resize_inode and meta_bg features are not compatible.\n"
6044 "They can not be both enabled simultaneously.\n"
6047 #: misc/mke2fs.c:2700
6050 "Warning: bigalloc file systems with a cluster size greater than\n"
6051 "16 times the block size is considered experimental\n"
6054 #: misc/mke2fs.c:2712
6055 msgid "reserved online resize blocks not supported on non-sparse filesystem"
6058 #: misc/mke2fs.c:2721
6059 msgid "blocks per group count out of range"
6062 #: misc/mke2fs.c:2743
6063 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
6066 #: misc/mke2fs.c:2755
6068 msgid "invalid inode size %d (min %d/max %d)"
6071 #: misc/mke2fs.c:2770
6073 msgid "%d byte inodes are too small for inline data; specify larger size"
6076 #: misc/mke2fs.c:2785
6078 msgid "128-byte inodes cannot handle dates beyond 2038 and are deprecated\n"
6081 #: misc/mke2fs.c:2796
6083 msgid "too many inodes (%llu), raise inode ratio?"
6086 #: misc/mke2fs.c:2804
6088 msgid "too many inodes (%llu), specify < 2^32 inodes"
6091 #: misc/mke2fs.c:2818
6094 "inode_size (%u) * inodes_count (%u) too big for a\n"
6095 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
6096 "\tor lower inode count (-N).\n"
6099 #: misc/mke2fs.c:3016
6100 msgid "Discarding device blocks: "
6103 #: misc/mke2fs.c:3032
6107 #: misc/mke2fs.c:3091
6108 msgid "while initializing quota context"
6111 #: misc/mke2fs.c:3098
6112 msgid "while writing quota inodes"
6115 #: misc/mke2fs.c:3123
6117 msgid "bad error behavior in profile - %s"
6120 #: misc/mke2fs.c:3202
6121 msgid "in malloc for android_sparse_params"
6124 #: misc/mke2fs.c:3216
6125 msgid "while setting up superblock"
6128 #: misc/mke2fs.c:3232
6130 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6131 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6132 "checksumming. Pass -O extents to rectify.\n"
6135 #: misc/mke2fs.c:3239
6137 "64-bit filesystem support is not enabled. The larger fields afforded by "
6138 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
6141 #: misc/mke2fs.c:3247
6142 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
6145 #: misc/mke2fs.c:3268
6147 "Assuming the storage device is prezeroed - skipping inode table and journal "
6151 #: misc/mke2fs.c:3283
6152 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6155 #: misc/mke2fs.c:3382
6157 msgid "unknown os - %s"
6160 #: misc/mke2fs.c:3445
6161 msgid "Allocating group tables: "
6164 #: misc/mke2fs.c:3453
6165 msgid "while trying to allocate filesystem tables"
6168 #: misc/mke2fs.c:3468
6169 msgid "while unmarking bad blocks"
6172 #: misc/mke2fs.c:3479
6175 "\twhile converting subcluster bitmap"
6178 #: misc/mke2fs.c:3488
6179 msgid "while calculating overhead"
6182 #: misc/mke2fs.c:3507
6184 msgid "%s may be further corrupted by superblock rewrite\n"
6187 #: misc/mke2fs.c:3548
6189 msgid "while zeroing block %llu at end of filesystem"
6192 #: misc/mke2fs.c:3561
6193 msgid "while reserving blocks for online resize"
6196 #: misc/mke2fs.c:3573 misc/tune2fs.c:1710
6200 #: misc/mke2fs.c:3585
6202 msgid "Adding journal to device %s: "
6205 #: misc/mke2fs.c:3592
6209 "\twhile trying to add journal to device %s"
6212 #: misc/mke2fs.c:3597 misc/mke2fs.c:3630 misc/mke2fs.c:3689
6213 #: misc/mk_hugefiles.c:479 misc/tune2fs.c:1739 misc/tune2fs.c:1761
6217 #: misc/mke2fs.c:3604
6218 msgid "Skipping journal creation in super-only mode\n"
6221 #: misc/mke2fs.c:3617
6223 msgid "Creating journal (%u blocks): "
6226 #: misc/mke2fs.c:3626
6229 "\twhile trying to create journal"
6232 #: misc/mke2fs.c:3638 misc/tune2fs.c:1297
6235 "Error while enabling multiple mount protection feature."
6238 #: misc/mke2fs.c:3643
6240 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
6243 #: misc/mke2fs.c:3658
6244 msgid "cannot set orphan_file feature without a journal."
6247 #: misc/mke2fs.c:3669 misc/tune2fs.c:3538
6248 msgid "while creating orphan file"
6251 #: misc/mke2fs.c:3680
6252 msgid "Copying files into the device: "
6255 #: misc/mke2fs.c:3686
6256 msgid "while populating file system"
6259 #: misc/mke2fs.c:3693
6260 msgid "Writing superblocks and filesystem accounting information: "
6263 #: misc/mke2fs.c:3700 misc/tune2fs.c:3786
6264 msgid "while writing out and closing file system"
6267 #: misc/mke2fs.c:3703
6273 #: misc/mk_hugefiles.c:223
6275 msgid "while zeroing block %llu for hugefile"
6278 #: misc/mk_hugefiles.c:393
6281 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6284 #: misc/mk_hugefiles.c:461
6285 msgid "Huge files will be zero'ed\n"
6288 #: misc/mk_hugefiles.c:462
6290 msgid "Creating %lu huge file(s) "
6293 #: misc/mk_hugefiles.c:464
6295 msgid "with %llu blocks each"
6298 #: misc/mk_hugefiles.c:474
6300 msgid "while creating huge file %lu"
6303 #: misc/mklost+found.c:50
6304 msgid "Usage: mklost+found\n"
6307 #: misc/partinfo.c:43
6310 "Usage: %s device...\n"
6312 "Prints out the partition information for each given device.\n"
6313 "For example: %s /dev/hda\n"
6317 #: misc/partinfo.c:53
6319 msgid "Cannot open %s: %s"
6322 #: misc/partinfo.c:59
6324 msgid "Cannot get geometry of %s: %s"
6327 #: misc/partinfo.c:67
6329 msgid "Cannot get size of %s: %s"
6332 #: misc/partinfo.c:73
6334 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6337 #: misc/tune2fs.c:152
6340 "This operation requires a freshly checked filesystem.\n"
6343 #: misc/tune2fs.c:154
6344 msgid "Please run e2fsck -f on the filesystem.\n"
6347 #: misc/tune2fs.c:156
6348 msgid "Please run e2fsck -fD on the filesystem.\n"
6351 #: misc/tune2fs.c:169
6354 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
6355 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
6356 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6357 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6358 "\t[-L volume_label] [-M last_mounted_dir]\n"
6359 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
6360 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
6361 "\t[-I new_inode_size] [-z undo_file] device\n"
6364 #: misc/tune2fs.c:263
6365 msgid "Journal superblock not found!\n"
6368 #: misc/tune2fs.c:321
6369 msgid "while trying to open external journal"
6372 #: misc/tune2fs.c:327 misc/tune2fs.c:3068
6374 msgid "%s is not a journal device.\n"
6377 #: misc/tune2fs.c:336 misc/tune2fs.c:3077
6380 "Journal superblock is corrupted, nr_users\n"
6381 "is too high (%d).\n"
6384 #: misc/tune2fs.c:343 misc/tune2fs.c:3084
6385 msgid "Filesystem's UUID not found on journal device.\n"
6388 #: misc/tune2fs.c:367
6390 "Cannot locate journal device. It was NOT removed\n"
6391 "Use -f option to remove missing journal device.\n"
6394 #: misc/tune2fs.c:376
6395 msgid "Journal removed\n"
6398 #: misc/tune2fs.c:420
6399 msgid "while reading bitmaps"
6402 #: misc/tune2fs.c:428
6403 msgid "while clearing journal inode"
6406 #: misc/tune2fs.c:441
6407 msgid "while writing journal inode"
6410 #: misc/tune2fs.c:478 misc/tune2fs.c:503 misc/tune2fs.c:516
6411 msgid "(and reboot afterwards!)\n"
6414 #: misc/tune2fs.c:532
6416 msgid "After running e2fsck, please run `resize2fs %s %s"
6419 #: misc/tune2fs.c:535
6421 msgid "Please run `resize2fs %s %s"
6424 #: misc/tune2fs.c:539
6429 #: misc/tune2fs.c:541
6431 msgid "' to enable 64-bit mode.\n"
6434 #: misc/tune2fs.c:543
6436 msgid "' to disable 64-bit mode.\n"
6439 #: misc/tune2fs.c:1149
6441 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6442 " This requires Linux >= v4.4.\n"
6445 #: misc/tune2fs.c:1185
6447 msgid "Clearing filesystem feature '%s' not supported.\n"
6450 #: misc/tune2fs.c:1191
6452 msgid "Setting filesystem feature '%s' not supported.\n"
6455 #: misc/tune2fs.c:1200
6457 "The has_journal feature may only be cleared when the filesystem is\n"
6458 "unmounted or mounted read-only.\n"
6461 #: misc/tune2fs.c:1208
6463 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
6464 "the has_journal flag.\n"
6467 #: misc/tune2fs.c:1227
6469 "The orphan_file feature may only be cleared when the filesystem is "
6473 #: misc/tune2fs.c:1232
6475 "The orphan_present feature is set. Please run e2fsck before clearing "
6476 "orphan_file feature.\n"
6479 #: misc/tune2fs.c:1241 misc/tune2fs.c:3531
6480 msgid "while loading bitmaps"
6483 #: misc/tune2fs.c:1247
6486 "\twhile trying to delete orphan file\n"
6489 #: misc/tune2fs.c:1260
6490 msgid "orphan_file feature can be set only for filesystems with journal.\n"
6493 #: misc/tune2fs.c:1276
6495 "Setting filesystem feature 'sparse_super' not supported\n"
6496 "for filesystems with the meta_bg feature enabled.\n"
6499 #: misc/tune2fs.c:1289
6501 "The multiple mount protection feature can't\n"
6502 "be set if the filesystem is mounted or\n"
6506 #: misc/tune2fs.c:1307
6508 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6511 #: misc/tune2fs.c:1316
6513 "The multiple mount protection feature cannot\n"
6514 "be disabled if the filesystem is readonly.\n"
6517 #: misc/tune2fs.c:1324
6518 msgid "Error while reading bitmaps\n"
6521 #: misc/tune2fs.c:1333
6523 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6526 #: misc/tune2fs.c:1338
6527 msgid "while reading MMP block."
6530 #: misc/tune2fs.c:1371
6532 "Disabling directory index on filesystem with checksums could take some time."
6535 #: misc/tune2fs.c:1375
6536 msgid "Cannot disable dir_index on a mounted filesystem!\n"
6539 #: misc/tune2fs.c:1388
6541 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6545 #: misc/tune2fs.c:1399
6547 "The huge_file feature may only be cleared when the filesystem is\n"
6548 "unmounted or mounted read-only.\n"
6551 #: misc/tune2fs.c:1410
6552 msgid "Enabling checksums could take some time."
6555 #: misc/tune2fs.c:1413
6556 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6559 #: misc/tune2fs.c:1419
6561 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6562 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6563 "checksumming. Re-run with -O extent to rectify.\n"
6566 #: misc/tune2fs.c:1426
6568 "64-bit filesystem support is not enabled. The larger fields afforded by "
6569 "this feature enable full-strength checksumming. Run resize2fs -b to "
6573 #: misc/tune2fs.c:1452
6574 msgid "Disabling checksums could take some time."
6577 #: misc/tune2fs.c:1455
6578 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6581 #: misc/tune2fs.c:1496
6582 msgid "Cannot enable uninit_bg on a mounted filesystem!\n"
6585 #: misc/tune2fs.c:1511
6586 msgid "Cannot disable uninit_bg on a mounted filesystem!\n"
6589 #: misc/tune2fs.c:1530
6591 msgid "Cannot enable 64-bit mode while mounted!\n"
6594 #: misc/tune2fs.c:1540
6596 msgid "Cannot disable 64-bit mode while mounted!\n"
6599 #: misc/tune2fs.c:1570
6601 msgid "Cannot enable project feature; inode size too small.\n"
6604 #: misc/tune2fs.c:1591
6607 "Warning: '^quota' option overrides '-Q'arguments.\n"
6610 #: misc/tune2fs.c:1608 misc/tune2fs.c:2402
6612 "The casefold feature may only be enabled when the filesystem is unmounted.\n"
6615 #: misc/tune2fs.c:1619
6617 "The casefold feature may only be disabled when the filesystem is unmounted.\n"
6620 #: misc/tune2fs.c:1624
6622 "The casefold feature can't be cleared when there are inodes with +F flag.\n"
6625 #: misc/tune2fs.c:1636
6627 "Setting feature 'metadata_csum_seed' is only supported\n"
6628 "on filesystems with the metadata_csum feature enabled.\n"
6631 #: misc/tune2fs.c:1654
6633 "UUID has changed since enabling metadata_csum. Filesystem must be "
6635 "to safely rewrite all metadata to match the new UUID.\n"
6638 #: misc/tune2fs.c:1660
6639 msgid "Recalculating checksums could take some time."
6642 #: misc/tune2fs.c:1703
6643 msgid "The filesystem already has a journal.\n"
6646 #: misc/tune2fs.c:1723
6650 "\twhile trying to open journal on %s\n"
6653 #: misc/tune2fs.c:1727
6655 msgid "Creating journal on device %s: "
6658 #: misc/tune2fs.c:1735
6660 msgid "while adding filesystem to journal on %s"
6663 #: misc/tune2fs.c:1741
6664 msgid "Creating journal inode: "
6667 #: misc/tune2fs.c:1755
6670 "\twhile trying to create journal file"
6673 #: misc/tune2fs.c:1797
6675 msgid "Cannot enable project quota; inode size too small.\n"
6678 #: misc/tune2fs.c:1826
6679 msgid "while initializing quota context in support library"
6682 #: misc/tune2fs.c:1842
6684 msgid "while updating quota limits (%d)"
6687 #: misc/tune2fs.c:1852
6689 msgid "while writing quota file (%d)"
6692 #: misc/tune2fs.c:1870
6694 msgid "while removing quota file (%d)"
6697 #: misc/tune2fs.c:1913
6700 "Bad quota options specified.\n"
6702 "Following valid quota options are available (pass by separating with "
6711 #: misc/tune2fs.c:1971
6713 msgid "Couldn't parse date/time specifier: %s"
6716 #: misc/tune2fs.c:2003 misc/tune2fs.c:2014
6718 msgid "bad mounts count - %s"
6721 #: misc/tune2fs.c:2057
6723 msgid "bad gid/group name - %s"
6726 #: misc/tune2fs.c:2090
6728 msgid "bad interval - %s"
6731 #: misc/tune2fs.c:2119
6733 msgid "bad reserved block ratio - %s"
6736 #: misc/tune2fs.c:2134
6737 msgid "-o may only be specified once"
6740 #: misc/tune2fs.c:2143
6741 msgid "-O may only be specified once"
6744 #: misc/tune2fs.c:2160
6746 msgid "bad reserved blocks count - %s"
6749 #: misc/tune2fs.c:2189
6751 msgid "bad uid/user name - %s"
6754 #: misc/tune2fs.c:2206
6756 msgid "bad inode size - %s"
6759 #: misc/tune2fs.c:2213
6761 msgid "Inode size must be a power of two- %s"
6764 #: misc/tune2fs.c:2313
6766 msgid "mmp_update_interval too big: %lu\n"
6769 #: misc/tune2fs.c:2318
6771 msgid "Setting multiple mount protection update interval to %lu second\n"
6773 "Setting multiple mount protection update interval to %lu seconds\n"
6777 #: misc/tune2fs.c:2327
6779 msgid "Setting filesystem error flag to force fsck.\n"
6782 #: misc/tune2fs.c:2345
6784 msgid "Invalid RAID stride: %s\n"
6787 #: misc/tune2fs.c:2360
6789 msgid "Invalid RAID stripe-width: %s\n"
6792 #: misc/tune2fs.c:2375
6794 msgid "Invalid hash algorithm: %s\n"
6797 #: misc/tune2fs.c:2381
6799 msgid "Setting default hash algorithm to %s (%d)\n"
6802 #: misc/tune2fs.c:2408
6804 msgid "Cannot alter existing encoding\n"
6807 #: misc/tune2fs.c:2414
6809 msgid "Invalid encoding: %s\n"
6812 #: misc/tune2fs.c:2420
6814 msgid "Setting encoding to '%s'\n"
6817 #: misc/tune2fs.c:2459
6819 msgid "Setting encoding_flags to '%s'\n"
6822 #: misc/tune2fs.c:2469
6825 "Bad options specified.\n"
6827 "Extended options are separated by commas, and may take an argument which\n"
6828 "\tis set off by an equals ('=') sign.\n"
6830 "Valid extended options are:\n"
6832 "\thash_alg=<hash algorithm>\n"
6833 "\tmount_opts=<extended default mount options>\n"
6834 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6835 "\tstride=<RAID per-disk chunk size in blocks>\n"
6836 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6840 "\tencoding=<encoding>\n"
6841 "\tencoding_flags=<flags>\n"
6844 #: misc/tune2fs.c:2886
6845 msgid "Failed to read inode bitmap\n"
6848 #: misc/tune2fs.c:2891
6849 msgid "Failed to read block bitmap\n"
6852 #: misc/tune2fs.c:2908 resize/resize2fs.c:1375
6853 msgid "blocks to be moved"
6856 #: misc/tune2fs.c:2911
6857 msgid "Failed to allocate block bitmap when increasing inode size\n"
6860 #: misc/tune2fs.c:2917
6861 msgid "Not enough space to increase inode size \n"
6864 #: misc/tune2fs.c:2922
6865 msgid "Failed to relocate blocks during inode resize \n"
6868 #: misc/tune2fs.c:2954
6870 "Error in resizing the inode size.\n"
6871 "Run e2undo to undo the file system changes. \n"
6874 #: misc/tune2fs.c:3142
6875 msgid "while trying to get fs label"
6878 #: misc/tune2fs.c:3164
6879 msgid "while trying to set fs label"
6882 #: misc/tune2fs.c:3254
6884 "If you are sure the filesystem is not in use on any node, run:\n"
6885 "'tune2fs -f -E clear_mmp {device}'\n"
6888 #: misc/tune2fs.c:3261
6891 "MMP block magic is bad. Try to fix it by running:\n"
6895 #: misc/tune2fs.c:3273
6896 msgid "Cannot modify a journal device.\n"
6899 #: misc/tune2fs.c:3286
6901 msgid "The inode size is already %lu\n"
6904 #: misc/tune2fs.c:3293
6905 msgid "Shrinking inode size is not supported\n"
6908 #: misc/tune2fs.c:3298
6910 msgid "Invalid inode size %lu (max %d)\n"
6913 #: misc/tune2fs.c:3304
6914 msgid "Resizing inodes could take some time."
6917 #: misc/tune2fs.c:3354
6920 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6922 "\te2fsck -E journal_only %s\n"
6924 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6925 "by journal recovery.\n"
6928 #: misc/tune2fs.c:3363
6930 msgid "Recovering journal.\n"
6933 #: misc/tune2fs.c:3368
6935 msgid "Please run e2fsck -fy %s.\n"
6938 #: misc/tune2fs.c:3387
6940 msgid "Setting maximal mount count to %d\n"
6943 #: misc/tune2fs.c:3393
6945 msgid "Setting current mount count to %d\n"
6948 #: misc/tune2fs.c:3398
6950 msgid "Setting error behavior to %d\n"
6953 #: misc/tune2fs.c:3404
6955 msgid "Setting reserved blocks gid to %lu\n"
6958 #: misc/tune2fs.c:3406
6960 msgid "Reserved blocks gid already set to %lu\n"
6963 #: misc/tune2fs.c:3412
6965 msgid "interval between checks is too big (%lu)"
6968 #: misc/tune2fs.c:3419
6970 msgid "Setting interval between checks to %lu seconds\n"
6973 #: misc/tune2fs.c:3426
6975 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6978 #: misc/tune2fs.c:3433
6980 msgid "reserved blocks count is too big (%llu)"
6983 #: misc/tune2fs.c:3440
6985 msgid "Setting reserved blocks count to %llu\n"
6988 #: misc/tune2fs.c:3445
6991 "The filesystem already has sparse superblocks.\n"
6994 #: misc/tune2fs.c:3448
6997 "Setting the sparse superblock flag not supported\n"
6998 "for filesystems with the meta_bg feature enabled.\n"
7001 #: misc/tune2fs.c:3458
7005 "Sparse superblock flag set. %s"
7008 #: misc/tune2fs.c:3463
7011 "Clearing the sparse superblock flag not supported.\n"
7014 #: misc/tune2fs.c:3471
7016 msgid "Setting time filesystem last checked to %s\n"
7019 #: misc/tune2fs.c:3477
7021 msgid "Setting reserved blocks uid to %lu\n"
7024 #: misc/tune2fs.c:3509
7025 msgid "Error in using clear_mmp. It must be used with -f\n"
7028 #: misc/tune2fs.c:3546
7030 "The quota feature may only be changed when the filesystem is unmounted and "
7034 #: misc/tune2fs.c:3565
7036 "Cannot change the UUID of this filesystem because it has the stable_inodes "
7040 #: misc/tune2fs.c:3575
7041 msgid "Setting the UUID on this filesystem could take some time."
7044 #: misc/tune2fs.c:3592
7045 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
7048 #: misc/tune2fs.c:3595
7050 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
7051 "and re-run this command.\n"
7054 #: misc/tune2fs.c:3645
7055 msgid "Invalid UUID format\n"
7058 #: misc/tune2fs.c:3679
7059 msgid "Need to update journal superblock.\n"
7062 #: misc/tune2fs.c:3699
7064 "The inode size may only be changed when the filesystem is unmounted and not "
7068 #: misc/tune2fs.c:3706
7070 "Changing the inode size not supported for filesystems with the flex_bg\n"
7071 "feature enabled.\n"
7074 #: misc/tune2fs.c:3724
7076 msgid "Setting inode size %lu\n"
7079 #: misc/tune2fs.c:3728
7080 msgid "Failed to change inode size\n"
7083 #: misc/tune2fs.c:3748
7085 msgid "Setting stride size to %d\n"
7088 #: misc/tune2fs.c:3753
7090 msgid "Setting stripe width to %d\n"
7093 #: misc/tune2fs.c:3760
7095 msgid "Setting extended default mount options to '%s'\n"
7099 msgid "<proceeding>\n"
7104 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
7108 msgid "Proceed anyway? (y,N) "
7112 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
7117 msgid "will not make a %s here!\n"
7121 msgid "mke2fs forced anyway.\n"
7125 msgid "Couldn't allocate memory to parse journal options!\n"
7132 "Could not find journal device matching %s\n"
7138 "Bad journal options specified.\n"
7140 "Journal options are separated by commas, and may take an argument which\n"
7141 "\tis set off by an equals ('=') sign.\n"
7143 "Valid journal options are:\n"
7144 "\tsize=<journal size in megabytes>\n"
7145 "\tdevice=<journal device>\n"
7146 "\tlocation=<journal location>\n"
7148 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
7155 "Filesystem too small for a journal\n"
7162 "The total requested journal size is %d blocks;\n"
7163 "it must be between %d and %u blocks. Aborting.\n"
7169 "Total journal size too big for filesystem.\n"
7175 "This filesystem will be automatically checked every %d mounts or\n"
7176 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7181 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
7186 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
7195 msgid "bad arguments"
7211 msgid "bad response length"
7216 msgid "uuidd daemon already running at pid %s\n"
7221 msgid "Couldn't create unix stream socket: %s"
7226 msgid "Couldn't bind unix socket %s: %s\n"
7231 msgid "Couldn't listen on unix socket %s: %s\n"
7236 msgid "Error reading from client, len = %d\n"
7241 msgid "operation %d, incoming num = %d\n"
7246 msgid "Generated time UUID: %s\n"
7251 msgid "Generated random UUID: %s\n"
7256 msgid "Generated time UUID %s and subsequent UUID\n"
7257 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7263 msgid "Generated %d UUID's:\n"
7268 msgid "Invalid operation %d\n"
7271 #: misc/uuidd.c:477 misc/uuidd.c:499
7273 msgid "Bad number: %s\n"
7276 #: misc/uuidd.c:534 misc/uuidd.c:563
7278 msgid "Error calling uuidd daemon (%s): %s\n"
7283 msgid "%s and subsequent UUID\n"
7284 msgid_plural "%s and subsequent %d UUIDs\n"
7289 msgid "List of UUID's:\n"
7294 msgid "Unexpected reply length from server %d\n"
7299 msgid "Couldn't kill uuidd running at pid %d: %s\n"
7304 msgid "Killed uuidd running at pid %d\n"
7307 #: misc/uuidgen.c:32
7309 msgid "Usage: %s [-r] [-t]\n"
7312 #: resize/extent.c:200
7313 msgid "# Extent dump:\n"
7316 #: resize/extent.c:201
7318 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
7324 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7325 "[-S RAID-stride] [-z undo_file]\n"
7330 msgid "Extending the inode table"
7334 msgid "Relocating blocks"
7338 msgid "Scanning inode table"
7342 msgid "Updating inode references"
7346 msgid "Moving inode table"
7350 msgid "Unknown pass?!?"
7355 msgid "Begin pass %d (max = %lu)\n"
7358 #: resize/main.c:163
7361 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7362 "your own risk! Use the force option if you want to go ahead anyway.\n"
7366 #: resize/main.c:372
7368 msgid "while opening %s"
7371 #: resize/main.c:380
7373 msgid "while getting stat information for %s"
7376 #: resize/main.c:463
7379 "Please run 'e2fsck -f %s' first.\n"
7383 #: resize/main.c:482
7385 msgid "Estimated minimum size of the filesystem: %llu\n"
7388 #: resize/main.c:522
7390 msgid "Invalid new size: %s\n"
7393 #: resize/main.c:541
7394 msgid "New size too large to be expressed in 32 bits\n"
7397 #: resize/main.c:564
7398 msgid "New size results in too many block group descriptors.\n"
7401 #: resize/main.c:572
7403 msgid "New size smaller than minimum (%llu)\n"
7406 #: resize/main.c:579
7407 msgid "Invalid stride length"
7410 #: resize/main.c:603
7413 "The containing partition (or device) is only %llu (%dk) blocks.\n"
7414 "You requested a new size of %llu blocks.\n"
7418 #: resize/main.c:610
7420 msgid "Cannot set and unset 64bit feature.\n"
7423 #: resize/main.c:614
7426 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7430 #: resize/main.c:620
7432 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7435 #: resize/main.c:626
7438 "Please enable the extents feature with tune2fs before enabling the 64bit "
7442 #: resize/main.c:634
7445 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
7449 #: resize/main.c:644
7451 msgid "The filesystem is already 64-bit.\n"
7454 #: resize/main.c:649
7456 msgid "The filesystem is already 32-bit.\n"
7459 #: resize/main.c:654
7462 "Cannot shrink this filesystem because it has the stable_inodes feature "
7466 #: resize/main.c:663
7468 msgid "Converting the filesystem to 64-bit.\n"
7471 #: resize/main.c:665
7473 msgid "Converting the filesystem to 32-bit.\n"
7476 #: resize/main.c:667
7478 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
7481 #: resize/main.c:677
7483 msgid "while trying to resize %s"
7486 #: resize/main.c:680
7489 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
7490 "after the aborted resize operation.\n"
7493 #: resize/main.c:685
7496 "The filesystem on %s is now %llu (%dk) blocks long.\n"
7500 #: resize/main.c:700
7502 msgid "while trying to truncate %s"
7505 #: resize/online.c:81
7506 msgid "kernel does not support online resize with sparse_super2"
7509 #: resize/online.c:86
7511 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7514 #: resize/online.c:90
7515 msgid "On-line shrinking not supported"
7518 #: resize/online.c:114
7519 msgid "Filesystem does not support online resizing"
7522 #: resize/online.c:122
7523 msgid "Not enough reserved gdt blocks for resizing"
7526 #: resize/online.c:129
7527 msgid "Kernel does not support resizing a file system this large"
7530 #: resize/online.c:137
7532 msgid "while trying to open mountpoint %s"
7535 #: resize/online.c:142
7537 msgid "Old resize interface requested.\n"
7540 #: resize/online.c:161 resize/online.c:178
7541 msgid "Permission denied to resize filesystem"
7544 #: resize/online.c:164 resize/online.c:184
7545 msgid "While checking for on-line resizing support"
7548 #: resize/online.c:181
7549 msgid "Kernel does not support online resizing"
7552 #: resize/online.c:220
7554 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7557 #: resize/online.c:231
7558 msgid "While trying to extend the last group"
7561 #: resize/online.c:278
7563 msgid "While trying to add group #%d"
7566 #: resize/online.c:289
7569 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7573 #: resize/resize2fs.c:776
7575 msgid "inodes (%llu) must be less than %u\n"
7578 #: resize/resize2fs.c:1133
7579 msgid "reserved blocks"
7582 #: resize/resize2fs.c:1380
7583 msgid "meta-data blocks"
7586 #: resize/resize2fs.c:1484 resize/resize2fs.c:2528
7587 msgid "new meta blocks"
7590 #: resize/resize2fs.c:2752
7591 msgid "Should never happen! No sb in last super_sparse bg?\n"
7594 #: resize/resize2fs.c:2757
7595 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7598 #: resize/resize2fs.c:2830
7599 msgid "Should never happen: resize inode corrupt!\n"
7602 #: lib/ext2fs/ext2_err.c:11
7603 msgid "EXT2FS Library version 1.47.3-rc1"
7606 #: lib/ext2fs/ext2_err.c:12
7607 msgid "Wrong magic number for ext2_filsys structure"
7610 #: lib/ext2fs/ext2_err.c:13
7611 msgid "Wrong magic number for badblocks_list structure"
7614 #: lib/ext2fs/ext2_err.c:14
7615 msgid "Wrong magic number for badblocks_iterate structure"
7618 #: lib/ext2fs/ext2_err.c:15
7619 msgid "Wrong magic number for inode_scan structure"
7622 #: lib/ext2fs/ext2_err.c:16
7623 msgid "Wrong magic number for io_channel structure"
7626 #: lib/ext2fs/ext2_err.c:17
7627 msgid "Wrong magic number for unix io_channel structure"
7630 #: lib/ext2fs/ext2_err.c:18
7631 msgid "Wrong magic number for io_manager structure"
7634 #: lib/ext2fs/ext2_err.c:19
7635 msgid "Wrong magic number for block_bitmap structure"
7638 #: lib/ext2fs/ext2_err.c:20
7639 msgid "Wrong magic number for inode_bitmap structure"
7642 #: lib/ext2fs/ext2_err.c:21
7643 msgid "Wrong magic number for generic_bitmap structure"
7646 #: lib/ext2fs/ext2_err.c:22
7647 msgid "Wrong magic number for test io_channel structure"
7650 #: lib/ext2fs/ext2_err.c:23
7651 msgid "Wrong magic number for directory block list structure"
7654 #: lib/ext2fs/ext2_err.c:24
7655 msgid "Wrong magic number for icount structure"
7658 #: lib/ext2fs/ext2_err.c:25
7659 msgid "Wrong magic number for Powerquest io_channel structure"
7662 #: lib/ext2fs/ext2_err.c:26
7663 msgid "Wrong magic number for ext2 file structure"
7666 #: lib/ext2fs/ext2_err.c:27
7667 msgid "Wrong magic number for Ext2 Image Header"
7670 #: lib/ext2fs/ext2_err.c:28
7671 msgid "Wrong magic number for inode io_channel structure"
7674 #: lib/ext2fs/ext2_err.c:29
7675 msgid "Wrong magic number for ext4 extent handle"
7678 #: lib/ext2fs/ext2_err.c:30
7679 msgid "Bad magic number in super-block"
7682 #: lib/ext2fs/ext2_err.c:31
7683 msgid "Filesystem revision too high"
7686 #: lib/ext2fs/ext2_err.c:32
7687 msgid "Attempt to write to filesystem opened read-only"
7690 #: lib/ext2fs/ext2_err.c:33
7691 msgid "Can't read group descriptors"
7694 #: lib/ext2fs/ext2_err.c:34
7695 msgid "Can't write group descriptors"
7698 #: lib/ext2fs/ext2_err.c:35
7699 msgid "Corrupt group descriptor: bad block for block bitmap"
7702 #: lib/ext2fs/ext2_err.c:36
7703 msgid "Corrupt group descriptor: bad block for inode bitmap"
7706 #: lib/ext2fs/ext2_err.c:37
7707 msgid "Corrupt group descriptor: bad block for inode table"
7710 #: lib/ext2fs/ext2_err.c:38
7711 msgid "Can't write an inode bitmap"
7714 #: lib/ext2fs/ext2_err.c:39
7715 msgid "Can't read an inode bitmap"
7718 #: lib/ext2fs/ext2_err.c:40
7719 msgid "Can't write a block bitmap"
7722 #: lib/ext2fs/ext2_err.c:41
7723 msgid "Can't read a block bitmap"
7726 #: lib/ext2fs/ext2_err.c:42
7727 msgid "Can't write an inode table"
7730 #: lib/ext2fs/ext2_err.c:43
7731 msgid "Can't read an inode table"
7734 #: lib/ext2fs/ext2_err.c:44
7735 msgid "Can't read next inode"
7738 #: lib/ext2fs/ext2_err.c:45
7739 msgid "Filesystem has unexpected block size"
7742 #: lib/ext2fs/ext2_err.c:46
7743 msgid "EXT2 directory corrupted"
7746 #: lib/ext2fs/ext2_err.c:47
7747 msgid "Attempt to read block from filesystem resulted in short read"
7750 #: lib/ext2fs/ext2_err.c:48
7751 msgid "Attempt to write block to filesystem resulted in short write"
7754 #: lib/ext2fs/ext2_err.c:49
7755 msgid "No free space in the directory"
7758 #: lib/ext2fs/ext2_err.c:50
7759 msgid "Inode bitmap not loaded"
7762 #: lib/ext2fs/ext2_err.c:51
7763 msgid "Block bitmap not loaded"
7766 #: lib/ext2fs/ext2_err.c:52
7767 msgid "Illegal inode number"
7770 #: lib/ext2fs/ext2_err.c:53
7771 msgid "Illegal block number"
7774 #: lib/ext2fs/ext2_err.c:54
7775 msgid "Internal error in ext2fs_expand_dir"
7778 #: lib/ext2fs/ext2_err.c:55
7779 msgid "Not enough space to build proposed filesystem"
7782 #: lib/ext2fs/ext2_err.c:56
7783 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7786 #: lib/ext2fs/ext2_err.c:57
7787 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7790 #: lib/ext2fs/ext2_err.c:58
7791 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7794 #: lib/ext2fs/ext2_err.c:59
7795 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7798 #: lib/ext2fs/ext2_err.c:60
7799 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7802 #: lib/ext2fs/ext2_err.c:61
7803 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7806 #: lib/ext2fs/ext2_err.c:62
7807 msgid "Attempt to fudge end of block bitmap past the real end"
7810 #: lib/ext2fs/ext2_err.c:63
7811 msgid "Attempt to fudge end of inode bitmap past the real end"
7814 #: lib/ext2fs/ext2_err.c:64
7815 msgid "Illegal indirect block found"
7818 #: lib/ext2fs/ext2_err.c:65
7819 msgid "Illegal doubly indirect block found"
7822 #: lib/ext2fs/ext2_err.c:66
7823 msgid "Illegal triply indirect block found"
7826 #: lib/ext2fs/ext2_err.c:67
7827 msgid "Block bitmaps are not the same"
7830 #: lib/ext2fs/ext2_err.c:68
7831 msgid "Inode bitmaps are not the same"
7834 #: lib/ext2fs/ext2_err.c:69
7835 msgid "Illegal or malformed device name"
7838 #: lib/ext2fs/ext2_err.c:70
7839 msgid "A block group is missing an inode table"
7842 #: lib/ext2fs/ext2_err.c:71
7843 msgid "The ext2 superblock is corrupt"
7846 #: lib/ext2fs/ext2_err.c:72
7847 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7850 #: lib/ext2fs/ext2_err.c:73
7851 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7854 #: lib/ext2fs/ext2_err.c:74
7855 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7858 #: lib/ext2fs/ext2_err.c:75
7859 msgid "Too many symbolic links encountered."
7862 #: lib/ext2fs/ext2_err.c:76
7863 msgid "The callback function will not handle this case"
7866 #: lib/ext2fs/ext2_err.c:77
7867 msgid "The inode is from a bad block in the inode table"
7870 #: lib/ext2fs/ext2_err.c:78
7871 msgid "Filesystem has unsupported feature(s)"
7874 #: lib/ext2fs/ext2_err.c:79
7875 msgid "Filesystem has unsupported read-only feature(s)"
7878 #: lib/ext2fs/ext2_err.c:80
7879 msgid "IO Channel failed to seek on read or write"
7882 #: lib/ext2fs/ext2_err.c:81
7883 msgid "Memory allocation failed"
7886 #: lib/ext2fs/ext2_err.c:82
7887 msgid "Invalid argument passed to ext2 library"
7890 #: lib/ext2fs/ext2_err.c:83
7891 msgid "Could not allocate block in ext2 filesystem"
7894 #: lib/ext2fs/ext2_err.c:84
7895 msgid "Could not allocate inode in ext2 filesystem"
7898 #: lib/ext2fs/ext2_err.c:85
7899 msgid "Ext2 inode is not a directory"
7902 #: lib/ext2fs/ext2_err.c:86
7903 msgid "Too many references in table"
7906 #: lib/ext2fs/ext2_err.c:87
7907 msgid "File not found by ext2_lookup"
7910 #: lib/ext2fs/ext2_err.c:88
7911 msgid "File open read-only"
7914 #: lib/ext2fs/ext2_err.c:89
7915 msgid "Ext2 directory block not found"
7918 #: lib/ext2fs/ext2_err.c:90
7919 msgid "Ext2 directory already exists"
7922 #: lib/ext2fs/ext2_err.c:91
7923 msgid "Unimplemented ext2 library function"
7926 #: lib/ext2fs/ext2_err.c:92
7927 msgid "User cancel requested"
7930 #: lib/ext2fs/ext2_err.c:93
7931 msgid "Ext2 file too big"
7934 #: lib/ext2fs/ext2_err.c:94
7935 msgid "Supplied journal device not a block device"
7938 #: lib/ext2fs/ext2_err.c:95
7939 msgid "Journal superblock not found"
7942 #: lib/ext2fs/ext2_err.c:96
7943 msgid "Journal must be at least 1024 blocks"
7946 #: lib/ext2fs/ext2_err.c:97
7947 msgid "Unsupported journal version"
7950 #: lib/ext2fs/ext2_err.c:98
7951 msgid "Error loading external journal"
7954 #: lib/ext2fs/ext2_err.c:99
7955 msgid "Journal not found"
7958 #: lib/ext2fs/ext2_err.c:100
7959 msgid "Directory hash unsupported"
7962 #: lib/ext2fs/ext2_err.c:101
7963 msgid "Illegal extended attribute block number"
7966 #: lib/ext2fs/ext2_err.c:102
7967 msgid "Cannot create filesystem with requested number of inodes"
7970 #: lib/ext2fs/ext2_err.c:103
7971 msgid "E2image snapshot not in use"
7974 #: lib/ext2fs/ext2_err.c:104
7975 msgid "Too many reserved group descriptor blocks"
7978 #: lib/ext2fs/ext2_err.c:105
7979 msgid "Resize inode is corrupt"
7982 #: lib/ext2fs/ext2_err.c:106
7983 msgid "Tried to set block bmap with missing indirect block"
7986 #: lib/ext2fs/ext2_err.c:107
7987 msgid "TDB: Success"
7990 #: lib/ext2fs/ext2_err.c:108
7991 msgid "TDB: Corrupt database"
7994 #: lib/ext2fs/ext2_err.c:109
7995 msgid "TDB: IO Error"
7998 #: lib/ext2fs/ext2_err.c:110
7999 msgid "TDB: Locking error"
8002 #: lib/ext2fs/ext2_err.c:111
8003 msgid "TDB: Out of memory"
8006 #: lib/ext2fs/ext2_err.c:112
8007 msgid "TDB: Record exists"
8010 #: lib/ext2fs/ext2_err.c:113
8011 msgid "TDB: Lock exists on other keys"
8014 #: lib/ext2fs/ext2_err.c:114
8015 msgid "TDB: Invalid parameter"
8018 #: lib/ext2fs/ext2_err.c:115
8019 msgid "TDB: Record does not exist"
8022 #: lib/ext2fs/ext2_err.c:116
8023 msgid "TDB: Write not permitted"
8026 #: lib/ext2fs/ext2_err.c:117
8027 msgid "Ext2fs directory block list is empty"
8030 #: lib/ext2fs/ext2_err.c:118
8031 msgid "Attempt to modify a block mapping via a read-only block iterator"
8034 #: lib/ext2fs/ext2_err.c:119
8035 msgid "Wrong magic number for ext4 extent saved path"
8038 #: lib/ext2fs/ext2_err.c:120
8039 msgid "Wrong magic number for 64-bit generic bitmap"
8042 #: lib/ext2fs/ext2_err.c:121
8043 msgid "Wrong magic number for 64-bit block bitmap"
8046 #: lib/ext2fs/ext2_err.c:122
8047 msgid "Wrong magic number for 64-bit inode bitmap"
8050 #: lib/ext2fs/ext2_err.c:123
8051 msgid "Wrong magic number --- RESERVED_13"
8054 #: lib/ext2fs/ext2_err.c:124
8055 msgid "Wrong magic number --- RESERVED_14"
8058 #: lib/ext2fs/ext2_err.c:125
8059 msgid "Wrong magic number --- RESERVED_15"
8062 #: lib/ext2fs/ext2_err.c:126
8063 msgid "Wrong magic number --- RESERVED_16"
8066 #: lib/ext2fs/ext2_err.c:127
8067 msgid "Wrong magic number --- RESERVED_17"
8070 #: lib/ext2fs/ext2_err.c:128
8071 msgid "Wrong magic number --- RESERVED_18"
8074 #: lib/ext2fs/ext2_err.c:129
8075 msgid "Wrong magic number --- RESERVED_19"
8078 #: lib/ext2fs/ext2_err.c:130
8079 msgid "Corrupt extent header"
8082 #: lib/ext2fs/ext2_err.c:131
8083 msgid "Corrupt extent index"
8086 #: lib/ext2fs/ext2_err.c:132
8087 msgid "Corrupt extent"
8090 #: lib/ext2fs/ext2_err.c:133
8091 msgid "No free space in extent map"
8094 #: lib/ext2fs/ext2_err.c:134
8095 msgid "Inode does not use extents"
8098 #: lib/ext2fs/ext2_err.c:135
8099 msgid "No 'next' extent"
8102 #: lib/ext2fs/ext2_err.c:136
8103 msgid "No 'previous' extent"
8106 #: lib/ext2fs/ext2_err.c:137
8107 msgid "No 'up' extent"
8110 #: lib/ext2fs/ext2_err.c:138
8111 msgid "No 'down' extent"
8114 #: lib/ext2fs/ext2_err.c:139
8115 msgid "No current node"
8118 #: lib/ext2fs/ext2_err.c:140
8119 msgid "Ext2fs operation not supported"
8122 #: lib/ext2fs/ext2_err.c:141
8123 msgid "No room to insert extent in node"
8126 #: lib/ext2fs/ext2_err.c:142
8127 msgid "Splitting would result in empty node"
8130 #: lib/ext2fs/ext2_err.c:143
8131 msgid "Extent not found"
8134 #: lib/ext2fs/ext2_err.c:144
8135 msgid "Operation not supported for inodes containing extents"
8138 #: lib/ext2fs/ext2_err.c:145
8139 msgid "Extent length is invalid"
8142 #: lib/ext2fs/ext2_err.c:146
8143 msgid "I/O Channel does not support 64-bit block numbers"
8146 #: lib/ext2fs/ext2_err.c:147
8147 msgid "Can't check if filesystem is mounted due to missing mtab file"
8150 #: lib/ext2fs/ext2_err.c:148
8151 msgid "Filesystem too large to use legacy bitmaps"
8154 #: lib/ext2fs/ext2_err.c:149
8155 msgid "MMP: invalid magic number"
8158 #: lib/ext2fs/ext2_err.c:150
8159 msgid "MMP: device currently active"
8162 #: lib/ext2fs/ext2_err.c:151
8163 msgid "MMP: e2fsck being run"
8166 #: lib/ext2fs/ext2_err.c:152
8167 msgid "MMP: block number beyond filesystem range"
8170 #: lib/ext2fs/ext2_err.c:153
8171 msgid "MMP: undergoing an unknown operation"
8174 #: lib/ext2fs/ext2_err.c:154
8175 msgid "MMP: filesystem still in use"
8178 #: lib/ext2fs/ext2_err.c:155
8179 msgid "MMP: open with O_DIRECT failed"
8182 #: lib/ext2fs/ext2_err.c:156
8183 msgid "Block group descriptor size incorrect"
8186 #: lib/ext2fs/ext2_err.c:157
8187 msgid "Inode checksum does not match inode"
8190 #: lib/ext2fs/ext2_err.c:158
8191 msgid "Inode bitmap checksum does not match bitmap"
8194 #: lib/ext2fs/ext2_err.c:159
8195 msgid "Extent block checksum does not match extent block"
8198 #: lib/ext2fs/ext2_err.c:160
8199 msgid "Directory block does not have space for checksum"
8202 #: lib/ext2fs/ext2_err.c:161
8203 msgid "Directory block checksum does not match directory block"
8206 #: lib/ext2fs/ext2_err.c:162
8207 msgid "Extended attribute block checksum does not match block"
8210 #: lib/ext2fs/ext2_err.c:163
8211 msgid "Superblock checksum does not match superblock"
8214 #: lib/ext2fs/ext2_err.c:164
8215 msgid "Unknown checksum algorithm"
8218 #: lib/ext2fs/ext2_err.c:165
8219 msgid "MMP block checksum does not match"
8222 #: lib/ext2fs/ext2_err.c:166
8223 msgid "Ext2 file already exists"
8226 #: lib/ext2fs/ext2_err.c:167
8227 msgid "Block bitmap checksum does not match bitmap"
8230 #: lib/ext2fs/ext2_err.c:168
8231 msgid "Cannot iterate data blocks of an inode containing inline data"
8234 #: lib/ext2fs/ext2_err.c:169
8235 msgid "Extended attribute has an invalid name length"
8238 #: lib/ext2fs/ext2_err.c:170
8239 msgid "Extended attribute has an invalid value length"
8242 #: lib/ext2fs/ext2_err.c:171
8243 msgid "Extended attribute has an incorrect hash"
8246 #: lib/ext2fs/ext2_err.c:172
8247 msgid "Extended attribute block has a bad header"
8250 #: lib/ext2fs/ext2_err.c:173
8251 msgid "Extended attribute key not found"
8254 #: lib/ext2fs/ext2_err.c:174
8255 msgid "Insufficient space to store extended attribute data"
8258 #: lib/ext2fs/ext2_err.c:175
8259 msgid "Filesystem is missing ext_attr or inline_data feature"
8262 #: lib/ext2fs/ext2_err.c:176
8263 msgid "Inode doesn't have inline data"
8266 #: lib/ext2fs/ext2_err.c:177
8267 msgid "No block for an inode with inline data"
8270 #: lib/ext2fs/ext2_err.c:178
8271 msgid "No free space in inline data"
8274 #: lib/ext2fs/ext2_err.c:179
8275 msgid "Wrong magic number for extended attribute structure"
8278 #: lib/ext2fs/ext2_err.c:180
8279 msgid "Inode seems to contain garbage"
8282 #: lib/ext2fs/ext2_err.c:181
8283 msgid "Extended attribute has an invalid value offset"
8286 #: lib/ext2fs/ext2_err.c:182
8287 msgid "Journal flags inconsistent"
8290 #: lib/ext2fs/ext2_err.c:183
8291 msgid "Undo file corrupt"
8294 #: lib/ext2fs/ext2_err.c:184
8295 msgid "Wrong undo file for this filesystem"
8298 #: lib/ext2fs/ext2_err.c:185
8299 msgid "File system is corrupted"
8302 #: lib/ext2fs/ext2_err.c:186
8303 msgid "Bad CRC detected in file system"
8306 #: lib/ext2fs/ext2_err.c:187
8307 msgid "The journal superblock is corrupt"
8310 #: lib/ext2fs/ext2_err.c:188
8311 msgid "Inode is corrupted"
8314 #: lib/ext2fs/ext2_err.c:189
8315 msgid "Inode containing extended attribute value is corrupted"
8318 #: lib/ext2fs/ext2_err.c:190
8319 msgid "Group descriptors not loaded"
8322 #: lib/ext2fs/ext2_err.c:191
8323 msgid "The internal ext2_filsys data structure appears to be corrupted"
8326 #: lib/ext2fs/ext2_err.c:192
8327 msgid "Found cyclic loop in extent tree"
8330 #: lib/ext2fs/ext2_err.c:193
8331 msgid "Operation not supported on an external journal"
8334 #: lib/support/prof_err.c:11
8335 msgid "Profile version 0.0"
8338 #: lib/support/prof_err.c:12
8339 msgid "Bad magic value in profile_node"
8342 #: lib/support/prof_err.c:13
8343 msgid "Profile section not found"
8346 #: lib/support/prof_err.c:14
8347 msgid "Profile relation not found"
8350 #: lib/support/prof_err.c:15
8351 msgid "Attempt to add a relation to node which is not a section"
8354 #: lib/support/prof_err.c:16
8355 msgid "A profile section header has a non-zero value"
8358 #: lib/support/prof_err.c:17
8359 msgid "Bad linked list in profile structures"
8362 #: lib/support/prof_err.c:18
8363 msgid "Bad group level in profile structures"
8366 #: lib/support/prof_err.c:19
8367 msgid "Bad parent pointer in profile structures"
8370 #: lib/support/prof_err.c:20
8371 msgid "Bad magic value in profile iterator"
8374 #: lib/support/prof_err.c:21
8375 msgid "Can't set value on section node"
8378 #: lib/support/prof_err.c:22
8379 msgid "Invalid argument passed to profile library"
8382 #: lib/support/prof_err.c:23
8383 msgid "Attempt to modify read-only profile"
8386 #: lib/support/prof_err.c:24
8387 msgid "Profile section header not at top level"
8390 #: lib/support/prof_err.c:25
8391 msgid "Syntax error in profile section header"
8394 #: lib/support/prof_err.c:26
8395 msgid "Syntax error in profile relation"
8398 #: lib/support/prof_err.c:27
8399 msgid "Extra closing brace in profile"
8402 #: lib/support/prof_err.c:28
8403 msgid "Missing open brace in profile"
8406 #: lib/support/prof_err.c:29
8407 msgid "Bad magic value in profile_t"
8410 #: lib/support/prof_err.c:30
8411 msgid "Bad magic value in profile_section_t"
8414 #: lib/support/prof_err.c:31
8415 msgid "Iteration through all top level section not supported"
8418 #: lib/support/prof_err.c:32
8419 msgid "Invalid profile_section object"
8422 #: lib/support/prof_err.c:33
8423 msgid "No more sections"
8426 #: lib/support/prof_err.c:34
8427 msgid "Bad nameset passed to query routine"
8430 #: lib/support/prof_err.c:35
8431 msgid "No profile file open"
8434 #: lib/support/prof_err.c:36
8435 msgid "Bad magic value in profile_file_t"
8438 #: lib/support/prof_err.c:37
8439 msgid "Couldn't open profile file"
8442 #: lib/support/prof_err.c:38
8443 msgid "Section already exists"
8446 #: lib/support/prof_err.c:39
8447 msgid "Invalid boolean value"
8450 #: lib/support/prof_err.c:40
8451 msgid "Invalid integer value"
8454 #: lib/support/prof_err.c:41
8455 msgid "Bad magic value in profile_file_data_t"
8458 #: lib/support/plausible.c:113
8460 msgid "\tlast mounted on %.*s on %s"
8463 #: lib/support/plausible.c:116
8465 msgid "\tlast mounted on %s"
8468 #: lib/support/plausible.c:118
8470 msgid "\tcreated on %s"
8473 #: lib/support/plausible.c:120
8475 msgid "\tlast modified on %s"
8478 #: lib/support/plausible.c:154
8480 msgid "Found a %s partition table in %s\n"
8483 #: lib/support/plausible.c:195
8485 msgid "Could not open %s: %s\n"
8488 #: lib/support/plausible.c:198
8491 "The device apparently does not exist; did you specify it correctly?\n"
8494 #: lib/support/plausible.c:220
8496 msgid "%s is not a block special device.\n"
8499 #: lib/support/plausible.c:242
8501 msgid "%s contains a %s file system labelled '%s'\n"
8504 #: lib/support/plausible.c:245
8506 msgid "%s contains a %s file system\n"
8509 #: lib/support/plausible.c:269
8511 msgid "%s contains `%s' data\n"