Whamcloud - gitweb
Update for e2fsprogs 1.42-WIP-1120 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-11-20 21:24-0500\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:177
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:193 misc/tune2fs.c:1907 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:200
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:1335
528 msgid "bad inode map"
529 msgstr ""
530
531 #: e2fsck/pass1.c:1357
532 msgid "inode in bad block map"
533 msgstr ""
534
535 #: e2fsck/pass1.c:1377
536 msgid "imagic inode map"
537 msgstr ""
538
539 #: e2fsck/pass1.c:1404
540 msgid "multiply claimed block map"
541 msgstr ""
542
543 #: e2fsck/pass1.c:1504
544 msgid "ext attr block map"
545 msgstr ""
546
547 #: e2fsck/pass1.c:2252
548 #, c-format
549 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
550 msgstr ""
551
552 #: e2fsck/pass1.c:2613
553 msgid "block bitmap"
554 msgstr ""
555
556 #: e2fsck/pass1.c:2619
557 msgid "inode bitmap"
558 msgstr ""
559
560 #: e2fsck/pass1.c:2625
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:210
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:1978 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:811 misc/tune2fs.c:1100
2754 #: misc/tune2fs.c:1118
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:1912
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:2535
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 e2fsck/util.c:66
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 e2fsck/util.c:72
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:160 misc/util.c:70
2998 msgid "yY"
2999 msgstr ""
3000
3001 #: e2fsck/util.c:161
3002 msgid "nN"
3003 msgstr ""
3004
3005 #: e2fsck/util.c:175
3006 msgid "<y>"
3007 msgstr ""
3008
3009 #: e2fsck/util.c:177
3010 msgid "<n>"
3011 msgstr ""
3012
3013 #: e2fsck/util.c:179
3014 msgid " (y/n)"
3015 msgstr ""
3016
3017 #: e2fsck/util.c:194
3018 msgid "cancelled!\n"
3019 msgstr ""
3020
3021 #: e2fsck/util.c:209
3022 msgid "yes\n"
3023 msgstr ""
3024
3025 #: e2fsck/util.c:211
3026 msgid "no\n"
3027 msgstr ""
3028
3029 #: e2fsck/util.c:221
3030 #, c-format
3031 msgid ""
3032 "%s? no\n"
3033 "\n"
3034 msgstr ""
3035
3036 #: e2fsck/util.c:225
3037 #, c-format
3038 msgid ""
3039 "%s? yes\n"
3040 "\n"
3041 msgstr ""
3042
3043 #: e2fsck/util.c:229
3044 msgid "yes"
3045 msgstr ""
3046
3047 #: e2fsck/util.c:229
3048 msgid "no"
3049 msgstr ""
3050
3051 #: e2fsck/util.c:243
3052 #, c-format
3053 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3054 msgstr ""
3055
3056 #: e2fsck/util.c:248
3057 msgid "reading inode and block bitmaps"
3058 msgstr ""
3059
3060 #: e2fsck/util.c:253
3061 #, c-format
3062 msgid "while retrying to read bitmaps for %s"
3063 msgstr ""
3064
3065 #: e2fsck/util.c:265
3066 msgid "writing block and inode bitmaps"
3067 msgstr ""
3068
3069 #: e2fsck/util.c:270
3070 #, c-format
3071 msgid "while rewriting block and inode bitmaps for %s"
3072 msgstr ""
3073
3074 #: e2fsck/util.c:282
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:363
3084 #, c-format
3085 msgid "Memory used: %luk/%luk (%luk/%luk), "
3086 msgstr ""
3087
3088 #: e2fsck/util.c:367
3089 #, c-format
3090 msgid "Memory used: %lu, "
3091 msgstr ""
3092
3093 #: e2fsck/util.c:374
3094 #, c-format
3095 msgid "time: %5.2f/%5.2f/%5.2f\n"
3096 msgstr ""
3097
3098 #: e2fsck/util.c:379
3099 #, c-format
3100 msgid "elapsed time: %6.3f\n"
3101 msgstr ""
3102
3103 #: e2fsck/util.c:413 e2fsck/util.c:427
3104 #, c-format
3105 msgid "while reading inode %lu in %s"
3106 msgstr ""
3107
3108 #: e2fsck/util.c:441 e2fsck/util.c:454
3109 #, c-format
3110 msgid "while writing inode %lu in %s"
3111 msgstr ""
3112
3113 #: e2fsck/util.c:603
3114 msgid "while allocating zeroizing buffer"
3115 msgstr ""
3116
3117 #: e2fsck/util.c:755
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:663 misc/tune2fs.c:1137
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:1521
3542 #, c-format
3543 msgid "\tUsing %s\n"
3544 msgstr ""
3545
3546 #: misc/dumpe2fs.c:574 misc/e2image.c:1290 misc/tune2fs.c:1923
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:2073
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:803
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:116
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:218
3808 #, c-format
3809 msgid "Running command: %s\n"
3810 msgstr ""
3811
3812 #: misc/mke2fs.c:222
3813 #, c-format
3814 msgid "while trying to run '%s'"
3815 msgstr ""
3816
3817 #: misc/mke2fs.c:229
3818 msgid "while processing list of bad blocks from program"
3819 msgstr ""
3820
3821 #: misc/mke2fs.c:256
3822 #, c-format
3823 msgid "Block %d in primary superblock/group descriptor area bad.\n"
3824 msgstr ""
3825
3826 #: misc/mke2fs.c:258
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:261
3832 msgid "Aborting....\n"
3833 msgstr ""
3834
3835 #: misc/mke2fs.c:281
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:300
3844 msgid "while marking bad blocks as used"
3845 msgstr ""
3846
3847 #: misc/mke2fs.c:317
3848 msgid "Writing inode tables: "
3849 msgstr ""
3850
3851 #: misc/mke2fs.c:338
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:352 misc/mke2fs.c:2170 misc/mke2fs.c:2422
3859 #, c-format
3860 msgid "done                            \n"
3861 msgstr ""
3862
3863 #: misc/mke2fs.c:363
3864 msgid "while creating root dir"
3865 msgstr ""
3866
3867 #: misc/mke2fs.c:370
3868 msgid "while reading root inode"
3869 msgstr ""
3870
3871 #: misc/mke2fs.c:384
3872 msgid "while setting root inode ownership"
3873 msgstr ""
3874
3875 #: misc/mke2fs.c:402
3876 msgid "while creating /lost+found"
3877 msgstr ""
3878
3879 #: misc/mke2fs.c:409
3880 msgid "while looking up /lost+found"
3881 msgstr ""
3882
3883 #: misc/mke2fs.c:422
3884 msgid "while expanding /lost+found"
3885 msgstr ""
3886
3887 #: misc/mke2fs.c:437
3888 msgid "while setting bad block inode"
3889 msgstr ""
3890
3891 #: misc/mke2fs.c:464
3892 #, c-format
3893 msgid "Out of memory erasing sectors %d-%d\n"
3894 msgstr ""
3895
3896 #: misc/mke2fs.c:474
3897 #, c-format
3898 msgid "Warning: could not read block 0: %s\n"
3899 msgstr ""
3900
3901 #: misc/mke2fs.c:490
3902 #, c-format
3903 msgid "Warning: could not erase sector %d: %s\n"
3904 msgstr ""
3905
3906 #: misc/mke2fs.c:506
3907 msgid "while initializing journal superblock"
3908 msgstr ""
3909
3910 #: misc/mke2fs.c:514
3911 msgid "Zeroing journal device: "
3912 msgstr ""
3913
3914 #: misc/mke2fs.c:526
3915 #, c-format
3916 msgid "while zeroing journal device (block %llu, count %d)"
3917 msgstr ""
3918
3919 #: misc/mke2fs.c:544
3920 msgid "while writing journal superblock"
3921 msgstr ""
3922
3923 #: misc/mke2fs.c:559
3924 #, c-format
3925 msgid ""
3926 "warning: %llu blocks unused.\n"
3927 "\n"
3928 msgstr ""
3929
3930 #: misc/mke2fs.c:564
3931 #, c-format
3932 msgid "Filesystem label=%s\n"
3933 msgstr ""
3934
3935 #: misc/mke2fs.c:567
3936 #, c-format
3937 msgid "OS type: %s\n"
3938 msgstr ""
3939
3940 #: misc/mke2fs.c:569
3941 #, c-format
3942 msgid "Block size=%u (log=%u)\n"
3943 msgstr ""
3944
3945 #: misc/mke2fs.c:573
3946 #, c-format
3947 msgid "Cluster size=%u (log=%u)\n"
3948 msgstr ""
3949
3950 #: misc/mke2fs.c:577
3951 #, c-format
3952 msgid "Fragment size=%u (log=%u)\n"
3953 msgstr ""
3954
3955 #: misc/mke2fs.c:579
3956 #, c-format
3957 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
3958 msgstr ""
3959
3960 #: misc/mke2fs.c:581
3961 #, c-format
3962 msgid "%u inodes, %llu blocks\n"
3963 msgstr ""
3964
3965 #: misc/mke2fs.c:583
3966 #, c-format
3967 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
3968 msgstr ""
3969
3970 #: misc/mke2fs.c:586
3971 #, c-format
3972 msgid "First data block=%u\n"
3973 msgstr ""
3974
3975 #: misc/mke2fs.c:588
3976 #, c-format
3977 msgid "Maximum filesystem blocks=%lu\n"
3978 msgstr ""
3979
3980 #: misc/mke2fs.c:592
3981 #, c-format
3982 msgid "%u block groups\n"
3983 msgstr ""
3984
3985 #: misc/mke2fs.c:594
3986 #, c-format
3987 msgid "%u block group\n"
3988 msgstr ""
3989
3990 #: misc/mke2fs.c:597
3991 #, c-format
3992 msgid "%u blocks per group, %u clusters per group\n"
3993 msgstr ""
3994
3995 #: misc/mke2fs.c:600
3996 #, c-format
3997 msgid "%u blocks per group, %u fragments per group\n"
3998 msgstr ""
3999
4000 #: misc/mke2fs.c:602
4001 #, c-format
4002 msgid "%u inodes per group\n"
4003 msgstr ""
4004
4005 #: misc/mke2fs.c:609
4006 #, c-format
4007 msgid "Superblock backups stored on blocks: "
4008 msgstr ""
4009
4010 #: misc/mke2fs.c:688 misc/tune2fs.c:1165
4011 #, c-format
4012 msgid "Invalid mmp_update_interval: %s\n"
4013 msgstr ""
4014
4015 #: misc/mke2fs.c:702
4016 #, c-format
4017 msgid "Invalid stride parameter: %s\n"
4018 msgstr ""
4019
4020 #: misc/mke2fs.c:717
4021 #, c-format
4022 msgid "Invalid stripe-width parameter: %s\n"
4023 msgstr ""
4024
4025 #: misc/mke2fs.c:740
4026 #, c-format
4027 msgid "Invalid resize parameter: %s\n"
4028 msgstr ""
4029
4030 #: misc/mke2fs.c:747
4031 #, c-format
4032 msgid "The resize maximum must be greater than the filesystem size.\n"
4033 msgstr ""
4034
4035 #: misc/mke2fs.c:771
4036 #, c-format
4037 msgid "On-line resizing not supported with revision 0 filesystems\n"
4038 msgstr ""
4039
4040 #: misc/mke2fs.c:809
4041 #, c-format
4042 msgid "Invalid quotatype parameter: %s\n"
4043 msgstr ""
4044
4045 #: misc/mke2fs.c:820
4046 #, c-format
4047 msgid ""
4048 "\n"
4049 "Bad option(s) specified: %s\n"
4050 "\n"
4051 "Extended options are separated by commas, and may take an argument which\n"
4052 "\tis set off by an equals ('=') sign.\n"
4053 "\n"
4054 "Valid extended options are:\n"
4055 "\tstride=<RAID per-disk data chunk in blocks>\n"
4056 "\tstripe-width=<RAID stride * data disks in blocks>\n"
4057 "\tresize=<resize maximum size in blocks>\n"
4058 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
4059 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
4060 "\ttest_fs\n"
4061 "\tdiscard\n"
4062 "\tnodiscard\n"
4063 "\tquotatype=<usr OR grp>\n"
4064 "\n"
4065 msgstr ""
4066
4067 #: misc/mke2fs.c:840
4068 #, c-format
4069 msgid ""
4070 "\n"
4071 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
4072 "\n"
4073 msgstr ""
4074
4075 #: misc/mke2fs.c:879
4076 #, c-format
4077 msgid ""
4078 "Syntax error in mke2fs config file (%s, line #%d)\n"
4079 "\t%s\n"
4080 msgstr ""
4081
4082 #: misc/mke2fs.c:892 misc/tune2fs.c:393
4083 #, c-format
4084 msgid "Invalid filesystem option set: %s\n"
4085 msgstr ""
4086
4087 #: misc/mke2fs.c:904 misc/tune2fs.c:345
4088 #, c-format
4089 msgid "Invalid mount option set: %s\n"
4090 msgstr ""
4091
4092 #: misc/mke2fs.c:1042
4093 #, c-format
4094 msgid ""
4095 "\n"
4096 "Your mke2fs.conf file does not define the %s filesystem type.\n"
4097 msgstr ""
4098
4099 #: misc/mke2fs.c:1046
4100 #, c-format
4101 msgid ""
4102 "You probably need to install an updated mke2fs.conf file.\n"
4103 "\n"
4104 msgstr ""
4105
4106 #: misc/mke2fs.c:1050
4107 #, c-format
4108 msgid "Aborting...\n"
4109 msgstr ""
4110
4111 #: misc/mke2fs.c:1090
4112 #, c-format
4113 msgid ""
4114 "\n"
4115 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
4116 "\n"
4117 msgstr ""
4118
4119 #: misc/mke2fs.c:1248
4120 #, c-format
4121 msgid "Couldn't allocate memory for new PATH.\n"
4122 msgstr ""
4123
4124 #: misc/mke2fs.c:1289
4125 #, c-format
4126 msgid "Couldn't init profile successfully (error: %ld).\n"
4127 msgstr ""
4128
4129 #: misc/mke2fs.c:1329
4130 #, c-format
4131 msgid "invalid block size - %s"
4132 msgstr ""
4133
4134 #: misc/mke2fs.c:1333
4135 #, c-format
4136 msgid "Warning: blocksize %d not usable on most systems.\n"
4137 msgstr ""
4138
4139 #: misc/mke2fs.c:1349
4140 #, c-format
4141 msgid "invalid cluster size - %s"
4142 msgstr ""
4143
4144 #: misc/mke2fs.c:1358
4145 msgid "Illegal number for blocks per group"
4146 msgstr ""
4147
4148 #: misc/mke2fs.c:1363
4149 msgid "blocks per group must be multiple of 8"
4150 msgstr ""
4151
4152 #: misc/mke2fs.c:1371
4153 msgid "Illegal number for flex_bg size"
4154 msgstr ""
4155
4156 #: misc/mke2fs.c:1377
4157 msgid "flex_bg size must be a power of 2"
4158 msgstr ""
4159
4160 #: misc/mke2fs.c:1387
4161 #, c-format
4162 msgid "invalid inode ratio %s (min %d/max %d)"
4163 msgstr ""
4164
4165 #: misc/mke2fs.c:1397
4166 #, c-format
4167 msgid ""
4168 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
4169 "nodiscard' extended option instead!\n"
4170 msgstr ""
4171
4172 #: misc/mke2fs.c:1411
4173 msgid "in malloc for bad_blocks_filename"
4174 msgstr ""
4175
4176 #: misc/mke2fs.c:1421
4177 #, c-format
4178 msgid "invalid reserved blocks percent - %s"
4179 msgstr ""
4180
4181 #: misc/mke2fs.c:1439
4182 #, c-format
4183 msgid "bad revision level - %s"
4184 msgstr ""
4185
4186 #: misc/mke2fs.c:1451
4187 #, c-format
4188 msgid "invalid inode size - %s"
4189 msgstr ""
4190
4191 #: misc/mke2fs.c:1471
4192 #, c-format
4193 msgid "bad num inodes - %s"
4194 msgstr ""
4195
4196 #: misc/mke2fs.c:1488
4197 msgid "The -t option may only be used once"
4198 msgstr ""
4199
4200 #: misc/mke2fs.c:1496
4201 msgid "The -T option may only be used once"
4202 msgstr ""
4203
4204 #: misc/mke2fs.c:1546 misc/mke2fs.c:2490
4205 #, c-format
4206 msgid "while trying to open journal device %s\n"
4207 msgstr ""
4208
4209 #: misc/mke2fs.c:1552
4210 #, c-format
4211 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
4212 msgstr ""
4213
4214 #: misc/mke2fs.c:1558
4215 #, c-format
4216 msgid "Using journal device's blocksize: %d\n"
4217 msgstr ""
4218
4219 #: misc/mke2fs.c:1569
4220 #, c-format
4221 msgid "invalid blocks '%s' on device '%s'"
4222 msgstr ""
4223
4224 #: misc/mke2fs.c:1579
4225 msgid "filesystem"
4226 msgstr ""
4227
4228 #: misc/mke2fs.c:1592 resize/main.c:379
4229 msgid "while trying to determine filesystem size"
4230 msgstr ""
4231
4232 #: misc/mke2fs.c:1598
4233 msgid ""
4234 "Couldn't determine device size; you must specify\n"
4235 "the size of the filesystem\n"
4236 msgstr ""
4237
4238 #: misc/mke2fs.c:1605
4239 msgid ""
4240 "Device size reported to be zero.  Invalid partition specified, or\n"
4241 "\tpartition table wasn't reread after running fdisk, due to\n"
4242 "\ta modified partition being busy and in use.  You may need to reboot\n"
4243 "\tto re-read your partition table.\n"
4244 msgstr ""
4245
4246 #: misc/mke2fs.c:1622
4247 msgid "Filesystem larger than apparent device size."
4248 msgstr ""
4249
4250 #: misc/mke2fs.c:1642
4251 #, c-format
4252 msgid "Failed to parse fs types list\n"
4253 msgstr ""
4254
4255 #: misc/mke2fs.c:1696
4256 #, c-format
4257 msgid ""
4258 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
4259 "\tin 32 bits using a blocksize of %d.\n"
4260 msgstr ""
4261
4262 #: misc/mke2fs.c:1712
4263 msgid "fs_types for mke2fs.conf resolution: "
4264 msgstr ""
4265
4266 #: misc/mke2fs.c:1719
4267 #, c-format
4268 msgid "Filesystem features not supported with revision 0 filesystems\n"
4269 msgstr ""
4270
4271 #: misc/mke2fs.c:1726
4272 #, c-format
4273 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
4274 msgstr ""
4275
4276 #: misc/mke2fs.c:1738
4277 #, c-format
4278 msgid "Journals not supported with revision 0 filesystems\n"
4279 msgstr ""
4280
4281 #: misc/mke2fs.c:1752
4282 #, c-format
4283 msgid "invalid reserved blocks percent - %lf"
4284 msgstr ""
4285
4286 #: misc/mke2fs.c:1768
4287 #, c-format
4288 msgid ""
4289 "The resize_inode and meta_bg features are not compatible.\n"
4290 "They can not be both enabled simultaneously.\n"
4291 msgstr ""
4292
4293 #: misc/mke2fs.c:1785
4294 msgid "while trying to determine hardware sector size"
4295 msgstr ""
4296
4297 #: misc/mke2fs.c:1791
4298 msgid "while trying to determine physical sector size"
4299 msgstr ""
4300
4301 #: misc/mke2fs.c:1824
4302 msgid "while setting blocksize; too small for device\n"
4303 msgstr ""
4304
4305 #: misc/mke2fs.c:1829
4306 #, c-format
4307 msgid ""
4308 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
4309 msgstr ""
4310
4311 #: misc/mke2fs.c:1860
4312 #, c-format
4313 msgid "warning: Unable to get device geometry for %s\n"
4314 msgstr ""
4315
4316 #: misc/mke2fs.c:1863
4317 #, c-format
4318 msgid "%s alignment is offset by %lu bytes.\n"
4319 msgstr ""
4320
4321 #: misc/mke2fs.c:1865
4322 #, c-format
4323 msgid ""
4324 "This may result in very poor performance, (re)-partitioning suggested.\n"
4325 msgstr ""
4326
4327 #: misc/mke2fs.c:1876
4328 #, c-format
4329 msgid "%d-byte blocks too big for system (max %d)"
4330 msgstr ""
4331
4332 #: misc/mke2fs.c:1880
4333 #, c-format
4334 msgid ""
4335 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
4336 msgstr ""
4337
4338 #: misc/mke2fs.c:1915
4339 msgid "reserved online resize blocks not supported on non-sparse filesystem"
4340 msgstr ""
4341
4342 #: misc/mke2fs.c:1924
4343 msgid "blocks per group count out of range"
4344 msgstr ""
4345
4346 #: misc/mke2fs.c:1939
4347 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
4348 msgstr ""
4349
4350 #: misc/mke2fs.c:1951
4351 #, c-format
4352 msgid "invalid inode size %d (min %d/max %d)"
4353 msgstr ""
4354
4355 #: misc/mke2fs.c:1969
4356 #, c-format
4357 msgid "too many inodes (%llu), raise inode ratio?"
4358 msgstr ""
4359
4360 #: misc/mke2fs.c:1976
4361 #, c-format
4362 msgid "too many inodes (%llu), specify < 2^32 inodes"
4363 msgstr ""
4364
4365 #: misc/mke2fs.c:1990
4366 #, c-format
4367 msgid ""
4368 "inode_size (%u) * inodes_count (%u) too big for a\n"
4369 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
4370 "\tor lower inode count (-N).\n"
4371 msgstr ""
4372
4373 #: misc/mke2fs.c:2109
4374 #, c-format
4375 msgid ""
4376 "Overwriting existing filesystem; this can be undone using the command:\n"
4377 "    e2undo %s %s\n"
4378 "\n"
4379 msgstr ""
4380
4381 #: misc/mke2fs.c:2123
4382 msgid "while trying to setup undo file\n"
4383 msgstr ""
4384
4385 #: misc/mke2fs.c:2149
4386 msgid "Discarding device blocks: "
4387 msgstr ""
4388
4389 #: misc/mke2fs.c:2165
4390 msgid "failed - "
4391 msgstr ""
4392
4393 #: misc/mke2fs.c:2270
4394 msgid "while setting up superblock"
4395 msgstr ""
4396
4397 #: misc/mke2fs.c:2279
4398 #, c-format
4399 msgid "Discard succeeded and will return 0s  - skipping inode table wipe\n"
4400 msgstr ""
4401
4402 #: misc/mke2fs.c:2362
4403 #, c-format
4404 msgid "unknown os - %s"
4405 msgstr ""
4406
4407 #: misc/mke2fs.c:2414
4408 #, c-format
4409 msgid "Allocating group tables: "
4410 msgstr ""
4411
4412 #: misc/mke2fs.c:2418
4413 msgid "while trying to allocate filesystem tables"
4414 msgstr ""
4415
4416 #: misc/mke2fs.c:2427
4417 msgid ""
4418 "\n"
4419 "\twhile converting subcluster bitmap"
4420 msgstr ""
4421
4422 #: misc/mke2fs.c:2459
4423 #, c-format
4424 msgid "while zeroing block %llu at end of filesystem"
4425 msgstr ""
4426
4427 #: misc/mke2fs.c:2472
4428 msgid "while reserving blocks for online resize"
4429 msgstr ""
4430
4431 #: misc/mke2fs.c:2483 misc/tune2fs.c:640
4432 msgid "journal"
4433 msgstr ""
4434
4435 #: misc/mke2fs.c:2495
4436 #, c-format
4437 msgid "Adding journal to device %s: "
4438 msgstr ""
4439
4440 #: misc/mke2fs.c:2502
4441 #, c-format
4442 msgid ""
4443 "\n"
4444 "\twhile trying to add journal to device %s"
4445 msgstr ""
4446
4447 #: misc/mke2fs.c:2507 misc/mke2fs.c:2539 misc/tune2fs.c:669 misc/tune2fs.c:683
4448 #, c-format
4449 msgid "done\n"
4450 msgstr ""
4451
4452 #: misc/mke2fs.c:2516
4453 #, c-format
4454 msgid "Skipping journal creation in super-only mode\n"
4455 msgstr ""
4456
4457 #: misc/mke2fs.c:2527
4458 #, c-format
4459 msgid "Creating journal (%u blocks): "
4460 msgstr ""
4461
4462 #: misc/mke2fs.c:2546 misc/tune2fs.c:446
4463 #, c-format
4464 msgid ""
4465 "\n"
4466 "Error while enabling multiple mount protection feature."
4467 msgstr ""
4468
4469 #: misc/mke2fs.c:2551
4470 #, c-format
4471 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
4472 msgstr ""
4473
4474 #: misc/mke2fs.c:2564
4475 #, c-format
4476 msgid "Writing superblocks and filesystem accounting information: "
4477 msgstr ""
4478
4479 #: misc/mke2fs.c:2571
4480 #, c-format
4481 msgid ""
4482 "\n"
4483 "Warning, had trouble writing out superblocks."
4484 msgstr ""
4485
4486 #: misc/mke2fs.c:2573
4487 #, c-format
4488 msgid ""
4489 "done\n"
4490 "\n"
4491 msgstr ""
4492
4493 #: misc/mklost+found.c:50
4494 #, c-format
4495 msgid "Usage: mklost+found\n"
4496 msgstr ""
4497
4498 #: misc/partinfo.c:41
4499 #, c-format
4500 msgid ""
4501 "Usage:  %s device...\n"
4502 "\n"
4503 "Prints out the partition information for each given device.\n"
4504 "For example: %s /dev/hda\n"
4505 "\n"
4506 msgstr ""
4507
4508 #: misc/partinfo.c:51
4509 #, c-format
4510 msgid "Cannot open %s: %s"
4511 msgstr ""
4512
4513 #: misc/partinfo.c:57
4514 #, c-format
4515 msgid "Cannot get geometry of %s: %s"
4516 msgstr ""
4517
4518 #: misc/partinfo.c:65
4519 #, c-format
4520 msgid "Cannot get size of %s: %s"
4521 msgstr ""
4522
4523 #: misc/partinfo.c:71
4524 #, c-format
4525 msgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
4526 msgstr ""
4527
4528 #: misc/tune2fs.c:107
4529 msgid "Please run e2fsck on the filesystem.\n"
4530 msgstr ""
4531
4532 #: misc/tune2fs.c:116
4533 #, c-format
4534 msgid ""
4535 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n"
4536 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
4537 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-p "
4538 "mmp_update_interval]\n"
4539 "\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n"
4540 "\t[-M last_mounted_dir] [-O [^]feature[,...]]\n"
4541 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
4542 "\t[ -I new_inode_size ] device\n"
4543 msgstr ""
4544
4545 #: misc/tune2fs.c:205
4546 msgid "while trying to open external journal"
4547 msgstr ""
4548
4549 #: misc/tune2fs.c:210
4550 #, c-format
4551 msgid "%s is not a journal device.\n"
4552 msgstr ""
4553
4554 #: misc/tune2fs.c:225
4555 msgid "Journal superblock not found!\n"
4556 msgstr ""
4557
4558 #: misc/tune2fs.c:236
4559 msgid "Filesystem's UUID not found on journal device.\n"
4560 msgstr ""
4561
4562 #: misc/tune2fs.c:257
4563 msgid ""
4564 "Cannot locate journal device. It was NOT removed\n"
4565 "Use -f option to remove missing journal device.\n"
4566 msgstr ""
4567
4568 #: misc/tune2fs.c:265
4569 msgid "Journal removed\n"
4570 msgstr ""
4571
4572 #: misc/tune2fs.c:309
4573 msgid "while reading bitmaps"
4574 msgstr ""
4575
4576 #: misc/tune2fs.c:317
4577 msgid "while clearing journal inode"
4578 msgstr ""
4579
4580 #: misc/tune2fs.c:328
4581 msgid "while writing journal inode"
4582 msgstr ""
4583
4584 #: misc/tune2fs.c:363
4585 #, c-format
4586 msgid "(and reboot afterwards!)\n"
4587 msgstr ""
4588
4589 #: misc/tune2fs.c:396
4590 #, c-format
4591 msgid "Clearing filesystem feature '%s' not supported.\n"
4592 msgstr ""
4593
4594 #: misc/tune2fs.c:402
4595 #, c-format
4596 msgid "Setting filesystem feature '%s' not supported.\n"
4597 msgstr ""
4598
4599 #: misc/tune2fs.c:411
4600 msgid ""
4601 "The has_journal feature may only be cleared when the filesystem is\n"
4602 "unmounted or mounted read-only.\n"
4603 msgstr ""
4604
4605 #: misc/tune2fs.c:419
4606 msgid ""
4607 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
4608 "the has_journal flag.\n"
4609 msgstr ""
4610
4611 #: misc/tune2fs.c:438
4612 msgid ""
4613 "The multiple mount protection feature can't\n"
4614 "be set if the filesystem is mounted or\n"
4615 "read-only.\n"
4616 msgstr ""
4617
4618 #: misc/tune2fs.c:456
4619 #, c-format
4620 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
4621 msgstr ""
4622
4623 #: misc/tune2fs.c:465
4624 msgid ""
4625 "The multiple mount protection feature cannot\n"
4626 "be disabled if the filesystem is readonly.\n"
4627 msgstr ""
4628
4629 #: misc/tune2fs.c:473
4630 msgid "Error while reading bitmaps\n"
4631 msgstr ""
4632
4633 #: misc/tune2fs.c:482
4634 #, c-format
4635 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
4636 msgstr ""
4637
4638 #: misc/tune2fs.c:487
4639 msgid "while reading MMP block."
4640 msgstr ""
4641
4642 #: misc/tune2fs.c:519
4643 msgid ""
4644 "Clearing the flex_bg flag would cause the the filesystem to be\n"
4645 "inconsistent.\n"
4646 msgstr ""
4647
4648 #: misc/tune2fs.c:530
4649 msgid ""
4650 "The huge_file feature may only be cleared when the filesystem is\n"
4651 "unmounted or mounted read-only.\n"
4652 msgstr ""
4653
4654 #: misc/tune2fs.c:590
4655 msgid ""
4656 "\n"
4657 "Warning: '^quota' option overrides '-Q'arguments.\n"
4658 msgstr ""
4659
4660 #: misc/tune2fs.c:635
4661 msgid "The filesystem already has a journal.\n"
4662 msgstr ""
4663
4664 #: misc/tune2fs.c:653
4665 #, c-format
4666 msgid ""
4667 "\n"
4668 "\twhile trying to open journal on %s\n"
4669 msgstr ""
4670
4671 #: misc/tune2fs.c:657
4672 #, c-format
4673 msgid "Creating journal on device %s: "
4674 msgstr ""
4675
4676 #: misc/tune2fs.c:665
4677 #, c-format
4678 msgid "while adding filesystem to journal on %s"
4679 msgstr ""
4680
4681 #: misc/tune2fs.c:671
4682 msgid "Creating journal inode: "
4683 msgstr ""
4684
4685 #: misc/tune2fs.c:680
4686 msgid ""
4687 "\n"
4688 "\twhile trying to create journal file"
4689 msgstr ""
4690
4691 #: misc/tune2fs.c:763
4692 msgid "Couldn't allocate memory to parse quota options!\n"
4693 msgstr ""
4694
4695 #: misc/tune2fs.c:785
4696 msgid ""
4697 "\n"
4698 "Bad quota options specified.\n"
4699 "\n"
4700 "Following valid quota options are available (pass by separating with "
4701 "comma):\n"
4702 "\t[^]usrquota\n"
4703 "\t[^]grpquota\n"
4704 "\n"
4705 "\n"
4706 msgstr ""
4707
4708 #: misc/tune2fs.c:846
4709 #, c-format
4710 msgid "Couldn't parse date/time specifier: %s"
4711 msgstr ""
4712
4713 #: misc/tune2fs.c:870 misc/tune2fs.c:883
4714 #, c-format
4715 msgid "bad mounts count - %s"
4716 msgstr ""
4717
4718 #: misc/tune2fs.c:899
4719 #, c-format
4720 msgid "bad error behavior - %s"
4721 msgstr ""
4722
4723 #: misc/tune2fs.c:926
4724 #, c-format
4725 msgid "bad gid/group name - %s"
4726 msgstr ""
4727
4728 #: misc/tune2fs.c:959
4729 #, c-format
4730 msgid "bad interval - %s"
4731 msgstr ""
4732
4733 #: misc/tune2fs.c:988
4734 #, c-format
4735 msgid "bad reserved block ratio - %s"
4736 msgstr ""
4737
4738 #: misc/tune2fs.c:1003
4739 msgid "-o may only be specified once"
4740 msgstr ""
4741
4742 #: misc/tune2fs.c:1012
4743 msgid "-O may only be specified once"
4744 msgstr ""
4745
4746 #: misc/tune2fs.c:1027
4747 #, c-format
4748 msgid "bad reserved blocks count - %s"
4749 msgstr ""
4750
4751 #: misc/tune2fs.c:1056
4752 #, c-format
4753 msgid "bad uid/user name - %s"
4754 msgstr ""
4755
4756 #: misc/tune2fs.c:1073
4757 #, c-format
4758 msgid "bad inode size - %s"
4759 msgstr ""
4760
4761 #: misc/tune2fs.c:1080
4762 #, c-format
4763 msgid "Inode size must be a power of two- %s"
4764 msgstr ""
4765
4766 #: misc/tune2fs.c:1174
4767 #, c-format
4768 msgid "mmp_update_interval too big: %lu\n"
4769 msgstr ""
4770
4771 #: misc/tune2fs.c:1179
4772 #, c-format
4773 msgid "Setting multiple mount protection update interval to %lu second\n"
4774 msgid_plural ""
4775 "Setting multiple mount protection update interval to %lu seconds\n"
4776 msgstr[0] ""
4777 msgstr[1] ""
4778
4779 #: misc/tune2fs.c:1202
4780 #, c-format
4781 msgid "Invalid RAID stride: %s\n"
4782 msgstr ""
4783
4784 #: misc/tune2fs.c:1217
4785 #, c-format
4786 msgid "Invalid RAID stripe-width: %s\n"
4787 msgstr ""
4788
4789 #: misc/tune2fs.c:1232
4790 #, c-format
4791 msgid "Invalid hash algorithm: %s\n"
4792 msgstr ""
4793
4794 #: misc/tune2fs.c:1238
4795 #, c-format
4796 msgid "Setting default hash algorithm to %s (%d)\n"
4797 msgstr ""
4798
4799 #: misc/tune2fs.c:1257
4800 #, c-format
4801 msgid ""
4802 "\n"
4803 "Bad options specified.\n"
4804 "\n"
4805 "Extended options are separated by commas, and may take an argument which\n"
4806 "\tis set off by an equals ('=') sign.\n"
4807 "\n"
4808 "Valid extended options are:\n"
4809 "\tclear_mmp\n"
4810 "\thash_alg=<hash algorithm>\n"
4811 "\tmount_opts=<extended default mount options>\n"
4812 "\tstride=<RAID per-disk chunk size in blocks>\n"
4813 "\tstripe_width=<RAID stride*data disks in blocks>\n"
4814 "\ttest_fs\n"
4815 "\t^test_fs\n"
4816 msgstr ""
4817
4818 #: misc/tune2fs.c:1723
4819 msgid "Failed to read inode bitmap\n"
4820 msgstr ""
4821
4822 #: misc/tune2fs.c:1728
4823 msgid "Failed to read block bitmap\n"
4824 msgstr ""
4825
4826 #: misc/tune2fs.c:1745 resize/resize2fs.c:784
4827 msgid "blocks to be moved"
4828 msgstr ""
4829
4830 #: misc/tune2fs.c:1748
4831 msgid "Failed to allocate block bitmap when increasing inode size\n"
4832 msgstr ""
4833
4834 #: misc/tune2fs.c:1754
4835 msgid "Not enough space to increase inode size \n"
4836 msgstr ""
4837
4838 #: misc/tune2fs.c:1759
4839 msgid "Failed to relocate blocks during inode resize \n"
4840 msgstr ""
4841
4842 #: misc/tune2fs.c:1791
4843 msgid ""
4844 "Error in resizing the inode size.\n"
4845 "Run e2undo to undo the file system changes. \n"
4846 msgstr ""
4847
4848 #: misc/tune2fs.c:1818
4849 msgid "Couldn't allocate memory for tdb filename\n"
4850 msgstr ""
4851
4852 #: misc/tune2fs.c:1840
4853 #, c-format
4854 msgid "while trying to delete %s"
4855 msgstr ""
4856
4857 #: misc/tune2fs.c:1850
4858 #, c-format
4859 msgid ""
4860 "To undo the tune2fs operation please run the command\n"
4861 "    e2undo %s %s\n"
4862 "\n"
4863 msgstr ""
4864
4865 #: misc/tune2fs.c:1919
4866 #, c-format
4867 msgid ""
4868 "MMP block magic is bad. Try to fix it by running:\n"
4869 "'e2fsck -f %s'\n"
4870 msgstr ""
4871
4872 #: misc/tune2fs.c:1936
4873 #, c-format
4874 msgid "The inode size is already %lu\n"
4875 msgstr ""
4876
4877 #: misc/tune2fs.c:1942
4878 #, c-format
4879 msgid "Shrinking the inode size is not supported\n"
4880 msgstr ""
4881
4882 #: misc/tune2fs.c:1989
4883 #, c-format
4884 msgid "Setting maximal mount count to %d\n"
4885 msgstr ""
4886
4887 #: misc/tune2fs.c:1995
4888 #, c-format
4889 msgid "Setting current mount count to %d\n"
4890 msgstr ""
4891
4892 #: misc/tune2fs.c:2000
4893 #, c-format
4894 msgid "Setting error behavior to %d\n"
4895 msgstr ""
4896
4897 #: misc/tune2fs.c:2005
4898 #, c-format
4899 msgid "Setting reserved blocks gid to %lu\n"
4900 msgstr ""
4901
4902 #: misc/tune2fs.c:2010
4903 #, c-format
4904 msgid "interval between checks is too big (%lu)"
4905 msgstr ""
4906
4907 #: misc/tune2fs.c:2017
4908 #, c-format
4909 msgid "Setting interval between checks to %lu seconds\n"
4910 msgstr ""
4911
4912 #: misc/tune2fs.c:2024
4913 #, c-format
4914 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
4915 msgstr ""
4916
4917 #: misc/tune2fs.c:2030
4918 #, c-format
4919 msgid "reserved blocks count is too big (%llu)"
4920 msgstr ""
4921
4922 #: misc/tune2fs.c:2037
4923 #, c-format
4924 msgid "Setting reserved blocks count to %llu\n"
4925 msgstr ""
4926
4927 #: misc/tune2fs.c:2043
4928 msgid ""
4929 "\n"
4930 "The filesystem already has sparse superblocks.\n"
4931 msgstr ""
4932
4933 #: misc/tune2fs.c:2050
4934 #, c-format
4935 msgid ""
4936 "\n"
4937 "Sparse superblock flag set.  %s"
4938 msgstr ""
4939
4940 #: misc/tune2fs.c:2055
4941 msgid ""
4942 "\n"
4943 "Clearing the sparse superflag not supported.\n"
4944 msgstr ""
4945
4946 #: misc/tune2fs.c:2063
4947 #, c-format
4948 msgid "Setting time filesystem last checked to %s\n"
4949 msgstr ""
4950
4951 #: misc/tune2fs.c:2069
4952 #, c-format
4953 msgid "Setting reserved blocks uid to %lu\n"
4954 msgstr ""
4955
4956 #: misc/tune2fs.c:2101
4957 msgid "Error in using clear_mmp. It must be used with -f\n"
4958 msgstr ""
4959
4960 #: misc/tune2fs.c:2119
4961 msgid ""
4962 "The quota feature may only be changed when the filesystem is unmounted.\n"
4963 msgstr ""
4964
4965 #: misc/tune2fs.c:2152
4966 msgid "Invalid UUID format\n"
4967 msgstr ""
4968
4969 #: misc/tune2fs.c:2165
4970 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
4971 msgstr ""
4972
4973 #: misc/tune2fs.c:2173
4974 msgid ""
4975 "Changing the inode size not supported for filesystems with the flex_bg\n"
4976 "feature enabled.\n"
4977 msgstr ""
4978
4979 #: misc/tune2fs.c:2186
4980 #, c-format
4981 msgid "Setting inode size %lu\n"
4982 msgstr ""
4983
4984 #: misc/tune2fs.c:2189
4985 #, c-format
4986 msgid "Failed to change inode size\n"
4987 msgstr ""
4988
4989 #: misc/tune2fs.c:2200
4990 #, c-format
4991 msgid "Setting stride size to %d\n"
4992 msgstr ""
4993
4994 #: misc/tune2fs.c:2205
4995 #, c-format
4996 msgid "Setting stripe width to %d\n"
4997 msgstr ""
4998
4999 #: misc/tune2fs.c:2212
5000 #, c-format
5001 msgid "Setting extended default mount options to '%s'\n"
5002 msgstr ""
5003
5004 #: misc/util.c:74
5005 msgid "Proceed anyway? (y,n) "
5006 msgstr ""
5007
5008 #: misc/util.c:89
5009 #, c-format
5010 msgid "Could not stat %s --- %s\n"
5011 msgstr ""
5012
5013 #: misc/util.c:92
5014 msgid ""
5015 "\n"
5016 "The device apparently does not exist; did you specify it correctly?\n"
5017 msgstr ""
5018
5019 #: misc/util.c:103
5020 #, c-format
5021 msgid "%s is not a block special device.\n"
5022 msgstr ""
5023
5024 #: misc/util.c:132
5025 #, c-format
5026 msgid "%s is entire device, not just one partition!\n"
5027 msgstr ""
5028
5029 #: misc/util.c:154
5030 msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
5031 msgstr ""
5032
5033 #: misc/util.c:159
5034 #, c-format
5035 msgid "will not make a %s here!\n"
5036 msgstr ""
5037
5038 #: misc/util.c:166
5039 msgid "mke2fs forced anyway.\n"
5040 msgstr ""
5041
5042 #: misc/util.c:182
5043 msgid "Couldn't allocate memory to parse journal options!\n"
5044 msgstr ""
5045
5046 #: misc/util.c:207
5047 #, c-format
5048 msgid ""
5049 "\n"
5050 "Could not find journal device matching %s\n"
5051 msgstr ""
5052
5053 #: misc/util.c:228
5054 msgid ""
5055 "\n"
5056 "Bad journal options specified.\n"
5057 "\n"
5058 "Journal options are separated by commas, and may take an argument which\n"
5059 "\tis set off by an equals ('=') sign.\n"
5060 "\n"
5061 "Valid journal options are:\n"
5062 "\tsize=<journal size in megabytes>\n"
5063 "\tdevice=<journal device>\n"
5064 "\n"
5065 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
5066 "\n"
5067 msgstr ""
5068
5069 #: misc/util.c:258
5070 msgid ""
5071 "\n"
5072 "Filesystem too small for a journal\n"
5073 msgstr ""
5074
5075 #: misc/util.c:265
5076 #, c-format
5077 msgid ""
5078 "\n"
5079 "The requested journal size is %d blocks; it must be\n"
5080 "between 1024 and 10240000 blocks.  Aborting.\n"
5081 msgstr ""
5082
5083 #: misc/util.c:273
5084 msgid ""
5085 "\n"
5086 "Journal size too big for filesystem.\n"
5087 msgstr ""
5088
5089 #: misc/util.c:287
5090 #, c-format
5091 msgid ""
5092 "This filesystem will be automatically checked every %d mounts or\n"
5093 "%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
5094 msgstr ""
5095
5096 #: misc/uuidd.c:48
5097 #, c-format
5098 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
5099 msgstr ""
5100
5101 #: misc/uuidd.c:50
5102 #, c-format
5103 msgid "       %s [-r|t] [-n num] [-s socketpath]\n"
5104 msgstr ""
5105
5106 #: misc/uuidd.c:52
5107 #, c-format
5108 msgid "       %s -k\n"
5109 msgstr ""
5110
5111 #: misc/uuidd.c:154
5112 msgid "bad arguments"
5113 msgstr ""
5114
5115 #: misc/uuidd.c:172
5116 msgid "connect"
5117 msgstr ""
5118
5119 #: misc/uuidd.c:191
5120 msgid "write"
5121 msgstr ""
5122
5123 #: misc/uuidd.c:199
5124 msgid "read count"
5125 msgstr ""
5126
5127 #: misc/uuidd.c:205
5128 msgid "bad response length"
5129 msgstr ""
5130
5131 #: misc/uuidd.c:270
5132 #, c-format
5133 msgid "uuidd daemon already running at pid %s\n"
5134 msgstr ""
5135
5136 #: misc/uuidd.c:278
5137 #, c-format
5138 msgid "Couldn't create unix stream socket: %s"
5139 msgstr ""
5140
5141 #: misc/uuidd.c:307
5142 #, c-format
5143 msgid "Couldn't bind unix socket %s: %s\n"
5144 msgstr ""
5145
5146 #: misc/uuidd.c:315
5147 #, c-format
5148 msgid "Couldn't listen on unix socket %s: %s\n"
5149 msgstr ""
5150
5151 #: misc/uuidd.c:353
5152 #, c-format
5153 msgid "Error reading from client, len = %d\n"
5154 msgstr ""
5155
5156 #: misc/uuidd.c:361
5157 #, c-format
5158 msgid "operation %d, incoming num = %d\n"
5159 msgstr ""
5160
5161 #: misc/uuidd.c:380
5162 #, c-format
5163 msgid "Generated time UUID: %s\n"
5164 msgstr ""
5165
5166 #: misc/uuidd.c:390
5167 #, c-format
5168 msgid "Generated random UUID: %s\n"
5169 msgstr ""
5170
5171 #: misc/uuidd.c:399
5172 #, c-format
5173 msgid "Generated time UUID %s and subsequent UUID\n"
5174 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
5175 msgstr[0] ""
5176 msgstr[1] ""
5177
5178 #: misc/uuidd.c:420
5179 #, c-format
5180 msgid "Generated %d UUID's:\n"
5181 msgstr ""
5182
5183 #: misc/uuidd.c:432
5184 #, c-format
5185 msgid "Invalid operation %d\n"
5186 msgstr ""
5187
5188 #: misc/uuidd.c:476 misc/uuidd.c:498
5189 #, c-format
5190 msgid "Bad number: %s\n"
5191 msgstr ""
5192
5193 #: misc/uuidd.c:533 misc/uuidd.c:562
5194 #, c-format
5195 msgid "Error calling uuidd daemon (%s): %s\n"
5196 msgstr ""
5197
5198 #: misc/uuidd.c:543
5199 #, c-format
5200 msgid "%s and subsequent UUID\n"
5201 msgid_plural "%s and subsequent %d UUIDs\n"
5202 msgstr[0] ""
5203 msgstr[1] ""
5204
5205 #: misc/uuidd.c:547
5206 #, c-format
5207 msgid "List of UUID's:\n"
5208 msgstr ""
5209
5210 #: misc/uuidd.c:568
5211 #, c-format
5212 msgid "Unexpected reply length from server %d\n"
5213 msgstr ""
5214
5215 #: misc/uuidd.c:585
5216 #, c-format
5217 msgid "Couldn't kill uuidd running at pid %d: %s\n"
5218 msgstr ""
5219
5220 #: misc/uuidd.c:591
5221 #, c-format
5222 msgid "Killed uuidd running at pid %d\n"
5223 msgstr ""
5224
5225 #: misc/uuidgen.c:32
5226 #, c-format
5227 msgid "Usage: %s [-r] [-t]\n"
5228 msgstr ""
5229
5230 #: resize/extent.c:202
5231 msgid "# Extent dump:\n"
5232 msgstr ""
5233
5234 #: resize/extent.c:203
5235 #, c-format
5236 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
5237 msgstr ""
5238
5239 #: resize/main.c:43
5240 #, c-format
5241 msgid ""
5242 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n"
5243 "\n"
5244 msgstr ""
5245
5246 #: resize/main.c:65
5247 msgid "Extending the inode table"
5248 msgstr ""
5249
5250 #: resize/main.c:68
5251 msgid "Relocating blocks"
5252 msgstr ""
5253
5254 #: resize/main.c:71
5255 msgid "Scanning inode table"
5256 msgstr ""
5257
5258 #: resize/main.c:74
5259 msgid "Updating inode references"
5260 msgstr ""
5261
5262 #: resize/main.c:77
5263 msgid "Moving inode table"
5264 msgstr ""
5265
5266 #: resize/main.c:80
5267 msgid "Unknown pass?!?"
5268 msgstr ""
5269
5270 #: resize/main.c:83
5271 #, c-format
5272 msgid "Begin pass %d (max = %lu)\n"
5273 msgstr ""
5274
5275 #: resize/main.c:263
5276 #, c-format
5277 msgid "while opening %s"
5278 msgstr ""
5279
5280 #: resize/main.c:275
5281 #, c-format
5282 msgid "while getting stat information for %s"
5283 msgstr ""
5284
5285 #: resize/main.c:336
5286 #, c-format
5287 msgid ""
5288 "%s: The combination of flex_bg and\n"
5289 "\t!resize_inode features is not supported by resize2fs.\n"
5290 msgstr ""
5291
5292 #: resize/main.c:349 resize/main.c:457
5293 #, c-format
5294 msgid ""
5295 "Please run 'e2fsck -f %s' first.\n"
5296 "\n"
5297 msgstr ""
5298
5299 #: resize/main.c:353
5300 #, c-format
5301 msgid "Estimated minimum size of the filesystem: %llu\n"
5302 msgstr ""
5303
5304 #: resize/main.c:389
5305 #, c-format
5306 msgid "Invalid new size: %s\n"
5307 msgstr ""
5308
5309 #: resize/main.c:397
5310 msgid "New size too large to be expressed in 32 bits\n"
5311 msgstr ""
5312
5313 #: resize/main.c:409
5314 #, c-format
5315 msgid "New size smaller than minimum (%llu)\n"
5316 msgstr ""
5317
5318 #: resize/main.c:415
5319 msgid "Invalid stride length"
5320 msgstr ""
5321
5322 #: resize/main.c:439
5323 #, c-format
5324 msgid ""
5325 "The containing partition (or device) is only %llu (%dk) blocks.\n"
5326 "You requested a new size of %llu blocks.\n"
5327 "\n"
5328 msgstr ""
5329
5330 #: resize/main.c:446
5331 #, c-format
5332 msgid ""
5333 "The filesystem is already %llu blocks long.  Nothing to do!\n"
5334 "\n"
5335 msgstr ""
5336
5337 #: resize/main.c:461
5338 #, c-format
5339 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
5340 msgstr ""
5341
5342 #: resize/main.c:470
5343 #, c-format
5344 msgid "while trying to resize %s"
5345 msgstr ""
5346
5347 #: resize/main.c:473
5348 #, c-format
5349 msgid ""
5350 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
5351 "after the aborted resize operation.\n"
5352 msgstr ""
5353
5354 #: resize/main.c:479
5355 #, c-format
5356 msgid ""
5357 "The filesystem on %s is now %llu blocks long.\n"
5358 "\n"
5359 msgstr ""
5360
5361 #: resize/main.c:494
5362 #, c-format
5363 msgid "while trying to truncate %s"
5364 msgstr ""
5365
5366 #: resize/online.c:40
5367 #, c-format
5368 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
5369 msgstr ""
5370
5371 #: resize/online.c:44
5372 msgid "On-line shrinking not supported"
5373 msgstr ""
5374
5375 #: resize/online.c:63
5376 msgid "Filesystem does not support online resizing"
5377 msgstr ""
5378
5379 #: resize/online.c:70
5380 #, c-format
5381 msgid "while trying to open mountpoint %s"
5382 msgstr ""
5383
5384 #: resize/online.c:92 resize/online.c:116
5385 msgid "Permission denied to resize filesystem"
5386 msgstr ""
5387
5388 #: resize/online.c:95 resize/online.c:122
5389 msgid "While checking for on-line resizing support"
5390 msgstr ""
5391
5392 #: resize/online.c:107
5393 msgid "Kernel does not support resizing a file system this large"
5394 msgstr ""
5395
5396 #: resize/online.c:119
5397 msgid "Kernel does not support online resizing"
5398 msgstr ""
5399
5400 #: resize/online.c:152
5401 #, c-format
5402 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
5403 msgstr ""
5404
5405 #: resize/online.c:162
5406 msgid "While trying to extend the last group"
5407 msgstr ""
5408
5409 #: resize/online.c:216
5410 #, c-format
5411 msgid "While trying to add group #%d"
5412 msgstr ""
5413
5414 #: resize/online.c:227
5415 #, c-format
5416 msgid ""
5417 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
5418 "this system.\n"
5419 msgstr ""
5420
5421 #: resize/resize2fs.c:348
5422 #, c-format
5423 msgid "inodes (%llu) must be less than %u"
5424 msgstr ""
5425
5426 #: resize/resize2fs.c:576
5427 msgid "reserved blocks"
5428 msgstr ""
5429
5430 #: resize/resize2fs.c:789
5431 msgid "meta-data blocks"
5432 msgstr ""
5433
5434 #: resize/resize2fs.c:1735
5435 #, c-format
5436 msgid "Should never happen: resize inode corrupt!\n"
5437 msgstr ""
5438
5439 #: lib/ext2fs/ext2_err.c:11
5440 msgid "EXT2FS Library version 1.42-WIP"
5441 msgstr ""
5442
5443 #: lib/ext2fs/ext2_err.c:12
5444 msgid "Wrong magic number for ext2_filsys structure"
5445 msgstr ""
5446
5447 #: lib/ext2fs/ext2_err.c:13
5448 msgid "Wrong magic number for badblocks_list structure"
5449 msgstr ""
5450
5451 #: lib/ext2fs/ext2_err.c:14
5452 msgid "Wrong magic number for badblocks_iterate structure"
5453 msgstr ""
5454
5455 #: lib/ext2fs/ext2_err.c:15
5456 msgid "Wrong magic number for inode_scan structure"
5457 msgstr ""
5458
5459 #: lib/ext2fs/ext2_err.c:16
5460 msgid "Wrong magic number for io_channel structure"
5461 msgstr ""
5462
5463 #: lib/ext2fs/ext2_err.c:17
5464 msgid "Wrong magic number for unix io_channel structure"
5465 msgstr ""
5466
5467 #: lib/ext2fs/ext2_err.c:18
5468 msgid "Wrong magic number for io_manager structure"
5469 msgstr ""
5470
5471 #: lib/ext2fs/ext2_err.c:19
5472 msgid "Wrong magic number for block_bitmap structure"
5473 msgstr ""
5474
5475 #: lib/ext2fs/ext2_err.c:20
5476 msgid "Wrong magic number for inode_bitmap structure"
5477 msgstr ""
5478
5479 #: lib/ext2fs/ext2_err.c:21
5480 msgid "Wrong magic number for generic_bitmap structure"
5481 msgstr ""
5482
5483 #: lib/ext2fs/ext2_err.c:22
5484 msgid "Wrong magic number for test io_channel structure"
5485 msgstr ""
5486
5487 #: lib/ext2fs/ext2_err.c:23
5488 msgid "Wrong magic number for directory block list structure"
5489 msgstr ""
5490
5491 #: lib/ext2fs/ext2_err.c:24
5492 msgid "Wrong magic number for icount structure"
5493 msgstr ""
5494
5495 #: lib/ext2fs/ext2_err.c:25
5496 msgid "Wrong magic number for Powerquest io_channel structure"
5497 msgstr ""
5498
5499 #: lib/ext2fs/ext2_err.c:26
5500 msgid "Wrong magic number for ext2 file structure"
5501 msgstr ""
5502
5503 #: lib/ext2fs/ext2_err.c:27
5504 msgid "Wrong magic number for Ext2 Image Header"
5505 msgstr ""
5506
5507 #: lib/ext2fs/ext2_err.c:28
5508 msgid "Wrong magic number for inode io_channel structure"
5509 msgstr ""
5510
5511 #: lib/ext2fs/ext2_err.c:29
5512 msgid "Wrong magic number for ext4 extent handle"
5513 msgstr ""
5514
5515 #: lib/ext2fs/ext2_err.c:30
5516 msgid "Bad magic number in super-block"
5517 msgstr ""
5518
5519 #: lib/ext2fs/ext2_err.c:31
5520 msgid "Filesystem revision too high"
5521 msgstr ""
5522
5523 #: lib/ext2fs/ext2_err.c:32
5524 msgid "Attempt to write to filesystem opened read-only"
5525 msgstr ""
5526
5527 #: lib/ext2fs/ext2_err.c:33
5528 msgid "Can't read group descriptors"
5529 msgstr ""
5530
5531 #: lib/ext2fs/ext2_err.c:34
5532 msgid "Can't write group descriptors"
5533 msgstr ""
5534
5535 #: lib/ext2fs/ext2_err.c:35
5536 msgid "Corrupt group descriptor: bad block for block bitmap"
5537 msgstr ""
5538
5539 #: lib/ext2fs/ext2_err.c:36
5540 msgid "Corrupt group descriptor: bad block for inode bitmap"
5541 msgstr ""
5542
5543 #: lib/ext2fs/ext2_err.c:37
5544 msgid "Corrupt group descriptor: bad block for inode table"
5545 msgstr ""
5546
5547 #: lib/ext2fs/ext2_err.c:38
5548 msgid "Can't write an inode bitmap"
5549 msgstr ""
5550
5551 #: lib/ext2fs/ext2_err.c:39
5552 msgid "Can't read an inode bitmap"
5553 msgstr ""
5554
5555 #: lib/ext2fs/ext2_err.c:40
5556 msgid "Can't write an block bitmap"
5557 msgstr ""
5558
5559 #: lib/ext2fs/ext2_err.c:41
5560 msgid "Can't read an block bitmap"
5561 msgstr ""
5562
5563 #: lib/ext2fs/ext2_err.c:42
5564 msgid "Can't write an inode table"
5565 msgstr ""
5566
5567 #: lib/ext2fs/ext2_err.c:43
5568 msgid "Can't read an inode table"
5569 msgstr ""
5570
5571 #: lib/ext2fs/ext2_err.c:44
5572 msgid "Can't read next inode"
5573 msgstr ""
5574
5575 #: lib/ext2fs/ext2_err.c:45
5576 msgid "Filesystem has unexpected block size"
5577 msgstr ""
5578
5579 #: lib/ext2fs/ext2_err.c:46
5580 msgid "EXT2 directory corrupted"
5581 msgstr ""
5582
5583 #: lib/ext2fs/ext2_err.c:47
5584 msgid "Attempt to read block from filesystem resulted in short read"
5585 msgstr ""
5586
5587 #: lib/ext2fs/ext2_err.c:48
5588 msgid "Attempt to write block to filesystem resulted in short write"
5589 msgstr ""
5590
5591 #: lib/ext2fs/ext2_err.c:49
5592 msgid "No free space in the directory"
5593 msgstr ""
5594
5595 #: lib/ext2fs/ext2_err.c:50
5596 msgid "Inode bitmap not loaded"
5597 msgstr ""
5598
5599 #: lib/ext2fs/ext2_err.c:51
5600 msgid "Block bitmap not loaded"
5601 msgstr ""
5602
5603 #: lib/ext2fs/ext2_err.c:52
5604 msgid "Illegal inode number"
5605 msgstr ""
5606
5607 #: lib/ext2fs/ext2_err.c:53
5608 msgid "Illegal block number"
5609 msgstr ""
5610
5611 #: lib/ext2fs/ext2_err.c:54
5612 msgid "Internal error in ext2fs_expand_dir"
5613 msgstr ""
5614
5615 #: lib/ext2fs/ext2_err.c:55
5616 msgid "Not enough space to build proposed filesystem"
5617 msgstr ""
5618
5619 #: lib/ext2fs/ext2_err.c:56
5620 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
5621 msgstr ""
5622
5623 #: lib/ext2fs/ext2_err.c:57
5624 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
5625 msgstr ""
5626
5627 #: lib/ext2fs/ext2_err.c:58
5628 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
5629 msgstr ""
5630
5631 #: lib/ext2fs/ext2_err.c:59
5632 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
5633 msgstr ""
5634
5635 #: lib/ext2fs/ext2_err.c:60
5636 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
5637 msgstr ""
5638
5639 #: lib/ext2fs/ext2_err.c:61
5640 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
5641 msgstr ""
5642
5643 #: lib/ext2fs/ext2_err.c:62
5644 msgid "Attempt to fudge end of block bitmap past the real end"
5645 msgstr ""
5646
5647 #: lib/ext2fs/ext2_err.c:63
5648 msgid "Attempt to fudge end of inode bitmap past the real end"
5649 msgstr ""
5650
5651 #: lib/ext2fs/ext2_err.c:64
5652 msgid "Illegal indirect block found"
5653 msgstr ""
5654
5655 #: lib/ext2fs/ext2_err.c:65
5656 msgid "Illegal doubly indirect block found"
5657 msgstr ""
5658
5659 #: lib/ext2fs/ext2_err.c:66
5660 msgid "Illegal triply indirect block found"
5661 msgstr ""
5662
5663 #: lib/ext2fs/ext2_err.c:67
5664 msgid "Block bitmaps are not the same"
5665 msgstr ""
5666
5667 #: lib/ext2fs/ext2_err.c:68
5668 msgid "Inode bitmaps are not the same"
5669 msgstr ""
5670
5671 #: lib/ext2fs/ext2_err.c:69
5672 msgid "Illegal or malformed device name"
5673 msgstr ""
5674
5675 #: lib/ext2fs/ext2_err.c:70
5676 msgid "A block group is missing an inode table"
5677 msgstr ""
5678
5679 #: lib/ext2fs/ext2_err.c:71
5680 msgid "The ext2 superblock is corrupt"
5681 msgstr ""
5682
5683 #: lib/ext2fs/ext2_err.c:72
5684 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
5685 msgstr ""
5686
5687 #: lib/ext2fs/ext2_err.c:73
5688 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
5689 msgstr ""
5690
5691 #: lib/ext2fs/ext2_err.c:74
5692 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
5693 msgstr ""
5694
5695 #: lib/ext2fs/ext2_err.c:75
5696 msgid "Too many symbolic links encountered."
5697 msgstr ""
5698
5699 #: lib/ext2fs/ext2_err.c:76
5700 msgid "The callback function will not handle this case"
5701 msgstr ""
5702
5703 #: lib/ext2fs/ext2_err.c:77
5704 msgid "The inode is from a bad block in the inode table"
5705 msgstr ""
5706
5707 #: lib/ext2fs/ext2_err.c:78
5708 msgid "Filesystem has unsupported feature(s)"
5709 msgstr ""
5710
5711 #: lib/ext2fs/ext2_err.c:79
5712 msgid "Filesystem has unsupported read-only feature(s)"
5713 msgstr ""
5714
5715 #: lib/ext2fs/ext2_err.c:80
5716 msgid "IO Channel failed to seek on read or write"
5717 msgstr ""
5718
5719 #: lib/ext2fs/ext2_err.c:81
5720 msgid "Memory allocation failed"
5721 msgstr ""
5722
5723 #: lib/ext2fs/ext2_err.c:82
5724 msgid "Invalid argument passed to ext2 library"
5725 msgstr ""
5726
5727 #: lib/ext2fs/ext2_err.c:83
5728 msgid "Could not allocate block in ext2 filesystem"
5729 msgstr ""
5730
5731 #: lib/ext2fs/ext2_err.c:84
5732 msgid "Could not allocate inode in ext2 filesystem"
5733 msgstr ""
5734
5735 #: lib/ext2fs/ext2_err.c:85
5736 msgid "Ext2 inode is not a directory"
5737 msgstr ""
5738
5739 #: lib/ext2fs/ext2_err.c:86
5740 msgid "Too many references in table"
5741 msgstr ""
5742
5743 #: lib/ext2fs/ext2_err.c:87
5744 msgid "File not found by ext2_lookup"
5745 msgstr ""
5746
5747 #: lib/ext2fs/ext2_err.c:88
5748 msgid "File open read-only"
5749 msgstr ""
5750
5751 #: lib/ext2fs/ext2_err.c:89
5752 msgid "Ext2 directory block not found"
5753 msgstr ""
5754
5755 #: lib/ext2fs/ext2_err.c:90
5756 msgid "Ext2 directory already exists"
5757 msgstr ""
5758
5759 #: lib/ext2fs/ext2_err.c:91
5760 msgid "Unimplemented ext2 library function"
5761 msgstr ""
5762
5763 #: lib/ext2fs/ext2_err.c:92
5764 msgid "User cancel requested"
5765 msgstr ""
5766
5767 #: lib/ext2fs/ext2_err.c:93
5768 msgid "Ext2 file too big"
5769 msgstr ""
5770
5771 #: lib/ext2fs/ext2_err.c:94
5772 msgid "Supplied journal device not a block device"
5773 msgstr ""
5774
5775 #: lib/ext2fs/ext2_err.c:95
5776 msgid "Journal superblock not found"
5777 msgstr ""
5778
5779 #: lib/ext2fs/ext2_err.c:96
5780 msgid "Journal must be at least 1024 blocks"
5781 msgstr ""
5782
5783 #: lib/ext2fs/ext2_err.c:97
5784 msgid "Unsupported journal version"
5785 msgstr ""
5786
5787 #: lib/ext2fs/ext2_err.c:98
5788 msgid "Error loading external journal"
5789 msgstr ""
5790
5791 #: lib/ext2fs/ext2_err.c:99
5792 msgid "Journal not found"
5793 msgstr ""
5794
5795 #: lib/ext2fs/ext2_err.c:100
5796 msgid "Directory hash unsupported"
5797 msgstr ""
5798
5799 #: lib/ext2fs/ext2_err.c:101
5800 msgid "Illegal extended attribute block number"
5801 msgstr ""
5802
5803 #: lib/ext2fs/ext2_err.c:102
5804 msgid "Cannot create filesystem with requested number of inodes"
5805 msgstr ""
5806
5807 #: lib/ext2fs/ext2_err.c:103
5808 msgid "E2image snapshot not in use"
5809 msgstr ""
5810
5811 #: lib/ext2fs/ext2_err.c:104
5812 msgid "Too many reserved group descriptor blocks"
5813 msgstr ""
5814
5815 #: lib/ext2fs/ext2_err.c:105
5816 msgid "Resize inode is corrupt"
5817 msgstr ""
5818
5819 #: lib/ext2fs/ext2_err.c:106
5820 msgid "Tried to set block bmap with missing indirect block"
5821 msgstr ""
5822
5823 #: lib/ext2fs/ext2_err.c:107
5824 msgid "TDB: Success"
5825 msgstr ""
5826
5827 #: lib/ext2fs/ext2_err.c:108
5828 msgid "TDB: Corrupt database"
5829 msgstr ""
5830
5831 #: lib/ext2fs/ext2_err.c:109
5832 msgid "TDB: IO Error"
5833 msgstr ""
5834
5835 #: lib/ext2fs/ext2_err.c:110
5836 msgid "TDB: Locking error"
5837 msgstr ""
5838
5839 #: lib/ext2fs/ext2_err.c:111
5840 msgid "TDB: Out of memory"
5841 msgstr ""
5842
5843 #: lib/ext2fs/ext2_err.c:112
5844 msgid "TDB: Record exists"
5845 msgstr ""
5846
5847 #: lib/ext2fs/ext2_err.c:113
5848 msgid "TDB: Lock exists on other keys"
5849 msgstr ""
5850
5851 #: lib/ext2fs/ext2_err.c:114
5852 msgid "TDB: Invalid parameter"
5853 msgstr ""
5854
5855 #: lib/ext2fs/ext2_err.c:115
5856 msgid "TDB: Record does not exist"
5857 msgstr ""
5858
5859 #: lib/ext2fs/ext2_err.c:116
5860 msgid "TDB: Write not permitted"
5861 msgstr ""
5862
5863 #: lib/ext2fs/ext2_err.c:117
5864 msgid "Ext2fs directory block list is empty"
5865 msgstr ""
5866
5867 #: lib/ext2fs/ext2_err.c:118
5868 msgid "Attempt to modify a block mapping via a read-only block iterator"
5869 msgstr ""
5870
5871 #: lib/ext2fs/ext2_err.c:119
5872 msgid "Wrong magic number for ext4 extent saved path"
5873 msgstr ""
5874
5875 #: lib/ext2fs/ext2_err.c:120
5876 msgid "Wrong magic number for 64-bit generic bitmap"
5877 msgstr ""
5878
5879 #: lib/ext2fs/ext2_err.c:121
5880 msgid "Wrong magic number for 64-bit block bitmap"
5881 msgstr ""
5882
5883 #: lib/ext2fs/ext2_err.c:122
5884 msgid "Wrong magic number for 64-bit inode bitmap"
5885 msgstr ""
5886
5887 #: lib/ext2fs/ext2_err.c:123
5888 msgid "Wrong magic number --- RESERVED_13"
5889 msgstr ""
5890
5891 #: lib/ext2fs/ext2_err.c:124
5892 msgid "Wrong magic number --- RESERVED_14"
5893 msgstr ""
5894
5895 #: lib/ext2fs/ext2_err.c:125
5896 msgid "Wrong magic number --- RESERVED_15"
5897 msgstr ""
5898
5899 #: lib/ext2fs/ext2_err.c:126
5900 msgid "Wrong magic number --- RESERVED_16"
5901 msgstr ""
5902
5903 #: lib/ext2fs/ext2_err.c:127
5904 msgid "Wrong magic number --- RESERVED_17"
5905 msgstr ""
5906
5907 #: lib/ext2fs/ext2_err.c:128
5908 msgid "Wrong magic number --- RESERVED_18"
5909 msgstr ""
5910
5911 #: lib/ext2fs/ext2_err.c:129
5912 msgid "Wrong magic number --- RESERVED_19"
5913 msgstr ""
5914
5915 #: lib/ext2fs/ext2_err.c:130
5916 msgid "Corrupt extent header"
5917 msgstr ""
5918
5919 #: lib/ext2fs/ext2_err.c:131
5920 msgid "Corrupt extent index"
5921 msgstr ""
5922
5923 #: lib/ext2fs/ext2_err.c:132
5924 msgid "Corrupt extent"
5925 msgstr ""
5926
5927 #: lib/ext2fs/ext2_err.c:133
5928 msgid "No free space in extent map"
5929 msgstr ""
5930
5931 #: lib/ext2fs/ext2_err.c:134
5932 msgid "Inode does not use extents"
5933 msgstr ""
5934
5935 #: lib/ext2fs/ext2_err.c:135
5936 msgid "No 'next' extent"
5937 msgstr ""
5938
5939 #: lib/ext2fs/ext2_err.c:136
5940 msgid "No 'previous' extent"
5941 msgstr ""
5942
5943 #: lib/ext2fs/ext2_err.c:137
5944 msgid "No 'up' extent"
5945 msgstr ""
5946
5947 #: lib/ext2fs/ext2_err.c:138
5948 msgid "No 'down' extent"
5949 msgstr ""
5950
5951 #: lib/ext2fs/ext2_err.c:139
5952 msgid "No current node"
5953 msgstr ""
5954
5955 #: lib/ext2fs/ext2_err.c:140
5956 msgid "Ext2fs operation not supported"
5957 msgstr ""
5958
5959 #: lib/ext2fs/ext2_err.c:141
5960 msgid "No room to insert extent in node"
5961 msgstr ""
5962
5963 #: lib/ext2fs/ext2_err.c:142
5964 msgid "Splitting would result in empty node"
5965 msgstr ""
5966
5967 #: lib/ext2fs/ext2_err.c:143
5968 msgid "Extent not found"
5969 msgstr ""
5970
5971 #: lib/ext2fs/ext2_err.c:144
5972 msgid "Operation not supported for inodes containing extents"
5973 msgstr ""
5974
5975 #: lib/ext2fs/ext2_err.c:145
5976 msgid "Extent length is invalid"
5977 msgstr ""
5978
5979 #: lib/ext2fs/ext2_err.c:146
5980 msgid "I/O Channel does not support 64-bit block numbers"
5981 msgstr ""
5982
5983 #: lib/ext2fs/ext2_err.c:147
5984 msgid "Can't check if filesystem is mounted due to missing mtab file"
5985 msgstr ""
5986
5987 #: lib/ext2fs/ext2_err.c:148
5988 msgid "Filesystem too large to use legacy bitmaps"
5989 msgstr ""
5990
5991 #: lib/ext2fs/ext2_err.c:149
5992 msgid "MMP: invalid magic number"
5993 msgstr ""
5994
5995 #: lib/ext2fs/ext2_err.c:150
5996 msgid "MMP: device currently active"
5997 msgstr ""
5998
5999 #: lib/ext2fs/ext2_err.c:151
6000 msgid "MMP: fsck being run"
6001 msgstr ""
6002
6003 #: lib/ext2fs/ext2_err.c:152
6004 msgid "MMP: block number beyond filesystem range"
6005 msgstr ""
6006
6007 #: lib/ext2fs/ext2_err.c:153
6008 msgid "MMP: undergoing an unknown operation"
6009 msgstr ""
6010
6011 #: lib/ext2fs/ext2_err.c:154
6012 msgid "MMP: filesystem still in use"
6013 msgstr ""
6014
6015 #: lib/ext2fs/ext2_err.c:155
6016 msgid "MMP: open with O_DIRECT failed"
6017 msgstr ""
6018
6019 #: e2fsck/prof_err.c:11
6020 msgid "Profile version 0.0"
6021 msgstr ""
6022
6023 #: e2fsck/prof_err.c:12
6024 msgid "Bad magic value in profile_node"
6025 msgstr ""
6026
6027 #: e2fsck/prof_err.c:13
6028 msgid "Profile section not found"
6029 msgstr ""
6030
6031 #: e2fsck/prof_err.c:14
6032 msgid "Profile relation not found"
6033 msgstr ""
6034
6035 #: e2fsck/prof_err.c:15
6036 msgid "Attempt to add a relation to node which is not a section"
6037 msgstr ""
6038
6039 #: e2fsck/prof_err.c:16
6040 msgid "A profile section header has a non-zero value"
6041 msgstr ""
6042
6043 #: e2fsck/prof_err.c:17
6044 msgid "Bad linked list in profile structures"
6045 msgstr ""
6046
6047 #: e2fsck/prof_err.c:18
6048 msgid "Bad group level in profile structures"
6049 msgstr ""
6050
6051 #: e2fsck/prof_err.c:19
6052 msgid "Bad parent pointer in profile structures"
6053 msgstr ""
6054
6055 #: e2fsck/prof_err.c:20
6056 msgid "Bad magic value in profile iterator"
6057 msgstr ""
6058
6059 #: e2fsck/prof_err.c:21
6060 msgid "Can't set value on section node"
6061 msgstr ""
6062
6063 #: e2fsck/prof_err.c:22
6064 msgid "Invalid argument passed to profile library"
6065 msgstr ""
6066
6067 #: e2fsck/prof_err.c:23
6068 msgid "Attempt to modify read-only profile"
6069 msgstr ""
6070
6071 #: e2fsck/prof_err.c:24
6072 msgid "Profile section header not at top level"
6073 msgstr ""
6074
6075 #: e2fsck/prof_err.c:25
6076 msgid "Syntax error in profile section header"
6077 msgstr ""
6078
6079 #: e2fsck/prof_err.c:26
6080 msgid "Syntax error in profile relation"
6081 msgstr ""
6082
6083 #: e2fsck/prof_err.c:27
6084 msgid "Extra closing brace in profile"
6085 msgstr ""
6086
6087 #: e2fsck/prof_err.c:28
6088 msgid "Missing open brace in profile"
6089 msgstr ""
6090
6091 #: e2fsck/prof_err.c:29
6092 msgid "Bad magic value in profile_t"
6093 msgstr ""
6094
6095 #: e2fsck/prof_err.c:30
6096 msgid "Bad magic value in profile_section_t"
6097 msgstr ""
6098
6099 #: e2fsck/prof_err.c:31
6100 msgid "Iteration through all top level section not supported"
6101 msgstr ""
6102
6103 #: e2fsck/prof_err.c:32
6104 msgid "Invalid profile_section object"
6105 msgstr ""
6106
6107 #: e2fsck/prof_err.c:33
6108 msgid "No more sections"
6109 msgstr ""
6110
6111 #: e2fsck/prof_err.c:34
6112 msgid "Bad nameset passed to query routine"
6113 msgstr ""
6114
6115 #: e2fsck/prof_err.c:35
6116 msgid "No profile file open"
6117 msgstr ""
6118
6119 #: e2fsck/prof_err.c:36
6120 msgid "Bad magic value in profile_file_t"
6121 msgstr ""
6122
6123 #: e2fsck/prof_err.c:37
6124 msgid "Couldn't open profile file"
6125 msgstr ""
6126
6127 #: e2fsck/prof_err.c:38
6128 msgid "Section already exists"
6129 msgstr ""
6130
6131 #: e2fsck/prof_err.c:39
6132 msgid "Invalid boolean value"
6133 msgstr ""
6134
6135 #: e2fsck/prof_err.c:40
6136 msgid "Invalid integer value"
6137 msgstr ""
6138
6139 #: e2fsck/prof_err.c:41
6140 msgid "Bad magic value in profile_file_data_t"
6141 msgstr ""