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