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