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