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