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 by Theodore Ts'o
6 # This file is distributed under the same license as the e2fsprogs package.
7 # Theodore Ts'o <tytso@mit.edu>, 2023.
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.0.95\n"
82 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
83 "POT-Creation-Date: 2024-04-24 13:22-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:223
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:1595
107 #: e2fsck/unix.c:1710 misc/badblocks.c:1273 misc/badblocks.c:1281
108 #: misc/badblocks.c:1295 misc/badblocks.c:1307 misc/dumpe2fs.c:438
109 #: misc/dumpe2fs.c:704 misc/dumpe2fs.c:708 misc/e2image.c:1441
110 #: misc/e2image.c:1641 misc/e2image.c:1662 misc/mke2fs.c:239
111 #: misc/tune2fs.c:3043 misc/tune2fs.c:3232 resize/main.c:424
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:246
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:55
140 msgid "Error reading block %lu (%s) while %s. "
143 #: e2fsck/ehandler.c:58
145 msgid "Error reading block %lu (%s). "
148 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
152 #: e2fsck/ehandler.c:67
153 msgid "Force rewrite"
156 #: e2fsck/ehandler.c:109
158 msgid "Error writing block %lu (%s) while %s. "
161 #: e2fsck/ehandler.c:112
163 msgid "Error writing block %lu (%s). "
166 #: e2fsck/emptydir.c:56
167 msgid "empty dirblocks"
170 #: e2fsck/emptydir.c:61
171 msgid "empty dir map"
174 #: e2fsck/emptydir.c:97
176 msgid "Empty directory block %u (#%d) in inode %u\n"
179 #: e2fsck/extend.c:22
181 msgid "%s: %s filename nblocks blocksize\n"
184 #: e2fsck/extend.c:45
186 msgid "Illegal number of blocks!\n"
189 #: e2fsck/extend.c:51
191 msgid "Couldn't allocate block buffer (size=%d)\n"
194 #: e2fsck/extents.c:42
195 msgid "extent rebuild inode map"
198 #: e2fsck/flushb.c:35
200 msgid "Usage: %s disk\n"
203 #: e2fsck/flushb.c:64
205 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
208 #: e2fsck/journal.c:1290
209 msgid "reading journal superblock\n"
212 #: e2fsck/journal.c:1363
214 msgid "%s: no valid journal superblock found\n"
217 #: e2fsck/journal.c:1372
219 msgid "%s: journal too short\n"
222 #: e2fsck/journal.c:1385
224 msgid "%s: incorrect fast commit blocks\n"
227 #: e2fsck/journal.c:1688 misc/fuse2fs.c:3857
229 msgid "%s: recovering journal\n"
232 #: e2fsck/journal.c:1690
234 msgid "%s: won't do journal recovery while read-only\n"
237 #: e2fsck/journal.c:1718
239 msgid "while trying to re-open %s"
242 #: e2fsck/message.c:116
243 msgid "aextended attribute"
246 #: e2fsck/message.c:117
247 msgid "Aerror allocating"
250 #: e2fsck/message.c:118
254 #: e2fsck/message.c:119
258 #: e2fsck/message.c:120
262 #: e2fsck/message.c:121
263 msgid "Cconflicts with some other fs @b"
266 #: e2fsck/message.c:122
270 #: e2fsck/message.c:123
274 #: e2fsck/message.c:124
278 #: e2fsck/message.c:125
279 msgid "E@e '%Dn' in %p (%i)"
282 #: e2fsck/message.c:126
286 #: e2fsck/message.c:127
287 msgid "Ffor @i %i (%Q) is"
290 #: e2fsck/message.c:128
294 #: e2fsck/message.c:129
298 #: e2fsck/message.c:130
302 #: e2fsck/message.c:131
306 #: e2fsck/message.c:132
310 #: e2fsck/message.c:133
314 #: e2fsck/message.c:134
318 #: e2fsck/message.c:135
319 msgid "mmultiply-claimed"
322 #: e2fsck/message.c:136
326 #: e2fsck/message.c:137
330 #: e2fsck/message.c:138
334 #: e2fsck/message.c:139
338 #: e2fsck/message.c:140
342 #: e2fsck/message.c:141
346 #: e2fsck/message.c:142
350 #: e2fsck/message.c:143
354 #: e2fsck/message.c:144
358 #: e2fsck/message.c:145
362 #: e2fsck/message.c:146
366 #: e2fsck/message.c:157
367 msgid "<The NULL inode>"
370 #: e2fsck/message.c:158
371 msgid "<The bad blocks inode>"
374 #: e2fsck/message.c:160
375 msgid "<The user quota inode>"
378 #: e2fsck/message.c:161
379 msgid "<The group quota inode>"
382 #: e2fsck/message.c:162
383 msgid "<The boot loader inode>"
386 #: e2fsck/message.c:163
387 msgid "<The undelete directory inode>"
390 #: e2fsck/message.c:164
391 msgid "<The group descriptor inode>"
394 #: e2fsck/message.c:165
395 msgid "<The journal inode>"
398 #: e2fsck/message.c:166
399 msgid "<Reserved inode 9>"
402 #: e2fsck/message.c:167
403 msgid "<Reserved inode 10>"
406 #: e2fsck/message.c:325
410 #: e2fsck/message.c:327
414 #: e2fsck/message.c:329
415 msgid "character device"
418 #: e2fsck/message.c:331
422 #: e2fsck/message.c:333
426 #: e2fsck/message.c:335
427 msgid "symbolic link"
430 #: e2fsck/message.c:337 misc/uuidd.c:162
434 #: e2fsck/message.c:339
436 msgid "unknown file type with mode 0%o"
439 #: e2fsck/message.c:410
440 msgid "indirect block"
443 #: e2fsck/message.c:412
444 msgid "double indirect block"
447 #: e2fsck/message.c:414
448 msgid "triple indirect block"
451 #: e2fsck/message.c:416
452 msgid "translator block"
455 #: e2fsck/message.c:418
459 #: e2fsck/message.c:482
463 #: e2fsck/message.c:485
467 #: e2fsck/message.c:488
471 #: e2fsck/message.c:491
472 msgid "unknown quota type"
475 #: e2fsck/pass1b.c:223
476 msgid "multiply claimed inode map"
479 #: e2fsck/pass1b.c:673 e2fsck/pass1b.c:829
481 msgid "internal error: can't find dup_blk for %llu\n"
484 #: e2fsck/pass1b.c:958
485 msgid "returned from clone_file_block"
488 #: e2fsck/pass1b.c:982
490 msgid "internal error: couldn't lookup EA block record for %llu"
493 #: e2fsck/pass1b.c:995
495 msgid "internal error: couldn't lookup EA inode record for %u"
498 #: e2fsck/pass1.c:350
500 msgid "while hashing entry with e_value_inum = %u"
503 #: e2fsck/pass1.c:774 e2fsck/pass2.c:1155
504 msgid "reading directory block"
507 #: e2fsck/pass1.c:1175
508 msgid "getting next inode from scan"
511 #: e2fsck/pass1.c:1228
512 msgid "in-use inode map"
515 #: e2fsck/pass1.c:1239
516 msgid "directory inode map"
519 #: e2fsck/pass1.c:1249
520 msgid "regular file inode map"
523 #: e2fsck/pass1.c:1258 misc/e2image.c:1290
524 msgid "in-use block map"
527 #: e2fsck/pass1.c:1267
528 msgid "metadata block map"
531 #: e2fsck/pass1.c:1278
532 msgid "inode casefold map"
535 #: e2fsck/pass1.c:1343
536 msgid "opening inode scan"
539 #: e2fsck/pass1.c:2139
543 #: e2fsck/pass1.c:2200
545 msgid "reading indirect blocks of inode %u"
548 #: e2fsck/pass1.c:2251
549 msgid "bad inode map"
552 #: e2fsck/pass1.c:2291
553 msgid "inode in bad block map"
556 #: e2fsck/pass1.c:2311
557 msgid "imagic inode map"
560 #: e2fsck/pass1.c:2342
561 msgid "multiply claimed block map"
564 #: e2fsck/pass1.c:2467
565 msgid "ext attr block map"
568 #: e2fsck/pass1.c:3768
570 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
573 #: e2fsck/pass1.c:4189
577 #: e2fsck/pass1.c:4195
581 #: e2fsck/pass1.c:4201
585 #: e2fsck/pass2.c:318
589 #: e2fsck/pass2.c:576
590 msgid "NLS is broken."
593 #: e2fsck/pass2.c:1228 e2fsck/pass2.c:1425
594 msgid "Can not continue."
598 msgid "inode done bitmap"
605 #: e2fsck/pass3.c:149
609 #: e2fsck/pass3.c:357
610 msgid "inode loop detection bitmap"
613 #: e2fsck/pass4.c:300
621 #: e2fsck/pass5.c:102
622 msgid "check_inode_bitmap_checksum: Memory allocation error"
625 #: e2fsck/pass5.c:156
626 msgid "check_block_bitmap_checksum: Memory allocation error"
629 #: e2fsck/problem.c:53
633 #: e2fsck/problem.c:54
637 #: e2fsck/problem.c:55
641 #: e2fsck/problem.c:56
645 #: e2fsck/problem.c:57
649 #: e2fsck/problem.c:58
653 #: e2fsck/problem.c:59
654 msgid "Connect to /lost+found"
657 #: e2fsck/problem.c:60
661 #: e2fsck/problem.c:61
665 #: e2fsck/problem.c:62
669 #: e2fsck/problem.c:63
673 #: e2fsck/problem.c:64
677 #: e2fsck/problem.c:65
681 #: e2fsck/problem.c:66
685 #: e2fsck/problem.c:67
686 msgid "Clone multiply-claimed blocks"
689 #: e2fsck/problem.c:68
693 #: e2fsck/problem.c:69
694 msgid "Suppress messages"
697 #: e2fsck/problem.c:70
701 #: e2fsck/problem.c:71
702 msgid "Clear HTree index"
705 #: e2fsck/problem.c:72
709 #: e2fsck/problem.c:73
713 #: e2fsck/problem.c:74
717 #: e2fsck/problem.c:83
721 #: e2fsck/problem.c:84
725 #: e2fsck/problem.c:85
729 #: e2fsck/problem.c:86
733 #: e2fsck/problem.c:87
737 #: e2fsck/problem.c:88
741 #: e2fsck/problem.c:89
745 #: e2fsck/problem.c:90
749 #: e2fsck/problem.c:91
753 #: e2fsck/problem.c:92
757 #: e2fsck/problem.c:93
758 msgid "INODE CLEARED"
761 #: e2fsck/problem.c:94
765 #: e2fsck/problem.c:95
769 #: e2fsck/problem.c:96
773 #: e2fsck/problem.c:97
774 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
777 #: e2fsck/problem.c:98
781 #: e2fsck/problem.c:99
785 #: e2fsck/problem.c:100
789 #: e2fsck/problem.c:101
790 msgid "HTREE INDEX CLEARED"
793 #: e2fsck/problem.c:102
794 msgid "WILL RECREATE"
797 #: e2fsck/problem.c:103
798 msgid "WILL OPTIMIZE"
801 #: e2fsck/problem.c:104
805 #: e2fsck/problem.c:118
806 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
807 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
810 #: e2fsck/problem.c:122
811 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
812 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
815 #: e2fsck/problem.c:127
816 #. @-expanded: inode table for group %g is not in group. (block %b)\n
817 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
819 "@i table for @g %g is not in @g. (@b %b)\n"
820 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
823 #: e2fsck/problem.c:133
825 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
826 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
827 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
828 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
829 #. @-expanded: e2fsck -b 8193 <device>\n
831 #. @-expanded: e2fsck -b 32768 <device>\n
835 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
836 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
837 "@f (and not swap or ufs or something else), then the @S\n"
838 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
839 " e2fsck -b 8193 <@v>\n"
841 " e2fsck -b 32768 <@v>\n"
845 #: e2fsck/problem.c:144
846 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
847 #. @-expanded: The physical size of the device is %c blocks\n
848 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
850 "The @f size (according to the @S) is %b @bs\n"
851 "The physical size of the @v is %c @bs\n"
852 "Either the @S or the partition table is likely to be corrupt!\n"
855 #: e2fsck/problem.c:151
856 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
857 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
858 #. @-expanded: from the block size.\n
860 "@S @b_size = %b, fragsize = %c.\n"
861 "This version of e2fsck does not support fragment sizes different\n"
862 "from the @b size.\n"
865 #: e2fsck/problem.c:158
866 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
867 msgid "@S @bs_per_group = %b, should have been %c\n"
870 #: e2fsck/problem.c:163
871 #. @-expanded: superblock first_data_block = %b, should have been %c\n
872 msgid "@S first_data_@b = %b, should have been %c\n"
875 #: e2fsck/problem.c:168
876 #. @-expanded: filesystem did not have a UUID; generating one.\n
879 "@f did not have a UUID; generating one.\n"
883 #: e2fsck/problem.c:174
886 "Note: if several inode or block bitmap blocks or part\n"
887 "of the inode table require relocation, you may wish to try\n"
888 "running e2fsck with the '-b %S' option first. The problem\n"
889 "may lie only with the primary block group descriptors, and\n"
890 "the backup block group descriptors may be OK.\n"
894 #: e2fsck/problem.c:183
895 #. @-expanded: Corruption found in superblock. (%s = %N).\n
896 msgid "Corruption found in @S. (%s = %N).\n"
899 #: e2fsck/problem.c:189
901 #. @-expanded: Error determining size of the physical device: %m\n
902 msgid "Error determining size of the physical @v: %m\n"
905 #: e2fsck/problem.c:194
906 #. @-expanded: inode count in superblock is %i, should be %j.\n
907 msgid "@i count in @S is %i, @s %j.\n"
910 #: e2fsck/problem.c:198
911 msgid "The Hurd does not support the filetype feature.\n"
914 #: e2fsck/problem.c:204
916 #. @-expanded: superblock has an invalid journal (inode %i).\n
917 msgid "@S has an @n @j (@i %i).\n"
920 #: e2fsck/problem.c:209
921 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
922 msgid "External @j has multiple @f users (unsupported).\n"
925 #: e2fsck/problem.c:214
926 #. @-expanded: Can't find external journal\n
927 msgid "Can't find external @j\n"
930 #: e2fsck/problem.c:219
931 #. @-expanded: External journal has bad superblock\n
932 msgid "External @j has bad @S\n"
935 #: e2fsck/problem.c:224
936 #. @-expanded: External journal does not support this filesystem\n
937 msgid "External @j does not support this @f\n"
940 #: e2fsck/problem.c:229
941 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
942 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
943 #. @-expanded: format.\n
944 #. @-expanded: It is also possible the journal superblock is corrupt.\n
946 "@f @j @S is unknown type %N (unsupported).\n"
947 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
949 "It is also possible the @j @S is corrupt.\n"
952 #: e2fsck/problem.c:238
953 #. @-expanded: journal superblock is corrupt.\n
954 msgid "@j @S is corrupt.\n"
957 #: e2fsck/problem.c:243
958 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
959 msgid "@S has_@j flag is clear, but a @j is present.\n"
962 #: e2fsck/problem.c:248
963 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
964 msgid "@S needs_recovery flag is set, but no @j is present.\n"
967 #: e2fsck/problem.c:253
968 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
969 msgid "@S needs_recovery flag is clear, but @j has data.\n"
972 #: e2fsck/problem.c:258
973 #. @-expanded: Clear journal
977 #: e2fsck/problem.c:263 e2fsck/problem.c:819
978 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
979 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
982 #: e2fsck/problem.c:268
983 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
984 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
987 #: e2fsck/problem.c:273
988 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
989 msgid "@I %B (%b) found in @o @i %i.\n"
992 #: e2fsck/problem.c:278
993 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
994 msgid "Already cleared %B (%b) found in @o @i %i.\n"
997 #: e2fsck/problem.c:284
999 #. @-expanded: illegal orphaned inode %i in superblock.\n
1000 msgid "@I @o @i %i in @S.\n"
1003 #: e2fsck/problem.c:290
1005 #. @-expanded: illegal inode %i in orphaned inode list.\n
1006 msgid "@I @i %i in @o @i list.\n"
1009 #: e2fsck/problem.c:295
1010 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
1011 msgid "@j @S has an unknown read-only feature flag set.\n"
1014 #: e2fsck/problem.c:300
1015 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1016 msgid "@j @S has an unknown incompatible feature flag set.\n"
1019 #: e2fsck/problem.c:305
1020 #. @-expanded: journal version not supported by this e2fsck.\n
1021 msgid "@j version not supported by this e2fsck.\n"
1024 #: e2fsck/problem.c:311
1026 #. @-expanded: Moving journal from /%s to hidden inode.\n
1029 "Moving @j from /%s to hidden @i.\n"
1033 #: e2fsck/problem.c:317
1035 #. @-expanded: Error moving journal: %m\n
1038 "Error moving @j: %m\n"
1042 #: e2fsck/problem.c:322
1043 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1044 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1047 "Found @n V2 @j @S fields (from V1 @j).\n"
1048 "Clearing fields beyond the V1 @j @S...\n"
1052 #: e2fsck/problem.c:328
1053 #. @-expanded: Run journal anyway
1054 msgid "Run @j anyway"
1057 #: e2fsck/problem.c:333
1058 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1059 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1062 #: e2fsck/problem.c:338
1063 #. @-expanded: Backing up journal inode block information.\n
1066 "Backing up @j @i @b information.\n"
1070 #: e2fsck/problem.c:344
1071 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1072 #. @-expanded: is %N; should be zero.
1074 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1078 #: e2fsck/problem.c:350
1079 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1080 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1083 #: e2fsck/problem.c:355
1084 #. @-expanded: Resize inode not valid.
1085 msgid "Resize @i not valid. "
1088 #: e2fsck/problem.c:360
1089 #. @-expanded: superblock last mount time (%t,\n
1090 #. @-expanded: \tnow = %T) is in the future.\n
1092 "@S last mount time (%t,\n"
1093 "\tnow = %T) is in the future.\n"
1096 #: e2fsck/problem.c:365
1097 #. @-expanded: superblock last write time (%t,\n
1098 #. @-expanded: \tnow = %T) is in the future.\n
1100 "@S last write time (%t,\n"
1101 "\tnow = %T) is in the future.\n"
1104 #: e2fsck/problem.c:371
1106 #. @-expanded: superblock hint for external superblock should be %X.
1107 msgid "@S hint for external superblock @s %X. "
1110 #: e2fsck/problem.c:376
1111 #. @-expanded: Adding dirhash hint to filesystem.\n
1114 "Adding dirhash hint to @f.\n"
1118 #: e2fsck/problem.c:381
1119 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1120 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1123 #: e2fsck/problem.c:387
1125 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1126 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1129 #: e2fsck/problem.c:392
1130 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1131 msgid "@g descriptor %g has invalid unused inodes count %b. "
1134 #: e2fsck/problem.c:397
1135 #. @-expanded: Last group block bitmap uninitialized.
1136 msgid "Last @g @b @B uninitialized. "
1139 #: e2fsck/problem.c:403
1141 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1144 #: e2fsck/problem.c:408
1145 msgid "The test_fs flag is set (and ext4 is available). "
1148 #: e2fsck/problem.c:413
1149 #. @-expanded: superblock last mount time is in the future.\n
1150 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1151 #. @-expanded: set)\n
1153 "@S last mount time is in the future.\n"
1154 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1158 #: e2fsck/problem.c:419
1159 #. @-expanded: superblock last write time is in the future.\n
1160 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1161 #. @-expanded: set)\n
1163 "@S last write time is in the future.\n"
1164 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1168 #: e2fsck/problem.c:425
1169 #. @-expanded: One or more block group descriptor checksums are invalid.
1170 msgid "One or more @b @g descriptor checksums are invalid. "
1173 #: e2fsck/problem.c:430
1174 #. @-expanded: Setting free inodes count to %j (was %i)\n
1175 msgid "Setting free @is count to %j (was %i)\n"
1178 #: e2fsck/problem.c:435
1179 #. @-expanded: Setting free blocks count to %c (was %b)\n
1180 msgid "Setting free @bs count to %c (was %b)\n"
1183 #: e2fsck/problem.c:440
1184 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1185 msgid "Hiding %U @q @i %i (%Q).\n"
1188 #: e2fsck/problem.c:445
1189 #. @-expanded: superblock has invalid MMP block.
1190 msgid "@S has invalid MMP block. "
1193 #: e2fsck/problem.c:450
1194 #. @-expanded: superblock has invalid MMP magic.
1195 msgid "@S has invalid MMP magic. "
1198 #: e2fsck/problem.c:456
1200 msgid "ext2fs_open2: %m\n"
1203 #: e2fsck/problem.c:462
1205 msgid "ext2fs_check_desc: %m\n"
1208 #: e2fsck/problem.c:468
1209 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1210 #. @-expanded: simultaneously.
1212 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1216 #: e2fsck/problem.c:474
1217 #. @-expanded: superblock MMP block checksum does not match.
1218 msgid "@S MMP @b checksum does not match. "
1221 #: e2fsck/problem.c:479
1222 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1223 msgid "@S 64bit @f needs extents to access the whole disk. "
1226 #: e2fsck/problem.c:484
1227 msgid "First_meta_bg is too big. (%N, max value %g). "
1230 #: e2fsck/problem.c:489
1231 #. @-expanded: External journal superblock checksum does not match superblock.
1232 msgid "External @j @S checksum does not match @S. "
1235 #: e2fsck/problem.c:494
1236 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1237 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1240 #: e2fsck/problem.c:500
1242 msgid "Error initializing quota context in support library: %m\n"
1245 #: e2fsck/problem.c:505
1246 #. @-expanded: Bad required extra isize in superblock (%N).
1247 msgid "Bad required extra isize in @S (%N). "
1250 #: e2fsck/problem.c:510
1251 #. @-expanded: Bad desired extra isize in superblock (%N).
1252 msgid "Bad desired extra isize in @S (%N). "
1255 #: e2fsck/problem.c:515
1256 #. @-expanded: Invalid %U quota inode %i.
1257 msgid "Invalid %U @q @i %i. "
1260 #: e2fsck/problem.c:520
1261 #. @-expanded: superblock would have too many inodes (%N).\n
1262 msgid "@S would have too many inodes (%N).\n"
1265 #: e2fsck/problem.c:525
1266 #. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1267 #. @-expanded: not compatible. Resize inode should be disabled.
1269 "Resize_@i and meta_bg features are enabled. Those features are\n"
1270 "not compatible. Resize @i should be disabled. "
1273 #: e2fsck/problem.c:531
1274 #. @-expanded: Orphan file (inode %i) contains hole at block %b. Terminating orphan file
1275 #. @-expanded: recovery.\n
1277 "Orphan file (@i %i) contains hole at @b %b. Terminating orphan file "
1281 #: e2fsck/problem.c:536
1282 #. @-expanded: Orphan file (inode %i) block %b contains wrong magic. Terminating orphan file
1283 #. @-expanded: recovery.\n
1285 "Orphan file (@i %i) @b %b contains wrong magic. Terminating orphan file "
1289 #: e2fsck/problem.c:541
1290 #. @-expanded: Orphan file (inode %i) block %b contains wrong checksum. Terminating orphan file
1291 #. @-expanded: recovery.\n
1293 "Orphan file (@i %i) @b %b contains wrong checksum. Terminating orphan file "
1297 #: e2fsck/problem.c:546
1299 #. @-expanded: Orphan file (inode %i) size is not multiple of block size. Terminating orphan
1300 #. @-expanded: file recovery.\n
1302 "Orphan file (@i %i) size is not multiple of block size. Terminating orphan "
1306 #: e2fsck/problem.c:553
1307 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1308 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1311 #: e2fsck/problem.c:557
1312 #. @-expanded: root inode is not a directory.
1313 msgid "@r is not a @d. "
1316 #: e2fsck/problem.c:562
1317 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1318 msgid "@r has dtime set (probably due to old mke2fs). "
1321 #: e2fsck/problem.c:567
1322 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1323 msgid "Reserved @i %i (%Q) has @n mode. "
1326 #: e2fsck/problem.c:573
1328 #. @-expanded: deleted inode %i has zero dtime.
1329 msgid "@D @i %i has zero dtime. "
1332 #: e2fsck/problem.c:579
1334 #. @-expanded: inode %i is in use, but has dtime set.
1335 msgid "@i %i is in use, but has dtime set. "
1338 #: e2fsck/problem.c:585
1340 #. @-expanded: inode %i is a zero-length directory.
1341 msgid "@i %i is a @z @d. "
1344 #: e2fsck/problem.c:590
1345 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1346 msgid "@g %g's @b @B at %b @C.\n"
1349 #: e2fsck/problem.c:595
1350 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1351 msgid "@g %g's @i @B at %b @C.\n"
1354 #: e2fsck/problem.c:600
1355 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1356 msgid "@g %g's @i table at %b @C.\n"
1359 #: e2fsck/problem.c:605
1360 #. @-expanded: group %g's block bitmap (%b) is bad.
1361 msgid "@g %g's @b @B (%b) is bad. "
1364 #: e2fsck/problem.c:610
1365 #. @-expanded: group %g's inode bitmap (%b) is bad.
1366 msgid "@g %g's @i @B (%b) is bad. "
1369 #: e2fsck/problem.c:615
1370 #. @-expanded: inode %i, i_size is %Is, should be %N.
1371 msgid "@i %i, i_size is %Is, @s %N. "
1374 #: e2fsck/problem.c:620
1375 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1376 msgid "@i %i, i_@bs is %Ib, @s %N. "
1379 #: e2fsck/problem.c:625
1380 #. @-expanded: illegal %B (%b) in inode %i.
1381 msgid "@I %B (%b) in @i %i. "
1384 #: e2fsck/problem.c:630
1385 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1386 msgid "%B (%b) overlaps @f metadata in @i %i. "
1389 #: e2fsck/problem.c:636
1391 #. @-expanded: inode %i has illegal block(s).
1392 msgid "@i %i has illegal @b(s). "
1395 #: e2fsck/problem.c:642
1397 #. @-expanded: Too many illegal blocks in inode %i.\n
1398 msgid "Too many illegal @bs in @i %i.\n"
1401 #: e2fsck/problem.c:647
1402 #. @-expanded: illegal %B (%b) in bad block inode.
1403 msgid "@I %B (%b) in bad @b @i. "
1406 #: e2fsck/problem.c:652
1407 #. @-expanded: Bad block inode has illegal block(s).
1408 msgid "Bad @b @i has illegal @b(s). "
1411 #: e2fsck/problem.c:657
1412 #. @-expanded: Duplicate or bad block in use!\n
1413 msgid "Duplicate or bad @b in use!\n"
1416 #: e2fsck/problem.c:662
1417 #. @-expanded: Bad block %b used as bad block inode indirect block.
1418 msgid "Bad @b %b used as bad @b @i indirect @b. "
1421 #: e2fsck/problem.c:667
1423 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1424 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1425 #. @-expanded: in the filesystem.\n
1428 "The bad @b @i has probably been corrupted. You probably\n"
1429 "should stop now and run e2fsck -c to scan for bad blocks\n"
1433 #: e2fsck/problem.c:674
1435 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1438 "If the @b is really bad, the @f can not be fixed.\n"
1441 #: e2fsck/problem.c:679
1442 #. @-expanded: You can remove this block from the bad block list and hope\n
1443 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1446 "You can remove this @b from the bad @b list and hope\n"
1447 "that the @b is really OK. But there are no guarantees.\n"
1451 #: e2fsck/problem.c:685
1452 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1453 msgid "The primary @S (%b) is on the bad @b list.\n"
1456 #: e2fsck/problem.c:690
1457 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1458 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1461 #: e2fsck/problem.c:696
1462 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1463 msgid "Warning: Group %g's @S (%b) is bad.\n"
1466 #: e2fsck/problem.c:702
1467 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1468 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1471 #: e2fsck/problem.c:708
1472 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1473 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1476 #: e2fsck/problem.c:714
1477 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1478 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1481 #: e2fsck/problem.c:720
1483 #. @-expanded: error allocating block buffer for relocating %s\n
1484 msgid "@A @b buffer for relocating %s\n"
1487 #: e2fsck/problem.c:725
1488 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1489 msgid "Relocating @g %g's %s from %b to %c...\n"
1492 #: e2fsck/problem.c:731
1494 #. @-expanded: Relocating group %g's %s to %c...\n
1495 msgid "Relocating @g %g's %s to %c...\n"
1498 #: e2fsck/problem.c:736
1499 #. @-expanded: Warning: could not read block %b of %s: %m\n
1500 msgid "Warning: could not read @b %b of %s: %m\n"
1503 #: e2fsck/problem.c:741
1504 #. @-expanded: Warning: could not write block %b for %s: %m\n
1505 msgid "Warning: could not write @b %b for %s: %m\n"
1508 #: e2fsck/problem.c:746 e2fsck/problem.c:1965
1509 #. @-expanded: error allocating inode bitmap (%N): %m\n
1510 msgid "@A @i @B (%N): %m\n"
1513 #: e2fsck/problem.c:751
1514 #. @-expanded: error allocating block bitmap (%N): %m\n
1515 msgid "@A @b @B (%N): %m\n"
1518 #: e2fsck/problem.c:757
1520 #. @-expanded: error allocating icount link information: %m\n
1521 msgid "@A icount link information: %m\n"
1524 #: e2fsck/problem.c:763
1526 #. @-expanded: error allocating directory block array: %m\n
1527 msgid "@A @d @b array: %m\n"
1530 #: e2fsck/problem.c:769
1532 #. @-expanded: Error while scanning inodes (%i): %m\n
1533 msgid "Error while scanning @is (%i): %m\n"
1536 #: e2fsck/problem.c:775
1538 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1539 msgid "Error while iterating over @bs in @i %i: %m\n"
1542 #: e2fsck/problem.c:780
1543 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1544 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1547 #: e2fsck/problem.c:785
1548 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1549 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1552 #: e2fsck/problem.c:792
1554 #. @-expanded: Error reading inode %i: %m\n
1555 msgid "Error reading @i %i: %m\n"
1558 #: e2fsck/problem.c:801
1560 #. @-expanded: inode %i has imagic flag set.
1561 msgid "@i %i has imagic flag set. "
1564 #: e2fsck/problem.c:807
1566 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1567 #. @-expanded: or append-only flag set.
1569 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1570 "or append-only flag set. "
1573 #: e2fsck/problem.c:814
1575 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1576 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1579 #: e2fsck/problem.c:824
1580 #. @-expanded: journal inode is not in use, but contains data.
1581 msgid "@j @i is not in use, but contains data. "
1584 #: e2fsck/problem.c:829
1585 #. @-expanded: journal is not regular file.
1586 msgid "@j is not regular file. "
1589 #: e2fsck/problem.c:835
1591 #. @-expanded: inode %i was part of the orphaned inode list.
1592 msgid "@i %i was part of the @o @i list. "
1595 #: e2fsck/problem.c:841
1596 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1597 msgid "@is that were part of a corrupted orphan linked list found. "
1600 #: e2fsck/problem.c:846
1601 #. @-expanded: error allocating refcount structure (%N): %m\n
1602 msgid "@A refcount structure (%N): %m\n"
1605 #: e2fsck/problem.c:851
1606 #. @-expanded: Error reading extended attribute block %b for inode %i.
1607 msgid "Error reading @a @b %b for @i %i. "
1610 #: e2fsck/problem.c:856
1611 #. @-expanded: inode %i has a bad extended attribute block %b.
1612 msgid "@i %i has a bad @a @b %b. "
1615 #: e2fsck/problem.c:861
1616 #. @-expanded: Error reading extended attribute block %b (%m).
1617 msgid "Error reading @a @b %b (%m). "
1620 #: e2fsck/problem.c:866
1621 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1622 msgid "@a @b %b has reference count %r, @s %N. "
1625 #: e2fsck/problem.c:871
1626 #. @-expanded: Error writing extended attribute block %b (%m).
1627 msgid "Error writing @a @b %b (%m). "
1630 #: e2fsck/problem.c:876
1631 #. @-expanded: extended attribute block %b has h_blocks > 1.
1632 msgid "@a @b %b has h_@bs > 1. "
1635 #: e2fsck/problem.c:881
1636 #. @-expanded: error allocating extended attribute region allocation structure.
1637 msgid "@A @a region allocation structure. "
1640 #: e2fsck/problem.c:886
1641 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1642 msgid "@a @b %b is corrupt (allocation collision). "
1645 #: e2fsck/problem.c:891
1646 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1647 msgid "@a @b %b is corrupt (@n name). "
1650 #: e2fsck/problem.c:896
1651 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1652 msgid "@a @b %b is corrupt (@n value). "
1655 #: e2fsck/problem.c:902
1657 #. @-expanded: inode %i is too big.
1658 msgid "@i %i is too big. "
1661 #: e2fsck/problem.c:906
1662 #. @-expanded: %B (%b) causes directory to be too big.
1663 msgid "%B (%b) causes @d to be too big. "
1666 #: e2fsck/problem.c:911
1667 msgid "%B (%b) causes file to be too big. "
1670 #: e2fsck/problem.c:916
1671 msgid "%B (%b) causes symlink to be too big. "
1674 #: e2fsck/problem.c:922
1676 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1677 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1680 #: e2fsck/problem.c:928
1682 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1683 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1686 #: e2fsck/problem.c:934
1688 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1689 msgid "@h %i has an @n root node.\n"
1692 #: e2fsck/problem.c:939
1693 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1694 msgid "@h %i has an unsupported hash version (%N)\n"
1697 #: e2fsck/problem.c:945
1699 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1700 msgid "@h %i uses an incompatible htree root node flag.\n"
1703 #: e2fsck/problem.c:950
1704 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1705 msgid "@h %i has a tree depth (%N) which is too big\n"
1708 #: e2fsck/problem.c:956
1709 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1710 #. @-expanded: filesystem metadata.
1712 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1716 #: e2fsck/problem.c:963
1718 #. @-expanded: Resize inode (re)creation failed: %m.
1719 msgid "Resize @i (re)creation failed: %m."
1722 #: e2fsck/problem.c:968
1723 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1724 msgid "@i %i has a extra size (%IS) which is @n\n"
1727 #: e2fsck/problem.c:973
1728 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1729 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1732 #: e2fsck/problem.c:978
1733 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1734 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1737 #: e2fsck/problem.c:983
1738 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1739 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1742 #: e2fsck/problem.c:988
1743 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1744 msgid "@a in @i %i has a value size (%N) which is @n\n"
1747 #: e2fsck/problem.c:993
1748 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1749 msgid "@a in @i %i has a hash (%N) which is @n\n"
1752 #: e2fsck/problem.c:998
1753 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1754 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1757 #: e2fsck/problem.c:1004
1759 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1760 msgid "Error while reading over @x tree in @i %i: %m\n"
1763 #: e2fsck/problem.c:1009
1764 #. @-expanded: Failed to iterate extents in inode %i\n
1765 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1767 "Failed to iterate extents in @i %i\n"
1768 "\t(op %s, blk %b, lblk %c): %m\n"
1771 #: e2fsck/problem.c:1015
1772 #. @-expanded: inode %i has an invalid extent\n
1773 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1775 "@i %i has an @n extent\n"
1776 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1779 #: e2fsck/problem.c:1020
1780 #. @-expanded: inode %i has an invalid extent\n
1781 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1783 "@i %i has an @n extent\n"
1784 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1787 #: e2fsck/problem.c:1026
1789 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1790 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1793 #: e2fsck/problem.c:1032
1795 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1796 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1799 #: e2fsck/problem.c:1038
1801 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1802 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1805 #: e2fsck/problem.c:1044
1807 msgid "Fast symlink %i has EXTENT_FL set. "
1810 #: e2fsck/problem.c:1049
1811 #. @-expanded: inode %i has out of order extents\n
1812 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1814 "@i %i has out of order extents\n"
1815 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1818 #: e2fsck/problem.c:1053
1819 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1820 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1823 #: e2fsck/problem.c:1059
1825 #. @-expanded: Error converting subcluster block bitmap: %m\n
1826 msgid "Error converting subcluster @b @B: %m\n"
1829 #: e2fsck/problem.c:1064
1830 #. @-expanded: quota inode is not a regular file.
1831 msgid "@q @i is not a regular file. "
1834 #: e2fsck/problem.c:1069
1835 #. @-expanded: quota inode is not in use, but contains data.
1836 msgid "@q @i is not in use, but contains data. "
1839 #: e2fsck/problem.c:1074
1840 #. @-expanded: quota inode is visible to the user.
1841 msgid "@q @i is visible to the user. "
1844 #: e2fsck/problem.c:1079
1845 #. @-expanded: The bad block inode looks invalid.
1846 msgid "The bad @b @i looks @n. "
1849 #: e2fsck/problem.c:1084
1850 #. @-expanded: inode %i has zero length extent\n
1851 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1853 "@i %i has zero length extent\n"
1854 "\t(@n logical @b %c, physical @b %b)\n"
1857 #: e2fsck/problem.c:1090
1859 #. @-expanded: inode %i seems to contain garbage.
1860 msgid "@i %i seems to contain garbage. "
1863 #: e2fsck/problem.c:1096
1865 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1866 msgid "@i %i passes checks, but checksum does not match @i. "
1869 #: e2fsck/problem.c:1102
1871 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1872 msgid "@i %i @a is corrupt (allocation collision). "
1875 #: e2fsck/problem.c:1110
1876 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1877 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1879 "@i %i extent block passes checks, but checksum does not match extent\n"
1880 "\t(logical @b %c, physical @b %b, len %N)\n"
1883 #: e2fsck/problem.c:1119
1884 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1885 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1888 #: e2fsck/problem.c:1124
1889 #. @-expanded: Interior extent node level %N of inode %i:\n
1890 #. @-expanded: Logical start %b does not match logical start %c at next level.
1892 "Interior @x node level %N of @i %i:\n"
1893 "Logical start %b does not match logical start %c at next level. "
1896 #: e2fsck/problem.c:1130
1897 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1898 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1900 "@i %i, end of extent exceeds allowed value\n"
1901 "\t(logical @b %c, physical @b %b, len %N)\n"
1904 #: e2fsck/problem.c:1136
1906 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1907 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1910 #: e2fsck/problem.c:1142
1912 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1913 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1916 #: e2fsck/problem.c:1150
1918 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1920 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1923 #: e2fsck/problem.c:1155
1924 #. @-expanded: directory inode %i block %b should be at block %c.
1925 msgid "@d @i %i @b %b should be at @b %c. "
1928 #: e2fsck/problem.c:1161
1930 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1931 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1934 #: e2fsck/problem.c:1166
1935 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1936 #. @-expanded: Will fix in pass 1B.\n
1938 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1939 "Will fix in pass 1B.\n"
1942 #: e2fsck/problem.c:1172
1944 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1945 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1948 #: e2fsck/problem.c:1179
1950 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1951 #. @-expanded: or inline-data flag set.
1953 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1954 "or inline-data flag set. "
1957 #: e2fsck/problem.c:1186
1959 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1960 msgid "@i %i has @x header but inline data flag is set.\n"
1963 #: e2fsck/problem.c:1192
1965 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1966 msgid "@i %i seems to have inline data but @x flag is set.\n"
1969 #: e2fsck/problem.c:1198
1971 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1972 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1975 #: e2fsck/problem.c:1204
1977 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1978 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1981 #: e2fsck/problem.c:1209
1982 #. @-expanded: Bad block list says the bad block list inode is bad.
1983 msgid "Bad block list says the bad block list @i is bad. "
1986 #: e2fsck/problem.c:1214
1987 #. @-expanded: error allocating extent region allocation structure.
1988 msgid "@A @x region allocation structure. "
1991 #: e2fsck/problem.c:1219
1992 #. @-expanded: inode %i has a duplicate extent mapping\n
1993 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1995 "@i %i has a duplicate @x mapping\n"
1996 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1999 #: e2fsck/problem.c:1224
2000 #. @-expanded: error allocating %N bytes of memory for encrypted inode list\n
2001 msgid "@A %N bytes of memory for encrypted @i list\n"
2004 #: e2fsck/problem.c:1229
2005 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
2006 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
2009 #: e2fsck/problem.c:1235
2011 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
2012 msgid "@i %i on bigalloc @f cannot be @b mapped. "
2015 #: e2fsck/problem.c:1241
2017 #. @-expanded: inode %i has corrupt extent header.
2018 msgid "@i %i has corrupt @x header. "
2021 #: e2fsck/problem.c:1247
2023 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
2024 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
2027 #: e2fsck/problem.c:1252
2028 #. @-expanded: inode %i has illegal extended attribute value inode %N.\n
2029 msgid "@i %i has @I @a value @i %N.\n"
2032 #: e2fsck/problem.c:1258
2033 #. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
2034 msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2037 #: e2fsck/problem.c:1263
2038 #. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2041 "EA @i %N for parent @i %i missing EA_INODE flag.\n"
2045 #: e2fsck/problem.c:1269
2047 #. @-expanded: inode %i has extent marked uninitialized at block %c (len %N).
2048 msgid "@i %i has @x marked uninitialized at @b %c (len %N). "
2051 #: e2fsck/problem.c:1274
2053 #. @-expanded: inode %i has the casefold flag set but is not a directory.
2054 msgid "@i %i has the casefold flag set but is not a directory. "
2057 #: e2fsck/problem.c:1279
2059 #. @-expanded: directory %p has the casefold flag, but the\n
2060 #. @-expanded: casefold feature is not enabled.
2062 "@d %p has the casefold flag, but the\n"
2063 "casefold feature is not enabled. "
2066 #: e2fsck/problem.c:1284
2068 #. @-expanded: inode %i has encrypt flag but no encryption extended attribute.\n
2069 msgid "@i %i has encrypt flag but no encryption @a.\n"
2072 #: e2fsck/problem.c:1289
2074 #. @-expanded: Encrypted inode %i has corrupt encryption extended attribute.\n
2075 msgid "Encrypted @i %i has corrupt encryption @a.\n"
2078 #: e2fsck/problem.c:1294
2079 #. @-expanded: HTREE directory inode %i uses hash version (%N), but should use SipHash (6) \n
2080 msgid "@h %i uses hash version (%N), but should use SipHash (6) \n"
2083 #: e2fsck/problem.c:1299
2085 #. @-expanded: HTREE directory inode %i uses SipHash, but should not.
2086 msgid "@h %i uses SipHash, but should not. "
2089 #: e2fsck/problem.c:1304
2091 #. @-expanded: Orphan file inode %i is not regular file.
2092 msgid "Orphan file @i %i is not regular file. "
2095 #: e2fsck/problem.c:1309
2097 #. @-expanded: Orphan file inode %i is not in use, but contains data.
2098 msgid "Orphan file @i %i is not in use, but contains data. "
2101 #: e2fsck/problem.c:1316
2103 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2104 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
2107 "Running additional passes to resolve @bs claimed by more than one @i...\n"
2108 "Pass 1B: Rescanning for @m @bs\n"
2111 #: e2fsck/problem.c:1323
2113 #. @-expanded: multiply-claimed block(s) in inode %i:
2114 msgid "@m @b(s) in @i %i:"
2117 #: e2fsck/problem.c:1339
2119 msgid "Error while scanning inodes (%i): %m\n"
2122 #: e2fsck/problem.c:1345
2124 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
2125 msgid "@A @i @B (@i_dup_map): %m\n"
2128 #: e2fsck/problem.c:1351
2130 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
2131 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2134 #: e2fsck/problem.c:1356 e2fsck/problem.c:1736
2135 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2136 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2139 #: e2fsck/problem.c:1366
2140 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2141 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2144 #: e2fsck/problem.c:1372
2145 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2146 msgid "Pass 1D: Reconciling @m @bs\n"
2149 #: e2fsck/problem.c:1377
2150 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2151 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
2153 "File %Q (@i #%i, mod time %IM) \n"
2154 " has %r @m @b(s), shared with %N file(s):\n"
2157 #: e2fsck/problem.c:1383
2158 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2159 msgid "\t%Q (@i #%i, mod time %IM)\n"
2162 #: e2fsck/problem.c:1388
2163 #. @-expanded: \t<filesystem metadata>\n
2164 msgid "\t<@f metadata>\n"
2167 #: e2fsck/problem.c:1393
2168 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2171 "(There are %N @is containing @m @bs.)\n"
2175 #: e2fsck/problem.c:1398
2176 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2179 "@m @bs already reassigned or cloned.\n"
2183 #: e2fsck/problem.c:1412
2185 msgid "Couldn't clone file: %m\n"
2188 #: e2fsck/problem.c:1418
2189 #. @-expanded: Pass 1E: Optimizing extent trees\n
2190 msgid "Pass 1E: Optimizing @x trees\n"
2193 #: e2fsck/problem.c:1424
2195 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2196 msgid "Failed to optimize @x tree %p (%i): %m\n"
2199 #: e2fsck/problem.c:1429
2200 #. @-expanded: Optimizing extent trees:
2201 msgid "Optimizing @x trees: "
2204 #: e2fsck/problem.c:1444
2205 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2208 #: e2fsck/problem.c:1449
2209 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2210 msgid "@i %i @x tree (at level %b) could be shorter. "
2213 #: e2fsck/problem.c:1454
2214 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2215 msgid "@i %i @x tree (at level %b) could be narrower. "
2218 #: e2fsck/problem.c:1461
2219 #. @-expanded: Pass 2: Checking directory structure\n
2220 msgid "Pass 2: Checking @d structure\n"
2223 #: e2fsck/problem.c:1467
2225 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2226 msgid "@n @i number for '.' in @d @i %i.\n"
2229 #: e2fsck/problem.c:1472
2230 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2231 msgid "@E has @n @i #: %Di.\n"
2234 #: e2fsck/problem.c:1477
2235 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2236 msgid "@E has @D/unused @i %Di. "
2239 #: e2fsck/problem.c:1482
2240 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2241 msgid "@E @L to '.' "
2244 #: e2fsck/problem.c:1487
2245 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2246 msgid "@E points to @i (%Di) located in a bad @b.\n"
2249 #: e2fsck/problem.c:1492
2250 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2251 msgid "@E @L to @d %P (%Di).\n"
2254 #: e2fsck/problem.c:1497
2255 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2256 msgid "@E @L to the @r.\n"
2259 #: e2fsck/problem.c:1502
2260 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2261 msgid "@E has illegal characters in its name.\n"
2264 #: e2fsck/problem.c:1508
2266 #. @-expanded: Missing '.' in directory inode %i.\n
2267 msgid "Missing '.' in @d @i %i.\n"
2270 #: e2fsck/problem.c:1514
2272 #. @-expanded: Missing '..' in directory inode %i.\n
2273 msgid "Missing '..' in @d @i %i.\n"
2276 #: e2fsck/problem.c:1519
2277 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2278 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2281 #: e2fsck/problem.c:1524
2282 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2283 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2286 #: e2fsck/problem.c:1529
2287 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2288 msgid "i_faddr @F %IF, @s zero.\n"
2291 #: e2fsck/problem.c:1534
2292 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2293 msgid "i_file_acl @F %If, @s zero.\n"
2296 #: e2fsck/problem.c:1539
2297 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
2298 msgid "i_size_high @F %Id, @s zero.\n"
2301 #: e2fsck/problem.c:1544
2302 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2303 msgid "i_frag @F %N, @s zero.\n"
2306 #: e2fsck/problem.c:1549
2307 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2308 msgid "i_fsize @F %N, @s zero.\n"
2311 #: e2fsck/problem.c:1554
2312 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2313 msgid "@i %i (%Q) has @n mode (%Im).\n"
2316 #: e2fsck/problem.c:1559
2317 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2318 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2321 #: e2fsck/problem.c:1564
2322 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2323 msgid "@d @i %i, %B, offset %N: filename too long\n"
2326 #: e2fsck/problem.c:1569
2327 #. @-expanded: directory inode %i has an unallocated %B.
2328 msgid "@d @i %i has an unallocated %B. "
2331 #: e2fsck/problem.c:1575
2333 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2334 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2337 #: e2fsck/problem.c:1581
2339 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2340 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2343 #: e2fsck/problem.c:1586
2344 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2345 msgid "@i %i (%Q) is an @I character @v.\n"
2348 #: e2fsck/problem.c:1591
2349 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2350 msgid "@i %i (%Q) is an @I @b @v.\n"
2353 #: e2fsck/problem.c:1596
2354 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2355 msgid "@E is duplicate '.' @e.\n"
2358 #: e2fsck/problem.c:1601
2359 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2360 msgid "@E is duplicate '..' @e.\n"
2363 #: e2fsck/problem.c:1607 e2fsck/problem.c:1992
2365 msgid "Internal error: couldn't find dir_info for %i.\n"
2368 #: e2fsck/problem.c:1612
2369 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2370 msgid "@E has rec_len of %Dr, @s %N.\n"
2373 #: e2fsck/problem.c:1618
2375 #. @-expanded: error allocating icount structure: %m\n
2376 msgid "@A icount structure: %m\n"
2379 #: e2fsck/problem.c:1624
2381 #. @-expanded: Error iterating over directory blocks: %m\n
2382 msgid "Error iterating over @d @bs: %m\n"
2385 #: e2fsck/problem.c:1629
2386 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2387 msgid "Error reading @d @b %b (@i %i): %m\n"
2390 #: e2fsck/problem.c:1634
2391 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2392 msgid "Error writing @d @b %b (@i %i): %m\n"
2395 #: e2fsck/problem.c:1640
2397 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2398 msgid "@A new @d @b for @i %i (%s): %m\n"
2401 #: e2fsck/problem.c:1646
2403 #. @-expanded: Error deallocating inode %i: %m\n
2404 msgid "Error deallocating @i %i: %m\n"
2407 #: e2fsck/problem.c:1652
2409 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2410 msgid "@d @e for '.' in %p (%i) is big.\n"
2413 #: e2fsck/problem.c:1657
2414 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2415 msgid "@i %i (%Q) is an @I FIFO.\n"
2418 #: e2fsck/problem.c:1662
2419 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2420 msgid "@i %i (%Q) is an @I socket.\n"
2423 #: e2fsck/problem.c:1667
2424 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2425 msgid "Setting filetype for @E to %N.\n"
2428 #: e2fsck/problem.c:1672
2429 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2430 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2433 #: e2fsck/problem.c:1677
2434 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2435 msgid "@E has filetype set.\n"
2438 #: e2fsck/problem.c:1682
2439 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2440 msgid "@E has a @z name.\n"
2443 #: e2fsck/problem.c:1687
2444 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2445 msgid "Symlink %Q (@i #%i) is @n.\n"
2448 #: e2fsck/problem.c:1692
2449 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2450 msgid "@a @b @F @n (%If).\n"
2453 #: e2fsck/problem.c:1697
2454 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2455 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2458 #: e2fsck/problem.c:1702
2459 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2460 msgid "@p @h %d: %B not referenced\n"
2463 #: e2fsck/problem.c:1707
2464 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2465 msgid "@p @h %d: %B referenced twice\n"
2468 #: e2fsck/problem.c:1712
2469 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2470 msgid "@p @h %d: %B has bad min hash\n"
2473 #: e2fsck/problem.c:1717
2474 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2475 msgid "@p @h %d: %B has bad max hash\n"
2478 #: e2fsck/problem.c:1722
2479 #. @-expanded: invalid HTREE directory inode %d (%q).
2480 msgid "@n @h %d (%q). "
2483 #: e2fsck/problem.c:1726
2484 #. @-expanded: filesystem has large directories, but lacks LARGE_DIR flag in superblock.\n
2485 msgid "@f has large directories, but lacks LARGE_DIR flag in @S.\n"
2488 #: e2fsck/problem.c:1731
2489 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2490 msgid "@p @h %d (%q): bad @b number %b.\n"
2493 #: e2fsck/problem.c:1742
2495 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2496 msgid "@p @h %d: root node is @n\n"
2499 #: e2fsck/problem.c:1747
2500 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2501 msgid "@p @h %d: %B has @n limit (%N)\n"
2504 #: e2fsck/problem.c:1752
2505 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2506 msgid "@p @h %d: %B has @n count (%N)\n"
2509 #: e2fsck/problem.c:1757
2510 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2511 msgid "@p @h %d: %B has an unordered hash table\n"
2514 #: e2fsck/problem.c:1762
2515 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2516 msgid "@p @h %d: %B has @n depth (%N)\n"
2519 #: e2fsck/problem.c:1767
2520 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2521 msgid "Duplicate @E found. "
2524 #: e2fsck/problem.c:1772
2526 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2527 #. @-expanded: Rename to %s
2529 "@E has a non-unique filename.\n"
2533 #: e2fsck/problem.c:1777
2534 #. @-expanded: Duplicate entry '%Dn' found.\n
2535 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2538 "Duplicate @e '%Dn' found.\n"
2539 "\tMarking %p (%i) to be rebuilt.\n"
2543 #: e2fsck/problem.c:1782
2544 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2545 msgid "i_blocks_hi @F %N, @s zero.\n"
2548 #: e2fsck/problem.c:1787
2549 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2550 msgid "Unexpected @b in @h %d (%q).\n"
2553 #: e2fsck/problem.c:1792
2554 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2555 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2558 #: e2fsck/problem.c:1797
2559 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2560 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2563 #: e2fsck/problem.c:1802
2564 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2565 msgid "i_file_acl_hi @F %N, @s zero.\n"
2568 #: e2fsck/problem.c:1808
2570 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2571 msgid "@p @h %d: root node fails checksum.\n"
2574 #: e2fsck/problem.c:1814
2576 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2577 msgid "@p @h %d: internal node fails checksum.\n"
2580 #: e2fsck/problem.c:1819
2581 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2582 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2585 #: e2fsck/problem.c:1824
2586 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2587 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2590 #: e2fsck/problem.c:1829
2591 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2592 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2595 #: e2fsck/problem.c:1835
2597 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2598 msgid "Fixing size of inline @d @i %i failed.\n"
2601 #: e2fsck/problem.c:1840
2602 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2603 msgid "Encrypted @E is too short.\n"
2606 #: e2fsck/problem.c:1845
2607 #. @-expanded: Encrypted entry '%Dn' in %p (%i) references unencrypted inode %Di.\n
2608 msgid "Encrypted @E references unencrypted @i %Di.\n"
2611 #: e2fsck/problem.c:1850
2612 #. @-expanded: Encrypted entry '%Dn' in %p (%i) references inode %Di, which has a different encryption policy.\n
2614 "Encrypted @E references @i %Di, which has a different encryption policy.\n"
2617 #: e2fsck/problem.c:1855
2618 #. @-expanded: entry '%Dn' in %p (%i) has illegal UTF-8 characters in its name.\n
2619 msgid "@E has illegal UTF-8 characters in its name.\n"
2622 #: e2fsck/problem.c:1860
2623 #. @-expanded: Duplicate filename entry '%Dn' in %p (%i) found.
2624 msgid "Duplicate filename @E found. "
2627 #: e2fsck/problem.c:1868
2628 #. @-expanded: Pass 3: Checking directory connectivity\n
2629 msgid "Pass 3: Checking @d connectivity\n"
2632 #: e2fsck/problem.c:1873
2633 #. @-expanded: root inode not allocated.
2634 msgid "@r not allocated. "
2637 #: e2fsck/problem.c:1878
2638 #. @-expanded: No room in lost+found directory.
2639 msgid "No room in @l @d. "
2642 #: e2fsck/problem.c:1884
2644 #. @-expanded: Unconnected directory inode %i (was in %q)\n
2645 msgid "Unconnected @d @i %i (was in %q)\n"
2648 #: e2fsck/problem.c:1889
2649 #. @-expanded: /lost+found not found.
2650 msgid "/@l not found. "
2653 #: e2fsck/problem.c:1894
2654 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2655 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2658 #: e2fsck/problem.c:1900
2660 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2661 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2664 #: e2fsck/problem.c:1906
2666 #. @-expanded: Could not expand /lost+found: %m\n
2667 msgid "Could not expand /@l: %m\n"
2670 #: e2fsck/problem.c:1912
2672 msgid "Could not reconnect %i: %m\n"
2675 #: e2fsck/problem.c:1918
2677 #. @-expanded: Error while trying to find /lost+found: %m\n
2678 msgid "Error while trying to find /@l: %m\n"
2681 #: e2fsck/problem.c:1924
2683 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2684 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2687 #: e2fsck/problem.c:1930
2689 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2690 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2693 #: e2fsck/problem.c:1936
2695 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2696 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2699 #: e2fsck/problem.c:1942
2701 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2702 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2705 #: e2fsck/problem.c:1948
2707 #. @-expanded: Error while adjusting inode count on inode %i\n
2708 msgid "Error while adjusting @i count on @i %i\n"
2711 #: e2fsck/problem.c:1954
2713 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2716 "Couldn't fix parent of @i %i: %m\n"
2720 #: e2fsck/problem.c:1960
2722 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2725 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2729 #: e2fsck/problem.c:1971
2731 #. @-expanded: Error creating root directory (%s): %m\n
2732 msgid "Error creating root @d (%s): %m\n"
2735 #: e2fsck/problem.c:1977
2737 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2738 msgid "Error creating /@l @d (%s): %m\n"
2741 #: e2fsck/problem.c:1982
2742 #. @-expanded: root inode is not a directory; aborting.\n
2743 msgid "@r is not a @d; aborting.\n"
2746 #: e2fsck/problem.c:1987
2747 #. @-expanded: Cannot proceed without a root inode.\n
2748 msgid "Cannot proceed without a @r.\n"
2751 #: e2fsck/problem.c:1998
2753 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2754 msgid "/@l is not a @d (ino=%i)\n"
2757 #: e2fsck/problem.c:2003
2758 #. @-expanded: /lost+found has inline data\n
2759 msgid "/@l has inline data\n"
2762 #: e2fsck/problem.c:2008
2763 #. @-expanded: Cannot allocate space for /lost+found.\n
2764 #. @-expanded: Place lost files in root directory instead
2766 "Cannot allocate space for /@l.\n"
2767 "Place lost files in root directory instead"
2770 #: e2fsck/problem.c:2013
2771 #. @-expanded: Insufficient space to recover lost files!\n
2772 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2775 "Insufficient space to recover lost files!\n"
2776 "Move data off the @f and re-run e2fsck.\n"
2780 #: e2fsck/problem.c:2018
2781 #. @-expanded: /lost+found is encrypted\n
2782 msgid "/@l is encrypted\n"
2785 #: e2fsck/problem.c:2024
2787 #. @-expanded: Recursively looped directory inode %i (%p)\n
2788 msgid "Recursively looped @d @i %i (%p)\n"
2791 #: e2fsck/problem.c:2031
2792 msgid "Pass 3A: Optimizing directories\n"
2795 #: e2fsck/problem.c:2037
2797 msgid "Failed to create dirs_to_hash iterator: %m\n"
2800 #: e2fsck/problem.c:2042
2801 msgid "Failed to optimize directory %q (%d): %m\n"
2804 #: e2fsck/problem.c:2047
2805 msgid "Optimizing directories: "
2808 #: e2fsck/problem.c:2064
2809 msgid "Pass 4: Checking reference counts\n"
2812 #: e2fsck/problem.c:2070
2814 #. @-expanded: unattached zero-length inode %i.
2815 msgid "@u @z @i %i. "
2818 #: e2fsck/problem.c:2076
2820 #. @-expanded: unattached inode %i\n
2824 #: e2fsck/problem.c:2081
2825 #. @-expanded: inode %i ref count is %Il, should be %N.
2826 msgid "@i %i ref count is %Il, @s %N. "
2829 #: e2fsck/problem.c:2085
2830 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2831 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2832 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2834 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2835 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2836 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2839 #: e2fsck/problem.c:2092
2840 #. @-expanded: extended attribute inode %i ref count is %N, should be %n.
2841 msgid "@a @i %i ref count is %N, @s %n. "
2844 #: e2fsck/problem.c:2097
2845 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2846 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2849 #: e2fsck/problem.c:2102
2850 #. @-expanded: directory inode %i ref count set to overflow but could be exact value %N.
2851 msgid "@d @i %i ref count set to overflow but could be exact value %N. "
2854 #: e2fsck/problem.c:2109
2855 #. @-expanded: Pass 5: Checking group summary information\n
2856 msgid "Pass 5: Checking @g summary information\n"
2859 #: e2fsck/problem.c:2114
2860 #. @-expanded: Padding at end of inode bitmap is not set.
2861 msgid "Padding at end of @i @B is not set. "
2864 #: e2fsck/problem.c:2119
2865 #. @-expanded: Padding at end of block bitmap is not set.
2866 msgid "Padding at end of @b @B is not set. "
2869 #: e2fsck/problem.c:2124
2870 #. @-expanded: block bitmap differences:
2871 msgid "@b @B differences: "
2874 #: e2fsck/problem.c:2146
2875 #. @-expanded: inode bitmap differences:
2876 msgid "@i @B differences: "
2879 #: e2fsck/problem.c:2168
2880 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2881 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2884 #: e2fsck/problem.c:2173
2885 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2886 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2889 #: e2fsck/problem.c:2178
2890 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2891 msgid "Free @is count wrong (%i, counted=%j).\n"
2894 #: e2fsck/problem.c:2183
2895 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2896 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2899 #: e2fsck/problem.c:2188
2900 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2901 msgid "Free @bs count wrong (%b, counted=%c).\n"
2904 #: e2fsck/problem.c:2193
2905 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2906 #. @-expanded: endpoints (%i, %j)\n
2908 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2909 "endpoints (%i, %j)\n"
2912 #: e2fsck/problem.c:2199
2913 msgid "Internal error: fudging end of bitmap (%N)\n"
2916 #: e2fsck/problem.c:2205
2918 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2919 msgid "Error copying in replacement @i @B: %m\n"
2922 #: e2fsck/problem.c:2211
2924 #. @-expanded: Error copying in replacement block bitmap: %m\n
2925 msgid "Error copying in replacement @b @B: %m\n"
2928 #: e2fsck/problem.c:2241
2930 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2931 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2934 #: e2fsck/problem.c:2247
2936 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2937 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2940 #: e2fsck/problem.c:2253
2942 #. @-expanded: group %g inode bitmap does not match checksum.\n
2943 msgid "@g %g @i @B does not match checksum.\n"
2946 #: e2fsck/problem.c:2259
2948 #. @-expanded: group %g block bitmap does not match checksum.\n
2949 msgid "@g %g @b @B does not match checksum.\n"
2952 #: e2fsck/problem.c:2266
2953 #. @-expanded: Recreate journal
2957 #: e2fsck/problem.c:2271
2958 msgid "Update quota info for quota type %N"
2961 #: e2fsck/problem.c:2277
2963 #. @-expanded: Error setting block group checksum info: %m\n
2964 msgid "Error setting @b @g checksum info: %m\n"
2967 #: e2fsck/problem.c:2283
2969 msgid "Error writing file system info: %m\n"
2972 #: e2fsck/problem.c:2289
2974 msgid "Error flushing writes to storage device: %m\n"
2977 #: e2fsck/problem.c:2294
2978 msgid "Error writing quota info for quota type %N: %m\n"
2981 #: e2fsck/problem.c:2299
2982 #. @-expanded: superblock has orphan file without journal.\n
2983 msgid "@S has orphan file without @j.\n"
2986 #: e2fsck/problem.c:2304
2987 msgid "Failed to truncate orphan file.\n"
2990 #: e2fsck/problem.c:2309
2991 msgid "Failed to initialize orphan file.\n"
2994 #: e2fsck/problem.c:2314
2995 msgid "Cannot fix corrupted orphan file with invalid bitmaps.\n"
2998 #: e2fsck/problem.c:2319
3000 #. @-expanded: Failed to truncate orphan file (inode %i).\n
3001 msgid "Failed to truncate orphan file (@i %i).\n"
3004 #: e2fsck/problem.c:2324
3005 #. @-expanded: Orphan file (inode %i) block %b is not clean.\n
3006 msgid "Orphan file (@i %i) @b %b is not clean.\n"
3009 #: e2fsck/problem.c:2329
3010 msgid "Feature orphan_present is set but orphan file is clean.\n"
3013 #: e2fsck/problem.c:2334
3014 msgid "Feature orphan_present is set but feature orphan_file is not.\n"
3017 #: e2fsck/problem.c:2339
3019 #. @-expanded: Orphan file (inode %i) size is not multiple of block size.\n
3020 msgid "Orphan file (@i %i) size is not multiple of block size.\n"
3023 #: e2fsck/problem.c:2344
3024 #. @-expanded: Orphan file (inode %i) contains hole at block %b.\n
3025 msgid "Orphan file (@i %i) contains hole at @b %b.\n"
3028 #: e2fsck/problem.c:2509
3030 msgid "Unhandled error code (0x%x)!\n"
3033 #: e2fsck/problem.c:2637 e2fsck/problem.c:2641
3037 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
3038 msgid "in move_quota_inode"
3041 #: e2fsck/scantest.c:79
3043 msgid "Memory used: %lu, elapsed time: %6.3f/%6.3f/%6.3f\n"
3046 #: e2fsck/scantest.c:98
3048 msgid "size of inode=%d\n"
3051 #: e2fsck/scantest.c:114 misc/e2image.c:1331
3052 msgid "while opening inode scan"
3055 #: e2fsck/scantest.c:119
3056 msgid "while starting inode scan"
3059 #: e2fsck/scantest.c:130
3060 msgid "while doing inode scan"
3063 #: e2fsck/super.c:224
3065 msgid "while calling ext2fs_block_iterate for inode %u"
3068 #: e2fsck/super.c:249
3070 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
3073 #: e2fsck/super.c:329
3077 #: e2fsck/super.c:329
3081 #: e2fsck/super.c:453
3083 msgid "while reading inode %d"
3086 #: e2fsck/super.c:473 e2fsck/super.c:677
3088 msgid "while calling ext2fs_block_iterate for inode %d"
3091 #: e2fsck/super.c:481 e2fsck/super.c:685
3093 msgid "while reading blocks of inode %d"
3099 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
3100 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
3101 "\t\t[-E extended-options] [-z undo_file] device\n"
3108 " -p Automatic repair (no questions)\n"
3109 " -n Make no changes to the filesystem\n"
3110 " -y Assume \"yes\" to all questions\n"
3111 " -c Check for bad blocks and add them to the badblock "
3113 " -f Force checking even if filesystem is marked clean\n"
3119 " -b superblock Use alternative superblock\n"
3120 " -B blocksize Force blocksize when looking for superblock\n"
3121 " -j external_journal Set location of the external journal\n"
3122 " -l bad_blocks_file Add to badblocks list\n"
3123 " -L bad_blocks_file Set badblocks list\n"
3124 " -z undo_file Create an undo file\n"
3127 #: e2fsck/unix.c:138
3129 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3132 #: e2fsck/unix.c:165
3136 "%12u inode used (%2.2f%%, out of %u)\n"
3139 "%12u inodes used (%2.2f%%, out of %u)\n"
3143 #: e2fsck/unix.c:169
3145 msgid "%12u non-contiguous file (%0d.%d%%)\n"
3146 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3150 #: e2fsck/unix.c:174
3152 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3153 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3157 #: e2fsck/unix.c:179
3159 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3162 #: e2fsck/unix.c:187
3163 msgid " Extent depth histogram: "
3166 #: e2fsck/unix.c:196
3168 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3169 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3173 #: e2fsck/unix.c:201
3175 msgid "%12u bad block\n"
3176 msgid_plural "%12u bad blocks\n"
3180 #: e2fsck/unix.c:203
3182 msgid "%12u large file\n"
3183 msgid_plural "%12u large files\n"
3187 #: e2fsck/unix.c:205
3191 "%12u regular file\n"
3194 "%12u regular files\n"
3198 #: e2fsck/unix.c:207
3200 msgid "%12u directory\n"
3201 msgid_plural "%12u directories\n"
3205 #: e2fsck/unix.c:209
3207 msgid "%12u character device file\n"
3208 msgid_plural "%12u character device files\n"
3212 #: e2fsck/unix.c:212
3214 msgid "%12u block device file\n"
3215 msgid_plural "%12u block device files\n"
3219 #: e2fsck/unix.c:214
3222 msgid_plural "%12u fifos\n"
3226 #: e2fsck/unix.c:216
3229 msgid_plural "%12u links\n"
3233 #: e2fsck/unix.c:218
3235 msgid "%12u symbolic link"
3236 msgid_plural "%12u symbolic links"
3240 #: e2fsck/unix.c:220
3242 msgid " (%u fast symbolic link)\n"
3243 msgid_plural " (%u fast symbolic links)\n"
3247 #: e2fsck/unix.c:224
3249 msgid "%12u socket\n"
3250 msgid_plural "%12u sockets\n"
3254 #: e2fsck/unix.c:228
3257 msgid_plural "%12u files\n"
3261 #: e2fsck/unix.c:241 misc/badblocks.c:1001 misc/tune2fs.c:3325 misc/util.c:135
3262 #: resize/main.c:359
3264 msgid "while determining whether %s is mounted."
3267 #: e2fsck/unix.c:262
3269 msgid "Warning! %s is mounted.\n"
3272 #: e2fsck/unix.c:265
3274 msgid "Warning! %s is in use.\n"
3277 #: e2fsck/unix.c:271
3279 msgid "%s is mounted.\n"
3282 #: e2fsck/unix.c:273
3284 msgid "%s is in use.\n"
3287 #: e2fsck/unix.c:275
3289 "Cannot continue, aborting.\n"
3293 #: e2fsck/unix.c:277
3297 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3298 "cause ***SEVERE*** filesystem damage.\n"
3302 #: e2fsck/unix.c:282
3303 msgid "Do you really want to continue"
3306 #: e2fsck/unix.c:284
3307 msgid "check aborted.\n"
3310 #: e2fsck/unix.c:379
3311 msgid " contains a file system with errors"
3314 #: e2fsck/unix.c:381
3315 msgid " was not cleanly unmounted"
3318 #: e2fsck/unix.c:383
3319 msgid " primary superblock features different from backup"
3322 #: e2fsck/unix.c:387
3324 msgid " has been mounted %u times without being checked"
3327 #: e2fsck/unix.c:394
3328 msgid " has filesystem last checked time in the future"
3331 #: e2fsck/unix.c:400
3333 msgid " has gone %u days without being checked"
3336 #: e2fsck/unix.c:409
3337 msgid "ignoring check interval, broken_system_clock set\n"
3340 #: e2fsck/unix.c:415
3341 msgid ", check forced.\n"
3344 #: e2fsck/unix.c:448
3346 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3349 #: e2fsck/unix.c:469
3350 msgid " (check deferred; on battery)"
3353 #: e2fsck/unix.c:472
3354 msgid " (check after next mount)"
3357 #: e2fsck/unix.c:474
3359 msgid " (check in %ld mounts)"
3362 #: e2fsck/unix.c:624
3364 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3367 #: e2fsck/unix.c:695
3368 msgid "Invalid EA version.\n"
3371 #: e2fsck/unix.c:708
3372 msgid "Invalid readahead buffer size.\n"
3375 #: e2fsck/unix.c:771
3377 msgid "Unknown extended option: %s\n"
3380 #: e2fsck/unix.c:779
3383 "Extended options are separated by commas, and may take an argument which\n"
3384 "is set off by an equals ('=') sign. Valid extended options are:\n"
3388 #: e2fsck/unix.c:783
3389 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3392 #: e2fsck/unix.c:792
3393 msgid "\treadahead_kb=<buffer size>\n"
3396 #: e2fsck/unix.c:805
3399 "Syntax error in e2fsck config file (%s, line #%d)\n"
3403 #: e2fsck/unix.c:878
3405 msgid "Error validating file descriptor %d: %s\n"
3408 #: e2fsck/unix.c:882
3409 msgid "Invalid completion information file descriptor"
3412 #: e2fsck/unix.c:897
3413 msgid "Only one of the options -p/-a, -n or -y may be specified."
3416 #: e2fsck/unix.c:918
3418 msgid "The -t option is not supported on this version of e2fsck.\n"
3421 #: e2fsck/unix.c:950 e2fsck/unix.c:1028 misc/e2initrd_helper.c:331
3422 #: misc/tune2fs.c:1920 misc/tune2fs.c:2220 misc/tune2fs.c:2238
3424 msgid "Unable to resolve '%s'"
3427 #: e2fsck/unix.c:1007
3428 msgid "The -n and -D options are incompatible."
3431 #: e2fsck/unix.c:1012
3432 msgid "The -n and -c options are incompatible."
3435 #: e2fsck/unix.c:1017
3436 msgid "The -n and -l/-L options are incompatible."
3439 #: e2fsck/unix.c:1041
3440 msgid "The -D and -E fixes_only options are incompatible."
3443 #: e2fsck/unix.c:1047
3444 msgid "The -E bmap2extent and fixes_only options are incompatible."
3447 #: e2fsck/unix.c:1098
3449 msgid "while opening %s for flushing"
3452 #: e2fsck/unix.c:1104 resize/main.c:391
3454 msgid "while trying to flush %s"
3457 #: e2fsck/unix.c:1111
3458 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3461 #: e2fsck/unix.c:1158
3464 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3468 #: e2fsck/unix.c:1167
3472 "Invalid non-numeric argument to -%c (\"%s\")\n"
3476 #: e2fsck/unix.c:1265
3479 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3483 #: e2fsck/unix.c:1282 e2fsck/unix.c:1287
3484 msgid "while checking MMP block"
3487 #: e2fsck/unix.c:1289
3490 "If you are sure the filesystem is not in use on any node, run:\n"
3491 "'tune2fs -f -E clear_mmp %s'\n"
3494 #: e2fsck/unix.c:1305
3495 msgid "while reading MMP block"
3498 #: e2fsck/unix.c:1325 e2fsck/unix.c:1377 misc/e2undo.c:242 misc/e2undo.c:287
3499 #: misc/mke2fs.c:2826 misc/mke2fs.c:2877 misc/tune2fs.c:2960
3500 #: misc/tune2fs.c:3005 resize/main.c:188 resize/main.c:233
3503 "Overwriting existing filesystem; this can be undone using the command:\n"
3508 #: e2fsck/unix.c:1366 misc/e2undo.c:276 misc/mke2fs.c:2866 misc/tune2fs.c:2994
3509 #: resize/main.c:222
3511 msgid "while trying to delete %s"
3514 #: e2fsck/unix.c:1392 misc/mke2fs.c:2892 resize/main.c:243
3515 msgid "while trying to setup undo file\n"
3518 #: e2fsck/unix.c:1436
3519 msgid "Error: ext2fs library version out of date!\n"
3522 #: e2fsck/unix.c:1443
3523 msgid "while trying to initialize program"
3526 #: e2fsck/unix.c:1480
3528 msgid "\tUsing %s, %s\n"
3531 #: e2fsck/unix.c:1492
3532 msgid "need terminal for interactive repairs"
3535 #: e2fsck/unix.c:1553
3537 msgid "%s: %s trying backup blocks...\n"
3540 #: e2fsck/unix.c:1555
3541 msgid "Superblock invalid,"
3544 #: e2fsck/unix.c:1556
3545 msgid "Group descriptors look bad..."
3548 #: e2fsck/unix.c:1566
3550 msgid "%s: %s while using the backup blocks"
3553 #: e2fsck/unix.c:1570
3555 msgid "%s: going back to original superblock\n"
3558 #: e2fsck/unix.c:1599
3560 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3561 "(Or the filesystem superblock is corrupt)\n"
3565 #: e2fsck/unix.c:1606
3566 msgid "Could this be a zero-length partition?\n"
3569 #: e2fsck/unix.c:1608
3571 msgid "You must have %s access to the filesystem or be root\n"
3574 #: e2fsck/unix.c:1614
3575 msgid "Possibly non-existent or swap device?\n"
3578 #: e2fsck/unix.c:1616
3579 msgid "Filesystem mounted or opened exclusively by another program?\n"
3582 #: e2fsck/unix.c:1620
3583 msgid "Possibly non-existent device?\n"
3586 #: e2fsck/unix.c:1623
3588 "Disk write-protected; use the -n option to do a read-only\n"
3589 "check of the device.\n"
3592 #: e2fsck/unix.c:1638
3594 msgid "%s: Trying to load superblock despite errors...\n"
3597 #: e2fsck/unix.c:1713
3598 msgid "Get a newer version of e2fsck!"
3601 #: e2fsck/unix.c:1773
3603 msgid "while checking journal for %s"
3606 #: e2fsck/unix.c:1776
3607 msgid "Cannot proceed with file system check"
3610 #: e2fsck/unix.c:1787
3612 "Warning: skipping journal recovery because doing a read-only filesystem "
3616 #: e2fsck/unix.c:1799
3618 msgid "unable to set superblock flags on %s\n"
3621 #: e2fsck/unix.c:1805
3623 msgid "Journal checksum error found in %s\n"
3626 #: e2fsck/unix.c:1809
3628 msgid "Journal corrupted in %s\n"
3631 #: e2fsck/unix.c:1813
3633 msgid "while recovering journal of %s"
3636 #: e2fsck/unix.c:1835
3638 msgid "%s has unsupported feature(s):"
3641 #: e2fsck/unix.c:1850
3643 msgid "%s has unsupported encoding: %0x\n"
3646 #: e2fsck/unix.c:1900
3648 msgid "%s: %s while reading bad blocks inode\n"
3651 #: e2fsck/unix.c:1903
3652 msgid "This doesn't bode well, but we'll try to go on...\n"
3655 #: e2fsck/unix.c:1946
3657 msgid "Creating journal (%d blocks): "
3660 #: e2fsck/unix.c:1955 e2fsck/unix.c:2027
3664 #: e2fsck/unix.c:1957
3667 "*** journal has been regenerated ***\n"
3670 #: e2fsck/unix.c:1963
3674 #: e2fsck/unix.c:1965
3676 msgid "%s: e2fsck canceled.\n"
3679 #: e2fsck/unix.c:2015
3681 msgid "Creating orphan file (%d blocks): "
3684 #: e2fsck/unix.c:2059
3685 msgid "Restarting e2fsck from the beginning...\n"
3688 #: e2fsck/unix.c:2063
3689 msgid "while resetting context"
3692 #: e2fsck/unix.c:2123
3696 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3699 #: e2fsck/unix.c:2125
3701 msgid "%s: File system was modified.\n"
3704 #: e2fsck/unix.c:2129 e2fsck/util.c:67
3708 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3711 #: e2fsck/unix.c:2134
3713 msgid "%s: ***** REBOOT SYSTEM *****\n"
3716 #: e2fsck/unix.c:2144 e2fsck/util.c:73
3720 "%s: ********** WARNING: Filesystem still has errors **********\n"
3724 #: e2fsck/util.c:191 misc/util.c:99
3728 #: e2fsck/util.c:192 misc/util.c:118
3732 #: e2fsck/util.c:193
3736 #: e2fsck/util.c:197
3737 msgid " ('a' enables 'yes' to all) "
3740 #: e2fsck/util.c:214
3744 #: e2fsck/util.c:216
3748 #: e2fsck/util.c:218
3752 #: e2fsck/util.c:241
3753 msgid "cancelled!\n"
3756 #: e2fsck/util.c:274
3757 msgid "yes to all\n"
3760 #: e2fsck/util.c:276
3764 #: e2fsck/util.c:278
3768 #: e2fsck/util.c:288
3775 #: e2fsck/util.c:292
3782 #: e2fsck/util.c:296
3786 #: e2fsck/util.c:296
3790 #: e2fsck/util.c:312
3792 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3795 #: e2fsck/util.c:317
3796 msgid "reading inode and block bitmaps"
3799 #: e2fsck/util.c:329
3801 msgid "while retrying to read bitmaps for %s"
3804 #: e2fsck/util.c:341
3805 msgid "writing block and inode bitmaps"
3808 #: e2fsck/util.c:346
3810 msgid "while rewriting block and inode bitmaps for %s"
3813 #: e2fsck/util.c:358
3818 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3819 "\t(i.e., without -a or -p options)\n"
3822 #: e2fsck/util.c:437 e2fsck/util.c:448
3824 msgid "Memory used: %lluk/%lluk (%lluk/%lluk), "
3827 #: e2fsck/util.c:454
3829 msgid "Memory used: %lluk, "
3832 #: e2fsck/util.c:460
3834 msgid "time: %5.2f/%5.2f/%5.2f\n"
3837 #: e2fsck/util.c:465
3839 msgid "elapsed time: %6.3f\n"
3842 #: e2fsck/util.c:500 e2fsck/util.c:514
3844 msgid "while reading inode %lu in %s"
3847 #: e2fsck/util.c:528 e2fsck/util.c:541
3849 msgid "while writing inode %lu in %s"
3852 #: e2fsck/util.c:817
3854 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3858 #: misc/badblocks.c:75
3862 #: misc/badblocks.c:100
3865 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3866 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3868 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3869 " device [last_block [first_block]]\n"
3872 #: misc/badblocks.c:111
3875 "%s: The -n and -w options are mutually exclusive.\n"
3879 #: misc/badblocks.c:229
3881 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3884 #: misc/badblocks.c:337
3885 msgid "Testing with random pattern: "
3888 #: misc/badblocks.c:355
3889 msgid "Testing with pattern 0x"
3892 #: misc/badblocks.c:387 misc/badblocks.c:460
3896 #: misc/badblocks.c:398
3898 msgid "Weird value (%ld) in do_read\n"
3901 #: misc/badblocks.c:485
3902 msgid "during ext2fs_sync_device"
3905 #: misc/badblocks.c:505 misc/badblocks.c:767
3906 msgid "while beginning bad block list iteration"
3909 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3910 msgid "while allocating buffers"
3913 #: misc/badblocks.c:524
3915 msgid "Checking blocks %lu to %lu\n"
3918 #: misc/badblocks.c:529
3919 msgid "Checking for bad blocks in read-only mode\n"
3922 #: misc/badblocks.c:538
3923 msgid "Checking for bad blocks (read-only test): "
3926 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3927 #: misc/badblocks.c:841
3928 msgid "Too many bad blocks, aborting test\n"
3931 #: misc/badblocks.c:627
3932 msgid "Checking for bad blocks in read-write mode\n"
3935 #: misc/badblocks.c:629 misc/badblocks.c:791
3937 msgid "From block %lu to %lu\n"
3940 #: misc/badblocks.c:684
3941 msgid "Reading and comparing: "
3944 #: misc/badblocks.c:790
3945 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3948 #: misc/badblocks.c:796
3949 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3952 #: misc/badblocks.c:803
3955 "Interrupt caught, cleaning up\n"
3958 #: misc/badblocks.c:886
3960 msgid "during test data write, block %lu"
3963 #: misc/badblocks.c:1006 misc/util.c:140
3965 msgid "%s is mounted; "
3968 #: misc/badblocks.c:1008
3969 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3972 #: misc/badblocks.c:1013
3973 msgid "it's not safe to run badblocks!\n"
3976 #: misc/badblocks.c:1018 misc/util.c:151
3978 msgid "%s is apparently in use by the system; "
3981 #: misc/badblocks.c:1021
3982 msgid "badblocks forced anyway.\n"
3985 #: misc/badblocks.c:1040
3987 msgid "invalid %s - %s"
3990 #: misc/badblocks.c:1044
3992 msgid "%s too large - %lu"
3995 #: misc/badblocks.c:1140
3997 msgid "Too big max bad blocks count %u - maximum is %u"
4000 #: misc/badblocks.c:1167
4002 msgid "can't allocate memory for test_pattern - %s"
4005 #: misc/badblocks.c:1197
4006 msgid "Maximum of one test_pattern may be specified in read-only mode"
4009 #: misc/badblocks.c:1203
4010 msgid "Random test_pattern is not allowed in read-only mode"
4013 #: misc/badblocks.c:1210
4015 msgid "Invalid block size: %u\n"
4018 #: misc/badblocks.c:1215
4020 msgid "Invalid number of blocks: %d\n"
4023 #: misc/badblocks.c:1220
4025 msgid "For block size %d, number of blocks too large: %d\n"
4028 #: misc/badblocks.c:1234
4030 "Couldn't determine device size; you must specify\n"
4031 "the size manually\n"
4034 #: misc/badblocks.c:1240
4035 msgid "while trying to determine device size"
4038 #: misc/badblocks.c:1245
4042 #: misc/badblocks.c:1251
4046 #: misc/badblocks.c:1254
4048 msgid "invalid starting block (%llu): must be less than %llu"
4051 #: misc/badblocks.c:1262
4053 msgid "invalid end block (%llu): must be 32-bit value"
4056 #: misc/badblocks.c:1318
4057 msgid "while creating in-memory bad blocks list"
4060 #: misc/badblocks.c:1327
4061 msgid "input file - bad format"
4064 #: misc/badblocks.c:1335 misc/badblocks.c:1344
4065 msgid "while adding to in-memory bad block list"
4068 #: misc/badblocks.c:1369
4070 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
4076 "Usage: %s [-RVf] [-+=aAcCdDeijPsStTuFx] [-p project] [-v version] files...\n"
4079 #: misc/chattr.c:162
4081 msgid "bad project - %s\n"
4084 #: misc/chattr.c:176
4086 msgid "bad version - %s\n"
4089 #: misc/chattr.c:221 misc/lsattr.c:127
4091 msgid "while trying to stat %s"
4094 #: misc/chattr.c:228
4096 msgid "while reading flags on %s"
4099 #: misc/chattr.c:233 misc/chattr.c:245
4101 msgid "Flags of %s set as "
4104 #: misc/chattr.c:254
4106 msgid "while setting flags on %s"
4109 #: misc/chattr.c:262
4111 msgid "Version of %s set as %lu\n"
4114 #: misc/chattr.c:266
4116 msgid "while setting version on %s"
4119 #: misc/chattr.c:273
4121 msgid "Project of %s set as %lu\n"
4124 #: misc/chattr.c:277
4126 msgid "while setting project on %s"
4129 #: misc/chattr.c:299
4130 msgid "Couldn't allocate path variable in chattr_dir_proc"
4133 #: misc/chattr.c:339
4134 msgid "= is incompatible with - and +\n"
4137 #: misc/chattr.c:347
4138 msgid "Must use '-v', =, - or +\n"
4141 #: misc/create_inode.c:82 misc/create_inode.c:121
4143 msgid "while reading inode %u"
4146 #: misc/create_inode.c:92 misc/create_inode.c:301 misc/create_inode.c:368
4147 #: misc/create_inode.c:406
4148 msgid "while expanding directory"
4151 #: misc/create_inode.c:99
4153 msgid "while linking \"%s\""
4156 #: misc/create_inode.c:107 misc/create_inode.c:136 misc/create_inode.c:337
4158 msgid "while writing inode %u"
4161 #: misc/create_inode.c:158 misc/create_inode.c:189
4163 msgid "while listing attributes of \"%s\""
4166 #: misc/create_inode.c:169
4168 msgid "while opening inode %u"
4171 #: misc/create_inode.c:176
4173 msgid "while reading xattrs for inode %u"
4176 #: misc/create_inode.c:182 misc/create_inode.c:209 misc/create_inode.c:1066
4177 #: misc/e2undo.c:188 misc/e2undo.c:485 misc/e2undo.c:491 misc/e2undo.c:497
4178 #: misc/mke2fs.c:363
4179 msgid "while allocating memory"
4182 #: misc/create_inode.c:202 misc/create_inode.c:218
4184 msgid "while reading attribute \"%s\" of \"%s\""
4187 #: misc/create_inode.c:227
4189 msgid "while writing attribute \"%s\" to inode %u"
4192 #: misc/create_inode.c:237
4194 msgid "while closing inode %u"
4197 #: misc/create_inode.c:288
4199 msgid "while allocating inode \"%s\""
4202 #: misc/create_inode.c:307
4204 msgid "while creating inode \"%s\""
4207 #: misc/create_inode.c:375
4209 msgid "while creating symlink \"%s\""
4212 #: misc/create_inode.c:393 misc/create_inode.c:658 misc/create_inode.c:986
4214 msgid "while looking up \"%s\""
4217 #: misc/create_inode.c:413
4219 msgid "while creating directory \"%s\""
4222 #: misc/create_inode.c:644
4224 msgid "while opening \"%s\" to copy"
4227 #: misc/create_inode.c:824
4229 msgid "while changing working directory to \"%s\""
4232 #: misc/create_inode.c:834
4234 msgid "while scanning directory \"%s\""
4237 #: misc/create_inode.c:844
4239 msgid "while lstat \"%s\""
4242 #: misc/create_inode.c:894
4244 msgid "while creating special file \"%s\""
4247 #: misc/create_inode.c:906
4248 msgid "malloc failed"
4251 #: misc/create_inode.c:914
4253 msgid "while trying to read link \"%s\""
4256 #: misc/create_inode.c:921
4257 msgid "symlink increased in size between lstat() and readlink()"
4260 #: misc/create_inode.c:932
4262 msgid "while writing symlink\"%s\""
4265 #: misc/create_inode.c:944
4267 msgid "while writing file \"%s\""
4270 #: misc/create_inode.c:957
4272 msgid "while making dir \"%s\""
4275 #: misc/create_inode.c:975
4276 msgid "while changing directory"
4279 #: misc/create_inode.c:981
4281 msgid "ignoring entry \"%s\""
4284 #: misc/create_inode.c:994
4286 msgid "while setting inode for \"%s\""
4289 #: misc/create_inode.c:1001
4291 msgid "while setting xattrs for \"%s\""
4294 #: misc/create_inode.c:1027
4295 msgid "while saving inode data"
4298 #: misc/create_inode.c:1086
4299 msgid "while calling stat"
4302 #: misc/create_inode.c:1098
4303 msgid "while copying xattrs on root directory"
4306 #: misc/dumpe2fs.c:56
4309 "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4312 #: misc/dumpe2fs.c:159
4316 #: misc/dumpe2fs.c:168
4320 #: misc/dumpe2fs.c:219
4322 msgid "Group %lu: (Blocks "
4325 #: misc/dumpe2fs.c:226
4327 msgid " csum 0x%04x"
4330 #: misc/dumpe2fs.c:228
4332 msgid " (EXPECTED 0x%04x)"
4335 #: misc/dumpe2fs.c:233
4337 msgid " %s superblock at "
4340 #: misc/dumpe2fs.c:234
4344 #: misc/dumpe2fs.c:234
4348 #: misc/dumpe2fs.c:238
4349 msgid ", Group descriptors at "
4352 #: misc/dumpe2fs.c:242
4355 " Reserved GDT blocks at "
4358 #: misc/dumpe2fs.c:249
4359 msgid " Group descriptor at "
4362 #: misc/dumpe2fs.c:255
4363 msgid " Block bitmap at "
4366 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4368 msgid ", csum 0x%08x"
4371 #: misc/dumpe2fs.c:263
4375 #: misc/dumpe2fs.c:265
4381 #: misc/dumpe2fs.c:266
4382 msgid " Inode bitmap at "
4385 #: misc/dumpe2fs.c:273
4391 #: misc/dumpe2fs.c:279
4395 " %u free %s, %u free inodes, %u directories%s"
4398 #: misc/dumpe2fs.c:286
4400 msgid ", %u unused inodes\n"
4403 #: misc/dumpe2fs.c:289
4404 msgid " Free blocks: "
4407 #: misc/dumpe2fs.c:304
4408 msgid " Free inodes: "
4411 #: misc/dumpe2fs.c:340
4412 msgid "while printing bad block list"
4415 #: misc/dumpe2fs.c:347
4417 msgid "Bad blocks: %u"
4420 #: misc/dumpe2fs.c:375 misc/tune2fs.c:413
4421 msgid "while reading journal inode"
4424 #: misc/dumpe2fs.c:381
4425 msgid "while opening journal inode"
4428 #: misc/dumpe2fs.c:387
4429 msgid "while reading journal super block"
4432 #: misc/dumpe2fs.c:394
4433 msgid "Journal superblock magic number invalid!\n"
4436 #: misc/dumpe2fs.c:414 misc/tune2fs.c:256
4437 msgid "while reading journal superblock"
4440 #: misc/dumpe2fs.c:422
4441 msgid "Couldn't find journal superblock magic numbers"
4444 #: misc/dumpe2fs.c:477
4445 msgid "failed to alloc MMP buffer\n"
4448 #: misc/dumpe2fs.c:488
4450 msgid "reading MMP block %llu from '%s'\n"
4453 #: misc/dumpe2fs.c:520 misc/mke2fs.c:837 misc/tune2fs.c:2260
4454 msgid "Couldn't allocate memory to parse options!\n"
4457 #: misc/dumpe2fs.c:546
4459 msgid "Invalid superblock parameter: %s\n"
4462 #: misc/dumpe2fs.c:561
4464 msgid "Invalid blocksize parameter: %s\n"
4467 #: misc/dumpe2fs.c:572
4471 "Bad extended option(s) specified: %s\n"
4473 "Extended options are separated by commas, and may take an argument which\n"
4474 "\tis set off by an equals ('=') sign.\n"
4476 "Valid extended options are:\n"
4477 "\tsuperblock=<superblock number>\n"
4478 "\tblocksize=<blocksize>\n"
4481 #: misc/dumpe2fs.c:663 misc/mke2fs.c:1963
4483 msgid "\tUsing %s\n"
4486 #: misc/dumpe2fs.c:710 misc/e2image.c:1643 misc/tune2fs.c:3250
4487 #: resize/main.c:426
4488 msgid "Couldn't find valid filesystem superblock.\n"
4491 #: misc/dumpe2fs.c:732
4493 msgid "%s: MMP feature not enabled.\n"
4496 #: misc/dumpe2fs.c:763
4498 msgid "while trying to read '%s' bitmaps\n"
4501 #: misc/dumpe2fs.c:772
4503 "*** Run e2fsck now!\n"
4507 #: misc/e2image.c:108
4510 "Usage: %s [ -r|-Q ] [ -f ] [ -b superblock ] [ -B blocksize ] device image-"
4514 #: misc/e2image.c:111
4516 msgid " %s -I device image-file\n"
4519 #: misc/e2image.c:112
4522 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4526 #: misc/e2image.c:177 misc/e2image.c:593 misc/e2image.c:599 misc/e2image.c:1201
4527 msgid "while allocating buffer"
4530 #: misc/e2image.c:182
4532 msgid "Writing block %llu\n"
4535 #: misc/e2image.c:196
4537 msgid "error writing block %llu"
4540 #: misc/e2image.c:200
4541 msgid "error in generic_write()"
4544 #: misc/e2image.c:217
4545 msgid "Error: header size is bigger than wrt_size\n"
4548 #: misc/e2image.c:222
4549 msgid "Couldn't allocate header buffer\n"
4552 #: misc/e2image.c:250
4553 msgid "while writing superblock"
4556 #: misc/e2image.c:259
4557 msgid "while writing inode table"
4560 #: misc/e2image.c:267
4561 msgid "while writing block bitmap"
4564 #: misc/e2image.c:275
4565 msgid "while writing inode bitmap"
4568 #: misc/e2image.c:517
4570 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4573 #: misc/e2image.c:529
4575 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4578 #: misc/e2image.c:570
4580 msgid "%llu / %llu blocks (%d%%)"
4583 #: misc/e2image.c:603 misc/e2image.c:643
4587 #: misc/e2image.c:640
4589 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4592 #: misc/e2image.c:666
4594 msgid " %s remaining at %.2f MB/s"
4597 #: misc/e2image.c:678 misc/e2image.c:1211
4599 msgid "error reading block %llu"
4602 #: misc/e2image.c:733
4604 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4607 #: misc/e2image.c:738
4609 msgid "at %.2f MB/s"
4612 #: misc/e2image.c:774
4613 msgid "while allocating l1 table"
4616 #: misc/e2image.c:819
4617 msgid "while allocating l2 cache"
4620 #: misc/e2image.c:842
4622 "Warning: There are still tables in the cache while putting the cache, data "
4623 "will be lost so the image may not be valid.\n"
4626 #: misc/e2image.c:1168
4627 msgid "while allocating ext2_qcow2_image"
4630 #: misc/e2image.c:1175
4631 msgid "while initializing ext2_qcow2_image"
4634 #: misc/e2image.c:1235 misc/e2image.c:1253
4635 msgid "Programming error: multiple sequential refcount blocks created!\n"
4638 #: misc/e2image.c:1294
4639 msgid "while allocating block bitmap"
4642 #: misc/e2image.c:1303
4643 msgid "while allocating scramble block bitmap"
4646 #: misc/e2image.c:1326
4647 msgid "Scanning inodes...\n"
4650 #: misc/e2image.c:1338
4651 msgid "Can't allocate block buffer"
4654 #: misc/e2image.c:1350
4655 msgid "while getting next inode"
4658 #: misc/e2image.c:1380 misc/e2image.c:1394
4660 msgid "while iterating over inode %u"
4663 #: misc/e2image.c:1426
4664 msgid "Raw and qcow2 images cannot be installed"
4667 #: misc/e2image.c:1448
4668 msgid "error reading bitmaps"
4671 #: misc/e2image.c:1460
4672 msgid "while opening device file"
4675 #: misc/e2image.c:1471
4676 msgid "while restoring the image table"
4679 #: misc/e2image.c:1579
4680 msgid "-a option can only be used with raw or QCOW2 images."
4683 #: misc/e2image.c:1584
4684 msgid "-b option can only be used with raw or QCOW2 images."
4687 #: misc/e2image.c:1590
4688 msgid "Offsets are only allowed with raw images."
4691 #: misc/e2image.c:1595
4692 msgid "Move mode is only allowed with raw images."
4695 #: misc/e2image.c:1600
4696 msgid "Move mode requires all data mode."
4699 #: misc/e2image.c:1610
4700 msgid "checking if mounted"
4703 #: misc/e2image.c:1617
4706 "Running e2image on a R/W mounted filesystem can result in an\n"
4707 "inconsistent image which will not be useful for debugging purposes.\n"
4708 "Use -f option if you really want to do that.\n"
4711 #: misc/e2image.c:1671
4712 msgid "QCOW2 image can not be written to the stdout!\n"
4715 #: misc/e2image.c:1677
4716 msgid "Can not stat output\n"
4719 #: misc/e2image.c:1687
4721 msgid "Image (%s) is compressed\n"
4724 #: misc/e2image.c:1690
4726 msgid "Image (%s) is encrypted\n"
4729 #: misc/e2image.c:1693
4731 msgid "Image (%s) is corrupted\n"
4734 #: misc/e2image.c:1697
4736 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4739 #: misc/e2image.c:1707
4740 msgid "The -c option only supported in raw mode\n"
4743 #: misc/e2image.c:1712
4744 msgid "The -c option not supported when writing to stdout\n"
4747 #: misc/e2image.c:1719
4748 msgid "while allocating check_buf"
4751 #: misc/e2image.c:1725
4752 msgid "The -p option only supported in raw mode\n"
4755 #: misc/e2image.c:1735
4757 msgid "%d blocks already contained the data to be copied\n"
4760 #: misc/e2initrd_helper.c:69
4762 msgid "Usage: %s -r device\n"
4765 #: misc/e2label.c:58
4767 msgid "e2label: cannot open %s\n"
4770 #: misc/e2label.c:63
4772 msgid "e2label: cannot seek to superblock\n"
4775 #: misc/e2label.c:68
4777 msgid "e2label: error reading superblock\n"
4780 #: misc/e2label.c:72
4782 msgid "e2label: not an ext2 filesystem\n"
4785 #: misc/e2label.c:97 misc/tune2fs.c:3137 misc/tune2fs.c:3460
4787 msgid "Warning: label too long, truncating.\n"
4790 #: misc/e2label.c:100
4792 msgid "e2label: cannot seek to superblock again\n"
4795 #: misc/e2label.c:105
4797 msgid "e2label: error writing superblock\n"
4800 #: misc/e2label.c:117 misc/tune2fs.c:1912
4802 msgid "Usage: e2label device [newlabel]\n"
4805 #: misc/e2undo.c:124
4808 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4812 #: misc/e2undo.c:153
4813 msgid "The file system superblock doesn't match the undo file.\n"
4816 #: misc/e2undo.c:156
4817 msgid "UUID does not match.\n"
4820 #: misc/e2undo.c:159
4821 msgid "Last mount time does not match.\n"
4824 #: misc/e2undo.c:162
4825 msgid "Last write time does not match.\n"
4828 #: misc/e2undo.c:164
4829 msgid "Lifetime write counter does not match.\n"
4832 #: misc/e2undo.c:178
4833 msgid "while reading filesystem superblock."
4836 #: misc/e2undo.c:194
4837 msgid "while fetching superblock"
4840 #: misc/e2undo.c:207
4842 msgid "Undo file superblock checksum doesn't match.\n"
4845 #: misc/e2undo.c:346
4847 msgid "illegal offset - %s"
4850 #: misc/e2undo.c:370
4852 msgid "Will not write to an undo file while replaying it.\n"
4855 #: misc/e2undo.c:379
4857 msgid "while opening undo file `%s'\n"
4860 #: misc/e2undo.c:386
4861 msgid "while reading undo file"
4864 #: misc/e2undo.c:391
4866 msgid "%s: Not an undo file.\n"
4869 #: misc/e2undo.c:402
4871 msgid "%s: Header checksum doesn't match.\n"
4874 #: misc/e2undo.c:409
4876 msgid "%s: Corrupt undo file header.\n"
4879 #: misc/e2undo.c:413
4881 msgid "%s: Undo block size too large.\n"
4884 #: misc/e2undo.c:418
4886 msgid "%s: Undo block size too small.\n"
4889 #: misc/e2undo.c:431
4891 msgid "%s: Unknown undo file feature set.\n"
4894 #: misc/e2undo.c:439
4896 msgid "Error while determining whether %s is mounted."
4899 #: misc/e2undo.c:445
4900 msgid "e2undo should only be run on unmounted filesystems"
4903 #: misc/e2undo.c:461
4905 msgid "while opening `%s'"
4908 #: misc/e2undo.c:472
4909 msgid "specified offset is too large"
4912 #: misc/e2undo.c:513
4913 msgid "while reading keys"
4916 #: misc/e2undo.c:525
4918 msgid "%s: wrong key magic at %llu\n"
4921 #: misc/e2undo.c:535
4923 msgid "%s: key block checksum error at %llu.\n"
4926 #: misc/e2undo.c:558
4928 msgid "%s: block %llu is too long."
4931 #: misc/e2undo.c:571 misc/e2undo.c:608
4933 msgid "while fetching block %llu."
4936 #: misc/e2undo.c:583
4938 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4941 #: misc/e2undo.c:624
4943 msgid "while writing block %llu."
4946 #: misc/e2undo.c:631
4948 msgid "Undo file corruption; run e2fsck NOW!\n"
4951 #: misc/e2undo.c:633
4953 msgid "IO error during replay; run e2fsck NOW!\n"
4956 #: misc/e2undo.c:636
4958 msgid "Incomplete undo record; run e2fsck.\n"
4961 #: misc/findsuper.c:110
4963 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4966 #: misc/findsuper.c:155
4968 msgid "skipbytes should be a number, not %s\n"
4971 #: misc/findsuper.c:162
4973 msgid "skipbytes must be a multiple of the sector size\n"
4976 #: misc/findsuper.c:169
4978 msgid "startkb should be a number, not %s\n"
4981 #: misc/findsuper.c:175
4983 msgid "startkb should be positive, not %llu\n"
4986 #: misc/findsuper.c:186
4988 msgid "starting at %llu, with %u byte increments\n"
4991 #: misc/findsuper.c:188
4994 "[*] probably superblock written in the ext3 journal superblock,\n"
4995 "\tso start/end/grp wrong\n"
4998 #: misc/findsuper.c:190
5001 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
5002 "mount_time sb_uuid label\n"
5005 #: misc/findsuper.c:264
5009 "%11Lu: finished with errno %d\n"
5014 msgid "WARNING: couldn't open %s: %s\n"
5019 msgid "WARNING: bad format on line %d of %s\n"
5024 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
5025 "\tfield. I will kludge around things for you, but you\n"
5026 "\tshould fix your /etc/fstab file as soon as you can.\n"
5032 msgid "fsck: %s: not found\n"
5037 msgid "%s: wait: No more child process?!?\n"
5042 msgid "Warning... %s for device %s exited with signal %d.\n"
5047 msgid "%s %s: status is %x, should never happen.\n"
5052 msgid "Finished with %s (exit status %d)\n"
5057 msgid "%s: Error %d while executing fsck.%s for %s\n"
5062 "Either all or none of the filesystem types passed to -t must be prefixed\n"
5063 "with 'no' or '!'.\n"
5067 msgid "Couldn't allocate memory for filesystem types\n"
5073 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
5079 msgid "fsck: cannot check %s: fsck.%s not found\n"
5083 msgid "Checking all file systems.\n"
5088 msgid "--waiting-- (pass %d)\n"
5093 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
5098 msgid "%s: too many devices\n"
5101 #: misc/fsck.c:1163 misc/fsck.c:1249
5103 msgid "%s: too many arguments\n"
5106 #: misc/fuse2fs.c:3804
5107 msgid "Mounting read-only.\n"
5110 #: misc/fuse2fs.c:3828
5112 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
5115 #: misc/fuse2fs.c:3842 misc/fuse2fs.c:3860
5120 #: misc/fuse2fs.c:3843 misc/fuse2fs.c:3862 misc/tune2fs.c:3351
5122 msgid "Please run e2fsck -fy %s.\n"
5125 #: misc/fuse2fs.c:3853
5127 msgid "%s: mounting read-only without recovering journal\n"
5130 #: misc/fuse2fs.c:3869
5131 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5134 #: misc/fuse2fs.c:3877
5136 msgid "%s: Writing to the journal is not supported.\n"
5139 #: misc/fuse2fs.c:3892
5140 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5143 #: misc/fuse2fs.c:3896
5144 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5147 #: misc/fuse2fs.c:3901
5148 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5151 #: misc/fuse2fs.c:3905
5152 msgid "Orphans detected; running e2fsck is recommended.\n"
5155 #: misc/fuse2fs.c:3909
5156 msgid "Errors detected; running e2fsck is required.\n"
5161 msgid "Usage: %s [-RVadlpv] [files...]\n"
5166 msgid "While reading flags on %s"
5171 msgid "While reading project on %s"
5174 #: misc/lsattr.c:102
5176 msgid "While reading version on %s"
5179 #: misc/lsattr.c:148
5180 msgid "Couldn't allocate path variable in lsattr_dir_proc\n"
5183 #: misc/mke2fs.c:133
5186 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5187 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
5188 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory|tarball]\n"
5189 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5190 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5191 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
5192 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5194 "\t[-jnqvDFSV] device [blocks-count]\n"
5197 #: misc/mke2fs.c:265
5199 msgid "Running command: %s\n"
5202 #: misc/mke2fs.c:269
5204 msgid "while trying to run '%s'"
5207 #: misc/mke2fs.c:276
5208 msgid "while processing list of bad blocks from program"
5211 #: misc/mke2fs.c:303
5213 msgid "Block %d in primary superblock/group descriptor area bad.\n"
5216 #: misc/mke2fs.c:305
5218 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5221 #: misc/mke2fs.c:308
5222 msgid "Aborting....\n"
5225 #: misc/mke2fs.c:328
5228 "Warning: the backup superblock/group descriptors at block %u contain\n"
5233 #: misc/mke2fs.c:347 misc/mke2fs.c:3398
5234 msgid "while marking bad blocks as used"
5237 #: misc/mke2fs.c:372
5238 msgid "while writing reserved inodes"
5241 #: misc/mke2fs.c:424
5242 msgid "Writing inode tables: "
5245 #: misc/mke2fs.c:456 misc/mke2fs.c:475
5249 "Could not write %d blocks in inode table starting at %llu: %s\n"
5252 #: misc/mke2fs.c:485 misc/mke2fs.c:2938 misc/mke2fs.c:3358
5256 #: misc/mke2fs.c:500
5257 msgid "while creating root dir"
5260 #: misc/mke2fs.c:507
5261 msgid "while reading root inode"
5264 #: misc/mke2fs.c:519
5265 msgid "while setting root inode ownership"
5268 #: misc/mke2fs.c:537
5269 msgid "while creating /lost+found"
5272 #: misc/mke2fs.c:544
5273 msgid "while looking up /lost+found"
5276 #: misc/mke2fs.c:557
5277 msgid "while expanding /lost+found"
5280 #: misc/mke2fs.c:572
5281 msgid "while setting bad block inode"
5284 #: misc/mke2fs.c:599
5286 msgid "Out of memory erasing sectors %d-%d\n"
5289 #: misc/mke2fs.c:609
5291 msgid "Warning: could not read block 0: %s\n"
5294 #: misc/mke2fs.c:627
5296 msgid "Warning: could not erase sector %d: %s\n"
5299 #: misc/mke2fs.c:643
5300 msgid "while splitting the journal size"
5303 #: misc/mke2fs.c:650
5304 msgid "while initializing journal superblock"
5307 #: misc/mke2fs.c:658
5308 msgid "Zeroing journal device: "
5311 #: misc/mke2fs.c:670
5313 msgid "while zeroing journal device (block %llu, count %d)"
5316 #: misc/mke2fs.c:688
5317 msgid "while writing journal superblock"
5320 #: misc/mke2fs.c:702
5322 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5325 #: misc/mke2fs.c:710
5328 "warning: %llu blocks unused.\n"
5332 #: misc/mke2fs.c:714
5334 msgid "Filesystem label=%.*s\n"
5337 #: misc/mke2fs.c:718
5339 msgid "OS type: %s\n"
5342 #: misc/mke2fs.c:720
5344 msgid "Block size=%u (log=%u)\n"
5347 #: misc/mke2fs.c:723
5349 msgid "Cluster size=%u (log=%u)\n"
5352 #: misc/mke2fs.c:727
5354 msgid "Fragment size=%u (log=%u)\n"
5357 #: misc/mke2fs.c:729
5359 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5362 #: misc/mke2fs.c:731
5364 msgid "%u inodes, %llu blocks\n"
5367 #: misc/mke2fs.c:733
5369 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5372 #: misc/mke2fs.c:736
5374 msgid "First data block=%u\n"
5377 #: misc/mke2fs.c:738
5379 msgid "Root directory owner=%u:%u\n"
5382 #: misc/mke2fs.c:740
5384 msgid "Maximum filesystem blocks=%lu\n"
5387 #: misc/mke2fs.c:744
5389 msgid "%u block groups\n"
5392 #: misc/mke2fs.c:746
5394 msgid "%u block group\n"
5397 #: misc/mke2fs.c:748
5399 msgid "%u blocks per group, %u clusters per group\n"
5402 #: misc/mke2fs.c:751
5404 msgid "%u blocks per group, %u fragments per group\n"
5407 #: misc/mke2fs.c:753
5409 msgid "%u inodes per group\n"
5412 #: misc/mke2fs.c:762
5414 msgid "Filesystem UUID: %s\n"
5417 #: misc/mke2fs.c:763
5418 msgid "Superblock backups stored on blocks: "
5421 #: misc/mke2fs.c:859
5423 msgid "%s requires '-O 64bit'\n"
5426 #: misc/mke2fs.c:865
5428 msgid "'%s' must be before 'resize=%u'\n"
5431 #: misc/mke2fs.c:878
5433 msgid "Invalid desc_size: '%s'\n"
5436 #: misc/mke2fs.c:892
5438 msgid "Invalid hash seed: %s\n"
5441 #: misc/mke2fs.c:904
5443 msgid "Invalid offset: %s\n"
5446 #: misc/mke2fs.c:918 misc/tune2fs.c:2288
5448 msgid "Invalid mmp_update_interval: %s\n"
5451 #: misc/mke2fs.c:935
5453 msgid "Invalid # of backup superblocks: %s\n"
5456 #: misc/mke2fs.c:957
5458 msgid "Invalid stride parameter: %s\n"
5461 #: misc/mke2fs.c:972
5463 msgid "Invalid stripe-width parameter: %s\n"
5466 #: misc/mke2fs.c:995
5468 msgid "Invalid resize parameter: %s\n"
5471 #: misc/mke2fs.c:1002
5472 msgid "The resize maximum must be greater than the filesystem size.\n"
5475 #: misc/mke2fs.c:1026
5476 msgid "On-line resizing not supported with revision 0 filesystems\n"
5479 #: misc/mke2fs.c:1057 misc/mke2fs.c:1066
5481 msgid "Invalid root_owner: '%s'\n"
5484 #: misc/mke2fs.c:1111
5486 msgid "Invalid encoding: %s"
5489 #: misc/mke2fs.c:1133 misc/tune2fs.c:2423
5491 msgid "Invalid size of orphan file %s\n"
5494 #: misc/mke2fs.c:1144
5498 "Bad option(s) specified: %s\n"
5500 "Extended options are separated by commas, and may take an argument which\n"
5501 "\tis set off by an equals ('=') sign.\n"
5503 "Valid extended options are:\n"
5504 "\tmmp_update_interval=<interval>\n"
5505 "\tnum_backup_sb=<0|1|2>\n"
5506 "\tstride=<RAID per-disk data chunk in blocks>\n"
5507 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5508 "\toffset=<offset to create the file system>\n"
5509 "\tresize=<resize maximum size in blocks>\n"
5510 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5511 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5512 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5513 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5517 "\tencoding=<encoding>\n"
5518 "\tencoding_flags=<flags>\n"
5519 "\tquotatype=<quota type(s) to be enabled>\n"
5520 "\tassume_storage_prezeroed=<0 to disable, 1 to enable>\n"
5524 #: misc/mke2fs.c:1172
5528 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5532 #: misc/mke2fs.c:1183 misc/tune2fs.c:2439
5534 msgid "error: Invalid encoding flag: %s\n"
5537 #: misc/mke2fs.c:1189 misc/tune2fs.c:2448
5540 "error: An encoding must be explicitly specified when passing encoding-flags\n"
5543 #: misc/mke2fs.c:1240
5546 "Syntax error in mke2fs config file (%s, line #%d)\n"
5550 #: misc/mke2fs.c:1253 misc/tune2fs.c:1182
5552 msgid "Invalid filesystem option set: %s\n"
5555 #: misc/mke2fs.c:1265 misc/tune2fs.c:459
5557 msgid "Invalid mount option set: %s\n"
5560 #: misc/mke2fs.c:1401
5564 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5567 #: misc/mke2fs.c:1405
5569 "You probably need to install an updated mke2fs.conf file.\n"
5573 #: misc/mke2fs.c:1409
5574 msgid "Aborting...\n"
5577 #: misc/mke2fs.c:1450
5581 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5585 #: misc/mke2fs.c:1640
5586 msgid "Couldn't allocate memory for new PATH.\n"
5589 #: misc/mke2fs.c:1680
5591 msgid "Couldn't init profile successfully (error: %ld).\n"
5594 #: misc/mke2fs.c:1713
5596 msgid "invalid block size - %s"
5599 #: misc/mke2fs.c:1717
5601 msgid "Warning: blocksize %d not usable on most systems.\n"
5604 #: misc/mke2fs.c:1733
5606 msgid "invalid cluster size - %s"
5609 #: misc/mke2fs.c:1746
5610 msgid "'-R' is deprecated, use '-E' instead"
5613 #: misc/mke2fs.c:1760 misc/tune2fs.c:2014
5615 msgid "bad error behavior - %s"
5618 #: misc/mke2fs.c:1772
5619 msgid "Illegal number for blocks per group"
5622 #: misc/mke2fs.c:1777
5623 msgid "blocks per group must be multiple of 8"
5626 #: misc/mke2fs.c:1785
5627 msgid "Illegal number for flex_bg size"
5630 #: misc/mke2fs.c:1791
5631 msgid "flex_bg size must be a power of 2"
5634 #: misc/mke2fs.c:1796
5636 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5639 #: misc/mke2fs.c:1806
5641 msgid "invalid inode ratio %s (min %d/max %d)"
5644 #: misc/mke2fs.c:1816
5646 msgid "invalid inode size - %s"
5649 #: misc/mke2fs.c:1831
5651 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5652 "nodiscard' extended option instead!\n"
5655 #: misc/mke2fs.c:1842
5656 msgid "in malloc for bad_blocks_filename"
5659 #: misc/mke2fs.c:1851
5662 "Warning: label too long; will be truncated to '%s'\n"
5666 #: misc/mke2fs.c:1860
5668 msgid "invalid reserved blocks percent - %s"
5671 #: misc/mke2fs.c:1875
5673 msgid "bad num inodes - %s"
5676 #: misc/mke2fs.c:1888
5677 msgid "while allocating fs_feature string"
5680 #: misc/mke2fs.c:1905
5682 msgid "bad revision level - %s"
5685 #: misc/mke2fs.c:1910
5687 msgid "while trying to create revision %d"
5690 #: misc/mke2fs.c:1924
5691 msgid "The -t option may only be used once"
5694 #: misc/mke2fs.c:1932
5695 msgid "The -T option may only be used once"
5698 #: misc/mke2fs.c:1988 misc/mke2fs.c:3481
5700 msgid "while trying to open journal device %s\n"
5703 #: misc/mke2fs.c:1994
5705 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5708 #: misc/mke2fs.c:2000
5710 msgid "Using journal device's blocksize: %d\n"
5713 #: misc/mke2fs.c:2011
5715 msgid "invalid blocks '%s' on device '%s'"
5718 #: misc/mke2fs.c:2031
5722 #: misc/mke2fs.c:2046 lib/support/plausible.c:184
5724 msgid "The file %s does not exist and no size was specified.\n"
5727 #: misc/mke2fs.c:2058 lib/support/plausible.c:192
5729 msgid "Creating regular file %s\n"
5732 #: misc/mke2fs.c:2063 resize/main.c:514
5733 msgid "while trying to determine filesystem size"
5736 #: misc/mke2fs.c:2069
5738 "Couldn't determine device size; you must specify\n"
5739 "the size of the filesystem\n"
5742 #: misc/mke2fs.c:2076
5744 "Device size reported to be zero. Invalid partition specified, or\n"
5745 "\tpartition table wasn't reread after running fdisk, due to\n"
5746 "\ta modified partition being busy and in use. You may need to reboot\n"
5747 "\tto re-read your partition table.\n"
5750 #: misc/mke2fs.c:2093
5751 msgid "Filesystem larger than apparent device size."
5754 #: misc/mke2fs.c:2116
5755 msgid "Failed to parse fs types list\n"
5758 #: misc/mke2fs.c:2182
5759 msgid "The HURD does not support the filetype feature.\n"
5762 #: misc/mke2fs.c:2187
5763 msgid "The HURD does not support the huge_file feature.\n"
5766 #: misc/mke2fs.c:2192
5767 msgid "The HURD does not support the metadata_csum feature.\n"
5770 #: misc/mke2fs.c:2197
5771 msgid "The HURD does not support the ea_inode feature.\n"
5774 #: misc/mke2fs.c:2207
5775 msgid "while trying to determine hardware sector size"
5778 #: misc/mke2fs.c:2213
5779 msgid "while trying to determine physical sector size"
5782 #: misc/mke2fs.c:2245
5783 msgid "while setting blocksize; too small for device\n"
5786 #: misc/mke2fs.c:2250
5789 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5792 #: misc/mke2fs.c:2274
5795 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5796 "\tin 32 bits using a blocksize of %d.\n"
5799 #: misc/mke2fs.c:2288
5802 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5803 "\ta filesystem using a blocksize of %d.\n"
5806 #: misc/mke2fs.c:2310
5807 msgid "fs_types for mke2fs.conf resolution: "
5810 #: misc/mke2fs.c:2317
5811 msgid "Filesystem features not supported with revision 0 filesystems\n"
5814 #: misc/mke2fs.c:2325
5815 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5818 #: misc/mke2fs.c:2335
5819 msgid "Journals not supported with revision 0 filesystems\n"
5822 #: misc/mke2fs.c:2348
5824 msgid "invalid reserved blocks percent - %lf"
5827 #: misc/mke2fs.c:2365
5829 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5833 #: misc/mke2fs.c:2385
5834 msgid "The cluster size may not be smaller than the block size.\n"
5837 #: misc/mke2fs.c:2391
5838 msgid "specifying a cluster size requires the bigalloc feature"
5841 #: misc/mke2fs.c:2411
5843 msgid "warning: Unable to get device geometry for %s\n"
5846 #: misc/mke2fs.c:2423
5848 msgid "%s alignment is offset by %lu bytes.\n"
5851 #: misc/mke2fs.c:2425
5854 "This may result in very poor performance, (re)-partitioning suggested.\n"
5857 #: misc/mke2fs.c:2431
5860 "%s is capable of DAX but current block size %u is different from system page "
5861 "size %u so filesystem will not support DAX.\n"
5864 #: misc/mke2fs.c:2455
5866 msgid "%d-byte blocks too big for system (max %d)"
5869 #: misc/mke2fs.c:2459
5872 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5875 #: misc/mke2fs.c:2467
5878 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5879 "and journal checksum features.\n"
5882 #: misc/mke2fs.c:2513
5884 msgid "Unknown filename encoding from profile: %s"
5887 #: misc/mke2fs.c:2524
5889 msgid "Unknown encoding flags from profile: %s"
5892 #: misc/mke2fs.c:2549
5896 "Warning: offset specified without an explicit file system size.\n"
5897 "Creating a file system with %llu blocks but this might\n"
5898 "not be what you want.\n"
5902 #: misc/mke2fs.c:2564
5904 msgid "%d byte inodes are too small for project quota"
5907 #: misc/mke2fs.c:2586
5908 msgid "Can't support bigalloc feature without extents feature"
5911 #: misc/mke2fs.c:2593
5913 "The resize_inode and meta_bg features are not compatible.\n"
5914 "They can not be both enabled simultaneously.\n"
5917 #: misc/mke2fs.c:2602
5920 "Warning: bigalloc file systems with a cluster size greater than\n"
5921 "16 times the block size is considered experimental\n"
5924 #: misc/mke2fs.c:2614
5925 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5928 #: misc/mke2fs.c:2623
5929 msgid "blocks per group count out of range"
5932 #: misc/mke2fs.c:2645
5933 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5936 #: misc/mke2fs.c:2657
5938 msgid "invalid inode size %d (min %d/max %d)"
5941 #: misc/mke2fs.c:2672
5943 msgid "%d byte inodes are too small for inline data; specify larger size"
5946 #: misc/mke2fs.c:2687
5948 msgid "128-byte inodes cannot handle dates beyond 2038 and are deprecated\n"
5951 #: misc/mke2fs.c:2698
5953 msgid "too many inodes (%llu), raise inode ratio?"
5956 #: misc/mke2fs.c:2706
5958 msgid "too many inodes (%llu), specify < 2^32 inodes"
5961 #: misc/mke2fs.c:2720
5964 "inode_size (%u) * inodes_count (%u) too big for a\n"
5965 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5966 "\tor lower inode count (-N).\n"
5969 #: misc/mke2fs.c:2917
5970 msgid "Discarding device blocks: "
5973 #: misc/mke2fs.c:2933
5977 #: misc/mke2fs.c:2992
5978 msgid "while initializing quota context"
5981 #: misc/mke2fs.c:2999
5982 msgid "while writing quota inodes"
5985 #: misc/mke2fs.c:3024
5987 msgid "bad error behavior in profile - %s"
5990 #: misc/mke2fs.c:3103
5991 msgid "in malloc for android_sparse_params"
5994 #: misc/mke2fs.c:3117
5995 msgid "while setting up superblock"
5998 #: misc/mke2fs.c:3133
6000 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6001 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6002 "checksumming. Pass -O extents to rectify.\n"
6005 #: misc/mke2fs.c:3140
6007 "64-bit filesystem support is not enabled. The larger fields afforded by "
6008 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
6011 #: misc/mke2fs.c:3148
6012 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
6015 #: misc/mke2fs.c:3169
6017 "Assuming the storage device is prezeroed - skipping inode table and journal "
6021 #: misc/mke2fs.c:3184
6022 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
6025 #: misc/mke2fs.c:3283
6027 msgid "unknown os - %s"
6030 #: misc/mke2fs.c:3346
6031 msgid "Allocating group tables: "
6034 #: misc/mke2fs.c:3354
6035 msgid "while trying to allocate filesystem tables"
6038 #: misc/mke2fs.c:3369
6039 msgid "while unmarking bad blocks"
6042 #: misc/mke2fs.c:3380
6045 "\twhile converting subcluster bitmap"
6048 #: misc/mke2fs.c:3389
6049 msgid "while calculating overhead"
6052 #: misc/mke2fs.c:3408
6054 msgid "%s may be further corrupted by superblock rewrite\n"
6057 #: misc/mke2fs.c:3449
6059 msgid "while zeroing block %llu at end of filesystem"
6062 #: misc/mke2fs.c:3462
6063 msgid "while reserving blocks for online resize"
6066 #: misc/mke2fs.c:3474 misc/tune2fs.c:1710
6070 #: misc/mke2fs.c:3486
6072 msgid "Adding journal to device %s: "
6075 #: misc/mke2fs.c:3493
6079 "\twhile trying to add journal to device %s"
6082 #: misc/mke2fs.c:3498 misc/mke2fs.c:3531 misc/mke2fs.c:3590
6083 #: misc/mk_hugefiles.c:486 misc/tune2fs.c:1739 misc/tune2fs.c:1761
6087 #: misc/mke2fs.c:3505
6088 msgid "Skipping journal creation in super-only mode\n"
6091 #: misc/mke2fs.c:3518
6093 msgid "Creating journal (%u blocks): "
6096 #: misc/mke2fs.c:3527
6099 "\twhile trying to create journal"
6102 #: misc/mke2fs.c:3539 misc/tune2fs.c:1297
6105 "Error while enabling multiple mount protection feature."
6108 #: misc/mke2fs.c:3544
6110 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
6113 #: misc/mke2fs.c:3559
6114 msgid "cannot set orphan_file feature without a journal."
6117 #: misc/mke2fs.c:3570 misc/tune2fs.c:3517
6118 msgid "while creating orphan file"
6121 #: misc/mke2fs.c:3581
6122 msgid "Copying files into the device: "
6125 #: misc/mke2fs.c:3587
6126 msgid "while populating file system"
6129 #: misc/mke2fs.c:3594
6130 msgid "Writing superblocks and filesystem accounting information: "
6133 #: misc/mke2fs.c:3601 misc/tune2fs.c:3765
6134 msgid "while writing out and closing file system"
6137 #: misc/mke2fs.c:3604
6143 #: misc/mk_hugefiles.c:223
6145 msgid "while zeroing block %llu for hugefile"
6148 #: misc/mk_hugefiles.c:400
6151 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6154 #: misc/mk_hugefiles.c:468
6155 msgid "Huge files will be zero'ed\n"
6158 #: misc/mk_hugefiles.c:469
6160 msgid "Creating %lu huge file(s) "
6163 #: misc/mk_hugefiles.c:471
6165 msgid "with %llu blocks each"
6168 #: misc/mk_hugefiles.c:481
6170 msgid "while creating huge file %lu"
6173 #: misc/mklost+found.c:50
6174 msgid "Usage: mklost+found\n"
6177 #: misc/partinfo.c:43
6180 "Usage: %s device...\n"
6182 "Prints out the partition information for each given device.\n"
6183 "For example: %s /dev/hda\n"
6187 #: misc/partinfo.c:53
6189 msgid "Cannot open %s: %s"
6192 #: misc/partinfo.c:59
6194 msgid "Cannot get geometry of %s: %s"
6197 #: misc/partinfo.c:67
6199 msgid "Cannot get size of %s: %s"
6202 #: misc/partinfo.c:73
6204 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
6207 #: misc/tune2fs.c:152
6210 "This operation requires a freshly checked filesystem.\n"
6213 #: misc/tune2fs.c:154
6214 msgid "Please run e2fsck -f on the filesystem.\n"
6217 #: misc/tune2fs.c:156
6218 msgid "Please run e2fsck -fD on the filesystem.\n"
6221 #: misc/tune2fs.c:169
6224 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
6225 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
6226 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6227 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6228 "\t[-L volume_label] [-M last_mounted_dir]\n"
6229 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
6230 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
6231 "\t[-I new_inode_size] [-z undo_file] device\n"
6234 #: misc/tune2fs.c:263
6235 msgid "Journal superblock not found!\n"
6238 #: misc/tune2fs.c:321
6239 msgid "while trying to open external journal"
6242 #: misc/tune2fs.c:327 misc/tune2fs.c:3051
6244 msgid "%s is not a journal device.\n"
6247 #: misc/tune2fs.c:336 misc/tune2fs.c:3060
6250 "Journal superblock is corrupted, nr_users\n"
6251 "is too high (%d).\n"
6254 #: misc/tune2fs.c:343 misc/tune2fs.c:3067
6255 msgid "Filesystem's UUID not found on journal device.\n"
6258 #: misc/tune2fs.c:367
6260 "Cannot locate journal device. It was NOT removed\n"
6261 "Use -f option to remove missing journal device.\n"
6264 #: misc/tune2fs.c:376
6265 msgid "Journal removed\n"
6268 #: misc/tune2fs.c:420
6269 msgid "while reading bitmaps"
6272 #: misc/tune2fs.c:428
6273 msgid "while clearing journal inode"
6276 #: misc/tune2fs.c:441
6277 msgid "while writing journal inode"
6280 #: misc/tune2fs.c:478 misc/tune2fs.c:503 misc/tune2fs.c:516
6281 msgid "(and reboot afterwards!)\n"
6284 #: misc/tune2fs.c:532
6286 msgid "After running e2fsck, please run `resize2fs %s %s"
6289 #: misc/tune2fs.c:535
6291 msgid "Please run `resize2fs %s %s"
6294 #: misc/tune2fs.c:539
6299 #: misc/tune2fs.c:541
6301 msgid "' to enable 64-bit mode.\n"
6304 #: misc/tune2fs.c:543
6306 msgid "' to disable 64-bit mode.\n"
6309 #: misc/tune2fs.c:1149
6311 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6312 " This requires Linux >= v4.4.\n"
6315 #: misc/tune2fs.c:1185
6317 msgid "Clearing filesystem feature '%s' not supported.\n"
6320 #: misc/tune2fs.c:1191
6322 msgid "Setting filesystem feature '%s' not supported.\n"
6325 #: misc/tune2fs.c:1200
6327 "The has_journal feature may only be cleared when the filesystem is\n"
6328 "unmounted or mounted read-only.\n"
6331 #: misc/tune2fs.c:1208
6333 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
6334 "the has_journal flag.\n"
6337 #: misc/tune2fs.c:1227
6339 "The orphan_file feature may only be cleared when the filesystem is "
6343 #: misc/tune2fs.c:1232
6345 "The orphan_present feature is set. Please run e2fsck before clearing "
6346 "orphan_file feature.\n"
6349 #: misc/tune2fs.c:1241 misc/tune2fs.c:3510
6350 msgid "while loading bitmaps"
6353 #: misc/tune2fs.c:1247
6356 "\twhile trying to delete orphan file\n"
6359 #: misc/tune2fs.c:1260
6360 msgid "orphan_file feature can be set only for filesystems with journal.\n"
6363 #: misc/tune2fs.c:1276
6365 "Setting filesystem feature 'sparse_super' not supported\n"
6366 "for filesystems with the meta_bg feature enabled.\n"
6369 #: misc/tune2fs.c:1289
6371 "The multiple mount protection feature can't\n"
6372 "be set if the filesystem is mounted or\n"
6376 #: misc/tune2fs.c:1307
6378 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6381 #: misc/tune2fs.c:1316
6383 "The multiple mount protection feature cannot\n"
6384 "be disabled if the filesystem is readonly.\n"
6387 #: misc/tune2fs.c:1324
6388 msgid "Error while reading bitmaps\n"
6391 #: misc/tune2fs.c:1333
6393 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6396 #: misc/tune2fs.c:1338
6397 msgid "while reading MMP block."
6400 #: misc/tune2fs.c:1371
6402 "Disabling directory index on filesystem with checksums could take some time."
6405 #: misc/tune2fs.c:1375
6406 msgid "Cannot disable dir_index on a mounted filesystem!\n"
6409 #: misc/tune2fs.c:1388
6411 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6415 #: misc/tune2fs.c:1399
6417 "The huge_file feature may only be cleared when the filesystem is\n"
6418 "unmounted or mounted read-only.\n"
6421 #: misc/tune2fs.c:1410
6422 msgid "Enabling checksums could take some time."
6425 #: misc/tune2fs.c:1413
6426 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6429 #: misc/tune2fs.c:1419
6431 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6432 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6433 "checksumming. Re-run with -O extent to rectify.\n"
6436 #: misc/tune2fs.c:1426
6438 "64-bit filesystem support is not enabled. The larger fields afforded by "
6439 "this feature enable full-strength checksumming. Run resize2fs -b to "
6443 #: misc/tune2fs.c:1452
6444 msgid "Disabling checksums could take some time."
6447 #: misc/tune2fs.c:1455
6448 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6451 #: misc/tune2fs.c:1496
6452 msgid "Cannot enable uninit_bg on a mounted filesystem!\n"
6455 #: misc/tune2fs.c:1511
6456 msgid "Cannot disable uninit_bg on a mounted filesystem!\n"
6459 #: misc/tune2fs.c:1530
6461 msgid "Cannot enable 64-bit mode while mounted!\n"
6464 #: misc/tune2fs.c:1540
6466 msgid "Cannot disable 64-bit mode while mounted!\n"
6469 #: misc/tune2fs.c:1570
6471 msgid "Cannot enable project feature; inode size too small.\n"
6474 #: misc/tune2fs.c:1591
6477 "Warning: '^quota' option overrides '-Q'arguments.\n"
6480 #: misc/tune2fs.c:1608 misc/tune2fs.c:2386
6482 "The casefold feature may only be enabled when the filesystem is unmounted.\n"
6485 #: misc/tune2fs.c:1619
6487 "The casefold feature may only be disabled when the filesystem is unmounted.\n"
6490 #: misc/tune2fs.c:1624
6492 "The casefold feature can't be cleared when there are inodes with +F flag.\n"
6495 #: misc/tune2fs.c:1636
6497 "Setting feature 'metadata_csum_seed' is only supported\n"
6498 "on filesystems with the metadata_csum feature enabled.\n"
6501 #: misc/tune2fs.c:1654
6503 "UUID has changed since enabling metadata_csum. Filesystem must be "
6505 "to safely rewrite all metadata to match the new UUID.\n"
6508 #: misc/tune2fs.c:1660
6509 msgid "Recalculating checksums could take some time."
6512 #: misc/tune2fs.c:1703
6513 msgid "The filesystem already has a journal.\n"
6516 #: misc/tune2fs.c:1723
6520 "\twhile trying to open journal on %s\n"
6523 #: misc/tune2fs.c:1727
6525 msgid "Creating journal on device %s: "
6528 #: misc/tune2fs.c:1735
6530 msgid "while adding filesystem to journal on %s"
6533 #: misc/tune2fs.c:1741
6534 msgid "Creating journal inode: "
6537 #: misc/tune2fs.c:1755
6540 "\twhile trying to create journal file"
6543 #: misc/tune2fs.c:1797
6545 msgid "Cannot enable project quota; inode size too small.\n"
6548 #: misc/tune2fs.c:1810
6549 msgid "while initializing quota context in support library"
6552 #: misc/tune2fs.c:1826
6554 msgid "while updating quota limits (%d)"
6557 #: misc/tune2fs.c:1836
6559 msgid "while writing quota file (%d)"
6562 #: misc/tune2fs.c:1854
6564 msgid "while removing quota file (%d)"
6567 #: misc/tune2fs.c:1897
6570 "Bad quota options specified.\n"
6572 "Following valid quota options are available (pass by separating with "
6581 #: misc/tune2fs.c:1955
6583 msgid "Couldn't parse date/time specifier: %s"
6586 #: misc/tune2fs.c:1987 misc/tune2fs.c:1998
6588 msgid "bad mounts count - %s"
6591 #: misc/tune2fs.c:2041
6593 msgid "bad gid/group name - %s"
6596 #: misc/tune2fs.c:2074
6598 msgid "bad interval - %s"
6601 #: misc/tune2fs.c:2103
6603 msgid "bad reserved block ratio - %s"
6606 #: misc/tune2fs.c:2118
6607 msgid "-o may only be specified once"
6610 #: misc/tune2fs.c:2127
6611 msgid "-O may only be specified once"
6614 #: misc/tune2fs.c:2144
6616 msgid "bad reserved blocks count - %s"
6619 #: misc/tune2fs.c:2173
6621 msgid "bad uid/user name - %s"
6624 #: misc/tune2fs.c:2190
6626 msgid "bad inode size - %s"
6629 #: misc/tune2fs.c:2197
6631 msgid "Inode size must be a power of two- %s"
6634 #: misc/tune2fs.c:2297
6636 msgid "mmp_update_interval too big: %lu\n"
6639 #: misc/tune2fs.c:2302
6641 msgid "Setting multiple mount protection update interval to %lu second\n"
6643 "Setting multiple mount protection update interval to %lu seconds\n"
6647 #: misc/tune2fs.c:2311
6649 msgid "Setting filesystem error flag to force fsck.\n"
6652 #: misc/tune2fs.c:2329
6654 msgid "Invalid RAID stride: %s\n"
6657 #: misc/tune2fs.c:2344
6659 msgid "Invalid RAID stripe-width: %s\n"
6662 #: misc/tune2fs.c:2359
6664 msgid "Invalid hash algorithm: %s\n"
6667 #: misc/tune2fs.c:2365
6669 msgid "Setting default hash algorithm to %s (%d)\n"
6672 #: misc/tune2fs.c:2392
6674 msgid "Cannot alter existing encoding\n"
6677 #: misc/tune2fs.c:2398
6679 msgid "Invalid encoding: %s\n"
6682 #: misc/tune2fs.c:2404
6684 msgid "Setting encoding to '%s'\n"
6687 #: misc/tune2fs.c:2443
6689 msgid "Setting encoding_flags to '%s'\n"
6692 #: misc/tune2fs.c:2453
6695 "Bad options specified.\n"
6697 "Extended options are separated by commas, and may take an argument which\n"
6698 "\tis set off by an equals ('=') sign.\n"
6700 "Valid extended options are:\n"
6702 "\thash_alg=<hash algorithm>\n"
6703 "\tmount_opts=<extended default mount options>\n"
6704 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6705 "\tstride=<RAID per-disk chunk size in blocks>\n"
6706 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6710 "\tencoding=<encoding>\n"
6711 "\tencoding_flags=<flags>\n"
6714 #: misc/tune2fs.c:2869
6715 msgid "Failed to read inode bitmap\n"
6718 #: misc/tune2fs.c:2874
6719 msgid "Failed to read block bitmap\n"
6722 #: misc/tune2fs.c:2891 resize/resize2fs.c:1368
6723 msgid "blocks to be moved"
6726 #: misc/tune2fs.c:2894
6727 msgid "Failed to allocate block bitmap when increasing inode size\n"
6730 #: misc/tune2fs.c:2900
6731 msgid "Not enough space to increase inode size \n"
6734 #: misc/tune2fs.c:2905
6735 msgid "Failed to relocate blocks during inode resize \n"
6738 #: misc/tune2fs.c:2937
6740 "Error in resizing the inode size.\n"
6741 "Run e2undo to undo the file system changes. \n"
6744 #: misc/tune2fs.c:3125
6745 msgid "while trying to get fs label"
6748 #: misc/tune2fs.c:3147
6749 msgid "while trying to set fs label"
6752 #: misc/tune2fs.c:3237
6754 "If you are sure the filesystem is not in use on any node, run:\n"
6755 "'tune2fs -f -E clear_mmp {device}'\n"
6758 #: misc/tune2fs.c:3244
6761 "MMP block magic is bad. Try to fix it by running:\n"
6765 #: misc/tune2fs.c:3256
6766 msgid "Cannot modify a journal device.\n"
6769 #: misc/tune2fs.c:3269
6771 msgid "The inode size is already %lu\n"
6774 #: misc/tune2fs.c:3276
6775 msgid "Shrinking inode size is not supported\n"
6778 #: misc/tune2fs.c:3281
6780 msgid "Invalid inode size %lu (max %d)\n"
6783 #: misc/tune2fs.c:3287
6784 msgid "Resizing inodes could take some time."
6787 #: misc/tune2fs.c:3337
6790 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6792 "\te2fsck -E journal_only %s\n"
6794 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6795 "by journal recovery.\n"
6798 #: misc/tune2fs.c:3346
6800 msgid "Recovering journal.\n"
6803 #: misc/tune2fs.c:3370
6805 msgid "Setting maximal mount count to %d\n"
6808 #: misc/tune2fs.c:3376
6810 msgid "Setting current mount count to %d\n"
6813 #: misc/tune2fs.c:3381
6815 msgid "Setting error behavior to %d\n"
6818 #: misc/tune2fs.c:3386
6820 msgid "Setting reserved blocks gid to %lu\n"
6823 #: misc/tune2fs.c:3391
6825 msgid "interval between checks is too big (%lu)"
6828 #: misc/tune2fs.c:3398
6830 msgid "Setting interval between checks to %lu seconds\n"
6833 #: misc/tune2fs.c:3405
6835 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6838 #: misc/tune2fs.c:3412
6840 msgid "reserved blocks count is too big (%llu)"
6843 #: misc/tune2fs.c:3419
6845 msgid "Setting reserved blocks count to %llu\n"
6848 #: misc/tune2fs.c:3424
6851 "The filesystem already has sparse superblocks.\n"
6854 #: misc/tune2fs.c:3427
6857 "Setting the sparse superblock flag not supported\n"
6858 "for filesystems with the meta_bg feature enabled.\n"
6861 #: misc/tune2fs.c:3437
6865 "Sparse superblock flag set. %s"
6868 #: misc/tune2fs.c:3442
6871 "Clearing the sparse superblock flag not supported.\n"
6874 #: misc/tune2fs.c:3450
6876 msgid "Setting time filesystem last checked to %s\n"
6879 #: misc/tune2fs.c:3456
6881 msgid "Setting reserved blocks uid to %lu\n"
6884 #: misc/tune2fs.c:3488
6885 msgid "Error in using clear_mmp. It must be used with -f\n"
6888 #: misc/tune2fs.c:3525
6890 "The quota feature may only be changed when the filesystem is unmounted and "
6894 #: misc/tune2fs.c:3544
6896 "Cannot change the UUID of this filesystem because it has the stable_inodes "
6900 #: misc/tune2fs.c:3554
6901 msgid "Setting the UUID on this filesystem could take some time."
6904 #: misc/tune2fs.c:3571
6905 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6908 #: misc/tune2fs.c:3574
6910 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6911 "and re-run this command.\n"
6914 #: misc/tune2fs.c:3624
6915 msgid "Invalid UUID format\n"
6918 #: misc/tune2fs.c:3658
6919 msgid "Need to update journal superblock.\n"
6922 #: misc/tune2fs.c:3678
6924 "The inode size may only be changed when the filesystem is unmounted and not "
6928 #: misc/tune2fs.c:3685
6930 "Changing the inode size not supported for filesystems with the flex_bg\n"
6931 "feature enabled.\n"
6934 #: misc/tune2fs.c:3703
6936 msgid "Setting inode size %lu\n"
6939 #: misc/tune2fs.c:3707
6940 msgid "Failed to change inode size\n"
6943 #: misc/tune2fs.c:3727
6945 msgid "Setting stride size to %d\n"
6948 #: misc/tune2fs.c:3732
6950 msgid "Setting stripe width to %d\n"
6953 #: misc/tune2fs.c:3739
6955 msgid "Setting extended default mount options to '%s'\n"
6959 msgid "<proceeding>\n"
6964 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6968 msgid "Proceed anyway? (y,N) "
6972 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6977 msgid "will not make a %s here!\n"
6981 msgid "mke2fs forced anyway.\n"
6985 msgid "Couldn't allocate memory to parse journal options!\n"
6992 "Could not find journal device matching %s\n"
6998 "Bad journal options specified.\n"
7000 "Journal options are separated by commas, and may take an argument which\n"
7001 "\tis set off by an equals ('=') sign.\n"
7003 "Valid journal options are:\n"
7004 "\tsize=<journal size in megabytes>\n"
7005 "\tdevice=<journal device>\n"
7006 "\tlocation=<journal location>\n"
7008 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
7015 "Filesystem too small for a journal\n"
7022 "The total requested journal size is %d blocks; it must be\n"
7023 "between 1024 and 10240000 blocks. Aborting.\n"
7029 "Total journal size too big for filesystem.\n"
7035 "This filesystem will be automatically checked every %d mounts or\n"
7036 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
7041 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
7046 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
7055 msgid "bad arguments"
7071 msgid "bad response length"
7076 msgid "uuidd daemon already running at pid %s\n"
7081 msgid "Couldn't create unix stream socket: %s"
7086 msgid "Couldn't bind unix socket %s: %s\n"
7091 msgid "Couldn't listen on unix socket %s: %s\n"
7096 msgid "Error reading from client, len = %d\n"
7101 msgid "operation %d, incoming num = %d\n"
7106 msgid "Generated time UUID: %s\n"
7111 msgid "Generated random UUID: %s\n"
7116 msgid "Generated time UUID %s and subsequent UUID\n"
7117 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
7123 msgid "Generated %d UUID's:\n"
7128 msgid "Invalid operation %d\n"
7131 #: misc/uuidd.c:477 misc/uuidd.c:499
7133 msgid "Bad number: %s\n"
7136 #: misc/uuidd.c:534 misc/uuidd.c:563
7138 msgid "Error calling uuidd daemon (%s): %s\n"
7143 msgid "%s and subsequent UUID\n"
7144 msgid_plural "%s and subsequent %d UUIDs\n"
7149 msgid "List of UUID's:\n"
7154 msgid "Unexpected reply length from server %d\n"
7159 msgid "Couldn't kill uuidd running at pid %d: %s\n"
7164 msgid "Killed uuidd running at pid %d\n"
7167 #: misc/uuidgen.c:32
7169 msgid "Usage: %s [-r] [-t]\n"
7172 #: resize/extent.c:200
7173 msgid "# Extent dump:\n"
7176 #: resize/extent.c:201
7178 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
7184 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
7185 "[-S RAID-stride] [-z undo_file]\n"
7190 msgid "Extending the inode table"
7194 msgid "Relocating blocks"
7198 msgid "Scanning inode table"
7202 msgid "Updating inode references"
7206 msgid "Moving inode table"
7210 msgid "Unknown pass?!?"
7215 msgid "Begin pass %d (max = %lu)\n"
7218 #: resize/main.c:163
7221 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
7222 "your own risk! Use the force option if you want to go ahead anyway.\n"
7226 #: resize/main.c:374
7228 msgid "while opening %s"
7231 #: resize/main.c:382
7233 msgid "while getting stat information for %s"
7236 #: resize/main.c:465
7239 "Please run 'e2fsck -f %s' first.\n"
7243 #: resize/main.c:484
7245 msgid "Estimated minimum size of the filesystem: %llu\n"
7248 #: resize/main.c:524
7250 msgid "Invalid new size: %s\n"
7253 #: resize/main.c:543
7254 msgid "New size too large to be expressed in 32 bits\n"
7257 #: resize/main.c:562
7258 msgid "New size results in too many block group descriptors.\n"
7261 #: resize/main.c:569
7263 msgid "New size smaller than minimum (%llu)\n"
7266 #: resize/main.c:576
7267 msgid "Invalid stride length"
7270 #: resize/main.c:600
7273 "The containing partition (or device) is only %llu (%dk) blocks.\n"
7274 "You requested a new size of %llu blocks.\n"
7278 #: resize/main.c:607
7280 msgid "Cannot set and unset 64bit feature.\n"
7283 #: resize/main.c:611
7286 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7290 #: resize/main.c:617
7292 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7295 #: resize/main.c:623
7298 "Please enable the extents feature with tune2fs before enabling the 64bit "
7302 #: resize/main.c:631
7305 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
7309 #: resize/main.c:641
7311 msgid "The filesystem is already 64-bit.\n"
7314 #: resize/main.c:646
7316 msgid "The filesystem is already 32-bit.\n"
7319 #: resize/main.c:651
7322 "Cannot shrink this filesystem because it has the stable_inodes feature "
7326 #: resize/main.c:660
7328 msgid "Converting the filesystem to 64-bit.\n"
7331 #: resize/main.c:662
7333 msgid "Converting the filesystem to 32-bit.\n"
7336 #: resize/main.c:664
7338 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
7341 #: resize/main.c:674
7343 msgid "while trying to resize %s"
7346 #: resize/main.c:677
7349 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
7350 "after the aborted resize operation.\n"
7353 #: resize/main.c:682
7356 "The filesystem on %s is now %llu (%dk) blocks long.\n"
7360 #: resize/main.c:697
7362 msgid "while trying to truncate %s"
7365 #: resize/online.c:81
7366 msgid "kernel does not support online resize with sparse_super2"
7369 #: resize/online.c:86
7371 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7374 #: resize/online.c:90
7375 msgid "On-line shrinking not supported"
7378 #: resize/online.c:114
7379 msgid "Filesystem does not support online resizing"
7382 #: resize/online.c:122
7383 msgid "Not enough reserved gdt blocks for resizing"
7386 #: resize/online.c:129
7387 msgid "Kernel does not support resizing a file system this large"
7390 #: resize/online.c:137
7392 msgid "while trying to open mountpoint %s"
7395 #: resize/online.c:142
7397 msgid "Old resize interface requested.\n"
7400 #: resize/online.c:161 resize/online.c:178
7401 msgid "Permission denied to resize filesystem"
7404 #: resize/online.c:164 resize/online.c:184
7405 msgid "While checking for on-line resizing support"
7408 #: resize/online.c:181
7409 msgid "Kernel does not support online resizing"
7412 #: resize/online.c:220
7414 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7417 #: resize/online.c:231
7418 msgid "While trying to extend the last group"
7421 #: resize/online.c:278
7423 msgid "While trying to add group #%d"
7426 #: resize/online.c:289
7429 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7433 #: resize/resize2fs.c:769
7435 msgid "inodes (%llu) must be less than %u\n"
7438 #: resize/resize2fs.c:1126
7439 msgid "reserved blocks"
7442 #: resize/resize2fs.c:1373
7443 msgid "meta-data blocks"
7446 #: resize/resize2fs.c:1477 resize/resize2fs.c:2521
7447 msgid "new meta blocks"
7450 #: resize/resize2fs.c:2745
7451 msgid "Should never happen! No sb in last super_sparse bg?\n"
7454 #: resize/resize2fs.c:2750
7455 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7458 #: resize/resize2fs.c:2823
7459 msgid "Should never happen: resize inode corrupt!\n"
7462 #: lib/ext2fs/ext2_err.c:11
7463 msgid "EXT2FS Library version 1.47.1-rc1"
7466 #: lib/ext2fs/ext2_err.c:12
7467 msgid "Wrong magic number for ext2_filsys structure"
7470 #: lib/ext2fs/ext2_err.c:13
7471 msgid "Wrong magic number for badblocks_list structure"
7474 #: lib/ext2fs/ext2_err.c:14
7475 msgid "Wrong magic number for badblocks_iterate structure"
7478 #: lib/ext2fs/ext2_err.c:15
7479 msgid "Wrong magic number for inode_scan structure"
7482 #: lib/ext2fs/ext2_err.c:16
7483 msgid "Wrong magic number for io_channel structure"
7486 #: lib/ext2fs/ext2_err.c:17
7487 msgid "Wrong magic number for unix io_channel structure"
7490 #: lib/ext2fs/ext2_err.c:18
7491 msgid "Wrong magic number for io_manager structure"
7494 #: lib/ext2fs/ext2_err.c:19
7495 msgid "Wrong magic number for block_bitmap structure"
7498 #: lib/ext2fs/ext2_err.c:20
7499 msgid "Wrong magic number for inode_bitmap structure"
7502 #: lib/ext2fs/ext2_err.c:21
7503 msgid "Wrong magic number for generic_bitmap structure"
7506 #: lib/ext2fs/ext2_err.c:22
7507 msgid "Wrong magic number for test io_channel structure"
7510 #: lib/ext2fs/ext2_err.c:23
7511 msgid "Wrong magic number for directory block list structure"
7514 #: lib/ext2fs/ext2_err.c:24
7515 msgid "Wrong magic number for icount structure"
7518 #: lib/ext2fs/ext2_err.c:25
7519 msgid "Wrong magic number for Powerquest io_channel structure"
7522 #: lib/ext2fs/ext2_err.c:26
7523 msgid "Wrong magic number for ext2 file structure"
7526 #: lib/ext2fs/ext2_err.c:27
7527 msgid "Wrong magic number for Ext2 Image Header"
7530 #: lib/ext2fs/ext2_err.c:28
7531 msgid "Wrong magic number for inode io_channel structure"
7534 #: lib/ext2fs/ext2_err.c:29
7535 msgid "Wrong magic number for ext4 extent handle"
7538 #: lib/ext2fs/ext2_err.c:30
7539 msgid "Bad magic number in super-block"
7542 #: lib/ext2fs/ext2_err.c:31
7543 msgid "Filesystem revision too high"
7546 #: lib/ext2fs/ext2_err.c:32
7547 msgid "Attempt to write to filesystem opened read-only"
7550 #: lib/ext2fs/ext2_err.c:33
7551 msgid "Can't read group descriptors"
7554 #: lib/ext2fs/ext2_err.c:34
7555 msgid "Can't write group descriptors"
7558 #: lib/ext2fs/ext2_err.c:35
7559 msgid "Corrupt group descriptor: bad block for block bitmap"
7562 #: lib/ext2fs/ext2_err.c:36
7563 msgid "Corrupt group descriptor: bad block for inode bitmap"
7566 #: lib/ext2fs/ext2_err.c:37
7567 msgid "Corrupt group descriptor: bad block for inode table"
7570 #: lib/ext2fs/ext2_err.c:38
7571 msgid "Can't write an inode bitmap"
7574 #: lib/ext2fs/ext2_err.c:39
7575 msgid "Can't read an inode bitmap"
7578 #: lib/ext2fs/ext2_err.c:40
7579 msgid "Can't write a block bitmap"
7582 #: lib/ext2fs/ext2_err.c:41
7583 msgid "Can't read a block bitmap"
7586 #: lib/ext2fs/ext2_err.c:42
7587 msgid "Can't write an inode table"
7590 #: lib/ext2fs/ext2_err.c:43
7591 msgid "Can't read an inode table"
7594 #: lib/ext2fs/ext2_err.c:44
7595 msgid "Can't read next inode"
7598 #: lib/ext2fs/ext2_err.c:45
7599 msgid "Filesystem has unexpected block size"
7602 #: lib/ext2fs/ext2_err.c:46
7603 msgid "EXT2 directory corrupted"
7606 #: lib/ext2fs/ext2_err.c:47
7607 msgid "Attempt to read block from filesystem resulted in short read"
7610 #: lib/ext2fs/ext2_err.c:48
7611 msgid "Attempt to write block to filesystem resulted in short write"
7614 #: lib/ext2fs/ext2_err.c:49
7615 msgid "No free space in the directory"
7618 #: lib/ext2fs/ext2_err.c:50
7619 msgid "Inode bitmap not loaded"
7622 #: lib/ext2fs/ext2_err.c:51
7623 msgid "Block bitmap not loaded"
7626 #: lib/ext2fs/ext2_err.c:52
7627 msgid "Illegal inode number"
7630 #: lib/ext2fs/ext2_err.c:53
7631 msgid "Illegal block number"
7634 #: lib/ext2fs/ext2_err.c:54
7635 msgid "Internal error in ext2fs_expand_dir"
7638 #: lib/ext2fs/ext2_err.c:55
7639 msgid "Not enough space to build proposed filesystem"
7642 #: lib/ext2fs/ext2_err.c:56
7643 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7646 #: lib/ext2fs/ext2_err.c:57
7647 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7650 #: lib/ext2fs/ext2_err.c:58
7651 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7654 #: lib/ext2fs/ext2_err.c:59
7655 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7658 #: lib/ext2fs/ext2_err.c:60
7659 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7662 #: lib/ext2fs/ext2_err.c:61
7663 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7666 #: lib/ext2fs/ext2_err.c:62
7667 msgid "Attempt to fudge end of block bitmap past the real end"
7670 #: lib/ext2fs/ext2_err.c:63
7671 msgid "Attempt to fudge end of inode bitmap past the real end"
7674 #: lib/ext2fs/ext2_err.c:64
7675 msgid "Illegal indirect block found"
7678 #: lib/ext2fs/ext2_err.c:65
7679 msgid "Illegal doubly indirect block found"
7682 #: lib/ext2fs/ext2_err.c:66
7683 msgid "Illegal triply indirect block found"
7686 #: lib/ext2fs/ext2_err.c:67
7687 msgid "Block bitmaps are not the same"
7690 #: lib/ext2fs/ext2_err.c:68
7691 msgid "Inode bitmaps are not the same"
7694 #: lib/ext2fs/ext2_err.c:69
7695 msgid "Illegal or malformed device name"
7698 #: lib/ext2fs/ext2_err.c:70
7699 msgid "A block group is missing an inode table"
7702 #: lib/ext2fs/ext2_err.c:71
7703 msgid "The ext2 superblock is corrupt"
7706 #: lib/ext2fs/ext2_err.c:72
7707 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7710 #: lib/ext2fs/ext2_err.c:73
7711 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7714 #: lib/ext2fs/ext2_err.c:74
7715 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7718 #: lib/ext2fs/ext2_err.c:75
7719 msgid "Too many symbolic links encountered."
7722 #: lib/ext2fs/ext2_err.c:76
7723 msgid "The callback function will not handle this case"
7726 #: lib/ext2fs/ext2_err.c:77
7727 msgid "The inode is from a bad block in the inode table"
7730 #: lib/ext2fs/ext2_err.c:78
7731 msgid "Filesystem has unsupported feature(s)"
7734 #: lib/ext2fs/ext2_err.c:79
7735 msgid "Filesystem has unsupported read-only feature(s)"
7738 #: lib/ext2fs/ext2_err.c:80
7739 msgid "IO Channel failed to seek on read or write"
7742 #: lib/ext2fs/ext2_err.c:81
7743 msgid "Memory allocation failed"
7746 #: lib/ext2fs/ext2_err.c:82
7747 msgid "Invalid argument passed to ext2 library"
7750 #: lib/ext2fs/ext2_err.c:83
7751 msgid "Could not allocate block in ext2 filesystem"
7754 #: lib/ext2fs/ext2_err.c:84
7755 msgid "Could not allocate inode in ext2 filesystem"
7758 #: lib/ext2fs/ext2_err.c:85
7759 msgid "Ext2 inode is not a directory"
7762 #: lib/ext2fs/ext2_err.c:86
7763 msgid "Too many references in table"
7766 #: lib/ext2fs/ext2_err.c:87
7767 msgid "File not found by ext2_lookup"
7770 #: lib/ext2fs/ext2_err.c:88
7771 msgid "File open read-only"
7774 #: lib/ext2fs/ext2_err.c:89
7775 msgid "Ext2 directory block not found"
7778 #: lib/ext2fs/ext2_err.c:90
7779 msgid "Ext2 directory already exists"
7782 #: lib/ext2fs/ext2_err.c:91
7783 msgid "Unimplemented ext2 library function"
7786 #: lib/ext2fs/ext2_err.c:92
7787 msgid "User cancel requested"
7790 #: lib/ext2fs/ext2_err.c:93
7791 msgid "Ext2 file too big"
7794 #: lib/ext2fs/ext2_err.c:94
7795 msgid "Supplied journal device not a block device"
7798 #: lib/ext2fs/ext2_err.c:95
7799 msgid "Journal superblock not found"
7802 #: lib/ext2fs/ext2_err.c:96
7803 msgid "Journal must be at least 1024 blocks"
7806 #: lib/ext2fs/ext2_err.c:97
7807 msgid "Unsupported journal version"
7810 #: lib/ext2fs/ext2_err.c:98
7811 msgid "Error loading external journal"
7814 #: lib/ext2fs/ext2_err.c:99
7815 msgid "Journal not found"
7818 #: lib/ext2fs/ext2_err.c:100
7819 msgid "Directory hash unsupported"
7822 #: lib/ext2fs/ext2_err.c:101
7823 msgid "Illegal extended attribute block number"
7826 #: lib/ext2fs/ext2_err.c:102
7827 msgid "Cannot create filesystem with requested number of inodes"
7830 #: lib/ext2fs/ext2_err.c:103
7831 msgid "E2image snapshot not in use"
7834 #: lib/ext2fs/ext2_err.c:104
7835 msgid "Too many reserved group descriptor blocks"
7838 #: lib/ext2fs/ext2_err.c:105
7839 msgid "Resize inode is corrupt"
7842 #: lib/ext2fs/ext2_err.c:106
7843 msgid "Tried to set block bmap with missing indirect block"
7846 #: lib/ext2fs/ext2_err.c:107
7847 msgid "TDB: Success"
7850 #: lib/ext2fs/ext2_err.c:108
7851 msgid "TDB: Corrupt database"
7854 #: lib/ext2fs/ext2_err.c:109
7855 msgid "TDB: IO Error"
7858 #: lib/ext2fs/ext2_err.c:110
7859 msgid "TDB: Locking error"
7862 #: lib/ext2fs/ext2_err.c:111
7863 msgid "TDB: Out of memory"
7866 #: lib/ext2fs/ext2_err.c:112
7867 msgid "TDB: Record exists"
7870 #: lib/ext2fs/ext2_err.c:113
7871 msgid "TDB: Lock exists on other keys"
7874 #: lib/ext2fs/ext2_err.c:114
7875 msgid "TDB: Invalid parameter"
7878 #: lib/ext2fs/ext2_err.c:115
7879 msgid "TDB: Record does not exist"
7882 #: lib/ext2fs/ext2_err.c:116
7883 msgid "TDB: Write not permitted"
7886 #: lib/ext2fs/ext2_err.c:117
7887 msgid "Ext2fs directory block list is empty"
7890 #: lib/ext2fs/ext2_err.c:118
7891 msgid "Attempt to modify a block mapping via a read-only block iterator"
7894 #: lib/ext2fs/ext2_err.c:119
7895 msgid "Wrong magic number for ext4 extent saved path"
7898 #: lib/ext2fs/ext2_err.c:120
7899 msgid "Wrong magic number for 64-bit generic bitmap"
7902 #: lib/ext2fs/ext2_err.c:121
7903 msgid "Wrong magic number for 64-bit block bitmap"
7906 #: lib/ext2fs/ext2_err.c:122
7907 msgid "Wrong magic number for 64-bit inode bitmap"
7910 #: lib/ext2fs/ext2_err.c:123
7911 msgid "Wrong magic number --- RESERVED_13"
7914 #: lib/ext2fs/ext2_err.c:124
7915 msgid "Wrong magic number --- RESERVED_14"
7918 #: lib/ext2fs/ext2_err.c:125
7919 msgid "Wrong magic number --- RESERVED_15"
7922 #: lib/ext2fs/ext2_err.c:126
7923 msgid "Wrong magic number --- RESERVED_16"
7926 #: lib/ext2fs/ext2_err.c:127
7927 msgid "Wrong magic number --- RESERVED_17"
7930 #: lib/ext2fs/ext2_err.c:128
7931 msgid "Wrong magic number --- RESERVED_18"
7934 #: lib/ext2fs/ext2_err.c:129
7935 msgid "Wrong magic number --- RESERVED_19"
7938 #: lib/ext2fs/ext2_err.c:130
7939 msgid "Corrupt extent header"
7942 #: lib/ext2fs/ext2_err.c:131
7943 msgid "Corrupt extent index"
7946 #: lib/ext2fs/ext2_err.c:132
7947 msgid "Corrupt extent"
7950 #: lib/ext2fs/ext2_err.c:133
7951 msgid "No free space in extent map"
7954 #: lib/ext2fs/ext2_err.c:134
7955 msgid "Inode does not use extents"
7958 #: lib/ext2fs/ext2_err.c:135
7959 msgid "No 'next' extent"
7962 #: lib/ext2fs/ext2_err.c:136
7963 msgid "No 'previous' extent"
7966 #: lib/ext2fs/ext2_err.c:137
7967 msgid "No 'up' extent"
7970 #: lib/ext2fs/ext2_err.c:138
7971 msgid "No 'down' extent"
7974 #: lib/ext2fs/ext2_err.c:139
7975 msgid "No current node"
7978 #: lib/ext2fs/ext2_err.c:140
7979 msgid "Ext2fs operation not supported"
7982 #: lib/ext2fs/ext2_err.c:141
7983 msgid "No room to insert extent in node"
7986 #: lib/ext2fs/ext2_err.c:142
7987 msgid "Splitting would result in empty node"
7990 #: lib/ext2fs/ext2_err.c:143
7991 msgid "Extent not found"
7994 #: lib/ext2fs/ext2_err.c:144
7995 msgid "Operation not supported for inodes containing extents"
7998 #: lib/ext2fs/ext2_err.c:145
7999 msgid "Extent length is invalid"
8002 #: lib/ext2fs/ext2_err.c:146
8003 msgid "I/O Channel does not support 64-bit block numbers"
8006 #: lib/ext2fs/ext2_err.c:147
8007 msgid "Can't check if filesystem is mounted due to missing mtab file"
8010 #: lib/ext2fs/ext2_err.c:148
8011 msgid "Filesystem too large to use legacy bitmaps"
8014 #: lib/ext2fs/ext2_err.c:149
8015 msgid "MMP: invalid magic number"
8018 #: lib/ext2fs/ext2_err.c:150
8019 msgid "MMP: device currently active"
8022 #: lib/ext2fs/ext2_err.c:151
8023 msgid "MMP: e2fsck being run"
8026 #: lib/ext2fs/ext2_err.c:152
8027 msgid "MMP: block number beyond filesystem range"
8030 #: lib/ext2fs/ext2_err.c:153
8031 msgid "MMP: undergoing an unknown operation"
8034 #: lib/ext2fs/ext2_err.c:154
8035 msgid "MMP: filesystem still in use"
8038 #: lib/ext2fs/ext2_err.c:155
8039 msgid "MMP: open with O_DIRECT failed"
8042 #: lib/ext2fs/ext2_err.c:156
8043 msgid "Block group descriptor size incorrect"
8046 #: lib/ext2fs/ext2_err.c:157
8047 msgid "Inode checksum does not match inode"
8050 #: lib/ext2fs/ext2_err.c:158
8051 msgid "Inode bitmap checksum does not match bitmap"
8054 #: lib/ext2fs/ext2_err.c:159
8055 msgid "Extent block checksum does not match extent block"
8058 #: lib/ext2fs/ext2_err.c:160
8059 msgid "Directory block does not have space for checksum"
8062 #: lib/ext2fs/ext2_err.c:161
8063 msgid "Directory block checksum does not match directory block"
8066 #: lib/ext2fs/ext2_err.c:162
8067 msgid "Extended attribute block checksum does not match block"
8070 #: lib/ext2fs/ext2_err.c:163
8071 msgid "Superblock checksum does not match superblock"
8074 #: lib/ext2fs/ext2_err.c:164
8075 msgid "Unknown checksum algorithm"
8078 #: lib/ext2fs/ext2_err.c:165
8079 msgid "MMP block checksum does not match"
8082 #: lib/ext2fs/ext2_err.c:166
8083 msgid "Ext2 file already exists"
8086 #: lib/ext2fs/ext2_err.c:167
8087 msgid "Block bitmap checksum does not match bitmap"
8090 #: lib/ext2fs/ext2_err.c:168
8091 msgid "Cannot iterate data blocks of an inode containing inline data"
8094 #: lib/ext2fs/ext2_err.c:169
8095 msgid "Extended attribute has an invalid name length"
8098 #: lib/ext2fs/ext2_err.c:170
8099 msgid "Extended attribute has an invalid value length"
8102 #: lib/ext2fs/ext2_err.c:171
8103 msgid "Extended attribute has an incorrect hash"
8106 #: lib/ext2fs/ext2_err.c:172
8107 msgid "Extended attribute block has a bad header"
8110 #: lib/ext2fs/ext2_err.c:173
8111 msgid "Extended attribute key not found"
8114 #: lib/ext2fs/ext2_err.c:174
8115 msgid "Insufficient space to store extended attribute data"
8118 #: lib/ext2fs/ext2_err.c:175
8119 msgid "Filesystem is missing ext_attr or inline_data feature"
8122 #: lib/ext2fs/ext2_err.c:176
8123 msgid "Inode doesn't have inline data"
8126 #: lib/ext2fs/ext2_err.c:177
8127 msgid "No block for an inode with inline data"
8130 #: lib/ext2fs/ext2_err.c:178
8131 msgid "No free space in inline data"
8134 #: lib/ext2fs/ext2_err.c:179
8135 msgid "Wrong magic number for extended attribute structure"
8138 #: lib/ext2fs/ext2_err.c:180
8139 msgid "Inode seems to contain garbage"
8142 #: lib/ext2fs/ext2_err.c:181
8143 msgid "Extended attribute has an invalid value offset"
8146 #: lib/ext2fs/ext2_err.c:182
8147 msgid "Journal flags inconsistent"
8150 #: lib/ext2fs/ext2_err.c:183
8151 msgid "Undo file corrupt"
8154 #: lib/ext2fs/ext2_err.c:184
8155 msgid "Wrong undo file for this filesystem"
8158 #: lib/ext2fs/ext2_err.c:185
8159 msgid "File system is corrupted"
8162 #: lib/ext2fs/ext2_err.c:186
8163 msgid "Bad CRC detected in file system"
8166 #: lib/ext2fs/ext2_err.c:187
8167 msgid "The journal superblock is corrupt"
8170 #: lib/ext2fs/ext2_err.c:188
8171 msgid "Inode is corrupted"
8174 #: lib/ext2fs/ext2_err.c:189
8175 msgid "Inode containing extended attribute value is corrupted"
8178 #: lib/ext2fs/ext2_err.c:190
8179 msgid "Group descriptors not loaded"
8182 #: lib/ext2fs/ext2_err.c:191
8183 msgid "The internal ext2_filsys data structure appears to be corrupted"
8186 #: lib/ext2fs/ext2_err.c:192
8187 msgid "Found cyclic loop in extent tree"
8190 #: lib/ext2fs/ext2_err.c:193
8191 msgid "Operation not supported on an external journal"
8194 #: lib/support/prof_err.c:11
8195 msgid "Profile version 0.0"
8198 #: lib/support/prof_err.c:12
8199 msgid "Bad magic value in profile_node"
8202 #: lib/support/prof_err.c:13
8203 msgid "Profile section not found"
8206 #: lib/support/prof_err.c:14
8207 msgid "Profile relation not found"
8210 #: lib/support/prof_err.c:15
8211 msgid "Attempt to add a relation to node which is not a section"
8214 #: lib/support/prof_err.c:16
8215 msgid "A profile section header has a non-zero value"
8218 #: lib/support/prof_err.c:17
8219 msgid "Bad linked list in profile structures"
8222 #: lib/support/prof_err.c:18
8223 msgid "Bad group level in profile structures"
8226 #: lib/support/prof_err.c:19
8227 msgid "Bad parent pointer in profile structures"
8230 #: lib/support/prof_err.c:20
8231 msgid "Bad magic value in profile iterator"
8234 #: lib/support/prof_err.c:21
8235 msgid "Can't set value on section node"
8238 #: lib/support/prof_err.c:22
8239 msgid "Invalid argument passed to profile library"
8242 #: lib/support/prof_err.c:23
8243 msgid "Attempt to modify read-only profile"
8246 #: lib/support/prof_err.c:24
8247 msgid "Profile section header not at top level"
8250 #: lib/support/prof_err.c:25
8251 msgid "Syntax error in profile section header"
8254 #: lib/support/prof_err.c:26
8255 msgid "Syntax error in profile relation"
8258 #: lib/support/prof_err.c:27
8259 msgid "Extra closing brace in profile"
8262 #: lib/support/prof_err.c:28
8263 msgid "Missing open brace in profile"
8266 #: lib/support/prof_err.c:29
8267 msgid "Bad magic value in profile_t"
8270 #: lib/support/prof_err.c:30
8271 msgid "Bad magic value in profile_section_t"
8274 #: lib/support/prof_err.c:31
8275 msgid "Iteration through all top level section not supported"
8278 #: lib/support/prof_err.c:32
8279 msgid "Invalid profile_section object"
8282 #: lib/support/prof_err.c:33
8283 msgid "No more sections"
8286 #: lib/support/prof_err.c:34
8287 msgid "Bad nameset passed to query routine"
8290 #: lib/support/prof_err.c:35
8291 msgid "No profile file open"
8294 #: lib/support/prof_err.c:36
8295 msgid "Bad magic value in profile_file_t"
8298 #: lib/support/prof_err.c:37
8299 msgid "Couldn't open profile file"
8302 #: lib/support/prof_err.c:38
8303 msgid "Section already exists"
8306 #: lib/support/prof_err.c:39
8307 msgid "Invalid boolean value"
8310 #: lib/support/prof_err.c:40
8311 msgid "Invalid integer value"
8314 #: lib/support/prof_err.c:41
8315 msgid "Bad magic value in profile_file_data_t"
8318 #: lib/support/plausible.c:113
8320 msgid "\tlast mounted on %.*s on %s"
8323 #: lib/support/plausible.c:116
8325 msgid "\tlast mounted on %s"
8328 #: lib/support/plausible.c:118
8330 msgid "\tcreated on %s"
8333 #: lib/support/plausible.c:120
8335 msgid "\tlast modified on %s"
8338 #: lib/support/plausible.c:154
8340 msgid "Found a %s partition table in %s\n"
8343 #: lib/support/plausible.c:195
8345 msgid "Could not open %s: %s\n"
8348 #: lib/support/plausible.c:198
8351 "The device apparently does not exist; did you specify it correctly?\n"
8354 #: lib/support/plausible.c:220
8356 msgid "%s is not a block special device.\n"
8359 #: lib/support/plausible.c:242
8361 msgid "%s contains a %s file system labelled '%s'\n"
8364 #: lib/support/plausible.c:245
8366 msgid "%s contains a %s file system\n"
8369 #: lib/support/plausible.c:269
8371 msgid "%s contains `%s' data\n"