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