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