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