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