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