]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blob - po/e2fsprogs.pot
Merge branch 'maint' into next
[thirdparty/e2fsprogs.git] / po / e2fsprogs.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Theodore Tso
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #. The strings in e2fsck's problem.c can be very hard to translate,
7 #. since the strings are expanded in two different ways. First of all,
8 #. there is an @-expansion, where strings like "@i" are expanded to
9 #. "inode", and so on. In order to make it easier for translators, the
10 #. e2fsprogs po template file has been enhanced with comments that show
11 #. the @-expansion, for the strings in the problem.c file.
12 #.
13 #. Translators are free to use the @-expansion facility if they so
14 #. choose, by providing translations for strings in e2fsck/message.c.
15 #. These translation can completely replace an expansion; for example,
16 #. if "bblock" (which indicated that "@b" would be expanded to "block")
17 #. is translated as "ddatenverlust", then "@d" will be expanded to
18 #. "datenverlust". Alternatively, translators can simply not use the
19 #. @-expansion facility at all.
20 #.
21 #. The second expansion which is done for e2fsck's problem.c messages is
22 #. a dynamic %-expansion, which expands %i as an inode number, and so
23 #. on. A table of these expansions can be found below. Note that
24 #. %-expressions that begin with "%D" and "%I" are two-character
25 #. expansions; so for example, "%Iu" expands to the inode's user id
26 #. ownership field (inode->i_uid). Also the "%B" expansion is special:
27 #. it can expand to either the string "indirect block" (possibly preceded
28 #. by the word "double" or "triple"), or the string "block #" immediately
29 #. followed by an integer indicating a block sequence number.
30 #.
31 #. %b <blk> block number
32 #. %B "indirect block" | "block #"<blkcount> string | string+integer
33 #. %c <blk2> block number
34 #. %Di <dirent> -> ino inode number
35 #. %Dn <dirent> -> name string
36 #. %Dr <dirent> -> rec_len
37 #. %Dl <dirent> -> name_len
38 #. %Dt <dirent> -> filetype
39 #. %d <dir> inode number
40 #. %g <group> integer
41 #. %i <ino> inode number
42 #. %Is <inode> -> i_size
43 #. %IS <inode> -> i_extra_isize
44 #. %Ib <inode> -> i_blocks
45 #. %Il <inode> -> i_links_count
46 #. %Im <inode> -> i_mode
47 #. %IM <inode> -> i_mtime
48 #. %IF <inode> -> i_faddr
49 #. %If <inode> -> i_file_acl
50 #. %Id <inode> -> i_dir_acl
51 #. %Iu <inode> -> i_uid
52 #. %Ig <inode> -> i_gid
53 #. %It <str> file type
54 #. %j <ino2> inode number
55 #. %m <com_err error message>
56 #. %N <num>
57 #. %p ext2fs_get_pathname of directory <ino>
58 #. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
59 #. the containing directory. (If dirent is NULL
60 #. then return the pathname of directory <ino2>)
61 #. %q ext2fs_get_pathname of directory <dir>
62 #. %Q ext2fs_get_pathname of directory <ino> with <dir> as
63 #. the containing directory.
64 #. %s <str> miscellaneous string
65 #. %S backup superblock
66 #. %X <num> hexadecimal format
67 #.
68 #, fuzzy
69 msgid ""
70 msgstr ""
71 "Project-Id-Version: PACKAGE VERSION\n"
72 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
73 "POT-Creation-Date: 2016-03-15 01:48-0400\n"
74 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
75 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
76 "Language-Team: LANGUAGE <LL@li.org>\n"
77 "Language: \n"
78 "MIME-Version: 1.0\n"
79 "Content-Type: text/plain; charset=CHARSET\n"
80 "Content-Transfer-Encoding: 8bit\n"
81 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
82
83 #: e2fsck/badblocks.c:23 misc/mke2fs.c:214
84 #, c-format
85 msgid "Bad block %u out of range; ignored.\n"
86 msgstr ""
87
88 #: e2fsck/badblocks.c:46
89 msgid "while sanity checking the bad blocks inode"
90 msgstr ""
91
92 #: e2fsck/badblocks.c:58
93 msgid "while reading the bad blocks inode"
94 msgstr ""
95
96 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1508
97 #: e2fsck/unix.c:1601 misc/badblocks.c:1242 misc/badblocks.c:1250
98 #: misc/badblocks.c:1264 misc/badblocks.c:1276 misc/dumpe2fs.c:689
99 #: misc/e2image.c:1399 misc/e2image.c:1583 misc/e2image.c:1604
100 #: misc/mke2fs.c:230 misc/tune2fs.c:2663 misc/tune2fs.c:2757 resize/main.c:412
101 #, c-format
102 msgid "while trying to open %s"
103 msgstr ""
104
105 #: e2fsck/badblocks.c:83
106 #, c-format
107 msgid "while trying popen '%s'"
108 msgstr ""
109
110 #: e2fsck/badblocks.c:94 misc/mke2fs.c:237
111 msgid "while reading in list of bad blocks from file"
112 msgstr ""
113
114 #: e2fsck/badblocks.c:105
115 msgid "while updating bad block inode"
116 msgstr ""
117
118 #: e2fsck/badblocks.c:133
119 #, c-format
120 msgid "Warning: illegal block %u found in bad block inode. Cleared.\n"
121 msgstr ""
122
123 #: e2fsck/ehandler.c:55
124 #, c-format
125 msgid "Error reading block %lu (%s) while %s. "
126 msgstr ""
127
128 #: e2fsck/ehandler.c:58
129 #, c-format
130 msgid "Error reading block %lu (%s). "
131 msgstr ""
132
133 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
134 msgid "Ignore error"
135 msgstr ""
136
137 #: e2fsck/ehandler.c:67
138 msgid "Force rewrite"
139 msgstr ""
140
141 #: e2fsck/ehandler.c:109
142 #, c-format
143 msgid "Error writing block %lu (%s) while %s. "
144 msgstr ""
145
146 #: e2fsck/ehandler.c:112
147 #, c-format
148 msgid "Error writing block %lu (%s). "
149 msgstr ""
150
151 #: e2fsck/emptydir.c:57
152 msgid "empty dirblocks"
153 msgstr ""
154
155 #: e2fsck/emptydir.c:62
156 msgid "empty dir map"
157 msgstr ""
158
159 #: e2fsck/emptydir.c:98
160 #, c-format
161 msgid "Empty directory block %u (#%d) in inode %u\n"
162 msgstr ""
163
164 #: e2fsck/extend.c:22
165 #, c-format
166 msgid "%s: %s filename nblocks blocksize\n"
167 msgstr ""
168
169 #: e2fsck/extend.c:44
170 #, c-format
171 msgid "Illegal number of blocks!\n"
172 msgstr ""
173
174 #: e2fsck/extend.c:50
175 #, c-format
176 msgid "Couldn't allocate block buffer (size=%d)\n"
177 msgstr ""
178
179 #: e2fsck/extents.c:42
180 msgid "extent rebuild inode map"
181 msgstr ""
182
183 #: e2fsck/flushb.c:35
184 #, c-format
185 msgid "Usage: %s disk\n"
186 msgstr ""
187
188 #: e2fsck/flushb.c:64
189 #, c-format
190 msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n"
191 msgstr ""
192
193 #: e2fsck/iscan.c:44
194 #, c-format
195 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
196 msgstr ""
197
198 #: e2fsck/iscan.c:81 e2fsck/unix.c:1033
199 #, c-format
200 msgid "while opening %s for flushing"
201 msgstr ""
202
203 #: e2fsck/iscan.c:86 e2fsck/unix.c:1039 resize/main.c:381
204 #, c-format
205 msgid "while trying to flush %s"
206 msgstr ""
207
208 #: e2fsck/iscan.c:110
209 #, c-format
210 msgid "while trying to open '%s'"
211 msgstr ""
212
213 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c:1293
214 msgid "while opening inode scan"
215 msgstr ""
216
217 #: e2fsck/iscan.c:127 misc/e2image.c:1312
218 msgid "while getting next inode"
219 msgstr ""
220
221 #: e2fsck/iscan.c:136
222 #, c-format
223 msgid "%u inodes scanned.\n"
224 msgstr ""
225
226 #: e2fsck/journal.c:593
227 msgid "reading journal superblock\n"
228 msgstr ""
229
230 #: e2fsck/journal.c:666
231 #, c-format
232 msgid "%s: no valid journal superblock found\n"
233 msgstr ""
234
235 #: e2fsck/journal.c:675
236 #, c-format
237 msgid "%s: journal too short\n"
238 msgstr ""
239
240 #: e2fsck/journal.c:966 misc/fuse2fs.c:3773
241 #, c-format
242 msgid "%s: recovering journal\n"
243 msgstr ""
244
245 #: e2fsck/journal.c:968
246 #, c-format
247 msgid "%s: won't do journal recovery while read-only\n"
248 msgstr ""
249
250 #: e2fsck/journal.c:995
251 #, c-format
252 msgid "while trying to re-open %s"
253 msgstr ""
254
255 #: e2fsck/message.c:113
256 msgid "aextended attribute"
257 msgstr ""
258
259 #: e2fsck/message.c:114
260 msgid "Aerror allocating"
261 msgstr ""
262
263 #: e2fsck/message.c:115
264 msgid "bblock"
265 msgstr ""
266
267 #: e2fsck/message.c:116
268 msgid "Bbitmap"
269 msgstr ""
270
271 #: e2fsck/message.c:117
272 msgid "ccompress"
273 msgstr ""
274
275 #: e2fsck/message.c:118
276 msgid "Cconflicts with some other fs @b"
277 msgstr ""
278
279 #: e2fsck/message.c:119
280 msgid "ddirectory"
281 msgstr ""
282
283 #: e2fsck/message.c:120
284 msgid "Ddeleted"
285 msgstr ""
286
287 #: e2fsck/message.c:121
288 msgid "eentry"
289 msgstr ""
290
291 #: e2fsck/message.c:122
292 msgid "E@e '%Dn' in %p (%i)"
293 msgstr ""
294
295 #: e2fsck/message.c:123
296 msgid "ffilesystem"
297 msgstr ""
298
299 #: e2fsck/message.c:124
300 msgid "Ffor @i %i (%Q) is"
301 msgstr ""
302
303 #: e2fsck/message.c:125
304 msgid "ggroup"
305 msgstr ""
306
307 #: e2fsck/message.c:126
308 msgid "hHTREE @d @i"
309 msgstr ""
310
311 #: e2fsck/message.c:127
312 msgid "iinode"
313 msgstr ""
314
315 #: e2fsck/message.c:128
316 msgid "Iillegal"
317 msgstr ""
318
319 #: e2fsck/message.c:129
320 msgid "jjournal"
321 msgstr ""
322
323 #: e2fsck/message.c:130
324 msgid "llost+found"
325 msgstr ""
326
327 #: e2fsck/message.c:131
328 msgid "Lis a link"
329 msgstr ""
330
331 #: e2fsck/message.c:132
332 msgid "mmultiply-claimed"
333 msgstr ""
334
335 #: e2fsck/message.c:133
336 msgid "ninvalid"
337 msgstr ""
338
339 #: e2fsck/message.c:134
340 msgid "oorphaned"
341 msgstr ""
342
343 #: e2fsck/message.c:135
344 msgid "pproblem in"
345 msgstr ""
346
347 #: e2fsck/message.c:136
348 msgid "qquota"
349 msgstr ""
350
351 #: e2fsck/message.c:137
352 msgid "rroot @i"
353 msgstr ""
354
355 #: e2fsck/message.c:138
356 msgid "sshould be"
357 msgstr ""
358
359 #: e2fsck/message.c:139
360 msgid "Ssuper@b"
361 msgstr ""
362
363 #: e2fsck/message.c:140
364 msgid "uunattached"
365 msgstr ""
366
367 #: e2fsck/message.c:141
368 msgid "vdevice"
369 msgstr ""
370
371 #: e2fsck/message.c:142
372 msgid "xextent"
373 msgstr ""
374
375 #: e2fsck/message.c:143
376 msgid "zzero-length"
377 msgstr ""
378
379 #: e2fsck/message.c:154
380 msgid "<The NULL inode>"
381 msgstr ""
382
383 #: e2fsck/message.c:155
384 msgid "<The bad blocks inode>"
385 msgstr ""
386
387 #: e2fsck/message.c:157
388 msgid "<The user quota inode>"
389 msgstr ""
390
391 #: e2fsck/message.c:158
392 msgid "<The group quota inode>"
393 msgstr ""
394
395 #: e2fsck/message.c:159
396 msgid "<The boot loader inode>"
397 msgstr ""
398
399 #: e2fsck/message.c:160
400 msgid "<The undelete directory inode>"
401 msgstr ""
402
403 #: e2fsck/message.c:161
404 msgid "<The group descriptor inode>"
405 msgstr ""
406
407 #: e2fsck/message.c:162
408 msgid "<The journal inode>"
409 msgstr ""
410
411 #: e2fsck/message.c:163
412 msgid "<Reserved inode 9>"
413 msgstr ""
414
415 #: e2fsck/message.c:164
416 msgid "<Reserved inode 10>"
417 msgstr ""
418
419 #: e2fsck/message.c:333
420 msgid "regular file"
421 msgstr ""
422
423 #: e2fsck/message.c:335
424 msgid "directory"
425 msgstr ""
426
427 #: e2fsck/message.c:337
428 msgid "character device"
429 msgstr ""
430
431 #: e2fsck/message.c:339
432 msgid "block device"
433 msgstr ""
434
435 #: e2fsck/message.c:341
436 msgid "named pipe"
437 msgstr ""
438
439 #: e2fsck/message.c:343
440 msgid "symbolic link"
441 msgstr ""
442
443 #: e2fsck/message.c:345 misc/uuidd.c:162
444 msgid "socket"
445 msgstr ""
446
447 #: e2fsck/message.c:347
448 #, c-format
449 msgid "unknown file type with mode 0%o"
450 msgstr ""
451
452 #: e2fsck/message.c:422
453 msgid "indirect block"
454 msgstr ""
455
456 #: e2fsck/message.c:424
457 msgid "double indirect block"
458 msgstr ""
459
460 #: e2fsck/message.c:426
461 msgid "triple indirect block"
462 msgstr ""
463
464 #: e2fsck/message.c:428
465 msgid "translator block"
466 msgstr ""
467
468 #: e2fsck/message.c:430
469 msgid "block #"
470 msgstr ""
471
472 #: e2fsck/pass1b.c:222
473 msgid "multiply claimed inode map"
474 msgstr ""
475
476 #: e2fsck/pass1b.c:644 e2fsck/pass1b.c:788
477 #, c-format
478 msgid "internal error: can't find dup_blk for %llu\n"
479 msgstr ""
480
481 #: e2fsck/pass1b.c:897
482 msgid "returned from clone_file_block"
483 msgstr ""
484
485 #: e2fsck/pass1b.c:919
486 #, c-format
487 msgid "internal error: couldn't lookup EA block record for %llu"
488 msgstr ""
489
490 #: e2fsck/pass1b.c:931
491 #, c-format
492 msgid "internal error: couldn't lookup EA inode record for %u"
493 msgstr ""
494
495 #: e2fsck/pass1.c:660 e2fsck/pass2.c:981
496 msgid "reading directory block"
497 msgstr ""
498
499 #: e2fsck/pass1.c:1099
500 msgid "in-use inode map"
501 msgstr ""
502
503 #: e2fsck/pass1.c:1110
504 msgid "directory inode map"
505 msgstr ""
506
507 #: e2fsck/pass1.c:1120
508 msgid "regular file inode map"
509 msgstr ""
510
511 #: e2fsck/pass1.c:1129 misc/e2image.c:1268
512 msgid "in-use block map"
513 msgstr ""
514
515 #: e2fsck/pass1.c:1138
516 msgid "metadata block map"
517 msgstr ""
518
519 #: e2fsck/pass1.c:1204
520 msgid "opening inode scan"
521 msgstr ""
522
523 #: e2fsck/pass1.c:1242
524 msgid "getting next inode from scan"
525 msgstr ""
526
527 #: e2fsck/pass1.c:1928
528 msgid "Pass 1"
529 msgstr ""
530
531 #: e2fsck/pass1.c:1988
532 #, c-format
533 msgid "reading indirect blocks of inode %u"
534 msgstr ""
535
536 #: e2fsck/pass1.c:2038
537 msgid "bad inode map"
538 msgstr ""
539
540 #: e2fsck/pass1.c:2078
541 msgid "inode in bad block map"
542 msgstr ""
543
544 #: e2fsck/pass1.c:2098
545 msgid "imagic inode map"
546 msgstr ""
547
548 #: e2fsck/pass1.c:2125
549 msgid "multiply claimed block map"
550 msgstr ""
551
552 #: e2fsck/pass1.c:2239
553 msgid "ext attr block map"
554 msgstr ""
555
556 #: e2fsck/pass1.c:3406
557 #, c-format
558 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
559 msgstr ""
560
561 #: e2fsck/pass1.c:3821
562 msgid "block bitmap"
563 msgstr ""
564
565 #: e2fsck/pass1.c:3827
566 msgid "inode bitmap"
567 msgstr ""
568
569 #: e2fsck/pass1.c:3833
570 msgid "inode table"
571 msgstr ""
572
573 #: e2fsck/pass2.c:298
574 msgid "Pass 2"
575 msgstr ""
576
577 #: e2fsck/pass2.c:1053 e2fsck/pass2.c:1218
578 msgid "Can not continue."
579 msgstr ""
580
581 #: e2fsck/pass3.c:77
582 msgid "inode done bitmap"
583 msgstr ""
584
585 #: e2fsck/pass3.c:86
586 msgid "Peak memory"
587 msgstr ""
588
589 #: e2fsck/pass3.c:149
590 msgid "Pass 3"
591 msgstr ""
592
593 #: e2fsck/pass3.c:344
594 msgid "inode loop detection bitmap"
595 msgstr ""
596
597 #: e2fsck/pass4.c:206
598 msgid "Pass 4"
599 msgstr ""
600
601 #: e2fsck/pass5.c:81
602 msgid "Pass 5"
603 msgstr ""
604
605 #: e2fsck/pass5.c:104
606 msgid "check_inode_bitmap_checksum: Memory allocation error"
607 msgstr ""
608
609 #: e2fsck/pass5.c:158
610 msgid "check_block_bitmap_checksum: Memory allocation error"
611 msgstr ""
612
613 #: e2fsck/problem.c:51
614 msgid "(no prompt)"
615 msgstr ""
616
617 #: e2fsck/problem.c:52
618 msgid "Fix"
619 msgstr ""
620
621 #: e2fsck/problem.c:53
622 msgid "Clear"
623 msgstr ""
624
625 #: e2fsck/problem.c:54
626 msgid "Relocate"
627 msgstr ""
628
629 #: e2fsck/problem.c:55
630 msgid "Allocate"
631 msgstr ""
632
633 #: e2fsck/problem.c:56
634 msgid "Expand"
635 msgstr ""
636
637 #: e2fsck/problem.c:57
638 msgid "Connect to /lost+found"
639 msgstr ""
640
641 #: e2fsck/problem.c:58
642 msgid "Create"
643 msgstr ""
644
645 #: e2fsck/problem.c:59
646 msgid "Salvage"
647 msgstr ""
648
649 #: e2fsck/problem.c:60
650 msgid "Truncate"
651 msgstr ""
652
653 #: e2fsck/problem.c:61
654 msgid "Clear inode"
655 msgstr ""
656
657 #: e2fsck/problem.c:62
658 msgid "Abort"
659 msgstr ""
660
661 #: e2fsck/problem.c:63
662 msgid "Split"
663 msgstr ""
664
665 #: e2fsck/problem.c:64
666 msgid "Continue"
667 msgstr ""
668
669 #: e2fsck/problem.c:65
670 msgid "Clone multiply-claimed blocks"
671 msgstr ""
672
673 #: e2fsck/problem.c:66
674 msgid "Delete file"
675 msgstr ""
676
677 #: e2fsck/problem.c:67
678 msgid "Suppress messages"
679 msgstr ""
680
681 #: e2fsck/problem.c:68
682 msgid "Unlink"
683 msgstr ""
684
685 #: e2fsck/problem.c:69
686 msgid "Clear HTree index"
687 msgstr ""
688
689 #: e2fsck/problem.c:70
690 msgid "Recreate"
691 msgstr ""
692
693 #: e2fsck/problem.c:79
694 msgid "(NONE)"
695 msgstr ""
696
697 #: e2fsck/problem.c:80
698 msgid "FIXED"
699 msgstr ""
700
701 #: e2fsck/problem.c:81
702 msgid "CLEARED"
703 msgstr ""
704
705 #: e2fsck/problem.c:82
706 msgid "RELOCATED"
707 msgstr ""
708
709 #: e2fsck/problem.c:83
710 msgid "ALLOCATED"
711 msgstr ""
712
713 #: e2fsck/problem.c:84
714 msgid "EXPANDED"
715 msgstr ""
716
717 #: e2fsck/problem.c:85
718 msgid "RECONNECTED"
719 msgstr ""
720
721 #: e2fsck/problem.c:86
722 msgid "CREATED"
723 msgstr ""
724
725 #: e2fsck/problem.c:87
726 msgid "SALVAGED"
727 msgstr ""
728
729 #: e2fsck/problem.c:88
730 msgid "TRUNCATED"
731 msgstr ""
732
733 #: e2fsck/problem.c:89
734 msgid "INODE CLEARED"
735 msgstr ""
736
737 #: e2fsck/problem.c:90
738 msgid "ABORTED"
739 msgstr ""
740
741 #: e2fsck/problem.c:91
742 msgid "SPLIT"
743 msgstr ""
744
745 #: e2fsck/problem.c:92
746 msgid "CONTINUING"
747 msgstr ""
748
749 #: e2fsck/problem.c:93
750 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
751 msgstr ""
752
753 #: e2fsck/problem.c:94
754 msgid "FILE DELETED"
755 msgstr ""
756
757 #: e2fsck/problem.c:95
758 msgid "SUPPRESSED"
759 msgstr ""
760
761 #: e2fsck/problem.c:96
762 msgid "UNLINKED"
763 msgstr ""
764
765 #: e2fsck/problem.c:97
766 msgid "HTREE INDEX CLEARED"
767 msgstr ""
768
769 #: e2fsck/problem.c:98
770 msgid "WILL RECREATE"
771 msgstr ""
772
773 #: e2fsck/problem.c:110
774 #. @-expanded: block bitmap for group %g is not in group. (block %b)\n
775 msgid "@b @B for @g %g is not in @g. (@b %b)\n"
776 msgstr ""
777
778 #: e2fsck/problem.c:114
779 #. @-expanded: inode bitmap for group %g is not in group. (block %b)\n
780 msgid "@i @B for @g %g is not in @g. (@b %b)\n"
781 msgstr ""
782
783 #: e2fsck/problem.c:119
784 #. @-expanded: inode table for group %g is not in group. (block %b)\n
785 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
786 msgid ""
787 "@i table for @g %g is not in @g. (@b %b)\n"
788 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
789 msgstr ""
790
791 #: e2fsck/problem.c:125
792 #. @-expanded: \n
793 #. @-expanded: The superblock could not be read or does not describe a valid ext2/ext3/ext4\n
794 #. @-expanded: filesystem. If the device is valid and it really contains an ext2/ext3/ext4\n
795 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
796 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
797 #. @-expanded: e2fsck -b 8193 <device>\n
798 #. @-expanded: or\n
799 #. @-expanded: e2fsck -b 32768 <device>\n
800 #. @-expanded: \n
801 msgid ""
802 "\n"
803 "The @S could not be read or does not describe a valid ext2/ext3/ext4\n"
804 "@f. If the @v is valid and it really contains an ext2/ext3/ext4\n"
805 "@f (and not swap or ufs or something else), then the @S\n"
806 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
807 " e2fsck -b 8193 <@v>\n"
808 " or\n"
809 " e2fsck -b 32768 <@v>\n"
810 "\n"
811 msgstr ""
812
813 #: e2fsck/problem.c:136
814 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
815 #. @-expanded: The physical size of the device is %c blocks\n
816 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
817 msgid ""
818 "The @f size (according to the @S) is %b @bs\n"
819 "The physical size of the @v is %c @bs\n"
820 "Either the @S or the partition table is likely to be corrupt!\n"
821 msgstr ""
822
823 #: e2fsck/problem.c:143
824 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
825 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
826 #. @-expanded: from the block size.\n
827 msgid ""
828 "@S @b_size = %b, fragsize = %c.\n"
829 "This version of e2fsck does not support fragment sizes different\n"
830 "from the @b size.\n"
831 msgstr ""
832
833 #: e2fsck/problem.c:150
834 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
835 msgid "@S @bs_per_group = %b, should have been %c\n"
836 msgstr ""
837
838 #: e2fsck/problem.c:155
839 #. @-expanded: superblock first_data_block = %b, should have been %c\n
840 msgid "@S first_data_@b = %b, should have been %c\n"
841 msgstr ""
842
843 #: e2fsck/problem.c:160
844 #. @-expanded: filesystem did not have a UUID; generating one.\n
845 #. @-expanded: \n
846 msgid ""
847 "@f did not have a UUID; generating one.\n"
848 "\n"
849 msgstr ""
850
851 #: e2fsck/problem.c:165
852 #, c-format
853 msgid ""
854 "Note: if several inode or block bitmap blocks or part\n"
855 "of the inode table require relocation, you may wish to try\n"
856 "running e2fsck with the '-b %S' option first. The problem\n"
857 "may lie only with the primary block group descriptors, and\n"
858 "the backup block group descriptors may be OK.\n"
859 "\n"
860 msgstr ""
861
862 #: e2fsck/problem.c:174
863 #. @-expanded: Corruption found in superblock. (%s = %N).\n
864 msgid "Corruption found in @S. (%s = %N).\n"
865 msgstr ""
866
867 #: e2fsck/problem.c:179
868 #, c-format
869 #. @-expanded: Error determining size of the physical device: %m\n
870 msgid "Error determining size of the physical @v: %m\n"
871 msgstr ""
872
873 #: e2fsck/problem.c:184
874 #. @-expanded: inode count in superblock is %i, should be %j.\n
875 msgid "@i count in @S is %i, @s %j.\n"
876 msgstr ""
877
878 #: e2fsck/problem.c:188
879 msgid "The Hurd does not support the filetype feature.\n"
880 msgstr ""
881
882 #: e2fsck/problem.c:193
883 #, c-format
884 #. @-expanded: superblock has an invalid journal (inode %i).\n
885 msgid "@S has an @n @j (@i %i).\n"
886 msgstr ""
887
888 #: e2fsck/problem.c:198
889 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
890 msgid "External @j has multiple @f users (unsupported).\n"
891 msgstr ""
892
893 #: e2fsck/problem.c:203
894 #. @-expanded: Can't find external journal\n
895 msgid "Can't find external @j\n"
896 msgstr ""
897
898 #: e2fsck/problem.c:208
899 #. @-expanded: External journal has bad superblock\n
900 msgid "External @j has bad @S\n"
901 msgstr ""
902
903 #: e2fsck/problem.c:213
904 #. @-expanded: External journal does not support this filesystem\n
905 msgid "External @j does not support this @f\n"
906 msgstr ""
907
908 #: e2fsck/problem.c:218
909 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
910 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal
911 #. @-expanded: format.\n
912 #. @-expanded: It is also possible the journal superblock is corrupt.\n
913 msgid ""
914 "@f @j @S is unknown type %N (unsupported).\n"
915 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
916 "format.\n"
917 "It is also possible the @j @S is corrupt.\n"
918 msgstr ""
919
920 #: e2fsck/problem.c:226
921 #. @-expanded: journal superblock is corrupt.\n
922 msgid "@j @S is corrupt.\n"
923 msgstr ""
924
925 #: e2fsck/problem.c:231
926 #. @-expanded: superblock has_journal flag is clear, but a journal is present.\n
927 msgid "@S has_@j flag is clear, but a @j is present.\n"
928 msgstr ""
929
930 #: e2fsck/problem.c:236
931 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
932 msgid "@S needs_recovery flag is set, but no @j is present.\n"
933 msgstr ""
934
935 #: e2fsck/problem.c:241
936 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
937 msgid "@S needs_recovery flag is clear, but @j has data.\n"
938 msgstr ""
939
940 #: e2fsck/problem.c:246
941 #. @-expanded: Clear journal
942 msgid "Clear @j"
943 msgstr ""
944
945 #: e2fsck/problem.c:251 e2fsck/problem.c:729
946 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.
947 msgid "@f has feature flag(s) set, but is a revision 0 @f. "
948 msgstr ""
949
950 #: e2fsck/problem.c:256
951 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
952 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
953 msgstr ""
954
955 #: e2fsck/problem.c:261
956 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
957 msgid "@I %B (%b) found in @o @i %i.\n"
958 msgstr ""
959
960 #: e2fsck/problem.c:266
961 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
962 msgid "Already cleared %B (%b) found in @o @i %i.\n"
963 msgstr ""
964
965 #: e2fsck/problem.c:271
966 #, c-format
967 #. @-expanded: illegal orphaned inode %i in superblock.\n
968 msgid "@I @o @i %i in @S.\n"
969 msgstr ""
970
971 #: e2fsck/problem.c:276
972 #, c-format
973 #. @-expanded: illegal inode %i in orphaned inode list.\n
974 msgid "@I @i %i in @o @i list.\n"
975 msgstr ""
976
977 #: e2fsck/problem.c:281
978 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
979 msgid "@j @S has an unknown read-only feature flag set.\n"
980 msgstr ""
981
982 #: e2fsck/problem.c:286
983 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
984 msgid "@j @S has an unknown incompatible feature flag set.\n"
985 msgstr ""
986
987 #: e2fsck/problem.c:291
988 #. @-expanded: journal version not supported by this e2fsck.\n
989 msgid "@j version not supported by this e2fsck.\n"
990 msgstr ""
991
992 #: e2fsck/problem.c:296
993 #, c-format
994 #. @-expanded: Moving journal from /%s to hidden inode.\n
995 #. @-expanded: \n
996 msgid ""
997 "Moving @j from /%s to hidden @i.\n"
998 "\n"
999 msgstr ""
1000
1001 #: e2fsck/problem.c:301
1002 #, c-format
1003 #. @-expanded: Error moving journal: %m\n
1004 #. @-expanded: \n
1005 msgid ""
1006 "Error moving @j: %m\n"
1007 "\n"
1008 msgstr ""
1009
1010 #: e2fsck/problem.c:306
1011 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
1012 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
1013 #. @-expanded: \n
1014 msgid ""
1015 "Found @n V2 @j @S fields (from V1 @j).\n"
1016 "Clearing fields beyond the V1 @j @S...\n"
1017 "\n"
1018 msgstr ""
1019
1020 #: e2fsck/problem.c:312
1021 #. @-expanded: Run journal anyway
1022 msgid "Run @j anyway"
1023 msgstr ""
1024
1025 #: e2fsck/problem.c:317
1026 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1027 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1028 msgstr ""
1029
1030 #: e2fsck/problem.c:322
1031 #. @-expanded: Backing up journal inode block information.\n
1032 #. @-expanded: \n
1033 msgid ""
1034 "Backing up @j @i @b information.\n"
1035 "\n"
1036 msgstr ""
1037
1038 #: e2fsck/problem.c:327
1039 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1040 #. @-expanded: is %N; should be zero.
1041 msgid ""
1042 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1043 "is %N; @s zero. "
1044 msgstr ""
1045
1046 #: e2fsck/problem.c:333
1047 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.
1048 msgid "Resize_@i not enabled, but the resize @i is non-zero. "
1049 msgstr ""
1050
1051 #: e2fsck/problem.c:338
1052 #. @-expanded: Resize inode not valid.
1053 msgid "Resize @i not valid. "
1054 msgstr ""
1055
1056 #: e2fsck/problem.c:343
1057 #. @-expanded: superblock last mount time (%t,\n
1058 #. @-expanded: \tnow = %T) is in the future.\n
1059 msgid ""
1060 "@S last mount time (%t,\n"
1061 "\tnow = %T) is in the future.\n"
1062 msgstr ""
1063
1064 #: e2fsck/problem.c:348
1065 #. @-expanded: superblock last write time (%t,\n
1066 #. @-expanded: \tnow = %T) is in the future.\n
1067 msgid ""
1068 "@S last write time (%t,\n"
1069 "\tnow = %T) is in the future.\n"
1070 msgstr ""
1071
1072 #: e2fsck/problem.c:352
1073 #, c-format
1074 #. @-expanded: superblock hint for external superblock should be %X.
1075 msgid "@S hint for external superblock @s %X. "
1076 msgstr ""
1077
1078 #: e2fsck/problem.c:357
1079 #. @-expanded: Adding dirhash hint to filesystem.\n
1080 #. @-expanded: \n
1081 msgid ""
1082 "Adding dirhash hint to @f.\n"
1083 "\n"
1084 msgstr ""
1085
1086 #: e2fsck/problem.c:362
1087 #. @-expanded: group descriptor %g checksum is %04x, should be %04y.
1088 msgid "@g descriptor %g checksum is %04x, should be %04y. "
1089 msgstr ""
1090
1091 #: e2fsck/problem.c:367
1092 #, c-format
1093 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1094 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1095 msgstr ""
1096
1097 #: e2fsck/problem.c:372
1098 #. @-expanded: group descriptor %g has invalid unused inodes count %b.
1099 msgid "@g descriptor %g has invalid unused inodes count %b. "
1100 msgstr ""
1101
1102 #: e2fsck/problem.c:377
1103 #. @-expanded: Last group block bitmap uninitialized.
1104 msgid "Last @g @b @B uninitialized. "
1105 msgstr ""
1106
1107 #: e2fsck/problem.c:382
1108 #, c-format
1109 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1110 msgstr ""
1111
1112 #: e2fsck/problem.c:386
1113 msgid "The test_fs flag is set (and ext4 is available). "
1114 msgstr ""
1115
1116 #: e2fsck/problem.c:391
1117 #. @-expanded: superblock last mount time is in the future.\n
1118 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1119 #. @-expanded: set)\n
1120 msgid ""
1121 "@S last mount time is in the future.\n"
1122 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1123 "set)\n"
1124 msgstr ""
1125
1126 #: e2fsck/problem.c:397
1127 #. @-expanded: superblock last write time is in the future.\n
1128 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly
1129 #. @-expanded: set)\n
1130 msgid ""
1131 "@S last write time is in the future.\n"
1132 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1133 "set)\n"
1134 msgstr ""
1135
1136 #: e2fsck/problem.c:403
1137 #. @-expanded: One or more block group descriptor checksums are invalid.
1138 msgid "One or more @b @g descriptor checksums are invalid. "
1139 msgstr ""
1140
1141 #: e2fsck/problem.c:408
1142 #. @-expanded: Setting free inodes count to %j (was %i)\n
1143 msgid "Setting free @is count to %j (was %i)\n"
1144 msgstr ""
1145
1146 #: e2fsck/problem.c:413
1147 #. @-expanded: Setting free blocks count to %c (was %b)\n
1148 msgid "Setting free @bs count to %c (was %b)\n"
1149 msgstr ""
1150
1151 #: e2fsck/problem.c:418
1152 #. @-expanded: Making quota inode %i (%Q) hidden.\n
1153 msgid "Making @q @i %i (%Q) hidden.\n"
1154 msgstr ""
1155
1156 #: e2fsck/problem.c:423
1157 #. @-expanded: superblock has invalid MMP block.
1158 msgid "@S has invalid MMP block. "
1159 msgstr ""
1160
1161 #: e2fsck/problem.c:428
1162 #. @-expanded: superblock has invalid MMP magic.
1163 msgid "@S has invalid MMP magic. "
1164 msgstr ""
1165
1166 #: e2fsck/problem.c:433
1167 #, c-format
1168 msgid "ext2fs_open2: %m\n"
1169 msgstr ""
1170
1171 #: e2fsck/problem.c:438
1172 #, c-format
1173 msgid "ext2fs_check_desc: %m\n"
1174 msgstr ""
1175
1176 #: e2fsck/problem.c:446
1177 #. @-expanded: superblock metadata_csum supersedes uninit_bg; both feature bits cannot be set
1178 #. @-expanded: simultaneously.
1179 msgid ""
1180 "@S metadata_csum supersedes uninit_bg; both feature bits cannot be set "
1181 "simultaneously."
1182 msgstr ""
1183
1184 #: e2fsck/problem.c:452
1185 #. @-expanded: superblock MMP block checksum does not match MMP block.
1186 msgid "@S MMP block checksum does not match MMP block. "
1187 msgstr ""
1188
1189 #: e2fsck/problem.c:457
1190 #. @-expanded: superblock 64bit filesystems needs extents to access the whole disk.
1191 msgid "@S 64bit filesystems needs extents to access the whole disk. "
1192 msgstr ""
1193
1194 #: e2fsck/problem.c:462
1195 msgid "First_meta_bg is too big. (%N, max value %g). "
1196 msgstr ""
1197
1198 #: e2fsck/problem.c:467
1199 #. @-expanded: External journal superblock checksum does not match superblock.
1200 msgid "External @j @S checksum does not match @S. "
1201 msgstr ""
1202
1203 #: e2fsck/problem.c:472
1204 #. @-expanded: superblock metadata_csum_seed is not necessary without metadata_csum.
1205 msgid "@S metadata_csum_seed is not necessary without metadata_csum."
1206 msgstr ""
1207
1208 #: e2fsck/problem.c:479
1209 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1210 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1211 msgstr ""
1212
1213 #: e2fsck/problem.c:483
1214 #. @-expanded: root inode is not a directory.
1215 msgid "@r is not a @d. "
1216 msgstr ""
1217
1218 #: e2fsck/problem.c:488
1219 #. @-expanded: root inode has dtime set (probably due to old mke2fs).
1220 msgid "@r has dtime set (probably due to old mke2fs). "
1221 msgstr ""
1222
1223 #: e2fsck/problem.c:493
1224 #. @-expanded: Reserved inode %i (%Q) has invalid mode.
1225 msgid "Reserved @i %i (%Q) has @n mode. "
1226 msgstr ""
1227
1228 #: e2fsck/problem.c:498
1229 #, c-format
1230 #. @-expanded: deleted inode %i has zero dtime.
1231 msgid "@D @i %i has zero dtime. "
1232 msgstr ""
1233
1234 #: e2fsck/problem.c:503
1235 #, c-format
1236 #. @-expanded: inode %i is in use, but has dtime set.
1237 msgid "@i %i is in use, but has dtime set. "
1238 msgstr ""
1239
1240 #: e2fsck/problem.c:508
1241 #, c-format
1242 #. @-expanded: inode %i is a zero-length directory.
1243 msgid "@i %i is a @z @d. "
1244 msgstr ""
1245
1246 #: e2fsck/problem.c:513
1247 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1248 msgid "@g %g's @b @B at %b @C.\n"
1249 msgstr ""
1250
1251 #: e2fsck/problem.c:518
1252 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1253 msgid "@g %g's @i @B at %b @C.\n"
1254 msgstr ""
1255
1256 #: e2fsck/problem.c:523
1257 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1258 msgid "@g %g's @i table at %b @C.\n"
1259 msgstr ""
1260
1261 #: e2fsck/problem.c:528
1262 #. @-expanded: group %g's block bitmap (%b) is bad.
1263 msgid "@g %g's @b @B (%b) is bad. "
1264 msgstr ""
1265
1266 #: e2fsck/problem.c:533
1267 #. @-expanded: group %g's inode bitmap (%b) is bad.
1268 msgid "@g %g's @i @B (%b) is bad. "
1269 msgstr ""
1270
1271 #: e2fsck/problem.c:538
1272 #. @-expanded: inode %i, i_size is %Is, should be %N.
1273 msgid "@i %i, i_size is %Is, @s %N. "
1274 msgstr ""
1275
1276 #: e2fsck/problem.c:543
1277 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.
1278 msgid "@i %i, i_@bs is %Ib, @s %N. "
1279 msgstr ""
1280
1281 #: e2fsck/problem.c:548
1282 #. @-expanded: illegal %B (%b) in inode %i.
1283 msgid "@I %B (%b) in @i %i. "
1284 msgstr ""
1285
1286 #: e2fsck/problem.c:553
1287 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.
1288 msgid "%B (%b) overlaps @f metadata in @i %i. "
1289 msgstr ""
1290
1291 #: e2fsck/problem.c:558
1292 #, c-format
1293 #. @-expanded: inode %i has illegal block(s).
1294 msgid "@i %i has illegal @b(s). "
1295 msgstr ""
1296
1297 #: e2fsck/problem.c:563
1298 #, c-format
1299 #. @-expanded: Too many illegal blocks in inode %i.\n
1300 msgid "Too many illegal @bs in @i %i.\n"
1301 msgstr ""
1302
1303 #: e2fsck/problem.c:568
1304 #. @-expanded: illegal %B (%b) in bad block inode.
1305 msgid "@I %B (%b) in bad @b @i. "
1306 msgstr ""
1307
1308 #: e2fsck/problem.c:573
1309 #. @-expanded: Bad block inode has illegal block(s).
1310 msgid "Bad @b @i has illegal @b(s). "
1311 msgstr ""
1312
1313 #: e2fsck/problem.c:578
1314 #. @-expanded: Duplicate or bad block in use!\n
1315 msgid "Duplicate or bad @b in use!\n"
1316 msgstr ""
1317
1318 #: e2fsck/problem.c:583
1319 #. @-expanded: Bad block %b used as bad block inode indirect block.
1320 msgid "Bad @b %b used as bad @b @i indirect @b. "
1321 msgstr ""
1322
1323 #: e2fsck/problem.c:588
1324 #. @-expanded: \n
1325 #. @-expanded: The bad block inode has probably been corrupted. You probably\n
1326 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1327 #. @-expanded: in the filesystem.\n
1328 msgid ""
1329 "\n"
1330 "The bad @b @i has probably been corrupted. You probably\n"
1331 "should stop now and run e2fsck -c to scan for bad blocks\n"
1332 "in the @f.\n"
1333 msgstr ""
1334
1335 #: e2fsck/problem.c:595
1336 #. @-expanded: \n
1337 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1338 msgid ""
1339 "\n"
1340 "If the @b is really bad, the @f can not be fixed.\n"
1341 msgstr ""
1342
1343 #: e2fsck/problem.c:600
1344 #. @-expanded: You can remove this block from the bad block list and hope\n
1345 #. @-expanded: that the block is really OK. But there are no guarantees.\n
1346 #. @-expanded: \n
1347 msgid ""
1348 "You can remove this @b from the bad @b list and hope\n"
1349 "that the @b is really OK. But there are no guarantees.\n"
1350 "\n"
1351 msgstr ""
1352
1353 #: e2fsck/problem.c:606
1354 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1355 msgid "The primary @S (%b) is on the bad @b list.\n"
1356 msgstr ""
1357
1358 #: e2fsck/problem.c:611
1359 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1360 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1361 msgstr ""
1362
1363 #: e2fsck/problem.c:617
1364 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1365 msgid "Warning: Group %g's @S (%b) is bad.\n"
1366 msgstr ""
1367
1368 #: e2fsck/problem.c:622
1369 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1370 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1371 msgstr ""
1372
1373 #: e2fsck/problem.c:628
1374 #. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n
1375 msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n"
1376 msgstr ""
1377
1378 #: e2fsck/problem.c:634
1379 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1380 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1381 msgstr ""
1382
1383 #: e2fsck/problem.c:639
1384 #, c-format
1385 #. @-expanded: error allocating block buffer for relocating %s\n
1386 msgid "@A @b buffer for relocating %s\n"
1387 msgstr ""
1388
1389 #: e2fsck/problem.c:644
1390 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1391 msgid "Relocating @g %g's %s from %b to %c...\n"
1392 msgstr ""
1393
1394 #: e2fsck/problem.c:649
1395 #, c-format
1396 #. @-expanded: Relocating group %g's %s to %c...\n
1397 msgid "Relocating @g %g's %s to %c...\n"
1398 msgstr ""
1399
1400 #: e2fsck/problem.c:654
1401 #. @-expanded: Warning: could not read block %b of %s: %m\n
1402 msgid "Warning: could not read @b %b of %s: %m\n"
1403 msgstr ""
1404
1405 #: e2fsck/problem.c:659
1406 #. @-expanded: Warning: could not write block %b for %s: %m\n
1407 msgid "Warning: could not write @b %b for %s: %m\n"
1408 msgstr ""
1409
1410 #: e2fsck/problem.c:664 e2fsck/problem.c:1725
1411 #. @-expanded: error allocating inode bitmap (%N): %m\n
1412 msgid "@A @i @B (%N): %m\n"
1413 msgstr ""
1414
1415 #: e2fsck/problem.c:669
1416 #. @-expanded: error allocating block bitmap (%N): %m\n
1417 msgid "@A @b @B (%N): %m\n"
1418 msgstr ""
1419
1420 #: e2fsck/problem.c:674
1421 #, c-format
1422 #. @-expanded: error allocating icount link information: %m\n
1423 msgid "@A icount link information: %m\n"
1424 msgstr ""
1425
1426 #: e2fsck/problem.c:679
1427 #, c-format
1428 #. @-expanded: error allocating directory block array: %m\n
1429 msgid "@A @d @b array: %m\n"
1430 msgstr ""
1431
1432 #: e2fsck/problem.c:684
1433 #, c-format
1434 #. @-expanded: Error while scanning inodes (%i): %m\n
1435 msgid "Error while scanning @is (%i): %m\n"
1436 msgstr ""
1437
1438 #: e2fsck/problem.c:689
1439 #, c-format
1440 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1441 msgid "Error while iterating over @bs in @i %i: %m\n"
1442 msgstr ""
1443
1444 #: e2fsck/problem.c:694
1445 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1446 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1447 msgstr ""
1448
1449 #: e2fsck/problem.c:699
1450 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1451 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1452 msgstr ""
1453
1454 #: e2fsck/problem.c:705
1455 #, c-format
1456 #. @-expanded: Error reading inode %i: %m\n
1457 msgid "Error reading @i %i: %m\n"
1458 msgstr ""
1459
1460 #: e2fsck/problem.c:713
1461 #, c-format
1462 #. @-expanded: inode %i has imagic flag set.
1463 msgid "@i %i has imagic flag set. "
1464 msgstr ""
1465
1466 #: e2fsck/problem.c:718
1467 #, c-format
1468 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1469 #. @-expanded: or append-only flag set.
1470 msgid ""
1471 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1472 "or append-only flag set. "
1473 msgstr ""
1474
1475 #: e2fsck/problem.c:724
1476 #, c-format
1477 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.
1478 msgid "Special (@v/socket/fifo) @i %i has non-zero size. "
1479 msgstr ""
1480
1481 #: e2fsck/problem.c:734
1482 #. @-expanded: journal inode is not in use, but contains data.
1483 msgid "@j @i is not in use, but contains data. "
1484 msgstr ""
1485
1486 #: e2fsck/problem.c:739
1487 #. @-expanded: journal is not regular file.
1488 msgid "@j is not regular file. "
1489 msgstr ""
1490
1491 #: e2fsck/problem.c:744
1492 #, c-format
1493 #. @-expanded: inode %i was part of the orphaned inode list.
1494 msgid "@i %i was part of the @o @i list. "
1495 msgstr ""
1496
1497 #: e2fsck/problem.c:750
1498 #. @-expanded: inodes that were part of a corrupted orphan linked list found.
1499 msgid "@is that were part of a corrupted orphan linked list found. "
1500 msgstr ""
1501
1502 #: e2fsck/problem.c:755
1503 #. @-expanded: error allocating refcount structure (%N): %m\n
1504 msgid "@A refcount structure (%N): %m\n"
1505 msgstr ""
1506
1507 #: e2fsck/problem.c:760
1508 #. @-expanded: Error reading extended attribute block %b for inode %i.
1509 msgid "Error reading @a @b %b for @i %i. "
1510 msgstr ""
1511
1512 #: e2fsck/problem.c:765
1513 #. @-expanded: inode %i has a bad extended attribute block %b.
1514 msgid "@i %i has a bad @a @b %b. "
1515 msgstr ""
1516
1517 #: e2fsck/problem.c:770
1518 #. @-expanded: Error reading extended attribute block %b (%m).
1519 msgid "Error reading @a @b %b (%m). "
1520 msgstr ""
1521
1522 #: e2fsck/problem.c:775
1523 #. @-expanded: extended attribute block %b has reference count %r, should be %N.
1524 msgid "@a @b %b has reference count %r, @s %N. "
1525 msgstr ""
1526
1527 #: e2fsck/problem.c:780
1528 #. @-expanded: Error writing extended attribute block %b (%m).
1529 msgid "Error writing @a @b %b (%m). "
1530 msgstr ""
1531
1532 #: e2fsck/problem.c:785
1533 #. @-expanded: extended attribute block %b has h_blocks > 1.
1534 msgid "@a @b %b has h_@bs > 1. "
1535 msgstr ""
1536
1537 #: e2fsck/problem.c:790
1538 #. @-expanded: error allocating extended attribute region allocation structure.
1539 msgid "@A @a region allocation structure. "
1540 msgstr ""
1541
1542 #: e2fsck/problem.c:795
1543 #. @-expanded: extended attribute block %b is corrupt (allocation collision).
1544 msgid "@a @b %b is corrupt (allocation collision). "
1545 msgstr ""
1546
1547 #: e2fsck/problem.c:800
1548 #. @-expanded: extended attribute block %b is corrupt (invalid name).
1549 msgid "@a @b %b is corrupt (@n name). "
1550 msgstr ""
1551
1552 #: e2fsck/problem.c:805
1553 #. @-expanded: extended attribute block %b is corrupt (invalid value).
1554 msgid "@a @b %b is corrupt (@n value). "
1555 msgstr ""
1556
1557 #: e2fsck/problem.c:810
1558 #, c-format
1559 #. @-expanded: inode %i is too big.
1560 msgid "@i %i is too big. "
1561 msgstr ""
1562
1563 #: e2fsck/problem.c:814
1564 #. @-expanded: %B (%b) causes directory to be too big.
1565 msgid "%B (%b) causes @d to be too big. "
1566 msgstr ""
1567
1568 #: e2fsck/problem.c:819
1569 msgid "%B (%b) causes file to be too big. "
1570 msgstr ""
1571
1572 #: e2fsck/problem.c:824
1573 msgid "%B (%b) causes symlink to be too big. "
1574 msgstr ""
1575
1576 #: e2fsck/problem.c:829
1577 #, c-format
1578 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1579 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1580 msgstr ""
1581
1582 #: e2fsck/problem.c:834
1583 #, c-format
1584 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1585 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1586 msgstr ""
1587
1588 #: e2fsck/problem.c:839
1589 #, c-format
1590 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1591 msgid "@h %i has an @n root node.\n"
1592 msgstr ""
1593
1594 #: e2fsck/problem.c:844
1595 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1596 msgid "@h %i has an unsupported hash version (%N)\n"
1597 msgstr ""
1598
1599 #: e2fsck/problem.c:849
1600 #, c-format
1601 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1602 msgid "@h %i uses an incompatible htree root node flag.\n"
1603 msgstr ""
1604
1605 #: e2fsck/problem.c:854
1606 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1607 msgid "@h %i has a tree depth (%N) which is too big\n"
1608 msgstr ""
1609
1610 #: e2fsck/problem.c:859
1611 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1612 #. @-expanded: filesystem metadata.
1613 msgid ""
1614 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1615 "@f metadata. "
1616 msgstr ""
1617
1618 #: e2fsck/problem.c:865
1619 #, c-format
1620 #. @-expanded: Resize inode (re)creation failed: %m.
1621 msgid "Resize @i (re)creation failed: %m."
1622 msgstr ""
1623
1624 #: e2fsck/problem.c:870
1625 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1626 msgid "@i %i has a extra size (%IS) which is @n\n"
1627 msgstr ""
1628
1629 #: e2fsck/problem.c:875
1630 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1631 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1632 msgstr ""
1633
1634 #: e2fsck/problem.c:880
1635 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1636 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1637 msgstr ""
1638
1639 #: e2fsck/problem.c:885
1640 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1641 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1642 msgstr ""
1643
1644 #: e2fsck/problem.c:890
1645 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1646 msgid "@a in @i %i has a value size (%N) which is @n\n"
1647 msgstr ""
1648
1649 #: e2fsck/problem.c:895
1650 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1651 msgid "@a in @i %i has a hash (%N) which is @n\n"
1652 msgstr ""
1653
1654 #: e2fsck/problem.c:900
1655 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1656 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1657 msgstr ""
1658
1659 #: e2fsck/problem.c:905
1660 #, c-format
1661 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1662 msgid "Error while reading over @x tree in @i %i: %m\n"
1663 msgstr ""
1664
1665 #: e2fsck/problem.c:910
1666 #. @-expanded: Failed to iterate extents in inode %i\n
1667 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1668 msgid ""
1669 "Failed to iterate extents in @i %i\n"
1670 "\t(op %s, blk %b, lblk %c): %m\n"
1671 msgstr ""
1672
1673 #: e2fsck/problem.c:916
1674 #. @-expanded: inode %i has an invalid extent\n
1675 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1676 msgid ""
1677 "@i %i has an @n extent\n"
1678 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1679 msgstr ""
1680
1681 #: e2fsck/problem.c:921
1682 #. @-expanded: inode %i has an invalid extent\n
1683 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1684 msgid ""
1685 "@i %i has an @n extent\n"
1686 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1687 msgstr ""
1688
1689 #: e2fsck/problem.c:926
1690 #, c-format
1691 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1692 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1693 msgstr ""
1694
1695 #: e2fsck/problem.c:931
1696 #, c-format
1697 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1698 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1699 msgstr ""
1700
1701 #: e2fsck/problem.c:936
1702 #, c-format
1703 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1704 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1705 msgstr ""
1706
1707 #: e2fsck/problem.c:941
1708 #, c-format
1709 msgid "Fast symlink %i has EXTENT_FL set. "
1710 msgstr ""
1711
1712 #: e2fsck/problem.c:946
1713 #. @-expanded: inode %i has out of order extents\n
1714 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1715 msgid ""
1716 "@i %i has out of order extents\n"
1717 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1718 msgstr ""
1719
1720 #: e2fsck/problem.c:950
1721 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1722 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1723 msgstr ""
1724
1725 #: e2fsck/problem.c:955
1726 #, c-format
1727 #. @-expanded: Error converting subcluster block bitmap: %m\n
1728 msgid "Error converting subcluster @b @B: %m\n"
1729 msgstr ""
1730
1731 #: e2fsck/problem.c:960
1732 #. @-expanded: quota inode is not regular file.
1733 msgid "@q @i is not regular file. "
1734 msgstr ""
1735
1736 #: e2fsck/problem.c:965
1737 #. @-expanded: quota inode is not in use, but contains data.
1738 msgid "@q @i is not in use, but contains data. "
1739 msgstr ""
1740
1741 #: e2fsck/problem.c:970
1742 #. @-expanded: quota inode is visible to the user.
1743 msgid "@q @i is visible to the user. "
1744 msgstr ""
1745
1746 #: e2fsck/problem.c:975
1747 #. @-expanded: The bad block inode looks invalid.
1748 msgid "The bad @b @i looks @n. "
1749 msgstr ""
1750
1751 #: e2fsck/problem.c:980
1752 #. @-expanded: inode %i has zero length extent\n
1753 #. @-expanded: \t(invalid logical block %c, physical block %b)\n
1754 msgid ""
1755 "@i %i has zero length extent\n"
1756 "\t(@n logical @b %c, physical @b %b)\n"
1757 msgstr ""
1758
1759 #: e2fsck/problem.c:985
1760 #, c-format
1761 #. @-expanded: inode %i seems to contain garbage.
1762 msgid "@i %i seems to contain garbage. "
1763 msgstr ""
1764
1765 #: e2fsck/problem.c:990
1766 #, c-format
1767 #. @-expanded: inode %i passes checks, but checksum does not match inode.
1768 msgid "@i %i passes checks, but checksum does not match @i. "
1769 msgstr ""
1770
1771 #: e2fsck/problem.c:995
1772 #, c-format
1773 #. @-expanded: inode %i extended attribute is corrupt (allocation collision).
1774 msgid "@i %i @a is corrupt (allocation collision). "
1775 msgstr ""
1776
1777 #: e2fsck/problem.c:1003
1778 #. @-expanded: inode %i extent block passes checks, but checksum does not match extent\n
1779 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1780 msgid ""
1781 "@i %i extent block passes checks, but checksum does not match extent\n"
1782 "\t(logical @b %c, physical @b %b, len %N)\n"
1783 msgstr ""
1784
1785 #: e2fsck/problem.c:1012
1786 #. @-expanded: inode %i extended attribute block %b passes checks, but checksum does not match block.
1787 msgid "@i %i @a @b %b passes checks, but checksum does not match @b. "
1788 msgstr ""
1789
1790 #: e2fsck/problem.c:1019
1791 #. @-expanded: Interior extent node level %N of inode %i:\n
1792 #. @-expanded: Logical start %b does not match logical start %c at next level.
1793 msgid ""
1794 "Interior @x node level %N of @i %i:\n"
1795 "Logical start %b does not match logical start %c at next level. "
1796 msgstr ""
1797
1798 #: e2fsck/problem.c:1025
1799 #. @-expanded: inode %i, end of extent exceeds allowed value\n
1800 #. @-expanded: \t(logical block %c, physical block %b, len %N)\n
1801 msgid ""
1802 "@i %i, end of extent exceeds allowed value\n"
1803 "\t(logical @b %c, physical @b %b, len %N)\n"
1804 msgstr ""
1805
1806 #: e2fsck/problem.c:1030
1807 #, c-format
1808 #. @-expanded: inode %i has inline data, but superblock is missing INLINE_DATA feature\n
1809 msgid "@i %i has inline data, but @S is missing INLINE_DATA feature\n"
1810 msgstr ""
1811
1812 #: e2fsck/problem.c:1035
1813 #, c-format
1814 #. @-expanded: inode %i has INLINE_DATA_FL flag on filesystem without inline data support.\n
1815 msgid "@i %i has INLINE_DATA_FL flag on @f without inline data support.\n"
1816 msgstr ""
1817
1818 #: e2fsck/problem.c:1043
1819 #. @-expanded: inode %i block %b conflicts with critical metadata, skipping block checks.\n
1820 msgid ""
1821 "@i %i block %b conflicts with critical metadata, skipping block checks.\n"
1822 msgstr ""
1823
1824 #: e2fsck/problem.c:1048
1825 #. @-expanded: directory inode %i block %b should be at block %c.
1826 msgid "@d @i %i @b %b should be at @b %c. "
1827 msgstr ""
1828
1829 #: e2fsck/problem.c:1053
1830 #, c-format
1831 #. @-expanded: directory inode %i has extent marked uninitialized at block %c.
1832 msgid "@d @i %i has @x marked uninitialized at @b %c. "
1833 msgstr ""
1834
1835 #: e2fsck/problem.c:1058
1836 #. @-expanded: inode %i logical block %b (physical block %c) violates cluster allocation rules.\n
1837 #. @-expanded: Will fix in pass 1B.\n
1838 msgid ""
1839 "@i %i logical @b %b (physical @b %c) violates cluster allocation rules.\n"
1840 "Will fix in pass 1B.\n"
1841 msgstr ""
1842
1843 #: e2fsck/problem.c:1063
1844 #, c-format
1845 #. @-expanded: inode %i has INLINE_DATA_FL flag but extended attribute not found.
1846 msgid "@i %i has INLINE_DATA_FL flag but @a not found. "
1847 msgstr ""
1848
1849 #: e2fsck/problem.c:1068
1850 #, c-format
1851 #. @-expanded: Special (device/socket/fifo) file (inode %i) has extents\n
1852 #. @-expanded: or inline-data flag set.
1853 msgid ""
1854 "Special (@v/socket/fifo) file (@i %i) has extents\n"
1855 "or inline-data flag set. "
1856 msgstr ""
1857
1858 #: e2fsck/problem.c:1074
1859 #, c-format
1860 #. @-expanded: inode %i has extent header but inline data flag is set.\n
1861 msgid "@i %i has @x header but inline data flag is set.\n"
1862 msgstr ""
1863
1864 #: e2fsck/problem.c:1079
1865 #, c-format
1866 #. @-expanded: inode %i seems to have inline data but extent flag is set.\n
1867 msgid "@i %i seems to have inline data but @x flag is set.\n"
1868 msgstr ""
1869
1870 #: e2fsck/problem.c:1084
1871 #, c-format
1872 #. @-expanded: inode %i seems to have block map but inline data and extent flags set.\n
1873 msgid "@i %i seems to have @b map but inline data and @x flags set.\n"
1874 msgstr ""
1875
1876 #: e2fsck/problem.c:1089
1877 #, c-format
1878 #. @-expanded: inode %i has inline data and extent flags set but i_block contains junk.\n
1879 msgid "@i %i has inline data and @x flags set but i_block contains junk.\n"
1880 msgstr ""
1881
1882 #: e2fsck/problem.c:1094
1883 #. @-expanded: Bad block list says the bad block list inode is bad.
1884 msgid "Bad block list says the bad block list @i is bad. "
1885 msgstr ""
1886
1887 #: e2fsck/problem.c:1099
1888 #. @-expanded: error allocating extent region allocation structure.
1889 msgid "@A @x region allocation structure. "
1890 msgstr ""
1891
1892 #: e2fsck/problem.c:1104
1893 #. @-expanded: inode %i has a duplicate extent mapping\n
1894 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1895 msgid ""
1896 "@i %i has a duplicate @x mapping\n"
1897 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1898 msgstr ""
1899
1900 #: e2fsck/problem.c:1109
1901 #. @-expanded: error allocating memory for encrypted directory list\n
1902 msgid "@A memory for encrypted @d list\n"
1903 msgstr ""
1904
1905 #: e2fsck/problem.c:1114
1906 #. @-expanded: inode %i extent tree could be more shallow (%b; could be <= %c)\n
1907 msgid "@i %i @x tree could be more shallow (%b; could be <= %c)\n"
1908 msgstr ""
1909
1910 #: e2fsck/problem.c:1119
1911 #, c-format
1912 #. @-expanded: inode %i on bigalloc filesystem cannot be block mapped.
1913 msgid "@i %i on bigalloc @f cannot be @b mapped. "
1914 msgstr ""
1915
1916 #: e2fsck/problem.c:1124
1917 #, c-format
1918 #. @-expanded: inode %i has corrupt extent header.
1919 msgid "@i %i has corrupt @x header. "
1920 msgstr ""
1921
1922 #: e2fsck/problem.c:1129
1923 #, c-format
1924 #. @-expanded: Timestamp(s) on inode %i beyond 2310-04-04 are likely pre-1970.\n
1925 msgid "Timestamp(s) on @i %i beyond 2310-04-04 are likely pre-1970.\n"
1926 msgstr ""
1927
1928 #: e2fsck/problem.c:1136
1929 #. @-expanded: \n
1930 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1931 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1932 msgid ""
1933 "\n"
1934 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1935 "Pass 1B: Rescanning for @m @bs\n"
1936 msgstr ""
1937
1938 #: e2fsck/problem.c:1142
1939 #, c-format
1940 #. @-expanded: multiply-claimed block(s) in inode %i:
1941 msgid "@m @b(s) in @i %i:"
1942 msgstr ""
1943
1944 #: e2fsck/problem.c:1157
1945 #, c-format
1946 msgid "Error while scanning inodes (%i): %m\n"
1947 msgstr ""
1948
1949 #: e2fsck/problem.c:1162
1950 #, c-format
1951 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1952 msgid "@A @i @B (@i_dup_map): %m\n"
1953 msgstr ""
1954
1955 #: e2fsck/problem.c:1167
1956 #, c-format
1957 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1958 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1959 msgstr ""
1960
1961 #: e2fsck/problem.c:1172 e2fsck/problem.c:1534
1962 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1963 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1964 msgstr ""
1965
1966 #: e2fsck/problem.c:1182
1967 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1968 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1969 msgstr ""
1970
1971 #: e2fsck/problem.c:1188
1972 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1973 msgid "Pass 1D: Reconciling @m @bs\n"
1974 msgstr ""
1975
1976 #: e2fsck/problem.c:1193
1977 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1978 #. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n
1979 msgid ""
1980 "File %Q (@i #%i, mod time %IM) \n"
1981 " has %r @m @b(s), shared with %N file(s):\n"
1982 msgstr ""
1983
1984 #: e2fsck/problem.c:1199
1985 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1986 msgid "\t%Q (@i #%i, mod time %IM)\n"
1987 msgstr ""
1988
1989 #: e2fsck/problem.c:1204
1990 #. @-expanded: \t<filesystem metadata>\n
1991 msgid "\t<@f metadata>\n"
1992 msgstr ""
1993
1994 #: e2fsck/problem.c:1209
1995 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1996 #. @-expanded: \n
1997 msgid ""
1998 "(There are %N @is containing @m @bs.)\n"
1999 "\n"
2000 msgstr ""
2001
2002 #: e2fsck/problem.c:1214
2003 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
2004 #. @-expanded: \n
2005 msgid ""
2006 "@m @bs already reassigned or cloned.\n"
2007 "\n"
2008 msgstr ""
2009
2010 #: e2fsck/problem.c:1227
2011 #, c-format
2012 msgid "Couldn't clone file: %m\n"
2013 msgstr ""
2014
2015 #: e2fsck/problem.c:1233
2016 #. @-expanded: Pass 1E: Optimizing extent trees\n
2017 msgid "Pass 1E: Optimizing @x trees\n"
2018 msgstr ""
2019
2020 #: e2fsck/problem.c:1238
2021 #, c-format
2022 #. @-expanded: Failed to optimize extent tree %p (%i): %m\n
2023 msgid "Failed to optimize @x tree %p (%i): %m\n"
2024 msgstr ""
2025
2026 #: e2fsck/problem.c:1243
2027 #. @-expanded: Optimizing extent trees:
2028 msgid "Optimizing @x trees: "
2029 msgstr ""
2030
2031 #: e2fsck/problem.c:1258
2032 msgid "Internal error: max extent tree depth too large (%b; expected=%c).\n"
2033 msgstr ""
2034
2035 #: e2fsck/problem.c:1263
2036 #. @-expanded: inode %i extent tree (at level %b) could be shorter.
2037 msgid "@i %i @x tree (at level %b) could be shorter. "
2038 msgstr ""
2039
2040 #: e2fsck/problem.c:1268
2041 #. @-expanded: inode %i extent tree (at level %b) could be narrower.
2042 msgid "@i %i @x tree (at level %b) could be narrower. "
2043 msgstr ""
2044
2045 #: e2fsck/problem.c:1275
2046 #. @-expanded: Pass 2: Checking directory structure\n
2047 msgid "Pass 2: Checking @d structure\n"
2048 msgstr ""
2049
2050 #: e2fsck/problem.c:1280
2051 #, c-format
2052 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
2053 msgid "@n @i number for '.' in @d @i %i.\n"
2054 msgstr ""
2055
2056 #: e2fsck/problem.c:1285
2057 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
2058 msgid "@E has @n @i #: %Di.\n"
2059 msgstr ""
2060
2061 #: e2fsck/problem.c:1290
2062 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.
2063 msgid "@E has @D/unused @i %Di. "
2064 msgstr ""
2065
2066 #: e2fsck/problem.c:1295
2067 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'
2068 msgid "@E @L to '.' "
2069 msgstr ""
2070
2071 #: e2fsck/problem.c:1300
2072 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
2073 msgid "@E points to @i (%Di) located in a bad @b.\n"
2074 msgstr ""
2075
2076 #: e2fsck/problem.c:1305
2077 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
2078 msgid "@E @L to @d %P (%Di).\n"
2079 msgstr ""
2080
2081 #: e2fsck/problem.c:1310
2082 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
2083 msgid "@E @L to the @r.\n"
2084 msgstr ""
2085
2086 #: e2fsck/problem.c:1315
2087 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
2088 msgid "@E has illegal characters in its name.\n"
2089 msgstr ""
2090
2091 #: e2fsck/problem.c:1320
2092 #, c-format
2093 #. @-expanded: Missing '.' in directory inode %i.\n
2094 msgid "Missing '.' in @d @i %i.\n"
2095 msgstr ""
2096
2097 #: e2fsck/problem.c:1325
2098 #, c-format
2099 #. @-expanded: Missing '..' in directory inode %i.\n
2100 msgid "Missing '..' in @d @i %i.\n"
2101 msgstr ""
2102
2103 #: e2fsck/problem.c:1330
2104 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
2105 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
2106 msgstr ""
2107
2108 #: e2fsck/problem.c:1335
2109 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
2110 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
2111 msgstr ""
2112
2113 #: e2fsck/problem.c:1340
2114 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
2115 msgid "i_faddr @F %IF, @s zero.\n"
2116 msgstr ""
2117
2118 #: e2fsck/problem.c:1345
2119 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
2120 msgid "i_file_acl @F %If, @s zero.\n"
2121 msgstr ""
2122
2123 #: e2fsck/problem.c:1350
2124 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
2125 msgid "i_dir_acl @F %Id, @s zero.\n"
2126 msgstr ""
2127
2128 #: e2fsck/problem.c:1355
2129 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
2130 msgid "i_frag @F %N, @s zero.\n"
2131 msgstr ""
2132
2133 #: e2fsck/problem.c:1360
2134 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
2135 msgid "i_fsize @F %N, @s zero.\n"
2136 msgstr ""
2137
2138 #: e2fsck/problem.c:1365
2139 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
2140 msgid "@i %i (%Q) has @n mode (%Im).\n"
2141 msgstr ""
2142
2143 #: e2fsck/problem.c:1370
2144 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
2145 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
2146 msgstr ""
2147
2148 #: e2fsck/problem.c:1375
2149 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
2150 msgid "@d @i %i, %B, offset %N: filename too long\n"
2151 msgstr ""
2152
2153 #: e2fsck/problem.c:1380
2154 #. @-expanded: directory inode %i has an unallocated %B.
2155 msgid "@d @i %i has an unallocated %B. "
2156 msgstr ""
2157
2158 #: e2fsck/problem.c:1385
2159 #, c-format
2160 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
2161 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
2162 msgstr ""
2163
2164 #: e2fsck/problem.c:1390
2165 #, c-format
2166 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
2167 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
2168 msgstr ""
2169
2170 #: e2fsck/problem.c:1395
2171 #. @-expanded: inode %i (%Q) is an illegal character device.\n
2172 msgid "@i %i (%Q) is an @I character @v.\n"
2173 msgstr ""
2174
2175 #: e2fsck/problem.c:1400
2176 #. @-expanded: inode %i (%Q) is an illegal block device.\n
2177 msgid "@i %i (%Q) is an @I @b @v.\n"
2178 msgstr ""
2179
2180 #: e2fsck/problem.c:1405
2181 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
2182 msgid "@E is duplicate '.' @e.\n"
2183 msgstr ""
2184
2185 #: e2fsck/problem.c:1410
2186 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
2187 msgid "@E is duplicate '..' @e.\n"
2188 msgstr ""
2189
2190 #: e2fsck/problem.c:1415 e2fsck/problem.c:1750
2191 #, c-format
2192 msgid "Internal error: couldn't find dir_info for %i.\n"
2193 msgstr ""
2194
2195 #: e2fsck/problem.c:1420
2196 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
2197 msgid "@E has rec_len of %Dr, @s %N.\n"
2198 msgstr ""
2199
2200 #: e2fsck/problem.c:1425
2201 #, c-format
2202 #. @-expanded: error allocating icount structure: %m\n
2203 msgid "@A icount structure: %m\n"
2204 msgstr ""
2205
2206 #: e2fsck/problem.c:1430
2207 #, c-format
2208 #. @-expanded: Error iterating over directory blocks: %m\n
2209 msgid "Error iterating over @d @bs: %m\n"
2210 msgstr ""
2211
2212 #: e2fsck/problem.c:1435
2213 #. @-expanded: Error reading directory block %b (inode %i): %m\n
2214 msgid "Error reading @d @b %b (@i %i): %m\n"
2215 msgstr ""
2216
2217 #: e2fsck/problem.c:1440
2218 #. @-expanded: Error writing directory block %b (inode %i): %m\n
2219 msgid "Error writing @d @b %b (@i %i): %m\n"
2220 msgstr ""
2221
2222 #: e2fsck/problem.c:1445
2223 #, c-format
2224 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
2225 msgid "@A new @d @b for @i %i (%s): %m\n"
2226 msgstr ""
2227
2228 #: e2fsck/problem.c:1450
2229 #, c-format
2230 #. @-expanded: Error deallocating inode %i: %m\n
2231 msgid "Error deallocating @i %i: %m\n"
2232 msgstr ""
2233
2234 #: e2fsck/problem.c:1455
2235 #, c-format
2236 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
2237 msgid "@d @e for '.' in %p (%i) is big.\n"
2238 msgstr ""
2239
2240 #: e2fsck/problem.c:1460
2241 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
2242 msgid "@i %i (%Q) is an @I FIFO.\n"
2243 msgstr ""
2244
2245 #: e2fsck/problem.c:1465
2246 #. @-expanded: inode %i (%Q) is an illegal socket.\n
2247 msgid "@i %i (%Q) is an @I socket.\n"
2248 msgstr ""
2249
2250 #: e2fsck/problem.c:1470
2251 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2252 msgid "Setting filetype for @E to %N.\n"
2253 msgstr ""
2254
2255 #: e2fsck/problem.c:1475
2256 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2257 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2258 msgstr ""
2259
2260 #: e2fsck/problem.c:1480
2261 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2262 msgid "@E has filetype set.\n"
2263 msgstr ""
2264
2265 #: e2fsck/problem.c:1485
2266 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2267 msgid "@E has a @z name.\n"
2268 msgstr ""
2269
2270 #: e2fsck/problem.c:1490
2271 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2272 msgid "Symlink %Q (@i #%i) is @n.\n"
2273 msgstr ""
2274
2275 #: e2fsck/problem.c:1495
2276 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2277 msgid "@a @b @F @n (%If).\n"
2278 msgstr ""
2279
2280 #: e2fsck/problem.c:1500
2281 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2282 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2283 msgstr ""
2284
2285 #: e2fsck/problem.c:1505
2286 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2287 msgid "@p @h %d: %B not referenced\n"
2288 msgstr ""
2289
2290 #: e2fsck/problem.c:1510
2291 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2292 msgid "@p @h %d: %B referenced twice\n"
2293 msgstr ""
2294
2295 #: e2fsck/problem.c:1515
2296 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2297 msgid "@p @h %d: %B has bad min hash\n"
2298 msgstr ""
2299
2300 #: e2fsck/problem.c:1520
2301 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2302 msgid "@p @h %d: %B has bad max hash\n"
2303 msgstr ""
2304
2305 #: e2fsck/problem.c:1525
2306 #. @-expanded: invalid HTREE directory inode %d (%q).
2307 msgid "@n @h %d (%q). "
2308 msgstr ""
2309
2310 #: e2fsck/problem.c:1529
2311 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2312 msgid "@p @h %d (%q): bad @b number %b.\n"
2313 msgstr ""
2314
2315 #: e2fsck/problem.c:1539
2316 #, c-format
2317 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2318 msgid "@p @h %d: root node is @n\n"
2319 msgstr ""
2320
2321 #: e2fsck/problem.c:1544
2322 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2323 msgid "@p @h %d: %B has @n limit (%N)\n"
2324 msgstr ""
2325
2326 #: e2fsck/problem.c:1549
2327 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2328 msgid "@p @h %d: %B has @n count (%N)\n"
2329 msgstr ""
2330
2331 #: e2fsck/problem.c:1554
2332 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2333 msgid "@p @h %d: %B has an unordered hash table\n"
2334 msgstr ""
2335
2336 #: e2fsck/problem.c:1559
2337 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2338 msgid "@p @h %d: %B has @n depth (%N)\n"
2339 msgstr ""
2340
2341 #: e2fsck/problem.c:1564
2342 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.
2343 msgid "Duplicate @E found. "
2344 msgstr ""
2345
2346 #: e2fsck/problem.c:1569
2347 #, no-c-format
2348 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2349 #. @-expanded: Rename to %s
2350 msgid ""
2351 "@E has a non-unique filename.\n"
2352 "Rename to %s"
2353 msgstr ""
2354
2355 #: e2fsck/problem.c:1574
2356 #. @-expanded: Duplicate entry '%Dn' found.\n
2357 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2358 #. @-expanded: \n
2359 msgid ""
2360 "Duplicate @e '%Dn' found.\n"
2361 "\tMarking %p (%i) to be rebuilt.\n"
2362 "\n"
2363 msgstr ""
2364
2365 #: e2fsck/problem.c:1579
2366 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2367 msgid "i_blocks_hi @F %N, @s zero.\n"
2368 msgstr ""
2369
2370 #: e2fsck/problem.c:1584
2371 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2372 msgid "Unexpected @b in @h %d (%q).\n"
2373 msgstr ""
2374
2375 #: e2fsck/problem.c:1588
2376 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2377 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2378 msgstr ""
2379
2380 #: e2fsck/problem.c:1593
2381 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2382 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2383 msgstr ""
2384
2385 #: e2fsck/problem.c:1598
2386 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2387 msgid "i_file_acl_hi @F %N, @s zero.\n"
2388 msgstr ""
2389
2390 #: e2fsck/problem.c:1603
2391 #, c-format
2392 #. @-expanded: problem in HTREE directory inode %d: root node fails checksum.\n
2393 msgid "@p @h %d: root node fails checksum.\n"
2394 msgstr ""
2395
2396 #: e2fsck/problem.c:1608
2397 #, c-format
2398 #. @-expanded: problem in HTREE directory inode %d: internal node fails checksum.\n
2399 msgid "@p @h %d: internal node fails checksum.\n"
2400 msgstr ""
2401
2402 #: e2fsck/problem.c:1613
2403 #. @-expanded: directory inode %i, %B, offset %N: directory has no checksum.\n
2404 msgid "@d @i %i, %B, offset %N: @d has no checksum.\n"
2405 msgstr ""
2406
2407 #: e2fsck/problem.c:1618
2408 #. @-expanded: directory inode %i, %B: directory passes checks but fails checksum.\n
2409 msgid "@d @i %i, %B: @d passes checks but fails checksum.\n"
2410 msgstr ""
2411
2412 #: e2fsck/problem.c:1623
2413 #. @-expanded: Inline directory inode %i size (%N) must be a multiple of 4.\n
2414 msgid "Inline @d @i %i size (%N) must be a multiple of 4.\n"
2415 msgstr ""
2416
2417 #: e2fsck/problem.c:1628
2418 #, c-format
2419 #. @-expanded: Fixing size of inline directory inode %i failed.\n
2420 msgid "Fixing size of inline @d @i %i failed.\n"
2421 msgstr ""
2422
2423 #: e2fsck/problem.c:1633
2424 #. @-expanded: Encrypted entry '%Dn' in %p (%i) is too short.\n
2425 msgid "Encrypted @E is too short.\n"
2426 msgstr ""
2427
2428 #: e2fsck/problem.c:1640
2429 #. @-expanded: Pass 3: Checking directory connectivity\n
2430 msgid "Pass 3: Checking @d connectivity\n"
2431 msgstr ""
2432
2433 #: e2fsck/problem.c:1645
2434 #. @-expanded: root inode not allocated.
2435 msgid "@r not allocated. "
2436 msgstr ""
2437
2438 #: e2fsck/problem.c:1650
2439 #. @-expanded: No room in lost+found directory.
2440 msgid "No room in @l @d. "
2441 msgstr ""
2442
2443 #: e2fsck/problem.c:1655
2444 #, c-format
2445 #. @-expanded: Unconnected directory inode %i (%p)\n
2446 msgid "Unconnected @d @i %i (%p)\n"
2447 msgstr ""
2448
2449 #: e2fsck/problem.c:1660
2450 #. @-expanded: /lost+found not found.
2451 msgid "/@l not found. "
2452 msgstr ""
2453
2454 #: e2fsck/problem.c:1665
2455 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2456 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2457 msgstr ""
2458
2459 #: e2fsck/problem.c:1670
2460 #. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n
2461 msgid "Bad or non-existent /@l. Cannot reconnect.\n"
2462 msgstr ""
2463
2464 #: e2fsck/problem.c:1675
2465 #, c-format
2466 #. @-expanded: Could not expand /lost+found: %m\n
2467 msgid "Could not expand /@l: %m\n"
2468 msgstr ""
2469
2470 #: e2fsck/problem.c:1680
2471 #, c-format
2472 msgid "Could not reconnect %i: %m\n"
2473 msgstr ""
2474
2475 #: e2fsck/problem.c:1685
2476 #, c-format
2477 #. @-expanded: Error while trying to find /lost+found: %m\n
2478 msgid "Error while trying to find /@l: %m\n"
2479 msgstr ""
2480
2481 #: e2fsck/problem.c:1690
2482 #, c-format
2483 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2484 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2485 msgstr ""
2486
2487 #: e2fsck/problem.c:1695
2488 #, c-format
2489 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2490 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2491 msgstr ""
2492
2493 #: e2fsck/problem.c:1700
2494 #, c-format
2495 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2496 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2497 msgstr ""
2498
2499 #: e2fsck/problem.c:1705
2500 #, c-format
2501 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2502 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2503 msgstr ""
2504
2505 #: e2fsck/problem.c:1710
2506 #, c-format
2507 #. @-expanded: Error while adjusting inode count on inode %i\n
2508 msgid "Error while adjusting @i count on @i %i\n"
2509 msgstr ""
2510
2511 #: e2fsck/problem.c:1715
2512 #, c-format
2513 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2514 #. @-expanded: \n
2515 msgid ""
2516 "Couldn't fix parent of @i %i: %m\n"
2517 "\n"
2518 msgstr ""
2519
2520 #: e2fsck/problem.c:1720
2521 #, c-format
2522 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2523 #. @-expanded: \n
2524 msgid ""
2525 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2526 "\n"
2527 msgstr ""
2528
2529 #: e2fsck/problem.c:1730
2530 #, c-format
2531 #. @-expanded: Error creating root directory (%s): %m\n
2532 msgid "Error creating root @d (%s): %m\n"
2533 msgstr ""
2534
2535 #: e2fsck/problem.c:1735
2536 #, c-format
2537 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2538 msgid "Error creating /@l @d (%s): %m\n"
2539 msgstr ""
2540
2541 #: e2fsck/problem.c:1740
2542 #. @-expanded: root inode is not a directory; aborting.\n
2543 msgid "@r is not a @d; aborting.\n"
2544 msgstr ""
2545
2546 #: e2fsck/problem.c:1745
2547 #. @-expanded: Cannot proceed without a root inode.\n
2548 msgid "Cannot proceed without a @r.\n"
2549 msgstr ""
2550
2551 #: e2fsck/problem.c:1755
2552 #, c-format
2553 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2554 msgid "/@l is not a @d (ino=%i)\n"
2555 msgstr ""
2556
2557 #: e2fsck/problem.c:1760
2558 #. @-expanded: /lost+found has inline data\n
2559 msgid "/@l has inline data\n"
2560 msgstr ""
2561
2562 #: e2fsck/problem.c:1765
2563 #. @-expanded: Cannot allocate space for /lost+found.\n
2564 #. @-expanded: Place lost files in root directory instead
2565 msgid ""
2566 "Cannot allocate space for /@l.\n"
2567 "Place lost files in root directory instead"
2568 msgstr ""
2569
2570 #: e2fsck/problem.c:1770
2571 #. @-expanded: Insufficient space to recover lost files!\n
2572 #. @-expanded: Move data off the filesystem and re-run e2fsck.\n
2573 #. @-expanded: \n
2574 msgid ""
2575 "Insufficient space to recover lost files!\n"
2576 "Move data off the @f and re-run e2fsck.\n"
2577 "\n"
2578 msgstr ""
2579
2580 #: e2fsck/problem.c:1775
2581 #. @-expanded: /lost+found is encrypted\n
2582 msgid "/@l is encrypted\n"
2583 msgstr ""
2584
2585 #: e2fsck/problem.c:1782
2586 msgid "Pass 3A: Optimizing directories\n"
2587 msgstr ""
2588
2589 #: e2fsck/problem.c:1787
2590 #, c-format
2591 msgid "Failed to create dirs_to_hash iterator: %m\n"
2592 msgstr ""
2593
2594 #: e2fsck/problem.c:1792
2595 msgid "Failed to optimize directory %q (%d): %m\n"
2596 msgstr ""
2597
2598 #: e2fsck/problem.c:1797
2599 msgid "Optimizing directories: "
2600 msgstr ""
2601
2602 #: e2fsck/problem.c:1814
2603 msgid "Pass 4: Checking reference counts\n"
2604 msgstr ""
2605
2606 #: e2fsck/problem.c:1819
2607 #, c-format
2608 #. @-expanded: unattached zero-length inode %i.
2609 msgid "@u @z @i %i. "
2610 msgstr ""
2611
2612 #: e2fsck/problem.c:1824
2613 #, c-format
2614 #. @-expanded: unattached inode %i\n
2615 msgid "@u @i %i\n"
2616 msgstr ""
2617
2618 #: e2fsck/problem.c:1829
2619 #. @-expanded: inode %i ref count is %Il, should be %N.
2620 msgid "@i %i ref count is %Il, @s %N. "
2621 msgstr ""
2622
2623 #: e2fsck/problem.c:1833
2624 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2625 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2626 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n
2627 msgid ""
2628 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2629 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2630 "@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n"
2631 msgstr ""
2632
2633 #: e2fsck/problem.c:1843
2634 #. @-expanded: Pass 5: Checking group summary information\n
2635 msgid "Pass 5: Checking @g summary information\n"
2636 msgstr ""
2637
2638 #: e2fsck/problem.c:1848
2639 #. @-expanded: Padding at end of inode bitmap is not set.
2640 msgid "Padding at end of @i @B is not set. "
2641 msgstr ""
2642
2643 #: e2fsck/problem.c:1853
2644 #. @-expanded: Padding at end of block bitmap is not set.
2645 msgid "Padding at end of @b @B is not set. "
2646 msgstr ""
2647
2648 #: e2fsck/problem.c:1858
2649 #. @-expanded: block bitmap differences:
2650 msgid "@b @B differences: "
2651 msgstr ""
2652
2653 #: e2fsck/problem.c:1878
2654 #. @-expanded: inode bitmap differences:
2655 msgid "@i @B differences: "
2656 msgstr ""
2657
2658 #: e2fsck/problem.c:1898
2659 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2660 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2661 msgstr ""
2662
2663 #: e2fsck/problem.c:1903
2664 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2665 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2666 msgstr ""
2667
2668 #: e2fsck/problem.c:1908
2669 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2670 msgid "Free @is count wrong (%i, counted=%j).\n"
2671 msgstr ""
2672
2673 #: e2fsck/problem.c:1913
2674 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2675 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2676 msgstr ""
2677
2678 #: e2fsck/problem.c:1918
2679 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2680 msgid "Free @bs count wrong (%b, counted=%c).\n"
2681 msgstr ""
2682
2683 #: e2fsck/problem.c:1923
2684 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap
2685 #. @-expanded: endpoints (%i, %j)\n
2686 msgid ""
2687 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2688 "endpoints (%i, %j)\n"
2689 msgstr ""
2690
2691 #: e2fsck/problem.c:1929
2692 msgid "Internal error: fudging end of bitmap (%N)\n"
2693 msgstr ""
2694
2695 #: e2fsck/problem.c:1934
2696 #, c-format
2697 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2698 msgid "Error copying in replacement @i @B: %m\n"
2699 msgstr ""
2700
2701 #: e2fsck/problem.c:1939
2702 #, c-format
2703 #. @-expanded: Error copying in replacement block bitmap: %m\n
2704 msgid "Error copying in replacement @b @B: %m\n"
2705 msgstr ""
2706
2707 #: e2fsck/problem.c:1964
2708 #, c-format
2709 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2710 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2711 msgstr ""
2712
2713 #: e2fsck/problem.c:1969
2714 #, c-format
2715 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2716 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2717 msgstr ""
2718
2719 #: e2fsck/problem.c:1974
2720 #, c-format
2721 #. @-expanded: group %g inode bitmap does not match checksum.\n
2722 msgid "@g %g @i @B does not match checksum.\n"
2723 msgstr ""
2724
2725 #: e2fsck/problem.c:1979
2726 #, c-format
2727 #. @-expanded: group %g block bitmap does not match checksum.\n
2728 msgid "@g %g @b @B does not match checksum.\n"
2729 msgstr ""
2730
2731 #: e2fsck/problem.c:1986
2732 #. @-expanded: Recreate journal
2733 msgid "Recreate @j"
2734 msgstr ""
2735
2736 #: e2fsck/problem.c:1991
2737 msgid "Update quota info for quota type %N"
2738 msgstr ""
2739
2740 #: e2fsck/problem.c:1996
2741 #, c-format
2742 #. @-expanded: Error setting block group checksum info: %m\n
2743 msgid "Error setting @b @g checksum info: %m\n"
2744 msgstr ""
2745
2746 #: e2fsck/problem.c:2001
2747 #, c-format
2748 msgid "Error writing file system info: %m\n"
2749 msgstr ""
2750
2751 #: e2fsck/problem.c:2006
2752 #, c-format
2753 msgid "Error flushing writes to storage device: %m\n"
2754 msgstr ""
2755
2756 #: e2fsck/problem.c:2127
2757 #, c-format
2758 msgid "Unhandled error code (0x%x)!\n"
2759 msgstr ""
2760
2761 #: e2fsck/problem.c:2252 e2fsck/problem.c:2256
2762 msgid "IGNORED"
2763 msgstr ""
2764
2765 #: e2fsck/quota.c:33 e2fsck/quota.c:46
2766 msgid "in move_quota_inode"
2767 msgstr ""
2768
2769 #: e2fsck/scantest.c:79
2770 #, c-format
2771 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2772 msgstr ""
2773
2774 #: e2fsck/scantest.c:98
2775 #, c-format
2776 msgid "size of inode=%d\n"
2777 msgstr ""
2778
2779 #: e2fsck/scantest.c:119
2780 msgid "while starting inode scan"
2781 msgstr ""
2782
2783 #: e2fsck/scantest.c:130
2784 msgid "while doing inode scan"
2785 msgstr ""
2786
2787 #: e2fsck/super.c:190
2788 #, c-format
2789 msgid "while calling ext2fs_block_iterate for inode %d"
2790 msgstr ""
2791
2792 #: e2fsck/super.c:213
2793 #, c-format
2794 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2795 msgstr ""
2796
2797 #: e2fsck/super.c:274
2798 msgid "Truncating"
2799 msgstr ""
2800
2801 #: e2fsck/super.c:275
2802 msgid "Clearing"
2803 msgstr ""
2804
2805 #: e2fsck/unix.c:76
2806 #, c-format
2807 msgid ""
2808 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2809 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2810 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2811 "\t\t[-E extended-options] [-z undo_file] device\n"
2812 msgstr ""
2813
2814 #: e2fsck/unix.c:82
2815 msgid ""
2816 "\n"
2817 "Emergency help:\n"
2818 " -p Automatic repair (no questions)\n"
2819 " -n Make no changes to the filesystem\n"
2820 " -y Assume \"yes\" to all questions\n"
2821 " -c Check for bad blocks and add them to the badblock "
2822 "list\n"
2823 " -f Force checking even if filesystem is marked clean\n"
2824 msgstr ""
2825
2826 #: e2fsck/unix.c:88
2827 msgid ""
2828 " -v Be verbose\n"
2829 " -b superblock Use alternative superblock\n"
2830 " -B blocksize Force blocksize when looking for superblock\n"
2831 " -j external_journal Set location of the external journal\n"
2832 " -l bad_blocks_file Add to badblocks list\n"
2833 " -L bad_blocks_file Set badblocks list\n"
2834 " -z undo_file Create an undo file\n"
2835 msgstr ""
2836
2837 #: e2fsck/unix.c:134
2838 #, c-format
2839 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2840 msgstr ""
2841
2842 #: e2fsck/unix.c:160
2843 #, c-format
2844 msgid ""
2845 "\n"
2846 "%12u inode used (%2.2f%%, out of %u)\n"
2847 msgid_plural ""
2848 "\n"
2849 "%12u inodes used (%2.2f%%, out of %u)\n"
2850 msgstr[0] ""
2851 msgstr[1] ""
2852
2853 #: e2fsck/unix.c:164
2854 #, c-format
2855 msgid "%12u non-contiguous file (%0d.%d%%)\n"
2856 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
2857 msgstr[0] ""
2858 msgstr[1] ""
2859
2860 #: e2fsck/unix.c:169
2861 #, c-format
2862 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
2863 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
2864 msgstr[0] ""
2865 msgstr[1] ""
2866
2867 #: e2fsck/unix.c:174
2868 #, c-format
2869 msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2870 msgstr ""
2871
2872 #: e2fsck/unix.c:182
2873 msgid " Extent depth histogram: "
2874 msgstr ""
2875
2876 #: e2fsck/unix.c:191
2877 #, c-format
2878 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
2879 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
2880 msgstr[0] ""
2881 msgstr[1] ""
2882
2883 #: e2fsck/unix.c:195
2884 #, c-format
2885 msgid "%12u bad block\n"
2886 msgid_plural "%12u bad blocks\n"
2887 msgstr[0] ""
2888 msgstr[1] ""
2889
2890 #: e2fsck/unix.c:197
2891 #, c-format
2892 msgid "%12u large file\n"
2893 msgid_plural "%12u large files\n"
2894 msgstr[0] ""
2895 msgstr[1] ""
2896
2897 #: e2fsck/unix.c:199
2898 #, c-format
2899 msgid ""
2900 "\n"
2901 "%12u regular file\n"
2902 msgid_plural ""
2903 "\n"
2904 "%12u regular files\n"
2905 msgstr[0] ""
2906 msgstr[1] ""
2907
2908 #: e2fsck/unix.c:201
2909 #, c-format
2910 msgid "%12u directory\n"
2911 msgid_plural "%12u directories\n"
2912 msgstr[0] ""
2913 msgstr[1] ""
2914
2915 #: e2fsck/unix.c:203
2916 #, c-format
2917 msgid "%12u character device file\n"
2918 msgid_plural "%12u character device files\n"
2919 msgstr[0] ""
2920 msgstr[1] ""
2921
2922 #: e2fsck/unix.c:206
2923 #, c-format
2924 msgid "%12u block device file\n"
2925 msgid_plural "%12u block device files\n"
2926 msgstr[0] ""
2927 msgstr[1] ""
2928
2929 #: e2fsck/unix.c:208
2930 #, c-format
2931 msgid "%12u fifo\n"
2932 msgid_plural "%12u fifos\n"
2933 msgstr[0] ""
2934 msgstr[1] ""
2935
2936 #: e2fsck/unix.c:210
2937 #, c-format
2938 msgid "%12u link\n"
2939 msgid_plural "%12u links\n"
2940 msgstr[0] ""
2941 msgstr[1] ""
2942
2943 #: e2fsck/unix.c:212
2944 #, c-format
2945 msgid "%12u symbolic link"
2946 msgid_plural "%12u symbolic links"
2947 msgstr[0] ""
2948 msgstr[1] ""
2949
2950 #: e2fsck/unix.c:214
2951 #, c-format
2952 msgid " (%u fast symbolic link)\n"
2953 msgid_plural " (%u fast symbolic links)\n"
2954 msgstr[0] ""
2955 msgstr[1] ""
2956
2957 #: e2fsck/unix.c:218
2958 #, c-format
2959 msgid "%12u socket\n"
2960 msgid_plural "%12u sockets\n"
2961 msgstr[0] ""
2962 msgstr[1] ""
2963
2964 #: e2fsck/unix.c:222
2965 #, c-format
2966 msgid "%12u file\n"
2967 msgid_plural "%12u files\n"
2968 msgstr[0] ""
2969 msgstr[1] ""
2970
2971 #: e2fsck/unix.c:235 misc/badblocks.c:993 misc/tune2fs.c:2848 misc/util.c:126
2972 #: resize/main.c:352
2973 #, c-format
2974 msgid "while determining whether %s is mounted."
2975 msgstr ""
2976
2977 #: e2fsck/unix.c:256
2978 #, c-format
2979 msgid "Warning! %s is mounted.\n"
2980 msgstr ""
2981
2982 #: e2fsck/unix.c:259
2983 #, c-format
2984 msgid "Warning! %s is in use.\n"
2985 msgstr ""
2986
2987 #: e2fsck/unix.c:265
2988 #, c-format
2989 msgid "%s is mounted.\n"
2990 msgstr ""
2991
2992 #: e2fsck/unix.c:267
2993 #, c-format
2994 msgid "%s is in use.\n"
2995 msgstr ""
2996
2997 #: e2fsck/unix.c:269
2998 msgid ""
2999 "Cannot continue, aborting.\n"
3000 "\n"
3001 msgstr ""
3002
3003 #: e2fsck/unix.c:271
3004 msgid ""
3005 "\n"
3006 "\n"
3007 "WARNING!!! The filesystem is mounted. If you continue you ***WILL***\n"
3008 "cause ***SEVERE*** filesystem damage.\n"
3009 "\n"
3010 msgstr ""
3011
3012 #: e2fsck/unix.c:276
3013 msgid "Do you really want to continue"
3014 msgstr ""
3015
3016 #: e2fsck/unix.c:278
3017 msgid "check aborted.\n"
3018 msgstr ""
3019
3020 #: e2fsck/unix.c:371
3021 msgid " contains a file system with errors"
3022 msgstr ""
3023
3024 #: e2fsck/unix.c:373
3025 msgid " was not cleanly unmounted"
3026 msgstr ""
3027
3028 #: e2fsck/unix.c:375
3029 msgid " primary superblock features different from backup"
3030 msgstr ""
3031
3032 #: e2fsck/unix.c:379
3033 #, c-format
3034 msgid " has been mounted %u times without being checked"
3035 msgstr ""
3036
3037 #: e2fsck/unix.c:386
3038 msgid " has filesystem last checked time in the future"
3039 msgstr ""
3040
3041 #: e2fsck/unix.c:392
3042 #, c-format
3043 msgid " has gone %u days without being checked"
3044 msgstr ""
3045
3046 #: e2fsck/unix.c:401
3047 msgid ", check forced.\n"
3048 msgstr ""
3049
3050 #: e2fsck/unix.c:434
3051 #, c-format
3052 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3053 msgstr ""
3054
3055 #: e2fsck/unix.c:454
3056 msgid " (check deferred; on battery)"
3057 msgstr ""
3058
3059 #: e2fsck/unix.c:457
3060 msgid " (check after next mount)"
3061 msgstr ""
3062
3063 #: e2fsck/unix.c:459
3064 #, c-format
3065 msgid " (check in %ld mounts)"
3066 msgstr ""
3067
3068 #: e2fsck/unix.c:609
3069 #, c-format
3070 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3071 msgstr ""
3072
3073 #: e2fsck/unix.c:679
3074 msgid "Invalid EA version.\n"
3075 msgstr ""
3076
3077 #: e2fsck/unix.c:692
3078 msgid "Invalid readahead buffer size.\n"
3079 msgstr ""
3080
3081 #: e2fsck/unix.c:725
3082 #, c-format
3083 msgid "Unknown extended option: %s\n"
3084 msgstr ""
3085
3086 #: e2fsck/unix.c:752
3087 #, c-format
3088 msgid ""
3089 "Syntax error in e2fsck config file (%s, line #%d)\n"
3090 "\t%s\n"
3091 msgstr ""
3092
3093 #: e2fsck/unix.c:825
3094 #, c-format
3095 msgid "Error validating file descriptor %d: %s\n"
3096 msgstr ""
3097
3098 #: e2fsck/unix.c:829
3099 msgid "Invalid completion information file descriptor"
3100 msgstr ""
3101
3102 #: e2fsck/unix.c:844
3103 msgid "Only one of the options -p/-a, -n or -y may be specified."
3104 msgstr ""
3105
3106 #: e2fsck/unix.c:865
3107 #, c-format
3108 msgid "The -t option is not supported on this version of e2fsck.\n"
3109 msgstr ""
3110
3111 #: e2fsck/unix.c:896 e2fsck/unix.c:973 misc/e2initrd_helper.c:330
3112 #: misc/tune2fs.c:1567 misc/tune2fs.c:1863 misc/tune2fs.c:1881
3113 #, c-format
3114 msgid "Unable to resolve '%s'"
3115 msgstr ""
3116
3117 #: e2fsck/unix.c:952
3118 msgid "The -n and -D options are incompatible."
3119 msgstr ""
3120
3121 #: e2fsck/unix.c:957
3122 msgid "The -n and -c options are incompatible."
3123 msgstr ""
3124
3125 #: e2fsck/unix.c:962
3126 msgid "The -n and -l/-L options are incompatible."
3127 msgstr ""
3128
3129 #: e2fsck/unix.c:986
3130 msgid "The -D and -E fixes_only options are incompatible."
3131 msgstr ""
3132
3133 #: e2fsck/unix.c:992
3134 msgid "The -E bmap2extent and fixes_only options are incompatible."
3135 msgstr ""
3136
3137 #: e2fsck/unix.c:1046
3138 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3139 msgstr ""
3140
3141 #: e2fsck/unix.c:1093
3142 #, c-format
3143 msgid ""
3144 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3145 "\n"
3146 msgstr ""
3147
3148 #: e2fsck/unix.c:1102
3149 #, c-format
3150 msgid ""
3151 "\n"
3152 "Invalid non-numeric argument to -%c (\"%s\")\n"
3153 "\n"
3154 msgstr ""
3155
3156 #: e2fsck/unix.c:1193
3157 #, c-format
3158 msgid ""
3159 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3160 "wait...\n"
3161 msgstr ""
3162
3163 #: e2fsck/unix.c:1210 e2fsck/unix.c:1215
3164 msgid "while checking MMP block"
3165 msgstr ""
3166
3167 #: e2fsck/unix.c:1217 misc/tune2fs.c:2762
3168 msgid ""
3169 "If you are sure the filesystem is not in use on any node, run:\n"
3170 "'tune2fs -f -E clear_mmp {device}'\n"
3171 msgstr ""
3172
3173 #: e2fsck/unix.c:1232
3174 msgid "while reading MMP block"
3175 msgstr ""
3176
3177 #: e2fsck/unix.c:1252 e2fsck/unix.c:1304 misc/e2undo.c:219 misc/e2undo.c:264
3178 #: misc/mke2fs.c:2515 misc/mke2fs.c:2566 misc/tune2fs.c:2580
3179 #: misc/tune2fs.c:2625 resize/main.c:186 resize/main.c:231
3180 #, c-format
3181 msgid ""
3182 "Overwriting existing filesystem; this can be undone using the command:\n"
3183 " e2undo %s %s\n"
3184 "\n"
3185 msgstr ""
3186
3187 #: e2fsck/unix.c:1293 misc/e2undo.c:253 misc/mke2fs.c:2555 misc/tune2fs.c:2614
3188 #: resize/main.c:220
3189 #, c-format
3190 msgid "while trying to delete %s"
3191 msgstr ""
3192
3193 #: e2fsck/unix.c:1319 misc/mke2fs.c:2581 resize/main.c:241
3194 msgid "while trying to setup undo file\n"
3195 msgstr ""
3196
3197 #: e2fsck/unix.c:1363
3198 msgid "Error: ext2fs library version out of date!\n"
3199 msgstr ""
3200
3201 #: e2fsck/unix.c:1370
3202 msgid "while trying to initialize program"
3203 msgstr ""
3204
3205 #: e2fsck/unix.c:1393
3206 #, c-format
3207 msgid "\tUsing %s, %s\n"
3208 msgstr ""
3209
3210 #: e2fsck/unix.c:1405
3211 msgid "need terminal for interactive repairs"
3212 msgstr ""
3213
3214 #: e2fsck/unix.c:1466
3215 #, c-format
3216 msgid "%s: %s trying backup blocks...\n"
3217 msgstr ""
3218
3219 #: e2fsck/unix.c:1468
3220 msgid "Superblock invalid,"
3221 msgstr ""
3222
3223 #: e2fsck/unix.c:1469
3224 msgid "Group descriptors look bad..."
3225 msgstr ""
3226
3227 #: e2fsck/unix.c:1479
3228 #, c-format
3229 msgid "%s: %s while using the backup blocks"
3230 msgstr ""
3231
3232 #: e2fsck/unix.c:1483
3233 #, c-format
3234 msgid "%s: going back to original superblock\n"
3235 msgstr ""
3236
3237 #: e2fsck/unix.c:1512
3238 msgid ""
3239 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3240 "(Or the filesystem superblock is corrupt)\n"
3241 "\n"
3242 msgstr ""
3243
3244 #: e2fsck/unix.c:1519
3245 msgid "Could this be a zero-length partition?\n"
3246 msgstr ""
3247
3248 #: e2fsck/unix.c:1521
3249 #, c-format
3250 msgid "You must have %s access to the filesystem or be root\n"
3251 msgstr ""
3252
3253 #: e2fsck/unix.c:1527
3254 msgid "Possibly non-existent or swap device?\n"
3255 msgstr ""
3256
3257 #: e2fsck/unix.c:1529
3258 msgid "Filesystem mounted or opened exclusively by another program?\n"
3259 msgstr ""
3260
3261 #: e2fsck/unix.c:1533
3262 msgid "Possibly non-existent device?\n"
3263 msgstr ""
3264
3265 #: e2fsck/unix.c:1536
3266 msgid ""
3267 "Disk write-protected; use the -n option to do a read-only\n"
3268 "check of the device.\n"
3269 msgstr ""
3270
3271 #: e2fsck/unix.c:1604
3272 msgid "Get a newer version of e2fsck!"
3273 msgstr ""
3274
3275 #: e2fsck/unix.c:1648
3276 #, c-format
3277 msgid "while checking ext3 journal for %s"
3278 msgstr ""
3279
3280 #: e2fsck/unix.c:1661
3281 msgid ""
3282 "Warning: skipping journal recovery because doing a read-only filesystem "
3283 "check.\n"
3284 msgstr ""
3285
3286 #: e2fsck/unix.c:1673
3287 #, c-format
3288 msgid "unable to set superblock flags on %s\n"
3289 msgstr ""
3290
3291 #: e2fsck/unix.c:1680
3292 #, c-format
3293 msgid "while recovering ext3 journal of %s"
3294 msgstr ""
3295
3296 #: e2fsck/unix.c:1703
3297 #, c-format
3298 msgid "%s has unsupported feature(s):"
3299 msgstr ""
3300
3301 #: e2fsck/unix.c:1762
3302 #, c-format
3303 msgid "%s: %s while reading bad blocks inode\n"
3304 msgstr ""
3305
3306 #: e2fsck/unix.c:1765
3307 msgid "This doesn't bode well, but we'll try to go on...\n"
3308 msgstr ""
3309
3310 #: e2fsck/unix.c:1805
3311 #, c-format
3312 msgid "Creating journal (%d blocks): "
3313 msgstr ""
3314
3315 #: e2fsck/unix.c:1815
3316 msgid " Done.\n"
3317 msgstr ""
3318
3319 #: e2fsck/unix.c:1817
3320 msgid ""
3321 "\n"
3322 "*** journal has been regenerated ***\n"
3323 msgstr ""
3324
3325 #: e2fsck/unix.c:1823
3326 msgid "aborted"
3327 msgstr ""
3328
3329 #: e2fsck/unix.c:1825
3330 #, c-format
3331 msgid "%s: e2fsck canceled.\n"
3332 msgstr ""
3333
3334 #: e2fsck/unix.c:1847
3335 msgid "Restarting e2fsck from the beginning...\n"
3336 msgstr ""
3337
3338 #: e2fsck/unix.c:1851
3339 msgid "while resetting context"
3340 msgstr ""
3341
3342 #: e2fsck/unix.c:1895 e2fsck/util.c:71
3343 #, c-format
3344 msgid ""
3345 "\n"
3346 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3347 msgstr ""
3348
3349 #: e2fsck/unix.c:1899
3350 #, c-format
3351 msgid "%s: ***** REBOOT LINUX *****\n"
3352 msgstr ""
3353
3354 #: e2fsck/unix.c:1907 e2fsck/util.c:77
3355 #, c-format
3356 msgid ""
3357 "\n"
3358 "%s: ********** WARNING: Filesystem still has errors **********\n"
3359 "\n"
3360 msgstr ""
3361
3362 #: e2fsck/util.c:194 misc/util.c:93
3363 msgid "yY"
3364 msgstr ""
3365
3366 #: e2fsck/util.c:195
3367 msgid "nN"
3368 msgstr ""
3369
3370 #: e2fsck/util.c:196
3371 msgid "aA"
3372 msgstr ""
3373
3374 #: e2fsck/util.c:197
3375 msgid " ('a' enables 'yes' to all) "
3376 msgstr ""
3377
3378 #: e2fsck/util.c:213
3379 msgid "<y>"
3380 msgstr ""
3381
3382 #: e2fsck/util.c:215
3383 msgid "<n>"
3384 msgstr ""
3385
3386 #: e2fsck/util.c:217
3387 msgid " (y/n)"
3388 msgstr ""
3389
3390 #: e2fsck/util.c:240
3391 msgid "cancelled!\n"
3392 msgstr ""
3393
3394 #: e2fsck/util.c:264
3395 msgid "yes to all\n"
3396 msgstr ""
3397
3398 #: e2fsck/util.c:266
3399 msgid "yes\n"
3400 msgstr ""
3401
3402 #: e2fsck/util.c:268
3403 msgid "no\n"
3404 msgstr ""
3405
3406 #: e2fsck/util.c:278
3407 #, c-format
3408 msgid ""
3409 "%s? no\n"
3410 "\n"
3411 msgstr ""
3412
3413 #: e2fsck/util.c:282
3414 #, c-format
3415 msgid ""
3416 "%s? yes\n"
3417 "\n"
3418 msgstr ""
3419
3420 #: e2fsck/util.c:286
3421 msgid "yes"
3422 msgstr ""
3423
3424 #: e2fsck/util.c:286
3425 msgid "no"
3426 msgstr ""
3427
3428 #: e2fsck/util.c:302
3429 #, c-format
3430 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3431 msgstr ""
3432
3433 #: e2fsck/util.c:307
3434 msgid "reading inode and block bitmaps"
3435 msgstr ""
3436
3437 #: e2fsck/util.c:319
3438 #, c-format
3439 msgid "while retrying to read bitmaps for %s"
3440 msgstr ""
3441
3442 #: e2fsck/util.c:331
3443 msgid "writing block and inode bitmaps"
3444 msgstr ""
3445
3446 #: e2fsck/util.c:336
3447 #, c-format
3448 msgid "while rewriting block and inode bitmaps for %s"
3449 msgstr ""
3450
3451 #: e2fsck/util.c:348
3452 #, c-format
3453 msgid ""
3454 "\n"
3455 "\n"
3456 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3457 "\t(i.e., without -a or -p options)\n"
3458 msgstr ""
3459
3460 #: e2fsck/util.c:429
3461 #, c-format
3462 msgid "Memory used: %luk/%luk (%luk/%luk), "
3463 msgstr ""
3464
3465 #: e2fsck/util.c:433
3466 #, c-format
3467 msgid "Memory used: %lu, "
3468 msgstr ""
3469
3470 #: e2fsck/util.c:440
3471 #, c-format
3472 msgid "time: %5.2f/%5.2f/%5.2f\n"
3473 msgstr ""
3474
3475 #: e2fsck/util.c:445
3476 #, c-format
3477 msgid "elapsed time: %6.3f\n"
3478 msgstr ""
3479
3480 #: e2fsck/util.c:480 e2fsck/util.c:494
3481 #, c-format
3482 msgid "while reading inode %lu in %s"
3483 msgstr ""
3484
3485 #: e2fsck/util.c:508 e2fsck/util.c:521
3486 #, c-format
3487 msgid "while writing inode %lu in %s"
3488 msgstr ""
3489
3490 #: e2fsck/util.c:765
3491 msgid ""
3492 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3493 "running.\n"
3494 msgstr ""
3495
3496 #: misc/badblocks.c:72
3497 msgid "done \n"
3498 msgstr ""
3499
3500 #: misc/badblocks.c:97
3501 #, c-format
3502 msgid ""
3503 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3504 " [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3505 "max_bad_blocks]\n"
3506 " [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3507 " device [last_block [first_block]]\n"
3508 msgstr ""
3509
3510 #: misc/badblocks.c:108
3511 #, c-format
3512 msgid ""
3513 "%s: The -n and -w options are mutually exclusive.\n"
3514 "\n"
3515 msgstr ""
3516
3517 #: misc/badblocks.c:223
3518 #, c-format
3519 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3520 msgstr ""
3521
3522 #: misc/badblocks.c:328
3523 msgid "Testing with random pattern: "
3524 msgstr ""
3525
3526 #: misc/badblocks.c:346
3527 msgid "Testing with pattern 0x"
3528 msgstr ""
3529
3530 #: misc/badblocks.c:378 misc/badblocks.c:451
3531 msgid "during seek"
3532 msgstr ""
3533
3534 #: misc/badblocks.c:389
3535 #, c-format
3536 msgid "Weird value (%ld) in do_read\n"
3537 msgstr ""
3538
3539 #: misc/badblocks.c:476
3540 msgid "during ext2fs_sync_device"
3541 msgstr ""
3542
3543 #: misc/badblocks.c:496 misc/badblocks.c:758
3544 msgid "while beginning bad block list iteration"
3545 msgstr ""
3546
3547 #: misc/badblocks.c:511 misc/badblocks.c:611 misc/badblocks.c:769
3548 msgid "while allocating buffers"
3549 msgstr ""
3550
3551 #: misc/badblocks.c:515
3552 #, c-format
3553 msgid "Checking blocks %lu to %lu\n"
3554 msgstr ""
3555
3556 #: misc/badblocks.c:520
3557 msgid "Checking for bad blocks in read-only mode\n"
3558 msgstr ""
3559
3560 #: misc/badblocks.c:529
3561 msgid "Checking for bad blocks (read-only test): "
3562 msgstr ""
3563
3564 #: misc/badblocks.c:536 misc/badblocks.c:643 misc/badblocks.c:685
3565 #: misc/badblocks.c:832
3566 msgid "Too many bad blocks, aborting test\n"
3567 msgstr ""
3568
3569 #: misc/badblocks.c:618
3570 msgid "Checking for bad blocks in read-write mode\n"
3571 msgstr ""
3572
3573 #: misc/badblocks.c:620 misc/badblocks.c:782
3574 #, c-format
3575 msgid "From block %lu to %lu\n"
3576 msgstr ""
3577
3578 #: misc/badblocks.c:675
3579 msgid "Reading and comparing: "
3580 msgstr ""
3581
3582 #: misc/badblocks.c:781
3583 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3584 msgstr ""
3585
3586 #: misc/badblocks.c:787
3587 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3588 msgstr ""
3589
3590 #: misc/badblocks.c:794
3591 msgid ""
3592 "\n"
3593 "Interrupt caught, cleaning up\n"
3594 msgstr ""
3595
3596 #: misc/badblocks.c:877
3597 #, c-format
3598 msgid "during test data write, block %lu"
3599 msgstr ""
3600
3601 #: misc/badblocks.c:998 misc/util.c:131
3602 #, c-format
3603 msgid "%s is mounted; "
3604 msgstr ""
3605
3606 #: misc/badblocks.c:1000
3607 msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n"
3608 msgstr ""
3609
3610 #: misc/badblocks.c:1005
3611 msgid "it's not safe to run badblocks!\n"
3612 msgstr ""
3613
3614 #: misc/badblocks.c:1010 misc/util.c:142
3615 #, c-format
3616 msgid "%s is apparently in use by the system; "
3617 msgstr ""
3618
3619 #: misc/badblocks.c:1013
3620 msgid "badblocks forced anyway.\n"
3621 msgstr ""
3622
3623 #: misc/badblocks.c:1033
3624 #, c-format
3625 msgid "invalid %s - %s"
3626 msgstr ""
3627
3628 #: misc/badblocks.c:1127
3629 #, c-format
3630 msgid "Too big max bad blocks count %u - maximum is %u"
3631 msgstr ""
3632
3633 #: misc/badblocks.c:1154
3634 #, c-format
3635 msgid "can't allocate memory for test_pattern - %s"
3636 msgstr ""
3637
3638 #: misc/badblocks.c:1184
3639 msgid "Maximum of one test_pattern may be specified in read-only mode"
3640 msgstr ""
3641
3642 #: misc/badblocks.c:1190
3643 msgid "Random test_pattern is not allowed in read-only mode"
3644 msgstr ""
3645
3646 #: misc/badblocks.c:1204
3647 msgid ""
3648 "Couldn't determine device size; you must specify\n"
3649 "the size manually\n"
3650 msgstr ""
3651
3652 #: misc/badblocks.c:1210
3653 msgid "while trying to determine device size"
3654 msgstr ""
3655
3656 #: misc/badblocks.c:1215
3657 msgid "last block"
3658 msgstr ""
3659
3660 #: misc/badblocks.c:1221
3661 msgid "first block"
3662 msgstr ""
3663
3664 #: misc/badblocks.c:1224
3665 #, c-format
3666 msgid "invalid starting block (%llu): must be less than %llu"
3667 msgstr ""
3668
3669 #: misc/badblocks.c:1231
3670 #, c-format
3671 msgid "invalid end block (%llu): must be 32-bit value"
3672 msgstr ""
3673
3674 #: misc/badblocks.c:1287
3675 msgid "while creating in-memory bad blocks list"
3676 msgstr ""
3677
3678 #: misc/badblocks.c:1296
3679 msgid "input file - bad format"
3680 msgstr ""
3681
3682 #: misc/badblocks.c:1304 misc/badblocks.c:1313
3683 msgid "while adding to in-memory bad block list"
3684 msgstr ""
3685
3686 #: misc/badblocks.c:1338
3687 #, c-format
3688 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3689 msgstr ""
3690
3691 #: misc/chattr.c:89
3692 #, c-format
3693 msgid "Usage: %s [-pRVf] [-+=aAcCdDeijPsStTu] [-v version] files...\n"
3694 msgstr ""
3695
3696 #: misc/chattr.c:159
3697 #, c-format
3698 msgid "bad project - %s\n"
3699 msgstr ""
3700
3701 #: misc/chattr.c:173
3702 #, c-format
3703 msgid "bad version - %s\n"
3704 msgstr ""
3705
3706 #: misc/chattr.c:219 misc/lsattr.c:127
3707 #, c-format
3708 msgid "while trying to stat %s"
3709 msgstr ""
3710
3711 #: misc/chattr.c:226
3712 #, c-format
3713 msgid "while reading flags on %s"
3714 msgstr ""
3715
3716 #: misc/chattr.c:231 misc/chattr.c:243
3717 #, c-format
3718 msgid "Flags of %s set as "
3719 msgstr ""
3720
3721 #: misc/chattr.c:252
3722 #, c-format
3723 msgid "while setting flags on %s"
3724 msgstr ""
3725
3726 #: misc/chattr.c:260
3727 #, c-format
3728 msgid "Version of %s set as %lu\n"
3729 msgstr ""
3730
3731 #: misc/chattr.c:264
3732 #, c-format
3733 msgid "while setting version on %s"
3734 msgstr ""
3735
3736 #: misc/chattr.c:271
3737 #, c-format
3738 msgid "Project of %s set as %lu\n"
3739 msgstr ""
3740
3741 #: misc/chattr.c:275
3742 #, c-format
3743 msgid "while setting project on %s"
3744 msgstr ""
3745
3746 #: misc/chattr.c:297
3747 msgid "Couldn't allocate path variable in chattr_dir_proc"
3748 msgstr ""
3749
3750 #: misc/chattr.c:337
3751 msgid "= is incompatible with - and +\n"
3752 msgstr ""
3753
3754 #: misc/chattr.c:345
3755 msgid "Must use '-v', =, - or +\n"
3756 msgstr ""
3757
3758 #: misc/create_inode.c:70 misc/create_inode.c:109
3759 #, c-format
3760 msgid "while reading inode %u"
3761 msgstr ""
3762
3763 #: misc/create_inode.c:80 misc/create_inode.c:272 misc/create_inode.c:336
3764 #: misc/create_inode.c:374
3765 msgid "while expanding directory"
3766 msgstr ""
3767
3768 #: misc/create_inode.c:87
3769 #, c-format
3770 msgid "while linking \"%s\""
3771 msgstr ""
3772
3773 #: misc/create_inode.c:95 misc/create_inode.c:122 misc/create_inode.c:306
3774 #, c-format
3775 msgid "while writing inode %u"
3776 msgstr ""
3777
3778 #: misc/create_inode.c:139 misc/create_inode.c:163
3779 #, c-format
3780 msgid "while listing attributes of \"%s\""
3781 msgstr ""
3782
3783 #: misc/create_inode.c:150
3784 #, c-format
3785 msgid "while opening inode %u"
3786 msgstr ""
3787
3788 #: misc/create_inode.c:156 misc/create_inode.c:183 misc/create_inode.c:889
3789 #: misc/e2undo.c:164 misc/e2undo.c:433 misc/e2undo.c:439 misc/e2undo.c:445
3790 #: misc/mke2fs.c:353
3791 msgid "while allocating memory"
3792 msgstr ""
3793
3794 #: misc/create_inode.c:176 misc/create_inode.c:192
3795 #, c-format
3796 msgid "while reading attribute \"%s\" of \"%s\""
3797 msgstr ""
3798
3799 #: misc/create_inode.c:201
3800 #, c-format
3801 msgid "while writing attribute \"%s\" to inode %u"
3802 msgstr ""
3803
3804 #: misc/create_inode.c:211
3805 #, c-format
3806 msgid "while closing inode %u"
3807 msgstr ""
3808
3809 #: misc/create_inode.c:259
3810 #, c-format
3811 msgid "while allocating inode \"%s\""
3812 msgstr ""
3813
3814 #: misc/create_inode.c:278
3815 #, c-format
3816 msgid "while creating inode \"%s\""
3817 msgstr ""
3818
3819 #: misc/create_inode.c:343
3820 #, c-format
3821 msgid "while creating symlink \"%s\""
3822 msgstr ""
3823
3824 #: misc/create_inode.c:361 misc/create_inode.c:822
3825 #, c-format
3826 msgid "while looking up \"%s\""
3827 msgstr ""
3828
3829 #: misc/create_inode.c:381
3830 #, c-format
3831 msgid "while creating directory \"%s\""
3832 msgstr ""
3833
3834 #: misc/create_inode.c:608
3835 #, c-format
3836 msgid "while opening \"%s\" to copy"
3837 msgstr ""
3838
3839 #: misc/create_inode.c:700
3840 #, c-format
3841 msgid "while changing working directory to \"%s\""
3842 msgstr ""
3843
3844 #: misc/create_inode.c:708
3845 #, c-format
3846 msgid "while opening directory \"%s\""
3847 msgstr ""
3848
3849 #: misc/create_inode.c:718
3850 #, c-format
3851 msgid "while lstat \"%s\""
3852 msgstr ""
3853
3854 #: misc/create_inode.c:751
3855 #, c-format
3856 msgid "while creating special file \"%s\""
3857 msgstr ""
3858
3859 #: misc/create_inode.c:762
3860 #, c-format
3861 msgid "while trying to read link \"%s\""
3862 msgstr ""
3863
3864 #: misc/create_inode.c:771
3865 #, c-format
3866 msgid "while writing symlink\"%s\""
3867 msgstr ""
3868
3869 #: misc/create_inode.c:781
3870 #, c-format
3871 msgid "while writing file \"%s\""
3872 msgstr ""
3873
3874 #: misc/create_inode.c:794
3875 #, c-format
3876 msgid "while making dir \"%s\""
3877 msgstr ""
3878
3879 #: misc/create_inode.c:811
3880 msgid "while changing directory"
3881 msgstr ""
3882
3883 #: misc/create_inode.c:817
3884 #, c-format
3885 msgid "ignoring entry \"%s\""
3886 msgstr ""
3887
3888 #: misc/create_inode.c:830
3889 #, c-format
3890 msgid "while setting inode for \"%s\""
3891 msgstr ""
3892
3893 #: misc/create_inode.c:837
3894 #, c-format
3895 msgid "while setting xattrs for \"%s\""
3896 msgstr ""
3897
3898 #: misc/create_inode.c:855
3899 msgid "while saving inode data"
3900 msgstr ""
3901
3902 #: misc/dumpe2fs.c:56
3903 #, c-format
3904 msgid ""
3905 "Usage: %s [-bfghixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3906 msgstr ""
3907
3908 #: misc/dumpe2fs.c:159
3909 msgid "blocks"
3910 msgstr ""
3911
3912 #: misc/dumpe2fs.c:168
3913 msgid "clusters"
3914 msgstr ""
3915
3916 #: misc/dumpe2fs.c:219
3917 #, c-format
3918 msgid "Group %lu: (Blocks "
3919 msgstr ""
3920
3921 #: misc/dumpe2fs.c:226
3922 #, c-format
3923 msgid " csum 0x%04x"
3924 msgstr ""
3925
3926 #: misc/dumpe2fs.c:228
3927 #, c-format
3928 msgid " (EXPECTED 0x%04x)"
3929 msgstr ""
3930
3931 #: misc/dumpe2fs.c:233
3932 #, c-format
3933 msgid " %s superblock at "
3934 msgstr ""
3935
3936 #: misc/dumpe2fs.c:234
3937 msgid "Primary"
3938 msgstr ""
3939
3940 #: misc/dumpe2fs.c:234
3941 msgid "Backup"
3942 msgstr ""
3943
3944 #: misc/dumpe2fs.c:238
3945 msgid ", Group descriptors at "
3946 msgstr ""
3947
3948 #: misc/dumpe2fs.c:242
3949 msgid ""
3950 "\n"
3951 " Reserved GDT blocks at "
3952 msgstr ""
3953
3954 #: misc/dumpe2fs.c:249
3955 msgid " Group descriptor at "
3956 msgstr ""
3957
3958 #: misc/dumpe2fs.c:255
3959 msgid " Block bitmap at "
3960 msgstr ""
3961
3962 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
3963 #, c-format
3964 msgid ", csum 0x%08x"
3965 msgstr ""
3966
3967 #: misc/dumpe2fs.c:263
3968 msgid ","
3969 msgstr ""
3970
3971 #: misc/dumpe2fs.c:265
3972 msgid ""
3973 "\n"
3974 " "
3975 msgstr ""
3976
3977 #: misc/dumpe2fs.c:266
3978 msgid " Inode bitmap at "
3979 msgstr ""
3980
3981 #: misc/dumpe2fs.c:273
3982 msgid ""
3983 "\n"
3984 " Inode table at "
3985 msgstr ""
3986
3987 #: misc/dumpe2fs.c:279
3988 #, c-format
3989 msgid ""
3990 "\n"
3991 " %u free %s, %u free inodes, %u directories%s"
3992 msgstr ""
3993
3994 #: misc/dumpe2fs.c:286
3995 #, c-format
3996 msgid ", %u unused inodes\n"
3997 msgstr ""
3998
3999 #: misc/dumpe2fs.c:289
4000 msgid " Free blocks: "
4001 msgstr ""
4002
4003 #: misc/dumpe2fs.c:304
4004 msgid " Free inodes: "
4005 msgstr ""
4006
4007 #: misc/dumpe2fs.c:340
4008 msgid "while printing bad block list"
4009 msgstr ""
4010
4011 #: misc/dumpe2fs.c:346
4012 #, c-format
4013 msgid "Bad blocks: %u"
4014 msgstr ""
4015
4016 #: misc/dumpe2fs.c:385 misc/tune2fs.c:357
4017 msgid "while reading journal inode"
4018 msgstr ""
4019
4020 #: misc/dumpe2fs.c:391
4021 msgid "while opening journal inode"
4022 msgstr ""
4023
4024 #: misc/dumpe2fs.c:397
4025 msgid "while reading journal super block"
4026 msgstr ""
4027
4028 #: misc/dumpe2fs.c:404
4029 msgid "Journal superblock magic number invalid!\n"
4030 msgstr ""
4031
4032 #: misc/dumpe2fs.c:407 misc/dumpe2fs.c:490
4033 msgid "Journal features: "
4034 msgstr ""
4035
4036 #: misc/dumpe2fs.c:420
4037 msgid "Journal size: "
4038 msgstr ""
4039
4040 #: misc/dumpe2fs.c:430
4041 #, c-format
4042 msgid ""
4043 "Journal length: %u\n"
4044 "Journal sequence: 0x%08x\n"
4045 "Journal start: %u\n"
4046 msgstr ""
4047
4048 #: misc/dumpe2fs.c:438 misc/dumpe2fs.c:480
4049 msgid "Journal checksum type: crc32\n"
4050 msgstr ""
4051
4052 #: misc/dumpe2fs.c:443 misc/dumpe2fs.c:485
4053 #, c-format
4054 msgid ""
4055 "Journal checksum type: %s\n"
4056 "Journal checksum: 0x%08x\n"
4057 msgstr ""
4058
4059 #: misc/dumpe2fs.c:448
4060 #, c-format
4061 msgid "Journal errno: %d\n"
4062 msgstr ""
4063
4064 #: misc/dumpe2fs.c:466 misc/tune2fs.c:206
4065 msgid "while reading journal superblock"
4066 msgstr ""
4067
4068 #: misc/dumpe2fs.c:474
4069 msgid "Couldn't find journal superblock magic numbers"
4070 msgstr ""
4071
4072 #: misc/dumpe2fs.c:501
4073 #, c-format
4074 msgid ""
4075 "\n"
4076 "Journal block size: %u\n"
4077 "Journal length: %u\n"
4078 "Journal first block: %u\n"
4079 "Journal sequence: 0x%08x\n"
4080 "Journal start: %u\n"
4081 "Journal number of users: %u\n"
4082 msgstr ""
4083
4084 #: misc/dumpe2fs.c:514
4085 #, c-format
4086 msgid "Journal users: %s\n"
4087 msgstr ""
4088
4089 #: misc/dumpe2fs.c:530 misc/mke2fs.c:803 misc/tune2fs.c:1900
4090 msgid "Couldn't allocate memory to parse options!\n"
4091 msgstr ""
4092
4093 #: misc/dumpe2fs.c:556
4094 #, c-format
4095 msgid "Invalid superblock parameter: %s\n"
4096 msgstr ""
4097
4098 #: misc/dumpe2fs.c:571
4099 #, c-format
4100 msgid "Invalid blocksize parameter: %s\n"
4101 msgstr ""
4102
4103 #: misc/dumpe2fs.c:582
4104 #, c-format
4105 msgid ""
4106 "\n"
4107 "Bad extended option(s) specified: %s\n"
4108 "\n"
4109 "Extended options are separated by commas, and may take an argument which\n"
4110 "\tis set off by an equals ('=') sign.\n"
4111 "\n"
4112 "Valid extended options are:\n"
4113 "\tsuperblock=<superblock number>\n"
4114 "\tblocksize=<blocksize>\n"
4115 msgstr ""
4116
4117 #: misc/dumpe2fs.c:646 misc/mke2fs.c:1804
4118 #, c-format
4119 msgid "\tUsing %s\n"
4120 msgstr ""
4121
4122 #: misc/dumpe2fs.c:686
4123 msgid ""
4124 "\n"
4125 "*** Checksum errors detected in filesystem! Run e2fsck now!\n"
4126 "\n"
4127 msgstr ""
4128
4129 #: misc/dumpe2fs.c:691 misc/e2image.c:1585 misc/tune2fs.c:2775
4130 #: resize/main.c:414
4131 msgid "Couldn't find valid filesystem superblock.\n"
4132 msgstr ""
4133
4134 #: misc/dumpe2fs.c:726
4135 msgid ""
4136 "\n"
4137 "*** Checksum errors detected in bitmaps! Run e2fsck now!\n"
4138 "\n"
4139 msgstr ""
4140
4141 #: misc/dumpe2fs.c:730
4142 #, c-format
4143 msgid ""
4144 "\n"
4145 "%s: %s: error reading bitmaps: %s\n"
4146 msgstr ""
4147
4148 #: misc/e2image.c:106
4149 #, c-format
4150 msgid "Usage: %s [ -r|Q ] [ -fr ] device image-file\n"
4151 msgstr ""
4152
4153 #: misc/e2image.c:108
4154 #, c-format
4155 msgid " %s -I device image-file\n"
4156 msgstr ""
4157
4158 #: misc/e2image.c:109
4159 #, c-format
4160 msgid ""
4161 " %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4162 "[ dest_fs ]\n"
4163 msgstr ""
4164
4165 #: misc/e2image.c:174 misc/e2image.c:579 misc/e2image.c:585 misc/e2image.c:1181
4166 msgid "while allocating buffer"
4167 msgstr ""
4168
4169 #: misc/e2image.c:179
4170 #, c-format
4171 msgid "Writing block %llu\n"
4172 msgstr ""
4173
4174 #: misc/e2image.c:193
4175 #, c-format
4176 msgid "error writing block %llu"
4177 msgstr ""
4178
4179 #: misc/e2image.c:196
4180 msgid "error in generic_write()"
4181 msgstr ""
4182
4183 #: misc/e2image.c:213
4184 msgid "Error: header size is bigger than wrt_size\n"
4185 msgstr ""
4186
4187 #: misc/e2image.c:218
4188 msgid "Couldn't allocate header buffer\n"
4189 msgstr ""
4190
4191 #: misc/e2image.c:246
4192 msgid "while writing superblock"
4193 msgstr ""
4194
4195 #: misc/e2image.c:255
4196 msgid "while writing inode table"
4197 msgstr ""
4198
4199 #: misc/e2image.c:263
4200 msgid "while writing block bitmap"
4201 msgstr ""
4202
4203 #: misc/e2image.c:271
4204 msgid "while writing inode bitmap"
4205 msgstr ""
4206
4207 #: misc/e2image.c:505
4208 #, c-format
4209 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4210 msgstr ""
4211
4212 #: misc/e2image.c:517
4213 #, c-format
4214 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4215 msgstr ""
4216
4217 #: misc/e2image.c:558
4218 #, c-format
4219 msgid "%llu / %llu blocks (%d%%)"
4220 msgstr ""
4221
4222 #: misc/e2image.c:589 misc/e2image.c:629
4223 msgid "Copying "
4224 msgstr ""
4225
4226 #: misc/e2image.c:626
4227 msgid ""
4228 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4229 msgstr ""
4230
4231 #: misc/e2image.c:652
4232 #, c-format
4233 msgid " %s remaining at %.2f MB/s"
4234 msgstr ""
4235
4236 #: misc/e2image.c:664 misc/e2image.c:1191
4237 #, c-format
4238 msgid "error reading block %llu"
4239 msgstr ""
4240
4241 #: misc/e2image.c:718
4242 #, c-format
4243 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4244 msgstr ""
4245
4246 #: misc/e2image.c:722
4247 #, c-format
4248 msgid "at %.2f MB/s"
4249 msgstr ""
4250
4251 #: misc/e2image.c:758
4252 msgid "while allocating l1 table"
4253 msgstr ""
4254
4255 #: misc/e2image.c:803
4256 msgid "while allocating l2 cache"
4257 msgstr ""
4258
4259 #: misc/e2image.c:826
4260 msgid ""
4261 "Warning: There are still tables in the cache while putting the cache, data "
4262 "will be lost so the image may not be valid.\n"
4263 msgstr ""
4264
4265 #: misc/e2image.c:1148
4266 msgid "while allocating ext2_qcow2_image"
4267 msgstr ""
4268
4269 #: misc/e2image.c:1155
4270 msgid "while initializing ext2_qcow2_image"
4271 msgstr ""
4272
4273 #: misc/e2image.c:1214 misc/e2image.c:1232
4274 msgid "Programming error: multiple sequential refcount blocks created!\n"
4275 msgstr ""
4276
4277 #: misc/e2image.c:1272
4278 msgid "while allocating block bitmap"
4279 msgstr ""
4280
4281 #: misc/e2image.c:1281
4282 msgid "while allocating scramble block bitmap"
4283 msgstr ""
4284
4285 #: misc/e2image.c:1288
4286 msgid "Scanning inodes...\n"
4287 msgstr ""
4288
4289 #: misc/e2image.c:1300
4290 msgid "Can't allocate block buffer"
4291 msgstr ""
4292
4293 #: misc/e2image.c:1339 misc/e2image.c:1353
4294 #, c-format
4295 msgid "while iterating over inode %u"
4296 msgstr ""
4297
4298 #: misc/e2image.c:1384
4299 msgid "Raw and qcow2 images cannot be installed"
4300 msgstr ""
4301
4302 #: misc/e2image.c:1406
4303 msgid "error reading bitmaps"
4304 msgstr ""
4305
4306 #: misc/e2image.c:1418
4307 msgid "while opening device file"
4308 msgstr ""
4309
4310 #: misc/e2image.c:1429
4311 msgid "while restoring the image table"
4312 msgstr ""
4313
4314 #: misc/e2image.c:1526
4315 msgid "-a option can only be used with raw or QCOW2 images."
4316 msgstr ""
4317
4318 #: misc/e2image.c:1532
4319 msgid "Offsets are only allowed with raw images."
4320 msgstr ""
4321
4322 #: misc/e2image.c:1537
4323 msgid "Move mode is only allowed with raw images."
4324 msgstr ""
4325
4326 #: misc/e2image.c:1542
4327 msgid "Move mode requires all data mode."
4328 msgstr ""
4329
4330 #: misc/e2image.c:1552
4331 msgid "checking if mounted"
4332 msgstr ""
4333
4334 #: misc/e2image.c:1559
4335 msgid ""
4336 "\n"
4337 "Running e2image on a R/W mounted filesystem can result in an\n"
4338 "inconsistent image which will not be useful for debugging purposes.\n"
4339 "Use -f option if you really want to do that.\n"
4340 msgstr ""
4341
4342 #: misc/e2image.c:1613
4343 msgid "QCOW2 image can not be written to the stdout!\n"
4344 msgstr ""
4345
4346 #: misc/e2image.c:1619
4347 msgid "Can not stat output\n"
4348 msgstr ""
4349
4350 #: misc/e2image.c:1629
4351 #, c-format
4352 msgid "Image (%s) is compressed\n"
4353 msgstr ""
4354
4355 #: misc/e2image.c:1632
4356 #, c-format
4357 msgid "Image (%s) is encrypted\n"
4358 msgstr ""
4359
4360 #: misc/e2image.c:1635
4361 #, c-format
4362 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4363 msgstr ""
4364
4365 #: misc/e2image.c:1644
4366 msgid "The -c option only supported in raw mode\n"
4367 msgstr ""
4368
4369 #: misc/e2image.c:1649
4370 msgid "The -c option not supported when writing to stdout\n"
4371 msgstr ""
4372
4373 #: misc/e2image.c:1656
4374 msgid "while allocating check_buf"
4375 msgstr ""
4376
4377 #: misc/e2image.c:1662
4378 msgid "The -p option only supported in raw mode\n"
4379 msgstr ""
4380
4381 #: misc/e2image.c:1672
4382 #, c-format
4383 msgid "%d blocks already contained the data to be copied\n"
4384 msgstr ""
4385
4386 #: misc/e2initrd_helper.c:68
4387 #, c-format
4388 msgid "Usage: %s -r device\n"
4389 msgstr ""
4390
4391 #: misc/e2label.c:58
4392 #, c-format
4393 msgid "e2label: cannot open %s\n"
4394 msgstr ""
4395
4396 #: misc/e2label.c:63
4397 #, c-format
4398 msgid "e2label: cannot seek to superblock\n"
4399 msgstr ""
4400
4401 #: misc/e2label.c:68
4402 #, c-format
4403 msgid "e2label: error reading superblock\n"
4404 msgstr ""
4405
4406 #: misc/e2label.c:72
4407 #, c-format
4408 msgid "e2label: not an ext2 filesystem\n"
4409 msgstr ""
4410
4411 #: misc/e2label.c:97 misc/tune2fs.c:2948
4412 #, c-format
4413 msgid "Warning: label too long, truncating.\n"
4414 msgstr ""
4415
4416 #: misc/e2label.c:100
4417 #, c-format
4418 msgid "e2label: cannot seek to superblock again\n"
4419 msgstr ""
4420
4421 #: misc/e2label.c:105
4422 #, c-format
4423 msgid "e2label: error writing superblock\n"
4424 msgstr ""
4425
4426 #: misc/e2label.c:117 misc/tune2fs.c:1559
4427 #, c-format
4428 msgid "Usage: e2label device [newlabel]\n"
4429 msgstr ""
4430
4431 #: misc/e2undo.c:108
4432 #, c-format
4433 msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
4434 msgstr ""
4435
4436 #: misc/e2undo.c:131
4437 msgid "The file system superblock doesn't match the undo file.\n"
4438 msgstr ""
4439
4440 #: misc/e2undo.c:134
4441 msgid "UUID does not match.\n"
4442 msgstr ""
4443
4444 #: misc/e2undo.c:136
4445 msgid "Last mount time does not match.\n"
4446 msgstr ""
4447
4448 #: misc/e2undo.c:138
4449 msgid "Last write time does not match.\n"
4450 msgstr ""
4451
4452 #: misc/e2undo.c:140
4453 msgid "Lifetime write counter does not match.\n"
4454 msgstr ""
4455
4456 #: misc/e2undo.c:154
4457 msgid "while reading filesystem superblock."
4458 msgstr ""
4459
4460 #: misc/e2undo.c:170
4461 msgid "while fetching superblock"
4462 msgstr ""
4463
4464 #: misc/e2undo.c:183
4465 #, c-format
4466 msgid "Undo file superblock checksum doesn't match.\n"
4467 msgstr ""
4468
4469 #: misc/e2undo.c:335
4470 #, c-format
4471 msgid "Will not write to an undo file while replaying it.\n"
4472 msgstr ""
4473
4474 #: misc/e2undo.c:344
4475 #, c-format
4476 msgid "while opening undo file `%s'\n"
4477 msgstr ""
4478
4479 #: misc/e2undo.c:351
4480 msgid "while reading undo file"
4481 msgstr ""
4482
4483 #: misc/e2undo.c:356
4484 #, c-format
4485 msgid "%s: Not an undo file.\n"
4486 msgstr ""
4487
4488 #: misc/e2undo.c:367
4489 #, c-format
4490 msgid "%s: Header checksum doesn't match.\n"
4491 msgstr ""
4492
4493 #: misc/e2undo.c:374
4494 #, c-format
4495 msgid "%s: Corrupt undo file header.\n"
4496 msgstr ""
4497
4498 #: misc/e2undo.c:378
4499 #, c-format
4500 msgid "%s: Undo block size too large.\n"
4501 msgstr ""
4502
4503 #: misc/e2undo.c:383
4504 #, c-format
4505 msgid "%s: Undo block size too small.\n"
4506 msgstr ""
4507
4508 #: misc/e2undo.c:392
4509 #, c-format
4510 msgid "%s: Unknown undo file feature set.\n"
4511 msgstr ""
4512
4513 #: misc/e2undo.c:400
4514 #, c-format
4515 msgid "Error while determining whether %s is mounted."
4516 msgstr ""
4517
4518 #: misc/e2undo.c:406
4519 msgid "e2undo should only be run on unmounted filesystems"
4520 msgstr ""
4521
4522 #: misc/e2undo.c:422
4523 #, c-format
4524 msgid "while opening `%s'"
4525 msgstr ""
4526
4527 #: misc/e2undo.c:461
4528 msgid "while reading keys"
4529 msgstr ""
4530
4531 #: misc/e2undo.c:473
4532 #, c-format
4533 msgid "%s: wrong key magic at %llu\n"
4534 msgstr ""
4535
4536 #: misc/e2undo.c:483
4537 #, c-format
4538 msgid "%s: key block checksum error at %llu.\n"
4539 msgstr ""
4540
4541 #: misc/e2undo.c:506
4542 #, c-format
4543 msgid "%s: block %llu is too long."
4544 msgstr ""
4545
4546 #: misc/e2undo.c:518 misc/e2undo.c:554
4547 #, c-format
4548 msgid "while fetching block %llu."
4549 msgstr ""
4550
4551 #: misc/e2undo.c:530
4552 #, c-format
4553 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4554 msgstr ""
4555
4556 #: misc/e2undo.c:569
4557 #, c-format
4558 msgid "while writing block %llu."
4559 msgstr ""
4560
4561 #: misc/e2undo.c:575
4562 #, c-format
4563 msgid "Undo file corruption; run e2fsck NOW!\n"
4564 msgstr ""
4565
4566 #: misc/e2undo.c:577
4567 #, c-format
4568 msgid "IO error during replay; run e2fsck NOW!\n"
4569 msgstr ""
4570
4571 #: misc/e2undo.c:580
4572 #, c-format
4573 msgid "Incomplete undo record; run e2fsck.\n"
4574 msgstr ""
4575
4576 #: misc/findsuper.c:110
4577 #, c-format
4578 msgid "Usage: findsuper device [skipbytes [startkb]]\n"
4579 msgstr ""
4580
4581 #: misc/findsuper.c:155
4582 #, c-format
4583 msgid "skipbytes should be a number, not %s\n"
4584 msgstr ""
4585
4586 #: misc/findsuper.c:162
4587 #, c-format
4588 msgid "skipbytes must be a multiple of the sector size\n"
4589 msgstr ""
4590
4591 #: misc/findsuper.c:169
4592 #, c-format
4593 msgid "startkb should be a number, not %s\n"
4594 msgstr ""
4595
4596 #: misc/findsuper.c:175
4597 #, c-format
4598 msgid "startkb should be positive, not %llu\n"
4599 msgstr ""
4600
4601 #: misc/findsuper.c:186
4602 #, c-format
4603 msgid "starting at %llu, with %u byte increments\n"
4604 msgstr ""
4605
4606 #: misc/findsuper.c:188
4607 #, c-format
4608 msgid ""
4609 "[*] probably superblock written in the ext3 journal superblock,\n"
4610 "\tso start/end/grp wrong\n"
4611 msgstr ""
4612
4613 #: misc/findsuper.c:190
4614 #, c-format
4615 msgid ""
4616 "byte_offset byte_start byte_end fs_blocks blksz grp mkfs/"
4617 "mount_time sb_uuid label\n"
4618 msgstr ""
4619
4620 #: misc/findsuper.c:264
4621 #, c-format
4622 msgid ""
4623 "\n"
4624 "%11Lu: finished with errno %d\n"
4625 msgstr ""
4626
4627 #: misc/fsck.c:343
4628 #, c-format
4629 msgid "WARNING: couldn't open %s: %s\n"
4630 msgstr ""
4631
4632 #: misc/fsck.c:353
4633 #, c-format
4634 msgid "WARNING: bad format on line %d of %s\n"
4635 msgstr ""
4636
4637 #: misc/fsck.c:370
4638 msgid ""
4639 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4640 "\tfield. I will kludge around things for you, but you\n"
4641 "\tshould fix your /etc/fstab file as soon as you can.\n"
4642 "\n"
4643 msgstr ""
4644
4645 #: misc/fsck.c:478
4646 #, c-format
4647 msgid "fsck: %s: not found\n"
4648 msgstr ""
4649
4650 #: misc/fsck.c:594
4651 #, c-format
4652 msgid "%s: wait: No more child process?!?\n"
4653 msgstr ""
4654
4655 #: misc/fsck.c:616
4656 #, c-format
4657 msgid "Warning... %s for device %s exited with signal %d.\n"
4658 msgstr ""
4659
4660 #: misc/fsck.c:622
4661 #, c-format
4662 msgid "%s %s: status is %x, should never happen.\n"
4663 msgstr ""
4664
4665 #: misc/fsck.c:661
4666 #, c-format
4667 msgid "Finished with %s (exit status %d)\n"
4668 msgstr ""
4669
4670 #: misc/fsck.c:721
4671 #, c-format
4672 msgid "%s: Error %d while executing fsck.%s for %s\n"
4673 msgstr ""
4674
4675 #: misc/fsck.c:742
4676 msgid ""
4677 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4678 "with 'no' or '!'.\n"
4679 msgstr ""
4680
4681 #: misc/fsck.c:761
4682 msgid "Couldn't allocate memory for filesystem types\n"
4683 msgstr ""
4684
4685 #: misc/fsck.c:884
4686 #, c-format
4687 msgid ""
4688 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4689 "number\n"
4690 msgstr ""
4691
4692 #: misc/fsck.c:911
4693 #, c-format
4694 msgid "fsck: cannot check %s: fsck.%s not found\n"
4695 msgstr ""
4696
4697 #: misc/fsck.c:967
4698 msgid "Checking all file systems.\n"
4699 msgstr ""
4700
4701 #: misc/fsck.c:1058
4702 #, c-format
4703 msgid "--waiting-- (pass %d)\n"
4704 msgstr ""
4705
4706 #: misc/fsck.c:1078
4707 msgid ""
4708 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4709 msgstr ""
4710
4711 #: misc/fsck.c:1120
4712 #, c-format
4713 msgid "%s: too many devices\n"
4714 msgstr ""
4715
4716 #: misc/fsck.c:1153 misc/fsck.c:1239
4717 #, c-format
4718 msgid "%s: too many arguments\n"
4719 msgstr ""
4720
4721 #: misc/fuse2fs.c:3727
4722 msgid "Mounting read-only.\n"
4723 msgstr ""
4724
4725 #: misc/fuse2fs.c:3751
4726 #, c-format
4727 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4728 msgstr ""
4729
4730 #: misc/fuse2fs.c:3763 misc/fuse2fs.c:3776
4731 #, c-format
4732 msgid "%s: %s.\n"
4733 msgstr ""
4734
4735 #: misc/fuse2fs.c:3764 misc/fuse2fs.c:3778 misc/tune2fs.c:3165
4736 #, c-format
4737 msgid "Please run e2fsck -fy %s.\n"
4738 msgstr ""
4739
4740 #: misc/fuse2fs.c:3785
4741 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4742 msgstr ""
4743
4744 #: misc/fuse2fs.c:3793
4745 #, c-format
4746 msgid "%s: Writing to the journal is not supported.\n"
4747 msgstr ""
4748
4749 #: misc/fuse2fs.c:3808
4750 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4751 msgstr ""
4752
4753 #: misc/fuse2fs.c:3812
4754 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4755 msgstr ""
4756
4757 #: misc/fuse2fs.c:3817
4758 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4759 msgstr ""
4760
4761 #: misc/fuse2fs.c:3821
4762 msgid "Orphans detected; running e2fsck is recommended.\n"
4763 msgstr ""
4764
4765 #: misc/fuse2fs.c:3825
4766 msgid "Errors detected; running e2fsck is required.\n"
4767 msgstr ""
4768
4769 #: misc/lsattr.c:75
4770 #, c-format
4771 msgid "Usage: %s [-RVadlpv] [files...]\n"
4772 msgstr ""
4773
4774 #: misc/lsattr.c:86
4775 #, c-format
4776 msgid "While reading flags on %s"
4777 msgstr ""
4778
4779 #: misc/lsattr.c:93
4780 #, c-format
4781 msgid "While reading project on %s"
4782 msgstr ""
4783
4784 #: misc/lsattr.c:102
4785 #, c-format
4786 msgid "While reading version on %s"
4787 msgstr ""
4788
4789 #: misc/mke2fs.c:124
4790 #, c-format
4791 msgid ""
4792 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4793 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4794 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4795 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4796 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4797 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4798 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4799 "undo_file]\n"
4800 "\t[-jnqvDFKSV] device [blocks-count]\n"
4801 msgstr ""
4802
4803 #: misc/mke2fs.c:255
4804 #, c-format
4805 msgid "Running command: %s\n"
4806 msgstr ""
4807
4808 #: misc/mke2fs.c:259
4809 #, c-format
4810 msgid "while trying to run '%s'"
4811 msgstr ""
4812
4813 #: misc/mke2fs.c:266
4814 msgid "while processing list of bad blocks from program"
4815 msgstr ""
4816
4817 #: misc/mke2fs.c:293
4818 #, c-format
4819 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4820 msgstr ""
4821
4822 #: misc/mke2fs.c:295
4823 #, c-format
4824 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4825 msgstr ""
4826
4827 #: misc/mke2fs.c:298
4828 msgid "Aborting....\n"
4829 msgstr ""
4830
4831 #: misc/mke2fs.c:318
4832 #, c-format
4833 msgid ""
4834 "Warning: the backup superblock/group descriptors at block %u contain\n"
4835 "\tbad blocks.\n"
4836 "\n"
4837 msgstr ""
4838
4839 #: misc/mke2fs.c:337
4840 msgid "while marking bad blocks as used"
4841 msgstr ""
4842
4843 #: misc/mke2fs.c:408
4844 msgid "Writing inode tables: "
4845 msgstr ""
4846
4847 #: misc/mke2fs.c:430
4848 #, c-format
4849 msgid ""
4850 "\n"
4851 "Could not write %d blocks in inode table starting at %llu: %s\n"
4852 msgstr ""
4853
4854 #: misc/mke2fs.c:444 misc/mke2fs.c:2628 misc/mke2fs.c:2993
4855 msgid "done \n"
4856 msgstr ""
4857
4858 #: misc/mke2fs.c:460
4859 msgid "while creating root dir"
4860 msgstr ""
4861
4862 #: misc/mke2fs.c:467
4863 msgid "while reading root inode"
4864 msgstr ""
4865
4866 #: misc/mke2fs.c:479
4867 msgid "while setting root inode ownership"
4868 msgstr ""
4869
4870 #: misc/mke2fs.c:497
4871 msgid "while creating /lost+found"
4872 msgstr ""
4873
4874 #: misc/mke2fs.c:504
4875 msgid "while looking up /lost+found"
4876 msgstr ""
4877
4878 #: misc/mke2fs.c:517
4879 msgid "while expanding /lost+found"
4880 msgstr ""
4881
4882 #: misc/mke2fs.c:532
4883 msgid "while setting bad block inode"
4884 msgstr ""
4885
4886 #: misc/mke2fs.c:559
4887 #, c-format
4888 msgid "Out of memory erasing sectors %d-%d\n"
4889 msgstr ""
4890
4891 #: misc/mke2fs.c:569
4892 #, c-format
4893 msgid "Warning: could not read block 0: %s\n"
4894 msgstr ""
4895
4896 #: misc/mke2fs.c:585
4897 #, c-format
4898 msgid "Warning: could not erase sector %d: %s\n"
4899 msgstr ""
4900
4901 #: misc/mke2fs.c:601
4902 msgid "while initializing journal superblock"
4903 msgstr ""
4904
4905 #: misc/mke2fs.c:609
4906 msgid "Zeroing journal device: "
4907 msgstr ""
4908
4909 #: misc/mke2fs.c:621
4910 #, c-format
4911 msgid "while zeroing journal device (block %llu, count %d)"
4912 msgstr ""
4913
4914 #: misc/mke2fs.c:638
4915 msgid "while writing journal superblock"
4916 msgstr ""
4917
4918 #: misc/mke2fs.c:653
4919 #, c-format
4920 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4921 msgstr ""
4922
4923 #: misc/mke2fs.c:661
4924 #, c-format
4925 msgid ""
4926 "warning: %llu blocks unused.\n"
4927 "\n"
4928 msgstr ""
4929
4930 #: misc/mke2fs.c:666
4931 #, c-format
4932 msgid "Filesystem label=%s\n"
4933 msgstr ""
4934
4935 #: misc/mke2fs.c:669
4936 #, c-format
4937 msgid "OS type: %s\n"
4938 msgstr ""
4939
4940 #: misc/mke2fs.c:671
4941 #, c-format
4942 msgid "Block size=%u (log=%u)\n"
4943 msgstr ""
4944
4945 #: misc/mke2fs.c:674
4946 #, c-format
4947 msgid "Cluster size=%u (log=%u)\n"
4948 msgstr ""
4949
4950 #: misc/mke2fs.c:678
4951 #, c-format
4952 msgid "Fragment size=%u (log=%u)\n"
4953 msgstr ""
4954
4955 #: misc/mke2fs.c:680
4956 #, c-format
4957 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
4958 msgstr ""
4959
4960 #: misc/mke2fs.c:682
4961 #, c-format
4962 msgid "%u inodes, %llu blocks\n"
4963 msgstr ""
4964
4965 #: misc/mke2fs.c:684
4966 #, c-format
4967 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
4968 msgstr ""
4969
4970 #: misc/mke2fs.c:687
4971 #, c-format
4972 msgid "First data block=%u\n"
4973 msgstr ""
4974
4975 #: misc/mke2fs.c:689
4976 #, c-format
4977 msgid "Root directory owner=%u:%u\n"
4978 msgstr ""
4979
4980 #: misc/mke2fs.c:691
4981 #, c-format
4982 msgid "Maximum filesystem blocks=%lu\n"
4983 msgstr ""
4984
4985 #: misc/mke2fs.c:695
4986 #, c-format
4987 msgid "%u block groups\n"
4988 msgstr ""
4989
4990 #: misc/mke2fs.c:697
4991 #, c-format
4992 msgid "%u block group\n"
4993 msgstr ""
4994
4995 #: misc/mke2fs.c:699
4996 #, c-format
4997 msgid "%u blocks per group, %u clusters per group\n"
4998 msgstr ""
4999
5000 #: misc/mke2fs.c:702
5001 #, c-format
5002 msgid "%u blocks per group, %u fragments per group\n"
5003 msgstr ""
5004
5005 #: misc/mke2fs.c:704
5006 #, c-format
5007 msgid "%u inodes per group\n"
5008 msgstr ""
5009
5010 #: misc/mke2fs.c:713
5011 #, c-format
5012 msgid "Filesystem UUID: %s\n"
5013 msgstr ""
5014
5015 #: misc/mke2fs.c:714
5016 msgid "Superblock backups stored on blocks: "
5017 msgstr ""
5018
5019 #: misc/mke2fs.c:783
5020 #, c-format
5021 msgid "Invalid quotatype parameter: %s\n"
5022 msgstr ""
5023
5024 #: misc/mke2fs.c:825
5025 #, c-format
5026 msgid "%s requires '-O 64bit'\n"
5027 msgstr ""
5028
5029 #: misc/mke2fs.c:831
5030 #, c-format
5031 msgid "'%s' must be before 'resize=%u'\n"
5032 msgstr ""
5033
5034 #: misc/mke2fs.c:844
5035 #, c-format
5036 msgid "Invalid desc_size: '%s'\n"
5037 msgstr ""
5038
5039 #: misc/mke2fs.c:857
5040 #, c-format
5041 msgid "Invalid offset: %s\n"
5042 msgstr ""
5043
5044 #: misc/mke2fs.c:871 misc/tune2fs.c:1928
5045 #, c-format
5046 msgid "Invalid mmp_update_interval: %s\n"
5047 msgstr ""
5048
5049 #: misc/mke2fs.c:885
5050 #, c-format
5051 msgid "Invalid # of backup superblocks: %s\n"
5052 msgstr ""
5053
5054 #: misc/mke2fs.c:907
5055 #, c-format
5056 msgid "Invalid stride parameter: %s\n"
5057 msgstr ""
5058
5059 #: misc/mke2fs.c:922
5060 #, c-format
5061 msgid "Invalid stripe-width parameter: %s\n"
5062 msgstr ""
5063
5064 #: misc/mke2fs.c:945
5065 #, c-format
5066 msgid "Invalid resize parameter: %s\n"
5067 msgstr ""
5068
5069 #: misc/mke2fs.c:952
5070 msgid "The resize maximum must be greater than the filesystem size.\n"
5071 msgstr ""
5072
5073 #: misc/mke2fs.c:976
5074 msgid "On-line resizing not supported with revision 0 filesystems\n"
5075 msgstr ""
5076
5077 #: misc/mke2fs.c:1002 misc/mke2fs.c:1011
5078 #, c-format
5079 msgid "Invalid root_owner: '%s'\n"
5080 msgstr ""
5081
5082 #: misc/mke2fs.c:1042
5083 #, c-format
5084 msgid ""
5085 "\n"
5086 "Bad option(s) specified: %s\n"
5087 "\n"
5088 "Extended options are separated by commas, and may take an argument which\n"
5089 "\tis set off by an equals ('=') sign.\n"
5090 "\n"
5091 "Valid extended options are:\n"
5092 "\tmmp_update_interval=<interval>\n"
5093 "\tnum_backup_sb=<0|1|2>\n"
5094 "\tstride=<RAID per-disk data chunk in blocks>\n"
5095 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5096 "\toffset=<offset to create the file system>\n"
5097 "\tresize=<resize maximum size in blocks>\n"
5098 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5099 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5100 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5101 "\troot_uid=<uid of root directory>\n"
5102 "\troot_gid=<gid of root directory>\n"
5103 "\ttest_fs\n"
5104 "\tdiscard\n"
5105 "\tnodiscard\n"
5106 "\tquotatype=<usr OR grp>\n"
5107 "\n"
5108 msgstr ""
5109
5110 #: misc/mke2fs.c:1068
5111 #, c-format
5112 msgid ""
5113 "\n"
5114 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5115 "\n"
5116 msgstr ""
5117
5118 #: misc/mke2fs.c:1110
5119 #, c-format
5120 msgid ""
5121 "Syntax error in mke2fs config file (%s, line #%d)\n"
5122 "\t%s\n"
5123 msgstr ""
5124
5125 #: misc/mke2fs.c:1123 misc/tune2fs.c:1002
5126 #, c-format
5127 msgid "Invalid filesystem option set: %s\n"
5128 msgstr ""
5129
5130 #: misc/mke2fs.c:1135 misc/tune2fs.c:401
5131 #, c-format
5132 msgid "Invalid mount option set: %s\n"
5133 msgstr ""
5134
5135 #: misc/mke2fs.c:1271
5136 #, c-format
5137 msgid ""
5138 "\n"
5139 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5140 msgstr ""
5141
5142 #: misc/mke2fs.c:1275
5143 msgid ""
5144 "You probably need to install an updated mke2fs.conf file.\n"
5145 "\n"
5146 msgstr ""
5147
5148 #: misc/mke2fs.c:1279
5149 msgid "Aborting...\n"
5150 msgstr ""
5151
5152 #: misc/mke2fs.c:1320
5153 #, c-format
5154 msgid ""
5155 "\n"
5156 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5157 "\n"
5158 msgstr ""
5159
5160 #: misc/mke2fs.c:1500
5161 msgid "Couldn't allocate memory for new PATH.\n"
5162 msgstr ""
5163
5164 #: misc/mke2fs.c:1541
5165 #, c-format
5166 msgid "Couldn't init profile successfully (error: %ld).\n"
5167 msgstr ""
5168
5169 #: misc/mke2fs.c:1574
5170 #, c-format
5171 msgid "invalid block size - %s"
5172 msgstr ""
5173
5174 #: misc/mke2fs.c:1578
5175 #, c-format
5176 msgid "Warning: blocksize %d not usable on most systems.\n"
5177 msgstr ""
5178
5179 #: misc/mke2fs.c:1594
5180 #, c-format
5181 msgid "invalid cluster size - %s"
5182 msgstr ""
5183
5184 #: misc/mke2fs.c:1607
5185 msgid "'-R' is deprecated, use '-E' instead"
5186 msgstr ""
5187
5188 #: misc/mke2fs.c:1621 misc/tune2fs.c:1656
5189 #, c-format
5190 msgid "bad error behavior - %s"
5191 msgstr ""
5192
5193 #: misc/mke2fs.c:1633
5194 msgid "Illegal number for blocks per group"
5195 msgstr ""
5196
5197 #: misc/mke2fs.c:1638
5198 msgid "blocks per group must be multiple of 8"
5199 msgstr ""
5200
5201 #: misc/mke2fs.c:1646
5202 msgid "Illegal number for flex_bg size"
5203 msgstr ""
5204
5205 #: misc/mke2fs.c:1652
5206 msgid "flex_bg size must be a power of 2"
5207 msgstr ""
5208
5209 #: misc/mke2fs.c:1657
5210 #, c-format
5211 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5212 msgstr ""
5213
5214 #: misc/mke2fs.c:1667
5215 #, c-format
5216 msgid "invalid inode ratio %s (min %d/max %d)"
5217 msgstr ""
5218
5219 #: misc/mke2fs.c:1677
5220 #, c-format
5221 msgid "invalid inode size - %s"
5222 msgstr ""
5223
5224 #: misc/mke2fs.c:1690
5225 msgid ""
5226 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5227 "nodiscard' extended option instead!\n"
5228 msgstr ""
5229
5230 #: misc/mke2fs.c:1701
5231 msgid "in malloc for bad_blocks_filename"
5232 msgstr ""
5233
5234 #: misc/mke2fs.c:1714
5235 #, c-format
5236 msgid "invalid reserved blocks percent - %s"
5237 msgstr ""
5238
5239 #: misc/mke2fs.c:1729
5240 #, c-format
5241 msgid "bad num inodes - %s"
5242 msgstr ""
5243
5244 #: misc/mke2fs.c:1746
5245 #, c-format
5246 msgid "bad revision level - %s"
5247 msgstr ""
5248
5249 #: misc/mke2fs.c:1751
5250 #, c-format
5251 msgid "while trying to create revision %d"
5252 msgstr ""
5253
5254 #: misc/mke2fs.c:1765
5255 msgid "The -t option may only be used once"
5256 msgstr ""
5257
5258 #: misc/mke2fs.c:1773
5259 msgid "The -T option may only be used once"
5260 msgstr ""
5261
5262 #: misc/mke2fs.c:1829 misc/mke2fs.c:3077
5263 #, c-format
5264 msgid "while trying to open journal device %s\n"
5265 msgstr ""
5266
5267 #: misc/mke2fs.c:1835
5268 #, c-format
5269 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5270 msgstr ""
5271
5272 #: misc/mke2fs.c:1841
5273 #, c-format
5274 msgid "Using journal device's blocksize: %d\n"
5275 msgstr ""
5276
5277 #: misc/mke2fs.c:1852
5278 #, c-format
5279 msgid "invalid blocks '%s' on device '%s'"
5280 msgstr ""
5281
5282 #: misc/mke2fs.c:1874
5283 msgid "filesystem"
5284 msgstr ""
5285
5286 #: misc/mke2fs.c:1887 resize/main.c:490
5287 msgid "while trying to determine filesystem size"
5288 msgstr ""
5289
5290 #: misc/mke2fs.c:1893
5291 msgid ""
5292 "Couldn't determine device size; you must specify\n"
5293 "the size of the filesystem\n"
5294 msgstr ""
5295
5296 #: misc/mke2fs.c:1900
5297 msgid ""
5298 "Device size reported to be zero. Invalid partition specified, or\n"
5299 "\tpartition table wasn't reread after running fdisk, due to\n"
5300 "\ta modified partition being busy and in use. You may need to reboot\n"
5301 "\tto re-read your partition table.\n"
5302 msgstr ""
5303
5304 #: misc/mke2fs.c:1917
5305 msgid "Filesystem larger than apparent device size."
5306 msgstr ""
5307
5308 #: misc/mke2fs.c:1937
5309 msgid "Failed to parse fs types list\n"
5310 msgstr ""
5311
5312 #: misc/mke2fs.c:1984
5313 msgid "The HURD does not support the filetype feature.\n"
5314 msgstr ""
5315
5316 #: misc/mke2fs.c:1989
5317 msgid "The HURD does not support the huge_file feature.\n"
5318 msgstr ""
5319
5320 #: misc/mke2fs.c:1994
5321 msgid "The HURD does not support the metadata_csum feature.\n"
5322 msgstr ""
5323
5324 #: misc/mke2fs.c:2004
5325 msgid "while trying to determine hardware sector size"
5326 msgstr ""
5327
5328 #: misc/mke2fs.c:2010
5329 msgid "while trying to determine physical sector size"
5330 msgstr ""
5331
5332 #: misc/mke2fs.c:2042
5333 msgid "while setting blocksize; too small for device\n"
5334 msgstr ""
5335
5336 #: misc/mke2fs.c:2047
5337 #, c-format
5338 msgid ""
5339 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5340 msgstr ""
5341
5342 #: misc/mke2fs.c:2071
5343 #, c-format
5344 msgid ""
5345 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5346 "\tin 32 bits using a blocksize of %d.\n"
5347 msgstr ""
5348
5349 #: misc/mke2fs.c:2087
5350 msgid "fs_types for mke2fs.conf resolution: "
5351 msgstr ""
5352
5353 #: misc/mke2fs.c:2094
5354 msgid "Filesystem features not supported with revision 0 filesystems\n"
5355 msgstr ""
5356
5357 #: misc/mke2fs.c:2102
5358 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5359 msgstr ""
5360
5361 #: misc/mke2fs.c:2112
5362 msgid "Journals not supported with revision 0 filesystems\n"
5363 msgstr ""
5364
5365 #: misc/mke2fs.c:2125
5366 #, c-format
5367 msgid "invalid reserved blocks percent - %lf"
5368 msgstr ""
5369
5370 #: misc/mke2fs.c:2142
5371 msgid ""
5372 "Extents MUST be enabled for a 64-bit filesystem. Pass -O extents to "
5373 "rectify.\n"
5374 msgstr ""
5375
5376 #: misc/mke2fs.c:2162
5377 msgid "The cluster size may not be smaller than the block size.\n"
5378 msgstr ""
5379
5380 #: misc/mke2fs.c:2168
5381 msgid "specifying a cluster size requires the bigalloc feature"
5382 msgstr ""
5383
5384 #: misc/mke2fs.c:2188
5385 #, c-format
5386 msgid "warning: Unable to get device geometry for %s\n"
5387 msgstr ""
5388
5389 #: misc/mke2fs.c:2191
5390 #, c-format
5391 msgid "%s alignment is offset by %lu bytes.\n"
5392 msgstr ""
5393
5394 #: misc/mke2fs.c:2193
5395 #, c-format
5396 msgid ""
5397 "This may result in very poor performance, (re)-partitioning suggested.\n"
5398 msgstr ""
5399
5400 #: misc/mke2fs.c:2214
5401 #, c-format
5402 msgid "%d-byte blocks too big for system (max %d)"
5403 msgstr ""
5404
5405 #: misc/mke2fs.c:2218
5406 #, c-format
5407 msgid ""
5408 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5409 msgstr ""
5410
5411 #: misc/mke2fs.c:2226
5412 #, c-format
5413 msgid ""
5414 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5415 "and journal checksum features.\n"
5416 msgstr ""
5417
5418 #: misc/mke2fs.c:2286
5419 msgid "Can't support bigalloc feature without extents feature"
5420 msgstr ""
5421
5422 #: misc/mke2fs.c:2293
5423 msgid ""
5424 "The resize_inode and meta_bg features are not compatible.\n"
5425 "They can not be both enabled simultaneously.\n"
5426 msgstr ""
5427
5428 #: misc/mke2fs.c:2301
5429 msgid ""
5430 "\n"
5431 "Warning: the bigalloc feature is still under development\n"
5432 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5433 "\n"
5434 msgstr ""
5435
5436 #: misc/mke2fs.c:2313
5437 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5438 msgstr ""
5439
5440 #: misc/mke2fs.c:2322
5441 msgid "blocks per group count out of range"
5442 msgstr ""
5443
5444 #: misc/mke2fs.c:2344
5445 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5446 msgstr ""
5447
5448 #: misc/mke2fs.c:2356
5449 #, c-format
5450 msgid "invalid inode size %d (min %d/max %d)"
5451 msgstr ""
5452
5453 #: misc/mke2fs.c:2371
5454 #, c-format
5455 msgid "%d byte inodes are too small for inline data; specify larger size"
5456 msgstr ""
5457
5458 #: misc/mke2fs.c:2384
5459 #, c-format
5460 msgid "%d byte inodes are too small for project quota; specify larger size"
5461 msgstr ""
5462
5463 #: misc/mke2fs.c:2399
5464 #, c-format
5465 msgid "too many inodes (%llu), raise inode ratio?"
5466 msgstr ""
5467
5468 #: misc/mke2fs.c:2406
5469 #, c-format
5470 msgid "too many inodes (%llu), specify < 2^32 inodes"
5471 msgstr ""
5472
5473 #: misc/mke2fs.c:2420
5474 #, c-format
5475 msgid ""
5476 "inode_size (%u) * inodes_count (%u) too big for a\n"
5477 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5478 "\tor lower inode count (-N).\n"
5479 msgstr ""
5480
5481 #: misc/mke2fs.c:2607
5482 msgid "Discarding device blocks: "
5483 msgstr ""
5484
5485 #: misc/mke2fs.c:2623
5486 msgid "failed - "
5487 msgstr ""
5488
5489 #: misc/mke2fs.c:2703
5490 #, c-format
5491 msgid "bad error behavior in profile - %s"
5492 msgstr ""
5493
5494 #: misc/mke2fs.c:2777
5495 msgid "while setting up superblock"
5496 msgstr ""
5497
5498 #: misc/mke2fs.c:2793
5499 msgid ""
5500 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5501 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5502 "checksumming. Pass -O extents to rectify.\n"
5503 msgstr ""
5504
5505 #: misc/mke2fs.c:2800
5506 msgid ""
5507 "64-bit filesystem support is not enabled. The larger fields afforded by "
5508 "this feature enable full-strength checksumming. Pass -O 64bit to rectify.\n"
5509 msgstr ""
5510
5511 #: misc/mke2fs.c:2808
5512 msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5513 msgstr ""
5514
5515 #: misc/mke2fs.c:2824
5516 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5517 msgstr ""
5518
5519 #: misc/mke2fs.c:2918
5520 #, c-format
5521 msgid "unknown os - %s"
5522 msgstr ""
5523
5524 #: misc/mke2fs.c:2981
5525 msgid "Allocating group tables: "
5526 msgstr ""
5527
5528 #: misc/mke2fs.c:2989
5529 msgid "while trying to allocate filesystem tables"
5530 msgstr ""
5531
5532 #: misc/mke2fs.c:2998
5533 msgid ""
5534 "\n"
5535 "\twhile converting subcluster bitmap"
5536 msgstr ""
5537
5538 #: misc/mke2fs.c:3004
5539 #, c-format
5540 msgid "%s may be further corrupted by superblock rewrite\n"
5541 msgstr ""
5542
5543 #: misc/mke2fs.c:3045
5544 #, c-format
5545 msgid "while zeroing block %llu at end of filesystem"
5546 msgstr ""
5547
5548 #: misc/mke2fs.c:3058
5549 msgid "while reserving blocks for online resize"
5550 msgstr ""
5551
5552 #: misc/mke2fs.c:3070 misc/tune2fs.c:1410
5553 msgid "journal"
5554 msgstr ""
5555
5556 #: misc/mke2fs.c:3082
5557 #, c-format
5558 msgid "Adding journal to device %s: "
5559 msgstr ""
5560
5561 #: misc/mke2fs.c:3089
5562 #, c-format
5563 msgid ""
5564 "\n"
5565 "\twhile trying to add journal to device %s"
5566 msgstr ""
5567
5568 #: misc/mke2fs.c:3094 misc/mke2fs.c:3123 misc/mke2fs.c:3163
5569 #: misc/mk_hugefiles.c:509 misc/tune2fs.c:1439 misc/tune2fs.c:1458
5570 msgid "done\n"
5571 msgstr ""
5572
5573 #: misc/mke2fs.c:3100
5574 msgid "Skipping journal creation in super-only mode\n"
5575 msgstr ""
5576
5577 #: misc/mke2fs.c:3110
5578 #, c-format
5579 msgid "Creating journal (%u blocks): "
5580 msgstr ""
5581
5582 #: misc/mke2fs.c:3119
5583 msgid ""
5584 "\n"
5585 "\twhile trying to create journal"
5586 msgstr ""
5587
5588 #: misc/mke2fs.c:3131 misc/tune2fs.c:1067
5589 msgid ""
5590 "\n"
5591 "Error while enabling multiple mount protection feature."
5592 msgstr ""
5593
5594 #: misc/mke2fs.c:3136
5595 #, c-format
5596 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5597 msgstr ""
5598
5599 #: misc/mke2fs.c:3154
5600 msgid "Copying files into the device: "
5601 msgstr ""
5602
5603 #: misc/mke2fs.c:3160
5604 msgid "while populating file system"
5605 msgstr ""
5606
5607 #: misc/mke2fs.c:3167
5608 msgid "Writing superblocks and filesystem accounting information: "
5609 msgstr ""
5610
5611 #: misc/mke2fs.c:3174
5612 msgid ""
5613 "\n"
5614 "Warning, had trouble writing out superblocks."
5615 msgstr ""
5616
5617 #: misc/mke2fs.c:3176
5618 msgid ""
5619 "done\n"
5620 "\n"
5621 msgstr ""
5622
5623 #: misc/mk_hugefiles.c:423
5624 #, c-format
5625 msgid ""
5626 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5627 msgstr ""
5628
5629 #: misc/mk_hugefiles.c:490
5630 msgid "Huge files will be zero'ed\n"
5631 msgstr ""
5632
5633 #: misc/mk_hugefiles.c:491
5634 #, c-format
5635 msgid "Creating %lu huge file(s) "
5636 msgstr ""
5637
5638 #: misc/mk_hugefiles.c:493
5639 #, c-format
5640 msgid "with %llu blocks each"
5641 msgstr ""
5642
5643 #: misc/mk_hugefiles.c:504
5644 #, c-format
5645 msgid "while creating huge file %lu"
5646 msgstr ""
5647
5648 #: misc/mklost+found.c:50
5649 msgid "Usage: mklost+found\n"
5650 msgstr ""
5651
5652 #: misc/partinfo.c:41
5653 #, c-format
5654 msgid ""
5655 "Usage: %s device...\n"
5656 "\n"
5657 "Prints out the partition information for each given device.\n"
5658 "For example: %s /dev/hda\n"
5659 "\n"
5660 msgstr ""
5661
5662 #: misc/partinfo.c:51
5663 #, c-format
5664 msgid "Cannot open %s: %s"
5665 msgstr ""
5666
5667 #: misc/partinfo.c:57
5668 #, c-format
5669 msgid "Cannot get geometry of %s: %s"
5670 msgstr ""
5671
5672 #: misc/partinfo.c:65
5673 #, c-format
5674 msgid "Cannot get size of %s: %s"
5675 msgstr ""
5676
5677 #: misc/partinfo.c:71
5678 #, c-format
5679 msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n"
5680 msgstr ""
5681
5682 #: misc/tune2fs.c:118
5683 msgid "Please run e2fsck on the filesystem.\n"
5684 msgstr ""
5685
5686 #: misc/tune2fs.c:120
5687 msgid "Please run e2fsck -D on the filesystem.\n"
5688 msgstr ""
5689
5690 #: misc/tune2fs.c:129
5691 #, c-format
5692 msgid ""
5693 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
5694 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5695 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5696 "\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5697 "\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5698 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5699 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5700 "\t[-I new_inode_size] [-z undo_file] device\n"
5701 msgstr ""
5702
5703 #: misc/tune2fs.c:213
5704 msgid "Journal superblock not found!\n"
5705 msgstr ""
5706
5707 #: misc/tune2fs.c:271
5708 msgid "while trying to open external journal"
5709 msgstr ""
5710
5711 #: misc/tune2fs.c:277 misc/tune2fs.c:2671
5712 #, c-format
5713 msgid "%s is not a journal device.\n"
5714 msgstr ""
5715
5716 #: misc/tune2fs.c:287 misc/tune2fs.c:2682
5717 msgid "Filesystem's UUID not found on journal device.\n"
5718 msgstr ""
5719
5720 #: misc/tune2fs.c:311
5721 msgid ""
5722 "Cannot locate journal device. It was NOT removed\n"
5723 "Use -f option to remove missing journal device.\n"
5724 msgstr ""
5725
5726 #: misc/tune2fs.c:320
5727 msgid "Journal removed\n"
5728 msgstr ""
5729
5730 #: misc/tune2fs.c:364
5731 msgid "while reading bitmaps"
5732 msgstr ""
5733
5734 #: misc/tune2fs.c:372
5735 msgid "while clearing journal inode"
5736 msgstr ""
5737
5738 #: misc/tune2fs.c:383
5739 msgid "while writing journal inode"
5740 msgstr ""
5741
5742 #: misc/tune2fs.c:418 misc/tune2fs.c:440 misc/tune2fs.c:453
5743 msgid "(and reboot afterwards!)\n"
5744 msgstr ""
5745
5746 #: misc/tune2fs.c:471
5747 #, c-format
5748 msgid "After running e2fsck, please run `resize2fs %s %s"
5749 msgstr ""
5750
5751 #: misc/tune2fs.c:474
5752 #, c-format
5753 msgid "Please run `resize2fs %s %s"
5754 msgstr ""
5755
5756 #: misc/tune2fs.c:478
5757 #, c-format
5758 msgid " -z \"%s\""
5759 msgstr ""
5760
5761 #: misc/tune2fs.c:480
5762 #, c-format
5763 msgid "' to enable 64-bit mode.\n"
5764 msgstr ""
5765
5766 #: misc/tune2fs.c:482
5767 #, c-format
5768 msgid "' to disable 64-bit mode.\n"
5769 msgstr ""
5770
5771 #: misc/tune2fs.c:969
5772 msgid ""
5773 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5774 " This requires Linux >= v4.4.\n"
5775 msgstr ""
5776
5777 #: misc/tune2fs.c:1005
5778 #, c-format
5779 msgid "Clearing filesystem feature '%s' not supported.\n"
5780 msgstr ""
5781
5782 #: misc/tune2fs.c:1011
5783 #, c-format
5784 msgid "Setting filesystem feature '%s' not supported.\n"
5785 msgstr ""
5786
5787 #: misc/tune2fs.c:1020
5788 msgid ""
5789 "The has_journal feature may only be cleared when the filesystem is\n"
5790 "unmounted or mounted read-only.\n"
5791 msgstr ""
5792
5793 #: misc/tune2fs.c:1028
5794 msgid ""
5795 "The needs_recovery flag is set. Please run e2fsck before clearing\n"
5796 "the has_journal flag.\n"
5797 msgstr ""
5798
5799 #: misc/tune2fs.c:1046
5800 msgid ""
5801 "Setting filesystem feature 'sparse_super' not supported\n"
5802 "for filesystems with the meta_bg feature enabled.\n"
5803 msgstr ""
5804
5805 #: misc/tune2fs.c:1059
5806 msgid ""
5807 "The multiple mount protection feature can't\n"
5808 "be set if the filesystem is mounted or\n"
5809 "read-only.\n"
5810 msgstr ""
5811
5812 #: misc/tune2fs.c:1077
5813 #, c-format
5814 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5815 msgstr ""
5816
5817 #: misc/tune2fs.c:1086
5818 msgid ""
5819 "The multiple mount protection feature cannot\n"
5820 "be disabled if the filesystem is readonly.\n"
5821 msgstr ""
5822
5823 #: misc/tune2fs.c:1094
5824 msgid "Error while reading bitmaps\n"
5825 msgstr ""
5826
5827 #: misc/tune2fs.c:1103
5828 #, c-format
5829 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5830 msgstr ""
5831
5832 #: misc/tune2fs.c:1108
5833 msgid "while reading MMP block."
5834 msgstr ""
5835
5836 #: misc/tune2fs.c:1140
5837 msgid ""
5838 "Clearing the flex_bg flag would cause the the filesystem to be\n"
5839 "inconsistent.\n"
5840 msgstr ""
5841
5842 #: misc/tune2fs.c:1151
5843 msgid ""
5844 "The huge_file feature may only be cleared when the filesystem is\n"
5845 "unmounted or mounted read-only.\n"
5846 msgstr ""
5847
5848 #: misc/tune2fs.c:1162
5849 msgid "Enabling checksums could take some time."
5850 msgstr ""
5851
5852 #: misc/tune2fs.c:1164
5853 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5854 msgstr ""
5855
5856 #: misc/tune2fs.c:1170
5857 msgid ""
5858 "Extents are not enabled. The file extent tree can be checksummed, whereas "
5859 "block maps cannot. Not enabling extents reduces the coverage of metadata "
5860 "checksumming. Re-run with -O extent to rectify.\n"
5861 msgstr ""
5862
5863 #: misc/tune2fs.c:1177
5864 msgid ""
5865 "64-bit filesystem support is not enabled. The larger fields afforded by "
5866 "this feature enable full-strength checksumming. Run resize2fs -b to "
5867 "rectify.\n"
5868 msgstr ""
5869
5870 #: misc/tune2fs.c:1203
5871 msgid "Disabling checksums could take some time."
5872 msgstr ""
5873
5874 #: misc/tune2fs.c:1205
5875 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
5876 msgstr ""
5877
5878 #: misc/tune2fs.c:1268
5879 #, c-format
5880 msgid "Cannot enable 64-bit mode while mounted!\n"
5881 msgstr ""
5882
5883 #: misc/tune2fs.c:1278
5884 #, c-format
5885 msgid "Cannot disable 64-bit mode while mounted!\n"
5886 msgstr ""
5887
5888 #: misc/tune2fs.c:1308
5889 msgid ""
5890 "\n"
5891 "Warning: enabled project without quota together\n"
5892 msgstr ""
5893
5894 #: misc/tune2fs.c:1321
5895 msgid ""
5896 "\n"
5897 "Warning: '^quota' option overrides '-Q'arguments.\n"
5898 msgstr ""
5899
5900 #: misc/tune2fs.c:1339
5901 msgid ""
5902 "Setting feature 'metadata_csum_seed' is only supported\n"
5903 "on filesystems with the metadata_csum feature enabled.\n"
5904 msgstr ""
5905
5906 #: misc/tune2fs.c:1357
5907 msgid ""
5908 "UUID has changed since enabling metadata_csum. Filesystem must be "
5909 "unmounted \n"
5910 "to safely rewrite all metadata to match the new UUID.\n"
5911 msgstr ""
5912
5913 #: misc/tune2fs.c:1403
5914 msgid "The filesystem already has a journal.\n"
5915 msgstr ""
5916
5917 #: misc/tune2fs.c:1423
5918 #, c-format
5919 msgid ""
5920 "\n"
5921 "\twhile trying to open journal on %s\n"
5922 msgstr ""
5923
5924 #: misc/tune2fs.c:1427
5925 #, c-format
5926 msgid "Creating journal on device %s: "
5927 msgstr ""
5928
5929 #: misc/tune2fs.c:1435
5930 #, c-format
5931 msgid "while adding filesystem to journal on %s"
5932 msgstr ""
5933
5934 #: misc/tune2fs.c:1441
5935 msgid "Creating journal inode: "
5936 msgstr ""
5937
5938 #: misc/tune2fs.c:1455
5939 msgid ""
5940 "\n"
5941 "\twhile trying to create journal file"
5942 msgstr ""
5943
5944 #: misc/tune2fs.c:1544
5945 msgid ""
5946 "\n"
5947 "Bad quota options specified.\n"
5948 "\n"
5949 "Following valid quota options are available (pass by separating with "
5950 "comma):\n"
5951 "\t[^]usr[quota]\n"
5952 "\t[^]grp[quota]\n"
5953 "\t[^]prj[quota]\n"
5954 "\n"
5955 "\n"
5956 msgstr ""
5957
5958 #: misc/tune2fs.c:1602
5959 #, c-format
5960 msgid "Couldn't parse date/time specifier: %s"
5961 msgstr ""
5962
5963 #: misc/tune2fs.c:1627 misc/tune2fs.c:1640
5964 #, c-format
5965 msgid "bad mounts count - %s"
5966 msgstr ""
5967
5968 #: misc/tune2fs.c:1683
5969 #, c-format
5970 msgid "bad gid/group name - %s"
5971 msgstr ""
5972
5973 #: misc/tune2fs.c:1716
5974 #, c-format
5975 msgid "bad interval - %s"
5976 msgstr ""
5977
5978 #: misc/tune2fs.c:1745
5979 #, c-format
5980 msgid "bad reserved block ratio - %s"
5981 msgstr ""
5982
5983 #: misc/tune2fs.c:1760
5984 msgid "-o may only be specified once"
5985 msgstr ""
5986
5987 #: misc/tune2fs.c:1769
5988 msgid "-O may only be specified once"
5989 msgstr ""
5990
5991 #: misc/tune2fs.c:1787
5992 #, c-format
5993 msgid "bad reserved blocks count - %s"
5994 msgstr ""
5995
5996 #: misc/tune2fs.c:1816
5997 #, c-format
5998 msgid "bad uid/user name - %s"
5999 msgstr ""
6000
6001 #: misc/tune2fs.c:1833
6002 #, c-format
6003 msgid "bad inode size - %s"
6004 msgstr ""
6005
6006 #: misc/tune2fs.c:1840
6007 #, c-format
6008 msgid "Inode size must be a power of two- %s"
6009 msgstr ""
6010
6011 #: misc/tune2fs.c:1937
6012 #, c-format
6013 msgid "mmp_update_interval too big: %lu\n"
6014 msgstr ""
6015
6016 #: misc/tune2fs.c:1942
6017 #, c-format
6018 msgid "Setting multiple mount protection update interval to %lu second\n"
6019 msgid_plural ""
6020 "Setting multiple mount protection update interval to %lu seconds\n"
6021 msgstr[0] ""
6022 msgstr[1] ""
6023
6024 #: misc/tune2fs.c:1965
6025 #, c-format
6026 msgid "Invalid RAID stride: %s\n"
6027 msgstr ""
6028
6029 #: misc/tune2fs.c:1980
6030 #, c-format
6031 msgid "Invalid RAID stripe-width: %s\n"
6032 msgstr ""
6033
6034 #: misc/tune2fs.c:1995
6035 #, c-format
6036 msgid "Invalid hash algorithm: %s\n"
6037 msgstr ""
6038
6039 #: misc/tune2fs.c:2001
6040 #, c-format
6041 msgid "Setting default hash algorithm to %s (%d)\n"
6042 msgstr ""
6043
6044 #: misc/tune2fs.c:2020
6045 msgid ""
6046 "\n"
6047 "Bad options specified.\n"
6048 "\n"
6049 "Extended options are separated by commas, and may take an argument which\n"
6050 "\tis set off by an equals ('=') sign.\n"
6051 "\n"
6052 "Valid extended options are:\n"
6053 "\tclear_mmp\n"
6054 "\thash_alg=<hash algorithm>\n"
6055 "\tmount_opts=<extended default mount options>\n"
6056 "\tstride=<RAID per-disk chunk size in blocks>\n"
6057 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6058 "\ttest_fs\n"
6059 "\t^test_fs\n"
6060 msgstr ""
6061
6062 #: misc/tune2fs.c:2489
6063 msgid "Failed to read inode bitmap\n"
6064 msgstr ""
6065
6066 #: misc/tune2fs.c:2494
6067 msgid "Failed to read block bitmap\n"
6068 msgstr ""
6069
6070 #: misc/tune2fs.c:2511 resize/resize2fs.c:1264
6071 msgid "blocks to be moved"
6072 msgstr ""
6073
6074 #: misc/tune2fs.c:2514
6075 msgid "Failed to allocate block bitmap when increasing inode size\n"
6076 msgstr ""
6077
6078 #: misc/tune2fs.c:2520
6079 msgid "Not enough space to increase inode size \n"
6080 msgstr ""
6081
6082 #: misc/tune2fs.c:2525
6083 msgid "Failed to relocate blocks during inode resize \n"
6084 msgstr ""
6085
6086 #: misc/tune2fs.c:2557
6087 msgid ""
6088 "Error in resizing the inode size.\n"
6089 "Run e2undo to undo the file system changes. \n"
6090 msgstr ""
6091
6092 #: misc/tune2fs.c:2769
6093 #, c-format
6094 msgid ""
6095 "MMP block magic is bad. Try to fix it by running:\n"
6096 "'e2fsck -f %s'\n"
6097 msgstr ""
6098
6099 #: misc/tune2fs.c:2781
6100 msgid "Cannot modify a journal device.\n"
6101 msgstr ""
6102
6103 #: misc/tune2fs.c:2794
6104 #, c-format
6105 msgid "The inode size is already %lu\n"
6106 msgstr ""
6107
6108 #: misc/tune2fs.c:2801
6109 msgid "Shrinking inode size is not supported\n"
6110 msgstr ""
6111
6112 #: misc/tune2fs.c:2806
6113 #, c-format
6114 msgid "Invalid inode size %lu (max %d)\n"
6115 msgstr ""
6116
6117 #: misc/tune2fs.c:2812
6118 msgid "Resizing inodes could take some time."
6119 msgstr ""
6120
6121 #: misc/tune2fs.c:2859
6122 #, c-format
6123 msgid "Setting maximal mount count to %d\n"
6124 msgstr ""
6125
6126 #: misc/tune2fs.c:2865
6127 #, c-format
6128 msgid "Setting current mount count to %d\n"
6129 msgstr ""
6130
6131 #: misc/tune2fs.c:2870
6132 #, c-format
6133 msgid "Setting error behavior to %d\n"
6134 msgstr ""
6135
6136 #: misc/tune2fs.c:2875
6137 #, c-format
6138 msgid "Setting reserved blocks gid to %lu\n"
6139 msgstr ""
6140
6141 #: misc/tune2fs.c:2880
6142 #, c-format
6143 msgid "interval between checks is too big (%lu)"
6144 msgstr ""
6145
6146 #: misc/tune2fs.c:2887
6147 #, c-format
6148 msgid "Setting interval between checks to %lu seconds\n"
6149 msgstr ""
6150
6151 #: misc/tune2fs.c:2894
6152 #, c-format
6153 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6154 msgstr ""
6155
6156 #: misc/tune2fs.c:2900
6157 #, c-format
6158 msgid "reserved blocks count is too big (%llu)"
6159 msgstr ""
6160
6161 #: misc/tune2fs.c:2907
6162 #, c-format
6163 msgid "Setting reserved blocks count to %llu\n"
6164 msgstr ""
6165
6166 #: misc/tune2fs.c:2912
6167 msgid ""
6168 "\n"
6169 "The filesystem already has sparse superblocks.\n"
6170 msgstr ""
6171
6172 #: misc/tune2fs.c:2915
6173 msgid ""
6174 "\n"
6175 "Setting the sparse superblock flag not supported\n"
6176 "for filesystems with the meta_bg feature enabled.\n"
6177 msgstr ""
6178
6179 #: misc/tune2fs.c:2925
6180 #, c-format
6181 msgid ""
6182 "\n"
6183 "Sparse superblock flag set. %s"
6184 msgstr ""
6185
6186 #: misc/tune2fs.c:2930
6187 msgid ""
6188 "\n"
6189 "Clearing the sparse superblock flag not supported.\n"
6190 msgstr ""
6191
6192 #: misc/tune2fs.c:2938
6193 #, c-format
6194 msgid "Setting time filesystem last checked to %s\n"
6195 msgstr ""
6196
6197 #: misc/tune2fs.c:2944
6198 #, c-format
6199 msgid "Setting reserved blocks uid to %lu\n"
6200 msgstr ""
6201
6202 #: misc/tune2fs.c:2976
6203 msgid "Error in using clear_mmp. It must be used with -f\n"
6204 msgstr ""
6205
6206 #: misc/tune2fs.c:2994
6207 msgid ""
6208 "The quota feature may only be changed when the filesystem is unmounted.\n"
6209 msgstr ""
6210
6211 #: misc/tune2fs.c:3018
6212 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6213 msgstr ""
6214
6215 #: misc/tune2fs.c:3021
6216 msgid ""
6217 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6218 "and re-run this command.\n"
6219 msgstr ""
6220
6221 #: misc/tune2fs.c:3030
6222 msgid "Setting UUID on a checksummed filesystem could take some time."
6223 msgstr ""
6224
6225 #: misc/tune2fs.c:3055
6226 msgid "Invalid UUID format\n"
6227 msgstr ""
6228
6229 #: misc/tune2fs.c:3071
6230 msgid "Need to update journal superblock.\n"
6231 msgstr ""
6232
6233 #: misc/tune2fs.c:3096
6234 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6235 msgstr ""
6236
6237 #: misc/tune2fs.c:3103
6238 msgid ""
6239 "Changing the inode size not supported for filesystems with the flex_bg\n"
6240 "feature enabled.\n"
6241 msgstr ""
6242
6243 #: misc/tune2fs.c:3121
6244 #, c-format
6245 msgid "Setting inode size %lu\n"
6246 msgstr ""
6247
6248 #: misc/tune2fs.c:3125
6249 msgid "Failed to change inode size\n"
6250 msgstr ""
6251
6252 #: misc/tune2fs.c:3139
6253 #, c-format
6254 msgid "Setting stride size to %d\n"
6255 msgstr ""
6256
6257 #: misc/tune2fs.c:3144
6258 #, c-format
6259 msgid "Setting stripe width to %d\n"
6260 msgstr ""
6261
6262 #: misc/tune2fs.c:3151
6263 #, c-format
6264 msgid "Setting extended default mount options to '%s'\n"
6265 msgstr ""
6266
6267 #: misc/tune2fs.c:3161
6268 #, c-format
6269 msgid "Recovering journal.\n"
6270 msgstr ""
6271
6272 #: misc/util.c:100
6273 msgid "<proceeding>\n"
6274 msgstr ""
6275
6276 #: misc/util.c:104
6277 #, c-format
6278 msgid "Proceed anyway (or wait %d seconds) ? (y,n) "
6279 msgstr ""
6280
6281 #: misc/util.c:108
6282 msgid "Proceed anyway? (y,n) "
6283 msgstr ""
6284
6285 #: misc/util.c:133
6286 msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n"
6287 msgstr ""
6288
6289 #: misc/util.c:138
6290 #, c-format
6291 msgid "will not make a %s here!\n"
6292 msgstr ""
6293
6294 #: misc/util.c:145
6295 msgid "mke2fs forced anyway.\n"
6296 msgstr ""
6297
6298 #: misc/util.c:161
6299 msgid "Couldn't allocate memory to parse journal options!\n"
6300 msgstr ""
6301
6302 #: misc/util.c:186
6303 #, c-format
6304 msgid ""
6305 "\n"
6306 "Could not find journal device matching %s\n"
6307 msgstr ""
6308
6309 #: misc/util.c:213
6310 msgid ""
6311 "\n"
6312 "Bad journal options specified.\n"
6313 "\n"
6314 "Journal options are separated by commas, and may take an argument which\n"
6315 "\tis set off by an equals ('=') sign.\n"
6316 "\n"
6317 "Valid journal options are:\n"
6318 "\tsize=<journal size in megabytes>\n"
6319 "\tdevice=<journal device>\n"
6320 "\tlocation=<journal location>\n"
6321 "\n"
6322 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6323 "\n"
6324 msgstr ""
6325
6326 #: misc/util.c:244
6327 msgid ""
6328 "\n"
6329 "Filesystem too small for a journal\n"
6330 msgstr ""
6331
6332 #: misc/util.c:251
6333 #, c-format
6334 msgid ""
6335 "\n"
6336 "The requested journal size is %d blocks; it must be\n"
6337 "between 1024 and 10240000 blocks. Aborting.\n"
6338 msgstr ""
6339
6340 #: misc/util.c:259
6341 msgid ""
6342 "\n"
6343 "Journal size too big for filesystem.\n"
6344 msgstr ""
6345
6346 #: misc/util.c:273
6347 #, c-format
6348 msgid ""
6349 "This filesystem will be automatically checked every %d mounts or\n"
6350 "%g days, whichever comes first. Use tune2fs -c or -i to override.\n"
6351 msgstr ""
6352
6353 #: misc/uuidd.c:49
6354 #, c-format
6355 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6356 msgstr ""
6357
6358 #: misc/uuidd.c:51
6359 #, c-format
6360 msgid " %s [-r|t] [-n num] [-s socketpath]\n"
6361 msgstr ""
6362
6363 #: misc/uuidd.c:53
6364 #, c-format
6365 msgid " %s -k\n"
6366 msgstr ""
6367
6368 #: misc/uuidd.c:155
6369 msgid "bad arguments"
6370 msgstr ""
6371
6372 #: misc/uuidd.c:173
6373 msgid "connect"
6374 msgstr ""
6375
6376 #: misc/uuidd.c:192
6377 msgid "write"
6378 msgstr ""
6379
6380 #: misc/uuidd.c:200
6381 msgid "read count"
6382 msgstr ""
6383
6384 #: misc/uuidd.c:206
6385 msgid "bad response length"
6386 msgstr ""
6387
6388 #: misc/uuidd.c:271
6389 #, c-format
6390 msgid "uuidd daemon already running at pid %s\n"
6391 msgstr ""
6392
6393 #: misc/uuidd.c:279
6394 #, c-format
6395 msgid "Couldn't create unix stream socket: %s"
6396 msgstr ""
6397
6398 #: misc/uuidd.c:308
6399 #, c-format
6400 msgid "Couldn't bind unix socket %s: %s\n"
6401 msgstr ""
6402
6403 #: misc/uuidd.c:316
6404 #, c-format
6405 msgid "Couldn't listen on unix socket %s: %s\n"
6406 msgstr ""
6407
6408 #: misc/uuidd.c:354
6409 #, c-format
6410 msgid "Error reading from client, len = %d\n"
6411 msgstr ""
6412
6413 #: misc/uuidd.c:362
6414 #, c-format
6415 msgid "operation %d, incoming num = %d\n"
6416 msgstr ""
6417
6418 #: misc/uuidd.c:381
6419 #, c-format
6420 msgid "Generated time UUID: %s\n"
6421 msgstr ""
6422
6423 #: misc/uuidd.c:391
6424 #, c-format
6425 msgid "Generated random UUID: %s\n"
6426 msgstr ""
6427
6428 #: misc/uuidd.c:400
6429 #, c-format
6430 msgid "Generated time UUID %s and subsequent UUID\n"
6431 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6432 msgstr[0] ""
6433 msgstr[1] ""
6434
6435 #: misc/uuidd.c:421
6436 #, c-format
6437 msgid "Generated %d UUID's:\n"
6438 msgstr ""
6439
6440 #: misc/uuidd.c:433
6441 #, c-format
6442 msgid "Invalid operation %d\n"
6443 msgstr ""
6444
6445 #: misc/uuidd.c:477 misc/uuidd.c:499
6446 #, c-format
6447 msgid "Bad number: %s\n"
6448 msgstr ""
6449
6450 #: misc/uuidd.c:534 misc/uuidd.c:563
6451 #, c-format
6452 msgid "Error calling uuidd daemon (%s): %s\n"
6453 msgstr ""
6454
6455 #: misc/uuidd.c:544
6456 #, c-format
6457 msgid "%s and subsequent UUID\n"
6458 msgid_plural "%s and subsequent %d UUIDs\n"
6459 msgstr[0] ""
6460 msgstr[1] ""
6461
6462 #: misc/uuidd.c:548
6463 msgid "List of UUID's:\n"
6464 msgstr ""
6465
6466 #: misc/uuidd.c:569
6467 #, c-format
6468 msgid "Unexpected reply length from server %d\n"
6469 msgstr ""
6470
6471 #: misc/uuidd.c:586
6472 #, c-format
6473 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6474 msgstr ""
6475
6476 #: misc/uuidd.c:592
6477 #, c-format
6478 msgid "Killed uuidd running at pid %d\n"
6479 msgstr ""
6480
6481 #: misc/uuidgen.c:32
6482 #, c-format
6483 msgid "Usage: %s [-r] [-t]\n"
6484 msgstr ""
6485
6486 #: resize/extent.c:202
6487 msgid "# Extent dump:\n"
6488 msgstr ""
6489
6490 #: resize/extent.c:203
6491 #, c-format
6492 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6493 msgstr ""
6494
6495 #: resize/main.c:49
6496 #, c-format
6497 msgid ""
6498 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6499 "[-z undo_file]\n"
6500 "\n"
6501 msgstr ""
6502
6503 #: resize/main.c:72
6504 msgid "Extending the inode table"
6505 msgstr ""
6506
6507 #: resize/main.c:75
6508 msgid "Relocating blocks"
6509 msgstr ""
6510
6511 #: resize/main.c:78
6512 msgid "Scanning inode table"
6513 msgstr ""
6514
6515 #: resize/main.c:81
6516 msgid "Updating inode references"
6517 msgstr ""
6518
6519 #: resize/main.c:84
6520 msgid "Moving inode table"
6521 msgstr ""
6522
6523 #: resize/main.c:87
6524 msgid "Unknown pass?!?"
6525 msgstr ""
6526
6527 #: resize/main.c:90
6528 #, c-format
6529 msgid "Begin pass %d (max = %lu)\n"
6530 msgstr ""
6531
6532 #: resize/main.c:162
6533 msgid ""
6534 "\n"
6535 "Resizing bigalloc file systems has not been fully tested. Proceed at\n"
6536 "your own risk! Use the force option if you want to go ahead anyway.\n"
6537 "\n"
6538 msgstr ""
6539
6540 #: resize/main.c:364
6541 #, c-format
6542 msgid "while opening %s"
6543 msgstr ""
6544
6545 #: resize/main.c:372
6546 #, c-format
6547 msgid "while getting stat information for %s"
6548 msgstr ""
6549
6550 #: resize/main.c:444
6551 #, c-format
6552 msgid ""
6553 "Please run 'e2fsck -f %s' first.\n"
6554 "\n"
6555 msgstr ""
6556
6557 #: resize/main.c:463
6558 #, c-format
6559 msgid "Estimated minimum size of the filesystem: %llu\n"
6560 msgstr ""
6561
6562 #: resize/main.c:500
6563 #, c-format
6564 msgid "Invalid new size: %s\n"
6565 msgstr ""
6566
6567 #: resize/main.c:519
6568 msgid "New size too large to be expressed in 32 bits\n"
6569 msgstr ""
6570
6571 #: resize/main.c:527
6572 #, c-format
6573 msgid "New size smaller than minimum (%llu)\n"
6574 msgstr ""
6575
6576 #: resize/main.c:533
6577 msgid "Invalid stride length"
6578 msgstr ""
6579
6580 #: resize/main.c:557
6581 #, c-format
6582 msgid ""
6583 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6584 "You requested a new size of %llu blocks.\n"
6585 "\n"
6586 msgstr ""
6587
6588 #: resize/main.c:564
6589 #, c-format
6590 msgid "Cannot set and unset 64bit feature.\n"
6591 msgstr ""
6592
6593 #: resize/main.c:568
6594 #, c-format
6595 msgid ""
6596 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6597 "blocks.\n"
6598 msgstr ""
6599
6600 #: resize/main.c:574
6601 #, c-format
6602 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6603 msgstr ""
6604
6605 #: resize/main.c:580
6606 #, c-format
6607 msgid ""
6608 "Please enable the extents feature with tune2fs before enabling the 64bit "
6609 "feature.\n"
6610 msgstr ""
6611
6612 #: resize/main.c:586
6613 #, c-format
6614 msgid ""
6615 "The filesystem is already %llu (%dk) blocks long. Nothing to do!\n"
6616 "\n"
6617 msgstr ""
6618
6619 #: resize/main.c:593
6620 #, c-format
6621 msgid "The filesystem is already 64-bit.\n"
6622 msgstr ""
6623
6624 #: resize/main.c:598
6625 #, c-format
6626 msgid "The filesystem is already 32-bit.\n"
6627 msgstr ""
6628
6629 #: resize/main.c:607
6630 #, c-format
6631 msgid "Converting the filesystem to 64-bit.\n"
6632 msgstr ""
6633
6634 #: resize/main.c:609
6635 #, c-format
6636 msgid "Converting the filesystem to 32-bit.\n"
6637 msgstr ""
6638
6639 #: resize/main.c:611
6640 #, c-format
6641 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6642 msgstr ""
6643
6644 #: resize/main.c:620
6645 #, c-format
6646 msgid "while trying to resize %s"
6647 msgstr ""
6648
6649 #: resize/main.c:623
6650 #, c-format
6651 msgid ""
6652 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6653 "after the aborted resize operation.\n"
6654 msgstr ""
6655
6656 #: resize/main.c:629
6657 #, c-format
6658 msgid ""
6659 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6660 "\n"
6661 msgstr ""
6662
6663 #: resize/main.c:644
6664 #, c-format
6665 msgid "while trying to truncate %s"
6666 msgstr ""
6667
6668 #: resize/online.c:81
6669 msgid "kernel does not support online resize with sparse_super2"
6670 msgstr ""
6671
6672 #: resize/online.c:86
6673 #, c-format
6674 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6675 msgstr ""
6676
6677 #: resize/online.c:90
6678 msgid "On-line shrinking not supported"
6679 msgstr ""
6680
6681 #: resize/online.c:114
6682 msgid "Filesystem does not support online resizing"
6683 msgstr ""
6684
6685 #: resize/online.c:122
6686 msgid "Not enough reserved gdt blocks for resizing"
6687 msgstr ""
6688
6689 #: resize/online.c:129
6690 msgid "Kernel does not support resizing a file system this large"
6691 msgstr ""
6692
6693 #: resize/online.c:137
6694 #, c-format
6695 msgid "while trying to open mountpoint %s"
6696 msgstr ""
6697
6698 #: resize/online.c:142
6699 #, c-format
6700 msgid "Old resize interface requested.\n"
6701 msgstr ""
6702
6703 #: resize/online.c:161 resize/online.c:178
6704 msgid "Permission denied to resize filesystem"
6705 msgstr ""
6706
6707 #: resize/online.c:164 resize/online.c:184
6708 msgid "While checking for on-line resizing support"
6709 msgstr ""
6710
6711 #: resize/online.c:181
6712 msgid "Kernel does not support online resizing"
6713 msgstr ""
6714
6715 #: resize/online.c:220
6716 #, c-format
6717 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6718 msgstr ""
6719
6720 #: resize/online.c:230
6721 msgid "While trying to extend the last group"
6722 msgstr ""
6723
6724 #: resize/online.c:284
6725 #, c-format
6726 msgid "While trying to add group #%d"
6727 msgstr ""
6728
6729 #: resize/online.c:295
6730 #, c-format
6731 msgid ""
6732 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6733 "this system.\n"
6734 msgstr ""
6735
6736 #: resize/resize2fs.c:747
6737 #, c-format
6738 msgid "inodes (%llu) must be less than %u"
6739 msgstr ""
6740
6741 #: resize/resize2fs.c:1026
6742 msgid "reserved blocks"
6743 msgstr ""
6744
6745 #: resize/resize2fs.c:1269
6746 msgid "meta-data blocks"
6747 msgstr ""
6748
6749 #: resize/resize2fs.c:1373 resize/resize2fs.c:2305
6750 msgid "new meta blocks"
6751 msgstr ""
6752
6753 #: resize/resize2fs.c:2525
6754 msgid "Should never happen! No sb in last super_sparse bg?\n"
6755 msgstr ""
6756
6757 #: resize/resize2fs.c:2530
6758 msgid "Should never happen! Unexpected old_desc in super_sparse bg?\n"
6759 msgstr ""
6760
6761 #: resize/resize2fs.c:2603
6762 msgid "Should never happen: resize inode corrupt!\n"
6763 msgstr ""
6764
6765 #: lib/ext2fs/ext2_err.c:11
6766 msgid "EXT2FS Library version 1.43-WIP"
6767 msgstr ""
6768
6769 #: lib/ext2fs/ext2_err.c:12
6770 msgid "Wrong magic number for ext2_filsys structure"
6771 msgstr ""
6772
6773 #: lib/ext2fs/ext2_err.c:13
6774 msgid "Wrong magic number for badblocks_list structure"
6775 msgstr ""
6776
6777 #: lib/ext2fs/ext2_err.c:14
6778 msgid "Wrong magic number for badblocks_iterate structure"
6779 msgstr ""
6780
6781 #: lib/ext2fs/ext2_err.c:15
6782 msgid "Wrong magic number for inode_scan structure"
6783 msgstr ""
6784
6785 #: lib/ext2fs/ext2_err.c:16
6786 msgid "Wrong magic number for io_channel structure"
6787 msgstr ""
6788
6789 #: lib/ext2fs/ext2_err.c:17
6790 msgid "Wrong magic number for unix io_channel structure"
6791 msgstr ""
6792
6793 #: lib/ext2fs/ext2_err.c:18
6794 msgid "Wrong magic number for io_manager structure"
6795 msgstr ""
6796
6797 #: lib/ext2fs/ext2_err.c:19
6798 msgid "Wrong magic number for block_bitmap structure"
6799 msgstr ""
6800
6801 #: lib/ext2fs/ext2_err.c:20
6802 msgid "Wrong magic number for inode_bitmap structure"
6803 msgstr ""
6804
6805 #: lib/ext2fs/ext2_err.c:21
6806 msgid "Wrong magic number for generic_bitmap structure"
6807 msgstr ""
6808
6809 #: lib/ext2fs/ext2_err.c:22
6810 msgid "Wrong magic number for test io_channel structure"
6811 msgstr ""
6812
6813 #: lib/ext2fs/ext2_err.c:23
6814 msgid "Wrong magic number for directory block list structure"
6815 msgstr ""
6816
6817 #: lib/ext2fs/ext2_err.c:24
6818 msgid "Wrong magic number for icount structure"
6819 msgstr ""
6820
6821 #: lib/ext2fs/ext2_err.c:25
6822 msgid "Wrong magic number for Powerquest io_channel structure"
6823 msgstr ""
6824
6825 #: lib/ext2fs/ext2_err.c:26
6826 msgid "Wrong magic number for ext2 file structure"
6827 msgstr ""
6828
6829 #: lib/ext2fs/ext2_err.c:27
6830 msgid "Wrong magic number for Ext2 Image Header"
6831 msgstr ""
6832
6833 #: lib/ext2fs/ext2_err.c:28
6834 msgid "Wrong magic number for inode io_channel structure"
6835 msgstr ""
6836
6837 #: lib/ext2fs/ext2_err.c:29
6838 msgid "Wrong magic number for ext4 extent handle"
6839 msgstr ""
6840
6841 #: lib/ext2fs/ext2_err.c:30
6842 msgid "Bad magic number in super-block"
6843 msgstr ""
6844
6845 #: lib/ext2fs/ext2_err.c:31
6846 msgid "Filesystem revision too high"
6847 msgstr ""
6848
6849 #: lib/ext2fs/ext2_err.c:32
6850 msgid "Attempt to write to filesystem opened read-only"
6851 msgstr ""
6852
6853 #: lib/ext2fs/ext2_err.c:33
6854 msgid "Can't read group descriptors"
6855 msgstr ""
6856
6857 #: lib/ext2fs/ext2_err.c:34
6858 msgid "Can't write group descriptors"
6859 msgstr ""
6860
6861 #: lib/ext2fs/ext2_err.c:35
6862 msgid "Corrupt group descriptor: bad block for block bitmap"
6863 msgstr ""
6864
6865 #: lib/ext2fs/ext2_err.c:36
6866 msgid "Corrupt group descriptor: bad block for inode bitmap"
6867 msgstr ""
6868
6869 #: lib/ext2fs/ext2_err.c:37
6870 msgid "Corrupt group descriptor: bad block for inode table"
6871 msgstr ""
6872
6873 #: lib/ext2fs/ext2_err.c:38
6874 msgid "Can't write an inode bitmap"
6875 msgstr ""
6876
6877 #: lib/ext2fs/ext2_err.c:39
6878 msgid "Can't read an inode bitmap"
6879 msgstr ""
6880
6881 #: lib/ext2fs/ext2_err.c:40
6882 msgid "Can't write a block bitmap"
6883 msgstr ""
6884
6885 #: lib/ext2fs/ext2_err.c:41
6886 msgid "Can't read a block bitmap"
6887 msgstr ""
6888
6889 #: lib/ext2fs/ext2_err.c:42
6890 msgid "Can't write an inode table"
6891 msgstr ""
6892
6893 #: lib/ext2fs/ext2_err.c:43
6894 msgid "Can't read an inode table"
6895 msgstr ""
6896
6897 #: lib/ext2fs/ext2_err.c:44
6898 msgid "Can't read next inode"
6899 msgstr ""
6900
6901 #: lib/ext2fs/ext2_err.c:45
6902 msgid "Filesystem has unexpected block size"
6903 msgstr ""
6904
6905 #: lib/ext2fs/ext2_err.c:46
6906 msgid "EXT2 directory corrupted"
6907 msgstr ""
6908
6909 #: lib/ext2fs/ext2_err.c:47
6910 msgid "Attempt to read block from filesystem resulted in short read"
6911 msgstr ""
6912
6913 #: lib/ext2fs/ext2_err.c:48
6914 msgid "Attempt to write block to filesystem resulted in short write"
6915 msgstr ""
6916
6917 #: lib/ext2fs/ext2_err.c:49
6918 msgid "No free space in the directory"
6919 msgstr ""
6920
6921 #: lib/ext2fs/ext2_err.c:50
6922 msgid "Inode bitmap not loaded"
6923 msgstr ""
6924
6925 #: lib/ext2fs/ext2_err.c:51
6926 msgid "Block bitmap not loaded"
6927 msgstr ""
6928
6929 #: lib/ext2fs/ext2_err.c:52
6930 msgid "Illegal inode number"
6931 msgstr ""
6932
6933 #: lib/ext2fs/ext2_err.c:53
6934 msgid "Illegal block number"
6935 msgstr ""
6936
6937 #: lib/ext2fs/ext2_err.c:54
6938 msgid "Internal error in ext2fs_expand_dir"
6939 msgstr ""
6940
6941 #: lib/ext2fs/ext2_err.c:55
6942 msgid "Not enough space to build proposed filesystem"
6943 msgstr ""
6944
6945 #: lib/ext2fs/ext2_err.c:56
6946 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
6947 msgstr ""
6948
6949 #: lib/ext2fs/ext2_err.c:57
6950 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
6951 msgstr ""
6952
6953 #: lib/ext2fs/ext2_err.c:58
6954 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
6955 msgstr ""
6956
6957 #: lib/ext2fs/ext2_err.c:59
6958 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
6959 msgstr ""
6960
6961 #: lib/ext2fs/ext2_err.c:60
6962 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
6963 msgstr ""
6964
6965 #: lib/ext2fs/ext2_err.c:61
6966 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
6967 msgstr ""
6968
6969 #: lib/ext2fs/ext2_err.c:62
6970 msgid "Attempt to fudge end of block bitmap past the real end"
6971 msgstr ""
6972
6973 #: lib/ext2fs/ext2_err.c:63
6974 msgid "Attempt to fudge end of inode bitmap past the real end"
6975 msgstr ""
6976
6977 #: lib/ext2fs/ext2_err.c:64
6978 msgid "Illegal indirect block found"
6979 msgstr ""
6980
6981 #: lib/ext2fs/ext2_err.c:65
6982 msgid "Illegal doubly indirect block found"
6983 msgstr ""
6984
6985 #: lib/ext2fs/ext2_err.c:66
6986 msgid "Illegal triply indirect block found"
6987 msgstr ""
6988
6989 #: lib/ext2fs/ext2_err.c:67
6990 msgid "Block bitmaps are not the same"
6991 msgstr ""
6992
6993 #: lib/ext2fs/ext2_err.c:68
6994 msgid "Inode bitmaps are not the same"
6995 msgstr ""
6996
6997 #: lib/ext2fs/ext2_err.c:69
6998 msgid "Illegal or malformed device name"
6999 msgstr ""
7000
7001 #: lib/ext2fs/ext2_err.c:70
7002 msgid "A block group is missing an inode table"
7003 msgstr ""
7004
7005 #: lib/ext2fs/ext2_err.c:71
7006 msgid "The ext2 superblock is corrupt"
7007 msgstr ""
7008
7009 #: lib/ext2fs/ext2_err.c:72
7010 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7011 msgstr ""
7012
7013 #: lib/ext2fs/ext2_err.c:73
7014 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7015 msgstr ""
7016
7017 #: lib/ext2fs/ext2_err.c:74
7018 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7019 msgstr ""
7020
7021 #: lib/ext2fs/ext2_err.c:75
7022 msgid "Too many symbolic links encountered."
7023 msgstr ""
7024
7025 #: lib/ext2fs/ext2_err.c:76
7026 msgid "The callback function will not handle this case"
7027 msgstr ""
7028
7029 #: lib/ext2fs/ext2_err.c:77
7030 msgid "The inode is from a bad block in the inode table"
7031 msgstr ""
7032
7033 #: lib/ext2fs/ext2_err.c:78
7034 msgid "Filesystem has unsupported feature(s)"
7035 msgstr ""
7036
7037 #: lib/ext2fs/ext2_err.c:79
7038 msgid "Filesystem has unsupported read-only feature(s)"
7039 msgstr ""
7040
7041 #: lib/ext2fs/ext2_err.c:80
7042 msgid "IO Channel failed to seek on read or write"
7043 msgstr ""
7044
7045 #: lib/ext2fs/ext2_err.c:81
7046 msgid "Memory allocation failed"
7047 msgstr ""
7048
7049 #: lib/ext2fs/ext2_err.c:82
7050 msgid "Invalid argument passed to ext2 library"
7051 msgstr ""
7052
7053 #: lib/ext2fs/ext2_err.c:83
7054 msgid "Could not allocate block in ext2 filesystem"
7055 msgstr ""
7056
7057 #: lib/ext2fs/ext2_err.c:84
7058 msgid "Could not allocate inode in ext2 filesystem"
7059 msgstr ""
7060
7061 #: lib/ext2fs/ext2_err.c:85
7062 msgid "Ext2 inode is not a directory"
7063 msgstr ""
7064
7065 #: lib/ext2fs/ext2_err.c:86
7066 msgid "Too many references in table"
7067 msgstr ""
7068
7069 #: lib/ext2fs/ext2_err.c:87
7070 msgid "File not found by ext2_lookup"
7071 msgstr ""
7072
7073 #: lib/ext2fs/ext2_err.c:88
7074 msgid "File open read-only"
7075 msgstr ""
7076
7077 #: lib/ext2fs/ext2_err.c:89
7078 msgid "Ext2 directory block not found"
7079 msgstr ""
7080
7081 #: lib/ext2fs/ext2_err.c:90
7082 msgid "Ext2 directory already exists"
7083 msgstr ""
7084
7085 #: lib/ext2fs/ext2_err.c:91
7086 msgid "Unimplemented ext2 library function"
7087 msgstr ""
7088
7089 #: lib/ext2fs/ext2_err.c:92
7090 msgid "User cancel requested"
7091 msgstr ""
7092
7093 #: lib/ext2fs/ext2_err.c:93
7094 msgid "Ext2 file too big"
7095 msgstr ""
7096
7097 #: lib/ext2fs/ext2_err.c:94
7098 msgid "Supplied journal device not a block device"
7099 msgstr ""
7100
7101 #: lib/ext2fs/ext2_err.c:95
7102 msgid "Journal superblock not found"
7103 msgstr ""
7104
7105 #: lib/ext2fs/ext2_err.c:96
7106 msgid "Journal must be at least 1024 blocks"
7107 msgstr ""
7108
7109 #: lib/ext2fs/ext2_err.c:97
7110 msgid "Unsupported journal version"
7111 msgstr ""
7112
7113 #: lib/ext2fs/ext2_err.c:98
7114 msgid "Error loading external journal"
7115 msgstr ""
7116
7117 #: lib/ext2fs/ext2_err.c:99
7118 msgid "Journal not found"
7119 msgstr ""
7120
7121 #: lib/ext2fs/ext2_err.c:100
7122 msgid "Directory hash unsupported"
7123 msgstr ""
7124
7125 #: lib/ext2fs/ext2_err.c:101
7126 msgid "Illegal extended attribute block number"
7127 msgstr ""
7128
7129 #: lib/ext2fs/ext2_err.c:102
7130 msgid "Cannot create filesystem with requested number of inodes"
7131 msgstr ""
7132
7133 #: lib/ext2fs/ext2_err.c:103
7134 msgid "E2image snapshot not in use"
7135 msgstr ""
7136
7137 #: lib/ext2fs/ext2_err.c:104
7138 msgid "Too many reserved group descriptor blocks"
7139 msgstr ""
7140
7141 #: lib/ext2fs/ext2_err.c:105
7142 msgid "Resize inode is corrupt"
7143 msgstr ""
7144
7145 #: lib/ext2fs/ext2_err.c:106
7146 msgid "Tried to set block bmap with missing indirect block"
7147 msgstr ""
7148
7149 #: lib/ext2fs/ext2_err.c:107
7150 msgid "TDB: Success"
7151 msgstr ""
7152
7153 #: lib/ext2fs/ext2_err.c:108
7154 msgid "TDB: Corrupt database"
7155 msgstr ""
7156
7157 #: lib/ext2fs/ext2_err.c:109
7158 msgid "TDB: IO Error"
7159 msgstr ""
7160
7161 #: lib/ext2fs/ext2_err.c:110
7162 msgid "TDB: Locking error"
7163 msgstr ""
7164
7165 #: lib/ext2fs/ext2_err.c:111
7166 msgid "TDB: Out of memory"
7167 msgstr ""
7168
7169 #: lib/ext2fs/ext2_err.c:112
7170 msgid "TDB: Record exists"
7171 msgstr ""
7172
7173 #: lib/ext2fs/ext2_err.c:113
7174 msgid "TDB: Lock exists on other keys"
7175 msgstr ""
7176
7177 #: lib/ext2fs/ext2_err.c:114
7178 msgid "TDB: Invalid parameter"
7179 msgstr ""
7180
7181 #: lib/ext2fs/ext2_err.c:115
7182 msgid "TDB: Record does not exist"
7183 msgstr ""
7184
7185 #: lib/ext2fs/ext2_err.c:116
7186 msgid "TDB: Write not permitted"
7187 msgstr ""
7188
7189 #: lib/ext2fs/ext2_err.c:117
7190 msgid "Ext2fs directory block list is empty"
7191 msgstr ""
7192
7193 #: lib/ext2fs/ext2_err.c:118
7194 msgid "Attempt to modify a block mapping via a read-only block iterator"
7195 msgstr ""
7196
7197 #: lib/ext2fs/ext2_err.c:119
7198 msgid "Wrong magic number for ext4 extent saved path"
7199 msgstr ""
7200
7201 #: lib/ext2fs/ext2_err.c:120
7202 msgid "Wrong magic number for 64-bit generic bitmap"
7203 msgstr ""
7204
7205 #: lib/ext2fs/ext2_err.c:121
7206 msgid "Wrong magic number for 64-bit block bitmap"
7207 msgstr ""
7208
7209 #: lib/ext2fs/ext2_err.c:122
7210 msgid "Wrong magic number for 64-bit inode bitmap"
7211 msgstr ""
7212
7213 #: lib/ext2fs/ext2_err.c:123
7214 msgid "Wrong magic number --- RESERVED_13"
7215 msgstr ""
7216
7217 #: lib/ext2fs/ext2_err.c:124
7218 msgid "Wrong magic number --- RESERVED_14"
7219 msgstr ""
7220
7221 #: lib/ext2fs/ext2_err.c:125
7222 msgid "Wrong magic number --- RESERVED_15"
7223 msgstr ""
7224
7225 #: lib/ext2fs/ext2_err.c:126
7226 msgid "Wrong magic number --- RESERVED_16"
7227 msgstr ""
7228
7229 #: lib/ext2fs/ext2_err.c:127
7230 msgid "Wrong magic number --- RESERVED_17"
7231 msgstr ""
7232
7233 #: lib/ext2fs/ext2_err.c:128
7234 msgid "Wrong magic number --- RESERVED_18"
7235 msgstr ""
7236
7237 #: lib/ext2fs/ext2_err.c:129
7238 msgid "Wrong magic number --- RESERVED_19"
7239 msgstr ""
7240
7241 #: lib/ext2fs/ext2_err.c:130
7242 msgid "Corrupt extent header"
7243 msgstr ""
7244
7245 #: lib/ext2fs/ext2_err.c:131
7246 msgid "Corrupt extent index"
7247 msgstr ""
7248
7249 #: lib/ext2fs/ext2_err.c:132
7250 msgid "Corrupt extent"
7251 msgstr ""
7252
7253 #: lib/ext2fs/ext2_err.c:133
7254 msgid "No free space in extent map"
7255 msgstr ""
7256
7257 #: lib/ext2fs/ext2_err.c:134
7258 msgid "Inode does not use extents"
7259 msgstr ""
7260
7261 #: lib/ext2fs/ext2_err.c:135
7262 msgid "No 'next' extent"
7263 msgstr ""
7264
7265 #: lib/ext2fs/ext2_err.c:136
7266 msgid "No 'previous' extent"
7267 msgstr ""
7268
7269 #: lib/ext2fs/ext2_err.c:137
7270 msgid "No 'up' extent"
7271 msgstr ""
7272
7273 #: lib/ext2fs/ext2_err.c:138
7274 msgid "No 'down' extent"
7275 msgstr ""
7276
7277 #: lib/ext2fs/ext2_err.c:139
7278 msgid "No current node"
7279 msgstr ""
7280
7281 #: lib/ext2fs/ext2_err.c:140
7282 msgid "Ext2fs operation not supported"
7283 msgstr ""
7284
7285 #: lib/ext2fs/ext2_err.c:141
7286 msgid "No room to insert extent in node"
7287 msgstr ""
7288
7289 #: lib/ext2fs/ext2_err.c:142
7290 msgid "Splitting would result in empty node"
7291 msgstr ""
7292
7293 #: lib/ext2fs/ext2_err.c:143
7294 msgid "Extent not found"
7295 msgstr ""
7296
7297 #: lib/ext2fs/ext2_err.c:144
7298 msgid "Operation not supported for inodes containing extents"
7299 msgstr ""
7300
7301 #: lib/ext2fs/ext2_err.c:145
7302 msgid "Extent length is invalid"
7303 msgstr ""
7304
7305 #: lib/ext2fs/ext2_err.c:146
7306 msgid "I/O Channel does not support 64-bit block numbers"
7307 msgstr ""
7308
7309 #: lib/ext2fs/ext2_err.c:147
7310 msgid "Can't check if filesystem is mounted due to missing mtab file"
7311 msgstr ""
7312
7313 #: lib/ext2fs/ext2_err.c:148
7314 msgid "Filesystem too large to use legacy bitmaps"
7315 msgstr ""
7316
7317 #: lib/ext2fs/ext2_err.c:149
7318 msgid "MMP: invalid magic number"
7319 msgstr ""
7320
7321 #: lib/ext2fs/ext2_err.c:150
7322 msgid "MMP: device currently active"
7323 msgstr ""
7324
7325 #: lib/ext2fs/ext2_err.c:151
7326 msgid "MMP: fsck being run"
7327 msgstr ""
7328
7329 #: lib/ext2fs/ext2_err.c:152
7330 msgid "MMP: block number beyond filesystem range"
7331 msgstr ""
7332
7333 #: lib/ext2fs/ext2_err.c:153
7334 msgid "MMP: undergoing an unknown operation"
7335 msgstr ""
7336
7337 #: lib/ext2fs/ext2_err.c:154
7338 msgid "MMP: filesystem still in use"
7339 msgstr ""
7340
7341 #: lib/ext2fs/ext2_err.c:155
7342 msgid "MMP: open with O_DIRECT failed"
7343 msgstr ""
7344
7345 #: lib/ext2fs/ext2_err.c:156
7346 msgid "Block group descriptor size incorrect"
7347 msgstr ""
7348
7349 #: lib/ext2fs/ext2_err.c:157
7350 msgid "Inode checksum does not match inode"
7351 msgstr ""
7352
7353 #: lib/ext2fs/ext2_err.c:158
7354 msgid "Inode bitmap checksum does not match bitmap"
7355 msgstr ""
7356
7357 #: lib/ext2fs/ext2_err.c:159
7358 msgid "Extent block checksum does not match extent block"
7359 msgstr ""
7360
7361 #: lib/ext2fs/ext2_err.c:160
7362 msgid "Directory block does not have space for checksum"
7363 msgstr ""
7364
7365 #: lib/ext2fs/ext2_err.c:161
7366 msgid "Directory block checksum does not match directory block"
7367 msgstr ""
7368
7369 #: lib/ext2fs/ext2_err.c:162
7370 msgid "Extended attribute block checksum does not match block"
7371 msgstr ""
7372
7373 #: lib/ext2fs/ext2_err.c:163
7374 msgid "Superblock checksum does not match superblock"
7375 msgstr ""
7376
7377 #: lib/ext2fs/ext2_err.c:164
7378 msgid "Unknown checksum algorithm"
7379 msgstr ""
7380
7381 #: lib/ext2fs/ext2_err.c:165
7382 msgid "MMP block checksum does not match MMP block"
7383 msgstr ""
7384
7385 #: lib/ext2fs/ext2_err.c:166
7386 msgid "Ext2 file already exists"
7387 msgstr ""
7388
7389 #: lib/ext2fs/ext2_err.c:167
7390 msgid "Block bitmap checksum does not match bitmap"
7391 msgstr ""
7392
7393 #: lib/ext2fs/ext2_err.c:168
7394 msgid "Cannot iterate data blocks of an inode containing inline data"
7395 msgstr ""
7396
7397 #: lib/ext2fs/ext2_err.c:169
7398 msgid "Extended attribute has an invalid name length"
7399 msgstr ""
7400
7401 #: lib/ext2fs/ext2_err.c:170
7402 msgid "Extended attribute has an invalid value length"
7403 msgstr ""
7404
7405 #: lib/ext2fs/ext2_err.c:171
7406 msgid "Extended attribute has an incorrect hash"
7407 msgstr ""
7408
7409 #: lib/ext2fs/ext2_err.c:172
7410 msgid "Extended attribute block has a bad header"
7411 msgstr ""
7412
7413 #: lib/ext2fs/ext2_err.c:173
7414 msgid "Extended attribute key not found"
7415 msgstr ""
7416
7417 #: lib/ext2fs/ext2_err.c:174
7418 msgid "Insufficient space to store extended attribute data"
7419 msgstr ""
7420
7421 #: lib/ext2fs/ext2_err.c:175
7422 msgid "Filesystem is missing ext_attr or inline_data feature"
7423 msgstr ""
7424
7425 #: lib/ext2fs/ext2_err.c:176
7426 msgid "Inode doesn't have inline data"
7427 msgstr ""
7428
7429 #: lib/ext2fs/ext2_err.c:177
7430 msgid "No block for an inode with inline data"
7431 msgstr ""
7432
7433 #: lib/ext2fs/ext2_err.c:178
7434 msgid "No free space in inline data"
7435 msgstr ""
7436
7437 #: lib/ext2fs/ext2_err.c:179
7438 msgid "Wrong magic number for extended attribute structure"
7439 msgstr ""
7440
7441 #: lib/ext2fs/ext2_err.c:180
7442 msgid "Inode seems to contain garbage"
7443 msgstr ""
7444
7445 #: lib/ext2fs/ext2_err.c:181
7446 msgid "Extended attribute has an invalid value offset"
7447 msgstr ""
7448
7449 #: lib/ext2fs/ext2_err.c:182
7450 msgid "Journal flags inconsistent"
7451 msgstr ""
7452
7453 #: lib/ext2fs/ext2_err.c:183
7454 msgid "Undo file corrupt"
7455 msgstr ""
7456
7457 #: lib/ext2fs/ext2_err.c:184
7458 msgid "Wrong undo file for this filesystem"
7459 msgstr ""
7460
7461 #: lib/support/prof_err.c:11
7462 msgid "Profile version 0.0"
7463 msgstr ""
7464
7465 #: lib/support/prof_err.c:12
7466 msgid "Bad magic value in profile_node"
7467 msgstr ""
7468
7469 #: lib/support/prof_err.c:13
7470 msgid "Profile section not found"
7471 msgstr ""
7472
7473 #: lib/support/prof_err.c:14
7474 msgid "Profile relation not found"
7475 msgstr ""
7476
7477 #: lib/support/prof_err.c:15
7478 msgid "Attempt to add a relation to node which is not a section"
7479 msgstr ""
7480
7481 #: lib/support/prof_err.c:16
7482 msgid "A profile section header has a non-zero value"
7483 msgstr ""
7484
7485 #: lib/support/prof_err.c:17
7486 msgid "Bad linked list in profile structures"
7487 msgstr ""
7488
7489 #: lib/support/prof_err.c:18
7490 msgid "Bad group level in profile structures"
7491 msgstr ""
7492
7493 #: lib/support/prof_err.c:19
7494 msgid "Bad parent pointer in profile structures"
7495 msgstr ""
7496
7497 #: lib/support/prof_err.c:20
7498 msgid "Bad magic value in profile iterator"
7499 msgstr ""
7500
7501 #: lib/support/prof_err.c:21
7502 msgid "Can't set value on section node"
7503 msgstr ""
7504
7505 #: lib/support/prof_err.c:22
7506 msgid "Invalid argument passed to profile library"
7507 msgstr ""
7508
7509 #: lib/support/prof_err.c:23
7510 msgid "Attempt to modify read-only profile"
7511 msgstr ""
7512
7513 #: lib/support/prof_err.c:24
7514 msgid "Profile section header not at top level"
7515 msgstr ""
7516
7517 #: lib/support/prof_err.c:25
7518 msgid "Syntax error in profile section header"
7519 msgstr ""
7520
7521 #: lib/support/prof_err.c:26
7522 msgid "Syntax error in profile relation"
7523 msgstr ""
7524
7525 #: lib/support/prof_err.c:27
7526 msgid "Extra closing brace in profile"
7527 msgstr ""
7528
7529 #: lib/support/prof_err.c:28
7530 msgid "Missing open brace in profile"
7531 msgstr ""
7532
7533 #: lib/support/prof_err.c:29
7534 msgid "Bad magic value in profile_t"
7535 msgstr ""
7536
7537 #: lib/support/prof_err.c:30
7538 msgid "Bad magic value in profile_section_t"
7539 msgstr ""
7540
7541 #: lib/support/prof_err.c:31
7542 msgid "Iteration through all top level section not supported"
7543 msgstr ""
7544
7545 #: lib/support/prof_err.c:32
7546 msgid "Invalid profile_section object"
7547 msgstr ""
7548
7549 #: lib/support/prof_err.c:33
7550 msgid "No more sections"
7551 msgstr ""
7552
7553 #: lib/support/prof_err.c:34
7554 msgid "Bad nameset passed to query routine"
7555 msgstr ""
7556
7557 #: lib/support/prof_err.c:35
7558 msgid "No profile file open"
7559 msgstr ""
7560
7561 #: lib/support/prof_err.c:36
7562 msgid "Bad magic value in profile_file_t"
7563 msgstr ""
7564
7565 #: lib/support/prof_err.c:37
7566 msgid "Couldn't open profile file"
7567 msgstr ""
7568
7569 #: lib/support/prof_err.c:38
7570 msgid "Section already exists"
7571 msgstr ""
7572
7573 #: lib/support/prof_err.c:39
7574 msgid "Invalid boolean value"
7575 msgstr ""
7576
7577 #: lib/support/prof_err.c:40
7578 msgid "Invalid integer value"
7579 msgstr ""
7580
7581 #: lib/support/prof_err.c:41
7582 msgid "Bad magic value in profile_file_data_t"
7583 msgstr ""
7584
7585 #: lib/support/plausible.c:103
7586 #, c-format
7587 msgid "\tlast mounted on %s on %s"
7588 msgstr ""
7589
7590 #: lib/support/plausible.c:106
7591 #, c-format
7592 msgid "\tlast mounted on %s"
7593 msgstr ""
7594
7595 #: lib/support/plausible.c:109
7596 #, c-format
7597 msgid "\tcreated on %s"
7598 msgstr ""
7599
7600 #: lib/support/plausible.c:112
7601 #, c-format
7602 msgid "\tlast modified on %s"
7603 msgstr ""
7604
7605 #: lib/support/plausible.c:146
7606 #, c-format
7607 msgid "Found a %s partition table in %s\n"
7608 msgstr ""
7609
7610 #: lib/support/plausible.c:176
7611 #, c-format
7612 msgid "The file %s does not exist and no size was specified.\n"
7613 msgstr ""
7614
7615 #: lib/support/plausible.c:184
7616 #, c-format
7617 msgid "Creating regular file %s\n"
7618 msgstr ""
7619
7620 #: lib/support/plausible.c:187
7621 #, c-format
7622 msgid "Could not open %s: %s\n"
7623 msgstr ""
7624
7625 #: lib/support/plausible.c:190
7626 msgid ""
7627 "\n"
7628 "The device apparently does not exist; did you specify it correctly?\n"
7629 msgstr ""
7630
7631 #: lib/support/plausible.c:212
7632 #, c-format
7633 msgid "%s is not a block special device.\n"
7634 msgstr ""
7635
7636 #: lib/support/plausible.c:234
7637 #, c-format
7638 msgid "%s contains a %s file system labelled '%s'\n"
7639 msgstr ""
7640
7641 #: lib/support/plausible.c:237
7642 #, c-format
7643 msgid "%s contains a %s file system\n"
7644 msgstr ""
7645
7646 #: lib/support/plausible.c:259
7647 #, c-format
7648 msgid "%s contains `%s' data\n"
7649 msgstr ""