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