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