Whamcloud - gitweb
Fix more spelling errors found by translators and add pluralization
[tools/e2fsprogs.git] / po / e2fsprogs.pot
1 # SOME DESCRIPTIVE TITLE.
2 # Copyright (C) YEAR Theodore Tso
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #. The strings in e2fsck's problem.c can be very hard to translate,
7 #. since the strings are expanded in two different ways.  First of all,
8 #. there is an @-expansion, where strings like "@i" are expanded to
9 #. "inode", and so on.  In order to make it easier for translators, the
10 #. e2fsprogs po template file has been enhanced with comments that show
11 #. the @-expansion, for the strings in the problem.c file.
12 #.
13 #. Translators are free to use the @-expansion facility if they so
14 #. choose, by providing translations for strings in e2fsck/message.c.
15 #. These translation can completely replace an expansion; for example,
16 #. if "bblock" (which indicated that "@b" would be expanded to "block")
17 #. is translated as "ddatenverlust", then "@d" will be expanded to
18 #. "datenverlust".  Alternatively, translators can simply not use the
19 #. @-expansion facility at all.
20 #.
21 #. The second expansion which is done for e2fsck's problem.c messages is
22 #. a dynamic %-expansion, which expands %i as an inode number, and so
23 #. on.  A table of these expansions can be found below.  Note that
24 #. %-expressions that begin with "%D" and "%I" are two-character
25 #. expansions; so for example, "%Iu" expands to the inode's user id
26 #. ownership field (inode->i_uid).
27 #.  
28 #.      %b      <blk>                   block number
29 #.      %B      <blkcount>              integer
30 #.      %c      <blk2>                  block number
31 #.      %Di     <dirent> -> ino         inode number
32 #.      %Dn     <dirent> -> name        string
33 #.      %Dr     <dirent> -> rec_len
34 #.      %Dl     <dirent> -> name_len
35 #.      %Dt     <dirent> -> filetype
36 #.      %d      <dir>                   inode number
37 #.      %g      <group>                 integer
38 #.      %i      <ino>                   inode number
39 #.      %Is     <inode> -> i_size
40 #.      %IS     <inode> -> i_extra_isize
41 #.      %Ib     <inode> -> i_blocks
42 #.      %Il     <inode> -> i_links_count
43 #.      %Im     <inode> -> i_mode
44 #.      %IM     <inode> -> i_mtime
45 #.      %IF     <inode> -> i_faddr
46 #.      %If     <inode> -> i_file_acl
47 #.      %Id     <inode> -> i_dir_acl
48 #.      %Iu     <inode> -> i_uid
49 #.      %Ig     <inode> -> i_gid
50 #.      %j      <ino2>                  inode number
51 #.      %m      <com_err error message>
52 #.      %N      <num>
53 #.      %p              ext2fs_get_pathname of directory <ino>
54 #.      %P              ext2fs_get_pathname of <dirent>->ino with <ino2> as
55 #.                              the containing directory.  (If dirent is NULL
56 #.                              then return the pathname of directory <ino2>)
57 #.      %q              ext2fs_get_pathname of directory <dir>
58 #.      %Q              ext2fs_get_pathname of directory <ino> with <dir> as
59 #.                              the containing directory.
60 #.      %s      <str>                   miscellaneous string
61 #.      %S              backup superblock
62 #.      %X      <num>   hexadecimal format
63 #.
64 #, fuzzy
65 msgid ""
66 msgstr ""
67 "Project-Id-Version: PACKAGE VERSION\n"
68 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
69 "POT-Creation-Date: 2011-10-09 17:54-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 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
77
78 #: e2fsck/badblocks.c:23 misc/mke2fs.c:176
79 #, c-format
80 msgid "Bad block %u out of range; ignored.\n"
81 msgstr ""
82
83 #: e2fsck/badblocks.c:46
84 msgid "while sanity checking the bad blocks inode"
85 msgstr ""
86
87 #: e2fsck/badblocks.c:58
88 msgid "while reading the bad blocks inode"
89 msgstr ""
90
91 #: e2fsck/badblocks.c:72 e2fsck/iscan.c:113 e2fsck/scantest.c:110
92 #: e2fsck/unix.c:1239 e2fsck/unix.c:1324 misc/badblocks.c:1215
93 #: misc/badblocks.c:1223 misc/badblocks.c:1237 misc/badblocks.c:1249
94 #: misc/dumpe2fs.c:572 misc/e2image.c:1170 misc/e2image.c:1288
95 #: misc/e2image.c:1301 misc/mke2fs.c:192 misc/tune2fs.c:1894 resize/main.c:308
96 #, c-format
97 msgid "while trying to open %s"
98 msgstr ""
99
100 #: e2fsck/badblocks.c:83
101 #, c-format
102 msgid "while trying popen '%s'"
103 msgstr ""
104
105 #: e2fsck/badblocks.c:94 misc/mke2fs.c:199
106 msgid "while reading in list of bad blocks from file"
107 msgstr ""
108
109 #: e2fsck/badblocks.c:105
110 msgid "while updating bad block inode"
111 msgstr ""
112
113 #: e2fsck/badblocks.c:131
114 #, c-format
115 msgid "Warning: illegal block %u found in bad block inode.  Cleared.\n"
116 msgstr ""
117
118 #: e2fsck/ehandler.c:55
119 #, c-format
120 msgid "Error reading block %lu (%s) while %s.  "
121 msgstr ""
122
123 #: e2fsck/ehandler.c:58
124 #, c-format
125 msgid "Error reading block %lu (%s).  "
126 msgstr ""
127
128 #: e2fsck/ehandler.c:61 e2fsck/ehandler.c:110
129 msgid "Ignore error"
130 msgstr ""
131
132 #: e2fsck/ehandler.c:62
133 msgid "Force rewrite"
134 msgstr ""
135
136 #: e2fsck/ehandler.c:104
137 #, c-format
138 msgid "Error writing block %lu (%s) while %s.  "
139 msgstr ""
140
141 #: e2fsck/ehandler.c:107
142 #, c-format
143 msgid "Error writing block %lu (%s).  "
144 msgstr ""
145
146 #: e2fsck/emptydir.c:57
147 msgid "empty dirblocks"
148 msgstr ""
149
150 #: e2fsck/emptydir.c:62
151 msgid "empty dir map"
152 msgstr ""
153
154 #: e2fsck/emptydir.c:98
155 #, c-format
156 msgid "Empty directory block %u (#%d) in inode %u\n"
157 msgstr ""
158
159 #: e2fsck/extend.c:22
160 #, c-format
161 msgid "%s: %s filename nblocks blocksize\n"
162 msgstr ""
163
164 #: e2fsck/extend.c:44
165 #, c-format
166 msgid "Illegal number of blocks!\n"
167 msgstr ""
168
169 #: e2fsck/extend.c:50
170 #, c-format
171 msgid "Couldn't allocate block buffer (size=%d)\n"
172 msgstr ""
173
174 #: e2fsck/flushb.c:35
175 #, c-format
176 msgid "Usage: %s disk\n"
177 msgstr ""
178
179 #: e2fsck/flushb.c:64
180 #, c-format
181 msgid "BLKFLSBUF ioctl not supported!  Can't flush buffers.\n"
182 msgstr ""
183
184 #: e2fsck/iscan.c:47
185 #, c-format
186 msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n"
187 msgstr ""
188
189 #: e2fsck/iscan.c:84 e2fsck/unix.c:902
190 #, c-format
191 msgid "while opening %s for flushing"
192 msgstr ""
193
194 #: e2fsck/iscan.c:89 e2fsck/unix.c:908 resize/main.c:284
195 #, c-format
196 msgid "while trying to flush %s"
197 msgstr ""
198
199 #: e2fsck/iscan.c:122 e2fsck/scantest.c:117 misc/e2image.c:1065
200 msgid "while opening inode scan"
201 msgstr ""
202
203 #: e2fsck/iscan.c:130 misc/e2image.c:1083
204 msgid "while getting next inode"
205 msgstr ""
206
207 #: e2fsck/iscan.c:139
208 #, c-format
209 msgid "%u inodes scanned.\n"
210 msgstr ""
211
212 #: e2fsck/journal.c:511
213 msgid "reading journal superblock\n"
214 msgstr ""
215
216 #: e2fsck/journal.c:568
217 #, c-format
218 msgid "%s: no valid journal superblock found\n"
219 msgstr ""
220
221 #: e2fsck/journal.c:577
222 #, c-format
223 msgid "%s: journal too short\n"
224 msgstr ""
225
226 #: e2fsck/journal.c:864
227 #, c-format
228 msgid "%s: recovering journal\n"
229 msgstr ""
230
231 #: e2fsck/journal.c:866
232 #, c-format
233 msgid "%s: won't do journal recovery while read-only\n"
234 msgstr ""
235
236 #: e2fsck/journal.c:893
237 #, c-format
238 msgid "while trying to re-open %s"
239 msgstr ""
240
241 #: e2fsck/message.c:113
242 msgid "aextended attribute"
243 msgstr ""
244
245 #: e2fsck/message.c:114
246 msgid "Aerror allocating"
247 msgstr ""
248
249 #: e2fsck/message.c:115
250 msgid "bblock"
251 msgstr ""
252
253 #: e2fsck/message.c:116
254 msgid "Bbitmap"
255 msgstr ""
256
257 #: e2fsck/message.c:117
258 msgid "ccompress"
259 msgstr ""
260
261 #: e2fsck/message.c:118
262 msgid "Cconflicts with some other fs @b"
263 msgstr ""
264
265 #: e2fsck/message.c:119
266 msgid "iinode"
267 msgstr ""
268
269 #: e2fsck/message.c:120
270 msgid "Iillegal"
271 msgstr ""
272
273 #: e2fsck/message.c:121
274 msgid "jjournal"
275 msgstr ""
276
277 #: e2fsck/message.c:122
278 msgid "Ddeleted"
279 msgstr ""
280
281 #: e2fsck/message.c:123
282 msgid "ddirectory"
283 msgstr ""
284
285 #: e2fsck/message.c:124
286 msgid "eentry"
287 msgstr ""
288
289 #: e2fsck/message.c:125
290 msgid "E@e '%Dn' in %p (%i)"
291 msgstr ""
292
293 #: e2fsck/message.c:126
294 msgid "ffilesystem"
295 msgstr ""
296
297 #: e2fsck/message.c:127
298 msgid "Ffor @i %i (%Q) is"
299 msgstr ""
300
301 #: e2fsck/message.c:128
302 msgid "ggroup"
303 msgstr ""
304
305 #: e2fsck/message.c:129
306 msgid "hHTREE @d @i"
307 msgstr ""
308
309 #: e2fsck/message.c:130
310 msgid "llost+found"
311 msgstr ""
312
313 #: e2fsck/message.c:131
314 msgid "Lis a link"
315 msgstr ""
316
317 #: e2fsck/message.c:132
318 msgid "mmultiply-claimed"
319 msgstr ""
320
321 #: e2fsck/message.c:133
322 msgid "ninvalid"
323 msgstr ""
324
325 #: e2fsck/message.c:134
326 msgid "oorphaned"
327 msgstr ""
328
329 #: e2fsck/message.c:135
330 msgid "pproblem in"
331 msgstr ""
332
333 #: e2fsck/message.c:136
334 msgid "qquota"
335 msgstr ""
336
337 #: e2fsck/message.c:137
338 msgid "rroot @i"
339 msgstr ""
340
341 #: e2fsck/message.c:138
342 msgid "sshould be"
343 msgstr ""
344
345 #: e2fsck/message.c:139
346 msgid "Ssuper@b"
347 msgstr ""
348
349 #: e2fsck/message.c:140
350 msgid "uunattached"
351 msgstr ""
352
353 #: e2fsck/message.c:141
354 msgid "vdevice"
355 msgstr ""
356
357 #: e2fsck/message.c:142
358 msgid "xextent"
359 msgstr ""
360
361 #: e2fsck/message.c:143
362 msgid "zzero-length"
363 msgstr ""
364
365 #: e2fsck/message.c:154
366 msgid "<The NULL inode>"
367 msgstr ""
368
369 #: e2fsck/message.c:155
370 msgid "<The bad blocks inode>"
371 msgstr ""
372
373 #: e2fsck/message.c:157
374 msgid "<The user quota inode>"
375 msgstr ""
376
377 #: e2fsck/message.c:158
378 msgid "<The group quota inode>"
379 msgstr ""
380
381 #: e2fsck/message.c:159
382 msgid "<The boot loader inode>"
383 msgstr ""
384
385 #: e2fsck/message.c:160
386 msgid "<The undelete directory inode>"
387 msgstr ""
388
389 #: e2fsck/message.c:161
390 msgid "<The group descriptor inode>"
391 msgstr ""
392
393 #: e2fsck/message.c:162
394 msgid "<The journal inode>"
395 msgstr ""
396
397 #: e2fsck/message.c:163
398 msgid "<Reserved inode 9>"
399 msgstr ""
400
401 #: e2fsck/message.c:164
402 msgid "<Reserved inode 10>"
403 msgstr ""
404
405 #: e2fsck/message.c:332
406 #, c-format
407 msgid "regular file"
408 msgstr ""
409
410 #: e2fsck/message.c:334
411 #, c-format
412 msgid "directory"
413 msgstr ""
414
415 #: e2fsck/message.c:336
416 #, c-format
417 msgid "character device"
418 msgstr ""
419
420 #: e2fsck/message.c:338
421 #, c-format
422 msgid "block device"
423 msgstr ""
424
425 #: e2fsck/message.c:340
426 #, c-format
427 msgid "named pipe"
428 msgstr ""
429
430 #: e2fsck/message.c:342
431 #, c-format
432 msgid "symbolic link"
433 msgstr ""
434
435 #: e2fsck/message.c:344 misc/uuidd.c:161
436 #, c-format
437 msgid "socket"
438 msgstr ""
439
440 #: e2fsck/message.c:346
441 #, c-format
442 msgid "unknown file type with mode 0%o"
443 msgstr ""
444
445 #: e2fsck/message.c:422
446 msgid "indirect block"
447 msgstr ""
448
449 #: e2fsck/message.c:424
450 msgid "double indirect block"
451 msgstr ""
452
453 #: e2fsck/message.c:426
454 msgid "triple indirect block"
455 msgstr ""
456
457 #: e2fsck/message.c:428
458 msgid "translator block"
459 msgstr ""
460
461 #: e2fsck/message.c:430
462 msgid "block #"
463 msgstr ""
464
465 #: e2fsck/pass1b.c:222
466 msgid "multiply claimed inode map"
467 msgstr ""
468
469 #: e2fsck/pass1b.c:599 e2fsck/pass1b.c:712
470 #, c-format
471 msgid "internal error: can't find dup_blk for %llu\n"
472 msgstr ""
473
474 #: e2fsck/pass1b.c:825
475 msgid "returned from clone_file_block"
476 msgstr ""
477
478 #: e2fsck/pass1b.c:847
479 #, c-format
480 msgid "internal error: couldn't lookup EA block record for %llu"
481 msgstr ""
482
483 #: e2fsck/pass1b.c:859
484 #, c-format
485 msgid "internal error: couldn't lookup EA inode record for %u"
486 msgstr ""
487
488 #: e2fsck/pass1.c:475 e2fsck/pass2.c:777
489 msgid "reading directory block"
490 msgstr ""
491
492 #: e2fsck/pass1.c:597
493 msgid "in-use inode map"
494 msgstr ""
495
496 #: e2fsck/pass1.c:606
497 msgid "directory inode map"
498 msgstr ""
499
500 #: e2fsck/pass1.c:614
501 msgid "regular file inode map"
502 msgstr ""
503
504 #: e2fsck/pass1.c:622
505 msgid "in-use block map"
506 msgstr ""
507
508 #: e2fsck/pass1.c:684
509 msgid "opening inode scan"
510 msgstr ""
511
512 #: e2fsck/pass1.c:718
513 msgid "getting next inode from scan"
514 msgstr ""
515
516 #: e2fsck/pass1.c:1228
517 msgid "Pass 1"
518 msgstr ""
519
520 #: e2fsck/pass1.c:1285
521 #, c-format
522 msgid "reading indirect blocks of inode %u"
523 msgstr ""
524
525 #: e2fsck/pass1.c:1330
526 msgid "bad inode map"
527 msgstr ""
528
529 #: e2fsck/pass1.c:1352
530 msgid "inode in bad block map"
531 msgstr ""
532
533 #: e2fsck/pass1.c:1372
534 msgid "imagic inode map"
535 msgstr ""
536
537 #: e2fsck/pass1.c:1399
538 msgid "multiply claimed block map"
539 msgstr ""
540
541 #: e2fsck/pass1.c:1499
542 msgid "ext attr block map"
543 msgstr ""
544
545 #: e2fsck/pass1.c:2247
546 #, c-format
547 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
548 msgstr ""
549
550 #: e2fsck/pass1.c:2608
551 msgid "block bitmap"
552 msgstr ""
553
554 #: e2fsck/pass1.c:2614
555 msgid "inode bitmap"
556 msgstr ""
557
558 #: e2fsck/pass1.c:2620
559 msgid "inode table"
560 msgstr ""
561
562 #: e2fsck/pass2.c:278
563 msgid "Pass 2"
564 msgstr ""
565
566 #: e2fsck/pass2.c:800
567 msgid "Can not continue."
568 msgstr ""
569
570 #: e2fsck/pass3.c:77
571 msgid "inode done bitmap"
572 msgstr ""
573
574 #: e2fsck/pass3.c:85
575 msgid "Peak memory"
576 msgstr ""
577
578 #: e2fsck/pass3.c:135
579 msgid "Pass 3"
580 msgstr ""
581
582 #: e2fsck/pass3.c:321
583 msgid "inode loop detection bitmap"
584 msgstr ""
585
586 #: e2fsck/pass4.c:195
587 msgid "Pass 4"
588 msgstr ""
589
590 #: e2fsck/pass5.c:74
591 msgid "Pass 5"
592 msgstr ""
593
594 #: e2fsck/problem.c:51
595 msgid "(no prompt)"
596 msgstr ""
597
598 #: e2fsck/problem.c:52
599 msgid "Fix"
600 msgstr ""
601
602 #: e2fsck/problem.c:53
603 msgid "Clear"
604 msgstr ""
605
606 #: e2fsck/problem.c:54
607 msgid "Relocate"
608 msgstr ""
609
610 #: e2fsck/problem.c:55
611 msgid "Allocate"
612 msgstr ""
613
614 #: e2fsck/problem.c:56
615 msgid "Expand"
616 msgstr ""
617
618 #: e2fsck/problem.c:57
619 msgid "Connect to /lost+found"
620 msgstr ""
621
622 #: e2fsck/problem.c:58
623 msgid "Create"
624 msgstr ""
625
626 #: e2fsck/problem.c:59
627 msgid "Salvage"
628 msgstr ""
629
630 #: e2fsck/problem.c:60
631 msgid "Truncate"
632 msgstr ""
633
634 #: e2fsck/problem.c:61
635 msgid "Clear inode"
636 msgstr ""
637
638 #: e2fsck/problem.c:62
639 msgid "Abort"
640 msgstr ""
641
642 #: e2fsck/problem.c:63
643 msgid "Split"
644 msgstr ""
645
646 #: e2fsck/problem.c:64
647 msgid "Continue"
648 msgstr ""
649
650 #: e2fsck/problem.c:65
651 msgid "Clone multiply-claimed blocks"
652 msgstr ""
653
654 #: e2fsck/problem.c:66
655 msgid "Delete file"
656 msgstr ""
657
658 #: e2fsck/problem.c:67
659 msgid "Suppress messages"
660 msgstr ""
661
662 #: e2fsck/problem.c:68
663 msgid "Unlink"
664 msgstr ""
665
666 #: e2fsck/problem.c:69
667 msgid "Clear HTree index"
668 msgstr ""
669
670 #: e2fsck/problem.c:70
671 msgid "Recreate"
672 msgstr ""
673
674 #: e2fsck/problem.c:79
675 msgid "(NONE)"
676 msgstr ""
677
678 #: e2fsck/problem.c:80
679 msgid "FIXED"
680 msgstr ""
681
682 #: e2fsck/problem.c:81
683 msgid "CLEARED"
684 msgstr ""
685
686 #: e2fsck/problem.c:82
687 msgid "RELOCATED"
688 msgstr ""
689
690 #: e2fsck/problem.c:83
691 msgid "ALLOCATED"
692 msgstr ""
693
694 #: e2fsck/problem.c:84
695 msgid "EXPANDED"
696 msgstr ""
697
698 #: e2fsck/problem.c:85
699 msgid "RECONNECTED"
700 msgstr ""
701
702 #: e2fsck/problem.c:86
703 msgid "CREATED"
704 msgstr ""
705
706 #: e2fsck/problem.c:87
707 msgid "SALVAGED"
708 msgstr ""
709
710 #: e2fsck/problem.c:88
711 msgid "TRUNCATED"
712 msgstr ""
713
714 #: e2fsck/problem.c:89
715 msgid "INODE CLEARED"
716 msgstr ""
717
718 #: e2fsck/problem.c:90
719 msgid "ABORTED"
720 msgstr ""
721
722 #: e2fsck/problem.c:91
723 msgid "SPLIT"
724 msgstr ""
725
726 #: e2fsck/problem.c:92
727 msgid "CONTINUING"
728 msgstr ""
729
730 #: e2fsck/problem.c:93
731 msgid "MULTIPLY-CLAIMED BLOCKS CLONED"
732 msgstr ""
733
734 #: e2fsck/problem.c:94
735 msgid "FILE DELETED"
736 msgstr ""
737
738 #: e2fsck/problem.c:95
739 msgid "SUPPRESSED"
740 msgstr ""
741
742 #: e2fsck/problem.c:96
743 msgid "UNLINKED"
744 msgstr ""
745
746 #: e2fsck/problem.c:97
747 msgid "HTREE INDEX CLEARED"
748 msgstr ""
749
750 #: e2fsck/problem.c:98
751 msgid "WILL RECREATE"
752 msgstr ""
753
754 #: e2fsck/problem.c:107
755 #. @-expanded: block bitmap for group %g is not in group.  (block %b)\n
756 msgid "@b @B for @g %g is not in @g.  (@b %b)\n"
757 msgstr ""
758
759 #: e2fsck/problem.c:111
760 #. @-expanded: inode bitmap for group %g is not in group.  (block %b)\n
761 msgid "@i @B for @g %g is not in @g.  (@b %b)\n"
762 msgstr ""
763
764 #: e2fsck/problem.c:116
765 #. @-expanded: inode table for group %g is not in group.  (block %b)\n
766 #. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n
767 msgid ""
768 "@i table for @g %g is not in @g.  (@b %b)\n"
769 "WARNING: SEVERE DATA LOSS POSSIBLE.\n"
770 msgstr ""
771
772 #: e2fsck/problem.c:122
773 #, c-format
774 #. @-expanded: \n
775 #. @-expanded: The superblock could not be read or does not describe a correct ext2\n
776 #. @-expanded: filesystem.  If the device is valid and it really contains an ext2\n
777 #. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n
778 #. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n
779 #. @-expanded:     e2fsck -b %S <device>\n
780 #. @-expanded: \n
781 msgid ""
782 "\n"
783 "The @S could not be read or does not describe a correct ext2\n"
784 "@f.  If the @v is valid and it really contains an ext2\n"
785 "@f (and not swap or ufs or something else), then the @S\n"
786 "is corrupt, and you might try running e2fsck with an alternate @S:\n"
787 "    e2fsck -b %S <@v>\n"
788 "\n"
789 msgstr ""
790
791 #: e2fsck/problem.c:131
792 #. @-expanded: The filesystem size (according to the superblock) is %b blocks\n
793 #. @-expanded: The physical size of the device is %c blocks\n
794 #. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n
795 msgid ""
796 "The @f size (according to the @S) is %b @bs\n"
797 "The physical size of the @v is %c @bs\n"
798 "Either the @S or the partition table is likely to be corrupt!\n"
799 msgstr ""
800
801 #: e2fsck/problem.c:138
802 #. @-expanded: superblock block_size = %b, fragsize = %c.\n
803 #. @-expanded: This version of e2fsck does not support fragment sizes different\n
804 #. @-expanded: from the block size.\n
805 msgid ""
806 "@S @b_size = %b, fragsize = %c.\n"
807 "This version of e2fsck does not support fragment sizes different\n"
808 "from the @b size.\n"
809 msgstr ""
810
811 #: e2fsck/problem.c:145
812 #. @-expanded: superblock blocks_per_group = %b, should have been %c\n
813 msgid "@S @bs_per_group = %b, should have been %c\n"
814 msgstr ""
815
816 #: e2fsck/problem.c:150
817 #. @-expanded: superblock first_data_block = %b, should have been %c\n
818 msgid "@S first_data_@b = %b, should have been %c\n"
819 msgstr ""
820
821 #: e2fsck/problem.c:155
822 #. @-expanded: filesystem did not have a UUID; generating one.\n
823 #. @-expanded: \n
824 msgid ""
825 "@f did not have a UUID; generating one.\n"
826 "\n"
827 msgstr ""
828
829 #: e2fsck/problem.c:160
830 #, c-format
831 msgid ""
832 "Note: if several inode or block bitmap blocks or part\n"
833 "of the inode table require relocation, you may wish to try\n"
834 "running e2fsck with the '-b %S' option first.  The problem\n"
835 "may lie only with the primary block group descriptors, and\n"
836 "the backup block group descriptors may be OK.\n"
837 "\n"
838 msgstr ""
839
840 #: e2fsck/problem.c:169
841 #. @-expanded: Corruption found in superblock.  (%s = %N).\n
842 msgid "Corruption found in @S.  (%s = %N).\n"
843 msgstr ""
844
845 #: e2fsck/problem.c:174
846 #, c-format
847 #. @-expanded: Error determining size of the physical device: %m\n
848 msgid "Error determining size of the physical @v: %m\n"
849 msgstr ""
850
851 #: e2fsck/problem.c:179
852 #. @-expanded: inode count in superblock is %i, should be %j.\n
853 msgid "@i count in @S is %i, @s %j.\n"
854 msgstr ""
855
856 #: e2fsck/problem.c:183
857 msgid "The Hurd does not support the filetype feature.\n"
858 msgstr ""
859
860 #: e2fsck/problem.c:188
861 #, c-format
862 #. @-expanded: superblock has an invalid journal (inode %i).\n
863 msgid "@S has an @n @j (@i %i).\n"
864 msgstr ""
865
866 #: e2fsck/problem.c:193
867 #. @-expanded: External journal has multiple filesystem users (unsupported).\n
868 msgid "External @j has multiple @f users (unsupported).\n"
869 msgstr ""
870
871 #: e2fsck/problem.c:198
872 #. @-expanded: Can't find external journal\n
873 msgid "Can't find external @j\n"
874 msgstr ""
875
876 #: e2fsck/problem.c:203
877 #. @-expanded: External journal has bad superblock\n
878 msgid "External @j has bad @S\n"
879 msgstr ""
880
881 #: e2fsck/problem.c:208
882 #. @-expanded: External journal does not support this filesystem\n
883 msgid "External @j does not support this @f\n"
884 msgstr ""
885
886 #: e2fsck/problem.c:213
887 #. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n
888 #. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal 
889 #. @-expanded: format.\n
890 #. @-expanded: It is also possible the journal superblock is corrupt.\n
891 msgid ""
892 "@f @j @S is unknown type %N (unsupported).\n"
893 "It is likely that your copy of e2fsck is old and/or doesn't support this @j "
894 "format.\n"
895 "It is also possible the @j @S is corrupt.\n"
896 msgstr ""
897
898 #: e2fsck/problem.c:221
899 #. @-expanded: journal superblock is corrupt.\n
900 msgid "@j @S is corrupt.\n"
901 msgstr ""
902
903 #: e2fsck/problem.c:226
904 #, c-format
905 #. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n
906 msgid "@S has_@j flag is clear, but a @j %s is present.\n"
907 msgstr ""
908
909 #: e2fsck/problem.c:231
910 #. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n
911 msgid "@S needs_recovery flag is set, but no @j is present.\n"
912 msgstr ""
913
914 #: e2fsck/problem.c:236
915 #. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n
916 msgid "@S needs_recovery flag is clear, but @j has data.\n"
917 msgstr ""
918
919 #: e2fsck/problem.c:241
920 #. @-expanded: Clear journal
921 msgid "Clear @j"
922 msgstr ""
923
924 #: e2fsck/problem.c:246 e2fsck/problem.c:690
925 #. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem.  
926 msgid "@f has feature flag(s) set, but is a revision 0 @f.  "
927 msgstr ""
928
929 #: e2fsck/problem.c:251
930 #. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n
931 msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n"
932 msgstr ""
933
934 #: e2fsck/problem.c:256
935 #. @-expanded: illegal %B (%b) found in orphaned inode %i.\n
936 msgid "@I %B (%b) found in @o @i %i.\n"
937 msgstr ""
938
939 #: e2fsck/problem.c:261
940 #. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n
941 msgid "Already cleared %B (%b) found in @o @i %i.\n"
942 msgstr ""
943
944 #: e2fsck/problem.c:266
945 #, c-format
946 #. @-expanded: illegal orphaned inode %i in superblock.\n
947 msgid "@I @o @i %i in @S.\n"
948 msgstr ""
949
950 #: e2fsck/problem.c:271
951 #, c-format
952 #. @-expanded: illegal inode %i in orphaned inode list.\n
953 msgid "@I @i %i in @o @i list.\n"
954 msgstr ""
955
956 #: e2fsck/problem.c:276
957 #. @-expanded: journal superblock has an unknown read-only feature flag set.\n
958 msgid "@j @S has an unknown read-only feature flag set.\n"
959 msgstr ""
960
961 #: e2fsck/problem.c:281
962 #. @-expanded: journal superblock has an unknown incompatible feature flag set.\n
963 msgid "@j @S has an unknown incompatible feature flag set.\n"
964 msgstr ""
965
966 #: e2fsck/problem.c:286
967 #. @-expanded: journal version not supported by this e2fsck.\n
968 msgid "@j version not supported by this e2fsck.\n"
969 msgstr ""
970
971 #: e2fsck/problem.c:291
972 #, c-format
973 #. @-expanded: Moving journal from /%s to hidden inode.\n
974 #. @-expanded: \n
975 msgid ""
976 "Moving @j from /%s to hidden @i.\n"
977 "\n"
978 msgstr ""
979
980 #: e2fsck/problem.c:296
981 #, c-format
982 #. @-expanded: Error moving journal: %m\n
983 #. @-expanded: \n
984 msgid ""
985 "Error moving @j: %m\n"
986 "\n"
987 msgstr ""
988
989 #: e2fsck/problem.c:301
990 #. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n
991 #. @-expanded: Clearing fields beyond the V1 journal superblock...\n
992 #. @-expanded: \n
993 msgid ""
994 "Found @n V2 @j @S fields (from V1 @j).\n"
995 "Clearing fields beyond the V1 @j @S...\n"
996 "\n"
997 msgstr ""
998
999 #: e2fsck/problem.c:307
1000 #. @-expanded: Run journal anyway
1001 msgid "Run @j anyway"
1002 msgstr ""
1003
1004 #: e2fsck/problem.c:312
1005 #. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n
1006 msgid "Recovery flag not set in backup @S, so running @j anyway.\n"
1007 msgstr ""
1008
1009 #: e2fsck/problem.c:317
1010 #. @-expanded: Backing up journal inode block information.\n
1011 #. @-expanded: \n
1012 msgid ""
1013 "Backing up @j @i @b information.\n"
1014 "\n"
1015 msgstr ""
1016
1017 #: e2fsck/problem.c:322
1018 #. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n
1019 #. @-expanded: is %N; should be zero.  
1020 msgid ""
1021 "@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n"
1022 "is %N; @s zero.  "
1023 msgstr ""
1024
1025 #: e2fsck/problem.c:328
1026 #. @-expanded: Resize_inode not enabled, but the resize inode is non-zero.  
1027 msgid "Resize_@i not enabled, but the resize @i is non-zero.  "
1028 msgstr ""
1029
1030 #: e2fsck/problem.c:333
1031 #. @-expanded: Resize inode not valid.  
1032 msgid "Resize @i not valid.  "
1033 msgstr ""
1034
1035 #: e2fsck/problem.c:338
1036 #. @-expanded: superblock last mount time (%t,\n
1037 #. @-expanded: \tnow = %T) is in the future.\n
1038 msgid ""
1039 "@S last mount time (%t,\n"
1040 "\tnow = %T) is in the future.\n"
1041 msgstr ""
1042
1043 #: e2fsck/problem.c:343
1044 #. @-expanded: superblock last write time (%t,\n
1045 #. @-expanded: \tnow = %T) is in the future.\n
1046 msgid ""
1047 "@S last write time (%t,\n"
1048 "\tnow = %T) is in the future.\n"
1049 msgstr ""
1050
1051 #: e2fsck/problem.c:347
1052 #, c-format
1053 #. @-expanded: superblock hint for external superblock should be %X.  
1054 msgid "@S hint for external superblock @s %X.  "
1055 msgstr ""
1056
1057 #: e2fsck/problem.c:352
1058 #. @-expanded: Adding dirhash hint to filesystem.\n
1059 #. @-expanded: \n
1060 msgid ""
1061 "Adding dirhash hint to @f.\n"
1062 "\n"
1063 msgstr ""
1064
1065 #: e2fsck/problem.c:357
1066 #, c-format
1067 #. @-expanded: group descriptor %g checksum is invalid.  
1068 msgid "@g descriptor %g checksum is invalid.  "
1069 msgstr ""
1070
1071 #: e2fsck/problem.c:362
1072 #, c-format
1073 #. @-expanded: group descriptor %g marked uninitialized without feature set.\n
1074 msgid "@g descriptor %g marked uninitialized without feature set.\n"
1075 msgstr ""
1076
1077 #: e2fsck/problem.c:367
1078 #, c-format
1079 #. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n
1080 msgid "@g %g @b @B uninitialized but @i @B in use.\n"
1081 msgstr ""
1082
1083 #: e2fsck/problem.c:372
1084 #. @-expanded: group descriptor %g has invalid unused inodes count %b.  
1085 msgid "@g descriptor %g has invalid unused inodes count %b.  "
1086 msgstr ""
1087
1088 #: e2fsck/problem.c:377
1089 #. @-expanded: Last group block bitmap uninitialized.  
1090 msgid "Last @g @b @B uninitialized.  "
1091 msgstr ""
1092
1093 #: e2fsck/problem.c:382
1094 #, c-format
1095 msgid "Journal transaction %i was corrupt, replay was aborted.\n"
1096 msgstr ""
1097
1098 #: e2fsck/problem.c:386
1099 msgid "The test_fs flag is set (and ext4 is available).  "
1100 msgstr ""
1101
1102 #: e2fsck/problem.c:391
1103 #. @-expanded: superblock last mount time is in the future.\n
1104 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
1105 #. @-expanded: set)  
1106 msgid ""
1107 "@S last mount time is in the future.\n"
1108 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1109 "set)  "
1110 msgstr ""
1111
1112 #: e2fsck/problem.c:397
1113 #. @-expanded: superblock last write time is in the future.\n
1114 #. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 
1115 #. @-expanded: set).  
1116 msgid ""
1117 "@S last write time is in the future.\n"
1118 "\t(by less than a day, probably due to the hardware clock being incorrectly "
1119 "set).  "
1120 msgstr ""
1121
1122 #: e2fsck/problem.c:403
1123 #. @-expanded: One or more block group descriptor checksums are invalid.  
1124 msgid "One or more @b @g descriptor checksums are invalid.  "
1125 msgstr ""
1126
1127 #: e2fsck/problem.c:408
1128 #. @-expanded: Setting free inodes count to %j (was %i)\n
1129 msgid "Setting free @is count to %j (was %i)\n"
1130 msgstr ""
1131
1132 #: e2fsck/problem.c:413
1133 #. @-expanded: Setting free blocks count to %c (was %b)\n
1134 msgid "Setting free @bs count to %c (was %b)\n"
1135 msgstr ""
1136
1137 #: e2fsck/problem.c:418
1138 #. @-expanded: Making quota inodes hidden.\n
1139 #. @-expanded: \n
1140 msgid ""
1141 "Making @q @is hidden.\n"
1142 "\n"
1143 msgstr ""
1144
1145 #: e2fsck/problem.c:423
1146 #. @-expanded: superblock has invalid MMP block.  
1147 msgid "@S has invalid MMP block.  "
1148 msgstr ""
1149
1150 #: e2fsck/problem.c:428
1151 #. @-expanded: superblock has invalid MMP magic.  
1152 msgid "@S has invalid MMP magic.  "
1153 msgstr ""
1154
1155 #: e2fsck/problem.c:435
1156 #. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n
1157 msgid "Pass 1: Checking @is, @bs, and sizes\n"
1158 msgstr ""
1159
1160 #: e2fsck/problem.c:439
1161 #. @-expanded: root inode is not a directory.  
1162 msgid "@r is not a @d.  "
1163 msgstr ""
1164
1165 #: e2fsck/problem.c:444
1166 #. @-expanded: root inode has dtime set (probably due to old mke2fs).  
1167 msgid "@r has dtime set (probably due to old mke2fs).  "
1168 msgstr ""
1169
1170 #: e2fsck/problem.c:449
1171 #. @-expanded: Reserved inode %i (%Q) has invalid mode.  
1172 msgid "Reserved @i %i (%Q) has @n mode.  "
1173 msgstr ""
1174
1175 #: e2fsck/problem.c:454
1176 #, c-format
1177 #. @-expanded: deleted inode %i has zero dtime.  
1178 msgid "@D @i %i has zero dtime.  "
1179 msgstr ""
1180
1181 #: e2fsck/problem.c:459
1182 #, c-format
1183 #. @-expanded: inode %i is in use, but has dtime set.  
1184 msgid "@i %i is in use, but has dtime set.  "
1185 msgstr ""
1186
1187 #: e2fsck/problem.c:464
1188 #, c-format
1189 #. @-expanded: inode %i is a zero-length directory.  
1190 msgid "@i %i is a @z @d.  "
1191 msgstr ""
1192
1193 #: e2fsck/problem.c:469
1194 #. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n
1195 msgid "@g %g's @b @B at %b @C.\n"
1196 msgstr ""
1197
1198 #: e2fsck/problem.c:474
1199 #. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n
1200 msgid "@g %g's @i @B at %b @C.\n"
1201 msgstr ""
1202
1203 #: e2fsck/problem.c:479
1204 #. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n
1205 msgid "@g %g's @i table at %b @C.\n"
1206 msgstr ""
1207
1208 #: e2fsck/problem.c:484
1209 #. @-expanded: group %g's block bitmap (%b) is bad.  
1210 msgid "@g %g's @b @B (%b) is bad.  "
1211 msgstr ""
1212
1213 #: e2fsck/problem.c:489
1214 #. @-expanded: group %g's inode bitmap (%b) is bad.  
1215 msgid "@g %g's @i @B (%b) is bad.  "
1216 msgstr ""
1217
1218 #: e2fsck/problem.c:494
1219 #. @-expanded: inode %i, i_size is %Is, should be %N.  
1220 msgid "@i %i, i_size is %Is, @s %N.  "
1221 msgstr ""
1222
1223 #: e2fsck/problem.c:499
1224 #. @-expanded: inode %i, i_blocks is %Ib, should be %N.  
1225 msgid "@i %i, i_@bs is %Ib, @s %N.  "
1226 msgstr ""
1227
1228 #: e2fsck/problem.c:504
1229 #. @-expanded: illegal %B (%b) in inode %i.  
1230 msgid "@I %B (%b) in @i %i.  "
1231 msgstr ""
1232
1233 #: e2fsck/problem.c:509
1234 #. @-expanded: %B (%b) overlaps filesystem metadata in inode %i.  
1235 msgid "%B (%b) overlaps @f metadata in @i %i.  "
1236 msgstr ""
1237
1238 #: e2fsck/problem.c:514
1239 #, c-format
1240 #. @-expanded: inode %i has illegal block(s).  
1241 msgid "@i %i has illegal @b(s).  "
1242 msgstr ""
1243
1244 #: e2fsck/problem.c:519
1245 #, c-format
1246 #. @-expanded: Too many illegal blocks in inode %i.\n
1247 msgid "Too many illegal @bs in @i %i.\n"
1248 msgstr ""
1249
1250 #: e2fsck/problem.c:524
1251 #. @-expanded: illegal %B (%b) in bad block inode.  
1252 msgid "@I %B (%b) in bad @b @i.  "
1253 msgstr ""
1254
1255 #: e2fsck/problem.c:529
1256 #. @-expanded: Bad block inode has illegal block(s).  
1257 msgid "Bad @b @i has illegal @b(s).  "
1258 msgstr ""
1259
1260 #: e2fsck/problem.c:534
1261 #. @-expanded: Duplicate or bad block in use!\n
1262 msgid "Duplicate or bad @b in use!\n"
1263 msgstr ""
1264
1265 #: e2fsck/problem.c:539
1266 #. @-expanded: Bad block %b used as bad block inode indirect block.  
1267 msgid "Bad @b %b used as bad @b @i indirect @b.  "
1268 msgstr ""
1269
1270 #: e2fsck/problem.c:544
1271 #. @-expanded: \n
1272 #. @-expanded: The bad block inode has probably been corrupted.  You probably\n
1273 #. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n
1274 #. @-expanded: in the filesystem.\n
1275 msgid ""
1276 "\n"
1277 "The bad @b @i has probably been corrupted.  You probably\n"
1278 "should stop now and run e2fsck -c to scan for bad blocks\n"
1279 "in the @f.\n"
1280 msgstr ""
1281
1282 #: e2fsck/problem.c:551
1283 #. @-expanded: \n
1284 #. @-expanded: If the block is really bad, the filesystem can not be fixed.\n
1285 msgid ""
1286 "\n"
1287 "If the @b is really bad, the @f can not be fixed.\n"
1288 msgstr ""
1289
1290 #: e2fsck/problem.c:556
1291 #. @-expanded: You can remove this block from the bad block list and hope\n
1292 #. @-expanded: that the block is really OK.  But there are no guarantees.\n
1293 #. @-expanded: \n
1294 msgid ""
1295 "You can remove this @b from the bad @b list and hope\n"
1296 "that the @b is really OK.  But there are no guarantees.\n"
1297 "\n"
1298 msgstr ""
1299
1300 #: e2fsck/problem.c:562
1301 #. @-expanded: The primary superblock (%b) is on the bad block list.\n
1302 msgid "The primary @S (%b) is on the bad @b list.\n"
1303 msgstr ""
1304
1305 #: e2fsck/problem.c:567
1306 #. @-expanded: Block %b in the primary group descriptors is on the bad block list\n
1307 msgid "Block %b in the primary @g descriptors is on the bad @b list\n"
1308 msgstr ""
1309
1310 #: e2fsck/problem.c:573
1311 #. @-expanded: Warning: Group %g's superblock (%b) is bad.\n
1312 msgid "Warning: Group %g's @S (%b) is bad.\n"
1313 msgstr ""
1314
1315 #: e2fsck/problem.c:578
1316 #. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n
1317 msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n"
1318 msgstr ""
1319
1320 #: e2fsck/problem.c:584
1321 #. @-expanded: Programming error?  block #%b claimed for no reason in process_bad_block.\n
1322 msgid "Programming error?  @b #%b claimed for no reason in process_bad_@b.\n"
1323 msgstr ""
1324
1325 #: e2fsck/problem.c:590
1326 #. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n
1327 msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n"
1328 msgstr ""
1329
1330 #: e2fsck/problem.c:595
1331 #, c-format
1332 #. @-expanded: error allocating block buffer for relocating %s\n
1333 msgid "@A @b buffer for relocating %s\n"
1334 msgstr ""
1335
1336 #: e2fsck/problem.c:600
1337 #. @-expanded: Relocating group %g's %s from %b to %c...\n
1338 msgid "Relocating @g %g's %s from %b to %c...\n"
1339 msgstr ""
1340
1341 #: e2fsck/problem.c:605
1342 #, c-format
1343 #. @-expanded: Relocating group %g's %s to %c...\n
1344 msgid "Relocating @g %g's %s to %c...\n"
1345 msgstr ""
1346
1347 #: e2fsck/problem.c:610
1348 #. @-expanded: Warning: could not read block %b of %s: %m\n
1349 msgid "Warning: could not read @b %b of %s: %m\n"
1350 msgstr ""
1351
1352 #: e2fsck/problem.c:615
1353 #. @-expanded: Warning: could not write block %b for %s: %m\n
1354 msgid "Warning: could not write @b %b for %s: %m\n"
1355 msgstr ""
1356
1357 #: e2fsck/problem.c:620 e2fsck/problem.c:1455
1358 #. @-expanded: error allocating inode bitmap (%N): %m\n
1359 msgid "@A @i @B (%N): %m\n"
1360 msgstr ""
1361
1362 #: e2fsck/problem.c:625
1363 #. @-expanded: error allocating block bitmap (%N): %m\n
1364 msgid "@A @b @B (%N): %m\n"
1365 msgstr ""
1366
1367 #: e2fsck/problem.c:630
1368 #, c-format
1369 #. @-expanded: error allocating icount link information: %m\n
1370 msgid "@A icount link information: %m\n"
1371 msgstr ""
1372
1373 #: e2fsck/problem.c:635
1374 #, c-format
1375 #. @-expanded: error allocating directory block array: %m\n
1376 msgid "@A @d @b array: %m\n"
1377 msgstr ""
1378
1379 #: e2fsck/problem.c:640
1380 #, c-format
1381 #. @-expanded: Error while scanning inodes (%i): %m\n
1382 msgid "Error while scanning @is (%i): %m\n"
1383 msgstr ""
1384
1385 #: e2fsck/problem.c:645
1386 #, c-format
1387 #. @-expanded: Error while iterating over blocks in inode %i: %m\n
1388 msgid "Error while iterating over @bs in @i %i: %m\n"
1389 msgstr ""
1390
1391 #: e2fsck/problem.c:650
1392 #. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n
1393 msgid "Error storing @i count information (@i=%i, count=%N): %m\n"
1394 msgstr ""
1395
1396 #: e2fsck/problem.c:655
1397 #. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n
1398 msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n"
1399 msgstr ""
1400
1401 #: e2fsck/problem.c:661
1402 #, c-format
1403 #. @-expanded: Error reading inode %i: %m\n
1404 msgid "Error reading @i %i: %m\n"
1405 msgstr ""
1406
1407 #: e2fsck/problem.c:669
1408 #, c-format
1409 #. @-expanded: inode %i has imagic flag set.  
1410 msgid "@i %i has imagic flag set.  "
1411 msgstr ""
1412
1413 #: e2fsck/problem.c:674
1414 #, c-format
1415 #. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n
1416 #. @-expanded: or append-only flag set.  
1417 msgid ""
1418 "Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n"
1419 "or append-only flag set.  "
1420 msgstr ""
1421
1422 #: e2fsck/problem.c:680
1423 #, c-format
1424 #. @-expanded: inode %i has compression flag set on filesystem without compression support.  
1425 msgid "@i %i has @cion flag set on @f without @cion support.  "
1426 msgstr ""
1427
1428 #: e2fsck/problem.c:685
1429 #, c-format
1430 #. @-expanded: Special (device/socket/fifo) inode %i has non-zero size.  
1431 msgid "Special (@v/socket/fifo) @i %i has non-zero size.  "
1432 msgstr ""
1433
1434 #: e2fsck/problem.c:695
1435 #. @-expanded: journal inode is not in use, but contains data.  
1436 msgid "@j @i is not in use, but contains data.  "
1437 msgstr ""
1438
1439 #: e2fsck/problem.c:700
1440 #. @-expanded: journal is not regular file.  
1441 msgid "@j is not regular file.  "
1442 msgstr ""
1443
1444 #: e2fsck/problem.c:705
1445 #, c-format
1446 #. @-expanded: inode %i was part of the orphaned inode list.  
1447 msgid "@i %i was part of the @o @i list.  "
1448 msgstr ""
1449
1450 #: e2fsck/problem.c:711
1451 #. @-expanded: inodes that were part of a corrupted orphan linked list found.  
1452 msgid "@is that were part of a corrupted orphan linked list found.  "
1453 msgstr ""
1454
1455 #: e2fsck/problem.c:716
1456 #. @-expanded: error allocating refcount structure (%N): %m\n
1457 msgid "@A refcount structure (%N): %m\n"
1458 msgstr ""
1459
1460 #: e2fsck/problem.c:721
1461 #. @-expanded: Error reading extended attribute block %b for inode %i.  
1462 msgid "Error reading @a @b %b for @i %i.  "
1463 msgstr ""
1464
1465 #: e2fsck/problem.c:726
1466 #. @-expanded: inode %i has a bad extended attribute block %b.  
1467 msgid "@i %i has a bad @a @b %b.  "
1468 msgstr ""
1469
1470 #: e2fsck/problem.c:731
1471 #. @-expanded: Error reading extended attribute block %b (%m).  
1472 msgid "Error reading @a @b %b (%m).  "
1473 msgstr ""
1474
1475 #: e2fsck/problem.c:736
1476 #. @-expanded: extended attribute block %b has reference count %r, should be %N.  
1477 msgid "@a @b %b has reference count %r, @s %N.  "
1478 msgstr ""
1479
1480 #: e2fsck/problem.c:741
1481 #. @-expanded: Error writing extended attribute block %b (%m).  
1482 msgid "Error writing @a @b %b (%m).  "
1483 msgstr ""
1484
1485 #: e2fsck/problem.c:746
1486 #. @-expanded: extended attribute block %b has h_blocks > 1.  
1487 msgid "@a @b %b has h_@bs > 1.  "
1488 msgstr ""
1489
1490 #: e2fsck/problem.c:751
1491 #. @-expanded: error allocating extended attribute block %b.  
1492 msgid "@A @a @b %b.  "
1493 msgstr ""
1494
1495 #: e2fsck/problem.c:756
1496 #. @-expanded: extended attribute block %b is corrupt (allocation collision).  
1497 msgid "@a @b %b is corrupt (allocation collision).  "
1498 msgstr ""
1499
1500 #: e2fsck/problem.c:761
1501 #. @-expanded: extended attribute block %b is corrupt (invalid name).  
1502 msgid "@a @b %b is corrupt (@n name).  "
1503 msgstr ""
1504
1505 #: e2fsck/problem.c:766
1506 #. @-expanded: extended attribute block %b is corrupt (invalid value).  
1507 msgid "@a @b %b is corrupt (@n value).  "
1508 msgstr ""
1509
1510 #: e2fsck/problem.c:771
1511 #, c-format
1512 #. @-expanded: inode %i is too big.  
1513 msgid "@i %i is too big.  "
1514 msgstr ""
1515
1516 #: e2fsck/problem.c:775
1517 #. @-expanded: %B (%b) causes directory to be too big.  
1518 msgid "%B (%b) causes @d to be too big.  "
1519 msgstr ""
1520
1521 #: e2fsck/problem.c:780
1522 msgid "%B (%b) causes file to be too big.  "
1523 msgstr ""
1524
1525 #: e2fsck/problem.c:785
1526 msgid "%B (%b) causes symlink to be too big.  "
1527 msgstr ""
1528
1529 #: e2fsck/problem.c:790
1530 #, c-format
1531 #. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n
1532 msgid "@i %i has INDEX_FL flag set on @f without htree support.\n"
1533 msgstr ""
1534
1535 #: e2fsck/problem.c:795
1536 #, c-format
1537 #. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n
1538 msgid "@i %i has INDEX_FL flag set but is not a @d.\n"
1539 msgstr ""
1540
1541 #: e2fsck/problem.c:800
1542 #, c-format
1543 #. @-expanded: HTREE directory inode %i has an invalid root node.\n
1544 msgid "@h %i has an @n root node.\n"
1545 msgstr ""
1546
1547 #: e2fsck/problem.c:805
1548 #. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n
1549 msgid "@h %i has an unsupported hash version (%N)\n"
1550 msgstr ""
1551
1552 #: e2fsck/problem.c:810
1553 #, c-format
1554 #. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n
1555 msgid "@h %i uses an incompatible htree root node flag.\n"
1556 msgstr ""
1557
1558 #: e2fsck/problem.c:815
1559 #. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n
1560 msgid "@h %i has a tree depth (%N) which is too big\n"
1561 msgstr ""
1562
1563 #: e2fsck/problem.c:820
1564 #. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n
1565 #. @-expanded: filesystem metadata.  
1566 msgid ""
1567 "Bad @b @i has an indirect @b (%b) that conflicts with\n"
1568 "@f metadata.  "
1569 msgstr ""
1570
1571 #: e2fsck/problem.c:826
1572 #, c-format
1573 #. @-expanded: Resize inode (re)creation failed: %m.
1574 msgid "Resize @i (re)creation failed: %m."
1575 msgstr ""
1576
1577 #: e2fsck/problem.c:831
1578 #. @-expanded: inode %i has a extra size (%IS) which is invalid\n
1579 msgid "@i %i has a extra size (%IS) which is @n\n"
1580 msgstr ""
1581
1582 #: e2fsck/problem.c:836
1583 #. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n
1584 msgid "@a in @i %i has a namelen (%N) which is @n\n"
1585 msgstr ""
1586
1587 #: e2fsck/problem.c:841
1588 #. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n
1589 msgid "@a in @i %i has a value offset (%N) which is @n\n"
1590 msgstr ""
1591
1592 #: e2fsck/problem.c:846
1593 #. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n
1594 msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n"
1595 msgstr ""
1596
1597 #: e2fsck/problem.c:851
1598 #. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n
1599 msgid "@a in @i %i has a value size (%N) which is @n\n"
1600 msgstr ""
1601
1602 #: e2fsck/problem.c:856
1603 #. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n
1604 msgid "@a in @i %i has a hash (%N) which is @n\n"
1605 msgstr ""
1606
1607 #: e2fsck/problem.c:861
1608 #. @-expanded: inode %i is a %It but it looks like it is really a directory.\n
1609 msgid "@i %i is a %It but it looks like it is really a directory.\n"
1610 msgstr ""
1611
1612 #: e2fsck/problem.c:866
1613 #, c-format
1614 #. @-expanded: Error while reading over extent tree in inode %i: %m\n
1615 msgid "Error while reading over @x tree in @i %i: %m\n"
1616 msgstr ""
1617
1618 #: e2fsck/problem.c:871
1619 #. @-expanded: Failed to iterate extents in inode %i\n
1620 #. @-expanded: \t(op %s, blk %b, lblk %c): %m\n
1621 msgid ""
1622 "Failed to iterate extents in @i %i\n"
1623 "\t(op %s, blk %b, lblk %c): %m\n"
1624 msgstr ""
1625
1626 #: e2fsck/problem.c:877
1627 #. @-expanded: inode %i has an invalid extent\n
1628 #. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n
1629 msgid ""
1630 "@i %i has an @n extent\n"
1631 "\t(logical @b %c, @n physical @b %b, len %N)\n"
1632 msgstr ""
1633
1634 #: e2fsck/problem.c:882
1635 #. @-expanded: inode %i has an invalid extent\n
1636 #. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n
1637 msgid ""
1638 "@i %i has an @n extent\n"
1639 "\t(logical @b %c, physical @b %b, @n len %N)\n"
1640 msgstr ""
1641
1642 #: e2fsck/problem.c:887
1643 #, c-format
1644 #. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n
1645 msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n"
1646 msgstr ""
1647
1648 #: e2fsck/problem.c:892
1649 #, c-format
1650 #. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n
1651 msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n"
1652 msgstr ""
1653
1654 #: e2fsck/problem.c:897
1655 #, c-format
1656 #. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n
1657 msgid "@i %i missing EXTENT_FL, but is in extents format\n"
1658 msgstr ""
1659
1660 #: e2fsck/problem.c:902
1661 #, c-format
1662 msgid "Fast symlink %i has EXTENT_FL set.  "
1663 msgstr ""
1664
1665 #: e2fsck/problem.c:907
1666 #. @-expanded: inode %i has out of order extents\n
1667 #. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n
1668 msgid ""
1669 "@i %i has out of order extents\n"
1670 "\t(@n logical @b %c, physical @b %b, len %N)\n"
1671 msgstr ""
1672
1673 #: e2fsck/problem.c:911
1674 #. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n
1675 msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n"
1676 msgstr ""
1677
1678 #: e2fsck/problem.c:915
1679 #. @-expanded: inode %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n
1680 msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n"
1681 msgstr ""
1682
1683 #: e2fsck/problem.c:921
1684 #, c-format
1685 #. @-expanded: Error converting subcluster block bitmap: %m\n
1686 msgid "Error converting subcluster @b @B: %m\n"
1687 msgstr ""
1688
1689 #: e2fsck/problem.c:926
1690 #. @-expanded: quota inode is not regular file.  
1691 msgid "@q @i is not regular file.  "
1692 msgstr ""
1693
1694 #: e2fsck/problem.c:931
1695 #. @-expanded: quota inode is not in use, but contains data.  
1696 msgid "@q @i is not in use, but contains data.  "
1697 msgstr ""
1698
1699 #: e2fsck/problem.c:936
1700 #. @-expanded: quota inode is visible to the user.  
1701 msgid "@q @i is visible to the user.  "
1702 msgstr ""
1703
1704 #: e2fsck/problem.c:941
1705 #. @-expanded: The bad block inode looks invalid.  
1706 msgid "The bad @b @i looks @n.  "
1707 msgstr ""
1708
1709 #: e2fsck/problem.c:948
1710 #. @-expanded: \n
1711 #. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n
1712 #. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n
1713 msgid ""
1714 "\n"
1715 "Running additional passes to resolve @bs claimed by more than one @i...\n"
1716 "Pass 1B: Rescanning for @m @bs\n"
1717 msgstr ""
1718
1719 #: e2fsck/problem.c:954
1720 #, c-format
1721 #. @-expanded: multiply-claimed block(s) in inode %i:
1722 msgid "@m @b(s) in @i %i:"
1723 msgstr ""
1724
1725 #: e2fsck/problem.c:969
1726 #, c-format
1727 msgid "Error while scanning inodes (%i): %m\n"
1728 msgstr ""
1729
1730 #: e2fsck/problem.c:974
1731 #, c-format
1732 #. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n
1733 msgid "@A @i @B (@i_dup_map): %m\n"
1734 msgstr ""
1735
1736 #: e2fsck/problem.c:979
1737 #, c-format
1738 #. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n
1739 msgid "Error while iterating over @bs in @i %i (%s): %m\n"
1740 msgstr ""
1741
1742 #: e2fsck/problem.c:984 e2fsck/problem.c:1299
1743 #. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n
1744 msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n"
1745 msgstr ""
1746
1747 #: e2fsck/problem.c:989
1748 #. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n
1749 msgid "Pass 1C: Scanning directories for @is with @m @bs\n"
1750 msgstr ""
1751
1752 #: e2fsck/problem.c:995
1753 #. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n
1754 msgid "Pass 1D: Reconciling @m @bs\n"
1755 msgstr ""
1756
1757 #: e2fsck/problem.c:1000
1758 #. @-expanded: File %Q (inode #%i, mod time %IM) \n
1759 #. @-expanded:   has %r multiply-claimed block(s), shared with %N file(s):\n
1760 msgid ""
1761 "File %Q (@i #%i, mod time %IM) \n"
1762 "  has %r @m @b(s), shared with %N file(s):\n"
1763 msgstr ""
1764
1765 #: e2fsck/problem.c:1006
1766 #. @-expanded: \t%Q (inode #%i, mod time %IM)\n
1767 msgid "\t%Q (@i #%i, mod time %IM)\n"
1768 msgstr ""
1769
1770 #: e2fsck/problem.c:1011
1771 #. @-expanded: \t<filesystem metadata>\n
1772 msgid "\t<@f metadata>\n"
1773 msgstr ""
1774
1775 #: e2fsck/problem.c:1016
1776 #. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n
1777 #. @-expanded: \n
1778 msgid ""
1779 "(There are %N @is containing @m @bs.)\n"
1780 "\n"
1781 msgstr ""
1782
1783 #: e2fsck/problem.c:1021
1784 #. @-expanded: multiply-claimed blocks already reassigned or cloned.\n
1785 #. @-expanded: \n
1786 msgid ""
1787 "@m @bs already reassigned or cloned.\n"
1788 "\n"
1789 msgstr ""
1790
1791 #: e2fsck/problem.c:1034
1792 #, c-format
1793 msgid "Couldn't clone file: %m\n"
1794 msgstr ""
1795
1796 #: e2fsck/problem.c:1040
1797 #. @-expanded: Pass 2: Checking directory structure\n
1798 msgid "Pass 2: Checking @d structure\n"
1799 msgstr ""
1800
1801 #: e2fsck/problem.c:1045
1802 #, c-format
1803 #. @-expanded: invalid inode number for '.' in directory inode %i.\n
1804 msgid "@n @i number for '.' in @d @i %i.\n"
1805 msgstr ""
1806
1807 #: e2fsck/problem.c:1050
1808 #. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n
1809 msgid "@E has @n @i #: %Di.\n"
1810 msgstr ""
1811
1812 #: e2fsck/problem.c:1055
1813 #. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di.  
1814 msgid "@E has @D/unused @i %Di.  "
1815 msgstr ""
1816
1817 #: e2fsck/problem.c:1060
1818 #. @-expanded: entry '%Dn' in %p (%i) is a link to '.'  
1819 msgid "@E @L to '.'  "
1820 msgstr ""
1821
1822 #: e2fsck/problem.c:1065
1823 #. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n
1824 msgid "@E points to @i (%Di) located in a bad @b.\n"
1825 msgstr ""
1826
1827 #: e2fsck/problem.c:1070
1828 #. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n
1829 msgid "@E @L to @d %P (%Di).\n"
1830 msgstr ""
1831
1832 #: e2fsck/problem.c:1075
1833 #. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n
1834 msgid "@E @L to the @r.\n"
1835 msgstr ""
1836
1837 #: e2fsck/problem.c:1080
1838 #. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n
1839 msgid "@E has illegal characters in its name.\n"
1840 msgstr ""
1841
1842 #: e2fsck/problem.c:1085
1843 #, c-format
1844 #. @-expanded: Missing '.' in directory inode %i.\n
1845 msgid "Missing '.' in @d @i %i.\n"
1846 msgstr ""
1847
1848 #: e2fsck/problem.c:1090
1849 #, c-format
1850 #. @-expanded: Missing '..' in directory inode %i.\n
1851 msgid "Missing '..' in @d @i %i.\n"
1852 msgstr ""
1853
1854 #: e2fsck/problem.c:1095
1855 #. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n
1856 msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n"
1857 msgstr ""
1858
1859 #: e2fsck/problem.c:1100
1860 #. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n
1861 msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n"
1862 msgstr ""
1863
1864 #: e2fsck/problem.c:1105
1865 #. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n
1866 msgid "i_faddr @F %IF, @s zero.\n"
1867 msgstr ""
1868
1869 #: e2fsck/problem.c:1110
1870 #. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n
1871 msgid "i_file_acl @F %If, @s zero.\n"
1872 msgstr ""
1873
1874 #: e2fsck/problem.c:1115
1875 #. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n
1876 msgid "i_dir_acl @F %Id, @s zero.\n"
1877 msgstr ""
1878
1879 #: e2fsck/problem.c:1120
1880 #. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n
1881 msgid "i_frag @F %N, @s zero.\n"
1882 msgstr ""
1883
1884 #: e2fsck/problem.c:1125
1885 #. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n
1886 msgid "i_fsize @F %N, @s zero.\n"
1887 msgstr ""
1888
1889 #: e2fsck/problem.c:1130
1890 #. @-expanded: inode %i (%Q) has invalid mode (%Im).\n
1891 msgid "@i %i (%Q) has @n mode (%Im).\n"
1892 msgstr ""
1893
1894 #: e2fsck/problem.c:1135
1895 #. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n
1896 msgid "@d @i %i, %B, offset %N: @d corrupted\n"
1897 msgstr ""
1898
1899 #: e2fsck/problem.c:1140
1900 #. @-expanded: directory inode %i, %B, offset %N: filename too long\n
1901 msgid "@d @i %i, %B, offset %N: filename too long\n"
1902 msgstr ""
1903
1904 #: e2fsck/problem.c:1145
1905 #. @-expanded: directory inode %i has an unallocated %B.  
1906 msgid "@d @i %i has an unallocated %B.  "
1907 msgstr ""
1908
1909 #: e2fsck/problem.c:1150
1910 #, c-format
1911 #. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n
1912 msgid "'.' @d @e in @d @i %i is not NULL terminated\n"
1913 msgstr ""
1914
1915 #: e2fsck/problem.c:1155
1916 #, c-format
1917 #. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n
1918 msgid "'..' @d @e in @d @i %i is not NULL terminated\n"
1919 msgstr ""
1920
1921 #: e2fsck/problem.c:1160
1922 #. @-expanded: inode %i (%Q) is an illegal character device.\n
1923 msgid "@i %i (%Q) is an @I character @v.\n"
1924 msgstr ""
1925
1926 #: e2fsck/problem.c:1165
1927 #. @-expanded: inode %i (%Q) is an illegal block device.\n
1928 msgid "@i %i (%Q) is an @I @b @v.\n"
1929 msgstr ""
1930
1931 #: e2fsck/problem.c:1170
1932 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n
1933 msgid "@E is duplicate '.' @e.\n"
1934 msgstr ""
1935
1936 #: e2fsck/problem.c:1175
1937 #. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n
1938 msgid "@E is duplicate '..' @e.\n"
1939 msgstr ""
1940
1941 #: e2fsck/problem.c:1180 e2fsck/problem.c:1480
1942 #, c-format
1943 msgid "Internal error: couldn't find dir_info for %i.\n"
1944 msgstr ""
1945
1946 #: e2fsck/problem.c:1185
1947 #. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n
1948 msgid "@E has rec_len of %Dr, @s %N.\n"
1949 msgstr ""
1950
1951 #: e2fsck/problem.c:1190
1952 #, c-format
1953 #. @-expanded: error allocating icount structure: %m\n
1954 msgid "@A icount structure: %m\n"
1955 msgstr ""
1956
1957 #: e2fsck/problem.c:1195
1958 #, c-format
1959 #. @-expanded: Error iterating over directory blocks: %m\n
1960 msgid "Error iterating over @d @bs: %m\n"
1961 msgstr ""
1962
1963 #: e2fsck/problem.c:1200
1964 #. @-expanded: Error reading directory block %b (inode %i): %m\n
1965 msgid "Error reading @d @b %b (@i %i): %m\n"
1966 msgstr ""
1967
1968 #: e2fsck/problem.c:1205
1969 #. @-expanded: Error writing directory block %b (inode %i): %m\n
1970 msgid "Error writing @d @b %b (@i %i): %m\n"
1971 msgstr ""
1972
1973 #: e2fsck/problem.c:1210
1974 #, c-format
1975 #. @-expanded: error allocating new directory block for inode %i (%s): %m\n
1976 msgid "@A new @d @b for @i %i (%s): %m\n"
1977 msgstr ""
1978
1979 #: e2fsck/problem.c:1215
1980 #, c-format
1981 #. @-expanded: Error deallocating inode %i: %m\n
1982 msgid "Error deallocating @i %i: %m\n"
1983 msgstr ""
1984
1985 #: e2fsck/problem.c:1220
1986 #, c-format
1987 #. @-expanded: directory entry for '.' in %p (%i) is big.\n
1988 msgid "@d @e for '.' in %p (%i) is big.\n"
1989 msgstr ""
1990
1991 #: e2fsck/problem.c:1225
1992 #. @-expanded: inode %i (%Q) is an illegal FIFO.\n
1993 msgid "@i %i (%Q) is an @I FIFO.\n"
1994 msgstr ""
1995
1996 #: e2fsck/problem.c:1230
1997 #. @-expanded: inode %i (%Q) is an illegal socket.\n
1998 msgid "@i %i (%Q) is an @I socket.\n"
1999 msgstr ""
2000
2001 #: e2fsck/problem.c:1235
2002 #. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n
2003 msgid "Setting filetype for @E to %N.\n"
2004 msgstr ""
2005
2006 #: e2fsck/problem.c:1240
2007 #. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n
2008 msgid "@E has an incorrect filetype (was %Dt, @s %N).\n"
2009 msgstr ""
2010
2011 #: e2fsck/problem.c:1245
2012 #. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n
2013 msgid "@E has filetype set.\n"
2014 msgstr ""
2015
2016 #: e2fsck/problem.c:1250
2017 #. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n
2018 msgid "@E has a @z name.\n"
2019 msgstr ""
2020
2021 #: e2fsck/problem.c:1255
2022 #. @-expanded: Symlink %Q (inode #%i) is invalid.\n
2023 msgid "Symlink %Q (@i #%i) is @n.\n"
2024 msgstr ""
2025
2026 #: e2fsck/problem.c:1260
2027 #. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n
2028 msgid "@a @b @F @n (%If).\n"
2029 msgstr ""
2030
2031 #: e2fsck/problem.c:1265
2032 #. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n
2033 msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n"
2034 msgstr ""
2035
2036 #: e2fsck/problem.c:1270
2037 #. @-expanded: problem in HTREE directory inode %d: %B not referenced\n
2038 msgid "@p @h %d: %B not referenced\n"
2039 msgstr ""
2040
2041 #: e2fsck/problem.c:1275
2042 #. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n
2043 msgid "@p @h %d: %B referenced twice\n"
2044 msgstr ""
2045
2046 #: e2fsck/problem.c:1280
2047 #. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n
2048 msgid "@p @h %d: %B has bad min hash\n"
2049 msgstr ""
2050
2051 #: e2fsck/problem.c:1285
2052 #. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n
2053 msgid "@p @h %d: %B has bad max hash\n"
2054 msgstr ""
2055
2056 #: e2fsck/problem.c:1290
2057 #. @-expanded: invalid HTREE directory inode %d (%q).  
2058 msgid "@n @h %d (%q).  "
2059 msgstr ""
2060
2061 #: e2fsck/problem.c:1294
2062 #. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n
2063 msgid "@p @h %d (%q): bad @b number %b.\n"
2064 msgstr ""
2065
2066 #: e2fsck/problem.c:1304
2067 #, c-format
2068 #. @-expanded: problem in HTREE directory inode %d: root node is invalid\n
2069 msgid "@p @h %d: root node is @n\n"
2070 msgstr ""
2071
2072 #: e2fsck/problem.c:1309
2073 #. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n
2074 msgid "@p @h %d: %B has @n limit (%N)\n"
2075 msgstr ""
2076
2077 #: e2fsck/problem.c:1314
2078 #. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n
2079 msgid "@p @h %d: %B has @n count (%N)\n"
2080 msgstr ""
2081
2082 #: e2fsck/problem.c:1319
2083 #. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n
2084 msgid "@p @h %d: %B has an unordered hash table\n"
2085 msgstr ""
2086
2087 #: e2fsck/problem.c:1324
2088 #. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n
2089 msgid "@p @h %d: %B has @n depth (%N)\n"
2090 msgstr ""
2091
2092 #: e2fsck/problem.c:1329
2093 #. @-expanded: Duplicate entry '%Dn' in %p (%i) found.  
2094 msgid "Duplicate @E found.  "
2095 msgstr ""
2096
2097 #: e2fsck/problem.c:1334
2098 #, no-c-format
2099 #. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n
2100 #. @-expanded: Rename to %s
2101 msgid ""
2102 "@E has a non-unique filename.\n"
2103 "Rename to %s"
2104 msgstr ""
2105
2106 #: e2fsck/problem.c:1339
2107 #. @-expanded: Duplicate entry '%Dn' found.\n
2108 #. @-expanded: \tMarking %p (%i) to be rebuilt.\n
2109 #. @-expanded: \n
2110 msgid ""
2111 "Duplicate @e '%Dn' found.\n"
2112 "\tMarking %p (%i) to be rebuilt.\n"
2113 "\n"
2114 msgstr ""
2115
2116 #: e2fsck/problem.c:1344
2117 #. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n
2118 msgid "i_blocks_hi @F %N, @s zero.\n"
2119 msgstr ""
2120
2121 #: e2fsck/problem.c:1349
2122 #. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n
2123 msgid "Unexpected @b in @h %d (%q).\n"
2124 msgstr ""
2125
2126 #: e2fsck/problem.c:1353
2127 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n
2128 msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n"
2129 msgstr ""
2130
2131 #: e2fsck/problem.c:1358
2132 #. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n
2133 msgid "@E references @i %Di found in @g %g's unused inodes area.\n"
2134 msgstr ""
2135
2136 #: e2fsck/problem.c:1363
2137 #. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n
2138 msgid "i_file_acl_hi @F %N, @s zero.\n"
2139 msgstr ""
2140
2141 #: e2fsck/problem.c:1370
2142 #. @-expanded: Pass 3: Checking directory connectivity\n
2143 msgid "Pass 3: Checking @d connectivity\n"
2144 msgstr ""
2145
2146 #: e2fsck/problem.c:1375
2147 #. @-expanded: root inode not allocated.  
2148 msgid "@r not allocated.  "
2149 msgstr ""
2150
2151 #: e2fsck/problem.c:1380
2152 #. @-expanded: No room in lost+found directory.  
2153 msgid "No room in @l @d.  "
2154 msgstr ""
2155
2156 #: e2fsck/problem.c:1385
2157 #, c-format
2158 #. @-expanded: Unconnected directory inode %i (%p)\n
2159 msgid "Unconnected @d @i %i (%p)\n"
2160 msgstr ""
2161
2162 #: e2fsck/problem.c:1390
2163 #. @-expanded: /lost+found not found.  
2164 msgid "/@l not found.  "
2165 msgstr ""
2166
2167 #: e2fsck/problem.c:1395
2168 #. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n
2169 msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n"
2170 msgstr ""
2171
2172 #: e2fsck/problem.c:1400
2173 #. @-expanded: Bad or non-existent /lost+found.  Cannot reconnect.\n
2174 msgid "Bad or non-existent /@l.  Cannot reconnect.\n"
2175 msgstr ""
2176
2177 #: e2fsck/problem.c:1405
2178 #, c-format
2179 #. @-expanded: Could not expand /lost+found: %m\n
2180 msgid "Could not expand /@l: %m\n"
2181 msgstr ""
2182
2183 #: e2fsck/problem.c:1410
2184 #, c-format
2185 msgid "Could not reconnect %i: %m\n"
2186 msgstr ""
2187
2188 #: e2fsck/problem.c:1415
2189 #, c-format
2190 #. @-expanded: Error while trying to find /lost+found: %m\n
2191 msgid "Error while trying to find /@l: %m\n"
2192 msgstr ""
2193
2194 #: e2fsck/problem.c:1420
2195 #, c-format
2196 #. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n
2197 msgid "ext2fs_new_@b: %m while trying to create /@l @d\n"
2198 msgstr ""
2199
2200 #: e2fsck/problem.c:1425
2201 #, c-format
2202 #. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n
2203 msgid "ext2fs_new_@i: %m while trying to create /@l @d\n"
2204 msgstr ""
2205
2206 #: e2fsck/problem.c:1430
2207 #, c-format
2208 #. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n
2209 msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n"
2210 msgstr ""
2211
2212 #: e2fsck/problem.c:1435
2213 #, c-format
2214 #. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n
2215 msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n"
2216 msgstr ""
2217
2218 #: e2fsck/problem.c:1440
2219 #, c-format
2220 #. @-expanded: Error while adjusting inode count on inode %i\n
2221 msgid "Error while adjusting @i count on @i %i\n"
2222 msgstr ""
2223
2224 #: e2fsck/problem.c:1445
2225 #, c-format
2226 #. @-expanded: Couldn't fix parent of inode %i: %m\n
2227 #. @-expanded: \n
2228 msgid ""
2229 "Couldn't fix parent of @i %i: %m\n"
2230 "\n"
2231 msgstr ""
2232
2233 #: e2fsck/problem.c:1450
2234 #, c-format
2235 #. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n
2236 #. @-expanded: \n
2237 msgid ""
2238 "Couldn't fix parent of @i %i: Couldn't find parent @d @e\n"
2239 "\n"
2240 msgstr ""
2241
2242 #: e2fsck/problem.c:1460
2243 #, c-format
2244 #. @-expanded: Error creating root directory (%s): %m\n
2245 msgid "Error creating root @d (%s): %m\n"
2246 msgstr ""
2247
2248 #: e2fsck/problem.c:1465
2249 #, c-format
2250 #. @-expanded: Error creating /lost+found directory (%s): %m\n
2251 msgid "Error creating /@l @d (%s): %m\n"
2252 msgstr ""
2253
2254 #: e2fsck/problem.c:1470
2255 #. @-expanded: root inode is not a directory; aborting.\n
2256 msgid "@r is not a @d; aborting.\n"
2257 msgstr ""
2258
2259 #: e2fsck/problem.c:1475
2260 #. @-expanded: Cannot proceed without a root inode.\n
2261 msgid "Cannot proceed without a @r.\n"
2262 msgstr ""
2263
2264 #: e2fsck/problem.c:1485
2265 #, c-format
2266 #. @-expanded: /lost+found is not a directory (ino=%i)\n
2267 msgid "/@l is not a @d (ino=%i)\n"
2268 msgstr ""
2269
2270 #: e2fsck/problem.c:1492
2271 msgid "Pass 3A: Optimizing directories\n"
2272 msgstr ""
2273
2274 #: e2fsck/problem.c:1497
2275 #, c-format
2276 msgid "Failed to create dirs_to_hash iterator: %m\n"
2277 msgstr ""
2278
2279 #: e2fsck/problem.c:1502
2280 msgid "Failed to optimize directory %q (%d): %m\n"
2281 msgstr ""
2282
2283 #: e2fsck/problem.c:1507
2284 msgid "Optimizing directories: "
2285 msgstr ""
2286
2287 #: e2fsck/problem.c:1524
2288 msgid "Pass 4: Checking reference counts\n"
2289 msgstr ""
2290
2291 #: e2fsck/problem.c:1529
2292 #, c-format
2293 #. @-expanded: unattached zero-length inode %i.  
2294 msgid "@u @z @i %i.  "
2295 msgstr ""
2296
2297 #: e2fsck/problem.c:1534
2298 #, c-format
2299 #. @-expanded: unattached inode %i\n
2300 msgid "@u @i %i\n"
2301 msgstr ""
2302
2303 #: e2fsck/problem.c:1539
2304 #. @-expanded: inode %i ref count is %Il, should be %N.  
2305 msgid "@i %i ref count is %Il, @s %N.  "
2306 msgstr ""
2307
2308 #: e2fsck/problem.c:1543
2309 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2310 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2311 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
2312 msgid ""
2313 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2314 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2315 "@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
2316 msgstr ""
2317
2318 #: e2fsck/problem.c:1553
2319 #. @-expanded: Pass 5: Checking group summary information\n
2320 msgid "Pass 5: Checking @g summary information\n"
2321 msgstr ""
2322
2323 #: e2fsck/problem.c:1558
2324 #. @-expanded: Padding at end of inode bitmap is not set. 
2325 msgid "Padding at end of @i @B is not set. "
2326 msgstr ""
2327
2328 #: e2fsck/problem.c:1563
2329 #. @-expanded: Padding at end of block bitmap is not set. 
2330 msgid "Padding at end of @b @B is not set. "
2331 msgstr ""
2332
2333 #: e2fsck/problem.c:1568
2334 #. @-expanded: block bitmap differences: 
2335 msgid "@b @B differences: "
2336 msgstr ""
2337
2338 #: e2fsck/problem.c:1588
2339 #. @-expanded: inode bitmap differences: 
2340 msgid "@i @B differences: "
2341 msgstr ""
2342
2343 #: e2fsck/problem.c:1608
2344 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2345 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2346 msgstr ""
2347
2348 #: e2fsck/problem.c:1613
2349 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2350 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2351 msgstr ""
2352
2353 #: e2fsck/problem.c:1618
2354 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2355 msgid "Free @is count wrong (%i, counted=%j).\n"
2356 msgstr ""
2357
2358 #: e2fsck/problem.c:1623
2359 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2360 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2361 msgstr ""
2362
2363 #: e2fsck/problem.c:1628
2364 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2365 msgid "Free @bs count wrong (%b, counted=%c).\n"
2366 msgstr ""
2367
2368 #: e2fsck/problem.c:1633
2369 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
2370 #. @-expanded: endpoints (%i, %j)\n
2371 msgid ""
2372 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2373 "endpoints (%i, %j)\n"
2374 msgstr ""
2375
2376 #: e2fsck/problem.c:1639
2377 msgid "Internal error: fudging end of bitmap (%N)\n"
2378 msgstr ""
2379
2380 #: e2fsck/problem.c:1644
2381 #, c-format
2382 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2383 msgid "Error copying in replacement @i @B: %m\n"
2384 msgstr ""
2385
2386 #: e2fsck/problem.c:1649
2387 #, c-format
2388 #. @-expanded: Error copying in replacement block bitmap: %m\n
2389 msgid "Error copying in replacement @b @B: %m\n"
2390 msgstr ""
2391
2392 #: e2fsck/problem.c:1674
2393 #, c-format
2394 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2395 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2396 msgstr ""
2397
2398 #: e2fsck/problem.c:1679
2399 #, c-format
2400 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2401 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2402 msgstr ""
2403
2404 #: e2fsck/problem.c:1686
2405 #. @-expanded: Recreate journal
2406 msgid "Recreate @j"
2407 msgstr ""
2408
2409 #: e2fsck/problem.c:1805
2410 #, c-format
2411 msgid "Unhandled error code (0x%x)!\n"
2412 msgstr ""
2413
2414 #: e2fsck/problem.c:1905
2415 msgid "IGNORED"
2416 msgstr ""
2417
2418 #: e2fsck/scantest.c:82
2419 #, c-format
2420 msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n"
2421 msgstr ""
2422
2423 #: e2fsck/scantest.c:101
2424 #, c-format
2425 msgid "size of inode=%d\n"
2426 msgstr ""
2427
2428 #: e2fsck/scantest.c:122
2429 msgid "while starting inode scan"
2430 msgstr ""
2431
2432 #: e2fsck/scantest.c:133
2433 msgid "while doing inode scan"
2434 msgstr ""
2435
2436 #: e2fsck/super.c:187
2437 #, c-format
2438 msgid "while calling ext2fs_block_iterate for inode %d"
2439 msgstr ""
2440
2441 #: e2fsck/super.c:209
2442 #, c-format
2443 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %d"
2444 msgstr ""
2445
2446 #: e2fsck/super.c:269
2447 msgid "Truncating"
2448 msgstr ""
2449
2450 #: e2fsck/super.c:270
2451 msgid "Clearing"
2452 msgstr ""
2453
2454 #: e2fsck/unix.c:77
2455 #, c-format
2456 msgid ""
2457 "Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
2458 "\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n"
2459 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2460 "\t\t[-E extended-options] device\n"
2461 msgstr ""
2462
2463 #: e2fsck/unix.c:83
2464 #, c-format
2465 msgid ""
2466 "\n"
2467 "Emergency help:\n"
2468 " -p                   Automatic repair (no questions)\n"
2469 " -n                   Make no changes to the filesystem\n"
2470 " -y                   Assume \"yes\" to all questions\n"
2471 " -c                   Check for bad blocks and add them to the badblock "
2472 "list\n"
2473 " -f                   Force checking even if filesystem is marked clean\n"
2474 msgstr ""
2475
2476 #: e2fsck/unix.c:89
2477 #, c-format
2478 msgid ""
2479 " -v                   Be verbose\n"
2480 " -b superblock        Use alternative superblock\n"
2481 " -B blocksize         Force blocksize when looking for superblock\n"
2482 " -j external_journal  Set location of the external journal\n"
2483 " -l bad_blocks_file   Add to badblocks list\n"
2484 " -L bad_blocks_file   Set badblocks list\n"
2485 msgstr ""
2486
2487 #: e2fsck/unix.c:133
2488 #, c-format
2489 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
2490 msgstr ""
2491
2492 #: e2fsck/unix.c:139
2493 #, c-format
2494 msgid ""
2495 "\n"
2496 "%8u inode used (%2.2f%%)\n"
2497 msgid_plural ""
2498 "\n"
2499 "%8u inodes used (%2.2f%%)\n"
2500 msgstr[0] ""
2501 msgstr[1] ""
2502
2503 #: e2fsck/unix.c:141
2504 #, c-format
2505 msgid "%8u non-contiguous file (%0d.%d%%)\n"
2506 msgid_plural "%8u non-contiguous files (%0d.%d%%)\n"
2507 msgstr[0] ""
2508 msgstr[1] ""
2509
2510 #: e2fsck/unix.c:146
2511 #, c-format
2512 msgid "%8u non-contiguous directory (%0d.%d%%)\n"
2513 msgid_plural "%8u non-contiguous directories (%0d.%d%%)\n"
2514 msgstr[0] ""
2515 msgstr[1] ""
2516
2517 #: e2fsck/unix.c:151
2518 #, c-format
2519 msgid "         # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
2520 msgstr ""
2521
2522 #: e2fsck/unix.c:158
2523 #, c-format
2524 msgid "         Extent depth histogram: "
2525 msgstr ""
2526
2527 #: e2fsck/unix.c:167
2528 #, c-format
2529 msgid "%8llu block used (%2.2f%%)\n"
2530 msgid_plural "%8llu blocks used (%2.2f%%)\n"
2531 msgstr[0] ""
2532 msgstr[1] ""
2533
2534 #: e2fsck/unix.c:170
2535 #, c-format
2536 msgid "%8u bad block\n"
2537 msgid_plural "%8u bad blocks\n"
2538 msgstr[0] ""
2539 msgstr[1] ""
2540
2541 #: e2fsck/unix.c:172
2542 #, c-format
2543 msgid "%8u large file\n"
2544 msgid_plural "%8u large files\n"
2545 msgstr[0] ""
2546 msgstr[1] ""
2547
2548 #: e2fsck/unix.c:174
2549 #, c-format
2550 msgid ""
2551 "\n"
2552 "%8u regular file\n"
2553 msgid_plural ""
2554 "\n"
2555 "%8u regular files\n"
2556 msgstr[0] ""
2557 msgstr[1] ""
2558
2559 #: e2fsck/unix.c:176
2560 #, c-format
2561 msgid "%8u directory\n"
2562 msgid_plural "%8u directories\n"
2563 msgstr[0] ""
2564 msgstr[1] ""
2565
2566 #: e2fsck/unix.c:178
2567 #, c-format
2568 msgid "%8u character device file\n"
2569 msgid_plural "%8u character device files\n"
2570 msgstr[0] ""
2571 msgstr[1] ""
2572
2573 #: e2fsck/unix.c:181
2574 #, c-format
2575 msgid "%8u block device file\n"
2576 msgid_plural "%8u block device files\n"
2577 msgstr[0] ""
2578 msgstr[1] ""
2579
2580 #: e2fsck/unix.c:183
2581 #, c-format
2582 msgid "%8u fifo\n"
2583 msgid_plural "%8u fifos\n"
2584 msgstr[0] ""
2585 msgstr[1] ""
2586
2587 #: e2fsck/unix.c:185
2588 #, c-format
2589 msgid "%8u link\n"
2590 msgid_plural "%8u links\n"
2591 msgstr[0] ""
2592 msgstr[1] ""
2593
2594 #: e2fsck/unix.c:188
2595 #, c-format
2596 msgid "%8u symbolic link"
2597 msgid_plural "%8u symbolic links"
2598 msgstr[0] ""
2599 msgstr[1] ""
2600
2601 #: e2fsck/unix.c:190
2602 #, c-format
2603 msgid " (%u fast symbolic link)\n"
2604 msgid_plural " (%u fast symbolic links)\n"
2605 msgstr[0] ""
2606 msgstr[1] ""
2607
2608 #: e2fsck/unix.c:192
2609 #, c-format
2610 msgid "%8u socket\n"
2611 msgid_plural "%8u sockets\n"
2612 msgstr[0] ""
2613 msgstr[1] ""
2614
2615 #: e2fsck/unix.c:195
2616 #, c-format
2617 msgid "%8u file\n"
2618 msgid_plural "%8u files\n"
2619 msgstr[0] ""
2620 msgstr[1] ""
2621
2622 #: e2fsck/unix.c:209 misc/badblocks.c:984 misc/tune2fs.c:1965 misc/util.c:147
2623 #: resize/main.c:251
2624 #, c-format
2625 msgid "while determining whether %s is mounted."
2626 msgstr ""
2627
2628 #: e2fsck/unix.c:227
2629 #, c-format
2630 msgid "Warning!  %s is mounted.\n"
2631 msgstr ""
2632
2633 #: e2fsck/unix.c:231
2634 #, c-format
2635 msgid "%s is mounted.  "
2636 msgstr ""
2637
2638 #: e2fsck/unix.c:233
2639 msgid ""
2640 "Cannot continue, aborting.\n"
2641 "\n"
2642 msgstr ""
2643
2644 #: e2fsck/unix.c:235
2645 #, c-format
2646 msgid ""
2647 "\n"
2648 "\n"
2649 "WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***\n"
2650 "cause ***SEVERE*** filesystem damage.\n"
2651 "\n"
2652 msgstr ""
2653
2654 #: e2fsck/unix.c:239
2655 msgid "Do you really want to continue"
2656 msgstr ""
2657
2658 #: e2fsck/unix.c:241
2659 #, c-format
2660 msgid "check aborted.\n"
2661 msgstr ""
2662
2663 #: e2fsck/unix.c:323
2664 msgid " contains a file system with errors"
2665 msgstr ""
2666
2667 #: e2fsck/unix.c:325
2668 msgid " was not cleanly unmounted"
2669 msgstr ""
2670
2671 #: e2fsck/unix.c:327
2672 msgid " primary superblock features different from backup"
2673 msgstr ""
2674
2675 #: e2fsck/unix.c:331
2676 #, c-format
2677 msgid " has been mounted %u times without being checked"
2678 msgstr ""
2679
2680 #: e2fsck/unix.c:338
2681 msgid " has filesystem last checked time in the future"
2682 msgstr ""
2683
2684 #: e2fsck/unix.c:344
2685 #, c-format
2686 msgid " has gone %u days without being checked"
2687 msgstr ""
2688
2689 #: e2fsck/unix.c:353
2690 msgid ", check forced.\n"
2691 msgstr ""
2692
2693 #: e2fsck/unix.c:386
2694 #, c-format
2695 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
2696 msgstr ""
2697
2698 #: e2fsck/unix.c:404
2699 msgid " (check deferred; on battery)"
2700 msgstr ""
2701
2702 #: e2fsck/unix.c:407
2703 msgid " (check after next mount)"
2704 msgstr ""
2705
2706 #: e2fsck/unix.c:409
2707 #, c-format
2708 msgid " (check in %ld mounts)"
2709 msgstr ""
2710
2711 #: e2fsck/unix.c:559
2712 #, c-format
2713 msgid "ERROR: Couldn't open /dev/null (%s)\n"
2714 msgstr ""
2715
2716 #: e2fsck/unix.c:628
2717 #, c-format
2718 msgid "Invalid EA version.\n"
2719 msgstr ""
2720
2721 #: e2fsck/unix.c:649
2722 #, c-format
2723 msgid "Unknown extended option: %s\n"
2724 msgstr ""
2725
2726 #: e2fsck/unix.c:674
2727 #, c-format
2728 msgid ""
2729 "Syntax error in e2fsck config file (%s, line #%d)\n"
2730 "\t%s\n"
2731 msgstr ""
2732
2733 #: e2fsck/unix.c:743
2734 #, c-format
2735 msgid "Error validating file descriptor %d: %s\n"
2736 msgstr ""
2737
2738 #: e2fsck/unix.c:747
2739 msgid "Invalid completion information file descriptor"
2740 msgstr ""
2741
2742 #: e2fsck/unix.c:762
2743 msgid "Only one of the options -p/-a, -n or -y may be specified."
2744 msgstr ""
2745
2746 #: e2fsck/unix.c:783
2747 #, c-format
2748 msgid "The -t option is not supported on this version of e2fsck.\n"
2749 msgstr ""
2750
2751 #: e2fsck/unix.c:814 e2fsck/unix.c:886 misc/tune2fs.c:799 misc/tune2fs.c:1088
2752 #: misc/tune2fs.c:1106
2753 #, c-format
2754 msgid "Unable to resolve '%s'"
2755 msgstr ""
2756
2757 #: e2fsck/unix.c:865
2758 msgid "The -n and -D options are incompatible."
2759 msgstr ""
2760
2761 #: e2fsck/unix.c:870
2762 msgid "The -n and -c options are incompatible."
2763 msgstr ""
2764
2765 #: e2fsck/unix.c:875
2766 msgid "The -n and -l/-L options are incompatible."
2767 msgstr ""
2768
2769 #: e2fsck/unix.c:915
2770 #, c-format
2771 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
2772 msgstr ""
2773
2774 #: e2fsck/unix.c:963
2775 #, c-format
2776 msgid ""
2777 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
2778 "\n"
2779 msgstr ""
2780
2781 #: e2fsck/unix.c:972
2782 #, c-format
2783 msgid ""
2784 "\n"
2785 "Invalid non-numeric argument to -%c (\"%s\")\n"
2786 "\n"
2787 msgstr ""
2788
2789 #: e2fsck/unix.c:1074 e2fsck/unix.c:1079
2790 msgid "while checking MMP block"
2791 msgstr ""
2792
2793 #: e2fsck/unix.c:1081 misc/tune2fs.c:1899
2794 msgid ""
2795 "If you are sure the filesystem is not in use on any node, run:\n"
2796 "'tune2fs -f -E clear_mmp {device}'\n"
2797 msgstr ""
2798
2799 #: e2fsck/unix.c:1130
2800 #, c-format
2801 msgid "Error: ext2fs library version out of date!\n"
2802 msgstr ""
2803
2804 #: e2fsck/unix.c:1138
2805 msgid "while trying to initialize program"
2806 msgstr ""
2807
2808 #: e2fsck/unix.c:1149
2809 #, c-format
2810 msgid "\tUsing %s, %s\n"
2811 msgstr ""
2812
2813 #: e2fsck/unix.c:1161
2814 msgid "need terminal for interactive repairs"
2815 msgstr ""
2816
2817 #: e2fsck/unix.c:1200
2818 #, c-format
2819 msgid "%s: %s trying backup blocks...\n"
2820 msgstr ""
2821
2822 #: e2fsck/unix.c:1202
2823 msgid "Superblock invalid,"
2824 msgstr ""
2825
2826 #: e2fsck/unix.c:1203
2827 msgid "Group descriptors look bad..."
2828 msgstr ""
2829
2830 #: e2fsck/unix.c:1215
2831 #, c-format
2832 msgid "%s: going back to original superblock\n"
2833 msgstr ""
2834
2835 #: e2fsck/unix.c:1242
2836 #, c-format
2837 msgid ""
2838 "The filesystem revision is apparently too high for this version of e2fsck.\n"
2839 "(Or the filesystem superblock is corrupt)\n"
2840 "\n"
2841 msgstr ""
2842
2843 #: e2fsck/unix.c:1248
2844 #, c-format
2845 msgid "Could this be a zero-length partition?\n"
2846 msgstr ""
2847
2848 #: e2fsck/unix.c:1250
2849 #, c-format
2850 msgid "You must have %s access to the filesystem or be root\n"
2851 msgstr ""
2852
2853 #: e2fsck/unix.c:1255
2854 #, c-format
2855 msgid "Possibly non-existent or swap device?\n"
2856 msgstr ""
2857
2858 #: e2fsck/unix.c:1257
2859 #, c-format
2860 msgid "Filesystem mounted or opened exclusively by another program?\n"
2861 msgstr ""
2862
2863 #: e2fsck/unix.c:1260
2864 #, c-format
2865 msgid "Possibly non-existent device?\n"
2866 msgstr ""
2867
2868 #: e2fsck/unix.c:1263
2869 #, c-format
2870 msgid ""
2871 "Disk write-protected; use the -n option to do a read-only\n"
2872 "check of the device.\n"
2873 msgstr ""
2874
2875 #: e2fsck/unix.c:1327
2876 msgid "Get a newer version of e2fsck!"
2877 msgstr ""
2878
2879 #: e2fsck/unix.c:1373
2880 #, c-format
2881 msgid "while checking ext3 journal for %s"
2882 msgstr ""
2883
2884 #: e2fsck/unix.c:1384
2885 #, c-format
2886 msgid ""
2887 "Warning: skipping journal recovery because doing a read-only filesystem "
2888 "check.\n"
2889 msgstr ""
2890
2891 #: e2fsck/unix.c:1397
2892 #, c-format
2893 msgid "unable to set superblock flags on %s\n"
2894 msgstr ""
2895
2896 #: e2fsck/unix.c:1403
2897 #, c-format
2898 msgid "while recovering ext3 journal of %s"
2899 msgstr ""
2900
2901 #: e2fsck/unix.c:1428
2902 #, c-format
2903 msgid "%s has unsupported feature(s):"
2904 msgstr ""
2905
2906 #: e2fsck/unix.c:1444
2907 msgid "Warning: compression support is experimental.\n"
2908 msgstr ""
2909
2910 #: e2fsck/unix.c:1449
2911 #, c-format
2912 msgid ""
2913 "E2fsck not compiled with HTREE support,\n"
2914 "\tbut filesystem %s has HTREE directories.\n"
2915 msgstr ""
2916
2917 #: e2fsck/unix.c:1502
2918 msgid "while reading bad blocks inode"
2919 msgstr ""
2920
2921 #: e2fsck/unix.c:1504
2922 #, c-format
2923 msgid "This doesn't bode well, but we'll try to go on...\n"
2924 msgstr ""
2925
2926 #: e2fsck/unix.c:1543
2927 msgid "Couldn't determine journal size"
2928 msgstr ""
2929
2930 #: e2fsck/unix.c:1546
2931 #, c-format
2932 msgid "Creating journal (%d blocks): "
2933 msgstr ""
2934
2935 #: e2fsck/unix.c:1553 misc/mke2fs.c:2514
2936 msgid ""
2937 "\n"
2938 "\twhile trying to create journal"
2939 msgstr ""
2940
2941 #: e2fsck/unix.c:1556
2942 #, c-format
2943 msgid " Done.\n"
2944 msgstr ""
2945
2946 #: e2fsck/unix.c:1557
2947 #, c-format
2948 msgid ""
2949 "\n"
2950 "*** journal has been re-created - filesystem is now ext3 again ***\n"
2951 msgstr ""
2952
2953 #: e2fsck/unix.c:1569
2954 #, c-format
2955 msgid "Restarting e2fsck from the beginning...\n"
2956 msgstr ""
2957
2958 #: e2fsck/unix.c:1573
2959 msgid "while resetting context"
2960 msgstr ""
2961
2962 #: e2fsck/unix.c:1580
2963 #, c-format
2964 msgid "%s: e2fsck canceled.\n"
2965 msgstr ""
2966
2967 #: e2fsck/unix.c:1585
2968 msgid "aborted"
2969 msgstr ""
2970
2971 #: e2fsck/unix.c:1597
2972 #, c-format
2973 msgid ""
2974 "\n"
2975 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
2976 msgstr ""
2977
2978 #: e2fsck/unix.c:1600
2979 #, c-format
2980 msgid "%s: ***** REBOOT LINUX *****\n"
2981 msgstr ""
2982
2983 #: e2fsck/unix.c:1608
2984 #, c-format
2985 msgid ""
2986 "\n"
2987 "%s: ********** WARNING: Filesystem still has errors **********\n"
2988 "\n"
2989 msgstr ""
2990
2991 #: e2fsck/unix.c:1648
2992 msgid "while setting block group checksum info"
2993 msgstr ""
2994
2995 #: e2fsck/util.c:141 misc/util.c:70
2996 msgid "yY"
2997 msgstr ""
2998
2999 #: e2fsck/util.c:142
3000 msgid "nN"
3001 msgstr ""
3002
3003 #: e2fsck/util.c:156
3004 msgid "<y>"
3005 msgstr ""
3006
3007 #: e2fsck/util.c:158
3008 msgid "<n>"
3009 msgstr ""
3010
3011 #: e2fsck/util.c:160
3012 msgid " (y/n)"
3013 msgstr ""
3014
3015 #: e2fsck/util.c:175
3016 msgid "cancelled!\n"
3017 msgstr ""
3018
3019 #: e2fsck/util.c:190
3020 msgid "yes\n"
3021 msgstr ""
3022
3023 #: e2fsck/util.c:192
3024 msgid "no\n"
3025 msgstr ""
3026
3027 #: e2fsck/util.c:202
3028 #, c-format
3029 msgid ""
3030 "%s? no\n"
3031 "\n"
3032 msgstr ""
3033
3034 #: e2fsck/util.c:206
3035 #, c-format
3036 msgid ""
3037 "%s? yes\n"
3038 "\n"
3039 msgstr ""
3040
3041 #: e2fsck/util.c:210
3042 msgid "yes"
3043 msgstr ""
3044
3045 #: e2fsck/util.c:210
3046 msgid "no"
3047 msgstr ""
3048
3049 #: e2fsck/util.c:224
3050 #, c-format
3051 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3052 msgstr ""
3053
3054 #: e2fsck/util.c:229
3055 msgid "reading inode and block bitmaps"
3056 msgstr ""
3057
3058 #: e2fsck/util.c:234
3059 #, c-format
3060 msgid "while retrying to read bitmaps for %s"
3061 msgstr ""
3062
3063 #: e2fsck/util.c:246
3064 msgid "writing block and inode bitmaps"
3065 msgstr ""
3066
3067 #: e2fsck/util.c:251
3068 #, c-format
3069 msgid "while rewriting block and inode bitmaps for %s"
3070 msgstr ""
3071
3072 #: e2fsck/util.c:263
3073 #, c-format
3074 msgid ""
3075 "\n"
3076 "\n"
3077 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3078 "\t(i.e., without -a or -p options)\n"
3079 msgstr ""
3080
3081 #: e2fsck/util.c:344
3082 #, c-format
3083 msgid "Memory used: %luk/%luk (%luk/%luk), "
3084 msgstr ""
3085
3086 #: e2fsck/util.c:348
3087 #, c-format
3088 msgid "Memory used: %lu, "
3089 msgstr ""
3090
3091 #: e2fsck/util.c:355
3092 #, c-format
3093 msgid "time: %5.2f/%5.2f/%5.2f\n"
3094 msgstr ""
3095
3096 #: e2fsck/util.c:360
3097 #, c-format
3098 msgid "elapsed time: %6.3f\n"
3099 msgstr ""
3100
3101 #: e2fsck/util.c:394 e2fsck/util.c:408
3102 #, c-format
3103 msgid "while reading inode %lu in %s"
3104 msgstr ""
3105
3106 #: e2fsck/util.c:422 e2fsck/util.c:435
3107 #, c-format
3108 msgid "while writing inode %lu in %s"
3109 msgstr ""
3110
3111 #: e2fsck/util.c:584
3112 msgid "while allocating zeroizing buffer"
3113 msgstr ""
3114
3115 #: e2fsck/util.c:736
3116 msgid ""
3117 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3118 "running.\n"
3119 msgstr ""
3120
3121 #: misc/badblocks.c:69
3122 msgid "done                                                 \n"
3123 msgstr ""
3124
3125 #: misc/badblocks.c:93
3126 #, c-format
3127 msgid ""
3128 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n"
3129 "       [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3130 "max_bad_blocks]\n"
3131 "       [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3132 "       device [last_block [first_block]]\n"
3133 msgstr ""
3134
3135 #: misc/badblocks.c:104
3136 #, c-format
3137 msgid ""
3138 "%s: The -n and -w options are mutually exclusive.\n"
3139 "\n"
3140 msgstr ""
3141
3142 #: misc/badblocks.c:219
3143 #, c-format
3144 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3145 msgstr ""
3146
3147 #: misc/badblocks.c:322
3148 msgid "Testing with random pattern: "
3149 msgstr ""
3150
3151 #: misc/badblocks.c:340
3152 msgid "Testing with pattern 0x"
3153 msgstr ""
3154
3155 #: misc/badblocks.c:372 misc/badblocks.c:445
3156 msgid "during seek"
3157 msgstr ""
3158
3159 #: misc/badblocks.c:383
3160 #, c-format
3161 msgid "Weird value (%ld) in do_read\n"
3162 msgstr ""
3163
3164 #: misc/badblocks.c:469
3165 msgid "during ext2fs_sync_device"
3166 msgstr ""
3167
3168 #: misc/badblocks.c:489 misc/badblocks.c:750
3169 msgid "while beginning bad block list iteration"
3170 msgstr ""
3171
3172 #: misc/badblocks.c:503 misc/badblocks.c:603 misc/badblocks.c:760
3173 msgid "while allocating buffers"
3174 msgstr ""
3175
3176 #: misc/badblocks.c:507
3177 #, c-format
3178 msgid "Checking blocks %lu to %lu\n"
3179 msgstr ""
3180
3181 #: misc/badblocks.c:512
3182 msgid "Checking for bad blocks in read-only mode\n"
3183 msgstr ""
3184
3185 #: misc/badblocks.c:521
3186 msgid "Checking for bad blocks (read-only test): "
3187 msgstr ""
3188
3189 #: misc/badblocks.c:529 misc/badblocks.c:635 misc/badblocks.c:677
3190 #: misc/badblocks.c:823
3191 msgid "Too many bad blocks, aborting test\n"
3192 msgstr ""
3193
3194 #: misc/badblocks.c:610
3195 msgid "Checking for bad blocks in read-write mode\n"
3196 msgstr ""
3197
3198 #: misc/badblocks.c:612 misc/badblocks.c:773
3199 #, c-format
3200 msgid "From block %lu to %lu\n"
3201 msgstr ""
3202
3203 #: misc/badblocks.c:667
3204 msgid "Reading and comparing: "
3205 msgstr ""
3206
3207 #: misc/badblocks.c:772
3208 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3209 msgstr ""
3210
3211 #: misc/badblocks.c:778
3212 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3213 msgstr ""
3214
3215 #: misc/badblocks.c:785
3216 msgid ""
3217 "\n"
3218 "Interrupt caught, cleaning up\n"
3219 msgstr ""
3220
3221 #: misc/badblocks.c:868
3222 #, c-format
3223 msgid "during test data write, block %lu"
3224 msgstr ""
3225
3226 #: misc/badblocks.c:989 misc/util.c:152
3227 #, c-format
3228 msgid "%s is mounted; "
3229 msgstr ""
3230
3231 #: misc/badblocks.c:991
3232 msgid "badblocks forced anyway.  Hope /etc/mtab is incorrect.\n"
3233 msgstr ""
3234
3235 #: misc/badblocks.c:996
3236 msgid "it's not safe to run badblocks!\n"
3237 msgstr ""
3238
3239 #: misc/badblocks.c:1001 misc/util.c:163
3240 #, c-format
3241 msgid "%s is apparently in use by the system; "
3242 msgstr ""
3243
3244 #: misc/badblocks.c:1004
3245 msgid "badblocks forced anyway.\n"
3246 msgstr ""
3247
3248 #: misc/badblocks.c:1024
3249 #, c-format
3250 msgid "invalid %s - %s"
3251 msgstr ""
3252
3253 #: misc/badblocks.c:1134
3254 #, c-format
3255 msgid "can't allocate memory for test_pattern - %s"
3256 msgstr ""
3257
3258 #: misc/badblocks.c:1164
3259 msgid "Maximum of one test_pattern may be specified in read-only mode"
3260 msgstr ""
3261
3262 #: misc/badblocks.c:1170
3263 msgid "Random test_pattern is not allowed in read-only mode"
3264 msgstr ""
3265
3266 #: misc/badblocks.c:1184
3267 msgid ""
3268 "Couldn't determine device size; you must specify\n"
3269 "the size manually\n"
3270 msgstr ""
3271
3272 #: misc/badblocks.c:1190
3273 msgid "while trying to determine device size"
3274 msgstr ""
3275
3276 #: misc/badblocks.c:1195
3277 msgid "last block"
3278 msgstr ""
3279
3280 #: misc/badblocks.c:1201
3281 msgid "first block"
3282 msgstr ""
3283
3284 #: misc/badblocks.c:1204
3285 #, c-format
3286 msgid "invalid starting block (%lu): must be less than %lu"
3287 msgstr ""
3288
3289 #: misc/badblocks.c:1260
3290 msgid "while creating in-memory bad blocks list"
3291 msgstr ""
3292
3293 #: misc/badblocks.c:1275
3294 msgid "while adding to in-memory bad block list"
3295 msgstr ""
3296
3297 #: misc/badblocks.c:1299
3298 #, c-format
3299 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3300 msgstr ""
3301
3302 #: misc/chattr.c:86
3303 #, c-format
3304 msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n"
3305 msgstr ""
3306
3307 #: misc/chattr.c:154
3308 #, c-format
3309 msgid "bad version - %s\n"
3310 msgstr ""
3311
3312 #: misc/chattr.c:201 misc/lsattr.c:116
3313 #, c-format
3314 msgid "while trying to stat %s"
3315 msgstr ""
3316
3317 #: misc/chattr.c:208
3318 #, c-format
3319 msgid "while reading flags on %s"
3320 msgstr ""
3321
3322 #: misc/chattr.c:217 misc/chattr.c:236
3323 #, c-format
3324 msgid "Clearing extent flag not supported on %s"
3325 msgstr ""
3326
3327 #: misc/chattr.c:222 misc/chattr.c:241
3328 #, c-format
3329 msgid "Flags of %s set as "
3330 msgstr ""
3331
3332 #: misc/chattr.c:250
3333 #, c-format
3334 msgid "while setting flags on %s"
3335 msgstr ""
3336
3337 #: misc/chattr.c:258
3338 #, c-format
3339 msgid "Version of %s set as %lu\n"
3340 msgstr ""
3341
3342 #: misc/chattr.c:262
3343 #, c-format
3344 msgid "while setting version on %s"
3345 msgstr ""
3346
3347 #: misc/chattr.c:282
3348 #, c-format
3349 msgid "Couldn't allocate path variable in chattr_dir_proc"
3350 msgstr ""
3351
3352 #: misc/chattr.c:322
3353 msgid "= is incompatible with - and +\n"
3354 msgstr ""
3355
3356 #: misc/chattr.c:330
3357 msgid "Must use '-v', =, - or +\n"
3358 msgstr ""
3359
3360 #: misc/dumpe2fs.c:54
3361 #, c-format
3362 msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
3363 msgstr ""
3364
3365 #: misc/dumpe2fs.c:152
3366 msgid "blocks"
3367 msgstr ""
3368
3369 #: misc/dumpe2fs.c:161
3370 msgid "clusters"
3371 msgstr ""
3372
3373 #: misc/dumpe2fs.c:189
3374 #, c-format
3375 msgid "Group %lu: (Blocks "
3376 msgstr ""
3377
3378 #: misc/dumpe2fs.c:194
3379 #, c-format
3380 msgid "  Checksum 0x%04x, unused inodes %u\n"
3381 msgstr ""
3382
3383 #: misc/dumpe2fs.c:199
3384 #, c-format
3385 msgid "  %s superblock at "
3386 msgstr ""
3387
3388 #: misc/dumpe2fs.c:200
3389 msgid "Primary"
3390 msgstr ""
3391
3392 #: misc/dumpe2fs.c:200
3393 msgid "Backup"
3394 msgstr ""
3395
3396 #: misc/dumpe2fs.c:204
3397 #, c-format
3398 msgid ", Group descriptors at "
3399 msgstr ""
3400
3401 #: misc/dumpe2fs.c:208
3402 #, c-format
3403 msgid ""
3404 "\n"
3405 "  Reserved GDT blocks at "
3406 msgstr ""
3407
3408 #: misc/dumpe2fs.c:215
3409 #, c-format
3410 msgid " Group descriptor at "
3411 msgstr ""
3412
3413 #: misc/dumpe2fs.c:221
3414 msgid "  Block bitmap at "
3415 msgstr ""
3416
3417 #: misc/dumpe2fs.c:225
3418 msgid ", Inode bitmap at "
3419 msgstr ""
3420
3421 #: misc/dumpe2fs.c:229
3422 msgid ""
3423 "\n"
3424 "  Inode table at "
3425 msgstr ""
3426
3427 #: misc/dumpe2fs.c:235
3428 #, c-format
3429 msgid ""
3430 "\n"
3431 "  %u free %s, %u free inodes, %u directories%s"
3432 msgstr ""
3433
3434 #: misc/dumpe2fs.c:242
3435 #, c-format
3436 msgid ", %u unused inodes\n"
3437 msgstr ""
3438
3439 #: misc/dumpe2fs.c:245
3440 msgid "  Free blocks: "
3441 msgstr ""
3442
3443 #: misc/dumpe2fs.c:256
3444 msgid "  Free inodes: "
3445 msgstr ""
3446
3447 #: misc/dumpe2fs.c:287
3448 msgid "while printing bad block list"
3449 msgstr ""
3450
3451 #: misc/dumpe2fs.c:293
3452 #, c-format
3453 msgid "Bad blocks: %u"
3454 msgstr ""
3455
3456 #: misc/dumpe2fs.c:320 misc/tune2fs.c:302
3457 msgid "while reading journal inode"
3458 msgstr ""
3459
3460 #: misc/dumpe2fs.c:326
3461 msgid "while opening journal inode"
3462 msgstr ""
3463
3464 #: misc/dumpe2fs.c:332
3465 msgid "while reading journal super block"
3466 msgstr ""
3467
3468 #: misc/dumpe2fs.c:342
3469 #, c-format
3470 msgid "Journal features:        "
3471 msgstr ""
3472
3473 #: misc/dumpe2fs.c:355
3474 msgid "Journal size:             "
3475 msgstr ""
3476
3477 #: misc/dumpe2fs.c:366
3478 #, c-format
3479 msgid ""
3480 "Journal length:           %u\n"
3481 "Journal sequence:         0x%08x\n"
3482 "Journal start:            %u\n"
3483 msgstr ""
3484
3485 #: misc/dumpe2fs.c:385 misc/tune2fs.c:218
3486 msgid "while reading journal superblock"
3487 msgstr ""
3488
3489 #: misc/dumpe2fs.c:393
3490 msgid "Couldn't find journal superblock magic numbers"
3491 msgstr ""
3492
3493 #: misc/dumpe2fs.c:397
3494 #, c-format
3495 msgid ""
3496 "\n"
3497 "Journal block size:       %u\n"
3498 "Journal length:           %u\n"
3499 "Journal first block:      %u\n"
3500 "Journal sequence:         0x%08x\n"
3501 "Journal start:            %u\n"
3502 "Journal number of users:  %u\n"
3503 msgstr ""
3504
3505 #: misc/dumpe2fs.c:410
3506 #, c-format
3507 msgid "Journal users:            %s\n"
3508 msgstr ""
3509
3510 #: misc/dumpe2fs.c:426 misc/mke2fs.c:662 misc/tune2fs.c:1125
3511 #, c-format
3512 msgid "Couldn't allocate memory to parse options!\n"
3513 msgstr ""
3514
3515 #: misc/dumpe2fs.c:452
3516 #, c-format
3517 msgid "Invalid superblock parameter: %s\n"
3518 msgstr ""
3519
3520 #: misc/dumpe2fs.c:467
3521 #, c-format
3522 msgid "Invalid blocksize parameter: %s\n"
3523 msgstr ""
3524
3525 #: misc/dumpe2fs.c:478
3526 #, c-format
3527 msgid ""
3528 "\n"
3529 "Bad extended option(s) specified: %s\n"
3530 "\n"
3531 "Extended options are separated by commas, and may take an argument which\n"
3532 "\tis set off by an equals ('=') sign.\n"
3533 "\n"
3534 "Valid extended options are:\n"
3535 "\tsuperblock=<superblock number>\n"
3536 "\tblocksize=<blocksize>\n"
3537 msgstr ""
3538
3539 #: misc/dumpe2fs.c:538 misc/mke2fs.c:1499
3540 #, c-format
3541 msgid "\tUsing %s\n"
3542 msgstr ""
3543
3544 #: misc/dumpe2fs.c:574 misc/e2image.c:1290 misc/tune2fs.c:1910
3545 #: resize/main.c:310
3546 #, c-format
3547 msgid "Couldn't find valid filesystem superblock.\n"
3548 msgstr ""
3549
3550 #: misc/dumpe2fs.c:599
3551 #, c-format
3552 msgid ""
3553 "\n"
3554 "%s: %s: error reading bitmaps: %s\n"
3555 msgstr ""
3556
3557 #: misc/e2image.c:87
3558 #, c-format
3559 msgid "Usage: %s [-rsIQ] device image_file\n"
3560 msgstr ""
3561
3562 #: misc/e2image.c:135
3563 #, c-format
3564 msgid "Error: header size is bigger than wrt_size\n"
3565 msgstr ""
3566
3567 #: misc/e2image.c:141
3568 msgid "Couldn't allocate header buffer\n"
3569 msgstr ""
3570
3571 #: misc/e2image.c:171
3572 msgid "while writing superblock"
3573 msgstr ""
3574
3575 #: misc/e2image.c:179
3576 msgid "while writing inode table"
3577 msgstr ""
3578
3579 #: misc/e2image.c:186
3580 msgid "while writing block bitmap"
3581 msgstr ""
3582
3583 #: misc/e2image.c:193
3584 msgid "while writing inode bitmap"
3585 msgstr ""
3586
3587 #: misc/e2image.c:1322
3588 #, c-format
3589 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
3590 msgstr ""
3591
3592 #: misc/e2label.c:58
3593 #, c-format
3594 msgid "e2label: cannot open %s\n"
3595 msgstr ""
3596
3597 #: misc/e2label.c:63
3598 #, c-format
3599 msgid "e2label: cannot seek to superblock\n"
3600 msgstr ""
3601
3602 #: misc/e2label.c:68
3603 #, c-format
3604 msgid "e2label: error reading superblock\n"
3605 msgstr ""
3606
3607 #: misc/e2label.c:72
3608 #, c-format
3609 msgid "e2label: not an ext2 filesystem\n"
3610 msgstr ""
3611
3612 #: misc/e2label.c:97 misc/tune2fs.c:2060
3613 #, c-format
3614 msgid "Warning: label too long, truncating.\n"
3615 msgstr ""
3616
3617 #: misc/e2label.c:100
3618 #, c-format
3619 msgid "e2label: cannot seek to superblock again\n"
3620 msgstr ""
3621
3622 #: misc/e2label.c:105
3623 #, c-format
3624 msgid "e2label: error writing superblock\n"
3625 msgstr ""
3626
3627 #: misc/e2label.c:117 misc/tune2fs.c:791
3628 #, c-format
3629 msgid "Usage: e2label device [newlabel]\n"
3630 msgstr ""
3631
3632 #: misc/e2undo.c:36
3633 #, c-format
3634 msgid "Usage: %s <transaction file> <filesystem>\n"
3635 msgstr ""
3636
3637 #: misc/e2undo.c:52
3638 msgid "Failed to read the file system data \n"
3639 msgstr ""
3640
3641 #: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:206
3642 #, c-format
3643 msgid "Failed tdb_fetch %s\n"
3644 msgstr ""
3645
3646 #: misc/e2undo.c:70
3647 #, c-format
3648 msgid "The file system Mount time didn't match %u\n"
3649 msgstr ""
3650
3651 #: misc/e2undo.c:89
3652 msgid "The file system UUID didn't match \n"
3653 msgstr ""
3654
3655 #: misc/e2undo.c:163
3656 #, c-format
3657 msgid "Failed tdb_open %s\n"
3658 msgstr ""
3659
3660 #: misc/e2undo.c:169
3661 #, c-format
3662 msgid "Error while determining whether %s is mounted.\n"
3663 msgstr ""
3664
3665 #: misc/e2undo.c:175
3666 msgid "e2undo should only be run on unmounted file system\n"
3667 msgstr ""
3668
3669 #: misc/e2undo.c:184
3670 #, c-format
3671 msgid "Failed to open %s\n"
3672 msgstr ""
3673
3674 #: misc/e2undo.c:210
3675 #, c-format
3676 msgid "Replayed transaction of size %zd at location %llu\n"
3677 msgstr ""
3678
3679 #: misc/e2undo.c:216
3680 #, c-format
3681 msgid "Failed write %s\n"
3682 msgstr ""
3683
3684 #: misc/fsck.c:344
3685 #, c-format
3686 msgid "WARNING: couldn't open %s: %s\n"
3687 msgstr ""
3688
3689 #: misc/fsck.c:354
3690 #, c-format
3691 msgid "WARNING: bad format on line %d of %s\n"
3692 msgstr ""
3693
3694 #: misc/fsck.c:371
3695 msgid ""
3696 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
3697 "\tfield.  I will kludge around things for you, but you\n"
3698 "\tshould fix your /etc/fstab file as soon as you can.\n"
3699 "\n"
3700 msgstr ""
3701
3702 #: misc/fsck.c:479
3703 #, c-format
3704 msgid "fsck: %s: not found\n"
3705 msgstr ""
3706
3707 #: misc/fsck.c:595
3708 #, c-format
3709 msgid "%s: wait: No more child process?!?\n"
3710 msgstr ""
3711
3712 #: misc/fsck.c:617
3713 #, c-format
3714 msgid "Warning... %s for device %s exited with signal %d.\n"
3715 msgstr ""
3716
3717 #: misc/fsck.c:623
3718 #, c-format
3719 msgid "%s %s: status is %x, should never happen.\n"
3720 msgstr ""
3721
3722 #: misc/fsck.c:662
3723 #, c-format
3724 msgid "Finished with %s (exit status %d)\n"
3725 msgstr ""
3726
3727 #: misc/fsck.c:722
3728 #, c-format
3729 msgid "%s: Error %d while executing fsck.%s for %s\n"
3730 msgstr ""
3731
3732 #: misc/fsck.c:743
3733 msgid ""
3734 "Either all or none of the filesystem types passed to -t must be prefixed\n"
3735 "with 'no' or '!'.\n"
3736 msgstr ""
3737
3738 #: misc/fsck.c:762
3739 msgid "Couldn't allocate memory for filesystem types\n"
3740 msgstr ""
3741
3742 #: misc/fsck.c:885
3743 #, c-format
3744 msgid ""
3745 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
3746 "number\n"
3747 msgstr ""
3748
3749 #: misc/fsck.c:912
3750 #, c-format
3751 msgid "fsck: cannot check %s: fsck.%s not found\n"
3752 msgstr ""
3753
3754 #: misc/fsck.c:968
3755 msgid "Checking all file systems.\n"
3756 msgstr ""
3757
3758 #: misc/fsck.c:1059
3759 #, c-format
3760 msgid "--waiting-- (pass %d)\n"
3761 msgstr ""
3762
3763 #: misc/fsck.c:1079
3764 msgid ""
3765 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
3766 msgstr ""
3767
3768 #: misc/fsck.c:1121
3769 #, c-format
3770 msgid "%s: too many devices\n"
3771 msgstr ""
3772
3773 #: misc/fsck.c:1154 misc/fsck.c:1240
3774 #, c-format
3775 msgid "%s: too many arguments\n"
3776 msgstr ""
3777
3778 #: misc/lsattr.c:74
3779 #, c-format
3780 msgid "Usage: %s [-RVadlv] [files...]\n"
3781 msgstr ""
3782
3783 #: misc/lsattr.c:84
3784 #, c-format
3785 msgid "While reading flags on %s"
3786 msgstr ""
3787
3788 #: misc/lsattr.c:91
3789 #, c-format
3790 msgid "While reading version on %s"
3791 msgstr ""
3792
3793 #: misc/mke2fs.c:115
3794 #, c-format
3795 msgid ""
3796 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
3797 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
3798 "\t[-G meta group size] [-N number-of-inodes]\n"
3799 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
3800 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
3801 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
3802 "\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n"
3803 msgstr ""
3804
3805 #: misc/mke2fs.c:217
3806 #, c-format
3807 msgid "Running command: %s\n"
3808 msgstr ""
3809
3810 #: misc/mke2fs.c:221
3811 #, c-format
3812 msgid "while trying to run '%s'"
3813 msgstr ""
3814
3815 #: misc/mke2fs.c:228
3816 msgid "while processing list of bad blocks from program"
3817 msgstr ""
3818
3819 #: misc/mke2fs.c:255
3820 #, c-format
3821 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3822 msgstr ""
3823
3824 #: misc/mke2fs.c:257
3825 #, c-format
3826 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
3827 msgstr ""
3828
3829 #: misc/mke2fs.c:260
3830 msgid "Aborting....\n"
3831 msgstr ""
3832
3833 #: misc/mke2fs.c:280
3834 #, c-format
3835 msgid ""
3836 "Warning: the backup superblock/group descriptors at block %u contain\n"
3837 "\tbad blocks.\n"
3838 "\n"
3839 msgstr ""
3840
3841 #: misc/mke2fs.c:299
3842 msgid "while marking bad blocks as used"
3843 msgstr ""
3844
3845 #: misc/mke2fs.c:316
3846 msgid "Writing inode tables: "
3847 msgstr ""
3848
3849 #: misc/mke2fs.c:337
3850 #, c-format
3851 msgid ""
3852 "\n"
3853 "Could not write %d blocks in inode table starting at %llu: %s\n"
3854 msgstr ""
3855
3856 #: misc/mke2fs.c:351 misc/mke2fs.c:2148 misc/mke2fs.c:2401
3857 #, c-format
3858 msgid "done                            \n"
3859 msgstr ""
3860
3861 #: misc/mke2fs.c:362
3862 msgid "while creating root dir"
3863 msgstr ""
3864
3865 #: misc/mke2fs.c:369
3866 msgid "while reading root inode"
3867 msgstr ""
3868
3869 #: misc/mke2fs.c:383
3870 msgid "while setting root inode ownership"
3871 msgstr ""
3872
3873 #: misc/mke2fs.c:401
3874 msgid "while creating /lost+found"
3875 msgstr ""
3876
3877 #: misc/mke2fs.c:408
3878 msgid "while looking up /lost+found"
3879 msgstr ""
3880
3881 #: misc/mke2fs.c:421
3882 msgid "while expanding /lost+found"
3883 msgstr ""
3884
3885 #: misc/mke2fs.c:436
3886 msgid "while setting bad block inode"
3887 msgstr ""
3888
3889 #: misc/mke2fs.c:463
3890 #, c-format
3891 msgid "Out of memory erasing sectors %d-%d\n"
3892 msgstr ""
3893
3894 #: misc/mke2fs.c:473
3895 #, c-format
3896 msgid "Warning: could not read block 0: %s\n"
3897 msgstr ""
3898
3899 #: misc/mke2fs.c:489
3900 #, c-format
3901 msgid "Warning: could not erase sector %d: %s\n"
3902 msgstr ""
3903
3904 #: misc/mke2fs.c:505
3905 msgid "while initializing journal superblock"
3906 msgstr ""
3907
3908 #: misc/mke2fs.c:513
3909 msgid "Zeroing journal device: "
3910 msgstr ""
3911
3912 #: misc/mke2fs.c:525
3913 #, c-format
3914 msgid "while zeroing journal device (block %llu, count %d)"
3915 msgstr ""
3916
3917 #: misc/mke2fs.c:543
3918 msgid "while writing journal superblock"
3919 msgstr ""
3920
3921 #: misc/mke2fs.c:558
3922 #, c-format
3923 msgid ""
3924 "warning: %llu blocks unused.\n"
3925 "\n"
3926 msgstr ""
3927
3928 #: misc/mke2fs.c:563
3929 #, c-format
3930 msgid "Filesystem label=%s\n"
3931 msgstr ""
3932
3933 #: misc/mke2fs.c:566
3934 #, c-format
3935 msgid "OS type: %s\n"
3936 msgstr ""
3937
3938 #: misc/mke2fs.c:568
3939 #, c-format
3940 msgid "Block size=%u (log=%u)\n"
3941 msgstr ""
3942
3943 #: misc/mke2fs.c:572
3944 #, c-format
3945 msgid "Cluster size=%u (log=%u)\n"
3946 msgstr ""
3947
3948 #: misc/mke2fs.c:576
3949 #, c-format
3950 msgid "Fragment size=%u (log=%u)\n"
3951 msgstr ""
3952
3953 #: misc/mke2fs.c:578
3954 #, c-format
3955 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3956 msgstr ""
3957
3958 #: misc/mke2fs.c:580
3959 #, c-format
3960 msgid "%u inodes, %llu blocks\n"
3961 msgstr ""
3962
3963 #: misc/mke2fs.c:582
3964 #, c-format
3965 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
3966 msgstr ""
3967
3968 #: misc/mke2fs.c:585
3969 #, c-format
3970 msgid "First data block=%u\n"
3971 msgstr ""
3972
3973 #: misc/mke2fs.c:587
3974 #, c-format
3975 msgid "Maximum filesystem blocks=%lu\n"
3976 msgstr ""
3977
3978 #: misc/mke2fs.c:591
3979 #, c-format
3980 msgid "%u block groups\n"
3981 msgstr ""
3982
3983 #: misc/mke2fs.c:593
3984 #, c-format
3985 msgid "%u block group\n"
3986 msgstr ""
3987
3988 #: misc/mke2fs.c:596
3989 #, c-format
3990 msgid "%u blocks per group, %u clusters per group\n"
3991 msgstr ""
3992
3993 #: misc/mke2fs.c:599
3994 #, c-format
3995 msgid "%u blocks per group, %u fragments per group\n"
3996 msgstr ""
3997
3998 #: misc/mke2fs.c:601
3999 #, c-format
4000 msgid "%u inodes per group\n"
4001 msgstr ""
4002
4003 #: misc/mke2fs.c:608
4004 #, c-format
4005 msgid "Superblock backups stored on blocks: "
4006 msgstr ""
4007
4008 #: misc/mke2fs.c:687 misc/tune2fs.c:1153
4009 #, c-format
4010 msgid "Invalid mmp_update_interval: %s\n"
4011 msgstr ""
4012
4013 #: misc/mke2fs.c:701
4014 #, c-format
4015 msgid "Invalid stride parameter: %s\n"
4016 msgstr ""
4017
4018 #: misc/mke2fs.c:716
4019 #, c-format
4020 msgid "Invalid stripe-width parameter: %s\n"
4021 msgstr ""
4022
4023 #: misc/mke2fs.c:739
4024 #, c-format
4025 msgid "Invalid resize parameter: %s\n"
4026 msgstr ""
4027
4028 #: misc/mke2fs.c:746
4029 #, c-format
4030 msgid "The resize maximum must be greater than the filesystem size.\n"
4031 msgstr ""
4032
4033 #: misc/mke2fs.c:770
4034 #, c-format
4035 msgid "On-line resizing not supported with revision 0 filesystems\n"
4036 msgstr ""
4037
4038 #: misc/mke2fs.c:802
4039 #, c-format
4040 msgid ""
4041 "\n"
4042 "Bad option(s) specified: %s\n"
4043 "\n"
4044 "Extended options are separated by commas, and may take an argument which\n"
4045 "\tis set off by an equals ('=') sign.\n"
4046 "\n"
4047 "Valid extended options are:\n"
4048 "\tstride=<RAID per-disk data chunk in blocks>\n"
4049 "\tstripe-width=<RAID stride * data disks in blocks>\n"
4050 "\tresize=<resize maximum size in blocks>\n"
4051 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4052 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4053 "\ttest_fs\n"
4054 "\tdiscard\n"
4055 "\tnodiscard\n"
4056 "\n"
4057 msgstr ""
4058
4059 #: misc/mke2fs.c:821
4060 #, c-format
4061 msgid ""
4062 "\n"
4063 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4064 "\n"
4065 msgstr ""
4066
4067 #: misc/mke2fs.c:857
4068 #, c-format
4069 msgid ""
4070 "Syntax error in mke2fs config file (%s, line #%d)\n"
4071 "\t%s\n"
4072 msgstr ""
4073
4074 #: misc/mke2fs.c:870 misc/tune2fs.c:393
4075 #, c-format
4076 msgid "Invalid filesystem option set: %s\n"
4077 msgstr ""
4078
4079 #: misc/mke2fs.c:882 misc/tune2fs.c:345
4080 #, c-format
4081 msgid "Invalid mount option set: %s\n"
4082 msgstr ""
4083
4084 #: misc/mke2fs.c:1020
4085 #, c-format
4086 msgid ""
4087 "\n"
4088 "Your mke2fs.conf file does not define the %s filesystem type.\n"
4089 msgstr ""
4090
4091 #: misc/mke2fs.c:1024
4092 #, c-format
4093 msgid ""
4094 "You probably need to install an updated mke2fs.conf file.\n"
4095 "\n"
4096 msgstr ""
4097
4098 #: misc/mke2fs.c:1028
4099 #, c-format
4100 msgid "Aborting...\n"
4101 msgstr ""
4102
4103 #: misc/mke2fs.c:1068
4104 #, c-format
4105 msgid ""
4106 "\n"
4107 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
4108 "\n"
4109 msgstr ""
4110
4111 #: misc/mke2fs.c:1226
4112 #, c-format
4113 msgid "Couldn't allocate memory for new PATH.\n"
4114 msgstr ""
4115
4116 #: misc/mke2fs.c:1267
4117 #, c-format
4118 msgid "Couldn't init profile successfully (error: %ld).\n"
4119 msgstr ""
4120
4121 #: misc/mke2fs.c:1307
4122 #, c-format
4123 msgid "invalid block size - %s"
4124 msgstr ""
4125
4126 #: misc/mke2fs.c:1311
4127 #, c-format
4128 msgid "Warning: blocksize %d not usable on most systems.\n"
4129 msgstr ""
4130
4131 #: misc/mke2fs.c:1327
4132 #, c-format
4133 msgid "invalid cluster size - %s"
4134 msgstr ""
4135
4136 #: misc/mke2fs.c:1336
4137 msgid "Illegal number for blocks per group"
4138 msgstr ""
4139
4140 #: misc/mke2fs.c:1341
4141 msgid "blocks per group must be multiple of 8"
4142 msgstr ""
4143
4144 #: misc/mke2fs.c:1349
4145 msgid "Illegal number for flex_bg size"
4146 msgstr ""
4147
4148 #: misc/mke2fs.c:1355
4149 msgid "flex_bg size must be a power of 2"
4150 msgstr ""
4151
4152 #: misc/mke2fs.c:1365
4153 #, c-format
4154 msgid "invalid inode ratio %s (min %d/max %d)"
4155 msgstr ""
4156
4157 #: misc/mke2fs.c:1375
4158 #, c-format
4159 msgid ""
4160 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
4161 "nodiscard' extended option instead!\n"
4162 msgstr ""
4163
4164 #: misc/mke2fs.c:1389
4165 msgid "in malloc for bad_blocks_filename"
4166 msgstr ""
4167
4168 #: misc/mke2fs.c:1399
4169 #, c-format
4170 msgid "invalid reserved blocks percent - %s"
4171 msgstr ""
4172
4173 #: misc/mke2fs.c:1417
4174 #, c-format
4175 msgid "bad revision level - %s"
4176 msgstr ""
4177
4178 #: misc/mke2fs.c:1429
4179 #, c-format
4180 msgid "invalid inode size - %s"
4181 msgstr ""
4182
4183 #: misc/mke2fs.c:1449
4184 #, c-format
4185 msgid "bad num inodes - %s"
4186 msgstr ""
4187
4188 #: misc/mke2fs.c:1466
4189 msgid "The -t option may only be used once"
4190 msgstr ""
4191
4192 #: misc/mke2fs.c:1474
4193 msgid "The -T option may only be used once"
4194 msgstr ""
4195
4196 #: misc/mke2fs.c:1524 misc/mke2fs.c:2469
4197 #, c-format
4198 msgid "while trying to open journal device %s\n"
4199 msgstr ""
4200
4201 #: misc/mke2fs.c:1530
4202 #, c-format
4203 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4204 msgstr ""
4205
4206 #: misc/mke2fs.c:1536
4207 #, c-format
4208 msgid "Using journal device's blocksize: %d\n"
4209 msgstr ""
4210
4211 #: misc/mke2fs.c:1547
4212 #, c-format
4213 msgid "invalid blocks '%s' on device '%s'"
4214 msgstr ""
4215
4216 #: misc/mke2fs.c:1557
4217 msgid "filesystem"
4218 msgstr ""
4219
4220 #: misc/mke2fs.c:1570 resize/main.c:379
4221 msgid "while trying to determine filesystem size"
4222 msgstr ""
4223
4224 #: misc/mke2fs.c:1576
4225 msgid ""
4226 "Couldn't determine device size; you must specify\n"
4227 "the size of the filesystem\n"
4228 msgstr ""
4229
4230 #: misc/mke2fs.c:1583
4231 msgid ""
4232 "Device size reported to be zero.  Invalid partition specified, or\n"
4233 "\tpartition table wasn't reread after running fdisk, due to\n"
4234 "\ta modified partition being busy and in use.  You may need to reboot\n"
4235 "\tto re-read your partition table.\n"
4236 msgstr ""
4237
4238 #: misc/mke2fs.c:1600
4239 msgid "Filesystem larger than apparent device size."
4240 msgstr ""
4241
4242 #: misc/mke2fs.c:1620
4243 #, c-format
4244 msgid "Failed to parse fs types list\n"
4245 msgstr ""
4246
4247 #: misc/mke2fs.c:1674
4248 #, c-format
4249 msgid ""
4250 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4251 "\tin 32 bits using a blocksize of %d.\n"
4252 msgstr ""
4253
4254 #: misc/mke2fs.c:1690
4255 msgid "fs_types for mke2fs.conf resolution: "
4256 msgstr ""
4257
4258 #: misc/mke2fs.c:1697
4259 #, c-format
4260 msgid "Filesystem features not supported with revision 0 filesystems\n"
4261 msgstr ""
4262
4263 #: misc/mke2fs.c:1704
4264 #, c-format
4265 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4266 msgstr ""
4267
4268 #: misc/mke2fs.c:1716
4269 #, c-format
4270 msgid "Journals not supported with revision 0 filesystems\n"
4271 msgstr ""
4272
4273 #: misc/mke2fs.c:1730
4274 #, c-format
4275 msgid "invalid reserved blocks percent - %lf"
4276 msgstr ""
4277
4278 #: misc/mke2fs.c:1746
4279 #, c-format
4280 msgid ""
4281 "The resize_inode and meta_bg features are not compatible.\n"
4282 "They can not be both enabled simultaneously.\n"
4283 msgstr ""
4284
4285 #: misc/mke2fs.c:1763
4286 msgid "while trying to determine hardware sector size"
4287 msgstr ""
4288
4289 #: misc/mke2fs.c:1769
4290 msgid "while trying to determine physical sector size"
4291 msgstr ""
4292
4293 #: misc/mke2fs.c:1802
4294 msgid "while setting blocksize; too small for device\n"
4295 msgstr ""
4296
4297 #: misc/mke2fs.c:1807
4298 #, c-format
4299 msgid ""
4300 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4301 msgstr ""
4302
4303 #: misc/mke2fs.c:1838
4304 #, c-format
4305 msgid "warning: Unable to get device geometry for %s\n"
4306 msgstr ""
4307
4308 #: misc/mke2fs.c:1841
4309 #, c-format
4310 msgid "%s alignment is offset by %lu bytes.\n"
4311 msgstr ""
4312
4313 #: misc/mke2fs.c:1843
4314 #, c-format
4315 msgid ""
4316 "This may result in very poor performance, (re)-partitioning suggested.\n"
4317 msgstr ""
4318
4319 #: misc/mke2fs.c:1854
4320 #, c-format
4321 msgid "%d-byte blocks too big for system (max %d)"
4322 msgstr ""
4323
4324 #: misc/mke2fs.c:1858
4325 #, c-format
4326 msgid ""
4327 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4328 msgstr ""
4329
4330 #: misc/mke2fs.c:1893
4331 msgid "reserved online resize blocks not supported on non-sparse filesystem"
4332 msgstr ""
4333
4334 #: misc/mke2fs.c:1902
4335 msgid "blocks per group count out of range"
4336 msgstr ""
4337
4338 #: misc/mke2fs.c:1917
4339 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4340 msgstr ""
4341
4342 #: misc/mke2fs.c:1929
4343 #, c-format
4344 msgid "invalid inode size %d (min %d/max %d)"
4345 msgstr ""
4346
4347 #: misc/mke2fs.c:1947
4348 #, c-format
4349 msgid "too many inodes (%llu), raise inode ratio?"
4350 msgstr ""
4351
4352 #: misc/mke2fs.c:1954
4353 #, c-format
4354 msgid "too many inodes (%llu), specify < 2^32 inodes"
4355 msgstr ""
4356
4357 #: misc/mke2fs.c:1968
4358 #, c-format
4359 msgid ""
4360 "inode_size (%u) * inodes_count (%u) too big for a\n"
4361 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4362 "\tor lower inode count (-N).\n"
4363 msgstr ""
4364
4365 #: misc/mke2fs.c:2087
4366 #, c-format
4367 msgid ""
4368 "Overwriting existing filesystem; this can be undone using the command:\n"
4369 "    e2undo %s %s\n"
4370 "\n"
4371 msgstr ""
4372
4373 #: misc/mke2fs.c:2101
4374 msgid "while trying to setup undo file\n"
4375 msgstr ""
4376
4377 #: misc/mke2fs.c:2127
4378 msgid "Discarding device blocks: "
4379 msgstr ""
4380
4381 #: misc/mke2fs.c:2143
4382 msgid "failed - "
4383 msgstr ""
4384
4385 #: misc/mke2fs.c:2249
4386 msgid "while setting up superblock"
4387 msgstr ""
4388
4389 #: misc/mke2fs.c:2258
4390 #, c-format
4391 msgid "Discard succeeded and will return 0s  - skipping inode table wipe\n"
4392 msgstr ""
4393
4394 #: misc/mke2fs.c:2341
4395 #, c-format
4396 msgid "unknown os - %s"
4397 msgstr ""
4398
4399 #: misc/mke2fs.c:2393
4400 #, c-format
4401 msgid "Allocating group tables: "
4402 msgstr ""
4403
4404 #: misc/mke2fs.c:2397
4405 msgid "while trying to allocate filesystem tables"
4406 msgstr ""
4407
4408 #: misc/mke2fs.c:2406
4409 msgid ""
4410 "\n"
4411 "\twhile converting subcluster bitmap"
4412 msgstr ""
4413
4414 #: misc/mke2fs.c:2438
4415 #, c-format
4416 msgid "while zeroing block %llu at end of filesystem"
4417 msgstr ""
4418
4419 #: misc/mke2fs.c:2451
4420 msgid "while reserving blocks for online resize"
4421 msgstr ""
4422
4423 #: misc/mke2fs.c:2462 misc/tune2fs.c:640
4424 msgid "journal"
4425 msgstr ""
4426
4427 #: misc/mke2fs.c:2474
4428 #, c-format
4429 msgid "Adding journal to device %s: "
4430 msgstr ""
4431
4432 #: misc/mke2fs.c:2481
4433 #, c-format
4434 msgid ""
4435 "\n"
4436 "\twhile trying to add journal to device %s"
4437 msgstr ""
4438
4439 #: misc/mke2fs.c:2486 misc/mke2fs.c:2518 misc/tune2fs.c:669 misc/tune2fs.c:683
4440 #, c-format
4441 msgid "done\n"
4442 msgstr ""
4443
4444 #: misc/mke2fs.c:2495
4445 #, c-format
4446 msgid "Skipping journal creation in super-only mode\n"
4447 msgstr ""
4448
4449 #: misc/mke2fs.c:2506
4450 #, c-format
4451 msgid "Creating journal (%u blocks): "
4452 msgstr ""
4453
4454 #: misc/mke2fs.c:2525 misc/tune2fs.c:446
4455 #, c-format
4456 msgid ""
4457 "\n"
4458 "Error while enabling multiple mount protection feature."
4459 msgstr ""
4460
4461 #: misc/mke2fs.c:2530
4462 #, c-format
4463 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4464 msgstr ""
4465
4466 #: misc/mke2fs.c:2543
4467 #, c-format
4468 msgid "Writing superblocks and filesystem accounting information: "
4469 msgstr ""
4470
4471 #: misc/mke2fs.c:2550
4472 #, c-format
4473 msgid ""
4474 "\n"
4475 "Warning, had trouble writing out superblocks."
4476 msgstr ""
4477
4478 #: misc/mke2fs.c:2552
4479 #, c-format
4480 msgid ""
4481 "done\n"
4482 "\n"
4483 msgstr ""
4484
4485 #: misc/mklost+found.c:50
4486 #, c-format
4487 msgid "Usage: mklost+found\n"
4488 msgstr ""
4489
4490 #: misc/partinfo.c:41
4491 #, c-format
4492 msgid ""
4493 "Usage:  %s device...\n"
4494 "\n"
4495 "Prints out the partition information for each given device.\n"
4496 "For example: %s /dev/hda\n"
4497 "\n"
4498 msgstr ""
4499
4500 #: misc/partinfo.c:51
4501 #, c-format
4502 msgid "Cannot open %s: %s"
4503 msgstr ""
4504
4505 #: misc/partinfo.c:57
4506 #, c-format
4507 msgid "Cannot get geometry of %s: %s"
4508 msgstr ""
4509
4510 #: misc/partinfo.c:65
4511 #, c-format
4512 msgid "Cannot get size of %s: %s"
4513 msgstr ""
4514
4515 #: misc/partinfo.c:71
4516 #, c-format
4517 msgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
4518 msgstr ""
4519
4520 #: misc/tune2fs.c:107
4521 msgid "Please run e2fsck on the filesystem.\n"
4522 msgstr ""
4523
4524 #: misc/tune2fs.c:116
4525 #, c-format
4526 msgid ""
4527 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4528 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4529 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4530 "mmp_update_interval]\n"
4531 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4532 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4533 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4534 "\t[ -I new_inode_size ] device\n"
4535 msgstr ""
4536
4537 #: misc/tune2fs.c:205
4538 msgid "while trying to open external journal"
4539 msgstr ""
4540
4541 #: misc/tune2fs.c:210
4542 #, c-format
4543 msgid "%s is not a journal device.\n"
4544 msgstr ""
4545
4546 #: misc/tune2fs.c:225
4547 msgid "Journal superblock not found!\n"
4548 msgstr ""
4549
4550 #: misc/tune2fs.c:236
4551 msgid "Filesystem's UUID not found on journal device.\n"
4552 msgstr ""
4553
4554 #: misc/tune2fs.c:257
4555 msgid ""
4556 "Cannot locate journal device. It was NOT removed\n"
4557 "Use -f option to remove missing journal device.\n"
4558 msgstr ""
4559
4560 #: misc/tune2fs.c:265
4561 msgid "Journal removed\n"
4562 msgstr ""
4563
4564 #: misc/tune2fs.c:309
4565 msgid "while reading bitmaps"
4566 msgstr ""
4567
4568 #: misc/tune2fs.c:317
4569 msgid "while clearing journal inode"
4570 msgstr ""
4571
4572 #: misc/tune2fs.c:328
4573 msgid "while writing journal inode"
4574 msgstr ""
4575
4576 #: misc/tune2fs.c:363
4577 #, c-format
4578 msgid "(and reboot afterwards!)\n"
4579 msgstr ""
4580
4581 #: misc/tune2fs.c:396
4582 #, c-format
4583 msgid "Clearing filesystem feature '%s' not supported.\n"
4584 msgstr ""
4585
4586 #: misc/tune2fs.c:402
4587 #, c-format
4588 msgid "Setting filesystem feature '%s' not supported.\n"
4589 msgstr ""
4590
4591 #: misc/tune2fs.c:411
4592 msgid ""
4593 "The has_journal feature may only be cleared when the filesystem is\n"
4594 "unmounted or mounted read-only.\n"
4595 msgstr ""
4596
4597 #: misc/tune2fs.c:419
4598 msgid ""
4599 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
4600 "the has_journal flag.\n"
4601 msgstr ""
4602
4603 #: misc/tune2fs.c:438
4604 msgid ""
4605 "The multiple mount protection feature can't\n"
4606 "be set if the filesystem is mounted or\n"
4607 "read-only.\n"
4608 msgstr ""
4609
4610 #: misc/tune2fs.c:456
4611 #, c-format
4612 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4613 msgstr ""
4614
4615 #: misc/tune2fs.c:465
4616 msgid ""
4617 "The multiple mount protection feature cannot\n"
4618 "be disabled if the filesystem is readonly.\n"
4619 msgstr ""
4620
4621 #: misc/tune2fs.c:473
4622 msgid "Error while reading bitmaps\n"
4623 msgstr ""
4624
4625 #: misc/tune2fs.c:482
4626 #, c-format
4627 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4628 msgstr ""
4629
4630 #: misc/tune2fs.c:487
4631 msgid "while reading MMP block."
4632 msgstr ""
4633
4634 #: misc/tune2fs.c:519
4635 msgid ""
4636 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4637 "inconsistent.\n"
4638 msgstr ""
4639
4640 #: misc/tune2fs.c:530
4641 msgid ""
4642 "The huge_file feature may only be cleared when the filesystem is\n"
4643 "unmounted or mounted read-only.\n"
4644 msgstr ""
4645
4646 #: misc/tune2fs.c:590
4647 msgid ""
4648 "\n"
4649 "Warning: '^quota' option overrides '-Q'arguments.\n"
4650 msgstr ""
4651
4652 #: misc/tune2fs.c:635
4653 msgid "The filesystem already has a journal.\n"
4654 msgstr ""
4655
4656 #: misc/tune2fs.c:653
4657 #, c-format
4658 msgid ""
4659 "\n"
4660 "\twhile trying to open journal on %s\n"
4661 msgstr ""
4662
4663 #: misc/tune2fs.c:657
4664 #, c-format
4665 msgid "Creating journal on device %s: "
4666 msgstr ""
4667
4668 #: misc/tune2fs.c:665
4669 #, c-format
4670 msgid "while adding filesystem to journal on %s"
4671 msgstr ""
4672
4673 #: misc/tune2fs.c:671
4674 msgid "Creating journal inode: "
4675 msgstr ""
4676
4677 #: misc/tune2fs.c:680
4678 msgid ""
4679 "\n"
4680 "\twhile trying to create journal file"
4681 msgstr ""
4682
4683 #: misc/tune2fs.c:751
4684 msgid "Couldn't allocate memory to parse quota options!\n"
4685 msgstr ""
4686
4687 #: misc/tune2fs.c:773
4688 msgid ""
4689 "\n"
4690 "Bad quota options specified.\n"
4691 "\n"
4692 "Following valid quota options are available (pass by separating with "
4693 "comma):\n"
4694 "\t[^]usrquota\n"
4695 "\t[^]grpquota\n"
4696 "\n"
4697 "\n"
4698 msgstr ""
4699
4700 #: misc/tune2fs.c:834
4701 #, c-format
4702 msgid "Couldn't parse date/time specifier: %s"
4703 msgstr ""
4704
4705 #: misc/tune2fs.c:858 misc/tune2fs.c:871
4706 #, c-format
4707 msgid "bad mounts count - %s"
4708 msgstr ""
4709
4710 #: misc/tune2fs.c:887
4711 #, c-format
4712 msgid "bad error behavior - %s"
4713 msgstr ""
4714
4715 #: misc/tune2fs.c:914
4716 #, c-format
4717 msgid "bad gid/group name - %s"
4718 msgstr ""
4719
4720 #: misc/tune2fs.c:947
4721 #, c-format
4722 msgid "bad interval - %s"
4723 msgstr ""
4724
4725 #: misc/tune2fs.c:976
4726 #, c-format
4727 msgid "bad reserved block ratio - %s"
4728 msgstr ""
4729
4730 #: misc/tune2fs.c:991
4731 msgid "-o may only be specified once"
4732 msgstr ""
4733
4734 #: misc/tune2fs.c:1000
4735 msgid "-O may only be specified once"
4736 msgstr ""
4737
4738 #: misc/tune2fs.c:1015
4739 #, c-format
4740 msgid "bad reserved blocks count - %s"
4741 msgstr ""
4742
4743 #: misc/tune2fs.c:1044
4744 #, c-format
4745 msgid "bad uid/user name - %s"
4746 msgstr ""
4747
4748 #: misc/tune2fs.c:1061
4749 #, c-format
4750 msgid "bad inode size - %s"
4751 msgstr ""
4752
4753 #: misc/tune2fs.c:1068
4754 #, c-format
4755 msgid "Inode size must be a power of two- %s"
4756 msgstr ""
4757
4758 #: misc/tune2fs.c:1162
4759 #, c-format
4760 msgid "mmp_update_interval too big: %lu\n"
4761 msgstr ""
4762
4763 #: misc/tune2fs.c:1167
4764 #, c-format
4765 msgid "Setting multiple mount protection update interval to %lu second\n"
4766 msgid_plural ""
4767 "Setting multiple mount protection update interval to %lu seconds\n"
4768 msgstr[0] ""
4769 msgstr[1] ""
4770
4771 #: misc/tune2fs.c:1190
4772 #, c-format
4773 msgid "Invalid RAID stride: %s\n"
4774 msgstr ""
4775
4776 #: misc/tune2fs.c:1205
4777 #, c-format
4778 msgid "Invalid RAID stripe-width: %s\n"
4779 msgstr ""
4780
4781 #: misc/tune2fs.c:1220
4782 #, c-format
4783 msgid "Invalid hash algorithm: %s\n"
4784 msgstr ""
4785
4786 #: misc/tune2fs.c:1226
4787 #, c-format
4788 msgid "Setting default hash algorithm to %s (%d)\n"
4789 msgstr ""
4790
4791 #: misc/tune2fs.c:1245
4792 #, c-format
4793 msgid ""
4794 "\n"
4795 "Bad options specified.\n"
4796 "\n"
4797 "Extended options are separated by commas, and may take an argument which\n"
4798 "\tis set off by an equals ('=') sign.\n"
4799 "\n"
4800 "Valid extended options are:\n"
4801 "\tclear_mmp\n"
4802 "\thash_alg=<hash algorithm>\n"
4803 "\tmount_opts=<extended default mount options>\n"
4804 "\tstride=<RAID per-disk chunk size in blocks>\n"
4805 "\tstripe_width=<RAID stride*data disks in blocks>\n"
4806 "\ttest_fs\n"
4807 "\t^test_fs\n"
4808 msgstr ""
4809
4810 #: misc/tune2fs.c:1710
4811 msgid "Failed to read inode bitmap\n"
4812 msgstr ""
4813
4814 #: misc/tune2fs.c:1715
4815 msgid "Failed to read block bitmap\n"
4816 msgstr ""
4817
4818 #: misc/tune2fs.c:1732 resize/resize2fs.c:784
4819 msgid "blocks to be moved"
4820 msgstr ""
4821
4822 #: misc/tune2fs.c:1735
4823 msgid "Failed to allocate block bitmap when increasing inode size\n"
4824 msgstr ""
4825
4826 #: misc/tune2fs.c:1741
4827 msgid "Not enough space to increase inode size \n"
4828 msgstr ""
4829
4830 #: misc/tune2fs.c:1746
4831 msgid "Failed to relocate blocks during inode resize \n"
4832 msgstr ""
4833
4834 #: misc/tune2fs.c:1778
4835 msgid ""
4836 "Error in resizing the inode size.\n"
4837 "Run e2undo to undo the file system changes. \n"
4838 msgstr ""
4839
4840 #: misc/tune2fs.c:1805
4841 msgid "Couldn't allocate memory for tdb filename\n"
4842 msgstr ""
4843
4844 #: misc/tune2fs.c:1827
4845 #, c-format
4846 msgid "while trying to delete %s"
4847 msgstr ""
4848
4849 #: misc/tune2fs.c:1837
4850 #, c-format
4851 msgid ""
4852 "To undo the tune2fs operation please run the command\n"
4853 "    e2undo %s %s\n"
4854 "\n"
4855 msgstr ""
4856
4857 #: misc/tune2fs.c:1906
4858 #, c-format
4859 msgid ""
4860 "MMP block magic is bad. Try to fix it by running:\n"
4861 "'e2fsck -f %s'\n"
4862 msgstr ""
4863
4864 #: misc/tune2fs.c:1923
4865 #, c-format
4866 msgid "The inode size is already %lu\n"
4867 msgstr ""
4868
4869 #: misc/tune2fs.c:1929
4870 #, c-format
4871 msgid "Shrinking the inode size is not supported\n"
4872 msgstr ""
4873
4874 #: misc/tune2fs.c:1976
4875 #, c-format
4876 msgid "Setting maximal mount count to %d\n"
4877 msgstr ""
4878
4879 #: misc/tune2fs.c:1982
4880 #, c-format
4881 msgid "Setting current mount count to %d\n"
4882 msgstr ""
4883
4884 #: misc/tune2fs.c:1987
4885 #, c-format
4886 msgid "Setting error behavior to %d\n"
4887 msgstr ""
4888
4889 #: misc/tune2fs.c:1992
4890 #, c-format
4891 msgid "Setting reserved blocks gid to %lu\n"
4892 msgstr ""
4893
4894 #: misc/tune2fs.c:1997
4895 #, c-format
4896 msgid "interval between checks is too big (%lu)"
4897 msgstr ""
4898
4899 #: misc/tune2fs.c:2004
4900 #, c-format
4901 msgid "Setting interval between checks to %lu seconds\n"
4902 msgstr ""
4903
4904 #: misc/tune2fs.c:2011
4905 #, c-format
4906 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
4907 msgstr ""
4908
4909 #: misc/tune2fs.c:2017
4910 #, c-format
4911 msgid "reserved blocks count is too big (%llu)"
4912 msgstr ""
4913
4914 #: misc/tune2fs.c:2024
4915 #, c-format
4916 msgid "Setting reserved blocks count to %llu\n"
4917 msgstr ""
4918
4919 #: misc/tune2fs.c:2030
4920 msgid ""
4921 "\n"
4922 "The filesystem already has sparse superblocks.\n"
4923 msgstr ""
4924
4925 #: misc/tune2fs.c:2037
4926 #, c-format
4927 msgid ""
4928 "\n"
4929 "Sparse superblock flag set.  %s"
4930 msgstr ""
4931
4932 #: misc/tune2fs.c:2042
4933 msgid ""
4934 "\n"
4935 "Clearing the sparse superflag not supported.\n"
4936 msgstr ""
4937
4938 #: misc/tune2fs.c:2050
4939 #, c-format
4940 msgid "Setting time filesystem last checked to %s\n"
4941 msgstr ""
4942
4943 #: misc/tune2fs.c:2056
4944 #, c-format
4945 msgid "Setting reserved blocks uid to %lu\n"
4946 msgstr ""
4947
4948 #: misc/tune2fs.c:2088
4949 msgid "Error in using clear_mmp. It must be used with -f\n"
4950 msgstr ""
4951
4952 #: misc/tune2fs.c:2106
4953 msgid ""
4954 "The quota feature may only be changed when the filesystem is unmounted.\n"
4955 msgstr ""
4956
4957 #: misc/tune2fs.c:2139
4958 msgid "Invalid UUID format\n"
4959 msgstr ""
4960
4961 #: misc/tune2fs.c:2152
4962 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4963 msgstr ""
4964
4965 #: misc/tune2fs.c:2160
4966 msgid ""
4967 "Changing the inode size not supported for filesystems with the flex_bg\n"
4968 "feature enabled.\n"
4969 msgstr ""
4970
4971 #: misc/tune2fs.c:2173
4972 #, c-format
4973 msgid "Setting inode size %lu\n"
4974 msgstr ""
4975
4976 #: misc/tune2fs.c:2176
4977 #, c-format
4978 msgid "Failed to change inode size\n"
4979 msgstr ""
4980
4981 #: misc/tune2fs.c:2187
4982 #, c-format
4983 msgid "Setting stride size to %d\n"
4984 msgstr ""
4985
4986 #: misc/tune2fs.c:2192
4987 #, c-format
4988 msgid "Setting stripe width to %d\n"
4989 msgstr ""
4990
4991 #: misc/tune2fs.c:2199
4992 #, c-format
4993 msgid "Setting extended default mount options to '%s'\n"
4994 msgstr ""
4995
4996 #: misc/util.c:74
4997 msgid "Proceed anyway? (y,n) "
4998 msgstr ""
4999
5000 #: misc/util.c:89
5001 #, c-format
5002 msgid "Could not stat %s --- %s\n"
5003 msgstr ""
5004
5005 #: misc/util.c:92
5006 msgid ""
5007 "\n"
5008 "The device apparently does not exist; did you specify it correctly?\n"
5009 msgstr ""
5010
5011 #: misc/util.c:103
5012 #, c-format
5013 msgid "%s is not a block special device.\n"
5014 msgstr ""
5015
5016 #: misc/util.c:132
5017 #, c-format
5018 msgid "%s is entire device, not just one partition!\n"
5019 msgstr ""
5020
5021 #: misc/util.c:154
5022 msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
5023 msgstr ""
5024
5025 #: misc/util.c:159
5026 #, c-format
5027 msgid "will not make a %s here!\n"
5028 msgstr ""
5029
5030 #: misc/util.c:166
5031 msgid "mke2fs forced anyway.\n"
5032 msgstr ""
5033
5034 #: misc/util.c:182
5035 msgid "Couldn't allocate memory to parse journal options!\n"
5036 msgstr ""
5037
5038 #: misc/util.c:207
5039 #, c-format
5040 msgid ""
5041 "\n"
5042 "Could not find journal device matching %s\n"
5043 msgstr ""
5044
5045 #: misc/util.c:228
5046 msgid ""
5047 "\n"
5048 "Bad journal options specified.\n"
5049 "\n"
5050 "Journal options are separated by commas, and may take an argument which\n"
5051 "\tis set off by an equals ('=') sign.\n"
5052 "\n"
5053 "Valid journal options are:\n"
5054 "\tsize=<journal size in megabytes>\n"
5055 "\tdevice=<journal device>\n"
5056 "\n"
5057 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5058 "\n"
5059 msgstr ""
5060
5061 #: misc/util.c:258
5062 msgid ""
5063 "\n"
5064 "Filesystem too small for a journal\n"
5065 msgstr ""
5066
5067 #: misc/util.c:265
5068 #, c-format
5069 msgid ""
5070 "\n"
5071 "The requested journal size is %d blocks; it must be\n"
5072 "between 1024 and 10240000 blocks.  Aborting.\n"
5073 msgstr ""
5074
5075 #: misc/util.c:273
5076 msgid ""
5077 "\n"
5078 "Journal size too big for filesystem.\n"
5079 msgstr ""
5080
5081 #: misc/util.c:287
5082 #, c-format
5083 msgid ""
5084 "This filesystem will be automatically checked every %d mounts or\n"
5085 "%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
5086 msgstr ""
5087
5088 #: misc/uuidd.c:48
5089 #, c-format
5090 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5091 msgstr ""
5092
5093 #: misc/uuidd.c:50
5094 #, c-format
5095 msgid "       %s [-r|t] [-n num] [-s socketpath]\n"
5096 msgstr ""
5097
5098 #: misc/uuidd.c:52
5099 #, c-format
5100 msgid "       %s -k\n"
5101 msgstr ""
5102
5103 #: misc/uuidd.c:154
5104 msgid "bad arguments"
5105 msgstr ""
5106
5107 #: misc/uuidd.c:172
5108 msgid "connect"
5109 msgstr ""
5110
5111 #: misc/uuidd.c:191
5112 msgid "write"
5113 msgstr ""
5114
5115 #: misc/uuidd.c:199
5116 msgid "read count"
5117 msgstr ""
5118
5119 #: misc/uuidd.c:205
5120 msgid "bad response length"
5121 msgstr ""
5122
5123 #: misc/uuidd.c:270
5124 #, c-format
5125 msgid "uuidd daemon already running at pid %s\n"
5126 msgstr ""
5127
5128 #: misc/uuidd.c:278
5129 #, c-format
5130 msgid "Couldn't create unix stream socket: %s"
5131 msgstr ""
5132
5133 #: misc/uuidd.c:307
5134 #, c-format
5135 msgid "Couldn't bind unix socket %s: %s\n"
5136 msgstr ""
5137
5138 #: misc/uuidd.c:315
5139 #, c-format
5140 msgid "Couldn't listen on unix socket %s: %s\n"
5141 msgstr ""
5142
5143 #: misc/uuidd.c:353
5144 #, c-format
5145 msgid "Error reading from client, len = %d\n"
5146 msgstr ""
5147
5148 #: misc/uuidd.c:361
5149 #, c-format
5150 msgid "operation %d, incoming num = %d\n"
5151 msgstr ""
5152
5153 #: misc/uuidd.c:380
5154 #, c-format
5155 msgid "Generated time UUID: %s\n"
5156 msgstr ""
5157
5158 #: misc/uuidd.c:390
5159 #, c-format
5160 msgid "Generated random UUID: %s\n"
5161 msgstr ""
5162
5163 #: misc/uuidd.c:399
5164 #, c-format
5165 msgid "Generated time UUID %s and subsequent UUID\n"
5166 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5167 msgstr[0] ""
5168 msgstr[1] ""
5169
5170 #: misc/uuidd.c:420
5171 #, c-format
5172 msgid "Generated %d UUID's:\n"
5173 msgstr ""
5174
5175 #: misc/uuidd.c:432
5176 #, c-format
5177 msgid "Invalid operation %d\n"
5178 msgstr ""
5179
5180 #: misc/uuidd.c:476 misc/uuidd.c:498
5181 #, c-format
5182 msgid "Bad number: %s\n"
5183 msgstr ""
5184
5185 #: misc/uuidd.c:533 misc/uuidd.c:562
5186 #, c-format
5187 msgid "Error calling uuidd daemon (%s): %s\n"
5188 msgstr ""
5189
5190 #: misc/uuidd.c:543
5191 #, c-format
5192 msgid "%s and subsequent UUID\n"
5193 msgid_plural "%s and subsequent %d UUIDs\n"
5194 msgstr[0] ""
5195 msgstr[1] ""
5196
5197 #: misc/uuidd.c:547
5198 #, c-format
5199 msgid "List of UUID's:\n"
5200 msgstr ""
5201
5202 #: misc/uuidd.c:568
5203 #, c-format
5204 msgid "Unexpected reply length from server %d\n"
5205 msgstr ""
5206
5207 #: misc/uuidd.c:585
5208 #, c-format
5209 msgid "Couldn't kill uuidd running at pid %d: %s\n"
5210 msgstr ""
5211
5212 #: misc/uuidd.c:591
5213 #, c-format
5214 msgid "Killed uuidd running at pid %d\n"
5215 msgstr ""
5216
5217 #: misc/uuidgen.c:32
5218 #, c-format
5219 msgid "Usage: %s [-r] [-t]\n"
5220 msgstr ""
5221
5222 #: resize/extent.c:202
5223 msgid "# Extent dump:\n"
5224 msgstr ""
5225
5226 #: resize/extent.c:203
5227 #, c-format
5228 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5229 msgstr ""
5230
5231 #: resize/main.c:43
5232 #, c-format
5233 msgid ""
5234 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5235 "\n"
5236 msgstr ""
5237
5238 #: resize/main.c:65
5239 msgid "Extending the inode table"
5240 msgstr ""
5241
5242 #: resize/main.c:68
5243 msgid "Relocating blocks"
5244 msgstr ""
5245
5246 #: resize/main.c:71
5247 msgid "Scanning inode table"
5248 msgstr ""
5249
5250 #: resize/main.c:74
5251 msgid "Updating inode references"
5252 msgstr ""
5253
5254 #: resize/main.c:77
5255 msgid "Moving inode table"
5256 msgstr ""
5257
5258 #: resize/main.c:80
5259 msgid "Unknown pass?!?"
5260 msgstr ""
5261
5262 #: resize/main.c:83
5263 #, c-format
5264 msgid "Begin pass %d (max = %lu)\n"
5265 msgstr ""
5266
5267 #: resize/main.c:263
5268 #, c-format
5269 msgid "while opening %s"
5270 msgstr ""
5271
5272 #: resize/main.c:275
5273 #, c-format
5274 msgid "while getting stat information for %s"
5275 msgstr ""
5276
5277 #: resize/main.c:336
5278 #, c-format
5279 msgid ""
5280 "%s: The combination of flex_bg and\n"
5281 "\t!resize_inode features is not supported by resize2fs.\n"
5282 msgstr ""
5283
5284 #: resize/main.c:349 resize/main.c:457
5285 #, c-format
5286 msgid ""
5287 "Please run 'e2fsck -f %s' first.\n"
5288 "\n"
5289 msgstr ""
5290
5291 #: resize/main.c:353
5292 #, c-format
5293 msgid "Estimated minimum size of the filesystem: %llu\n"
5294 msgstr ""
5295
5296 #: resize/main.c:389
5297 #, c-format
5298 msgid "Invalid new size: %s\n"
5299 msgstr ""
5300
5301 #: resize/main.c:397
5302 msgid "New size too large to be expressed in 32 bits\n"
5303 msgstr ""
5304
5305 #: resize/main.c:409
5306 #, c-format
5307 msgid "New size smaller than minimum (%llu)\n"
5308 msgstr ""
5309
5310 #: resize/main.c:415
5311 msgid "Invalid stride length"
5312 msgstr ""
5313
5314 #: resize/main.c:439
5315 #, c-format
5316 msgid ""
5317 "The containing partition (or device) is only %llu (%dk) blocks.\n"
5318 "You requested a new size of %llu blocks.\n"
5319 "\n"
5320 msgstr ""
5321
5322 #: resize/main.c:446
5323 #, c-format
5324 msgid ""
5325 "The filesystem is already %llu blocks long.  Nothing to do!\n"
5326 "\n"
5327 msgstr ""
5328
5329 #: resize/main.c:461
5330 #, c-format
5331 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5332 msgstr ""
5333
5334 #: resize/main.c:470
5335 #, c-format
5336 msgid "while trying to resize %s"
5337 msgstr ""
5338
5339 #: resize/main.c:473
5340 #, c-format
5341 msgid ""
5342 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
5343 "after the aborted resize operation.\n"
5344 msgstr ""
5345
5346 #: resize/main.c:479
5347 #, c-format
5348 msgid ""
5349 "The filesystem on %s is now %llu blocks long.\n"
5350 "\n"
5351 msgstr ""
5352
5353 #: resize/main.c:494
5354 #, c-format
5355 msgid "while trying to truncate %s"
5356 msgstr ""
5357
5358 #: resize/online.c:40
5359 #, c-format
5360 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5361 msgstr ""
5362
5363 #: resize/online.c:44
5364 msgid "On-line shrinking not supported"
5365 msgstr ""
5366
5367 #: resize/online.c:63
5368 msgid "Filesystem does not support online resizing"
5369 msgstr ""
5370
5371 #: resize/online.c:70
5372 #, c-format
5373 msgid "while trying to open mountpoint %s"
5374 msgstr ""
5375
5376 #: resize/online.c:78 resize/online.c:102
5377 msgid "Permission denied to resize filesystem"
5378 msgstr ""
5379
5380 #: resize/online.c:81 resize/online.c:108
5381 msgid "While checking for on-line resizing support"
5382 msgstr ""
5383
5384 #: resize/online.c:93
5385 msgid "Kernel does not support resizing a file system this large"
5386 msgstr ""
5387
5388 #: resize/online.c:105
5389 msgid "Kernel does not support online resizing"
5390 msgstr ""
5391
5392 #: resize/online.c:138
5393 #, c-format
5394 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5395 msgstr ""
5396
5397 #: resize/online.c:148
5398 msgid "While trying to extend the last group"
5399 msgstr ""
5400
5401 #: resize/online.c:202
5402 #, c-format
5403 msgid "While trying to add group #%d"
5404 msgstr ""
5405
5406 #: resize/online.c:213
5407 #, c-format
5408 msgid ""
5409 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5410 "this system.\n"
5411 msgstr ""
5412
5413 #: resize/resize2fs.c:348
5414 #, c-format
5415 msgid "inodes (%llu) must be less than %u"
5416 msgstr ""
5417
5418 #: resize/resize2fs.c:576
5419 msgid "reserved blocks"
5420 msgstr ""
5421
5422 #: resize/resize2fs.c:789
5423 msgid "meta-data blocks"
5424 msgstr ""
5425
5426 #: resize/resize2fs.c:1734
5427 #, c-format
5428 msgid "Should never happen: resize inode corrupt!\n"
5429 msgstr ""
5430
5431 #: lib/ext2fs/ext2_err.c:11
5432 msgid "EXT2FS Library version 1.42-WIP"
5433 msgstr ""
5434
5435 #: lib/ext2fs/ext2_err.c:12
5436 msgid "Wrong magic number for ext2_filsys structure"
5437 msgstr ""
5438
5439 #: lib/ext2fs/ext2_err.c:13
5440 msgid "Wrong magic number for badblocks_list structure"
5441 msgstr ""
5442
5443 #: lib/ext2fs/ext2_err.c:14
5444 msgid "Wrong magic number for badblocks_iterate structure"
5445 msgstr ""
5446
5447 #: lib/ext2fs/ext2_err.c:15
5448 msgid "Wrong magic number for inode_scan structure"
5449 msgstr ""
5450
5451 #: lib/ext2fs/ext2_err.c:16
5452 msgid "Wrong magic number for io_channel structure"
5453 msgstr ""
5454
5455 #: lib/ext2fs/ext2_err.c:17
5456 msgid "Wrong magic number for unix io_channel structure"
5457 msgstr ""
5458
5459 #: lib/ext2fs/ext2_err.c:18
5460 msgid "Wrong magic number for io_manager structure"
5461 msgstr ""
5462
5463 #: lib/ext2fs/ext2_err.c:19
5464 msgid "Wrong magic number for block_bitmap structure"
5465 msgstr ""
5466
5467 #: lib/ext2fs/ext2_err.c:20
5468 msgid "Wrong magic number for inode_bitmap structure"
5469 msgstr ""
5470
5471 #: lib/ext2fs/ext2_err.c:21
5472 msgid "Wrong magic number for generic_bitmap structure"
5473 msgstr ""
5474
5475 #: lib/ext2fs/ext2_err.c:22
5476 msgid "Wrong magic number for test io_channel structure"
5477 msgstr ""
5478
5479 #: lib/ext2fs/ext2_err.c:23
5480 msgid "Wrong magic number for directory block list structure"
5481 msgstr ""
5482
5483 #: lib/ext2fs/ext2_err.c:24
5484 msgid "Wrong magic number for icount structure"
5485 msgstr ""
5486
5487 #: lib/ext2fs/ext2_err.c:25
5488 msgid "Wrong magic number for Powerquest io_channel structure"
5489 msgstr ""
5490
5491 #: lib/ext2fs/ext2_err.c:26
5492 msgid "Wrong magic number for ext2 file structure"
5493 msgstr ""
5494
5495 #: lib/ext2fs/ext2_err.c:27
5496 msgid "Wrong magic number for Ext2 Image Header"
5497 msgstr ""
5498
5499 #: lib/ext2fs/ext2_err.c:28
5500 msgid "Wrong magic number for inode io_channel structure"
5501 msgstr ""
5502
5503 #: lib/ext2fs/ext2_err.c:29
5504 msgid "Wrong magic number for ext4 extent handle"
5505 msgstr ""
5506
5507 #: lib/ext2fs/ext2_err.c:30
5508 msgid "Bad magic number in super-block"
5509 msgstr ""
5510
5511 #: lib/ext2fs/ext2_err.c:31
5512 msgid "Filesystem revision too high"
5513 msgstr ""
5514
5515 #: lib/ext2fs/ext2_err.c:32
5516 msgid "Attempt to write to filesystem opened read-only"
5517 msgstr ""
5518
5519 #: lib/ext2fs/ext2_err.c:33
5520 msgid "Can't read group descriptors"
5521 msgstr ""
5522
5523 #: lib/ext2fs/ext2_err.c:34
5524 msgid "Can't write group descriptors"
5525 msgstr ""
5526
5527 #: lib/ext2fs/ext2_err.c:35
5528 msgid "Corrupt group descriptor: bad block for block bitmap"
5529 msgstr ""
5530
5531 #: lib/ext2fs/ext2_err.c:36
5532 msgid "Corrupt group descriptor: bad block for inode bitmap"
5533 msgstr ""
5534
5535 #: lib/ext2fs/ext2_err.c:37
5536 msgid "Corrupt group descriptor: bad block for inode table"
5537 msgstr ""
5538
5539 #: lib/ext2fs/ext2_err.c:38
5540 msgid "Can't write an inode bitmap"
5541 msgstr ""
5542
5543 #: lib/ext2fs/ext2_err.c:39
5544 msgid "Can't read an inode bitmap"
5545 msgstr ""
5546
5547 #: lib/ext2fs/ext2_err.c:40
5548 msgid "Can't write an block bitmap"
5549 msgstr ""
5550
5551 #: lib/ext2fs/ext2_err.c:41
5552 msgid "Can't read an block bitmap"
5553 msgstr ""
5554
5555 #: lib/ext2fs/ext2_err.c:42
5556 msgid "Can't write an inode table"
5557 msgstr ""
5558
5559 #: lib/ext2fs/ext2_err.c:43
5560 msgid "Can't read an inode table"
5561 msgstr ""
5562
5563 #: lib/ext2fs/ext2_err.c:44
5564 msgid "Can't read next inode"
5565 msgstr ""
5566
5567 #: lib/ext2fs/ext2_err.c:45
5568 msgid "Filesystem has unexpected block size"
5569 msgstr ""
5570
5571 #: lib/ext2fs/ext2_err.c:46
5572 msgid "EXT2 directory corrupted"
5573 msgstr ""
5574
5575 #: lib/ext2fs/ext2_err.c:47
5576 msgid "Attempt to read block from filesystem resulted in short read"
5577 msgstr ""
5578
5579 #: lib/ext2fs/ext2_err.c:48
5580 msgid "Attempt to write block from filesystem resulted in short write"
5581 msgstr ""
5582
5583 #: lib/ext2fs/ext2_err.c:49
5584 msgid "No free space in the directory"
5585 msgstr ""
5586
5587 #: lib/ext2fs/ext2_err.c:50
5588 msgid "Inode bitmap not loaded"
5589 msgstr ""
5590
5591 #: lib/ext2fs/ext2_err.c:51
5592 msgid "Block bitmap not loaded"
5593 msgstr ""
5594
5595 #: lib/ext2fs/ext2_err.c:52
5596 msgid "Illegal inode number"
5597 msgstr ""
5598
5599 #: lib/ext2fs/ext2_err.c:53
5600 msgid "Illegal block number"
5601 msgstr ""
5602
5603 #: lib/ext2fs/ext2_err.c:54
5604 msgid "Internal error in ext2fs_expand_dir"
5605 msgstr ""
5606
5607 #: lib/ext2fs/ext2_err.c:55
5608 msgid "Not enough space to build proposed filesystem"
5609 msgstr ""
5610
5611 #: lib/ext2fs/ext2_err.c:56
5612 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5613 msgstr ""
5614
5615 #: lib/ext2fs/ext2_err.c:57
5616 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5617 msgstr ""
5618
5619 #: lib/ext2fs/ext2_err.c:58
5620 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5621 msgstr ""
5622
5623 #: lib/ext2fs/ext2_err.c:59
5624 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5625 msgstr ""
5626
5627 #: lib/ext2fs/ext2_err.c:60
5628 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
5629 msgstr ""
5630
5631 #: lib/ext2fs/ext2_err.c:61
5632 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
5633 msgstr ""
5634
5635 #: lib/ext2fs/ext2_err.c:62
5636 msgid "Attempt to fudge end of block bitmap past the real end"
5637 msgstr ""
5638
5639 #: lib/ext2fs/ext2_err.c:63
5640 msgid "Attempt to fudge end of inode bitmap past the real end"
5641 msgstr ""
5642
5643 #: lib/ext2fs/ext2_err.c:64
5644 msgid "Illegal indirect block found"
5645 msgstr ""
5646
5647 #: lib/ext2fs/ext2_err.c:65
5648 msgid "Illegal doubly indirect block found"
5649 msgstr ""
5650
5651 #: lib/ext2fs/ext2_err.c:66
5652 msgid "Illegal triply indirect block found"
5653 msgstr ""
5654
5655 #: lib/ext2fs/ext2_err.c:67
5656 msgid "Block bitmaps are not the same"
5657 msgstr ""
5658
5659 #: lib/ext2fs/ext2_err.c:68
5660 msgid "Inode bitmaps are not the same"
5661 msgstr ""
5662
5663 #: lib/ext2fs/ext2_err.c:69
5664 msgid "Illegal or malformed device name"
5665 msgstr ""
5666
5667 #: lib/ext2fs/ext2_err.c:70
5668 msgid "A block group is missing an inode table"
5669 msgstr ""
5670
5671 #: lib/ext2fs/ext2_err.c:71
5672 msgid "The ext2 superblock is corrupt"
5673 msgstr ""
5674
5675 #: lib/ext2fs/ext2_err.c:72
5676 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
5677 msgstr ""
5678
5679 #: lib/ext2fs/ext2_err.c:73
5680 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
5681 msgstr ""
5682
5683 #: lib/ext2fs/ext2_err.c:74
5684 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
5685 msgstr ""
5686
5687 #: lib/ext2fs/ext2_err.c:75
5688 msgid "Too many symbolic links encountered."
5689 msgstr ""
5690
5691 #: lib/ext2fs/ext2_err.c:76
5692 msgid "The callback function will not handle this case"
5693 msgstr ""
5694
5695 #: lib/ext2fs/ext2_err.c:77
5696 msgid "The inode is from a bad block in the inode table"
5697 msgstr ""
5698
5699 #: lib/ext2fs/ext2_err.c:78
5700 msgid "Filesystem has unsupported feature(s)"
5701 msgstr ""
5702
5703 #: lib/ext2fs/ext2_err.c:79
5704 msgid "Filesystem has unsupported read-only feature(s)"
5705 msgstr ""
5706
5707 #: lib/ext2fs/ext2_err.c:80
5708 msgid "IO Channel failed to seek on read or write"
5709 msgstr ""
5710
5711 #: lib/ext2fs/ext2_err.c:81
5712 msgid "Memory allocation failed"
5713 msgstr ""
5714
5715 #: lib/ext2fs/ext2_err.c:82
5716 msgid "Invalid argument passed to ext2 library"
5717 msgstr ""
5718
5719 #: lib/ext2fs/ext2_err.c:83
5720 msgid "Could not allocate block in ext2 filesystem"
5721 msgstr ""
5722
5723 #: lib/ext2fs/ext2_err.c:84
5724 msgid "Could not allocate inode in ext2 filesystem"
5725 msgstr ""
5726
5727 #: lib/ext2fs/ext2_err.c:85
5728 msgid "Ext2 inode is not a directory"
5729 msgstr ""
5730
5731 #: lib/ext2fs/ext2_err.c:86
5732 msgid "Too many references in table"
5733 msgstr ""
5734
5735 #: lib/ext2fs/ext2_err.c:87
5736 msgid "File not found by ext2_lookup"
5737 msgstr ""
5738
5739 #: lib/ext2fs/ext2_err.c:88
5740 msgid "File open read-only"
5741 msgstr ""
5742
5743 #: lib/ext2fs/ext2_err.c:89
5744 msgid "Ext2 directory block not found"
5745 msgstr ""
5746
5747 #: lib/ext2fs/ext2_err.c:90
5748 msgid "Ext2 directory already exists"
5749 msgstr ""
5750
5751 #: lib/ext2fs/ext2_err.c:91
5752 msgid "Unimplemented ext2 library function"
5753 msgstr ""
5754
5755 #: lib/ext2fs/ext2_err.c:92
5756 msgid "User cancel requested"
5757 msgstr ""
5758
5759 #: lib/ext2fs/ext2_err.c:93
5760 msgid "Ext2 file too big"
5761 msgstr ""
5762
5763 #: lib/ext2fs/ext2_err.c:94
5764 msgid "Supplied journal device not a block device"
5765 msgstr ""
5766
5767 #: lib/ext2fs/ext2_err.c:95
5768 msgid "Journal superblock not found"
5769 msgstr ""
5770
5771 #: lib/ext2fs/ext2_err.c:96
5772 msgid "Journal must be at least 1024 blocks"
5773 msgstr ""
5774
5775 #: lib/ext2fs/ext2_err.c:97
5776 msgid "Unsupported journal version"
5777 msgstr ""
5778
5779 #: lib/ext2fs/ext2_err.c:98
5780 msgid "Error loading external journal"
5781 msgstr ""
5782
5783 #: lib/ext2fs/ext2_err.c:99
5784 msgid "Journal not found"
5785 msgstr ""
5786
5787 #: lib/ext2fs/ext2_err.c:100
5788 msgid "Directory hash unsupported"
5789 msgstr ""
5790
5791 #: lib/ext2fs/ext2_err.c:101
5792 msgid "Illegal extended attribute block number"
5793 msgstr ""
5794
5795 #: lib/ext2fs/ext2_err.c:102
5796 msgid "Cannot create filesystem with requested number of inodes"
5797 msgstr ""
5798
5799 #: lib/ext2fs/ext2_err.c:103
5800 msgid "E2image snapshot not in use"
5801 msgstr ""
5802
5803 #: lib/ext2fs/ext2_err.c:104
5804 msgid "Too many reserved group descriptor blocks"
5805 msgstr ""
5806
5807 #: lib/ext2fs/ext2_err.c:105
5808 msgid "Resize inode is corrupt"
5809 msgstr ""
5810
5811 #: lib/ext2fs/ext2_err.c:106
5812 msgid "Missing indirect block not present"
5813 msgstr ""
5814
5815 #: lib/ext2fs/ext2_err.c:107
5816 msgid "TDB: Success"
5817 msgstr ""
5818
5819 #: lib/ext2fs/ext2_err.c:108
5820 msgid "TDB: Corrupt database"
5821 msgstr ""
5822
5823 #: lib/ext2fs/ext2_err.c:109
5824 msgid "TDB: IO Error"
5825 msgstr ""
5826
5827 #: lib/ext2fs/ext2_err.c:110
5828 msgid "TDB: Locking error"
5829 msgstr ""
5830
5831 #: lib/ext2fs/ext2_err.c:111
5832 msgid "TDB: Out of memory"
5833 msgstr ""
5834
5835 #: lib/ext2fs/ext2_err.c:112
5836 msgid "TDB: Record exists"
5837 msgstr ""
5838
5839 #: lib/ext2fs/ext2_err.c:113
5840 msgid "TDB: Lock exists on other keys"
5841 msgstr ""
5842
5843 #: lib/ext2fs/ext2_err.c:114
5844 msgid "TDB: Invalid parameter"
5845 msgstr ""
5846
5847 #: lib/ext2fs/ext2_err.c:115
5848 msgid "TDB: Record does not exist"
5849 msgstr ""
5850
5851 #: lib/ext2fs/ext2_err.c:116
5852 msgid "TDB: Write not permitted"
5853 msgstr ""
5854
5855 #: lib/ext2fs/ext2_err.c:117
5856 msgid "Ext2fs directory block list is empty"
5857 msgstr ""
5858
5859 #: lib/ext2fs/ext2_err.c:118
5860 msgid "Attempt to modify a block mapping via a read-only block iterator"
5861 msgstr ""
5862
5863 #: lib/ext2fs/ext2_err.c:119
5864 msgid "Wrong magic number for ext4 extent saved path"
5865 msgstr ""
5866
5867 #: lib/ext2fs/ext2_err.c:120
5868 msgid "Wrong magic number for 64-bit generic bitmap"
5869 msgstr ""
5870
5871 #: lib/ext2fs/ext2_err.c:121
5872 msgid "Wrong magic number for 64-bit block bitmap"
5873 msgstr ""
5874
5875 #: lib/ext2fs/ext2_err.c:122
5876 msgid "Wrong magic number for 64-bit inode bitmap"
5877 msgstr ""
5878
5879 #: lib/ext2fs/ext2_err.c:123
5880 msgid "Wrong magic number --- RESERVED_13"
5881 msgstr ""
5882
5883 #: lib/ext2fs/ext2_err.c:124
5884 msgid "Wrong magic number --- RESERVED_14"
5885 msgstr ""
5886
5887 #: lib/ext2fs/ext2_err.c:125
5888 msgid "Wrong magic number --- RESERVED_15"
5889 msgstr ""
5890
5891 #: lib/ext2fs/ext2_err.c:126
5892 msgid "Wrong magic number --- RESERVED_16"
5893 msgstr ""
5894
5895 #: lib/ext2fs/ext2_err.c:127
5896 msgid "Wrong magic number --- RESERVED_17"
5897 msgstr ""
5898
5899 #: lib/ext2fs/ext2_err.c:128
5900 msgid "Wrong magic number --- RESERVED_18"
5901 msgstr ""
5902
5903 #: lib/ext2fs/ext2_err.c:129
5904 msgid "Wrong magic number --- RESERVED_19"
5905 msgstr ""
5906
5907 #: lib/ext2fs/ext2_err.c:130
5908 msgid "Corrupt extent header"
5909 msgstr ""
5910
5911 #: lib/ext2fs/ext2_err.c:131
5912 msgid "Corrupt extent index"
5913 msgstr ""
5914
5915 #: lib/ext2fs/ext2_err.c:132
5916 msgid "Corrupt extent"
5917 msgstr ""
5918
5919 #: lib/ext2fs/ext2_err.c:133
5920 msgid "No free space in extent map"
5921 msgstr ""
5922
5923 #: lib/ext2fs/ext2_err.c:134
5924 msgid "Inode does not use extents"
5925 msgstr ""
5926
5927 #: lib/ext2fs/ext2_err.c:135
5928 msgid "No 'next' extent"
5929 msgstr ""
5930
5931 #: lib/ext2fs/ext2_err.c:136
5932 msgid "No 'previous' extent"
5933 msgstr ""
5934
5935 #: lib/ext2fs/ext2_err.c:137
5936 msgid "No 'up' extent"
5937 msgstr ""
5938
5939 #: lib/ext2fs/ext2_err.c:138
5940 msgid "No 'down' extent"
5941 msgstr ""
5942
5943 #: lib/ext2fs/ext2_err.c:139
5944 msgid "No current node"
5945 msgstr ""
5946
5947 #: lib/ext2fs/ext2_err.c:140
5948 msgid "Ext2fs operation not supported"
5949 msgstr ""
5950
5951 #: lib/ext2fs/ext2_err.c:141
5952 msgid "No room to insert extent in node"
5953 msgstr ""
5954
5955 #: lib/ext2fs/ext2_err.c:142
5956 msgid "Splitting would result in empty node"
5957 msgstr ""
5958
5959 #: lib/ext2fs/ext2_err.c:143
5960 msgid "Extent not found"
5961 msgstr ""
5962
5963 #: lib/ext2fs/ext2_err.c:144
5964 msgid "Operation not supported for inodes containing extents"
5965 msgstr ""
5966
5967 #: lib/ext2fs/ext2_err.c:145
5968 msgid "Extent length is invalid"
5969 msgstr ""
5970
5971 #: lib/ext2fs/ext2_err.c:146
5972 msgid "I/O Channel does not support 64-bit block numbers"
5973 msgstr ""
5974
5975 #: lib/ext2fs/ext2_err.c:147
5976 msgid "Can't check if filesystem is mounted due to missing mtab file"
5977 msgstr ""
5978
5979 #: lib/ext2fs/ext2_err.c:148
5980 msgid "Filesystem too large to use legacy bitmaps"
5981 msgstr ""
5982
5983 #: lib/ext2fs/ext2_err.c:149
5984 msgid "MMP: invalid magic number"
5985 msgstr ""
5986
5987 #: lib/ext2fs/ext2_err.c:150
5988 msgid "MMP: device currently active"
5989 msgstr ""
5990
5991 #: lib/ext2fs/ext2_err.c:151
5992 msgid "MMP: fsck being run"
5993 msgstr ""
5994
5995 #: lib/ext2fs/ext2_err.c:152
5996 msgid "MMP: block number beyond filesystem range"
5997 msgstr ""
5998
5999 #: lib/ext2fs/ext2_err.c:153
6000 msgid "MMP: undergoing an unknown operation"
6001 msgstr ""
6002
6003 #: lib/ext2fs/ext2_err.c:154
6004 msgid "MMP: filesystem still in use"
6005 msgstr ""
6006
6007 #: lib/ext2fs/ext2_err.c:155
6008 msgid "MMP: open with O_DIRECT failed"
6009 msgstr ""
6010
6011 #: e2fsck/prof_err.c:11
6012 msgid "Profile version 0.0"
6013 msgstr ""
6014
6015 #: e2fsck/prof_err.c:12
6016 msgid "Bad magic value in profile_node"
6017 msgstr ""
6018
6019 #: e2fsck/prof_err.c:13
6020 msgid "Profile section not found"
6021 msgstr ""
6022
6023 #: e2fsck/prof_err.c:14
6024 msgid "Profile relation not found"
6025 msgstr ""
6026
6027 #: e2fsck/prof_err.c:15
6028 msgid "Attempt to add a relation to node which is not a section"
6029 msgstr ""
6030
6031 #: e2fsck/prof_err.c:16
6032 msgid "A profile section header has a non-zero value"
6033 msgstr ""
6034
6035 #: e2fsck/prof_err.c:17
6036 msgid "Bad linked list in profile structures"
6037 msgstr ""
6038
6039 #: e2fsck/prof_err.c:18
6040 msgid "Bad group level in profile structures"
6041 msgstr ""
6042
6043 #: e2fsck/prof_err.c:19
6044 msgid "Bad parent pointer in profile strctures"
6045 msgstr ""
6046
6047 #: e2fsck/prof_err.c:20
6048 msgid "Bad magic value in profile iterator"
6049 msgstr ""
6050
6051 #: e2fsck/prof_err.c:21
6052 msgid "Can't set value on section node"
6053 msgstr ""
6054
6055 #: e2fsck/prof_err.c:22
6056 msgid "Invalid argument passed to profile library"
6057 msgstr ""
6058
6059 #: e2fsck/prof_err.c:23
6060 msgid "Attempt to modify read-only profile"
6061 msgstr ""
6062
6063 #: e2fsck/prof_err.c:24
6064 msgid "Profile section header not at top level"
6065 msgstr ""
6066
6067 #: e2fsck/prof_err.c:25
6068 msgid "Syntax error in profile section header"
6069 msgstr ""
6070
6071 #: e2fsck/prof_err.c:26
6072 msgid "Syntax error in profile relation"
6073 msgstr ""
6074
6075 #: e2fsck/prof_err.c:27
6076 msgid "Extra closing brace in profile"
6077 msgstr ""
6078
6079 #: e2fsck/prof_err.c:28
6080 msgid "Missing open brace in profile"
6081 msgstr ""
6082
6083 #: e2fsck/prof_err.c:29
6084 msgid "Bad magic value in profile_t"
6085 msgstr ""
6086
6087 #: e2fsck/prof_err.c:30
6088 msgid "Bad magic value in profile_section_t"
6089 msgstr ""
6090
6091 #: e2fsck/prof_err.c:31
6092 msgid "Iteration through all top level section not supported"
6093 msgstr ""
6094
6095 #: e2fsck/prof_err.c:32
6096 msgid "Invalid profile_section object"
6097 msgstr ""
6098
6099 #: e2fsck/prof_err.c:33
6100 msgid "No more sections"
6101 msgstr ""
6102
6103 #: e2fsck/prof_err.c:34
6104 msgid "Bad nameset passed to query routine"
6105 msgstr ""
6106
6107 #: e2fsck/prof_err.c:35
6108 msgid "No profile file open"
6109 msgstr ""
6110
6111 #: e2fsck/prof_err.c:36
6112 msgid "Bad magic value in profile_file_t"
6113 msgstr ""
6114
6115 #: e2fsck/prof_err.c:37
6116 msgid "Couldn't open profile file"
6117 msgstr ""
6118
6119 #: e2fsck/prof_err.c:38
6120 msgid "Section already exists"
6121 msgstr ""
6122
6123 #: e2fsck/prof_err.c:39
6124 msgid "Invalid boolean value"
6125 msgstr ""
6126
6127 #: e2fsck/prof_err.c:40
6128 msgid "Invalid integer value"
6129 msgstr ""
6130
6131 #: e2fsck/prof_err.c:41
6132 msgid "Bad magic value in profile_file_data_t"
6133 msgstr ""