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