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