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