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.7\n"
70 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
71 "POT-Creation-Date: 2013-01-16 13:40-0500\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:178
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:1318
98 #: misc/e2image.c:1331 misc/mke2fs.c:194 misc/tune2fs.c:1902 resize/main.c:303
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:201
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:276
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:512
216 msgid "reading journal superblock\n"
219 #: e2fsck/journal.c:569
221 msgid "%s: no valid journal superblock found\n"
224 #: e2fsck/journal.c:578
226 msgid "%s: journal too short\n"
229 #: e2fsck/journal.c:870
231 msgid "%s: recovering journal\n"
234 #: e2fsck/journal.c:872
236 msgid "%s: won't do journal recovery while read-only\n"
239 #: e2fsck/journal.c:899
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:423
442 msgid "indirect block"
445 #: e2fsck/message.c:425
446 msgid "double indirect block"
449 #: e2fsck/message.c:427
450 msgid "triple indirect block"
453 #: e2fsck/message.c:429
454 msgid "translator block"
457 #: e2fsck/message.c:431
461 #: e2fsck/pass1b.c:222
462 msgid "multiply claimed inode map"
465 #: e2fsck/pass1b.c:610 e2fsck/pass1b.c:729
467 msgid "internal error: can't find dup_blk for %llu\n"
470 #: e2fsck/pass1b.c:820
471 msgid "returned from clone_file_block"
474 #: e2fsck/pass1b.c:842
476 msgid "internal error: couldn't lookup EA block record for %llu"
479 #: e2fsck/pass1b.c:854
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:2295
543 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
546 #: e2fsck/pass1.c:2656
550 #: e2fsck/pass1.c:2662
554 #: e2fsck/pass1.c:2668
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:1468
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:961
1718 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1719 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1722 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1723 "Pass 1B: Rescanning for @m @bs\n"
1726 #: e2fsck/problem.c:967
1728 #. @-expanded: multiply-claimed block(s) in inode %i:
1729 msgid "@m @b(s) in @i %i:"
1732 #: e2fsck/problem.c:982
1734 msgid "Error while scanning inodes (%i): %m\n"
1737 #: e2fsck/problem.c:987
1739 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1740 msgid "@A @i @B (@i_dup_map): %m\n"
1743 #: e2fsck/problem.c:992
1745 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1746 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1749 #: e2fsck/problem.c:997 e2fsck/problem.c:1312
1750 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1751 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1754 #: e2fsck/problem.c:1002
1755 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1756 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1759 #: e2fsck/problem.c:1008
1760 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1761 msgid "Pass 1D: Reconciling @m @bs\n"
1764 #: e2fsck/problem.c:1013
1765 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1766 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1768 "File %Q (@i #%i, mod time %IM) \n"
1769 " has %r @m @b(s), shared with %N file(s):\n"
1772 #: e2fsck/problem.c:1019
1773 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1774 msgid "\t%Q (@i #%i, mod time %IM)\n"
1777 #: e2fsck/problem.c:1024
1778 #. @-expanded: \t<filesystem metadata>\n
1779 msgid "\t<@f metadata>\n"
1782 #: e2fsck/problem.c:1029
1783 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1786 "(There are %N @is containing @m @bs.)\n"
1790 #: e2fsck/problem.c:1034
1791 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1794 "@m @bs already reassigned or cloned.\n"
1798 #: e2fsck/problem.c:1047
1800 msgid "Couldn't clone file: %m\n"
1803 #: e2fsck/problem.c:1053
1804 #. @-expanded: Pass 2: Checking directory structure\n
1805 msgid "Pass 2: Checking @d structure\n"
1808 #: e2fsck/problem.c:1058
1810 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1811 msgid "@n @i number for '.' in @d @i %i.\n"
1814 #: e2fsck/problem.c:1063
1815 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1816 msgid "@E has @n @i #: %Di.\n"
1819 #: e2fsck/problem.c:1068
1820 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
1821 msgid "@E has @D/unused @i %Di. "
1824 #: e2fsck/problem.c:1073
1825 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
1826 msgid "@E @L to '.' "
1829 #: e2fsck/problem.c:1078
1830 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1831 msgid "@E points to @i (%Di) located in a bad @b.\n"
1834 #: e2fsck/problem.c:1083
1835 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1836 msgid "@E @L to @d %P (%Di).\n"
1839 #: e2fsck/problem.c:1088
1840 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1841 msgid "@E @L to the @r.\n"
1844 #: e2fsck/problem.c:1093
1845 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1846 msgid "@E has illegal characters in its name.\n"
1849 #: e2fsck/problem.c:1098
1851 #. @-expanded: Missing '.' in directory inode %i.\n
1852 msgid "Missing '.' in @d @i %i.\n"
1855 #: e2fsck/problem.c:1103
1857 #. @-expanded: Missing '..' in directory inode %i.\n
1858 msgid "Missing '..' in @d @i %i.\n"
1861 #: e2fsck/problem.c:1108
1862 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1863 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1866 #: e2fsck/problem.c:1113
1867 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1868 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1871 #: e2fsck/problem.c:1118
1872 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1873 msgid "i_faddr @F %IF, @s zero.\n"
1876 #: e2fsck/problem.c:1123
1877 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1878 msgid "i_file_acl @F %If, @s zero.\n"
1881 #: e2fsck/problem.c:1128
1882 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1883 msgid "i_dir_acl @F %Id, @s zero.\n"
1886 #: e2fsck/problem.c:1133
1887 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1888 msgid "i_frag @F %N, @s zero.\n"
1891 #: e2fsck/problem.c:1138
1892 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1893 msgid "i_fsize @F %N, @s zero.\n"
1896 #: e2fsck/problem.c:1143
1897 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1898 msgid "@i %i (%Q) has @n mode (%Im).\n"
1901 #: e2fsck/problem.c:1148
1902 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1903 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1906 #: e2fsck/problem.c:1153
1907 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1908 msgid "@d @i %i, %B, offset %N: filename too long\n"
1911 #: e2fsck/problem.c:1158
1912 #. @-expanded: directory inode %i has an unallocated %B.
1913 msgid "@d @i %i has an unallocated %B. "
1916 #: e2fsck/problem.c:1163
1918 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1919 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1922 #: e2fsck/problem.c:1168
1924 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1925 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1928 #: e2fsck/problem.c:1173
1929 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1930 msgid "@i %i (%Q) is an @I character @v.\n"
1933 #: e2fsck/problem.c:1178
1934 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1935 msgid "@i %i (%Q) is an @I @b @v.\n"
1938 #: e2fsck/problem.c:1183
1939 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1940 msgid "@E is duplicate '.' @e.\n"
1943 #: e2fsck/problem.c:1188
1944 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1945 msgid "@E is duplicate '..' @e.\n"
1948 #: e2fsck/problem.c:1193 e2fsck/problem.c:1493
1950 msgid "Internal error: couldn't find dir_info for %i.\n"
1953 #: e2fsck/problem.c:1198
1954 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1955 msgid "@E has rec_len of %Dr, @s %N.\n"
1958 #: e2fsck/problem.c:1203
1960 #. @-expanded: error allocating icount structure: %m\n
1961 msgid "@A icount structure: %m\n"
1964 #: e2fsck/problem.c:1208
1966 #. @-expanded: Error iterating over directory blocks: %m\n
1967 msgid "Error iterating over @d @bs: %m\n"
1970 #: e2fsck/problem.c:1213
1971 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1972 msgid "Error reading @d @b %b (@i %i): %m\n"
1975 #: e2fsck/problem.c:1218
1976 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1977 msgid "Error writing @d @b %b (@i %i): %m\n"
1980 #: e2fsck/problem.c:1223
1982 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1983 msgid "@A new @d @b for @i %i (%s): %m\n"
1986 #: e2fsck/problem.c:1228
1988 #. @-expanded: Error deallocating inode %i: %m\n
1989 msgid "Error deallocating @i %i: %m\n"
1992 #: e2fsck/problem.c:1233
1994 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
1995 msgid "@d @e for '.' in %p (%i) is big.\n"
1998 #: e2fsck/problem.c:1238
1999 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2000 msgid "@i %i (%Q) is an @I FIFO.\n"
2003 #: e2fsck/problem.c:1243
2004 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2005 msgid "@i %i (%Q) is an @I socket.\n"
2008 #: e2fsck/problem.c:1248
2009 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2010 msgid "Setting filetype for @E to %N.\n"
2013 #: e2fsck/problem.c:1253
2014 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2015 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2018 #: e2fsck/problem.c:1258
2019 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2020 msgid "@E has filetype set.\n"
2023 #: e2fsck/problem.c:1263
2024 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2025 msgid "@E has a @z name.\n"
2028 #: e2fsck/problem.c:1268
2029 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2030 msgid "Symlink %Q (@i #%i) is @n.\n"
2033 #: e2fsck/problem.c:1273
2034 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2035 msgid "@a @b @F @n (%If).\n"
2038 #: e2fsck/problem.c:1278
2039 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2040 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2043 #: e2fsck/problem.c:1283
2044 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2045 msgid "@p @h %d: %B not referenced\n"
2048 #: e2fsck/problem.c:1288
2049 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2050 msgid "@p @h %d: %B referenced twice\n"
2053 #: e2fsck/problem.c:1293
2054 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2055 msgid "@p @h %d: %B has bad min hash\n"
2058 #: e2fsck/problem.c:1298
2059 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2060 msgid "@p @h %d: %B has bad max hash\n"
2063 #: e2fsck/problem.c:1303
2064 #. @-expanded: invalid HTREE directory inode %d (%q).
2065 msgid "@n @h %d (%q). "
2068 #: e2fsck/problem.c:1307
2069 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2070 msgid "@p @h %d (%q): bad @b number %b.\n"
2073 #: e2fsck/problem.c:1317
2075 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2076 msgid "@p @h %d: root node is @n\n"
2079 #: e2fsck/problem.c:1322
2080 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2081 msgid "@p @h %d: %B has @n limit (%N)\n"
2084 #: e2fsck/problem.c:1327
2085 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2086 msgid "@p @h %d: %B has @n count (%N)\n"
2089 #: e2fsck/problem.c:1332
2090 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2091 msgid "@p @h %d: %B has an unordered hash table\n"
2094 #: e2fsck/problem.c:1337
2095 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2096 msgid "@p @h %d: %B has @n depth (%N)\n"
2099 #: e2fsck/problem.c:1342
2100 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2101 msgid "Duplicate @E found. "
2104 #: e2fsck/problem.c:1347
2106 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2107 #. @-expanded: Rename to %s
2109 "@E has a non-unique filename.\n"
2113 #: e2fsck/problem.c:1352
2114 #. @-expanded: Duplicate entry '%Dn' found.\n
2115 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2118 "Duplicate @e '%Dn' found.\n"
2119 "\tMarking %p (%i) to be rebuilt.\n"
2123 #: e2fsck/problem.c:1357
2124 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2125 msgid "i_blocks_hi @F %N, @s zero.\n"
2128 #: e2fsck/problem.c:1362
2129 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2130 msgid "Unexpected @b in @h %d (%q).\n"
2133 #: e2fsck/problem.c:1366
2134 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2135 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2138 #: e2fsck/problem.c:1371
2139 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2140 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2143 #: e2fsck/problem.c:1376
2144 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2145 msgid "i_file_acl_hi @F %N, @s zero.\n"
2148 #: e2fsck/problem.c:1383
2149 #. @-expanded: Pass 3: Checking directory connectivity\n
2150 msgid "Pass 3: Checking @d connectivity\n"
2153 #: e2fsck/problem.c:1388
2154 #. @-expanded: root inode not allocated.
2155 msgid "@r not allocated. "
2158 #: e2fsck/problem.c:1393
2159 #. @-expanded: No room in lost+found directory.
2160 msgid "No room in @l @d. "
2163 #: e2fsck/problem.c:1398
2165 #. @-expanded: Unconnected directory inode %i (%p)\n
2166 msgid "Unconnected @d @i %i (%p)\n"
2169 #: e2fsck/problem.c:1403
2170 #. @-expanded: /lost+found not found.
2171 msgid "/@l not found. "
2174 #: e2fsck/problem.c:1408
2175 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2176 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2179 #: e2fsck/problem.c:1413
2180 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2181 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2184 #: e2fsck/problem.c:1418
2186 #. @-expanded: Could not expand /lost+found: %m\n
2187 msgid "Could not expand /@l: %m\n"
2190 #: e2fsck/problem.c:1423
2192 msgid "Could not reconnect %i: %m\n"
2195 #: e2fsck/problem.c:1428
2197 #. @-expanded: Error while trying to find /lost+found: %m\n
2198 msgid "Error while trying to find /@l: %m\n"
2201 #: e2fsck/problem.c:1433
2203 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2204 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2207 #: e2fsck/problem.c:1438
2209 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2210 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2213 #: e2fsck/problem.c:1443
2215 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2216 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2219 #: e2fsck/problem.c:1448
2221 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2222 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2225 #: e2fsck/problem.c:1453
2227 #. @-expanded: Error while adjusting inode count on inode %i\n
2228 msgid "Error while adjusting @i count on @i %i\n"
2231 #: e2fsck/problem.c:1458
2233 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2236 "Couldn't fix parent of @i %i: %m\n"
2240 #: e2fsck/problem.c:1463
2242 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2245 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2249 #: e2fsck/problem.c:1473
2251 #. @-expanded: Error creating root directory (%s): %m\n
2252 msgid "Error creating root @d (%s): %m\n"
2255 #: e2fsck/problem.c:1478
2257 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2258 msgid "Error creating /@l @d (%s): %m\n"
2261 #: e2fsck/problem.c:1483
2262 #. @-expanded: root inode is not a directory; aborting.\n
2263 msgid "@r is not a @d; aborting.\n"
2266 #: e2fsck/problem.c:1488
2267 #. @-expanded: Cannot proceed without a root inode.\n
2268 msgid "Cannot proceed without a @r.\n"
2271 #: e2fsck/problem.c:1498
2273 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2274 msgid "/@l is not a @d (ino=%i)\n"
2277 #: e2fsck/problem.c:1505
2278 msgid "Pass 3A: Optimizing directories\n"
2281 #: e2fsck/problem.c:1510
2283 msgid "Failed to create dirs_to_hash iterator: %m\n"
2286 #: e2fsck/problem.c:1515
2287 msgid "Failed to optimize directory %q (%d): %m\n"
2290 #: e2fsck/problem.c:1520
2291 msgid "Optimizing directories: "
2294 #: e2fsck/problem.c:1537
2295 msgid "Pass 4: Checking reference counts\n"
2298 #: e2fsck/problem.c:1542
2300 #. @-expanded: unattached zero-length inode %i.
2301 msgid "@u @z @i %i. "
2304 #: e2fsck/problem.c:1547
2306 #. @-expanded: unattached inode %i\n
2310 #: e2fsck/problem.c:1552
2311 #. @-expanded: inode %i ref count is %Il, should be %N.
2312 msgid "@i %i ref count is %Il, @s %N. "
2315 #: e2fsck/problem.c:1556
2316 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2317 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2318 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2320 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2321 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2322 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2325 #: e2fsck/problem.c:1566
2326 #. @-expanded: Pass 5: Checking group summary information\n
2327 msgid "Pass 5: Checking @g summary information\n"
2330 #: e2fsck/problem.c:1571
2331 #. @-expanded: Padding at end of inode bitmap is not set.
2332 msgid "Padding at end of @i @B is not set. "
2335 #: e2fsck/problem.c:1576
2336 #. @-expanded: Padding at end of block bitmap is not set.
2337 msgid "Padding at end of @b @B is not set. "
2340 #: e2fsck/problem.c:1581
2341 #. @-expanded: block bitmap differences:
2342 msgid "@b @B differences: "
2345 #: e2fsck/problem.c:1601
2346 #. @-expanded: inode bitmap differences:
2347 msgid "@i @B differences: "
2350 #: e2fsck/problem.c:1621
2351 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2352 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2355 #: e2fsck/problem.c:1626
2356 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2357 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2360 #: e2fsck/problem.c:1631
2361 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2362 msgid "Free @is count wrong (%i, counted=%j).\n"
2365 #: e2fsck/problem.c:1636
2366 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2367 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2370 #: e2fsck/problem.c:1641
2371 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2372 msgid "Free @bs count wrong (%b, counted=%c).\n"
2375 #: e2fsck/problem.c:1646
2376 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2377 #. @-expanded: endpoints (%i, %j)\n
2379 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2380 "endpoints (%i, %j)\n"
2383 #: e2fsck/problem.c:1652
2384 msgid "Internal error: fudging end of bitmap (%N)\n"
2387 #: e2fsck/problem.c:1657
2389 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2390 msgid "Error copying in replacement @i @B: %m\n"
2393 #: e2fsck/problem.c:1662
2395 #. @-expanded: Error copying in replacement block bitmap: %m\n
2396 msgid "Error copying in replacement @b @B: %m\n"
2399 #: e2fsck/problem.c:1687
2401 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2402 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2405 #: e2fsck/problem.c:1692
2407 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2408 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2411 #: e2fsck/problem.c:1699
2412 #. @-expanded: Recreate journal
2416 #: e2fsck/problem.c:1704
2417 msgid "Update quota info for quota type %N"
2420 #: e2fsck/problem.c:1823
2422 msgid "Unhandled error code (0x%x)!\n"
2425 #: e2fsck/problem.c:1948 e2fsck/problem.c:1952
2429 #: e2fsck/scantest.c:79
2431 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2434 #: e2fsck/scantest.c:98
2436 msgid "size of inode=%d\n"
2439 #: e2fsck/scantest.c:119
2440 msgid "while starting inode scan"
2443 #: e2fsck/scantest.c:130
2444 msgid "while doing inode scan"
2447 #: e2fsck/super.c:188
2449 msgid "while calling ext2fs_block_iterate for inode %d"
2452 #: e2fsck/super.c:211
2454 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2457 #: e2fsck/super.c:272
2461 #: e2fsck/super.c:273
2468 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2469 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2470 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2471 "\t\t[-E extended-options] device\n"
2479 " -p Automatic repair (no questions)\n"
2480 " -n Make no changes to the filesystem\n"
2481 " -y Assume \"yes\" to all questions\n"
2482 " -c Check for bad blocks and add them to the badblock "
2484 " -f Force checking even if filesystem is marked clean\n"
2491 " -b superblock Use alternative superblock\n"
2492 " -B blocksize Force blocksize when looking for superblock\n"
2493 " -j external_journal Set location of the external journal\n"
2494 " -l bad_blocks_file Add to badblocks list\n"
2495 " -L bad_blocks_file Set badblocks list\n"
2498 #: e2fsck/unix.c:131
2500 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2503 #: e2fsck/unix.c:157
2507 "%12u inode used (%2.2f%%, out of %u)\n"
2510 "%12u inodes used (%2.2f%%, out of %u)\n"
2514 #: e2fsck/unix.c:161
2516 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2517 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2521 #: e2fsck/unix.c:166
2523 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2524 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2528 #: e2fsck/unix.c:171
2530 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2533 #: e2fsck/unix.c:179
2534 msgid " Extent depth histogram: "
2537 #: e2fsck/unix.c:188
2539 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2540 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2544 #: e2fsck/unix.c:192
2546 msgid "%12u bad block\n"
2547 msgid_plural "%12u bad blocks\n"
2551 #: e2fsck/unix.c:194
2553 msgid "%12u large file\n"
2554 msgid_plural "%12u large files\n"
2558 #: e2fsck/unix.c:196
2562 "%12u regular file\n"
2565 "%12u regular files\n"
2569 #: e2fsck/unix.c:198
2571 msgid "%12u directory\n"
2572 msgid_plural "%12u directories\n"
2576 #: e2fsck/unix.c:200
2578 msgid "%12u character device file\n"
2579 msgid_plural "%12u character device files\n"
2583 #: e2fsck/unix.c:203
2585 msgid "%12u block device file\n"
2586 msgid_plural "%12u block device files\n"
2590 #: e2fsck/unix.c:205
2593 msgid_plural "%12u fifos\n"
2597 #: e2fsck/unix.c:207
2600 msgid_plural "%12u links\n"
2604 #: e2fsck/unix.c:209
2606 msgid "%12u symbolic link"
2607 msgid_plural "%12u symbolic links"
2611 #: e2fsck/unix.c:211
2613 msgid " (%u fast symbolic link)\n"
2614 msgid_plural " (%u fast symbolic links)\n"
2618 #: e2fsck/unix.c:215
2620 msgid "%12u socket\n"
2621 msgid_plural "%12u sockets\n"
2625 #: e2fsck/unix.c:219
2628 msgid_plural "%12u files\n"
2632 #: e2fsck/unix.c:232 misc/badblocks.c:983 misc/tune2fs.c:1974 misc/util.c:147
2633 #: resize/main.c:247
2635 msgid "while determining whether %s is mounted."
2638 #: e2fsck/unix.c:252
2640 msgid "Warning! %s is %s.\n"
2643 #: e2fsck/unix.c:259
2648 #: e2fsck/unix.c:262
2650 "Cannot continue, aborting.\n"
2654 #: e2fsck/unix.c:264
2658 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
2659 "cause ***SEVERE*** filesystem damage.\n"
2663 #: e2fsck/unix.c:269
2664 msgid "Do you really want to continue"
2667 #: e2fsck/unix.c:271
2669 msgid "check aborted.\n"
2672 #: e2fsck/unix.c:361
2673 msgid " contains a file system with errors"
2676 #: e2fsck/unix.c:363
2677 msgid " was not cleanly unmounted"
2680 #: e2fsck/unix.c:365
2681 msgid " primary superblock features different from backup"
2684 #: e2fsck/unix.c:369
2686 msgid " has been mounted %u times without being checked"
2689 #: e2fsck/unix.c:376
2690 msgid " has filesystem last checked time in the future"
2693 #: e2fsck/unix.c:382
2695 msgid " has gone %u days without being checked"
2698 #: e2fsck/unix.c:391
2699 msgid ", check forced.\n"
2702 #: e2fsck/unix.c:424
2704 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2707 #: e2fsck/unix.c:443
2708 msgid " (check deferred; on battery)"
2711 #: e2fsck/unix.c:446
2712 msgid " (check after next mount)"
2715 #: e2fsck/unix.c:448
2717 msgid " (check in %ld mounts)"
2720 #: e2fsck/unix.c:598
2722 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2725 #: e2fsck/unix.c:667
2727 msgid "Invalid EA version.\n"
2730 #: e2fsck/unix.c:694
2732 msgid "Unknown extended option: %s\n"
2735 #: e2fsck/unix.c:719
2738 "Syntax error in e2fsck config file (%s, line #%d)\n"
2742 #: e2fsck/unix.c:788
2744 msgid "Error validating file descriptor %d: %s\n"
2747 #: e2fsck/unix.c:792
2748 msgid "Invalid completion information file descriptor"
2751 #: e2fsck/unix.c:807
2752 msgid "Only one of the options -p/-a, -n or -y may be specified."
2755 #: e2fsck/unix.c:828
2757 msgid "The -t option is not supported on this version of e2fsck.\n"
2760 #: e2fsck/unix.c:859 e2fsck/unix.c:931 misc/tune2fs.c:806 misc/tune2fs.c:1095
2761 #: misc/tune2fs.c:1113
2763 msgid "Unable to resolve '%s'"
2766 #: e2fsck/unix.c:910
2767 msgid "The -n and -D options are incompatible."
2770 #: e2fsck/unix.c:915
2771 msgid "The -n and -c options are incompatible."
2774 #: e2fsck/unix.c:920
2775 msgid "The -n and -l/-L options are incompatible."
2778 #: e2fsck/unix.c:974
2780 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2783 #: e2fsck/unix.c:1022
2786 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2790 #: e2fsck/unix.c:1031
2794 "Invalid non-numeric argument to -%c (\"%s\")\n"
2798 #: e2fsck/unix.c:1120
2801 "MMP interval is %u seconds and total wait time is %u seconds. Please "
2805 #: e2fsck/unix.c:1137 e2fsck/unix.c:1142
2806 msgid "while checking MMP block"
2809 #: e2fsck/unix.c:1144 misc/tune2fs.c:1907
2811 "If you are sure the filesystem is not in use on any node, run:\n"
2812 "'tune2fs -f -E clear_mmp {device}'\n"
2815 #: e2fsck/unix.c:1194
2817 msgid "Error: ext2fs library version out of date!\n"
2820 #: e2fsck/unix.c:1202
2821 msgid "while trying to initialize program"
2824 #: e2fsck/unix.c:1225
2826 msgid "\tUsing %s, %s\n"
2829 #: e2fsck/unix.c:1237
2830 msgid "need terminal for interactive repairs"
2833 #: e2fsck/unix.c:1290
2835 msgid "%s: %s trying backup blocks...\n"
2838 #: e2fsck/unix.c:1292
2839 msgid "Superblock invalid,"
2842 #: e2fsck/unix.c:1293
2843 msgid "Group descriptors look bad..."
2846 #: e2fsck/unix.c:1303
2848 msgid "%s: %s while using the backup blocks"
2851 #: e2fsck/unix.c:1307
2853 msgid "%s: going back to original superblock\n"
2856 #: e2fsck/unix.c:1335
2858 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2859 "(Or the filesystem superblock is corrupt)\n"
2863 #: e2fsck/unix.c:1341
2864 msgid "Could this be a zero-length partition?\n"
2867 #: e2fsck/unix.c:1344
2869 msgid "You must have %s access to the filesystem or be root\n"
2872 #: e2fsck/unix.c:1349
2873 msgid "Possibly non-existent or swap device?\n"
2876 #: e2fsck/unix.c:1352
2877 msgid "Filesystem mounted or opened exclusively by another program?\n"
2880 #: e2fsck/unix.c:1355
2881 msgid "Possibly non-existent device?\n"
2884 #: e2fsck/unix.c:1358
2886 "Disk write-protected; use the -n option to do a read-only\n"
2887 "check of the device.\n"
2890 #: e2fsck/unix.c:1423
2891 msgid "Get a newer version of e2fsck!"
2894 #: e2fsck/unix.c:1467
2896 msgid "while checking ext3 journal for %s"
2899 #: e2fsck/unix.c:1478
2901 "Warning: skipping journal recovery because doing a read-only filesystem "
2905 #: e2fsck/unix.c:1491
2907 msgid "unable to set superblock flags on %s\n"
2910 #: e2fsck/unix.c:1497
2912 msgid "while recovering ext3 journal of %s"
2915 #: e2fsck/unix.c:1521
2917 msgid "%s has unsupported feature(s):"
2920 #: e2fsck/unix.c:1536
2922 msgid "%s: warning: compression support is experimental.\n"
2925 #: e2fsck/unix.c:1542
2928 "%s: e2fsck not compiled with HTREE support,\n"
2929 "\tbut filesystem %s has HTREE directories.\n"
2932 #: e2fsck/unix.c:1594
2934 msgid "%s: %s while reading bad blocks inode\n"
2937 #: e2fsck/unix.c:1597
2938 msgid "This doesn't bode well, but we'll try to go on...\n"
2941 #: e2fsck/unix.c:1638
2943 msgid "Creating journal (%d blocks): "
2946 #: e2fsck/unix.c:1648
2950 #: e2fsck/unix.c:1649
2953 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2956 #: e2fsck/unix.c:1672
2957 msgid "Restarting e2fsck from the beginning...\n"
2960 #: e2fsck/unix.c:1676
2961 msgid "while resetting context"
2964 #: e2fsck/unix.c:1683
2966 msgid "%s: e2fsck canceled.\n"
2969 #: e2fsck/unix.c:1688
2973 #: e2fsck/unix.c:1700 e2fsck/util.c:67
2977 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2980 #: e2fsck/unix.c:1704
2982 msgid "%s: ***** REBOOT LINUX *****\n"
2985 #: e2fsck/unix.c:1712 e2fsck/util.c:73
2989 "%s: ********** WARNING: Filesystem still has errors **********\n"
2993 #: e2fsck/unix.c:1752
2994 msgid "while setting block group checksum info"
2997 #: e2fsck/util.c:190 misc/util.c:70
3001 #: e2fsck/util.c:191
3005 #: e2fsck/util.c:205
3009 #: e2fsck/util.c:207
3013 #: e2fsck/util.c:209
3017 #: e2fsck/util.c:223
3018 msgid "cancelled!\n"
3021 #: e2fsck/util.c:238
3025 #: e2fsck/util.c:240
3029 #: e2fsck/util.c:250
3036 #: e2fsck/util.c:254
3043 #: e2fsck/util.c:258
3047 #: e2fsck/util.c:258
3051 #: e2fsck/util.c:273
3053 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3056 #: e2fsck/util.c:278
3057 msgid "reading inode and block bitmaps"
3060 #: e2fsck/util.c:286
3062 msgid "while retrying to read bitmaps for %s"
3065 #: e2fsck/util.c:298
3066 msgid "writing block and inode bitmaps"
3069 #: e2fsck/util.c:303
3071 msgid "while rewriting block and inode bitmaps for %s"
3074 #: e2fsck/util.c:315
3079 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3080 "\t(i.e., without -a or -p options)\n"
3083 #: e2fsck/util.c:396
3085 msgid "Memory used: %luk/%luk (%luk/%luk), "
3088 #: e2fsck/util.c:400
3090 msgid "Memory used: %lu, "
3093 #: e2fsck/util.c:407
3095 msgid "time: %5.2f/%5.2f/%5.2f\n"
3098 #: e2fsck/util.c:412
3100 msgid "elapsed time: %6.3f\n"
3103 #: e2fsck/util.c:447 e2fsck/util.c:461
3105 msgid "while reading inode %lu in %s"
3108 #: e2fsck/util.c:475 e2fsck/util.c:488
3110 msgid "while writing inode %lu in %s"
3113 #: e2fsck/util.c:637
3114 msgid "while allocating zeroizing buffer"
3117 #: e2fsck/util.c:785
3119 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3123 #: misc/badblocks.c:69
3127 #: misc/badblocks.c:92
3130 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3131 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3133 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3134 " device [last_block [first_block]]\n"
3137 #: misc/badblocks.c:103
3140 "%s: The -n and -w options are mutually exclusive.\n"
3144 #: misc/badblocks.c:218
3146 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3149 #: misc/badblocks.c:322
3150 msgid "Testing with random pattern: "
3153 #: misc/badblocks.c:340
3154 msgid "Testing with pattern 0x"
3157 #: misc/badblocks.c:372 misc/badblocks.c:445
3161 #: misc/badblocks.c:383
3163 msgid "Weird value (%ld) in do_read\n"
3166 #: misc/badblocks.c:469
3167 msgid "during ext2fs_sync_device"
3170 #: misc/badblocks.c:489 misc/badblocks.c:749
3171 msgid "while beginning bad block list iteration"
3174 #: misc/badblocks.c:503 misc/badblocks.c:602 misc/badblocks.c:759
3175 msgid "while allocating buffers"
3178 #: misc/badblocks.c:507
3180 msgid "Checking blocks %lu to %lu\n"
3183 #: misc/badblocks.c:512
3184 msgid "Checking for bad blocks in read-only mode\n"
3187 #: misc/badblocks.c:521
3188 msgid "Checking for bad blocks (read-only test): "
3191 #: misc/badblocks.c:528 misc/badblocks.c:634 misc/badblocks.c:676
3192 #: misc/badblocks.c:822
3193 msgid "Too many bad blocks, aborting test\n"
3196 #: misc/badblocks.c:609
3197 msgid "Checking for bad blocks in read-write mode\n"
3200 #: misc/badblocks.c:611 misc/badblocks.c:772
3202 msgid "From block %lu to %lu\n"
3205 #: misc/badblocks.c:666
3206 msgid "Reading and comparing: "
3209 #: misc/badblocks.c:771
3210 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3213 #: misc/badblocks.c:777
3214 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3217 #: misc/badblocks.c:784
3220 "Interrupt caught, cleaning up\n"
3223 #: misc/badblocks.c:867
3225 msgid "during test data write, block %lu"
3228 #: misc/badblocks.c:988 misc/util.c:152
3230 msgid "%s is mounted; "
3233 #: misc/badblocks.c:990
3234 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3237 #: misc/badblocks.c:995
3238 msgid "it's not safe to run badblocks!\n"
3241 #: misc/badblocks.c:1000 misc/util.c:163
3243 msgid "%s is apparently in use by the system; "
3246 #: misc/badblocks.c:1003
3247 msgid "badblocks forced anyway.\n"
3250 #: misc/badblocks.c:1023
3252 msgid "invalid %s - %s"
3255 #: misc/badblocks.c:1133
3257 msgid "can't allocate memory for test_pattern - %s"
3260 #: misc/badblocks.c:1163
3261 msgid "Maximum of one test_pattern may be specified in read-only mode"
3264 #: misc/badblocks.c:1169
3265 msgid "Random test_pattern is not allowed in read-only mode"
3268 #: misc/badblocks.c:1183
3270 "Couldn't determine device size; you must specify\n"
3271 "the size manually\n"
3274 #: misc/badblocks.c:1189
3275 msgid "while trying to determine device size"
3278 #: misc/badblocks.c:1194
3282 #: misc/badblocks.c:1200
3286 #: misc/badblocks.c:1203
3288 msgid "invalid starting block (%lu): must be less than %lu"
3291 #: misc/badblocks.c:1259
3292 msgid "while creating in-memory bad blocks list"
3295 #: misc/badblocks.c:1274
3296 msgid "while adding to in-memory bad block list"
3299 #: misc/badblocks.c:1298
3301 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3306 msgid "Usage: %s [-RVf] [-+=AaCcDdeijsSu] [-v version] files...\n"
3309 #: misc/chattr.c:155
3311 msgid "bad version - %s\n"
3314 #: misc/chattr.c:202 misc/lsattr.c:116
3316 msgid "while trying to stat %s"
3319 #: misc/chattr.c:209
3321 msgid "while reading flags on %s"
3324 #: misc/chattr.c:218 misc/chattr.c:237
3326 msgid "Clearing extent flag not supported on %s"
3329 #: misc/chattr.c:223 misc/chattr.c:242
3331 msgid "Flags of %s set as "
3334 #: misc/chattr.c:251
3336 msgid "while setting flags on %s"
3339 #: misc/chattr.c:259
3341 msgid "Version of %s set as %lu\n"
3344 #: misc/chattr.c:263
3346 msgid "while setting version on %s"
3349 #: misc/chattr.c:283
3351 msgid "Couldn't allocate path variable in chattr_dir_proc"
3354 #: misc/chattr.c:323
3355 msgid "= is incompatible with - and +\n"
3358 #: misc/chattr.c:331
3359 msgid "Must use '-v', =, - or +\n"
3362 #: misc/dumpe2fs.c:55
3364 msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3367 #: misc/dumpe2fs.c:159
3371 #: misc/dumpe2fs.c:168
3375 #: misc/dumpe2fs.c:196
3377 msgid "Group %lu: (Blocks "
3380 #: misc/dumpe2fs.c:204
3382 msgid " Checksum 0x%04x"
3385 #: misc/dumpe2fs.c:206
3387 msgid " (EXPECTED 0x%04x)"
3390 #: misc/dumpe2fs.c:207
3392 msgid ", unused inodes %u\n"
3395 #: misc/dumpe2fs.c:212
3397 msgid " %s superblock at "
3400 #: misc/dumpe2fs.c:213
3404 #: misc/dumpe2fs.c:213
3408 #: misc/dumpe2fs.c:217
3410 msgid ", Group descriptors at "
3413 #: misc/dumpe2fs.c:221
3417 " Reserved GDT blocks at "
3420 #: misc/dumpe2fs.c:228
3422 msgid " Group descriptor at "
3425 #: misc/dumpe2fs.c:234
3426 msgid " Block bitmap at "
3429 #: misc/dumpe2fs.c:238
3430 msgid ", Inode bitmap at "
3433 #: misc/dumpe2fs.c:242
3439 #: misc/dumpe2fs.c:248
3443 " %u free %s, %u free inodes, %u directories%s"
3446 #: misc/dumpe2fs.c:255
3448 msgid ", %u unused inodes\n"
3451 #: misc/dumpe2fs.c:258
3452 msgid " Free blocks: "
3455 #: misc/dumpe2fs.c:269
3456 msgid " Free inodes: "
3459 #: misc/dumpe2fs.c:300
3460 msgid "while printing bad block list"
3463 #: misc/dumpe2fs.c:306
3465 msgid "Bad blocks: %u"
3468 #: misc/dumpe2fs.c:333 misc/tune2fs.c:306
3469 msgid "while reading journal inode"
3472 #: misc/dumpe2fs.c:339
3473 msgid "while opening journal inode"
3476 #: misc/dumpe2fs.c:345
3477 msgid "while reading journal super block"
3480 #: misc/dumpe2fs.c:355
3482 msgid "Journal features: "
3485 #: misc/dumpe2fs.c:368
3486 msgid "Journal size: "
3489 #: misc/dumpe2fs.c:379
3492 "Journal length: %u\n"
3493 "Journal sequence: 0x%08x\n"
3494 "Journal start: %u\n"
3497 #: misc/dumpe2fs.c:386
3499 msgid "Journal errno: %d\n"
3502 #: misc/dumpe2fs.c:401 misc/tune2fs.c:222
3503 msgid "while reading journal superblock"
3506 #: misc/dumpe2fs.c:409
3507 msgid "Couldn't find journal superblock magic numbers"
3510 #: misc/dumpe2fs.c:413
3514 "Journal block size: %u\n"
3515 "Journal length: %u\n"
3516 "Journal first block: %u\n"
3517 "Journal sequence: 0x%08x\n"
3518 "Journal start: %u\n"
3519 "Journal number of users: %u\n"
3522 #: misc/dumpe2fs.c:426
3524 msgid "Journal users: %s\n"
3527 #: misc/dumpe2fs.c:442 misc/mke2fs.c:664 misc/tune2fs.c:1132
3529 msgid "Couldn't allocate memory to parse options!\n"
3532 #: misc/dumpe2fs.c:468
3534 msgid "Invalid superblock parameter: %s\n"
3537 #: misc/dumpe2fs.c:483
3539 msgid "Invalid blocksize parameter: %s\n"
3542 #: misc/dumpe2fs.c:494
3546 "Bad extended option(s) specified: %s\n"
3548 "Extended options are separated by commas, and may take an argument which\n"
3549 "\tis set off by an equals ('=') sign.\n"
3551 "Valid extended options are:\n"
3552 "\tsuperblock=<superblock number>\n"
3553 "\tblocksize=<blocksize>\n"
3556 #: misc/dumpe2fs.c:554 misc/mke2fs.c:1527
3558 msgid "\tUsing %s\n"
3561 #: misc/dumpe2fs.c:590 misc/e2image.c:1320 misc/tune2fs.c:1918
3562 #: resize/main.c:305
3564 msgid "Couldn't find valid filesystem superblock.\n"
3567 #: misc/dumpe2fs.c:618
3571 "%s: %s: error reading bitmaps: %s\n"
3574 #: misc/e2image.c:90
3576 msgid "Usage: %s [-rsIQa] device image_file\n"
3579 #: misc/e2image.c:138
3581 msgid "Error: header size is bigger than wrt_size\n"
3584 #: misc/e2image.c:144
3585 msgid "Couldn't allocate header buffer\n"
3588 #: misc/e2image.c:174
3589 msgid "while writing superblock"
3592 #: misc/e2image.c:182
3593 msgid "while writing inode table"
3596 #: misc/e2image.c:189
3597 msgid "while writing block bitmap"
3600 #: misc/e2image.c:196
3601 msgid "while writing inode bitmap"
3604 #: misc/e2image.c:1359
3606 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3609 #: misc/e2label.c:58
3611 msgid "e2label: cannot open %s\n"
3614 #: misc/e2label.c:63
3616 msgid "e2label: cannot seek to superblock\n"
3619 #: misc/e2label.c:68
3621 msgid "e2label: error reading superblock\n"
3624 #: misc/e2label.c:72
3626 msgid "e2label: not an ext2 filesystem\n"
3629 #: misc/e2label.c:97 misc/tune2fs.c:2069
3631 msgid "Warning: label too long, truncating.\n"
3634 #: misc/e2label.c:100
3636 msgid "e2label: cannot seek to superblock again\n"
3639 #: misc/e2label.c:105
3641 msgid "e2label: error writing superblock\n"
3644 #: misc/e2label.c:117 misc/tune2fs.c:798
3646 msgid "Usage: e2label device [newlabel]\n"
3651 msgid "Usage: %s <transaction file> <filesystem>\n"
3655 msgid "Failed to read the file system data \n"
3658 #: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
3660 msgid "Failed tdb_fetch %s\n"
3665 msgid "The file system Mount time didn't match %u\n"
3669 msgid "The file system UUID didn't match \n"
3672 #: misc/e2undo.c:163
3674 msgid "Failed tdb_open %s\n"
3677 #: misc/e2undo.c:169
3679 msgid "Error while determining whether %s is mounted.\n"
3682 #: misc/e2undo.c:175
3683 msgid "e2undo should only be run on unmounted file system\n"
3686 #: misc/e2undo.c:184
3688 msgid "Failed to open %s\n"
3691 #: misc/e2undo.c:210
3693 msgid "Replayed transaction of size %zd at location %llu\n"
3696 #: misc/e2undo.c:216
3698 msgid "Failed write %s\n"
3703 msgid "WARNING: couldn't open %s: %s\n"
3708 msgid "WARNING: bad format on line %d of %s\n"
3713 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
3714 "\tfield. I will kludge around things for you, but you\n"
3715 "\tshould fix your /etc/fstab file as soon as you can.\n"
3721 msgid "fsck: %s: not found\n"
3726 msgid "%s: wait: No more child process?!?\n"
3731 msgid "Warning... %s for device %s exited with signal %d.\n"
3736 msgid "%s %s: status is %x, should never happen.\n"
3741 msgid "Finished with %s (exit status %d)\n"
3746 msgid "%s: Error %d while executing fsck.%s for %s\n"
3751 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3752 "with 'no' or '!'.\n"
3756 msgid "Couldn't allocate memory for filesystem types\n"
3762 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3768 msgid "fsck: cannot check %s: fsck.%s not found\n"
3772 msgid "Checking all file systems.\n"
3777 msgid "--waiting-- (pass %d)\n"
3782 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3787 msgid "%s: too many devices\n"
3790 #: misc/fsck.c:1153 misc/fsck.c:1239
3792 msgid "%s: too many arguments\n"
3797 msgid "Usage: %s [-RVadlv] [files...]\n"
3802 msgid "While reading flags on %s"
3807 msgid "While reading version on %s"
3810 #: misc/mke2fs.c:114
3813 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
3814 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3815 "\t[-G flex-group-size] [-N number-of-inodes]\n"
3816 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3817 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3818 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3819 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-jnqvDFKSV] device [blocks-"
3823 #: misc/mke2fs.c:219
3825 msgid "Running command: %s\n"
3828 #: misc/mke2fs.c:223
3830 msgid "while trying to run '%s'"
3833 #: misc/mke2fs.c:230
3834 msgid "while processing list of bad blocks from program"
3837 #: misc/mke2fs.c:257
3839 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3842 #: misc/mke2fs.c:259
3844 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3847 #: misc/mke2fs.c:262
3848 msgid "Aborting....\n"
3851 #: misc/mke2fs.c:282
3854 "Warning: the backup superblock/group descriptors at block %u contain\n"
3859 #: misc/mke2fs.c:301
3860 msgid "while marking bad blocks as used"
3863 #: misc/mke2fs.c:318
3864 msgid "Writing inode tables: "
3867 #: misc/mke2fs.c:339
3871 "Could not write %d blocks in inode table starting at %llu: %s\n"
3874 #: misc/mke2fs.c:353 misc/mke2fs.c:2215 misc/mke2fs.c:2469
3879 #: misc/mke2fs.c:364
3880 msgid "while creating root dir"
3883 #: misc/mke2fs.c:371
3884 msgid "while reading root inode"
3887 #: misc/mke2fs.c:385
3888 msgid "while setting root inode ownership"
3891 #: misc/mke2fs.c:403
3892 msgid "while creating /lost+found"
3895 #: misc/mke2fs.c:410
3896 msgid "while looking up /lost+found"
3899 #: misc/mke2fs.c:423
3900 msgid "while expanding /lost+found"
3903 #: misc/mke2fs.c:438
3904 msgid "while setting bad block inode"
3907 #: misc/mke2fs.c:465
3909 msgid "Out of memory erasing sectors %d-%d\n"
3912 #: misc/mke2fs.c:475
3914 msgid "Warning: could not read block 0: %s\n"
3917 #: misc/mke2fs.c:491
3919 msgid "Warning: could not erase sector %d: %s\n"
3922 #: misc/mke2fs.c:507
3923 msgid "while initializing journal superblock"
3926 #: misc/mke2fs.c:515
3927 msgid "Zeroing journal device: "
3930 #: misc/mke2fs.c:527
3932 msgid "while zeroing journal device (block %llu, count %d)"
3935 #: misc/mke2fs.c:545
3936 msgid "while writing journal superblock"
3939 #: misc/mke2fs.c:560
3942 "warning: %llu blocks unused.\n"
3946 #: misc/mke2fs.c:565
3948 msgid "Filesystem label=%s\n"
3951 #: misc/mke2fs.c:568
3953 msgid "OS type: %s\n"
3956 #: misc/mke2fs.c:570
3958 msgid "Block size=%u (log=%u)\n"
3961 #: misc/mke2fs.c:574
3963 msgid "Cluster size=%u (log=%u)\n"
3966 #: misc/mke2fs.c:578
3968 msgid "Fragment size=%u (log=%u)\n"
3971 #: misc/mke2fs.c:580
3973 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3976 #: misc/mke2fs.c:582
3978 msgid "%u inodes, %llu blocks\n"
3981 #: misc/mke2fs.c:584
3983 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
3986 #: misc/mke2fs.c:587
3988 msgid "First data block=%u\n"
3991 #: misc/mke2fs.c:589
3993 msgid "Maximum filesystem blocks=%lu\n"
3996 #: misc/mke2fs.c:593
3998 msgid "%u block groups\n"
4001 #: misc/mke2fs.c:595
4003 msgid "%u block group\n"
4006 #: misc/mke2fs.c:598
4008 msgid "%u blocks per group, %u clusters per group\n"
4011 #: misc/mke2fs.c:601
4013 msgid "%u blocks per group, %u fragments per group\n"
4016 #: misc/mke2fs.c:603
4018 msgid "%u inodes per group\n"
4021 #: misc/mke2fs.c:610
4023 msgid "Superblock backups stored on blocks: "
4026 #: misc/mke2fs.c:689 misc/tune2fs.c:1160
4028 msgid "Invalid mmp_update_interval: %s\n"
4031 #: misc/mke2fs.c:703
4033 msgid "Invalid stride parameter: %s\n"
4036 #: misc/mke2fs.c:718
4038 msgid "Invalid stripe-width parameter: %s\n"
4041 #: misc/mke2fs.c:741
4043 msgid "Invalid resize parameter: %s\n"
4046 #: misc/mke2fs.c:748
4048 msgid "The resize maximum must be greater than the filesystem size.\n"
4051 #: misc/mke2fs.c:772
4053 msgid "On-line resizing not supported with revision 0 filesystems\n"
4056 #: misc/mke2fs.c:810
4058 msgid "Invalid quotatype parameter: %s\n"
4061 #: misc/mke2fs.c:821
4065 "Bad option(s) specified: %s\n"
4067 "Extended options are separated by commas, and may take an argument which\n"
4068 "\tis set off by an equals ('=') sign.\n"
4070 "Valid extended options are:\n"
4071 "\tstride=<RAID per-disk data chunk in blocks>\n"
4072 "\tstripe-width=<RAID stride * data disks in blocks>\n"
4073 "\tresize=<resize maximum size in blocks>\n"
4074 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4075 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4079 "\tquotatype=<usr OR grp>\n"
4083 #: misc/mke2fs.c:841
4087 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4091 #: misc/mke2fs.c:880
4094 "Syntax error in mke2fs config file (%s, line #%d)\n"
4098 #: misc/mke2fs.c:893 misc/tune2fs.c:397
4100 msgid "Invalid filesystem option set: %s\n"
4103 #: misc/mke2fs.c:905 misc/tune2fs.c:349
4105 msgid "Invalid mount option set: %s\n"
4108 #: misc/mke2fs.c:1045
4112 "Your mke2fs.conf file does not define the %s filesystem type.\n"
4115 #: misc/mke2fs.c:1049
4118 "You probably need to install an updated mke2fs.conf file.\n"
4122 #: misc/mke2fs.c:1053
4124 msgid "Aborting...\n"
4127 #: misc/mke2fs.c:1093
4131 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
4135 #: misc/mke2fs.c:1251
4137 msgid "Couldn't allocate memory for new PATH.\n"
4140 #: misc/mke2fs.c:1292
4142 msgid "Couldn't init profile successfully (error: %ld).\n"
4145 #: misc/mke2fs.c:1332
4147 msgid "invalid block size - %s"
4150 #: misc/mke2fs.c:1336
4152 msgid "Warning: blocksize %d not usable on most systems.\n"
4155 #: misc/mke2fs.c:1352
4157 msgid "invalid cluster size - %s"
4160 #: misc/mke2fs.c:1364
4161 msgid "Illegal number for blocks per group"
4164 #: misc/mke2fs.c:1369
4165 msgid "blocks per group must be multiple of 8"
4168 #: misc/mke2fs.c:1377
4169 msgid "Illegal number for flex_bg size"
4172 #: misc/mke2fs.c:1383
4173 msgid "flex_bg size must be a power of 2"
4176 #: misc/mke2fs.c:1393
4178 msgid "invalid inode ratio %s (min %d/max %d)"
4181 #: misc/mke2fs.c:1403
4184 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
4185 "nodiscard' extended option instead!\n"
4188 #: misc/mke2fs.c:1417
4189 msgid "in malloc for bad_blocks_filename"
4192 #: misc/mke2fs.c:1427
4194 msgid "invalid reserved blocks percent - %s"
4197 #: misc/mke2fs.c:1445
4199 msgid "bad revision level - %s"
4202 #: misc/mke2fs.c:1457
4204 msgid "invalid inode size - %s"
4207 #: misc/mke2fs.c:1477
4209 msgid "bad num inodes - %s"
4212 #: misc/mke2fs.c:1494
4213 msgid "The -t option may only be used once"
4216 #: misc/mke2fs.c:1502
4217 msgid "The -T option may only be used once"
4220 #: misc/mke2fs.c:1552 misc/mke2fs.c:2548
4222 msgid "while trying to open journal device %s\n"
4225 #: misc/mke2fs.c:1558
4227 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4230 #: misc/mke2fs.c:1564
4232 msgid "Using journal device's blocksize: %d\n"
4235 #: misc/mke2fs.c:1575
4237 msgid "invalid blocks '%s' on device '%s'"
4240 #: misc/mke2fs.c:1585
4244 #: misc/mke2fs.c:1598 resize/main.c:355
4245 msgid "while trying to determine filesystem size"
4248 #: misc/mke2fs.c:1604
4250 "Couldn't determine device size; you must specify\n"
4251 "the size of the filesystem\n"
4254 #: misc/mke2fs.c:1611
4256 "Device size reported to be zero. Invalid partition specified, or\n"
4257 "\tpartition table wasn't reread after running fdisk, due to\n"
4258 "\ta modified partition being busy and in use. You may need to reboot\n"
4259 "\tto re-read your partition table.\n"
4262 #: misc/mke2fs.c:1628
4263 msgid "Filesystem larger than apparent device size."
4266 #: misc/mke2fs.c:1648
4268 msgid "Failed to parse fs types list\n"
4271 #: misc/mke2fs.c:1702
4274 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4275 "\tin 32 bits using a blocksize of %d.\n"
4278 #: misc/mke2fs.c:1718
4279 msgid "fs_types for mke2fs.conf resolution: "
4282 #: misc/mke2fs.c:1725
4284 msgid "Filesystem features not supported with revision 0 filesystems\n"
4287 #: misc/mke2fs.c:1732
4289 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4292 #: misc/mke2fs.c:1744
4294 msgid "Journals not supported with revision 0 filesystems\n"
4297 #: misc/mke2fs.c:1758
4299 msgid "invalid reserved blocks percent - %lf"
4302 #: misc/mke2fs.c:1774
4305 "The resize_inode and meta_bg features are not compatible.\n"
4306 "They can not be both enabled simultaneously.\n"
4309 #: misc/mke2fs.c:1791
4310 msgid "while trying to determine hardware sector size"
4313 #: misc/mke2fs.c:1797
4314 msgid "while trying to determine physical sector size"
4317 #: misc/mke2fs.c:1830
4318 msgid "while setting blocksize; too small for device\n"
4321 #: misc/mke2fs.c:1835
4324 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4327 #: misc/mke2fs.c:1853
4328 msgid "The cluster size may not be smaller than the block size.\n"
4331 #: misc/mke2fs.c:1859
4332 msgid "specifying a cluster size requires the bigalloc feature"
4335 #: misc/mke2fs.c:1878
4337 msgid "warning: Unable to get device geometry for %s\n"
4340 #: misc/mke2fs.c:1881
4342 msgid "%s alignment is offset by %lu bytes.\n"
4345 #: misc/mke2fs.c:1883
4348 "This may result in very poor performance, (re)-partitioning suggested.\n"
4351 #: misc/mke2fs.c:1902
4353 msgid "%d-byte blocks too big for system (max %d)"
4356 #: misc/mke2fs.c:1906
4359 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4362 #: misc/mke2fs.c:1940
4363 msgid "Can't support bigalloc feature without extents feature"
4366 #: misc/mke2fs.c:1951
4367 msgid "reserved online resize blocks not supported on non-sparse filesystem"
4370 #: misc/mke2fs.c:1960
4371 msgid "blocks per group count out of range"
4374 #: misc/mke2fs.c:1984
4375 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4378 #: misc/mke2fs.c:1996
4380 msgid "invalid inode size %d (min %d/max %d)"
4383 #: misc/mke2fs.c:2014
4385 msgid "too many inodes (%llu), raise inode ratio?"
4388 #: misc/mke2fs.c:2021
4390 msgid "too many inodes (%llu), specify < 2^32 inodes"
4393 #: misc/mke2fs.c:2035
4396 "inode_size (%u) * inodes_count (%u) too big for a\n"
4397 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4398 "\tor lower inode count (-N).\n"
4401 #: misc/mke2fs.c:2154
4404 "Overwriting existing filesystem; this can be undone using the command:\n"
4409 #: misc/mke2fs.c:2168
4410 msgid "while trying to setup undo file\n"
4413 #: misc/mke2fs.c:2194
4414 msgid "Discarding device blocks: "
4417 #: misc/mke2fs.c:2210
4421 #: misc/mke2fs.c:2317
4422 msgid "while setting up superblock"
4425 #: misc/mke2fs.c:2326
4427 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
4430 #: misc/mke2fs.c:2409
4432 msgid "unknown os - %s"
4435 #: misc/mke2fs.c:2461
4437 msgid "Allocating group tables: "
4440 #: misc/mke2fs.c:2465
4441 msgid "while trying to allocate filesystem tables"
4444 #: misc/mke2fs.c:2474
4447 "\twhile converting subcluster bitmap"
4450 #: misc/mke2fs.c:2517
4452 msgid "while zeroing block %llu at end of filesystem"
4455 #: misc/mke2fs.c:2530
4456 msgid "while reserving blocks for online resize"
4459 #: misc/mke2fs.c:2541 misc/tune2fs.c:644
4463 #: misc/mke2fs.c:2553
4465 msgid "Adding journal to device %s: "
4468 #: misc/mke2fs.c:2560
4472 "\twhile trying to add journal to device %s"
4475 #: misc/mke2fs.c:2565 misc/mke2fs.c:2597 misc/tune2fs.c:673 misc/tune2fs.c:687
4480 #: misc/mke2fs.c:2574
4482 msgid "Skipping journal creation in super-only mode\n"
4485 #: misc/mke2fs.c:2585
4487 msgid "Creating journal (%u blocks): "
4490 #: misc/mke2fs.c:2593
4493 "\twhile trying to create journal"
4496 #: misc/mke2fs.c:2604 misc/tune2fs.c:450
4500 "Error while enabling multiple mount protection feature."
4503 #: misc/mke2fs.c:2609
4505 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4508 #: misc/mke2fs.c:2622
4510 msgid "Writing superblocks and filesystem accounting information: "
4513 #: misc/mke2fs.c:2629
4517 "Warning, had trouble writing out superblocks."
4520 #: misc/mke2fs.c:2631
4527 #: misc/mklost+found.c:50
4529 msgid "Usage: mklost+found\n"
4532 #: misc/partinfo.c:41
4535 "Usage: %s device...\n"
4537 "Prints out the partition information for each given device.\n"
4538 "For example: %s /dev/hda\n"
4542 #: misc/partinfo.c:51
4544 msgid "Cannot open %s: %s"
4547 #: misc/partinfo.c:57
4549 msgid "Cannot get geometry of %s: %s"
4552 #: misc/partinfo.c:65
4554 msgid "Cannot get size of %s: %s"
4557 #: misc/partinfo.c:71
4559 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
4562 #: misc/tune2fs.c:107
4563 msgid "Please run e2fsck on the filesystem.\n"
4566 #: misc/tune2fs.c:116
4569 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4570 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4571 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4572 "mmp_update_interval]\n"
4573 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4574 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4575 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4576 "\t[ -I new_inode_size ] device\n"
4579 #: misc/tune2fs.c:209
4580 msgid "while trying to open external journal"
4583 #: misc/tune2fs.c:214
4585 msgid "%s is not a journal device.\n"
4588 #: misc/tune2fs.c:229
4589 msgid "Journal superblock not found!\n"
4592 #: misc/tune2fs.c:240
4593 msgid "Filesystem's UUID not found on journal device.\n"
4596 #: misc/tune2fs.c:261
4598 "Cannot locate journal device. It was NOT removed\n"
4599 "Use -f option to remove missing journal device.\n"
4602 #: misc/tune2fs.c:269
4603 msgid "Journal removed\n"
4606 #: misc/tune2fs.c:313
4607 msgid "while reading bitmaps"
4610 #: misc/tune2fs.c:321
4611 msgid "while clearing journal inode"
4614 #: misc/tune2fs.c:332
4615 msgid "while writing journal inode"
4618 #: misc/tune2fs.c:367
4620 msgid "(and reboot afterwards!)\n"
4623 #: misc/tune2fs.c:400
4625 msgid "Clearing filesystem feature '%s' not supported.\n"
4628 #: misc/tune2fs.c:406
4630 msgid "Setting filesystem feature '%s' not supported.\n"
4633 #: misc/tune2fs.c:415
4635 "The has_journal feature may only be cleared when the filesystem is\n"
4636 "unmounted or mounted read-only.\n"
4639 #: misc/tune2fs.c:423
4641 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
4642 "the has_journal flag.\n"
4645 #: misc/tune2fs.c:442
4647 "The multiple mount protection feature can't\n"
4648 "be set if the filesystem is mounted or\n"
4652 #: misc/tune2fs.c:460
4654 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4657 #: misc/tune2fs.c:469
4659 "The multiple mount protection feature cannot\n"
4660 "be disabled if the filesystem is readonly.\n"
4663 #: misc/tune2fs.c:477
4664 msgid "Error while reading bitmaps\n"
4667 #: misc/tune2fs.c:486
4669 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4672 #: misc/tune2fs.c:491
4673 msgid "while reading MMP block."
4676 #: misc/tune2fs.c:523
4678 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4682 #: misc/tune2fs.c:534
4684 "The huge_file feature may only be cleared when the filesystem is\n"
4685 "unmounted or mounted read-only.\n"
4688 #: misc/tune2fs.c:594
4691 "Warning: '^quota' option overrides '-Q'arguments.\n"
4694 #: misc/tune2fs.c:639
4695 msgid "The filesystem already has a journal.\n"
4698 #: misc/tune2fs.c:657
4702 "\twhile trying to open journal on %s\n"
4705 #: misc/tune2fs.c:661
4707 msgid "Creating journal on device %s: "
4710 #: misc/tune2fs.c:669
4712 msgid "while adding filesystem to journal on %s"
4715 #: misc/tune2fs.c:675
4716 msgid "Creating journal inode: "
4719 #: misc/tune2fs.c:684
4722 "\twhile trying to create journal file"
4725 #: misc/tune2fs.c:758
4726 msgid "Couldn't allocate memory to parse quota options!\n"
4729 #: misc/tune2fs.c:780
4732 "Bad quota options specified.\n"
4734 "Following valid quota options are available (pass by separating with "
4742 #: misc/tune2fs.c:841
4744 msgid "Couldn't parse date/time specifier: %s"
4747 #: misc/tune2fs.c:865 misc/tune2fs.c:878
4749 msgid "bad mounts count - %s"
4752 #: misc/tune2fs.c:894
4754 msgid "bad error behavior - %s"
4757 #: misc/tune2fs.c:921
4759 msgid "bad gid/group name - %s"
4762 #: misc/tune2fs.c:954
4764 msgid "bad interval - %s"
4767 #: misc/tune2fs.c:983
4769 msgid "bad reserved block ratio - %s"
4772 #: misc/tune2fs.c:998
4773 msgid "-o may only be specified once"
4776 #: misc/tune2fs.c:1007
4777 msgid "-O may only be specified once"
4780 #: misc/tune2fs.c:1022
4782 msgid "bad reserved blocks count - %s"
4785 #: misc/tune2fs.c:1051
4787 msgid "bad uid/user name - %s"
4790 #: misc/tune2fs.c:1068
4792 msgid "bad inode size - %s"
4795 #: misc/tune2fs.c:1075
4797 msgid "Inode size must be a power of two- %s"
4800 #: misc/tune2fs.c:1169
4802 msgid "mmp_update_interval too big: %lu\n"
4805 #: misc/tune2fs.c:1174
4807 msgid "Setting multiple mount protection update interval to %lu second\n"
4809 "Setting multiple mount protection update interval to %lu seconds\n"
4813 #: misc/tune2fs.c:1197
4815 msgid "Invalid RAID stride: %s\n"
4818 #: misc/tune2fs.c:1212
4820 msgid "Invalid RAID stripe-width: %s\n"
4823 #: misc/tune2fs.c:1227
4825 msgid "Invalid hash algorithm: %s\n"
4828 #: misc/tune2fs.c:1233
4830 msgid "Setting default hash algorithm to %s (%d)\n"
4833 #: misc/tune2fs.c:1252
4837 "Bad options specified.\n"
4839 "Extended options are separated by commas, and may take an argument which\n"
4840 "\tis set off by an equals ('=') sign.\n"
4842 "Valid extended options are:\n"
4844 "\thash_alg=<hash algorithm>\n"
4845 "\tmount_opts=<extended default mount options>\n"
4846 "\tstride=<RAID per-disk chunk size in blocks>\n"
4847 "\tstripe_width=<RAID stride*data disks in blocks>\n"
4852 #: misc/tune2fs.c:1718
4853 msgid "Failed to read inode bitmap\n"
4856 #: misc/tune2fs.c:1723
4857 msgid "Failed to read block bitmap\n"
4860 #: misc/tune2fs.c:1740 resize/resize2fs.c:829
4861 msgid "blocks to be moved"
4864 #: misc/tune2fs.c:1743
4865 msgid "Failed to allocate block bitmap when increasing inode size\n"
4868 #: misc/tune2fs.c:1749
4869 msgid "Not enough space to increase inode size \n"
4872 #: misc/tune2fs.c:1754
4873 msgid "Failed to relocate blocks during inode resize \n"
4876 #: misc/tune2fs.c:1786
4878 "Error in resizing the inode size.\n"
4879 "Run e2undo to undo the file system changes. \n"
4882 #: misc/tune2fs.c:1813
4883 msgid "Couldn't allocate memory for tdb filename\n"
4886 #: misc/tune2fs.c:1835
4888 msgid "while trying to delete %s"
4891 #: misc/tune2fs.c:1845
4894 "To undo the tune2fs operation please run the command\n"
4899 #: misc/tune2fs.c:1914
4902 "MMP block magic is bad. Try to fix it by running:\n"
4906 #: misc/tune2fs.c:1932
4908 msgid "The inode size is already %lu\n"
4911 #: misc/tune2fs.c:1938
4913 msgid "Shrinking the inode size is not supported\n"
4916 #: misc/tune2fs.c:1985
4918 msgid "Setting maximal mount count to %d\n"
4921 #: misc/tune2fs.c:1991
4923 msgid "Setting current mount count to %d\n"
4926 #: misc/tune2fs.c:1996
4928 msgid "Setting error behavior to %d\n"
4931 #: misc/tune2fs.c:2001
4933 msgid "Setting reserved blocks gid to %lu\n"
4936 #: misc/tune2fs.c:2006
4938 msgid "interval between checks is too big (%lu)"
4941 #: misc/tune2fs.c:2013
4943 msgid "Setting interval between checks to %lu seconds\n"
4946 #: misc/tune2fs.c:2020
4948 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
4951 #: misc/tune2fs.c:2026
4953 msgid "reserved blocks count is too big (%llu)"
4956 #: misc/tune2fs.c:2033
4958 msgid "Setting reserved blocks count to %llu\n"
4961 #: misc/tune2fs.c:2039
4964 "The filesystem already has sparse superblocks.\n"
4967 #: misc/tune2fs.c:2046
4971 "Sparse superblock flag set. %s"
4974 #: misc/tune2fs.c:2051
4977 "Clearing the sparse superflag not supported.\n"
4980 #: misc/tune2fs.c:2059
4982 msgid "Setting time filesystem last checked to %s\n"
4985 #: misc/tune2fs.c:2065
4987 msgid "Setting reserved blocks uid to %lu\n"
4990 #: misc/tune2fs.c:2097
4991 msgid "Error in using clear_mmp. It must be used with -f\n"
4994 #: misc/tune2fs.c:2115
4996 "The quota feature may only be changed when the filesystem is unmounted.\n"
4999 #: misc/tune2fs.c:2148
5000 msgid "Invalid UUID format\n"
5003 #: misc/tune2fs.c:2161
5004 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
5007 #: misc/tune2fs.c:2169
5009 "Changing the inode size not supported for filesystems with the flex_bg\n"
5010 "feature enabled.\n"
5013 #: misc/tune2fs.c:2182
5015 msgid "Setting inode size %lu\n"
5018 #: misc/tune2fs.c:2185
5020 msgid "Failed to change inode size\n"
5023 #: misc/tune2fs.c:2196
5025 msgid "Setting stride size to %d\n"
5028 #: misc/tune2fs.c:2201
5030 msgid "Setting stripe width to %d\n"
5033 #: misc/tune2fs.c:2208
5035 msgid "Setting extended default mount options to '%s'\n"
5039 msgid "Proceed anyway? (y,n) "
5044 msgid "Could not stat %s --- %s\n"
5050 "The device apparently does not exist; did you specify it correctly?\n"
5055 msgid "%s is not a block special device.\n"
5060 msgid "%s is entire device, not just one partition!\n"
5064 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
5069 msgid "will not make a %s here!\n"
5073 msgid "mke2fs forced anyway.\n"
5077 msgid "Couldn't allocate memory to parse journal options!\n"
5084 "Could not find journal device matching %s\n"
5090 "Bad journal options specified.\n"
5092 "Journal options are separated by commas, and may take an argument which\n"
5093 "\tis set off by an equals ('=') sign.\n"
5095 "Valid journal options are:\n"
5096 "\tsize=<journal size in megabytes>\n"
5097 "\tdevice=<journal device>\n"
5099 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5106 "Filesystem too small for a journal\n"
5113 "The requested journal size is %d blocks; it must be\n"
5114 "between 1024 and 10240000 blocks. Aborting.\n"
5120 "Journal size too big for filesystem.\n"
5126 "This filesystem will be automatically checked every %d mounts or\n"
5127 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
5132 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5137 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
5146 msgid "bad arguments"
5162 msgid "bad response length"
5167 msgid "uuidd daemon already running at pid %s\n"
5172 msgid "Couldn't create unix stream socket: %s"
5177 msgid "Couldn't bind unix socket %s: %s\n"
5182 msgid "Couldn't listen on unix socket %s: %s\n"
5187 msgid "Error reading from client, len = %d\n"
5192 msgid "operation %d, incoming num = %d\n"
5197 msgid "Generated time UUID: %s\n"
5202 msgid "Generated random UUID: %s\n"
5207 msgid "Generated time UUID %s and subsequent UUID\n"
5208 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5214 msgid "Generated %d UUID's:\n"
5219 msgid "Invalid operation %d\n"
5222 #: misc/uuidd.c:476 misc/uuidd.c:498
5224 msgid "Bad number: %s\n"
5227 #: misc/uuidd.c:533 misc/uuidd.c:562
5229 msgid "Error calling uuidd daemon (%s): %s\n"
5234 msgid "%s and subsequent UUID\n"
5235 msgid_plural "%s and subsequent %d UUIDs\n"
5241 msgid "List of UUID's:\n"
5246 msgid "Unexpected reply length from server %d\n"
5251 msgid "Couldn't kill uuidd running at pid %d: %s\n"
5256 msgid "Killed uuidd running at pid %d\n"
5259 #: misc/uuidgen.c:32
5261 msgid "Usage: %s [-r] [-t]\n"
5264 #: resize/extent.c:202
5265 msgid "# Extent dump:\n"
5268 #: resize/extent.c:203
5270 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5276 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5281 msgid "Extending the inode table"
5285 msgid "Relocating blocks"
5289 msgid "Scanning inode table"
5293 msgid "Updating inode references"
5297 msgid "Moving inode table"
5301 msgid "Unknown pass?!?"
5306 msgid "Begin pass %d (max = %lu)\n"
5309 #: resize/main.c:259
5311 msgid "while opening %s"
5314 #: resize/main.c:267
5316 msgid "while getting stat information for %s"
5319 #: resize/main.c:325 resize/main.c:437
5322 "Please run 'e2fsck -f %s' first.\n"
5326 #: resize/main.c:329
5328 msgid "Estimated minimum size of the filesystem: %llu\n"
5331 #: resize/main.c:365
5333 msgid "Invalid new size: %s\n"
5336 #: resize/main.c:381
5337 msgid "New size too large to be expressed in 32 bits\n"
5340 #: resize/main.c:389
5342 msgid "New size smaller than minimum (%llu)\n"
5345 #: resize/main.c:395
5346 msgid "Invalid stride length"
5349 #: resize/main.c:419
5352 "The containing partition (or device) is only %llu (%dk) blocks.\n"
5353 "You requested a new size of %llu blocks.\n"
5357 #: resize/main.c:426
5360 "The filesystem is already %llu blocks long. Nothing to do!\n"
5364 #: resize/main.c:441
5366 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5369 #: resize/main.c:450
5371 msgid "while trying to resize %s"
5374 #: resize/main.c:453
5377 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
5378 "after the aborted resize operation.\n"
5381 #: resize/main.c:459
5384 "The filesystem on %s is now %llu blocks long.\n"
5388 #: resize/main.c:474
5390 msgid "while trying to truncate %s"
5393 #: resize/online.c:79
5395 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5398 #: resize/online.c:83
5399 msgid "On-line shrinking not supported"
5402 #: resize/online.c:108
5403 msgid "Filesystem does not support online resizing"
5406 #: resize/online.c:117
5407 msgid "Not enough reserved gdt blocks for resizing"
5410 #: resize/online.c:124
5411 msgid "Kernel does not support resizing a file system this large"
5414 #: resize/online.c:132
5416 msgid "while trying to open mountpoint %s"
5419 #: resize/online.c:137
5421 msgid "Old resize interface requested.\n"
5424 #: resize/online.c:156 resize/online.c:173
5425 msgid "Permission denied to resize filesystem"
5428 #: resize/online.c:159 resize/online.c:179
5429 msgid "While checking for on-line resizing support"
5432 #: resize/online.c:176
5433 msgid "Kernel does not support online resizing"
5436 #: resize/online.c:209
5438 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5441 #: resize/online.c:219
5442 msgid "While trying to extend the last group"
5445 #: resize/online.c:273
5447 msgid "While trying to add group #%d"
5450 #: resize/online.c:284
5453 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5457 #: resize/resize2fs.c:361
5459 msgid "inodes (%llu) must be less than %u"
5462 #: resize/resize2fs.c:594
5463 msgid "reserved blocks"
5466 #: resize/resize2fs.c:834
5467 msgid "meta-data blocks"
5470 #: resize/resize2fs.c:1778
5472 msgid "Should never happen: resize inode corrupt!\n"
5475 #: lib/ext2fs/ext2_err.c:11
5476 msgid "EXT2FS Library version 1.42.7"
5479 #: lib/ext2fs/ext2_err.c:12
5480 msgid "Wrong magic number for ext2_filsys structure"
5483 #: lib/ext2fs/ext2_err.c:13
5484 msgid "Wrong magic number for badblocks_list structure"
5487 #: lib/ext2fs/ext2_err.c:14
5488 msgid "Wrong magic number for badblocks_iterate structure"
5491 #: lib/ext2fs/ext2_err.c:15
5492 msgid "Wrong magic number for inode_scan structure"
5495 #: lib/ext2fs/ext2_err.c:16
5496 msgid "Wrong magic number for io_channel structure"
5499 #: lib/ext2fs/ext2_err.c:17
5500 msgid "Wrong magic number for unix io_channel structure"
5503 #: lib/ext2fs/ext2_err.c:18
5504 msgid "Wrong magic number for io_manager structure"
5507 #: lib/ext2fs/ext2_err.c:19
5508 msgid "Wrong magic number for block_bitmap structure"
5511 #: lib/ext2fs/ext2_err.c:20
5512 msgid "Wrong magic number for inode_bitmap structure"
5515 #: lib/ext2fs/ext2_err.c:21
5516 msgid "Wrong magic number for generic_bitmap structure"
5519 #: lib/ext2fs/ext2_err.c:22
5520 msgid "Wrong magic number for test io_channel structure"
5523 #: lib/ext2fs/ext2_err.c:23
5524 msgid "Wrong magic number for directory block list structure"
5527 #: lib/ext2fs/ext2_err.c:24
5528 msgid "Wrong magic number for icount structure"
5531 #: lib/ext2fs/ext2_err.c:25
5532 msgid "Wrong magic number for Powerquest io_channel structure"
5535 #: lib/ext2fs/ext2_err.c:26
5536 msgid "Wrong magic number for ext2 file structure"
5539 #: lib/ext2fs/ext2_err.c:27
5540 msgid "Wrong magic number for Ext2 Image Header"
5543 #: lib/ext2fs/ext2_err.c:28
5544 msgid "Wrong magic number for inode io_channel structure"
5547 #: lib/ext2fs/ext2_err.c:29
5548 msgid "Wrong magic number for ext4 extent handle"
5551 #: lib/ext2fs/ext2_err.c:30
5552 msgid "Bad magic number in super-block"
5555 #: lib/ext2fs/ext2_err.c:31
5556 msgid "Filesystem revision too high"
5559 #: lib/ext2fs/ext2_err.c:32
5560 msgid "Attempt to write to filesystem opened read-only"
5563 #: lib/ext2fs/ext2_err.c:33
5564 msgid "Can't read group descriptors"
5567 #: lib/ext2fs/ext2_err.c:34
5568 msgid "Can't write group descriptors"
5571 #: lib/ext2fs/ext2_err.c:35
5572 msgid "Corrupt group descriptor: bad block for block bitmap"
5575 #: lib/ext2fs/ext2_err.c:36
5576 msgid "Corrupt group descriptor: bad block for inode bitmap"
5579 #: lib/ext2fs/ext2_err.c:37
5580 msgid "Corrupt group descriptor: bad block for inode table"
5583 #: lib/ext2fs/ext2_err.c:38
5584 msgid "Can't write an inode bitmap"
5587 #: lib/ext2fs/ext2_err.c:39
5588 msgid "Can't read an inode bitmap"
5591 #: lib/ext2fs/ext2_err.c:40
5592 msgid "Can't write an block bitmap"
5595 #: lib/ext2fs/ext2_err.c:41
5596 msgid "Can't read an block bitmap"
5599 #: lib/ext2fs/ext2_err.c:42
5600 msgid "Can't write an inode table"
5603 #: lib/ext2fs/ext2_err.c:43
5604 msgid "Can't read an inode table"
5607 #: lib/ext2fs/ext2_err.c:44
5608 msgid "Can't read next inode"
5611 #: lib/ext2fs/ext2_err.c:45
5612 msgid "Filesystem has unexpected block size"
5615 #: lib/ext2fs/ext2_err.c:46
5616 msgid "EXT2 directory corrupted"
5619 #: lib/ext2fs/ext2_err.c:47
5620 msgid "Attempt to read block from filesystem resulted in short read"
5623 #: lib/ext2fs/ext2_err.c:48
5624 msgid "Attempt to write block to filesystem resulted in short write"
5627 #: lib/ext2fs/ext2_err.c:49
5628 msgid "No free space in the directory"
5631 #: lib/ext2fs/ext2_err.c:50
5632 msgid "Inode bitmap not loaded"
5635 #: lib/ext2fs/ext2_err.c:51
5636 msgid "Block bitmap not loaded"
5639 #: lib/ext2fs/ext2_err.c:52
5640 msgid "Illegal inode number"
5643 #: lib/ext2fs/ext2_err.c:53
5644 msgid "Illegal block number"
5647 #: lib/ext2fs/ext2_err.c:54
5648 msgid "Internal error in ext2fs_expand_dir"
5651 #: lib/ext2fs/ext2_err.c:55
5652 msgid "Not enough space to build proposed filesystem"
5655 #: lib/ext2fs/ext2_err.c:56
5656 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5659 #: lib/ext2fs/ext2_err.c:57
5660 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5663 #: lib/ext2fs/ext2_err.c:58
5664 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5667 #: lib/ext2fs/ext2_err.c:59
5668 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5671 #: lib/ext2fs/ext2_err.c:60
5672 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
5675 #: lib/ext2fs/ext2_err.c:61
5676 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
5679 #: lib/ext2fs/ext2_err.c:62
5680 msgid "Attempt to fudge end of block bitmap past the real end"
5683 #: lib/ext2fs/ext2_err.c:63
5684 msgid "Attempt to fudge end of inode bitmap past the real end"
5687 #: lib/ext2fs/ext2_err.c:64
5688 msgid "Illegal indirect block found"
5691 #: lib/ext2fs/ext2_err.c:65
5692 msgid "Illegal doubly indirect block found"
5695 #: lib/ext2fs/ext2_err.c:66
5696 msgid "Illegal triply indirect block found"
5699 #: lib/ext2fs/ext2_err.c:67
5700 msgid "Block bitmaps are not the same"
5703 #: lib/ext2fs/ext2_err.c:68
5704 msgid "Inode bitmaps are not the same"
5707 #: lib/ext2fs/ext2_err.c:69
5708 msgid "Illegal or malformed device name"
5711 #: lib/ext2fs/ext2_err.c:70
5712 msgid "A block group is missing an inode table"
5715 #: lib/ext2fs/ext2_err.c:71
5716 msgid "The ext2 superblock is corrupt"
5719 #: lib/ext2fs/ext2_err.c:72
5720 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
5723 #: lib/ext2fs/ext2_err.c:73
5724 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
5727 #: lib/ext2fs/ext2_err.c:74
5728 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
5731 #: lib/ext2fs/ext2_err.c:75
5732 msgid "Too many symbolic links encountered."
5735 #: lib/ext2fs/ext2_err.c:76
5736 msgid "The callback function will not handle this case"
5739 #: lib/ext2fs/ext2_err.c:77
5740 msgid "The inode is from a bad block in the inode table"
5743 #: lib/ext2fs/ext2_err.c:78
5744 msgid "Filesystem has unsupported feature(s)"
5747 #: lib/ext2fs/ext2_err.c:79
5748 msgid "Filesystem has unsupported read-only feature(s)"
5751 #: lib/ext2fs/ext2_err.c:80
5752 msgid "IO Channel failed to seek on read or write"
5755 #: lib/ext2fs/ext2_err.c:81
5756 msgid "Memory allocation failed"
5759 #: lib/ext2fs/ext2_err.c:82
5760 msgid "Invalid argument passed to ext2 library"
5763 #: lib/ext2fs/ext2_err.c:83
5764 msgid "Could not allocate block in ext2 filesystem"
5767 #: lib/ext2fs/ext2_err.c:84
5768 msgid "Could not allocate inode in ext2 filesystem"
5771 #: lib/ext2fs/ext2_err.c:85
5772 msgid "Ext2 inode is not a directory"
5775 #: lib/ext2fs/ext2_err.c:86
5776 msgid "Too many references in table"
5779 #: lib/ext2fs/ext2_err.c:87
5780 msgid "File not found by ext2_lookup"
5783 #: lib/ext2fs/ext2_err.c:88
5784 msgid "File open read-only"
5787 #: lib/ext2fs/ext2_err.c:89
5788 msgid "Ext2 directory block not found"
5791 #: lib/ext2fs/ext2_err.c:90
5792 msgid "Ext2 directory already exists"
5795 #: lib/ext2fs/ext2_err.c:91
5796 msgid "Unimplemented ext2 library function"
5799 #: lib/ext2fs/ext2_err.c:92
5800 msgid "User cancel requested"
5803 #: lib/ext2fs/ext2_err.c:93
5804 msgid "Ext2 file too big"
5807 #: lib/ext2fs/ext2_err.c:94
5808 msgid "Supplied journal device not a block device"
5811 #: lib/ext2fs/ext2_err.c:95
5812 msgid "Journal superblock not found"
5815 #: lib/ext2fs/ext2_err.c:96
5816 msgid "Journal must be at least 1024 blocks"
5819 #: lib/ext2fs/ext2_err.c:97
5820 msgid "Unsupported journal version"
5823 #: lib/ext2fs/ext2_err.c:98
5824 msgid "Error loading external journal"
5827 #: lib/ext2fs/ext2_err.c:99
5828 msgid "Journal not found"
5831 #: lib/ext2fs/ext2_err.c:100
5832 msgid "Directory hash unsupported"
5835 #: lib/ext2fs/ext2_err.c:101
5836 msgid "Illegal extended attribute block number"
5839 #: lib/ext2fs/ext2_err.c:102
5840 msgid "Cannot create filesystem with requested number of inodes"
5843 #: lib/ext2fs/ext2_err.c:103
5844 msgid "E2image snapshot not in use"
5847 #: lib/ext2fs/ext2_err.c:104
5848 msgid "Too many reserved group descriptor blocks"
5851 #: lib/ext2fs/ext2_err.c:105
5852 msgid "Resize inode is corrupt"
5855 #: lib/ext2fs/ext2_err.c:106
5856 msgid "Tried to set block bmap with missing indirect block"
5859 #: lib/ext2fs/ext2_err.c:107
5860 msgid "TDB: Success"
5863 #: lib/ext2fs/ext2_err.c:108
5864 msgid "TDB: Corrupt database"
5867 #: lib/ext2fs/ext2_err.c:109
5868 msgid "TDB: IO Error"
5871 #: lib/ext2fs/ext2_err.c:110
5872 msgid "TDB: Locking error"
5875 #: lib/ext2fs/ext2_err.c:111
5876 msgid "TDB: Out of memory"
5879 #: lib/ext2fs/ext2_err.c:112
5880 msgid "TDB: Record exists"
5883 #: lib/ext2fs/ext2_err.c:113
5884 msgid "TDB: Lock exists on other keys"
5887 #: lib/ext2fs/ext2_err.c:114
5888 msgid "TDB: Invalid parameter"
5891 #: lib/ext2fs/ext2_err.c:115
5892 msgid "TDB: Record does not exist"
5895 #: lib/ext2fs/ext2_err.c:116
5896 msgid "TDB: Write not permitted"
5899 #: lib/ext2fs/ext2_err.c:117
5900 msgid "Ext2fs directory block list is empty"
5903 #: lib/ext2fs/ext2_err.c:118
5904 msgid "Attempt to modify a block mapping via a read-only block iterator"
5907 #: lib/ext2fs/ext2_err.c:119
5908 msgid "Wrong magic number for ext4 extent saved path"
5911 #: lib/ext2fs/ext2_err.c:120
5912 msgid "Wrong magic number for 64-bit generic bitmap"
5915 #: lib/ext2fs/ext2_err.c:121
5916 msgid "Wrong magic number for 64-bit block bitmap"
5919 #: lib/ext2fs/ext2_err.c:122
5920 msgid "Wrong magic number for 64-bit inode bitmap"
5923 #: lib/ext2fs/ext2_err.c:123
5924 msgid "Wrong magic number --- RESERVED_13"
5927 #: lib/ext2fs/ext2_err.c:124
5928 msgid "Wrong magic number --- RESERVED_14"
5931 #: lib/ext2fs/ext2_err.c:125
5932 msgid "Wrong magic number --- RESERVED_15"
5935 #: lib/ext2fs/ext2_err.c:126
5936 msgid "Wrong magic number --- RESERVED_16"
5939 #: lib/ext2fs/ext2_err.c:127
5940 msgid "Wrong magic number --- RESERVED_17"
5943 #: lib/ext2fs/ext2_err.c:128
5944 msgid "Wrong magic number --- RESERVED_18"
5947 #: lib/ext2fs/ext2_err.c:129
5948 msgid "Wrong magic number --- RESERVED_19"
5951 #: lib/ext2fs/ext2_err.c:130
5952 msgid "Corrupt extent header"
5955 #: lib/ext2fs/ext2_err.c:131
5956 msgid "Corrupt extent index"
5959 #: lib/ext2fs/ext2_err.c:132
5960 msgid "Corrupt extent"
5963 #: lib/ext2fs/ext2_err.c:133
5964 msgid "No free space in extent map"
5967 #: lib/ext2fs/ext2_err.c:134
5968 msgid "Inode does not use extents"
5971 #: lib/ext2fs/ext2_err.c:135
5972 msgid "No 'next' extent"
5975 #: lib/ext2fs/ext2_err.c:136
5976 msgid "No 'previous' extent"
5979 #: lib/ext2fs/ext2_err.c:137
5980 msgid "No 'up' extent"
5983 #: lib/ext2fs/ext2_err.c:138
5984 msgid "No 'down' extent"
5987 #: lib/ext2fs/ext2_err.c:139
5988 msgid "No current node"
5991 #: lib/ext2fs/ext2_err.c:140
5992 msgid "Ext2fs operation not supported"
5995 #: lib/ext2fs/ext2_err.c:141
5996 msgid "No room to insert extent in node"
5999 #: lib/ext2fs/ext2_err.c:142
6000 msgid "Splitting would result in empty node"
6003 #: lib/ext2fs/ext2_err.c:143
6004 msgid "Extent not found"
6007 #: lib/ext2fs/ext2_err.c:144
6008 msgid "Operation not supported for inodes containing extents"
6011 #: lib/ext2fs/ext2_err.c:145
6012 msgid "Extent length is invalid"
6015 #: lib/ext2fs/ext2_err.c:146
6016 msgid "I/O Channel does not support 64-bit block numbers"
6019 #: lib/ext2fs/ext2_err.c:147
6020 msgid "Can't check if filesystem is mounted due to missing mtab file"
6023 #: lib/ext2fs/ext2_err.c:148
6024 msgid "Filesystem too large to use legacy bitmaps"
6027 #: lib/ext2fs/ext2_err.c:149
6028 msgid "MMP: invalid magic number"
6031 #: lib/ext2fs/ext2_err.c:150
6032 msgid "MMP: device currently active"
6035 #: lib/ext2fs/ext2_err.c:151
6036 msgid "MMP: fsck being run"
6039 #: lib/ext2fs/ext2_err.c:152
6040 msgid "MMP: block number beyond filesystem range"
6043 #: lib/ext2fs/ext2_err.c:153
6044 msgid "MMP: undergoing an unknown operation"
6047 #: lib/ext2fs/ext2_err.c:154
6048 msgid "MMP: filesystem still in use"
6051 #: lib/ext2fs/ext2_err.c:155
6052 msgid "MMP: open with O_DIRECT failed"
6055 #: lib/ext2fs/ext2_err.c:156
6056 msgid "Ext2 file already exists"
6059 #: e2fsck/prof_err.c:11
6060 msgid "Profile version 0.0"
6063 #: e2fsck/prof_err.c:12
6064 msgid "Bad magic value in profile_node"
6067 #: e2fsck/prof_err.c:13
6068 msgid "Profile section not found"
6071 #: e2fsck/prof_err.c:14
6072 msgid "Profile relation not found"
6075 #: e2fsck/prof_err.c:15
6076 msgid "Attempt to add a relation to node which is not a section"
6079 #: e2fsck/prof_err.c:16
6080 msgid "A profile section header has a non-zero value"
6083 #: e2fsck/prof_err.c:17
6084 msgid "Bad linked list in profile structures"
6087 #: e2fsck/prof_err.c:18
6088 msgid "Bad group level in profile structures"
6091 #: e2fsck/prof_err.c:19
6092 msgid "Bad parent pointer in profile structures"
6095 #: e2fsck/prof_err.c:20
6096 msgid "Bad magic value in profile iterator"
6099 #: e2fsck/prof_err.c:21
6100 msgid "Can't set value on section node"
6103 #: e2fsck/prof_err.c:22
6104 msgid "Invalid argument passed to profile library"
6107 #: e2fsck/prof_err.c:23
6108 msgid "Attempt to modify read-only profile"
6111 #: e2fsck/prof_err.c:24
6112 msgid "Profile section header not at top level"
6115 #: e2fsck/prof_err.c:25
6116 msgid "Syntax error in profile section header"
6119 #: e2fsck/prof_err.c:26
6120 msgid "Syntax error in profile relation"
6123 #: e2fsck/prof_err.c:27
6124 msgid "Extra closing brace in profile"
6127 #: e2fsck/prof_err.c:28
6128 msgid "Missing open brace in profile"
6131 #: e2fsck/prof_err.c:29
6132 msgid "Bad magic value in profile_t"
6135 #: e2fsck/prof_err.c:30
6136 msgid "Bad magic value in profile_section_t"
6139 #: e2fsck/prof_err.c:31
6140 msgid "Iteration through all top level section not supported"
6143 #: e2fsck/prof_err.c:32
6144 msgid "Invalid profile_section object"
6147 #: e2fsck/prof_err.c:33
6148 msgid "No more sections"
6151 #: e2fsck/prof_err.c:34
6152 msgid "Bad nameset passed to query routine"
6155 #: e2fsck/prof_err.c:35
6156 msgid "No profile file open"
6159 #: e2fsck/prof_err.c:36
6160 msgid "Bad magic value in profile_file_t"
6163 #: e2fsck/prof_err.c:37
6164 msgid "Couldn't open profile file"
6167 #: e2fsck/prof_err.c:38
6168 msgid "Section already exists"
6171 #: e2fsck/prof_err.c:39
6172 msgid "Invalid boolean value"
6175 #: e2fsck/prof_err.c:40
6176 msgid "Invalid integer value"
6179 #: e2fsck/prof_err.c:41
6180 msgid "Bad magic value in profile_file_data_t"