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