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