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 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2013.
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).
30 #. %b <blk> block number
31 #. %B <blkcount> integer
32 #. %c <blk2> block number
33 #. %Di <dirent> -> ino inode number
34 #. %Dn <dirent> -> name string
35 #. %Dr <dirent> -> rec_len
36 #. %Dl <dirent> -> name_len
37 #. %Dt <dirent> -> filetype
38 #. %d <dir> inode number
40 #. %i <ino> inode number
41 #. %Is <inode> -> i_size
42 #. %IS <inode> -> i_extra_isize
43 #. %Ib <inode> -> i_blocks
44 #. %Il <inode> -> i_links_count
45 #. %Im <inode> -> i_mode
46 #. %IM <inode> -> i_mtime
47 #. %IF <inode> -> i_faddr
48 #. %If <inode> -> i_file_acl
49 #. %Id <inode> -> i_dir_acl
50 #. %Iu <inode> -> i_uid
51 #. %Ig <inode> -> i_gid
52 #. %j <ino2> inode number
53 #. %m <com_err error message>
55 #. %p ext2fs_get_pathname of directory <ino>
56 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
57 #. the containing directory. (If dirent is NULL
58 #. then return the pathname of directory <ino2>)
59 #. %q ext2fs_get_pathname of directory <dir>
60 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
61 #. the containing directory.
62 #. %s <str> miscellaneous string
63 #. %S backup superblock
64 #. %X <num> hexadecimal format
69 "Project-Id-Version: e2fsprogs 1.42.8\n"
70 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
71 "POT-Creation-Date: 2013-06-16 08:17-0400\n"
72 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
73 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
74 "Language-Team: LANGUAGE <LL@li.org>\n"
77 "Content-Type: text/plain; charset=CHARSET\n"
78 "Content-Transfer-Encoding: 8bit\n"
79 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
81 #: e2fsck/badblocks.c:23 misc/mke2fs.c:180
83 msgid "Bad block %u out of range; ignored.\n"
86 #: e2fsck/badblocks.c:46
87 msgid "while sanity checking the bad blocks inode"
90 #: e2fsck/badblocks.c:58
91 msgid "while reading the bad blocks inode"
94 #: e2fsck/badblocks.c:72 e2fsck/iscan.c:110 e2fsck/scantest.c:107
95 #: e2fsck/unix.c:1332 e2fsck/unix.c:1420 misc/badblocks.c:1214
96 #: misc/badblocks.c:1222 misc/badblocks.c:1236 misc/badblocks.c:1248
97 #: misc/dumpe2fs.c:588 misc/e2image.c:1196 misc/e2image.c:1324
98 #: misc/e2image.c:1337 misc/mke2fs.c:196 misc/tune2fs.c:1907 resize/main.c:315
100 msgid "while trying to open %s"
103 #: e2fsck/badblocks.c:83
105 msgid "while trying popen '%s'"
108 #: e2fsck/badblocks.c:94 misc/mke2fs.c:203
109 msgid "while reading in list of bad blocks from file"
112 #: e2fsck/badblocks.c:105
113 msgid "while updating bad block inode"
116 #: e2fsck/badblocks.c:131
118 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
121 #: e2fsck/ehandler.c:55
123 msgid "Error reading block %lu (%s) while %s. "
126 #: e2fsck/ehandler.c:58
128 msgid "Error reading block %lu (%s). "
131 #: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
135 #: e2fsck/ehandler.c:62
136 msgid "Force rewrite"
139 #: e2fsck/ehandler.c:104
141 msgid "Error writing block %lu (%s) while %s. "
144 #: e2fsck/ehandler.c:107
146 msgid "Error writing block %lu (%s). "
149 #: e2fsck/emptydir.c:57
150 msgid "empty dirblocks"
153 #: e2fsck/emptydir.c:62
154 msgid "empty dir map"
157 #: e2fsck/emptydir.c:98
159 msgid "Empty directory block %u (#%d) in inode %u\n"
162 #: e2fsck/extend.c:22
164 msgid "%s: %s filename nblocks blocksize\n"
167 #: e2fsck/extend.c:44
169 msgid "Illegal number of blocks!\n"
172 #: e2fsck/extend.c:50
174 msgid "Couldn't allocate block buffer (size=%d)\n"
177 #: e2fsck/flushb.c:35
179 msgid "Usage: %s disk\n"
182 #: e2fsck/flushb.c:64
184 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
189 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
192 #: e2fsck/iscan.c:81 e2fsck/unix.c:961
194 msgid "while opening %s for flushing"
197 #: e2fsck/iscan.c:86 e2fsck/unix.c:967 resize/main.c:288
199 msgid "while trying to flush %s"
202 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1091
203 msgid "while opening inode scan"
206 #: e2fsck/iscan.c:127 misc/e2image.c:1109
207 msgid "while getting next inode"
210 #: e2fsck/iscan.c:136
212 msgid "%u inodes scanned.\n"
215 #: e2fsck/journal.c:522
216 msgid "reading journal superblock\n"
219 #: e2fsck/journal.c:579
221 msgid "%s: no valid journal superblock found\n"
224 #: e2fsck/journal.c:588
226 msgid "%s: journal too short\n"
229 #: e2fsck/journal.c:880
231 msgid "%s: recovering journal\n"
234 #: e2fsck/journal.c:882
236 msgid "%s: won't do journal recovery while read-only\n"
239 #: e2fsck/journal.c:909
241 msgid "while trying to re-open %s"
244 #: e2fsck/message.c:113
245 msgid "aextended attribute"
248 #: e2fsck/message.c:114
249 msgid "Aerror allocating"
252 #: e2fsck/message.c:115
256 #: e2fsck/message.c:116
260 #: e2fsck/message.c:117
264 #: e2fsck/message.c:118
265 msgid "Cconflicts with some other fs @b"
268 #: e2fsck/message.c:119
272 #: e2fsck/message.c:120
276 #: e2fsck/message.c:121
280 #: e2fsck/message.c:122
284 #: e2fsck/message.c:123
288 #: e2fsck/message.c:124
292 #: e2fsck/message.c:125
293 msgid "E@e '%Dn' in %p (%i)"
296 #: e2fsck/message.c:126
300 #: e2fsck/message.c:127
301 msgid "Ffor @i %i (%Q) is"
304 #: e2fsck/message.c:128
308 #: e2fsck/message.c:129
312 #: e2fsck/message.c:130
316 #: e2fsck/message.c:131
320 #: e2fsck/message.c:132
321 msgid "mmultiply-claimed"
324 #: e2fsck/message.c:133
328 #: e2fsck/message.c:134
332 #: e2fsck/message.c:135
336 #: e2fsck/message.c:136
340 #: e2fsck/message.c:137
344 #: e2fsck/message.c:138
348 #: e2fsck/message.c:139
352 #: e2fsck/message.c:140
356 #: e2fsck/message.c:141
360 #: e2fsck/message.c:142
364 #: e2fsck/message.c:143
368 #: e2fsck/message.c:154
369 msgid "<The NULL inode>"
372 #: e2fsck/message.c:155
373 msgid "<The bad blocks inode>"
376 #: e2fsck/message.c:157
377 msgid "<The user quota inode>"
380 #: e2fsck/message.c:158
381 msgid "<The group quota inode>"
384 #: e2fsck/message.c:159
385 msgid "<The boot loader inode>"
388 #: e2fsck/message.c:160
389 msgid "<The undelete directory inode>"
392 #: e2fsck/message.c:161
393 msgid "<The group descriptor inode>"
396 #: e2fsck/message.c:162
397 msgid "<The journal inode>"
400 #: e2fsck/message.c:163
401 msgid "<Reserved inode 9>"
404 #: e2fsck/message.c:164
405 msgid "<Reserved inode 10>"
408 #: e2fsck/message.c:333
412 #: e2fsck/message.c:335
416 #: e2fsck/message.c:337
417 msgid "character device"
420 #: e2fsck/message.c:339
424 #: e2fsck/message.c:341
428 #: e2fsck/message.c:343
429 msgid "symbolic link"
432 #: e2fsck/message.c:345 misc/uuidd.c:161
436 #: e2fsck/message.c:347
438 msgid "unknown file type with mode 0%o"
441 #: e2fsck/message.c:422
442 msgid "indirect block"
445 #: e2fsck/message.c:424
446 msgid "double indirect block"
449 #: e2fsck/message.c:426
450 msgid "triple indirect block"
453 #: e2fsck/message.c:428
454 msgid "translator block"
457 #: e2fsck/message.c:430
461 #: e2fsck/pass1b.c:222
462 msgid "multiply claimed inode map"
465 #: e2fsck/pass1b.c:610 e2fsck/pass1b.c:730
467 msgid "internal error: can't find dup_blk for %llu\n"
470 #: e2fsck/pass1b.c:821
471 msgid "returned from clone_file_block"
474 #: e2fsck/pass1b.c:843
476 msgid "internal error: couldn't lookup EA block record for %llu"
479 #: e2fsck/pass1b.c:855
481 msgid "internal error: couldn't lookup EA inode record for %u"
484 #: e2fsck/pass1.c:475 e2fsck/pass2.c:782
485 msgid "reading directory block"
488 #: e2fsck/pass1.c:598
489 msgid "in-use inode map"
492 #: e2fsck/pass1.c:609
493 msgid "directory inode map"
496 #: e2fsck/pass1.c:619
497 msgid "regular file inode map"
500 #: e2fsck/pass1.c:628
501 msgid "in-use block map"
504 #: e2fsck/pass1.c:695
505 msgid "opening inode scan"
508 #: e2fsck/pass1.c:729
509 msgid "getting next inode from scan"
512 #: e2fsck/pass1.c:1239
516 #: e2fsck/pass1.c:1296
518 msgid "reading indirect blocks of inode %u"
521 #: e2fsck/pass1.c:1346
522 msgid "bad inode map"
525 #: e2fsck/pass1.c:1369
526 msgid "inode in bad block map"
529 #: e2fsck/pass1.c:1389
530 msgid "imagic inode map"
533 #: e2fsck/pass1.c:1416
534 msgid "multiply claimed block map"
537 #: e2fsck/pass1.c:1527
538 msgid "ext attr block map"
541 #: e2fsck/pass1.c:2299
543 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
546 #: e2fsck/pass1.c:2660
550 #: e2fsck/pass1.c:2666
554 #: e2fsck/pass1.c:2672
558 #: e2fsck/pass2.c:283
562 #: e2fsck/pass2.c:805
563 msgid "Can not continue."
567 msgid "inode done bitmap"
574 #: e2fsck/pass3.c:136
578 #: e2fsck/pass3.c:322
579 msgid "inode loop detection bitmap"
582 #: e2fsck/pass4.c:196
590 #: e2fsck/problem.c:51
594 #: e2fsck/problem.c:52
598 #: e2fsck/problem.c:53
602 #: e2fsck/problem.c:54
606 #: e2fsck/problem.c:55
610 #: e2fsck/problem.c:56
614 #: e2fsck/problem.c:57
615 msgid "Connect to /lost+found"
618 #: e2fsck/problem.c:58
622 #: e2fsck/problem.c:59
626 #: e2fsck/problem.c:60
630 #: e2fsck/problem.c:61
634 #: e2fsck/problem.c:62
638 #: e2fsck/problem.c:63
642 #: e2fsck/problem.c:64
646 #: e2fsck/problem.c:65
647 msgid "Clone multiply-claimed blocks"
650 #: e2fsck/problem.c:66
654 #: e2fsck/problem.c:67
655 msgid "Suppress messages"
658 #: e2fsck/problem.c:68
662 #: e2fsck/problem.c:69
663 msgid "Clear HTree index"
666 #: e2fsck/problem.c:70
670 #: e2fsck/problem.c:79
674 #: e2fsck/problem.c:80
678 #: e2fsck/problem.c:81
682 #: e2fsck/problem.c:82
686 #: e2fsck/problem.c:83
690 #: e2fsck/problem.c:84
694 #: e2fsck/problem.c:85
698 #: e2fsck/problem.c:86
702 #: e2fsck/problem.c:87
706 #: e2fsck/problem.c:88
710 #: e2fsck/problem.c:89
711 msgid "INODE CLEARED"
714 #: e2fsck/problem.c:90
718 #: e2fsck/problem.c:91
722 #: e2fsck/problem.c:92
726 #: e2fsck/problem.c:93
727 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
730 #: e2fsck/problem.c:94
734 #: e2fsck/problem.c:95
738 #: e2fsck/problem.c:96
742 #: e2fsck/problem.c:97
743 msgid "HTREE INDEX CLEARED"
746 #: e2fsck/problem.c:98
747 msgid "WILL RECREATE"
750 #: e2fsck/problem.c:107
751 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
752 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
755 #: e2fsck/problem.c:111
756 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
757 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
760 #: e2fsck/problem.c:116
761 #. @-expanded: inode table for group %g is not in group. (block %b)\n
762 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
764 "@i table for @g %g is not in @g. (@b %b)\n"
765 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
768 #: e2fsck/problem.c:122
771 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
772 #. @-expanded: filesystem. If the device is valid and it really contains an ext2\n
773 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
774 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
775 #. @-expanded: e2fsck -b %S <device>\n
779 "The @S could not be read or does not describe a correct ext2\n"
780 "@f. If the @v is valid and it really contains an ext2\n"
781 "@f (and not swap or ufs or something else), then the @S\n"
782 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
783 " e2fsck -b %S <@v>\n"
787 #: e2fsck/problem.c:131
788 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
789 #. @-expanded: The physical size of the device is %c blocks\n
790 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
792 "The @f size (according to the @S) is %b @bs\n"
793 "The physical size of the @v is %c @bs\n"
794 "Either the @S or the partition table is likely to be corrupt!\n"
797 #: e2fsck/problem.c:138
798 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
799 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
800 #. @-expanded: from the block size.\n
802 "@S @b_size = %b, fragsize = %c.\n"
803 "This version of e2fsck does not support fragment sizes different\n"
804 "from the @b size.\n"
807 #: e2fsck/problem.c:145
808 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
809 msgid "@S @bs_per_group = %b, should have been %c\n"
812 #: e2fsck/problem.c:150
813 #. @-expanded: superblock first_data_block = %b, should have been %c\n
814 msgid "@S first_data_@b = %b, should have been %c\n"
817 #: e2fsck/problem.c:155
818 #. @-expanded: filesystem did not have a UUID; generating one.\n
821 "@f did not have a UUID; generating one.\n"
825 #: e2fsck/problem.c:160
828 "Note: if several inode or block bitmap blocks or part\n"
829 "of the inode table require relocation, you may wish to try\n"
830 "running e2fsck with the '-b %S' option first. The problem\n"
831 "may lie only with the primary block group descriptors, and\n"
832 "the backup block group descriptors may be OK.\n"
836 #: e2fsck/problem.c:169
837 #. @-expanded: Corruption found in superblock. (%s = %N).\n
838 msgid "Corruption found in @S. (%s = %N).\n"
841 #: e2fsck/problem.c:174
843 #. @-expanded: Error determining size of the physical device: %m\n
844 msgid "Error determining size of the physical @v: %m\n"
847 #: e2fsck/problem.c:179
848 #. @-expanded: inode count in superblock is %i, should be %j.\n
849 msgid "@i count in @S is %i, @s %j.\n"
852 #: e2fsck/problem.c:183
853 msgid "The Hurd does not support the filetype feature.\n"
856 #: e2fsck/problem.c:188
858 #. @-expanded: superblock has an invalid journal (inode %i).\n
859 msgid "@S has an @n @j (@i %i).\n"
862 #: e2fsck/problem.c:193
863 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
864 msgid "External @j has multiple @f users (unsupported).\n"
867 #: e2fsck/problem.c:198
868 #. @-expanded: Can't find external journal\n
869 msgid "Can't find external @j\n"
872 #: e2fsck/problem.c:203
873 #. @-expanded: External journal has bad superblock\n
874 msgid "External @j has bad @S\n"
877 #: e2fsck/problem.c:208
878 #. @-expanded: External journal does not support this filesystem\n
879 msgid "External @j does not support this @f\n"
882 #: e2fsck/problem.c:213
883 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
884 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
885 #. @-expanded: format.\n
886 #. @-expanded: It is also possible the journal superblock is corrupt.\n
888 "@f @j @S is unknown type %N (unsupported).\n"
889 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
891 "It is also possible the @j @S is corrupt.\n"
894 #: e2fsck/problem.c:221
895 #. @-expanded: journal superblock is corrupt.\n
896 msgid "@j @S is corrupt.\n"
899 #: e2fsck/problem.c:226
901 #. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
902 msgid "@S has_@j flag is clear, but a @j %s is present.\n"
905 #: e2fsck/problem.c:231
906 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
907 msgid "@S needs_recovery flag is set, but no @j is present.\n"
910 #: e2fsck/problem.c:236
911 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
912 msgid "@S needs_recovery flag is clear, but @j has data.\n"
915 #: e2fsck/problem.c:241
916 #. @-expanded: Clear journal
920 #: e2fsck/problem.c:246 e2fsck/problem.c:695
921 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
922 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
925 #: e2fsck/problem.c:251
926 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
927 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
930 #: e2fsck/problem.c:256
931 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
932 msgid "@I %B (%b) found in @o @i %i.\n"
935 #: e2fsck/problem.c:261
936 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
937 msgid "Already cleared %B (%b) found in @o @i %i.\n"
940 #: e2fsck/problem.c:266
942 #. @-expanded: illegal orphaned inode %i in superblock.\n
943 msgid "@I @o @i %i in @S.\n"
946 #: e2fsck/problem.c:271
948 #. @-expanded: illegal inode %i in orphaned inode list.\n
949 msgid "@I @i %i in @o @i list.\n"
952 #: e2fsck/problem.c:276
953 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
954 msgid "@j @S has an unknown read-only feature flag set.\n"
957 #: e2fsck/problem.c:281
958 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
959 msgid "@j @S has an unknown incompatible feature flag set.\n"
962 #: e2fsck/problem.c:286
963 #. @-expanded: journal version not supported by this e2fsck.\n
964 msgid "@j version not supported by this e2fsck.\n"
967 #: e2fsck/problem.c:291
969 #. @-expanded: Moving journal from /%s to hidden inode.\n
972 "Moving @j from /%s to hidden @i.\n"
976 #: e2fsck/problem.c:296
978 #. @-expanded: Error moving journal: %m\n
981 "Error moving @j: %m\n"
985 #: e2fsck/problem.c:301
986 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
987 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
990 "Found @n V2 @j @S fields (from V1 @j).\n"
991 "Clearing fields beyond the V1 @j @S...\n"
995 #: e2fsck/problem.c:307
996 #. @-expanded: Run journal anyway
997 msgid "Run @j anyway"
1000 #: e2fsck/problem.c:312
1001 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1002 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1005 #: e2fsck/problem.c:317
1006 #. @-expanded: Backing up journal inode block information.\n
1009 "Backing up @j @i @b information.\n"
1013 #: e2fsck/problem.c:322
1014 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1015 #. @-expanded: is %N; should be zero.
1017 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1021 #: e2fsck/problem.c:328
1022 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1023 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1026 #: e2fsck/problem.c:333
1027 #. @-expanded: Resize inode not valid.
1028 msgid "Resize @i not valid. "
1031 #: e2fsck/problem.c:338
1032 #. @-expanded: superblock last mount time (%t,\n
1033 #. @-expanded: \tnow = %T) is in the future.\n
1035 "@S last mount time (%t,\n"
1036 "\tnow = %T) is in the future.\n"
1039 #: e2fsck/problem.c:343
1040 #. @-expanded: superblock last write time (%t,\n
1041 #. @-expanded: \tnow = %T) is in the future.\n
1043 "@S last write time (%t,\n"
1044 "\tnow = %T) is in the future.\n"
1047 #: e2fsck/problem.c:347
1049 #. @-expanded: superblock hint for external superblock should be %X.
1050 msgid "@S hint for external superblock @s %X. "
1053 #: e2fsck/problem.c:352
1054 #. @-expanded: Adding dirhash hint to filesystem.\n
1057 "Adding dirhash hint to @f.\n"
1061 #: e2fsck/problem.c:357
1062 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1063 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1066 #: e2fsck/problem.c:362
1068 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1069 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1072 #: e2fsck/problem.c:367
1073 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1074 msgid "@g descriptor %g has invalid unused inodes count %b. "
1077 #: e2fsck/problem.c:372
1078 #. @-expanded: Last group block bitmap uninitialized.
1079 msgid "Last @g @b @B uninitialized. "
1082 #: e2fsck/problem.c:377
1084 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1087 #: e2fsck/problem.c:381
1088 msgid "The test_fs flag is set (and ext4 is available). "
1091 #: e2fsck/problem.c:386
1092 #. @-expanded: superblock last mount time is in the future.\n
1093 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1096 "@S last mount time is in the future.\n"
1097 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1101 #: e2fsck/problem.c:392
1102 #. @-expanded: superblock last write time is in the future.\n
1103 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1104 #. @-expanded: set).
1106 "@S last write time is in the future.\n"
1107 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1111 #: e2fsck/problem.c:398
1112 #. @-expanded: One or more block group descriptor checksums are invalid.
1113 msgid "One or more @b @g descriptor checksums are invalid. "
1116 #: e2fsck/problem.c:403
1117 #. @-expanded: Setting free inodes count to %j (was %i)\n
1118 msgid "Setting free @is count to %j (was %i)\n"
1121 #: e2fsck/problem.c:408
1122 #. @-expanded: Setting free blocks count to %c (was %b)\n
1123 msgid "Setting free @bs count to %c (was %b)\n"
1126 #: e2fsck/problem.c:413
1127 #. @-expanded: Making quota inode %i (%Q) hidden.\n
1128 msgid "Making @q @i %i (%Q) hidden.\n"
1131 #: e2fsck/problem.c:418
1132 #. @-expanded: superblock has invalid MMP block.
1133 msgid "@S has invalid MMP block. "
1136 #: e2fsck/problem.c:423
1137 #. @-expanded: superblock has invalid MMP magic.
1138 msgid "@S has invalid MMP magic. "
1141 #: e2fsck/problem.c:428
1143 msgid "ext2fs_open2: %m\n"
1146 #: e2fsck/problem.c:433
1148 msgid "ext2fs_check_desc: %m\n"
1151 #: e2fsck/problem.c:440
1152 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1153 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1156 #: e2fsck/problem.c:444
1157 #. @-expanded: root inode is not a directory.
1158 msgid "@r is not a @d. "
1161 #: e2fsck/problem.c:449
1162 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1163 msgid "@r has dtime set (probably due to old mke2fs). "
1166 #: e2fsck/problem.c:454
1167 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1168 msgid "Reserved @i %i (%Q) has @n mode. "
1171 #: e2fsck/problem.c:459
1173 #. @-expanded: deleted inode %i has zero dtime.
1174 msgid "@D @i %i has zero dtime. "
1177 #: e2fsck/problem.c:464
1179 #. @-expanded: inode %i is in use, but has dtime set.
1180 msgid "@i %i is in use, but has dtime set. "
1183 #: e2fsck/problem.c:469
1185 #. @-expanded: inode %i is a zero-length directory.
1186 msgid "@i %i is a @z @d. "
1189 #: e2fsck/problem.c:474
1190 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1191 msgid "@g %g's @b @B at %b @C.\n"
1194 #: e2fsck/problem.c:479
1195 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1196 msgid "@g %g's @i @B at %b @C.\n"
1199 #: e2fsck/problem.c:484
1200 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1201 msgid "@g %g's @i table at %b @C.\n"
1204 #: e2fsck/problem.c:489
1205 #. @-expanded: group %g's block bitmap (%b) is bad.
1206 msgid "@g %g's @b @B (%b) is bad. "
1209 #: e2fsck/problem.c:494
1210 #. @-expanded: group %g's inode bitmap (%b) is bad.
1211 msgid "@g %g's @i @B (%b) is bad. "
1214 #: e2fsck/problem.c:499
1215 #. @-expanded: inode %i, i_size is %Is, should be %N.
1216 msgid "@i %i, i_size is %Is, @s %N. "
1219 #: e2fsck/problem.c:504
1220 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1221 msgid "@i %i, i_@bs is %Ib, @s %N. "
1224 #: e2fsck/problem.c:509
1225 #. @-expanded: illegal %B (%b) in inode %i.
1226 msgid "@I %B (%b) in @i %i. "
1229 #: e2fsck/problem.c:514
1230 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1231 msgid "%B (%b) overlaps @f metadata in @i %i. "
1234 #: e2fsck/problem.c:519
1236 #. @-expanded: inode %i has illegal block(s).
1237 msgid "@i %i has illegal @b(s). "
1240 #: e2fsck/problem.c:524
1242 #. @-expanded: Too many illegal blocks in inode %i.\n
1243 msgid "Too many illegal @bs in @i %i.\n"
1246 #: e2fsck/problem.c:529
1247 #. @-expanded: illegal %B (%b) in bad block inode.
1248 msgid "@I %B (%b) in bad @b @i. "
1251 #: e2fsck/problem.c:534
1252 #. @-expanded: Bad block inode has illegal block(s).
1253 msgid "Bad @b @i has illegal @b(s). "
1256 #: e2fsck/problem.c:539
1257 #. @-expanded: Duplicate or bad block in use!\n
1258 msgid "Duplicate or bad @b in use!\n"
1261 #: e2fsck/problem.c:544
1262 #. @-expanded: Bad block %b used as bad block inode indirect block.
1263 msgid "Bad @b %b used as bad @b @i indirect @b. "
1266 #: e2fsck/problem.c:549
1268 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1269 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1270 #. @-expanded: in the filesystem.\n
1273 "The bad @b @i has probably been corrupted. You probably\n"
1274 "should stop now and run e2fsck -c to scan for bad blocks\n"
1278 #: e2fsck/problem.c:556
1280 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1283 "If the @b is really bad, the @f can not be fixed.\n"
1286 #: e2fsck/problem.c:561
1287 #. @-expanded: You can remove this block from the bad block list and hope\n
1288 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1291 "You can remove this @b from the bad @b list and hope\n"
1292 "that the @b is really OK. But there are no guarantees.\n"
1296 #: e2fsck/problem.c:567
1297 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1298 msgid "The primary @S (%b) is on the bad @b list.\n"
1301 #: e2fsck/problem.c:572
1302 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1303 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1306 #: e2fsck/problem.c:578
1307 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1308 msgid "Warning: Group %g's @S (%b) is bad.\n"
1311 #: e2fsck/problem.c:583
1312 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1313 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1316 #: e2fsck/problem.c:589
1317 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1318 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1321 #: e2fsck/problem.c:595
1322 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1323 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1326 #: e2fsck/problem.c:600
1328 #. @-expanded: error allocating block buffer for relocating %s\n
1329 msgid "@A @b buffer for relocating %s\n"
1332 #: e2fsck/problem.c:605
1333 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1334 msgid "Relocating @g %g's %s from %b to %c...\n"
1337 #: e2fsck/problem.c:610
1339 #. @-expanded: Relocating group %g's %s to %c...\n
1340 msgid "Relocating @g %g's %s to %c...\n"
1343 #: e2fsck/problem.c:615
1344 #. @-expanded: Warning: could not read block %b of %s: %m\n
1345 msgid "Warning: could not read @b %b of %s: %m\n"
1348 #: e2fsck/problem.c:620
1349 #. @-expanded: Warning: could not write block %b for %s: %m\n
1350 msgid "Warning: could not write @b %b for %s: %m\n"
1353 #: e2fsck/problem.c:625 e2fsck/problem.c:1474
1354 #. @-expanded: error allocating inode bitmap (%N): %m\n
1355 msgid "@A @i @B (%N): %m\n"
1358 #: e2fsck/problem.c:630
1359 #. @-expanded: error allocating block bitmap (%N): %m\n
1360 msgid "@A @b @B (%N): %m\n"
1363 #: e2fsck/problem.c:635
1365 #. @-expanded: error allocating icount link information: %m\n
1366 msgid "@A icount link information: %m\n"
1369 #: e2fsck/problem.c:640
1371 #. @-expanded: error allocating directory block array: %m\n
1372 msgid "@A @d @b array: %m\n"
1375 #: e2fsck/problem.c:645
1377 #. @-expanded: Error while scanning inodes (%i): %m\n
1378 msgid "Error while scanning @is (%i): %m\n"
1381 #: e2fsck/problem.c:650
1383 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1384 msgid "Error while iterating over @bs in @i %i: %m\n"
1387 #: e2fsck/problem.c:655
1388 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1389 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1392 #: e2fsck/problem.c:660
1393 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1394 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1397 #: e2fsck/problem.c:666
1399 #. @-expanded: Error reading inode %i: %m\n
1400 msgid "Error reading @i %i: %m\n"
1403 #: e2fsck/problem.c:674
1405 #. @-expanded: inode %i has imagic flag set.
1406 msgid "@i %i has imagic flag set. "
1409 #: e2fsck/problem.c:679
1411 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1412 #. @-expanded: or append-only flag set.
1414 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1415 "or append-only flag set. "
1418 #: e2fsck/problem.c:685
1420 #. @-expanded: inode %i has compression flag set on filesystem without compression support.
1421 msgid "@i %i has @cion flag set on @f without @cion support. "
1424 #: e2fsck/problem.c:690
1426 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1427 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1430 #: e2fsck/problem.c:700
1431 #. @-expanded: journal inode is not in use, but contains data.
1432 msgid "@j @i is not in use, but contains data. "
1435 #: e2fsck/problem.c:705
1436 #. @-expanded: journal is not regular file.
1437 msgid "@j is not regular file. "
1440 #: e2fsck/problem.c:710
1442 #. @-expanded: inode %i was part of the orphaned inode list.
1443 msgid "@i %i was part of the @o @i list. "
1446 #: e2fsck/problem.c:716
1447 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1448 msgid "@is that were part of a corrupted orphan linked list found. "
1451 #: e2fsck/problem.c:721
1452 #. @-expanded: error allocating refcount structure (%N): %m\n
1453 msgid "@A refcount structure (%N): %m\n"
1456 #: e2fsck/problem.c:726
1457 #. @-expanded: Error reading extended attribute block %b for inode %i.
1458 msgid "Error reading @a @b %b for @i %i. "
1461 #: e2fsck/problem.c:731
1462 #. @-expanded: inode %i has a bad extended attribute block %b.
1463 msgid "@i %i has a bad @a @b %b. "
1466 #: e2fsck/problem.c:736
1467 #. @-expanded: Error reading extended attribute block %b (%m).
1468 msgid "Error reading @a @b %b (%m). "
1471 #: e2fsck/problem.c:741
1472 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1473 msgid "@a @b %b has reference count %r, @s %N. "
1476 #: e2fsck/problem.c:746
1477 #. @-expanded: Error writing extended attribute block %b (%m).
1478 msgid "Error writing @a @b %b (%m). "
1481 #: e2fsck/problem.c:751
1482 #. @-expanded: extended attribute block %b has h_blocks > 1.
1483 msgid "@a @b %b has h_@bs > 1. "
1486 #: e2fsck/problem.c:756
1487 #. @-expanded: error allocating extended attribute block %b.
1488 msgid "@A @a @b %b. "
1491 #: e2fsck/problem.c:761
1492 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1493 msgid "@a @b %b is corrupt (allocation collision). "
1496 #: e2fsck/problem.c:766
1497 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1498 msgid "@a @b %b is corrupt (@n name). "
1501 #: e2fsck/problem.c:771
1502 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1503 msgid "@a @b %b is corrupt (@n value). "
1506 #: e2fsck/problem.c:776
1508 #. @-expanded: inode %i is too big.
1509 msgid "@i %i is too big. "
1512 #: e2fsck/problem.c:780
1513 #. @-expanded: %B (%b) causes directory to be too big.
1514 msgid "%B (%b) causes @d to be too big. "
1517 #: e2fsck/problem.c:785
1518 msgid "%B (%b) causes file to be too big. "
1521 #: e2fsck/problem.c:790
1522 msgid "%B (%b) causes symlink to be too big. "
1525 #: e2fsck/problem.c:795
1527 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1528 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1531 #: e2fsck/problem.c:800
1533 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1534 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1537 #: e2fsck/problem.c:805
1539 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1540 msgid "@h %i has an @n root node.\n"
1543 #: e2fsck/problem.c:810
1544 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1545 msgid "@h %i has an unsupported hash version (%N)\n"
1548 #: e2fsck/problem.c:815
1550 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1551 msgid "@h %i uses an incompatible htree root node flag.\n"
1554 #: e2fsck/problem.c:820
1555 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1556 msgid "@h %i has a tree depth (%N) which is too big\n"
1559 #: e2fsck/problem.c:825
1560 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1561 #. @-expanded: filesystem metadata.
1563 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1567 #: e2fsck/problem.c:831
1569 #. @-expanded: Resize inode (re)creation failed: %m.
1570 msgid "Resize @i (re)creation failed: %m."
1573 #: e2fsck/problem.c:836
1574 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1575 msgid "@i %i has a extra size (%IS) which is @n\n"
1578 #: e2fsck/problem.c:841
1579 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1580 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1583 #: e2fsck/problem.c:846
1584 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1585 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1588 #: e2fsck/problem.c:851
1589 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1590 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1593 #: e2fsck/problem.c:856
1594 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1595 msgid "@a in @i %i has a value size (%N) which is @n\n"
1598 #: e2fsck/problem.c:861
1599 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1600 msgid "@a in @i %i has a hash (%N) which is @n\n"
1603 #: e2fsck/problem.c:866
1604 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1605 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1608 #: e2fsck/problem.c:871
1610 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1611 msgid "Error while reading over @x tree in @i %i: %m\n"
1614 #: e2fsck/problem.c:876
1615 #. @-expanded: Failed to iterate extents in inode %i\n
1616 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1618 "Failed to iterate extents in @i %i\n"
1619 "\t(op %s, blk %b, lblk %c): %m\n"
1622 #: e2fsck/problem.c:882
1623 #. @-expanded: inode %i has an invalid extent\n
1624 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1626 "@i %i has an @n extent\n"
1627 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1630 #: e2fsck/problem.c:887
1631 #. @-expanded: inode %i has an invalid extent\n
1632 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1634 "@i %i has an @n extent\n"
1635 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1638 #: e2fsck/problem.c:892
1640 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1641 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1644 #: e2fsck/problem.c:897
1646 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1647 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1650 #: e2fsck/problem.c:902
1652 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1653 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1656 #: e2fsck/problem.c:907
1658 msgid "Fast symlink %i has EXTENT_FL set. "
1661 #: e2fsck/problem.c:912
1662 #. @-expanded: inode %i has out of order extents\n
1663 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1665 "@i %i has out of order extents\n"
1666 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1669 #: e2fsck/problem.c:916
1670 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1671 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1674 #: e2fsck/problem.c:921
1676 #. @-expanded: Error converting subcluster block bitmap: %m\n
1677 msgid "Error converting subcluster @b @B: %m\n"
1680 #: e2fsck/problem.c:926
1681 #. @-expanded: quota inode is not regular file.
1682 msgid "@q @i is not regular file. "
1685 #: e2fsck/problem.c:931
1686 #. @-expanded: quota inode is not in use, but contains data.
1687 msgid "@q @i is not in use, but contains data. "
1690 #: e2fsck/problem.c:936
1691 #. @-expanded: quota inode is visible to the user.
1692 msgid "@q @i is visible to the user. "
1695 #: e2fsck/problem.c:941
1696 #. @-expanded: The bad block inode looks invalid.
1697 msgid "The bad @b @i looks @n. "
1700 #: e2fsck/problem.c:946
1701 #. @-expanded: inode %i has zero length extent\n
1702 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1704 "@i %i has zero length extent\n"
1705 "\t(@n logical @b %c, physical @b %b)\n"
1708 #: e2fsck/problem.c:953
1709 #. @-expanded: Interior extent node level %N of inode %i:\n
1710 #. @-expanded: Logical start %b does not match logical start %c at next level.
1712 "Interior @x node level %N of @i %i:\n"
1713 "Logical start %b does not match logical start %c at next level. "
1716 #: e2fsck/problem.c:959
1717 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1718 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1720 "@i %i, end of extent exceeds allowed value\n"
1721 "\t(logical @b %c, physical @b %b, len %N)\n"
1724 #: e2fsck/problem.c:967
1726 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1727 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1730 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1731 "Pass 1B: Rescanning for @m @bs\n"
1734 #: e2fsck/problem.c:973
1736 #. @-expanded: multiply-claimed block(s) in inode %i:
1737 msgid "@m @b(s) in @i %i:"
1740 #: e2fsck/problem.c:988
1742 msgid "Error while scanning inodes (%i): %m\n"
1745 #: e2fsck/problem.c:993
1747 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1748 msgid "@A @i @B (@i_dup_map): %m\n"
1751 #: e2fsck/problem.c:998
1753 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1754 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1757 #: e2fsck/problem.c:1003 e2fsck/problem.c:1318
1758 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1759 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1762 #: e2fsck/problem.c:1008
1763 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1764 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1767 #: e2fsck/problem.c:1014
1768 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1769 msgid "Pass 1D: Reconciling @m @bs\n"
1772 #: e2fsck/problem.c:1019
1773 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1774 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1776 "File %Q (@i #%i, mod time %IM) \n"
1777 " has %r @m @b(s), shared with %N file(s):\n"
1780 #: e2fsck/problem.c:1025
1781 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1782 msgid "\t%Q (@i #%i, mod time %IM)\n"
1785 #: e2fsck/problem.c:1030
1786 #. @-expanded: \t<filesystem metadata>\n
1787 msgid "\t<@f metadata>\n"
1790 #: e2fsck/problem.c:1035
1791 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1794 "(There are %N @is containing @m @bs.)\n"
1798 #: e2fsck/problem.c:1040
1799 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1802 "@m @bs already reassigned or cloned.\n"
1806 #: e2fsck/problem.c:1053
1808 msgid "Couldn't clone file: %m\n"
1811 #: e2fsck/problem.c:1059
1812 #. @-expanded: Pass 2: Checking directory structure\n
1813 msgid "Pass 2: Checking @d structure\n"
1816 #: e2fsck/problem.c:1064
1818 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1819 msgid "@n @i number for '.' in @d @i %i.\n"
1822 #: e2fsck/problem.c:1069
1823 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1824 msgid "@E has @n @i #: %Di.\n"
1827 #: e2fsck/problem.c:1074
1828 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1829 msgid "@E has @D/unused @i %Di. "
1832 #: e2fsck/problem.c:1079
1833 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1834 msgid "@E @L to '.' "
1837 #: e2fsck/problem.c:1084
1838 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1839 msgid "@E points to @i (%Di) located in a bad @b.\n"
1842 #: e2fsck/problem.c:1089
1843 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1844 msgid "@E @L to @d %P (%Di).\n"
1847 #: e2fsck/problem.c:1094
1848 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1849 msgid "@E @L to the @r.\n"
1852 #: e2fsck/problem.c:1099
1853 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1854 msgid "@E has illegal characters in its name.\n"
1857 #: e2fsck/problem.c:1104
1859 #. @-expanded: Missing '.' in directory inode %i.\n
1860 msgid "Missing '.' in @d @i %i.\n"
1863 #: e2fsck/problem.c:1109
1865 #. @-expanded: Missing '..' in directory inode %i.\n
1866 msgid "Missing '..' in @d @i %i.\n"
1869 #: e2fsck/problem.c:1114
1870 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1871 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1874 #: e2fsck/problem.c:1119
1875 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1876 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1879 #: e2fsck/problem.c:1124
1880 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1881 msgid "i_faddr @F %IF, @s zero.\n"
1884 #: e2fsck/problem.c:1129
1885 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1886 msgid "i_file_acl @F %If, @s zero.\n"
1889 #: e2fsck/problem.c:1134
1890 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1891 msgid "i_dir_acl @F %Id, @s zero.\n"
1894 #: e2fsck/problem.c:1139
1895 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1896 msgid "i_frag @F %N, @s zero.\n"
1899 #: e2fsck/problem.c:1144
1900 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1901 msgid "i_fsize @F %N, @s zero.\n"
1904 #: e2fsck/problem.c:1149
1905 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1906 msgid "@i %i (%Q) has @n mode (%Im).\n"
1909 #: e2fsck/problem.c:1154
1910 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1911 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1914 #: e2fsck/problem.c:1159
1915 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1916 msgid "@d @i %i, %B, offset %N: filename too long\n"
1919 #: e2fsck/problem.c:1164
1920 #. @-expanded: directory inode %i has an unallocated %B.
1921 msgid "@d @i %i has an unallocated %B. "
1924 #: e2fsck/problem.c:1169
1926 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1927 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1930 #: e2fsck/problem.c:1174
1932 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1933 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1936 #: e2fsck/problem.c:1179
1937 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1938 msgid "@i %i (%Q) is an @I character @v.\n"
1941 #: e2fsck/problem.c:1184
1942 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1943 msgid "@i %i (%Q) is an @I @b @v.\n"
1946 #: e2fsck/problem.c:1189
1947 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1948 msgid "@E is duplicate '.' @e.\n"
1951 #: e2fsck/problem.c:1194
1952 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1953 msgid "@E is duplicate '..' @e.\n"
1956 #: e2fsck/problem.c:1199 e2fsck/problem.c:1499
1958 msgid "Internal error: couldn't find dir_info for %i.\n"
1961 #: e2fsck/problem.c:1204
1962 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1963 msgid "@E has rec_len of %Dr, @s %N.\n"
1966 #: e2fsck/problem.c:1209
1968 #. @-expanded: error allocating icount structure: %m\n
1969 msgid "@A icount structure: %m\n"
1972 #: e2fsck/problem.c:1214
1974 #. @-expanded: Error iterating over directory blocks: %m\n
1975 msgid "Error iterating over @d @bs: %m\n"
1978 #: e2fsck/problem.c:1219
1979 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1980 msgid "Error reading @d @b %b (@i %i): %m\n"
1983 #: e2fsck/problem.c:1224
1984 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1985 msgid "Error writing @d @b %b (@i %i): %m\n"
1988 #: e2fsck/problem.c:1229
1990 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1991 msgid "@A new @d @b for @i %i (%s): %m\n"
1994 #: e2fsck/problem.c:1234
1996 #. @-expanded: Error deallocating inode %i: %m\n
1997 msgid "Error deallocating @i %i: %m\n"
2000 #: e2fsck/problem.c:1239
2002 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2003 msgid "@d @e for '.' in %p (%i) is big.\n"
2006 #: e2fsck/problem.c:1244
2007 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2008 msgid "@i %i (%Q) is an @I FIFO.\n"
2011 #: e2fsck/problem.c:1249
2012 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2013 msgid "@i %i (%Q) is an @I socket.\n"
2016 #: e2fsck/problem.c:1254
2017 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2018 msgid "Setting filetype for @E to %N.\n"
2021 #: e2fsck/problem.c:1259
2022 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2023 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2026 #: e2fsck/problem.c:1264
2027 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2028 msgid "@E has filetype set.\n"
2031 #: e2fsck/problem.c:1269
2032 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2033 msgid "@E has a @z name.\n"
2036 #: e2fsck/problem.c:1274
2037 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2038 msgid "Symlink %Q (@i #%i) is @n.\n"
2041 #: e2fsck/problem.c:1279
2042 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2043 msgid "@a @b @F @n (%If).\n"
2046 #: e2fsck/problem.c:1284
2047 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2048 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2051 #: e2fsck/problem.c:1289
2052 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2053 msgid "@p @h %d: %B not referenced\n"
2056 #: e2fsck/problem.c:1294
2057 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2058 msgid "@p @h %d: %B referenced twice\n"
2061 #: e2fsck/problem.c:1299
2062 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2063 msgid "@p @h %d: %B has bad min hash\n"
2066 #: e2fsck/problem.c:1304
2067 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2068 msgid "@p @h %d: %B has bad max hash\n"
2071 #: e2fsck/problem.c:1309
2072 #. @-expanded: invalid HTREE directory inode %d (%q).
2073 msgid "@n @h %d (%q). "
2076 #: e2fsck/problem.c:1313
2077 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2078 msgid "@p @h %d (%q): bad @b number %b.\n"
2081 #: e2fsck/problem.c:1323
2083 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2084 msgid "@p @h %d: root node is @n\n"
2087 #: e2fsck/problem.c:1328
2088 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2089 msgid "@p @h %d: %B has @n limit (%N)\n"
2092 #: e2fsck/problem.c:1333
2093 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2094 msgid "@p @h %d: %B has @n count (%N)\n"
2097 #: e2fsck/problem.c:1338
2098 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2099 msgid "@p @h %d: %B has an unordered hash table\n"
2102 #: e2fsck/problem.c:1343
2103 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2104 msgid "@p @h %d: %B has @n depth (%N)\n"
2107 #: e2fsck/problem.c:1348
2108 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2109 msgid "Duplicate @E found. "
2112 #: e2fsck/problem.c:1353
2114 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2115 #. @-expanded: Rename to %s
2117 "@E has a non-unique filename.\n"
2121 #: e2fsck/problem.c:1358
2122 #. @-expanded: Duplicate entry '%Dn' found.\n
2123 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2126 "Duplicate @e '%Dn' found.\n"
2127 "\tMarking %p (%i) to be rebuilt.\n"
2131 #: e2fsck/problem.c:1363
2132 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2133 msgid "i_blocks_hi @F %N, @s zero.\n"
2136 #: e2fsck/problem.c:1368
2137 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2138 msgid "Unexpected @b in @h %d (%q).\n"
2141 #: e2fsck/problem.c:1372
2142 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2143 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2146 #: e2fsck/problem.c:1377
2147 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2148 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2151 #: e2fsck/problem.c:1382
2152 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2153 msgid "i_file_acl_hi @F %N, @s zero.\n"
2156 #: e2fsck/problem.c:1389
2157 #. @-expanded: Pass 3: Checking directory connectivity\n
2158 msgid "Pass 3: Checking @d connectivity\n"
2161 #: e2fsck/problem.c:1394
2162 #. @-expanded: root inode not allocated.
2163 msgid "@r not allocated. "
2166 #: e2fsck/problem.c:1399
2167 #. @-expanded: No room in lost+found directory.
2168 msgid "No room in @l @d. "
2171 #: e2fsck/problem.c:1404
2173 #. @-expanded: Unconnected directory inode %i (%p)\n
2174 msgid "Unconnected @d @i %i (%p)\n"
2177 #: e2fsck/problem.c:1409
2178 #. @-expanded: /lost+found not found.
2179 msgid "/@l not found. "
2182 #: e2fsck/problem.c:1414
2183 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2184 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2187 #: e2fsck/problem.c:1419
2188 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2189 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2192 #: e2fsck/problem.c:1424
2194 #. @-expanded: Could not expand /lost+found: %m\n
2195 msgid "Could not expand /@l: %m\n"
2198 #: e2fsck/problem.c:1429
2200 msgid "Could not reconnect %i: %m\n"
2203 #: e2fsck/problem.c:1434
2205 #. @-expanded: Error while trying to find /lost+found: %m\n
2206 msgid "Error while trying to find /@l: %m\n"
2209 #: e2fsck/problem.c:1439
2211 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2212 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2215 #: e2fsck/problem.c:1444
2217 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2218 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2221 #: e2fsck/problem.c:1449
2223 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2224 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2227 #: e2fsck/problem.c:1454
2229 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2230 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2233 #: e2fsck/problem.c:1459
2235 #. @-expanded: Error while adjusting inode count on inode %i\n
2236 msgid "Error while adjusting @i count on @i %i\n"
2239 #: e2fsck/problem.c:1464
2241 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2244 "Couldn't fix parent of @i %i: %m\n"
2248 #: e2fsck/problem.c:1469
2250 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2253 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2257 #: e2fsck/problem.c:1479
2259 #. @-expanded: Error creating root directory (%s): %m\n
2260 msgid "Error creating root @d (%s): %m\n"
2263 #: e2fsck/problem.c:1484
2265 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2266 msgid "Error creating /@l @d (%s): %m\n"
2269 #: e2fsck/problem.c:1489
2270 #. @-expanded: root inode is not a directory; aborting.\n
2271 msgid "@r is not a @d; aborting.\n"
2274 #: e2fsck/problem.c:1494
2275 #. @-expanded: Cannot proceed without a root inode.\n
2276 msgid "Cannot proceed without a @r.\n"
2279 #: e2fsck/problem.c:1504
2281 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2282 msgid "/@l is not a @d (ino=%i)\n"
2285 #: e2fsck/problem.c:1511
2286 msgid "Pass 3A: Optimizing directories\n"
2289 #: e2fsck/problem.c:1516
2291 msgid "Failed to create dirs_to_hash iterator: %m\n"
2294 #: e2fsck/problem.c:1521
2295 msgid "Failed to optimize directory %q (%d): %m\n"
2298 #: e2fsck/problem.c:1526
2299 msgid "Optimizing directories: "
2302 #: e2fsck/problem.c:1543
2303 msgid "Pass 4: Checking reference counts\n"
2306 #: e2fsck/problem.c:1548
2308 #. @-expanded: unattached zero-length inode %i.
2309 msgid "@u @z @i %i. "
2312 #: e2fsck/problem.c:1553
2314 #. @-expanded: unattached inode %i\n
2318 #: e2fsck/problem.c:1558
2319 #. @-expanded: inode %i ref count is %Il, should be %N.
2320 msgid "@i %i ref count is %Il, @s %N. "
2323 #: e2fsck/problem.c:1562
2324 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2325 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2326 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2328 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2329 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2330 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2333 #: e2fsck/problem.c:1572
2334 #. @-expanded: Pass 5: Checking group summary information\n
2335 msgid "Pass 5: Checking @g summary information\n"
2338 #: e2fsck/problem.c:1577
2339 #. @-expanded: Padding at end of inode bitmap is not set.
2340 msgid "Padding at end of @i @B is not set. "
2343 #: e2fsck/problem.c:1582
2344 #. @-expanded: Padding at end of block bitmap is not set.
2345 msgid "Padding at end of @b @B is not set. "
2348 #: e2fsck/problem.c:1587
2349 #. @-expanded: block bitmap differences:
2350 msgid "@b @B differences: "
2353 #: e2fsck/problem.c:1607
2354 #. @-expanded: inode bitmap differences:
2355 msgid "@i @B differences: "
2358 #: e2fsck/problem.c:1627
2359 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2360 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2363 #: e2fsck/problem.c:1632
2364 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2365 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2368 #: e2fsck/problem.c:1637
2369 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2370 msgid "Free @is count wrong (%i, counted=%j).\n"
2373 #: e2fsck/problem.c:1642
2374 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2375 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2378 #: e2fsck/problem.c:1647
2379 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2380 msgid "Free @bs count wrong (%b, counted=%c).\n"
2383 #: e2fsck/problem.c:1652
2384 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2385 #. @-expanded: endpoints (%i, %j)\n
2387 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2388 "endpoints (%i, %j)\n"
2391 #: e2fsck/problem.c:1658
2392 msgid "Internal error: fudging end of bitmap (%N)\n"
2395 #: e2fsck/problem.c:1663
2397 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2398 msgid "Error copying in replacement @i @B: %m\n"
2401 #: e2fsck/problem.c:1668
2403 #. @-expanded: Error copying in replacement block bitmap: %m\n
2404 msgid "Error copying in replacement @b @B: %m\n"
2407 #: e2fsck/problem.c:1693
2409 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2410 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2413 #: e2fsck/problem.c:1698
2415 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2416 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2419 #: e2fsck/problem.c:1705
2420 #. @-expanded: Recreate journal
2424 #: e2fsck/problem.c:1710
2425 msgid "Update quota info for quota type %N"
2428 #: e2fsck/problem.c:1829
2430 msgid "Unhandled error code (0x%x)!\n"
2433 #: e2fsck/problem.c:1954 e2fsck/problem.c:1958
2437 #: e2fsck/scantest.c:79
2439 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2442 #: e2fsck/scantest.c:98
2444 msgid "size of inode=%d\n"
2447 #: e2fsck/scantest.c:119
2448 msgid "while starting inode scan"
2451 #: e2fsck/scantest.c:130
2452 msgid "while doing inode scan"
2455 #: e2fsck/super.c:188
2457 msgid "while calling ext2fs_block_iterate for inode %d"
2460 #: e2fsck/super.c:211
2462 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2465 #: e2fsck/super.c:272
2469 #: e2fsck/super.c:273
2476 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2477 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2478 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2479 "\t\t[-E extended-options] device\n"
2487 " -p Automatic repair (no questions)\n"
2488 " -n Make no changes to the filesystem\n"
2489 " -y Assume \"yes\" to all questions\n"
2490 " -c Check for bad blocks and add them to the badblock "
2492 " -f Force checking even if filesystem is marked clean\n"
2499 " -b superblock Use alternative superblock\n"
2500 " -B blocksize Force blocksize when looking for superblock\n"
2501 " -j external_journal Set location of the external journal\n"
2502 " -l bad_blocks_file Add to badblocks list\n"
2503 " -L bad_blocks_file Set badblocks list\n"
2506 #: e2fsck/unix.c:131
2508 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2511 #: e2fsck/unix.c:157
2515 "%12u inode used (%2.2f%%, out of %u)\n"
2518 "%12u inodes used (%2.2f%%, out of %u)\n"
2522 #: e2fsck/unix.c:161
2524 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2525 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2529 #: e2fsck/unix.c:166
2531 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2532 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2536 #: e2fsck/unix.c:171
2538 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2541 #: e2fsck/unix.c:179
2542 msgid " Extent depth histogram: "
2545 #: e2fsck/unix.c:188
2547 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2548 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2552 #: e2fsck/unix.c:192
2554 msgid "%12u bad block\n"
2555 msgid_plural "%12u bad blocks\n"
2559 #: e2fsck/unix.c:194
2561 msgid "%12u large file\n"
2562 msgid_plural "%12u large files\n"
2566 #: e2fsck/unix.c:196
2570 "%12u regular file\n"
2573 "%12u regular files\n"
2577 #: e2fsck/unix.c:198
2579 msgid "%12u directory\n"
2580 msgid_plural "%12u directories\n"
2584 #: e2fsck/unix.c:200
2586 msgid "%12u character device file\n"
2587 msgid_plural "%12u character device files\n"
2591 #: e2fsck/unix.c:203
2593 msgid "%12u block device file\n"
2594 msgid_plural "%12u block device files\n"
2598 #: e2fsck/unix.c:205
2601 msgid_plural "%12u fifos\n"
2605 #: e2fsck/unix.c:207
2608 msgid_plural "%12u links\n"
2612 #: e2fsck/unix.c:209
2614 msgid "%12u symbolic link"
2615 msgid_plural "%12u symbolic links"
2619 #: e2fsck/unix.c:211
2621 msgid " (%u fast symbolic link)\n"
2622 msgid_plural " (%u fast symbolic links)\n"
2626 #: e2fsck/unix.c:215
2628 msgid "%12u socket\n"
2629 msgid_plural "%12u sockets\n"
2633 #: e2fsck/unix.c:219
2636 msgid_plural "%12u files\n"
2640 #: e2fsck/unix.c:232 misc/badblocks.c:983 misc/tune2fs.c:1985 misc/util.c:147
2641 #: resize/main.c:259
2643 msgid "while determining whether %s is mounted."
2646 #: e2fsck/unix.c:252
2648 msgid "Warning! %s is %s.\n"
2651 #: e2fsck/unix.c:259
2656 #: e2fsck/unix.c:262
2658 "Cannot continue, aborting.\n"
2662 #: e2fsck/unix.c:264
2666 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2667 "cause ***SEVERE*** filesystem damage.\n"
2671 #: e2fsck/unix.c:269
2672 msgid "Do you really want to continue"
2675 #: e2fsck/unix.c:271
2677 msgid "check aborted.\n"
2680 #: e2fsck/unix.c:361
2681 msgid " contains a file system with errors"
2684 #: e2fsck/unix.c:363
2685 msgid " was not cleanly unmounted"
2688 #: e2fsck/unix.c:365
2689 msgid " primary superblock features different from backup"
2692 #: e2fsck/unix.c:369
2694 msgid " has been mounted %u times without being checked"
2697 #: e2fsck/unix.c:376
2698 msgid " has filesystem last checked time in the future"
2701 #: e2fsck/unix.c:382
2703 msgid " has gone %u days without being checked"
2706 #: e2fsck/unix.c:391
2707 msgid ", check forced.\n"
2710 #: e2fsck/unix.c:424
2712 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2715 #: e2fsck/unix.c:443
2716 msgid " (check deferred; on battery)"
2719 #: e2fsck/unix.c:446
2720 msgid " (check after next mount)"
2723 #: e2fsck/unix.c:448
2725 msgid " (check in %ld mounts)"
2728 #: e2fsck/unix.c:598
2730 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2733 #: e2fsck/unix.c:667
2735 msgid "Invalid EA version.\n"
2738 #: e2fsck/unix.c:694
2740 msgid "Unknown extended option: %s\n"
2743 #: e2fsck/unix.c:719
2746 "Syntax error in e2fsck config file (%s, line #%d)\n"
2750 #: e2fsck/unix.c:788
2752 msgid "Error validating file descriptor %d: %s\n"
2755 #: e2fsck/unix.c:792
2756 msgid "Invalid completion information file descriptor"
2759 #: e2fsck/unix.c:807
2760 msgid "Only one of the options -p/-a, -n or -y may be specified."
2763 #: e2fsck/unix.c:828
2765 msgid "The -t option is not supported on this version of e2fsck.\n"
2768 #: e2fsck/unix.c:859 e2fsck/unix.c:931 misc/tune2fs.c:811 misc/tune2fs.c:1100
2769 #: misc/tune2fs.c:1118
2771 msgid "Unable to resolve '%s'"
2774 #: e2fsck/unix.c:910
2775 msgid "The -n and -D options are incompatible."
2778 #: e2fsck/unix.c:915
2779 msgid "The -n and -c options are incompatible."
2782 #: e2fsck/unix.c:920
2783 msgid "The -n and -l/-L options are incompatible."
2786 #: e2fsck/unix.c:974
2788 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2791 #: e2fsck/unix.c:1022
2794 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2798 #: e2fsck/unix.c:1031
2802 "Invalid non-numeric argument to -%c (\"%s\")\n"
2806 #: e2fsck/unix.c:1120
2809 "MMP interval is %u seconds and total wait time is %u seconds. Please "
2813 #: e2fsck/unix.c:1137 e2fsck/unix.c:1142
2814 msgid "while checking MMP block"
2817 #: e2fsck/unix.c:1144 misc/tune2fs.c:1912
2819 "If you are sure the filesystem is not in use on any node, run:\n"
2820 "'tune2fs -f -E clear_mmp {device}'\n"
2823 #: e2fsck/unix.c:1194
2825 msgid "Error: ext2fs library version out of date!\n"
2828 #: e2fsck/unix.c:1202
2829 msgid "while trying to initialize program"
2832 #: e2fsck/unix.c:1225
2834 msgid "\tUsing %s, %s\n"
2837 #: e2fsck/unix.c:1237
2838 msgid "need terminal for interactive repairs"
2841 #: e2fsck/unix.c:1290
2843 msgid "%s: %s trying backup blocks...\n"
2846 #: e2fsck/unix.c:1292
2847 msgid "Superblock invalid,"
2850 #: e2fsck/unix.c:1293
2851 msgid "Group descriptors look bad..."
2854 #: e2fsck/unix.c:1303
2856 msgid "%s: %s while using the backup blocks"
2859 #: e2fsck/unix.c:1307
2861 msgid "%s: going back to original superblock\n"
2864 #: e2fsck/unix.c:1335
2866 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2867 "(Or the filesystem superblock is corrupt)\n"
2871 #: e2fsck/unix.c:1341
2872 msgid "Could this be a zero-length partition?\n"
2875 #: e2fsck/unix.c:1344
2877 msgid "You must have %s access to the filesystem or be root\n"
2880 #: e2fsck/unix.c:1349
2881 msgid "Possibly non-existent or swap device?\n"
2884 #: e2fsck/unix.c:1352
2885 msgid "Filesystem mounted or opened exclusively by another program?\n"
2888 #: e2fsck/unix.c:1355
2889 msgid "Possibly non-existent device?\n"
2892 #: e2fsck/unix.c:1358
2894 "Disk write-protected; use the -n option to do a read-only\n"
2895 "check of the device.\n"
2898 #: e2fsck/unix.c:1423
2899 msgid "Get a newer version of e2fsck!"
2902 #: e2fsck/unix.c:1467
2904 msgid "while checking ext3 journal for %s"
2907 #: e2fsck/unix.c:1478
2909 "Warning: skipping journal recovery because doing a read-only filesystem "
2913 #: e2fsck/unix.c:1491
2915 msgid "unable to set superblock flags on %s\n"
2918 #: e2fsck/unix.c:1497
2920 msgid "while recovering ext3 journal of %s"
2923 #: e2fsck/unix.c:1521
2925 msgid "%s has unsupported feature(s):"
2928 #: e2fsck/unix.c:1536
2930 msgid "%s: warning: compression support is experimental.\n"
2933 #: e2fsck/unix.c:1542
2936 "%s: e2fsck not compiled with HTREE support,\n"
2937 "\tbut filesystem %s has HTREE directories.\n"
2940 #: e2fsck/unix.c:1594
2942 msgid "%s: %s while reading bad blocks inode\n"
2945 #: e2fsck/unix.c:1597
2946 msgid "This doesn't bode well, but we'll try to go on...\n"
2949 #: e2fsck/unix.c:1638
2951 msgid "Creating journal (%d blocks): "
2954 #: e2fsck/unix.c:1648
2958 #: e2fsck/unix.c:1649
2961 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2964 #: e2fsck/unix.c:1672
2965 msgid "Restarting e2fsck from the beginning...\n"
2968 #: e2fsck/unix.c:1676
2969 msgid "while resetting context"
2972 #: e2fsck/unix.c:1683
2974 msgid "%s: e2fsck canceled.\n"
2977 #: e2fsck/unix.c:1688
2981 #: e2fsck/unix.c:1700 e2fsck/util.c:67
2985 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2988 #: e2fsck/unix.c:1704
2990 msgid "%s: ***** REBOOT LINUX *****\n"
2993 #: e2fsck/unix.c:1712 e2fsck/util.c:73
2997 "%s: ********** WARNING: Filesystem still has errors **********\n"
3001 #: e2fsck/unix.c:1752
3002 msgid "while setting block group checksum info"
3005 #: e2fsck/util.c:190 misc/util.c:70
3009 #: e2fsck/util.c:191
3013 #: e2fsck/util.c:205
3017 #: e2fsck/util.c:207
3021 #: e2fsck/util.c:209
3025 #: e2fsck/util.c:223
3026 msgid "cancelled!\n"
3029 #: e2fsck/util.c:238
3033 #: e2fsck/util.c:240
3037 #: e2fsck/util.c:250
3044 #: e2fsck/util.c:254
3051 #: e2fsck/util.c:258
3055 #: e2fsck/util.c:258
3059 #: e2fsck/util.c:273
3061 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3064 #: e2fsck/util.c:278
3065 msgid "reading inode and block bitmaps"
3068 #: e2fsck/util.c:286
3070 msgid "while retrying to read bitmaps for %s"
3073 #: e2fsck/util.c:298
3074 msgid "writing block and inode bitmaps"
3077 #: e2fsck/util.c:303
3079 msgid "while rewriting block and inode bitmaps for %s"
3082 #: e2fsck/util.c:315
3087 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3088 "\t(i.e., without -a or -p options)\n"
3091 #: e2fsck/util.c:396
3093 msgid "Memory used: %luk/%luk (%luk/%luk), "
3096 #: e2fsck/util.c:400
3098 msgid "Memory used: %lu, "
3101 #: e2fsck/util.c:407
3103 msgid "time: %5.2f/%5.2f/%5.2f\n"
3106 #: e2fsck/util.c:412
3108 msgid "elapsed time: %6.3f\n"
3111 #: e2fsck/util.c:447 e2fsck/util.c:461
3113 msgid "while reading inode %lu in %s"
3116 #: e2fsck/util.c:475 e2fsck/util.c:488
3118 msgid "while writing inode %lu in %s"
3121 #: e2fsck/util.c:637
3122 msgid "while allocating zeroizing buffer"
3125 #: e2fsck/util.c:785
3127 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3131 #: misc/badblocks.c:69
3135 #: misc/badblocks.c:92
3138 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3139 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3141 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3142 " device [last_block [first_block]]\n"
3145 #: misc/badblocks.c:103
3148 "%s: The -n and -w options are mutually exclusive.\n"
3152 #: misc/badblocks.c:218
3154 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3157 #: misc/badblocks.c:322
3158 msgid "Testing with random pattern: "
3161 #: misc/badblocks.c:340
3162 msgid "Testing with pattern 0x"
3165 #: misc/badblocks.c:372 misc/badblocks.c:445
3169 #: misc/badblocks.c:383
3171 msgid "Weird value (%ld) in do_read\n"
3174 #: misc/badblocks.c:469
3175 msgid "during ext2fs_sync_device"
3178 #: misc/badblocks.c:489 misc/badblocks.c:749
3179 msgid "while beginning bad block list iteration"
3182 #: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
3183 msgid "while allocating buffers"
3186 #: misc/badblocks.c:507
3188 msgid "Checking blocks %lu to %lu\n"
3191 #: misc/badblocks.c:512
3192 msgid "Checking for bad blocks in read-only mode\n"
3195 #: misc/badblocks.c:521
3196 msgid "Checking for bad blocks (read-only test): "
3199 #: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3200 #: misc/badblocks.c:822
3201 msgid "Too many bad blocks, aborting test\n"
3204 #: misc/badblocks.c:609
3205 msgid "Checking for bad blocks in read-write mode\n"
3208 #: misc/badblocks.c:611 misc/badblocks.c:772
3210 msgid "From block %lu to %lu\n"
3213 #: misc/badblocks.c:666
3214 msgid "Reading and comparing: "
3217 #: misc/badblocks.c:771
3218 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3221 #: misc/badblocks.c:777
3222 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3225 #: misc/badblocks.c:784
3228 "Interrupt caught, cleaning up\n"
3231 #: misc/badblocks.c:867
3233 msgid "during test data write, block %lu"
3236 #: misc/badblocks.c:988 misc/util.c:152
3238 msgid "%s is mounted; "
3241 #: misc/badblocks.c:990
3242 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3245 #: misc/badblocks.c:995
3246 msgid "it's not safe to run badblocks!\n"
3249 #: misc/badblocks.c:1000 misc/util.c:163
3251 msgid "%s is apparently in use by the system; "
3254 #: misc/badblocks.c:1003
3255 msgid "badblocks forced anyway.\n"
3258 #: misc/badblocks.c:1023
3260 msgid "invalid %s - %s"
3263 #: misc/badblocks.c:1133
3265 msgid "can't allocate memory for test_pattern - %s"
3268 #: misc/badblocks.c:1163
3269 msgid "Maximum of one test_pattern may be specified in read-only mode"
3272 #: misc/badblocks.c:1169
3273 msgid "Random test_pattern is not allowed in read-only mode"
3276 #: misc/badblocks.c:1183
3278 "Couldn't determine device size; you must specify\n"
3279 "the size manually\n"
3282 #: misc/badblocks.c:1189
3283 msgid "while trying to determine device size"
3286 #: misc/badblocks.c:1194
3290 #: misc/badblocks.c:1200
3294 #: misc/badblocks.c:1203
3296 msgid "invalid starting block (%lu): must be less than %lu"
3299 #: misc/badblocks.c:1259
3300 msgid "while creating in-memory bad blocks list"
3303 #: misc/badblocks.c:1274
3304 msgid "while adding to in-memory bad block list"
3307 #: misc/badblocks.c:1298
3309 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3314 msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3317 #: misc/chattr.c:155
3319 msgid "bad version - %s\n"
3322 #: misc/chattr.c:201 misc/lsattr.c:116
3324 msgid "while trying to stat %s"
3327 #: misc/chattr.c:208
3329 msgid "while reading flags on %s"
3332 #: misc/chattr.c:213 misc/chattr.c:225
3334 msgid "Flags of %s set as "
3337 #: misc/chattr.c:234
3339 msgid "while setting flags on %s"
3342 #: misc/chattr.c:242
3344 msgid "Version of %s set as %lu\n"
3347 #: misc/chattr.c:246
3349 msgid "while setting version on %s"
3352 #: misc/chattr.c:266
3354 msgid "Couldn't allocate path variable in chattr_dir_proc"
3357 #: misc/chattr.c:306
3358 msgid "= is incompatible with - and +\n"
3361 #: misc/chattr.c:314
3362 msgid "Must use '-v', =, - or +\n"
3365 #: misc/dumpe2fs.c:55
3367 msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3370 #: misc/dumpe2fs.c:159
3374 #: misc/dumpe2fs.c:168
3378 #: misc/dumpe2fs.c:196
3380 msgid "Group %lu: (Blocks "
3383 #: misc/dumpe2fs.c:204
3385 msgid " Checksum 0x%04x"
3388 #: misc/dumpe2fs.c:206
3390 msgid " (EXPECTED 0x%04x)"
3393 #: misc/dumpe2fs.c:207
3395 msgid ", unused inodes %u\n"
3398 #: misc/dumpe2fs.c:212
3400 msgid " %s superblock at "
3403 #: misc/dumpe2fs.c:213
3407 #: misc/dumpe2fs.c:213
3411 #: misc/dumpe2fs.c:217
3413 msgid ", Group descriptors at "
3416 #: misc/dumpe2fs.c:221
3420 " Reserved GDT blocks at "
3423 #: misc/dumpe2fs.c:228
3425 msgid " Group descriptor at "
3428 #: misc/dumpe2fs.c:234
3429 msgid " Block bitmap at "
3432 #: misc/dumpe2fs.c:238
3433 msgid ", Inode bitmap at "
3436 #: misc/dumpe2fs.c:242
3442 #: misc/dumpe2fs.c:248
3446 " %u free %s, %u free inodes, %u directories%s"
3449 #: misc/dumpe2fs.c:255
3451 msgid ", %u unused inodes\n"
3454 #: misc/dumpe2fs.c:258
3455 msgid " Free blocks: "
3458 #: misc/dumpe2fs.c:269
3459 msgid " Free inodes: "
3462 #: misc/dumpe2fs.c:300
3463 msgid "while printing bad block list"
3466 #: misc/dumpe2fs.c:306
3468 msgid "Bad blocks: %u"
3471 #: misc/dumpe2fs.c:333 misc/tune2fs.c:306
3472 msgid "while reading journal inode"
3475 #: misc/dumpe2fs.c:339
3476 msgid "while opening journal inode"
3479 #: misc/dumpe2fs.c:345
3480 msgid "while reading journal super block"
3483 #: misc/dumpe2fs.c:355
3485 msgid "Journal features: "
3488 #: misc/dumpe2fs.c:368
3489 msgid "Journal size: "
3492 #: misc/dumpe2fs.c:379
3495 "Journal length: %u\n"
3496 "Journal sequence: 0x%08x\n"
3497 "Journal start: %u\n"
3500 #: misc/dumpe2fs.c:386
3502 msgid "Journal errno: %d\n"
3505 #: misc/dumpe2fs.c:401 misc/tune2fs.c:222
3506 msgid "while reading journal superblock"
3509 #: misc/dumpe2fs.c:409
3510 msgid "Couldn't find journal superblock magic numbers"
3513 #: misc/dumpe2fs.c:413
3517 "Journal block size: %u\n"
3518 "Journal length: %u\n"
3519 "Journal first block: %u\n"
3520 "Journal sequence: 0x%08x\n"
3521 "Journal start: %u\n"
3522 "Journal number of users: %u\n"
3525 #: misc/dumpe2fs.c:426
3527 msgid "Journal users: %s\n"
3530 #: misc/dumpe2fs.c:442 misc/mke2fs.c:666 misc/tune2fs.c:1137
3532 msgid "Couldn't allocate memory to parse options!\n"
3535 #: misc/dumpe2fs.c:468
3537 msgid "Invalid superblock parameter: %s\n"
3540 #: misc/dumpe2fs.c:483
3542 msgid "Invalid blocksize parameter: %s\n"
3545 #: misc/dumpe2fs.c:494
3549 "Bad extended option(s) specified: %s\n"
3551 "Extended options are separated by commas, and may take an argument which\n"
3552 "\tis set off by an equals ('=') sign.\n"
3554 "Valid extended options are:\n"
3555 "\tsuperblock=<superblock number>\n"
3556 "\tblocksize=<blocksize>\n"
3559 #: misc/dumpe2fs.c:554 misc/mke2fs.c:1555
3561 msgid "\tUsing %s\n"
3564 #: misc/dumpe2fs.c:590 misc/e2image.c:1326 misc/tune2fs.c:1923
3565 #: resize/main.c:317
3567 msgid "Couldn't find valid filesystem superblock.\n"
3570 #: misc/dumpe2fs.c:618
3574 "%s: %s: error reading bitmaps: %s\n"
3577 #: misc/e2image.c:90
3579 msgid "Usage: %s [-rsIQa] device image_file\n"
3582 #: misc/e2image.c:138
3584 msgid "Error: header size is bigger than wrt_size\n"
3587 #: misc/e2image.c:144
3588 msgid "Couldn't allocate header buffer\n"
3591 #: misc/e2image.c:174
3592 msgid "while writing superblock"
3595 #: misc/e2image.c:182
3596 msgid "while writing inode table"
3599 #: misc/e2image.c:189
3600 msgid "while writing block bitmap"
3603 #: misc/e2image.c:196
3604 msgid "while writing inode bitmap"
3607 #: misc/e2image.c:1365
3609 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3612 #: misc/e2label.c:58
3614 msgid "e2label: cannot open %s\n"
3617 #: misc/e2label.c:63
3619 msgid "e2label: cannot seek to superblock\n"
3622 #: misc/e2label.c:68
3624 msgid "e2label: error reading superblock\n"
3627 #: misc/e2label.c:72
3629 msgid "e2label: not an ext2 filesystem\n"
3632 #: misc/e2label.c:97 misc/tune2fs.c:2080
3634 msgid "Warning: label too long, truncating.\n"
3637 #: misc/e2label.c:100
3639 msgid "e2label: cannot seek to superblock again\n"
3642 #: misc/e2label.c:105
3644 msgid "e2label: error writing superblock\n"
3647 #: misc/e2label.c:117 misc/tune2fs.c:803
3649 msgid "Usage: e2label device [newlabel]\n"
3654 msgid "Usage: %s <transaction file> <filesystem>\n"
3658 msgid "Failed to read the file system data \n"
3661 #: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
3663 msgid "Failed tdb_fetch %s\n"
3668 msgid "The file system Mount time didn't match %u\n"
3672 msgid "The file system UUID didn't match \n"
3675 #: misc/e2undo.c:163
3677 msgid "Failed tdb_open %s\n"
3680 #: misc/e2undo.c:169
3682 msgid "Error while determining whether %s is mounted.\n"
3685 #: misc/e2undo.c:175
3686 msgid "e2undo should only be run on unmounted file system\n"
3689 #: misc/e2undo.c:184
3691 msgid "Failed to open %s\n"
3694 #: misc/e2undo.c:210
3696 msgid "Replayed transaction of size %zd at location %llu\n"
3699 #: misc/e2undo.c:216
3701 msgid "Failed write %s\n"
3706 msgid "WARNING: couldn't open %s: %s\n"
3711 msgid "WARNING: bad format on line %d of %s\n"
3716 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
3717 "\tfield. I will kludge around things for you, but you\n"
3718 "\tshould fix your /etc/fstab file as soon as you can.\n"
3724 msgid "fsck: %s: not found\n"
3729 msgid "%s: wait: No more child process?!?\n"
3734 msgid "Warning... %s for device %s exited with signal %d.\n"
3739 msgid "%s %s: status is %x, should never happen.\n"
3744 msgid "Finished with %s (exit status %d)\n"
3749 msgid "%s: Error %d while executing fsck.%s for %s\n"
3754 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3755 "with 'no' or '!'.\n"
3759 msgid "Couldn't allocate memory for filesystem types\n"
3765 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3771 msgid "fsck: cannot check %s: fsck.%s not found\n"
3775 msgid "Checking all file systems.\n"
3780 msgid "--waiting-- (pass %d)\n"
3785 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3790 msgid "%s: too many devices\n"
3793 #: misc/fsck.c:1153 misc/fsck.c:1239
3795 msgid "%s: too many arguments\n"
3800 msgid "Usage: %s [-RVadlv] [files...]\n"
3805 msgid "While reading flags on %s"
3810 msgid "While reading version on %s"
3813 #: misc/mke2fs.c:116
3816 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
3817 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3818 "\t[-G flex-group-size] [-N number-of-inodes]\n"
3819 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3820 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3821 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3822 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
3826 #: misc/mke2fs.c:221
3828 msgid "Running command: %s\n"
3831 #: misc/mke2fs.c:225
3833 msgid "while trying to run '%s'"
3836 #: misc/mke2fs.c:232
3837 msgid "while processing list of bad blocks from program"
3840 #: misc/mke2fs.c:259
3842 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3845 #: misc/mke2fs.c:261
3847 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3850 #: misc/mke2fs.c:264
3851 msgid "Aborting....\n"
3854 #: misc/mke2fs.c:284
3857 "Warning: the backup superblock/group descriptors at block %u contain\n"
3862 #: misc/mke2fs.c:303
3863 msgid "while marking bad blocks as used"
3866 #: misc/mke2fs.c:320
3867 msgid "Writing inode tables: "
3870 #: misc/mke2fs.c:341
3874 "Could not write %d blocks in inode table starting at %llu: %s\n"
3877 #: misc/mke2fs.c:355 misc/mke2fs.c:2257 misc/mke2fs.c:2512
3882 #: misc/mke2fs.c:366
3883 msgid "while creating root dir"
3886 #: misc/mke2fs.c:373
3887 msgid "while reading root inode"
3890 #: misc/mke2fs.c:385
3891 msgid "while setting root inode ownership"
3894 #: misc/mke2fs.c:403
3895 msgid "while creating /lost+found"
3898 #: misc/mke2fs.c:410
3899 msgid "while looking up /lost+found"
3902 #: misc/mke2fs.c:423
3903 msgid "while expanding /lost+found"
3906 #: misc/mke2fs.c:438
3907 msgid "while setting bad block inode"
3910 #: misc/mke2fs.c:465
3912 msgid "Out of memory erasing sectors %d-%d\n"
3915 #: misc/mke2fs.c:475
3917 msgid "Warning: could not read block 0: %s\n"
3920 #: misc/mke2fs.c:491
3922 msgid "Warning: could not erase sector %d: %s\n"
3925 #: misc/mke2fs.c:507
3926 msgid "while initializing journal superblock"
3929 #: misc/mke2fs.c:515
3930 msgid "Zeroing journal device: "
3933 #: misc/mke2fs.c:527
3935 msgid "while zeroing journal device (block %llu, count %d)"
3938 #: misc/mke2fs.c:545
3939 msgid "while writing journal superblock"
3942 #: misc/mke2fs.c:560
3945 "warning: %llu blocks unused.\n"
3949 #: misc/mke2fs.c:565
3951 msgid "Filesystem label=%s\n"
3954 #: misc/mke2fs.c:568
3956 msgid "OS type: %s\n"
3959 #: misc/mke2fs.c:570
3961 msgid "Block size=%u (log=%u)\n"
3964 #: misc/mke2fs.c:574
3966 msgid "Cluster size=%u (log=%u)\n"
3969 #: misc/mke2fs.c:578
3971 msgid "Fragment size=%u (log=%u)\n"
3974 #: misc/mke2fs.c:580
3976 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3979 #: misc/mke2fs.c:582
3981 msgid "%u inodes, %llu blocks\n"
3984 #: misc/mke2fs.c:584
3986 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
3989 #: misc/mke2fs.c:587
3991 msgid "First data block=%u\n"
3994 #: misc/mke2fs.c:589
3996 msgid "Root directory owner=%u:%u\n"
3999 #: misc/mke2fs.c:591
4001 msgid "Maximum filesystem blocks=%lu\n"
4004 #: misc/mke2fs.c:595
4006 msgid "%u block groups\n"
4009 #: misc/mke2fs.c:597
4011 msgid "%u block group\n"
4014 #: misc/mke2fs.c:600
4016 msgid "%u blocks per group, %u clusters per group\n"
4019 #: misc/mke2fs.c:603
4021 msgid "%u blocks per group, %u fragments per group\n"
4024 #: misc/mke2fs.c:605
4026 msgid "%u inodes per group\n"
4029 #: misc/mke2fs.c:612
4031 msgid "Superblock backups stored on blocks: "
4034 #: misc/mke2fs.c:691 misc/tune2fs.c:1165
4036 msgid "Invalid mmp_update_interval: %s\n"
4039 #: misc/mke2fs.c:705
4041 msgid "Invalid stride parameter: %s\n"
4044 #: misc/mke2fs.c:720
4046 msgid "Invalid stripe-width parameter: %s\n"
4049 #: misc/mke2fs.c:743
4051 msgid "Invalid resize parameter: %s\n"
4054 #: misc/mke2fs.c:750
4056 msgid "The resize maximum must be greater than the filesystem size.\n"
4059 #: misc/mke2fs.c:774
4061 msgid "On-line resizing not supported with revision 0 filesystems\n"
4064 #: misc/mke2fs.c:801 misc/mke2fs.c:810
4066 msgid "Invalid root_owner: '%s'\n"
4069 #: misc/mke2fs.c:835
4071 msgid "Invalid quotatype parameter: %s\n"
4074 #: misc/mke2fs.c:846
4078 "Bad option(s) specified: %s\n"
4080 "Extended options are separated by commas, and may take an argument which\n"
4081 "\tis set off by an equals ('=') sign.\n"
4083 "Valid extended options are:\n"
4084 "\tstride=<RAID per-disk data chunk in blocks>\n"
4085 "\tstripe-width=<RAID stride * data disks in blocks>\n"
4086 "\tresize=<resize maximum size in blocks>\n"
4087 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4088 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4089 "\troot_uid=<uid of root directory>\n"
4090 "\troot_gid=<gid of root directory>\n"
4094 "\tquotatype=<usr OR grp>\n"
4098 #: misc/mke2fs.c:868
4102 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4106 #: misc/mke2fs.c:907
4109 "Syntax error in mke2fs config file (%s, line #%d)\n"
4113 #: misc/mke2fs.c:920 misc/tune2fs.c:398
4115 msgid "Invalid filesystem option set: %s\n"
4118 #: misc/mke2fs.c:932 misc/tune2fs.c:349
4120 msgid "Invalid mount option set: %s\n"
4123 #: misc/mke2fs.c:1072
4127 "Your mke2fs.conf file does not define the %s filesystem type.\n"
4130 #: misc/mke2fs.c:1076
4133 "You probably need to install an updated mke2fs.conf file.\n"
4137 #: misc/mke2fs.c:1080
4139 msgid "Aborting...\n"
4142 #: misc/mke2fs.c:1120
4146 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
4150 #: misc/mke2fs.c:1276
4152 msgid "Couldn't allocate memory for new PATH.\n"
4155 #: misc/mke2fs.c:1317
4157 msgid "Couldn't init profile successfully (error: %ld).\n"
4160 #: misc/mke2fs.c:1357
4162 msgid "invalid block size - %s"
4165 #: misc/mke2fs.c:1361
4167 msgid "Warning: blocksize %d not usable on most systems.\n"
4170 #: misc/mke2fs.c:1377
4172 msgid "invalid cluster size - %s"
4175 #: misc/mke2fs.c:1387
4176 msgid "'-R' is deprecated, use '-E' instead"
4179 #: misc/mke2fs.c:1399
4180 msgid "Illegal number for blocks per group"
4183 #: misc/mke2fs.c:1404
4184 msgid "blocks per group must be multiple of 8"
4187 #: misc/mke2fs.c:1412
4188 msgid "Illegal number for flex_bg size"
4191 #: misc/mke2fs.c:1418
4192 msgid "flex_bg size must be a power of 2"
4195 #: misc/mke2fs.c:1428
4197 msgid "invalid inode ratio %s (min %d/max %d)"
4200 #: misc/mke2fs.c:1438
4202 msgid "invalid inode size - %s"
4205 #: misc/mke2fs.c:1450
4208 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
4209 "nodiscard' extended option instead!\n"
4212 #: misc/mke2fs.c:1460
4213 msgid "in malloc for bad_blocks_filename"
4216 #: misc/mke2fs.c:1473
4218 msgid "invalid reserved blocks percent - %s"
4221 #: misc/mke2fs.c:1488
4223 msgid "bad num inodes - %s"
4226 #: misc/mke2fs.c:1505
4228 msgid "bad revision level - %s"
4231 #: misc/mke2fs.c:1519
4232 msgid "The -t option may only be used once"
4235 #: misc/mke2fs.c:1527
4236 msgid "The -T option may only be used once"
4239 #: misc/mke2fs.c:1580 misc/mke2fs.c:2591
4241 msgid "while trying to open journal device %s\n"
4244 #: misc/mke2fs.c:1586
4246 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4249 #: misc/mke2fs.c:1592
4251 msgid "Using journal device's blocksize: %d\n"
4254 #: misc/mke2fs.c:1603
4256 msgid "invalid blocks '%s' on device '%s'"
4259 #: misc/mke2fs.c:1613
4263 #: misc/mke2fs.c:1626 resize/main.c:367
4264 msgid "while trying to determine filesystem size"
4267 #: misc/mke2fs.c:1632
4269 "Couldn't determine device size; you must specify\n"
4270 "the size of the filesystem\n"
4273 #: misc/mke2fs.c:1639
4275 "Device size reported to be zero. Invalid partition specified, or\n"
4276 "\tpartition table wasn't reread after running fdisk, due to\n"
4277 "\ta modified partition being busy and in use. You may need to reboot\n"
4278 "\tto re-read your partition table.\n"
4281 #: misc/mke2fs.c:1656
4282 msgid "Filesystem larger than apparent device size."
4285 #: misc/mke2fs.c:1676
4287 msgid "Failed to parse fs types list\n"
4290 #: misc/mke2fs.c:1730
4293 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4294 "\tin 32 bits using a blocksize of %d.\n"
4297 #: misc/mke2fs.c:1746
4298 msgid "fs_types for mke2fs.conf resolution: "
4301 #: misc/mke2fs.c:1753
4303 msgid "Filesystem features not supported with revision 0 filesystems\n"
4306 #: misc/mke2fs.c:1760
4308 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4311 #: misc/mke2fs.c:1772
4313 msgid "Journals not supported with revision 0 filesystems\n"
4316 #: misc/mke2fs.c:1786
4318 msgid "invalid reserved blocks percent - %lf"
4321 #: misc/mke2fs.c:1802
4324 "The resize_inode and meta_bg features are not compatible.\n"
4325 "They can not be both enabled simultaneously.\n"
4328 #: misc/mke2fs.c:1819
4329 msgid "while trying to determine hardware sector size"
4332 #: misc/mke2fs.c:1825
4333 msgid "while trying to determine physical sector size"
4336 #: misc/mke2fs.c:1858
4337 msgid "while setting blocksize; too small for device\n"
4340 #: misc/mke2fs.c:1863
4343 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4346 #: misc/mke2fs.c:1881
4347 msgid "The cluster size may not be smaller than the block size.\n"
4350 #: misc/mke2fs.c:1887
4351 msgid "specifying a cluster size requires the bigalloc feature"
4354 #: misc/mke2fs.c:1906
4356 msgid "warning: Unable to get device geometry for %s\n"
4359 #: misc/mke2fs.c:1909
4361 msgid "%s alignment is offset by %lu bytes.\n"
4364 #: misc/mke2fs.c:1911
4367 "This may result in very poor performance, (re)-partitioning suggested.\n"
4370 #: misc/mke2fs.c:1930
4372 msgid "%d-byte blocks too big for system (max %d)"
4375 #: misc/mke2fs.c:1934
4378 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4381 #: misc/mke2fs.c:1968
4382 msgid "Can't support bigalloc feature without extents feature"
4385 #: misc/mke2fs.c:1975
4389 "Warning: the bigalloc feature is still under development\n"
4390 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
4394 #: misc/mke2fs.c:1982 misc/tune2fs.c:740
4398 "Warning: the quota feature is still under development\n"
4399 "See https://ext4.wiki.kernel.org/index.php/Quota for more information\n"
4403 #: misc/mke2fs.c:1993
4404 msgid "reserved online resize blocks not supported on non-sparse filesystem"
4407 #: misc/mke2fs.c:2002
4408 msgid "blocks per group count out of range"
4411 #: misc/mke2fs.c:2026
4412 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4415 #: misc/mke2fs.c:2038
4417 msgid "invalid inode size %d (min %d/max %d)"
4420 #: misc/mke2fs.c:2056
4422 msgid "too many inodes (%llu), raise inode ratio?"
4425 #: misc/mke2fs.c:2063
4427 msgid "too many inodes (%llu), specify < 2^32 inodes"
4430 #: misc/mke2fs.c:2077
4433 "inode_size (%u) * inodes_count (%u) too big for a\n"
4434 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4435 "\tor lower inode count (-N).\n"
4438 #: misc/mke2fs.c:2196
4441 "Overwriting existing filesystem; this can be undone using the command:\n"
4446 #: misc/mke2fs.c:2210
4447 msgid "while trying to setup undo file\n"
4450 #: misc/mke2fs.c:2236
4451 msgid "Discarding device blocks: "
4454 #: misc/mke2fs.c:2252
4458 #: misc/mke2fs.c:2360
4459 msgid "while setting up superblock"
4462 #: misc/mke2fs.c:2369
4464 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4467 #: misc/mke2fs.c:2452
4469 msgid "unknown os - %s"
4472 #: misc/mke2fs.c:2504
4474 msgid "Allocating group tables: "
4477 #: misc/mke2fs.c:2508
4478 msgid "while trying to allocate filesystem tables"
4481 #: misc/mke2fs.c:2517
4484 "\twhile converting subcluster bitmap"
4487 #: misc/mke2fs.c:2560
4489 msgid "while zeroing block %llu at end of filesystem"
4492 #: misc/mke2fs.c:2573
4493 msgid "while reserving blocks for online resize"
4496 #: misc/mke2fs.c:2584 misc/tune2fs.c:645
4500 #: misc/mke2fs.c:2596
4502 msgid "Adding journal to device %s: "
4505 #: misc/mke2fs.c:2603
4509 "\twhile trying to add journal to device %s"
4512 #: misc/mke2fs.c:2608 misc/mke2fs.c:2640 misc/tune2fs.c:674 misc/tune2fs.c:688
4517 #: misc/mke2fs.c:2617
4519 msgid "Skipping journal creation in super-only mode\n"
4522 #: misc/mke2fs.c:2628
4524 msgid "Creating journal (%u blocks): "
4527 #: misc/mke2fs.c:2636
4530 "\twhile trying to create journal"
4533 #: misc/mke2fs.c:2647 misc/tune2fs.c:451
4537 "Error while enabling multiple mount protection feature."
4540 #: misc/mke2fs.c:2652
4542 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4545 #: misc/mke2fs.c:2665
4547 msgid "Writing superblocks and filesystem accounting information: "
4550 #: misc/mke2fs.c:2672
4554 "Warning, had trouble writing out superblocks."
4557 #: misc/mke2fs.c:2674
4564 #: misc/mklost+found.c:50
4566 msgid "Usage: mklost+found\n"
4569 #: misc/partinfo.c:41
4572 "Usage: %s device...\n"
4574 "Prints out the partition information for each given device.\n"
4575 "For example: %s /dev/hda\n"
4579 #: misc/partinfo.c:51
4581 msgid "Cannot open %s: %s"
4584 #: misc/partinfo.c:57
4586 msgid "Cannot get geometry of %s: %s"
4589 #: misc/partinfo.c:65
4591 msgid "Cannot get size of %s: %s"
4594 #: misc/partinfo.c:71
4596 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4599 #: misc/tune2fs.c:107
4600 msgid "Please run e2fsck on the filesystem.\n"
4603 #: misc/tune2fs.c:116
4606 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4607 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4608 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4609 "mmp_update_interval]\n"
4610 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4611 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4612 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4613 "\t[ -I new_inode_size ] device\n"
4616 #: misc/tune2fs.c:209
4617 msgid "while trying to open external journal"
4620 #: misc/tune2fs.c:214
4622 msgid "%s is not a journal device.\n"
4625 #: misc/tune2fs.c:229
4626 msgid "Journal superblock not found!\n"
4629 #: misc/tune2fs.c:240
4630 msgid "Filesystem's UUID not found on journal device.\n"
4633 #: misc/tune2fs.c:261
4635 "Cannot locate journal device. It was NOT removed\n"
4636 "Use -f option to remove missing journal device.\n"
4639 #: misc/tune2fs.c:269
4640 msgid "Journal removed\n"
4643 #: misc/tune2fs.c:313
4644 msgid "while reading bitmaps"
4647 #: misc/tune2fs.c:321
4648 msgid "while clearing journal inode"
4651 #: misc/tune2fs.c:332
4652 msgid "while writing journal inode"
4655 #: misc/tune2fs.c:367
4657 msgid "(and reboot afterwards!)\n"
4660 #: misc/tune2fs.c:401
4662 msgid "Clearing filesystem feature '%s' not supported.\n"
4665 #: misc/tune2fs.c:407
4667 msgid "Setting filesystem feature '%s' not supported.\n"
4670 #: misc/tune2fs.c:416
4672 "The has_journal feature may only be cleared when the filesystem is\n"
4673 "unmounted or mounted read-only.\n"
4676 #: misc/tune2fs.c:424
4678 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
4679 "the has_journal flag.\n"
4682 #: misc/tune2fs.c:443
4684 "The multiple mount protection feature can't\n"
4685 "be set if the filesystem is mounted or\n"
4689 #: misc/tune2fs.c:461
4691 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4694 #: misc/tune2fs.c:470
4696 "The multiple mount protection feature cannot\n"
4697 "be disabled if the filesystem is readonly.\n"
4700 #: misc/tune2fs.c:478
4701 msgid "Error while reading bitmaps\n"
4704 #: misc/tune2fs.c:487
4706 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4709 #: misc/tune2fs.c:492
4710 msgid "while reading MMP block."
4713 #: misc/tune2fs.c:524
4715 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4719 #: misc/tune2fs.c:535
4721 "The huge_file feature may only be cleared when the filesystem is\n"
4722 "unmounted or mounted read-only.\n"
4725 #: misc/tune2fs.c:595
4728 "Warning: '^quota' option overrides '-Q'arguments.\n"
4731 #: misc/tune2fs.c:640
4732 msgid "The filesystem already has a journal.\n"
4735 #: misc/tune2fs.c:658
4739 "\twhile trying to open journal on %s\n"
4742 #: misc/tune2fs.c:662
4744 msgid "Creating journal on device %s: "
4747 #: misc/tune2fs.c:670
4749 msgid "while adding filesystem to journal on %s"
4752 #: misc/tune2fs.c:676
4753 msgid "Creating journal inode: "
4756 #: misc/tune2fs.c:685
4759 "\twhile trying to create journal file"
4762 #: misc/tune2fs.c:763
4763 msgid "Couldn't allocate memory to parse quota options!\n"
4766 #: misc/tune2fs.c:785
4769 "Bad quota options specified.\n"
4771 "Following valid quota options are available (pass by separating with "
4779 #: misc/tune2fs.c:846
4781 msgid "Couldn't parse date/time specifier: %s"
4784 #: misc/tune2fs.c:870 misc/tune2fs.c:883
4786 msgid "bad mounts count - %s"
4789 #: misc/tune2fs.c:899
4791 msgid "bad error behavior - %s"
4794 #: misc/tune2fs.c:926
4796 msgid "bad gid/group name - %s"
4799 #: misc/tune2fs.c:959
4801 msgid "bad interval - %s"
4804 #: misc/tune2fs.c:988
4806 msgid "bad reserved block ratio - %s"
4809 #: misc/tune2fs.c:1003
4810 msgid "-o may only be specified once"
4813 #: misc/tune2fs.c:1012
4814 msgid "-O may only be specified once"
4817 #: misc/tune2fs.c:1027
4819 msgid "bad reserved blocks count - %s"
4822 #: misc/tune2fs.c:1056
4824 msgid "bad uid/user name - %s"
4827 #: misc/tune2fs.c:1073
4829 msgid "bad inode size - %s"
4832 #: misc/tune2fs.c:1080
4834 msgid "Inode size must be a power of two- %s"
4837 #: misc/tune2fs.c:1174
4839 msgid "mmp_update_interval too big: %lu\n"
4842 #: misc/tune2fs.c:1179
4844 msgid "Setting multiple mount protection update interval to %lu second\n"
4846 "Setting multiple mount protection update interval to %lu seconds\n"
4850 #: misc/tune2fs.c:1202
4852 msgid "Invalid RAID stride: %s\n"
4855 #: misc/tune2fs.c:1217
4857 msgid "Invalid RAID stripe-width: %s\n"
4860 #: misc/tune2fs.c:1232
4862 msgid "Invalid hash algorithm: %s\n"
4865 #: misc/tune2fs.c:1238
4867 msgid "Setting default hash algorithm to %s (%d)\n"
4870 #: misc/tune2fs.c:1257
4874 "Bad options specified.\n"
4876 "Extended options are separated by commas, and may take an argument which\n"
4877 "\tis set off by an equals ('=') sign.\n"
4879 "Valid extended options are:\n"
4881 "\thash_alg=<hash algorithm>\n"
4882 "\tmount_opts=<extended default mount options>\n"
4883 "\tstride=<RAID per-disk chunk size in blocks>\n"
4884 "\tstripe_width=<RAID stride*data disks in blocks>\n"
4889 #: misc/tune2fs.c:1723
4890 msgid "Failed to read inode bitmap\n"
4893 #: misc/tune2fs.c:1728
4894 msgid "Failed to read block bitmap\n"
4897 #: misc/tune2fs.c:1745 resize/resize2fs.c:870
4898 msgid "blocks to be moved"
4901 #: misc/tune2fs.c:1748
4902 msgid "Failed to allocate block bitmap when increasing inode size\n"
4905 #: misc/tune2fs.c:1754
4906 msgid "Not enough space to increase inode size \n"
4909 #: misc/tune2fs.c:1759
4910 msgid "Failed to relocate blocks during inode resize \n"
4913 #: misc/tune2fs.c:1791
4915 "Error in resizing the inode size.\n"
4916 "Run e2undo to undo the file system changes. \n"
4919 #: misc/tune2fs.c:1818
4920 msgid "Couldn't allocate memory for tdb filename\n"
4923 #: misc/tune2fs.c:1840
4925 msgid "while trying to delete %s"
4928 #: misc/tune2fs.c:1850
4931 "To undo the tune2fs operation please run the command\n"
4936 #: misc/tune2fs.c:1919
4939 "MMP block magic is bad. Try to fix it by running:\n"
4943 #: misc/tune2fs.c:1937
4945 msgid "The inode size is already %lu\n"
4948 #: misc/tune2fs.c:1943
4950 msgid "Shrinking the inode size is not supported\n"
4953 #: misc/tune2fs.c:1949
4955 msgid "Invalid inode size %lu (max %d)\n"
4958 #: misc/tune2fs.c:1996
4960 msgid "Setting maximal mount count to %d\n"
4963 #: misc/tune2fs.c:2002
4965 msgid "Setting current mount count to %d\n"
4968 #: misc/tune2fs.c:2007
4970 msgid "Setting error behavior to %d\n"
4973 #: misc/tune2fs.c:2012
4975 msgid "Setting reserved blocks gid to %lu\n"
4978 #: misc/tune2fs.c:2017
4980 msgid "interval between checks is too big (%lu)"
4983 #: misc/tune2fs.c:2024
4985 msgid "Setting interval between checks to %lu seconds\n"
4988 #: misc/tune2fs.c:2031
4990 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
4993 #: misc/tune2fs.c:2037
4995 msgid "reserved blocks count is too big (%llu)"
4998 #: misc/tune2fs.c:2044
5000 msgid "Setting reserved blocks count to %llu\n"
5003 #: misc/tune2fs.c:2050
5006 "The filesystem already has sparse superblocks.\n"
5009 #: misc/tune2fs.c:2057
5013 "Sparse superblock flag set. %s"
5016 #: misc/tune2fs.c:2062
5019 "Clearing the sparse superflag not supported.\n"
5022 #: misc/tune2fs.c:2070
5024 msgid "Setting time filesystem last checked to %s\n"
5027 #: misc/tune2fs.c:2076
5029 msgid "Setting reserved blocks uid to %lu\n"
5032 #: misc/tune2fs.c:2108
5033 msgid "Error in using clear_mmp. It must be used with -f\n"
5036 #: misc/tune2fs.c:2126
5038 "The quota feature may only be changed when the filesystem is unmounted.\n"
5041 #: misc/tune2fs.c:2159
5042 msgid "Invalid UUID format\n"
5045 #: misc/tune2fs.c:2172
5046 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5049 #: misc/tune2fs.c:2180
5051 "Changing the inode size not supported for filesystems with the flex_bg\n"
5052 "feature enabled.\n"
5055 #: misc/tune2fs.c:2193
5057 msgid "Setting inode size %lu\n"
5060 #: misc/tune2fs.c:2196
5062 msgid "Failed to change inode size\n"
5065 #: misc/tune2fs.c:2207
5067 msgid "Setting stride size to %d\n"
5070 #: misc/tune2fs.c:2212
5072 msgid "Setting stripe width to %d\n"
5075 #: misc/tune2fs.c:2219
5077 msgid "Setting extended default mount options to '%s'\n"
5081 msgid "Proceed anyway? (y,n) "
5086 msgid "Could not stat %s --- %s\n"
5092 "The device apparently does not exist; did you specify it correctly?\n"
5097 msgid "%s is not a block special device.\n"
5102 msgid "%s is entire device, not just one partition!\n"
5106 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5111 msgid "will not make a %s here!\n"
5115 msgid "mke2fs forced anyway.\n"
5119 msgid "Couldn't allocate memory to parse journal options!\n"
5126 "Could not find journal device matching %s\n"
5132 "Bad journal options specified.\n"
5134 "Journal options are separated by commas, and may take an argument which\n"
5135 "\tis set off by an equals ('=') sign.\n"
5137 "Valid journal options are:\n"
5138 "\tsize=<journal size in megabytes>\n"
5139 "\tdevice=<journal device>\n"
5141 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5148 "Filesystem too small for a journal\n"
5155 "The requested journal size is %d blocks; it must be\n"
5156 "between 1024 and 10240000 blocks. Aborting.\n"
5162 "Journal size too big for filesystem.\n"
5168 "This filesystem will be automatically checked every %d mounts or\n"
5169 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5174 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5179 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5188 msgid "bad arguments"
5204 msgid "bad response length"
5209 msgid "uuidd daemon already running at pid %s\n"
5214 msgid "Couldn't create unix stream socket: %s"
5219 msgid "Couldn't bind unix socket %s: %s\n"
5224 msgid "Couldn't listen on unix socket %s: %s\n"
5229 msgid "Error reading from client, len = %d\n"
5234 msgid "operation %d, incoming num = %d\n"
5239 msgid "Generated time UUID: %s\n"
5244 msgid "Generated random UUID: %s\n"
5249 msgid "Generated time UUID %s and subsequent UUID\n"
5250 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5256 msgid "Generated %d UUID's:\n"
5261 msgid "Invalid operation %d\n"
5264 #: misc/uuidd.c:476 misc/uuidd.c:498
5266 msgid "Bad number: %s\n"
5269 #: misc/uuidd.c:533 misc/uuidd.c:562
5271 msgid "Error calling uuidd daemon (%s): %s\n"
5276 msgid "%s and subsequent UUID\n"
5277 msgid_plural "%s and subsequent %d UUIDs\n"
5283 msgid "List of UUID's:\n"
5288 msgid "Unexpected reply length from server %d\n"
5293 msgid "Couldn't kill uuidd running at pid %d: %s\n"
5298 msgid "Killed uuidd running at pid %d\n"
5301 #: misc/uuidgen.c:32
5303 msgid "Usage: %s [-r] [-t]\n"
5306 #: resize/extent.c:202
5307 msgid "# Extent dump:\n"
5310 #: resize/extent.c:203
5312 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5318 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5323 msgid "Extending the inode table"
5327 msgid "Relocating blocks"
5331 msgid "Scanning inode table"
5335 msgid "Updating inode references"
5339 msgid "Moving inode table"
5343 msgid "Unknown pass?!?"
5348 msgid "Begin pass %d (max = %lu)\n"
5351 #: resize/main.c:154
5355 "Resizing bigalloc file systems has not been fully tested. Proceed\n"
5356 "at your own risk! Use the force option if you want to go ahead anyway.\n"
5360 #: resize/main.c:271
5362 msgid "while opening %s"
5365 #: resize/main.c:279
5367 msgid "while getting stat information for %s"
5370 #: resize/main.c:337 resize/main.c:450
5373 "Please run 'e2fsck -f %s' first.\n"
5377 #: resize/main.c:341
5379 msgid "Estimated minimum size of the filesystem: %llu\n"
5382 #: resize/main.c:377
5384 msgid "Invalid new size: %s\n"
5387 #: resize/main.c:393
5388 msgid "New size too large to be expressed in 32 bits\n"
5391 #: resize/main.c:401
5393 msgid "New size smaller than minimum (%llu)\n"
5396 #: resize/main.c:407
5397 msgid "Invalid stride length"
5400 #: resize/main.c:431
5403 "The containing partition (or device) is only %llu (%dk) blocks.\n"
5404 "You requested a new size of %llu blocks.\n"
5408 #: resize/main.c:438
5411 "The filesystem is already %llu blocks long. Nothing to do!\n"
5415 #: resize/main.c:455
5417 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5420 #: resize/main.c:464
5422 msgid "while trying to resize %s"
5425 #: resize/main.c:467
5428 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
5429 "after the aborted resize operation.\n"
5432 #: resize/main.c:473
5435 "The filesystem on %s is now %llu blocks long.\n"
5439 #: resize/main.c:488
5441 msgid "while trying to truncate %s"
5444 #: resize/online.c:79
5446 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5449 #: resize/online.c:83
5450 msgid "On-line shrinking not supported"
5453 #: resize/online.c:108
5454 msgid "Filesystem does not support online resizing"
5457 #: resize/online.c:117
5458 msgid "Not enough reserved gdt blocks for resizing"
5461 #: resize/online.c:124
5462 msgid "Kernel does not support resizing a file system this large"
5465 #: resize/online.c:132
5467 msgid "while trying to open mountpoint %s"
5470 #: resize/online.c:137
5472 msgid "Old resize interface requested.\n"
5475 #: resize/online.c:156 resize/online.c:173
5476 msgid "Permission denied to resize filesystem"
5479 #: resize/online.c:159 resize/online.c:179
5480 msgid "While checking for on-line resizing support"
5483 #: resize/online.c:176
5484 msgid "Kernel does not support online resizing"
5487 #: resize/online.c:209
5489 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5492 #: resize/online.c:219
5493 msgid "While trying to extend the last group"
5496 #: resize/online.c:273
5498 msgid "While trying to add group #%d"
5501 #: resize/online.c:284
5504 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5508 #: resize/resize2fs.c:369
5510 msgid "inodes (%llu) must be less than %u"
5513 #: resize/resize2fs.c:631
5514 msgid "reserved blocks"
5517 #: resize/resize2fs.c:875
5518 msgid "meta-data blocks"
5521 #: resize/resize2fs.c:1837
5523 msgid "Should never happen: resize inode corrupt!\n"
5526 #: lib/ext2fs/ext2_err.c:11
5527 msgid "EXT2FS Library version 1.42.8"
5530 #: lib/ext2fs/ext2_err.c:12
5531 msgid "Wrong magic number for ext2_filsys structure"
5534 #: lib/ext2fs/ext2_err.c:13
5535 msgid "Wrong magic number for badblocks_list structure"
5538 #: lib/ext2fs/ext2_err.c:14
5539 msgid "Wrong magic number for badblocks_iterate structure"
5542 #: lib/ext2fs/ext2_err.c:15
5543 msgid "Wrong magic number for inode_scan structure"
5546 #: lib/ext2fs/ext2_err.c:16
5547 msgid "Wrong magic number for io_channel structure"
5550 #: lib/ext2fs/ext2_err.c:17
5551 msgid "Wrong magic number for unix io_channel structure"
5554 #: lib/ext2fs/ext2_err.c:18
5555 msgid "Wrong magic number for io_manager structure"
5558 #: lib/ext2fs/ext2_err.c:19
5559 msgid "Wrong magic number for block_bitmap structure"
5562 #: lib/ext2fs/ext2_err.c:20
5563 msgid "Wrong magic number for inode_bitmap structure"
5566 #: lib/ext2fs/ext2_err.c:21
5567 msgid "Wrong magic number for generic_bitmap structure"
5570 #: lib/ext2fs/ext2_err.c:22
5571 msgid "Wrong magic number for test io_channel structure"
5574 #: lib/ext2fs/ext2_err.c:23
5575 msgid "Wrong magic number for directory block list structure"
5578 #: lib/ext2fs/ext2_err.c:24
5579 msgid "Wrong magic number for icount structure"
5582 #: lib/ext2fs/ext2_err.c:25
5583 msgid "Wrong magic number for Powerquest io_channel structure"
5586 #: lib/ext2fs/ext2_err.c:26
5587 msgid "Wrong magic number for ext2 file structure"
5590 #: lib/ext2fs/ext2_err.c:27
5591 msgid "Wrong magic number for Ext2 Image Header"
5594 #: lib/ext2fs/ext2_err.c:28
5595 msgid "Wrong magic number for inode io_channel structure"
5598 #: lib/ext2fs/ext2_err.c:29
5599 msgid "Wrong magic number for ext4 extent handle"
5602 #: lib/ext2fs/ext2_err.c:30
5603 msgid "Bad magic number in super-block"
5606 #: lib/ext2fs/ext2_err.c:31
5607 msgid "Filesystem revision too high"
5610 #: lib/ext2fs/ext2_err.c:32
5611 msgid "Attempt to write to filesystem opened read-only"
5614 #: lib/ext2fs/ext2_err.c:33
5615 msgid "Can't read group descriptors"
5618 #: lib/ext2fs/ext2_err.c:34
5619 msgid "Can't write group descriptors"
5622 #: lib/ext2fs/ext2_err.c:35
5623 msgid "Corrupt group descriptor: bad block for block bitmap"
5626 #: lib/ext2fs/ext2_err.c:36
5627 msgid "Corrupt group descriptor: bad block for inode bitmap"
5630 #: lib/ext2fs/ext2_err.c:37
5631 msgid "Corrupt group descriptor: bad block for inode table"
5634 #: lib/ext2fs/ext2_err.c:38
5635 msgid "Can't write an inode bitmap"
5638 #: lib/ext2fs/ext2_err.c:39
5639 msgid "Can't read an inode bitmap"
5642 #: lib/ext2fs/ext2_err.c:40
5643 msgid "Can't write a block bitmap"
5646 #: lib/ext2fs/ext2_err.c:41
5647 msgid "Can't read an block bitmap"
5650 #: lib/ext2fs/ext2_err.c:42
5651 msgid "Can't write an inode table"
5654 #: lib/ext2fs/ext2_err.c:43
5655 msgid "Can't read an inode table"
5658 #: lib/ext2fs/ext2_err.c:44
5659 msgid "Can't read next inode"
5662 #: lib/ext2fs/ext2_err.c:45
5663 msgid "Filesystem has unexpected block size"
5666 #: lib/ext2fs/ext2_err.c:46
5667 msgid "EXT2 directory corrupted"
5670 #: lib/ext2fs/ext2_err.c:47
5671 msgid "Attempt to read block from filesystem resulted in short read"
5674 #: lib/ext2fs/ext2_err.c:48
5675 msgid "Attempt to write block to filesystem resulted in short write"
5678 #: lib/ext2fs/ext2_err.c:49
5679 msgid "No free space in the directory"
5682 #: lib/ext2fs/ext2_err.c:50
5683 msgid "Inode bitmap not loaded"
5686 #: lib/ext2fs/ext2_err.c:51
5687 msgid "Block bitmap not loaded"
5690 #: lib/ext2fs/ext2_err.c:52
5691 msgid "Illegal inode number"
5694 #: lib/ext2fs/ext2_err.c:53
5695 msgid "Illegal block number"
5698 #: lib/ext2fs/ext2_err.c:54
5699 msgid "Internal error in ext2fs_expand_dir"
5702 #: lib/ext2fs/ext2_err.c:55
5703 msgid "Not enough space to build proposed filesystem"
5706 #: lib/ext2fs/ext2_err.c:56
5707 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5710 #: lib/ext2fs/ext2_err.c:57
5711 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5714 #: lib/ext2fs/ext2_err.c:58
5715 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5718 #: lib/ext2fs/ext2_err.c:59
5719 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5722 #: lib/ext2fs/ext2_err.c:60
5723 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
5726 #: lib/ext2fs/ext2_err.c:61
5727 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
5730 #: lib/ext2fs/ext2_err.c:62
5731 msgid "Attempt to fudge end of block bitmap past the real end"
5734 #: lib/ext2fs/ext2_err.c:63
5735 msgid "Attempt to fudge end of inode bitmap past the real end"
5738 #: lib/ext2fs/ext2_err.c:64
5739 msgid "Illegal indirect block found"
5742 #: lib/ext2fs/ext2_err.c:65
5743 msgid "Illegal doubly indirect block found"
5746 #: lib/ext2fs/ext2_err.c:66
5747 msgid "Illegal triply indirect block found"
5750 #: lib/ext2fs/ext2_err.c:67
5751 msgid "Block bitmaps are not the same"
5754 #: lib/ext2fs/ext2_err.c:68
5755 msgid "Inode bitmaps are not the same"
5758 #: lib/ext2fs/ext2_err.c:69
5759 msgid "Illegal or malformed device name"
5762 #: lib/ext2fs/ext2_err.c:70
5763 msgid "A block group is missing an inode table"
5766 #: lib/ext2fs/ext2_err.c:71
5767 msgid "The ext2 superblock is corrupt"
5770 #: lib/ext2fs/ext2_err.c:72
5771 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
5774 #: lib/ext2fs/ext2_err.c:73
5775 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
5778 #: lib/ext2fs/ext2_err.c:74
5779 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
5782 #: lib/ext2fs/ext2_err.c:75
5783 msgid "Too many symbolic links encountered."
5786 #: lib/ext2fs/ext2_err.c:76
5787 msgid "The callback function will not handle this case"
5790 #: lib/ext2fs/ext2_err.c:77
5791 msgid "The inode is from a bad block in the inode table"
5794 #: lib/ext2fs/ext2_err.c:78
5795 msgid "Filesystem has unsupported feature(s)"
5798 #: lib/ext2fs/ext2_err.c:79
5799 msgid "Filesystem has unsupported read-only feature(s)"
5802 #: lib/ext2fs/ext2_err.c:80
5803 msgid "IO Channel failed to seek on read or write"
5806 #: lib/ext2fs/ext2_err.c:81
5807 msgid "Memory allocation failed"
5810 #: lib/ext2fs/ext2_err.c:82
5811 msgid "Invalid argument passed to ext2 library"
5814 #: lib/ext2fs/ext2_err.c:83
5815 msgid "Could not allocate block in ext2 filesystem"
5818 #: lib/ext2fs/ext2_err.c:84
5819 msgid "Could not allocate inode in ext2 filesystem"
5822 #: lib/ext2fs/ext2_err.c:85
5823 msgid "Ext2 inode is not a directory"
5826 #: lib/ext2fs/ext2_err.c:86
5827 msgid "Too many references in table"
5830 #: lib/ext2fs/ext2_err.c:87
5831 msgid "File not found by ext2_lookup"
5834 #: lib/ext2fs/ext2_err.c:88
5835 msgid "File open read-only"
5838 #: lib/ext2fs/ext2_err.c:89
5839 msgid "Ext2 directory block not found"
5842 #: lib/ext2fs/ext2_err.c:90
5843 msgid "Ext2 directory already exists"
5846 #: lib/ext2fs/ext2_err.c:91
5847 msgid "Unimplemented ext2 library function"
5850 #: lib/ext2fs/ext2_err.c:92
5851 msgid "User cancel requested"
5854 #: lib/ext2fs/ext2_err.c:93
5855 msgid "Ext2 file too big"
5858 #: lib/ext2fs/ext2_err.c:94
5859 msgid "Supplied journal device not a block device"
5862 #: lib/ext2fs/ext2_err.c:95
5863 msgid "Journal superblock not found"
5866 #: lib/ext2fs/ext2_err.c:96
5867 msgid "Journal must be at least 1024 blocks"
5870 #: lib/ext2fs/ext2_err.c:97
5871 msgid "Unsupported journal version"
5874 #: lib/ext2fs/ext2_err.c:98
5875 msgid "Error loading external journal"
5878 #: lib/ext2fs/ext2_err.c:99
5879 msgid "Journal not found"
5882 #: lib/ext2fs/ext2_err.c:100
5883 msgid "Directory hash unsupported"
5886 #: lib/ext2fs/ext2_err.c:101
5887 msgid "Illegal extended attribute block number"
5890 #: lib/ext2fs/ext2_err.c:102
5891 msgid "Cannot create filesystem with requested number of inodes"
5894 #: lib/ext2fs/ext2_err.c:103
5895 msgid "E2image snapshot not in use"
5898 #: lib/ext2fs/ext2_err.c:104
5899 msgid "Too many reserved group descriptor blocks"
5902 #: lib/ext2fs/ext2_err.c:105
5903 msgid "Resize inode is corrupt"
5906 #: lib/ext2fs/ext2_err.c:106
5907 msgid "Tried to set block bmap with missing indirect block"
5910 #: lib/ext2fs/ext2_err.c:107
5911 msgid "TDB: Success"
5914 #: lib/ext2fs/ext2_err.c:108
5915 msgid "TDB: Corrupt database"
5918 #: lib/ext2fs/ext2_err.c:109
5919 msgid "TDB: IO Error"
5922 #: lib/ext2fs/ext2_err.c:110
5923 msgid "TDB: Locking error"
5926 #: lib/ext2fs/ext2_err.c:111
5927 msgid "TDB: Out of memory"
5930 #: lib/ext2fs/ext2_err.c:112
5931 msgid "TDB: Record exists"
5934 #: lib/ext2fs/ext2_err.c:113
5935 msgid "TDB: Lock exists on other keys"
5938 #: lib/ext2fs/ext2_err.c:114
5939 msgid "TDB: Invalid parameter"
5942 #: lib/ext2fs/ext2_err.c:115
5943 msgid "TDB: Record does not exist"
5946 #: lib/ext2fs/ext2_err.c:116
5947 msgid "TDB: Write not permitted"
5950 #: lib/ext2fs/ext2_err.c:117
5951 msgid "Ext2fs directory block list is empty"
5954 #: lib/ext2fs/ext2_err.c:118
5955 msgid "Attempt to modify a block mapping via a read-only block iterator"
5958 #: lib/ext2fs/ext2_err.c:119
5959 msgid "Wrong magic number for ext4 extent saved path"
5962 #: lib/ext2fs/ext2_err.c:120
5963 msgid "Wrong magic number for 64-bit generic bitmap"
5966 #: lib/ext2fs/ext2_err.c:121
5967 msgid "Wrong magic number for 64-bit block bitmap"
5970 #: lib/ext2fs/ext2_err.c:122
5971 msgid "Wrong magic number for 64-bit inode bitmap"
5974 #: lib/ext2fs/ext2_err.c:123
5975 msgid "Wrong magic number --- RESERVED_13"
5978 #: lib/ext2fs/ext2_err.c:124
5979 msgid "Wrong magic number --- RESERVED_14"
5982 #: lib/ext2fs/ext2_err.c:125
5983 msgid "Wrong magic number --- RESERVED_15"
5986 #: lib/ext2fs/ext2_err.c:126
5987 msgid "Wrong magic number --- RESERVED_16"
5990 #: lib/ext2fs/ext2_err.c:127
5991 msgid "Wrong magic number --- RESERVED_17"
5994 #: lib/ext2fs/ext2_err.c:128
5995 msgid "Wrong magic number --- RESERVED_18"
5998 #: lib/ext2fs/ext2_err.c:129
5999 msgid "Wrong magic number --- RESERVED_19"
6002 #: lib/ext2fs/ext2_err.c:130
6003 msgid "Corrupt extent header"
6006 #: lib/ext2fs/ext2_err.c:131
6007 msgid "Corrupt extent index"
6010 #: lib/ext2fs/ext2_err.c:132
6011 msgid "Corrupt extent"
6014 #: lib/ext2fs/ext2_err.c:133
6015 msgid "No free space in extent map"
6018 #: lib/ext2fs/ext2_err.c:134
6019 msgid "Inode does not use extents"
6022 #: lib/ext2fs/ext2_err.c:135
6023 msgid "No 'next' extent"
6026 #: lib/ext2fs/ext2_err.c:136
6027 msgid "No 'previous' extent"
6030 #: lib/ext2fs/ext2_err.c:137
6031 msgid "No 'up' extent"
6034 #: lib/ext2fs/ext2_err.c:138
6035 msgid "No 'down' extent"
6038 #: lib/ext2fs/ext2_err.c:139
6039 msgid "No current node"
6042 #: lib/ext2fs/ext2_err.c:140
6043 msgid "Ext2fs operation not supported"
6046 #: lib/ext2fs/ext2_err.c:141
6047 msgid "No room to insert extent in node"
6050 #: lib/ext2fs/ext2_err.c:142
6051 msgid "Splitting would result in empty node"
6054 #: lib/ext2fs/ext2_err.c:143
6055 msgid "Extent not found"
6058 #: lib/ext2fs/ext2_err.c:144
6059 msgid "Operation not supported for inodes containing extents"
6062 #: lib/ext2fs/ext2_err.c:145
6063 msgid "Extent length is invalid"
6066 #: lib/ext2fs/ext2_err.c:146
6067 msgid "I/O Channel does not support 64-bit block numbers"
6070 #: lib/ext2fs/ext2_err.c:147
6071 msgid "Can't check if filesystem is mounted due to missing mtab file"
6074 #: lib/ext2fs/ext2_err.c:148
6075 msgid "Filesystem too large to use legacy bitmaps"
6078 #: lib/ext2fs/ext2_err.c:149
6079 msgid "MMP: invalid magic number"
6082 #: lib/ext2fs/ext2_err.c:150
6083 msgid "MMP: device currently active"
6086 #: lib/ext2fs/ext2_err.c:151
6087 msgid "MMP: fsck being run"
6090 #: lib/ext2fs/ext2_err.c:152
6091 msgid "MMP: block number beyond filesystem range"
6094 #: lib/ext2fs/ext2_err.c:153
6095 msgid "MMP: undergoing an unknown operation"
6098 #: lib/ext2fs/ext2_err.c:154
6099 msgid "MMP: filesystem still in use"
6102 #: lib/ext2fs/ext2_err.c:155
6103 msgid "MMP: open with O_DIRECT failed"
6106 #: lib/ext2fs/ext2_err.c:156
6107 msgid "Block group descriptor size incorrect"
6110 #: lib/ext2fs/ext2_err.c:157
6111 msgid "Inode checksum does not match inode"
6114 #: lib/ext2fs/ext2_err.c:158
6115 msgid "Inode bitmap checksum does not match bitmap"
6118 #: lib/ext2fs/ext2_err.c:159
6119 msgid "Extent block checksum does not match extent block"
6122 #: lib/ext2fs/ext2_err.c:160
6123 msgid "Directory block does not have space for checksum"
6126 #: lib/ext2fs/ext2_err.c:161
6127 msgid "Directory block checksum does not match directory block"
6130 #: lib/ext2fs/ext2_err.c:162
6131 msgid "Extended attribute block checksum does not match block"
6134 #: lib/ext2fs/ext2_err.c:163
6135 msgid "Superblock checksum does not match superblock"
6138 #: lib/ext2fs/ext2_err.c:164
6139 msgid "Unknown checksum algorithm"
6142 #: lib/ext2fs/ext2_err.c:165
6143 msgid "MMP block checksum does not match MMP block"
6146 #: lib/ext2fs/ext2_err.c:166
6147 msgid "Ext2 file already exists"
6150 #: e2fsck/prof_err.c:11
6151 msgid "Profile version 0.0"
6154 #: e2fsck/prof_err.c:12
6155 msgid "Bad magic value in profile_node"
6158 #: e2fsck/prof_err.c:13
6159 msgid "Profile section not found"
6162 #: e2fsck/prof_err.c:14
6163 msgid "Profile relation not found"
6166 #: e2fsck/prof_err.c:15
6167 msgid "Attempt to add a relation to node which is not a section"
6170 #: e2fsck/prof_err.c:16
6171 msgid "A profile section header has a non-zero value"
6174 #: e2fsck/prof_err.c:17
6175 msgid "Bad linked list in profile structures"
6178 #: e2fsck/prof_err.c:18
6179 msgid "Bad group level in profile structures"
6182 #: e2fsck/prof_err.c:19
6183 msgid "Bad parent pointer in profile structures"
6186 #: e2fsck/prof_err.c:20
6187 msgid "Bad magic value in profile iterator"
6190 #: e2fsck/prof_err.c:21
6191 msgid "Can't set value on section node"
6194 #: e2fsck/prof_err.c:22
6195 msgid "Invalid argument passed to profile library"
6198 #: e2fsck/prof_err.c:23
6199 msgid "Attempt to modify read-only profile"
6202 #: e2fsck/prof_err.c:24
6203 msgid "Profile section header not at top level"
6206 #: e2fsck/prof_err.c:25
6207 msgid "Syntax error in profile section header"
6210 #: e2fsck/prof_err.c:26
6211 msgid "Syntax error in profile relation"
6214 #: e2fsck/prof_err.c:27
6215 msgid "Extra closing brace in profile"
6218 #: e2fsck/prof_err.c:28
6219 msgid "Missing open brace in profile"
6222 #: e2fsck/prof_err.c:29
6223 msgid "Bad magic value in profile_t"
6226 #: e2fsck/prof_err.c:30
6227 msgid "Bad magic value in profile_section_t"
6230 #: e2fsck/prof_err.c:31
6231 msgid "Iteration through all top level section not supported"
6234 #: e2fsck/prof_err.c:32
6235 msgid "Invalid profile_section object"
6238 #: e2fsck/prof_err.c:33
6239 msgid "No more sections"
6242 #: e2fsck/prof_err.c:34
6243 msgid "Bad nameset passed to query routine"
6246 #: e2fsck/prof_err.c:35
6247 msgid "No profile file open"
6250 #: e2fsck/prof_err.c:36
6251 msgid "Bad magic value in profile_file_t"
6254 #: e2fsck/prof_err.c:37
6255 msgid "Couldn't open profile file"
6258 #: e2fsck/prof_err.c:38
6259 msgid "Section already exists"
6262 #: e2fsck/prof_err.c:39
6263 msgid "Invalid boolean value"
6266 #: e2fsck/prof_err.c:40
6267 msgid "Invalid integer value"
6270 #: e2fsck/prof_err.c:41
6271 msgid "Bad magic value in profile_file_data_t"