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