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