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