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