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