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