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