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