Whamcloud - gitweb
4731802a5e58cec77338bfbec65f98558c86abad
[tools/e2fsprogs.git] / po / e2fsprogs.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Theodore Tso
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #. The strings in e2fsck's problem.c can be very hard to translate,
7 #. since the strings are expanded in two different ways.  First of all,
8 #. there is an @-expansion, where strings like "@i" are expanded to
9 #. "inode", and so on.  In order to make it easier for translators, the
10 #. e2fsprogs po template file has been enhanced with comments that show
11 #. the @-expansion, for the strings in the problem.c file.
12 #.
13 #. Translators are free to use the @-expansion facility if they so
14 #. choose, by providing translations for strings in e2fsck/message.c.
15 #. These translation can completely replace an expansion; for example,
16 #. if "bblock" (which indicated that "@b" would be expanded to "block")
17 #. is translated as "ddatenverlust", then "@d" will be expanded to
18 #. "datenverlust".  Alternatively, translators can simply not use the
19 #. @-expansion facility at all.
20 #.
21 #. The second expansion which is done for e2fsck's problem.c messages is
22 #. a dynamic %-expansion, which expands %i as an inode number, and so
23 #. on.  A table of these expansions can be found below.  Note that
24 #. %-expressions that begin with "%D" and "%I" are two-character
25 #. expansions; so for example, "%Iu" expands to the inode's user id
26 #. ownership field (inode->i_uid).
27 #.  
28 #.      %b      <blk>                   block number
29 #.      %B      <blkcount>              integer
30 #.      %c      <blk2>                  block number
31 #.      %Di     <dirent> -> ino         inode number
32 #.      %Dn     <dirent> -> name        string
33 #.      %Dr     <dirent> -> rec_len
34 #.      %Dl     <dirent> -> name_len
35 #.      %Dt     <dirent> -> filetype
36 #.      %d      <dir>                   inode number
37 #.      %g      <group>                 integer
38 #.      %i      <ino>                   inode number
39 #.      %Is     <inode> -> i_size
40 #.      %IS     <inode> -> i_extra_isize
41 #.      %Ib     <inode> -> i_blocks
42 #.      %Il     <inode> -> i_links_count
43 #.      %Im     <inode> -> i_mode
44 #.      %IM     <inode> -> i_mtime
45 #.      %IF     <inode> -> i_faddr
46 #.      %If     <inode> -> i_file_acl
47 #.      %Id     <inode> -> i_dir_acl
48 #.      %Iu     <inode> -> i_uid
49 #.      %Ig     <inode> -> i_gid
50 #.      %j      <ino2>                  inode number
51 #.      %m      <com_err error message>
52 #.      %N      <num>
53 #.      %p              ext2fs_get_pathname of directory <ino>
54 #.      %P              ext2fs_get_pathname of <dirent>->ino with <ino2> as
55 #.                              the containing directory.  (If dirent is NULL
56 #.                              then return the pathname of directory <ino2>)
57 #.      %q              ext2fs_get_pathname of directory <dir>
58 #.      %Q              ext2fs_get_pathname of directory <ino> with <dir> as
59 #.                              the containing directory.
60 #.      %s      <str>                   miscellaneous string
61 #.      %S              backup superblock
62 #.      %X      <num>   hexadecimal format
63 #.
64 #, fuzzy
65 msgid ""
66 msgstr ""
67 "Project-Id-Version: PACKAGE VERSION\n"
68 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
69 "POT-Creation-Date: 2006-03-29 15:30-0500\n"
70 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
71 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
72 "Language-Team: LANGUAGE <LL@li.org>\n"
73 "MIME-Version: 1.0\n"
74 "Content-Type: text/plain; charset=CHARSET\n"
75 "Content-Transfer-Encoding: 8bit\n"
76
77 #: e2fsck/badblocks.c:22 misc/mke2fs.c:154
78 #, c-format
79 msgid "Bad block %u out of range; ignored.\n"
80 msgstr ""
81
82 #: e2fsck/badblocks.c:45
83 msgid "while sanity checking the bad blocks inode"
84 msgstr ""
85
86 #: e2fsck/badblocks.c:57
87 msgid "while reading the bad blocks inode"
88 msgstr ""
89
90 #: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109
91 #: e2fsck/unix.c:950 e2fsck/unix.c:986 misc/badblocks.c:1005
92 #: misc/badblocks.c:1013 misc/badblocks.c:1027 misc/badblocks.c:1039
93 #: misc/dumpe2fs.c:369 misc/e2image.c:567 misc/e2image.c:660
94 #: misc/e2image.c:676 misc/mke2fs.c:170 misc/tune2fs.c:776 resize/main.c:243
95 #, c-format
96 msgid "while trying to open %s"
97 msgstr ""
98
99 #: e2fsck/badblocks.c:82
100 #, c-format
101 msgid "while trying popen '%s'"
102 msgstr ""
103
104 #: e2fsck/badblocks.c:93 misc/mke2fs.c:177
105 msgid "while reading in list of bad blocks from file"
106 msgstr ""
107
108 #: e2fsck/badblocks.c:103
109 msgid "while updating bad block inode"
110 msgstr ""
111
112 #: e2fsck/badblocks.c:129
113 #, c-format
114 msgid "Warning: illegal block %u found in bad block inode.  Cleared.\n"
115 msgstr ""
116
117 #: e2fsck/ehandler.c:53
118 #, c-format
119 msgid "Error reading block %lu (%s) while %s.  "
120 msgstr ""
121
122 #: e2fsck/ehandler.c:56
123 #, c-format
124 msgid "Error reading block %lu (%s).  "
125 msgstr ""
126
127 #: e2fsck/ehandler.c:59 e2fsck/ehandler.c:106
128 msgid "Ignore error"
129 msgstr ""
130
131 #: e2fsck/ehandler.c:60
132 msgid "Force rewrite"
133 msgstr ""
134
135 #: e2fsck/ehandler.c:100
136 #, c-format
137 msgid "Error writing block %lu (%s) while %s.  "
138 msgstr ""
139
140 #: e2fsck/ehandler.c:103
141 #, c-format
142 msgid "Error writing block %lu (%s).  "
143 msgstr ""
144
145 #: e2fsck/emptydir.c:56
146 msgid "empty dirblocks"
147 msgstr ""
148
149 #: e2fsck/emptydir.c:61
150 msgid "empty dir map"
151 msgstr ""
152
153 #: e2fsck/emptydir.c:97
154 #, c-format
155 msgid "Empty directory block %u (#%d) in inode %d\n"
156 msgstr ""
157
158 #: e2fsck/extend.c:21
159 #, c-format
160 msgid "%s: %s filename nblocks blocksize\n"
161 msgstr ""
162
163 #: e2fsck/extend.c:43
164 #, c-format
165 msgid "Illegal number of blocks!\n"
166 msgstr ""
167
168 #: e2fsck/extend.c:49
169 #, c-format
170 msgid "Couldn't allocate block buffer (size=%d)\n"
171 msgstr ""
172
173 #: e2fsck/flushb.c:34
174 #, c-format
175 msgid "Usage: %s disk\n"
176 msgstr ""
177
178 #: e2fsck/flushb.c:63
179 #, c-format
180 msgid "BLKFLSBUF ioctl not supported!  Can't flush buffers.\n"
181 msgstr ""
182
183 #: e2fsck/iscan.c:46
184 #, c-format
185 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
186 msgstr ""
187
188 #: e2fsck/iscan.c:83 e2fsck/unix.c:767
189 #, c-format
190 msgid "while opening %s for flushing"
191 msgstr ""
192
193 #: e2fsck/iscan.c:88 e2fsck/unix.c:773 resize/main.c:221
194 #, c-format
195 msgid "while trying to flush %s"
196 msgstr ""
197
198 #: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:477
199 msgid "while opening inode scan"
200 msgstr ""
201
202 #: e2fsck/iscan.c:129 misc/e2image.c:495
203 msgid "while getting next inode"
204 msgstr ""
205
206 #: e2fsck/iscan.c:138
207 #, c-format
208 msgid "%d inodes scanned.\n"
209 msgstr ""
210
211 #: e2fsck/journal.c:463
212 msgid "reading journal superblock\n"
213 msgstr ""
214
215 #: e2fsck/journal.c:520
216 #, c-format
217 msgid "%s: no valid journal superblock found\n"
218 msgstr ""
219
220 #: e2fsck/journal.c:529
221 #, c-format
222 msgid "%s: journal too short\n"
223 msgstr ""
224
225 #: e2fsck/journal.c:802
226 #, c-format
227 msgid "%s: recovering journal\n"
228 msgstr ""
229
230 #: e2fsck/journal.c:804
231 #, c-format
232 msgid "%s: won't do journal recovery while read-only\n"
233 msgstr ""
234
235 #: e2fsck/journal.c:825
236 #, c-format
237 msgid "while trying to re-open %s"
238 msgstr ""
239
240 #: e2fsck/message.c:108
241 msgid "aextended attribute"
242 msgstr ""
243
244 #: e2fsck/message.c:109
245 msgid "Aerror allocating"
246 msgstr ""
247
248 #: e2fsck/message.c:110
249 msgid "bblock"
250 msgstr ""
251
252 #: e2fsck/message.c:111
253 msgid "Bbitmap"
254 msgstr ""
255
256 #: e2fsck/message.c:112
257 msgid "ccompress"
258 msgstr ""
259
260 #: e2fsck/message.c:113
261 msgid "Cconflicts with some other fs @b"
262 msgstr ""
263
264 #: e2fsck/message.c:114
265 msgid "iinode"
266 msgstr ""
267
268 #: e2fsck/message.c:115
269 msgid "Iillegal"
270 msgstr ""
271
272 #: e2fsck/message.c:116
273 msgid "jjournal"
274 msgstr ""
275
276 #: e2fsck/message.c:117
277 msgid "Ddeleted"
278 msgstr ""
279
280 #: e2fsck/message.c:118
281 msgid "ddirectory"
282 msgstr ""
283
284 #: e2fsck/message.c:119
285 msgid "eentry"
286 msgstr ""
287
288 #: e2fsck/message.c:120
289 msgid "E@e '%Dn' in %p (%i)"
290 msgstr ""
291
292 #: e2fsck/message.c:121
293 msgid "ffilesystem"
294 msgstr ""
295
296 #: e2fsck/message.c:122
297 msgid "Ffor @i %i (%Q) is"
298 msgstr ""
299
300 #: e2fsck/message.c:123
301 msgid "ggroup"
302 msgstr ""
303
304 #: e2fsck/message.c:124
305 msgid "hHTREE @d @i"
306 msgstr ""
307
308 #: e2fsck/message.c:125
309 msgid "llost+found"
310 msgstr ""
311
312 #: e2fsck/message.c:126
313 msgid "Lis a link"
314 msgstr ""
315
316 #: e2fsck/message.c:127
317 msgid "mmultiply-claimed"
318 msgstr ""
319
320 #: e2fsck/message.c:128
321 msgid "ninvalid"
322 msgstr ""
323
324 #: e2fsck/message.c:129
325 msgid "oorphaned"
326 msgstr ""
327
328 #: e2fsck/message.c:130
329 msgid "pproblem in"
330 msgstr ""
331
332 #: e2fsck/message.c:131
333 msgid "rroot @i"
334 msgstr ""
335
336 #: e2fsck/message.c:132
337 msgid "sshould be"
338 msgstr ""
339
340 #: e2fsck/message.c:133
341 msgid "Ssuper@b"
342 msgstr ""
343
344 #: e2fsck/message.c:134
345 msgid "uunattached"
346 msgstr ""
347
348 #: e2fsck/message.c:135
349 msgid "vdevice"
350 msgstr ""
351
352 #: e2fsck/message.c:136
353 msgid "zzero-length"
354 msgstr ""
355
356 #: e2fsck/message.c:147
357 msgid "<The NULL inode>"
358 msgstr ""
359
360 #: e2fsck/message.c:148
361 msgid "<The bad blocks inode>"
362 msgstr ""
363
364 #: e2fsck/message.c:150
365 msgid "<The ACL index inode>"
366 msgstr ""
367
368 #: e2fsck/message.c:151
369 msgid "<The ACL data inode>"
370 msgstr ""
371
372 #: e2fsck/message.c:152
373 msgid "<The boot loader inode>"
374 msgstr ""
375
376 #: e2fsck/message.c:153
377 msgid "<The undelete directory inode>"
378 msgstr ""
379
380 #: e2fsck/message.c:154
381 msgid "<The group descriptor inode>"
382 msgstr ""
383
384 #: e2fsck/message.c:155
385 msgid "<The journal inode>"
386 msgstr ""
387
388 #: e2fsck/message.c:156
389 msgid "<Reserved inode 9>"
390 msgstr ""
391
392 #: e2fsck/message.c:157
393 msgid "<Reserved inode 10>"
394 msgstr ""
395
396 #: e2fsck/pass1b.c:209
397 msgid "multiply claimed inode map"
398 msgstr ""
399
400 #: e2fsck/pass1b.c:558 e2fsck/pass1b.c:695
401 #, c-format
402 msgid "internal error; can't find dup_blk for %u\n"
403 msgstr ""
404
405 #: e2fsck/pass1b.c:738
406 msgid "returned from clone_file_block"
407 msgstr ""
408
409 #: e2fsck/pass1.c:430
410 msgid "in-use inode map"
411 msgstr ""
412
413 #: e2fsck/pass1.c:439
414 msgid "directory inode map"
415 msgstr ""
416
417 #: e2fsck/pass1.c:447
418 msgid "regular file inode map"
419 msgstr ""
420
421 #: e2fsck/pass1.c:454
422 msgid "in-use block map"
423 msgstr ""
424
425 #: e2fsck/pass1.c:505
426 msgid "doing inode scan"
427 msgstr ""
428
429 #: e2fsck/pass1.c:917
430 msgid "Pass 1"
431 msgstr ""
432
433 #: e2fsck/pass1.c:976
434 #, c-format
435 msgid "reading indirect blocks of inode %u"
436 msgstr ""
437
438 #: e2fsck/pass1.c:1018
439 msgid "bad inode map"
440 msgstr ""
441
442 #: e2fsck/pass1.c:1040
443 msgid "inode in bad block map"
444 msgstr ""
445
446 #: e2fsck/pass1.c:1060
447 msgid "imagic inode map"
448 msgstr ""
449
450 #: e2fsck/pass1.c:1087
451 msgid "multiply claimed block map"
452 msgstr ""
453
454 #: e2fsck/pass1.c:1186
455 msgid "ext attr block map"
456 msgstr ""
457
458 #: e2fsck/pass1.c:1959
459 msgid "block bitmap"
460 msgstr ""
461
462 #: e2fsck/pass1.c:1963
463 msgid "inode bitmap"
464 msgstr ""
465
466 #: e2fsck/pass1.c:1967
467 msgid "inode table"
468 msgstr ""
469
470 #: e2fsck/pass2.c:287
471 msgid "Pass 2"
472 msgstr ""
473
474 #: e2fsck/pass3.c:79
475 msgid "inode done bitmap"
476 msgstr ""
477
478 #: e2fsck/pass3.c:90
479 msgid "Peak memory"
480 msgstr ""
481
482 #: e2fsck/pass3.c:143
483 msgid "Pass 3"
484 msgstr ""
485
486 #: e2fsck/pass3.c:334
487 msgid "inode loop detection bitmap"
488 msgstr ""
489
490 #: e2fsck/pass4.c:174
491 msgid "Pass 4"
492 msgstr ""
493
494 #: e2fsck/pass5.c:70
495 msgid "Pass 5"
496 msgstr ""
497
498 #: e2fsck/problem.c:50
499 msgid "(no prompt)"
500 msgstr ""
501
502 #: e2fsck/problem.c:51
503 msgid "Fix"
504 msgstr ""
505
506 #: e2fsck/problem.c:52
507 msgid "Clear"
508 msgstr ""
509
510 #: e2fsck/problem.c:53
511 msgid "Relocate"
512 msgstr ""
513
514 #: e2fsck/problem.c:54
515 msgid "Allocate"
516 msgstr ""
517
518 #: e2fsck/problem.c:55
519 msgid "Expand"
520 msgstr ""
521
522 #: e2fsck/problem.c:56
523 msgid "Connect to /lost+found"
524 msgstr ""
525
526 #: e2fsck/problem.c:57
527 msgid "Create"
528 msgstr ""
529
530 #: e2fsck/problem.c:58
531 msgid "Salvage"
532 msgstr ""
533
534 #: e2fsck/problem.c:59
535 msgid "Truncate"
536 msgstr ""
537
538 #: e2fsck/problem.c:60
539 msgid "Clear inode"
540 msgstr ""
541
542 #: e2fsck/problem.c:61
543 msgid "Abort"
544 msgstr ""
545
546 #: e2fsck/problem.c:62
547 msgid "Split"
548 msgstr ""
549
550 #: e2fsck/problem.c:63
551 msgid "Continue"
552 msgstr ""
553
554 #: e2fsck/problem.c:64
555 msgid "Clone multiply-claimed blocks"
556 msgstr ""
557
558 #: e2fsck/problem.c:65
559 msgid "Delete file"
560 msgstr ""
561
562 #: e2fsck/problem.c:66
563 msgid "Suppress messages"
564 msgstr ""
565
566 #: e2fsck/problem.c:67
567 msgid "Unlink"
568 msgstr ""
569
570 #: e2fsck/problem.c:68
571 msgid "Clear HTree index"
572 msgstr ""
573
574 #: e2fsck/problem.c:69
575 msgid "Recreate"
576 msgstr ""
577
578 #: e2fsck/problem.c:78
579 msgid "(NONE)"
580 msgstr ""
581
582 #: e2fsck/problem.c:79
583 msgid "FIXED"
584 msgstr ""
585
586 #: e2fsck/problem.c:80
587 msgid "CLEARED"
588 msgstr ""
589
590 #: e2fsck/problem.c:81
591 msgid "RELOCATED"
592 msgstr ""
593
594 #: e2fsck/problem.c:82
595 msgid "ALLOCATED"
596 msgstr ""
597
598 #: e2fsck/problem.c:83
599 msgid "EXPANDED"
600 msgstr ""
601
602 #: e2fsck/problem.c:84
603 msgid "RECONNECTED"
604 msgstr ""
605
606 #: e2fsck/problem.c:85
607 msgid "CREATED"
608 msgstr ""
609
610 #: e2fsck/problem.c:86
611 msgid "SALVAGED"
612 msgstr ""
613
614 #: e2fsck/problem.c:87
615 msgid "TRUNCATED"
616 msgstr ""
617
618 #: e2fsck/problem.c:88
619 msgid "INODE CLEARED"
620 msgstr ""
621
622 #: e2fsck/problem.c:89
623 msgid "ABORTED"
624 msgstr ""
625
626 #: e2fsck/problem.c:90
627 msgid "SPLIT"
628 msgstr ""
629
630 #: e2fsck/problem.c:91
631 msgid "CONTINUING"
632 msgstr ""
633
634 #: e2fsck/problem.c:92
635 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
636 msgstr ""
637
638 #: e2fsck/problem.c:93
639 msgid "FILE DELETED"
640 msgstr ""
641
642 #: e2fsck/problem.c:94
643 msgid "SUPPRESSED"
644 msgstr ""
645
646 #: e2fsck/problem.c:95
647 msgid "UNLINKED"
648 msgstr ""
649
650 #: e2fsck/problem.c:96
651 msgid "HTREE INDEX CLEARED"
652 msgstr ""
653
654 #: e2fsck/problem.c:97
655 msgid "WILL RECREATE"
656 msgstr ""
657
658 #: e2fsck/problem.c:106
659 #. @-expanded: block bitmap for group %g is not in group.  (block %b)\n
660 msgid "@b @B for @g %g is not in @g.  (@b %b)\n"
661 msgstr ""
662
663 #: e2fsck/problem.c:110
664 #. @-expanded: inode bitmap for group %g is not in group.  (block %b)\n
665 msgid "@i @B for @g %g is not in @g.  (@b %b)\n"
666 msgstr ""
667
668 #: e2fsck/problem.c:115
669 #. @-expanded: inode table for group %g is not in group.  (block %b)\n
670 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
671 msgid ""
672 "@i table for @g %g is not in @g.  (@b %b)\n"
673 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
674 msgstr ""
675
676 #: e2fsck/problem.c:121
677 #, c-format
678 #. @-expanded: \n
679 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
680 #. @-expanded: filesystem.  If the device is valid and it really contains an ext2\n
681 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
682 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
683 #. @-expanded:     e2fsck -b %S <device>\n
684 #. @-expanded: \n
685 msgid ""
686 "\n"
687 "The @S could not be read or does not describe a correct ext2\n"
688 "@f.  If the @v is valid and it really contains an ext2\n"
689 "@f (and not swap or ufs or something else), then the @S\n"
690 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
691 "    e2fsck -b %S <@v>\n"
692 "\n"
693 msgstr ""
694
695 #: e2fsck/problem.c:130
696 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
697 #. @-expanded: The physical size of the device is %c blocks\n
698 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
699 msgid ""
700 "The @f size (according to the @S) is %b @bs\n"
701 "The physical size of the @v is %c @bs\n"
702 "Either the @S or the partition table is likely to be corrupt!\n"
703 msgstr ""
704
705 #: e2fsck/problem.c:137
706 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
707 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
708 #. @-expanded: from the block size.\n
709 msgid ""
710 "@S @b_size = %b, fragsize = %c.\n"
711 "This version of e2fsck does not support fragment sizes different\n"
712 "from the @b size.\n"
713 msgstr ""
714
715 #: e2fsck/problem.c:144
716 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
717 msgid "@S @bs_per_group = %b, should have been %c\n"
718 msgstr ""
719
720 #: e2fsck/problem.c:149
721 #. @-expanded: superblock first_data_block = %b, should have been %c\n
722 msgid "@S first_data_@b = %b, should have been %c\n"
723 msgstr ""
724
725 #: e2fsck/problem.c:154
726 #. @-expanded: filesystem did not have a UUID; generating one.\n
727 #. @-expanded: \n
728 msgid ""
729 "@f did not have a UUID; generating one.\n"
730 "\n"
731 msgstr ""
732
733 #: e2fsck/problem.c:159
734 #, c-format
735 msgid ""
736 "Note: if several inode or block bitmap blocks or part\n"
737 "of the inode table require relocation, you may wish to try\n"
738 "running e2fsck with the '-b %S' option first.  The problem\n"
739 "may lie only with the primary block group descriptors, and\n"
740 "the backup block group descriptors may be OK.\n"
741 "\n"
742 msgstr ""
743
744 #: e2fsck/problem.c:168
745 #. @-expanded: Corruption found in superblock.  (%s = %N).\n
746 msgid "Corruption found in @S.  (%s = %N).\n"
747 msgstr ""
748
749 #: e2fsck/problem.c:173
750 #, c-format
751 #. @-expanded: Error determining size of the physical device: %m\n
752 msgid "Error determining size of the physical @v: %m\n"
753 msgstr ""
754
755 #: e2fsck/problem.c:178
756 #. @-expanded: inode count in superblock is %i, should be %j.\n
757 msgid "@i count in @S is %i, @s %j.\n"
758 msgstr ""
759
760 #: e2fsck/problem.c:182
761 msgid "The Hurd does not support the filetype feature.\n"
762 msgstr ""
763
764 #: e2fsck/problem.c:187
765 #, c-format
766 #. @-expanded: superblock has an invalid ext3 journal (inode %i).\n
767 msgid "@S has an @n ext3 @j (@i %i).\n"
768 msgstr ""
769
770 #: e2fsck/problem.c:192
771 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
772 msgid "External @j has multiple @f users (unsupported).\n"
773 msgstr ""
774
775 #: e2fsck/problem.c:197
776 #. @-expanded: Can't find external journal\n
777 msgid "Can't find external @j\n"
778 msgstr ""
779
780 #: e2fsck/problem.c:202
781 #. @-expanded: External journal has bad superblock\n
782 msgid "External @j has bad @S\n"
783 msgstr ""
784
785 #: e2fsck/problem.c:207
786 #. @-expanded: External journal does not support this filesystem\n
787 msgid "External @j does not support this @f\n"
788 msgstr ""
789
790 #: e2fsck/problem.c:212
791 #. @-expanded: Ext3 journal superblock is unknown type %N (unsupported).\n
792 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal 
793 #. @-expanded: format.\n
794 #. @-expanded: It is also possible the journal superblock is corrupt.\n
795 msgid ""
796 "Ext3 @j @S is unknown type %N (unsupported).\n"
797 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
798 "format.\n"
799 "It is also possible the @j @S is corrupt.\n"
800 msgstr ""
801
802 #: e2fsck/problem.c:220
803 #. @-expanded: Ext3 journal superblock is corrupt.\n
804 msgid "Ext3 @j @S is corrupt.\n"
805 msgstr ""
806
807 #: e2fsck/problem.c:225
808 #, c-format
809 #. @-expanded: superblock doesn't have has_journal flag, but has ext3 journal %s.\n
810 msgid "@S doesn't have has_@j flag, but has ext3 @j %s.\n"
811 msgstr ""
812
813 #: e2fsck/problem.c:230
814 #. @-expanded: superblock has ext3 needs_recovery flag set, but no journal.\n
815 msgid "@S has ext3 needs_recovery flag set, but no @j.\n"
816 msgstr ""
817
818 #: e2fsck/problem.c:235
819 #. @-expanded: ext3 recovery flag is clear, but journal has data.\n
820 msgid "ext3 recovery flag is clear, but @j has data.\n"
821 msgstr ""
822
823 #: e2fsck/problem.c:240
824 #. @-expanded: Clear journal
825 msgid "Clear @j"
826 msgstr ""
827
828 #: e2fsck/problem.c:245
829 #. @-expanded: Run journal anyway
830 msgid "Run @j anyway"
831 msgstr ""
832
833 #: e2fsck/problem.c:250
834 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
835 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
836 msgstr ""
837
838 #: e2fsck/problem.c:255
839 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
840 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
841 msgstr ""
842
843 #: e2fsck/problem.c:260
844 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
845 msgid "@I @b #%B (%b) found in @o @i %i.\n"
846 msgstr ""
847
848 #: e2fsck/problem.c:265
849 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
850 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
851 msgstr ""
852
853 #: e2fsck/problem.c:270
854 #, c-format
855 #. @-expanded: illegal orphaned inode %i in superblock.\n
856 msgid "@I @o @i %i in @S.\n"
857 msgstr ""
858
859 #: e2fsck/problem.c:275
860 #, c-format
861 #. @-expanded: illegal inode %i in orphaned inode list.\n
862 msgid "@I @i %i in @o @i list.\n"
863 msgstr ""
864
865 #: e2fsck/problem.c:280 e2fsck/problem.c:608
866 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.  
867 msgid "@f has feature flag(s) set, but is a revision 0 @f.  "
868 msgstr ""
869
870 #: e2fsck/problem.c:285
871 #. @-expanded: Ext3 journal superblock has an unknown read-only feature flag set.\n
872 msgid "Ext3 @j @S has an unknown read-only feature flag set.\n"
873 msgstr ""
874
875 #: e2fsck/problem.c:290
876 #. @-expanded: Ext3 journal superblock has an unknown incompatible feature flag set.\n
877 msgid "Ext3 @j @S has an unknown incompatible feature flag set.\n"
878 msgstr ""
879
880 #: e2fsck/problem.c:295
881 #. @-expanded: journal version not supported by this e2fsck.\n
882 msgid "@j version not supported by this e2fsck.\n"
883 msgstr ""
884
885 #: e2fsck/problem.c:300
886 #, c-format
887 #. @-expanded: Moving journal from /%s to hidden inode.\n
888 #. @-expanded: \n
889 msgid ""
890 "Moving @j from /%s to hidden @i.\n"
891 "\n"
892 msgstr ""
893
894 #: e2fsck/problem.c:305
895 #, c-format
896 #. @-expanded: Error moving journal: %m\n
897 #. @-expanded: \n
898 msgid ""
899 "Error moving @j: %m\n"
900 "\n"
901 msgstr ""
902
903 #: e2fsck/problem.c:310
904 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
905 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
906 #. @-expanded: \n
907 msgid ""
908 "Found @n V2 @j @S fields (from V1 @j).\n"
909 "Clearing fields beyond the V1 @j @S...\n"
910 "\n"
911 msgstr ""
912
913 #: e2fsck/problem.c:316
914 #. @-expanded: Backing up journal inode block information.\n
915 #. @-expanded: \n
916 msgid ""
917 "Backing up @j @i @b information.\n"
918 "\n"
919 msgstr ""
920
921 #: e2fsck/problem.c:321
922 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
923 #. @-expanded: is %N; should be zero.  
924 msgid ""
925 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
926 "is %N; @s zero.  "
927 msgstr ""
928
929 #: e2fsck/problem.c:327
930 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.  
931 msgid "Resize_@i not enabled, but the resize @i is non-zero.  "
932 msgstr ""
933
934 #: e2fsck/problem.c:332
935 #. @-expanded: Resize inode not valid.  
936 msgid "Resize @i not valid.  "
937 msgstr ""
938
939 #: e2fsck/problem.c:337
940 #. @-expanded: superblock last mount time is in the future.  
941 msgid "@S last mount time is in the future.  "
942 msgstr ""
943
944 #: e2fsck/problem.c:342
945 #. @-expanded: superblock last write time is in the future.  
946 msgid "@S last write time is in the future.  "
947 msgstr ""
948
949 #: e2fsck/problem.c:346
950 #, c-format
951 #. @-expanded: superblock hint for external superblock should be %X.  
952 msgid "@S hint for external superblock @s %X.  "
953 msgstr ""
954
955 #: e2fsck/problem.c:353
956 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
957 msgid "Pass 1: Checking @is, @bs, and sizes\n"
958 msgstr ""
959
960 #: e2fsck/problem.c:357
961 #. @-expanded: root inode is not a directory.  
962 msgid "@r is not a @d.  "
963 msgstr ""
964
965 #: e2fsck/problem.c:362
966 #. @-expanded: root inode has dtime set (probably due to old mke2fs).  
967 msgid "@r has dtime set (probably due to old mke2fs).  "
968 msgstr ""
969
970 #: e2fsck/problem.c:367
971 #. @-expanded: Reserved inode %i (%Q) has invalid mode.  
972 msgid "Reserved @i %i (%Q) has @n mode.  "
973 msgstr ""
974
975 #: e2fsck/problem.c:372
976 #, c-format
977 #. @-expanded: deleted inode %i has zero dtime.  
978 msgid "@D @i %i has zero dtime.  "
979 msgstr ""
980
981 #: e2fsck/problem.c:377
982 #, c-format
983 #. @-expanded: inode %i is in use, but has dtime set.  
984 msgid "@i %i is in use, but has dtime set.  "
985 msgstr ""
986
987 #: e2fsck/problem.c:382
988 #, c-format
989 #. @-expanded: inode %i is a zero-length directory.  
990 msgid "@i %i is a @z @d.  "
991 msgstr ""
992
993 #: e2fsck/problem.c:387
994 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
995 msgid "@g %g's @b @B at %b @C.\n"
996 msgstr ""
997
998 #: e2fsck/problem.c:392
999 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1000 msgid "@g %g's @i @B at %b @C.\n"
1001 msgstr ""
1002
1003 #: e2fsck/problem.c:397
1004 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1005 msgid "@g %g's @i table at %b @C.\n"
1006 msgstr ""
1007
1008 #: e2fsck/problem.c:402
1009 #. @-expanded: group %g's block bitmap (%b) is bad.  
1010 msgid "@g %g's @b @B (%b) is bad.  "
1011 msgstr ""
1012
1013 #: e2fsck/problem.c:407
1014 #. @-expanded: group %g's inode bitmap (%b) is bad.  
1015 msgid "@g %g's @i @B (%b) is bad.  "
1016 msgstr ""
1017
1018 #: e2fsck/problem.c:412
1019 #. @-expanded: inode %i, i_size is %Is, should be %N.  
1020 msgid "@i %i, i_size is %Is, @s %N.  "
1021 msgstr ""
1022
1023 #: e2fsck/problem.c:417
1024 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.  
1025 msgid "@i %i, i_@bs is %Ib, @s %N.  "
1026 msgstr ""
1027
1028 #: e2fsck/problem.c:422
1029 #. @-expanded: illegal block #%B (%b) in inode %i.  
1030 msgid "@I @b #%B (%b) in @i %i.  "
1031 msgstr ""
1032
1033 #: e2fsck/problem.c:427
1034 #. @-expanded: block #%B (%b) overlaps filesystem metadata in inode %i.  
1035 msgid "@b #%B (%b) overlaps @f metadata in @i %i.  "
1036 msgstr ""
1037
1038 #: e2fsck/problem.c:432
1039 #, c-format
1040 #. @-expanded: inode %i has illegal block(s).  
1041 msgid "@i %i has illegal @b(s).  "
1042 msgstr ""
1043
1044 #: e2fsck/problem.c:437
1045 #, c-format
1046 #. @-expanded: Too many illegal blocks in inode %i.\n
1047 msgid "Too many illegal @bs in @i %i.\n"
1048 msgstr ""
1049
1050 #: e2fsck/problem.c:442
1051 #. @-expanded: illegal block #%B (%b) in bad block inode.  
1052 msgid "@I @b #%B (%b) in bad @b @i.  "
1053 msgstr ""
1054
1055 #: e2fsck/problem.c:447
1056 #. @-expanded: Bad block inode has illegal block(s).  
1057 msgid "Bad @b @i has illegal @b(s).  "
1058 msgstr ""
1059
1060 #: e2fsck/problem.c:452
1061 #. @-expanded: Duplicate or bad block in use!\n
1062 msgid "Duplicate or bad @b in use!\n"
1063 msgstr ""
1064
1065 #: e2fsck/problem.c:457
1066 #. @-expanded: Bad block %b used as bad block inode indirect block.  
1067 msgid "Bad @b %b used as bad @b @i indirect @b.  "
1068 msgstr ""
1069
1070 #: e2fsck/problem.c:462
1071 #. @-expanded: \n
1072 #. @-expanded: The bad block inode has probably been corrupted.  You probably\n
1073 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1074 #. @-expanded: in the filesystem.\n
1075 msgid ""
1076 "\n"
1077 "The bad @b @i has probably been corrupted.  You probably\n"
1078 "should stop now and run e2fsck -c to scan for bad blocks\n"
1079 "in the @f.\n"
1080 msgstr ""
1081
1082 #: e2fsck/problem.c:469
1083 #. @-expanded: \n
1084 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1085 msgid ""
1086 "\n"
1087 "If the @b is really bad, the @f can not be fixed.\n"
1088 msgstr ""
1089
1090 #: e2fsck/problem.c:474
1091 #. @-expanded: You can remove this block from the bad block list and hope\n
1092 #. @-expanded: that the block is really OK.  But there are no guarantees.\n
1093 #. @-expanded: \n
1094 msgid ""
1095 "You can remove this @b from the bad @b list and hope\n"
1096 "that the @b is really OK.  But there are no guarantees.\n"
1097 "\n"
1098 msgstr ""
1099
1100 #: e2fsck/problem.c:480
1101 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1102 msgid "The primary @S (%b) is on the bad @b list.\n"
1103 msgstr ""
1104
1105 #: e2fsck/problem.c:485
1106 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1107 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1108 msgstr ""
1109
1110 #: e2fsck/problem.c:491
1111 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1112 msgid "Warning: Group %g's @S (%b) is bad.\n"
1113 msgstr ""
1114
1115 #: e2fsck/problem.c:496
1116 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1117 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1118 msgstr ""
1119
1120 #: e2fsck/problem.c:502
1121 #. @-expanded: Programming error?  block #%b claimed for no reason in process_bad_block.\n
1122 msgid "Programming error?  @b #%b claimed for no reason in process_bad_@b.\n"
1123 msgstr ""
1124
1125 #: e2fsck/problem.c:508
1126 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1127 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1128 msgstr ""
1129
1130 #: e2fsck/problem.c:513
1131 #, c-format
1132 #. @-expanded: error allocating block buffer for relocating %s\n
1133 msgid "@A @b buffer for relocating %s\n"
1134 msgstr ""
1135
1136 #: e2fsck/problem.c:518
1137 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1138 msgid "Relocating @g %g's %s from %b to %c...\n"
1139 msgstr ""
1140
1141 #: e2fsck/problem.c:523
1142 #, c-format
1143 #. @-expanded: Relocating group %g's %s to %c...\n
1144 msgid "Relocating @g %g's %s to %c...\n"
1145 msgstr ""
1146
1147 #: e2fsck/problem.c:528
1148 #. @-expanded: Warning: could not read block %b of %s: %m\n
1149 msgid "Warning: could not read @b %b of %s: %m\n"
1150 msgstr ""
1151
1152 #: e2fsck/problem.c:533
1153 #. @-expanded: Warning: could not write block %b for %s: %m\n
1154 msgid "Warning: could not write @b %b for %s: %m\n"
1155 msgstr ""
1156
1157 #: e2fsck/problem.c:538 e2fsck/problem.c:1265
1158 #. @-expanded: error allocating inode bitmap (%N): %m\n
1159 msgid "@A @i @B (%N): %m\n"
1160 msgstr ""
1161
1162 #: e2fsck/problem.c:543
1163 #. @-expanded: error allocating block bitmap (%N): %m\n
1164 msgid "@A @b @B (%N): %m\n"
1165 msgstr ""
1166
1167 #: e2fsck/problem.c:548
1168 #, c-format
1169 #. @-expanded: error allocating icount link information: %m\n
1170 msgid "@A icount link information: %m\n"
1171 msgstr ""
1172
1173 #: e2fsck/problem.c:553
1174 #, c-format
1175 #. @-expanded: error allocating directory block array: %m\n
1176 msgid "@A @d @b array: %m\n"
1177 msgstr ""
1178
1179 #: e2fsck/problem.c:558
1180 #, c-format
1181 #. @-expanded: Error while scanning inodes (%i): %m\n
1182 msgid "Error while scanning @is (%i): %m\n"
1183 msgstr ""
1184
1185 #: e2fsck/problem.c:563
1186 #, c-format
1187 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1188 msgid "Error while iterating over @bs in @i %i: %m\n"
1189 msgstr ""
1190
1191 #: e2fsck/problem.c:568
1192 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1193 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1194 msgstr ""
1195
1196 #: e2fsck/problem.c:573
1197 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1198 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1199 msgstr ""
1200
1201 #: e2fsck/problem.c:579
1202 #, c-format
1203 #. @-expanded: Error reading inode %i: %m\n
1204 msgid "Error reading @i %i: %m\n"
1205 msgstr ""
1206
1207 #: e2fsck/problem.c:587
1208 #, c-format
1209 #. @-expanded: inode %i has imagic flag set.  
1210 msgid "@i %i has imagic flag set.  "
1211 msgstr ""
1212
1213 #: e2fsck/problem.c:592
1214 #, c-format
1215 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1216 #. @-expanded: or append-only flag set.  
1217 msgid ""
1218 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1219 "or append-only flag set.  "
1220 msgstr ""
1221
1222 #: e2fsck/problem.c:598
1223 #, c-format
1224 #. @-expanded: inode %i has compression flag set on filesystem without compression support.  
1225 msgid "@i %i has @cion flag set on @f without @cion support.  "
1226 msgstr ""
1227
1228 #: e2fsck/problem.c:603
1229 #, c-format
1230 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.  
1231 msgid "Special (@v/socket/fifo) @i %i has non-zero size.  "
1232 msgstr ""
1233
1234 #: e2fsck/problem.c:613
1235 #. @-expanded: journal inode is not in use, but contains data.  
1236 msgid "@j @i is not in use, but contains data.  "
1237 msgstr ""
1238
1239 #: e2fsck/problem.c:618
1240 #. @-expanded: journal is not regular file.  
1241 msgid "@j is not regular file.  "
1242 msgstr ""
1243
1244 #: e2fsck/problem.c:623
1245 #, c-format
1246 #. @-expanded: inode %i was part of the orphaned inode list.  
1247 msgid "@i %i was part of the @o @i list.  "
1248 msgstr ""
1249
1250 #: e2fsck/problem.c:629
1251 #. @-expanded: inodes that were part of a corrupted orphan linked list found.  
1252 msgid "@is that were part of a corrupted orphan linked list found.  "
1253 msgstr ""
1254
1255 #: e2fsck/problem.c:634
1256 #. @-expanded: error allocating refcount structure (%N): %m\n
1257 msgid "@A refcount structure (%N): %m\n"
1258 msgstr ""
1259
1260 #: e2fsck/problem.c:639
1261 #. @-expanded: Error reading extended attribute block %b for inode %i.  
1262 msgid "Error reading @a @b %b for @i %i.  "
1263 msgstr ""
1264
1265 #: e2fsck/problem.c:644
1266 #. @-expanded: inode %i has a bad extended attribute block %b.  
1267 msgid "@i %i has a bad @a @b %b.  "
1268 msgstr ""
1269
1270 #: e2fsck/problem.c:649
1271 #. @-expanded: Error reading extended attribute block %b (%m).  
1272 msgid "Error reading @a @b %b (%m).  "
1273 msgstr ""
1274
1275 #: e2fsck/problem.c:654
1276 #. @-expanded: extended attribute block %b has reference count %B, should be %N.  
1277 msgid "@a @b %b has reference count %B, @s %N.  "
1278 msgstr ""
1279
1280 #: e2fsck/problem.c:659
1281 #. @-expanded: Error writing extended attribute block %b (%m).  
1282 msgid "Error writing @a @b %b (%m).  "
1283 msgstr ""
1284
1285 #: e2fsck/problem.c:664
1286 #. @-expanded: extended attribute block %b has h_blocks > 1.  
1287 msgid "@a @b %b has h_@bs > 1.  "
1288 msgstr ""
1289
1290 #: e2fsck/problem.c:669
1291 #. @-expanded: error allocating extended attribute block %b.  
1292 msgid "@A @a @b %b.  "
1293 msgstr ""
1294
1295 #: e2fsck/problem.c:674
1296 #. @-expanded: extended attribute block %b is corrupt (allocation collision).  
1297 msgid "@a @b %b is corrupt (allocation collision).  "
1298 msgstr ""
1299
1300 #: e2fsck/problem.c:679
1301 #. @-expanded: extended attribute block %b is corrupt (invalid name).  
1302 msgid "@a @b %b is corrupt (@n name).  "
1303 msgstr ""
1304
1305 #: e2fsck/problem.c:684
1306 #. @-expanded: extended attribute block %b is corrupt (invalid value).  
1307 msgid "@a @b %b is corrupt (@n value).  "
1308 msgstr ""
1309
1310 #: e2fsck/problem.c:689
1311 #, c-format
1312 #. @-expanded: inode %i is too big.  
1313 msgid "@i %i is too big.  "
1314 msgstr ""
1315
1316 #: e2fsck/problem.c:693
1317 #. @-expanded: block #%B (%b) causes directory to be too big.  
1318 msgid "@b #%B (%b) causes @d to be too big.  "
1319 msgstr ""
1320
1321 #: e2fsck/problem.c:698
1322 #. @-expanded: block #%B (%b) causes file to be too big.  
1323 msgid "@b #%B (%b) causes file to be too big.  "
1324 msgstr ""
1325
1326 #: e2fsck/problem.c:703
1327 #. @-expanded: block #%B (%b) causes symlink to be too big.  
1328 msgid "@b #%B (%b) causes symlink to be too big.  "
1329 msgstr ""
1330
1331 #: e2fsck/problem.c:708
1332 #, c-format
1333 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1334 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1335 msgstr ""
1336
1337 #: e2fsck/problem.c:713
1338 #, c-format
1339 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1340 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1341 msgstr ""
1342
1343 #: e2fsck/problem.c:718
1344 #, c-format
1345 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1346 msgid "@h %i has an @n root node.\n"
1347 msgstr ""
1348
1349 #: e2fsck/problem.c:723
1350 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1351 msgid "@h %i has an unsupported hash version (%N)\n"
1352 msgstr ""
1353
1354 #: e2fsck/problem.c:728
1355 #, c-format
1356 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1357 msgid "@h %i uses an incompatible htree root node flag.\n"
1358 msgstr ""
1359
1360 #: e2fsck/problem.c:733
1361 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1362 msgid "@h %i has a tree depth (%N) which is too big\n"
1363 msgstr ""
1364
1365 #: e2fsck/problem.c:738
1366 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1367 #. @-expanded: filesystem metadata.  
1368 msgid ""
1369 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1370 "@f metadata.  "
1371 msgstr ""
1372
1373 #: e2fsck/problem.c:744
1374 #, c-format
1375 #. @-expanded: Resize inode (re)creation failed: %m.
1376 msgid "Resize @i (re)creation failed: %m."
1377 msgstr ""
1378
1379 #: e2fsck/problem.c:749
1380 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1381 msgid "@i %i has a extra size (%IS) which is @n\n"
1382 msgstr ""
1383
1384 #: e2fsck/problem.c:754
1385 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1386 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1387 msgstr ""
1388
1389 #: e2fsck/problem.c:759
1390 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1391 msgid "@a in @i %i has a value size (%N) which is @n\n"
1392 msgstr ""
1393
1394 #: e2fsck/problem.c:764
1395 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1396 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1397 msgstr ""
1398
1399 #: e2fsck/problem.c:769
1400 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1401 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1402 msgstr ""
1403
1404 #: e2fsck/problem.c:774
1405 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid (must be 0)\n
1406 msgid "@a in @i %i has a hash (%N) which is @n (must be 0)\n"
1407 msgstr ""
1408
1409 #: e2fsck/problem.c:781
1410 #. @-expanded: \n
1411 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1412 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1413 msgid ""
1414 "\n"
1415 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1416 "Pass 1B: Rescanning for @m @bs\n"
1417 msgstr ""
1418
1419 #: e2fsck/problem.c:787
1420 #, c-format
1421 #. @-expanded: multiply-claimed block(s) in inode %i:
1422 msgid "@m @b(s) in @i %i:"
1423 msgstr ""
1424
1425 #: e2fsck/problem.c:802
1426 #, c-format
1427 msgid "Error while scanning inodes (%i): %m\n"
1428 msgstr ""
1429
1430 #: e2fsck/problem.c:807
1431 #, c-format
1432 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1433 msgid "@A @i @B (@i_dup_map): %m\n"
1434 msgstr ""
1435
1436 #: e2fsck/problem.c:812
1437 #, c-format
1438 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1439 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1440 msgstr ""
1441
1442 #: e2fsck/problem.c:817 e2fsck/problem.c:1133
1443 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1444 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1445 msgstr ""
1446
1447 #: e2fsck/problem.c:823
1448 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1449 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1450 msgstr ""
1451
1452 #: e2fsck/problem.c:829
1453 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1454 msgid "Pass 1D: Reconciling @m @bs\n"
1455 msgstr ""
1456
1457 #: e2fsck/problem.c:834
1458 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1459 #. @-expanded:   has %B multiply-claimed block(s), shared with %N file(s):\n
1460 msgid ""
1461 "File %Q (@i #%i, mod time %IM) \n"
1462 "  has %B @m @b(s), shared with %N file(s):\n"
1463 msgstr ""
1464
1465 #: e2fsck/problem.c:840
1466 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1467 msgid "\t%Q (@i #%i, mod time %IM)\n"
1468 msgstr ""
1469
1470 #: e2fsck/problem.c:845
1471 #. @-expanded: \t<filesystem metadata>\n
1472 msgid "\t<@f metadata>\n"
1473 msgstr ""
1474
1475 #: e2fsck/problem.c:850
1476 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1477 #. @-expanded: \n
1478 msgid ""
1479 "(There are %N @is containing @m @bs.)\n"
1480 "\n"
1481 msgstr ""
1482
1483 #: e2fsck/problem.c:855
1484 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1485 #. @-expanded: \n
1486 msgid ""
1487 "@m @bs already reassigned or cloned.\n"
1488 "\n"
1489 msgstr ""
1490
1491 #: e2fsck/problem.c:868
1492 #, c-format
1493 msgid "Couldn't clone file: %m\n"
1494 msgstr ""
1495
1496 #: e2fsck/problem.c:874
1497 #. @-expanded: Pass 2: Checking directory structure\n
1498 msgid "Pass 2: Checking @d structure\n"
1499 msgstr ""
1500
1501 #: e2fsck/problem.c:879
1502 #, c-format
1503 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1504 msgid "@n @i number for '.' in @d @i %i.\n"
1505 msgstr ""
1506
1507 #: e2fsck/problem.c:884
1508 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1509 msgid "@E has @n @i #: %Di.\n"
1510 msgstr ""
1511
1512 #: e2fsck/problem.c:889
1513 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.  
1514 msgid "@E has @D/unused @i %Di.  "
1515 msgstr ""
1516
1517 #: e2fsck/problem.c:894
1518 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'  
1519 msgid "@E @L to '.'  "
1520 msgstr ""
1521
1522 #: e2fsck/problem.c:899
1523 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1524 msgid "@E points to @i (%Di) located in a bad @b.\n"
1525 msgstr ""
1526
1527 #: e2fsck/problem.c:904
1528 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1529 msgid "@E @L to @d %P (%Di).\n"
1530 msgstr ""
1531
1532 #: e2fsck/problem.c:909
1533 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1534 msgid "@E @L to the @r.\n"
1535 msgstr ""
1536
1537 #: e2fsck/problem.c:914
1538 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1539 msgid "@E has illegal characters in its name.\n"
1540 msgstr ""
1541
1542 #: e2fsck/problem.c:919
1543 #, c-format
1544 #. @-expanded: Missing '.' in directory inode %i.\n
1545 msgid "Missing '.' in @d @i %i.\n"
1546 msgstr ""
1547
1548 #: e2fsck/problem.c:924
1549 #, c-format
1550 #. @-expanded: Missing '..' in directory inode %i.\n
1551 msgid "Missing '..' in @d @i %i.\n"
1552 msgstr ""
1553
1554 #: e2fsck/problem.c:929
1555 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1556 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1557 msgstr ""
1558
1559 #: e2fsck/problem.c:934
1560 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1561 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1562 msgstr ""
1563
1564 #: e2fsck/problem.c:939
1565 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1566 msgid "i_faddr @F %IF, @s zero.\n"
1567 msgstr ""
1568
1569 #: e2fsck/problem.c:944
1570 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1571 msgid "i_file_acl @F %If, @s zero.\n"
1572 msgstr ""
1573
1574 #: e2fsck/problem.c:949
1575 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1576 msgid "i_dir_acl @F %Id, @s zero.\n"
1577 msgstr ""
1578
1579 #: e2fsck/problem.c:954
1580 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1581 msgid "i_frag @F %N, @s zero.\n"
1582 msgstr ""
1583
1584 #: e2fsck/problem.c:959
1585 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1586 msgid "i_fsize @F %N, @s zero.\n"
1587 msgstr ""
1588
1589 #: e2fsck/problem.c:964
1590 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1591 msgid "@i %i (%Q) has @n mode (%Im).\n"
1592 msgstr ""
1593
1594 #: e2fsck/problem.c:969
1595 #. @-expanded: directory inode %i, block %B, offset %N: directory corrupted\n
1596 msgid "@d @i %i, @b %B, offset %N: @d corrupted\n"
1597 msgstr ""
1598
1599 #: e2fsck/problem.c:974
1600 #. @-expanded: directory inode %i, block %B, offset %N: filename too long\n
1601 msgid "@d @i %i, @b %B, offset %N: filename too long\n"
1602 msgstr ""
1603
1604 #: e2fsck/problem.c:979
1605 #. @-expanded: directory inode %i has an unallocated block #%B.  
1606 msgid "@d @i %i has an unallocated @b #%B.  "
1607 msgstr ""
1608
1609 #: e2fsck/problem.c:984
1610 #, c-format
1611 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1612 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1613 msgstr ""
1614
1615 #: e2fsck/problem.c:989
1616 #, c-format
1617 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1618 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1619 msgstr ""
1620
1621 #: e2fsck/problem.c:994
1622 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1623 msgid "@i %i (%Q) is an @I character @v.\n"
1624 msgstr ""
1625
1626 #: e2fsck/problem.c:999
1627 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1628 msgid "@i %i (%Q) is an @I @b @v.\n"
1629 msgstr ""
1630
1631 #: e2fsck/problem.c:1004
1632 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1633 msgid "@E is duplicate '.' @e.\n"
1634 msgstr ""
1635
1636 #: e2fsck/problem.c:1009
1637 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1638 msgid "@E is duplicate '..' @e.\n"
1639 msgstr ""
1640
1641 #: e2fsck/problem.c:1014 e2fsck/problem.c:1290
1642 #, c-format
1643 msgid "Internal error: couldn't find dir_info for %i.\n"
1644 msgstr ""
1645
1646 #: e2fsck/problem.c:1019
1647 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1648 msgid "@E has rec_len of %Dr, @s %N.\n"
1649 msgstr ""
1650
1651 #: e2fsck/problem.c:1024
1652 #, c-format
1653 #. @-expanded: error allocating icount structure: %m\n
1654 msgid "@A icount structure: %m\n"
1655 msgstr ""
1656
1657 #: e2fsck/problem.c:1029
1658 #, c-format
1659 #. @-expanded: Error iterating over directory blocks: %m\n
1660 msgid "Error iterating over @d @bs: %m\n"
1661 msgstr ""
1662
1663 #: e2fsck/problem.c:1034
1664 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1665 msgid "Error reading @d @b %b (@i %i): %m\n"
1666 msgstr ""
1667
1668 #: e2fsck/problem.c:1039
1669 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1670 msgid "Error writing @d @b %b (@i %i): %m\n"
1671 msgstr ""
1672
1673 #: e2fsck/problem.c:1044
1674 #, c-format
1675 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1676 msgid "@A new @d @b for @i %i (%s): %m\n"
1677 msgstr ""
1678
1679 #: e2fsck/problem.c:1049
1680 #, c-format
1681 #. @-expanded: Error deallocating inode %i: %m\n
1682 msgid "Error deallocating @i %i: %m\n"
1683 msgstr ""
1684
1685 #: e2fsck/problem.c:1054
1686 #. @-expanded: directory entry for '.' is big.  
1687 msgid "@d @e for '.' is big.  "
1688 msgstr ""
1689
1690 #: e2fsck/problem.c:1059
1691 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1692 msgid "@i %i (%Q) is an @I FIFO.\n"
1693 msgstr ""
1694
1695 #: e2fsck/problem.c:1064
1696 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1697 msgid "@i %i (%Q) is an @I socket.\n"
1698 msgstr ""
1699
1700 #: e2fsck/problem.c:1069
1701 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
1702 msgid "Setting filetype for @E to %N.\n"
1703 msgstr ""
1704
1705 #: e2fsck/problem.c:1074
1706 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
1707 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
1708 msgstr ""
1709
1710 #: e2fsck/problem.c:1079
1711 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
1712 msgid "@E has filetype set.\n"
1713 msgstr ""
1714
1715 #: e2fsck/problem.c:1084
1716 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
1717 msgid "@E has a @z name.\n"
1718 msgstr ""
1719
1720 #: e2fsck/problem.c:1089
1721 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
1722 msgid "Symlink %Q (@i #%i) is @n.\n"
1723 msgstr ""
1724
1725 #: e2fsck/problem.c:1094
1726 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
1727 msgid "@a @b @F @n (%If).\n"
1728 msgstr ""
1729
1730 #: e2fsck/problem.c:1099
1731 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
1732 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
1733 msgstr ""
1734
1735 #: e2fsck/problem.c:1104
1736 #. @-expanded: problem in HTREE directory inode %d: node (%B) not referenced\n
1737 msgid "@p @h %d: node (%B) not referenced\n"
1738 msgstr ""
1739
1740 #: e2fsck/problem.c:1109
1741 #. @-expanded: problem in HTREE directory inode %d: node (%B) referenced twice\n
1742 msgid "@p @h %d: node (%B) referenced twice\n"
1743 msgstr ""
1744
1745 #: e2fsck/problem.c:1114
1746 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad min hash\n
1747 msgid "@p @h %d: node (%B) has bad min hash\n"
1748 msgstr ""
1749
1750 #: e2fsck/problem.c:1119
1751 #. @-expanded: problem in HTREE directory inode %d: node (%B) has bad max hash\n
1752 msgid "@p @h %d: node (%B) has bad max hash\n"
1753 msgstr ""
1754
1755 #: e2fsck/problem.c:1124
1756 #. @-expanded: invalid HTREE directory inode %d (%q).  
1757 msgid "@n @h %d (%q).  "
1758 msgstr ""
1759
1760 #: e2fsck/problem.c:1128
1761 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
1762 msgid "@p @h %d (%q): bad @b number %b.\n"
1763 msgstr ""
1764
1765 #: e2fsck/problem.c:1138
1766 #, c-format
1767 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
1768 msgid "@p @h %d: root node is @n\n"
1769 msgstr ""
1770
1771 #: e2fsck/problem.c:1143
1772 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid limit (%N)\n
1773 msgid "@p @h %d: node (%B) has @n limit (%N)\n"
1774 msgstr ""
1775
1776 #: e2fsck/problem.c:1148
1777 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid count (%N)\n
1778 msgid "@p @h %d: node (%B) has @n count (%N)\n"
1779 msgstr ""
1780
1781 #: e2fsck/problem.c:1153
1782 #. @-expanded: problem in HTREE directory inode %d: node (%B) has an unordered hash table\n
1783 msgid "@p @h %d: node (%B) has an unordered hash table\n"
1784 msgstr ""
1785
1786 #: e2fsck/problem.c:1158
1787 #. @-expanded: problem in HTREE directory inode %d: node (%B) has invalid depth\n
1788 msgid "@p @h %d: node (%B) has @n depth\n"
1789 msgstr ""
1790
1791 #: e2fsck/problem.c:1163
1792 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.  
1793 msgid "Duplicate @E found.  "
1794 msgstr ""
1795
1796 #: e2fsck/problem.c:1168
1797 #, no-c-format
1798 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
1799 #. @-expanded: Rename to %s
1800 msgid ""
1801 "@E has a non-unique filename.\n"
1802 "Rename to %s"
1803 msgstr ""
1804
1805 #: e2fsck/problem.c:1173
1806 #. @-expanded: Duplicate entry '%Dn' found.\n
1807 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
1808 #. @-expanded: \n
1809 msgid ""
1810 "Duplicate @e '%Dn' found.\n"
1811 "\tMarking %p (%i) to be rebuilt.\n"
1812 "\n"
1813 msgstr ""
1814
1815 #: e2fsck/problem.c:1180
1816 #. @-expanded: Pass 3: Checking directory connectivity\n
1817 msgid "Pass 3: Checking @d connectivity\n"
1818 msgstr ""
1819
1820 #: e2fsck/problem.c:1185
1821 #. @-expanded: root inode not allocated.  
1822 msgid "@r not allocated.  "
1823 msgstr ""
1824
1825 #: e2fsck/problem.c:1190
1826 #. @-expanded: No room in lost+found directory.  
1827 msgid "No room in @l @d.  "
1828 msgstr ""
1829
1830 #: e2fsck/problem.c:1195
1831 #, c-format
1832 #. @-expanded: Unconnected directory inode %i (%p)\n
1833 msgid "Unconnected @d @i %i (%p)\n"
1834 msgstr ""
1835
1836 #: e2fsck/problem.c:1200
1837 #. @-expanded: /lost+found not found.  
1838 msgid "/@l not found.  "
1839 msgstr ""
1840
1841 #: e2fsck/problem.c:1205
1842 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
1843 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
1844 msgstr ""
1845
1846 #: e2fsck/problem.c:1210
1847 #. @-expanded: Bad or non-existent /lost+found.  Cannot reconnect.\n
1848 msgid "Bad or non-existent /@l.  Cannot reconnect.\n"
1849 msgstr ""
1850
1851 #: e2fsck/problem.c:1215
1852 #, c-format
1853 #. @-expanded: Could not expand /lost+found: %m\n
1854 msgid "Could not expand /@l: %m\n"
1855 msgstr ""
1856
1857 #: e2fsck/problem.c:1220
1858 #, c-format
1859 msgid "Could not reconnect %i: %m\n"
1860 msgstr ""
1861
1862 #: e2fsck/problem.c:1225
1863 #, c-format
1864 #. @-expanded: Error while trying to find /lost+found: %m\n
1865 msgid "Error while trying to find /@l: %m\n"
1866 msgstr ""
1867
1868 #: e2fsck/problem.c:1230
1869 #, c-format
1870 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
1871 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
1872 msgstr ""
1873
1874 #: e2fsck/problem.c:1235
1875 #, c-format
1876 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
1877 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
1878 msgstr ""
1879
1880 #: e2fsck/problem.c:1240
1881 #, c-format
1882 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
1883 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
1884 msgstr ""
1885
1886 #: e2fsck/problem.c:1245
1887 #, c-format
1888 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
1889 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
1890 msgstr ""
1891
1892 #: e2fsck/problem.c:1250
1893 #, c-format
1894 #. @-expanded: Error while adjusting inode count on inode %i\n
1895 msgid "Error while adjusting @i count on @i %i\n"
1896 msgstr ""
1897
1898 #: e2fsck/problem.c:1255
1899 #, c-format
1900 #. @-expanded: Couldn't fix parent of inode %i: %m\n
1901 #. @-expanded: \n
1902 msgid ""
1903 "Couldn't fix parent of @i %i: %m\n"
1904 "\n"
1905 msgstr ""
1906
1907 #: e2fsck/problem.c:1260
1908 #, c-format
1909 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
1910 #. @-expanded: \n
1911 msgid ""
1912 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
1913 "\n"
1914 msgstr ""
1915
1916 #: e2fsck/problem.c:1270
1917 #, c-format
1918 #. @-expanded: Error creating root directory (%s): %m\n
1919 msgid "Error creating root @d (%s): %m\n"
1920 msgstr ""
1921
1922 #: e2fsck/problem.c:1275
1923 #, c-format
1924 #. @-expanded: Error creating /lost+found directory (%s): %m\n
1925 msgid "Error creating /@l @d (%s): %m\n"
1926 msgstr ""
1927
1928 #: e2fsck/problem.c:1280
1929 #. @-expanded: root inode is not a directory; aborting.\n
1930 msgid "@r is not a @d; aborting.\n"
1931 msgstr ""
1932
1933 #: e2fsck/problem.c:1285
1934 #. @-expanded: Cannot proceed without a root inode.\n
1935 msgid "Cannot proceed without a @r.\n"
1936 msgstr ""
1937
1938 #: e2fsck/problem.c:1295
1939 #, c-format
1940 #. @-expanded: /lost+found is not a directory (ino=%i)\n
1941 msgid "/@l is not a @d (ino=%i)\n"
1942 msgstr ""
1943
1944 #: e2fsck/problem.c:1302
1945 msgid "Pass 3A: Optimizing directories\n"
1946 msgstr ""
1947
1948 #: e2fsck/problem.c:1307
1949 #, c-format
1950 msgid "Failed to create dirs_to_hash iterator: %m"
1951 msgstr ""
1952
1953 #: e2fsck/problem.c:1312
1954 msgid "Failed to optimize directory %q (%d): %m"
1955 msgstr ""
1956
1957 #: e2fsck/problem.c:1317
1958 msgid "Optimizing directories: "
1959 msgstr ""
1960
1961 #: e2fsck/problem.c:1334
1962 msgid "Pass 4: Checking reference counts\n"
1963 msgstr ""
1964
1965 #: e2fsck/problem.c:1339
1966 #, c-format
1967 #. @-expanded: unattached zero-length inode %i.  
1968 msgid "@u @z @i %i.  "
1969 msgstr ""
1970
1971 #: e2fsck/problem.c:1344
1972 #, c-format
1973 #. @-expanded: unattached inode %i\n
1974 msgid "@u @i %i\n"
1975 msgstr ""
1976
1977 #: e2fsck/problem.c:1349
1978 #. @-expanded: inode %i ref count is %Il, should be %N.  
1979 msgid "@i %i ref count is %Il, @s %N.  "
1980 msgstr ""
1981
1982 #: e2fsck/problem.c:1353
1983 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
1984 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
1985 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
1986 msgid ""
1987 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
1988 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
1989 "@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
1990 msgstr ""
1991
1992 #: e2fsck/problem.c:1363
1993 #. @-expanded: Pass 5: Checking group summary information\n
1994 msgid "Pass 5: Checking @g summary information\n"
1995 msgstr ""
1996
1997 #: e2fsck/problem.c:1368
1998 #. @-expanded: Padding at end of inode bitmap is not set. 
1999 msgid "Padding at end of @i @B is not set. "
2000 msgstr ""
2001
2002 #: e2fsck/problem.c:1373
2003 #. @-expanded: Padding at end of block bitmap is not set. 
2004 msgid "Padding at end of @b @B is not set. "
2005 msgstr ""
2006
2007 #: e2fsck/problem.c:1378
2008 #. @-expanded: block bitmap differences: 
2009 msgid "@b @B differences: "
2010 msgstr ""
2011
2012 #: e2fsck/problem.c:1398
2013 #. @-expanded: inode bitmap differences: 
2014 msgid "@i @B differences: "
2015 msgstr ""
2016
2017 #: e2fsck/problem.c:1418
2018 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2019 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2020 msgstr ""
2021
2022 #: e2fsck/problem.c:1423
2023 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2024 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2025 msgstr ""
2026
2027 #: e2fsck/problem.c:1428
2028 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2029 msgid "Free @is count wrong (%i, counted=%j).\n"
2030 msgstr ""
2031
2032 #: e2fsck/problem.c:1433
2033 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2034 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2035 msgstr ""
2036
2037 #: e2fsck/problem.c:1438
2038 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2039 msgid "Free @bs count wrong (%b, counted=%c).\n"
2040 msgstr ""
2041
2042 #: e2fsck/problem.c:1443
2043 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
2044 #. @-expanded: endpoints (%i, %j)\n
2045 msgid ""
2046 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2047 "endpoints (%i, %j)\n"
2048 msgstr ""
2049
2050 #: e2fsck/problem.c:1449
2051 msgid "Internal error: fudging end of bitmap (%N)\n"
2052 msgstr ""
2053
2054 #: e2fsck/problem.c:1454
2055 #, c-format
2056 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2057 msgid "Error copying in replacement @i @B: %m\n"
2058 msgstr ""
2059
2060 #: e2fsck/problem.c:1459
2061 #, c-format
2062 #. @-expanded: Error copying in replacement block bitmap: %m\n
2063 msgid "Error copying in replacement @b @B: %m\n"
2064 msgstr ""
2065
2066 #: e2fsck/problem.c:1597
2067 #, c-format
2068 msgid "Unhandled error code (0x%x)!\n"
2069 msgstr ""
2070
2071 #: e2fsck/problem.c:1691
2072 msgid "IGNORED"
2073 msgstr ""
2074
2075 #: e2fsck/scantest.c:81
2076 #, c-format
2077 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2078 msgstr ""
2079
2080 #: e2fsck/scantest.c:100
2081 #, c-format
2082 msgid "size of inode=%d\n"
2083 msgstr ""
2084
2085 #: e2fsck/scantest.c:121
2086 msgid "while starting inode scan"
2087 msgstr ""
2088
2089 #: e2fsck/scantest.c:132
2090 msgid "while doing inode scan"
2091 msgstr ""
2092
2093 #: e2fsck/super.c:200
2094 #, c-format
2095 msgid "while calling ext2fs_block_iterate for inode %d"
2096 msgstr ""
2097
2098 #: e2fsck/super.c:223
2099 #, c-format
2100 msgid "while calling ext2fs_adjust_ea_refocunt for inode %d"
2101 msgstr ""
2102
2103 #: e2fsck/super.c:281
2104 msgid "Truncating"
2105 msgstr ""
2106
2107 #: e2fsck/super.c:282
2108 msgid "Clearing"
2109 msgstr ""
2110
2111 #: e2fsck/swapfs.c:98
2112 msgid "while calling ext2fs_block_iterate"
2113 msgstr ""
2114
2115 #: e2fsck/swapfs.c:104
2116 msgid "while calling iterator function"
2117 msgstr ""
2118
2119 #: e2fsck/swapfs.c:126
2120 msgid "while allocating inode buffer"
2121 msgstr ""
2122
2123 #: e2fsck/swapfs.c:138
2124 #, c-format
2125 msgid "while reading inode table (group %d)"
2126 msgstr ""
2127
2128 #: e2fsck/swapfs.c:176
2129 #, c-format
2130 msgid "while writing inode table (group %d)"
2131 msgstr ""
2132
2133 #: e2fsck/swapfs.c:223
2134 #, c-format
2135 msgid "Pass 0: Doing byte-swap of filesystem\n"
2136 msgstr ""
2137
2138 #: e2fsck/swapfs.c:230
2139 #, c-format
2140 msgid ""
2141 "%s: the filesystem must be freshly checked using fsck\n"
2142 "and not mounted before trying to byte-swap it.\n"
2143 msgstr ""
2144
2145 #: e2fsck/swapfs.c:265
2146 msgid "Byte swap"
2147 msgstr ""
2148
2149 #: e2fsck/unix.c:74
2150 #, c-format
2151 msgid ""
2152 "Usage: %s [-panyrcdfvstDFSV] [-b superblock] [-B blocksize]\n"
2153 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2154 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2155 "\t\t[-E extended-options] device\n"
2156 msgstr ""
2157
2158 #: e2fsck/unix.c:80
2159 #, c-format
2160 msgid ""
2161 "\n"
2162 "Emergency help:\n"
2163 " -p                   Automatic repair (no questions)\n"
2164 " -n                   Make no changes to the filesystem\n"
2165 " -y                   Assume \"yes\" to all questions\n"
2166 " -c                   Check for bad blocks and add them to the badblock "
2167 "list\n"
2168 " -f                   Force checking even if filesystem is marked clean\n"
2169 msgstr ""
2170
2171 #: e2fsck/unix.c:86
2172 #, c-format
2173 msgid ""
2174 " -v                   Be verbose\n"
2175 " -b superblock        Use alternative superblock\n"
2176 " -B blocksize         Force blocksize when looking for superblock\n"
2177 " -j external_journal  Set location of the external journal\n"
2178 " -l bad_blocks_file   Add to badblocks list\n"
2179 " -L bad_blocks_file   Set badblocks list\n"
2180 msgstr ""
2181
2182 #: e2fsck/unix.c:121
2183 #, c-format
2184 msgid "%s: %d/%d files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2185 msgstr ""
2186
2187 #: e2fsck/unix.c:133
2188 #, c-format
2189 msgid "         # of inodes with ind/dind/tind blocks: %d/%d/%d\n"
2190 msgstr ""
2191
2192 #: e2fsck/unix.c:177 misc/badblocks.c:779 misc/tune2fs.c:792 misc/util.c:151
2193 #: resize/main.c:184
2194 #, c-format
2195 msgid "while determining whether %s is mounted."
2196 msgstr ""
2197
2198 #: e2fsck/unix.c:195
2199 #, c-format
2200 msgid "Warning!  %s is mounted.\n"
2201 msgstr ""
2202
2203 #: e2fsck/unix.c:199
2204 #, c-format
2205 msgid "%s is mounted.  "
2206 msgstr ""
2207
2208 #: e2fsck/unix.c:201
2209 msgid ""
2210 "Cannot continue, aborting.\n"
2211 "\n"
2212 msgstr ""
2213
2214 #: e2fsck/unix.c:202
2215 #, c-format
2216 msgid ""
2217 "\n"
2218 "\n"
2219 "\a\a\a\aWARNING!!!  Running e2fsck on a mounted filesystem may cause\n"
2220 "SEVERE filesystem damage.\a\a\a\n"
2221 "\n"
2222 msgstr ""
2223
2224 #: e2fsck/unix.c:205
2225 msgid "Do you really want to continue"
2226 msgstr ""
2227
2228 #: e2fsck/unix.c:207
2229 #, c-format
2230 msgid "check aborted.\n"
2231 msgstr ""
2232
2233 #: e2fsck/unix.c:277
2234 msgid " contains a file system with errors"
2235 msgstr ""
2236
2237 #: e2fsck/unix.c:279
2238 msgid " was not cleanly unmounted"
2239 msgstr ""
2240
2241 #: e2fsck/unix.c:283
2242 #, c-format
2243 msgid " has been mounted %u times without being checked"
2244 msgstr ""
2245
2246 #: e2fsck/unix.c:291
2247 #, c-format
2248 msgid " has gone %u days without being checked"
2249 msgstr ""
2250
2251 #: e2fsck/unix.c:300
2252 msgid ", check forced.\n"
2253 msgstr ""
2254
2255 #: e2fsck/unix.c:303
2256 #, c-format
2257 msgid "%s: clean, %d/%d files, %u/%u blocks"
2258 msgstr ""
2259
2260 #: e2fsck/unix.c:320
2261 msgid " (check deferred; on battery)"
2262 msgstr ""
2263
2264 #: e2fsck/unix.c:323
2265 msgid " (check after next mount)"
2266 msgstr ""
2267
2268 #: e2fsck/unix.c:325
2269 #, c-format
2270 msgid " (check in %ld mounts)"
2271 msgstr ""
2272
2273 #: e2fsck/unix.c:471
2274 #, c-format
2275 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2276 msgstr ""
2277
2278 #: e2fsck/unix.c:542
2279 #, c-format
2280 msgid "Invalid EA version.\n"
2281 msgstr ""
2282
2283 #: e2fsck/unix.c:548
2284 #, c-format
2285 msgid "Unknown extended option: %s\n"
2286 msgstr ""
2287
2288 #: e2fsck/unix.c:566
2289 #, c-format
2290 msgid ""
2291 "Syntax error in e2fsck config file (%s, line #%d)\n"
2292 "\t%s\n"
2293 msgstr ""
2294
2295 #: e2fsck/unix.c:623
2296 #, c-format
2297 msgid "Error validating file descriptor %d: %s\n"
2298 msgstr ""
2299
2300 #: e2fsck/unix.c:627
2301 msgid "Invalid completion information file descriptor"
2302 msgstr ""
2303
2304 #: e2fsck/unix.c:642
2305 msgid "Only one of the options -p/-a, -n or -y may be specified."
2306 msgstr ""
2307
2308 #: e2fsck/unix.c:663
2309 #, c-format
2310 msgid "The -t option is not supported on this version of e2fsck.\n"
2311 msgstr ""
2312
2313 #: e2fsck/unix.c:728
2314 #, c-format
2315 msgid "Byte-swapping filesystems not compiled in this version of e2fsck\n"
2316 msgstr ""
2317
2318 #: e2fsck/unix.c:751 misc/tune2fs.c:459 misc/tune2fs.c:717 misc/tune2fs.c:734
2319 #, c-format
2320 msgid "Unable to resolve '%s'"
2321 msgstr ""
2322
2323 #: e2fsck/unix.c:782
2324 #, c-format
2325 msgid "Incompatible options not allowed when byte-swapping.\n"
2326 msgstr ""
2327
2328 #: e2fsck/unix.c:789
2329 #, c-format
2330 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2331 msgstr ""
2332
2333 #: e2fsck/unix.c:867
2334 #, c-format
2335 msgid "Error: ext2fs library version out of date!\n"
2336 msgstr ""
2337
2338 #: e2fsck/unix.c:875
2339 msgid "while trying to initialize program"
2340 msgstr ""
2341
2342 #: e2fsck/unix.c:889
2343 #, c-format
2344 msgid "\tUsing %s, %s\n"
2345 msgstr ""
2346
2347 #: e2fsck/unix.c:901
2348 msgid "need terminal for interactive repairs"
2349 msgstr ""
2350
2351 #: e2fsck/unix.c:940
2352 #, c-format
2353 msgid "%s trying backup blocks...\n"
2354 msgstr ""
2355
2356 #: e2fsck/unix.c:941
2357 msgid "Couldn't find ext2 superblock,"
2358 msgstr ""
2359
2360 #: e2fsck/unix.c:942
2361 msgid "Group descriptors look bad..."
2362 msgstr ""
2363
2364 #: e2fsck/unix.c:953
2365 #, c-format
2366 msgid ""
2367 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2368 "(Or the filesystem superblock is corrupt)\n"
2369 "\n"
2370 msgstr ""
2371
2372 #: e2fsck/unix.c:959
2373 #, c-format
2374 msgid "Could this be a zero-length partition?\n"
2375 msgstr ""
2376
2377 #: e2fsck/unix.c:961
2378 #, c-format
2379 msgid "You must have %s access to the filesystem or be root\n"
2380 msgstr ""
2381
2382 #: e2fsck/unix.c:966
2383 #, c-format
2384 msgid "Possibly non-existent or swap device?\n"
2385 msgstr ""
2386
2387 #: e2fsck/unix.c:968
2388 #, c-format
2389 msgid "Filesystem mounted or opened exclusively by another program?\n"
2390 msgstr ""
2391
2392 #: e2fsck/unix.c:972
2393 #, c-format
2394 msgid ""
2395 "Disk write-protected; use the -n option to do a read-only\n"
2396 "check of the device.\n"
2397 msgstr ""
2398
2399 #: e2fsck/unix.c:989
2400 msgid "Get a newer version of e2fsck!"
2401 msgstr ""
2402
2403 #: e2fsck/unix.c:1010
2404 #, c-format
2405 msgid "while checking ext3 journal for %s"
2406 msgstr ""
2407
2408 #: e2fsck/unix.c:1021
2409 #, c-format
2410 msgid ""
2411 "Warning: skipping journal recovery because doing a read-only filesystem "
2412 "check.\n"
2413 msgstr ""
2414
2415 #: e2fsck/unix.c:1034
2416 #, c-format
2417 msgid "unable to set superblock flags on %s\n"
2418 msgstr ""
2419
2420 #: e2fsck/unix.c:1040
2421 #, c-format
2422 msgid "while recovering ext3 journal of %s"
2423 msgstr ""
2424
2425 #: e2fsck/unix.c:1069
2426 msgid "Warning: compression support is experimental.\n"
2427 msgstr ""
2428
2429 #: e2fsck/unix.c:1074
2430 #, c-format
2431 msgid ""
2432 "E2fsck not compiled with HTREE support,\n"
2433 "\tbut filesystem %s has HTREE directories.\n"
2434 msgstr ""
2435
2436 #: e2fsck/unix.c:1118
2437 #, c-format
2438 msgid "%s: Filesystem byte order already normalized.\n"
2439 msgstr ""
2440
2441 #: e2fsck/unix.c:1138
2442 msgid "while reading bad blocks inode"
2443 msgstr ""
2444
2445 #: e2fsck/unix.c:1140
2446 #, c-format
2447 msgid "This doesn't bode well, but we'll try to go on...\n"
2448 msgstr ""
2449
2450 #: e2fsck/unix.c:1147
2451 #, c-format
2452 msgid "Restarting e2fsck from the beginning...\n"
2453 msgstr ""
2454
2455 #: e2fsck/unix.c:1151
2456 msgid "while resetting context"
2457 msgstr ""
2458
2459 #: e2fsck/unix.c:1158
2460 #, c-format
2461 msgid "%s: e2fsck canceled.\n"
2462 msgstr ""
2463
2464 #: e2fsck/unix.c:1163
2465 msgid "aborted"
2466 msgstr ""
2467
2468 #: e2fsck/unix.c:1171
2469 #, c-format
2470 msgid ""
2471 "\n"
2472 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2473 msgstr ""
2474
2475 #: e2fsck/unix.c:1174
2476 #, c-format
2477 msgid "%s: ***** REBOOT LINUX *****\n"
2478 msgstr ""
2479
2480 #: e2fsck/unix.c:1182
2481 #, c-format
2482 msgid ""
2483 "\n"
2484 "%s: ********** WARNING: Filesystem still has errors **********\n"
2485 "\n"
2486 msgstr ""
2487
2488 #: e2fsck/util.c:131 misc/util.c:68
2489 msgid "yY"
2490 msgstr ""
2491
2492 #: e2fsck/util.c:132
2493 msgid "nN"
2494 msgstr ""
2495
2496 #: e2fsck/util.c:146
2497 msgid "<y>"
2498 msgstr ""
2499
2500 #: e2fsck/util.c:148
2501 msgid "<n>"
2502 msgstr ""
2503
2504 #: e2fsck/util.c:150
2505 msgid " (y/n)"
2506 msgstr ""
2507
2508 #: e2fsck/util.c:165
2509 msgid "cancelled!\n"
2510 msgstr ""
2511
2512 #: e2fsck/util.c:180
2513 msgid "yes\n"
2514 msgstr ""
2515
2516 #: e2fsck/util.c:182
2517 msgid "no\n"
2518 msgstr ""
2519
2520 #: e2fsck/util.c:192
2521 #, c-format
2522 msgid ""
2523 "%s? no\n"
2524 "\n"
2525 msgstr ""
2526
2527 #: e2fsck/util.c:196
2528 #, c-format
2529 msgid ""
2530 "%s? yes\n"
2531 "\n"
2532 msgstr ""
2533
2534 #: e2fsck/util.c:200
2535 msgid "yes"
2536 msgstr ""
2537
2538 #: e2fsck/util.c:200
2539 msgid "no"
2540 msgstr ""
2541
2542 #: e2fsck/util.c:213
2543 #, c-format
2544 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2545 msgstr ""
2546
2547 #: e2fsck/util.c:218
2548 msgid "reading inode and block bitmaps"
2549 msgstr ""
2550
2551 #: e2fsck/util.c:223
2552 #, c-format
2553 msgid "while retrying to read bitmaps for %s"
2554 msgstr ""
2555
2556 #: e2fsck/util.c:235
2557 msgid "writing block bitmaps"
2558 msgstr ""
2559
2560 #: e2fsck/util.c:240
2561 #, c-format
2562 msgid "while retrying to write block bitmaps for %s"
2563 msgstr ""
2564
2565 #: e2fsck/util.c:247
2566 msgid "writing inode bitmaps"
2567 msgstr ""
2568
2569 #: e2fsck/util.c:252
2570 #, c-format
2571 msgid "while retrying to write inode bitmaps for %s"
2572 msgstr ""
2573
2574 #: e2fsck/util.c:265
2575 #, c-format
2576 msgid ""
2577 "\n"
2578 "\n"
2579 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2580 "\t(i.e., without -a or -p options)\n"
2581 msgstr ""
2582
2583 #: e2fsck/util.c:330
2584 #, c-format
2585 msgid "Memory used: %dk/%dk (%dk/%dk), "
2586 msgstr ""
2587
2588 #: e2fsck/util.c:334
2589 #, c-format
2590 msgid "Memory used: %d, "
2591 msgstr ""
2592
2593 #: e2fsck/util.c:340
2594 #, c-format
2595 msgid "time: %5.2f/%5.2f/%5.2f\n"
2596 msgstr ""
2597
2598 #: e2fsck/util.c:345
2599 #, c-format
2600 msgid "elapsed time: %6.3f\n"
2601 msgstr ""
2602
2603 #: e2fsck/util.c:359
2604 #, c-format
2605 msgid "while reading inode %ld in %s"
2606 msgstr ""
2607
2608 #: e2fsck/util.c:373 e2fsck/util.c:386
2609 #, c-format
2610 msgid "while writing inode %ld in %s"
2611 msgstr ""
2612
2613 #: misc/badblocks.c:60
2614 msgid "done                             \n"
2615 msgstr ""
2616
2617 #: misc/badblocks.c:78
2618 #, c-format
2619 msgid ""
2620 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2621 " [-c blocks_at_once] [-p num_passes] [-t test_pattern [-t test_pattern "
2622 "[...]]]\n"
2623 " device [last_block [start_block]]\n"
2624 msgstr ""
2625
2626 #: misc/badblocks.c:225
2627 msgid "Testing with random pattern: "
2628 msgstr ""
2629
2630 #: misc/badblocks.c:243
2631 msgid "Testing with pattern 0x"
2632 msgstr ""
2633
2634 #: misc/badblocks.c:268 misc/badblocks.c:297
2635 msgid "during seek"
2636 msgstr ""
2637
2638 #: misc/badblocks.c:275
2639 #, c-format
2640 msgid "Weird value (%ld) in do_read\n"
2641 msgstr ""
2642
2643 #: misc/badblocks.c:317
2644 msgid "during ext2fs_sync_device"
2645 msgstr ""
2646
2647 #: misc/badblocks.c:333 misc/badblocks.c:571
2648 msgid "while beginning bad block list iteration"
2649 msgstr ""
2650
2651 #: misc/badblocks.c:347 misc/badblocks.c:437 misc/badblocks.c:581
2652 msgid "while allocating buffers"
2653 msgstr ""
2654
2655 #: misc/badblocks.c:351
2656 #, c-format
2657 msgid "Checking blocks %lu to %lu\n"
2658 msgstr ""
2659
2660 #: misc/badblocks.c:355
2661 msgid "Checking for bad blocks in read-only mode\n"
2662 msgstr ""
2663
2664 #: misc/badblocks.c:364
2665 msgid "Checking for bad blocks (read-only test): "
2666 msgstr ""
2667
2668 #: misc/badblocks.c:444
2669 msgid "Checking for bad blocks in read-write mode\n"
2670 msgstr ""
2671
2672 #: misc/badblocks.c:446 misc/badblocks.c:594
2673 #, c-format
2674 msgid "From block %lu to %lu\n"
2675 msgstr ""
2676
2677 #: misc/badblocks.c:497
2678 msgid "Reading and comparing: "
2679 msgstr ""
2680
2681 #: misc/badblocks.c:593
2682 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2683 msgstr ""
2684
2685 #: misc/badblocks.c:597
2686 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2687 msgstr ""
2688
2689 #: misc/badblocks.c:604
2690 msgid ""
2691 "\n"
2692 "Interrupt caught, cleaning up\n"
2693 msgstr ""
2694
2695 #: misc/badblocks.c:674
2696 #, c-format
2697 msgid "during test data write, block %lu"
2698 msgstr ""
2699
2700 #: misc/badblocks.c:784 misc/util.c:156
2701 #, c-format
2702 msgid "%s is mounted; "
2703 msgstr ""
2704
2705 #: misc/badblocks.c:786
2706 msgid "badblocks forced anyway.  Hope /etc/mtab is incorrect.\n"
2707 msgstr ""
2708
2709 #: misc/badblocks.c:791
2710 msgid "it's not safe to run badblocks!\n"
2711 msgstr ""
2712
2713 #: misc/badblocks.c:796 misc/util.c:167
2714 #, c-format
2715 msgid "%s is apparently in use by the system; "
2716 msgstr ""
2717
2718 #: misc/badblocks.c:799
2719 msgid "badblocks forced anyway.\n"
2720 msgstr ""
2721
2722 #: misc/badblocks.c:861
2723 #, c-format
2724 msgid "bad block size - %s"
2725 msgstr ""
2726
2727 #: misc/badblocks.c:918
2728 #, c-format
2729 msgid "can't allocate memory for test_pattern - %s"
2730 msgstr ""
2731
2732 #: misc/badblocks.c:932
2733 #, c-format
2734 msgid "invalid test_pattern: %s\n"
2735 msgstr ""
2736
2737 #: misc/badblocks.c:948
2738 msgid "Maximum of one test_pattern may be specified in read-only mode"
2739 msgstr ""
2740
2741 #: misc/badblocks.c:954
2742 msgid "Random test_pattern is not allowed in read-only mode"
2743 msgstr ""
2744
2745 #: misc/badblocks.c:968
2746 msgid ""
2747 "Couldn't determine device size; you must specify\n"
2748 "the size manually\n"
2749 msgstr ""
2750
2751 #: misc/badblocks.c:974
2752 msgid "while trying to determine device size"
2753 msgstr ""
2754
2755 #: misc/badblocks.c:980 misc/mke2fs.c:1155
2756 #, c-format
2757 msgid "invalid blocks count - %s"
2758 msgstr ""
2759
2760 #: misc/badblocks.c:989
2761 #, c-format
2762 msgid "invalid starting block - %s"
2763 msgstr ""
2764
2765 #: misc/badblocks.c:995
2766 #, c-format
2767 msgid "invalid blocks range: %lu-%lu"
2768 msgstr ""
2769
2770 #: misc/badblocks.c:1050
2771 msgid "while creating in-memory bad blocks list"
2772 msgstr ""
2773
2774 #: misc/badblocks.c:1065
2775 msgid "while adding to in-memory bad block list"
2776 msgstr ""
2777
2778 #: misc/badblocks.c:1089
2779 #, c-format
2780 msgid "Pass completed, %u bad blocks found.\n"
2781 msgstr ""
2782
2783 #: misc/chattr.c:87
2784 #, c-format
2785 msgid "Usage: %s [-RV] [-+=AacDdijsSu] [-v version] files...\n"
2786 msgstr ""
2787
2788 #: misc/chattr.c:148
2789 #, c-format
2790 msgid "bad version - %s\n"
2791 msgstr ""
2792
2793 #: misc/chattr.c:192 misc/lsattr.c:113
2794 #, c-format
2795 msgid "while trying to stat %s"
2796 msgstr ""
2797
2798 #: misc/chattr.c:209 misc/chattr.c:225
2799 #, c-format
2800 msgid "Flags of %s set as "
2801 msgstr ""
2802
2803 #: misc/chattr.c:218
2804 #, c-format
2805 msgid "while reading flags on %s"
2806 msgstr ""
2807
2808 #: misc/chattr.c:233
2809 #, c-format
2810 msgid "while setting flags on %s"
2811 msgstr ""
2812
2813 #: misc/chattr.c:238
2814 #, c-format
2815 msgid "Version of %s set as %lu\n"
2816 msgstr ""
2817
2818 #: misc/chattr.c:241
2819 #, c-format
2820 msgid "while setting version on %s"
2821 msgstr ""
2822
2823 #: misc/chattr.c:255
2824 msgid "Couldn't allocate path variable in chattr_dir_proc"
2825 msgstr ""
2826
2827 #: misc/chattr.c:291
2828 msgid "= is incompatible with - and +\n"
2829 msgstr ""
2830
2831 #: misc/chattr.c:299
2832 msgid "Must use '-v', =, - or +\n"
2833 msgstr ""
2834
2835 #: misc/dumpe2fs.c:53
2836 #, c-format
2837 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
2838 msgstr ""
2839
2840 #: misc/dumpe2fs.c:131
2841 #, c-format
2842 msgid "Group %lu: (Blocks "
2843 msgstr ""
2844
2845 #: misc/dumpe2fs.c:136
2846 #, c-format
2847 msgid "  %s superblock at "
2848 msgstr ""
2849
2850 #: misc/dumpe2fs.c:137
2851 msgid "Primary"
2852 msgstr ""
2853
2854 #: misc/dumpe2fs.c:137
2855 msgid "Backup"
2856 msgstr ""
2857
2858 #: misc/dumpe2fs.c:141
2859 #, c-format
2860 msgid ", Group descriptors at "
2861 msgstr ""
2862
2863 #: misc/dumpe2fs.c:145
2864 #, c-format
2865 msgid ""
2866 "\n"
2867 "  Reserved GDT blocks at "
2868 msgstr ""
2869
2870 #: misc/dumpe2fs.c:152
2871 #, c-format
2872 msgid " Group descriptor at "
2873 msgstr ""
2874
2875 #: misc/dumpe2fs.c:158
2876 msgid "  Block bitmap at "
2877 msgstr ""
2878
2879 #: misc/dumpe2fs.c:163
2880 msgid ", Inode bitmap at "
2881 msgstr ""
2882
2883 #: misc/dumpe2fs.c:168
2884 msgid ""
2885 "\n"
2886 "  Inode table at "
2887 msgstr ""
2888
2889 #: misc/dumpe2fs.c:175
2890 #, c-format
2891 msgid ""
2892 "\n"
2893 "  %d free blocks, %d free inodes, %d directories\n"
2894 msgstr ""
2895
2896 #: misc/dumpe2fs.c:181
2897 msgid "  Free blocks: "
2898 msgstr ""
2899
2900 #: misc/dumpe2fs.c:189
2901 msgid "  Free inodes: "
2902 msgstr ""
2903
2904 #: misc/dumpe2fs.c:215
2905 msgid "while printing bad block list"
2906 msgstr ""
2907
2908 #: misc/dumpe2fs.c:221
2909 #, c-format
2910 msgid "Bad blocks: %d"
2911 msgstr ""
2912
2913 #: misc/dumpe2fs.c:243 misc/tune2fs.c:232
2914 msgid "while reading journal inode"
2915 msgstr ""
2916
2917 #: misc/dumpe2fs.c:246
2918 msgid "Journal size:             "
2919 msgstr ""
2920
2921 #: misc/dumpe2fs.c:265 misc/tune2fs.c:154
2922 msgid "while reading journal superblock"
2923 msgstr ""
2924
2925 #: misc/dumpe2fs.c:273
2926 msgid "Couldn't find journal superblock magic numbers"
2927 msgstr ""
2928
2929 #: misc/dumpe2fs.c:277
2930 #, c-format
2931 msgid ""
2932 "\n"
2933 "Journal block size:       %u\n"
2934 "Journal length:           %u\n"
2935 "Journal first block:      %u\n"
2936 "Journal sequence:         0x%08x\n"
2937 "Journal start:            %u\n"
2938 "Journal number of users:  %lu\n"
2939 msgstr ""
2940
2941 #: misc/dumpe2fs.c:290
2942 #, c-format
2943 msgid "Journal users:            %s\n"
2944 msgstr ""
2945
2946 #: misc/dumpe2fs.c:345 misc/mke2fs.c:1099
2947 #, c-format
2948 msgid "\tUsing %s\n"
2949 msgstr ""
2950
2951 #: misc/dumpe2fs.c:371 misc/e2image.c:662 misc/tune2fs.c:779 resize/main.c:245
2952 #, c-format
2953 msgid "Couldn't find valid filesystem superblock.\n"
2954 msgstr ""
2955
2956 #: misc/dumpe2fs.c:382
2957 #, c-format
2958 msgid "Note: This is a byte-swapped filesystem\n"
2959 msgstr ""
2960
2961 #: misc/dumpe2fs.c:401
2962 #, c-format
2963 msgid ""
2964 "\n"
2965 "%s: %s: error reading bitmaps: %s\n"
2966 msgstr ""
2967
2968 #: misc/e2image.c:50
2969 #, c-format
2970 msgid "Usage: %s [-rsI] device image_file\n"
2971 msgstr ""
2972
2973 #: misc/e2image.c:62
2974 msgid "Couldn't allocate header buffer\n"
2975 msgstr ""
2976
2977 #: misc/e2image.c:81
2978 #, c-format
2979 msgid "short write (only %d bytes) for writing image header"
2980 msgstr ""
2981
2982 #: misc/e2image.c:100
2983 msgid "while writing superblock"
2984 msgstr ""
2985
2986 #: misc/e2image.c:108
2987 msgid "while writing inode table"
2988 msgstr ""
2989
2990 #: misc/e2image.c:115
2991 msgid "while writing block bitmap"
2992 msgstr ""
2993
2994 #: misc/e2image.c:122
2995 msgid "while writing inode bitmap"
2996 msgstr ""
2997
2998 #: misc/e2label.c:57
2999 #, c-format
3000 msgid "e2label: cannot open %s\n"
3001 msgstr ""
3002
3003 #: misc/e2label.c:62
3004 #, c-format
3005 msgid "e2label: cannot seek to superblock\n"
3006 msgstr ""
3007
3008 #: misc/e2label.c:67
3009 #, c-format
3010 msgid "e2label: error reading superblock\n"
3011 msgstr ""
3012
3013 #: misc/e2label.c:71
3014 #, c-format
3015 msgid "e2label: not an ext2 filesystem\n"
3016 msgstr ""
3017
3018 #: misc/e2label.c:96 misc/tune2fs.c:885
3019 #, c-format
3020 msgid "Warning: label too long, truncating.\n"
3021 msgstr ""
3022
3023 #: misc/e2label.c:99
3024 #, c-format
3025 msgid "e2label: cannot seek to superblock again\n"
3026 msgstr ""
3027
3028 #: misc/e2label.c:104
3029 #, c-format
3030 msgid "e2label: error writing superblock\n"
3031 msgstr ""
3032
3033 #: misc/e2label.c:116 misc/tune2fs.c:451
3034 #, c-format
3035 msgid "Usage: e2label device [newlabel]\n"
3036 msgstr ""
3037
3038 #: misc/fsck.c:346
3039 #, c-format
3040 msgid "WARNING: couldn't open %s: %s\n"
3041 msgstr ""
3042
3043 #: misc/fsck.c:356
3044 #, c-format
3045 msgid "WARNING: bad format on line %d of %s\n"
3046 msgstr ""
3047
3048 #: misc/fsck.c:371
3049 msgid ""
3050 "\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3051 "\tfield.  I will kludge around things for you, but you\n"
3052 "\tshould fix your /etc/fstab file as soon as you can.\n"
3053 "\n"
3054 msgstr ""
3055
3056 #: misc/fsck.c:472
3057 #, c-format
3058 msgid "fsck: %s: not found\n"
3059 msgstr ""
3060
3061 #: misc/fsck.c:585
3062 #, c-format
3063 msgid "%s: wait: No more child process?!?\n"
3064 msgstr ""
3065
3066 #: misc/fsck.c:607
3067 #, c-format
3068 msgid "Warning... %s for device %s exited with signal %d.\n"
3069 msgstr ""
3070
3071 #: misc/fsck.c:613
3072 #, c-format
3073 msgid "%s %s: status is %x, should never happen.\n"
3074 msgstr ""
3075
3076 #: misc/fsck.c:649
3077 #, c-format
3078 msgid "Finished with %s (exit status %d)\n"
3079 msgstr ""
3080
3081 #: misc/fsck.c:709
3082 #, c-format
3083 msgid "%s: Error %d while executing fsck.%s for %s\n"
3084 msgstr ""
3085
3086 #: misc/fsck.c:730
3087 msgid ""
3088 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3089 "with 'no' or '!'.\n"
3090 msgstr ""
3091
3092 #: misc/fsck.c:749
3093 msgid "Couldn't allocate memory for filesystem types\n"
3094 msgstr ""
3095
3096 #: misc/fsck.c:889
3097 #, c-format
3098 msgid "fsck: cannot check %s: fsck.%s not found\n"
3099 msgstr ""
3100
3101 #: misc/fsck.c:945
3102 msgid "Checking all file systems.\n"
3103 msgstr ""
3104
3105 #: misc/fsck.c:1031
3106 #, c-format
3107 msgid "--waiting-- (pass %d)\n"
3108 msgstr ""
3109
3110 #: misc/fsck.c:1051
3111 msgid ""
3112 "Usage: fsck [-ANPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3113 msgstr ""
3114
3115 #: misc/fsck.c:1093
3116 #, c-format
3117 msgid "%s: too many devices\n"
3118 msgstr ""
3119
3120 #: misc/fsck.c:1126 misc/fsck.c:1212
3121 #, c-format
3122 msgid "%s: too many arguments\n"
3123 msgstr ""
3124
3125 #: misc/lsattr.c:73
3126 #, c-format
3127 msgid "Usage: %s [-RVadlv] [files...]\n"
3128 msgstr ""
3129
3130 #: misc/lsattr.c:83
3131 #, c-format
3132 msgid "While reading flags on %s"
3133 msgstr ""
3134
3135 #: misc/lsattr.c:90
3136 #, c-format
3137 msgid "While reading version on %s"
3138 msgstr ""
3139
3140 #: misc/mke2fs.c:96
3141 #, c-format
3142 msgid ""
3143 "Usage: %s [-c|-t|-l filename] [-b block-size] [-f fragment-size]\n"
3144 "\t[-i bytes-per-inode] [-j] [-J journal-options] [-N number-of-inodes]\n"
3145 "\t[-m reserved-blocks-percentage] [-o creator-os] [-g blocks-per-group]\n"
3146 "\t[-L volume-label] [-M last-mounted-directory] [-O feature[,...]]\n"
3147 "\t[-r fs-revision] [-R options] [-qvSV] device [blocks-count]\n"
3148 msgstr ""
3149
3150 #: misc/mke2fs.c:195
3151 #, c-format
3152 msgid "Running command: %s\n"
3153 msgstr ""
3154
3155 #: misc/mke2fs.c:199
3156 #, c-format
3157 msgid "while trying to run '%s'"
3158 msgstr ""
3159
3160 #: misc/mke2fs.c:206
3161 msgid "while processing list of bad blocks from program"
3162 msgstr ""
3163
3164 #: misc/mke2fs.c:233
3165 #, c-format
3166 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3167 msgstr ""
3168
3169 #: misc/mke2fs.c:235
3170 #, c-format
3171 msgid "Blocks %u through %d must be good in order to build a filesystem.\n"
3172 msgstr ""
3173
3174 #: misc/mke2fs.c:238
3175 msgid "Aborting....\n"
3176 msgstr ""
3177
3178 #: misc/mke2fs.c:258
3179 #, c-format
3180 msgid ""
3181 "Warning: the backup superblock/group descriptors at block %u contain\n"
3182 "\tbad blocks.\n"
3183 "\n"
3184 msgstr ""
3185
3186 #: misc/mke2fs.c:276
3187 msgid "while marking bad blocks as used"
3188 msgstr ""
3189
3190 #: misc/mke2fs.c:334
3191 msgid "done                            \n"
3192 msgstr ""
3193
3194 #: misc/mke2fs.c:369
3195 msgid "while allocating zeroizing buffer"
3196 msgstr ""
3197
3198 #: misc/mke2fs.c:410
3199 msgid "Writing inode tables: "
3200 msgstr ""
3201
3202 #: misc/mke2fs.c:421
3203 #, c-format
3204 msgid ""
3205 "\n"
3206 "Could not write %d blocks in inode table starting at %u: %s\n"
3207 msgstr ""
3208
3209 #: misc/mke2fs.c:444
3210 msgid "while creating root dir"
3211 msgstr ""
3212
3213 #: misc/mke2fs.c:451
3214 msgid "while reading root inode"
3215 msgstr ""
3216
3217 #: misc/mke2fs.c:460
3218 msgid "while setting root inode ownership"
3219 msgstr ""
3220
3221 #: misc/mke2fs.c:478
3222 msgid "while creating /lost+found"
3223 msgstr ""
3224
3225 #: misc/mke2fs.c:485
3226 msgid "while looking up /lost+found"
3227 msgstr ""
3228
3229 #: misc/mke2fs.c:495
3230 msgid "while expanding /lost+found"
3231 msgstr ""
3232
3233 #: misc/mke2fs.c:511
3234 msgid "while setting bad block inode"
3235 msgstr ""
3236
3237 #: misc/mke2fs.c:543
3238 #, c-format
3239 msgid "Out of memory erasing sectors %d-%d\n"
3240 msgstr ""
3241
3242 #: misc/mke2fs.c:553
3243 #, c-format
3244 msgid "Warning: could not read block 0: %s\n"
3245 msgstr ""
3246
3247 #: misc/mke2fs.c:569
3248 #, c-format
3249 msgid "Warning: could not erase sector %d: %s\n"
3250 msgstr ""
3251
3252 #: misc/mke2fs.c:585
3253 msgid "while initializing journal superblock"
3254 msgstr ""
3255
3256 #: misc/mke2fs.c:591
3257 msgid "Zeroing journal device: "
3258 msgstr ""
3259
3260 #: misc/mke2fs.c:598
3261 #, c-format
3262 msgid "while zeroing journal device (block %u, count %d)"
3263 msgstr ""
3264
3265 #: misc/mke2fs.c:609
3266 msgid "while writing journal superblock"
3267 msgstr ""
3268
3269 #: misc/mke2fs.c:625
3270 #, c-format
3271 msgid ""
3272 "warning: %u blocks unused.\n"
3273 "\n"
3274 msgstr ""
3275
3276 #: misc/mke2fs.c:630
3277 #, c-format
3278 msgid "Filesystem label=%s\n"
3279 msgstr ""
3280
3281 #: misc/mke2fs.c:631
3282 msgid "OS type: "
3283 msgstr ""
3284
3285 #: misc/mke2fs.c:636
3286 #, c-format
3287 msgid "Block size=%u (log=%u)\n"
3288 msgstr ""
3289
3290 #: misc/mke2fs.c:638
3291 #, c-format
3292 msgid "Fragment size=%u (log=%u)\n"
3293 msgstr ""
3294
3295 #: misc/mke2fs.c:640
3296 #, c-format
3297 msgid "%u inodes, %u blocks\n"
3298 msgstr ""
3299
3300 #: misc/mke2fs.c:642
3301 #, c-format
3302 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3303 msgstr ""
3304
3305 #: misc/mke2fs.c:645
3306 #, c-format
3307 msgid "First data block=%u\n"
3308 msgstr ""
3309
3310 #: misc/mke2fs.c:647
3311 #, c-format
3312 msgid "Maximum filesystem blocks=%lu\n"
3313 msgstr ""
3314
3315 #: misc/mke2fs.c:652
3316 #, c-format
3317 msgid "%u block groups\n"
3318 msgstr ""
3319
3320 #: misc/mke2fs.c:654
3321 #, c-format
3322 msgid "%u block group\n"
3323 msgstr ""
3324
3325 #: misc/mke2fs.c:655
3326 #, c-format
3327 msgid "%u blocks per group, %u fragments per group\n"
3328 msgstr ""
3329
3330 #: misc/mke2fs.c:657
3331 #, c-format
3332 msgid "%u inodes per group\n"
3333 msgstr ""
3334
3335 #: misc/mke2fs.c:664
3336 #, c-format
3337 msgid "Superblock backups stored on blocks: "
3338 msgstr ""
3339
3340 #: misc/mke2fs.c:720
3341 #, c-format
3342 msgid "Couldn't allocate memory to parse options!\n"
3343 msgstr ""
3344
3345 #: misc/mke2fs.c:744
3346 #, c-format
3347 msgid "Invalid stride parameter: %s\n"
3348 msgstr ""
3349
3350 #: misc/mke2fs.c:765
3351 #, c-format
3352 msgid "Invalid resize parameter: %s\n"
3353 msgstr ""
3354
3355 #: misc/mke2fs.c:772
3356 #, c-format
3357 msgid "The resize maximum must be greater than the filesystem size.\n"
3358 msgstr ""
3359
3360 #: misc/mke2fs.c:803
3361 #, c-format
3362 msgid ""
3363 "\n"
3364 "Bad options specified.\n"
3365 "\n"
3366 "Extended options are separated by commas, and may take an argument which\n"
3367 "\tis set off by an equals ('=') sign.\n"
3368 "\n"
3369 "Valid extended options are:\n"
3370 "\tstride=<stride length in blocks>\n"
3371 "\tresize=<resize maximum size in blocks>\n"
3372 "\n"
3373 msgstr ""
3374
3375 #: misc/mke2fs.c:828
3376 #, c-format
3377 msgid ""
3378 "Syntax error in mke2fs config file (%s, line #%d)\n"
3379 "\t%s\n"
3380 msgstr ""
3381
3382 #: misc/mke2fs.c:841 misc/tune2fs.c:303
3383 #, c-format
3384 msgid "Invalid filesystem option set: %s\n"
3385 msgstr ""
3386
3387 #: misc/mke2fs.c:938
3388 #, c-format
3389 msgid "invalid block size - %s"
3390 msgstr ""
3391
3392 #: misc/mke2fs.c:942
3393 #, c-format
3394 msgid "Warning: blocksize %d not usable on most systems.\n"
3395 msgstr ""
3396
3397 #: misc/mke2fs.c:959
3398 #, c-format
3399 msgid "invalid fragment size - %s"
3400 msgstr ""
3401
3402 #: misc/mke2fs.c:965
3403 #, c-format
3404 msgid "Warning: fragments not supported.  Ignoring -f option\n"
3405 msgstr ""
3406
3407 #: misc/mke2fs.c:972
3408 msgid "Illegal number for blocks per group"
3409 msgstr ""
3410
3411 #: misc/mke2fs.c:977
3412 msgid "blocks per group must be multiple of 8"
3413 msgstr ""
3414
3415 #: misc/mke2fs.c:987
3416 #, c-format
3417 msgid "invalid inode ratio %s (min %d/max %d)"
3418 msgstr ""
3419
3420 #: misc/mke2fs.c:1004
3421 msgid "in malloc for bad_blocks_filename"
3422 msgstr ""
3423
3424 #: misc/mke2fs.c:1013
3425 #, c-format
3426 msgid "invalid reserved blocks percent - %s"
3427 msgstr ""
3428
3429 #: misc/mke2fs.c:1031
3430 #, c-format
3431 msgid "bad revision level - %s"
3432 msgstr ""
3433
3434 #: misc/mke2fs.c:1044
3435 #, c-format
3436 msgid "invalid inode size - %s"
3437 msgstr ""
3438
3439 #: misc/mke2fs.c:1065
3440 #, c-format
3441 msgid "bad num inodes - %s"
3442 msgstr ""
3443
3444 #: misc/mke2fs.c:1123 misc/mke2fs.c:1588
3445 #, c-format
3446 msgid "while trying to open journal device %s\n"
3447 msgstr ""
3448
3449 #: misc/mke2fs.c:1129
3450 #, c-format
3451 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3452 msgstr ""
3453
3454 #: misc/mke2fs.c:1143
3455 #, c-format
3456 msgid "%d-byte blocks too big for system (max %d)"
3457 msgstr ""
3458
3459 #: misc/mke2fs.c:1147
3460 #, c-format
3461 msgid ""
3462 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3463 msgstr ""
3464
3465 #: misc/mke2fs.c:1165
3466 msgid "filesystem"
3467 msgstr ""
3468
3469 #: misc/mke2fs.c:1188 resize/main.c:279
3470 msgid "while trying to determine filesystem size"
3471 msgstr ""
3472
3473 #: misc/mke2fs.c:1194
3474 msgid ""
3475 "Couldn't determine device size; you must specify\n"
3476 "the size of the filesystem\n"
3477 msgstr ""
3478
3479 #: misc/mke2fs.c:1201
3480 msgid ""
3481 "Device size reported to be zero.  Invalid partition specified, or\n"
3482 "\tpartition table wasn't reread after running fdisk, due to\n"
3483 "\ta modified partition being busy and in use.  You may need to reboot\n"
3484 "\tto re-read your partition table.\n"
3485 msgstr ""
3486
3487 #: misc/mke2fs.c:1219
3488 msgid "Filesystem larger than apparent device size."
3489 msgstr ""
3490
3491 #: misc/mke2fs.c:1238
3492 #, c-format
3493 msgid "Filesystem features not supported with revision 0 filesystems\n"
3494 msgstr ""
3495
3496 #: misc/mke2fs.c:1297
3497 msgid "while trying to determine hardware sector size"
3498 msgstr ""
3499
3500 #: misc/mke2fs.c:1349
3501 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3502 msgstr ""
3503
3504 #: misc/mke2fs.c:1358
3505 msgid "blocks per group count out of range"
3506 msgstr ""
3507
3508 #: misc/mke2fs.c:1365
3509 msgid ""
3510 "Filesystem too large.  No more than 2**31-1 blocks\n"
3511 "\t (8TB using a blocksize of 4k) are currently supported."
3512 msgstr ""
3513
3514 #: misc/mke2fs.c:1372
3515 #, c-format
3516 msgid ""
3517 "\n"
3518 "Warning: some 2.4 kernels do not support blocksizes greater than 4096\n"
3519 "\tusing ext3.  Use -b 4096 if this is an issue for you.\n"
3520 "\n"
3521 msgstr ""
3522
3523 #: misc/mke2fs.c:1381
3524 #, c-format
3525 msgid "invalid inode size %d (min %d/max %d)"
3526 msgstr ""
3527
3528 #: misc/mke2fs.c:1387
3529 #, c-format
3530 msgid "Warning: %d-byte inodes not usable on most systems\n"
3531 msgstr ""
3532
3533 #: misc/mke2fs.c:1438
3534 msgid "while setting up superblock"
3535 msgstr ""
3536
3537 #: misc/mke2fs.c:1472
3538 #, c-format
3539 msgid "unknown os - %s"
3540 msgstr ""
3541
3542 #: misc/mke2fs.c:1526
3543 msgid "while trying to allocate filesystem tables"
3544 msgstr ""
3545
3546 #: misc/mke2fs.c:1557
3547 #, c-format
3548 msgid "while zeroing block %u at end of filesystem"
3549 msgstr ""
3550
3551 #: misc/mke2fs.c:1570
3552 msgid "while reserving blocks for online resize"
3553 msgstr ""
3554
3555 #: misc/mke2fs.c:1581 misc/tune2fs.c:388
3556 msgid "journal"
3557 msgstr ""
3558
3559 #: misc/mke2fs.c:1593
3560 #, c-format
3561 msgid "Adding journal to device %s: "
3562 msgstr ""
3563
3564 #: misc/mke2fs.c:1600
3565 #, c-format
3566 msgid ""
3567 "\n"
3568 "\twhile trying to add journal to device %s"
3569 msgstr ""
3570
3571 #: misc/mke2fs.c:1605 misc/mke2fs.c:1631 misc/tune2fs.c:416 misc/tune2fs.c:430
3572 #, c-format
3573 msgid "done\n"
3574 msgstr ""
3575
3576 #: misc/mke2fs.c:1619
3577 #, c-format
3578 msgid "Creating journal (%d blocks): "
3579 msgstr ""
3580
3581 #: misc/mke2fs.c:1627
3582 msgid ""
3583 "\n"
3584 "\twhile trying to create journal"
3585 msgstr ""
3586
3587 #: misc/mke2fs.c:1636
3588 #, c-format
3589 msgid "Writing superblocks and filesystem accounting information: "
3590 msgstr ""
3591
3592 #: misc/mke2fs.c:1641
3593 #, c-format
3594 msgid ""
3595 "\n"
3596 "Warning, had trouble writing out superblocks."
3597 msgstr ""
3598
3599 #: misc/mke2fs.c:1644
3600 #, c-format
3601 msgid ""
3602 "done\n"
3603 "\n"
3604 msgstr ""
3605
3606 #: misc/mklost+found.c:49
3607 #, c-format
3608 msgid "Usage: mklost+found\n"
3609 msgstr ""
3610
3611 #: misc/tune2fs.c:78
3612 msgid "Please run e2fsck on the filesystem.\n"
3613 msgstr ""
3614
3615 #: misc/tune2fs.c:85
3616 #, c-format
3617 msgid ""
3618 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
3619 "\t[-i interval[d|m|w]] [-j] [-J journal_options]\n"
3620 "\t[-l] [-s sparse_flag] [-m reserved_blocks_percent]\n"
3621 "\t[-o [^]mount_options[,...]] [-r reserved_blocks_count]\n"
3622 "\t[-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir]\n"
3623 "\t[-O [^]feature[,...]] [-T last_check_time] [-U UUID] device\n"
3624 msgstr ""
3625
3626 #: misc/tune2fs.c:142
3627 msgid "while trying to open external journal"
3628 msgstr ""
3629
3630 #: misc/tune2fs.c:146
3631 #, c-format
3632 msgid "%s is not a journal device.\n"
3633 msgstr ""
3634
3635 #: misc/tune2fs.c:161
3636 msgid "Journal superblock not found!\n"
3637 msgstr ""
3638
3639 #: misc/tune2fs.c:173
3640 msgid "Filesystem's UUID not found on journal device.\n"
3641 msgstr ""
3642
3643 #: misc/tune2fs.c:194
3644 msgid "Journal NOT removed\n"
3645 msgstr ""
3646
3647 #: misc/tune2fs.c:200
3648 msgid "Journal removed\n"
3649 msgstr ""
3650
3651 #: misc/tune2fs.c:239
3652 msgid "while reading bitmaps"
3653 msgstr ""
3654
3655 #: misc/tune2fs.c:246
3656 msgid "while clearing journal inode"
3657 msgstr ""
3658
3659 #: misc/tune2fs.c:257
3660 msgid "while writing journal inode"
3661 msgstr ""
3662
3663 #: misc/tune2fs.c:272
3664 #, c-format
3665 msgid "Invalid mount option set: %s\n"
3666 msgstr ""
3667
3668 #: misc/tune2fs.c:318
3669 msgid ""
3670 "The has_journal flag may only be cleared when the filesystem is\n"
3671 "unmounted or mounted read-only.\n"
3672 msgstr ""
3673
3674 #: misc/tune2fs.c:326
3675 msgid ""
3676 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
3677 "the has_journal flag.\n"
3678 msgstr ""
3679
3680 #: misc/tune2fs.c:383
3681 msgid "The filesystem already has a journal.\n"
3682 msgstr ""
3683
3684 #: misc/tune2fs.c:400
3685 #, c-format
3686 msgid ""
3687 "\n"
3688 "\twhile trying to open journal on %s\n"
3689 msgstr ""
3690
3691 #: misc/tune2fs.c:404
3692 #, c-format
3693 msgid "Creating journal on device %s: "
3694 msgstr ""
3695
3696 #: misc/tune2fs.c:412
3697 #, c-format
3698 msgid "while adding filesystem to journal on %s"
3699 msgstr ""
3700
3701 #: misc/tune2fs.c:418
3702 msgid "Creating journal inode: "
3703 msgstr ""
3704
3705 #: misc/tune2fs.c:427
3706 msgid ""
3707 "\n"
3708 "\twhile trying to create journal file"
3709 msgstr ""
3710
3711 #: misc/tune2fs.c:493
3712 #, c-format
3713 msgid "Couldn't parse date/time specifier: %s"
3714 msgstr ""
3715
3716 #: misc/tune2fs.c:515 misc/tune2fs.c:528
3717 #, c-format
3718 msgid "bad mounts count - %s"
3719 msgstr ""
3720
3721 #: misc/tune2fs.c:544
3722 #, c-format
3723 msgid "bad error behavior - %s"
3724 msgstr ""
3725
3726 #: misc/tune2fs.c:567
3727 #, c-format
3728 msgid "bad gid/group name - %s"
3729 msgstr ""
3730
3731 #: misc/tune2fs.c:600
3732 #, c-format
3733 msgid "bad interval - %s"
3734 msgstr ""
3735
3736 #: misc/tune2fs.c:628
3737 #, c-format
3738 msgid "bad reserved block ratio - %s"
3739 msgstr ""
3740
3741 #: misc/tune2fs.c:643
3742 msgid "-o may only be specified once"
3743 msgstr ""
3744
3745 #: misc/tune2fs.c:653
3746 msgid "-O may only be specified once"
3747 msgstr ""
3748
3749 #: misc/tune2fs.c:663
3750 #, c-format
3751 msgid "bad reserved blocks count - %s"
3752 msgstr ""
3753
3754 #: misc/tune2fs.c:692
3755 #, c-format
3756 msgid "bad uid/user name - %s"
3757 msgstr ""
3758
3759 #: misc/tune2fs.c:802
3760 #, c-format
3761 msgid "Setting maximal mount count to %d\n"
3762 msgstr ""
3763
3764 #: misc/tune2fs.c:808
3765 #, c-format
3766 msgid "Setting current mount count to %d\n"
3767 msgstr ""
3768
3769 #: misc/tune2fs.c:813
3770 #, c-format
3771 msgid "Setting error behavior to %d\n"
3772 msgstr ""
3773
3774 #: misc/tune2fs.c:818
3775 #, c-format
3776 msgid "Setting reserved blocks gid to %lu\n"
3777 msgstr ""
3778
3779 #: misc/tune2fs.c:823
3780 #, c-format
3781 msgid "Setting interval between checks to %lu seconds\n"
3782 msgstr ""
3783
3784 #: misc/tune2fs.c:828
3785 #, c-format
3786 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
3787 msgstr ""
3788
3789 #: misc/tune2fs.c:834
3790 #, c-format
3791 msgid "reserved blocks count is too big (%lu)"
3792 msgstr ""
3793
3794 #: misc/tune2fs.c:840
3795 #, c-format
3796 msgid "Setting reserved blocks count to %lu\n"
3797 msgstr ""
3798
3799 #: misc/tune2fs.c:846
3800 msgid ""
3801 "\n"
3802 "The filesystem already has sparse superblocks.\n"
3803 msgstr ""
3804
3805 #: misc/tune2fs.c:853
3806 #, c-format
3807 msgid ""
3808 "\n"
3809 "Sparse superblock flag set.  %s"
3810 msgstr ""
3811
3812 #: misc/tune2fs.c:860
3813 msgid ""
3814 "\n"
3815 "The filesystem already has sparse superblocks disabled.\n"
3816 msgstr ""
3817
3818 #: misc/tune2fs.c:868
3819 #, c-format
3820 msgid ""
3821 "\n"
3822 "Sparse superblock flag cleared.  %s"
3823 msgstr ""
3824
3825 #: misc/tune2fs.c:875
3826 #, c-format
3827 msgid "Setting time filesystem last checked to %s\n"
3828 msgstr ""
3829
3830 #: misc/tune2fs.c:881
3831 #, c-format
3832 msgid "Setting reserved blocks uid to %lu\n"
3833 msgstr ""
3834
3835 #: misc/tune2fs.c:914
3836 msgid "Invalid UUID format\n"
3837 msgstr ""
3838
3839 #: misc/util.c:72
3840 msgid "Proceed anyway? (y,n) "
3841 msgstr ""
3842
3843 #: misc/util.c:93
3844 #, c-format
3845 msgid "Could not stat %s --- %s\n"
3846 msgstr ""
3847
3848 #: misc/util.c:96
3849 msgid ""
3850 "\n"
3851 "The device apparently does not exist; did you specify it correctly?\n"
3852 msgstr ""
3853
3854 #: misc/util.c:107
3855 #, c-format
3856 msgid "%s is not a block special device.\n"
3857 msgstr ""
3858
3859 #: misc/util.c:136
3860 #, c-format
3861 msgid "%s is entire device, not just one partition!\n"
3862 msgstr ""
3863
3864 #: misc/util.c:158
3865 msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
3866 msgstr ""
3867
3868 #: misc/util.c:163
3869 #, c-format
3870 msgid "will not make a %s here!\n"
3871 msgstr ""
3872
3873 #: misc/util.c:170
3874 msgid "mke2fs forced anyway.\n"
3875 msgstr ""
3876
3877 #: misc/util.c:186
3878 msgid "Couldn't allocate memory to parse journal options!\n"
3879 msgstr ""
3880
3881 #: misc/util.c:228
3882 msgid ""
3883 "\n"
3884 "Bad journal options specified.\n"
3885 "\n"
3886 "Journal options are separated by commas, and may take an argument which\n"
3887 "\tis set off by an equals ('=') sign.\n"
3888 "\n"
3889 "Valid journal options are:\n"
3890 "\tsize=<journal size in megabytes>\n"
3891 "\tdevice=<journal device>\n"
3892 "\n"
3893 "The journal size must be between 1024 and 102400 filesystem blocks.\n"
3894 "\n"
3895 msgstr ""
3896
3897 #: misc/util.c:255
3898 msgid ""
3899 "\n"
3900 "Filesystem too small for a journal\n"
3901 msgstr ""
3902
3903 #: misc/util.c:262
3904 #, c-format
3905 msgid ""
3906 "\n"
3907 "The requested journal size is %d blocks; it must be\n"
3908 "between 1024 and 102400 blocks.  Aborting.\n"
3909 msgstr ""
3910
3911 #: misc/util.c:270
3912 msgid ""
3913 "\n"
3914 "Journal size too big for filesystem.\n"
3915 msgstr ""
3916
3917 #: misc/util.c:294
3918 #, c-format
3919 msgid ""
3920 "This filesystem will be automatically checked every %d mounts or\n"
3921 "%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
3922 msgstr ""
3923
3924 #: misc/uuidgen.c:30
3925 #, c-format
3926 msgid "Usage: %s [-r] [-t]\n"
3927 msgstr ""
3928
3929 #: resize/extent.c:196
3930 msgid "# Extent dump:\n"
3931 msgstr ""
3932
3933 #: resize/extent.c:197
3934 #, c-format
3935 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
3936 msgstr ""
3937
3938 #: resize/extent.c:200
3939 #, c-format
3940 msgid "#\t\t %u -> %u (%d)\n"
3941 msgstr ""
3942
3943 #: resize/main.c:39
3944 #, c-format
3945 msgid ""
3946 "Usage: %s [-d debug_flags] [-f] [-F] [-p] device [new_size]\n"
3947 "\n"
3948 msgstr ""
3949
3950 #: resize/main.c:61
3951 msgid "Extending the inode table"
3952 msgstr ""
3953
3954 #: resize/main.c:64
3955 msgid "Relocating blocks"
3956 msgstr ""
3957
3958 #: resize/main.c:67
3959 msgid "Scanning inode table"
3960 msgstr ""
3961
3962 #: resize/main.c:70
3963 msgid "Updating inode references"
3964 msgstr ""
3965
3966 #: resize/main.c:73
3967 msgid "Moving inode table"
3968 msgstr ""
3969
3970 #: resize/main.c:76
3971 msgid "Unknown pass?!?"
3972 msgstr ""
3973
3974 #: resize/main.c:79
3975 #, c-format
3976 msgid "Begin pass %d (max = %lu)\n"
3977 msgstr ""
3978
3979 #: resize/main.c:200
3980 #, c-format
3981 msgid "while opening %s"
3982 msgstr ""
3983
3984 #: resize/main.c:212
3985 #, c-format
3986 msgid "while getting stat information for %s"
3987 msgstr ""
3988
3989 #: resize/main.c:286
3990 #, c-format
3991 msgid "bad filesystem size - %s"
3992 msgstr ""
3993
3994 #: resize/main.c:313
3995 #, c-format
3996 msgid ""
3997 "The containing partition (or device) is only %u (%dk) blocks.\n"
3998 "You requested a new size of %u blocks.\n"
3999 "\n"
4000 msgstr ""
4001
4002 #: resize/main.c:320
4003 #, c-format
4004 msgid ""
4005 "The filesystem is already %u blocks long.  Nothing to do!\n"
4006 "\n"
4007 msgstr ""
4008
4009 #: resize/main.c:331
4010 #, c-format
4011 msgid ""
4012 "Please run 'e2fsck -f %s' first.\n"
4013 "\n"
4014 msgstr ""
4015
4016 #: resize/main.c:342
4017 #, c-format
4018 msgid "while trying to resize %s"
4019 msgstr ""
4020
4021 #: resize/main.c:347
4022 #, c-format
4023 msgid ""
4024 "The filesystem on %s is now %u blocks long.\n"
4025 "\n"
4026 msgstr ""
4027
4028 #: resize/resize2fs.c:638
4029 msgid "reserved blocks"
4030 msgstr ""
4031
4032 #: resize/resize2fs.c:643
4033 msgid "blocks to be moved"
4034 msgstr ""
4035
4036 #: resize/resize2fs.c:648
4037 msgid "meta-data blocks"
4038 msgstr ""
4039
4040 #: resize/resize2fs.c:1528
4041 #, c-format
4042 msgid "Should never happen: resize inode corrupt!\n"
4043 msgstr ""