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