Whamcloud - gitweb
Update translation file for 1.41.6 release
[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.6\n"
68 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
69 "POT-Creation-Date: 2009-05-30 13:48-0400\n"
70 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
71 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
72 "Language-Team: LANGUAGE <LL@li.org>\n"
73 "MIME-Version: 1.0\n"
74 "Content-Type: text/plain; charset=CHARSET\n"
75 "Content-Transfer-Encoding: 8bit\n"
76
77 #: e2fsck/badblocks.c:22 misc/mke2fs.c: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:1058 e2fsck/unix.c:1141 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:1532 resize/main.c:310
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:286
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:860
226 #, c-format
227 msgid "%s: recovering journal\n"
228 msgstr ""
229
230 #: e2fsck/journal.c:862
231 #, c-format
232 msgid "%s: won't do journal recovery while read-only\n"
233 msgstr ""
234
235 #: e2fsck/journal.c:887
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:218
441 msgid "multiply claimed inode map"
442 msgstr ""
443
444 #: e2fsck/pass1b.c:578 e2fsck/pass1b.c:711
445 #, c-format
446 msgid "internal error: can't find dup_blk for %u\n"
447 msgstr ""
448
449 #: e2fsck/pass1b.c:754
450 msgid "returned from clone_file_block"
451 msgstr ""
452
453 #: e2fsck/pass1b.c:773
454 #, c-format
455 msgid "internal error: couldn't lookup EA block record for %u"
456 msgstr ""
457
458 #: e2fsck/pass1b.c:785
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:778
464 msgid "reading directory block"
465 msgstr ""
466
467 #: e2fsck/pass1.c:550
468 msgid "in-use inode map"
469 msgstr ""
470
471 #: e2fsck/pass1.c:559
472 msgid "directory inode map"
473 msgstr ""
474
475 #: e2fsck/pass1.c:567
476 msgid "regular file inode map"
477 msgstr ""
478
479 #: e2fsck/pass1.c:574
480 msgid "in-use block map"
481 msgstr ""
482
483 #: e2fsck/pass1.c:628
484 msgid "opening inode scan"
485 msgstr ""
486
487 #: e2fsck/pass1.c:652
488 msgid "getting next inode from scan"
489 msgstr ""
490
491 #: e2fsck/pass1.c:1121
492 msgid "Pass 1"
493 msgstr ""
494
495 #: e2fsck/pass1.c:1178
496 #, c-format
497 msgid "reading indirect blocks of inode %u"
498 msgstr ""
499
500 #: e2fsck/pass1.c:1222
501 msgid "bad inode map"
502 msgstr ""
503
504 #: e2fsck/pass1.c:1244
505 msgid "inode in bad block map"
506 msgstr ""
507
508 #: e2fsck/pass1.c:1264
509 msgid "imagic inode map"
510 msgstr ""
511
512 #: e2fsck/pass1.c:1291
513 msgid "multiply claimed block map"
514 msgstr ""
515
516 #: e2fsck/pass1.c:1390
517 msgid "ext attr block map"
518 msgstr ""
519
520 #: e2fsck/pass1.c:2132
521 #, c-format
522 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
523 msgstr ""
524
525 #: e2fsck/pass1.c:2447
526 msgid "block bitmap"
527 msgstr ""
528
529 #: e2fsck/pass1.c:2451
530 msgid "inode bitmap"
531 msgstr ""
532
533 #: e2fsck/pass1.c:2455
534 msgid "inode table"
535 msgstr ""
536
537 #: e2fsck/pass2.c:284
538 msgid "Pass 2"
539 msgstr ""
540
541 #: e2fsck/pass2.c:801
542 msgid "Can not continue."
543 msgstr ""
544
545 #: e2fsck/pass3.c:76
546 msgid "inode done bitmap"
547 msgstr ""
548
549 #: e2fsck/pass3.c:84
550 msgid "Peak memory"
551 msgstr ""
552
553 #: e2fsck/pass3.c:134
554 msgid "Pass 3"
555 msgstr ""
556
557 #: e2fsck/pass3.c:320
558 msgid "inode loop detection bitmap"
559 msgstr ""
560
561 #: e2fsck/pass4.c:191
562 msgid "Pass 4"
563 msgstr ""
564
565 #: e2fsck/pass5.c:64
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 e2fsck/problem.c:647
900 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.  
901 msgid "@f has feature flag(s) set, but is a revision 0 @f.  "
902 msgstr ""
903
904 #: e2fsck/problem.c:250
905 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
906 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
907 msgstr ""
908
909 #: e2fsck/problem.c:255
910 #. @-expanded: illegal block #%B (%b) found in orphaned inode %i.\n
911 msgid "@I @b #%B (%b) found in @o @i %i.\n"
912 msgstr ""
913
914 #: e2fsck/problem.c:260
915 #. @-expanded: Already cleared block #%B (%b) found in orphaned inode %i.\n
916 msgid "Already cleared @b #%B (%b) found in @o @i %i.\n"
917 msgstr ""
918
919 #: e2fsck/problem.c:265
920 #, c-format
921 #. @-expanded: illegal orphaned inode %i in superblock.\n
922 msgid "@I @o @i %i in @S.\n"
923 msgstr ""
924
925 #: e2fsck/problem.c:270
926 #, c-format
927 #. @-expanded: illegal inode %i in orphaned inode list.\n
928 msgid "@I @i %i in @o @i list.\n"
929 msgstr ""
930
931 #: e2fsck/problem.c:275
932 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
933 msgid "@j @S has an unknown read-only feature flag set.\n"
934 msgstr ""
935
936 #: e2fsck/problem.c:280
937 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
938 msgid "@j @S has an unknown incompatible feature flag set.\n"
939 msgstr ""
940
941 #: e2fsck/problem.c:285
942 #. @-expanded: journal version not supported by this e2fsck.\n
943 msgid "@j version not supported by this e2fsck.\n"
944 msgstr ""
945
946 #: e2fsck/problem.c:290
947 #, c-format
948 #. @-expanded: Moving journal from /%s to hidden inode.\n
949 #. @-expanded: \n
950 msgid ""
951 "Moving @j from /%s to hidden @i.\n"
952 "\n"
953 msgstr ""
954
955 #: e2fsck/problem.c:295
956 #, c-format
957 #. @-expanded: Error moving journal: %m\n
958 #. @-expanded: \n
959 msgid ""
960 "Error moving @j: %m\n"
961 "\n"
962 msgstr ""
963
964 #: e2fsck/problem.c:300
965 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
966 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
967 #. @-expanded: \n
968 msgid ""
969 "Found @n V2 @j @S fields (from V1 @j).\n"
970 "Clearing fields beyond the V1 @j @S...\n"
971 "\n"
972 msgstr ""
973
974 #: e2fsck/problem.c:306
975 #. @-expanded: Run journal anyway
976 msgid "Run @j anyway"
977 msgstr ""
978
979 #: e2fsck/problem.c:311
980 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
981 msgid "Recovery flag not set in backup @S, so running @j anyway.\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:1383
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 offset (%N) which is invalid\n
1507 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1508 msgstr ""
1509
1510 #: e2fsck/problem.c:803
1511 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1512 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1513 msgstr ""
1514
1515 #: e2fsck/problem.c:808
1516 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1517 msgid "@a in @i %i has a value size (%N) which is @n\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:1408
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:1291
2024 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2025 msgid "i_file_acl_hi @F %N, @s zero.\n"
2026 msgstr ""
2027
2028 #: e2fsck/problem.c:1298
2029 #. @-expanded: Pass 3: Checking directory connectivity\n
2030 msgid "Pass 3: Checking @d connectivity\n"
2031 msgstr ""
2032
2033 #: e2fsck/problem.c:1303
2034 #. @-expanded: root inode not allocated.  
2035 msgid "@r not allocated.  "
2036 msgstr ""
2037
2038 #: e2fsck/problem.c:1308
2039 #. @-expanded: No room in lost+found directory.  
2040 msgid "No room in @l @d.  "
2041 msgstr ""
2042
2043 #: e2fsck/problem.c:1313
2044 #, c-format
2045 #. @-expanded: Unconnected directory inode %i (%p)\n
2046 msgid "Unconnected @d @i %i (%p)\n"
2047 msgstr ""
2048
2049 #: e2fsck/problem.c:1318
2050 #. @-expanded: /lost+found not found.  
2051 msgid "/@l not found.  "
2052 msgstr ""
2053
2054 #: e2fsck/problem.c:1323
2055 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2056 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2057 msgstr ""
2058
2059 #: e2fsck/problem.c:1328
2060 #. @-expanded: Bad or non-existent /lost+found.  Cannot reconnect.\n
2061 msgid "Bad or non-existent /@l.  Cannot reconnect.\n"
2062 msgstr ""
2063
2064 #: e2fsck/problem.c:1333
2065 #, c-format
2066 #. @-expanded: Could not expand /lost+found: %m\n
2067 msgid "Could not expand /@l: %m\n"
2068 msgstr ""
2069
2070 #: e2fsck/problem.c:1338
2071 #, c-format
2072 msgid "Could not reconnect %i: %m\n"
2073 msgstr ""
2074
2075 #: e2fsck/problem.c:1343
2076 #, c-format
2077 #. @-expanded: Error while trying to find /lost+found: %m\n
2078 msgid "Error while trying to find /@l: %m\n"
2079 msgstr ""
2080
2081 #: e2fsck/problem.c:1348
2082 #, c-format
2083 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2084 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2085 msgstr ""
2086
2087 #: e2fsck/problem.c:1353
2088 #, c-format
2089 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2090 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2091 msgstr ""
2092
2093 #: e2fsck/problem.c:1358
2094 #, c-format
2095 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2096 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2097 msgstr ""
2098
2099 #: e2fsck/problem.c:1363
2100 #, c-format
2101 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2102 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2103 msgstr ""
2104
2105 #: e2fsck/problem.c:1368
2106 #, c-format
2107 #. @-expanded: Error while adjusting inode count on inode %i\n
2108 msgid "Error while adjusting @i count on @i %i\n"
2109 msgstr ""
2110
2111 #: e2fsck/problem.c:1373
2112 #, c-format
2113 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2114 #. @-expanded: \n
2115 msgid ""
2116 "Couldn't fix parent of @i %i: %m\n"
2117 "\n"
2118 msgstr ""
2119
2120 #: e2fsck/problem.c:1378
2121 #, c-format
2122 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2123 #. @-expanded: \n
2124 msgid ""
2125 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2126 "\n"
2127 msgstr ""
2128
2129 #: e2fsck/problem.c:1388
2130 #, c-format
2131 #. @-expanded: Error creating root directory (%s): %m\n
2132 msgid "Error creating root @d (%s): %m\n"
2133 msgstr ""
2134
2135 #: e2fsck/problem.c:1393
2136 #, c-format
2137 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2138 msgid "Error creating /@l @d (%s): %m\n"
2139 msgstr ""
2140
2141 #: e2fsck/problem.c:1398
2142 #. @-expanded: root inode is not a directory; aborting.\n
2143 msgid "@r is not a @d; aborting.\n"
2144 msgstr ""
2145
2146 #: e2fsck/problem.c:1403
2147 #. @-expanded: Cannot proceed without a root inode.\n
2148 msgid "Cannot proceed without a @r.\n"
2149 msgstr ""
2150
2151 #: e2fsck/problem.c:1413
2152 #, c-format
2153 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2154 msgid "/@l is not a @d (ino=%i)\n"
2155 msgstr ""
2156
2157 #: e2fsck/problem.c:1420
2158 msgid "Pass 3A: Optimizing directories\n"
2159 msgstr ""
2160
2161 #: e2fsck/problem.c:1425
2162 #, c-format
2163 msgid "Failed to create dirs_to_hash iterator: %m\n"
2164 msgstr ""
2165
2166 #: e2fsck/problem.c:1430
2167 msgid "Failed to optimize directory %q (%d): %m\n"
2168 msgstr ""
2169
2170 #: e2fsck/problem.c:1435
2171 msgid "Optimizing directories: "
2172 msgstr ""
2173
2174 #: e2fsck/problem.c:1452
2175 msgid "Pass 4: Checking reference counts\n"
2176 msgstr ""
2177
2178 #: e2fsck/problem.c:1457
2179 #, c-format
2180 #. @-expanded: unattached zero-length inode %i.  
2181 msgid "@u @z @i %i.  "
2182 msgstr ""
2183
2184 #: e2fsck/problem.c:1462
2185 #, c-format
2186 #. @-expanded: unattached inode %i\n
2187 msgid "@u @i %i\n"
2188 msgstr ""
2189
2190 #: e2fsck/problem.c:1467
2191 #. @-expanded: inode %i ref count is %Il, should be %N.  
2192 msgid "@i %i ref count is %Il, @s %N.  "
2193 msgstr ""
2194
2195 #: e2fsck/problem.c:1471
2196 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2197 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2198 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
2199 msgid ""
2200 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2201 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2202 "@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
2203 msgstr ""
2204
2205 #: e2fsck/problem.c:1481
2206 #. @-expanded: Pass 5: Checking group summary information\n
2207 msgid "Pass 5: Checking @g summary information\n"
2208 msgstr ""
2209
2210 #: e2fsck/problem.c:1486
2211 #. @-expanded: Padding at end of inode bitmap is not set. 
2212 msgid "Padding at end of @i @B is not set. "
2213 msgstr ""
2214
2215 #: e2fsck/problem.c:1491
2216 #. @-expanded: Padding at end of block bitmap is not set. 
2217 msgid "Padding at end of @b @B is not set. "
2218 msgstr ""
2219
2220 #: e2fsck/problem.c:1496
2221 #. @-expanded: block bitmap differences: 
2222 msgid "@b @B differences: "
2223 msgstr ""
2224
2225 #: e2fsck/problem.c:1516
2226 #. @-expanded: inode bitmap differences: 
2227 msgid "@i @B differences: "
2228 msgstr ""
2229
2230 #: e2fsck/problem.c:1536
2231 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2232 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2233 msgstr ""
2234
2235 #: e2fsck/problem.c:1541
2236 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2237 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2238 msgstr ""
2239
2240 #: e2fsck/problem.c:1546
2241 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2242 msgid "Free @is count wrong (%i, counted=%j).\n"
2243 msgstr ""
2244
2245 #: e2fsck/problem.c:1551
2246 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2247 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2248 msgstr ""
2249
2250 #: e2fsck/problem.c:1556
2251 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2252 msgid "Free @bs count wrong (%b, counted=%c).\n"
2253 msgstr ""
2254
2255 #: e2fsck/problem.c:1561
2256 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
2257 #. @-expanded: endpoints (%i, %j)\n
2258 msgid ""
2259 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2260 "endpoints (%i, %j)\n"
2261 msgstr ""
2262
2263 #: e2fsck/problem.c:1567
2264 msgid "Internal error: fudging end of bitmap (%N)\n"
2265 msgstr ""
2266
2267 #: e2fsck/problem.c:1572
2268 #, c-format
2269 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2270 msgid "Error copying in replacement @i @B: %m\n"
2271 msgstr ""
2272
2273 #: e2fsck/problem.c:1577
2274 #, c-format
2275 #. @-expanded: Error copying in replacement block bitmap: %m\n
2276 msgid "Error copying in replacement @b @B: %m\n"
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:1614
2292 #. @-expanded: Recreate journal
2293 msgid "Recreate @j"
2294 msgstr ""
2295
2296 #: e2fsck/problem.c:1732
2297 #, c-format
2298 msgid "Unhandled error code (0x%x)!\n"
2299 msgstr ""
2300
2301 #: e2fsck/problem.c:1827
2302 msgid "IGNORED"
2303 msgstr ""
2304
2305 #: e2fsck/scantest.c:81
2306 #, c-format
2307 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2308 msgstr ""
2309
2310 #: e2fsck/scantest.c:100
2311 #, c-format
2312 msgid "size of inode=%d\n"
2313 msgstr ""
2314
2315 #: e2fsck/scantest.c:121
2316 msgid "while starting inode scan"
2317 msgstr ""
2318
2319 #: e2fsck/scantest.c:132
2320 msgid "while doing inode scan"
2321 msgstr ""
2322
2323 #: e2fsck/super.c:187
2324 #, c-format
2325 msgid "while calling ext2fs_block_iterate for inode %d"
2326 msgstr ""
2327
2328 #: e2fsck/super.c:209
2329 #, c-format
2330 msgid "while calling ext2fs_adjust_ea_refcount for inode %d"
2331 msgstr ""
2332
2333 #: e2fsck/super.c:267
2334 msgid "Truncating"
2335 msgstr ""
2336
2337 #: e2fsck/super.c:268
2338 msgid "Clearing"
2339 msgstr ""
2340
2341 #: e2fsck/unix.c:76
2342 #, c-format
2343 msgid ""
2344 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2345 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2346 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2347 "\t\t[-E extended-options] device\n"
2348 msgstr ""
2349
2350 #: e2fsck/unix.c:82
2351 #, c-format
2352 msgid ""
2353 "\n"
2354 "Emergency help:\n"
2355 " -p                   Automatic repair (no questions)\n"
2356 " -n                   Make no changes to the filesystem\n"
2357 " -y                   Assume \"yes\" to all questions\n"
2358 " -c                   Check for bad blocks and add them to the badblock "
2359 "list\n"
2360 " -f                   Force checking even if filesystem is marked clean\n"
2361 msgstr ""
2362
2363 #: e2fsck/unix.c:88
2364 #, c-format
2365 msgid ""
2366 " -v                   Be verbose\n"
2367 " -b superblock        Use alternative superblock\n"
2368 " -B blocksize         Force blocksize when looking for superblock\n"
2369 " -j external_journal  Set location of the external journal\n"
2370 " -l bad_blocks_file   Add to badblocks list\n"
2371 " -L bad_blocks_file   Set badblocks list\n"
2372 msgstr ""
2373
2374 #: e2fsck/unix.c:132
2375 #, c-format
2376 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n"
2377 msgstr ""
2378
2379 #: e2fsck/unix.c:150
2380 #, c-format
2381 msgid "         # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2382 msgstr ""
2383
2384 #: e2fsck/unix.c:157
2385 #, c-format
2386 msgid "         Extent depth histogram: "
2387 msgstr ""
2388
2389 #: e2fsck/unix.c:207 misc/badblocks.c:916 misc/tune2fs.c:1584 misc/util.c:151
2390 #: resize/main.c:249
2391 #, c-format
2392 msgid "while determining whether %s is mounted."
2393 msgstr ""
2394
2395 #: e2fsck/unix.c:225
2396 #, c-format
2397 msgid "Warning!  %s is mounted.\n"
2398 msgstr ""
2399
2400 #: e2fsck/unix.c:229
2401 #, c-format
2402 msgid "%s is mounted.  "
2403 msgstr ""
2404
2405 #: e2fsck/unix.c:231
2406 msgid ""
2407 "Cannot continue, aborting.\n"
2408 "\n"
2409 msgstr ""
2410
2411 #: e2fsck/unix.c:232
2412 #, c-format
2413 msgid ""
2414 "\n"
2415 "\n"
2416 "\a\a\a\aWARNING!!!  Running e2fsck on a mounted filesystem may cause\n"
2417 "SEVERE filesystem damage.\a\a\a\n"
2418 "\n"
2419 msgstr ""
2420
2421 #: e2fsck/unix.c:235
2422 msgid "Do you really want to continue"
2423 msgstr ""
2424
2425 #: e2fsck/unix.c:237
2426 #, c-format
2427 msgid "check aborted.\n"
2428 msgstr ""
2429
2430 #: e2fsck/unix.c:310
2431 msgid " contains a file system with errors"
2432 msgstr ""
2433
2434 #: e2fsck/unix.c:312
2435 msgid " was not cleanly unmounted"
2436 msgstr ""
2437
2438 #: e2fsck/unix.c:314
2439 msgid " primary superblock features different from backup"
2440 msgstr ""
2441
2442 #: e2fsck/unix.c:318
2443 #, c-format
2444 msgid " has been mounted %u times without being checked"
2445 msgstr ""
2446
2447 #: e2fsck/unix.c:324
2448 msgid " has filesystem last checked time in the future"
2449 msgstr ""
2450
2451 #: e2fsck/unix.c:330
2452 #, c-format
2453 msgid " has gone %u days without being checked"
2454 msgstr ""
2455
2456 #: e2fsck/unix.c:339
2457 msgid ", check forced.\n"
2458 msgstr ""
2459
2460 #: e2fsck/unix.c:342
2461 #, c-format
2462 msgid "%s: clean, %u/%u files, %u/%u blocks"
2463 msgstr ""
2464
2465 #: e2fsck/unix.c:359
2466 msgid " (check deferred; on battery)"
2467 msgstr ""
2468
2469 #: e2fsck/unix.c:362
2470 msgid " (check after next mount)"
2471 msgstr ""
2472
2473 #: e2fsck/unix.c:364
2474 #, c-format
2475 msgid " (check in %ld mounts)"
2476 msgstr ""
2477
2478 #: e2fsck/unix.c:511
2479 #, c-format
2480 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2481 msgstr ""
2482
2483 #: e2fsck/unix.c:581
2484 #, c-format
2485 msgid "Invalid EA version.\n"
2486 msgstr ""
2487
2488 #: e2fsck/unix.c:590
2489 #, c-format
2490 msgid "Unknown extended option: %s\n"
2491 msgstr ""
2492
2493 #: e2fsck/unix.c:612
2494 #, c-format
2495 msgid ""
2496 "Syntax error in e2fsck config file (%s, line #%d)\n"
2497 "\t%s\n"
2498 msgstr ""
2499
2500 #: e2fsck/unix.c:680
2501 #, c-format
2502 msgid "Error validating file descriptor %d: %s\n"
2503 msgstr ""
2504
2505 #: e2fsck/unix.c:684
2506 msgid "Invalid completion information file descriptor"
2507 msgstr ""
2508
2509 #: e2fsck/unix.c:699
2510 msgid "Only one of the options -p/-a, -n or -y may be specified."
2511 msgstr ""
2512
2513 #: e2fsck/unix.c:720
2514 #, c-format
2515 msgid "The -t option is not supported on this version of e2fsck.\n"
2516 msgstr ""
2517
2518 #: e2fsck/unix.c:801 misc/tune2fs.c:550 misc/tune2fs.c:835 misc/tune2fs.c:853
2519 #, c-format
2520 msgid "Unable to resolve '%s'"
2521 msgstr ""
2522
2523 #: e2fsck/unix.c:831
2524 #, c-format
2525 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2526 msgstr ""
2527
2528 #: e2fsck/unix.c:879
2529 #, c-format
2530 msgid ""
2531 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2532 "\n"
2533 msgstr ""
2534
2535 #: e2fsck/unix.c:888
2536 #, c-format
2537 msgid ""
2538 "\n"
2539 "Invalid non-numeric argument to -%c (\"%s\")\n"
2540 "\n"
2541 msgstr ""
2542
2543 #: e2fsck/unix.c:962
2544 #, c-format
2545 msgid "Error: ext2fs library version out of date!\n"
2546 msgstr ""
2547
2548 #: e2fsck/unix.c:970
2549 msgid "while trying to initialize program"
2550 msgstr ""
2551
2552 #: e2fsck/unix.c:981
2553 #, c-format
2554 msgid "\tUsing %s, %s\n"
2555 msgstr ""
2556
2557 #: e2fsck/unix.c:993
2558 msgid "need terminal for interactive repairs"
2559 msgstr ""
2560
2561 #: e2fsck/unix.c:1022
2562 #, c-format
2563 msgid "%s: %s trying backup blocks...\n"
2564 msgstr ""
2565
2566 #: e2fsck/unix.c:1024
2567 msgid "Superblock invalid,"
2568 msgstr ""
2569
2570 #: e2fsck/unix.c:1025
2571 msgid "Group descriptors look bad..."
2572 msgstr ""
2573
2574 #: e2fsck/unix.c:1035
2575 #, c-format
2576 msgid "%s: going back to original superblock\n"
2577 msgstr ""
2578
2579 #: e2fsck/unix.c:1061
2580 #, c-format
2581 msgid ""
2582 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2583 "(Or the filesystem superblock is corrupt)\n"
2584 "\n"
2585 msgstr ""
2586
2587 #: e2fsck/unix.c:1067
2588 #, c-format
2589 msgid "Could this be a zero-length partition?\n"
2590 msgstr ""
2591
2592 #: e2fsck/unix.c:1069
2593 #, c-format
2594 msgid "You must have %s access to the filesystem or be root\n"
2595 msgstr ""
2596
2597 #: e2fsck/unix.c:1074
2598 #, c-format
2599 msgid "Possibly non-existent or swap device?\n"
2600 msgstr ""
2601
2602 #: e2fsck/unix.c:1076
2603 #, c-format
2604 msgid "Filesystem mounted or opened exclusively by another program?\n"
2605 msgstr ""
2606
2607 #: e2fsck/unix.c:1080
2608 #, c-format
2609 msgid ""
2610 "Disk write-protected; use the -n option to do a read-only\n"
2611 "check of the device.\n"
2612 msgstr ""
2613
2614 #: e2fsck/unix.c:1144
2615 msgid "Get a newer version of e2fsck!"
2616 msgstr ""
2617
2618 #: e2fsck/unix.c:1174
2619 #, c-format
2620 msgid "while checking ext3 journal for %s"
2621 msgstr ""
2622
2623 #: e2fsck/unix.c:1185
2624 #, c-format
2625 msgid ""
2626 "Warning: skipping journal recovery because doing a read-only filesystem "
2627 "check.\n"
2628 msgstr ""
2629
2630 #: e2fsck/unix.c:1198
2631 #, c-format
2632 msgid "unable to set superblock flags on %s\n"
2633 msgstr ""
2634
2635 #: e2fsck/unix.c:1204
2636 #, c-format
2637 msgid "while recovering ext3 journal of %s"
2638 msgstr ""
2639
2640 #: e2fsck/unix.c:1229
2641 #, c-format
2642 msgid "%s has unsupported feature(s):"
2643 msgstr ""
2644
2645 #: e2fsck/unix.c:1245
2646 msgid "Warning: compression support is experimental.\n"
2647 msgstr ""
2648
2649 #: e2fsck/unix.c:1250
2650 #, c-format
2651 msgid ""
2652 "E2fsck not compiled with HTREE support,\n"
2653 "\tbut filesystem %s has HTREE directories.\n"
2654 msgstr ""
2655
2656 #: e2fsck/unix.c:1303
2657 msgid "while reading bad blocks inode"
2658 msgstr ""
2659
2660 #: e2fsck/unix.c:1305
2661 #, c-format
2662 msgid "This doesn't bode well, but we'll try to go on...\n"
2663 msgstr ""
2664
2665 #: e2fsck/unix.c:1331
2666 msgid "Couldn't determine journal size"
2667 msgstr ""
2668
2669 #: e2fsck/unix.c:1334
2670 #, c-format
2671 msgid "Creating journal (%d blocks): "
2672 msgstr ""
2673
2674 #: e2fsck/unix.c:1341 misc/mke2fs.c:2113
2675 msgid ""
2676 "\n"
2677 "\twhile trying to create journal"
2678 msgstr ""
2679
2680 #: e2fsck/unix.c:1344
2681 #, c-format
2682 msgid " Done.\n"
2683 msgstr ""
2684
2685 #: e2fsck/unix.c:1345
2686 #, c-format
2687 msgid ""
2688 "\n"
2689 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2690 msgstr ""
2691
2692 #: e2fsck/unix.c:1352
2693 #, c-format
2694 msgid "Restarting e2fsck from the beginning...\n"
2695 msgstr ""
2696
2697 #: e2fsck/unix.c:1356
2698 msgid "while resetting context"
2699 msgstr ""
2700
2701 #: e2fsck/unix.c:1363
2702 #, c-format
2703 msgid "%s: e2fsck canceled.\n"
2704 msgstr ""
2705
2706 #: e2fsck/unix.c:1368
2707 msgid "aborted"
2708 msgstr ""
2709
2710 #: e2fsck/unix.c:1380
2711 #, c-format
2712 msgid ""
2713 "\n"
2714 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2715 msgstr ""
2716
2717 #: e2fsck/unix.c:1383
2718 #, c-format
2719 msgid "%s: ***** REBOOT LINUX *****\n"
2720 msgstr ""
2721
2722 #: e2fsck/unix.c:1391
2723 #, c-format
2724 msgid ""
2725 "\n"
2726 "%s: ********** WARNING: Filesystem still has errors **********\n"
2727 "\n"
2728 msgstr ""
2729
2730 #: e2fsck/unix.c:1427
2731 msgid "while setting block group checksum info"
2732 msgstr ""
2733
2734 #: e2fsck/util.c:138 misc/util.c:68
2735 msgid "yY"
2736 msgstr ""
2737
2738 #: e2fsck/util.c:139
2739 msgid "nN"
2740 msgstr ""
2741
2742 #: e2fsck/util.c:153
2743 msgid "<y>"
2744 msgstr ""
2745
2746 #: e2fsck/util.c:155
2747 msgid "<n>"
2748 msgstr ""
2749
2750 #: e2fsck/util.c:157
2751 msgid " (y/n)"
2752 msgstr ""
2753
2754 #: e2fsck/util.c:172
2755 msgid "cancelled!\n"
2756 msgstr ""
2757
2758 #: e2fsck/util.c:187
2759 msgid "yes\n"
2760 msgstr ""
2761
2762 #: e2fsck/util.c:189
2763 msgid "no\n"
2764 msgstr ""
2765
2766 #: e2fsck/util.c:199
2767 #, c-format
2768 msgid ""
2769 "%s? no\n"
2770 "\n"
2771 msgstr ""
2772
2773 #: e2fsck/util.c:203
2774 #, c-format
2775 msgid ""
2776 "%s? yes\n"
2777 "\n"
2778 msgstr ""
2779
2780 #: e2fsck/util.c:207
2781 msgid "yes"
2782 msgstr ""
2783
2784 #: e2fsck/util.c:207
2785 msgid "no"
2786 msgstr ""
2787
2788 #: e2fsck/util.c:221
2789 #, c-format
2790 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
2791 msgstr ""
2792
2793 #: e2fsck/util.c:226
2794 msgid "reading inode and block bitmaps"
2795 msgstr ""
2796
2797 #: e2fsck/util.c:231
2798 #, c-format
2799 msgid "while retrying to read bitmaps for %s"
2800 msgstr ""
2801
2802 #: e2fsck/util.c:243
2803 msgid "writing block and inode bitmaps"
2804 msgstr ""
2805
2806 #: e2fsck/util.c:248
2807 #, c-format
2808 msgid "while rewriting block and inode bitmaps for %s"
2809 msgstr ""
2810
2811 #: e2fsck/util.c:260
2812 #, c-format
2813 msgid ""
2814 "\n"
2815 "\n"
2816 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
2817 "\t(i.e., without -a or -p options)\n"
2818 msgstr ""
2819
2820 #: e2fsck/util.c:341
2821 #, c-format
2822 msgid "Memory used: %luk/%luk (%luk/%luk), "
2823 msgstr ""
2824
2825 #: e2fsck/util.c:345
2826 #, c-format
2827 msgid "Memory used: %lu, "
2828 msgstr ""
2829
2830 #: e2fsck/util.c:352
2831 #, c-format
2832 msgid "time: %5.2f/%5.2f/%5.2f\n"
2833 msgstr ""
2834
2835 #: e2fsck/util.c:357
2836 #, c-format
2837 msgid "elapsed time: %6.3f\n"
2838 msgstr ""
2839
2840 #: e2fsck/util.c:391 e2fsck/util.c:405
2841 #, c-format
2842 msgid "while reading inode %lu in %s"
2843 msgstr ""
2844
2845 #: e2fsck/util.c:419 e2fsck/util.c:432
2846 #, c-format
2847 msgid "while writing inode %lu in %s"
2848 msgstr ""
2849
2850 #: e2fsck/util.c:581
2851 msgid "while allocating zeroizing buffer"
2852 msgstr ""
2853
2854 #: misc/badblocks.c:66
2855 msgid "done                                \n"
2856 msgstr ""
2857
2858 #: misc/badblocks.c:89
2859 #, c-format
2860 msgid ""
2861 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
2862 "       [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
2863 "max_bad_blocks]\n"
2864 "       [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
2865 "       device [last_block [first_block]]\n"
2866 msgstr ""
2867
2868 #: misc/badblocks.c:100
2869 #, c-format
2870 msgid ""
2871 "%s: The -n and -w options are mutually exclusive.\n"
2872 "\n"
2873 msgstr ""
2874
2875 #: misc/badblocks.c:202
2876 #, c-format
2877 msgid "%6.2f%% done, %s elapsed"
2878 msgstr ""
2879
2880 #: misc/badblocks.c:289
2881 msgid "Testing with random pattern: "
2882 msgstr ""
2883
2884 #: misc/badblocks.c:307
2885 msgid "Testing with pattern 0x"
2886 msgstr ""
2887
2888 #: misc/badblocks.c:335 misc/badblocks.c:404
2889 msgid "during seek"
2890 msgstr ""
2891
2892 #: misc/badblocks.c:346
2893 #, c-format
2894 msgid "Weird value (%ld) in do_read\n"
2895 msgstr ""
2896
2897 #: misc/badblocks.c:424
2898 msgid "during ext2fs_sync_device"
2899 msgstr ""
2900
2901 #: misc/badblocks.c:440 misc/badblocks.c:699
2902 msgid "while beginning bad block list iteration"
2903 msgstr ""
2904
2905 #: misc/badblocks.c:454 misc/badblocks.c:551 misc/badblocks.c:709
2906 msgid "while allocating buffers"
2907 msgstr ""
2908
2909 #: misc/badblocks.c:458
2910 #, c-format
2911 msgid "Checking blocks %lu to %lu\n"
2912 msgstr ""
2913
2914 #: misc/badblocks.c:463
2915 msgid "Checking for bad blocks in read-only mode\n"
2916 msgstr ""
2917
2918 #: misc/badblocks.c:472
2919 msgid "Checking for bad blocks (read-only test): "
2920 msgstr ""
2921
2922 #: misc/badblocks.c:480 misc/badblocks.c:583 misc/badblocks.c:628
2923 #: misc/badblocks.c:772
2924 msgid "Too many bad blocks, aborting test\n"
2925 msgstr ""
2926
2927 #: misc/badblocks.c:558
2928 msgid "Checking for bad blocks in read-write mode\n"
2929 msgstr ""
2930
2931 #: misc/badblocks.c:560 misc/badblocks.c:722
2932 #, c-format
2933 msgid "From block %lu to %lu\n"
2934 msgstr ""
2935
2936 #: misc/badblocks.c:618
2937 msgid "Reading and comparing: "
2938 msgstr ""
2939
2940 #: misc/badblocks.c:721
2941 msgid "Checking for bad blocks in non-destructive read-write mode\n"
2942 msgstr ""
2943
2944 #: misc/badblocks.c:727
2945 msgid "Checking for bad blocks (non-destructive read-write test)\n"
2946 msgstr ""
2947
2948 #: misc/badblocks.c:734
2949 msgid ""
2950 "\n"
2951 "Interrupt caught, cleaning up\n"
2952 msgstr ""
2953
2954 #: misc/badblocks.c:810
2955 #, c-format
2956 msgid "during test data write, block %lu"
2957 msgstr ""
2958
2959 #: misc/badblocks.c:921 misc/util.c:156
2960 #, c-format
2961 msgid "%s is mounted; "
2962 msgstr ""
2963
2964 #: misc/badblocks.c:923
2965 msgid "badblocks forced anyway.  Hope /etc/mtab is incorrect.\n"
2966 msgstr ""
2967
2968 #: misc/badblocks.c:928
2969 msgid "it's not safe to run badblocks!\n"
2970 msgstr ""
2971
2972 #: misc/badblocks.c:933 misc/util.c:167
2973 #, c-format
2974 msgid "%s is apparently in use by the system; "
2975 msgstr ""
2976
2977 #: misc/badblocks.c:936
2978 msgid "badblocks forced anyway.\n"
2979 msgstr ""
2980
2981 #: misc/badblocks.c:956
2982 #, c-format
2983 msgid "invalid %s - %s"
2984 msgstr ""
2985
2986 #: misc/badblocks.c:1015
2987 #, c-format
2988 msgid "bad block size - %s"
2989 msgstr ""
2990
2991 #: misc/badblocks.c:1070
2992 #, c-format
2993 msgid "can't allocate memory for test_pattern - %s"
2994 msgstr ""
2995
2996 #: misc/badblocks.c:1097
2997 msgid "Maximum of one test_pattern may be specified in read-only mode"
2998 msgstr ""
2999
3000 #: misc/badblocks.c:1103
3001 msgid "Random test_pattern is not allowed in read-only mode"
3002 msgstr ""
3003
3004 #: misc/badblocks.c:1117
3005 msgid ""
3006 "Couldn't determine device size; you must specify\n"
3007 "the size manually\n"
3008 msgstr ""
3009
3010 #: misc/badblocks.c:1123
3011 msgid "while trying to determine device size"
3012 msgstr ""
3013
3014 #: misc/badblocks.c:1128
3015 msgid "last block"
3016 msgstr ""
3017
3018 #: misc/badblocks.c:1134
3019 msgid "first block"
3020 msgstr ""
3021
3022 #: misc/badblocks.c:1137
3023 #, c-format
3024 msgid "invalid starting block (%lu): must be less than %lu"
3025 msgstr ""
3026
3027 #: misc/badblocks.c:1193
3028 msgid "while creating in-memory bad blocks list"
3029 msgstr ""
3030
3031 #: misc/badblocks.c:1208
3032 msgid "while adding to in-memory bad block list"
3033 msgstr ""
3034
3035 #: misc/badblocks.c:1232
3036 #, c-format
3037 msgid "Pass completed, %u bad blocks found.\n"
3038 msgstr ""
3039
3040 #: misc/chattr.c:85
3041 #, c-format
3042 msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
3043 msgstr ""
3044
3045 #: misc/chattr.c:153
3046 #, c-format
3047 msgid "bad version - %s\n"
3048 msgstr ""
3049
3050 #: misc/chattr.c:200 misc/lsattr.c:113
3051 #, c-format
3052 msgid "while trying to stat %s"
3053 msgstr ""
3054
3055 #: misc/chattr.c:207
3056 #, c-format
3057 msgid "while reading flags on %s"
3058 msgstr ""
3059
3060 #: misc/chattr.c:216 misc/chattr.c:235
3061 #, c-format
3062 msgid "Clearing extent flag not supported on %s"
3063 msgstr ""
3064
3065 #: misc/chattr.c:221 misc/chattr.c:240
3066 #, c-format
3067 msgid "Flags of %s set as "
3068 msgstr ""
3069
3070 #: misc/chattr.c:249
3071 #, c-format
3072 msgid "while setting flags on %s"
3073 msgstr ""
3074
3075 #: misc/chattr.c:257
3076 #, c-format
3077 msgid "Version of %s set as %lu\n"
3078 msgstr ""
3079
3080 #: misc/chattr.c:261
3081 #, c-format
3082 msgid "while setting version on %s"
3083 msgstr ""
3084
3085 #: misc/chattr.c:281
3086 #, c-format
3087 msgid "Couldn't allocate path variable in chattr_dir_proc"
3088 msgstr ""
3089
3090 #: misc/chattr.c:320
3091 msgid "= is incompatible with - and +\n"
3092 msgstr ""
3093
3094 #: misc/chattr.c:328
3095 msgid "Must use '-v', =, - or +\n"
3096 msgstr ""
3097
3098 #: misc/dumpe2fs.c:53
3099 #, c-format
3100 msgid "Usage: %s [-bfhixV] [-ob superblock] [-oB blocksize] device\n"
3101 msgstr ""
3102
3103 #: misc/dumpe2fs.c:168
3104 #, c-format
3105 msgid "Group %lu: (Blocks "
3106 msgstr ""
3107
3108 #: misc/dumpe2fs.c:173
3109 #, c-format
3110 msgid "  Checksum 0x%04x, unused inodes %d\n"
3111 msgstr ""
3112
3113 #: misc/dumpe2fs.c:178
3114 #, c-format
3115 msgid "  %s superblock at "
3116 msgstr ""
3117
3118 #: misc/dumpe2fs.c:179
3119 msgid "Primary"
3120 msgstr ""
3121
3122 #: misc/dumpe2fs.c:179
3123 msgid "Backup"
3124 msgstr ""
3125
3126 #: misc/dumpe2fs.c:183
3127 #, c-format
3128 msgid ", Group descriptors at "
3129 msgstr ""
3130
3131 #: misc/dumpe2fs.c:187
3132 #, c-format
3133 msgid ""
3134 "\n"
3135 "  Reserved GDT blocks at "
3136 msgstr ""
3137
3138 #: misc/dumpe2fs.c:194
3139 #, c-format
3140 msgid " Group descriptor at "
3141 msgstr ""
3142
3143 #: misc/dumpe2fs.c:200
3144 msgid "  Block bitmap at "
3145 msgstr ""
3146
3147 #: misc/dumpe2fs.c:205
3148 msgid ", Inode bitmap at "
3149 msgstr ""
3150
3151 #: misc/dumpe2fs.c:210
3152 msgid ""
3153 "\n"
3154 "  Inode table at "
3155 msgstr ""
3156
3157 #: misc/dumpe2fs.c:217
3158 #, c-format
3159 msgid ""
3160 "\n"
3161 "  %u free blocks, %u free inodes, %u directories%s"
3162 msgstr ""
3163
3164 #: misc/dumpe2fs.c:224
3165 #, c-format
3166 msgid ", %u unused inodes\n"
3167 msgstr ""
3168
3169 #: misc/dumpe2fs.c:227
3170 msgid "  Free blocks: "
3171 msgstr ""
3172
3173 #: misc/dumpe2fs.c:237
3174 msgid "  Free inodes: "
3175 msgstr ""
3176
3177 #: misc/dumpe2fs.c:264
3178 msgid "while printing bad block list"
3179 msgstr ""
3180
3181 #: misc/dumpe2fs.c:270
3182 #, c-format
3183 msgid "Bad blocks: %u"
3184 msgstr ""
3185
3186 #: misc/dumpe2fs.c:292 misc/tune2fs.c:281
3187 msgid "while reading journal inode"
3188 msgstr ""
3189
3190 #: misc/dumpe2fs.c:295
3191 msgid "Journal size:             "
3192 msgstr ""
3193
3194 #: misc/dumpe2fs.c:319 misc/tune2fs.c:202
3195 msgid "while reading journal superblock"
3196 msgstr ""
3197
3198 #: misc/dumpe2fs.c:327
3199 msgid "Couldn't find journal superblock magic numbers"
3200 msgstr ""
3201
3202 #: misc/dumpe2fs.c:331
3203 #, c-format
3204 msgid ""
3205 "\n"
3206 "Journal block size:       %u\n"
3207 "Journal length:           %u\n"
3208 "Journal first block:      %u\n"
3209 "Journal sequence:         0x%08x\n"
3210 "Journal start:            %u\n"
3211 "Journal number of users:  %u\n"
3212 msgstr ""
3213
3214 #: misc/dumpe2fs.c:344
3215 #, c-format
3216 msgid "Journal users:            %s\n"
3217 msgstr ""
3218
3219 #: misc/dumpe2fs.c:360 misc/mke2fs.c:693 misc/tune2fs.c:872
3220 #, c-format
3221 msgid "Couldn't allocate memory to parse options!\n"
3222 msgstr ""
3223
3224 #: misc/dumpe2fs.c:386
3225 #, c-format
3226 msgid "Invalid superblock parameter: %s\n"
3227 msgstr ""
3228
3229 #: misc/dumpe2fs.c:401
3230 #, c-format
3231 msgid "Invalid blocksize parameter: %s\n"
3232 msgstr ""
3233
3234 #: misc/dumpe2fs.c:412
3235 #, c-format
3236 msgid ""
3237 "\n"
3238 "Bad extended option(s) specified: %s\n"
3239 "\n"
3240 "Extended options are separated by commas, and may take an argument which\n"
3241 "\tis set off by an equals ('=') sign.\n"
3242 "\n"
3243 "Valid extended options are:\n"
3244 "\tsuperblock=<superblock number>\n"
3245 "\tblocksize=<blocksize>\n"
3246 msgstr ""
3247
3248 #: misc/dumpe2fs.c:471 misc/mke2fs.c:1355
3249 #, c-format
3250 msgid "\tUsing %s\n"
3251 msgstr ""
3252
3253 #: misc/dumpe2fs.c:507 misc/e2image.c:674 misc/tune2fs.c:1535
3254 #: resize/main.c:312
3255 #, c-format
3256 msgid "Couldn't find valid filesystem superblock.\n"
3257 msgstr ""
3258
3259 #: misc/dumpe2fs.c:532
3260 #, c-format
3261 msgid ""
3262 "\n"
3263 "%s: %s: error reading bitmaps: %s\n"
3264 msgstr ""
3265
3266 #: misc/e2image.c:52
3267 #, c-format
3268 msgid "Usage: %s [-rsI] device image_file\n"
3269 msgstr ""
3270
3271 #: misc/e2image.c:64
3272 msgid "Couldn't allocate header buffer\n"
3273 msgstr ""
3274
3275 #: misc/e2image.c:83
3276 #, c-format
3277 msgid "short write (only %d bytes) for writing image header"
3278 msgstr ""
3279
3280 #: misc/e2image.c:102
3281 msgid "while writing superblock"
3282 msgstr ""
3283
3284 #: misc/e2image.c:110
3285 msgid "while writing inode table"
3286 msgstr ""
3287
3288 #: misc/e2image.c:117
3289 msgid "while writing block bitmap"
3290 msgstr ""
3291
3292 #: misc/e2image.c:124
3293 msgid "while writing inode bitmap"
3294 msgstr ""
3295
3296 #: misc/e2label.c:57
3297 #, c-format
3298 msgid "e2label: cannot open %s\n"
3299 msgstr ""
3300
3301 #: misc/e2label.c:62
3302 #, c-format
3303 msgid "e2label: cannot seek to superblock\n"
3304 msgstr ""
3305
3306 #: misc/e2label.c:67
3307 #, c-format
3308 msgid "e2label: error reading superblock\n"
3309 msgstr ""
3310
3311 #: misc/e2label.c:71
3312 #, c-format
3313 msgid "e2label: not an ext2 filesystem\n"
3314 msgstr ""
3315
3316 #: misc/e2label.c:96 misc/tune2fs.c:1670
3317 #, c-format
3318 msgid "Warning: label too long, truncating.\n"
3319 msgstr ""
3320
3321 #: misc/e2label.c:99
3322 #, c-format
3323 msgid "e2label: cannot seek to superblock again\n"
3324 msgstr ""
3325
3326 #: misc/e2label.c:104
3327 #, c-format
3328 msgid "e2label: error writing superblock\n"
3329 msgstr ""
3330
3331 #: misc/e2label.c:116 misc/tune2fs.c:542
3332 #, c-format
3333 msgid "Usage: e2label device [newlabel]\n"
3334 msgstr ""
3335
3336 #: misc/e2undo.c:35
3337 #, c-format
3338 msgid "Usage: %s <transaction file> <filesystem>\n"
3339 msgstr ""
3340
3341 #: misc/e2undo.c:52
3342 msgid "Failed to read the file system data \n"
3343 msgstr ""
3344
3345 #: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:204
3346 #, c-format
3347 msgid "Failed tdb_fetch %s\n"
3348 msgstr ""
3349
3350 #: misc/e2undo.c:70
3351 #, c-format
3352 msgid "The file system Mount time didn't match %u\n"
3353 msgstr ""
3354
3355 #: misc/e2undo.c:89
3356 msgid "The file system UUID didn't match \n"
3357 msgstr ""
3358
3359 #: misc/e2undo.c:161
3360 #, c-format
3361 msgid "Failed tdb_open %s\n"
3362 msgstr ""
3363
3364 #: misc/e2undo.c:167
3365 #, c-format
3366 msgid "Error while determining whether %s is mounted.\n"
3367 msgstr ""
3368
3369 #: misc/e2undo.c:173
3370 msgid "e2undo should only be run on unmounted file system\n"
3371 msgstr ""
3372
3373 #: misc/e2undo.c:182
3374 #, c-format
3375 msgid "Failed to open %s\n"
3376 msgstr ""
3377
3378 #: misc/e2undo.c:208
3379 #, c-format
3380 msgid "Replayed transaction of size %zd at location %ld\n"
3381 msgstr ""
3382
3383 #: misc/e2undo.c:214
3384 #, c-format
3385 msgid "Failed write %s\n"
3386 msgstr ""
3387
3388 #: misc/fsck.c:343
3389 #, c-format
3390 msgid "WARNING: couldn't open %s: %s\n"
3391 msgstr ""
3392
3393 #: misc/fsck.c:353
3394 #, c-format
3395 msgid "WARNING: bad format on line %d of %s\n"
3396 msgstr ""
3397
3398 #: misc/fsck.c:368
3399 msgid ""
3400 "\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n"
3401 "\tfield.  I will kludge around things for you, but you\n"
3402 "\tshould fix your /etc/fstab file as soon as you can.\n"
3403 "\n"
3404 msgstr ""
3405
3406 #: misc/fsck.c:477
3407 #, c-format
3408 msgid "fsck: %s: not found\n"
3409 msgstr ""
3410
3411 #: misc/fsck.c:593
3412 #, c-format
3413 msgid "%s: wait: No more child process?!?\n"
3414 msgstr ""
3415
3416 #: misc/fsck.c:615
3417 #, c-format
3418 msgid "Warning... %s for device %s exited with signal %d.\n"
3419 msgstr ""
3420
3421 #: misc/fsck.c:621
3422 #, c-format
3423 msgid "%s %s: status is %x, should never happen.\n"
3424 msgstr ""
3425
3426 #: misc/fsck.c:660
3427 #, c-format
3428 msgid "Finished with %s (exit status %d)\n"
3429 msgstr ""
3430
3431 #: misc/fsck.c:720
3432 #, c-format
3433 msgid "%s: Error %d while executing fsck.%s for %s\n"
3434 msgstr ""
3435
3436 #: misc/fsck.c:741
3437 msgid ""
3438 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3439 "with 'no' or '!'.\n"
3440 msgstr ""
3441
3442 #: misc/fsck.c:760
3443 msgid "Couldn't allocate memory for filesystem types\n"
3444 msgstr ""
3445
3446 #: misc/fsck.c:883
3447 #, c-format
3448 msgid ""
3449 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3450 "number\n"
3451 msgstr ""
3452
3453 #: misc/fsck.c:910
3454 #, c-format
3455 msgid "fsck: cannot check %s: fsck.%s not found\n"
3456 msgstr ""
3457
3458 #: misc/fsck.c:966
3459 msgid "Checking all file systems.\n"
3460 msgstr ""
3461
3462 #: misc/fsck.c:1057
3463 #, c-format
3464 msgid "--waiting-- (pass %d)\n"
3465 msgstr ""
3466
3467 #: misc/fsck.c:1077
3468 msgid ""
3469 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3470 msgstr ""
3471
3472 #: misc/fsck.c:1119
3473 #, c-format
3474 msgid "%s: too many devices\n"
3475 msgstr ""
3476
3477 #: misc/fsck.c:1152 misc/fsck.c:1238
3478 #, c-format
3479 msgid "%s: too many arguments\n"
3480 msgstr ""
3481
3482 #: misc/lsattr.c:73
3483 #, c-format
3484 msgid "Usage: %s [-RVadlv] [files...]\n"
3485 msgstr ""
3486
3487 #: misc/lsattr.c:83
3488 #, c-format
3489 msgid "While reading flags on %s"
3490 msgstr ""
3491
3492 #: misc/lsattr.c:90
3493 #, c-format
3494 msgid "While reading version on %s"
3495 msgstr ""
3496
3497 #: misc/mke2fs.c:104
3498 #, c-format
3499 msgid ""
3500 "Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n"
3501 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3502 "\t[-G meta group size] [-N number-of-inodes]\n"
3503 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3504 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3505 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3506 "\t[-T fs-type] [-U UUID] [-jnqvFSV] device [blocks-count]\n"
3507 msgstr ""
3508
3509 #: misc/mke2fs.c:206
3510 #, c-format
3511 msgid "Running command: %s\n"
3512 msgstr ""
3513
3514 #: misc/mke2fs.c:210
3515 #, c-format
3516 msgid "while trying to run '%s'"
3517 msgstr ""
3518
3519 #: misc/mke2fs.c:217
3520 msgid "while processing list of bad blocks from program"
3521 msgstr ""
3522
3523 #: misc/mke2fs.c:244
3524 #, c-format
3525 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3526 msgstr ""
3527
3528 #: misc/mke2fs.c:246
3529 #, c-format
3530 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3531 msgstr ""
3532
3533 #: misc/mke2fs.c:249
3534 msgid "Aborting....\n"
3535 msgstr ""
3536
3537 #: misc/mke2fs.c:269
3538 #, c-format
3539 msgid ""
3540 "Warning: the backup superblock/group descriptors at block %u contain\n"
3541 "\tbad blocks.\n"
3542 "\n"
3543 msgstr ""
3544
3545 #: misc/mke2fs.c:288
3546 msgid "while marking bad blocks as used"
3547 msgstr ""
3548
3549 #: misc/mke2fs.c:346
3550 msgid "done                            \n"
3551 msgstr ""
3552
3553 #: misc/mke2fs.c:360
3554 msgid "Writing inode tables: "
3555 msgstr ""
3556
3557 #: misc/mke2fs.c:383
3558 #, c-format
3559 msgid ""
3560 "\n"
3561 "Could not write %d blocks in inode table starting at %u: %s\n"
3562 msgstr ""
3563
3564 #: misc/mke2fs.c:407
3565 msgid "while creating root dir"
3566 msgstr ""
3567
3568 #: misc/mke2fs.c:414
3569 msgid "while reading root inode"
3570 msgstr ""
3571
3572 #: misc/mke2fs.c:428
3573 msgid "while setting root inode ownership"
3574 msgstr ""
3575
3576 #: misc/mke2fs.c:446
3577 msgid "while creating /lost+found"
3578 msgstr ""
3579
3580 #: misc/mke2fs.c:453
3581 msgid "while looking up /lost+found"
3582 msgstr ""
3583
3584 #: misc/mke2fs.c:466
3585 msgid "while expanding /lost+found"
3586 msgstr ""
3587
3588 #: misc/mke2fs.c:481
3589 msgid "while setting bad block inode"
3590 msgstr ""
3591
3592 #: misc/mke2fs.c:508
3593 #, c-format
3594 msgid "Out of memory erasing sectors %d-%d\n"
3595 msgstr ""
3596
3597 #: misc/mke2fs.c:518
3598 #, c-format
3599 msgid "Warning: could not read block 0: %s\n"
3600 msgstr ""
3601
3602 #: misc/mke2fs.c:534
3603 #, c-format
3604 msgid "Warning: could not erase sector %d: %s\n"
3605 msgstr ""
3606
3607 #: misc/mke2fs.c:550
3608 msgid "while initializing journal superblock"
3609 msgstr ""
3610
3611 #: misc/mke2fs.c:556
3612 msgid "Zeroing journal device: "
3613 msgstr ""
3614
3615 #: misc/mke2fs.c:569
3616 #, c-format
3617 msgid "while zeroing journal device (block %u, count %d)"
3618 msgstr ""
3619
3620 #: misc/mke2fs.c:585
3621 msgid "while writing journal superblock"
3622 msgstr ""
3623
3624 #: misc/mke2fs.c:601
3625 #, c-format
3626 msgid ""
3627 "warning: %u blocks unused.\n"
3628 "\n"
3629 msgstr ""
3630
3631 #: misc/mke2fs.c:606
3632 #, c-format
3633 msgid "Filesystem label=%s\n"
3634 msgstr ""
3635
3636 #: misc/mke2fs.c:607
3637 msgid "OS type: "
3638 msgstr ""
3639
3640 #: misc/mke2fs.c:612
3641 #, c-format
3642 msgid "Block size=%u (log=%u)\n"
3643 msgstr ""
3644
3645 #: misc/mke2fs.c:614
3646 #, c-format
3647 msgid "Fragment size=%u (log=%u)\n"
3648 msgstr ""
3649
3650 #: misc/mke2fs.c:616
3651 #, c-format
3652 msgid "%u inodes, %u blocks\n"
3653 msgstr ""
3654
3655 #: misc/mke2fs.c:618
3656 #, c-format
3657 msgid "%u blocks (%2.2f%%) reserved for the super user\n"
3658 msgstr ""
3659
3660 #: misc/mke2fs.c:621
3661 #, c-format
3662 msgid "First data block=%u\n"
3663 msgstr ""
3664
3665 #: misc/mke2fs.c:623
3666 #, c-format
3667 msgid "Maximum filesystem blocks=%lu\n"
3668 msgstr ""
3669
3670 #: misc/mke2fs.c:627
3671 #, c-format
3672 msgid "%u block groups\n"
3673 msgstr ""
3674
3675 #: misc/mke2fs.c:629
3676 #, c-format
3677 msgid "%u block group\n"
3678 msgstr ""
3679
3680 #: misc/mke2fs.c:630
3681 #, c-format
3682 msgid "%u blocks per group, %u fragments per group\n"
3683 msgstr ""
3684
3685 #: misc/mke2fs.c:632
3686 #, c-format
3687 msgid "%u inodes per group\n"
3688 msgstr ""
3689
3690 #: misc/mke2fs.c:639
3691 #, c-format
3692 msgid "Superblock backups stored on blocks: "
3693 msgstr ""
3694
3695 #: misc/mke2fs.c:718
3696 #, c-format
3697 msgid "Invalid stride parameter: %s\n"
3698 msgstr ""
3699
3700 #: misc/mke2fs.c:733
3701 #, c-format
3702 msgid "Invalid stripe-width parameter: %s\n"
3703 msgstr ""
3704
3705 #: misc/mke2fs.c:755
3706 #, c-format
3707 msgid "Invalid resize parameter: %s\n"
3708 msgstr ""
3709
3710 #: misc/mke2fs.c:762
3711 #, c-format
3712 msgid "The resize maximum must be greater than the filesystem size.\n"
3713 msgstr ""
3714
3715 #: misc/mke2fs.c:786
3716 #, c-format
3717 msgid "On-line resizing not supported with revision 0 filesystems\n"
3718 msgstr ""
3719
3720 #: misc/mke2fs.c:808
3721 #, c-format
3722 msgid ""
3723 "\n"
3724 "Bad option(s) specified: %s\n"
3725 "\n"
3726 "Extended options are separated by commas, and may take an argument which\n"
3727 "\tis set off by an equals ('=') sign.\n"
3728 "\n"
3729 "Valid extended options are:\n"
3730 "\tstride=<RAID per-disk data chunk in blocks>\n"
3731 "\tstripe-width=<RAID stride * data disks in blocks>\n"
3732 "\tresize=<resize maximum size in blocks>\n"
3733 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
3734 "\ttest_fs\n"
3735 "\n"
3736 msgstr ""
3737
3738 #: misc/mke2fs.c:824
3739 #, c-format
3740 msgid ""
3741 "\n"
3742 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
3743 "\n"
3744 msgstr ""
3745
3746 #: misc/mke2fs.c:856
3747 #, c-format
3748 msgid ""
3749 "Syntax error in mke2fs config file (%s, line #%d)\n"
3750 "\t%s\n"
3751 msgstr ""
3752
3753 #: misc/mke2fs.c:869 misc/tune2fs.c:355
3754 #, c-format
3755 msgid "Invalid filesystem option set: %s\n"
3756 msgstr ""
3757
3758 #: misc/mke2fs.c:979
3759 #, c-format
3760 msgid ""
3761 "\n"
3762 "Warning!  Your mke2fs.conf file does not define the %s filesystem type.\n"
3763 msgstr ""
3764
3765 #: misc/mke2fs.c:982
3766 #, c-format
3767 msgid ""
3768 "You probably need to install an updated mke2fs.conf file.\n"
3769 "\n"
3770 msgstr ""
3771
3772 #: misc/mke2fs.c:1176
3773 #, c-format
3774 msgid "invalid block size - %s"
3775 msgstr ""
3776
3777 #: misc/mke2fs.c:1180
3778 #, c-format
3779 msgid "Warning: blocksize %d not usable on most systems.\n"
3780 msgstr ""
3781
3782 #: misc/mke2fs.c:1196
3783 #, c-format
3784 msgid "invalid fragment size - %s"
3785 msgstr ""
3786
3787 #: misc/mke2fs.c:1202
3788 #, c-format
3789 msgid "Warning: fragments not supported.  Ignoring -f option\n"
3790 msgstr ""
3791
3792 #: misc/mke2fs.c:1209
3793 msgid "Illegal number for blocks per group"
3794 msgstr ""
3795
3796 #: misc/mke2fs.c:1214
3797 msgid "blocks per group must be multiple of 8"
3798 msgstr ""
3799
3800 #: misc/mke2fs.c:1222
3801 msgid "Illegal number for flex_bg size"
3802 msgstr ""
3803
3804 #: misc/mke2fs.c:1228
3805 msgid "flex_bg size must be a power of 2"
3806 msgstr ""
3807
3808 #: misc/mke2fs.c:1238
3809 #, c-format
3810 msgid "invalid inode ratio %s (min %d/max %d)"
3811 msgstr ""
3812
3813 #: misc/mke2fs.c:1255
3814 msgid "in malloc for bad_blocks_filename"
3815 msgstr ""
3816
3817 #: misc/mke2fs.c:1265
3818 #, c-format
3819 msgid "invalid reserved blocks percent - %s"
3820 msgstr ""
3821
3822 #: misc/mke2fs.c:1283
3823 #, c-format
3824 msgid "bad revision level - %s"
3825 msgstr ""
3826
3827 #: misc/mke2fs.c:1295
3828 #, c-format
3829 msgid "invalid inode size - %s"
3830 msgstr ""
3831
3832 #: misc/mke2fs.c:1315
3833 #, c-format
3834 msgid "bad num inodes - %s"
3835 msgstr ""
3836
3837 #: misc/mke2fs.c:1380 misc/mke2fs.c:2068
3838 #, c-format
3839 msgid "while trying to open journal device %s\n"
3840 msgstr ""
3841
3842 #: misc/mke2fs.c:1386
3843 #, c-format
3844 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
3845 msgstr ""
3846
3847 #: misc/mke2fs.c:1392
3848 #, c-format
3849 msgid "Using journal device's blocksize: %d\n"
3850 msgstr ""
3851
3852 #: misc/mke2fs.c:1401
3853 #, c-format
3854 msgid "%d-byte blocks too big for system (max %d)"
3855 msgstr ""
3856
3857 #: misc/mke2fs.c:1405
3858 #, c-format
3859 msgid ""
3860 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
3861 msgstr ""
3862
3863 #: misc/mke2fs.c:1413
3864 #, c-format
3865 msgid "invalid blocks count - %s"
3866 msgstr ""
3867
3868 #: misc/mke2fs.c:1423
3869 msgid "filesystem"
3870 msgstr ""
3871
3872 #: misc/mke2fs.c:1459
3873 #, c-format
3874 msgid ""
3875 "%s: Size of device %s too big to be expressed in 32 bits\n"
3876 "\tusing a blocksize of %d.\n"
3877 msgstr ""
3878
3879 #: misc/mke2fs.c:1468 resize/main.c:374
3880 msgid "while trying to determine filesystem size"
3881 msgstr ""
3882
3883 #: misc/mke2fs.c:1475
3884 msgid ""
3885 "Couldn't determine device size; you must specify\n"
3886 "the size of the filesystem\n"
3887 msgstr ""
3888
3889 #: misc/mke2fs.c:1482
3890 msgid ""
3891 "Device size reported to be zero.  Invalid partition specified, or\n"
3892 "\tpartition table wasn't reread after running fdisk, due to\n"
3893 "\ta modified partition being busy and in use.  You may need to reboot\n"
3894 "\tto re-read your partition table.\n"
3895 msgstr ""
3896
3897 #: misc/mke2fs.c:1500
3898 msgid "Filesystem larger than apparent device size."
3899 msgstr ""
3900
3901 #: misc/mke2fs.c:1506
3902 #, c-format
3903 msgid "Failed to parse fs types list\n"
3904 msgstr ""
3905
3906 #: misc/mke2fs.c:1540
3907 msgid "fs_types for mke2fs.conf resolution: "
3908 msgstr ""
3909
3910 #: misc/mke2fs.c:1547
3911 #, c-format
3912 msgid "Filesystem features not supported with revision 0 filesystems\n"
3913 msgstr ""
3914
3915 #: misc/mke2fs.c:1554
3916 #, c-format
3917 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
3918 msgstr ""
3919
3920 #: misc/mke2fs.c:1566
3921 #, c-format
3922 msgid "Journals not supported with revision 0 filesystems\n"
3923 msgstr ""
3924
3925 #: misc/mke2fs.c:1584
3926 #, c-format
3927 msgid ""
3928 "The resize_inode and meta_bg features are not compatible.\n"
3929 "They can not be both enabled simultaneously.\n"
3930 msgstr ""
3931
3932 #: misc/mke2fs.c:1601
3933 msgid "while trying to determine hardware sector size"
3934 msgstr ""
3935
3936 #: misc/mke2fs.c:1658
3937 msgid "reserved online resize blocks not supported on non-sparse filesystem"
3938 msgstr ""
3939
3940 #: misc/mke2fs.c:1667
3941 msgid "blocks per group count out of range"
3942 msgstr ""
3943
3944 #: misc/mke2fs.c:1682
3945 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
3946 msgstr ""
3947
3948 #: misc/mke2fs.c:1694
3949 #, c-format
3950 msgid "invalid inode size %d (min %d/max %d)"
3951 msgstr ""
3952
3953 #: misc/mke2fs.c:1708
3954 #, c-format
3955 msgid "too many inodes (%llu), raise inode ratio?"
3956 msgstr ""
3957
3958 #: misc/mke2fs.c:1713
3959 #, c-format
3960 msgid "too many inodes (%llu), specify < 2^32 inodes"
3961 msgstr ""
3962
3963 #: misc/mke2fs.c:1728
3964 #, c-format
3965 msgid ""
3966 "inode_size (%u) * inodes_count (%u) too big for a\n"
3967 "\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n"
3968 "\tor lower inode count (-N).\n"
3969 msgstr ""
3970
3971 #: misc/mke2fs.c:1821 misc/tune2fs.c:1453
3972 msgid "Couldn't allocate memory for tdb filename\n"
3973 msgstr ""
3974
3975 #: misc/mke2fs.c:1834 misc/tune2fs.c:1475
3976 #, c-format
3977 msgid "while trying to delete %s"
3978 msgstr ""
3979
3980 #: misc/mke2fs.c:1844
3981 #, c-format
3982 msgid ""
3983 "Overwriting existing filesystem; this can be undone using the command:\n"
3984 "    e2undo %s %s\n"
3985 "\n"
3986 msgstr ""
3987
3988 #: misc/mke2fs.c:1893
3989 msgid "while setting up superblock"
3990 msgstr ""
3991
3992 #: misc/mke2fs.c:1952
3993 #, c-format
3994 msgid "unknown os - %s"
3995 msgstr ""
3996
3997 #: misc/mke2fs.c:2006
3998 msgid "while trying to allocate filesystem tables"
3999 msgstr ""
4000
4001 #: misc/mke2fs.c:2037
4002 #, c-format
4003 msgid "while zeroing block %u at end of filesystem"
4004 msgstr ""
4005
4006 #: misc/mke2fs.c:2050
4007 msgid "while reserving blocks for online resize"
4008 msgstr ""
4009
4010 #: misc/mke2fs.c:2061 misc/tune2fs.c:479
4011 msgid "journal"
4012 msgstr ""
4013
4014 #: misc/mke2fs.c:2073
4015 #, c-format
4016 msgid "Adding journal to device %s: "
4017 msgstr ""
4018
4019 #: misc/mke2fs.c:2080
4020 #, c-format
4021 msgid ""
4022 "\n"
4023 "\twhile trying to add journal to device %s"
4024 msgstr ""
4025
4026 #: misc/mke2fs.c:2085 misc/mke2fs.c:2117 misc/tune2fs.c:508 misc/tune2fs.c:522
4027 #, c-format
4028 msgid "done\n"
4029 msgstr ""
4030
4031 #: misc/mke2fs.c:2094
4032 #, c-format
4033 msgid "Skipping journal creation in super-only mode\n"
4034 msgstr ""
4035
4036 #: misc/mke2fs.c:2105
4037 #, c-format
4038 msgid "Creating journal (%u blocks): "
4039 msgstr ""
4040
4041 #: misc/mke2fs.c:2122
4042 #, c-format
4043 msgid "Writing superblocks and filesystem accounting information: "
4044 msgstr ""
4045
4046 #: misc/mke2fs.c:2127
4047 #, c-format
4048 msgid ""
4049 "\n"
4050 "Warning, had trouble writing out superblocks."
4051 msgstr ""
4052
4053 #: misc/mke2fs.c:2130
4054 #, c-format
4055 msgid ""
4056 "done\n"
4057 "\n"
4058 msgstr ""
4059
4060 #: misc/mklost+found.c:49
4061 #, c-format
4062 msgid "Usage: mklost+found\n"
4063 msgstr ""
4064
4065 #: misc/partinfo.c:39
4066 #, c-format
4067 msgid ""
4068 "Usage:  %s device...\n"
4069 "\n"
4070 "Prints out the partition information for each given device.\n"
4071 "For example: %s /dev/hda\n"
4072 "\n"
4073 msgstr ""
4074
4075 #: misc/partinfo.c:49
4076 #, c-format
4077 msgid "Cannot open %s: %s"
4078 msgstr ""
4079
4080 #: misc/partinfo.c:55
4081 #, c-format
4082 msgid "Cannot get geometry of %s: %s"
4083 msgstr ""
4084
4085 #: misc/partinfo.c:63
4086 #, c-format
4087 msgid "Cannot get size of %s: %s"
4088 msgstr ""
4089
4090 #: misc/partinfo.c:69
4091 #, c-format
4092 msgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
4093 msgstr ""
4094
4095 #: misc/tune2fs.c:96
4096 msgid "Please run e2fsck on the filesystem.\n"
4097 msgstr ""
4098
4099 #: misc/tune2fs.c:105
4100 #, c-format
4101 msgid ""
4102 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4103 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4104 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n"
4105 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4106 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4107 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4108 "\t[ -I new_inode_size ] device\n"
4109 msgstr ""
4110
4111 #: misc/tune2fs.c:190
4112 msgid "while trying to open external journal"
4113 msgstr ""
4114
4115 #: misc/tune2fs.c:194
4116 #, c-format
4117 msgid "%s is not a journal device.\n"
4118 msgstr ""
4119
4120 #: misc/tune2fs.c:209
4121 msgid "Journal superblock not found!\n"
4122 msgstr ""
4123
4124 #: misc/tune2fs.c:221
4125 msgid "Filesystem's UUID not found on journal device.\n"
4126 msgstr ""
4127
4128 #: misc/tune2fs.c:242
4129 msgid "Journal NOT removed\n"
4130 msgstr ""
4131
4132 #: misc/tune2fs.c:248
4133 msgid "Journal removed\n"
4134 msgstr ""
4135
4136 #: misc/tune2fs.c:288
4137 msgid "while reading bitmaps"
4138 msgstr ""
4139
4140 #: misc/tune2fs.c:296
4141 msgid "while clearing journal inode"
4142 msgstr ""
4143
4144 #: misc/tune2fs.c:307
4145 msgid "while writing journal inode"
4146 msgstr ""
4147
4148 #: misc/tune2fs.c:322
4149 #, c-format
4150 msgid "Invalid mount option set: %s\n"
4151 msgstr ""
4152
4153 #: misc/tune2fs.c:358
4154 #, c-format
4155 msgid "Clearing filesystem feature '%s' not supported.\n"
4156 msgstr ""
4157
4158 #: misc/tune2fs.c:364
4159 #, c-format
4160 msgid "Setting filesystem feature '%s' not supported.\n"
4161 msgstr ""
4162
4163 #: misc/tune2fs.c:373
4164 msgid ""
4165 "The has_journal feature may only be cleared when the filesystem is\n"
4166 "unmounted or mounted read-only.\n"
4167 msgstr ""
4168
4169 #: misc/tune2fs.c:381
4170 msgid ""
4171 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
4172 "the has_journal flag.\n"
4173 msgstr ""
4174
4175 #: misc/tune2fs.c:414
4176 msgid ""
4177 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4178 "inconsistent.\n"
4179 msgstr ""
4180
4181 #: misc/tune2fs.c:425
4182 msgid ""
4183 "The huge_file feature may only be cleared when the filesystem is\n"
4184 "unmounted or mounted read-only.\n"
4185 msgstr ""
4186
4187 #: misc/tune2fs.c:453
4188 #, c-format
4189 msgid "(and reboot afterwards!)\n"
4190 msgstr ""
4191
4192 #: misc/tune2fs.c:474
4193 msgid "The filesystem already has a journal.\n"
4194 msgstr ""
4195
4196 #: misc/tune2fs.c:492
4197 #, c-format
4198 msgid ""
4199 "\n"
4200 "\twhile trying to open journal on %s\n"
4201 msgstr ""
4202
4203 #: misc/tune2fs.c:496
4204 #, c-format
4205 msgid "Creating journal on device %s: "
4206 msgstr ""
4207
4208 #: misc/tune2fs.c:504
4209 #, c-format
4210 msgid "while adding filesystem to journal on %s"
4211 msgstr ""
4212
4213 #: misc/tune2fs.c:510
4214 msgid "Creating journal inode: "
4215 msgstr ""
4216
4217 #: misc/tune2fs.c:519
4218 msgid ""
4219 "\n"
4220 "\twhile trying to create journal file"
4221 msgstr ""
4222
4223 #: misc/tune2fs.c:585
4224 #, c-format
4225 msgid "Couldn't parse date/time specifier: %s"
4226 msgstr ""
4227
4228 #: misc/tune2fs.c:609 misc/tune2fs.c:622
4229 #, c-format
4230 msgid "bad mounts count - %s"
4231 msgstr ""
4232
4233 #: misc/tune2fs.c:638
4234 #, c-format
4235 msgid "bad error behavior - %s"
4236 msgstr ""
4237
4238 #: misc/tune2fs.c:665
4239 #, c-format
4240 msgid "bad gid/group name - %s"
4241 msgstr ""
4242
4243 #: misc/tune2fs.c:698
4244 #, c-format
4245 msgid "bad interval - %s"
4246 msgstr ""
4247
4248 #: misc/tune2fs.c:727
4249 #, c-format
4250 msgid "bad reserved block ratio - %s"
4251 msgstr ""
4252
4253 #: misc/tune2fs.c:742
4254 msgid "-o may only be specified once"
4255 msgstr ""
4256
4257 #: misc/tune2fs.c:752
4258 msgid "-O may only be specified once"
4259 msgstr ""
4260
4261 #: misc/tune2fs.c:762
4262 #, c-format
4263 msgid "bad reserved blocks count - %s"
4264 msgstr ""
4265
4266 #: misc/tune2fs.c:791
4267 #, c-format
4268 msgid "bad uid/user name - %s"
4269 msgstr ""
4270
4271 #: misc/tune2fs.c:808
4272 #, c-format
4273 msgid "bad inode size - %s"
4274 msgstr ""
4275
4276 #: misc/tune2fs.c:815
4277 #, c-format
4278 msgid "Inode size must be a power of two- %s"
4279 msgstr ""
4280
4281 #: misc/tune2fs.c:904
4282 #, c-format
4283 msgid "Invalid RAID stride: %s\n"
4284 msgstr ""
4285
4286 #: misc/tune2fs.c:919
4287 #, c-format
4288 msgid "Invalid RAID stripe-width: %s\n"
4289 msgstr ""
4290
4291 #: misc/tune2fs.c:934
4292 #, c-format
4293 msgid "Invalid hash algorithm: %s\n"
4294 msgstr ""
4295
4296 #: misc/tune2fs.c:940
4297 #, c-format
4298 msgid "Setting default hash algorithm to %s (%d)\n"
4299 msgstr ""
4300
4301 #: misc/tune2fs.c:948
4302 #, c-format
4303 msgid ""
4304 "\n"
4305 "Bad options specified.\n"
4306 "\n"
4307 "Extended options are separated by commas, and may take an argument which\n"
4308 "\tis set off by an equals ('=') sign.\n"
4309 "\n"
4310 "Valid extended options are:\n"
4311 "\tstride=<RAID per-disk chunk size in blocks>\n"
4312 "\tstripe_width=<RAID stride*data disks in blocks>\n"
4313 "\thash_alg=<hash algorithm>\n"
4314 "\ttest_fs\n"
4315 "\t^test_fs\n"
4316 msgstr ""
4317
4318 #: misc/tune2fs.c:1388 misc/tune2fs.c:1393 resize/resize2fs.c:776
4319 msgid "blocks to be moved"
4320 msgstr ""
4321
4322 #: misc/tune2fs.c:1485
4323 #, c-format
4324 msgid ""
4325 "To undo the tune2fs operation please run the command\n"
4326 "    e2undo %s %s\n"
4327 "\n"
4328 msgstr ""
4329
4330 #: misc/tune2fs.c:1546
4331 #, c-format
4332 msgid "The inode size is already %lu\n"
4333 msgstr ""
4334
4335 #: misc/tune2fs.c:1551
4336 #, c-format
4337 msgid "Shrinking the inode size is not supported\n"
4338 msgstr ""
4339
4340 #: misc/tune2fs.c:1594
4341 #, c-format
4342 msgid "Setting maximal mount count to %d\n"
4343 msgstr ""
4344
4345 #: misc/tune2fs.c:1600
4346 #, c-format
4347 msgid "Setting current mount count to %d\n"
4348 msgstr ""
4349
4350 #: misc/tune2fs.c:1605
4351 #, c-format
4352 msgid "Setting error behavior to %d\n"
4353 msgstr ""
4354
4355 #: misc/tune2fs.c:1610
4356 #, c-format
4357 msgid "Setting reserved blocks gid to %lu\n"
4358 msgstr ""
4359
4360 #: misc/tune2fs.c:1615
4361 #, c-format
4362 msgid "Setting interval between checks to %lu seconds\n"
4363 msgstr ""
4364
4365 #: misc/tune2fs.c:1622
4366 #, c-format
4367 msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n"
4368 msgstr ""
4369
4370 #: misc/tune2fs.c:1629
4371 #, c-format
4372 msgid "reserved blocks count is too big (%lu)"
4373 msgstr ""
4374
4375 #: misc/tune2fs.c:1635
4376 #, c-format
4377 msgid "Setting reserved blocks count to %lu\n"
4378 msgstr ""
4379
4380 #: misc/tune2fs.c:1641
4381 msgid ""
4382 "\n"
4383 "The filesystem already has sparse superblocks.\n"
4384 msgstr ""
4385
4386 #: misc/tune2fs.c:1648
4387 #, c-format
4388 msgid ""
4389 "\n"
4390 "Sparse superblock flag set.  %s"
4391 msgstr ""
4392
4393 #: misc/tune2fs.c:1653
4394 msgid ""
4395 "\n"
4396 "Clearing the sparse superflag not supported.\n"
4397 msgstr ""
4398
4399 #: misc/tune2fs.c:1660
4400 #, c-format
4401 msgid "Setting time filesystem last checked to %s\n"
4402 msgstr ""
4403
4404 #: misc/tune2fs.c:1666
4405 #, c-format
4406 msgid "Setting reserved blocks uid to %lu\n"
4407 msgstr ""
4408
4409 #: misc/tune2fs.c:1717
4410 msgid "Invalid UUID format\n"
4411 msgstr ""
4412
4413 #: misc/tune2fs.c:1729
4414 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4415 msgstr ""
4416
4417 #: misc/tune2fs.c:1736
4418 msgid ""
4419 "Changing the inode size not supported for filesystems with the flex_bg\n"
4420 "feature enabled.\n"
4421 msgstr ""
4422
4423 #: misc/tune2fs.c:1748
4424 msgid ""
4425 "Error in resizing the inode size.\n"
4426 "Run e2undo to undo the file system changes. \n"
4427 msgstr ""
4428
4429 #: misc/tune2fs.c:1752
4430 #, c-format
4431 msgid "Setting inode size %lu\n"
4432 msgstr ""
4433
4434 #: misc/tune2fs.c:1762
4435 #, c-format
4436 msgid "Setting stride size to %d\n"
4437 msgstr ""
4438
4439 #: misc/tune2fs.c:1767
4440 #, c-format
4441 msgid "Setting stripe width to %d\n"
4442 msgstr ""
4443
4444 #: misc/util.c:72
4445 msgid "Proceed anyway? (y,n) "
4446 msgstr ""
4447
4448 #: misc/util.c:93
4449 #, c-format
4450 msgid "Could not stat %s --- %s\n"
4451 msgstr ""
4452
4453 #: misc/util.c:96
4454 msgid ""
4455 "\n"
4456 "The device apparently does not exist; did you specify it correctly?\n"
4457 msgstr ""
4458
4459 #: misc/util.c:107
4460 #, c-format
4461 msgid "%s is not a block special device.\n"
4462 msgstr ""
4463
4464 #: misc/util.c:136
4465 #, c-format
4466 msgid "%s is entire device, not just one partition!\n"
4467 msgstr ""
4468
4469 #: misc/util.c:158
4470 msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
4471 msgstr ""
4472
4473 #: misc/util.c:163
4474 #, c-format
4475 msgid "will not make a %s here!\n"
4476 msgstr ""
4477
4478 #: misc/util.c:170
4479 msgid "mke2fs forced anyway.\n"
4480 msgstr ""
4481
4482 #: misc/util.c:186
4483 msgid "Couldn't allocate memory to parse journal options!\n"
4484 msgstr ""
4485
4486 #: misc/util.c:228
4487 msgid ""
4488 "\n"
4489 "Bad journal options specified.\n"
4490 "\n"
4491 "Journal options are separated by commas, and may take an argument which\n"
4492 "\tis set off by an equals ('=') sign.\n"
4493 "\n"
4494 "Valid journal options are:\n"
4495 "\tsize=<journal size in megabytes>\n"
4496 "\tdevice=<journal device>\n"
4497 "\n"
4498 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
4499 "\n"
4500 msgstr ""
4501
4502 #: misc/util.c:258
4503 msgid ""
4504 "\n"
4505 "Filesystem too small for a journal\n"
4506 msgstr ""
4507
4508 #: misc/util.c:265
4509 #, c-format
4510 msgid ""
4511 "\n"
4512 "The requested journal size is %d blocks; it must be\n"
4513 "between 1024 and 10240000 blocks.  Aborting.\n"
4514 msgstr ""
4515
4516 #: misc/util.c:273
4517 msgid ""
4518 "\n"
4519 "Journal size too big for filesystem.\n"
4520 msgstr ""
4521
4522 #: misc/util.c:283
4523 #, c-format
4524 msgid ""
4525 "This filesystem will be automatically checked every %d mounts or\n"
4526 "%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
4527 msgstr ""
4528
4529 #: misc/uuidgen.c:31
4530 #, c-format
4531 msgid "Usage: %s [-r] [-t]\n"
4532 msgstr ""
4533
4534 #: resize/extent.c:196
4535 msgid "# Extent dump:\n"
4536 msgstr ""
4537
4538 #: resize/extent.c:197
4539 #, c-format
4540 msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n"
4541 msgstr ""
4542
4543 #: resize/extent.c:200
4544 #, c-format
4545 msgid "#\t\t %u -> %u (%d)\n"
4546 msgstr ""
4547
4548 #: resize/main.c:42
4549 #, c-format
4550 msgid ""
4551 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
4552 "\n"
4553 msgstr ""
4554
4555 #: resize/main.c:64
4556 msgid "Extending the inode table"
4557 msgstr ""
4558
4559 #: resize/main.c:67
4560 msgid "Relocating blocks"
4561 msgstr ""
4562
4563 #: resize/main.c:70
4564 msgid "Scanning inode table"
4565 msgstr ""
4566
4567 #: resize/main.c:73
4568 msgid "Updating inode references"
4569 msgstr ""
4570
4571 #: resize/main.c:76
4572 msgid "Moving inode table"
4573 msgstr ""
4574
4575 #: resize/main.c:79
4576 msgid "Unknown pass?!?"
4577 msgstr ""
4578
4579 #: resize/main.c:82
4580 #, c-format
4581 msgid "Begin pass %d (max = %lu)\n"
4582 msgstr ""
4583
4584 #: resize/main.c:265
4585 #, c-format
4586 msgid "while opening %s"
4587 msgstr ""
4588
4589 #: resize/main.c:277
4590 #, c-format
4591 msgid "while getting stat information for %s"
4592 msgstr ""
4593
4594 #: resize/main.c:338
4595 #, c-format
4596 msgid ""
4597 "%s: The combination of flex_bg and\n"
4598 "\t!resize_inode features is not supported by resize2fs.\n"
4599 msgstr ""
4600
4601 #: resize/main.c:348
4602 #, c-format
4603 msgid "Estimated minimum size of the filesystem: %u\n"
4604 msgstr ""
4605
4606 #: resize/main.c:384
4607 #, c-format
4608 msgid "Invalid new size: %s\n"
4609 msgstr ""
4610
4611 #: resize/main.c:396
4612 #, c-format
4613 msgid "New size smaller than minimum (%u)\n"
4614 msgstr ""
4615
4616 #: resize/main.c:402
4617 msgid "Invalid stride length"
4618 msgstr ""
4619
4620 #: resize/main.c:426
4621 #, c-format
4622 msgid ""
4623 "The containing partition (or device) is only %u (%dk) blocks.\n"
4624 "You requested a new size of %u blocks.\n"
4625 "\n"
4626 msgstr ""
4627
4628 #: resize/main.c:433
4629 #, c-format
4630 msgid ""
4631 "The filesystem is already %u blocks long.  Nothing to do!\n"
4632 "\n"
4633 msgstr ""
4634
4635 #: resize/main.c:444
4636 #, c-format
4637 msgid ""
4638 "Please run 'e2fsck -f %s' first.\n"
4639 "\n"
4640 msgstr ""
4641
4642 #: resize/main.c:455
4643 #, c-format
4644 msgid "while trying to resize %s"
4645 msgstr ""
4646
4647 #: resize/main.c:460
4648 #, c-format
4649 msgid ""
4650 "The filesystem on %s is now %u blocks long.\n"
4651 "\n"
4652 msgstr ""
4653
4654 #: resize/main.c:475
4655 #, c-format
4656 msgid "while trying to truncate %s"
4657 msgstr ""
4658
4659 #: resize/online.c:37
4660 #, c-format
4661 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
4662 msgstr ""
4663
4664 #: resize/online.c:41
4665 #, c-format
4666 msgid "On-line shrinking from %u to %u not supported.\n"
4667 msgstr ""
4668
4669 #: resize/online.c:61
4670 msgid "Filesystem does not support online resizing"
4671 msgstr ""
4672
4673 #: resize/online.c:68
4674 #, c-format
4675 msgid "while trying to open mountpoint %s"
4676 msgstr ""
4677
4678 #: resize/online.c:76
4679 msgid "Permission denied to resize filesystem"
4680 msgstr ""
4681
4682 #: resize/online.c:79
4683 msgid "Kernel does not support online resizing"
4684 msgstr ""
4685
4686 #: resize/online.c:82
4687 msgid "While checking for on-line resizing support"
4688 msgstr ""
4689
4690 #: resize/online.c:111
4691 #, c-format
4692 msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n"
4693 msgstr ""
4694
4695 #: resize/online.c:121
4696 msgid "While trying to extend the last group"
4697 msgstr ""
4698
4699 #: resize/online.c:180
4700 #, c-format
4701 msgid "While trying to add group #%d"
4702 msgstr ""
4703
4704 #: resize/online.c:191
4705 #, c-format
4706 msgid ""
4707 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
4708 "this system.\n"
4709 msgstr ""
4710
4711 #: resize/resize2fs.c:336
4712 #, c-format
4713 msgid "inodes (%llu) must be less than %u"
4714 msgstr ""
4715
4716 #: resize/resize2fs.c:568
4717 msgid "reserved blocks"
4718 msgstr ""
4719
4720 #: resize/resize2fs.c:781
4721 msgid "meta-data blocks"
4722 msgstr ""
4723
4724 #: resize/resize2fs.c:1738
4725 #, c-format
4726 msgid "Should never happen: resize inode corrupt!\n"
4727 msgstr ""