1 # E2fsprogs translation template file
2 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3 # 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
4 # 2013, 2014, 2015, 2016, 2017, 2018 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2018.
8 #. The strings in e2fsck's problem.c can be very hard to translate,
9 #. since the strings are expanded in two different ways. First of all,
10 #. there is an @-expansion, where strings like "@i" are expanded to
11 #. "inode", and so on. In order to make it easier for translators, the
12 #. e2fsprogs po template file has been enhanced with comments that show
13 #. the @-expansion, for the strings in the problem.c file.
15 #. Translators are free to use the @-expansion facility if they so
16 #. choose, by providing translations for strings in e2fsck/message.c.
17 #. These translation can completely replace an expansion; for example,
18 #. if "bblock" (which indicated that "@b" would be expanded to "block")
19 #. is translated as "ddatenverlust", then "@d" will be expanded to
20 #. "datenverlust". Alternatively, translators can simply not use the
21 #. @-expansion facility at all.
23 #. The second expansion which is done for e2fsck's problem.c messages is
24 #. a dynamic %-expansion, which expands %i as an inode number, and so
25 #. on. A table of these expansions can be found below. Note that
26 #. %-expressions that begin with "%D" and "%I" are two-character
27 #. expansions; so for example, "%Iu" expands to the inode's user id
28 #. ownership field (inode->i_uid). Also the "%B" expansion is special:
29 #. it can expand to either the string "indirect block" (possibly preceded
30 #. by the word "double" or "triple"), or the string "block #" immediately
31 #. followed by an integer indicating a block sequence number.
33 #. %b <blk> block number
34 #. %B "indirect block" | "block #"<blkcount> string | string+integer
35 #. %c <blk2> block number
36 #. %Di <dirent> -> ino inode number
37 #. %Dn <dirent> -> name string
38 #. %Dr <dirent> -> rec_len
39 #. %Dl <dirent> -> name_len
40 #. %Dt <dirent> -> filetype
41 #. %d <dir> inode number
43 #. %i <ino> inode number
44 #. %Is <inode> -> i_size
45 #. %IS <inode> -> i_extra_isize
46 #. %Ib <inode> -> i_blocks
47 #. %Il <inode> -> i_links_count
48 #. %Im <inode> -> i_mode
49 #. %IM <inode> -> i_mtime
50 #. %IF <inode> -> i_faddr
51 #. %If <inode> -> i_file_acl
52 #. %Id <inode> -> i_size_high
53 #. %Iu <inode> -> i_uid
54 #. %Ig <inode> -> i_gid
55 #. %It <str> file type
56 #. %j <ino2> inode number
57 #. %m <com_err error message>
59 #. %p ext2fs_get_pathname of directory <ino>
60 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
61 #. the containing directory. (If dirent is NULL
62 #. then return the pathname of directory <ino2>)
63 #. %q ext2fs_get_pathname of directory <dir>
64 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
65 #. the containing directory.
66 #. %s <str> miscellaneous string
67 #. %S backup superblock
68 #. %X <num> hexadecimal format
73 "Project-Id-Version: e2fsprogs 1.44.5\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2018-12-15 22:49-0500\n"
76 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
77 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
78 "Language-Team: LANGUAGE <LL@li.org>\n"
81 "Content-Type: text/plain; charset=CHARSET\n"
82 "Content-Transfer-Encoding: 8bit\n"
83 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
85 #: e2fsck/badblocks.c:23 misc/mke2fs.c:220
87 msgid "Bad block %u out of range; ignored.\n"
90 #: e2fsck/badblocks.c:46
91 msgid "while sanity checking the bad blocks inode"
94 #: e2fsck/badblocks.c:58
95 msgid "while reading the bad blocks inode"
98 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1550
99 #: e2fsck/unix.c:1664 misc/badblocks.c:1251 misc/badblocks.c:1259
100 #: misc/badblocks.c:1273 misc/badblocks.c:1285 misc/dumpe2fs.c:431
101 #: misc/dumpe2fs.c:688 misc/dumpe2fs.c:692 misc/e2image.c:1412
102 #: misc/e2image.c:1596 misc/e2image.c:1617 misc/mke2fs.c:236
103 #: misc/tune2fs.c:2843 misc/tune2fs.c:2942 resize/main.c:414
105 msgid "while trying to open %s"
108 #: e2fsck/badblocks.c:83
110 msgid "while trying popen '%s'"
113 #: e2fsck/badblocks.c:94 misc/mke2fs.c:243
114 msgid "while reading in list of bad blocks from file"
117 #: e2fsck/badblocks.c:105
118 msgid "while updating bad block inode"
121 #: e2fsck/badblocks.c:133
123 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
126 #: e2fsck/dirinfo.c:331
127 msgid "while freeing dir_info tdb file"
130 #: e2fsck/ehandler.c:55
132 msgid "Error reading block %lu (%s) while %s. "
135 #: e2fsck/ehandler.c:58
137 msgid "Error reading block %lu (%s). "
140 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
144 #: e2fsck/ehandler.c:67
145 msgid "Force rewrite"
148 #: e2fsck/ehandler.c:109
150 msgid "Error writing block %lu (%s) while %s. "
153 #: e2fsck/ehandler.c:112
155 msgid "Error writing block %lu (%s). "
158 #: e2fsck/emptydir.c:57
159 msgid "empty dirblocks"
162 #: e2fsck/emptydir.c:62
163 msgid "empty dir map"
166 #: e2fsck/emptydir.c:98
168 msgid "Empty directory block %u (#%d) in inode %u\n"
171 #: e2fsck/extend.c:22
173 msgid "%s: %s filename nblocks blocksize\n"
176 #: e2fsck/extend.c:44
178 msgid "Illegal number of blocks!\n"
181 #: e2fsck/extend.c:50
183 msgid "Couldn't allocate block buffer (size=%d)\n"
186 #: e2fsck/extents.c:42
187 msgid "extent rebuild inode map"
190 #: e2fsck/flushb.c:35
192 msgid "Usage: %s disk\n"
195 #: e2fsck/flushb.c:64
197 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
202 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
205 #: e2fsck/iscan.c:81 e2fsck/unix.c:1075
207 msgid "while opening %s for flushing"
210 #: e2fsck/iscan.c:86 e2fsck/unix.c:1081 resize/main.c:383
212 msgid "while trying to flush %s"
215 #: e2fsck/iscan.c:110
217 msgid "while trying to open '%s'"
220 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1305
221 msgid "while opening inode scan"
224 #: e2fsck/iscan.c:127 misc/e2image.c:1324
225 msgid "while getting next inode"
228 #: e2fsck/iscan.c:136
230 msgid "%u inodes scanned.\n"
233 #: e2fsck/journal.c:597
234 msgid "reading journal superblock\n"
237 #: e2fsck/journal.c:670
239 msgid "%s: no valid journal superblock found\n"
242 #: e2fsck/journal.c:679
244 msgid "%s: journal too short\n"
247 #: e2fsck/journal.c:972 misc/fuse2fs.c:3786
249 msgid "%s: recovering journal\n"
252 #: e2fsck/journal.c:974
254 msgid "%s: won't do journal recovery while read-only\n"
257 #: e2fsck/journal.c:1001
259 msgid "while trying to re-open %s"
262 #: e2fsck/message.c:116
263 msgid "aextended attribute"
266 #: e2fsck/message.c:117
267 msgid "Aerror allocating"
270 #: e2fsck/message.c:118
274 #: e2fsck/message.c:119
278 #: e2fsck/message.c:120
282 #: e2fsck/message.c:121
283 msgid "Cconflicts with some other fs @b"
286 #: e2fsck/message.c:122
290 #: e2fsck/message.c:123
294 #: e2fsck/message.c:124
298 #: e2fsck/message.c:125
299 msgid "E@e '%Dn' in %p (%i)"
302 #: e2fsck/message.c:126
306 #: e2fsck/message.c:127
307 msgid "Ffor @i %i (%Q) is"
310 #: e2fsck/message.c:128
314 #: e2fsck/message.c:129
318 #: e2fsck/message.c:130
322 #: e2fsck/message.c:131
326 #: e2fsck/message.c:132
330 #: e2fsck/message.c:133
334 #: e2fsck/message.c:134
338 #: e2fsck/message.c:135
339 msgid "mmultiply-claimed"
342 #: e2fsck/message.c:136
346 #: e2fsck/message.c:137
350 #: e2fsck/message.c:138
354 #: e2fsck/message.c:139
358 #: e2fsck/message.c:140
362 #: e2fsck/message.c:141
366 #: e2fsck/message.c:142
370 #: e2fsck/message.c:143
374 #: e2fsck/message.c:144
378 #: e2fsck/message.c:145
382 #: e2fsck/message.c:146
386 #: e2fsck/message.c:157
387 msgid "<The NULL inode>"
390 #: e2fsck/message.c:158
391 msgid "<The bad blocks inode>"
394 #: e2fsck/message.c:160
395 msgid "<The user quota inode>"
398 #: e2fsck/message.c:161
399 msgid "<The group quota inode>"
402 #: e2fsck/message.c:162
403 msgid "<The boot loader inode>"
406 #: e2fsck/message.c:163
407 msgid "<The undelete directory inode>"
410 #: e2fsck/message.c:164
411 msgid "<The group descriptor inode>"
414 #: e2fsck/message.c:165
415 msgid "<The journal inode>"
418 #: e2fsck/message.c:166
419 msgid "<Reserved inode 9>"
422 #: e2fsck/message.c:167
423 msgid "<Reserved inode 10>"
426 #: e2fsck/message.c:327
430 #: e2fsck/message.c:329
434 #: e2fsck/message.c:331
435 msgid "character device"
438 #: e2fsck/message.c:333
442 #: e2fsck/message.c:335
446 #: e2fsck/message.c:337
447 msgid "symbolic link"
450 #: e2fsck/message.c:339 misc/uuidd.c:162
454 #: e2fsck/message.c:341
456 msgid "unknown file type with mode 0%o"
459 #: e2fsck/message.c:412
460 msgid "indirect block"
463 #: e2fsck/message.c:414
464 msgid "double indirect block"
467 #: e2fsck/message.c:416
468 msgid "triple indirect block"
471 #: e2fsck/message.c:418
472 msgid "translator block"
475 #: e2fsck/message.c:420
479 #: e2fsck/message.c:482
483 #: e2fsck/message.c:485
487 #: e2fsck/message.c:488
491 #: e2fsck/message.c:491
492 msgid "unknown quota type"
495 #: e2fsck/pass1b.c:222
496 msgid "multiply claimed inode map"
499 #: e2fsck/pass1b.c:672 e2fsck/pass1b.c:826
501 msgid "internal error: can't find dup_blk for %llu\n"
504 #: e2fsck/pass1b.c:952
505 msgid "returned from clone_file_block"
508 #: e2fsck/pass1b.c:976
510 msgid "internal error: couldn't lookup EA block record for %llu"
513 #: e2fsck/pass1b.c:988
515 msgid "internal error: couldn't lookup EA inode record for %u"
518 #: e2fsck/pass1.c:356
520 msgid "while hashing entry with e_value_inum = %u"
523 #: e2fsck/pass1.c:774 e2fsck/pass2.c:1005
524 msgid "reading directory block"
527 #: e2fsck/pass1.c:1223
528 msgid "in-use inode map"
531 #: e2fsck/pass1.c:1234
532 msgid "directory inode map"
535 #: e2fsck/pass1.c:1244
536 msgid "regular file inode map"
539 #: e2fsck/pass1.c:1253 misc/e2image.c:1280
540 msgid "in-use block map"
543 #: e2fsck/pass1.c:1262
544 msgid "metadata block map"
547 #: e2fsck/pass1.c:1324
548 msgid "opening inode scan"
551 #: e2fsck/pass1.c:1362
552 msgid "getting next inode from scan"
555 #: e2fsck/pass1.c:2066
559 #: e2fsck/pass1.c:2127
561 msgid "reading indirect blocks of inode %u"
564 #: e2fsck/pass1.c:2178
565 msgid "bad inode map"
568 #: e2fsck/pass1.c:2218
569 msgid "inode in bad block map"
572 #: e2fsck/pass1.c:2238
573 msgid "imagic inode map"
576 #: e2fsck/pass1.c:2269
577 msgid "multiply claimed block map"
580 #: e2fsck/pass1.c:2394
581 msgid "ext attr block map"
584 #: e2fsck/pass1.c:3638
586 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
589 #: e2fsck/pass1.c:4055
593 #: e2fsck/pass1.c:4061
597 #: e2fsck/pass1.c:4067
601 #: e2fsck/pass2.c:307
605 #: e2fsck/pass2.c:1077 e2fsck/pass2.c:1244
606 msgid "Can not continue."
610 msgid "inode done bitmap"
617 #: e2fsck/pass3.c:149
621 #: e2fsck/pass3.c:344
622 msgid "inode loop detection bitmap"
625 #: e2fsck/pass4.c:277
633 #: e2fsck/pass5.c:102
634 msgid "check_inode_bitmap_checksum: Memory allocation error"
637 #: e2fsck/pass5.c:156
638 msgid "check_block_bitmap_checksum: Memory allocation error"
641 #: e2fsck/problem.c:52
645 #: e2fsck/problem.c:53
649 #: e2fsck/problem.c:54
653 #: e2fsck/problem.c:55
657 #: e2fsck/problem.c:56
661 #: e2fsck/problem.c:57
665 #: e2fsck/problem.c:58
666 msgid "Connect to /lost+found"
669 #: e2fsck/problem.c:59
673 #: e2fsck/problem.c:60
677 #: e2fsck/problem.c:61
681 #: e2fsck/problem.c:62
685 #: e2fsck/problem.c:63
689 #: e2fsck/problem.c:64
693 #: e2fsck/problem.c:65
697 #: e2fsck/problem.c:66
698 msgid "Clone multiply-claimed blocks"
701 #: e2fsck/problem.c:67
705 #: e2fsck/problem.c:68
706 msgid "Suppress messages"
709 #: e2fsck/problem.c:69
713 #: e2fsck/problem.c:70
714 msgid "Clear HTree index"
717 #: e2fsck/problem.c:71
721 #: e2fsck/problem.c:72
725 #: e2fsck/problem.c:81
729 #: e2fsck/problem.c:82
733 #: e2fsck/problem.c:83
737 #: e2fsck/problem.c:84
741 #: e2fsck/problem.c:85
745 #: e2fsck/problem.c:86
749 #: e2fsck/problem.c:87
753 #: e2fsck/problem.c:88
757 #: e2fsck/problem.c:89
761 #: e2fsck/problem.c:90
765 #: e2fsck/problem.c:91
766 msgid "INODE CLEARED"
769 #: e2fsck/problem.c:92
773 #: e2fsck/problem.c:93
777 #: e2fsck/problem.c:94
781 #: e2fsck/problem.c:95
782 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
785 #: e2fsck/problem.c:96
789 #: e2fsck/problem.c:97
793 #: e2fsck/problem.c:98
797 #: e2fsck/problem.c:99
798 msgid "HTREE INDEX CLEARED"
801 #: e2fsck/problem.c:100
802 msgid "WILL RECREATE"
805 #: e2fsck/problem.c:101
806 msgid "WILL OPTIMIZE"
809 #: e2fsck/problem.c:115
810 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
811 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
814 #: e2fsck/problem.c:119
815 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
816 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
819 #: e2fsck/problem.c:124
820 #. @-expanded: inode table for group %g is not in group. (block %b)\n
821 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
823 "@i table for @g %g is not in @g. (@b %b)\n"
824 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
827 #: e2fsck/problem.c:130
829 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
830 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
831 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
832 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
833 #. @-expanded: e2fsck -b 8193 <device>\n
835 #. @-expanded: e2fsck -b 32768 <device>\n
839 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
840 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
841 "@f (and not swap or ufs or something else), then the @S\n"
842 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
843 " e2fsck -b 8193 <@v>\n"
845 " e2fsck -b 32768 <@v>\n"
849 #: e2fsck/problem.c:141
850 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
851 #. @-expanded: The physical size of the device is %c blocks\n
852 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
854 "The @f size (according to the @S) is %b @bs\n"
855 "The physical size of the @v is %c @bs\n"
856 "Either the @S or the partition table is likely to be corrupt!\n"
859 #: e2fsck/problem.c:148
860 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
861 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
862 #. @-expanded: from the block size.\n
864 "@S @b_size = %b, fragsize = %c.\n"
865 "This version of e2fsck does not support fragment sizes different\n"
866 "from the @b size.\n"
869 #: e2fsck/problem.c:155
870 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
871 msgid "@S @bs_per_group = %b, should have been %c\n"
874 #: e2fsck/problem.c:160
875 #. @-expanded: superblock first_data_block = %b, should have been %c\n
876 msgid "@S first_data_@b = %b, should have been %c\n"
879 #: e2fsck/problem.c:165
880 #. @-expanded: filesystem did not have a UUID; generating one.\n
883 "@f did not have a UUID; generating one.\n"
887 #: e2fsck/problem.c:170
890 "Note: if several inode or block bitmap blocks or part\n"
891 "of the inode table require relocation, you may wish to try\n"
892 "running e2fsck with the '-b %S' option first. The problem\n"
893 "may lie only with the primary block group descriptors, and\n"
894 "the backup block group descriptors may be OK.\n"
898 #: e2fsck/problem.c:179
899 #. @-expanded: Corruption found in superblock. (%s = %N).\n
900 msgid "Corruption found in @S. (%s = %N).\n"
903 #: e2fsck/problem.c:184
905 #. @-expanded: Error determining size of the physical device: %m\n
906 msgid "Error determining size of the physical @v: %m\n"
909 #: e2fsck/problem.c:189
910 #. @-expanded: inode count in superblock is %i, should be %j.\n
911 msgid "@i count in @S is %i, @s %j.\n"
914 #: e2fsck/problem.c:193
915 msgid "The Hurd does not support the filetype feature.\n"
918 #: e2fsck/problem.c:198
920 #. @-expanded: superblock has an invalid journal (inode %i).\n
921 msgid "@S has an @n @j (@i %i).\n"
924 #: e2fsck/problem.c:203
925 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
926 msgid "External @j has multiple @f users (unsupported).\n"
929 #: e2fsck/problem.c:208
930 #. @-expanded: Can't find external journal\n
931 msgid "Can't find external @j\n"
934 #: e2fsck/problem.c:213
935 #. @-expanded: External journal has bad superblock\n
936 msgid "External @j has bad @S\n"
939 #: e2fsck/problem.c:218
940 #. @-expanded: External journal does not support this filesystem\n
941 msgid "External @j does not support this @f\n"
944 #: e2fsck/problem.c:223
945 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
946 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
947 #. @-expanded: format.\n
948 #. @-expanded: It is also possible the journal superblock is corrupt.\n
950 "@f @j @S is unknown type %N (unsupported).\n"
951 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
953 "It is also possible the @j @S is corrupt.\n"
956 #: e2fsck/problem.c:232
957 #. @-expanded: journal superblock is corrupt.\n
958 msgid "@j @S is corrupt.\n"
961 #: e2fsck/problem.c:237
962 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
963 msgid "@S has_@j flag is clear, but a @j is present.\n"
966 #: e2fsck/problem.c:242
967 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
968 msgid "@S needs_recovery flag is set, but no @j is present.\n"
971 #: e2fsck/problem.c:247
972 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
973 msgid "@S needs_recovery flag is clear, but @j has data.\n"
976 #: e2fsck/problem.c:252
977 #. @-expanded: Clear journal
981 #: e2fsck/problem.c:257 e2fsck/problem.c:768
982 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
983 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
986 #: e2fsck/problem.c:262
987 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
988 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
991 #: e2fsck/problem.c:267
992 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
993 msgid "@I %B (%b) found in @o @i %i.\n"
996 #: e2fsck/problem.c:272
997 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
998 msgid "Already cleared %B (%b) found in @o @i %i.\n"
1001 #: e2fsck/problem.c:277
1003 #. @-expanded: illegal orphaned inode %i in superblock.\n
1004 msgid "@I @o @i %i in @S.\n"
1007 #: e2fsck/problem.c:282
1009 #. @-expanded: illegal inode %i in orphaned inode list.\n
1010 msgid "@I @i %i in @o @i list.\n"
1013 #: e2fsck/problem.c:287
1014 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
1015 msgid "@j @S has an unknown read-only feature flag set.\n"
1018 #: e2fsck/problem.c:292
1019 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1020 msgid "@j @S has an unknown incompatible feature flag set.\n"
1023 #: e2fsck/problem.c:297
1024 #. @-expanded: journal version not supported by this e2fsck.\n
1025 msgid "@j version not supported by this e2fsck.\n"
1028 #: e2fsck/problem.c:302
1030 #. @-expanded: Moving journal from /%s to hidden inode.\n
1033 "Moving @j from /%s to hidden @i.\n"
1037 #: e2fsck/problem.c:307
1039 #. @-expanded: Error moving journal: %m\n
1042 "Error moving @j: %m\n"
1046 #: e2fsck/problem.c:312
1047 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1048 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1051 "Found @n V2 @j @S fields (from V1 @j).\n"
1052 "Clearing fields beyond the V1 @j @S...\n"
1056 #: e2fsck/problem.c:318
1057 #. @-expanded: Run journal anyway
1058 msgid "Run @j anyway"
1061 #: e2fsck/problem.c:323
1062 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1063 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1066 #: e2fsck/problem.c:328
1067 #. @-expanded: Backing up journal inode block information.\n
1070 "Backing up @j @i @b information.\n"
1074 #: e2fsck/problem.c:334
1075 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1076 #. @-expanded: is %N; should be zero.
1078 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1082 #: e2fsck/problem.c:340
1083 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1084 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1087 #: e2fsck/problem.c:345
1088 #. @-expanded: Resize inode not valid.
1089 msgid "Resize @i not valid. "
1092 #: e2fsck/problem.c:350
1093 #. @-expanded: superblock last mount time (%t,\n
1094 #. @-expanded: \tnow = %T) is in the future.\n
1096 "@S last mount time (%t,\n"
1097 "\tnow = %T) is in the future.\n"
1100 #: e2fsck/problem.c:355
1101 #. @-expanded: superblock last write time (%t,\n
1102 #. @-expanded: \tnow = %T) is in the future.\n
1104 "@S last write time (%t,\n"
1105 "\tnow = %T) is in the future.\n"
1108 #: e2fsck/problem.c:360
1110 #. @-expanded: superblock hint for external superblock should be %X.
1111 msgid "@S hint for external superblock @s %X. "
1114 #: e2fsck/problem.c:365
1115 #. @-expanded: Adding dirhash hint to filesystem.\n
1118 "Adding dirhash hint to @f.\n"
1122 #: e2fsck/problem.c:370
1123 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1124 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1127 #: e2fsck/problem.c:375
1129 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1130 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1133 #: e2fsck/problem.c:380
1134 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1135 msgid "@g descriptor %g has invalid unused inodes count %b. "
1138 #: e2fsck/problem.c:385
1139 #. @-expanded: Last group block bitmap uninitialized.
1140 msgid "Last @g @b @B uninitialized. "
1143 #: e2fsck/problem.c:390
1145 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1148 #: e2fsck/problem.c:395
1149 msgid "The test_fs flag is set (and ext4 is available). "
1152 #: e2fsck/problem.c:400
1153 #. @-expanded: superblock last mount time is in the future.\n
1154 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1155 #. @-expanded: set)\n
1157 "@S last mount time is in the future.\n"
1158 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1162 #: e2fsck/problem.c:406
1163 #. @-expanded: superblock last write time is in the future.\n
1164 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1165 #. @-expanded: set)\n
1167 "@S last write time is in the future.\n"
1168 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1172 #: e2fsck/problem.c:412
1173 #. @-expanded: One or more block group descriptor checksums are invalid.
1174 msgid "One or more @b @g descriptor checksums are invalid. "
1177 #: e2fsck/problem.c:417
1178 #. @-expanded: Setting free inodes count to %j (was %i)\n
1179 msgid "Setting free @is count to %j (was %i)\n"
1182 #: e2fsck/problem.c:422
1183 #. @-expanded: Setting free blocks count to %c (was %b)\n
1184 msgid "Setting free @bs count to %c (was %b)\n"
1187 #: e2fsck/problem.c:427
1188 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1189 msgid "Hiding %U @q @i %i (%Q).\n"
1192 #: e2fsck/problem.c:432
1193 #. @-expanded: superblock has invalid MMP block.
1194 msgid "@S has invalid MMP block. "
1197 #: e2fsck/problem.c:437
1198 #. @-expanded: superblock has invalid MMP magic.
1199 msgid "@S has invalid MMP magic. "
1202 #: e2fsck/problem.c:442
1204 msgid "ext2fs_open2: %m\n"
1207 #: e2fsck/problem.c:447
1209 msgid "ext2fs_check_desc: %m\n"
1212 #: e2fsck/problem.c:453
1213 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1214 #. @-expanded: simultaneously.
1216 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1220 #: e2fsck/problem.c:459
1221 #. @-expanded: superblock MMP block checksum does not match.
1222 msgid "@S MMP @b checksum does not match. "
1225 #: e2fsck/problem.c:464
1226 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1227 msgid "@S 64bit @f needs extents to access the whole disk. "
1230 #: e2fsck/problem.c:469
1231 msgid "First_meta_bg is too big. (%N, max value %g). "
1234 #: e2fsck/problem.c:474
1235 #. @-expanded: External journal superblock checksum does not match superblock.
1236 msgid "External @j @S checksum does not match @S. "
1239 #: e2fsck/problem.c:479
1240 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1241 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1244 #: e2fsck/problem.c:484
1246 msgid "Error initializing quota context in support library: %m\n"
1249 #: e2fsck/problem.c:489
1250 #. @-expanded: Bad required extra isize in superblock (%N).
1251 msgid "Bad required extra isize in @S (%N). "
1254 #: e2fsck/problem.c:494
1255 #. @-expanded: Bad desired extra isize in superblock (%N).
1256 msgid "Bad desired extra isize in @S (%N). "
1259 #: e2fsck/problem.c:499
1260 #. @-expanded: Invalid %U quota inode %i.
1261 msgid "Invalid %U @q @i %i. "
1264 #: e2fsck/problem.c:504
1265 #. @-expanded: superblock would have too many inodes (%N).\n
1266 msgid "@S would have too many inodes (%N).\n"
1269 #: e2fsck/problem.c:509
1270 #. @-expanded: Resize_inode and meta_bg features are enabled. Those features are\n
1271 #. @-expanded: not compatible. Resize inode should be disabled.
1273 "Resize_@i and meta_bg features are enabled. Those features are\n"
1274 "not compatible. Resize @i should be disabled. "
1277 #: e2fsck/problem.c:517
1278 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1279 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1282 #: e2fsck/problem.c:521
1283 #. @-expanded: root inode is not a directory.
1284 msgid "@r is not a @d. "
1287 #: e2fsck/problem.c:526
1288 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1289 msgid "@r has dtime set (probably due to old mke2fs). "
1292 #: e2fsck/problem.c:531
1293 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1294 msgid "Reserved @i %i (%Q) has @n mode. "
1297 #: e2fsck/problem.c:536
1299 #. @-expanded: deleted inode %i has zero dtime.
1300 msgid "@D @i %i has zero dtime. "
1303 #: e2fsck/problem.c:541
1305 #. @-expanded: inode %i is in use, but has dtime set.
1306 msgid "@i %i is in use, but has dtime set. "
1309 #: e2fsck/problem.c:546
1311 #. @-expanded: inode %i is a zero-length directory.
1312 msgid "@i %i is a @z @d. "
1315 #: e2fsck/problem.c:551
1316 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1317 msgid "@g %g's @b @B at %b @C.\n"
1320 #: e2fsck/problem.c:556
1321 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1322 msgid "@g %g's @i @B at %b @C.\n"
1325 #: e2fsck/problem.c:561
1326 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1327 msgid "@g %g's @i table at %b @C.\n"
1330 #: e2fsck/problem.c:566
1331 #. @-expanded: group %g's block bitmap (%b) is bad.
1332 msgid "@g %g's @b @B (%b) is bad. "
1335 #: e2fsck/problem.c:571
1336 #. @-expanded: group %g's inode bitmap (%b) is bad.
1337 msgid "@g %g's @i @B (%b) is bad. "
1340 #: e2fsck/problem.c:576
1341 #. @-expanded: inode %i, i_size is %Is, should be %N.
1342 msgid "@i %i, i_size is %Is, @s %N. "
1345 #: e2fsck/problem.c:581
1346 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1347 msgid "@i %i, i_@bs is %Ib, @s %N. "
1350 #: e2fsck/problem.c:586
1351 #. @-expanded: illegal %B (%b) in inode %i.
1352 msgid "@I %B (%b) in @i %i. "
1355 #: e2fsck/problem.c:591
1356 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1357 msgid "%B (%b) overlaps @f metadata in @i %i. "
1360 #: e2fsck/problem.c:596
1362 #. @-expanded: inode %i has illegal block(s).
1363 msgid "@i %i has illegal @b(s). "
1366 #: e2fsck/problem.c:601
1368 #. @-expanded: Too many illegal blocks in inode %i.\n
1369 msgid "Too many illegal @bs in @i %i.\n"
1372 #: e2fsck/problem.c:606
1373 #. @-expanded: illegal %B (%b) in bad block inode.
1374 msgid "@I %B (%b) in bad @b @i. "
1377 #: e2fsck/problem.c:611
1378 #. @-expanded: Bad block inode has illegal block(s).
1379 msgid "Bad @b @i has illegal @b(s). "
1382 #: e2fsck/problem.c:616
1383 #. @-expanded: Duplicate or bad block in use!\n
1384 msgid "Duplicate or bad @b in use!\n"
1387 #: e2fsck/problem.c:621
1388 #. @-expanded: Bad block %b used as bad block inode indirect block.
1389 msgid "Bad @b %b used as bad @b @i indirect @b. "
1392 #: e2fsck/problem.c:626
1394 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1395 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1396 #. @-expanded: in the filesystem.\n
1399 "The bad @b @i has probably been corrupted. You probably\n"
1400 "should stop now and run e2fsck -c to scan for bad blocks\n"
1404 #: e2fsck/problem.c:633
1406 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1409 "If the @b is really bad, the @f can not be fixed.\n"
1412 #: e2fsck/problem.c:638
1413 #. @-expanded: You can remove this block from the bad block list and hope\n
1414 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1417 "You can remove this @b from the bad @b list and hope\n"
1418 "that the @b is really OK. But there are no guarantees.\n"
1422 #: e2fsck/problem.c:644
1423 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1424 msgid "The primary @S (%b) is on the bad @b list.\n"
1427 #: e2fsck/problem.c:649
1428 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1429 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1432 #: e2fsck/problem.c:655
1433 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1434 msgid "Warning: Group %g's @S (%b) is bad.\n"
1437 #: e2fsck/problem.c:661
1438 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1439 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1442 #: e2fsck/problem.c:667
1443 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1444 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1447 #: e2fsck/problem.c:673
1448 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1449 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1452 #: e2fsck/problem.c:678
1454 #. @-expanded: error allocating block buffer for relocating %s\n
1455 msgid "@A @b buffer for relocating %s\n"
1458 #: e2fsck/problem.c:683
1459 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1460 msgid "Relocating @g %g's %s from %b to %c...\n"
1463 #: e2fsck/problem.c:688
1465 #. @-expanded: Relocating group %g's %s to %c...\n
1466 msgid "Relocating @g %g's %s to %c...\n"
1469 #: e2fsck/problem.c:693
1470 #. @-expanded: Warning: could not read block %b of %s: %m\n
1471 msgid "Warning: could not read @b %b of %s: %m\n"
1474 #: e2fsck/problem.c:698
1475 #. @-expanded: Warning: could not write block %b for %s: %m\n
1476 msgid "Warning: could not write @b %b for %s: %m\n"
1479 #: e2fsck/problem.c:703 e2fsck/problem.c:1781
1480 #. @-expanded: error allocating inode bitmap (%N): %m\n
1481 msgid "@A @i @B (%N): %m\n"
1484 #: e2fsck/problem.c:708
1485 #. @-expanded: error allocating block bitmap (%N): %m\n
1486 msgid "@A @b @B (%N): %m\n"
1489 #: e2fsck/problem.c:713
1491 #. @-expanded: error allocating icount link information: %m\n
1492 msgid "@A icount link information: %m\n"
1495 #: e2fsck/problem.c:718
1497 #. @-expanded: error allocating directory block array: %m\n
1498 msgid "@A @d @b array: %m\n"
1501 #: e2fsck/problem.c:723
1503 #. @-expanded: Error while scanning inodes (%i): %m\n
1504 msgid "Error while scanning @is (%i): %m\n"
1507 #: e2fsck/problem.c:728
1509 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1510 msgid "Error while iterating over @bs in @i %i: %m\n"
1513 #: e2fsck/problem.c:733
1514 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1515 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1518 #: e2fsck/problem.c:738
1519 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1520 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1523 #: e2fsck/problem.c:744
1525 #. @-expanded: Error reading inode %i: %m\n
1526 msgid "Error reading @i %i: %m\n"
1529 #: e2fsck/problem.c:752
1531 #. @-expanded: inode %i has imagic flag set.
1532 msgid "@i %i has imagic flag set. "
1535 #: e2fsck/problem.c:757
1537 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1538 #. @-expanded: or append-only flag set.
1540 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1541 "or append-only flag set. "
1544 #: e2fsck/problem.c:763
1546 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1547 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1550 #: e2fsck/problem.c:773
1551 #. @-expanded: journal inode is not in use, but contains data.
1552 msgid "@j @i is not in use, but contains data. "
1555 #: e2fsck/problem.c:778
1556 #. @-expanded: journal is not regular file.
1557 msgid "@j is not regular file. "
1560 #: e2fsck/problem.c:783
1562 #. @-expanded: inode %i was part of the orphaned inode list.
1563 msgid "@i %i was part of the @o @i list. "
1566 #: e2fsck/problem.c:789
1567 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1568 msgid "@is that were part of a corrupted orphan linked list found. "
1571 #: e2fsck/problem.c:794
1572 #. @-expanded: error allocating refcount structure (%N): %m\n
1573 msgid "@A refcount structure (%N): %m\n"
1576 #: e2fsck/problem.c:799
1577 #. @-expanded: Error reading extended attribute block %b for inode %i.
1578 msgid "Error reading @a @b %b for @i %i. "
1581 #: e2fsck/problem.c:804
1582 #. @-expanded: inode %i has a bad extended attribute block %b.
1583 msgid "@i %i has a bad @a @b %b. "
1586 #: e2fsck/problem.c:809
1587 #. @-expanded: Error reading extended attribute block %b (%m).
1588 msgid "Error reading @a @b %b (%m). "
1591 #: e2fsck/problem.c:814
1592 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1593 msgid "@a @b %b has reference count %r, @s %N. "
1596 #: e2fsck/problem.c:819
1597 #. @-expanded: Error writing extended attribute block %b (%m).
1598 msgid "Error writing @a @b %b (%m). "
1601 #: e2fsck/problem.c:824
1602 #. @-expanded: extended attribute block %b has h_blocks > 1.
1603 msgid "@a @b %b has h_@bs > 1. "
1606 #: e2fsck/problem.c:829
1607 #. @-expanded: error allocating extended attribute region allocation structure.
1608 msgid "@A @a region allocation structure. "
1611 #: e2fsck/problem.c:834
1612 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1613 msgid "@a @b %b is corrupt (allocation collision). "
1616 #: e2fsck/problem.c:839
1617 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1618 msgid "@a @b %b is corrupt (@n name). "
1621 #: e2fsck/problem.c:844
1622 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1623 msgid "@a @b %b is corrupt (@n value). "
1626 #: e2fsck/problem.c:849
1628 #. @-expanded: inode %i is too big.
1629 msgid "@i %i is too big. "
1632 #: e2fsck/problem.c:853
1633 #. @-expanded: %B (%b) causes directory to be too big.
1634 msgid "%B (%b) causes @d to be too big. "
1637 #: e2fsck/problem.c:858
1638 msgid "%B (%b) causes file to be too big. "
1641 #: e2fsck/problem.c:863
1642 msgid "%B (%b) causes symlink to be too big. "
1645 #: e2fsck/problem.c:868
1647 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1648 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1651 #: e2fsck/problem.c:873
1653 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1654 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1657 #: e2fsck/problem.c:878
1659 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1660 msgid "@h %i has an @n root node.\n"
1663 #: e2fsck/problem.c:883
1664 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1665 msgid "@h %i has an unsupported hash version (%N)\n"
1668 #: e2fsck/problem.c:888
1670 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1671 msgid "@h %i uses an incompatible htree root node flag.\n"
1674 #: e2fsck/problem.c:893
1675 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1676 msgid "@h %i has a tree depth (%N) which is too big\n"
1679 #: e2fsck/problem.c:899
1680 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1681 #. @-expanded: filesystem metadata.
1683 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1687 #: e2fsck/problem.c:905
1689 #. @-expanded: Resize inode (re)creation failed: %m.
1690 msgid "Resize @i (re)creation failed: %m."
1693 #: e2fsck/problem.c:910
1694 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1695 msgid "@i %i has a extra size (%IS) which is @n\n"
1698 #: e2fsck/problem.c:915
1699 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1700 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1703 #: e2fsck/problem.c:920
1704 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1705 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1708 #: e2fsck/problem.c:925
1709 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1710 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1713 #: e2fsck/problem.c:930
1714 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1715 msgid "@a in @i %i has a value size (%N) which is @n\n"
1718 #: e2fsck/problem.c:935
1719 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1720 msgid "@a in @i %i has a hash (%N) which is @n\n"
1723 #: e2fsck/problem.c:940
1724 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1725 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1728 #: e2fsck/problem.c:945
1730 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1731 msgid "Error while reading over @x tree in @i %i: %m\n"
1734 #: e2fsck/problem.c:950
1735 #. @-expanded: Failed to iterate extents in inode %i\n
1736 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1738 "Failed to iterate extents in @i %i\n"
1739 "\t(op %s, blk %b, lblk %c): %m\n"
1742 #: e2fsck/problem.c:956
1743 #. @-expanded: inode %i has an invalid extent\n
1744 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1746 "@i %i has an @n extent\n"
1747 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1750 #: e2fsck/problem.c:961
1751 #. @-expanded: inode %i has an invalid extent\n
1752 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1754 "@i %i has an @n extent\n"
1755 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1758 #: e2fsck/problem.c:966
1760 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1761 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1764 #: e2fsck/problem.c:971
1766 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1767 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1770 #: e2fsck/problem.c:976
1772 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1773 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1776 #: e2fsck/problem.c:981
1778 msgid "Fast symlink %i has EXTENT_FL set. "
1781 #: e2fsck/problem.c:986
1782 #. @-expanded: inode %i has out of order extents\n
1783 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1785 "@i %i has out of order extents\n"
1786 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1789 #: e2fsck/problem.c:990
1790 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1791 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1794 #: e2fsck/problem.c:995
1796 #. @-expanded: Error converting subcluster block bitmap: %m\n
1797 msgid "Error converting subcluster @b @B: %m\n"
1800 #: e2fsck/problem.c:1000
1801 #. @-expanded: quota inode is not a regular file.
1802 msgid "@q @i is not a regular file. "
1805 #: e2fsck/problem.c:1005
1806 #. @-expanded: quota inode is not in use, but contains data.
1807 msgid "@q @i is not in use, but contains data. "
1810 #: e2fsck/problem.c:1010
1811 #. @-expanded: quota inode is visible to the user.
1812 msgid "@q @i is visible to the user. "
1815 #: e2fsck/problem.c:1015
1816 #. @-expanded: The bad block inode looks invalid.
1817 msgid "The bad @b @i looks @n. "
1820 #: e2fsck/problem.c:1020
1821 #. @-expanded: inode %i has zero length extent\n
1822 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1824 "@i %i has zero length extent\n"
1825 "\t(@n logical @b %c, physical @b %b)\n"
1828 #: e2fsck/problem.c:1025
1830 #. @-expanded: inode %i seems to contain garbage.
1831 msgid "@i %i seems to contain garbage. "
1834 #: e2fsck/problem.c:1030
1836 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1837 msgid "@i %i passes checks, but checksum does not match @i. "
1840 #: e2fsck/problem.c:1035
1842 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1843 msgid "@i %i @a is corrupt (allocation collision). "
1846 #: e2fsck/problem.c:1043
1847 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1848 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1850 "@i %i extent block passes checks, but checksum does not match extent\n"
1851 "\t(logical @b %c, physical @b %b, len %N)\n"
1854 #: e2fsck/problem.c:1052
1855 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1856 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1859 #: e2fsck/problem.c:1057
1860 #. @-expanded: Interior extent node level %N of inode %i:\n
1861 #. @-expanded: Logical start %b does not match logical start %c at next level.
1863 "Interior @x node level %N of @i %i:\n"
1864 "Logical start %b does not match logical start %c at next level. "
1867 #: e2fsck/problem.c:1063
1868 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1869 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1871 "@i %i, end of extent exceeds allowed value\n"
1872 "\t(logical @b %c, physical @b %b, len %N)\n"
1875 #: e2fsck/problem.c:1068
1877 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1878 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1881 #: e2fsck/problem.c:1073
1883 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1884 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1887 #: e2fsck/problem.c:1080
1888 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1890 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1893 #: e2fsck/problem.c:1085
1894 #. @-expanded: directory inode %i block %b should be at block %c.
1895 msgid "@d @i %i @b %b should be at @b %c. "
1898 #: e2fsck/problem.c:1090
1900 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1901 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1904 #: e2fsck/problem.c:1095
1905 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1906 #. @-expanded: Will fix in pass 1B.\n
1908 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1909 "Will fix in pass 1B.\n"
1912 #: e2fsck/problem.c:1100
1914 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1915 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1918 #: e2fsck/problem.c:1106
1920 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1921 #. @-expanded: or inline-data flag set.
1923 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1924 "or inline-data flag set. "
1927 #: e2fsck/problem.c:1112
1929 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1930 msgid "@i %i has @x header but inline data flag is set.\n"
1933 #: e2fsck/problem.c:1117
1935 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1936 msgid "@i %i seems to have inline data but @x flag is set.\n"
1939 #: e2fsck/problem.c:1122
1941 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1942 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1945 #: e2fsck/problem.c:1127
1947 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1948 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1951 #: e2fsck/problem.c:1132
1952 #. @-expanded: Bad block list says the bad block list inode is bad.
1953 msgid "Bad block list says the bad block list @i is bad. "
1956 #: e2fsck/problem.c:1137
1957 #. @-expanded: error allocating extent region allocation structure.
1958 msgid "@A @x region allocation structure. "
1961 #: e2fsck/problem.c:1142
1962 #. @-expanded: inode %i has a duplicate extent mapping\n
1963 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1965 "@i %i has a duplicate @x mapping\n"
1966 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1969 #: e2fsck/problem.c:1147
1970 #. @-expanded: error allocating memory for encrypted directory list\n
1971 msgid "@A memory for encrypted @d list\n"
1974 #: e2fsck/problem.c:1152
1975 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1976 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1979 #: e2fsck/problem.c:1157
1981 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1982 msgid "@i %i on bigalloc @f cannot be @b mapped. "
1985 #: e2fsck/problem.c:1162
1987 #. @-expanded: inode %i has corrupt extent header.
1988 msgid "@i %i has corrupt @x header. "
1991 #: e2fsck/problem.c:1167
1993 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1994 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1997 #: e2fsck/problem.c:1172
1998 #. @-expanded: inode %i has illegal extended attribute value inode %N.\n
1999 msgid "@i %i has @I @a value @i %N.\n"
2002 #: e2fsck/problem.c:1178
2003 #. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
2004 msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
2007 #: e2fsck/problem.c:1183
2008 #. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
2011 "EA @i %N for parent @i %i missing EA_INODE flag.\n"
2015 #: e2fsck/problem.c:1191
2017 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2018 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
2021 "Running additional passes to resolve @bs claimed by more than one @i...\n"
2022 "Pass 1B: Rescanning for @m @bs\n"
2025 #: e2fsck/problem.c:1197
2027 #. @-expanded: multiply-claimed block(s) in inode %i:
2028 msgid "@m @b(s) in @i %i:"
2031 #: e2fsck/problem.c:1212
2033 msgid "Error while scanning inodes (%i): %m\n"
2036 #: e2fsck/problem.c:1217
2038 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
2039 msgid "@A @i @B (@i_dup_map): %m\n"
2042 #: e2fsck/problem.c:1222
2044 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
2045 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2048 #: e2fsck/problem.c:1227 e2fsck/problem.c:1589
2049 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2050 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2053 #: e2fsck/problem.c:1237
2054 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2055 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2058 #: e2fsck/problem.c:1243
2059 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2060 msgid "Pass 1D: Reconciling @m @bs\n"
2063 #: e2fsck/problem.c:1248
2064 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2065 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
2067 "File %Q (@i #%i, mod time %IM) \n"
2068 " has %r @m @b(s), shared with %N file(s):\n"
2071 #: e2fsck/problem.c:1254
2072 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2073 msgid "\t%Q (@i #%i, mod time %IM)\n"
2076 #: e2fsck/problem.c:1259
2077 #. @-expanded: \t<filesystem metadata>\n
2078 msgid "\t<@f metadata>\n"
2081 #: e2fsck/problem.c:1264
2082 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2085 "(There are %N @is containing @m @bs.)\n"
2089 #: e2fsck/problem.c:1269
2090 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2093 "@m @bs already reassigned or cloned.\n"
2097 #: e2fsck/problem.c:1282
2099 msgid "Couldn't clone file: %m\n"
2102 #: e2fsck/problem.c:1288
2103 #. @-expanded: Pass 1E: Optimizing extent trees\n
2104 msgid "Pass 1E: Optimizing @x trees\n"
2107 #: e2fsck/problem.c:1293
2109 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2110 msgid "Failed to optimize @x tree %p (%i): %m\n"
2113 #: e2fsck/problem.c:1298
2114 #. @-expanded: Optimizing extent trees:
2115 msgid "Optimizing @x trees: "
2118 #: e2fsck/problem.c:1313
2119 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2122 #: e2fsck/problem.c:1318
2123 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2124 msgid "@i %i @x tree (at level %b) could be shorter. "
2127 #: e2fsck/problem.c:1323
2128 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2129 msgid "@i %i @x tree (at level %b) could be narrower. "
2132 #: e2fsck/problem.c:1330
2133 #. @-expanded: Pass 2: Checking directory structure\n
2134 msgid "Pass 2: Checking @d structure\n"
2137 #: e2fsck/problem.c:1335
2139 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2140 msgid "@n @i number for '.' in @d @i %i.\n"
2143 #: e2fsck/problem.c:1340
2144 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2145 msgid "@E has @n @i #: %Di.\n"
2148 #: e2fsck/problem.c:1345
2149 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2150 msgid "@E has @D/unused @i %Di. "
2153 #: e2fsck/problem.c:1350
2154 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2155 msgid "@E @L to '.' "
2158 #: e2fsck/problem.c:1355
2159 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2160 msgid "@E points to @i (%Di) located in a bad @b.\n"
2163 #: e2fsck/problem.c:1360
2164 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2165 msgid "@E @L to @d %P (%Di).\n"
2168 #: e2fsck/problem.c:1365
2169 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2170 msgid "@E @L to the @r.\n"
2173 #: e2fsck/problem.c:1370
2174 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2175 msgid "@E has illegal characters in its name.\n"
2178 #: e2fsck/problem.c:1375
2180 #. @-expanded: Missing '.' in directory inode %i.\n
2181 msgid "Missing '.' in @d @i %i.\n"
2184 #: e2fsck/problem.c:1380
2186 #. @-expanded: Missing '..' in directory inode %i.\n
2187 msgid "Missing '..' in @d @i %i.\n"
2190 #: e2fsck/problem.c:1385
2191 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2192 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2195 #: e2fsck/problem.c:1390
2196 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2197 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2200 #: e2fsck/problem.c:1395
2201 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2202 msgid "i_faddr @F %IF, @s zero.\n"
2205 #: e2fsck/problem.c:1400
2206 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2207 msgid "i_file_acl @F %If, @s zero.\n"
2210 #: e2fsck/problem.c:1405
2211 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
2212 msgid "i_size_high @F %Id, @s zero.\n"
2215 #: e2fsck/problem.c:1410
2216 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2217 msgid "i_frag @F %N, @s zero.\n"
2220 #: e2fsck/problem.c:1415
2221 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2222 msgid "i_fsize @F %N, @s zero.\n"
2225 #: e2fsck/problem.c:1420
2226 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2227 msgid "@i %i (%Q) has @n mode (%Im).\n"
2230 #: e2fsck/problem.c:1425
2231 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2232 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2235 #: e2fsck/problem.c:1430
2236 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2237 msgid "@d @i %i, %B, offset %N: filename too long\n"
2240 #: e2fsck/problem.c:1435
2241 #. @-expanded: directory inode %i has an unallocated %B.
2242 msgid "@d @i %i has an unallocated %B. "
2245 #: e2fsck/problem.c:1440
2247 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2248 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2251 #: e2fsck/problem.c:1445
2253 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2254 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2257 #: e2fsck/problem.c:1450
2258 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2259 msgid "@i %i (%Q) is an @I character @v.\n"
2262 #: e2fsck/problem.c:1455
2263 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2264 msgid "@i %i (%Q) is an @I @b @v.\n"
2267 #: e2fsck/problem.c:1460
2268 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2269 msgid "@E is duplicate '.' @e.\n"
2272 #: e2fsck/problem.c:1465
2273 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2274 msgid "@E is duplicate '..' @e.\n"
2277 #: e2fsck/problem.c:1470 e2fsck/problem.c:1806
2279 msgid "Internal error: couldn't find dir_info for %i.\n"
2282 #: e2fsck/problem.c:1475
2283 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2284 msgid "@E has rec_len of %Dr, @s %N.\n"
2287 #: e2fsck/problem.c:1480
2289 #. @-expanded: error allocating icount structure: %m\n
2290 msgid "@A icount structure: %m\n"
2293 #: e2fsck/problem.c:1485
2295 #. @-expanded: Error iterating over directory blocks: %m\n
2296 msgid "Error iterating over @d @bs: %m\n"
2299 #: e2fsck/problem.c:1490
2300 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2301 msgid "Error reading @d @b %b (@i %i): %m\n"
2304 #: e2fsck/problem.c:1495
2305 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2306 msgid "Error writing @d @b %b (@i %i): %m\n"
2309 #: e2fsck/problem.c:1500
2311 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2312 msgid "@A new @d @b for @i %i (%s): %m\n"
2315 #: e2fsck/problem.c:1505
2317 #. @-expanded: Error deallocating inode %i: %m\n
2318 msgid "Error deallocating @i %i: %m\n"
2321 #: e2fsck/problem.c:1510
2323 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2324 msgid "@d @e for '.' in %p (%i) is big.\n"
2327 #: e2fsck/problem.c:1515
2328 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2329 msgid "@i %i (%Q) is an @I FIFO.\n"
2332 #: e2fsck/problem.c:1520
2333 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2334 msgid "@i %i (%Q) is an @I socket.\n"
2337 #: e2fsck/problem.c:1525
2338 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2339 msgid "Setting filetype for @E to %N.\n"
2342 #: e2fsck/problem.c:1530
2343 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2344 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2347 #: e2fsck/problem.c:1535
2348 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2349 msgid "@E has filetype set.\n"
2352 #: e2fsck/problem.c:1540
2353 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2354 msgid "@E has a @z name.\n"
2357 #: e2fsck/problem.c:1545
2358 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2359 msgid "Symlink %Q (@i #%i) is @n.\n"
2362 #: e2fsck/problem.c:1550
2363 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2364 msgid "@a @b @F @n (%If).\n"
2367 #: e2fsck/problem.c:1555
2368 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2369 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2372 #: e2fsck/problem.c:1560
2373 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2374 msgid "@p @h %d: %B not referenced\n"
2377 #: e2fsck/problem.c:1565
2378 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2379 msgid "@p @h %d: %B referenced twice\n"
2382 #: e2fsck/problem.c:1570
2383 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2384 msgid "@p @h %d: %B has bad min hash\n"
2387 #: e2fsck/problem.c:1575
2388 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2389 msgid "@p @h %d: %B has bad max hash\n"
2392 #: e2fsck/problem.c:1580
2393 #. @-expanded: invalid HTREE directory inode %d (%q).
2394 msgid "@n @h %d (%q). "
2397 #: e2fsck/problem.c:1584
2398 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2399 msgid "@p @h %d (%q): bad @b number %b.\n"
2402 #: e2fsck/problem.c:1594
2404 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2405 msgid "@p @h %d: root node is @n\n"
2408 #: e2fsck/problem.c:1599
2409 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2410 msgid "@p @h %d: %B has @n limit (%N)\n"
2413 #: e2fsck/problem.c:1604
2414 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2415 msgid "@p @h %d: %B has @n count (%N)\n"
2418 #: e2fsck/problem.c:1609
2419 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2420 msgid "@p @h %d: %B has an unordered hash table\n"
2423 #: e2fsck/problem.c:1614
2424 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2425 msgid "@p @h %d: %B has @n depth (%N)\n"
2428 #: e2fsck/problem.c:1619
2429 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2430 msgid "Duplicate @E found. "
2433 #: e2fsck/problem.c:1624
2435 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2436 #. @-expanded: Rename to %s
2438 "@E has a non-unique filename.\n"
2442 #: e2fsck/problem.c:1629
2443 #. @-expanded: Duplicate entry '%Dn' found.\n
2444 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2447 "Duplicate @e '%Dn' found.\n"
2448 "\tMarking %p (%i) to be rebuilt.\n"
2452 #: e2fsck/problem.c:1634
2453 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2454 msgid "i_blocks_hi @F %N, @s zero.\n"
2457 #: e2fsck/problem.c:1639
2458 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2459 msgid "Unexpected @b in @h %d (%q).\n"
2462 #: e2fsck/problem.c:1644
2463 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2464 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2467 #: e2fsck/problem.c:1649
2468 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2469 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2472 #: e2fsck/problem.c:1654
2473 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2474 msgid "i_file_acl_hi @F %N, @s zero.\n"
2477 #: e2fsck/problem.c:1659
2479 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2480 msgid "@p @h %d: root node fails checksum.\n"
2483 #: e2fsck/problem.c:1664
2485 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2486 msgid "@p @h %d: internal node fails checksum.\n"
2489 #: e2fsck/problem.c:1669
2490 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2491 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2494 #: e2fsck/problem.c:1674
2495 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2496 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2499 #: e2fsck/problem.c:1679
2500 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2501 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2504 #: e2fsck/problem.c:1684
2506 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2507 msgid "Fixing size of inline @d @i %i failed.\n"
2510 #: e2fsck/problem.c:1689
2511 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2512 msgid "Encrypted @E is too short.\n"
2515 #: e2fsck/problem.c:1696
2516 #. @-expanded: Pass 3: Checking directory connectivity\n
2517 msgid "Pass 3: Checking @d connectivity\n"
2520 #: e2fsck/problem.c:1701
2521 #. @-expanded: root inode not allocated.
2522 msgid "@r not allocated. "
2525 #: e2fsck/problem.c:1706
2526 #. @-expanded: No room in lost+found directory.
2527 msgid "No room in @l @d. "
2530 #: e2fsck/problem.c:1711
2532 #. @-expanded: Unconnected directory inode %i (%p)\n
2533 msgid "Unconnected @d @i %i (%p)\n"
2536 #: e2fsck/problem.c:1716
2537 #. @-expanded: /lost+found not found.
2538 msgid "/@l not found. "
2541 #: e2fsck/problem.c:1721
2542 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2543 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2546 #: e2fsck/problem.c:1726
2547 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2548 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2551 #: e2fsck/problem.c:1731
2553 #. @-expanded: Could not expand /lost+found: %m\n
2554 msgid "Could not expand /@l: %m\n"
2557 #: e2fsck/problem.c:1736
2559 msgid "Could not reconnect %i: %m\n"
2562 #: e2fsck/problem.c:1741
2564 #. @-expanded: Error while trying to find /lost+found: %m\n
2565 msgid "Error while trying to find /@l: %m\n"
2568 #: e2fsck/problem.c:1746
2570 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2571 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2574 #: e2fsck/problem.c:1751
2576 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2577 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2580 #: e2fsck/problem.c:1756
2582 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2583 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2586 #: e2fsck/problem.c:1761
2588 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2589 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2592 #: e2fsck/problem.c:1766
2594 #. @-expanded: Error while adjusting inode count on inode %i\n
2595 msgid "Error while adjusting @i count on @i %i\n"
2598 #: e2fsck/problem.c:1771
2600 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2603 "Couldn't fix parent of @i %i: %m\n"
2607 #: e2fsck/problem.c:1776
2609 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2612 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2616 #: e2fsck/problem.c:1786
2618 #. @-expanded: Error creating root directory (%s): %m\n
2619 msgid "Error creating root @d (%s): %m\n"
2622 #: e2fsck/problem.c:1791
2624 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2625 msgid "Error creating /@l @d (%s): %m\n"
2628 #: e2fsck/problem.c:1796
2629 #. @-expanded: root inode is not a directory; aborting.\n
2630 msgid "@r is not a @d; aborting.\n"
2633 #: e2fsck/problem.c:1801
2634 #. @-expanded: Cannot proceed without a root inode.\n
2635 msgid "Cannot proceed without a @r.\n"
2638 #: e2fsck/problem.c:1811
2640 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2641 msgid "/@l is not a @d (ino=%i)\n"
2644 #: e2fsck/problem.c:1816
2645 #. @-expanded: /lost+found has inline data\n
2646 msgid "/@l has inline data\n"
2649 #: e2fsck/problem.c:1821
2650 #. @-expanded: Cannot allocate space for /lost+found.\n
2651 #. @-expanded: Place lost files in root directory instead
2653 "Cannot allocate space for /@l.\n"
2654 "Place lost files in root directory instead"
2657 #: e2fsck/problem.c:1826
2658 #. @-expanded: Insufficient space to recover lost files!\n
2659 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2662 "Insufficient space to recover lost files!\n"
2663 "Move data off the @f and re-run e2fsck.\n"
2667 #: e2fsck/problem.c:1831
2668 #. @-expanded: /lost+found is encrypted\n
2669 msgid "/@l is encrypted\n"
2672 #: e2fsck/problem.c:1838
2673 msgid "Pass 3A: Optimizing directories\n"
2676 #: e2fsck/problem.c:1843
2678 msgid "Failed to create dirs_to_hash iterator: %m\n"
2681 #: e2fsck/problem.c:1848
2682 msgid "Failed to optimize directory %q (%d): %m\n"
2685 #: e2fsck/problem.c:1853
2686 msgid "Optimizing directories: "
2689 #: e2fsck/problem.c:1870
2690 msgid "Pass 4: Checking reference counts\n"
2693 #: e2fsck/problem.c:1875
2695 #. @-expanded: unattached zero-length inode %i.
2696 msgid "@u @z @i %i. "
2699 #: e2fsck/problem.c:1880
2701 #. @-expanded: unattached inode %i\n
2705 #: e2fsck/problem.c:1885
2706 #. @-expanded: inode %i ref count is %Il, should be %N.
2707 msgid "@i %i ref count is %Il, @s %N. "
2710 #: e2fsck/problem.c:1889
2711 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2712 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2713 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2715 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2716 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2717 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2720 #: e2fsck/problem.c:1896
2721 #. @-expanded: extended attribute inode %i ref count is %N, should be %n.
2722 msgid "@a @i %i ref count is %N, @s %n. "
2725 #: e2fsck/problem.c:1901
2726 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2727 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2730 #: e2fsck/problem.c:1908
2731 #. @-expanded: Pass 5: Checking group summary information\n
2732 msgid "Pass 5: Checking @g summary information\n"
2735 #: e2fsck/problem.c:1913
2736 #. @-expanded: Padding at end of inode bitmap is not set.
2737 msgid "Padding at end of @i @B is not set. "
2740 #: e2fsck/problem.c:1918
2741 #. @-expanded: Padding at end of block bitmap is not set.
2742 msgid "Padding at end of @b @B is not set. "
2745 #: e2fsck/problem.c:1923
2746 #. @-expanded: block bitmap differences:
2747 msgid "@b @B differences: "
2750 #: e2fsck/problem.c:1945
2751 #. @-expanded: inode bitmap differences:
2752 msgid "@i @B differences: "
2755 #: e2fsck/problem.c:1967
2756 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2757 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2760 #: e2fsck/problem.c:1972
2761 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2762 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2765 #: e2fsck/problem.c:1977
2766 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2767 msgid "Free @is count wrong (%i, counted=%j).\n"
2770 #: e2fsck/problem.c:1982
2771 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2772 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2775 #: e2fsck/problem.c:1987
2776 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2777 msgid "Free @bs count wrong (%b, counted=%c).\n"
2780 #: e2fsck/problem.c:1992
2781 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2782 #. @-expanded: endpoints (%i, %j)\n
2784 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2785 "endpoints (%i, %j)\n"
2788 #: e2fsck/problem.c:1998
2789 msgid "Internal error: fudging end of bitmap (%N)\n"
2792 #: e2fsck/problem.c:2003
2794 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2795 msgid "Error copying in replacement @i @B: %m\n"
2798 #: e2fsck/problem.c:2008
2800 #. @-expanded: Error copying in replacement block bitmap: %m\n
2801 msgid "Error copying in replacement @b @B: %m\n"
2804 #: e2fsck/problem.c:2037
2806 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2807 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2810 #: e2fsck/problem.c:2042
2812 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2813 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2816 #: e2fsck/problem.c:2047
2818 #. @-expanded: group %g inode bitmap does not match checksum.\n
2819 msgid "@g %g @i @B does not match checksum.\n"
2822 #: e2fsck/problem.c:2052
2824 #. @-expanded: group %g block bitmap does not match checksum.\n
2825 msgid "@g %g @b @B does not match checksum.\n"
2828 #: e2fsck/problem.c:2059
2829 #. @-expanded: Recreate journal
2833 #: e2fsck/problem.c:2064
2834 msgid "Update quota info for quota type %N"
2837 #: e2fsck/problem.c:2069
2839 #. @-expanded: Error setting block group checksum info: %m\n
2840 msgid "Error setting @b @g checksum info: %m\n"
2843 #: e2fsck/problem.c:2074
2845 msgid "Error writing file system info: %m\n"
2848 #: e2fsck/problem.c:2079
2850 msgid "Error flushing writes to storage device: %m\n"
2853 #: e2fsck/problem.c:2084
2854 msgid "Error writing quota info for quota type %N: %m\n"
2857 #: e2fsck/problem.c:2207
2859 msgid "Unhandled error code (0x%x)!\n"
2862 #: e2fsck/problem.c:2333 e2fsck/problem.c:2337
2866 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
2867 msgid "in move_quota_inode"
2870 #: e2fsck/scantest.c:79
2872 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2875 #: e2fsck/scantest.c:98
2877 msgid "size of inode=%d\n"
2880 #: e2fsck/scantest.c:119
2881 msgid "while starting inode scan"
2884 #: e2fsck/scantest.c:130
2885 msgid "while doing inode scan"
2888 #: e2fsck/super.c:224
2890 msgid "while calling ext2fs_block_iterate for inode %u"
2893 #: e2fsck/super.c:249
2895 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
2898 #: e2fsck/super.c:374
2902 #: e2fsck/super.c:375
2909 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2910 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2911 "\t\t[-E extended-options] [-z undo_file] device\n"
2918 " -p Automatic repair (no questions)\n"
2919 " -n Make no changes to the filesystem\n"
2920 " -y Assume \"yes\" to all questions\n"
2921 " -c Check for bad blocks and add them to the badblock "
2923 " -f Force checking even if filesystem is marked clean\n"
2929 " -b superblock Use alternative superblock\n"
2930 " -B blocksize Force blocksize when looking for superblock\n"
2931 " -j external_journal Set location of the external journal\n"
2932 " -l bad_blocks_file Add to badblocks list\n"
2933 " -L bad_blocks_file Set badblocks list\n"
2934 " -z undo_file Create an undo file\n"
2937 #: e2fsck/unix.c:136
2939 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2942 #: e2fsck/unix.c:162
2946 "%12u inode used (%2.2f%%, out of %u)\n"
2949 "%12u inodes used (%2.2f%%, out of %u)\n"
2953 #: e2fsck/unix.c:166
2955 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2956 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2960 #: e2fsck/unix.c:171
2962 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2963 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2967 #: e2fsck/unix.c:176
2969 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2972 #: e2fsck/unix.c:184
2973 msgid " Extent depth histogram: "
2976 #: e2fsck/unix.c:193
2978 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2979 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2983 #: e2fsck/unix.c:197
2985 msgid "%12u bad block\n"
2986 msgid_plural "%12u bad blocks\n"
2990 #: e2fsck/unix.c:199
2992 msgid "%12u large file\n"
2993 msgid_plural "%12u large files\n"
2997 #: e2fsck/unix.c:201
3001 "%12u regular file\n"
3004 "%12u regular files\n"
3008 #: e2fsck/unix.c:203
3010 msgid "%12u directory\n"
3011 msgid_plural "%12u directories\n"
3015 #: e2fsck/unix.c:205
3017 msgid "%12u character device file\n"
3018 msgid_plural "%12u character device files\n"
3022 #: e2fsck/unix.c:208
3024 msgid "%12u block device file\n"
3025 msgid_plural "%12u block device files\n"
3029 #: e2fsck/unix.c:210
3032 msgid_plural "%12u fifos\n"
3036 #: e2fsck/unix.c:212
3039 msgid_plural "%12u links\n"
3043 #: e2fsck/unix.c:214
3045 msgid "%12u symbolic link"
3046 msgid_plural "%12u symbolic links"
3050 #: e2fsck/unix.c:216
3052 msgid " (%u fast symbolic link)\n"
3053 msgid_plural " (%u fast symbolic links)\n"
3057 #: e2fsck/unix.c:220
3059 msgid "%12u socket\n"
3060 msgid_plural "%12u sockets\n"
3064 #: e2fsck/unix.c:224
3067 msgid_plural "%12u files\n"
3071 #: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:3033 misc/util.c:126
3072 #: resize/main.c:354
3074 msgid "while determining whether %s is mounted."
3077 #: e2fsck/unix.c:258
3079 msgid "Warning! %s is mounted.\n"
3082 #: e2fsck/unix.c:261
3084 msgid "Warning! %s is in use.\n"
3087 #: e2fsck/unix.c:267
3089 msgid "%s is mounted.\n"
3092 #: e2fsck/unix.c:269
3094 msgid "%s is in use.\n"
3097 #: e2fsck/unix.c:271
3099 "Cannot continue, aborting.\n"
3103 #: e2fsck/unix.c:273
3107 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3108 "cause ***SEVERE*** filesystem damage.\n"
3112 #: e2fsck/unix.c:278
3113 msgid "Do you really want to continue"
3116 #: e2fsck/unix.c:280
3117 msgid "check aborted.\n"
3120 #: e2fsck/unix.c:374
3121 msgid " contains a file system with errors"
3124 #: e2fsck/unix.c:376
3125 msgid " was not cleanly unmounted"
3128 #: e2fsck/unix.c:378
3129 msgid " primary superblock features different from backup"
3132 #: e2fsck/unix.c:382
3134 msgid " has been mounted %u times without being checked"
3137 #: e2fsck/unix.c:389
3138 msgid " has filesystem last checked time in the future"
3141 #: e2fsck/unix.c:395
3143 msgid " has gone %u days without being checked"
3146 #: e2fsck/unix.c:403
3147 msgid "ignoring check interval, broken_system_clock set\n"
3150 #: e2fsck/unix.c:409
3151 msgid ", check forced.\n"
3154 #: e2fsck/unix.c:442
3156 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3159 #: e2fsck/unix.c:462
3160 msgid " (check deferred; on battery)"
3163 #: e2fsck/unix.c:465
3164 msgid " (check after next mount)"
3167 #: e2fsck/unix.c:467
3169 msgid " (check in %ld mounts)"
3172 #: e2fsck/unix.c:617
3174 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3177 #: e2fsck/unix.c:688
3178 msgid "Invalid EA version.\n"
3181 #: e2fsck/unix.c:701
3182 msgid "Invalid readahead buffer size.\n"
3185 #: e2fsck/unix.c:750
3187 msgid "Unknown extended option: %s\n"
3190 #: e2fsck/unix.c:758
3193 "Extended options are separated by commas, and may take an argument which\n"
3194 "is set off by an equals ('=') sign. Valid extended options are:\n"
3198 #: e2fsck/unix.c:762
3199 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3202 #: e2fsck/unix.c:771
3203 msgid "\treadahead_kb=<buffer size>\n"
3206 #: e2fsck/unix.c:783
3209 "Syntax error in e2fsck config file (%s, line #%d)\n"
3213 #: e2fsck/unix.c:856
3215 msgid "Error validating file descriptor %d: %s\n"
3218 #: e2fsck/unix.c:860
3219 msgid "Invalid completion information file descriptor"
3222 #: e2fsck/unix.c:875
3223 msgid "Only one of the options -p/-a, -n or -y may be specified."
3226 #: e2fsck/unix.c:896
3228 msgid "The -t option is not supported on this version of e2fsck.\n"
3231 #: e2fsck/unix.c:927 e2fsck/unix.c:1005 misc/e2initrd_helper.c:330
3232 #: misc/tune2fs.c:1747 misc/tune2fs.c:2042 misc/tune2fs.c:2060
3234 msgid "Unable to resolve '%s'"
3237 #: e2fsck/unix.c:984
3238 msgid "The -n and -D options are incompatible."
3241 #: e2fsck/unix.c:989
3242 msgid "The -n and -c options are incompatible."
3245 #: e2fsck/unix.c:994
3246 msgid "The -n and -l/-L options are incompatible."
3249 #: e2fsck/unix.c:1018
3250 msgid "The -D and -E fixes_only options are incompatible."
3253 #: e2fsck/unix.c:1024
3254 msgid "The -E bmap2extent and fixes_only options are incompatible."
3257 #: e2fsck/unix.c:1088
3258 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3261 #: e2fsck/unix.c:1135
3264 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3268 #: e2fsck/unix.c:1144
3272 "Invalid non-numeric argument to -%c (\"%s\")\n"
3276 #: e2fsck/unix.c:1235
3279 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3283 #: e2fsck/unix.c:1252 e2fsck/unix.c:1257
3284 msgid "while checking MMP block"
3287 #: e2fsck/unix.c:1259
3290 "If you are sure the filesystem is not in use on any node, run:\n"
3291 "'tune2fs -f -E clear_mmp %s'\n"
3294 #: e2fsck/unix.c:1275
3295 msgid "while reading MMP block"
3298 #: e2fsck/unix.c:1295 e2fsck/unix.c:1347 misc/e2undo.c:236 misc/e2undo.c:281
3299 #: misc/mke2fs.c:2613 misc/mke2fs.c:2664 misc/tune2fs.c:2760
3300 #: misc/tune2fs.c:2805 resize/main.c:188 resize/main.c:233
3303 "Overwriting existing filesystem; this can be undone using the command:\n"
3308 #: e2fsck/unix.c:1336 misc/e2undo.c:270 misc/mke2fs.c:2653 misc/tune2fs.c:2794
3309 #: resize/main.c:222
3311 msgid "while trying to delete %s"
3314 #: e2fsck/unix.c:1362 misc/mke2fs.c:2679 resize/main.c:243
3315 msgid "while trying to setup undo file\n"
3318 #: e2fsck/unix.c:1405
3319 msgid "Error: ext2fs library version out of date!\n"
3322 #: e2fsck/unix.c:1412
3323 msgid "while trying to initialize program"
3326 #: e2fsck/unix.c:1435
3328 msgid "\tUsing %s, %s\n"
3331 #: e2fsck/unix.c:1447
3332 msgid "need terminal for interactive repairs"
3335 #: e2fsck/unix.c:1508
3337 msgid "%s: %s trying backup blocks...\n"
3340 #: e2fsck/unix.c:1510
3341 msgid "Superblock invalid,"
3344 #: e2fsck/unix.c:1511
3345 msgid "Group descriptors look bad..."
3348 #: e2fsck/unix.c:1521
3350 msgid "%s: %s while using the backup blocks"
3353 #: e2fsck/unix.c:1525
3355 msgid "%s: going back to original superblock\n"
3358 #: e2fsck/unix.c:1554
3360 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3361 "(Or the filesystem superblock is corrupt)\n"
3365 #: e2fsck/unix.c:1561
3366 msgid "Could this be a zero-length partition?\n"
3369 #: e2fsck/unix.c:1563
3371 msgid "You must have %s access to the filesystem or be root\n"
3374 #: e2fsck/unix.c:1569
3375 msgid "Possibly non-existent or swap device?\n"
3378 #: e2fsck/unix.c:1571
3379 msgid "Filesystem mounted or opened exclusively by another program?\n"
3382 #: e2fsck/unix.c:1575
3383 msgid "Possibly non-existent device?\n"
3386 #: e2fsck/unix.c:1578
3388 "Disk write-protected; use the -n option to do a read-only\n"
3389 "check of the device.\n"
3392 #: e2fsck/unix.c:1592
3394 msgid "%s: Trying to load superblock despite errors...\n"
3397 #: e2fsck/unix.c:1667
3398 msgid "Get a newer version of e2fsck!"
3401 #: e2fsck/unix.c:1711
3403 msgid "while checking journal for %s"
3406 #: e2fsck/unix.c:1714
3407 msgid "Cannot proceed with file system check"
3410 #: e2fsck/unix.c:1725
3412 "Warning: skipping journal recovery because doing a read-only filesystem "
3416 #: e2fsck/unix.c:1737
3418 msgid "unable to set superblock flags on %s\n"
3421 #: e2fsck/unix.c:1743
3423 msgid "Journal checksum error found in %s\n"
3426 #: e2fsck/unix.c:1747
3428 msgid "Journal corrupted in %s\n"
3431 #: e2fsck/unix.c:1751
3433 msgid "while recovering journal of %s"
3436 #: e2fsck/unix.c:1773
3438 msgid "%s has unsupported feature(s):"
3441 #: e2fsck/unix.c:1832
3443 msgid "%s: %s while reading bad blocks inode\n"
3446 #: e2fsck/unix.c:1835
3447 msgid "This doesn't bode well, but we'll try to go on...\n"
3450 #: e2fsck/unix.c:1875
3452 msgid "Creating journal (%d blocks): "
3455 #: e2fsck/unix.c:1885
3459 #: e2fsck/unix.c:1887
3462 "*** journal has been regenerated ***\n"
3465 #: e2fsck/unix.c:1893
3469 #: e2fsck/unix.c:1895
3471 msgid "%s: e2fsck canceled.\n"
3474 #: e2fsck/unix.c:1922
3475 msgid "Restarting e2fsck from the beginning...\n"
3478 #: e2fsck/unix.c:1926
3479 msgid "while resetting context"
3482 #: e2fsck/unix.c:1985
3486 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3489 #: e2fsck/unix.c:1987
3491 msgid "%s: File system was modified.\n"
3494 #: e2fsck/unix.c:1991 e2fsck/util.c:71
3498 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3501 #: e2fsck/unix.c:1996
3503 msgid "%s: ***** REBOOT SYSTEM *****\n"
3506 #: e2fsck/unix.c:2006 e2fsck/util.c:77
3510 "%s: ********** WARNING: Filesystem still has errors **********\n"
3514 #: e2fsck/util.c:196 misc/util.c:93
3518 #: e2fsck/util.c:197
3522 #: e2fsck/util.c:198
3526 #: e2fsck/util.c:202
3527 msgid " ('a' enables 'yes' to all) "
3530 #: e2fsck/util.c:219
3534 #: e2fsck/util.c:221
3538 #: e2fsck/util.c:223
3542 #: e2fsck/util.c:246
3543 msgid "cancelled!\n"
3546 #: e2fsck/util.c:279
3547 msgid "yes to all\n"
3550 #: e2fsck/util.c:281
3554 #: e2fsck/util.c:283
3558 #: e2fsck/util.c:293
3565 #: e2fsck/util.c:297
3572 #: e2fsck/util.c:301
3576 #: e2fsck/util.c:301
3580 #: e2fsck/util.c:317
3582 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3585 #: e2fsck/util.c:322
3586 msgid "reading inode and block bitmaps"
3589 #: e2fsck/util.c:334
3591 msgid "while retrying to read bitmaps for %s"
3594 #: e2fsck/util.c:346
3595 msgid "writing block and inode bitmaps"
3598 #: e2fsck/util.c:351
3600 msgid "while rewriting block and inode bitmaps for %s"
3603 #: e2fsck/util.c:363
3608 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3609 "\t(i.e., without -a or -p options)\n"
3612 #: e2fsck/util.c:444
3614 msgid "Memory used: %luk/%luk (%luk/%luk), "
3617 #: e2fsck/util.c:448
3619 msgid "Memory used: %lu, "
3622 #: e2fsck/util.c:455
3624 msgid "time: %5.2f/%5.2f/%5.2f\n"
3627 #: e2fsck/util.c:460
3629 msgid "elapsed time: %6.3f\n"
3632 #: e2fsck/util.c:495 e2fsck/util.c:509
3634 msgid "while reading inode %lu in %s"
3637 #: e2fsck/util.c:523 e2fsck/util.c:536
3639 msgid "while writing inode %lu in %s"
3642 #: e2fsck/util.c:792
3644 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3648 #: misc/badblocks.c:75
3652 #: misc/badblocks.c:100
3655 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3656 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3658 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3659 " device [last_block [first_block]]\n"
3662 #: misc/badblocks.c:111
3665 "%s: The -n and -w options are mutually exclusive.\n"
3669 #: misc/badblocks.c:229
3671 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3674 #: misc/badblocks.c:337
3675 msgid "Testing with random pattern: "
3678 #: misc/badblocks.c:355
3679 msgid "Testing with pattern 0x"
3682 #: misc/badblocks.c:387 misc/badblocks.c:460
3686 #: misc/badblocks.c:398
3688 msgid "Weird value (%ld) in do_read\n"
3691 #: misc/badblocks.c:485
3692 msgid "during ext2fs_sync_device"
3695 #: misc/badblocks.c:505 misc/badblocks.c:767
3696 msgid "while beginning bad block list iteration"
3699 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3700 msgid "while allocating buffers"
3703 #: misc/badblocks.c:524
3705 msgid "Checking blocks %lu to %lu\n"
3708 #: misc/badblocks.c:529
3709 msgid "Checking for bad blocks in read-only mode\n"
3712 #: misc/badblocks.c:538
3713 msgid "Checking for bad blocks (read-only test): "
3716 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3717 #: misc/badblocks.c:841
3718 msgid "Too many bad blocks, aborting test\n"
3721 #: misc/badblocks.c:627
3722 msgid "Checking for bad blocks in read-write mode\n"
3725 #: misc/badblocks.c:629 misc/badblocks.c:791
3727 msgid "From block %lu to %lu\n"
3730 #: misc/badblocks.c:684
3731 msgid "Reading and comparing: "
3734 #: misc/badblocks.c:790
3735 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3738 #: misc/badblocks.c:796
3739 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3742 #: misc/badblocks.c:803
3745 "Interrupt caught, cleaning up\n"
3748 #: misc/badblocks.c:886
3750 msgid "during test data write, block %lu"
3753 #: misc/badblocks.c:1007 misc/util.c:131
3755 msgid "%s is mounted; "
3758 #: misc/badblocks.c:1009
3759 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3762 #: misc/badblocks.c:1014
3763 msgid "it's not safe to run badblocks!\n"
3766 #: misc/badblocks.c:1019 misc/util.c:142
3768 msgid "%s is apparently in use by the system; "
3771 #: misc/badblocks.c:1022
3772 msgid "badblocks forced anyway.\n"
3775 #: misc/badblocks.c:1042
3777 msgid "invalid %s - %s"
3780 #: misc/badblocks.c:1136
3782 msgid "Too big max bad blocks count %u - maximum is %u"
3785 #: misc/badblocks.c:1163
3787 msgid "can't allocate memory for test_pattern - %s"
3790 #: misc/badblocks.c:1193
3791 msgid "Maximum of one test_pattern may be specified in read-only mode"
3794 #: misc/badblocks.c:1199
3795 msgid "Random test_pattern is not allowed in read-only mode"
3798 #: misc/badblocks.c:1213
3800 "Couldn't determine device size; you must specify\n"
3801 "the size manually\n"
3804 #: misc/badblocks.c:1219
3805 msgid "while trying to determine device size"
3808 #: misc/badblocks.c:1224
3812 #: misc/badblocks.c:1230
3816 #: misc/badblocks.c:1233
3818 msgid "invalid starting block (%llu): must be less than %llu"
3821 #: misc/badblocks.c:1240
3823 msgid "invalid end block (%llu): must be 32-bit value"
3826 #: misc/badblocks.c:1296
3827 msgid "while creating in-memory bad blocks list"
3830 #: misc/badblocks.c:1305
3831 msgid "input file - bad format"
3834 #: misc/badblocks.c:1313 misc/badblocks.c:1322
3835 msgid "while adding to in-memory bad block list"
3838 #: misc/badblocks.c:1347
3840 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3845 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
3848 #: misc/chattr.c:159
3850 msgid "bad project - %s\n"
3853 #: misc/chattr.c:173
3855 msgid "bad version - %s\n"
3858 #: misc/chattr.c:219 misc/lsattr.c:127
3860 msgid "while trying to stat %s"
3863 #: misc/chattr.c:226
3865 msgid "while reading flags on %s"
3868 #: misc/chattr.c:231 misc/chattr.c:243
3870 msgid "Flags of %s set as "
3873 #: misc/chattr.c:252
3875 msgid "while setting flags on %s"
3878 #: misc/chattr.c:260
3880 msgid "Version of %s set as %lu\n"
3883 #: misc/chattr.c:264
3885 msgid "while setting version on %s"
3888 #: misc/chattr.c:271
3890 msgid "Project of %s set as %lu\n"
3893 #: misc/chattr.c:275
3895 msgid "while setting project on %s"
3898 #: misc/chattr.c:297
3899 msgid "Couldn't allocate path variable in chattr_dir_proc"
3902 #: misc/chattr.c:337
3903 msgid "= is incompatible with - and +\n"
3906 #: misc/chattr.c:345
3907 msgid "Must use '-v', =, - or +\n"
3910 #: misc/create_inode.c:79 misc/create_inode.c:118
3912 msgid "while reading inode %u"
3915 #: misc/create_inode.c:89 misc/create_inode.c:287 misc/create_inode.c:352
3916 #: misc/create_inode.c:390
3917 msgid "while expanding directory"
3920 #: misc/create_inode.c:96
3922 msgid "while linking \"%s\""
3925 #: misc/create_inode.c:104 misc/create_inode.c:131 misc/create_inode.c:321
3927 msgid "while writing inode %u"
3930 #: misc/create_inode.c:151 misc/create_inode.c:175
3932 msgid "while listing attributes of \"%s\""
3935 #: misc/create_inode.c:162
3937 msgid "while opening inode %u"
3940 #: misc/create_inode.c:168 misc/create_inode.c:195 misc/create_inode.c:975
3941 #: misc/e2undo.c:182 misc/e2undo.c:479 misc/e2undo.c:485 misc/e2undo.c:491
3942 #: misc/mke2fs.c:359
3943 msgid "while allocating memory"
3946 #: misc/create_inode.c:188 misc/create_inode.c:204
3948 msgid "while reading attribute \"%s\" of \"%s\""
3951 #: misc/create_inode.c:213
3953 msgid "while writing attribute \"%s\" to inode %u"
3956 #: misc/create_inode.c:223
3958 msgid "while closing inode %u"
3961 #: misc/create_inode.c:274
3963 msgid "while allocating inode \"%s\""
3966 #: misc/create_inode.c:293
3968 msgid "while creating inode \"%s\""
3971 #: misc/create_inode.c:359
3973 msgid "while creating symlink \"%s\""
3976 #: misc/create_inode.c:377 misc/create_inode.c:896
3978 msgid "while looking up \"%s\""
3981 #: misc/create_inode.c:397
3983 msgid "while creating directory \"%s\""
3986 #: misc/create_inode.c:625
3988 msgid "while opening \"%s\" to copy"
3991 #: misc/create_inode.c:739
3993 msgid "while changing working directory to \"%s\""
3996 #: misc/create_inode.c:747
3998 msgid "while opening directory \"%s\""
4001 #: misc/create_inode.c:757
4003 msgid "while lstat \"%s\""
4006 #: misc/create_inode.c:808
4008 msgid "while creating special file \"%s\""
4011 #: misc/create_inode.c:817
4012 msgid "malloc failed"
4015 #: misc/create_inode.c:825
4017 msgid "while trying to read link \"%s\""
4020 #: misc/create_inode.c:832
4021 msgid "symlink increased in size between lstat() and readlink()"
4024 #: misc/create_inode.c:843
4026 msgid "while writing symlink\"%s\""
4029 #: misc/create_inode.c:854
4031 msgid "while writing file \"%s\""
4034 #: misc/create_inode.c:867
4036 msgid "while making dir \"%s\""
4039 #: misc/create_inode.c:885
4040 msgid "while changing directory"
4043 #: misc/create_inode.c:891
4045 msgid "ignoring entry \"%s\""
4048 #: misc/create_inode.c:904
4050 msgid "while setting inode for \"%s\""
4053 #: misc/create_inode.c:911
4055 msgid "while setting xattrs for \"%s\""
4058 #: misc/create_inode.c:937
4059 msgid "while saving inode data"
4062 #: misc/dumpe2fs.c:56
4065 "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4068 #: misc/dumpe2fs.c:159
4072 #: misc/dumpe2fs.c:168
4076 #: misc/dumpe2fs.c:219
4078 msgid "Group %lu: (Blocks "
4081 #: misc/dumpe2fs.c:226
4083 msgid " csum 0x%04x"
4086 #: misc/dumpe2fs.c:228
4088 msgid " (EXPECTED 0x%04x)"
4091 #: misc/dumpe2fs.c:233
4093 msgid " %s superblock at "
4096 #: misc/dumpe2fs.c:234
4100 #: misc/dumpe2fs.c:234
4104 #: misc/dumpe2fs.c:238
4105 msgid ", Group descriptors at "
4108 #: misc/dumpe2fs.c:242
4111 " Reserved GDT blocks at "
4114 #: misc/dumpe2fs.c:249
4115 msgid " Group descriptor at "
4118 #: misc/dumpe2fs.c:255
4119 msgid " Block bitmap at "
4122 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4124 msgid ", csum 0x%08x"
4127 #: misc/dumpe2fs.c:263
4131 #: misc/dumpe2fs.c:265
4137 #: misc/dumpe2fs.c:266
4138 msgid " Inode bitmap at "
4141 #: misc/dumpe2fs.c:273
4147 #: misc/dumpe2fs.c:279
4151 " %u free %s, %u free inodes, %u directories%s"
4154 #: misc/dumpe2fs.c:286
4156 msgid ", %u unused inodes\n"
4159 #: misc/dumpe2fs.c:289
4160 msgid " Free blocks: "
4163 #: misc/dumpe2fs.c:304
4164 msgid " Free inodes: "
4167 #: misc/dumpe2fs.c:340
4168 msgid "while printing bad block list"
4171 #: misc/dumpe2fs.c:346
4173 msgid "Bad blocks: %u"
4176 #: misc/dumpe2fs.c:373 misc/tune2fs.c:373
4177 msgid "while reading journal inode"
4180 #: misc/dumpe2fs.c:379
4181 msgid "while opening journal inode"
4184 #: misc/dumpe2fs.c:385
4185 msgid "while reading journal super block"
4188 #: misc/dumpe2fs.c:392
4189 msgid "Journal superblock magic number invalid!\n"
4192 #: misc/dumpe2fs.c:409 misc/tune2fs.c:216
4193 msgid "while reading journal superblock"
4196 #: misc/dumpe2fs.c:417
4197 msgid "Couldn't find journal superblock magic numbers"
4200 #: misc/dumpe2fs.c:468
4201 msgid "failed to alloc MMP buffer\n"
4204 #: misc/dumpe2fs.c:479
4206 msgid "reading MMP block %llu from '%s'\n"
4209 #: misc/dumpe2fs.c:507 misc/mke2fs.c:798 misc/tune2fs.c:2079
4210 msgid "Couldn't allocate memory to parse options!\n"
4213 #: misc/dumpe2fs.c:533
4215 msgid "Invalid superblock parameter: %s\n"
4218 #: misc/dumpe2fs.c:548
4220 msgid "Invalid blocksize parameter: %s\n"
4223 #: misc/dumpe2fs.c:559
4227 "Bad extended option(s) specified: %s\n"
4229 "Extended options are separated by commas, and may take an argument which\n"
4230 "\tis set off by an equals ('=') sign.\n"
4232 "Valid extended options are:\n"
4233 "\tsuperblock=<superblock number>\n"
4234 "\tblocksize=<blocksize>\n"
4237 #: misc/dumpe2fs.c:649 misc/mke2fs.c:1845
4239 msgid "\tUsing %s\n"
4242 #: misc/dumpe2fs.c:694 misc/e2image.c:1598 misc/tune2fs.c:2960
4243 #: resize/main.c:416
4244 msgid "Couldn't find valid filesystem superblock.\n"
4247 #: misc/dumpe2fs.c:716
4249 msgid "%s: MMP feature not enabled.\n"
4252 #: misc/dumpe2fs.c:747
4254 msgid "while trying to read '%s' bitmaps\n"
4257 #: misc/dumpe2fs.c:756
4259 "*** Run e2fsck now!\n"
4263 #: misc/e2image.c:107
4265 msgid "Usage: %s [ -r|Q ] [ -f ] device image-file\n"
4268 #: misc/e2image.c:109
4270 msgid " %s -I device image-file\n"
4273 #: misc/e2image.c:110
4276 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4280 #: misc/e2image.c:175 misc/e2image.c:588 misc/e2image.c:594 misc/e2image.c:1193
4281 msgid "while allocating buffer"
4284 #: misc/e2image.c:180
4286 msgid "Writing block %llu\n"
4289 #: misc/e2image.c:194
4291 msgid "error writing block %llu"
4294 #: misc/e2image.c:197
4295 msgid "error in generic_write()"
4298 #: misc/e2image.c:214
4299 msgid "Error: header size is bigger than wrt_size\n"
4302 #: misc/e2image.c:219
4303 msgid "Couldn't allocate header buffer\n"
4306 #: misc/e2image.c:247
4307 msgid "while writing superblock"
4310 #: misc/e2image.c:256
4311 msgid "while writing inode table"
4314 #: misc/e2image.c:264
4315 msgid "while writing block bitmap"
4318 #: misc/e2image.c:272
4319 msgid "while writing inode bitmap"
4322 #: misc/e2image.c:514
4324 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4327 #: misc/e2image.c:526
4329 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4332 #: misc/e2image.c:567
4334 msgid "%llu / %llu blocks (%d%%)"
4337 #: misc/e2image.c:598 misc/e2image.c:638
4341 #: misc/e2image.c:635
4343 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4346 #: misc/e2image.c:661
4348 msgid " %s remaining at %.2f MB/s"
4351 #: misc/e2image.c:673 misc/e2image.c:1203
4353 msgid "error reading block %llu"
4356 #: misc/e2image.c:727
4358 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4361 #: misc/e2image.c:731
4363 msgid "at %.2f MB/s"
4366 #: misc/e2image.c:767
4367 msgid "while allocating l1 table"
4370 #: misc/e2image.c:812
4371 msgid "while allocating l2 cache"
4374 #: misc/e2image.c:835
4376 "Warning: There are still tables in the cache while putting the cache, data "
4377 "will be lost so the image may not be valid.\n"
4380 #: misc/e2image.c:1160
4381 msgid "while allocating ext2_qcow2_image"
4384 #: misc/e2image.c:1167
4385 msgid "while initializing ext2_qcow2_image"
4388 #: misc/e2image.c:1226 misc/e2image.c:1244
4389 msgid "Programming error: multiple sequential refcount blocks created!\n"
4392 #: misc/e2image.c:1284
4393 msgid "while allocating block bitmap"
4396 #: misc/e2image.c:1293
4397 msgid "while allocating scramble block bitmap"
4400 #: misc/e2image.c:1300
4401 msgid "Scanning inodes...\n"
4404 #: misc/e2image.c:1312
4405 msgid "Can't allocate block buffer"
4408 #: misc/e2image.c:1351 misc/e2image.c:1365
4410 msgid "while iterating over inode %u"
4413 #: misc/e2image.c:1397
4414 msgid "Raw and qcow2 images cannot be installed"
4417 #: misc/e2image.c:1419
4418 msgid "error reading bitmaps"
4421 #: misc/e2image.c:1431
4422 msgid "while opening device file"
4425 #: misc/e2image.c:1442
4426 msgid "while restoring the image table"
4429 #: misc/e2image.c:1539
4430 msgid "-a option can only be used with raw or QCOW2 images."
4433 #: misc/e2image.c:1545
4434 msgid "Offsets are only allowed with raw images."
4437 #: misc/e2image.c:1550
4438 msgid "Move mode is only allowed with raw images."
4441 #: misc/e2image.c:1555
4442 msgid "Move mode requires all data mode."
4445 #: misc/e2image.c:1565
4446 msgid "checking if mounted"
4449 #: misc/e2image.c:1572
4452 "Running e2image on a R/W mounted filesystem can result in an\n"
4453 "inconsistent image which will not be useful for debugging purposes.\n"
4454 "Use -f option if you really want to do that.\n"
4457 #: misc/e2image.c:1626
4458 msgid "QCOW2 image can not be written to the stdout!\n"
4461 #: misc/e2image.c:1632
4462 msgid "Can not stat output\n"
4465 #: misc/e2image.c:1642
4467 msgid "Image (%s) is compressed\n"
4470 #: misc/e2image.c:1645
4472 msgid "Image (%s) is encrypted\n"
4475 #: misc/e2image.c:1648
4477 msgid "Image (%s) is corrupted\n"
4480 #: misc/e2image.c:1652
4482 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4485 #: misc/e2image.c:1662
4486 msgid "The -c option only supported in raw mode\n"
4489 #: misc/e2image.c:1667
4490 msgid "The -c option not supported when writing to stdout\n"
4493 #: misc/e2image.c:1674
4494 msgid "while allocating check_buf"
4497 #: misc/e2image.c:1680
4498 msgid "The -p option only supported in raw mode\n"
4501 #: misc/e2image.c:1690
4503 msgid "%d blocks already contained the data to be copied\n"
4506 #: misc/e2initrd_helper.c:68
4508 msgid "Usage: %s -r device\n"
4511 #: misc/e2label.c:58
4513 msgid "e2label: cannot open %s\n"
4516 #: misc/e2label.c:63
4518 msgid "e2label: cannot seek to superblock\n"
4521 #: misc/e2label.c:68
4523 msgid "e2label: error reading superblock\n"
4526 #: misc/e2label.c:72
4528 msgid "e2label: not an ext2 filesystem\n"
4531 #: misc/e2label.c:97 misc/tune2fs.c:3164
4533 msgid "Warning: label too long, truncating.\n"
4536 #: misc/e2label.c:100
4538 msgid "e2label: cannot seek to superblock again\n"
4541 #: misc/e2label.c:105
4543 msgid "e2label: error writing superblock\n"
4546 #: misc/e2label.c:117 misc/tune2fs.c:1739
4548 msgid "Usage: e2label device [newlabel]\n"
4551 #: misc/e2undo.c:124
4554 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4558 #: misc/e2undo.c:149
4559 msgid "The file system superblock doesn't match the undo file.\n"
4562 #: misc/e2undo.c:152
4563 msgid "UUID does not match.\n"
4566 #: misc/e2undo.c:154
4567 msgid "Last mount time does not match.\n"
4570 #: misc/e2undo.c:156
4571 msgid "Last write time does not match.\n"
4574 #: misc/e2undo.c:158
4575 msgid "Lifetime write counter does not match.\n"
4578 #: misc/e2undo.c:172
4579 msgid "while reading filesystem superblock."
4582 #: misc/e2undo.c:188
4583 msgid "while fetching superblock"
4586 #: misc/e2undo.c:201
4588 msgid "Undo file superblock checksum doesn't match.\n"
4591 #: misc/e2undo.c:340
4593 msgid "illegal offset - %s"
4596 #: misc/e2undo.c:364
4598 msgid "Will not write to an undo file while replaying it.\n"
4601 #: misc/e2undo.c:373
4603 msgid "while opening undo file `%s'\n"
4606 #: misc/e2undo.c:380
4607 msgid "while reading undo file"
4610 #: misc/e2undo.c:385
4612 msgid "%s: Not an undo file.\n"
4615 #: misc/e2undo.c:396
4617 msgid "%s: Header checksum doesn't match.\n"
4620 #: misc/e2undo.c:403
4622 msgid "%s: Corrupt undo file header.\n"
4625 #: misc/e2undo.c:407
4627 msgid "%s: Undo block size too large.\n"
4630 #: misc/e2undo.c:412
4632 msgid "%s: Undo block size too small.\n"
4635 #: misc/e2undo.c:425
4637 msgid "%s: Unknown undo file feature set.\n"
4640 #: misc/e2undo.c:433
4642 msgid "Error while determining whether %s is mounted."
4645 #: misc/e2undo.c:439
4646 msgid "e2undo should only be run on unmounted filesystems"
4649 #: misc/e2undo.c:455
4651 msgid "while opening `%s'"
4654 #: misc/e2undo.c:466
4655 msgid "specified offset is too large"
4658 #: misc/e2undo.c:507
4659 msgid "while reading keys"
4662 #: misc/e2undo.c:519
4664 msgid "%s: wrong key magic at %llu\n"
4667 #: misc/e2undo.c:529
4669 msgid "%s: key block checksum error at %llu.\n"
4672 #: misc/e2undo.c:552
4674 msgid "%s: block %llu is too long."
4677 #: misc/e2undo.c:564 misc/e2undo.c:600
4679 msgid "while fetching block %llu."
4682 #: misc/e2undo.c:576
4684 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4687 #: misc/e2undo.c:615
4689 msgid "while writing block %llu."
4692 #: misc/e2undo.c:621
4694 msgid "Undo file corruption; run e2fsck NOW!\n"
4697 #: misc/e2undo.c:623
4699 msgid "IO error during replay; run e2fsck NOW!\n"
4702 #: misc/e2undo.c:626
4704 msgid "Incomplete undo record; run e2fsck.\n"
4707 #: misc/findsuper.c:110
4709 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4712 #: misc/findsuper.c:155
4714 msgid "skipbytes should be a number, not %s\n"
4717 #: misc/findsuper.c:162
4719 msgid "skipbytes must be a multiple of the sector size\n"
4722 #: misc/findsuper.c:169
4724 msgid "startkb should be a number, not %s\n"
4727 #: misc/findsuper.c:175
4729 msgid "startkb should be positive, not %llu\n"
4732 #: misc/findsuper.c:186
4734 msgid "starting at %llu, with %u byte increments\n"
4737 #: misc/findsuper.c:188
4740 "[*] probably superblock written in the ext3 journal superblock,\n"
4741 "\tso start/end/grp wrong\n"
4744 #: misc/findsuper.c:190
4747 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4748 "mount_time sb_uuid label\n"
4751 #: misc/findsuper.c:264
4755 "%11Lu: finished with errno %d\n"
4760 msgid "WARNING: couldn't open %s: %s\n"
4765 msgid "WARNING: bad format on line %d of %s\n"
4770 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4771 "\tfield. I will kludge around things for you, but you\n"
4772 "\tshould fix your /etc/fstab file as soon as you can.\n"
4778 msgid "fsck: %s: not found\n"
4783 msgid "%s: wait: No more child process?!?\n"
4788 msgid "Warning... %s for device %s exited with signal %d.\n"
4793 msgid "%s %s: status is %x, should never happen.\n"
4798 msgid "Finished with %s (exit status %d)\n"
4803 msgid "%s: Error %d while executing fsck.%s for %s\n"
4808 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4809 "with 'no' or '!'.\n"
4813 msgid "Couldn't allocate memory for filesystem types\n"
4819 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4825 msgid "fsck: cannot check %s: fsck.%s not found\n"
4829 msgid "Checking all file systems.\n"
4834 msgid "--waiting-- (pass %d)\n"
4839 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4844 msgid "%s: too many devices\n"
4847 #: misc/fsck.c:1160 misc/fsck.c:1246
4849 msgid "%s: too many arguments\n"
4852 #: misc/fuse2fs.c:3739
4853 msgid "Mounting read-only.\n"
4856 #: misc/fuse2fs.c:3763
4858 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4861 #: misc/fuse2fs.c:3775 misc/fuse2fs.c:3789
4866 #: misc/fuse2fs.c:3776 misc/fuse2fs.c:3791 misc/tune2fs.c:3060
4868 msgid "Please run e2fsck -fy %s.\n"
4871 #: misc/fuse2fs.c:3798
4872 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4875 #: misc/fuse2fs.c:3806
4877 msgid "%s: Writing to the journal is not supported.\n"
4880 #: misc/fuse2fs.c:3821
4881 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4884 #: misc/fuse2fs.c:3825
4885 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4888 #: misc/fuse2fs.c:3830
4889 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4892 #: misc/fuse2fs.c:3834
4893 msgid "Orphans detected; running e2fsck is recommended.\n"
4896 #: misc/fuse2fs.c:3838
4897 msgid "Errors detected; running e2fsck is required.\n"
4902 msgid "Usage: %s [-RVadlpv] [files...]\n"
4907 msgid "While reading flags on %s"
4912 msgid "While reading project on %s"
4915 #: misc/lsattr.c:102
4917 msgid "While reading version on %s"
4920 #: misc/mke2fs.c:130
4923 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4924 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4925 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4926 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4927 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4928 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4929 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4931 "\t[-jnqvDFSV] device [blocks-count]\n"
4934 #: misc/mke2fs.c:261
4936 msgid "Running command: %s\n"
4939 #: misc/mke2fs.c:265
4941 msgid "while trying to run '%s'"
4944 #: misc/mke2fs.c:272
4945 msgid "while processing list of bad blocks from program"
4948 #: misc/mke2fs.c:299
4950 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4953 #: misc/mke2fs.c:301
4955 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4958 #: misc/mke2fs.c:304
4959 msgid "Aborting....\n"
4962 #: misc/mke2fs.c:324
4965 "Warning: the backup superblock/group descriptors at block %u contain\n"
4970 #: misc/mke2fs.c:343
4971 msgid "while marking bad blocks as used"
4974 #: misc/mke2fs.c:368
4975 msgid "while writing reserved inodes"
4978 #: misc/mke2fs.c:420
4979 msgid "Writing inode tables: "
4982 #: misc/mke2fs.c:442
4986 "Could not write %d blocks in inode table starting at %llu: %s\n"
4989 #: misc/mke2fs.c:456 misc/mke2fs.c:2726 misc/mke2fs.c:3131
4993 #: misc/mke2fs.c:471
4994 msgid "while creating root dir"
4997 #: misc/mke2fs.c:478
4998 msgid "while reading root inode"
5001 #: misc/mke2fs.c:490
5002 msgid "while setting root inode ownership"
5005 #: misc/mke2fs.c:508
5006 msgid "while creating /lost+found"
5009 #: misc/mke2fs.c:515
5010 msgid "while looking up /lost+found"
5013 #: misc/mke2fs.c:528
5014 msgid "while expanding /lost+found"
5017 #: misc/mke2fs.c:543
5018 msgid "while setting bad block inode"
5021 #: misc/mke2fs.c:570
5023 msgid "Out of memory erasing sectors %d-%d\n"
5026 #: misc/mke2fs.c:580
5028 msgid "Warning: could not read block 0: %s\n"
5031 #: misc/mke2fs.c:596
5033 msgid "Warning: could not erase sector %d: %s\n"
5036 #: misc/mke2fs.c:612
5037 msgid "while initializing journal superblock"
5040 #: misc/mke2fs.c:620
5041 msgid "Zeroing journal device: "
5044 #: misc/mke2fs.c:632
5046 msgid "while zeroing journal device (block %llu, count %d)"
5049 #: misc/mke2fs.c:650
5050 msgid "while writing journal superblock"
5053 #: misc/mke2fs.c:665
5055 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5058 #: misc/mke2fs.c:673
5061 "warning: %llu blocks unused.\n"
5065 #: misc/mke2fs.c:678
5067 msgid "Filesystem label=%s\n"
5070 #: misc/mke2fs.c:681
5072 msgid "OS type: %s\n"
5075 #: misc/mke2fs.c:683
5077 msgid "Block size=%u (log=%u)\n"
5080 #: misc/mke2fs.c:686
5082 msgid "Cluster size=%u (log=%u)\n"
5085 #: misc/mke2fs.c:690
5087 msgid "Fragment size=%u (log=%u)\n"
5090 #: misc/mke2fs.c:692
5092 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5095 #: misc/mke2fs.c:694
5097 msgid "%u inodes, %llu blocks\n"
5100 #: misc/mke2fs.c:696
5102 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5105 #: misc/mke2fs.c:699
5107 msgid "First data block=%u\n"
5110 #: misc/mke2fs.c:701
5112 msgid "Root directory owner=%u:%u\n"
5115 #: misc/mke2fs.c:703
5117 msgid "Maximum filesystem blocks=%lu\n"
5120 #: misc/mke2fs.c:707
5122 msgid "%u block groups\n"
5125 #: misc/mke2fs.c:709
5127 msgid "%u block group\n"
5130 #: misc/mke2fs.c:711
5132 msgid "%u blocks per group, %u clusters per group\n"
5135 #: misc/mke2fs.c:714
5137 msgid "%u blocks per group, %u fragments per group\n"
5140 #: misc/mke2fs.c:716
5142 msgid "%u inodes per group\n"
5145 #: misc/mke2fs.c:725
5147 msgid "Filesystem UUID: %s\n"
5150 #: misc/mke2fs.c:726
5151 msgid "Superblock backups stored on blocks: "
5154 #: misc/mke2fs.c:820
5156 msgid "%s requires '-O 64bit'\n"
5159 #: misc/mke2fs.c:826
5161 msgid "'%s' must be before 'resize=%u'\n"
5164 #: misc/mke2fs.c:839
5166 msgid "Invalid desc_size: '%s'\n"
5169 #: misc/mke2fs.c:853
5171 msgid "Invalid hash seed: %s\n"
5174 #: misc/mke2fs.c:865
5176 msgid "Invalid offset: %s\n"
5179 #: misc/mke2fs.c:879 misc/tune2fs.c:2107
5181 msgid "Invalid mmp_update_interval: %s\n"
5184 #: misc/mke2fs.c:896
5186 msgid "Invalid # of backup superblocks: %s\n"
5189 #: misc/mke2fs.c:918
5191 msgid "Invalid stride parameter: %s\n"
5194 #: misc/mke2fs.c:933
5196 msgid "Invalid stripe-width parameter: %s\n"
5199 #: misc/mke2fs.c:956
5201 msgid "Invalid resize parameter: %s\n"
5204 #: misc/mke2fs.c:963
5205 msgid "The resize maximum must be greater than the filesystem size.\n"
5208 #: misc/mke2fs.c:987
5209 msgid "On-line resizing not supported with revision 0 filesystems\n"
5212 #: misc/mke2fs.c:1013 misc/mke2fs.c:1022
5214 msgid "Invalid root_owner: '%s'\n"
5217 #: misc/mke2fs.c:1065
5221 "Bad option(s) specified: %s\n"
5223 "Extended options are separated by commas, and may take an argument which\n"
5224 "\tis set off by an equals ('=') sign.\n"
5226 "Valid extended options are:\n"
5227 "\tmmp_update_interval=<interval>\n"
5228 "\tnum_backup_sb=<0|1|2>\n"
5229 "\tstride=<RAID per-disk data chunk in blocks>\n"
5230 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5231 "\toffset=<offset to create the file system>\n"
5232 "\tresize=<resize maximum size in blocks>\n"
5233 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5234 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5235 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5236 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5240 "\tquotatype=<quota type(s) to be enabled>\n"
5244 #: misc/mke2fs.c:1090
5248 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5252 #: misc/mke2fs.c:1135
5255 "Syntax error in mke2fs config file (%s, line #%d)\n"
5259 #: misc/mke2fs.c:1148 misc/tune2fs.c:1126
5261 msgid "Invalid filesystem option set: %s\n"
5264 #: misc/mke2fs.c:1160 misc/tune2fs.c:417
5266 msgid "Invalid mount option set: %s\n"
5269 #: misc/mke2fs.c:1296
5273 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5276 #: misc/mke2fs.c:1300
5278 "You probably need to install an updated mke2fs.conf file.\n"
5282 #: misc/mke2fs.c:1304
5283 msgid "Aborting...\n"
5286 #: misc/mke2fs.c:1345
5290 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5294 #: misc/mke2fs.c:1527
5295 msgid "Couldn't allocate memory for new PATH.\n"
5298 #: misc/mke2fs.c:1564
5300 msgid "Couldn't init profile successfully (error: %ld).\n"
5303 #: misc/mke2fs.c:1597
5305 msgid "invalid block size - %s"
5308 #: misc/mke2fs.c:1601
5310 msgid "Warning: blocksize %d not usable on most systems.\n"
5313 #: misc/mke2fs.c:1617
5315 msgid "invalid cluster size - %s"
5318 #: misc/mke2fs.c:1630
5319 msgid "'-R' is deprecated, use '-E' instead"
5322 #: misc/mke2fs.c:1644 misc/tune2fs.c:1836
5324 msgid "bad error behavior - %s"
5327 #: misc/mke2fs.c:1656
5328 msgid "Illegal number for blocks per group"
5331 #: misc/mke2fs.c:1661
5332 msgid "blocks per group must be multiple of 8"
5335 #: misc/mke2fs.c:1669
5336 msgid "Illegal number for flex_bg size"
5339 #: misc/mke2fs.c:1675
5340 msgid "flex_bg size must be a power of 2"
5343 #: misc/mke2fs.c:1680
5345 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5348 #: misc/mke2fs.c:1690
5350 msgid "invalid inode ratio %s (min %d/max %d)"
5353 #: misc/mke2fs.c:1700
5355 msgid "invalid inode size - %s"
5358 #: misc/mke2fs.c:1713
5360 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5361 "nodiscard' extended option instead!\n"
5364 #: misc/mke2fs.c:1724
5365 msgid "in malloc for bad_blocks_filename"
5368 #: misc/mke2fs.c:1733
5371 "Warning: label too long; will be truncated to '%s'\n"
5375 #: misc/mke2fs.c:1742
5377 msgid "invalid reserved blocks percent - %s"
5380 #: misc/mke2fs.c:1757
5382 msgid "bad num inodes - %s"
5385 #: misc/mke2fs.c:1770
5386 msgid "while allocating fs_feature string"
5389 #: misc/mke2fs.c:1787
5391 msgid "bad revision level - %s"
5394 #: misc/mke2fs.c:1792
5396 msgid "while trying to create revision %d"
5399 #: misc/mke2fs.c:1806
5400 msgid "The -t option may only be used once"
5403 #: misc/mke2fs.c:1814
5404 msgid "The -T option may only be used once"
5407 #: misc/mke2fs.c:1870 misc/mke2fs.c:3215
5409 msgid "while trying to open journal device %s\n"
5412 #: misc/mke2fs.c:1876
5414 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5417 #: misc/mke2fs.c:1882
5419 msgid "Using journal device's blocksize: %d\n"
5422 #: misc/mke2fs.c:1893
5424 msgid "invalid blocks '%s' on device '%s'"
5427 #: misc/mke2fs.c:1923
5431 #: misc/mke2fs.c:1941 resize/main.c:497
5432 msgid "while trying to determine filesystem size"
5435 #: misc/mke2fs.c:1947
5437 "Couldn't determine device size; you must specify\n"
5438 "the size of the filesystem\n"
5441 #: misc/mke2fs.c:1954
5443 "Device size reported to be zero. Invalid partition specified, or\n"
5444 "\tpartition table wasn't reread after running fdisk, due to\n"
5445 "\ta modified partition being busy and in use. You may need to reboot\n"
5446 "\tto re-read your partition table.\n"
5449 #: misc/mke2fs.c:1971
5450 msgid "Filesystem larger than apparent device size."
5453 #: misc/mke2fs.c:1991
5454 msgid "Failed to parse fs types list\n"
5457 #: misc/mke2fs.c:2040
5458 msgid "The HURD does not support the filetype feature.\n"
5461 #: misc/mke2fs.c:2045
5462 msgid "The HURD does not support the huge_file feature.\n"
5465 #: misc/mke2fs.c:2050
5466 msgid "The HURD does not support the metadata_csum feature.\n"
5469 #: misc/mke2fs.c:2055
5470 msgid "The HURD does not support the ea_inode feature.\n"
5473 #: misc/mke2fs.c:2065
5474 msgid "while trying to determine hardware sector size"
5477 #: misc/mke2fs.c:2071
5478 msgid "while trying to determine physical sector size"
5481 #: misc/mke2fs.c:2103
5482 msgid "while setting blocksize; too small for device\n"
5485 #: misc/mke2fs.c:2108
5488 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5491 #: misc/mke2fs.c:2132
5494 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5495 "\tin 32 bits using a blocksize of %d.\n"
5498 #: misc/mke2fs.c:2144
5501 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5502 "\ta filesystem using a blocksize of %d.\n"
5505 #: misc/mke2fs.c:2166
5506 msgid "fs_types for mke2fs.conf resolution: "
5509 #: misc/mke2fs.c:2173
5510 msgid "Filesystem features not supported with revision 0 filesystems\n"
5513 #: misc/mke2fs.c:2181
5514 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5517 #: misc/mke2fs.c:2191
5518 msgid "Journals not supported with revision 0 filesystems\n"
5521 #: misc/mke2fs.c:2204
5523 msgid "invalid reserved blocks percent - %lf"
5526 #: misc/mke2fs.c:2221
5528 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5532 #: misc/mke2fs.c:2241
5533 msgid "The cluster size may not be smaller than the block size.\n"
5536 #: misc/mke2fs.c:2247
5537 msgid "specifying a cluster size requires the bigalloc feature"
5540 #: misc/mke2fs.c:2267
5542 msgid "warning: Unable to get device geometry for %s\n"
5545 #: misc/mke2fs.c:2270
5547 msgid "%s alignment is offset by %lu bytes.\n"
5550 #: misc/mke2fs.c:2272
5553 "This may result in very poor performance, (re)-partitioning suggested.\n"
5556 #: misc/mke2fs.c:2293
5558 msgid "%d-byte blocks too big for system (max %d)"
5561 #: misc/mke2fs.c:2297
5564 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5567 #: misc/mke2fs.c:2305
5570 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5571 "and journal checksum features.\n"
5574 #: misc/mke2fs.c:2360
5578 "Warning: offset specified without an explicit file system size.\n"
5579 "Creating a file system with %llu blocks but this might\n"
5580 "not be what you want.\n"
5584 #: misc/mke2fs.c:2375
5586 msgid "%d byte inodes are too small for project quota"
5589 #: misc/mke2fs.c:2397
5590 msgid "Can't support bigalloc feature without extents feature"
5593 #: misc/mke2fs.c:2404
5595 "The resize_inode and meta_bg features are not compatible.\n"
5596 "They can not be both enabled simultaneously.\n"
5599 #: misc/mke2fs.c:2412
5602 "Warning: the bigalloc feature is still under development\n"
5603 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5607 #: misc/mke2fs.c:2424
5608 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5611 #: misc/mke2fs.c:2433
5612 msgid "blocks per group count out of range"
5615 #: misc/mke2fs.c:2455
5616 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5619 #: misc/mke2fs.c:2467
5621 msgid "invalid inode size %d (min %d/max %d)"
5624 #: misc/mke2fs.c:2482
5626 msgid "%d byte inodes are too small for inline data; specify larger size"
5629 #: misc/mke2fs.c:2497
5631 msgid "too many inodes (%llu), raise inode ratio?"
5634 #: misc/mke2fs.c:2504
5636 msgid "too many inodes (%llu), specify < 2^32 inodes"
5639 #: misc/mke2fs.c:2518
5642 "inode_size (%u) * inodes_count (%u) too big for a\n"
5643 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5644 "\tor lower inode count (-N).\n"
5647 #: misc/mke2fs.c:2705
5648 msgid "Discarding device blocks: "
5651 #: misc/mke2fs.c:2721
5655 #: misc/mke2fs.c:2780
5656 msgid "while initializing quota context"
5659 #: misc/mke2fs.c:2787
5660 msgid "while writing quota inodes"
5663 #: misc/mke2fs.c:2812
5665 msgid "bad error behavior in profile - %s"
5668 #: misc/mke2fs.c:2888
5669 msgid "in malloc for android_sparse_params"
5672 #: misc/mke2fs.c:2902
5673 msgid "while setting up superblock"
5676 #: misc/mke2fs.c:2918
5678 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5679 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5680 "checksumming. Pass -O extents to rectify.\n"
5683 #: misc/mke2fs.c:2925
5685 "64-bit filesystem support is not enabled. The larger fields afforded by "
5686 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5689 #: misc/mke2fs.c:2933
5690 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
5693 #: misc/mke2fs.c:2957
5694 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5697 #: misc/mke2fs.c:3056
5699 msgid "unknown os - %s"
5702 #: misc/mke2fs.c:3119
5703 msgid "Allocating group tables: "
5706 #: misc/mke2fs.c:3127
5707 msgid "while trying to allocate filesystem tables"
5710 #: misc/mke2fs.c:3136
5713 "\twhile converting subcluster bitmap"
5716 #: misc/mke2fs.c:3142
5718 msgid "%s may be further corrupted by superblock rewrite\n"
5721 #: misc/mke2fs.c:3183
5723 msgid "while zeroing block %llu at end of filesystem"
5726 #: misc/mke2fs.c:3196
5727 msgid "while reserving blocks for online resize"
5730 #: misc/mke2fs.c:3208 misc/tune2fs.c:1544
5734 #: misc/mke2fs.c:3220
5736 msgid "Adding journal to device %s: "
5739 #: misc/mke2fs.c:3227
5743 "\twhile trying to add journal to device %s"
5746 #: misc/mke2fs.c:3232 misc/mke2fs.c:3261 misc/mke2fs.c:3299
5747 #: misc/mk_hugefiles.c:598 misc/tune2fs.c:1573 misc/tune2fs.c:1592
5751 #: misc/mke2fs.c:3238
5752 msgid "Skipping journal creation in super-only mode\n"
5755 #: misc/mke2fs.c:3248
5757 msgid "Creating journal (%u blocks): "
5760 #: misc/mke2fs.c:3257
5763 "\twhile trying to create journal"
5766 #: misc/mke2fs.c:3269 misc/tune2fs.c:1191
5769 "Error while enabling multiple mount protection feature."
5772 #: misc/mke2fs.c:3274
5774 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5777 #: misc/mke2fs.c:3290
5778 msgid "Copying files into the device: "
5781 #: misc/mke2fs.c:3296
5782 msgid "while populating file system"
5785 #: misc/mke2fs.c:3303
5786 msgid "Writing superblocks and filesystem accounting information: "
5789 #: misc/mke2fs.c:3310
5790 msgid "while writing out and closing file system"
5793 #: misc/mke2fs.c:3313
5799 #: misc/mk_hugefiles.c:339
5801 msgid "while zeroing block %llu for hugefile"
5804 #: misc/mk_hugefiles.c:514
5807 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5810 #: misc/mk_hugefiles.c:581
5811 msgid "Huge files will be zero'ed\n"
5814 #: misc/mk_hugefiles.c:582
5816 msgid "Creating %lu huge file(s) "
5819 #: misc/mk_hugefiles.c:584
5821 msgid "with %llu blocks each"
5824 #: misc/mk_hugefiles.c:593
5826 msgid "while creating huge file %lu"
5829 #: misc/mklost+found.c:50
5830 msgid "Usage: mklost+found\n"
5833 #: misc/partinfo.c:43
5836 "Usage: %s device...\n"
5838 "Prints out the partition information for each given device.\n"
5839 "For example: %s /dev/hda\n"
5843 #: misc/partinfo.c:53
5845 msgid "Cannot open %s: %s"
5848 #: misc/partinfo.c:59
5850 msgid "Cannot get geometry of %s: %s"
5853 #: misc/partinfo.c:67
5855 msgid "Cannot get size of %s: %s"
5858 #: misc/partinfo.c:73
5860 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5863 #: misc/tune2fs.c:119
5866 "This operation requires a freshly checked filesystem.\n"
5869 #: misc/tune2fs.c:121
5870 msgid "Please run e2fsck -f on the filesystem.\n"
5873 #: misc/tune2fs.c:123
5874 msgid "Please run e2fsck -fD on the filesystem.\n"
5877 #: misc/tune2fs.c:136
5880 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5881 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5882 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5883 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
5884 "\t[-L volume_label] [-M last_mounted_dir]\n"
5885 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5886 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5887 "\t[-I new_inode_size] [-z undo_file] device\n"
5890 #: misc/tune2fs.c:223
5891 msgid "Journal superblock not found!\n"
5894 #: misc/tune2fs.c:281
5895 msgid "while trying to open external journal"
5898 #: misc/tune2fs.c:287 misc/tune2fs.c:2851
5900 msgid "%s is not a journal device.\n"
5903 #: misc/tune2fs.c:296 misc/tune2fs.c:2860
5906 "Journal superblock is corrupted, nr_users\n"
5907 "is too high (%d).\n"
5910 #: misc/tune2fs.c:303 misc/tune2fs.c:2867
5911 msgid "Filesystem's UUID not found on journal device.\n"
5914 #: misc/tune2fs.c:327
5916 "Cannot locate journal device. It was NOT removed\n"
5917 "Use -f option to remove missing journal device.\n"
5920 #: misc/tune2fs.c:336
5921 msgid "Journal removed\n"
5924 #: misc/tune2fs.c:380
5925 msgid "while reading bitmaps"
5928 #: misc/tune2fs.c:388
5929 msgid "while clearing journal inode"
5932 #: misc/tune2fs.c:399
5933 msgid "while writing journal inode"
5936 #: misc/tune2fs.c:435 misc/tune2fs.c:458 misc/tune2fs.c:471
5937 msgid "(and reboot afterwards!)\n"
5940 #: misc/tune2fs.c:486
5942 msgid "After running e2fsck, please run `resize2fs %s %s"
5945 #: misc/tune2fs.c:489
5947 msgid "Please run `resize2fs %s %s"
5950 #: misc/tune2fs.c:493
5955 #: misc/tune2fs.c:495
5957 msgid "' to enable 64-bit mode.\n"
5960 #: misc/tune2fs.c:497
5962 msgid "' to disable 64-bit mode.\n"
5965 #: misc/tune2fs.c:1093
5967 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5968 " This requires Linux >= v4.4.\n"
5971 #: misc/tune2fs.c:1129
5973 msgid "Clearing filesystem feature '%s' not supported.\n"
5976 #: misc/tune2fs.c:1135
5978 msgid "Setting filesystem feature '%s' not supported.\n"
5981 #: misc/tune2fs.c:1144
5983 "The has_journal feature may only be cleared when the filesystem is\n"
5984 "unmounted or mounted read-only.\n"
5987 #: misc/tune2fs.c:1152
5989 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
5990 "the has_journal flag.\n"
5993 #: misc/tune2fs.c:1170
5995 "Setting filesystem feature 'sparse_super' not supported\n"
5996 "for filesystems with the meta_bg feature enabled.\n"
5999 #: misc/tune2fs.c:1183
6001 "The multiple mount protection feature can't\n"
6002 "be set if the filesystem is mounted or\n"
6006 #: misc/tune2fs.c:1201
6008 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6011 #: misc/tune2fs.c:1210
6013 "The multiple mount protection feature cannot\n"
6014 "be disabled if the filesystem is readonly.\n"
6017 #: misc/tune2fs.c:1218
6018 msgid "Error while reading bitmaps\n"
6021 #: misc/tune2fs.c:1227
6023 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6026 #: misc/tune2fs.c:1232
6027 msgid "while reading MMP block."
6030 #: misc/tune2fs.c:1264
6032 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6036 #: misc/tune2fs.c:1275
6038 "The huge_file feature may only be cleared when the filesystem is\n"
6039 "unmounted or mounted read-only.\n"
6042 #: misc/tune2fs.c:1286
6043 msgid "Enabling checksums could take some time."
6046 #: misc/tune2fs.c:1288
6047 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6050 #: misc/tune2fs.c:1294
6052 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6053 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6054 "checksumming. Re-run with -O extent to rectify.\n"
6057 #: misc/tune2fs.c:1301
6059 "64-bit filesystem support is not enabled. The larger fields afforded by "
6060 "this feature enable full-strength checksumming. Run resize2fs -b to "
6064 #: misc/tune2fs.c:1327
6065 msgid "Disabling checksums could take some time."
6068 #: misc/tune2fs.c:1329
6069 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6072 #: misc/tune2fs.c:1392
6074 msgid "Cannot enable 64-bit mode while mounted!\n"
6077 #: misc/tune2fs.c:1402
6079 msgid "Cannot disable 64-bit mode while mounted!\n"
6082 #: misc/tune2fs.c:1432
6084 msgid "Cannot enable project feature; inode size too small.\n"
6087 #: misc/tune2fs.c:1453
6090 "Warning: '^quota' option overrides '-Q'arguments.\n"
6093 #: misc/tune2fs.c:1471
6095 "Setting feature 'metadata_csum_seed' is only supported\n"
6096 "on filesystems with the metadata_csum feature enabled.\n"
6099 #: misc/tune2fs.c:1489
6101 "UUID has changed since enabling metadata_csum. Filesystem must be "
6103 "to safely rewrite all metadata to match the new UUID.\n"
6106 #: misc/tune2fs.c:1495
6107 msgid "Recalculating checksums could take some time."
6110 #: misc/tune2fs.c:1537
6111 msgid "The filesystem already has a journal.\n"
6114 #: misc/tune2fs.c:1557
6118 "\twhile trying to open journal on %s\n"
6121 #: misc/tune2fs.c:1561
6123 msgid "Creating journal on device %s: "
6126 #: misc/tune2fs.c:1569
6128 msgid "while adding filesystem to journal on %s"
6131 #: misc/tune2fs.c:1575
6132 msgid "Creating journal inode: "
6135 #: misc/tune2fs.c:1589
6138 "\twhile trying to create journal file"
6141 #: misc/tune2fs.c:1627
6143 msgid "Cannot enable project quota; inode size too small.\n"
6146 #: misc/tune2fs.c:1640
6147 msgid "while initializing quota context in support library"
6150 #: misc/tune2fs.c:1655
6152 msgid "while updating quota limits (%d)"
6155 #: misc/tune2fs.c:1663
6157 msgid "while writing quota file (%d)"
6160 #: misc/tune2fs.c:1681
6162 msgid "while removing quota file (%d)"
6165 #: misc/tune2fs.c:1724
6168 "Bad quota options specified.\n"
6170 "Following valid quota options are available (pass by separating with "
6179 #: misc/tune2fs.c:1782
6181 msgid "Couldn't parse date/time specifier: %s"
6184 #: misc/tune2fs.c:1807 misc/tune2fs.c:1820
6186 msgid "bad mounts count - %s"
6189 #: misc/tune2fs.c:1863
6191 msgid "bad gid/group name - %s"
6194 #: misc/tune2fs.c:1896
6196 msgid "bad interval - %s"
6199 #: misc/tune2fs.c:1925
6201 msgid "bad reserved block ratio - %s"
6204 #: misc/tune2fs.c:1940
6205 msgid "-o may only be specified once"
6208 #: misc/tune2fs.c:1949
6209 msgid "-O may only be specified once"
6212 #: misc/tune2fs.c:1966
6214 msgid "bad reserved blocks count - %s"
6217 #: misc/tune2fs.c:1995
6219 msgid "bad uid/user name - %s"
6222 #: misc/tune2fs.c:2012
6224 msgid "bad inode size - %s"
6227 #: misc/tune2fs.c:2019
6229 msgid "Inode size must be a power of two- %s"
6232 #: misc/tune2fs.c:2116
6234 msgid "mmp_update_interval too big: %lu\n"
6237 #: misc/tune2fs.c:2121
6239 msgid "Setting multiple mount protection update interval to %lu second\n"
6241 "Setting multiple mount protection update interval to %lu seconds\n"
6245 #: misc/tune2fs.c:2144
6247 msgid "Invalid RAID stride: %s\n"
6250 #: misc/tune2fs.c:2159
6252 msgid "Invalid RAID stripe-width: %s\n"
6255 #: misc/tune2fs.c:2174
6257 msgid "Invalid hash algorithm: %s\n"
6260 #: misc/tune2fs.c:2180
6262 msgid "Setting default hash algorithm to %s (%d)\n"
6265 #: misc/tune2fs.c:2199
6268 "Bad options specified.\n"
6270 "Extended options are separated by commas, and may take an argument which\n"
6271 "\tis set off by an equals ('=') sign.\n"
6273 "Valid extended options are:\n"
6275 "\thash_alg=<hash algorithm>\n"
6276 "\tmount_opts=<extended default mount options>\n"
6277 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6278 "\tstride=<RAID per-disk chunk size in blocks>\n"
6279 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6284 #: misc/tune2fs.c:2669
6285 msgid "Failed to read inode bitmap\n"
6288 #: misc/tune2fs.c:2674
6289 msgid "Failed to read block bitmap\n"
6292 #: misc/tune2fs.c:2691 resize/resize2fs.c:1277
6293 msgid "blocks to be moved"
6296 #: misc/tune2fs.c:2694
6297 msgid "Failed to allocate block bitmap when increasing inode size\n"
6300 #: misc/tune2fs.c:2700
6301 msgid "Not enough space to increase inode size \n"
6304 #: misc/tune2fs.c:2705
6305 msgid "Failed to relocate blocks during inode resize \n"
6308 #: misc/tune2fs.c:2737
6310 "Error in resizing the inode size.\n"
6311 "Run e2undo to undo the file system changes. \n"
6314 #: misc/tune2fs.c:2947
6316 "If you are sure the filesystem is not in use on any node, run:\n"
6317 "'tune2fs -f -E clear_mmp {device}'\n"
6320 #: misc/tune2fs.c:2954
6323 "MMP block magic is bad. Try to fix it by running:\n"
6327 #: misc/tune2fs.c:2966
6328 msgid "Cannot modify a journal device.\n"
6331 #: misc/tune2fs.c:2979
6333 msgid "The inode size is already %lu\n"
6336 #: misc/tune2fs.c:2986
6337 msgid "Shrinking inode size is not supported\n"
6340 #: misc/tune2fs.c:2991
6342 msgid "Invalid inode size %lu (max %d)\n"
6345 #: misc/tune2fs.c:2997
6346 msgid "Resizing inodes could take some time."
6349 #: misc/tune2fs.c:3045
6352 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6354 "\te2fsck -E journal_only %s\n"
6356 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6357 "by journal recovery.\n"
6360 #: misc/tune2fs.c:3056
6362 msgid "Recovering journal.\n"
6365 #: misc/tune2fs.c:3075
6367 msgid "Setting maximal mount count to %d\n"
6370 #: misc/tune2fs.c:3081
6372 msgid "Setting current mount count to %d\n"
6375 #: misc/tune2fs.c:3086
6377 msgid "Setting error behavior to %d\n"
6380 #: misc/tune2fs.c:3091
6382 msgid "Setting reserved blocks gid to %lu\n"
6385 #: misc/tune2fs.c:3096
6387 msgid "interval between checks is too big (%lu)"
6390 #: misc/tune2fs.c:3103
6392 msgid "Setting interval between checks to %lu seconds\n"
6395 #: misc/tune2fs.c:3110
6397 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6400 #: misc/tune2fs.c:3116
6402 msgid "reserved blocks count is too big (%llu)"
6405 #: misc/tune2fs.c:3123
6407 msgid "Setting reserved blocks count to %llu\n"
6410 #: misc/tune2fs.c:3128
6413 "The filesystem already has sparse superblocks.\n"
6416 #: misc/tune2fs.c:3131
6419 "Setting the sparse superblock flag not supported\n"
6420 "for filesystems with the meta_bg feature enabled.\n"
6423 #: misc/tune2fs.c:3141
6427 "Sparse superblock flag set. %s"
6430 #: misc/tune2fs.c:3146
6433 "Clearing the sparse superblock flag not supported.\n"
6436 #: misc/tune2fs.c:3154
6438 msgid "Setting time filesystem last checked to %s\n"
6441 #: misc/tune2fs.c:3160
6443 msgid "Setting reserved blocks uid to %lu\n"
6446 #: misc/tune2fs.c:3192
6447 msgid "Error in using clear_mmp. It must be used with -f\n"
6450 #: misc/tune2fs.c:3210
6452 "The quota feature may only be changed when the filesystem is unmounted.\n"
6455 #: misc/tune2fs.c:3228
6456 msgid "Setting the UUID on this filesystem could take some time."
6459 #: misc/tune2fs.c:3243
6460 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6463 #: misc/tune2fs.c:3246
6465 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6466 "and re-run this command.\n"
6469 #: misc/tune2fs.c:3276
6470 msgid "Invalid UUID format\n"
6473 #: misc/tune2fs.c:3292
6474 msgid "Need to update journal superblock.\n"
6477 #: misc/tune2fs.c:3314
6478 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6481 #: misc/tune2fs.c:3321
6483 "Changing the inode size not supported for filesystems with the flex_bg\n"
6484 "feature enabled.\n"
6487 #: misc/tune2fs.c:3339
6489 msgid "Setting inode size %lu\n"
6492 #: misc/tune2fs.c:3343
6493 msgid "Failed to change inode size\n"
6496 #: misc/tune2fs.c:3357
6498 msgid "Setting stride size to %d\n"
6501 #: misc/tune2fs.c:3362
6503 msgid "Setting stripe width to %d\n"
6506 #: misc/tune2fs.c:3369
6508 msgid "Setting extended default mount options to '%s'\n"
6512 msgid "<proceeding>\n"
6517 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6521 msgid "Proceed anyway? (y,N) "
6525 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6530 msgid "will not make a %s here!\n"
6534 msgid "mke2fs forced anyway.\n"
6538 msgid "Couldn't allocate memory to parse journal options!\n"
6545 "Could not find journal device matching %s\n"
6551 "Bad journal options specified.\n"
6553 "Journal options are separated by commas, and may take an argument which\n"
6554 "\tis set off by an equals ('=') sign.\n"
6556 "Valid journal options are:\n"
6557 "\tsize=<journal size in megabytes>\n"
6558 "\tdevice=<journal device>\n"
6559 "\tlocation=<journal location>\n"
6561 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6568 "Filesystem too small for a journal\n"
6575 "The requested journal size is %d blocks; it must be\n"
6576 "between 1024 and 10240000 blocks. Aborting.\n"
6582 "Journal size too big for filesystem.\n"
6588 "This filesystem will be automatically checked every %d mounts or\n"
6589 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6594 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6599 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6608 msgid "bad arguments"
6624 msgid "bad response length"
6629 msgid "uuidd daemon already running at pid %s\n"
6634 msgid "Couldn't create unix stream socket: %s"
6639 msgid "Couldn't bind unix socket %s: %s\n"
6644 msgid "Couldn't listen on unix socket %s: %s\n"
6649 msgid "Error reading from client, len = %d\n"
6654 msgid "operation %d, incoming num = %d\n"
6659 msgid "Generated time UUID: %s\n"
6664 msgid "Generated random UUID: %s\n"
6669 msgid "Generated time UUID %s and subsequent UUID\n"
6670 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6676 msgid "Generated %d UUID's:\n"
6681 msgid "Invalid operation %d\n"
6684 #: misc/uuidd.c:477 misc/uuidd.c:499
6686 msgid "Bad number: %s\n"
6689 #: misc/uuidd.c:534 misc/uuidd.c:563
6691 msgid "Error calling uuidd daemon (%s): %s\n"
6696 msgid "%s and subsequent UUID\n"
6697 msgid_plural "%s and subsequent %d UUIDs\n"
6702 msgid "List of UUID's:\n"
6707 msgid "Unexpected reply length from server %d\n"
6712 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6717 msgid "Killed uuidd running at pid %d\n"
6720 #: misc/uuidgen.c:32
6722 msgid "Usage: %s [-r] [-t]\n"
6725 #: resize/extent.c:202
6726 msgid "# Extent dump:\n"
6729 #: resize/extent.c:203
6731 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6737 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6738 "[-S RAID-stride] [-z undo_file]\n"
6743 msgid "Extending the inode table"
6747 msgid "Relocating blocks"
6751 msgid "Scanning inode table"
6755 msgid "Updating inode references"
6759 msgid "Moving inode table"
6763 msgid "Unknown pass?!?"
6768 msgid "Begin pass %d (max = %lu)\n"
6771 #: resize/main.c:163
6774 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6775 "your own risk! Use the force option if you want to go ahead anyway.\n"
6779 #: resize/main.c:366
6781 msgid "while opening %s"
6784 #: resize/main.c:374
6786 msgid "while getting stat information for %s"
6789 #: resize/main.c:451
6792 "Please run 'e2fsck -f %s' first.\n"
6796 #: resize/main.c:470
6798 msgid "Estimated minimum size of the filesystem: %llu\n"
6801 #: resize/main.c:507
6803 msgid "Invalid new size: %s\n"
6806 #: resize/main.c:526
6807 msgid "New size too large to be expressed in 32 bits\n"
6810 #: resize/main.c:534
6812 msgid "New size smaller than minimum (%llu)\n"
6815 #: resize/main.c:540
6816 msgid "Invalid stride length"
6819 #: resize/main.c:564
6822 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6823 "You requested a new size of %llu blocks.\n"
6827 #: resize/main.c:571
6829 msgid "Cannot set and unset 64bit feature.\n"
6832 #: resize/main.c:575
6835 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6839 #: resize/main.c:581
6841 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6844 #: resize/main.c:587
6847 "Please enable the extents feature with tune2fs before enabling the 64bit "
6851 #: resize/main.c:593
6854 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6858 #: resize/main.c:600
6860 msgid "The filesystem is already 64-bit.\n"
6863 #: resize/main.c:605
6865 msgid "The filesystem is already 32-bit.\n"
6868 #: resize/main.c:613
6870 msgid "Converting the filesystem to 64-bit.\n"
6873 #: resize/main.c:615
6875 msgid "Converting the filesystem to 32-bit.\n"
6878 #: resize/main.c:617
6880 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6883 #: resize/main.c:626
6885 msgid "while trying to resize %s"
6888 #: resize/main.c:629
6891 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6892 "after the aborted resize operation.\n"
6895 #: resize/main.c:635
6898 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6902 #: resize/main.c:650
6904 msgid "while trying to truncate %s"
6907 #: resize/online.c:81
6908 msgid "kernel does not support online resize with sparse_super2"
6911 #: resize/online.c:86
6913 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6916 #: resize/online.c:90
6917 msgid "On-line shrinking not supported"
6920 #: resize/online.c:114
6921 msgid "Filesystem does not support online resizing"
6924 #: resize/online.c:122
6925 msgid "Not enough reserved gdt blocks for resizing"
6928 #: resize/online.c:129
6929 msgid "Kernel does not support resizing a file system this large"
6932 #: resize/online.c:137
6934 msgid "while trying to open mountpoint %s"
6937 #: resize/online.c:142
6939 msgid "Old resize interface requested.\n"
6942 #: resize/online.c:161 resize/online.c:178
6943 msgid "Permission denied to resize filesystem"
6946 #: resize/online.c:164 resize/online.c:184
6947 msgid "While checking for on-line resizing support"
6950 #: resize/online.c:181
6951 msgid "Kernel does not support online resizing"
6954 #: resize/online.c:220
6956 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6959 #: resize/online.c:230
6960 msgid "While trying to extend the last group"
6963 #: resize/online.c:277
6965 msgid "While trying to add group #%d"
6968 #: resize/online.c:288
6971 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6975 #: resize/resize2fs.c:759
6977 msgid "inodes (%llu) must be less than %u\n"
6980 #: resize/resize2fs.c:1038
6981 msgid "reserved blocks"
6984 #: resize/resize2fs.c:1282
6985 msgid "meta-data blocks"
6988 #: resize/resize2fs.c:1386 resize/resize2fs.c:2473
6989 msgid "new meta blocks"
6992 #: resize/resize2fs.c:2696
6993 msgid "Should never happen! No sb in last super_sparse bg?\n"
6996 #: resize/resize2fs.c:2701
6997 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
7000 #: resize/resize2fs.c:2774
7001 msgid "Should never happen: resize inode corrupt!\n"
7004 #: lib/ext2fs/ext2_err.c:11
7005 msgid "EXT2FS Library version 1.44.4"
7008 #: lib/ext2fs/ext2_err.c:12
7009 msgid "Wrong magic number for ext2_filsys structure"
7012 #: lib/ext2fs/ext2_err.c:13
7013 msgid "Wrong magic number for badblocks_list structure"
7016 #: lib/ext2fs/ext2_err.c:14
7017 msgid "Wrong magic number for badblocks_iterate structure"
7020 #: lib/ext2fs/ext2_err.c:15
7021 msgid "Wrong magic number for inode_scan structure"
7024 #: lib/ext2fs/ext2_err.c:16
7025 msgid "Wrong magic number for io_channel structure"
7028 #: lib/ext2fs/ext2_err.c:17
7029 msgid "Wrong magic number for unix io_channel structure"
7032 #: lib/ext2fs/ext2_err.c:18
7033 msgid "Wrong magic number for io_manager structure"
7036 #: lib/ext2fs/ext2_err.c:19
7037 msgid "Wrong magic number for block_bitmap structure"
7040 #: lib/ext2fs/ext2_err.c:20
7041 msgid "Wrong magic number for inode_bitmap structure"
7044 #: lib/ext2fs/ext2_err.c:21
7045 msgid "Wrong magic number for generic_bitmap structure"
7048 #: lib/ext2fs/ext2_err.c:22
7049 msgid "Wrong magic number for test io_channel structure"
7052 #: lib/ext2fs/ext2_err.c:23
7053 msgid "Wrong magic number for directory block list structure"
7056 #: lib/ext2fs/ext2_err.c:24
7057 msgid "Wrong magic number for icount structure"
7060 #: lib/ext2fs/ext2_err.c:25
7061 msgid "Wrong magic number for Powerquest io_channel structure"
7064 #: lib/ext2fs/ext2_err.c:26
7065 msgid "Wrong magic number for ext2 file structure"
7068 #: lib/ext2fs/ext2_err.c:27
7069 msgid "Wrong magic number for Ext2 Image Header"
7072 #: lib/ext2fs/ext2_err.c:28
7073 msgid "Wrong magic number for inode io_channel structure"
7076 #: lib/ext2fs/ext2_err.c:29
7077 msgid "Wrong magic number for ext4 extent handle"
7080 #: lib/ext2fs/ext2_err.c:30
7081 msgid "Bad magic number in super-block"
7084 #: lib/ext2fs/ext2_err.c:31
7085 msgid "Filesystem revision too high"
7088 #: lib/ext2fs/ext2_err.c:32
7089 msgid "Attempt to write to filesystem opened read-only"
7092 #: lib/ext2fs/ext2_err.c:33
7093 msgid "Can't read group descriptors"
7096 #: lib/ext2fs/ext2_err.c:34
7097 msgid "Can't write group descriptors"
7100 #: lib/ext2fs/ext2_err.c:35
7101 msgid "Corrupt group descriptor: bad block for block bitmap"
7104 #: lib/ext2fs/ext2_err.c:36
7105 msgid "Corrupt group descriptor: bad block for inode bitmap"
7108 #: lib/ext2fs/ext2_err.c:37
7109 msgid "Corrupt group descriptor: bad block for inode table"
7112 #: lib/ext2fs/ext2_err.c:38
7113 msgid "Can't write an inode bitmap"
7116 #: lib/ext2fs/ext2_err.c:39
7117 msgid "Can't read an inode bitmap"
7120 #: lib/ext2fs/ext2_err.c:40
7121 msgid "Can't write a block bitmap"
7124 #: lib/ext2fs/ext2_err.c:41
7125 msgid "Can't read a block bitmap"
7128 #: lib/ext2fs/ext2_err.c:42
7129 msgid "Can't write an inode table"
7132 #: lib/ext2fs/ext2_err.c:43
7133 msgid "Can't read an inode table"
7136 #: lib/ext2fs/ext2_err.c:44
7137 msgid "Can't read next inode"
7140 #: lib/ext2fs/ext2_err.c:45
7141 msgid "Filesystem has unexpected block size"
7144 #: lib/ext2fs/ext2_err.c:46
7145 msgid "EXT2 directory corrupted"
7148 #: lib/ext2fs/ext2_err.c:47
7149 msgid "Attempt to read block from filesystem resulted in short read"
7152 #: lib/ext2fs/ext2_err.c:48
7153 msgid "Attempt to write block to filesystem resulted in short write"
7156 #: lib/ext2fs/ext2_err.c:49
7157 msgid "No free space in the directory"
7160 #: lib/ext2fs/ext2_err.c:50
7161 msgid "Inode bitmap not loaded"
7164 #: lib/ext2fs/ext2_err.c:51
7165 msgid "Block bitmap not loaded"
7168 #: lib/ext2fs/ext2_err.c:52
7169 msgid "Illegal inode number"
7172 #: lib/ext2fs/ext2_err.c:53
7173 msgid "Illegal block number"
7176 #: lib/ext2fs/ext2_err.c:54
7177 msgid "Internal error in ext2fs_expand_dir"
7180 #: lib/ext2fs/ext2_err.c:55
7181 msgid "Not enough space to build proposed filesystem"
7184 #: lib/ext2fs/ext2_err.c:56
7185 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7188 #: lib/ext2fs/ext2_err.c:57
7189 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7192 #: lib/ext2fs/ext2_err.c:58
7193 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7196 #: lib/ext2fs/ext2_err.c:59
7197 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7200 #: lib/ext2fs/ext2_err.c:60
7201 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7204 #: lib/ext2fs/ext2_err.c:61
7205 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7208 #: lib/ext2fs/ext2_err.c:62
7209 msgid "Attempt to fudge end of block bitmap past the real end"
7212 #: lib/ext2fs/ext2_err.c:63
7213 msgid "Attempt to fudge end of inode bitmap past the real end"
7216 #: lib/ext2fs/ext2_err.c:64
7217 msgid "Illegal indirect block found"
7220 #: lib/ext2fs/ext2_err.c:65
7221 msgid "Illegal doubly indirect block found"
7224 #: lib/ext2fs/ext2_err.c:66
7225 msgid "Illegal triply indirect block found"
7228 #: lib/ext2fs/ext2_err.c:67
7229 msgid "Block bitmaps are not the same"
7232 #: lib/ext2fs/ext2_err.c:68
7233 msgid "Inode bitmaps are not the same"
7236 #: lib/ext2fs/ext2_err.c:69
7237 msgid "Illegal or malformed device name"
7240 #: lib/ext2fs/ext2_err.c:70
7241 msgid "A block group is missing an inode table"
7244 #: lib/ext2fs/ext2_err.c:71
7245 msgid "The ext2 superblock is corrupt"
7248 #: lib/ext2fs/ext2_err.c:72
7249 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7252 #: lib/ext2fs/ext2_err.c:73
7253 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7256 #: lib/ext2fs/ext2_err.c:74
7257 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7260 #: lib/ext2fs/ext2_err.c:75
7261 msgid "Too many symbolic links encountered."
7264 #: lib/ext2fs/ext2_err.c:76
7265 msgid "The callback function will not handle this case"
7268 #: lib/ext2fs/ext2_err.c:77
7269 msgid "The inode is from a bad block in the inode table"
7272 #: lib/ext2fs/ext2_err.c:78
7273 msgid "Filesystem has unsupported feature(s)"
7276 #: lib/ext2fs/ext2_err.c:79
7277 msgid "Filesystem has unsupported read-only feature(s)"
7280 #: lib/ext2fs/ext2_err.c:80
7281 msgid "IO Channel failed to seek on read or write"
7284 #: lib/ext2fs/ext2_err.c:81
7285 msgid "Memory allocation failed"
7288 #: lib/ext2fs/ext2_err.c:82
7289 msgid "Invalid argument passed to ext2 library"
7292 #: lib/ext2fs/ext2_err.c:83
7293 msgid "Could not allocate block in ext2 filesystem"
7296 #: lib/ext2fs/ext2_err.c:84
7297 msgid "Could not allocate inode in ext2 filesystem"
7300 #: lib/ext2fs/ext2_err.c:85
7301 msgid "Ext2 inode is not a directory"
7304 #: lib/ext2fs/ext2_err.c:86
7305 msgid "Too many references in table"
7308 #: lib/ext2fs/ext2_err.c:87
7309 msgid "File not found by ext2_lookup"
7312 #: lib/ext2fs/ext2_err.c:88
7313 msgid "File open read-only"
7316 #: lib/ext2fs/ext2_err.c:89
7317 msgid "Ext2 directory block not found"
7320 #: lib/ext2fs/ext2_err.c:90
7321 msgid "Ext2 directory already exists"
7324 #: lib/ext2fs/ext2_err.c:91
7325 msgid "Unimplemented ext2 library function"
7328 #: lib/ext2fs/ext2_err.c:92
7329 msgid "User cancel requested"
7332 #: lib/ext2fs/ext2_err.c:93
7333 msgid "Ext2 file too big"
7336 #: lib/ext2fs/ext2_err.c:94
7337 msgid "Supplied journal device not a block device"
7340 #: lib/ext2fs/ext2_err.c:95
7341 msgid "Journal superblock not found"
7344 #: lib/ext2fs/ext2_err.c:96
7345 msgid "Journal must be at least 1024 blocks"
7348 #: lib/ext2fs/ext2_err.c:97
7349 msgid "Unsupported journal version"
7352 #: lib/ext2fs/ext2_err.c:98
7353 msgid "Error loading external journal"
7356 #: lib/ext2fs/ext2_err.c:99
7357 msgid "Journal not found"
7360 #: lib/ext2fs/ext2_err.c:100
7361 msgid "Directory hash unsupported"
7364 #: lib/ext2fs/ext2_err.c:101
7365 msgid "Illegal extended attribute block number"
7368 #: lib/ext2fs/ext2_err.c:102
7369 msgid "Cannot create filesystem with requested number of inodes"
7372 #: lib/ext2fs/ext2_err.c:103
7373 msgid "E2image snapshot not in use"
7376 #: lib/ext2fs/ext2_err.c:104
7377 msgid "Too many reserved group descriptor blocks"
7380 #: lib/ext2fs/ext2_err.c:105
7381 msgid "Resize inode is corrupt"
7384 #: lib/ext2fs/ext2_err.c:106
7385 msgid "Tried to set block bmap with missing indirect block"
7388 #: lib/ext2fs/ext2_err.c:107
7389 msgid "TDB: Success"
7392 #: lib/ext2fs/ext2_err.c:108
7393 msgid "TDB: Corrupt database"
7396 #: lib/ext2fs/ext2_err.c:109
7397 msgid "TDB: IO Error"
7400 #: lib/ext2fs/ext2_err.c:110
7401 msgid "TDB: Locking error"
7404 #: lib/ext2fs/ext2_err.c:111
7405 msgid "TDB: Out of memory"
7408 #: lib/ext2fs/ext2_err.c:112
7409 msgid "TDB: Record exists"
7412 #: lib/ext2fs/ext2_err.c:113
7413 msgid "TDB: Lock exists on other keys"
7416 #: lib/ext2fs/ext2_err.c:114
7417 msgid "TDB: Invalid parameter"
7420 #: lib/ext2fs/ext2_err.c:115
7421 msgid "TDB: Record does not exist"
7424 #: lib/ext2fs/ext2_err.c:116
7425 msgid "TDB: Write not permitted"
7428 #: lib/ext2fs/ext2_err.c:117
7429 msgid "Ext2fs directory block list is empty"
7432 #: lib/ext2fs/ext2_err.c:118
7433 msgid "Attempt to modify a block mapping via a read-only block iterator"
7436 #: lib/ext2fs/ext2_err.c:119
7437 msgid "Wrong magic number for ext4 extent saved path"
7440 #: lib/ext2fs/ext2_err.c:120
7441 msgid "Wrong magic number for 64-bit generic bitmap"
7444 #: lib/ext2fs/ext2_err.c:121
7445 msgid "Wrong magic number for 64-bit block bitmap"
7448 #: lib/ext2fs/ext2_err.c:122
7449 msgid "Wrong magic number for 64-bit inode bitmap"
7452 #: lib/ext2fs/ext2_err.c:123
7453 msgid "Wrong magic number --- RESERVED_13"
7456 #: lib/ext2fs/ext2_err.c:124
7457 msgid "Wrong magic number --- RESERVED_14"
7460 #: lib/ext2fs/ext2_err.c:125
7461 msgid "Wrong magic number --- RESERVED_15"
7464 #: lib/ext2fs/ext2_err.c:126
7465 msgid "Wrong magic number --- RESERVED_16"
7468 #: lib/ext2fs/ext2_err.c:127
7469 msgid "Wrong magic number --- RESERVED_17"
7472 #: lib/ext2fs/ext2_err.c:128
7473 msgid "Wrong magic number --- RESERVED_18"
7476 #: lib/ext2fs/ext2_err.c:129
7477 msgid "Wrong magic number --- RESERVED_19"
7480 #: lib/ext2fs/ext2_err.c:130
7481 msgid "Corrupt extent header"
7484 #: lib/ext2fs/ext2_err.c:131
7485 msgid "Corrupt extent index"
7488 #: lib/ext2fs/ext2_err.c:132
7489 msgid "Corrupt extent"
7492 #: lib/ext2fs/ext2_err.c:133
7493 msgid "No free space in extent map"
7496 #: lib/ext2fs/ext2_err.c:134
7497 msgid "Inode does not use extents"
7500 #: lib/ext2fs/ext2_err.c:135
7501 msgid "No 'next' extent"
7504 #: lib/ext2fs/ext2_err.c:136
7505 msgid "No 'previous' extent"
7508 #: lib/ext2fs/ext2_err.c:137
7509 msgid "No 'up' extent"
7512 #: lib/ext2fs/ext2_err.c:138
7513 msgid "No 'down' extent"
7516 #: lib/ext2fs/ext2_err.c:139
7517 msgid "No current node"
7520 #: lib/ext2fs/ext2_err.c:140
7521 msgid "Ext2fs operation not supported"
7524 #: lib/ext2fs/ext2_err.c:141
7525 msgid "No room to insert extent in node"
7528 #: lib/ext2fs/ext2_err.c:142
7529 msgid "Splitting would result in empty node"
7532 #: lib/ext2fs/ext2_err.c:143
7533 msgid "Extent not found"
7536 #: lib/ext2fs/ext2_err.c:144
7537 msgid "Operation not supported for inodes containing extents"
7540 #: lib/ext2fs/ext2_err.c:145
7541 msgid "Extent length is invalid"
7544 #: lib/ext2fs/ext2_err.c:146
7545 msgid "I/O Channel does not support 64-bit block numbers"
7548 #: lib/ext2fs/ext2_err.c:147
7549 msgid "Can't check if filesystem is mounted due to missing mtab file"
7552 #: lib/ext2fs/ext2_err.c:148
7553 msgid "Filesystem too large to use legacy bitmaps"
7556 #: lib/ext2fs/ext2_err.c:149
7557 msgid "MMP: invalid magic number"
7560 #: lib/ext2fs/ext2_err.c:150
7561 msgid "MMP: device currently active"
7564 #: lib/ext2fs/ext2_err.c:151
7565 msgid "MMP: e2fsck being run"
7568 #: lib/ext2fs/ext2_err.c:152
7569 msgid "MMP: block number beyond filesystem range"
7572 #: lib/ext2fs/ext2_err.c:153
7573 msgid "MMP: undergoing an unknown operation"
7576 #: lib/ext2fs/ext2_err.c:154
7577 msgid "MMP: filesystem still in use"
7580 #: lib/ext2fs/ext2_err.c:155
7581 msgid "MMP: open with O_DIRECT failed"
7584 #: lib/ext2fs/ext2_err.c:156
7585 msgid "Block group descriptor size incorrect"
7588 #: lib/ext2fs/ext2_err.c:157
7589 msgid "Inode checksum does not match inode"
7592 #: lib/ext2fs/ext2_err.c:158
7593 msgid "Inode bitmap checksum does not match bitmap"
7596 #: lib/ext2fs/ext2_err.c:159
7597 msgid "Extent block checksum does not match extent block"
7600 #: lib/ext2fs/ext2_err.c:160
7601 msgid "Directory block does not have space for checksum"
7604 #: lib/ext2fs/ext2_err.c:161
7605 msgid "Directory block checksum does not match directory block"
7608 #: lib/ext2fs/ext2_err.c:162
7609 msgid "Extended attribute block checksum does not match block"
7612 #: lib/ext2fs/ext2_err.c:163
7613 msgid "Superblock checksum does not match superblock"
7616 #: lib/ext2fs/ext2_err.c:164
7617 msgid "Unknown checksum algorithm"
7620 #: lib/ext2fs/ext2_err.c:165
7621 msgid "MMP block checksum does not match"
7624 #: lib/ext2fs/ext2_err.c:166
7625 msgid "Ext2 file already exists"
7628 #: lib/ext2fs/ext2_err.c:167
7629 msgid "Block bitmap checksum does not match bitmap"
7632 #: lib/ext2fs/ext2_err.c:168
7633 msgid "Cannot iterate data blocks of an inode containing inline data"
7636 #: lib/ext2fs/ext2_err.c:169
7637 msgid "Extended attribute has an invalid name length"
7640 #: lib/ext2fs/ext2_err.c:170
7641 msgid "Extended attribute has an invalid value length"
7644 #: lib/ext2fs/ext2_err.c:171
7645 msgid "Extended attribute has an incorrect hash"
7648 #: lib/ext2fs/ext2_err.c:172
7649 msgid "Extended attribute block has a bad header"
7652 #: lib/ext2fs/ext2_err.c:173
7653 msgid "Extended attribute key not found"
7656 #: lib/ext2fs/ext2_err.c:174
7657 msgid "Insufficient space to store extended attribute data"
7660 #: lib/ext2fs/ext2_err.c:175
7661 msgid "Filesystem is missing ext_attr or inline_data feature"
7664 #: lib/ext2fs/ext2_err.c:176
7665 msgid "Inode doesn't have inline data"
7668 #: lib/ext2fs/ext2_err.c:177
7669 msgid "No block for an inode with inline data"
7672 #: lib/ext2fs/ext2_err.c:178
7673 msgid "No free space in inline data"
7676 #: lib/ext2fs/ext2_err.c:179
7677 msgid "Wrong magic number for extended attribute structure"
7680 #: lib/ext2fs/ext2_err.c:180
7681 msgid "Inode seems to contain garbage"
7684 #: lib/ext2fs/ext2_err.c:181
7685 msgid "Extended attribute has an invalid value offset"
7688 #: lib/ext2fs/ext2_err.c:182
7689 msgid "Journal flags inconsistent"
7692 #: lib/ext2fs/ext2_err.c:183
7693 msgid "Undo file corrupt"
7696 #: lib/ext2fs/ext2_err.c:184
7697 msgid "Wrong undo file for this filesystem"
7700 #: lib/ext2fs/ext2_err.c:185
7701 msgid "File system is corrupted"
7704 #: lib/ext2fs/ext2_err.c:186
7705 msgid "Bad CRC detected in file system"
7708 #: lib/ext2fs/ext2_err.c:187
7709 msgid "The journal superblock is corrupt"
7712 #: lib/ext2fs/ext2_err.c:188
7713 msgid "Inode is corrupted"
7716 #: lib/ext2fs/ext2_err.c:189
7717 msgid "Inode containing extended attribute value is corrupted"
7720 #: lib/support/prof_err.c:11
7721 msgid "Profile version 0.0"
7724 #: lib/support/prof_err.c:12
7725 msgid "Bad magic value in profile_node"
7728 #: lib/support/prof_err.c:13
7729 msgid "Profile section not found"
7732 #: lib/support/prof_err.c:14
7733 msgid "Profile relation not found"
7736 #: lib/support/prof_err.c:15
7737 msgid "Attempt to add a relation to node which is not a section"
7740 #: lib/support/prof_err.c:16
7741 msgid "A profile section header has a non-zero value"
7744 #: lib/support/prof_err.c:17
7745 msgid "Bad linked list in profile structures"
7748 #: lib/support/prof_err.c:18
7749 msgid "Bad group level in profile structures"
7752 #: lib/support/prof_err.c:19
7753 msgid "Bad parent pointer in profile structures"
7756 #: lib/support/prof_err.c:20
7757 msgid "Bad magic value in profile iterator"
7760 #: lib/support/prof_err.c:21
7761 msgid "Can't set value on section node"
7764 #: lib/support/prof_err.c:22
7765 msgid "Invalid argument passed to profile library"
7768 #: lib/support/prof_err.c:23
7769 msgid "Attempt to modify read-only profile"
7772 #: lib/support/prof_err.c:24
7773 msgid "Profile section header not at top level"
7776 #: lib/support/prof_err.c:25
7777 msgid "Syntax error in profile section header"
7780 #: lib/support/prof_err.c:26
7781 msgid "Syntax error in profile relation"
7784 #: lib/support/prof_err.c:27
7785 msgid "Extra closing brace in profile"
7788 #: lib/support/prof_err.c:28
7789 msgid "Missing open brace in profile"
7792 #: lib/support/prof_err.c:29
7793 msgid "Bad magic value in profile_t"
7796 #: lib/support/prof_err.c:30
7797 msgid "Bad magic value in profile_section_t"
7800 #: lib/support/prof_err.c:31
7801 msgid "Iteration through all top level section not supported"
7804 #: lib/support/prof_err.c:32
7805 msgid "Invalid profile_section object"
7808 #: lib/support/prof_err.c:33
7809 msgid "No more sections"
7812 #: lib/support/prof_err.c:34
7813 msgid "Bad nameset passed to query routine"
7816 #: lib/support/prof_err.c:35
7817 msgid "No profile file open"
7820 #: lib/support/prof_err.c:36
7821 msgid "Bad magic value in profile_file_t"
7824 #: lib/support/prof_err.c:37
7825 msgid "Couldn't open profile file"
7828 #: lib/support/prof_err.c:38
7829 msgid "Section already exists"
7832 #: lib/support/prof_err.c:39
7833 msgid "Invalid boolean value"
7836 #: lib/support/prof_err.c:40
7837 msgid "Invalid integer value"
7840 #: lib/support/prof_err.c:41
7841 msgid "Bad magic value in profile_file_data_t"
7844 #: lib/support/plausible.c:118
7846 msgid "\tlast mounted on %s on %s"
7849 #: lib/support/plausible.c:121
7851 msgid "\tlast mounted on %s"
7854 #: lib/support/plausible.c:124
7856 msgid "\tcreated on %s"
7859 #: lib/support/plausible.c:127
7861 msgid "\tlast modified on %s"
7864 #: lib/support/plausible.c:161
7866 msgid "Found a %s partition table in %s\n"
7869 #: lib/support/plausible.c:191
7871 msgid "The file %s does not exist and no size was specified.\n"
7874 #: lib/support/plausible.c:199
7876 msgid "Creating regular file %s\n"
7879 #: lib/support/plausible.c:202
7881 msgid "Could not open %s: %s\n"
7884 #: lib/support/plausible.c:205
7887 "The device apparently does not exist; did you specify it correctly?\n"
7890 #: lib/support/plausible.c:227
7892 msgid "%s is not a block special device.\n"
7895 #: lib/support/plausible.c:249
7897 msgid "%s contains a %s file system labelled '%s'\n"
7900 #: lib/support/plausible.c:252
7902 msgid "%s contains a %s file system\n"
7905 #: lib/support/plausible.c:276
7907 msgid "%s contains `%s' data\n"