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