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