Whamcloud - gitweb
Update release notes, etc., for the 1.43.6 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 by Theodore Ts'o
5 # This file is distributed under the same license as the e2fsprogs package.
6 # Theodore Ts'o <tytso@mit.edu>, 2017.
7 #
8 #. The strings in e2fsck's problem.c can be very hard to translate,
9 #. since the strings are expanded in two different ways.  First of all,
10 #. there is an @-expansion, where strings like "@i" are expanded to
11 #. "inode", and so on.  In order to make it easier for translators, the
12 #. e2fsprogs po template file has been enhanced with comments that show
13 #. the @-expansion, for the strings in the problem.c file.
14 #.
15 #. Translators are free to use the @-expansion facility if they so
16 #. choose, by providing translations for strings in e2fsck/message.c.
17 #. These translation can completely replace an expansion; for example,
18 #. if "bblock" (which indicated that "@b" would be expanded to "block")
19 #. is translated as "ddatenverlust", then "@d" will be expanded to
20 #. "datenverlust".  Alternatively, translators can simply not use the
21 #. @-expansion facility at all.
22 #.
23 #. The second expansion which is done for e2fsck's problem.c messages is
24 #. a dynamic %-expansion, which expands %i as an inode number, and so
25 #. on.  A table of these expansions can be found below.  Note that
26 #. %-expressions that begin with "%D" and "%I" are two-character
27 #. expansions; so for example, "%Iu" expands to the inode's user id
28 #. ownership field (inode->i_uid).  Also the "%B" expansion is special:
29 #. it can expand to either the string "indirect block" (possibly preceded
30 #. by the word "double" or "triple"), or the string "block #" immediately
31 #. followed by an integer indicating a block sequence number.
32 #.  
33 #.      %b      <blk>                   block number
34 #.      %B      "indirect block" | "block #"<blkcount>  string | string+integer
35 #.      %c      <blk2>                  block number
36 #.      %Di     <dirent> -> ino         inode number
37 #.      %Dn     <dirent> -> name        string
38 #.      %Dr     <dirent> -> rec_len
39 #.      %Dl     <dirent> -> name_len
40 #.      %Dt     <dirent> -> filetype
41 #.      %d      <dir>                   inode number
42 #.      %g      <group>                 integer
43 #.      %i      <ino>                   inode number
44 #.      %Is     <inode> -> i_size
45 #.      %IS     <inode> -> i_extra_isize
46 #.      %Ib     <inode> -> i_blocks
47 #.      %Il     <inode> -> i_links_count
48 #.      %Im     <inode> -> i_mode
49 #.      %IM     <inode> -> i_mtime
50 #.      %IF     <inode> -> i_faddr
51 #.      %If     <inode> -> i_file_acl
52 #.      %Id     <inode> -> i_dir_acl
53 #.      %Iu     <inode> -> i_uid
54 #.      %Ig     <inode> -> i_gid
55 #.      %It     <str>                   file type
56 #.      %j      <ino2>                  inode number
57 #.      %m      <com_err error message>
58 #.      %N      <num>
59 #.      %p              ext2fs_get_pathname of directory <ino>
60 #.      %P              ext2fs_get_pathname of <dirent>->ino with <ino2> as
61 #.                              the containing directory.  (If dirent is NULL
62 #.                              then return the pathname of directory <ino2>)
63 #.      %q              ext2fs_get_pathname of directory <dir>
64 #.      %Q              ext2fs_get_pathname of directory <ino> with <dir> as
65 #.                              the containing directory.
66 #.      %s      <str>                   miscellaneous string
67 #.      %S              backup superblock
68 #.      %X      <num>   hexadecimal format
69 #.
70 #, fuzzy
71 msgid ""
72 msgstr ""
73 "Project-Id-Version: e2fsprogs 1.43.6\n"
74 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
75 "POT-Creation-Date: 2017-08-29 01:11-0400\n"
76 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
77 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
78 "Language-Team: LANGUAGE <LL@li.org>\n"
79 "Language: \n"
80 "MIME-Version: 1.0\n"
81 "Content-Type: text/plain; charset=CHARSET\n"
82 "Content-Transfer-Encoding: 8bit\n"
83 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
84
85 #: e2fsck/badblocks.c:23 misc/mke2fs.c:214
86 #, c-format
87 msgid "Bad block %u out of range; ignored.\n"
88 msgstr ""
89
90 #: e2fsck/badblocks.c:46
91 msgid "while sanity checking the bad blocks inode"
92 msgstr ""
93
94 #: e2fsck/badblocks.c:58
95 msgid "while reading the bad blocks inode"
96 msgstr ""
97
98 #: e2fsck/badblocks.c:72 e2fsck/scantest.c:107 e2fsck/unix.c:1533
99 #: e2fsck/unix.c:1626 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:2726 misc/tune2fs.c:2820 resize/main.c:413
103 #, c-format
104 msgid "while trying to open %s"
105 msgstr ""
106
107 #: e2fsck/badblocks.c:83
108 #, c-format
109 msgid "while trying popen '%s'"
110 msgstr ""
111
112 #: e2fsck/badblocks.c:94 misc/mke2fs.c:237
113 msgid "while reading in list of bad blocks from file"
114 msgstr ""
115
116 #: e2fsck/badblocks.c:105
117 msgid "while updating bad block inode"
118 msgstr ""
119
120 #: e2fsck/badblocks.c:133
121 #, c-format
122 msgid "Warning: illegal block %u found in bad block inode.  Cleared.\n"
123 msgstr ""
124
125 #: e2fsck/ehandler.c:55
126 #, c-format
127 msgid "Error reading block %lu (%s) while %s.  "
128 msgstr ""
129
130 #: e2fsck/ehandler.c:58
131 #, c-format
132 msgid "Error reading block %lu (%s).  "
133 msgstr ""
134
135 #: e2fsck/ehandler.c:66 e2fsck/ehandler.c:115
136 msgid "Ignore error"
137 msgstr ""
138
139 #: e2fsck/ehandler.c:67
140 msgid "Force rewrite"
141 msgstr ""
142
143 #: e2fsck/ehandler.c:109
144 #, c-format
145 msgid "Error writing block %lu (%s) while %s.  "
146 msgstr ""
147
148 #: e2fsck/ehandler.c:112
149 #, c-format
150 msgid "Error writing block %lu (%s).  "
151 msgstr ""
152
153 #: e2fsck/emptydir.c:57
154 msgid "empty dirblocks"
155 msgstr ""
156
157 #: e2fsck/emptydir.c:62
158 msgid "empty dir map"
159 msgstr ""
160
161 #: e2fsck/emptydir.c:98
162 #, c-format
163 msgid "Empty directory block %u (#%d) in inode %u\n"
164 msgstr ""
165
166 #: e2fsck/extend.c:22
167 #, c-format
168 msgid "%s: %s filename nblocks blocksize\n"
169 msgstr ""
170
171 #: e2fsck/extend.c:44
172 #, c-format
173 msgid "Illegal number of blocks!\n"
174 msgstr ""
175
176 #: e2fsck/extend.c:50
177 #, c-format
178 msgid "Couldn't allocate block buffer (size=%d)\n"
179 msgstr ""
180
181 #: e2fsck/extents.c:42
182 msgid "extent rebuild inode map"
183 msgstr ""
184
185 #: e2fsck/flushb.c:35
186 #, c-format
187 msgid "Usage: %s disk\n"
188 msgstr ""
189
190 #: e2fsck/flushb.c:64
191 #, c-format
192 msgid "BLKFLSBUF ioctl not supported!  Can't flush buffers.\n"
193 msgstr ""
194
195 #: e2fsck/iscan.c:44
196 #, c-format
197 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
198 msgstr ""
199
200 #: e2fsck/iscan.c:81 e2fsck/unix.c:1059
201 #, c-format
202 msgid "while opening %s for flushing"
203 msgstr ""
204
205 #: e2fsck/iscan.c:86 e2fsck/unix.c:1065 resize/main.c:382
206 #, c-format
207 msgid "while trying to flush %s"
208 msgstr ""
209
210 #: e2fsck/iscan.c:110
211 #, c-format
212 msgid "while trying to open '%s'"
213 msgstr ""
214
215 #: e2fsck/iscan.c:119 e2fsck/scantest.c:114 misc/e2image.c: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:1209
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:190
2830 #, c-format
2831 msgid "while calling ext2fs_block_iterate for inode %d"
2832 msgstr ""
2833
2834 #: e2fsck/super.c:213
2835 #, c-format
2836 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2837 msgstr ""
2838
2839 #: e2fsck/super.c:274
2840 msgid "Truncating"
2841 msgstr ""
2842
2843 #: e2fsck/super.c:275
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:134
2879 #, c-format
2880 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2881 msgstr ""
2882
2883 #: e2fsck/unix.c:160
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:164
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:169
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:174
2909 #, c-format
2910 msgid "             # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2911 msgstr ""
2912
2913 #: e2fsck/unix.c:182
2914 msgid "             Extent depth histogram: "
2915 msgstr ""
2916
2917 #: e2fsck/unix.c:191
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:195
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:197
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:199
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:201
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:203
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:206
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:208
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:210
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:212
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:214
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:218
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:222
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:235 misc/badblocks.c:1002 misc/tune2fs.c:2911 misc/util.c:126
3013 #: resize/main.c:353
3014 #, c-format
3015 msgid "while determining whether %s is mounted."
3016 msgstr ""
3017
3018 #: e2fsck/unix.c:256
3019 #, c-format
3020 msgid "Warning!  %s is mounted.\n"
3021 msgstr ""
3022
3023 #: e2fsck/unix.c:259
3024 #, c-format
3025 msgid "Warning!  %s is in use.\n"
3026 msgstr ""
3027
3028 #: e2fsck/unix.c:265
3029 #, c-format
3030 msgid "%s is mounted.\n"
3031 msgstr ""
3032
3033 #: e2fsck/unix.c:267
3034 #, c-format
3035 msgid "%s is in use.\n"
3036 msgstr ""
3037
3038 #: e2fsck/unix.c:269
3039 msgid ""
3040 "Cannot continue, aborting.\n"
3041 "\n"
3042 msgstr ""
3043
3044 #: e2fsck/unix.c:271
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:276
3054 msgid "Do you really want to continue"
3055 msgstr ""
3056
3057 #: e2fsck/unix.c:278
3058 msgid "check aborted.\n"
3059 msgstr ""
3060
3061 #: e2fsck/unix.c:371
3062 msgid " contains a file system with errors"
3063 msgstr ""
3064
3065 #: e2fsck/unix.c:373
3066 msgid " was not cleanly unmounted"
3067 msgstr ""
3068
3069 #: e2fsck/unix.c:375
3070 msgid " primary superblock features different from backup"
3071 msgstr ""
3072
3073 #: e2fsck/unix.c:379
3074 #, c-format
3075 msgid " has been mounted %u times without being checked"
3076 msgstr ""
3077
3078 #: e2fsck/unix.c:386
3079 msgid " has filesystem last checked time in the future"
3080 msgstr ""
3081
3082 #: e2fsck/unix.c:392
3083 #, c-format
3084 msgid " has gone %u days without being checked"
3085 msgstr ""
3086
3087 #: e2fsck/unix.c:401
3088 msgid ", check forced.\n"
3089 msgstr ""
3090
3091 #: e2fsck/unix.c:434
3092 #, c-format
3093 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3094 msgstr ""
3095
3096 #: e2fsck/unix.c:454
3097 msgid " (check deferred; on battery)"
3098 msgstr ""
3099
3100 #: e2fsck/unix.c:457
3101 msgid " (check after next mount)"
3102 msgstr ""
3103
3104 #: e2fsck/unix.c:459
3105 #, c-format
3106 msgid " (check in %ld mounts)"
3107 msgstr ""
3108
3109 #: e2fsck/unix.c:609
3110 #, c-format
3111 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3112 msgstr ""
3113
3114 #: e2fsck/unix.c:679
3115 msgid "Invalid EA version.\n"
3116 msgstr ""
3117
3118 #: e2fsck/unix.c:692
3119 msgid "Invalid readahead buffer size.\n"
3120 msgstr ""
3121
3122 #: e2fsck/unix.c:737
3123 #, c-format
3124 msgid "Unknown extended option: %s\n"
3125 msgstr ""
3126
3127 #: e2fsck/unix.c:745
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:749
3136 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3137 msgstr ""
3138
3139 #: e2fsck/unix.c:758
3140 msgid "\treadahead_kb=<buffer size>\n"
3141 msgstr ""
3142
3143 #: e2fsck/unix.c:768
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:841
3151 #, c-format
3152 msgid "Error validating file descriptor %d: %s\n"
3153 msgstr ""
3154
3155 #: e2fsck/unix.c:845
3156 msgid "Invalid completion information file descriptor"
3157 msgstr ""
3158
3159 #: e2fsck/unix.c:860
3160 msgid "Only one of the options -p/-a, -n or -y may be specified."
3161 msgstr ""
3162
3163 #: e2fsck/unix.c:881
3164 #, c-format
3165 msgid "The -t option is not supported on this version of e2fsck.\n"
3166 msgstr ""
3167
3168 #: e2fsck/unix.c:912 e2fsck/unix.c:989 misc/e2initrd_helper.c:330
3169 #: misc/tune2fs.c:1631 misc/tune2fs.c:1926 misc/tune2fs.c:1944
3170 #, c-format
3171 msgid "Unable to resolve '%s'"
3172 msgstr ""
3173
3174 #: e2fsck/unix.c:968
3175 msgid "The -n and -D options are incompatible."
3176 msgstr ""
3177
3178 #: e2fsck/unix.c:973
3179 msgid "The -n and -c options are incompatible."
3180 msgstr ""
3181
3182 #: e2fsck/unix.c:978
3183 msgid "The -n and -l/-L options are incompatible."
3184 msgstr ""
3185
3186 #: e2fsck/unix.c:1002
3187 msgid "The -D and -E fixes_only options are incompatible."
3188 msgstr ""
3189
3190 #: e2fsck/unix.c:1008
3191 msgid "The -E bmap2extent and fixes_only options are incompatible."
3192 msgstr ""
3193
3194 #: e2fsck/unix.c:1072
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:1119
3199 #, c-format
3200 msgid ""
3201 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3202 "\n"
3203 msgstr ""
3204
3205 #: e2fsck/unix.c:1128
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:1219
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:1236 e2fsck/unix.c:1241
3221 msgid "while checking MMP block"
3222 msgstr ""
3223
3224 #: e2fsck/unix.c:1243 misc/tune2fs.c:2825
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:1258
3231 msgid "while reading MMP block"
3232 msgstr ""
3233
3234 #: e2fsck/unix.c:1278 e2fsck/unix.c:1330 misc/e2undo.c:230 misc/e2undo.c:275
3235 #: misc/mke2fs.c:2567 misc/mke2fs.c:2618 misc/tune2fs.c:2643
3236 #: misc/tune2fs.c:2688 resize/main.c:187 resize/main.c:232
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:1319 misc/e2undo.c:264 misc/mke2fs.c:2607 misc/tune2fs.c:2677
3245 #: resize/main.c:221
3246 #, c-format
3247 msgid "while trying to delete %s"
3248 msgstr ""
3249
3250 #: e2fsck/unix.c:1345 misc/mke2fs.c:2633 resize/main.c:242
3251 msgid "while trying to setup undo file\n"
3252 msgstr ""
3253
3254 #: e2fsck/unix.c:1388
3255 msgid "Error: ext2fs library version out of date!\n"
3256 msgstr ""
3257
3258 #: e2fsck/unix.c:1395
3259 msgid "while trying to initialize program"
3260 msgstr ""
3261
3262 #: e2fsck/unix.c:1418
3263 #, c-format
3264 msgid "\tUsing %s, %s\n"
3265 msgstr ""
3266
3267 #: e2fsck/unix.c:1430
3268 msgid "need terminal for interactive repairs"
3269 msgstr ""
3270
3271 #: e2fsck/unix.c:1491
3272 #, c-format
3273 msgid "%s: %s trying backup blocks...\n"
3274 msgstr ""
3275
3276 #: e2fsck/unix.c:1493
3277 msgid "Superblock invalid,"
3278 msgstr ""
3279
3280 #: e2fsck/unix.c:1494
3281 msgid "Group descriptors look bad..."
3282 msgstr ""
3283
3284 #: e2fsck/unix.c:1504
3285 #, c-format
3286 msgid "%s: %s while using the backup blocks"
3287 msgstr ""
3288
3289 #: e2fsck/unix.c:1508
3290 #, c-format
3291 msgid "%s: going back to original superblock\n"
3292 msgstr ""
3293
3294 #: e2fsck/unix.c:1537
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:1544
3302 msgid "Could this be a zero-length partition?\n"
3303 msgstr ""
3304
3305 #: e2fsck/unix.c:1546
3306 #, c-format
3307 msgid "You must have %s access to the filesystem or be root\n"
3308 msgstr ""
3309
3310 #: e2fsck/unix.c:1552
3311 msgid "Possibly non-existent or swap device?\n"
3312 msgstr ""
3313
3314 #: e2fsck/unix.c:1554
3315 msgid "Filesystem mounted or opened exclusively by another program?\n"
3316 msgstr ""
3317
3318 #: e2fsck/unix.c:1558
3319 msgid "Possibly non-existent device?\n"
3320 msgstr ""
3321
3322 #: e2fsck/unix.c:1561
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:1629
3329 msgid "Get a newer version of e2fsck!"
3330 msgstr ""
3331
3332 #: e2fsck/unix.c:1673
3333 #, c-format
3334 msgid "while checking journal for %s"
3335 msgstr ""
3336
3337 #: e2fsck/unix.c:1676
3338 msgid "Cannot proceed with file system check"
3339 msgstr ""
3340
3341 #: e2fsck/unix.c:1687
3342 msgid ""
3343 "Warning: skipping journal recovery because doing a read-only filesystem "
3344 "check.\n"
3345 msgstr ""
3346
3347 #: e2fsck/unix.c:1699
3348 #, c-format
3349 msgid "unable to set superblock flags on %s\n"
3350 msgstr ""
3351
3352 #: e2fsck/unix.c:1705
3353 #, c-format
3354 msgid "Journal checksum error found in %s\n"
3355 msgstr ""
3356
3357 #: e2fsck/unix.c:1709
3358 #, c-format
3359 msgid "Journal corrupted in %s\n"
3360 msgstr ""
3361
3362 #: e2fsck/unix.c:1713
3363 #, c-format
3364 msgid "while recovering journal of %s"
3365 msgstr ""
3366
3367 #: e2fsck/unix.c:1735
3368 #, c-format
3369 msgid "%s has unsupported feature(s):"
3370 msgstr ""
3371
3372 #: e2fsck/unix.c:1794
3373 #, c-format
3374 msgid "%s: %s while reading bad blocks inode\n"
3375 msgstr ""
3376
3377 #: e2fsck/unix.c:1797
3378 msgid "This doesn't bode well, but we'll try to go on...\n"
3379 msgstr ""
3380
3381 #: e2fsck/unix.c:1837
3382 #, c-format
3383 msgid "Creating journal (%d blocks): "
3384 msgstr ""
3385
3386 #: e2fsck/unix.c:1847
3387 msgid " Done.\n"
3388 msgstr ""
3389
3390 #: e2fsck/unix.c:1849
3391 msgid ""
3392 "\n"
3393 "*** journal has been regenerated ***\n"
3394 msgstr ""
3395
3396 #: e2fsck/unix.c:1855
3397 msgid "aborted"
3398 msgstr ""
3399
3400 #: e2fsck/unix.c:1857
3401 #, c-format
3402 msgid "%s: e2fsck canceled.\n"
3403 msgstr ""
3404
3405 #: e2fsck/unix.c:1884
3406 msgid "Restarting e2fsck from the beginning...\n"
3407 msgstr ""
3408
3409 #: e2fsck/unix.c:1888
3410 msgid "while resetting context"
3411 msgstr ""
3412
3413 #: e2fsck/unix.c:1939
3414 #, c-format
3415 msgid ""
3416 "\n"
3417 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3418 msgstr ""
3419
3420 #: e2fsck/unix.c:1941
3421 #, c-format
3422 msgid "%s: File system was modified.\n"
3423 msgstr ""
3424
3425 #: e2fsck/unix.c:1945 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:1950
3433 #, c-format
3434 msgid "%s: ***** REBOOT SYSTEM *****\n"
3435 msgstr ""
3436
3437 #: e2fsck/unix.c:1958 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] [-svwnf]\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:74 misc/create_inode.c:113
3842 #, c-format
3843 msgid "while reading inode %u"
3844 msgstr ""
3845
3846 #: misc/create_inode.c:84 misc/create_inode.c:276 misc/create_inode.c:340
3847 #: misc/create_inode.c:378
3848 msgid "while expanding directory"
3849 msgstr ""
3850
3851 #: misc/create_inode.c:91
3852 #, c-format
3853 msgid "while linking \"%s\""
3854 msgstr ""
3855
3856 #: misc/create_inode.c:99 misc/create_inode.c:126 misc/create_inode.c:310
3857 #, c-format
3858 msgid "while writing inode %u"
3859 msgstr ""
3860
3861 #: misc/create_inode.c:143 misc/create_inode.c:167
3862 #, c-format
3863 msgid "while listing attributes of \"%s\""
3864 msgstr ""
3865
3866 #: misc/create_inode.c:154
3867 #, c-format
3868 msgid "while opening inode %u"
3869 msgstr ""
3870
3871 #: misc/create_inode.c:160 misc/create_inode.c:187 misc/create_inode.c:909
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:180 misc/create_inode.c:196
3878 #, c-format
3879 msgid "while reading attribute \"%s\" of \"%s\""
3880 msgstr ""
3881
3882 #: misc/create_inode.c:205
3883 #, c-format
3884 msgid "while writing attribute \"%s\" to inode %u"
3885 msgstr ""
3886
3887 #: misc/create_inode.c:215
3888 #, c-format
3889 msgid "while closing inode %u"
3890 msgstr ""
3891
3892 #: misc/create_inode.c:263
3893 #, c-format
3894 msgid "while allocating inode \"%s\""
3895 msgstr ""
3896
3897 #: misc/create_inode.c:282
3898 #, c-format
3899 msgid "while creating inode \"%s\""
3900 msgstr ""
3901
3902 #: misc/create_inode.c:347
3903 #, c-format
3904 msgid "while creating symlink \"%s\""
3905 msgstr ""
3906
3907 #: misc/create_inode.c:365 misc/create_inode.c:842
3908 #, c-format
3909 msgid "while looking up \"%s\""
3910 msgstr ""
3911
3912 #: misc/create_inode.c:385
3913 #, c-format
3914 msgid "while creating directory \"%s\""
3915 msgstr ""
3916
3917 #: misc/create_inode.c:613
3918 #, c-format
3919 msgid "while opening \"%s\" to copy"
3920 msgstr ""
3921
3922 #: misc/create_inode.c:705
3923 #, c-format
3924 msgid "while changing working directory to \"%s\""
3925 msgstr ""
3926
3927 #: misc/create_inode.c:713
3928 #, c-format
3929 msgid "while opening directory \"%s\""
3930 msgstr ""
3931
3932 #: misc/create_inode.c:723
3933 #, c-format
3934 msgid "while lstat \"%s\""
3935 msgstr ""
3936
3937 #: misc/create_inode.c:756
3938 #, c-format
3939 msgid "while creating special file \"%s\""
3940 msgstr ""
3941
3942 #: misc/create_inode.c:765
3943 msgid "malloc failed"
3944 msgstr ""
3945
3946 #: misc/create_inode.c:773
3947 #, c-format
3948 msgid "while trying to read link \"%s\""
3949 msgstr ""
3950
3951 #: misc/create_inode.c:780
3952 msgid "symlink increased in size between lstat() and readlink()"
3953 msgstr ""
3954
3955 #: misc/create_inode.c:791
3956 #, c-format
3957 msgid "while writing symlink\"%s\""
3958 msgstr ""
3959
3960 #: misc/create_inode.c:801
3961 #, c-format
3962 msgid "while writing file \"%s\""
3963 msgstr ""
3964
3965 #: misc/create_inode.c:814
3966 #, c-format
3967 msgid "while making dir \"%s\""
3968 msgstr ""
3969
3970 #: misc/create_inode.c:831
3971 msgid "while changing directory"
3972 msgstr ""
3973
3974 #: misc/create_inode.c:837
3975 #, c-format
3976 msgid "ignoring entry \"%s\""
3977 msgstr ""
3978
3979 #: misc/create_inode.c:850
3980 #, c-format
3981 msgid "while setting inode for \"%s\""
3982 msgstr ""
3983
3984 #: misc/create_inode.c:857
3985 #, c-format
3986 msgid "while setting xattrs for \"%s\""
3987 msgstr ""
3988
3989 #: misc/create_inode.c:875
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:365
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:214
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:1963
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:2838
4172 #: resize/main.c:415
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 ] [ -fr ] 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:3011
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:1623
4469 #, c-format
4470 msgid "Usage: e2label device [newlabel]\n"
4471 msgstr ""
4472
4473 #: misc/e2undo.c:118
4474 #, c-format
4475 msgid "Usage: %s [-f] [-h] [-n] [-v] <transaction file> <filesystem>\n"
4476 msgstr ""
4477
4478 #: misc/e2undo.c:143
4479 msgid "The file system superblock doesn't match the undo file.\n"
4480 msgstr ""
4481
4482 #: misc/e2undo.c:146
4483 msgid "UUID does not match.\n"
4484 msgstr ""
4485
4486 #: misc/e2undo.c:148
4487 msgid "Last mount time does not match.\n"
4488 msgstr ""
4489
4490 #: misc/e2undo.c:150
4491 msgid "Last write time does not match.\n"
4492 msgstr ""
4493
4494 #: misc/e2undo.c:152
4495 msgid "Lifetime write counter does not match.\n"
4496 msgstr ""
4497
4498 #: misc/e2undo.c:166
4499 msgid "while reading filesystem superblock."
4500 msgstr ""
4501
4502 #: misc/e2undo.c:182
4503 msgid "while fetching superblock"
4504 msgstr ""
4505
4506 #: misc/e2undo.c:195
4507 #, c-format
4508 msgid "Undo file superblock checksum doesn't match.\n"
4509 msgstr ""
4510
4511 #: misc/e2undo.c:334
4512 #, c-format
4513 msgid "illegal offset - %s"
4514 msgstr ""
4515
4516 #: misc/e2undo.c:358
4517 #, c-format
4518 msgid "Will not write to an undo file while replaying it.\n"
4519 msgstr ""
4520
4521 #: misc/e2undo.c:367
4522 #, c-format
4523 msgid "while opening undo file `%s'\n"
4524 msgstr ""
4525
4526 #: misc/e2undo.c:374
4527 msgid "while reading undo file"
4528 msgstr ""
4529
4530 #: misc/e2undo.c:379
4531 #, c-format
4532 msgid "%s: Not an undo file.\n"
4533 msgstr ""
4534
4535 #: misc/e2undo.c:390
4536 #, c-format
4537 msgid "%s: Header checksum doesn't match.\n"
4538 msgstr ""
4539
4540 #: misc/e2undo.c:397
4541 #, c-format
4542 msgid "%s: Corrupt undo file header.\n"
4543 msgstr ""
4544
4545 #: misc/e2undo.c:401
4546 #, c-format
4547 msgid "%s: Undo block size too large.\n"
4548 msgstr ""
4549
4550 #: misc/e2undo.c:406
4551 #, c-format
4552 msgid "%s: Undo block size too small.\n"
4553 msgstr ""
4554
4555 #: misc/e2undo.c:419
4556 #, c-format
4557 msgid "%s: Unknown undo file feature set.\n"
4558 msgstr ""
4559
4560 #: misc/e2undo.c:427
4561 #, c-format
4562 msgid "Error while determining whether %s is mounted."
4563 msgstr ""
4564
4565 #: misc/e2undo.c:433
4566 msgid "e2undo should only be run on unmounted filesystems"
4567 msgstr ""
4568
4569 #: misc/e2undo.c:449
4570 #, c-format
4571 msgid "while opening `%s'"
4572 msgstr ""
4573
4574 #: misc/e2undo.c:460
4575 msgid "specified offset is too large"
4576 msgstr ""
4577
4578 #: misc/e2undo.c:501
4579 msgid "while reading keys"
4580 msgstr ""
4581
4582 #: misc/e2undo.c:513
4583 #, c-format
4584 msgid "%s: wrong key magic at %llu\n"
4585 msgstr ""
4586
4587 #: misc/e2undo.c:523
4588 #, c-format
4589 msgid "%s: key block checksum error at %llu.\n"
4590 msgstr ""
4591
4592 #: misc/e2undo.c:546
4593 #, c-format
4594 msgid "%s: block %llu is too long."
4595 msgstr ""
4596
4597 #: misc/e2undo.c:558 misc/e2undo.c:594
4598 #, c-format
4599 msgid "while fetching block %llu."
4600 msgstr ""
4601
4602 #: misc/e2undo.c:570
4603 #, c-format
4604 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4605 msgstr ""
4606
4607 #: misc/e2undo.c:609
4608 #, c-format
4609 msgid "while writing block %llu."
4610 msgstr ""
4611
4612 #: misc/e2undo.c:615
4613 #, c-format
4614 msgid "Undo file corruption; run e2fsck NOW!\n"
4615 msgstr ""
4616
4617 #: misc/e2undo.c:617
4618 #, c-format
4619 msgid "IO error during replay; run e2fsck NOW!\n"
4620 msgstr ""
4621
4622 #: misc/e2undo.c:620
4623 #, c-format
4624 msgid "Incomplete undo record; run e2fsck.\n"
4625 msgstr ""
4626
4627 #: misc/findsuper.c:110
4628 #, c-format
4629 msgid "Usage:  findsuper device [skipbytes [startkb]]\n"
4630 msgstr ""
4631
4632 #: misc/findsuper.c:155
4633 #, c-format
4634 msgid "skipbytes should be a number, not %s\n"
4635 msgstr ""
4636
4637 #: misc/findsuper.c:162
4638 #, c-format
4639 msgid "skipbytes must be a multiple of the sector size\n"
4640 msgstr ""
4641
4642 #: misc/findsuper.c:169
4643 #, c-format
4644 msgid "startkb should be a number, not %s\n"
4645 msgstr ""
4646
4647 #: misc/findsuper.c:175
4648 #, c-format
4649 msgid "startkb should be positive, not %llu\n"
4650 msgstr ""
4651
4652 #: misc/findsuper.c:186
4653 #, c-format
4654 msgid "starting at %llu, with %u byte increments\n"
4655 msgstr ""
4656
4657 #: misc/findsuper.c:188
4658 #, c-format
4659 msgid ""
4660 "[*] probably superblock written in the ext3 journal superblock,\n"
4661 "\tso start/end/grp wrong\n"
4662 msgstr ""
4663
4664 #: misc/findsuper.c:190
4665 #, c-format
4666 msgid ""
4667 "byte_offset  byte_start     byte_end  fs_blocks blksz  grp  mkfs/"
4668 "mount_time           sb_uuid label\n"
4669 msgstr ""
4670
4671 #: misc/findsuper.c:264
4672 #, c-format
4673 msgid ""
4674 "\n"
4675 "%11Lu: finished with errno %d\n"
4676 msgstr ""
4677
4678 #: misc/fsck.c:343
4679 #, c-format
4680 msgid "WARNING: couldn't open %s: %s\n"
4681 msgstr ""
4682
4683 #: misc/fsck.c:353
4684 #, c-format
4685 msgid "WARNING: bad format on line %d of %s\n"
4686 msgstr ""
4687
4688 #: misc/fsck.c:370
4689 msgid ""
4690 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4691 "\tfield.  I will kludge around things for you, but you\n"
4692 "\tshould fix your /etc/fstab file as soon as you can.\n"
4693 "\n"
4694 msgstr ""
4695
4696 #: misc/fsck.c:478
4697 #, c-format
4698 msgid "fsck: %s: not found\n"
4699 msgstr ""
4700
4701 #: misc/fsck.c:594
4702 #, c-format
4703 msgid "%s: wait: No more child process?!?\n"
4704 msgstr ""
4705
4706 #: misc/fsck.c:616
4707 #, c-format
4708 msgid "Warning... %s for device %s exited with signal %d.\n"
4709 msgstr ""
4710
4711 #: misc/fsck.c:622
4712 #, c-format
4713 msgid "%s %s: status is %x, should never happen.\n"
4714 msgstr ""
4715
4716 #: misc/fsck.c:661
4717 #, c-format
4718 msgid "Finished with %s (exit status %d)\n"
4719 msgstr ""
4720
4721 #: misc/fsck.c:721
4722 #, c-format
4723 msgid "%s: Error %d while executing fsck.%s for %s\n"
4724 msgstr ""
4725
4726 #: misc/fsck.c:742
4727 msgid ""
4728 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4729 "with 'no' or '!'.\n"
4730 msgstr ""
4731
4732 #: misc/fsck.c:761
4733 msgid "Couldn't allocate memory for filesystem types\n"
4734 msgstr ""
4735
4736 #: misc/fsck.c:884
4737 #, c-format
4738 msgid ""
4739 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4740 "number\n"
4741 msgstr ""
4742
4743 #: misc/fsck.c:911
4744 #, c-format
4745 msgid "fsck: cannot check %s: fsck.%s not found\n"
4746 msgstr ""
4747
4748 #: misc/fsck.c:967
4749 msgid "Checking all file systems.\n"
4750 msgstr ""
4751
4752 #: misc/fsck.c:1058
4753 #, c-format
4754 msgid "--waiting-- (pass %d)\n"
4755 msgstr ""
4756
4757 #: misc/fsck.c:1078
4758 msgid ""
4759 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4760 msgstr ""
4761
4762 #: misc/fsck.c:1120
4763 #, c-format
4764 msgid "%s: too many devices\n"
4765 msgstr ""
4766
4767 #: misc/fsck.c:1153 misc/fsck.c:1239
4768 #, c-format
4769 msgid "%s: too many arguments\n"
4770 msgstr ""
4771
4772 #: misc/fuse2fs.c:3745
4773 msgid "Mounting read-only.\n"
4774 msgstr ""
4775
4776 #: misc/fuse2fs.c:3769
4777 #, c-format
4778 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4779 msgstr ""
4780
4781 #: misc/fuse2fs.c:3781 misc/fuse2fs.c:3794
4782 #, c-format
4783 msgid "%s: %s.\n"
4784 msgstr ""
4785
4786 #: misc/fuse2fs.c:3782 misc/fuse2fs.c:3796 misc/tune2fs.c:3240
4787 #, c-format
4788 msgid "Please run e2fsck -fy %s.\n"
4789 msgstr ""
4790
4791 #: misc/fuse2fs.c:3803
4792 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
4793 msgstr ""
4794
4795 #: misc/fuse2fs.c:3811
4796 #, c-format
4797 msgid "%s: Writing to the journal is not supported.\n"
4798 msgstr ""
4799
4800 #: misc/fuse2fs.c:3826
4801 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
4802 msgstr ""
4803
4804 #: misc/fuse2fs.c:3830
4805 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
4806 msgstr ""
4807
4808 #: misc/fuse2fs.c:3835
4809 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
4810 msgstr ""
4811
4812 #: misc/fuse2fs.c:3839
4813 msgid "Orphans detected; running e2fsck is recommended.\n"
4814 msgstr ""
4815
4816 #: misc/fuse2fs.c:3843
4817 msgid "Errors detected; running e2fsck is required.\n"
4818 msgstr ""
4819
4820 #: misc/lsattr.c:75
4821 #, c-format
4822 msgid "Usage: %s [-RVadlpv] [files...]\n"
4823 msgstr ""
4824
4825 #: misc/lsattr.c:86
4826 #, c-format
4827 msgid "While reading flags on %s"
4828 msgstr ""
4829
4830 #: misc/lsattr.c:93
4831 #, c-format
4832 msgid "While reading project on %s"
4833 msgstr ""
4834
4835 #: misc/lsattr.c:102
4836 #, c-format
4837 msgid "While reading version on %s"
4838 msgstr ""
4839
4840 #: misc/mke2fs.c:124
4841 #, c-format
4842 msgid ""
4843 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
4844 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
4845 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
4846 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
4847 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
4848 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
4849 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
4850 "undo_file]\n"
4851 "\t[-jnqvDFSV] device [blocks-count]\n"
4852 msgstr ""
4853
4854 #: misc/mke2fs.c:255
4855 #, c-format
4856 msgid "Running command: %s\n"
4857 msgstr ""
4858
4859 #: misc/mke2fs.c:259
4860 #, c-format
4861 msgid "while trying to run '%s'"
4862 msgstr ""
4863
4864 #: misc/mke2fs.c:266
4865 msgid "while processing list of bad blocks from program"
4866 msgstr ""
4867
4868 #: misc/mke2fs.c:293
4869 #, c-format
4870 msgid "Block %d in primary superblock/group descriptor area bad.\n"
4871 msgstr ""
4872
4873 #: misc/mke2fs.c:295
4874 #, c-format
4875 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
4876 msgstr ""
4877
4878 #: misc/mke2fs.c:298
4879 msgid "Aborting....\n"
4880 msgstr ""
4881
4882 #: misc/mke2fs.c:318
4883 #, c-format
4884 msgid ""
4885 "Warning: the backup superblock/group descriptors at block %u contain\n"
4886 "\tbad blocks.\n"
4887 "\n"
4888 msgstr ""
4889
4890 #: misc/mke2fs.c:337
4891 msgid "while marking bad blocks as used"
4892 msgstr ""
4893
4894 #: misc/mke2fs.c:408
4895 msgid "Writing inode tables: "
4896 msgstr ""
4897
4898 #: misc/mke2fs.c:430
4899 #, c-format
4900 msgid ""
4901 "\n"
4902 "Could not write %d blocks in inode table starting at %llu: %s\n"
4903 msgstr ""
4904
4905 #: misc/mke2fs.c:444 misc/mke2fs.c:2680 misc/mke2fs.c:3063
4906 msgid "done                            \n"
4907 msgstr ""
4908
4909 #: misc/mke2fs.c:459
4910 msgid "while creating root dir"
4911 msgstr ""
4912
4913 #: misc/mke2fs.c:466
4914 msgid "while reading root inode"
4915 msgstr ""
4916
4917 #: misc/mke2fs.c:478
4918 msgid "while setting root inode ownership"
4919 msgstr ""
4920
4921 #: misc/mke2fs.c:496
4922 msgid "while creating /lost+found"
4923 msgstr ""
4924
4925 #: misc/mke2fs.c:503
4926 msgid "while looking up /lost+found"
4927 msgstr ""
4928
4929 #: misc/mke2fs.c:516
4930 msgid "while expanding /lost+found"
4931 msgstr ""
4932
4933 #: misc/mke2fs.c:531
4934 msgid "while setting bad block inode"
4935 msgstr ""
4936
4937 #: misc/mke2fs.c:558
4938 #, c-format
4939 msgid "Out of memory erasing sectors %d-%d\n"
4940 msgstr ""
4941
4942 #: misc/mke2fs.c:568
4943 #, c-format
4944 msgid "Warning: could not read block 0: %s\n"
4945 msgstr ""
4946
4947 #: misc/mke2fs.c:584
4948 #, c-format
4949 msgid "Warning: could not erase sector %d: %s\n"
4950 msgstr ""
4951
4952 #: misc/mke2fs.c:600
4953 msgid "while initializing journal superblock"
4954 msgstr ""
4955
4956 #: misc/mke2fs.c:608
4957 msgid "Zeroing journal device: "
4958 msgstr ""
4959
4960 #: misc/mke2fs.c:620
4961 #, c-format
4962 msgid "while zeroing journal device (block %llu, count %d)"
4963 msgstr ""
4964
4965 #: misc/mke2fs.c:638
4966 msgid "while writing journal superblock"
4967 msgstr ""
4968
4969 #: misc/mke2fs.c:653
4970 #, c-format
4971 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
4972 msgstr ""
4973
4974 #: misc/mke2fs.c:661
4975 #, c-format
4976 msgid ""
4977 "warning: %llu blocks unused.\n"
4978 "\n"
4979 msgstr ""
4980
4981 #: misc/mke2fs.c:666
4982 #, c-format
4983 msgid "Filesystem label=%s\n"
4984 msgstr ""
4985
4986 #: misc/mke2fs.c:669
4987 #, c-format
4988 msgid "OS type: %s\n"
4989 msgstr ""
4990
4991 #: misc/mke2fs.c:671
4992 #, c-format
4993 msgid "Block size=%u (log=%u)\n"
4994 msgstr ""
4995
4996 #: misc/mke2fs.c:674
4997 #, c-format
4998 msgid "Cluster size=%u (log=%u)\n"
4999 msgstr ""
5000
5001 #: misc/mke2fs.c:678
5002 #, c-format
5003 msgid "Fragment size=%u (log=%u)\n"
5004 msgstr ""
5005
5006 #: misc/mke2fs.c:680
5007 #, c-format
5008 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5009 msgstr ""
5010
5011 #: misc/mke2fs.c:682
5012 #, c-format
5013 msgid "%u inodes, %llu blocks\n"
5014 msgstr ""
5015
5016 #: misc/mke2fs.c:684
5017 #, c-format
5018 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5019 msgstr ""
5020
5021 #: misc/mke2fs.c:687
5022 #, c-format
5023 msgid "First data block=%u\n"
5024 msgstr ""
5025
5026 #: misc/mke2fs.c:689
5027 #, c-format
5028 msgid "Root directory owner=%u:%u\n"
5029 msgstr ""
5030
5031 #: misc/mke2fs.c:691
5032 #, c-format
5033 msgid "Maximum filesystem blocks=%lu\n"
5034 msgstr ""
5035
5036 #: misc/mke2fs.c:695
5037 #, c-format
5038 msgid "%u block groups\n"
5039 msgstr ""
5040
5041 #: misc/mke2fs.c:697
5042 #, c-format
5043 msgid "%u block group\n"
5044 msgstr ""
5045
5046 #: misc/mke2fs.c:699
5047 #, c-format
5048 msgid "%u blocks per group, %u clusters per group\n"
5049 msgstr ""
5050
5051 #: misc/mke2fs.c:702
5052 #, c-format
5053 msgid "%u blocks per group, %u fragments per group\n"
5054 msgstr ""
5055
5056 #: misc/mke2fs.c:704
5057 #, c-format
5058 msgid "%u inodes per group\n"
5059 msgstr ""
5060
5061 #: misc/mke2fs.c:713
5062 #, c-format
5063 msgid "Filesystem UUID: %s\n"
5064 msgstr ""
5065
5066 #: misc/mke2fs.c:714
5067 msgid "Superblock backups stored on blocks: "
5068 msgstr ""
5069
5070 #: misc/mke2fs.c:808
5071 #, c-format
5072 msgid "%s requires '-O 64bit'\n"
5073 msgstr ""
5074
5075 #: misc/mke2fs.c:814
5076 #, c-format
5077 msgid "'%s' must be before 'resize=%u'\n"
5078 msgstr ""
5079
5080 #: misc/mke2fs.c:827
5081 #, c-format
5082 msgid "Invalid desc_size: '%s'\n"
5083 msgstr ""
5084
5085 #: misc/mke2fs.c:840
5086 #, c-format
5087 msgid "Invalid offset: %s\n"
5088 msgstr ""
5089
5090 #: misc/mke2fs.c:854 misc/tune2fs.c:1991
5091 #, c-format
5092 msgid "Invalid mmp_update_interval: %s\n"
5093 msgstr ""
5094
5095 #: misc/mke2fs.c:868
5096 #, c-format
5097 msgid "Invalid # of backup superblocks: %s\n"
5098 msgstr ""
5099
5100 #: misc/mke2fs.c:890
5101 #, c-format
5102 msgid "Invalid stride parameter: %s\n"
5103 msgstr ""
5104
5105 #: misc/mke2fs.c:905
5106 #, c-format
5107 msgid "Invalid stripe-width parameter: %s\n"
5108 msgstr ""
5109
5110 #: misc/mke2fs.c:928
5111 #, c-format
5112 msgid "Invalid resize parameter: %s\n"
5113 msgstr ""
5114
5115 #: misc/mke2fs.c:935
5116 msgid "The resize maximum must be greater than the filesystem size.\n"
5117 msgstr ""
5118
5119 #: misc/mke2fs.c:959
5120 msgid "On-line resizing not supported with revision 0 filesystems\n"
5121 msgstr ""
5122
5123 #: misc/mke2fs.c:985 misc/mke2fs.c:994
5124 #, c-format
5125 msgid "Invalid root_owner: '%s'\n"
5126 msgstr ""
5127
5128 #: misc/mke2fs.c:1035
5129 #, c-format
5130 msgid ""
5131 "\n"
5132 "Bad option(s) specified: %s\n"
5133 "\n"
5134 "Extended options are separated by commas, and may take an argument which\n"
5135 "\tis set off by an equals ('=') sign.\n"
5136 "\n"
5137 "Valid extended options are:\n"
5138 "\tmmp_update_interval=<interval>\n"
5139 "\tnum_backup_sb=<0|1|2>\n"
5140 "\tstride=<RAID per-disk data chunk in blocks>\n"
5141 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5142 "\toffset=<offset to create the file system>\n"
5143 "\tresize=<resize maximum size in blocks>\n"
5144 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5145 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5146 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5147 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5148 "\ttest_fs\n"
5149 "\tdiscard\n"
5150 "\tnodiscard\n"
5151 "\tquotatype=<quota type(s) to be enabled>\n"
5152 "\n"
5153 msgstr ""
5154
5155 #: misc/mke2fs.c:1060
5156 #, c-format
5157 msgid ""
5158 "\n"
5159 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5160 "\n"
5161 msgstr ""
5162
5163 #: misc/mke2fs.c:1102
5164 #, c-format
5165 msgid ""
5166 "Syntax error in mke2fs config file (%s, line #%d)\n"
5167 "\t%s\n"
5168 msgstr ""
5169
5170 #: misc/mke2fs.c:1115 misc/tune2fs.c:1012
5171 #, c-format
5172 msgid "Invalid filesystem option set: %s\n"
5173 msgstr ""
5174
5175 #: misc/mke2fs.c:1127 misc/tune2fs.c:409
5176 #, c-format
5177 msgid "Invalid mount option set: %s\n"
5178 msgstr ""
5179
5180 #: misc/mke2fs.c:1263
5181 #, c-format
5182 msgid ""
5183 "\n"
5184 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5185 msgstr ""
5186
5187 #: misc/mke2fs.c:1267
5188 msgid ""
5189 "You probably need to install an updated mke2fs.conf file.\n"
5190 "\n"
5191 msgstr ""
5192
5193 #: misc/mke2fs.c:1271
5194 msgid "Aborting...\n"
5195 msgstr ""
5196
5197 #: misc/mke2fs.c:1312
5198 #, c-format
5199 msgid ""
5200 "\n"
5201 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5202 "\n"
5203 msgstr ""
5204
5205 #: misc/mke2fs.c:1494
5206 msgid "Couldn't allocate memory for new PATH.\n"
5207 msgstr ""
5208
5209 #: misc/mke2fs.c:1535
5210 #, c-format
5211 msgid "Couldn't init profile successfully (error: %ld).\n"
5212 msgstr ""
5213
5214 #: misc/mke2fs.c:1568
5215 #, c-format
5216 msgid "invalid block size - %s"
5217 msgstr ""
5218
5219 #: misc/mke2fs.c:1572
5220 #, c-format
5221 msgid "Warning: blocksize %d not usable on most systems.\n"
5222 msgstr ""
5223
5224 #: misc/mke2fs.c:1588
5225 #, c-format
5226 msgid "invalid cluster size - %s"
5227 msgstr ""
5228
5229 #: misc/mke2fs.c:1601
5230 msgid "'-R' is deprecated, use '-E' instead"
5231 msgstr ""
5232
5233 #: misc/mke2fs.c:1615 misc/tune2fs.c:1720
5234 #, c-format
5235 msgid "bad error behavior - %s"
5236 msgstr ""
5237
5238 #: misc/mke2fs.c:1627
5239 msgid "Illegal number for blocks per group"
5240 msgstr ""
5241
5242 #: misc/mke2fs.c:1632
5243 msgid "blocks per group must be multiple of 8"
5244 msgstr ""
5245
5246 #: misc/mke2fs.c:1640
5247 msgid "Illegal number for flex_bg size"
5248 msgstr ""
5249
5250 #: misc/mke2fs.c:1646
5251 msgid "flex_bg size must be a power of 2"
5252 msgstr ""
5253
5254 #: misc/mke2fs.c:1651
5255 #, c-format
5256 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5257 msgstr ""
5258
5259 #: misc/mke2fs.c:1661
5260 #, c-format
5261 msgid "invalid inode ratio %s (min %d/max %d)"
5262 msgstr ""
5263
5264 #: misc/mke2fs.c:1671
5265 #, c-format
5266 msgid "invalid inode size - %s"
5267 msgstr ""
5268
5269 #: misc/mke2fs.c:1684
5270 msgid ""
5271 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5272 "nodiscard' extended option instead!\n"
5273 msgstr ""
5274
5275 #: misc/mke2fs.c:1695
5276 msgid "in malloc for bad_blocks_filename"
5277 msgstr ""
5278
5279 #: misc/mke2fs.c:1704
5280 #, c-format
5281 msgid ""
5282 "Warning: label too long; will be truncated to '%s'\n"
5283 "\n"
5284 msgstr ""
5285
5286 #: misc/mke2fs.c:1713
5287 #, c-format
5288 msgid "invalid reserved blocks percent - %s"
5289 msgstr ""
5290
5291 #: misc/mke2fs.c:1728
5292 #, c-format
5293 msgid "bad num inodes - %s"
5294 msgstr ""
5295
5296 #: misc/mke2fs.c:1741
5297 msgid "while allocating fs_feature string"
5298 msgstr ""
5299
5300 #: misc/mke2fs.c:1758
5301 #, c-format
5302 msgid "bad revision level - %s"
5303 msgstr ""
5304
5305 #: misc/mke2fs.c:1763
5306 #, c-format
5307 msgid "while trying to create revision %d"
5308 msgstr ""
5309
5310 #: misc/mke2fs.c:1777
5311 msgid "The -t option may only be used once"
5312 msgstr ""
5313
5314 #: misc/mke2fs.c:1785
5315 msgid "The -T option may only be used once"
5316 msgstr ""
5317
5318 #: misc/mke2fs.c:1841 misc/mke2fs.c:3147
5319 #, c-format
5320 msgid "while trying to open journal device %s\n"
5321 msgstr ""
5322
5323 #: misc/mke2fs.c:1847
5324 #, c-format
5325 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5326 msgstr ""
5327
5328 #: misc/mke2fs.c:1853
5329 #, c-format
5330 msgid "Using journal device's blocksize: %d\n"
5331 msgstr ""
5332
5333 #: misc/mke2fs.c:1864
5334 #, c-format
5335 msgid "invalid blocks '%s' on device '%s'"
5336 msgstr ""
5337
5338 #: misc/mke2fs.c:1888
5339 msgid "filesystem"
5340 msgstr ""
5341
5342 #: misc/mke2fs.c:1901 resize/main.c:495
5343 msgid "while trying to determine filesystem size"
5344 msgstr ""
5345
5346 #: misc/mke2fs.c:1907
5347 msgid ""
5348 "Couldn't determine device size; you must specify\n"
5349 "the size of the filesystem\n"
5350 msgstr ""
5351
5352 #: misc/mke2fs.c:1914
5353 msgid ""
5354 "Device size reported to be zero.  Invalid partition specified, or\n"
5355 "\tpartition table wasn't reread after running fdisk, due to\n"
5356 "\ta modified partition being busy and in use.  You may need to reboot\n"
5357 "\tto re-read your partition table.\n"
5358 msgstr ""
5359
5360 #: misc/mke2fs.c:1931
5361 msgid "Filesystem larger than apparent device size."
5362 msgstr ""
5363
5364 #: misc/mke2fs.c:1951
5365 msgid "Failed to parse fs types list\n"
5366 msgstr ""
5367
5368 #: misc/mke2fs.c:1999
5369 msgid "The HURD does not support the filetype feature.\n"
5370 msgstr ""
5371
5372 #: misc/mke2fs.c:2004
5373 msgid "The HURD does not support the huge_file feature.\n"
5374 msgstr ""
5375
5376 #: misc/mke2fs.c:2009
5377 msgid "The HURD does not support the metadata_csum feature.\n"
5378 msgstr ""
5379
5380 #: misc/mke2fs.c:2019
5381 msgid "while trying to determine hardware sector size"
5382 msgstr ""
5383
5384 #: misc/mke2fs.c:2025
5385 msgid "while trying to determine physical sector size"
5386 msgstr ""
5387
5388 #: misc/mke2fs.c:2057
5389 msgid "while setting blocksize; too small for device\n"
5390 msgstr ""
5391
5392 #: misc/mke2fs.c:2062
5393 #, c-format
5394 msgid ""
5395 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5396 msgstr ""
5397
5398 #: misc/mke2fs.c:2086
5399 #, c-format
5400 msgid ""
5401 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5402 "\tin 32 bits using a blocksize of %d.\n"
5403 msgstr ""
5404
5405 #: misc/mke2fs.c:2098
5406 #, c-format
5407 msgid ""
5408 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5409 "\ta filesystem using a blocksize of %d.\n"
5410 msgstr ""
5411
5412 #: misc/mke2fs.c:2120
5413 msgid "fs_types for mke2fs.conf resolution: "
5414 msgstr ""
5415
5416 #: misc/mke2fs.c:2127
5417 msgid "Filesystem features not supported with revision 0 filesystems\n"
5418 msgstr ""
5419
5420 #: misc/mke2fs.c:2135
5421 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5422 msgstr ""
5423
5424 #: misc/mke2fs.c:2145
5425 msgid "Journals not supported with revision 0 filesystems\n"
5426 msgstr ""
5427
5428 #: misc/mke2fs.c:2158
5429 #, c-format
5430 msgid "invalid reserved blocks percent - %lf"
5431 msgstr ""
5432
5433 #: misc/mke2fs.c:2175
5434 msgid ""
5435 "Extents MUST be enabled for a 64-bit filesystem.  Pass -O extents to "
5436 "rectify.\n"
5437 msgstr ""
5438
5439 #: misc/mke2fs.c:2195
5440 msgid "The cluster size may not be smaller than the block size.\n"
5441 msgstr ""
5442
5443 #: misc/mke2fs.c:2201
5444 msgid "specifying a cluster size requires the bigalloc feature"
5445 msgstr ""
5446
5447 #: misc/mke2fs.c:2221
5448 #, c-format
5449 msgid "warning: Unable to get device geometry for %s\n"
5450 msgstr ""
5451
5452 #: misc/mke2fs.c:2224
5453 #, c-format
5454 msgid "%s alignment is offset by %lu bytes.\n"
5455 msgstr ""
5456
5457 #: misc/mke2fs.c:2226
5458 #, c-format
5459 msgid ""
5460 "This may result in very poor performance, (re)-partitioning suggested.\n"
5461 msgstr ""
5462
5463 #: misc/mke2fs.c:2247
5464 #, c-format
5465 msgid "%d-byte blocks too big for system (max %d)"
5466 msgstr ""
5467
5468 #: misc/mke2fs.c:2251
5469 #, c-format
5470 msgid ""
5471 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5472 msgstr ""
5473
5474 #: misc/mke2fs.c:2259
5475 #, c-format
5476 msgid ""
5477 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5478 "and journal checksum features.\n"
5479 msgstr ""
5480
5481 #: misc/mke2fs.c:2314
5482 #, c-format
5483 msgid ""
5484 "\n"
5485 "Warning: offset specified without an explicit file system size.\n"
5486 "Creating a file system with %llu blocks but this might\n"
5487 "not be what you want.\n"
5488 "\n"
5489 msgstr ""
5490
5491 #: misc/mke2fs.c:2329
5492 #, c-format
5493 msgid "%d byte inodes are too small for project quota"
5494 msgstr ""
5495
5496 #: misc/mke2fs.c:2351
5497 msgid "Can't support bigalloc feature without extents feature"
5498 msgstr ""
5499
5500 #: misc/mke2fs.c:2358
5501 msgid ""
5502 "The resize_inode and meta_bg features are not compatible.\n"
5503 "They can not be both enabled simultaneously.\n"
5504 msgstr ""
5505
5506 #: misc/mke2fs.c:2366
5507 msgid ""
5508 "\n"
5509 "Warning: the bigalloc feature is still under development\n"
5510 "See https://ext4.wiki.kernel.org/index.php/Bigalloc for more information\n"
5511 "\n"
5512 msgstr ""
5513
5514 #: misc/mke2fs.c:2378
5515 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5516 msgstr ""
5517
5518 #: misc/mke2fs.c:2387
5519 msgid "blocks per group count out of range"
5520 msgstr ""
5521
5522 #: misc/mke2fs.c:2409
5523 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5524 msgstr ""
5525
5526 #: misc/mke2fs.c:2421
5527 #, c-format
5528 msgid "invalid inode size %d (min %d/max %d)"
5529 msgstr ""
5530
5531 #: misc/mke2fs.c:2436
5532 #, c-format
5533 msgid "%d byte inodes are too small for inline data; specify larger size"
5534 msgstr ""
5535
5536 #: misc/mke2fs.c:2451
5537 #, c-format
5538 msgid "too many inodes (%llu), raise inode ratio?"
5539 msgstr ""
5540
5541 #: misc/mke2fs.c:2458
5542 #, c-format
5543 msgid "too many inodes (%llu), specify < 2^32 inodes"
5544 msgstr ""
5545
5546 #: misc/mke2fs.c:2472
5547 #, c-format
5548 msgid ""
5549 "inode_size (%u) * inodes_count (%u) too big for a\n"
5550 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5551 "\tor lower inode count (-N).\n"
5552 msgstr ""
5553
5554 #: misc/mke2fs.c:2659
5555 msgid "Discarding device blocks: "
5556 msgstr ""
5557
5558 #: misc/mke2fs.c:2675
5559 msgid "failed - "
5560 msgstr ""
5561
5562 #: misc/mke2fs.c:2734
5563 msgid "while initializing quota context"
5564 msgstr ""
5565
5566 #: misc/mke2fs.c:2741
5567 msgid "while writing quota inodes"
5568 msgstr ""
5569
5570 #: misc/mke2fs.c:2766
5571 #, c-format
5572 msgid "bad error behavior in profile - %s"
5573 msgstr ""
5574
5575 #: misc/mke2fs.c:2840
5576 msgid "while setting up superblock"
5577 msgstr ""
5578
5579 #: misc/mke2fs.c:2856
5580 msgid ""
5581 "Extents are not enabled.  The file extent tree can be checksummed, whereas "
5582 "block maps cannot.  Not enabling extents reduces the coverage of metadata "
5583 "checksumming.  Pass -O extents to rectify.\n"
5584 msgstr ""
5585
5586 #: misc/mke2fs.c:2863
5587 msgid ""
5588 "64-bit filesystem support is not enabled.  The larger fields afforded by "
5589 "this feature enable full-strength checksumming.  Pass -O 64bit to rectify.\n"
5590 msgstr ""
5591
5592 #: misc/mke2fs.c:2871
5593 msgid "The metadata_csum_seed feature requres the metadata_csum feature.\n"
5594 msgstr ""
5595
5596 #: misc/mke2fs.c:2895
5597 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5598 msgstr ""
5599
5600 #: misc/mke2fs.c:2988
5601 #, c-format
5602 msgid "unknown os - %s"
5603 msgstr ""
5604
5605 #: misc/mke2fs.c:3051
5606 msgid "Allocating group tables: "
5607 msgstr ""
5608
5609 #: misc/mke2fs.c:3059
5610 msgid "while trying to allocate filesystem tables"
5611 msgstr ""
5612
5613 #: misc/mke2fs.c:3068
5614 msgid ""
5615 "\n"
5616 "\twhile converting subcluster bitmap"
5617 msgstr ""
5618
5619 #: misc/mke2fs.c:3074
5620 #, c-format
5621 msgid "%s may be further corrupted by superblock rewrite\n"
5622 msgstr ""
5623
5624 #: misc/mke2fs.c:3115
5625 #, c-format
5626 msgid "while zeroing block %llu at end of filesystem"
5627 msgstr ""
5628
5629 #: misc/mke2fs.c:3128
5630 msgid "while reserving blocks for online resize"
5631 msgstr ""
5632
5633 #: misc/mke2fs.c:3140 misc/tune2fs.c:1428
5634 msgid "journal"
5635 msgstr ""
5636
5637 #: misc/mke2fs.c:3152
5638 #, c-format
5639 msgid "Adding journal to device %s: "
5640 msgstr ""
5641
5642 #: misc/mke2fs.c:3159
5643 #, c-format
5644 msgid ""
5645 "\n"
5646 "\twhile trying to add journal to device %s"
5647 msgstr ""
5648
5649 #: misc/mke2fs.c:3164 misc/mke2fs.c:3193 misc/mke2fs.c:3231
5650 #: misc/mk_hugefiles.c:596 misc/tune2fs.c:1457 misc/tune2fs.c:1476
5651 msgid "done\n"
5652 msgstr ""
5653
5654 #: misc/mke2fs.c:3170
5655 msgid "Skipping journal creation in super-only mode\n"
5656 msgstr ""
5657
5658 #: misc/mke2fs.c:3180
5659 #, c-format
5660 msgid "Creating journal (%u blocks): "
5661 msgstr ""
5662
5663 #: misc/mke2fs.c:3189
5664 msgid ""
5665 "\n"
5666 "\twhile trying to create journal"
5667 msgstr ""
5668
5669 #: misc/mke2fs.c:3201 misc/tune2fs.c:1077
5670 msgid ""
5671 "\n"
5672 "Error while enabling multiple mount protection feature."
5673 msgstr ""
5674
5675 #: misc/mke2fs.c:3206
5676 #, c-format
5677 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5678 msgstr ""
5679
5680 #: misc/mke2fs.c:3222
5681 msgid "Copying files into the device: "
5682 msgstr ""
5683
5684 #: misc/mke2fs.c:3228
5685 msgid "while populating file system"
5686 msgstr ""
5687
5688 #: misc/mke2fs.c:3235
5689 msgid "Writing superblocks and filesystem accounting information: "
5690 msgstr ""
5691
5692 #: misc/mke2fs.c:3242
5693 msgid ""
5694 "\n"
5695 "Warning, had trouble writing out superblocks.\n"
5696 msgstr ""
5697
5698 #: misc/mke2fs.c:3244
5699 msgid ""
5700 "done\n"
5701 "\n"
5702 msgstr ""
5703
5704 #: misc/mk_hugefiles.c:337
5705 #, c-format
5706 msgid "while zeroing block %llu for hugefile"
5707 msgstr ""
5708
5709 #: misc/mk_hugefiles.c:512
5710 #, c-format
5711 msgid ""
5712 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
5713 msgstr ""
5714
5715 #: misc/mk_hugefiles.c:579
5716 msgid "Huge files will be zero'ed\n"
5717 msgstr ""
5718
5719 #: misc/mk_hugefiles.c:580
5720 #, c-format
5721 msgid "Creating %lu huge file(s) "
5722 msgstr ""
5723
5724 #: misc/mk_hugefiles.c:582
5725 #, c-format
5726 msgid "with %llu blocks each"
5727 msgstr ""
5728
5729 #: misc/mk_hugefiles.c:591
5730 #, c-format
5731 msgid "while creating huge file %lu"
5732 msgstr ""
5733
5734 #: misc/mklost+found.c:50
5735 msgid "Usage: mklost+found\n"
5736 msgstr ""
5737
5738 #: misc/partinfo.c:43
5739 #, c-format
5740 msgid ""
5741 "Usage:  %s device...\n"
5742 "\n"
5743 "Prints out the partition information for each given device.\n"
5744 "For example: %s /dev/hda\n"
5745 "\n"
5746 msgstr ""
5747
5748 #: misc/partinfo.c:53
5749 #, c-format
5750 msgid "Cannot open %s: %s"
5751 msgstr ""
5752
5753 #: misc/partinfo.c:59
5754 #, c-format
5755 msgid "Cannot get geometry of %s: %s"
5756 msgstr ""
5757
5758 #: misc/partinfo.c:67
5759 #, c-format
5760 msgid "Cannot get size of %s: %s"
5761 msgstr ""
5762
5763 #: misc/partinfo.c:73
5764 #, c-format
5765 msgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
5766 msgstr ""
5767
5768 #: misc/tune2fs.c:119
5769 msgid ""
5770 "\n"
5771 "This operation requires a freshly checked filesystem.\n"
5772 msgstr ""
5773
5774 #: misc/tune2fs.c:121
5775 msgid "Please run e2fsck -f on the filesystem.\n"
5776 msgstr ""
5777
5778 #: misc/tune2fs.c:123
5779 msgid "Please run e2fsck -fD on the filesystem.\n"
5780 msgstr ""
5781
5782 #: misc/tune2fs.c:136
5783 #, c-format
5784 msgid ""
5785 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
5786 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
5787 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
5788 "\t[-p mmp_update_interval] [-r reserved_blocks_count] [-u user]\n"
5789 "\t[-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
5790 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
5791 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
5792 "\t[-I new_inode_size] [-z undo_file] device\n"
5793 msgstr ""
5794
5795 #: misc/tune2fs.c:221
5796 msgid "Journal superblock not found!\n"
5797 msgstr ""
5798
5799 #: misc/tune2fs.c:279
5800 msgid "while trying to open external journal"
5801 msgstr ""
5802
5803 #: misc/tune2fs.c:285 misc/tune2fs.c:2734
5804 #, c-format
5805 msgid "%s is not a journal device.\n"
5806 msgstr ""
5807
5808 #: misc/tune2fs.c:295 misc/tune2fs.c:2745
5809 msgid "Filesystem's UUID not found on journal device.\n"
5810 msgstr ""
5811
5812 #: misc/tune2fs.c:319
5813 msgid ""
5814 "Cannot locate journal device. It was NOT removed\n"
5815 "Use -f option to remove missing journal device.\n"
5816 msgstr ""
5817
5818 #: misc/tune2fs.c:328
5819 msgid "Journal removed\n"
5820 msgstr ""
5821
5822 #: misc/tune2fs.c:372
5823 msgid "while reading bitmaps"
5824 msgstr ""
5825
5826 #: misc/tune2fs.c:380
5827 msgid "while clearing journal inode"
5828 msgstr ""
5829
5830 #: misc/tune2fs.c:391
5831 msgid "while writing journal inode"
5832 msgstr ""
5833
5834 #: misc/tune2fs.c:427 misc/tune2fs.c:450 misc/tune2fs.c:463
5835 msgid "(and reboot afterwards!)\n"
5836 msgstr ""
5837
5838 #: misc/tune2fs.c:481
5839 #, c-format
5840 msgid "After running e2fsck, please run `resize2fs %s %s"
5841 msgstr ""
5842
5843 #: misc/tune2fs.c:484
5844 #, c-format
5845 msgid "Please run `resize2fs %s %s"
5846 msgstr ""
5847
5848 #: misc/tune2fs.c:488
5849 #, c-format
5850 msgid " -z \"%s\""
5851 msgstr ""
5852
5853 #: misc/tune2fs.c:490
5854 #, c-format
5855 msgid "' to enable 64-bit mode.\n"
5856 msgstr ""
5857
5858 #: misc/tune2fs.c:492
5859 #, c-format
5860 msgid "' to disable 64-bit mode.\n"
5861 msgstr ""
5862
5863 #: misc/tune2fs.c:979
5864 msgid ""
5865 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
5866 "  This requires Linux >= v4.4.\n"
5867 msgstr ""
5868
5869 #: misc/tune2fs.c:1015
5870 #, c-format
5871 msgid "Clearing filesystem feature '%s' not supported.\n"
5872 msgstr ""
5873
5874 #: misc/tune2fs.c:1021
5875 #, c-format
5876 msgid "Setting filesystem feature '%s' not supported.\n"
5877 msgstr ""
5878
5879 #: misc/tune2fs.c:1030
5880 msgid ""
5881 "The has_journal feature may only be cleared when the filesystem is\n"
5882 "unmounted or mounted read-only.\n"
5883 msgstr ""
5884
5885 #: misc/tune2fs.c:1038
5886 msgid ""
5887 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
5888 "the has_journal flag.\n"
5889 msgstr ""
5890
5891 #: misc/tune2fs.c:1056
5892 msgid ""
5893 "Setting filesystem feature 'sparse_super' not supported\n"
5894 "for filesystems with the meta_bg feature enabled.\n"
5895 msgstr ""
5896
5897 #: misc/tune2fs.c:1069
5898 msgid ""
5899 "The multiple mount protection feature can't\n"
5900 "be set if the filesystem is mounted or\n"
5901 "read-only.\n"
5902 msgstr ""
5903
5904 #: misc/tune2fs.c:1087
5905 #, c-format
5906 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
5907 msgstr ""
5908
5909 #: misc/tune2fs.c:1096
5910 msgid ""
5911 "The multiple mount protection feature cannot\n"
5912 "be disabled if the filesystem is readonly.\n"
5913 msgstr ""
5914
5915 #: misc/tune2fs.c:1104
5916 msgid "Error while reading bitmaps\n"
5917 msgstr ""
5918
5919 #: misc/tune2fs.c:1113
5920 #, c-format
5921 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
5922 msgstr ""
5923
5924 #: misc/tune2fs.c:1118
5925 msgid "while reading MMP block."
5926 msgstr ""
5927
5928 #: misc/tune2fs.c:1150
5929 msgid ""
5930 "Clearing the flex_bg flag would cause the the filesystem to be\n"
5931 "inconsistent.\n"
5932 msgstr ""
5933
5934 #: misc/tune2fs.c:1161
5935 msgid ""
5936 "The huge_file feature may only be cleared when the filesystem is\n"
5937 "unmounted or mounted read-only.\n"
5938 msgstr ""
5939
5940 #: misc/tune2fs.c:1172
5941 msgid "Enabling checksums could take some time."
5942 msgstr ""
5943
5944 #: misc/tune2fs.c:1174
5945 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
5946 msgstr ""
5947
5948 #: misc/tune2fs.c:1180
5949 msgid ""
5950 "Extents are not enabled.  The file extent tree can be checksummed, whereas "
5951 "block maps cannot.  Not enabling extents reduces the coverage of metadata "
5952 "checksumming.  Re-run with -O extent to rectify.\n"
5953 msgstr ""
5954
5955 #: misc/tune2fs.c:1187
5956 msgid ""
5957 "64-bit filesystem support is not enabled.  The larger fields afforded by "
5958 "this feature enable full-strength checksumming.  Run resize2fs -b to "
5959 "rectify.\n"
5960 msgstr ""
5961
5962 #: misc/tune2fs.c:1213
5963 msgid "Disabling checksums could take some time."
5964 msgstr ""
5965
5966 #: misc/tune2fs.c:1215
5967 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
5968 msgstr ""
5969
5970 #: misc/tune2fs.c:1278
5971 #, c-format
5972 msgid "Cannot enable 64-bit mode while mounted!\n"
5973 msgstr ""
5974
5975 #: misc/tune2fs.c:1288
5976 #, c-format
5977 msgid "Cannot disable 64-bit mode while mounted!\n"
5978 msgstr ""
5979
5980 #: misc/tune2fs.c:1318
5981 #, c-format
5982 msgid "Cannot enable project feature; inode size too small.\n"
5983 msgstr ""
5984
5985 #: misc/tune2fs.c:1339
5986 msgid ""
5987 "\n"
5988 "Warning: '^quota' option overrides '-Q'arguments.\n"
5989 msgstr ""
5990
5991 #: misc/tune2fs.c:1357
5992 msgid ""
5993 "Setting feature 'metadata_csum_seed' is only supported\n"
5994 "on filesystems with the metadata_csum feature enabled.\n"
5995 msgstr ""
5996
5997 #: misc/tune2fs.c:1375
5998 msgid ""
5999 "UUID has changed since enabling metadata_csum.  Filesystem must be "
6000 "unmounted \n"
6001 "to safely rewrite all metadata to match the new UUID.\n"
6002 msgstr ""
6003
6004 #: misc/tune2fs.c:1421
6005 msgid "The filesystem already has a journal.\n"
6006 msgstr ""
6007
6008 #: misc/tune2fs.c:1441
6009 #, c-format
6010 msgid ""
6011 "\n"
6012 "\twhile trying to open journal on %s\n"
6013 msgstr ""
6014
6015 #: misc/tune2fs.c:1445
6016 #, c-format
6017 msgid "Creating journal on device %s: "
6018 msgstr ""
6019
6020 #: misc/tune2fs.c:1453
6021 #, c-format
6022 msgid "while adding filesystem to journal on %s"
6023 msgstr ""
6024
6025 #: misc/tune2fs.c:1459
6026 msgid "Creating journal inode: "
6027 msgstr ""
6028
6029 #: misc/tune2fs.c:1473
6030 msgid ""
6031 "\n"
6032 "\twhile trying to create journal file"
6033 msgstr ""
6034
6035 #: misc/tune2fs.c:1511
6036 #, c-format
6037 msgid "Cannot enable project quota; inode size too small.\n"
6038 msgstr ""
6039
6040 #: misc/tune2fs.c:1524
6041 msgid "while initializing quota context in support library"
6042 msgstr ""
6043
6044 #: misc/tune2fs.c:1539
6045 #, c-format
6046 msgid "while updating quota limits (%d)"
6047 msgstr ""
6048
6049 #: misc/tune2fs.c:1547
6050 #, c-format
6051 msgid "while writing quota file (%d)"
6052 msgstr ""
6053
6054 #: misc/tune2fs.c:1565
6055 #, c-format
6056 msgid "while removing quota file (%d)"
6057 msgstr ""
6058
6059 #: misc/tune2fs.c:1608
6060 msgid ""
6061 "\n"
6062 "Bad quota options specified.\n"
6063 "\n"
6064 "Following valid quota options are available (pass by separating with "
6065 "comma):\n"
6066 "\t[^]usr[quota]\n"
6067 "\t[^]grp[quota]\n"
6068 "\t[^]prj[quota]\n"
6069 "\n"
6070 "\n"
6071 msgstr ""
6072
6073 #: misc/tune2fs.c:1666
6074 #, c-format
6075 msgid "Couldn't parse date/time specifier: %s"
6076 msgstr ""
6077
6078 #: misc/tune2fs.c:1691 misc/tune2fs.c:1704
6079 #, c-format
6080 msgid "bad mounts count - %s"
6081 msgstr ""
6082
6083 #: misc/tune2fs.c:1747
6084 #, c-format
6085 msgid "bad gid/group name - %s"
6086 msgstr ""
6087
6088 #: misc/tune2fs.c:1780
6089 #, c-format
6090 msgid "bad interval - %s"
6091 msgstr ""
6092
6093 #: misc/tune2fs.c:1809
6094 #, c-format
6095 msgid "bad reserved block ratio - %s"
6096 msgstr ""
6097
6098 #: misc/tune2fs.c:1824
6099 msgid "-o may only be specified once"
6100 msgstr ""
6101
6102 #: misc/tune2fs.c:1833
6103 msgid "-O may only be specified once"
6104 msgstr ""
6105
6106 #: misc/tune2fs.c:1850
6107 #, c-format
6108 msgid "bad reserved blocks count - %s"
6109 msgstr ""
6110
6111 #: misc/tune2fs.c:1879
6112 #, c-format
6113 msgid "bad uid/user name - %s"
6114 msgstr ""
6115
6116 #: misc/tune2fs.c:1896
6117 #, c-format
6118 msgid "bad inode size - %s"
6119 msgstr ""
6120
6121 #: misc/tune2fs.c:1903
6122 #, c-format
6123 msgid "Inode size must be a power of two- %s"
6124 msgstr ""
6125
6126 #: misc/tune2fs.c:2000
6127 #, c-format
6128 msgid "mmp_update_interval too big: %lu\n"
6129 msgstr ""
6130
6131 #: misc/tune2fs.c:2005
6132 #, c-format
6133 msgid "Setting multiple mount protection update interval to %lu second\n"
6134 msgid_plural ""
6135 "Setting multiple mount protection update interval to %lu seconds\n"
6136 msgstr[0] ""
6137 msgstr[1] ""
6138
6139 #: misc/tune2fs.c:2028
6140 #, c-format
6141 msgid "Invalid RAID stride: %s\n"
6142 msgstr ""
6143
6144 #: misc/tune2fs.c:2043
6145 #, c-format
6146 msgid "Invalid RAID stripe-width: %s\n"
6147 msgstr ""
6148
6149 #: misc/tune2fs.c:2058
6150 #, c-format
6151 msgid "Invalid hash algorithm: %s\n"
6152 msgstr ""
6153
6154 #: misc/tune2fs.c:2064
6155 #, c-format
6156 msgid "Setting default hash algorithm to %s (%d)\n"
6157 msgstr ""
6158
6159 #: misc/tune2fs.c:2083
6160 msgid ""
6161 "\n"
6162 "Bad options specified.\n"
6163 "\n"
6164 "Extended options are separated by commas, and may take an argument which\n"
6165 "\tis set off by an equals ('=') sign.\n"
6166 "\n"
6167 "Valid extended options are:\n"
6168 "\tclear_mmp\n"
6169 "\thash_alg=<hash algorithm>\n"
6170 "\tmount_opts=<extended default mount options>\n"
6171 "\tstride=<RAID per-disk chunk size in blocks>\n"
6172 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6173 "\ttest_fs\n"
6174 "\t^test_fs\n"
6175 msgstr ""
6176
6177 #: misc/tune2fs.c:2552
6178 msgid "Failed to read inode bitmap\n"
6179 msgstr ""
6180
6181 #: misc/tune2fs.c:2557
6182 msgid "Failed to read block bitmap\n"
6183 msgstr ""
6184
6185 #: misc/tune2fs.c:2574 resize/resize2fs.c:1276
6186 msgid "blocks to be moved"
6187 msgstr ""
6188
6189 #: misc/tune2fs.c:2577
6190 msgid "Failed to allocate block bitmap when increasing inode size\n"
6191 msgstr ""
6192
6193 #: misc/tune2fs.c:2583
6194 msgid "Not enough space to increase inode size \n"
6195 msgstr ""
6196
6197 #: misc/tune2fs.c:2588
6198 msgid "Failed to relocate blocks during inode resize \n"
6199 msgstr ""
6200
6201 #: misc/tune2fs.c:2620
6202 msgid ""
6203 "Error in resizing the inode size.\n"
6204 "Run e2undo to undo the file system changes. \n"
6205 msgstr ""
6206
6207 #: misc/tune2fs.c:2832
6208 #, c-format
6209 msgid ""
6210 "MMP block magic is bad. Try to fix it by running:\n"
6211 "'e2fsck -f %s'\n"
6212 msgstr ""
6213
6214 #: misc/tune2fs.c:2844
6215 msgid "Cannot modify a journal device.\n"
6216 msgstr ""
6217
6218 #: misc/tune2fs.c:2857
6219 #, c-format
6220 msgid "The inode size is already %lu\n"
6221 msgstr ""
6222
6223 #: misc/tune2fs.c:2864
6224 msgid "Shrinking inode size is not supported\n"
6225 msgstr ""
6226
6227 #: misc/tune2fs.c:2869
6228 #, c-format
6229 msgid "Invalid inode size %lu (max %d)\n"
6230 msgstr ""
6231
6232 #: misc/tune2fs.c:2875
6233 msgid "Resizing inodes could take some time."
6234 msgstr ""
6235
6236 #: misc/tune2fs.c:2922
6237 #, c-format
6238 msgid "Setting maximal mount count to %d\n"
6239 msgstr ""
6240
6241 #: misc/tune2fs.c:2928
6242 #, c-format
6243 msgid "Setting current mount count to %d\n"
6244 msgstr ""
6245
6246 #: misc/tune2fs.c:2933
6247 #, c-format
6248 msgid "Setting error behavior to %d\n"
6249 msgstr ""
6250
6251 #: misc/tune2fs.c:2938
6252 #, c-format
6253 msgid "Setting reserved blocks gid to %lu\n"
6254 msgstr ""
6255
6256 #: misc/tune2fs.c:2943
6257 #, c-format
6258 msgid "interval between checks is too big (%lu)"
6259 msgstr ""
6260
6261 #: misc/tune2fs.c:2950
6262 #, c-format
6263 msgid "Setting interval between checks to %lu seconds\n"
6264 msgstr ""
6265
6266 #: misc/tune2fs.c:2957
6267 #, c-format
6268 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6269 msgstr ""
6270
6271 #: misc/tune2fs.c:2963
6272 #, c-format
6273 msgid "reserved blocks count is too big (%llu)"
6274 msgstr ""
6275
6276 #: misc/tune2fs.c:2970
6277 #, c-format
6278 msgid "Setting reserved blocks count to %llu\n"
6279 msgstr ""
6280
6281 #: misc/tune2fs.c:2975
6282 msgid ""
6283 "\n"
6284 "The filesystem already has sparse superblocks.\n"
6285 msgstr ""
6286
6287 #: misc/tune2fs.c:2978
6288 msgid ""
6289 "\n"
6290 "Setting the sparse superblock flag not supported\n"
6291 "for filesystems with the meta_bg feature enabled.\n"
6292 msgstr ""
6293
6294 #: misc/tune2fs.c:2988
6295 #, c-format
6296 msgid ""
6297 "\n"
6298 "Sparse superblock flag set.  %s"
6299 msgstr ""
6300
6301 #: misc/tune2fs.c:2993
6302 msgid ""
6303 "\n"
6304 "Clearing the sparse superblock flag not supported.\n"
6305 msgstr ""
6306
6307 #: misc/tune2fs.c:3001
6308 #, c-format
6309 msgid "Setting time filesystem last checked to %s\n"
6310 msgstr ""
6311
6312 #: misc/tune2fs.c:3007
6313 #, c-format
6314 msgid "Setting reserved blocks uid to %lu\n"
6315 msgstr ""
6316
6317 #: misc/tune2fs.c:3039
6318 msgid "Error in using clear_mmp. It must be used with -f\n"
6319 msgstr ""
6320
6321 #: misc/tune2fs.c:3057
6322 msgid ""
6323 "The quota feature may only be changed when the filesystem is unmounted.\n"
6324 msgstr ""
6325
6326 #: misc/tune2fs.c:3081
6327 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6328 msgstr ""
6329
6330 #: misc/tune2fs.c:3084
6331 msgid ""
6332 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6333 "and re-run this command.\n"
6334 msgstr ""
6335
6336 #: misc/tune2fs.c:3093
6337 msgid "Setting UUID on a checksummed filesystem could take some time."
6338 msgstr ""
6339
6340 #: misc/tune2fs.c:3118
6341 msgid "Invalid UUID format\n"
6342 msgstr ""
6343
6344 #: misc/tune2fs.c:3134
6345 msgid "Need to update journal superblock.\n"
6346 msgstr ""
6347
6348 #: misc/tune2fs.c:3159
6349 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6350 msgstr ""
6351
6352 #: misc/tune2fs.c:3166
6353 msgid ""
6354 "Changing the inode size not supported for filesystems with the flex_bg\n"
6355 "feature enabled.\n"
6356 msgstr ""
6357
6358 #: misc/tune2fs.c:3184
6359 #, c-format
6360 msgid "Setting inode size %lu\n"
6361 msgstr ""
6362
6363 #: misc/tune2fs.c:3188
6364 msgid "Failed to change inode size\n"
6365 msgstr ""
6366
6367 #: misc/tune2fs.c:3202
6368 #, c-format
6369 msgid "Setting stride size to %d\n"
6370 msgstr ""
6371
6372 #: misc/tune2fs.c:3207
6373 #, c-format
6374 msgid "Setting stripe width to %d\n"
6375 msgstr ""
6376
6377 #: misc/tune2fs.c:3214
6378 #, c-format
6379 msgid "Setting extended default mount options to '%s'\n"
6380 msgstr ""
6381
6382 #: misc/tune2fs.c:3225
6383 #, c-format
6384 msgid ""
6385 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6386 "\n"
6387 "\te2fsck -E journal_only %s\n"
6388 "\n"
6389 "then rerun this command.  Otherwise, any changes made may be overwritten\n"
6390 "by journal recovery.\n"
6391 msgstr ""
6392
6393 #: misc/tune2fs.c:3236
6394 #, c-format
6395 msgid "Recovering journal.\n"
6396 msgstr ""
6397
6398 #: misc/util.c:100
6399 msgid "<proceeding>\n"
6400 msgstr ""
6401
6402 #: misc/util.c:104
6403 #, c-format
6404 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6405 msgstr ""
6406
6407 #: misc/util.c:108
6408 msgid "Proceed anyway? (y,N) "
6409 msgstr ""
6410
6411 #: misc/util.c:133
6412 msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
6413 msgstr ""
6414
6415 #: misc/util.c:138
6416 #, c-format
6417 msgid "will not make a %s here!\n"
6418 msgstr ""
6419
6420 #: misc/util.c:145
6421 msgid "mke2fs forced anyway.\n"
6422 msgstr ""
6423
6424 #: misc/util.c:161
6425 msgid "Couldn't allocate memory to parse journal options!\n"
6426 msgstr ""
6427
6428 #: misc/util.c:186
6429 #, c-format
6430 msgid ""
6431 "\n"
6432 "Could not find journal device matching %s\n"
6433 msgstr ""
6434
6435 #: misc/util.c:213
6436 msgid ""
6437 "\n"
6438 "Bad journal options specified.\n"
6439 "\n"
6440 "Journal options are separated by commas, and may take an argument which\n"
6441 "\tis set off by an equals ('=') sign.\n"
6442 "\n"
6443 "Valid journal options are:\n"
6444 "\tsize=<journal size in megabytes>\n"
6445 "\tdevice=<journal device>\n"
6446 "\tlocation=<journal location>\n"
6447 "\n"
6448 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6449 "\n"
6450 msgstr ""
6451
6452 #: misc/util.c:244
6453 msgid ""
6454 "\n"
6455 "Filesystem too small for a journal\n"
6456 msgstr ""
6457
6458 #: misc/util.c:251
6459 #, c-format
6460 msgid ""
6461 "\n"
6462 "The requested journal size is %d blocks; it must be\n"
6463 "between 1024 and 10240000 blocks.  Aborting.\n"
6464 msgstr ""
6465
6466 #: misc/util.c:259
6467 msgid ""
6468 "\n"
6469 "Journal size too big for filesystem.\n"
6470 msgstr ""
6471
6472 #: misc/util.c:273
6473 #, c-format
6474 msgid ""
6475 "This filesystem will be automatically checked every %d mounts or\n"
6476 "%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
6477 msgstr ""
6478
6479 #: misc/uuidd.c:49
6480 #, c-format
6481 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6482 msgstr ""
6483
6484 #: misc/uuidd.c:51
6485 #, c-format
6486 msgid "       %s [-r|t] [-n num] [-s socketpath]\n"
6487 msgstr ""
6488
6489 #: misc/uuidd.c:53
6490 #, c-format
6491 msgid "       %s -k\n"
6492 msgstr ""
6493
6494 #: misc/uuidd.c:155
6495 msgid "bad arguments"
6496 msgstr ""
6497
6498 #: misc/uuidd.c:173
6499 msgid "connect"
6500 msgstr ""
6501
6502 #: misc/uuidd.c:192
6503 msgid "write"
6504 msgstr ""
6505
6506 #: misc/uuidd.c:200
6507 msgid "read count"
6508 msgstr ""
6509
6510 #: misc/uuidd.c:206
6511 msgid "bad response length"
6512 msgstr ""
6513
6514 #: misc/uuidd.c:271
6515 #, c-format
6516 msgid "uuidd daemon already running at pid %s\n"
6517 msgstr ""
6518
6519 #: misc/uuidd.c:279
6520 #, c-format
6521 msgid "Couldn't create unix stream socket: %s"
6522 msgstr ""
6523
6524 #: misc/uuidd.c:308
6525 #, c-format
6526 msgid "Couldn't bind unix socket %s: %s\n"
6527 msgstr ""
6528
6529 #: misc/uuidd.c:316
6530 #, c-format
6531 msgid "Couldn't listen on unix socket %s: %s\n"
6532 msgstr ""
6533
6534 #: misc/uuidd.c:354
6535 #, c-format
6536 msgid "Error reading from client, len = %d\n"
6537 msgstr ""
6538
6539 #: misc/uuidd.c:362
6540 #, c-format
6541 msgid "operation %d, incoming num = %d\n"
6542 msgstr ""
6543
6544 #: misc/uuidd.c:381
6545 #, c-format
6546 msgid "Generated time UUID: %s\n"
6547 msgstr ""
6548
6549 #: misc/uuidd.c:391
6550 #, c-format
6551 msgid "Generated random UUID: %s\n"
6552 msgstr ""
6553
6554 #: misc/uuidd.c:400
6555 #, c-format
6556 msgid "Generated time UUID %s and subsequent UUID\n"
6557 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6558 msgstr[0] ""
6559 msgstr[1] ""
6560
6561 #: misc/uuidd.c:421
6562 #, c-format
6563 msgid "Generated %d UUID's:\n"
6564 msgstr ""
6565
6566 #: misc/uuidd.c:433
6567 #, c-format
6568 msgid "Invalid operation %d\n"
6569 msgstr ""
6570
6571 #: misc/uuidd.c:477 misc/uuidd.c:499
6572 #, c-format
6573 msgid "Bad number: %s\n"
6574 msgstr ""
6575
6576 #: misc/uuidd.c:534 misc/uuidd.c:563
6577 #, c-format
6578 msgid "Error calling uuidd daemon (%s): %s\n"
6579 msgstr ""
6580
6581 #: misc/uuidd.c:544
6582 #, c-format
6583 msgid "%s and subsequent UUID\n"
6584 msgid_plural "%s and subsequent %d UUIDs\n"
6585 msgstr[0] ""
6586 msgstr[1] ""
6587
6588 #: misc/uuidd.c:548
6589 msgid "List of UUID's:\n"
6590 msgstr ""
6591
6592 #: misc/uuidd.c:569
6593 #, c-format
6594 msgid "Unexpected reply length from server %d\n"
6595 msgstr ""
6596
6597 #: misc/uuidd.c:586
6598 #, c-format
6599 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6600 msgstr ""
6601
6602 #: misc/uuidd.c:592
6603 #, c-format
6604 msgid "Killed uuidd running at pid %d\n"
6605 msgstr ""
6606
6607 #: misc/uuidgen.c:32
6608 #, c-format
6609 msgid "Usage: %s [-r] [-t]\n"
6610 msgstr ""
6611
6612 #: resize/extent.c:202
6613 msgid "# Extent dump:\n"
6614 msgstr ""
6615
6616 #: resize/extent.c:203
6617 #, c-format
6618 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6619 msgstr ""
6620
6621 #: resize/main.c:49
6622 #, c-format
6623 msgid ""
6624 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6625 "[-z undo_file]\n"
6626 "\n"
6627 msgstr ""
6628
6629 #: resize/main.c:72
6630 msgid "Extending the inode table"
6631 msgstr ""
6632
6633 #: resize/main.c:75
6634 msgid "Relocating blocks"
6635 msgstr ""
6636
6637 #: resize/main.c:78
6638 msgid "Scanning inode table"
6639 msgstr ""
6640
6641 #: resize/main.c:81
6642 msgid "Updating inode references"
6643 msgstr ""
6644
6645 #: resize/main.c:84
6646 msgid "Moving inode table"
6647 msgstr ""
6648
6649 #: resize/main.c:87
6650 msgid "Unknown pass?!?"
6651 msgstr ""
6652
6653 #: resize/main.c:90
6654 #, c-format
6655 msgid "Begin pass %d (max = %lu)\n"
6656 msgstr ""
6657
6658 #: resize/main.c:162
6659 msgid ""
6660 "\n"
6661 "Resizing bigalloc file systems has not been fully tested.  Proceed at\n"
6662 "your own risk!  Use the force option if you want to go ahead anyway.\n"
6663 "\n"
6664 msgstr ""
6665
6666 #: resize/main.c:365
6667 #, c-format
6668 msgid "while opening %s"
6669 msgstr ""
6670
6671 #: resize/main.c:373
6672 #, c-format
6673 msgid "while getting stat information for %s"
6674 msgstr ""
6675
6676 #: resize/main.c:449
6677 #, c-format
6678 msgid ""
6679 "Please run 'e2fsck -f %s' first.\n"
6680 "\n"
6681 msgstr ""
6682
6683 #: resize/main.c:468
6684 #, c-format
6685 msgid "Estimated minimum size of the filesystem: %llu\n"
6686 msgstr ""
6687
6688 #: resize/main.c:505
6689 #, c-format
6690 msgid "Invalid new size: %s\n"
6691 msgstr ""
6692
6693 #: resize/main.c:524
6694 msgid "New size too large to be expressed in 32 bits\n"
6695 msgstr ""
6696
6697 #: resize/main.c:532
6698 #, c-format
6699 msgid "New size smaller than minimum (%llu)\n"
6700 msgstr ""
6701
6702 #: resize/main.c:538
6703 msgid "Invalid stride length"
6704 msgstr ""
6705
6706 #: resize/main.c:562
6707 #, c-format
6708 msgid ""
6709 "The containing partition (or device) is only %llu (%dk) blocks.\n"
6710 "You requested a new size of %llu blocks.\n"
6711 "\n"
6712 msgstr ""
6713
6714 #: resize/main.c:569
6715 #, c-format
6716 msgid "Cannot set and unset 64bit feature.\n"
6717 msgstr ""
6718
6719 #: resize/main.c:573
6720 #, c-format
6721 msgid ""
6722 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
6723 "blocks.\n"
6724 msgstr ""
6725
6726 #: resize/main.c:579
6727 #, c-format
6728 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
6729 msgstr ""
6730
6731 #: resize/main.c:585
6732 #, c-format
6733 msgid ""
6734 "Please enable the extents feature with tune2fs before enabling the 64bit "
6735 "feature.\n"
6736 msgstr ""
6737
6738 #: resize/main.c:591
6739 #, c-format
6740 msgid ""
6741 "The filesystem is already %llu (%dk) blocks long.  Nothing to do!\n"
6742 "\n"
6743 msgstr ""
6744
6745 #: resize/main.c:598
6746 #, c-format
6747 msgid "The filesystem is already 64-bit.\n"
6748 msgstr ""
6749
6750 #: resize/main.c:603
6751 #, c-format
6752 msgid "The filesystem is already 32-bit.\n"
6753 msgstr ""
6754
6755 #: resize/main.c:612
6756 #, c-format
6757 msgid "Converting the filesystem to 64-bit.\n"
6758 msgstr ""
6759
6760 #: resize/main.c:614
6761 #, c-format
6762 msgid "Converting the filesystem to 32-bit.\n"
6763 msgstr ""
6764
6765 #: resize/main.c:616
6766 #, c-format
6767 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
6768 msgstr ""
6769
6770 #: resize/main.c:625
6771 #, c-format
6772 msgid "while trying to resize %s"
6773 msgstr ""
6774
6775 #: resize/main.c:628
6776 #, c-format
6777 msgid ""
6778 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
6779 "after the aborted resize operation.\n"
6780 msgstr ""
6781
6782 #: resize/main.c:634
6783 #, c-format
6784 msgid ""
6785 "The filesystem on %s is now %llu (%dk) blocks long.\n"
6786 "\n"
6787 msgstr ""
6788
6789 #: resize/main.c:649
6790 #, c-format
6791 msgid "while trying to truncate %s"
6792 msgstr ""
6793
6794 #: resize/online.c:81
6795 msgid "kernel does not support online resize with sparse_super2"
6796 msgstr ""
6797
6798 #: resize/online.c:86
6799 #, c-format
6800 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
6801 msgstr ""
6802
6803 #: resize/online.c:90
6804 msgid "On-line shrinking not supported"
6805 msgstr ""
6806
6807 #: resize/online.c:114
6808 msgid "Filesystem does not support online resizing"
6809 msgstr ""
6810
6811 #: resize/online.c:122
6812 msgid "Not enough reserved gdt blocks for resizing"
6813 msgstr ""
6814
6815 #: resize/online.c:129
6816 msgid "Kernel does not support resizing a file system this large"
6817 msgstr ""
6818
6819 #: resize/online.c:137
6820 #, c-format
6821 msgid "while trying to open mountpoint %s"
6822 msgstr ""
6823
6824 #: resize/online.c:142
6825 #, c-format
6826 msgid "Old resize interface requested.\n"
6827 msgstr ""
6828
6829 #: resize/online.c:161 resize/online.c:178
6830 msgid "Permission denied to resize filesystem"
6831 msgstr ""
6832
6833 #: resize/online.c:164 resize/online.c:184
6834 msgid "While checking for on-line resizing support"
6835 msgstr ""
6836
6837 #: resize/online.c:181
6838 msgid "Kernel does not support online resizing"
6839 msgstr ""
6840
6841 #: resize/online.c:220
6842 #, c-format
6843 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
6844 msgstr ""
6845
6846 #: resize/online.c:230
6847 msgid "While trying to extend the last group"
6848 msgstr ""
6849
6850 #: resize/online.c:284
6851 #, c-format
6852 msgid "While trying to add group #%d"
6853 msgstr ""
6854
6855 #: resize/online.c:295
6856 #, c-format
6857 msgid ""
6858 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
6859 "this system.\n"
6860 msgstr ""
6861
6862 #: resize/resize2fs.c:759
6863 #, c-format
6864 msgid "inodes (%llu) must be less than %u"
6865 msgstr ""
6866
6867 #: resize/resize2fs.c:1037
6868 msgid "reserved blocks"
6869 msgstr ""
6870
6871 #: resize/resize2fs.c:1281
6872 msgid "meta-data blocks"
6873 msgstr ""
6874
6875 #: resize/resize2fs.c:1385 resize/resize2fs.c:2317
6876 msgid "new meta blocks"
6877 msgstr ""
6878
6879 #: resize/resize2fs.c:2540
6880 msgid "Should never happen!  No sb in last super_sparse bg?\n"
6881 msgstr ""
6882
6883 #: resize/resize2fs.c:2545
6884 msgid "Should never happen!  Unexpected old_desc in super_sparse bg?\n"
6885 msgstr ""
6886
6887 #: resize/resize2fs.c:2618
6888 msgid "Should never happen: resize inode corrupt!\n"
6889 msgstr ""
6890
6891 #: lib/ext2fs/ext2_err.c:11
6892 msgid "EXT2FS Library version 1.43.6"
6893 msgstr ""
6894
6895 #: lib/ext2fs/ext2_err.c:12
6896 msgid "Wrong magic number for ext2_filsys structure"
6897 msgstr ""
6898
6899 #: lib/ext2fs/ext2_err.c:13
6900 msgid "Wrong magic number for badblocks_list structure"
6901 msgstr ""
6902
6903 #: lib/ext2fs/ext2_err.c:14
6904 msgid "Wrong magic number for badblocks_iterate structure"
6905 msgstr ""
6906
6907 #: lib/ext2fs/ext2_err.c:15
6908 msgid "Wrong magic number for inode_scan structure"
6909 msgstr ""
6910
6911 #: lib/ext2fs/ext2_err.c:16
6912 msgid "Wrong magic number for io_channel structure"
6913 msgstr ""
6914
6915 #: lib/ext2fs/ext2_err.c:17
6916 msgid "Wrong magic number for unix io_channel structure"
6917 msgstr ""
6918
6919 #: lib/ext2fs/ext2_err.c:18
6920 msgid "Wrong magic number for io_manager structure"
6921 msgstr ""
6922
6923 #: lib/ext2fs/ext2_err.c:19
6924 msgid "Wrong magic number for block_bitmap structure"
6925 msgstr ""
6926
6927 #: lib/ext2fs/ext2_err.c:20
6928 msgid "Wrong magic number for inode_bitmap structure"
6929 msgstr ""
6930
6931 #: lib/ext2fs/ext2_err.c:21
6932 msgid "Wrong magic number for generic_bitmap structure"
6933 msgstr ""
6934
6935 #: lib/ext2fs/ext2_err.c:22
6936 msgid "Wrong magic number for test io_channel structure"
6937 msgstr ""
6938
6939 #: lib/ext2fs/ext2_err.c:23
6940 msgid "Wrong magic number for directory block list structure"
6941 msgstr ""
6942
6943 #: lib/ext2fs/ext2_err.c:24
6944 msgid "Wrong magic number for icount structure"
6945 msgstr ""
6946
6947 #: lib/ext2fs/ext2_err.c:25
6948 msgid "Wrong magic number for Powerquest io_channel structure"
6949 msgstr ""
6950
6951 #: lib/ext2fs/ext2_err.c:26
6952 msgid "Wrong magic number for ext2 file structure"
6953 msgstr ""
6954
6955 #: lib/ext2fs/ext2_err.c:27
6956 msgid "Wrong magic number for Ext2 Image Header"
6957 msgstr ""
6958
6959 #: lib/ext2fs/ext2_err.c:28
6960 msgid "Wrong magic number for inode io_channel structure"
6961 msgstr ""
6962
6963 #: lib/ext2fs/ext2_err.c:29
6964 msgid "Wrong magic number for ext4 extent handle"
6965 msgstr ""
6966
6967 #: lib/ext2fs/ext2_err.c:30
6968 msgid "Bad magic number in super-block"
6969 msgstr ""
6970
6971 #: lib/ext2fs/ext2_err.c:31
6972 msgid "Filesystem revision too high"
6973 msgstr ""
6974
6975 #: lib/ext2fs/ext2_err.c:32
6976 msgid "Attempt to write to filesystem opened read-only"
6977 msgstr ""
6978
6979 #: lib/ext2fs/ext2_err.c:33
6980 msgid "Can't read group descriptors"
6981 msgstr ""
6982
6983 #: lib/ext2fs/ext2_err.c:34
6984 msgid "Can't write group descriptors"
6985 msgstr ""
6986
6987 #: lib/ext2fs/ext2_err.c:35
6988 msgid "Corrupt group descriptor: bad block for block bitmap"
6989 msgstr ""
6990
6991 #: lib/ext2fs/ext2_err.c:36
6992 msgid "Corrupt group descriptor: bad block for inode bitmap"
6993 msgstr ""
6994
6995 #: lib/ext2fs/ext2_err.c:37
6996 msgid "Corrupt group descriptor: bad block for inode table"
6997 msgstr ""
6998
6999 #: lib/ext2fs/ext2_err.c:38
7000 msgid "Can't write an inode bitmap"
7001 msgstr ""
7002
7003 #: lib/ext2fs/ext2_err.c:39
7004 msgid "Can't read an inode bitmap"
7005 msgstr ""
7006
7007 #: lib/ext2fs/ext2_err.c:40
7008 msgid "Can't write a block bitmap"
7009 msgstr ""
7010
7011 #: lib/ext2fs/ext2_err.c:41
7012 msgid "Can't read a block bitmap"
7013 msgstr ""
7014
7015 #: lib/ext2fs/ext2_err.c:42
7016 msgid "Can't write an inode table"
7017 msgstr ""
7018
7019 #: lib/ext2fs/ext2_err.c:43
7020 msgid "Can't read an inode table"
7021 msgstr ""
7022
7023 #: lib/ext2fs/ext2_err.c:44
7024 msgid "Can't read next inode"
7025 msgstr ""
7026
7027 #: lib/ext2fs/ext2_err.c:45
7028 msgid "Filesystem has unexpected block size"
7029 msgstr ""
7030
7031 #: lib/ext2fs/ext2_err.c:46
7032 msgid "EXT2 directory corrupted"
7033 msgstr ""
7034
7035 #: lib/ext2fs/ext2_err.c:47
7036 msgid "Attempt to read block from filesystem resulted in short read"
7037 msgstr ""
7038
7039 #: lib/ext2fs/ext2_err.c:48
7040 msgid "Attempt to write block to filesystem resulted in short write"
7041 msgstr ""
7042
7043 #: lib/ext2fs/ext2_err.c:49
7044 msgid "No free space in the directory"
7045 msgstr ""
7046
7047 #: lib/ext2fs/ext2_err.c:50
7048 msgid "Inode bitmap not loaded"
7049 msgstr ""
7050
7051 #: lib/ext2fs/ext2_err.c:51
7052 msgid "Block bitmap not loaded"
7053 msgstr ""
7054
7055 #: lib/ext2fs/ext2_err.c:52
7056 msgid "Illegal inode number"
7057 msgstr ""
7058
7059 #: lib/ext2fs/ext2_err.c:53
7060 msgid "Illegal block number"
7061 msgstr ""
7062
7063 #: lib/ext2fs/ext2_err.c:54
7064 msgid "Internal error in ext2fs_expand_dir"
7065 msgstr ""
7066
7067 #: lib/ext2fs/ext2_err.c:55
7068 msgid "Not enough space to build proposed filesystem"
7069 msgstr ""
7070
7071 #: lib/ext2fs/ext2_err.c:56
7072 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7073 msgstr ""
7074
7075 #: lib/ext2fs/ext2_err.c:57
7076 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7077 msgstr ""
7078
7079 #: lib/ext2fs/ext2_err.c:58
7080 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7081 msgstr ""
7082
7083 #: lib/ext2fs/ext2_err.c:59
7084 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7085 msgstr ""
7086
7087 #: lib/ext2fs/ext2_err.c:60
7088 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7089 msgstr ""
7090
7091 #: lib/ext2fs/ext2_err.c:61
7092 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7093 msgstr ""
7094
7095 #: lib/ext2fs/ext2_err.c:62
7096 msgid "Attempt to fudge end of block bitmap past the real end"
7097 msgstr ""
7098
7099 #: lib/ext2fs/ext2_err.c:63
7100 msgid "Attempt to fudge end of inode bitmap past the real end"
7101 msgstr ""
7102
7103 #: lib/ext2fs/ext2_err.c:64
7104 msgid "Illegal indirect block found"
7105 msgstr ""
7106
7107 #: lib/ext2fs/ext2_err.c:65
7108 msgid "Illegal doubly indirect block found"
7109 msgstr ""
7110
7111 #: lib/ext2fs/ext2_err.c:66
7112 msgid "Illegal triply indirect block found"
7113 msgstr ""
7114
7115 #: lib/ext2fs/ext2_err.c:67
7116 msgid "Block bitmaps are not the same"
7117 msgstr ""
7118
7119 #: lib/ext2fs/ext2_err.c:68
7120 msgid "Inode bitmaps are not the same"
7121 msgstr ""
7122
7123 #: lib/ext2fs/ext2_err.c:69
7124 msgid "Illegal or malformed device name"
7125 msgstr ""
7126
7127 #: lib/ext2fs/ext2_err.c:70
7128 msgid "A block group is missing an inode table"
7129 msgstr ""
7130
7131 #: lib/ext2fs/ext2_err.c:71
7132 msgid "The ext2 superblock is corrupt"
7133 msgstr ""
7134
7135 #: lib/ext2fs/ext2_err.c:72
7136 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7137 msgstr ""
7138
7139 #: lib/ext2fs/ext2_err.c:73
7140 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7141 msgstr ""
7142
7143 #: lib/ext2fs/ext2_err.c:74
7144 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7145 msgstr ""
7146
7147 #: lib/ext2fs/ext2_err.c:75
7148 msgid "Too many symbolic links encountered."
7149 msgstr ""
7150
7151 #: lib/ext2fs/ext2_err.c:76
7152 msgid "The callback function will not handle this case"
7153 msgstr ""
7154
7155 #: lib/ext2fs/ext2_err.c:77
7156 msgid "The inode is from a bad block in the inode table"
7157 msgstr ""
7158
7159 #: lib/ext2fs/ext2_err.c:78
7160 msgid "Filesystem has unsupported feature(s)"
7161 msgstr ""
7162
7163 #: lib/ext2fs/ext2_err.c:79
7164 msgid "Filesystem has unsupported read-only feature(s)"
7165 msgstr ""
7166
7167 #: lib/ext2fs/ext2_err.c:80
7168 msgid "IO Channel failed to seek on read or write"
7169 msgstr ""
7170
7171 #: lib/ext2fs/ext2_err.c:81
7172 msgid "Memory allocation failed"
7173 msgstr ""
7174
7175 #: lib/ext2fs/ext2_err.c:82
7176 msgid "Invalid argument passed to ext2 library"
7177 msgstr ""
7178
7179 #: lib/ext2fs/ext2_err.c:83
7180 msgid "Could not allocate block in ext2 filesystem"
7181 msgstr ""
7182
7183 #: lib/ext2fs/ext2_err.c:84
7184 msgid "Could not allocate inode in ext2 filesystem"
7185 msgstr ""
7186
7187 #: lib/ext2fs/ext2_err.c:85
7188 msgid "Ext2 inode is not a directory"
7189 msgstr ""
7190
7191 #: lib/ext2fs/ext2_err.c:86
7192 msgid "Too many references in table"
7193 msgstr ""
7194
7195 #: lib/ext2fs/ext2_err.c:87
7196 msgid "File not found by ext2_lookup"
7197 msgstr ""
7198
7199 #: lib/ext2fs/ext2_err.c:88
7200 msgid "File open read-only"
7201 msgstr ""
7202
7203 #: lib/ext2fs/ext2_err.c:89
7204 msgid "Ext2 directory block not found"
7205 msgstr ""
7206
7207 #: lib/ext2fs/ext2_err.c:90
7208 msgid "Ext2 directory already exists"
7209 msgstr ""
7210
7211 #: lib/ext2fs/ext2_err.c:91
7212 msgid "Unimplemented ext2 library function"
7213 msgstr ""
7214
7215 #: lib/ext2fs/ext2_err.c:92
7216 msgid "User cancel requested"
7217 msgstr ""
7218
7219 #: lib/ext2fs/ext2_err.c:93
7220 msgid "Ext2 file too big"
7221 msgstr ""
7222
7223 #: lib/ext2fs/ext2_err.c:94
7224 msgid "Supplied journal device not a block device"
7225 msgstr ""
7226
7227 #: lib/ext2fs/ext2_err.c:95
7228 msgid "Journal superblock not found"
7229 msgstr ""
7230
7231 #: lib/ext2fs/ext2_err.c:96
7232 msgid "Journal must be at least 1024 blocks"
7233 msgstr ""
7234
7235 #: lib/ext2fs/ext2_err.c:97
7236 msgid "Unsupported journal version"
7237 msgstr ""
7238
7239 #: lib/ext2fs/ext2_err.c:98
7240 msgid "Error loading external journal"
7241 msgstr ""
7242
7243 #: lib/ext2fs/ext2_err.c:99
7244 msgid "Journal not found"
7245 msgstr ""
7246
7247 #: lib/ext2fs/ext2_err.c:100
7248 msgid "Directory hash unsupported"
7249 msgstr ""
7250
7251 #: lib/ext2fs/ext2_err.c:101
7252 msgid "Illegal extended attribute block number"
7253 msgstr ""
7254
7255 #: lib/ext2fs/ext2_err.c:102
7256 msgid "Cannot create filesystem with requested number of inodes"
7257 msgstr ""
7258
7259 #: lib/ext2fs/ext2_err.c:103
7260 msgid "E2image snapshot not in use"
7261 msgstr ""
7262
7263 #: lib/ext2fs/ext2_err.c:104
7264 msgid "Too many reserved group descriptor blocks"
7265 msgstr ""
7266
7267 #: lib/ext2fs/ext2_err.c:105
7268 msgid "Resize inode is corrupt"
7269 msgstr ""
7270
7271 #: lib/ext2fs/ext2_err.c:106
7272 msgid "Tried to set block bmap with missing indirect block"
7273 msgstr ""
7274
7275 #: lib/ext2fs/ext2_err.c:107
7276 msgid "TDB: Success"
7277 msgstr ""
7278
7279 #: lib/ext2fs/ext2_err.c:108
7280 msgid "TDB: Corrupt database"
7281 msgstr ""
7282
7283 #: lib/ext2fs/ext2_err.c:109
7284 msgid "TDB: IO Error"
7285 msgstr ""
7286
7287 #: lib/ext2fs/ext2_err.c:110
7288 msgid "TDB: Locking error"
7289 msgstr ""
7290
7291 #: lib/ext2fs/ext2_err.c:111
7292 msgid "TDB: Out of memory"
7293 msgstr ""
7294
7295 #: lib/ext2fs/ext2_err.c:112
7296 msgid "TDB: Record exists"
7297 msgstr ""
7298
7299 #: lib/ext2fs/ext2_err.c:113
7300 msgid "TDB: Lock exists on other keys"
7301 msgstr ""
7302
7303 #: lib/ext2fs/ext2_err.c:114
7304 msgid "TDB: Invalid parameter"
7305 msgstr ""
7306
7307 #: lib/ext2fs/ext2_err.c:115
7308 msgid "TDB: Record does not exist"
7309 msgstr ""
7310
7311 #: lib/ext2fs/ext2_err.c:116
7312 msgid "TDB: Write not permitted"
7313 msgstr ""
7314
7315 #: lib/ext2fs/ext2_err.c:117
7316 msgid "Ext2fs directory block list is empty"
7317 msgstr ""
7318
7319 #: lib/ext2fs/ext2_err.c:118
7320 msgid "Attempt to modify a block mapping via a read-only block iterator"
7321 msgstr ""
7322
7323 #: lib/ext2fs/ext2_err.c:119
7324 msgid "Wrong magic number for ext4 extent saved path"
7325 msgstr ""
7326
7327 #: lib/ext2fs/ext2_err.c:120
7328 msgid "Wrong magic number for 64-bit generic bitmap"
7329 msgstr ""
7330
7331 #: lib/ext2fs/ext2_err.c:121
7332 msgid "Wrong magic number for 64-bit block bitmap"
7333 msgstr ""
7334
7335 #: lib/ext2fs/ext2_err.c:122
7336 msgid "Wrong magic number for 64-bit inode bitmap"
7337 msgstr ""
7338
7339 #: lib/ext2fs/ext2_err.c:123
7340 msgid "Wrong magic number --- RESERVED_13"
7341 msgstr ""
7342
7343 #: lib/ext2fs/ext2_err.c:124
7344 msgid "Wrong magic number --- RESERVED_14"
7345 msgstr ""
7346
7347 #: lib/ext2fs/ext2_err.c:125
7348 msgid "Wrong magic number --- RESERVED_15"
7349 msgstr ""
7350
7351 #: lib/ext2fs/ext2_err.c:126
7352 msgid "Wrong magic number --- RESERVED_16"
7353 msgstr ""
7354
7355 #: lib/ext2fs/ext2_err.c:127
7356 msgid "Wrong magic number --- RESERVED_17"
7357 msgstr ""
7358
7359 #: lib/ext2fs/ext2_err.c:128
7360 msgid "Wrong magic number --- RESERVED_18"
7361 msgstr ""
7362
7363 #: lib/ext2fs/ext2_err.c:129
7364 msgid "Wrong magic number --- RESERVED_19"
7365 msgstr ""
7366
7367 #: lib/ext2fs/ext2_err.c:130
7368 msgid "Corrupt extent header"
7369 msgstr ""
7370
7371 #: lib/ext2fs/ext2_err.c:131
7372 msgid "Corrupt extent index"
7373 msgstr ""
7374
7375 #: lib/ext2fs/ext2_err.c:132
7376 msgid "Corrupt extent"
7377 msgstr ""
7378
7379 #: lib/ext2fs/ext2_err.c:133
7380 msgid "No free space in extent map"
7381 msgstr ""
7382
7383 #: lib/ext2fs/ext2_err.c:134
7384 msgid "Inode does not use extents"
7385 msgstr ""
7386
7387 #: lib/ext2fs/ext2_err.c:135
7388 msgid "No 'next' extent"
7389 msgstr ""
7390
7391 #: lib/ext2fs/ext2_err.c:136
7392 msgid "No 'previous' extent"
7393 msgstr ""
7394
7395 #: lib/ext2fs/ext2_err.c:137
7396 msgid "No 'up' extent"
7397 msgstr ""
7398
7399 #: lib/ext2fs/ext2_err.c:138
7400 msgid "No 'down' extent"
7401 msgstr ""
7402
7403 #: lib/ext2fs/ext2_err.c:139
7404 msgid "No current node"
7405 msgstr ""
7406
7407 #: lib/ext2fs/ext2_err.c:140
7408 msgid "Ext2fs operation not supported"
7409 msgstr ""
7410
7411 #: lib/ext2fs/ext2_err.c:141
7412 msgid "No room to insert extent in node"
7413 msgstr ""
7414
7415 #: lib/ext2fs/ext2_err.c:142
7416 msgid "Splitting would result in empty node"
7417 msgstr ""
7418
7419 #: lib/ext2fs/ext2_err.c:143
7420 msgid "Extent not found"
7421 msgstr ""
7422
7423 #: lib/ext2fs/ext2_err.c:144
7424 msgid "Operation not supported for inodes containing extents"
7425 msgstr ""
7426
7427 #: lib/ext2fs/ext2_err.c:145
7428 msgid "Extent length is invalid"
7429 msgstr ""
7430
7431 #: lib/ext2fs/ext2_err.c:146
7432 msgid "I/O Channel does not support 64-bit block numbers"
7433 msgstr ""
7434
7435 #: lib/ext2fs/ext2_err.c:147
7436 msgid "Can't check if filesystem is mounted due to missing mtab file"
7437 msgstr ""
7438
7439 #: lib/ext2fs/ext2_err.c:148
7440 msgid "Filesystem too large to use legacy bitmaps"
7441 msgstr ""
7442
7443 #: lib/ext2fs/ext2_err.c:149
7444 msgid "MMP: invalid magic number"
7445 msgstr ""
7446
7447 #: lib/ext2fs/ext2_err.c:150
7448 msgid "MMP: device currently active"
7449 msgstr ""
7450
7451 #: lib/ext2fs/ext2_err.c:151
7452 msgid "MMP: fsck being run"
7453 msgstr ""
7454
7455 #: lib/ext2fs/ext2_err.c:152
7456 msgid "MMP: block number beyond filesystem range"
7457 msgstr ""
7458
7459 #: lib/ext2fs/ext2_err.c:153
7460 msgid "MMP: undergoing an unknown operation"
7461 msgstr ""
7462
7463 #: lib/ext2fs/ext2_err.c:154
7464 msgid "MMP: filesystem still in use"
7465 msgstr ""
7466
7467 #: lib/ext2fs/ext2_err.c:155
7468 msgid "MMP: open with O_DIRECT failed"
7469 msgstr ""
7470
7471 #: lib/ext2fs/ext2_err.c:156
7472 msgid "Block group descriptor size incorrect"
7473 msgstr ""
7474
7475 #: lib/ext2fs/ext2_err.c:157
7476 msgid "Inode checksum does not match inode"
7477 msgstr ""
7478
7479 #: lib/ext2fs/ext2_err.c:158
7480 msgid "Inode bitmap checksum does not match bitmap"
7481 msgstr ""
7482
7483 #: lib/ext2fs/ext2_err.c:159
7484 msgid "Extent block checksum does not match extent block"
7485 msgstr ""
7486
7487 #: lib/ext2fs/ext2_err.c:160
7488 msgid "Directory block does not have space for checksum"
7489 msgstr ""
7490
7491 #: lib/ext2fs/ext2_err.c:161
7492 msgid "Directory block checksum does not match directory block"
7493 msgstr ""
7494
7495 #: lib/ext2fs/ext2_err.c:162
7496 msgid "Extended attribute block checksum does not match block"
7497 msgstr ""
7498
7499 #: lib/ext2fs/ext2_err.c:163
7500 msgid "Superblock checksum does not match superblock"
7501 msgstr ""
7502
7503 #: lib/ext2fs/ext2_err.c:164
7504 msgid "Unknown checksum algorithm"
7505 msgstr ""
7506
7507 #: lib/ext2fs/ext2_err.c:165
7508 msgid "MMP block checksum does not match MMP block"
7509 msgstr ""
7510
7511 #: lib/ext2fs/ext2_err.c:166
7512 msgid "Ext2 file already exists"
7513 msgstr ""
7514
7515 #: lib/ext2fs/ext2_err.c:167
7516 msgid "Block bitmap checksum does not match bitmap"
7517 msgstr ""
7518
7519 #: lib/ext2fs/ext2_err.c:168
7520 msgid "Cannot iterate data blocks of an inode containing inline data"
7521 msgstr ""
7522
7523 #: lib/ext2fs/ext2_err.c:169
7524 msgid "Extended attribute has an invalid name length"
7525 msgstr ""
7526
7527 #: lib/ext2fs/ext2_err.c:170
7528 msgid "Extended attribute has an invalid value length"
7529 msgstr ""
7530
7531 #: lib/ext2fs/ext2_err.c:171
7532 msgid "Extended attribute has an incorrect hash"
7533 msgstr ""
7534
7535 #: lib/ext2fs/ext2_err.c:172
7536 msgid "Extended attribute block has a bad header"
7537 msgstr ""
7538
7539 #: lib/ext2fs/ext2_err.c:173
7540 msgid "Extended attribute key not found"
7541 msgstr ""
7542
7543 #: lib/ext2fs/ext2_err.c:174
7544 msgid "Insufficient space to store extended attribute data"
7545 msgstr ""
7546
7547 #: lib/ext2fs/ext2_err.c:175
7548 msgid "Filesystem is missing ext_attr or inline_data feature"
7549 msgstr ""
7550
7551 #: lib/ext2fs/ext2_err.c:176
7552 msgid "Inode doesn't have inline data"
7553 msgstr ""
7554
7555 #: lib/ext2fs/ext2_err.c:177
7556 msgid "No block for an inode with inline data"
7557 msgstr ""
7558
7559 #: lib/ext2fs/ext2_err.c:178
7560 msgid "No free space in inline data"
7561 msgstr ""
7562
7563 #: lib/ext2fs/ext2_err.c:179
7564 msgid "Wrong magic number for extended attribute structure"
7565 msgstr ""
7566
7567 #: lib/ext2fs/ext2_err.c:180
7568 msgid "Inode seems to contain garbage"
7569 msgstr ""
7570
7571 #: lib/ext2fs/ext2_err.c:181
7572 msgid "Extended attribute has an invalid value offset"
7573 msgstr ""
7574
7575 #: lib/ext2fs/ext2_err.c:182
7576 msgid "Journal flags inconsistent"
7577 msgstr ""
7578
7579 #: lib/ext2fs/ext2_err.c:183
7580 msgid "Undo file corrupt"
7581 msgstr ""
7582
7583 #: lib/ext2fs/ext2_err.c:184
7584 msgid "Wrong undo file for this filesystem"
7585 msgstr ""
7586
7587 #: lib/ext2fs/ext2_err.c:185
7588 msgid "File system is corrupted"
7589 msgstr ""
7590
7591 #: lib/ext2fs/ext2_err.c:186
7592 msgid "Bad CRC detected in file system"
7593 msgstr ""
7594
7595 #: lib/ext2fs/ext2_err.c:187
7596 msgid "The journal superblock is corrupt"
7597 msgstr ""
7598
7599 #: lib/ext2fs/ext2_err.c:188
7600 msgid "Inode is corrupted"
7601 msgstr ""
7602
7603 #: lib/support/prof_err.c:11
7604 msgid "Profile version 0.0"
7605 msgstr ""
7606
7607 #: lib/support/prof_err.c:12
7608 msgid "Bad magic value in profile_node"
7609 msgstr ""
7610
7611 #: lib/support/prof_err.c:13
7612 msgid "Profile section not found"
7613 msgstr ""
7614
7615 #: lib/support/prof_err.c:14
7616 msgid "Profile relation not found"
7617 msgstr ""
7618
7619 #: lib/support/prof_err.c:15
7620 msgid "Attempt to add a relation to node which is not a section"
7621 msgstr ""
7622
7623 #: lib/support/prof_err.c:16
7624 msgid "A profile section header has a non-zero value"
7625 msgstr ""
7626
7627 #: lib/support/prof_err.c:17
7628 msgid "Bad linked list in profile structures"
7629 msgstr ""
7630
7631 #: lib/support/prof_err.c:18
7632 msgid "Bad group level in profile structures"
7633 msgstr ""
7634
7635 #: lib/support/prof_err.c:19
7636 msgid "Bad parent pointer in profile structures"
7637 msgstr ""
7638
7639 #: lib/support/prof_err.c:20
7640 msgid "Bad magic value in profile iterator"
7641 msgstr ""
7642
7643 #: lib/support/prof_err.c:21
7644 msgid "Can't set value on section node"
7645 msgstr ""
7646
7647 #: lib/support/prof_err.c:22
7648 msgid "Invalid argument passed to profile library"
7649 msgstr ""
7650
7651 #: lib/support/prof_err.c:23
7652 msgid "Attempt to modify read-only profile"
7653 msgstr ""
7654
7655 #: lib/support/prof_err.c:24
7656 msgid "Profile section header not at top level"
7657 msgstr ""
7658
7659 #: lib/support/prof_err.c:25
7660 msgid "Syntax error in profile section header"
7661 msgstr ""
7662
7663 #: lib/support/prof_err.c:26
7664 msgid "Syntax error in profile relation"
7665 msgstr ""
7666
7667 #: lib/support/prof_err.c:27
7668 msgid "Extra closing brace in profile"
7669 msgstr ""
7670
7671 #: lib/support/prof_err.c:28
7672 msgid "Missing open brace in profile"
7673 msgstr ""
7674
7675 #: lib/support/prof_err.c:29
7676 msgid "Bad magic value in profile_t"
7677 msgstr ""
7678
7679 #: lib/support/prof_err.c:30
7680 msgid "Bad magic value in profile_section_t"
7681 msgstr ""
7682
7683 #: lib/support/prof_err.c:31
7684 msgid "Iteration through all top level section not supported"
7685 msgstr ""
7686
7687 #: lib/support/prof_err.c:32
7688 msgid "Invalid profile_section object"
7689 msgstr ""
7690
7691 #: lib/support/prof_err.c:33
7692 msgid "No more sections"
7693 msgstr ""
7694
7695 #: lib/support/prof_err.c:34
7696 msgid "Bad nameset passed to query routine"
7697 msgstr ""
7698
7699 #: lib/support/prof_err.c:35
7700 msgid "No profile file open"
7701 msgstr ""
7702
7703 #: lib/support/prof_err.c:36
7704 msgid "Bad magic value in profile_file_t"
7705 msgstr ""
7706
7707 #: lib/support/prof_err.c:37
7708 msgid "Couldn't open profile file"
7709 msgstr ""
7710
7711 #: lib/support/prof_err.c:38
7712 msgid "Section already exists"
7713 msgstr ""
7714
7715 #: lib/support/prof_err.c:39
7716 msgid "Invalid boolean value"
7717 msgstr ""
7718
7719 #: lib/support/prof_err.c:40
7720 msgid "Invalid integer value"
7721 msgstr ""
7722
7723 #: lib/support/prof_err.c:41
7724 msgid "Bad magic value in profile_file_data_t"
7725 msgstr ""
7726
7727 #: lib/support/plausible.c:118
7728 #, c-format
7729 msgid "\tlast mounted on %s on %s"
7730 msgstr ""
7731
7732 #: lib/support/plausible.c:121
7733 #, c-format
7734 msgid "\tlast mounted on %s"
7735 msgstr ""
7736
7737 #: lib/support/plausible.c:124
7738 #, c-format
7739 msgid "\tcreated on %s"
7740 msgstr ""
7741
7742 #: lib/support/plausible.c:127
7743 #, c-format
7744 msgid "\tlast modified on %s"
7745 msgstr ""
7746
7747 #: lib/support/plausible.c:161
7748 #, c-format
7749 msgid "Found a %s partition table in %s\n"
7750 msgstr ""
7751
7752 #: lib/support/plausible.c:191
7753 #, c-format
7754 msgid "The file %s does not exist and no size was specified.\n"
7755 msgstr ""
7756
7757 #: lib/support/plausible.c:199
7758 #, c-format
7759 msgid "Creating regular file %s\n"
7760 msgstr ""
7761
7762 #: lib/support/plausible.c:202
7763 #, c-format
7764 msgid "Could not open %s: %s\n"
7765 msgstr ""
7766
7767 #: lib/support/plausible.c:205
7768 msgid ""
7769 "\n"
7770 "The device apparently does not exist; did you specify it correctly?\n"
7771 msgstr ""
7772
7773 #: lib/support/plausible.c:227
7774 #, c-format
7775 msgid "%s is not a block special device.\n"
7776 msgstr ""
7777
7778 #: lib/support/plausible.c:249
7779 #, c-format
7780 msgid "%s contains a %s file system labelled '%s'\n"
7781 msgstr ""
7782
7783 #: lib/support/plausible.c:252
7784 #, c-format
7785 msgid "%s contains a %s file system\n"
7786 msgstr ""
7787
7788 #: lib/support/plausible.c:276
7789 #, c-format
7790 msgid "%s contains `%s' data\n"
7791 msgstr ""