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.3-rc1\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2018-06-25 10:12-0400\n"
76 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
77 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
78 "Language-Team: LANGUAGE <LL@li.org>\n"
81 "Content-Type: text/plain; charset=CHARSET\n"
82 "Content-Transfer-Encoding: 8bit\n"
83 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
85 #: e2fsck/badblocks.c:23 misc/mke2fs.c:219
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:1549
99 #: e2fsck/unix.c:1663 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:1404
102 #: misc/e2image.c:1588 misc/e2image.c:1609 misc/mke2fs.c:235
103 #: misc/tune2fs.c:2836 misc/tune2fs.c:2930 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:242
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:1074
207 msgid "while opening %s for flushing"
210 #: e2fsck/iscan.c:86 e2fsck/unix.c:1080 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:1297
221 msgid "while opening inode scan"
224 #: e2fsck/iscan.c:127 misc/e2image.c:1316
225 msgid "while getting next inode"
228 #: e2fsck/iscan.c:136
230 msgid "%u inodes scanned.\n"
233 #: e2fsck/journal.c:594
234 msgid "reading journal superblock\n"
237 #: e2fsck/journal.c:667
239 msgid "%s: no valid journal superblock found\n"
242 #: e2fsck/journal.c:676
244 msgid "%s: journal too short\n"
247 #: e2fsck/journal.c:969 misc/fuse2fs.c:3782
249 msgid "%s: recovering journal\n"
252 #: e2fsck/journal.c:971
254 msgid "%s: won't do journal recovery while read-only\n"
257 #: e2fsck/journal.c:998
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:1272
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:3647
586 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
589 #: e2fsck/pass1.c:4064
593 #: e2fsck/pass1.c:4070
597 #: e2fsck/pass1.c:4076
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:51
645 #: e2fsck/problem.c:52
649 #: e2fsck/problem.c:53
653 #: e2fsck/problem.c:54
657 #: e2fsck/problem.c:55
661 #: e2fsck/problem.c:56
665 #: e2fsck/problem.c:57
666 msgid "Connect to /lost+found"
669 #: e2fsck/problem.c:58
673 #: e2fsck/problem.c:59
677 #: e2fsck/problem.c:60
681 #: e2fsck/problem.c:61
685 #: e2fsck/problem.c:62
689 #: e2fsck/problem.c:63
693 #: e2fsck/problem.c:64
697 #: e2fsck/problem.c:65
698 msgid "Clone multiply-claimed blocks"
701 #: e2fsck/problem.c:66
705 #: e2fsck/problem.c:67
706 msgid "Suppress messages"
709 #: e2fsck/problem.c:68
713 #: e2fsck/problem.c:69
714 msgid "Clear HTree index"
717 #: e2fsck/problem.c:70
721 #: e2fsck/problem.c:79
725 #: e2fsck/problem.c:80
729 #: e2fsck/problem.c:81
733 #: e2fsck/problem.c:82
737 #: e2fsck/problem.c:83
741 #: e2fsck/problem.c:84
745 #: e2fsck/problem.c:85
749 #: e2fsck/problem.c:86
753 #: e2fsck/problem.c:87
757 #: e2fsck/problem.c:88
761 #: e2fsck/problem.c:89
762 msgid "INODE CLEARED"
765 #: e2fsck/problem.c:90
769 #: e2fsck/problem.c:91
773 #: e2fsck/problem.c:92
777 #: e2fsck/problem.c:93
778 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
781 #: e2fsck/problem.c:94
785 #: e2fsck/problem.c:95
789 #: e2fsck/problem.c:96
793 #: e2fsck/problem.c:97
794 msgid "HTREE INDEX CLEARED"
797 #: e2fsck/problem.c:98
798 msgid "WILL RECREATE"
801 #: e2fsck/problem.c:110
802 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
803 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
806 #: e2fsck/problem.c:114
807 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
808 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
811 #: e2fsck/problem.c:119
812 #. @-expanded: inode table for group %g is not in group. (block %b)\n
813 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
815 "@i table for @g %g is not in @g. (@b %b)\n"
816 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
819 #: e2fsck/problem.c:125
821 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
822 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
823 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
824 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
825 #. @-expanded: e2fsck -b 8193 <device>\n
827 #. @-expanded: e2fsck -b 32768 <device>\n
831 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
832 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
833 "@f (and not swap or ufs or something else), then the @S\n"
834 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
835 " e2fsck -b 8193 <@v>\n"
837 " e2fsck -b 32768 <@v>\n"
841 #: e2fsck/problem.c:136
842 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
843 #. @-expanded: The physical size of the device is %c blocks\n
844 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
846 "The @f size (according to the @S) is %b @bs\n"
847 "The physical size of the @v is %c @bs\n"
848 "Either the @S or the partition table is likely to be corrupt!\n"
851 #: e2fsck/problem.c:143
852 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
853 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
854 #. @-expanded: from the block size.\n
856 "@S @b_size = %b, fragsize = %c.\n"
857 "This version of e2fsck does not support fragment sizes different\n"
858 "from the @b size.\n"
861 #: e2fsck/problem.c:150
862 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
863 msgid "@S @bs_per_group = %b, should have been %c\n"
866 #: e2fsck/problem.c:155
867 #. @-expanded: superblock first_data_block = %b, should have been %c\n
868 msgid "@S first_data_@b = %b, should have been %c\n"
871 #: e2fsck/problem.c:160
872 #. @-expanded: filesystem did not have a UUID; generating one.\n
875 "@f did not have a UUID; generating one.\n"
879 #: e2fsck/problem.c:165
882 "Note: if several inode or block bitmap blocks or part\n"
883 "of the inode table require relocation, you may wish to try\n"
884 "running e2fsck with the '-b %S' option first. The problem\n"
885 "may lie only with the primary block group descriptors, and\n"
886 "the backup block group descriptors may be OK.\n"
890 #: e2fsck/problem.c:174
891 #. @-expanded: Corruption found in superblock. (%s = %N).\n
892 msgid "Corruption found in @S. (%s = %N).\n"
895 #: e2fsck/problem.c:179
897 #. @-expanded: Error determining size of the physical device: %m\n
898 msgid "Error determining size of the physical @v: %m\n"
901 #: e2fsck/problem.c:184
902 #. @-expanded: inode count in superblock is %i, should be %j.\n
903 msgid "@i count in @S is %i, @s %j.\n"
906 #: e2fsck/problem.c:188
907 msgid "The Hurd does not support the filetype feature.\n"
910 #: e2fsck/problem.c:193
912 #. @-expanded: superblock has an invalid journal (inode %i).\n
913 msgid "@S has an @n @j (@i %i).\n"
916 #: e2fsck/problem.c:198
917 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
918 msgid "External @j has multiple @f users (unsupported).\n"
921 #: e2fsck/problem.c:203
922 #. @-expanded: Can't find external journal\n
923 msgid "Can't find external @j\n"
926 #: e2fsck/problem.c:208
927 #. @-expanded: External journal has bad superblock\n
928 msgid "External @j has bad @S\n"
931 #: e2fsck/problem.c:213
932 #. @-expanded: External journal does not support this filesystem\n
933 msgid "External @j does not support this @f\n"
936 #: e2fsck/problem.c:218
937 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
938 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
939 #. @-expanded: format.\n
940 #. @-expanded: It is also possible the journal superblock is corrupt.\n
942 "@f @j @S is unknown type %N (unsupported).\n"
943 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
945 "It is also possible the @j @S is corrupt.\n"
948 #: e2fsck/problem.c:226
949 #. @-expanded: journal superblock is corrupt.\n
950 msgid "@j @S is corrupt.\n"
953 #: e2fsck/problem.c:231
954 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
955 msgid "@S has_@j flag is clear, but a @j is present.\n"
958 #: e2fsck/problem.c:236
959 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
960 msgid "@S needs_recovery flag is set, but no @j is present.\n"
963 #: e2fsck/problem.c:241
964 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
965 msgid "@S needs_recovery flag is clear, but @j has data.\n"
968 #: e2fsck/problem.c:246
969 #. @-expanded: Clear journal
973 #: e2fsck/problem.c:251 e2fsck/problem.c:756
974 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
975 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
978 #: e2fsck/problem.c:256
979 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
980 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
983 #: e2fsck/problem.c:261
984 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
985 msgid "@I %B (%b) found in @o @i %i.\n"
988 #: e2fsck/problem.c:266
989 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
990 msgid "Already cleared %B (%b) found in @o @i %i.\n"
993 #: e2fsck/problem.c:271
995 #. @-expanded: illegal orphaned inode %i in superblock.\n
996 msgid "@I @o @i %i in @S.\n"
999 #: e2fsck/problem.c:276
1001 #. @-expanded: illegal inode %i in orphaned inode list.\n
1002 msgid "@I @i %i in @o @i list.\n"
1005 #: e2fsck/problem.c:281
1006 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
1007 msgid "@j @S has an unknown read-only feature flag set.\n"
1010 #: e2fsck/problem.c:286
1011 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
1012 msgid "@j @S has an unknown incompatible feature flag set.\n"
1015 #: e2fsck/problem.c:291
1016 #. @-expanded: journal version not supported by this e2fsck.\n
1017 msgid "@j version not supported by this e2fsck.\n"
1020 #: e2fsck/problem.c:296
1022 #. @-expanded: Moving journal from /%s to hidden inode.\n
1025 "Moving @j from /%s to hidden @i.\n"
1029 #: e2fsck/problem.c:301
1031 #. @-expanded: Error moving journal: %m\n
1034 "Error moving @j: %m\n"
1038 #: e2fsck/problem.c:306
1039 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1040 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1043 "Found @n V2 @j @S fields (from V1 @j).\n"
1044 "Clearing fields beyond the V1 @j @S...\n"
1048 #: e2fsck/problem.c:312
1049 #. @-expanded: Run journal anyway
1050 msgid "Run @j anyway"
1053 #: e2fsck/problem.c:317
1054 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1055 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1058 #: e2fsck/problem.c:322
1059 #. @-expanded: Backing up journal inode block information.\n
1062 "Backing up @j @i @b information.\n"
1066 #: e2fsck/problem.c:328
1067 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1068 #. @-expanded: is %N; should be zero.
1070 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1074 #: e2fsck/problem.c:334
1075 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1076 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1079 #: e2fsck/problem.c:339
1080 #. @-expanded: Resize inode not valid.
1081 msgid "Resize @i not valid. "
1084 #: e2fsck/problem.c:344
1085 #. @-expanded: superblock last mount time (%t,\n
1086 #. @-expanded: \tnow = %T) is in the future.\n
1088 "@S last mount time (%t,\n"
1089 "\tnow = %T) is in the future.\n"
1092 #: e2fsck/problem.c:349
1093 #. @-expanded: superblock last write time (%t,\n
1094 #. @-expanded: \tnow = %T) is in the future.\n
1096 "@S last write time (%t,\n"
1097 "\tnow = %T) is in the future.\n"
1100 #: e2fsck/problem.c:354
1102 #. @-expanded: superblock hint for external superblock should be %X.
1103 msgid "@S hint for external superblock @s %X. "
1106 #: e2fsck/problem.c:359
1107 #. @-expanded: Adding dirhash hint to filesystem.\n
1110 "Adding dirhash hint to @f.\n"
1114 #: e2fsck/problem.c:364
1115 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1116 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1119 #: e2fsck/problem.c:369
1121 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1122 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1125 #: e2fsck/problem.c:374
1126 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1127 msgid "@g descriptor %g has invalid unused inodes count %b. "
1130 #: e2fsck/problem.c:379
1131 #. @-expanded: Last group block bitmap uninitialized.
1132 msgid "Last @g @b @B uninitialized. "
1135 #: e2fsck/problem.c:384
1137 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1140 #: e2fsck/problem.c:389
1141 msgid "The test_fs flag is set (and ext4 is available). "
1144 #: e2fsck/problem.c:394
1145 #. @-expanded: superblock last mount time is in the future.\n
1146 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1147 #. @-expanded: set)\n
1149 "@S last mount time is in the future.\n"
1150 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1154 #: e2fsck/problem.c:400
1155 #. @-expanded: superblock last write time is in the future.\n
1156 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1157 #. @-expanded: set)\n
1159 "@S last write time is in the future.\n"
1160 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1164 #: e2fsck/problem.c:406
1165 #. @-expanded: One or more block group descriptor checksums are invalid.
1166 msgid "One or more @b @g descriptor checksums are invalid. "
1169 #: e2fsck/problem.c:411
1170 #. @-expanded: Setting free inodes count to %j (was %i)\n
1171 msgid "Setting free @is count to %j (was %i)\n"
1174 #: e2fsck/problem.c:416
1175 #. @-expanded: Setting free blocks count to %c (was %b)\n
1176 msgid "Setting free @bs count to %c (was %b)\n"
1179 #: e2fsck/problem.c:421
1180 #. @-expanded: Hiding %U quota inode %i (%Q).\n
1181 msgid "Hiding %U @q @i %i (%Q).\n"
1184 #: e2fsck/problem.c:426
1185 #. @-expanded: superblock has invalid MMP block.
1186 msgid "@S has invalid MMP block. "
1189 #: e2fsck/problem.c:431
1190 #. @-expanded: superblock has invalid MMP magic.
1191 msgid "@S has invalid MMP magic. "
1194 #: e2fsck/problem.c:436
1196 msgid "ext2fs_open2: %m\n"
1199 #: e2fsck/problem.c:441
1201 msgid "ext2fs_check_desc: %m\n"
1204 #: e2fsck/problem.c:447
1205 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1206 #. @-expanded: simultaneously.
1208 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1212 #: e2fsck/problem.c:453
1213 #. @-expanded: superblock MMP block checksum does not match.
1214 msgid "@S MMP @b checksum does not match. "
1217 #: e2fsck/problem.c:458
1218 #. @-expanded: superblock 64bit filesystem needs extents to access the whole disk.
1219 msgid "@S 64bit @f needs extents to access the whole disk. "
1222 #: e2fsck/problem.c:463
1223 msgid "First_meta_bg is too big. (%N, max value %g). "
1226 #: e2fsck/problem.c:468
1227 #. @-expanded: External journal superblock checksum does not match superblock.
1228 msgid "External @j @S checksum does not match @S. "
1231 #: e2fsck/problem.c:473
1232 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1233 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1236 #: e2fsck/problem.c:478
1238 msgid "Error initializing quota context in support library: %m\n"
1241 #: e2fsck/problem.c:483
1242 #. @-expanded: Bad required extra isize in superblock (%N).
1243 msgid "Bad required extra isize in @S (%N). "
1246 #: e2fsck/problem.c:488
1247 #. @-expanded: Bad desired extra isize in superblock (%N).
1248 msgid "Bad desired extra isize in @S (%N). "
1251 #: e2fsck/problem.c:493
1252 #. @-expanded: Invalid %U quota inode %i.
1253 msgid "Invalid %U @q @i %i. "
1256 #: e2fsck/problem.c:498
1257 #. @-expanded: superblock would have too many inodes (%N).\n
1258 msgid "@S would have too many inodes (%N).\n"
1261 #: e2fsck/problem.c:505
1262 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1263 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1266 #: e2fsck/problem.c:509
1267 #. @-expanded: root inode is not a directory.
1268 msgid "@r is not a @d. "
1271 #: e2fsck/problem.c:514
1272 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1273 msgid "@r has dtime set (probably due to old mke2fs). "
1276 #: e2fsck/problem.c:519
1277 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1278 msgid "Reserved @i %i (%Q) has @n mode. "
1281 #: e2fsck/problem.c:524
1283 #. @-expanded: deleted inode %i has zero dtime.
1284 msgid "@D @i %i has zero dtime. "
1287 #: e2fsck/problem.c:529
1289 #. @-expanded: inode %i is in use, but has dtime set.
1290 msgid "@i %i is in use, but has dtime set. "
1293 #: e2fsck/problem.c:534
1295 #. @-expanded: inode %i is a zero-length directory.
1296 msgid "@i %i is a @z @d. "
1299 #: e2fsck/problem.c:539
1300 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1301 msgid "@g %g's @b @B at %b @C.\n"
1304 #: e2fsck/problem.c:544
1305 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1306 msgid "@g %g's @i @B at %b @C.\n"
1309 #: e2fsck/problem.c:549
1310 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1311 msgid "@g %g's @i table at %b @C.\n"
1314 #: e2fsck/problem.c:554
1315 #. @-expanded: group %g's block bitmap (%b) is bad.
1316 msgid "@g %g's @b @B (%b) is bad. "
1319 #: e2fsck/problem.c:559
1320 #. @-expanded: group %g's inode bitmap (%b) is bad.
1321 msgid "@g %g's @i @B (%b) is bad. "
1324 #: e2fsck/problem.c:564
1325 #. @-expanded: inode %i, i_size is %Is, should be %N.
1326 msgid "@i %i, i_size is %Is, @s %N. "
1329 #: e2fsck/problem.c:569
1330 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1331 msgid "@i %i, i_@bs is %Ib, @s %N. "
1334 #: e2fsck/problem.c:574
1335 #. @-expanded: illegal %B (%b) in inode %i.
1336 msgid "@I %B (%b) in @i %i. "
1339 #: e2fsck/problem.c:579
1340 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1341 msgid "%B (%b) overlaps @f metadata in @i %i. "
1344 #: e2fsck/problem.c:584
1346 #. @-expanded: inode %i has illegal block(s).
1347 msgid "@i %i has illegal @b(s). "
1350 #: e2fsck/problem.c:589
1352 #. @-expanded: Too many illegal blocks in inode %i.\n
1353 msgid "Too many illegal @bs in @i %i.\n"
1356 #: e2fsck/problem.c:594
1357 #. @-expanded: illegal %B (%b) in bad block inode.
1358 msgid "@I %B (%b) in bad @b @i. "
1361 #: e2fsck/problem.c:599
1362 #. @-expanded: Bad block inode has illegal block(s).
1363 msgid "Bad @b @i has illegal @b(s). "
1366 #: e2fsck/problem.c:604
1367 #. @-expanded: Duplicate or bad block in use!\n
1368 msgid "Duplicate or bad @b in use!\n"
1371 #: e2fsck/problem.c:609
1372 #. @-expanded: Bad block %b used as bad block inode indirect block.
1373 msgid "Bad @b %b used as bad @b @i indirect @b. "
1376 #: e2fsck/problem.c:614
1378 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1379 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1380 #. @-expanded: in the filesystem.\n
1383 "The bad @b @i has probably been corrupted. You probably\n"
1384 "should stop now and run e2fsck -c to scan for bad blocks\n"
1388 #: e2fsck/problem.c:621
1390 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1393 "If the @b is really bad, the @f can not be fixed.\n"
1396 #: e2fsck/problem.c:626
1397 #. @-expanded: You can remove this block from the bad block list and hope\n
1398 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1401 "You can remove this @b from the bad @b list and hope\n"
1402 "that the @b is really OK. But there are no guarantees.\n"
1406 #: e2fsck/problem.c:632
1407 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1408 msgid "The primary @S (%b) is on the bad @b list.\n"
1411 #: e2fsck/problem.c:637
1412 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1413 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1416 #: e2fsck/problem.c:643
1417 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1418 msgid "Warning: Group %g's @S (%b) is bad.\n"
1421 #: e2fsck/problem.c:649
1422 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1423 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1426 #: e2fsck/problem.c:655
1427 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1428 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1431 #: e2fsck/problem.c:661
1432 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1433 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1436 #: e2fsck/problem.c:666
1438 #. @-expanded: error allocating block buffer for relocating %s\n
1439 msgid "@A @b buffer for relocating %s\n"
1442 #: e2fsck/problem.c:671
1443 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1444 msgid "Relocating @g %g's %s from %b to %c...\n"
1447 #: e2fsck/problem.c:676
1449 #. @-expanded: Relocating group %g's %s to %c...\n
1450 msgid "Relocating @g %g's %s to %c...\n"
1453 #: e2fsck/problem.c:681
1454 #. @-expanded: Warning: could not read block %b of %s: %m\n
1455 msgid "Warning: could not read @b %b of %s: %m\n"
1458 #: e2fsck/problem.c:686
1459 #. @-expanded: Warning: could not write block %b for %s: %m\n
1460 msgid "Warning: could not write @b %b for %s: %m\n"
1463 #: e2fsck/problem.c:691 e2fsck/problem.c:1768
1464 #. @-expanded: error allocating inode bitmap (%N): %m\n
1465 msgid "@A @i @B (%N): %m\n"
1468 #: e2fsck/problem.c:696
1469 #. @-expanded: error allocating block bitmap (%N): %m\n
1470 msgid "@A @b @B (%N): %m\n"
1473 #: e2fsck/problem.c:701
1475 #. @-expanded: error allocating icount link information: %m\n
1476 msgid "@A icount link information: %m\n"
1479 #: e2fsck/problem.c:706
1481 #. @-expanded: error allocating directory block array: %m\n
1482 msgid "@A @d @b array: %m\n"
1485 #: e2fsck/problem.c:711
1487 #. @-expanded: Error while scanning inodes (%i): %m\n
1488 msgid "Error while scanning @is (%i): %m\n"
1491 #: e2fsck/problem.c:716
1493 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1494 msgid "Error while iterating over @bs in @i %i: %m\n"
1497 #: e2fsck/problem.c:721
1498 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1499 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1502 #: e2fsck/problem.c:726
1503 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1504 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1507 #: e2fsck/problem.c:732
1509 #. @-expanded: Error reading inode %i: %m\n
1510 msgid "Error reading @i %i: %m\n"
1513 #: e2fsck/problem.c:740
1515 #. @-expanded: inode %i has imagic flag set.
1516 msgid "@i %i has imagic flag set. "
1519 #: e2fsck/problem.c:745
1521 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1522 #. @-expanded: or append-only flag set.
1524 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1525 "or append-only flag set. "
1528 #: e2fsck/problem.c:751
1530 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1531 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1534 #: e2fsck/problem.c:761
1535 #. @-expanded: journal inode is not in use, but contains data.
1536 msgid "@j @i is not in use, but contains data. "
1539 #: e2fsck/problem.c:766
1540 #. @-expanded: journal is not regular file.
1541 msgid "@j is not regular file. "
1544 #: e2fsck/problem.c:771
1546 #. @-expanded: inode %i was part of the orphaned inode list.
1547 msgid "@i %i was part of the @o @i list. "
1550 #: e2fsck/problem.c:777
1551 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1552 msgid "@is that were part of a corrupted orphan linked list found. "
1555 #: e2fsck/problem.c:782
1556 #. @-expanded: error allocating refcount structure (%N): %m\n
1557 msgid "@A refcount structure (%N): %m\n"
1560 #: e2fsck/problem.c:787
1561 #. @-expanded: Error reading extended attribute block %b for inode %i.
1562 msgid "Error reading @a @b %b for @i %i. "
1565 #: e2fsck/problem.c:792
1566 #. @-expanded: inode %i has a bad extended attribute block %b.
1567 msgid "@i %i has a bad @a @b %b. "
1570 #: e2fsck/problem.c:797
1571 #. @-expanded: Error reading extended attribute block %b (%m).
1572 msgid "Error reading @a @b %b (%m). "
1575 #: e2fsck/problem.c:802
1576 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1577 msgid "@a @b %b has reference count %r, @s %N. "
1580 #: e2fsck/problem.c:807
1581 #. @-expanded: Error writing extended attribute block %b (%m).
1582 msgid "Error writing @a @b %b (%m). "
1585 #: e2fsck/problem.c:812
1586 #. @-expanded: extended attribute block %b has h_blocks > 1.
1587 msgid "@a @b %b has h_@bs > 1. "
1590 #: e2fsck/problem.c:817
1591 #. @-expanded: error allocating extended attribute region allocation structure.
1592 msgid "@A @a region allocation structure. "
1595 #: e2fsck/problem.c:822
1596 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1597 msgid "@a @b %b is corrupt (allocation collision). "
1600 #: e2fsck/problem.c:827
1601 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1602 msgid "@a @b %b is corrupt (@n name). "
1605 #: e2fsck/problem.c:832
1606 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1607 msgid "@a @b %b is corrupt (@n value). "
1610 #: e2fsck/problem.c:837
1612 #. @-expanded: inode %i is too big.
1613 msgid "@i %i is too big. "
1616 #: e2fsck/problem.c:841
1617 #. @-expanded: %B (%b) causes directory to be too big.
1618 msgid "%B (%b) causes @d to be too big. "
1621 #: e2fsck/problem.c:846
1622 msgid "%B (%b) causes file to be too big. "
1625 #: e2fsck/problem.c:851
1626 msgid "%B (%b) causes symlink to be too big. "
1629 #: e2fsck/problem.c:856
1631 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1632 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1635 #: e2fsck/problem.c:861
1637 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1638 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1641 #: e2fsck/problem.c:866
1643 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1644 msgid "@h %i has an @n root node.\n"
1647 #: e2fsck/problem.c:871
1648 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1649 msgid "@h %i has an unsupported hash version (%N)\n"
1652 #: e2fsck/problem.c:876
1654 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1655 msgid "@h %i uses an incompatible htree root node flag.\n"
1658 #: e2fsck/problem.c:881
1659 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1660 msgid "@h %i has a tree depth (%N) which is too big\n"
1663 #: e2fsck/problem.c:887
1664 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1665 #. @-expanded: filesystem metadata.
1667 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1671 #: e2fsck/problem.c:893
1673 #. @-expanded: Resize inode (re)creation failed: %m.
1674 msgid "Resize @i (re)creation failed: %m."
1677 #: e2fsck/problem.c:898
1678 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1679 msgid "@i %i has a extra size (%IS) which is @n\n"
1682 #: e2fsck/problem.c:903
1683 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1684 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1687 #: e2fsck/problem.c:908
1688 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1689 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1692 #: e2fsck/problem.c:913
1693 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1694 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1697 #: e2fsck/problem.c:918
1698 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1699 msgid "@a in @i %i has a value size (%N) which is @n\n"
1702 #: e2fsck/problem.c:923
1703 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1704 msgid "@a in @i %i has a hash (%N) which is @n\n"
1707 #: e2fsck/problem.c:928
1708 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1709 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1712 #: e2fsck/problem.c:933
1714 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1715 msgid "Error while reading over @x tree in @i %i: %m\n"
1718 #: e2fsck/problem.c:938
1719 #. @-expanded: Failed to iterate extents in inode %i\n
1720 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1722 "Failed to iterate extents in @i %i\n"
1723 "\t(op %s, blk %b, lblk %c): %m\n"
1726 #: e2fsck/problem.c:944
1727 #. @-expanded: inode %i has an invalid extent\n
1728 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1730 "@i %i has an @n extent\n"
1731 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1734 #: e2fsck/problem.c:949
1735 #. @-expanded: inode %i has an invalid extent\n
1736 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1738 "@i %i has an @n extent\n"
1739 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1742 #: e2fsck/problem.c:954
1744 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1745 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1748 #: e2fsck/problem.c:959
1750 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1751 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1754 #: e2fsck/problem.c:964
1756 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1757 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1760 #: e2fsck/problem.c:969
1762 msgid "Fast symlink %i has EXTENT_FL set. "
1765 #: e2fsck/problem.c:974
1766 #. @-expanded: inode %i has out of order extents\n
1767 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1769 "@i %i has out of order extents\n"
1770 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1773 #: e2fsck/problem.c:978
1774 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1775 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1778 #: e2fsck/problem.c:983
1780 #. @-expanded: Error converting subcluster block bitmap: %m\n
1781 msgid "Error converting subcluster @b @B: %m\n"
1784 #: e2fsck/problem.c:988
1785 #. @-expanded: quota inode is not a regular file.
1786 msgid "@q @i is not a regular file. "
1789 #: e2fsck/problem.c:993
1790 #. @-expanded: quota inode is not in use, but contains data.
1791 msgid "@q @i is not in use, but contains data. "
1794 #: e2fsck/problem.c:998
1795 #. @-expanded: quota inode is visible to the user.
1796 msgid "@q @i is visible to the user. "
1799 #: e2fsck/problem.c:1003
1800 #. @-expanded: The bad block inode looks invalid.
1801 msgid "The bad @b @i looks @n. "
1804 #: e2fsck/problem.c:1008
1805 #. @-expanded: inode %i has zero length extent\n
1806 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1808 "@i %i has zero length extent\n"
1809 "\t(@n logical @b %c, physical @b %b)\n"
1812 #: e2fsck/problem.c:1013
1814 #. @-expanded: inode %i seems to contain garbage.
1815 msgid "@i %i seems to contain garbage. "
1818 #: e2fsck/problem.c:1018
1820 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1821 msgid "@i %i passes checks, but checksum does not match @i. "
1824 #: e2fsck/problem.c:1023
1826 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1827 msgid "@i %i @a is corrupt (allocation collision). "
1830 #: e2fsck/problem.c:1031
1831 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1832 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1834 "@i %i extent block passes checks, but checksum does not match extent\n"
1835 "\t(logical @b %c, physical @b %b, len %N)\n"
1838 #: e2fsck/problem.c:1040
1839 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1840 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1843 #: e2fsck/problem.c:1045
1844 #. @-expanded: Interior extent node level %N of inode %i:\n
1845 #. @-expanded: Logical start %b does not match logical start %c at next level.
1847 "Interior @x node level %N of @i %i:\n"
1848 "Logical start %b does not match logical start %c at next level. "
1851 #: e2fsck/problem.c:1051
1852 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1853 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1855 "@i %i, end of extent exceeds allowed value\n"
1856 "\t(logical @b %c, physical @b %b, len %N)\n"
1859 #: e2fsck/problem.c:1056
1861 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1862 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1865 #: e2fsck/problem.c:1061
1867 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1868 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1871 #: e2fsck/problem.c:1068
1872 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1874 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1877 #: e2fsck/problem.c:1073
1878 #. @-expanded: directory inode %i block %b should be at block %c.
1879 msgid "@d @i %i @b %b should be at @b %c. "
1882 #: e2fsck/problem.c:1078
1884 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1885 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1888 #: e2fsck/problem.c:1083
1889 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1890 #. @-expanded: Will fix in pass 1B.\n
1892 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1893 "Will fix in pass 1B.\n"
1896 #: e2fsck/problem.c:1088
1898 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1899 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1902 #: e2fsck/problem.c:1094
1904 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1905 #. @-expanded: or inline-data flag set.
1907 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1908 "or inline-data flag set. "
1911 #: e2fsck/problem.c:1100
1913 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1914 msgid "@i %i has @x header but inline data flag is set.\n"
1917 #: e2fsck/problem.c:1105
1919 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1920 msgid "@i %i seems to have inline data but @x flag is set.\n"
1923 #: e2fsck/problem.c:1110
1925 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1926 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1929 #: e2fsck/problem.c:1115
1931 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1932 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1935 #: e2fsck/problem.c:1120
1936 #. @-expanded: Bad block list says the bad block list inode is bad.
1937 msgid "Bad block list says the bad block list @i is bad. "
1940 #: e2fsck/problem.c:1125
1941 #. @-expanded: error allocating extent region allocation structure.
1942 msgid "@A @x region allocation structure. "
1945 #: e2fsck/problem.c:1130
1946 #. @-expanded: inode %i has a duplicate extent mapping\n
1947 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1949 "@i %i has a duplicate @x mapping\n"
1950 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1953 #: e2fsck/problem.c:1135
1954 #. @-expanded: error allocating memory for encrypted directory list\n
1955 msgid "@A memory for encrypted @d list\n"
1958 #: e2fsck/problem.c:1140
1959 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1960 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1963 #: e2fsck/problem.c:1145
1965 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1966 msgid "@i %i on bigalloc @f cannot be @b mapped. "
1969 #: e2fsck/problem.c:1150
1971 #. @-expanded: inode %i has corrupt extent header.
1972 msgid "@i %i has corrupt @x header. "
1975 #: e2fsck/problem.c:1155
1977 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1978 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1981 #: e2fsck/problem.c:1160
1982 #. @-expanded: inode %i has illegal extended attribute value inode %N.\n
1983 msgid "@i %i has @I @a value @i %N.\n"
1986 #: e2fsck/problem.c:1166
1987 #. @-expanded: inode %i has invalid extended attribute. EA inode %N missing EA_INODE flag.\n
1988 msgid "@i %i has @n @a. EA @i %N missing EA_INODE flag.\n"
1991 #: e2fsck/problem.c:1171
1992 #. @-expanded: EA inode %N for parent inode %i missing EA_INODE flag.\n
1995 "EA @i %N for parent @i %i missing EA_INODE flag.\n"
1999 #: e2fsck/problem.c:1179
2001 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
2002 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
2005 "Running additional passes to resolve @bs claimed by more than one @i...\n"
2006 "Pass 1B: Rescanning for @m @bs\n"
2009 #: e2fsck/problem.c:1185
2011 #. @-expanded: multiply-claimed block(s) in inode %i:
2012 msgid "@m @b(s) in @i %i:"
2015 #: e2fsck/problem.c:1200
2017 msgid "Error while scanning inodes (%i): %m\n"
2020 #: e2fsck/problem.c:1205
2022 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
2023 msgid "@A @i @B (@i_dup_map): %m\n"
2026 #: e2fsck/problem.c:1210
2028 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
2029 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
2032 #: e2fsck/problem.c:1215 e2fsck/problem.c:1577
2033 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
2034 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
2037 #: e2fsck/problem.c:1225
2038 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
2039 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
2042 #: e2fsck/problem.c:1231
2043 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
2044 msgid "Pass 1D: Reconciling @m @bs\n"
2047 #: e2fsck/problem.c:1236
2048 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
2049 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
2051 "File %Q (@i #%i, mod time %IM) \n"
2052 " has %r @m @b(s), shared with %N file(s):\n"
2055 #: e2fsck/problem.c:1242
2056 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
2057 msgid "\t%Q (@i #%i, mod time %IM)\n"
2060 #: e2fsck/problem.c:1247
2061 #. @-expanded: \t<filesystem metadata>\n
2062 msgid "\t<@f metadata>\n"
2065 #: e2fsck/problem.c:1252
2066 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
2069 "(There are %N @is containing @m @bs.)\n"
2073 #: e2fsck/problem.c:1257
2074 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2077 "@m @bs already reassigned or cloned.\n"
2081 #: e2fsck/problem.c:1270
2083 msgid "Couldn't clone file: %m\n"
2086 #: e2fsck/problem.c:1276
2087 #. @-expanded: Pass 1E: Optimizing extent trees\n
2088 msgid "Pass 1E: Optimizing @x trees\n"
2091 #: e2fsck/problem.c:1281
2093 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2094 msgid "Failed to optimize @x tree %p (%i): %m\n"
2097 #: e2fsck/problem.c:1286
2098 #. @-expanded: Optimizing extent trees:
2099 msgid "Optimizing @x trees: "
2102 #: e2fsck/problem.c:1301
2103 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2106 #: e2fsck/problem.c:1306
2107 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2108 msgid "@i %i @x tree (at level %b) could be shorter. "
2111 #: e2fsck/problem.c:1311
2112 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2113 msgid "@i %i @x tree (at level %b) could be narrower. "
2116 #: e2fsck/problem.c:1318
2117 #. @-expanded: Pass 2: Checking directory structure\n
2118 msgid "Pass 2: Checking @d structure\n"
2121 #: e2fsck/problem.c:1323
2123 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2124 msgid "@n @i number for '.' in @d @i %i.\n"
2127 #: e2fsck/problem.c:1328
2128 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2129 msgid "@E has @n @i #: %Di.\n"
2132 #: e2fsck/problem.c:1333
2133 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2134 msgid "@E has @D/unused @i %Di. "
2137 #: e2fsck/problem.c:1338
2138 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2139 msgid "@E @L to '.' "
2142 #: e2fsck/problem.c:1343
2143 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2144 msgid "@E points to @i (%Di) located in a bad @b.\n"
2147 #: e2fsck/problem.c:1348
2148 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2149 msgid "@E @L to @d %P (%Di).\n"
2152 #: e2fsck/problem.c:1353
2153 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2154 msgid "@E @L to the @r.\n"
2157 #: e2fsck/problem.c:1358
2158 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2159 msgid "@E has illegal characters in its name.\n"
2162 #: e2fsck/problem.c:1363
2164 #. @-expanded: Missing '.' in directory inode %i.\n
2165 msgid "Missing '.' in @d @i %i.\n"
2168 #: e2fsck/problem.c:1368
2170 #. @-expanded: Missing '..' in directory inode %i.\n
2171 msgid "Missing '..' in @d @i %i.\n"
2174 #: e2fsck/problem.c:1373
2175 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2176 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2179 #: e2fsck/problem.c:1378
2180 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2181 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2184 #: e2fsck/problem.c:1383
2185 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2186 msgid "i_faddr @F %IF, @s zero.\n"
2189 #: e2fsck/problem.c:1388
2190 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2191 msgid "i_file_acl @F %If, @s zero.\n"
2194 #: e2fsck/problem.c:1393
2195 #. @-expanded: i_size_high for inode %i (%Q) is %Id, should be zero.\n
2196 msgid "i_size_high @F %Id, @s zero.\n"
2199 #: e2fsck/problem.c:1398
2200 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2201 msgid "i_frag @F %N, @s zero.\n"
2204 #: e2fsck/problem.c:1403
2205 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2206 msgid "i_fsize @F %N, @s zero.\n"
2209 #: e2fsck/problem.c:1408
2210 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2211 msgid "@i %i (%Q) has @n mode (%Im).\n"
2214 #: e2fsck/problem.c:1413
2215 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2216 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2219 #: e2fsck/problem.c:1418
2220 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2221 msgid "@d @i %i, %B, offset %N: filename too long\n"
2224 #: e2fsck/problem.c:1423
2225 #. @-expanded: directory inode %i has an unallocated %B.
2226 msgid "@d @i %i has an unallocated %B. "
2229 #: e2fsck/problem.c:1428
2231 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2232 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2235 #: e2fsck/problem.c:1433
2237 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2238 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2241 #: e2fsck/problem.c:1438
2242 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2243 msgid "@i %i (%Q) is an @I character @v.\n"
2246 #: e2fsck/problem.c:1443
2247 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2248 msgid "@i %i (%Q) is an @I @b @v.\n"
2251 #: e2fsck/problem.c:1448
2252 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2253 msgid "@E is duplicate '.' @e.\n"
2256 #: e2fsck/problem.c:1453
2257 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2258 msgid "@E is duplicate '..' @e.\n"
2261 #: e2fsck/problem.c:1458 e2fsck/problem.c:1793
2263 msgid "Internal error: couldn't find dir_info for %i.\n"
2266 #: e2fsck/problem.c:1463
2267 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2268 msgid "@E has rec_len of %Dr, @s %N.\n"
2271 #: e2fsck/problem.c:1468
2273 #. @-expanded: error allocating icount structure: %m\n
2274 msgid "@A icount structure: %m\n"
2277 #: e2fsck/problem.c:1473
2279 #. @-expanded: Error iterating over directory blocks: %m\n
2280 msgid "Error iterating over @d @bs: %m\n"
2283 #: e2fsck/problem.c:1478
2284 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2285 msgid "Error reading @d @b %b (@i %i): %m\n"
2288 #: e2fsck/problem.c:1483
2289 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2290 msgid "Error writing @d @b %b (@i %i): %m\n"
2293 #: e2fsck/problem.c:1488
2295 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2296 msgid "@A new @d @b for @i %i (%s): %m\n"
2299 #: e2fsck/problem.c:1493
2301 #. @-expanded: Error deallocating inode %i: %m\n
2302 msgid "Error deallocating @i %i: %m\n"
2305 #: e2fsck/problem.c:1498
2307 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2308 msgid "@d @e for '.' in %p (%i) is big.\n"
2311 #: e2fsck/problem.c:1503
2312 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2313 msgid "@i %i (%Q) is an @I FIFO.\n"
2316 #: e2fsck/problem.c:1508
2317 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2318 msgid "@i %i (%Q) is an @I socket.\n"
2321 #: e2fsck/problem.c:1513
2322 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2323 msgid "Setting filetype for @E to %N.\n"
2326 #: e2fsck/problem.c:1518
2327 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2328 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2331 #: e2fsck/problem.c:1523
2332 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2333 msgid "@E has filetype set.\n"
2336 #: e2fsck/problem.c:1528
2337 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2338 msgid "@E has a @z name.\n"
2341 #: e2fsck/problem.c:1533
2342 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2343 msgid "Symlink %Q (@i #%i) is @n.\n"
2346 #: e2fsck/problem.c:1538
2347 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2348 msgid "@a @b @F @n (%If).\n"
2351 #: e2fsck/problem.c:1543
2352 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2353 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2356 #: e2fsck/problem.c:1548
2357 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2358 msgid "@p @h %d: %B not referenced\n"
2361 #: e2fsck/problem.c:1553
2362 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2363 msgid "@p @h %d: %B referenced twice\n"
2366 #: e2fsck/problem.c:1558
2367 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2368 msgid "@p @h %d: %B has bad min hash\n"
2371 #: e2fsck/problem.c:1563
2372 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2373 msgid "@p @h %d: %B has bad max hash\n"
2376 #: e2fsck/problem.c:1568
2377 #. @-expanded: invalid HTREE directory inode %d (%q).
2378 msgid "@n @h %d (%q). "
2381 #: e2fsck/problem.c:1572
2382 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2383 msgid "@p @h %d (%q): bad @b number %b.\n"
2386 #: e2fsck/problem.c:1582
2388 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2389 msgid "@p @h %d: root node is @n\n"
2392 #: e2fsck/problem.c:1587
2393 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2394 msgid "@p @h %d: %B has @n limit (%N)\n"
2397 #: e2fsck/problem.c:1592
2398 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2399 msgid "@p @h %d: %B has @n count (%N)\n"
2402 #: e2fsck/problem.c:1597
2403 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2404 msgid "@p @h %d: %B has an unordered hash table\n"
2407 #: e2fsck/problem.c:1602
2408 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2409 msgid "@p @h %d: %B has @n depth (%N)\n"
2412 #: e2fsck/problem.c:1607
2413 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2414 msgid "Duplicate @E found. "
2417 #: e2fsck/problem.c:1612
2419 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2420 #. @-expanded: Rename to %s
2422 "@E has a non-unique filename.\n"
2426 #: e2fsck/problem.c:1617
2427 #. @-expanded: Duplicate entry '%Dn' found.\n
2428 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2431 "Duplicate @e '%Dn' found.\n"
2432 "\tMarking %p (%i) to be rebuilt.\n"
2436 #: e2fsck/problem.c:1622
2437 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2438 msgid "i_blocks_hi @F %N, @s zero.\n"
2441 #: e2fsck/problem.c:1627
2442 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2443 msgid "Unexpected @b in @h %d (%q).\n"
2446 #: e2fsck/problem.c:1631
2447 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2448 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2451 #: e2fsck/problem.c:1636
2452 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2453 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2456 #: e2fsck/problem.c:1641
2457 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2458 msgid "i_file_acl_hi @F %N, @s zero.\n"
2461 #: e2fsck/problem.c:1646
2463 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2464 msgid "@p @h %d: root node fails checksum.\n"
2467 #: e2fsck/problem.c:1651
2469 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2470 msgid "@p @h %d: internal node fails checksum.\n"
2473 #: e2fsck/problem.c:1656
2474 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2475 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2478 #: e2fsck/problem.c:1661
2479 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2480 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2483 #: e2fsck/problem.c:1666
2484 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2485 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2488 #: e2fsck/problem.c:1671
2490 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2491 msgid "Fixing size of inline @d @i %i failed.\n"
2494 #: e2fsck/problem.c:1676
2495 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2496 msgid "Encrypted @E is too short.\n"
2499 #: e2fsck/problem.c:1683
2500 #. @-expanded: Pass 3: Checking directory connectivity\n
2501 msgid "Pass 3: Checking @d connectivity\n"
2504 #: e2fsck/problem.c:1688
2505 #. @-expanded: root inode not allocated.
2506 msgid "@r not allocated. "
2509 #: e2fsck/problem.c:1693
2510 #. @-expanded: No room in lost+found directory.
2511 msgid "No room in @l @d. "
2514 #: e2fsck/problem.c:1698
2516 #. @-expanded: Unconnected directory inode %i (%p)\n
2517 msgid "Unconnected @d @i %i (%p)\n"
2520 #: e2fsck/problem.c:1703
2521 #. @-expanded: /lost+found not found.
2522 msgid "/@l not found. "
2525 #: e2fsck/problem.c:1708
2526 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2527 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2530 #: e2fsck/problem.c:1713
2531 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2532 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2535 #: e2fsck/problem.c:1718
2537 #. @-expanded: Could not expand /lost+found: %m\n
2538 msgid "Could not expand /@l: %m\n"
2541 #: e2fsck/problem.c:1723
2543 msgid "Could not reconnect %i: %m\n"
2546 #: e2fsck/problem.c:1728
2548 #. @-expanded: Error while trying to find /lost+found: %m\n
2549 msgid "Error while trying to find /@l: %m\n"
2552 #: e2fsck/problem.c:1733
2554 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2555 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2558 #: e2fsck/problem.c:1738
2560 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2561 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2564 #: e2fsck/problem.c:1743
2566 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2567 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2570 #: e2fsck/problem.c:1748
2572 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2573 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2576 #: e2fsck/problem.c:1753
2578 #. @-expanded: Error while adjusting inode count on inode %i\n
2579 msgid "Error while adjusting @i count on @i %i\n"
2582 #: e2fsck/problem.c:1758
2584 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2587 "Couldn't fix parent of @i %i: %m\n"
2591 #: e2fsck/problem.c:1763
2593 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2596 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2600 #: e2fsck/problem.c:1773
2602 #. @-expanded: Error creating root directory (%s): %m\n
2603 msgid "Error creating root @d (%s): %m\n"
2606 #: e2fsck/problem.c:1778
2608 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2609 msgid "Error creating /@l @d (%s): %m\n"
2612 #: e2fsck/problem.c:1783
2613 #. @-expanded: root inode is not a directory; aborting.\n
2614 msgid "@r is not a @d; aborting.\n"
2617 #: e2fsck/problem.c:1788
2618 #. @-expanded: Cannot proceed without a root inode.\n
2619 msgid "Cannot proceed without a @r.\n"
2622 #: e2fsck/problem.c:1798
2624 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2625 msgid "/@l is not a @d (ino=%i)\n"
2628 #: e2fsck/problem.c:1803
2629 #. @-expanded: /lost+found has inline data\n
2630 msgid "/@l has inline data\n"
2633 #: e2fsck/problem.c:1808
2634 #. @-expanded: Cannot allocate space for /lost+found.\n
2635 #. @-expanded: Place lost files in root directory instead
2637 "Cannot allocate space for /@l.\n"
2638 "Place lost files in root directory instead"
2641 #: e2fsck/problem.c:1813
2642 #. @-expanded: Insufficient space to recover lost files!\n
2643 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2646 "Insufficient space to recover lost files!\n"
2647 "Move data off the @f and re-run e2fsck.\n"
2651 #: e2fsck/problem.c:1818
2652 #. @-expanded: /lost+found is encrypted\n
2653 msgid "/@l is encrypted\n"
2656 #: e2fsck/problem.c:1825
2657 msgid "Pass 3A: Optimizing directories\n"
2660 #: e2fsck/problem.c:1830
2662 msgid "Failed to create dirs_to_hash iterator: %m\n"
2665 #: e2fsck/problem.c:1835
2666 msgid "Failed to optimize directory %q (%d): %m\n"
2669 #: e2fsck/problem.c:1840
2670 msgid "Optimizing directories: "
2673 #: e2fsck/problem.c:1857
2674 msgid "Pass 4: Checking reference counts\n"
2677 #: e2fsck/problem.c:1862
2679 #. @-expanded: unattached zero-length inode %i.
2680 msgid "@u @z @i %i. "
2683 #: e2fsck/problem.c:1867
2685 #. @-expanded: unattached inode %i\n
2689 #: e2fsck/problem.c:1872
2690 #. @-expanded: inode %i ref count is %Il, should be %N.
2691 msgid "@i %i ref count is %Il, @s %N. "
2694 #: e2fsck/problem.c:1876
2695 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2696 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2697 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2699 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2700 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2701 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2704 #: e2fsck/problem.c:1883
2705 #. @-expanded: extended attribute inode %i ref count is %N, should be %n.
2706 msgid "@a @i %i ref count is %N, @s %n. "
2709 #: e2fsck/problem.c:1888
2710 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2711 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2714 #: e2fsck/problem.c:1895
2715 #. @-expanded: Pass 5: Checking group summary information\n
2716 msgid "Pass 5: Checking @g summary information\n"
2719 #: e2fsck/problem.c:1900
2720 #. @-expanded: Padding at end of inode bitmap is not set.
2721 msgid "Padding at end of @i @B is not set. "
2724 #: e2fsck/problem.c:1905
2725 #. @-expanded: Padding at end of block bitmap is not set.
2726 msgid "Padding at end of @b @B is not set. "
2729 #: e2fsck/problem.c:1910
2730 #. @-expanded: block bitmap differences:
2731 msgid "@b @B differences: "
2734 #: e2fsck/problem.c:1930
2735 #. @-expanded: inode bitmap differences:
2736 msgid "@i @B differences: "
2739 #: e2fsck/problem.c:1950
2740 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2741 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2744 #: e2fsck/problem.c:1955
2745 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2746 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2749 #: e2fsck/problem.c:1960
2750 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2751 msgid "Free @is count wrong (%i, counted=%j).\n"
2754 #: e2fsck/problem.c:1965
2755 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2756 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2759 #: e2fsck/problem.c:1970
2760 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2761 msgid "Free @bs count wrong (%b, counted=%c).\n"
2764 #: e2fsck/problem.c:1975
2765 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2766 #. @-expanded: endpoints (%i, %j)\n
2768 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2769 "endpoints (%i, %j)\n"
2772 #: e2fsck/problem.c:1981
2773 msgid "Internal error: fudging end of bitmap (%N)\n"
2776 #: e2fsck/problem.c:1986
2778 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2779 msgid "Error copying in replacement @i @B: %m\n"
2782 #: e2fsck/problem.c:1991
2784 #. @-expanded: Error copying in replacement block bitmap: %m\n
2785 msgid "Error copying in replacement @b @B: %m\n"
2788 #: e2fsck/problem.c:2016
2790 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2791 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2794 #: e2fsck/problem.c:2021
2796 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2797 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2800 #: e2fsck/problem.c:2026
2802 #. @-expanded: group %g inode bitmap does not match checksum.\n
2803 msgid "@g %g @i @B does not match checksum.\n"
2806 #: e2fsck/problem.c:2031
2808 #. @-expanded: group %g block bitmap does not match checksum.\n
2809 msgid "@g %g @b @B does not match checksum.\n"
2812 #: e2fsck/problem.c:2038
2813 #. @-expanded: Recreate journal
2817 #: e2fsck/problem.c:2043
2818 msgid "Update quota info for quota type %N"
2821 #: e2fsck/problem.c:2048
2823 #. @-expanded: Error setting block group checksum info: %m\n
2824 msgid "Error setting @b @g checksum info: %m\n"
2827 #: e2fsck/problem.c:2053
2829 msgid "Error writing file system info: %m\n"
2832 #: e2fsck/problem.c:2058
2834 msgid "Error flushing writes to storage device: %m\n"
2837 #: e2fsck/problem.c:2063
2838 msgid "Error writing quota info for quota type %N: %m\n"
2841 #: e2fsck/problem.c:2184
2843 msgid "Unhandled error code (0x%x)!\n"
2846 #: e2fsck/problem.c:2310 e2fsck/problem.c:2314
2850 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
2851 msgid "in move_quota_inode"
2854 #: e2fsck/scantest.c:79
2856 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2859 #: e2fsck/scantest.c:98
2861 msgid "size of inode=%d\n"
2864 #: e2fsck/scantest.c:119
2865 msgid "while starting inode scan"
2868 #: e2fsck/scantest.c:130
2869 msgid "while doing inode scan"
2872 #: e2fsck/super.c:224
2874 msgid "while calling ext2fs_block_iterate for inode %u"
2877 #: e2fsck/super.c:249
2879 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
2882 #: e2fsck/super.c:374
2886 #: e2fsck/super.c:375
2893 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2894 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2895 "\t\t[-E extended-options] [-z undo_file] device\n"
2902 " -p Automatic repair (no questions)\n"
2903 " -n Make no changes to the filesystem\n"
2904 " -y Assume \"yes\" to all questions\n"
2905 " -c Check for bad blocks and add them to the badblock "
2907 " -f Force checking even if filesystem is marked clean\n"
2913 " -b superblock Use alternative superblock\n"
2914 " -B blocksize Force blocksize when looking for superblock\n"
2915 " -j external_journal Set location of the external journal\n"
2916 " -l bad_blocks_file Add to badblocks list\n"
2917 " -L bad_blocks_file Set badblocks list\n"
2918 " -z undo_file Create an undo file\n"
2921 #: e2fsck/unix.c:136
2923 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2926 #: e2fsck/unix.c:162
2930 "%12u inode used (%2.2f%%, out of %u)\n"
2933 "%12u inodes used (%2.2f%%, out of %u)\n"
2937 #: e2fsck/unix.c:166
2939 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2940 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2944 #: e2fsck/unix.c:171
2946 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2947 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2951 #: e2fsck/unix.c:176
2953 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2956 #: e2fsck/unix.c:184
2957 msgid " Extent depth histogram: "
2960 #: e2fsck/unix.c:193
2962 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2963 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2967 #: e2fsck/unix.c:197
2969 msgid "%12u bad block\n"
2970 msgid_plural "%12u bad blocks\n"
2974 #: e2fsck/unix.c:199
2976 msgid "%12u large file\n"
2977 msgid_plural "%12u large files\n"
2981 #: e2fsck/unix.c:201
2985 "%12u regular file\n"
2988 "%12u regular files\n"
2992 #: e2fsck/unix.c:203
2994 msgid "%12u directory\n"
2995 msgid_plural "%12u directories\n"
2999 #: e2fsck/unix.c:205
3001 msgid "%12u character device file\n"
3002 msgid_plural "%12u character device files\n"
3006 #: e2fsck/unix.c:208
3008 msgid "%12u block device file\n"
3009 msgid_plural "%12u block device files\n"
3013 #: e2fsck/unix.c:210
3016 msgid_plural "%12u fifos\n"
3020 #: e2fsck/unix.c:212
3023 msgid_plural "%12u links\n"
3027 #: e2fsck/unix.c:214
3029 msgid "%12u symbolic link"
3030 msgid_plural "%12u symbolic links"
3034 #: e2fsck/unix.c:216
3036 msgid " (%u fast symbolic link)\n"
3037 msgid_plural " (%u fast symbolic links)\n"
3041 #: e2fsck/unix.c:220
3043 msgid "%12u socket\n"
3044 msgid_plural "%12u sockets\n"
3048 #: e2fsck/unix.c:224
3051 msgid_plural "%12u files\n"
3055 #: e2fsck/unix.c:237 misc/badblocks.c:1002 misc/tune2fs.c:3021 misc/util.c:126
3056 #: resize/main.c:354
3058 msgid "while determining whether %s is mounted."
3061 #: e2fsck/unix.c:258
3063 msgid "Warning! %s is mounted.\n"
3066 #: e2fsck/unix.c:261
3068 msgid "Warning! %s is in use.\n"
3071 #: e2fsck/unix.c:267
3073 msgid "%s is mounted.\n"
3076 #: e2fsck/unix.c:269
3078 msgid "%s is in use.\n"
3081 #: e2fsck/unix.c:271
3083 "Cannot continue, aborting.\n"
3087 #: e2fsck/unix.c:273
3091 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3092 "cause ***SEVERE*** filesystem damage.\n"
3096 #: e2fsck/unix.c:278
3097 msgid "Do you really want to continue"
3100 #: e2fsck/unix.c:280
3101 msgid "check aborted.\n"
3104 #: e2fsck/unix.c:374
3105 msgid " contains a file system with errors"
3108 #: e2fsck/unix.c:376
3109 msgid " was not cleanly unmounted"
3112 #: e2fsck/unix.c:378
3113 msgid " primary superblock features different from backup"
3116 #: e2fsck/unix.c:382
3118 msgid " has been mounted %u times without being checked"
3121 #: e2fsck/unix.c:389
3122 msgid " has filesystem last checked time in the future"
3125 #: e2fsck/unix.c:395
3127 msgid " has gone %u days without being checked"
3130 #: e2fsck/unix.c:403
3131 msgid "ignoring check interval, broken_system_clock set\n"
3134 #: e2fsck/unix.c:409
3135 msgid ", check forced.\n"
3138 #: e2fsck/unix.c:442
3140 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3143 #: e2fsck/unix.c:462
3144 msgid " (check deferred; on battery)"
3147 #: e2fsck/unix.c:465
3148 msgid " (check after next mount)"
3151 #: e2fsck/unix.c:467
3153 msgid " (check in %ld mounts)"
3156 #: e2fsck/unix.c:617
3158 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3161 #: e2fsck/unix.c:687
3162 msgid "Invalid EA version.\n"
3165 #: e2fsck/unix.c:700
3166 msgid "Invalid readahead buffer size.\n"
3169 #: e2fsck/unix.c:749
3171 msgid "Unknown extended option: %s\n"
3174 #: e2fsck/unix.c:757
3177 "Extended options are separated by commas, and may take an argument which\n"
3178 "is set off by an equals ('=') sign. Valid extended options are:\n"
3182 #: e2fsck/unix.c:761
3183 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3186 #: e2fsck/unix.c:770
3187 msgid "\treadahead_kb=<buffer size>\n"
3190 #: e2fsck/unix.c:782
3193 "Syntax error in e2fsck config file (%s, line #%d)\n"
3197 #: e2fsck/unix.c:855
3199 msgid "Error validating file descriptor %d: %s\n"
3202 #: e2fsck/unix.c:859
3203 msgid "Invalid completion information file descriptor"
3206 #: e2fsck/unix.c:874
3207 msgid "Only one of the options -p/-a, -n or -y may be specified."
3210 #: e2fsck/unix.c:895
3212 msgid "The -t option is not supported on this version of e2fsck.\n"
3215 #: e2fsck/unix.c:926 e2fsck/unix.c:1004 misc/e2initrd_helper.c:330
3216 #: misc/tune2fs.c:1740 misc/tune2fs.c:2035 misc/tune2fs.c:2053
3218 msgid "Unable to resolve '%s'"
3221 #: e2fsck/unix.c:983
3222 msgid "The -n and -D options are incompatible."
3225 #: e2fsck/unix.c:988
3226 msgid "The -n and -c options are incompatible."
3229 #: e2fsck/unix.c:993
3230 msgid "The -n and -l/-L options are incompatible."
3233 #: e2fsck/unix.c:1017
3234 msgid "The -D and -E fixes_only options are incompatible."
3237 #: e2fsck/unix.c:1023
3238 msgid "The -E bmap2extent and fixes_only options are incompatible."
3241 #: e2fsck/unix.c:1087
3242 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3245 #: e2fsck/unix.c:1134
3248 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3252 #: e2fsck/unix.c:1143
3256 "Invalid non-numeric argument to -%c (\"%s\")\n"
3260 #: e2fsck/unix.c:1234
3263 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3267 #: e2fsck/unix.c:1251 e2fsck/unix.c:1256
3268 msgid "while checking MMP block"
3271 #: e2fsck/unix.c:1258
3274 "If you are sure the filesystem is not in use on any node, run:\n"
3275 "'tune2fs -f -E clear_mmp %s'\n"
3278 #: e2fsck/unix.c:1274
3279 msgid "while reading MMP block"
3282 #: e2fsck/unix.c:1294 e2fsck/unix.c:1346 misc/e2undo.c:232 misc/e2undo.c:277
3283 #: misc/mke2fs.c:2608 misc/mke2fs.c:2659 misc/tune2fs.c:2753
3284 #: misc/tune2fs.c:2798 resize/main.c:188 resize/main.c:233
3287 "Overwriting existing filesystem; this can be undone using the command:\n"
3292 #: e2fsck/unix.c:1335 misc/e2undo.c:266 misc/mke2fs.c:2648 misc/tune2fs.c:2787
3293 #: resize/main.c:222
3295 msgid "while trying to delete %s"
3298 #: e2fsck/unix.c:1361 misc/mke2fs.c:2674 resize/main.c:243
3299 msgid "while trying to setup undo file\n"
3302 #: e2fsck/unix.c:1404
3303 msgid "Error: ext2fs library version out of date!\n"
3306 #: e2fsck/unix.c:1411
3307 msgid "while trying to initialize program"
3310 #: e2fsck/unix.c:1434
3312 msgid "\tUsing %s, %s\n"
3315 #: e2fsck/unix.c:1446
3316 msgid "need terminal for interactive repairs"
3319 #: e2fsck/unix.c:1507
3321 msgid "%s: %s trying backup blocks...\n"
3324 #: e2fsck/unix.c:1509
3325 msgid "Superblock invalid,"
3328 #: e2fsck/unix.c:1510
3329 msgid "Group descriptors look bad..."
3332 #: e2fsck/unix.c:1520
3334 msgid "%s: %s while using the backup blocks"
3337 #: e2fsck/unix.c:1524
3339 msgid "%s: going back to original superblock\n"
3342 #: e2fsck/unix.c:1553
3344 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3345 "(Or the filesystem superblock is corrupt)\n"
3349 #: e2fsck/unix.c:1560
3350 msgid "Could this be a zero-length partition?\n"
3353 #: e2fsck/unix.c:1562
3355 msgid "You must have %s access to the filesystem or be root\n"
3358 #: e2fsck/unix.c:1568
3359 msgid "Possibly non-existent or swap device?\n"
3362 #: e2fsck/unix.c:1570
3363 msgid "Filesystem mounted or opened exclusively by another program?\n"
3366 #: e2fsck/unix.c:1574
3367 msgid "Possibly non-existent device?\n"
3370 #: e2fsck/unix.c:1577
3372 "Disk write-protected; use the -n option to do a read-only\n"
3373 "check of the device.\n"
3376 #: e2fsck/unix.c:1591
3378 msgid "%s: Trying to load superblock despite errors...\n"
3381 #: e2fsck/unix.c:1666
3382 msgid "Get a newer version of e2fsck!"
3385 #: e2fsck/unix.c:1710
3387 msgid "while checking journal for %s"
3390 #: e2fsck/unix.c:1713
3391 msgid "Cannot proceed with file system check"
3394 #: e2fsck/unix.c:1724
3396 "Warning: skipping journal recovery because doing a read-only filesystem "
3400 #: e2fsck/unix.c:1736
3402 msgid "unable to set superblock flags on %s\n"
3405 #: e2fsck/unix.c:1742
3407 msgid "Journal checksum error found in %s\n"
3410 #: e2fsck/unix.c:1746
3412 msgid "Journal corrupted in %s\n"
3415 #: e2fsck/unix.c:1750
3417 msgid "while recovering journal of %s"
3420 #: e2fsck/unix.c:1772
3422 msgid "%s has unsupported feature(s):"
3425 #: e2fsck/unix.c:1831
3427 msgid "%s: %s while reading bad blocks inode\n"
3430 #: e2fsck/unix.c:1834
3431 msgid "This doesn't bode well, but we'll try to go on...\n"
3434 #: e2fsck/unix.c:1874
3436 msgid "Creating journal (%d blocks): "
3439 #: e2fsck/unix.c:1884
3443 #: e2fsck/unix.c:1886
3446 "*** journal has been regenerated ***\n"
3449 #: e2fsck/unix.c:1892
3453 #: e2fsck/unix.c:1894
3455 msgid "%s: e2fsck canceled.\n"
3458 #: e2fsck/unix.c:1921
3459 msgid "Restarting e2fsck from the beginning...\n"
3462 #: e2fsck/unix.c:1925
3463 msgid "while resetting context"
3466 #: e2fsck/unix.c:1984
3470 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3473 #: e2fsck/unix.c:1986
3475 msgid "%s: File system was modified.\n"
3478 #: e2fsck/unix.c:1990 e2fsck/util.c:71
3482 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3485 #: e2fsck/unix.c:1995
3487 msgid "%s: ***** REBOOT SYSTEM *****\n"
3490 #: e2fsck/unix.c:2005 e2fsck/util.c:77
3494 "%s: ********** WARNING: Filesystem still has errors **********\n"
3498 #: e2fsck/util.c:196 misc/util.c:93
3502 #: e2fsck/util.c:197
3506 #: e2fsck/util.c:198
3510 #: e2fsck/util.c:202
3511 msgid " ('a' enables 'yes' to all) "
3514 #: e2fsck/util.c:219
3518 #: e2fsck/util.c:221
3522 #: e2fsck/util.c:223
3526 #: e2fsck/util.c:246
3527 msgid "cancelled!\n"
3530 #: e2fsck/util.c:279
3531 msgid "yes to all\n"
3534 #: e2fsck/util.c:281
3538 #: e2fsck/util.c:283
3542 #: e2fsck/util.c:293
3549 #: e2fsck/util.c:297
3556 #: e2fsck/util.c:301
3560 #: e2fsck/util.c:301
3564 #: e2fsck/util.c:317
3566 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3569 #: e2fsck/util.c:322
3570 msgid "reading inode and block bitmaps"
3573 #: e2fsck/util.c:334
3575 msgid "while retrying to read bitmaps for %s"
3578 #: e2fsck/util.c:346
3579 msgid "writing block and inode bitmaps"
3582 #: e2fsck/util.c:351
3584 msgid "while rewriting block and inode bitmaps for %s"
3587 #: e2fsck/util.c:363
3592 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3593 "\t(i.e., without -a or -p options)\n"
3596 #: e2fsck/util.c:444
3598 msgid "Memory used: %luk/%luk (%luk/%luk), "
3601 #: e2fsck/util.c:448
3603 msgid "Memory used: %lu, "
3606 #: e2fsck/util.c:455
3608 msgid "time: %5.2f/%5.2f/%5.2f\n"
3611 #: e2fsck/util.c:460
3613 msgid "elapsed time: %6.3f\n"
3616 #: e2fsck/util.c:495 e2fsck/util.c:509
3618 msgid "while reading inode %lu in %s"
3621 #: e2fsck/util.c:523 e2fsck/util.c:536
3623 msgid "while writing inode %lu in %s"
3626 #: e2fsck/util.c:792
3628 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3632 #: misc/badblocks.c:75
3636 #: misc/badblocks.c:100
3639 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3640 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3642 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3643 " device [last_block [first_block]]\n"
3646 #: misc/badblocks.c:111
3649 "%s: The -n and -w options are mutually exclusive.\n"
3653 #: misc/badblocks.c:229
3655 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3658 #: misc/badblocks.c:337
3659 msgid "Testing with random pattern: "
3662 #: misc/badblocks.c:355
3663 msgid "Testing with pattern 0x"
3666 #: misc/badblocks.c:387 misc/badblocks.c:460
3670 #: misc/badblocks.c:398
3672 msgid "Weird value (%ld) in do_read\n"
3675 #: misc/badblocks.c:485
3676 msgid "during ext2fs_sync_device"
3679 #: misc/badblocks.c:505 misc/badblocks.c:767
3680 msgid "while beginning bad block list iteration"
3683 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3684 msgid "while allocating buffers"
3687 #: misc/badblocks.c:524
3689 msgid "Checking blocks %lu to %lu\n"
3692 #: misc/badblocks.c:529
3693 msgid "Checking for bad blocks in read-only mode\n"
3696 #: misc/badblocks.c:538
3697 msgid "Checking for bad blocks (read-only test): "
3700 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3701 #: misc/badblocks.c:841
3702 msgid "Too many bad blocks, aborting test\n"
3705 #: misc/badblocks.c:627
3706 msgid "Checking for bad blocks in read-write mode\n"
3709 #: misc/badblocks.c:629 misc/badblocks.c:791
3711 msgid "From block %lu to %lu\n"
3714 #: misc/badblocks.c:684
3715 msgid "Reading and comparing: "
3718 #: misc/badblocks.c:790
3719 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3722 #: misc/badblocks.c:796
3723 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3726 #: misc/badblocks.c:803
3729 "Interrupt caught, cleaning up\n"
3732 #: misc/badblocks.c:886
3734 msgid "during test data write, block %lu"
3737 #: misc/badblocks.c:1007 misc/util.c:131
3739 msgid "%s is mounted; "
3742 #: misc/badblocks.c:1009
3743 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3746 #: misc/badblocks.c:1014
3747 msgid "it's not safe to run badblocks!\n"
3750 #: misc/badblocks.c:1019 misc/util.c:142
3752 msgid "%s is apparently in use by the system; "
3755 #: misc/badblocks.c:1022
3756 msgid "badblocks forced anyway.\n"
3759 #: misc/badblocks.c:1042
3761 msgid "invalid %s - %s"
3764 #: misc/badblocks.c:1136
3766 msgid "Too big max bad blocks count %u - maximum is %u"
3769 #: misc/badblocks.c:1163
3771 msgid "can't allocate memory for test_pattern - %s"
3774 #: misc/badblocks.c:1193
3775 msgid "Maximum of one test_pattern may be specified in read-only mode"
3778 #: misc/badblocks.c:1199
3779 msgid "Random test_pattern is not allowed in read-only mode"
3782 #: misc/badblocks.c:1213
3784 "Couldn't determine device size; you must specify\n"
3785 "the size manually\n"
3788 #: misc/badblocks.c:1219
3789 msgid "while trying to determine device size"
3792 #: misc/badblocks.c:1224
3796 #: misc/badblocks.c:1230
3800 #: misc/badblocks.c:1233
3802 msgid "invalid starting block (%llu): must be less than %llu"
3805 #: misc/badblocks.c:1240
3807 msgid "invalid end block (%llu): must be 32-bit value"
3810 #: misc/badblocks.c:1296
3811 msgid "while creating in-memory bad blocks list"
3814 #: misc/badblocks.c:1305
3815 msgid "input file - bad format"
3818 #: misc/badblocks.c:1313 misc/badblocks.c:1322
3819 msgid "while adding to in-memory bad block list"
3822 #: misc/badblocks.c:1347
3824 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3829 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
3832 #: misc/chattr.c:159
3834 msgid "bad project - %s\n"
3837 #: misc/chattr.c:173
3839 msgid "bad version - %s\n"
3842 #: misc/chattr.c:219 misc/lsattr.c:127
3844 msgid "while trying to stat %s"
3847 #: misc/chattr.c:226
3849 msgid "while reading flags on %s"
3852 #: misc/chattr.c:231 misc/chattr.c:243
3854 msgid "Flags of %s set as "
3857 #: misc/chattr.c:252
3859 msgid "while setting flags on %s"
3862 #: misc/chattr.c:260
3864 msgid "Version of %s set as %lu\n"
3867 #: misc/chattr.c:264
3869 msgid "while setting version on %s"
3872 #: misc/chattr.c:271
3874 msgid "Project of %s set as %lu\n"
3877 #: misc/chattr.c:275
3879 msgid "while setting project on %s"
3882 #: misc/chattr.c:297
3883 msgid "Couldn't allocate path variable in chattr_dir_proc"
3886 #: misc/chattr.c:337
3887 msgid "= is incompatible with - and +\n"
3890 #: misc/chattr.c:345
3891 msgid "Must use '-v', =, - or +\n"
3894 #: misc/create_inode.c:79 misc/create_inode.c:118
3896 msgid "while reading inode %u"
3899 #: misc/create_inode.c:89 misc/create_inode.c:284 misc/create_inode.c:349
3900 #: misc/create_inode.c:387
3901 msgid "while expanding directory"
3904 #: misc/create_inode.c:96
3906 msgid "while linking \"%s\""
3909 #: misc/create_inode.c:104 misc/create_inode.c:131 misc/create_inode.c:318
3911 msgid "while writing inode %u"
3914 #: misc/create_inode.c:148 misc/create_inode.c:172
3916 msgid "while listing attributes of \"%s\""
3919 #: misc/create_inode.c:159
3921 msgid "while opening inode %u"
3924 #: misc/create_inode.c:165 misc/create_inode.c:192 misc/create_inode.c:971
3925 #: misc/e2undo.c:178 misc/e2undo.c:475 misc/e2undo.c:481 misc/e2undo.c:487
3926 #: misc/mke2fs.c:358
3927 msgid "while allocating memory"
3930 #: misc/create_inode.c:185 misc/create_inode.c:201
3932 msgid "while reading attribute \"%s\" of \"%s\""
3935 #: misc/create_inode.c:210
3937 msgid "while writing attribute \"%s\" to inode %u"
3940 #: misc/create_inode.c:220
3942 msgid "while closing inode %u"
3945 #: misc/create_inode.c:271
3947 msgid "while allocating inode \"%s\""
3950 #: misc/create_inode.c:290
3952 msgid "while creating inode \"%s\""
3955 #: misc/create_inode.c:356
3957 msgid "while creating symlink \"%s\""
3960 #: misc/create_inode.c:374 misc/create_inode.c:892
3962 msgid "while looking up \"%s\""
3965 #: misc/create_inode.c:394
3967 msgid "while creating directory \"%s\""
3970 #: misc/create_inode.c:622
3972 msgid "while opening \"%s\" to copy"
3975 #: misc/create_inode.c:736
3977 msgid "while changing working directory to \"%s\""
3980 #: misc/create_inode.c:744
3982 msgid "while opening directory \"%s\""
3985 #: misc/create_inode.c:754
3987 msgid "while lstat \"%s\""
3990 #: misc/create_inode.c:804
3992 msgid "while creating special file \"%s\""
3995 #: misc/create_inode.c:813
3996 msgid "malloc failed"
3999 #: misc/create_inode.c:821
4001 msgid "while trying to read link \"%s\""
4004 #: misc/create_inode.c:828
4005 msgid "symlink increased in size between lstat() and readlink()"
4008 #: misc/create_inode.c:839
4010 msgid "while writing symlink\"%s\""
4013 #: misc/create_inode.c:850
4015 msgid "while writing file \"%s\""
4018 #: misc/create_inode.c:863
4020 msgid "while making dir \"%s\""
4023 #: misc/create_inode.c:881
4024 msgid "while changing directory"
4027 #: misc/create_inode.c:887
4029 msgid "ignoring entry \"%s\""
4032 #: misc/create_inode.c:900
4034 msgid "while setting inode for \"%s\""
4037 #: misc/create_inode.c:907
4039 msgid "while setting xattrs for \"%s\""
4042 #: misc/create_inode.c:933
4043 msgid "while saving inode data"
4046 #: misc/dumpe2fs.c:56
4049 "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4052 #: misc/dumpe2fs.c:159
4056 #: misc/dumpe2fs.c:168
4060 #: misc/dumpe2fs.c:219
4062 msgid "Group %lu: (Blocks "
4065 #: misc/dumpe2fs.c:226
4067 msgid " csum 0x%04x"
4070 #: misc/dumpe2fs.c:228
4072 msgid " (EXPECTED 0x%04x)"
4075 #: misc/dumpe2fs.c:233
4077 msgid " %s superblock at "
4080 #: misc/dumpe2fs.c:234
4084 #: misc/dumpe2fs.c:234
4088 #: misc/dumpe2fs.c:238
4089 msgid ", Group descriptors at "
4092 #: misc/dumpe2fs.c:242
4095 " Reserved GDT blocks at "
4098 #: misc/dumpe2fs.c:249
4099 msgid " Group descriptor at "
4102 #: misc/dumpe2fs.c:255
4103 msgid " Block bitmap at "
4106 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4108 msgid ", csum 0x%08x"
4111 #: misc/dumpe2fs.c:263
4115 #: misc/dumpe2fs.c:265
4121 #: misc/dumpe2fs.c:266
4122 msgid " Inode bitmap at "
4125 #: misc/dumpe2fs.c:273
4131 #: misc/dumpe2fs.c:279
4135 " %u free %s, %u free inodes, %u directories%s"
4138 #: misc/dumpe2fs.c:286
4140 msgid ", %u unused inodes\n"
4143 #: misc/dumpe2fs.c:289
4144 msgid " Free blocks: "
4147 #: misc/dumpe2fs.c:304
4148 msgid " Free inodes: "
4151 #: misc/dumpe2fs.c:340
4152 msgid "while printing bad block list"
4155 #: misc/dumpe2fs.c:346
4157 msgid "Bad blocks: %u"
4160 #: misc/dumpe2fs.c:373 misc/tune2fs.c:366
4161 msgid "while reading journal inode"
4164 #: misc/dumpe2fs.c:379
4165 msgid "while opening journal inode"
4168 #: misc/dumpe2fs.c:385
4169 msgid "while reading journal super block"
4172 #: misc/dumpe2fs.c:392
4173 msgid "Journal superblock magic number invalid!\n"
4176 #: misc/dumpe2fs.c:409 misc/tune2fs.c:215
4177 msgid "while reading journal superblock"
4180 #: misc/dumpe2fs.c:417
4181 msgid "Couldn't find journal superblock magic numbers"
4184 #: misc/dumpe2fs.c:468
4185 msgid "failed to alloc MMP buffer\n"
4188 #: misc/dumpe2fs.c:479
4190 msgid "reading MMP block %llu from '%s'\n"
4193 #: misc/dumpe2fs.c:507 misc/mke2fs.c:797 misc/tune2fs.c:2072
4194 msgid "Couldn't allocate memory to parse options!\n"
4197 #: misc/dumpe2fs.c:533
4199 msgid "Invalid superblock parameter: %s\n"
4202 #: misc/dumpe2fs.c:548
4204 msgid "Invalid blocksize parameter: %s\n"
4207 #: misc/dumpe2fs.c:559
4211 "Bad extended option(s) specified: %s\n"
4213 "Extended options are separated by commas, and may take an argument which\n"
4214 "\tis set off by an equals ('=') sign.\n"
4216 "Valid extended options are:\n"
4217 "\tsuperblock=<superblock number>\n"
4218 "\tblocksize=<blocksize>\n"
4221 #: misc/dumpe2fs.c:649 misc/mke2fs.c:1840
4223 msgid "\tUsing %s\n"
4226 #: misc/dumpe2fs.c:694 misc/e2image.c:1590 misc/tune2fs.c:2948
4227 #: resize/main.c:416
4228 msgid "Couldn't find valid filesystem superblock.\n"
4231 #: misc/dumpe2fs.c:716
4233 msgid "%s: MMP feature not enabled.\n"
4236 #: misc/dumpe2fs.c:747
4238 msgid "while trying to read '%s' bitmaps\n"
4241 #: misc/dumpe2fs.c:756
4243 "*** Run e2fsck now!\n"
4247 #: misc/e2image.c:107
4249 msgid "Usage: %s [ -r|Q ] [ -f ] device image-file\n"
4252 #: misc/e2image.c:109
4254 msgid " %s -I device image-file\n"
4257 #: misc/e2image.c:110
4260 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4264 #: misc/e2image.c:175 misc/e2image.c:580 misc/e2image.c:586 misc/e2image.c:1185
4265 msgid "while allocating buffer"
4268 #: misc/e2image.c:180
4270 msgid "Writing block %llu\n"
4273 #: misc/e2image.c:194
4275 msgid "error writing block %llu"
4278 #: misc/e2image.c:197
4279 msgid "error in generic_write()"
4282 #: misc/e2image.c:214
4283 msgid "Error: header size is bigger than wrt_size\n"
4286 #: misc/e2image.c:219
4287 msgid "Couldn't allocate header buffer\n"
4290 #: misc/e2image.c:247
4291 msgid "while writing superblock"
4294 #: misc/e2image.c:256
4295 msgid "while writing inode table"
4298 #: misc/e2image.c:264
4299 msgid "while writing block bitmap"
4302 #: misc/e2image.c:272
4303 msgid "while writing inode bitmap"
4306 #: misc/e2image.c:506
4308 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4311 #: misc/e2image.c:518
4313 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4316 #: misc/e2image.c:559
4318 msgid "%llu / %llu blocks (%d%%)"
4321 #: misc/e2image.c:590 misc/e2image.c:630
4325 #: misc/e2image.c:627
4327 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4330 #: misc/e2image.c:653
4332 msgid " %s remaining at %.2f MB/s"
4335 #: misc/e2image.c:665 misc/e2image.c:1195
4337 msgid "error reading block %llu"
4340 #: misc/e2image.c:719
4342 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4345 #: misc/e2image.c:723
4347 msgid "at %.2f MB/s"
4350 #: misc/e2image.c:759
4351 msgid "while allocating l1 table"
4354 #: misc/e2image.c:804
4355 msgid "while allocating l2 cache"
4358 #: misc/e2image.c:827
4360 "Warning: There are still tables in the cache while putting the cache, data "
4361 "will be lost so the image may not be valid.\n"
4364 #: misc/e2image.c:1152
4365 msgid "while allocating ext2_qcow2_image"
4368 #: misc/e2image.c:1159
4369 msgid "while initializing ext2_qcow2_image"
4372 #: misc/e2image.c:1218 misc/e2image.c:1236
4373 msgid "Programming error: multiple sequential refcount blocks created!\n"
4376 #: misc/e2image.c:1276
4377 msgid "while allocating block bitmap"
4380 #: misc/e2image.c:1285
4381 msgid "while allocating scramble block bitmap"
4384 #: misc/e2image.c:1292
4385 msgid "Scanning inodes...\n"
4388 #: misc/e2image.c:1304
4389 msgid "Can't allocate block buffer"
4392 #: misc/e2image.c:1343 misc/e2image.c:1357
4394 msgid "while iterating over inode %u"
4397 #: misc/e2image.c:1389
4398 msgid "Raw and qcow2 images cannot be installed"
4401 #: misc/e2image.c:1411
4402 msgid "error reading bitmaps"
4405 #: misc/e2image.c:1423
4406 msgid "while opening device file"
4409 #: misc/e2image.c:1434
4410 msgid "while restoring the image table"
4413 #: misc/e2image.c:1531
4414 msgid "-a option can only be used with raw or QCOW2 images."
4417 #: misc/e2image.c:1537
4418 msgid "Offsets are only allowed with raw images."
4421 #: misc/e2image.c:1542
4422 msgid "Move mode is only allowed with raw images."
4425 #: misc/e2image.c:1547
4426 msgid "Move mode requires all data mode."
4429 #: misc/e2image.c:1557
4430 msgid "checking if mounted"
4433 #: misc/e2image.c:1564
4436 "Running e2image on a R/W mounted filesystem can result in an\n"
4437 "inconsistent image which will not be useful for debugging purposes.\n"
4438 "Use -f option if you really want to do that.\n"
4441 #: misc/e2image.c:1618
4442 msgid "QCOW2 image can not be written to the stdout!\n"
4445 #: misc/e2image.c:1624
4446 msgid "Can not stat output\n"
4449 #: misc/e2image.c:1634
4451 msgid "Image (%s) is compressed\n"
4454 #: misc/e2image.c:1637
4456 msgid "Image (%s) is encrypted\n"
4459 #: misc/e2image.c:1640
4461 msgid "Image (%s) is corrupted\n"
4464 #: misc/e2image.c:1644
4466 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4469 #: misc/e2image.c:1654
4470 msgid "The -c option only supported in raw mode\n"
4473 #: misc/e2image.c:1659
4474 msgid "The -c option not supported when writing to stdout\n"
4477 #: misc/e2image.c:1666
4478 msgid "while allocating check_buf"
4481 #: misc/e2image.c:1672
4482 msgid "The -p option only supported in raw mode\n"
4485 #: misc/e2image.c:1682
4487 msgid "%d blocks already contained the data to be copied\n"
4490 #: misc/e2initrd_helper.c:68
4492 msgid "Usage: %s -r device\n"
4495 #: misc/e2label.c:58
4497 msgid "e2label: cannot open %s\n"
4500 #: misc/e2label.c:63
4502 msgid "e2label: cannot seek to superblock\n"
4505 #: misc/e2label.c:68
4507 msgid "e2label: error reading superblock\n"
4510 #: misc/e2label.c:72
4512 msgid "e2label: not an ext2 filesystem\n"
4515 #: misc/e2label.c:97 misc/tune2fs.c:3151
4517 msgid "Warning: label too long, truncating.\n"
4520 #: misc/e2label.c:100
4522 msgid "e2label: cannot seek to superblock again\n"
4525 #: misc/e2label.c:105
4527 msgid "e2label: error writing superblock\n"
4530 #: misc/e2label.c:117 misc/tune2fs.c:1732
4532 msgid "Usage: e2label device [newlabel]\n"
4535 #: misc/e2undo.c:120
4538 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4542 #: misc/e2undo.c:145
4543 msgid "The file system superblock doesn't match the undo file.\n"
4546 #: misc/e2undo.c:148
4547 msgid "UUID does not match.\n"
4550 #: misc/e2undo.c:150
4551 msgid "Last mount time does not match.\n"
4554 #: misc/e2undo.c:152
4555 msgid "Last write time does not match.\n"
4558 #: misc/e2undo.c:154
4559 msgid "Lifetime write counter does not match.\n"
4562 #: misc/e2undo.c:168
4563 msgid "while reading filesystem superblock."
4566 #: misc/e2undo.c:184
4567 msgid "while fetching superblock"
4570 #: misc/e2undo.c:197
4572 msgid "Undo file superblock checksum doesn't match.\n"
4575 #: misc/e2undo.c:336
4577 msgid "illegal offset - %s"
4580 #: misc/e2undo.c:360
4582 msgid "Will not write to an undo file while replaying it.\n"
4585 #: misc/e2undo.c:369
4587 msgid "while opening undo file `%s'\n"
4590 #: misc/e2undo.c:376
4591 msgid "while reading undo file"
4594 #: misc/e2undo.c:381
4596 msgid "%s: Not an undo file.\n"
4599 #: misc/e2undo.c:392
4601 msgid "%s: Header checksum doesn't match.\n"
4604 #: misc/e2undo.c:399
4606 msgid "%s: Corrupt undo file header.\n"
4609 #: misc/e2undo.c:403
4611 msgid "%s: Undo block size too large.\n"
4614 #: misc/e2undo.c:408
4616 msgid "%s: Undo block size too small.\n"
4619 #: misc/e2undo.c:421
4621 msgid "%s: Unknown undo file feature set.\n"
4624 #: misc/e2undo.c:429
4626 msgid "Error while determining whether %s is mounted."
4629 #: misc/e2undo.c:435
4630 msgid "e2undo should only be run on unmounted filesystems"
4633 #: misc/e2undo.c:451
4635 msgid "while opening `%s'"
4638 #: misc/e2undo.c:462
4639 msgid "specified offset is too large"
4642 #: misc/e2undo.c:503
4643 msgid "while reading keys"
4646 #: misc/e2undo.c:515
4648 msgid "%s: wrong key magic at %llu\n"
4651 #: misc/e2undo.c:525
4653 msgid "%s: key block checksum error at %llu.\n"
4656 #: misc/e2undo.c:548
4658 msgid "%s: block %llu is too long."
4661 #: misc/e2undo.c:560 misc/e2undo.c:596
4663 msgid "while fetching block %llu."
4666 #: misc/e2undo.c:572
4668 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4671 #: misc/e2undo.c:611
4673 msgid "while writing block %llu."
4676 #: misc/e2undo.c:617
4678 msgid "Undo file corruption; run e2fsck NOW!\n"
4681 #: misc/e2undo.c:619
4683 msgid "IO error during replay; run e2fsck NOW!\n"
4686 #: misc/e2undo.c:622
4688 msgid "Incomplete undo record; run e2fsck.\n"
4691 #: misc/findsuper.c:110
4693 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4696 #: misc/findsuper.c:155
4698 msgid "skipbytes should be a number, not %s\n"
4701 #: misc/findsuper.c:162
4703 msgid "skipbytes must be a multiple of the sector size\n"
4706 #: misc/findsuper.c:169
4708 msgid "startkb should be a number, not %s\n"
4711 #: misc/findsuper.c:175
4713 msgid "startkb should be positive, not %llu\n"
4716 #: misc/findsuper.c:186
4718 msgid "starting at %llu, with %u byte increments\n"
4721 #: misc/findsuper.c:188
4724 "[*] probably superblock written in the ext3 journal superblock,\n"
4725 "\tso start/end/grp wrong\n"
4728 #: misc/findsuper.c:190
4731 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4732 "mount_time sb_uuid label\n"
4735 #: misc/findsuper.c:264
4739 "%11Lu: finished with errno %d\n"
4744 msgid "WARNING: couldn't open %s: %s\n"
4749 msgid "WARNING: bad format on line %d of %s\n"
4754 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4755 "\tfield. I will kludge around things for you, but you\n"
4756 "\tshould fix your /etc/fstab file as soon as you can.\n"
4762 msgid "fsck: %s: not found\n"
4767 msgid "%s: wait: No more child process?!?\n"
4772 msgid "Warning... %s for device %s exited with signal %d.\n"
4777 msgid "%s %s: status is %x, should never happen.\n"
4782 msgid "Finished with %s (exit status %d)\n"
4787 msgid "%s: Error %d while executing fsck.%s for %s\n"
4792 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4793 "with 'no' or '!'.\n"
4797 msgid "Couldn't allocate memory for filesystem types\n"
4803 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4809 msgid "fsck: cannot check %s: fsck.%s not found\n"
4813 msgid "Checking all file systems.\n"
4818 msgid "--waiting-- (pass %d)\n"
4823 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4828 msgid "%s: too many devices\n"
4831 #: misc/fsck.c:1160 misc/fsck.c:1246
4833 msgid "%s: too many arguments\n"
4836 #: misc/fuse2fs.c:3735
4837 msgid "Mounting read-only.\n"
4840 #: misc/fuse2fs.c:3759
4842 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4845 #: misc/fuse2fs.c:3771 misc/fuse2fs.c:3785
4850 #: misc/fuse2fs.c:3772 misc/fuse2fs.c:3787 misc/tune2fs.c:3048
4852 msgid "Please run e2fsck -fy %s.\n"
4855 #: misc/fuse2fs.c:3794
4856 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4859 #: misc/fuse2fs.c:3802
4861 msgid "%s: Writing to the journal is not supported.\n"
4864 #: misc/fuse2fs.c:3817
4865 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4868 #: misc/fuse2fs.c:3821
4869 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4872 #: misc/fuse2fs.c:3826
4873 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4876 #: misc/fuse2fs.c:3830
4877 msgid "Orphans detected; running e2fsck is recommended.\n"
4880 #: misc/fuse2fs.c:3834
4881 msgid "Errors detected; running e2fsck is required.\n"
4886 msgid "Usage: %s [-RVadlpv] [files...]\n"
4891 msgid "While reading flags on %s"
4896 msgid "While reading project on %s"
4899 #: misc/lsattr.c:102
4901 msgid "While reading version on %s"
4904 #: misc/mke2fs.c:129
4907 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4908 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4909 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4910 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4911 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4912 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4913 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4915 "\t[-jnqvDFSV] device [blocks-count]\n"
4918 #: misc/mke2fs.c:260
4920 msgid "Running command: %s\n"
4923 #: misc/mke2fs.c:264
4925 msgid "while trying to run '%s'"
4928 #: misc/mke2fs.c:271
4929 msgid "while processing list of bad blocks from program"
4932 #: misc/mke2fs.c:298
4934 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4937 #: misc/mke2fs.c:300
4939 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4942 #: misc/mke2fs.c:303
4943 msgid "Aborting....\n"
4946 #: misc/mke2fs.c:323
4949 "Warning: the backup superblock/group descriptors at block %u contain\n"
4954 #: misc/mke2fs.c:342
4955 msgid "while marking bad blocks as used"
4958 #: misc/mke2fs.c:367
4959 msgid "while writing reserved inodes"
4962 #: misc/mke2fs.c:419
4963 msgid "Writing inode tables: "
4966 #: misc/mke2fs.c:441
4970 "Could not write %d blocks in inode table starting at %llu: %s\n"
4973 #: misc/mke2fs.c:455 misc/mke2fs.c:2721 misc/mke2fs.c:3126
4977 #: misc/mke2fs.c:470
4978 msgid "while creating root dir"
4981 #: misc/mke2fs.c:477
4982 msgid "while reading root inode"
4985 #: misc/mke2fs.c:489
4986 msgid "while setting root inode ownership"
4989 #: misc/mke2fs.c:507
4990 msgid "while creating /lost+found"
4993 #: misc/mke2fs.c:514
4994 msgid "while looking up /lost+found"
4997 #: misc/mke2fs.c:527
4998 msgid "while expanding /lost+found"
5001 #: misc/mke2fs.c:542
5002 msgid "while setting bad block inode"
5005 #: misc/mke2fs.c:569
5007 msgid "Out of memory erasing sectors %d-%d\n"
5010 #: misc/mke2fs.c:579
5012 msgid "Warning: could not read block 0: %s\n"
5015 #: misc/mke2fs.c:595
5017 msgid "Warning: could not erase sector %d: %s\n"
5020 #: misc/mke2fs.c:611
5021 msgid "while initializing journal superblock"
5024 #: misc/mke2fs.c:619
5025 msgid "Zeroing journal device: "
5028 #: misc/mke2fs.c:631
5030 msgid "while zeroing journal device (block %llu, count %d)"
5033 #: misc/mke2fs.c:649
5034 msgid "while writing journal superblock"
5037 #: misc/mke2fs.c:664
5039 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5042 #: misc/mke2fs.c:672
5045 "warning: %llu blocks unused.\n"
5049 #: misc/mke2fs.c:677
5051 msgid "Filesystem label=%s\n"
5054 #: misc/mke2fs.c:680
5056 msgid "OS type: %s\n"
5059 #: misc/mke2fs.c:682
5061 msgid "Block size=%u (log=%u)\n"
5064 #: misc/mke2fs.c:685
5066 msgid "Cluster size=%u (log=%u)\n"
5069 #: misc/mke2fs.c:689
5071 msgid "Fragment size=%u (log=%u)\n"
5074 #: misc/mke2fs.c:691
5076 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5079 #: misc/mke2fs.c:693
5081 msgid "%u inodes, %llu blocks\n"
5084 #: misc/mke2fs.c:695
5086 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5089 #: misc/mke2fs.c:698
5091 msgid "First data block=%u\n"
5094 #: misc/mke2fs.c:700
5096 msgid "Root directory owner=%u:%u\n"
5099 #: misc/mke2fs.c:702
5101 msgid "Maximum filesystem blocks=%lu\n"
5104 #: misc/mke2fs.c:706
5106 msgid "%u block groups\n"
5109 #: misc/mke2fs.c:708
5111 msgid "%u block group\n"
5114 #: misc/mke2fs.c:710
5116 msgid "%u blocks per group, %u clusters per group\n"
5119 #: misc/mke2fs.c:713
5121 msgid "%u blocks per group, %u fragments per group\n"
5124 #: misc/mke2fs.c:715
5126 msgid "%u inodes per group\n"
5129 #: misc/mke2fs.c:724
5131 msgid "Filesystem UUID: %s\n"
5134 #: misc/mke2fs.c:725
5135 msgid "Superblock backups stored on blocks: "
5138 #: misc/mke2fs.c:819
5140 msgid "%s requires '-O 64bit'\n"
5143 #: misc/mke2fs.c:825
5145 msgid "'%s' must be before 'resize=%u'\n"
5148 #: misc/mke2fs.c:838
5150 msgid "Invalid desc_size: '%s'\n"
5153 #: misc/mke2fs.c:852
5155 msgid "Invalid hash seed: %s\n"
5158 #: misc/mke2fs.c:864
5160 msgid "Invalid offset: %s\n"
5163 #: misc/mke2fs.c:878 misc/tune2fs.c:2100
5165 msgid "Invalid mmp_update_interval: %s\n"
5168 #: misc/mke2fs.c:892
5170 msgid "Invalid # of backup superblocks: %s\n"
5173 #: misc/mke2fs.c:914
5175 msgid "Invalid stride parameter: %s\n"
5178 #: misc/mke2fs.c:929
5180 msgid "Invalid stripe-width parameter: %s\n"
5183 #: misc/mke2fs.c:952
5185 msgid "Invalid resize parameter: %s\n"
5188 #: misc/mke2fs.c:959
5189 msgid "The resize maximum must be greater than the filesystem size.\n"
5192 #: misc/mke2fs.c:983
5193 msgid "On-line resizing not supported with revision 0 filesystems\n"
5196 #: misc/mke2fs.c:1009 misc/mke2fs.c:1018
5198 msgid "Invalid root_owner: '%s'\n"
5201 #: misc/mke2fs.c:1061
5205 "Bad option(s) specified: %s\n"
5207 "Extended options are separated by commas, and may take an argument which\n"
5208 "\tis set off by an equals ('=') sign.\n"
5210 "Valid extended options are:\n"
5211 "\tmmp_update_interval=<interval>\n"
5212 "\tnum_backup_sb=<0|1|2>\n"
5213 "\tstride=<RAID per-disk data chunk in blocks>\n"
5214 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5215 "\toffset=<offset to create the file system>\n"
5216 "\tresize=<resize maximum size in blocks>\n"
5217 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5218 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5219 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5220 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5224 "\tquotatype=<quota type(s) to be enabled>\n"
5228 #: misc/mke2fs.c:1086
5232 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5236 #: misc/mke2fs.c:1130
5239 "Syntax error in mke2fs config file (%s, line #%d)\n"
5243 #: misc/mke2fs.c:1143 misc/tune2fs.c:1119
5245 msgid "Invalid filesystem option set: %s\n"
5248 #: misc/mke2fs.c:1155 misc/tune2fs.c:410
5250 msgid "Invalid mount option set: %s\n"
5253 #: misc/mke2fs.c:1291
5257 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5260 #: misc/mke2fs.c:1295
5262 "You probably need to install an updated mke2fs.conf file.\n"
5266 #: misc/mke2fs.c:1299
5267 msgid "Aborting...\n"
5270 #: misc/mke2fs.c:1340
5274 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5278 #: misc/mke2fs.c:1522
5279 msgid "Couldn't allocate memory for new PATH.\n"
5282 #: misc/mke2fs.c:1559
5284 msgid "Couldn't init profile successfully (error: %ld).\n"
5287 #: misc/mke2fs.c:1592
5289 msgid "invalid block size - %s"
5292 #: misc/mke2fs.c:1596
5294 msgid "Warning: blocksize %d not usable on most systems.\n"
5297 #: misc/mke2fs.c:1612
5299 msgid "invalid cluster size - %s"
5302 #: misc/mke2fs.c:1625
5303 msgid "'-R' is deprecated, use '-E' instead"
5306 #: misc/mke2fs.c:1639 misc/tune2fs.c:1829
5308 msgid "bad error behavior - %s"
5311 #: misc/mke2fs.c:1651
5312 msgid "Illegal number for blocks per group"
5315 #: misc/mke2fs.c:1656
5316 msgid "blocks per group must be multiple of 8"
5319 #: misc/mke2fs.c:1664
5320 msgid "Illegal number for flex_bg size"
5323 #: misc/mke2fs.c:1670
5324 msgid "flex_bg size must be a power of 2"
5327 #: misc/mke2fs.c:1675
5329 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5332 #: misc/mke2fs.c:1685
5334 msgid "invalid inode ratio %s (min %d/max %d)"
5337 #: misc/mke2fs.c:1695
5339 msgid "invalid inode size - %s"
5342 #: misc/mke2fs.c:1708
5344 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5345 "nodiscard' extended option instead!\n"
5348 #: misc/mke2fs.c:1719
5349 msgid "in malloc for bad_blocks_filename"
5352 #: misc/mke2fs.c:1728
5355 "Warning: label too long; will be truncated to '%s'\n"
5359 #: misc/mke2fs.c:1737
5361 msgid "invalid reserved blocks percent - %s"
5364 #: misc/mke2fs.c:1752
5366 msgid "bad num inodes - %s"
5369 #: misc/mke2fs.c:1765
5370 msgid "while allocating fs_feature string"
5373 #: misc/mke2fs.c:1782
5375 msgid "bad revision level - %s"
5378 #: misc/mke2fs.c:1787
5380 msgid "while trying to create revision %d"
5383 #: misc/mke2fs.c:1801
5384 msgid "The -t option may only be used once"
5387 #: misc/mke2fs.c:1809
5388 msgid "The -T option may only be used once"
5391 #: misc/mke2fs.c:1865 misc/mke2fs.c:3210
5393 msgid "while trying to open journal device %s\n"
5396 #: misc/mke2fs.c:1871
5398 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5401 #: misc/mke2fs.c:1877
5403 msgid "Using journal device's blocksize: %d\n"
5406 #: misc/mke2fs.c:1888
5408 msgid "invalid blocks '%s' on device '%s'"
5411 #: misc/mke2fs.c:1918
5415 #: misc/mke2fs.c:1936 resize/main.c:497
5416 msgid "while trying to determine filesystem size"
5419 #: misc/mke2fs.c:1942
5421 "Couldn't determine device size; you must specify\n"
5422 "the size of the filesystem\n"
5425 #: misc/mke2fs.c:1949
5427 "Device size reported to be zero. Invalid partition specified, or\n"
5428 "\tpartition table wasn't reread after running fdisk, due to\n"
5429 "\ta modified partition being busy and in use. You may need to reboot\n"
5430 "\tto re-read your partition table.\n"
5433 #: misc/mke2fs.c:1966
5434 msgid "Filesystem larger than apparent device size."
5437 #: misc/mke2fs.c:1986
5438 msgid "Failed to parse fs types list\n"
5441 #: misc/mke2fs.c:2035
5442 msgid "The HURD does not support the filetype feature.\n"
5445 #: misc/mke2fs.c:2040
5446 msgid "The HURD does not support the huge_file feature.\n"
5449 #: misc/mke2fs.c:2045
5450 msgid "The HURD does not support the metadata_csum feature.\n"
5453 #: misc/mke2fs.c:2050
5454 msgid "The HURD does not support the ea_inode feature.\n"
5457 #: misc/mke2fs.c:2060
5458 msgid "while trying to determine hardware sector size"
5461 #: misc/mke2fs.c:2066
5462 msgid "while trying to determine physical sector size"
5465 #: misc/mke2fs.c:2098
5466 msgid "while setting blocksize; too small for device\n"
5469 #: misc/mke2fs.c:2103
5472 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5475 #: misc/mke2fs.c:2127
5478 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5479 "\tin 32 bits using a blocksize of %d.\n"
5482 #: misc/mke2fs.c:2139
5485 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5486 "\ta filesystem using a blocksize of %d.\n"
5489 #: misc/mke2fs.c:2161
5490 msgid "fs_types for mke2fs.conf resolution: "
5493 #: misc/mke2fs.c:2168
5494 msgid "Filesystem features not supported with revision 0 filesystems\n"
5497 #: misc/mke2fs.c:2176
5498 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5501 #: misc/mke2fs.c:2186
5502 msgid "Journals not supported with revision 0 filesystems\n"
5505 #: misc/mke2fs.c:2199
5507 msgid "invalid reserved blocks percent - %lf"
5510 #: misc/mke2fs.c:2216
5512 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5516 #: misc/mke2fs.c:2236
5517 msgid "The cluster size may not be smaller than the block size.\n"
5520 #: misc/mke2fs.c:2242
5521 msgid "specifying a cluster size requires the bigalloc feature"
5524 #: misc/mke2fs.c:2262
5526 msgid "warning: Unable to get device geometry for %s\n"
5529 #: misc/mke2fs.c:2265
5531 msgid "%s alignment is offset by %lu bytes.\n"
5534 #: misc/mke2fs.c:2267
5537 "This may result in very poor performance, (re)-partitioning suggested.\n"
5540 #: misc/mke2fs.c:2288
5542 msgid "%d-byte blocks too big for system (max %d)"
5545 #: misc/mke2fs.c:2292
5548 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5551 #: misc/mke2fs.c:2300
5554 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5555 "and journal checksum features.\n"
5558 #: misc/mke2fs.c:2355
5562 "Warning: offset specified without an explicit file system size.\n"
5563 "Creating a file system with %llu blocks but this might\n"
5564 "not be what you want.\n"
5568 #: misc/mke2fs.c:2370
5570 msgid "%d byte inodes are too small for project quota"
5573 #: misc/mke2fs.c:2392
5574 msgid "Can't support bigalloc feature without extents feature"
5577 #: misc/mke2fs.c:2399
5579 "The resize_inode and meta_bg features are not compatible.\n"
5580 "They can not be both enabled simultaneously.\n"
5583 #: misc/mke2fs.c:2407
5586 "Warning: the bigalloc feature is still under development\n"
5587 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5591 #: misc/mke2fs.c:2419
5592 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5595 #: misc/mke2fs.c:2428
5596 msgid "blocks per group count out of range"
5599 #: misc/mke2fs.c:2450
5600 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5603 #: misc/mke2fs.c:2462
5605 msgid "invalid inode size %d (min %d/max %d)"
5608 #: misc/mke2fs.c:2477
5610 msgid "%d byte inodes are too small for inline data; specify larger size"
5613 #: misc/mke2fs.c:2492
5615 msgid "too many inodes (%llu), raise inode ratio?"
5618 #: misc/mke2fs.c:2499
5620 msgid "too many inodes (%llu), specify < 2^32 inodes"
5623 #: misc/mke2fs.c:2513
5626 "inode_size (%u) * inodes_count (%u) too big for a\n"
5627 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5628 "\tor lower inode count (-N).\n"
5631 #: misc/mke2fs.c:2700
5632 msgid "Discarding device blocks: "
5635 #: misc/mke2fs.c:2716
5639 #: misc/mke2fs.c:2775
5640 msgid "while initializing quota context"
5643 #: misc/mke2fs.c:2782
5644 msgid "while writing quota inodes"
5647 #: misc/mke2fs.c:2807
5649 msgid "bad error behavior in profile - %s"
5652 #: misc/mke2fs.c:2883
5653 msgid "in malloc for android_sparse_params"
5656 #: misc/mke2fs.c:2897
5657 msgid "while setting up superblock"
5660 #: misc/mke2fs.c:2913
5662 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5663 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5664 "checksumming. Pass -O extents to rectify.\n"
5667 #: misc/mke2fs.c:2920
5669 "64-bit filesystem support is not enabled. The larger fields afforded by "
5670 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5673 #: misc/mke2fs.c:2928
5674 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
5677 #: misc/mke2fs.c:2952
5678 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5681 #: misc/mke2fs.c:3051
5683 msgid "unknown os - %s"
5686 #: misc/mke2fs.c:3114
5687 msgid "Allocating group tables: "
5690 #: misc/mke2fs.c:3122
5691 msgid "while trying to allocate filesystem tables"
5694 #: misc/mke2fs.c:3131
5697 "\twhile converting subcluster bitmap"
5700 #: misc/mke2fs.c:3137
5702 msgid "%s may be further corrupted by superblock rewrite\n"
5705 #: misc/mke2fs.c:3178
5707 msgid "while zeroing block %llu at end of filesystem"
5710 #: misc/mke2fs.c:3191
5711 msgid "while reserving blocks for online resize"
5714 #: misc/mke2fs.c:3203 misc/tune2fs.c:1537
5718 #: misc/mke2fs.c:3215
5720 msgid "Adding journal to device %s: "
5723 #: misc/mke2fs.c:3222
5727 "\twhile trying to add journal to device %s"
5730 #: misc/mke2fs.c:3227 misc/mke2fs.c:3256 misc/mke2fs.c:3294
5731 #: misc/mk_hugefiles.c:598 misc/tune2fs.c:1566 misc/tune2fs.c:1585
5735 #: misc/mke2fs.c:3233
5736 msgid "Skipping journal creation in super-only mode\n"
5739 #: misc/mke2fs.c:3243
5741 msgid "Creating journal (%u blocks): "
5744 #: misc/mke2fs.c:3252
5747 "\twhile trying to create journal"
5750 #: misc/mke2fs.c:3264 misc/tune2fs.c:1184
5753 "Error while enabling multiple mount protection feature."
5756 #: misc/mke2fs.c:3269
5758 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5761 #: misc/mke2fs.c:3285
5762 msgid "Copying files into the device: "
5765 #: misc/mke2fs.c:3291
5766 msgid "while populating file system"
5769 #: misc/mke2fs.c:3298
5770 msgid "Writing superblocks and filesystem accounting information: "
5773 #: misc/mke2fs.c:3305
5774 msgid "while writing out and closing file system"
5777 #: misc/mke2fs.c:3308
5783 #: misc/mk_hugefiles.c:339
5785 msgid "while zeroing block %llu for hugefile"
5788 #: misc/mk_hugefiles.c:514
5791 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5794 #: misc/mk_hugefiles.c:581
5795 msgid "Huge files will be zero'ed\n"
5798 #: misc/mk_hugefiles.c:582
5800 msgid "Creating %lu huge file(s) "
5803 #: misc/mk_hugefiles.c:584
5805 msgid "with %llu blocks each"
5808 #: misc/mk_hugefiles.c:593
5810 msgid "while creating huge file %lu"
5813 #: misc/mklost+found.c:50
5814 msgid "Usage: mklost+found\n"
5817 #: misc/partinfo.c:43
5820 "Usage: %s device...\n"
5822 "Prints out the partition information for each given device.\n"
5823 "For example: %s /dev/hda\n"
5827 #: misc/partinfo.c:53
5829 msgid "Cannot open %s: %s"
5832 #: misc/partinfo.c:59
5834 msgid "Cannot get geometry of %s: %s"
5837 #: misc/partinfo.c:67
5839 msgid "Cannot get size of %s: %s"
5842 #: misc/partinfo.c:73
5844 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5847 #: misc/tune2fs.c:119
5850 "This operation requires a freshly checked filesystem.\n"
5853 #: misc/tune2fs.c:121
5854 msgid "Please run e2fsck -f on the filesystem.\n"
5857 #: misc/tune2fs.c:123
5858 msgid "Please run e2fsck -fD on the filesystem.\n"
5861 #: misc/tune2fs.c:136
5864 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5865 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5866 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5867 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
5868 "\t[-L volume_label] [-M last_mounted_dir]\n"
5869 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5870 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5871 "\t[-I new_inode_size] [-z undo_file] device\n"
5874 #: misc/tune2fs.c:222
5875 msgid "Journal superblock not found!\n"
5878 #: misc/tune2fs.c:280
5879 msgid "while trying to open external journal"
5882 #: misc/tune2fs.c:286 misc/tune2fs.c:2844
5884 msgid "%s is not a journal device.\n"
5887 #: misc/tune2fs.c:296 misc/tune2fs.c:2855
5888 msgid "Filesystem's UUID not found on journal device.\n"
5891 #: misc/tune2fs.c:320
5893 "Cannot locate journal device. It was NOT removed\n"
5894 "Use -f option to remove missing journal device.\n"
5897 #: misc/tune2fs.c:329
5898 msgid "Journal removed\n"
5901 #: misc/tune2fs.c:373
5902 msgid "while reading bitmaps"
5905 #: misc/tune2fs.c:381
5906 msgid "while clearing journal inode"
5909 #: misc/tune2fs.c:392
5910 msgid "while writing journal inode"
5913 #: misc/tune2fs.c:428 misc/tune2fs.c:451 misc/tune2fs.c:464
5914 msgid "(and reboot afterwards!)\n"
5917 #: misc/tune2fs.c:479
5919 msgid "After running e2fsck, please run `resize2fs %s %s"
5922 #: misc/tune2fs.c:482
5924 msgid "Please run `resize2fs %s %s"
5927 #: misc/tune2fs.c:486
5932 #: misc/tune2fs.c:488
5934 msgid "' to enable 64-bit mode.\n"
5937 #: misc/tune2fs.c:490
5939 msgid "' to disable 64-bit mode.\n"
5942 #: misc/tune2fs.c:1086
5944 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5945 " This requires Linux >= v4.4.\n"
5948 #: misc/tune2fs.c:1122
5950 msgid "Clearing filesystem feature '%s' not supported.\n"
5953 #: misc/tune2fs.c:1128
5955 msgid "Setting filesystem feature '%s' not supported.\n"
5958 #: misc/tune2fs.c:1137
5960 "The has_journal feature may only be cleared when the filesystem is\n"
5961 "unmounted or mounted read-only.\n"
5964 #: misc/tune2fs.c:1145
5966 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
5967 "the has_journal flag.\n"
5970 #: misc/tune2fs.c:1163
5972 "Setting filesystem feature 'sparse_super' not supported\n"
5973 "for filesystems with the meta_bg feature enabled.\n"
5976 #: misc/tune2fs.c:1176
5978 "The multiple mount protection feature can't\n"
5979 "be set if the filesystem is mounted or\n"
5983 #: misc/tune2fs.c:1194
5985 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5988 #: misc/tune2fs.c:1203
5990 "The multiple mount protection feature cannot\n"
5991 "be disabled if the filesystem is readonly.\n"
5994 #: misc/tune2fs.c:1211
5995 msgid "Error while reading bitmaps\n"
5998 #: misc/tune2fs.c:1220
6000 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6003 #: misc/tune2fs.c:1225
6004 msgid "while reading MMP block."
6007 #: misc/tune2fs.c:1257
6009 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6013 #: misc/tune2fs.c:1268
6015 "The huge_file feature may only be cleared when the filesystem is\n"
6016 "unmounted or mounted read-only.\n"
6019 #: misc/tune2fs.c:1279
6020 msgid "Enabling checksums could take some time."
6023 #: misc/tune2fs.c:1281
6024 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6027 #: misc/tune2fs.c:1287
6029 "Extents are not enabled. The file extent tree can be checksummed, whereas "
6030 "block maps cannot. Not enabling extents reduces the coverage of metadata "
6031 "checksumming. Re-run with -O extent to rectify.\n"
6034 #: misc/tune2fs.c:1294
6036 "64-bit filesystem support is not enabled. The larger fields afforded by "
6037 "this feature enable full-strength checksumming. Run resize2fs -b to "
6041 #: misc/tune2fs.c:1320
6042 msgid "Disabling checksums could take some time."
6045 #: misc/tune2fs.c:1322
6046 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6049 #: misc/tune2fs.c:1385
6051 msgid "Cannot enable 64-bit mode while mounted!\n"
6054 #: misc/tune2fs.c:1395
6056 msgid "Cannot disable 64-bit mode while mounted!\n"
6059 #: misc/tune2fs.c:1425
6061 msgid "Cannot enable project feature; inode size too small.\n"
6064 #: misc/tune2fs.c:1446
6067 "Warning: '^quota' option overrides '-Q'arguments.\n"
6070 #: misc/tune2fs.c:1464
6072 "Setting feature 'metadata_csum_seed' is only supported\n"
6073 "on filesystems with the metadata_csum feature enabled.\n"
6076 #: misc/tune2fs.c:1482
6078 "UUID has changed since enabling metadata_csum. Filesystem must be "
6080 "to safely rewrite all metadata to match the new UUID.\n"
6083 #: misc/tune2fs.c:1488
6084 msgid "Recalculating checksums could take some time."
6087 #: misc/tune2fs.c:1530
6088 msgid "The filesystem already has a journal.\n"
6091 #: misc/tune2fs.c:1550
6095 "\twhile trying to open journal on %s\n"
6098 #: misc/tune2fs.c:1554
6100 msgid "Creating journal on device %s: "
6103 #: misc/tune2fs.c:1562
6105 msgid "while adding filesystem to journal on %s"
6108 #: misc/tune2fs.c:1568
6109 msgid "Creating journal inode: "
6112 #: misc/tune2fs.c:1582
6115 "\twhile trying to create journal file"
6118 #: misc/tune2fs.c:1620
6120 msgid "Cannot enable project quota; inode size too small.\n"
6123 #: misc/tune2fs.c:1633
6124 msgid "while initializing quota context in support library"
6127 #: misc/tune2fs.c:1648
6129 msgid "while updating quota limits (%d)"
6132 #: misc/tune2fs.c:1656
6134 msgid "while writing quota file (%d)"
6137 #: misc/tune2fs.c:1674
6139 msgid "while removing quota file (%d)"
6142 #: misc/tune2fs.c:1717
6145 "Bad quota options specified.\n"
6147 "Following valid quota options are available (pass by separating with "
6156 #: misc/tune2fs.c:1775
6158 msgid "Couldn't parse date/time specifier: %s"
6161 #: misc/tune2fs.c:1800 misc/tune2fs.c:1813
6163 msgid "bad mounts count - %s"
6166 #: misc/tune2fs.c:1856
6168 msgid "bad gid/group name - %s"
6171 #: misc/tune2fs.c:1889
6173 msgid "bad interval - %s"
6176 #: misc/tune2fs.c:1918
6178 msgid "bad reserved block ratio - %s"
6181 #: misc/tune2fs.c:1933
6182 msgid "-o may only be specified once"
6185 #: misc/tune2fs.c:1942
6186 msgid "-O may only be specified once"
6189 #: misc/tune2fs.c:1959
6191 msgid "bad reserved blocks count - %s"
6194 #: misc/tune2fs.c:1988
6196 msgid "bad uid/user name - %s"
6199 #: misc/tune2fs.c:2005
6201 msgid "bad inode size - %s"
6204 #: misc/tune2fs.c:2012
6206 msgid "Inode size must be a power of two- %s"
6209 #: misc/tune2fs.c:2109
6211 msgid "mmp_update_interval too big: %lu\n"
6214 #: misc/tune2fs.c:2114
6216 msgid "Setting multiple mount protection update interval to %lu second\n"
6218 "Setting multiple mount protection update interval to %lu seconds\n"
6222 #: misc/tune2fs.c:2137
6224 msgid "Invalid RAID stride: %s\n"
6227 #: misc/tune2fs.c:2152
6229 msgid "Invalid RAID stripe-width: %s\n"
6232 #: misc/tune2fs.c:2167
6234 msgid "Invalid hash algorithm: %s\n"
6237 #: misc/tune2fs.c:2173
6239 msgid "Setting default hash algorithm to %s (%d)\n"
6242 #: misc/tune2fs.c:2192
6245 "Bad options specified.\n"
6247 "Extended options are separated by commas, and may take an argument which\n"
6248 "\tis set off by an equals ('=') sign.\n"
6250 "Valid extended options are:\n"
6252 "\thash_alg=<hash algorithm>\n"
6253 "\tmount_opts=<extended default mount options>\n"
6254 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6255 "\tstride=<RAID per-disk chunk size in blocks>\n"
6256 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6261 #: misc/tune2fs.c:2662
6262 msgid "Failed to read inode bitmap\n"
6265 #: misc/tune2fs.c:2667
6266 msgid "Failed to read block bitmap\n"
6269 #: misc/tune2fs.c:2684 resize/resize2fs.c:1276
6270 msgid "blocks to be moved"
6273 #: misc/tune2fs.c:2687
6274 msgid "Failed to allocate block bitmap when increasing inode size\n"
6277 #: misc/tune2fs.c:2693
6278 msgid "Not enough space to increase inode size \n"
6281 #: misc/tune2fs.c:2698
6282 msgid "Failed to relocate blocks during inode resize \n"
6285 #: misc/tune2fs.c:2730
6287 "Error in resizing the inode size.\n"
6288 "Run e2undo to undo the file system changes. \n"
6291 #: misc/tune2fs.c:2935
6293 "If you are sure the filesystem is not in use on any node, run:\n"
6294 "'tune2fs -f -E clear_mmp {device}'\n"
6297 #: misc/tune2fs.c:2942
6300 "MMP block magic is bad. Try to fix it by running:\n"
6304 #: misc/tune2fs.c:2954
6305 msgid "Cannot modify a journal device.\n"
6308 #: misc/tune2fs.c:2967
6310 msgid "The inode size is already %lu\n"
6313 #: misc/tune2fs.c:2974
6314 msgid "Shrinking inode size is not supported\n"
6317 #: misc/tune2fs.c:2979
6319 msgid "Invalid inode size %lu (max %d)\n"
6322 #: misc/tune2fs.c:2985
6323 msgid "Resizing inodes could take some time."
6326 #: misc/tune2fs.c:3033
6329 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6331 "\te2fsck -E journal_only %s\n"
6333 "then rerun this command. Otherwise, any changes made may be overwritten\n"
6334 "by journal recovery.\n"
6337 #: misc/tune2fs.c:3044
6339 msgid "Recovering journal.\n"
6342 #: misc/tune2fs.c:3062
6344 msgid "Setting maximal mount count to %d\n"
6347 #: misc/tune2fs.c:3068
6349 msgid "Setting current mount count to %d\n"
6352 #: misc/tune2fs.c:3073
6354 msgid "Setting error behavior to %d\n"
6357 #: misc/tune2fs.c:3078
6359 msgid "Setting reserved blocks gid to %lu\n"
6362 #: misc/tune2fs.c:3083
6364 msgid "interval between checks is too big (%lu)"
6367 #: misc/tune2fs.c:3090
6369 msgid "Setting interval between checks to %lu seconds\n"
6372 #: misc/tune2fs.c:3097
6374 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6377 #: misc/tune2fs.c:3103
6379 msgid "reserved blocks count is too big (%llu)"
6382 #: misc/tune2fs.c:3110
6384 msgid "Setting reserved blocks count to %llu\n"
6387 #: misc/tune2fs.c:3115
6390 "The filesystem already has sparse superblocks.\n"
6393 #: misc/tune2fs.c:3118
6396 "Setting the sparse superblock flag not supported\n"
6397 "for filesystems with the meta_bg feature enabled.\n"
6400 #: misc/tune2fs.c:3128
6404 "Sparse superblock flag set. %s"
6407 #: misc/tune2fs.c:3133
6410 "Clearing the sparse superblock flag not supported.\n"
6413 #: misc/tune2fs.c:3141
6415 msgid "Setting time filesystem last checked to %s\n"
6418 #: misc/tune2fs.c:3147
6420 msgid "Setting reserved blocks uid to %lu\n"
6423 #: misc/tune2fs.c:3179
6424 msgid "Error in using clear_mmp. It must be used with -f\n"
6427 #: misc/tune2fs.c:3197
6429 "The quota feature may only be changed when the filesystem is unmounted.\n"
6432 #: misc/tune2fs.c:3221
6433 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6436 #: misc/tune2fs.c:3224
6438 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6439 "and re-run this command.\n"
6442 #: misc/tune2fs.c:3233
6443 msgid "Setting UUID on a checksummed filesystem could take some time."
6446 #: misc/tune2fs.c:3258
6447 msgid "Invalid UUID format\n"
6450 #: misc/tune2fs.c:3274
6451 msgid "Need to update journal superblock.\n"
6454 #: misc/tune2fs.c:3300
6455 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6458 #: misc/tune2fs.c:3307
6460 "Changing the inode size not supported for filesystems with the flex_bg\n"
6461 "feature enabled.\n"
6464 #: misc/tune2fs.c:3325
6466 msgid "Setting inode size %lu\n"
6469 #: misc/tune2fs.c:3329
6470 msgid "Failed to change inode size\n"
6473 #: misc/tune2fs.c:3343
6475 msgid "Setting stride size to %d\n"
6478 #: misc/tune2fs.c:3348
6480 msgid "Setting stripe width to %d\n"
6483 #: misc/tune2fs.c:3355
6485 msgid "Setting extended default mount options to '%s'\n"
6489 msgid "<proceeding>\n"
6494 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6498 msgid "Proceed anyway? (y,N) "
6502 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6507 msgid "will not make a %s here!\n"
6511 msgid "mke2fs forced anyway.\n"
6515 msgid "Couldn't allocate memory to parse journal options!\n"
6522 "Could not find journal device matching %s\n"
6528 "Bad journal options specified.\n"
6530 "Journal options are separated by commas, and may take an argument which\n"
6531 "\tis set off by an equals ('=') sign.\n"
6533 "Valid journal options are:\n"
6534 "\tsize=<journal size in megabytes>\n"
6535 "\tdevice=<journal device>\n"
6536 "\tlocation=<journal location>\n"
6538 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6545 "Filesystem too small for a journal\n"
6552 "The requested journal size is %d blocks; it must be\n"
6553 "between 1024 and 10240000 blocks. Aborting.\n"
6559 "Journal size too big for filesystem.\n"
6565 "This filesystem will be automatically checked every %d mounts or\n"
6566 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6571 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6576 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6585 msgid "bad arguments"
6601 msgid "bad response length"
6606 msgid "uuidd daemon already running at pid %s\n"
6611 msgid "Couldn't create unix stream socket: %s"
6616 msgid "Couldn't bind unix socket %s: %s\n"
6621 msgid "Couldn't listen on unix socket %s: %s\n"
6626 msgid "Error reading from client, len = %d\n"
6631 msgid "operation %d, incoming num = %d\n"
6636 msgid "Generated time UUID: %s\n"
6641 msgid "Generated random UUID: %s\n"
6646 msgid "Generated time UUID %s and subsequent UUID\n"
6647 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6653 msgid "Generated %d UUID's:\n"
6658 msgid "Invalid operation %d\n"
6661 #: misc/uuidd.c:477 misc/uuidd.c:499
6663 msgid "Bad number: %s\n"
6666 #: misc/uuidd.c:534 misc/uuidd.c:563
6668 msgid "Error calling uuidd daemon (%s): %s\n"
6673 msgid "%s and subsequent UUID\n"
6674 msgid_plural "%s and subsequent %d UUIDs\n"
6679 msgid "List of UUID's:\n"
6684 msgid "Unexpected reply length from server %d\n"
6689 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6694 msgid "Killed uuidd running at pid %d\n"
6697 #: misc/uuidgen.c:32
6699 msgid "Usage: %s [-r] [-t]\n"
6702 #: resize/extent.c:202
6703 msgid "# Extent dump:\n"
6706 #: resize/extent.c:203
6708 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6714 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6715 "[-S RAID-stride] [-z undo_file]\n"
6720 msgid "Extending the inode table"
6724 msgid "Relocating blocks"
6728 msgid "Scanning inode table"
6732 msgid "Updating inode references"
6736 msgid "Moving inode table"
6740 msgid "Unknown pass?!?"
6745 msgid "Begin pass %d (max = %lu)\n"
6748 #: resize/main.c:163
6751 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6752 "your own risk! Use the force option if you want to go ahead anyway.\n"
6756 #: resize/main.c:366
6758 msgid "while opening %s"
6761 #: resize/main.c:374
6763 msgid "while getting stat information for %s"
6766 #: resize/main.c:451
6769 "Please run 'e2fsck -f %s' first.\n"
6773 #: resize/main.c:470
6775 msgid "Estimated minimum size of the filesystem: %llu\n"
6778 #: resize/main.c:507
6780 msgid "Invalid new size: %s\n"
6783 #: resize/main.c:526
6784 msgid "New size too large to be expressed in 32 bits\n"
6787 #: resize/main.c:534
6789 msgid "New size smaller than minimum (%llu)\n"
6792 #: resize/main.c:540
6793 msgid "Invalid stride length"
6796 #: resize/main.c:564
6799 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6800 "You requested a new size of %llu blocks.\n"
6804 #: resize/main.c:571
6806 msgid "Cannot set and unset 64bit feature.\n"
6809 #: resize/main.c:575
6812 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6816 #: resize/main.c:581
6818 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6821 #: resize/main.c:587
6824 "Please enable the extents feature with tune2fs before enabling the 64bit "
6828 #: resize/main.c:593
6831 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6835 #: resize/main.c:600
6837 msgid "The filesystem is already 64-bit.\n"
6840 #: resize/main.c:605
6842 msgid "The filesystem is already 32-bit.\n"
6845 #: resize/main.c:613
6847 msgid "Converting the filesystem to 64-bit.\n"
6850 #: resize/main.c:615
6852 msgid "Converting the filesystem to 32-bit.\n"
6855 #: resize/main.c:617
6857 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6860 #: resize/main.c:626
6862 msgid "while trying to resize %s"
6865 #: resize/main.c:629
6868 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6869 "after the aborted resize operation.\n"
6872 #: resize/main.c:635
6875 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6879 #: resize/main.c:650
6881 msgid "while trying to truncate %s"
6884 #: resize/online.c:81
6885 msgid "kernel does not support online resize with sparse_super2"
6888 #: resize/online.c:86
6890 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6893 #: resize/online.c:90
6894 msgid "On-line shrinking not supported"
6897 #: resize/online.c:114
6898 msgid "Filesystem does not support online resizing"
6901 #: resize/online.c:122
6902 msgid "Not enough reserved gdt blocks for resizing"
6905 #: resize/online.c:129
6906 msgid "Kernel does not support resizing a file system this large"
6909 #: resize/online.c:137
6911 msgid "while trying to open mountpoint %s"
6914 #: resize/online.c:142
6916 msgid "Old resize interface requested.\n"
6919 #: resize/online.c:161 resize/online.c:178
6920 msgid "Permission denied to resize filesystem"
6923 #: resize/online.c:164 resize/online.c:184
6924 msgid "While checking for on-line resizing support"
6927 #: resize/online.c:181
6928 msgid "Kernel does not support online resizing"
6931 #: resize/online.c:220
6933 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6936 #: resize/online.c:230
6937 msgid "While trying to extend the last group"
6940 #: resize/online.c:277
6942 msgid "While trying to add group #%d"
6945 #: resize/online.c:288
6948 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6952 #: resize/resize2fs.c:759
6954 msgid "inodes (%llu) must be less than %u\n"
6957 #: resize/resize2fs.c:1037
6958 msgid "reserved blocks"
6961 #: resize/resize2fs.c:1281
6962 msgid "meta-data blocks"
6965 #: resize/resize2fs.c:1385 resize/resize2fs.c:2474
6966 msgid "new meta blocks"
6969 #: resize/resize2fs.c:2697
6970 msgid "Should never happen! No sb in last super_sparse bg?\n"
6973 #: resize/resize2fs.c:2702
6974 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6977 #: resize/resize2fs.c:2775
6978 msgid "Should never happen: resize inode corrupt!\n"
6981 #: lib/ext2fs/ext2_err.c:11
6982 msgid "EXT2FS Library version 1.44.3"
6985 #: lib/ext2fs/ext2_err.c:12
6986 msgid "Wrong magic number for ext2_filsys structure"
6989 #: lib/ext2fs/ext2_err.c:13
6990 msgid "Wrong magic number for badblocks_list structure"
6993 #: lib/ext2fs/ext2_err.c:14
6994 msgid "Wrong magic number for badblocks_iterate structure"
6997 #: lib/ext2fs/ext2_err.c:15
6998 msgid "Wrong magic number for inode_scan structure"
7001 #: lib/ext2fs/ext2_err.c:16
7002 msgid "Wrong magic number for io_channel structure"
7005 #: lib/ext2fs/ext2_err.c:17
7006 msgid "Wrong magic number for unix io_channel structure"
7009 #: lib/ext2fs/ext2_err.c:18
7010 msgid "Wrong magic number for io_manager structure"
7013 #: lib/ext2fs/ext2_err.c:19
7014 msgid "Wrong magic number for block_bitmap structure"
7017 #: lib/ext2fs/ext2_err.c:20
7018 msgid "Wrong magic number for inode_bitmap structure"
7021 #: lib/ext2fs/ext2_err.c:21
7022 msgid "Wrong magic number for generic_bitmap structure"
7025 #: lib/ext2fs/ext2_err.c:22
7026 msgid "Wrong magic number for test io_channel structure"
7029 #: lib/ext2fs/ext2_err.c:23
7030 msgid "Wrong magic number for directory block list structure"
7033 #: lib/ext2fs/ext2_err.c:24
7034 msgid "Wrong magic number for icount structure"
7037 #: lib/ext2fs/ext2_err.c:25
7038 msgid "Wrong magic number for Powerquest io_channel structure"
7041 #: lib/ext2fs/ext2_err.c:26
7042 msgid "Wrong magic number for ext2 file structure"
7045 #: lib/ext2fs/ext2_err.c:27
7046 msgid "Wrong magic number for Ext2 Image Header"
7049 #: lib/ext2fs/ext2_err.c:28
7050 msgid "Wrong magic number for inode io_channel structure"
7053 #: lib/ext2fs/ext2_err.c:29
7054 msgid "Wrong magic number for ext4 extent handle"
7057 #: lib/ext2fs/ext2_err.c:30
7058 msgid "Bad magic number in super-block"
7061 #: lib/ext2fs/ext2_err.c:31
7062 msgid "Filesystem revision too high"
7065 #: lib/ext2fs/ext2_err.c:32
7066 msgid "Attempt to write to filesystem opened read-only"
7069 #: lib/ext2fs/ext2_err.c:33
7070 msgid "Can't read group descriptors"
7073 #: lib/ext2fs/ext2_err.c:34
7074 msgid "Can't write group descriptors"
7077 #: lib/ext2fs/ext2_err.c:35
7078 msgid "Corrupt group descriptor: bad block for block bitmap"
7081 #: lib/ext2fs/ext2_err.c:36
7082 msgid "Corrupt group descriptor: bad block for inode bitmap"
7085 #: lib/ext2fs/ext2_err.c:37
7086 msgid "Corrupt group descriptor: bad block for inode table"
7089 #: lib/ext2fs/ext2_err.c:38
7090 msgid "Can't write an inode bitmap"
7093 #: lib/ext2fs/ext2_err.c:39
7094 msgid "Can't read an inode bitmap"
7097 #: lib/ext2fs/ext2_err.c:40
7098 msgid "Can't write a block bitmap"
7101 #: lib/ext2fs/ext2_err.c:41
7102 msgid "Can't read a block bitmap"
7105 #: lib/ext2fs/ext2_err.c:42
7106 msgid "Can't write an inode table"
7109 #: lib/ext2fs/ext2_err.c:43
7110 msgid "Can't read an inode table"
7113 #: lib/ext2fs/ext2_err.c:44
7114 msgid "Can't read next inode"
7117 #: lib/ext2fs/ext2_err.c:45
7118 msgid "Filesystem has unexpected block size"
7121 #: lib/ext2fs/ext2_err.c:46
7122 msgid "EXT2 directory corrupted"
7125 #: lib/ext2fs/ext2_err.c:47
7126 msgid "Attempt to read block from filesystem resulted in short read"
7129 #: lib/ext2fs/ext2_err.c:48
7130 msgid "Attempt to write block to filesystem resulted in short write"
7133 #: lib/ext2fs/ext2_err.c:49
7134 msgid "No free space in the directory"
7137 #: lib/ext2fs/ext2_err.c:50
7138 msgid "Inode bitmap not loaded"
7141 #: lib/ext2fs/ext2_err.c:51
7142 msgid "Block bitmap not loaded"
7145 #: lib/ext2fs/ext2_err.c:52
7146 msgid "Illegal inode number"
7149 #: lib/ext2fs/ext2_err.c:53
7150 msgid "Illegal block number"
7153 #: lib/ext2fs/ext2_err.c:54
7154 msgid "Internal error in ext2fs_expand_dir"
7157 #: lib/ext2fs/ext2_err.c:55
7158 msgid "Not enough space to build proposed filesystem"
7161 #: lib/ext2fs/ext2_err.c:56
7162 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7165 #: lib/ext2fs/ext2_err.c:57
7166 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7169 #: lib/ext2fs/ext2_err.c:58
7170 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7173 #: lib/ext2fs/ext2_err.c:59
7174 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7177 #: lib/ext2fs/ext2_err.c:60
7178 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7181 #: lib/ext2fs/ext2_err.c:61
7182 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7185 #: lib/ext2fs/ext2_err.c:62
7186 msgid "Attempt to fudge end of block bitmap past the real end"
7189 #: lib/ext2fs/ext2_err.c:63
7190 msgid "Attempt to fudge end of inode bitmap past the real end"
7193 #: lib/ext2fs/ext2_err.c:64
7194 msgid "Illegal indirect block found"
7197 #: lib/ext2fs/ext2_err.c:65
7198 msgid "Illegal doubly indirect block found"
7201 #: lib/ext2fs/ext2_err.c:66
7202 msgid "Illegal triply indirect block found"
7205 #: lib/ext2fs/ext2_err.c:67
7206 msgid "Block bitmaps are not the same"
7209 #: lib/ext2fs/ext2_err.c:68
7210 msgid "Inode bitmaps are not the same"
7213 #: lib/ext2fs/ext2_err.c:69
7214 msgid "Illegal or malformed device name"
7217 #: lib/ext2fs/ext2_err.c:70
7218 msgid "A block group is missing an inode table"
7221 #: lib/ext2fs/ext2_err.c:71
7222 msgid "The ext2 superblock is corrupt"
7225 #: lib/ext2fs/ext2_err.c:72
7226 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7229 #: lib/ext2fs/ext2_err.c:73
7230 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7233 #: lib/ext2fs/ext2_err.c:74
7234 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7237 #: lib/ext2fs/ext2_err.c:75
7238 msgid "Too many symbolic links encountered."
7241 #: lib/ext2fs/ext2_err.c:76
7242 msgid "The callback function will not handle this case"
7245 #: lib/ext2fs/ext2_err.c:77
7246 msgid "The inode is from a bad block in the inode table"
7249 #: lib/ext2fs/ext2_err.c:78
7250 msgid "Filesystem has unsupported feature(s)"
7253 #: lib/ext2fs/ext2_err.c:79
7254 msgid "Filesystem has unsupported read-only feature(s)"
7257 #: lib/ext2fs/ext2_err.c:80
7258 msgid "IO Channel failed to seek on read or write"
7261 #: lib/ext2fs/ext2_err.c:81
7262 msgid "Memory allocation failed"
7265 #: lib/ext2fs/ext2_err.c:82
7266 msgid "Invalid argument passed to ext2 library"
7269 #: lib/ext2fs/ext2_err.c:83
7270 msgid "Could not allocate block in ext2 filesystem"
7273 #: lib/ext2fs/ext2_err.c:84
7274 msgid "Could not allocate inode in ext2 filesystem"
7277 #: lib/ext2fs/ext2_err.c:85
7278 msgid "Ext2 inode is not a directory"
7281 #: lib/ext2fs/ext2_err.c:86
7282 msgid "Too many references in table"
7285 #: lib/ext2fs/ext2_err.c:87
7286 msgid "File not found by ext2_lookup"
7289 #: lib/ext2fs/ext2_err.c:88
7290 msgid "File open read-only"
7293 #: lib/ext2fs/ext2_err.c:89
7294 msgid "Ext2 directory block not found"
7297 #: lib/ext2fs/ext2_err.c:90
7298 msgid "Ext2 directory already exists"
7301 #: lib/ext2fs/ext2_err.c:91
7302 msgid "Unimplemented ext2 library function"
7305 #: lib/ext2fs/ext2_err.c:92
7306 msgid "User cancel requested"
7309 #: lib/ext2fs/ext2_err.c:93
7310 msgid "Ext2 file too big"
7313 #: lib/ext2fs/ext2_err.c:94
7314 msgid "Supplied journal device not a block device"
7317 #: lib/ext2fs/ext2_err.c:95
7318 msgid "Journal superblock not found"
7321 #: lib/ext2fs/ext2_err.c:96
7322 msgid "Journal must be at least 1024 blocks"
7325 #: lib/ext2fs/ext2_err.c:97
7326 msgid "Unsupported journal version"
7329 #: lib/ext2fs/ext2_err.c:98
7330 msgid "Error loading external journal"
7333 #: lib/ext2fs/ext2_err.c:99
7334 msgid "Journal not found"
7337 #: lib/ext2fs/ext2_err.c:100
7338 msgid "Directory hash unsupported"
7341 #: lib/ext2fs/ext2_err.c:101
7342 msgid "Illegal extended attribute block number"
7345 #: lib/ext2fs/ext2_err.c:102
7346 msgid "Cannot create filesystem with requested number of inodes"
7349 #: lib/ext2fs/ext2_err.c:103
7350 msgid "E2image snapshot not in use"
7353 #: lib/ext2fs/ext2_err.c:104
7354 msgid "Too many reserved group descriptor blocks"
7357 #: lib/ext2fs/ext2_err.c:105
7358 msgid "Resize inode is corrupt"
7361 #: lib/ext2fs/ext2_err.c:106
7362 msgid "Tried to set block bmap with missing indirect block"
7365 #: lib/ext2fs/ext2_err.c:107
7366 msgid "TDB: Success"
7369 #: lib/ext2fs/ext2_err.c:108
7370 msgid "TDB: Corrupt database"
7373 #: lib/ext2fs/ext2_err.c:109
7374 msgid "TDB: IO Error"
7377 #: lib/ext2fs/ext2_err.c:110
7378 msgid "TDB: Locking error"
7381 #: lib/ext2fs/ext2_err.c:111
7382 msgid "TDB: Out of memory"
7385 #: lib/ext2fs/ext2_err.c:112
7386 msgid "TDB: Record exists"
7389 #: lib/ext2fs/ext2_err.c:113
7390 msgid "TDB: Lock exists on other keys"
7393 #: lib/ext2fs/ext2_err.c:114
7394 msgid "TDB: Invalid parameter"
7397 #: lib/ext2fs/ext2_err.c:115
7398 msgid "TDB: Record does not exist"
7401 #: lib/ext2fs/ext2_err.c:116
7402 msgid "TDB: Write not permitted"
7405 #: lib/ext2fs/ext2_err.c:117
7406 msgid "Ext2fs directory block list is empty"
7409 #: lib/ext2fs/ext2_err.c:118
7410 msgid "Attempt to modify a block mapping via a read-only block iterator"
7413 #: lib/ext2fs/ext2_err.c:119
7414 msgid "Wrong magic number for ext4 extent saved path"
7417 #: lib/ext2fs/ext2_err.c:120
7418 msgid "Wrong magic number for 64-bit generic bitmap"
7421 #: lib/ext2fs/ext2_err.c:121
7422 msgid "Wrong magic number for 64-bit block bitmap"
7425 #: lib/ext2fs/ext2_err.c:122
7426 msgid "Wrong magic number for 64-bit inode bitmap"
7429 #: lib/ext2fs/ext2_err.c:123
7430 msgid "Wrong magic number --- RESERVED_13"
7433 #: lib/ext2fs/ext2_err.c:124
7434 msgid "Wrong magic number --- RESERVED_14"
7437 #: lib/ext2fs/ext2_err.c:125
7438 msgid "Wrong magic number --- RESERVED_15"
7441 #: lib/ext2fs/ext2_err.c:126
7442 msgid "Wrong magic number --- RESERVED_16"
7445 #: lib/ext2fs/ext2_err.c:127
7446 msgid "Wrong magic number --- RESERVED_17"
7449 #: lib/ext2fs/ext2_err.c:128
7450 msgid "Wrong magic number --- RESERVED_18"
7453 #: lib/ext2fs/ext2_err.c:129
7454 msgid "Wrong magic number --- RESERVED_19"
7457 #: lib/ext2fs/ext2_err.c:130
7458 msgid "Corrupt extent header"
7461 #: lib/ext2fs/ext2_err.c:131
7462 msgid "Corrupt extent index"
7465 #: lib/ext2fs/ext2_err.c:132
7466 msgid "Corrupt extent"
7469 #: lib/ext2fs/ext2_err.c:133
7470 msgid "No free space in extent map"
7473 #: lib/ext2fs/ext2_err.c:134
7474 msgid "Inode does not use extents"
7477 #: lib/ext2fs/ext2_err.c:135
7478 msgid "No 'next' extent"
7481 #: lib/ext2fs/ext2_err.c:136
7482 msgid "No 'previous' extent"
7485 #: lib/ext2fs/ext2_err.c:137
7486 msgid "No 'up' extent"
7489 #: lib/ext2fs/ext2_err.c:138
7490 msgid "No 'down' extent"
7493 #: lib/ext2fs/ext2_err.c:139
7494 msgid "No current node"
7497 #: lib/ext2fs/ext2_err.c:140
7498 msgid "Ext2fs operation not supported"
7501 #: lib/ext2fs/ext2_err.c:141
7502 msgid "No room to insert extent in node"
7505 #: lib/ext2fs/ext2_err.c:142
7506 msgid "Splitting would result in empty node"
7509 #: lib/ext2fs/ext2_err.c:143
7510 msgid "Extent not found"
7513 #: lib/ext2fs/ext2_err.c:144
7514 msgid "Operation not supported for inodes containing extents"
7517 #: lib/ext2fs/ext2_err.c:145
7518 msgid "Extent length is invalid"
7521 #: lib/ext2fs/ext2_err.c:146
7522 msgid "I/O Channel does not support 64-bit block numbers"
7525 #: lib/ext2fs/ext2_err.c:147
7526 msgid "Can't check if filesystem is mounted due to missing mtab file"
7529 #: lib/ext2fs/ext2_err.c:148
7530 msgid "Filesystem too large to use legacy bitmaps"
7533 #: lib/ext2fs/ext2_err.c:149
7534 msgid "MMP: invalid magic number"
7537 #: lib/ext2fs/ext2_err.c:150
7538 msgid "MMP: device currently active"
7541 #: lib/ext2fs/ext2_err.c:151
7542 msgid "MMP: e2fsck being run"
7545 #: lib/ext2fs/ext2_err.c:152
7546 msgid "MMP: block number beyond filesystem range"
7549 #: lib/ext2fs/ext2_err.c:153
7550 msgid "MMP: undergoing an unknown operation"
7553 #: lib/ext2fs/ext2_err.c:154
7554 msgid "MMP: filesystem still in use"
7557 #: lib/ext2fs/ext2_err.c:155
7558 msgid "MMP: open with O_DIRECT failed"
7561 #: lib/ext2fs/ext2_err.c:156
7562 msgid "Block group descriptor size incorrect"
7565 #: lib/ext2fs/ext2_err.c:157
7566 msgid "Inode checksum does not match inode"
7569 #: lib/ext2fs/ext2_err.c:158
7570 msgid "Inode bitmap checksum does not match bitmap"
7573 #: lib/ext2fs/ext2_err.c:159
7574 msgid "Extent block checksum does not match extent block"
7577 #: lib/ext2fs/ext2_err.c:160
7578 msgid "Directory block does not have space for checksum"
7581 #: lib/ext2fs/ext2_err.c:161
7582 msgid "Directory block checksum does not match directory block"
7585 #: lib/ext2fs/ext2_err.c:162
7586 msgid "Extended attribute block checksum does not match block"
7589 #: lib/ext2fs/ext2_err.c:163
7590 msgid "Superblock checksum does not match superblock"
7593 #: lib/ext2fs/ext2_err.c:164
7594 msgid "Unknown checksum algorithm"
7597 #: lib/ext2fs/ext2_err.c:165
7598 msgid "MMP block checksum does not match"
7601 #: lib/ext2fs/ext2_err.c:166
7602 msgid "Ext2 file already exists"
7605 #: lib/ext2fs/ext2_err.c:167
7606 msgid "Block bitmap checksum does not match bitmap"
7609 #: lib/ext2fs/ext2_err.c:168
7610 msgid "Cannot iterate data blocks of an inode containing inline data"
7613 #: lib/ext2fs/ext2_err.c:169
7614 msgid "Extended attribute has an invalid name length"
7617 #: lib/ext2fs/ext2_err.c:170
7618 msgid "Extended attribute has an invalid value length"
7621 #: lib/ext2fs/ext2_err.c:171
7622 msgid "Extended attribute has an incorrect hash"
7625 #: lib/ext2fs/ext2_err.c:172
7626 msgid "Extended attribute block has a bad header"
7629 #: lib/ext2fs/ext2_err.c:173
7630 msgid "Extended attribute key not found"
7633 #: lib/ext2fs/ext2_err.c:174
7634 msgid "Insufficient space to store extended attribute data"
7637 #: lib/ext2fs/ext2_err.c:175
7638 msgid "Filesystem is missing ext_attr or inline_data feature"
7641 #: lib/ext2fs/ext2_err.c:176
7642 msgid "Inode doesn't have inline data"
7645 #: lib/ext2fs/ext2_err.c:177
7646 msgid "No block for an inode with inline data"
7649 #: lib/ext2fs/ext2_err.c:178
7650 msgid "No free space in inline data"
7653 #: lib/ext2fs/ext2_err.c:179
7654 msgid "Wrong magic number for extended attribute structure"
7657 #: lib/ext2fs/ext2_err.c:180
7658 msgid "Inode seems to contain garbage"
7661 #: lib/ext2fs/ext2_err.c:181
7662 msgid "Extended attribute has an invalid value offset"
7665 #: lib/ext2fs/ext2_err.c:182
7666 msgid "Journal flags inconsistent"
7669 #: lib/ext2fs/ext2_err.c:183
7670 msgid "Undo file corrupt"
7673 #: lib/ext2fs/ext2_err.c:184
7674 msgid "Wrong undo file for this filesystem"
7677 #: lib/ext2fs/ext2_err.c:185
7678 msgid "File system is corrupted"
7681 #: lib/ext2fs/ext2_err.c:186
7682 msgid "Bad CRC detected in file system"
7685 #: lib/ext2fs/ext2_err.c:187
7686 msgid "The journal superblock is corrupt"
7689 #: lib/ext2fs/ext2_err.c:188
7690 msgid "Inode is corrupted"
7693 #: lib/ext2fs/ext2_err.c:189
7694 msgid "Inode containing extended attribute value is corrupted"
7697 #: lib/support/prof_err.c:11
7698 msgid "Profile version 0.0"
7701 #: lib/support/prof_err.c:12
7702 msgid "Bad magic value in profile_node"
7705 #: lib/support/prof_err.c:13
7706 msgid "Profile section not found"
7709 #: lib/support/prof_err.c:14
7710 msgid "Profile relation not found"
7713 #: lib/support/prof_err.c:15
7714 msgid "Attempt to add a relation to node which is not a section"
7717 #: lib/support/prof_err.c:16
7718 msgid "A profile section header has a non-zero value"
7721 #: lib/support/prof_err.c:17
7722 msgid "Bad linked list in profile structures"
7725 #: lib/support/prof_err.c:18
7726 msgid "Bad group level in profile structures"
7729 #: lib/support/prof_err.c:19
7730 msgid "Bad parent pointer in profile structures"
7733 #: lib/support/prof_err.c:20
7734 msgid "Bad magic value in profile iterator"
7737 #: lib/support/prof_err.c:21
7738 msgid "Can't set value on section node"
7741 #: lib/support/prof_err.c:22
7742 msgid "Invalid argument passed to profile library"
7745 #: lib/support/prof_err.c:23
7746 msgid "Attempt to modify read-only profile"
7749 #: lib/support/prof_err.c:24
7750 msgid "Profile section header not at top level"
7753 #: lib/support/prof_err.c:25
7754 msgid "Syntax error in profile section header"
7757 #: lib/support/prof_err.c:26
7758 msgid "Syntax error in profile relation"
7761 #: lib/support/prof_err.c:27
7762 msgid "Extra closing brace in profile"
7765 #: lib/support/prof_err.c:28
7766 msgid "Missing open brace in profile"
7769 #: lib/support/prof_err.c:29
7770 msgid "Bad magic value in profile_t"
7773 #: lib/support/prof_err.c:30
7774 msgid "Bad magic value in profile_section_t"
7777 #: lib/support/prof_err.c:31
7778 msgid "Iteration through all top level section not supported"
7781 #: lib/support/prof_err.c:32
7782 msgid "Invalid profile_section object"
7785 #: lib/support/prof_err.c:33
7786 msgid "No more sections"
7789 #: lib/support/prof_err.c:34
7790 msgid "Bad nameset passed to query routine"
7793 #: lib/support/prof_err.c:35
7794 msgid "No profile file open"
7797 #: lib/support/prof_err.c:36
7798 msgid "Bad magic value in profile_file_t"
7801 #: lib/support/prof_err.c:37
7802 msgid "Couldn't open profile file"
7805 #: lib/support/prof_err.c:38
7806 msgid "Section already exists"
7809 #: lib/support/prof_err.c:39
7810 msgid "Invalid boolean value"
7813 #: lib/support/prof_err.c:40
7814 msgid "Invalid integer value"
7817 #: lib/support/prof_err.c:41
7818 msgid "Bad magic value in profile_file_data_t"
7821 #: lib/support/plausible.c:118
7823 msgid "\tlast mounted on %s on %s"
7826 #: lib/support/plausible.c:121
7828 msgid "\tlast mounted on %s"
7831 #: lib/support/plausible.c:124
7833 msgid "\tcreated on %s"
7836 #: lib/support/plausible.c:127
7838 msgid "\tlast modified on %s"
7841 #: lib/support/plausible.c:161
7843 msgid "Found a %s partition table in %s\n"
7846 #: lib/support/plausible.c:191
7848 msgid "The file %s does not exist and no size was specified.\n"
7851 #: lib/support/plausible.c:199
7853 msgid "Creating regular file %s\n"
7856 #: lib/support/plausible.c:202
7858 msgid "Could not open %s: %s\n"
7861 #: lib/support/plausible.c:205
7864 "The device apparently does not exist; did you specify it correctly?\n"
7867 #: lib/support/plausible.c:227
7869 msgid "%s is not a block special device.\n"
7872 #: lib/support/plausible.c:249
7874 msgid "%s contains a %s file system labelled '%s'\n"
7877 #: lib/support/plausible.c:252
7879 msgid "%s contains a %s file system\n"
7882 #: lib/support/plausible.c:276
7884 msgid "%s contains `%s' data\n"