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