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