Whamcloud - gitweb
libext2fs: in ext2fs_open[2](), return an error if s_first_meta_bg is too big
[tools/e2fsprogs.git] / po / e2fsprogs.pot
1 # E2fsprogs translation template file
2 # Copyright (C) 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001,
3 #     2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012,
4 #      2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 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.95\n"
81 "Report-Msgid-Bugs-To: tytso@alum.mit.edu\n"
82 "POT-Creation-Date: 2022-09-12 08:19-0400\n"
83 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
84 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
85 "Language-Team: LANGUAGE <LL@li.org>\n"
86 "Language: \n"
87 "MIME-Version: 1.0\n"
88 "Content-Type: text/plain; charset=CHARSET\n"
89 "Content-Transfer-Encoding: 8bit\n"
90 "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n"
91
92 #: e2fsck/badblocks.c:23 misc/mke2fs.c: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:1592
106 #: e2fsck/unix.c:1707 misc/badblocks.c:1266 misc/badblocks.c:1274
107 #: misc/badblocks.c:1288 misc/badblocks.c:1300 misc/dumpe2fs.c:438
108 #: misc/dumpe2fs.c:704 misc/dumpe2fs.c:708 misc/e2image.c:1440
109 #: misc/e2image.c:1640 misc/e2image.c:1661 misc/mke2fs.c:237
110 #: misc/tune2fs.c:2888 misc/tune2fs.c:2990 resize/main.c:422
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:1289
208 msgid "reading journal superblock\n"
209 msgstr ""
210
211 #: e2fsck/journal.c:1362
212 #, c-format
213 msgid "%s: no valid journal superblock found\n"
214 msgstr ""
215
216 #: e2fsck/journal.c:1371
217 #, c-format
218 msgid "%s: journal too short\n"
219 msgstr ""
220
221 #: e2fsck/journal.c:1384
222 #, c-format
223 msgid "%s: incorrect fast commit blocks\n"
224 msgstr ""
225
226 #: e2fsck/journal.c:1686 misc/fuse2fs.c:3797
227 #, c-format
228 msgid "%s: recovering journal\n"
229 msgstr ""
230
231 #: e2fsck/journal.c:1688
232 #, c-format
233 msgid "%s: won't do journal recovery while read-only\n"
234 msgstr ""
235
236 #: e2fsck/journal.c:1715
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:770 e2fsck/pass2.c:1155
503 msgid "reading directory block"
504 msgstr ""
505
506 #: e2fsck/pass1.c:1169
507 msgid "getting next inode from scan"
508 msgstr ""
509
510 #: e2fsck/pass1.c:1221
511 msgid "in-use inode map"
512 msgstr ""
513
514 #: e2fsck/pass1.c:1232
515 msgid "directory inode map"
516 msgstr ""
517
518 #: e2fsck/pass1.c:1242
519 msgid "regular file inode map"
520 msgstr ""
521
522 #: e2fsck/pass1.c:1251 misc/e2image.c:1290
523 msgid "in-use block map"
524 msgstr ""
525
526 #: e2fsck/pass1.c:1260
527 msgid "metadata block map"
528 msgstr ""
529
530 #: e2fsck/pass1.c:1271
531 msgid "inode casefold map"
532 msgstr ""
533
534 #: e2fsck/pass1.c:1336
535 msgid "opening inode scan"
536 msgstr ""
537
538 #: e2fsck/pass1.c:2104
539 msgid "Pass 1"
540 msgstr ""
541
542 #: e2fsck/pass1.c:2165
543 #, c-format
544 msgid "reading indirect blocks of inode %u"
545 msgstr ""
546
547 #: e2fsck/pass1.c:2216
548 msgid "bad inode map"
549 msgstr ""
550
551 #: e2fsck/pass1.c:2256
552 msgid "inode in bad block map"
553 msgstr ""
554
555 #: e2fsck/pass1.c:2276
556 msgid "imagic inode map"
557 msgstr ""
558
559 #: e2fsck/pass1.c:2307
560 msgid "multiply claimed block map"
561 msgstr ""
562
563 #: e2fsck/pass1.c:2432
564 msgid "ext attr block map"
565 msgstr ""
566
567 #: e2fsck/pass1.c:3729
568 #, c-format
569 msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n"
570 msgstr ""
571
572 #: e2fsck/pass1.c:4150
573 msgid "block bitmap"
574 msgstr ""
575
576 #: e2fsck/pass1.c:4156
577 msgid "inode bitmap"
578 msgstr ""
579
580 #: e2fsck/pass1.c:4162
581 msgid "inode table"
582 msgstr ""
583
584 #: e2fsck/pass2.c:318
585 msgid "Pass 2"
586 msgstr ""
587
588 #: e2fsck/pass2.c:576
589 msgid "NLS is broken."
590 msgstr ""
591
592 #: e2fsck/pass2.c:1228 e2fsck/pass2.c:1414
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:355
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 (was in %q)\n
2599 msgid "Unconnected @d @i %i (was in %q)\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:1995
2740 #, no-c-format
2741 #. @-expanded: Recursively looped directory inode %i (%p)\n
2742 msgid "Recursively looped @d @i %i (%p)\n"
2743 msgstr ""
2744
2745 #: e2fsck/problem.c:2002
2746 msgid "Pass 3A: Optimizing directories\n"
2747 msgstr ""
2748
2749 #: e2fsck/problem.c:2008
2750 #, no-c-format
2751 msgid "Failed to create dirs_to_hash iterator: %m\n"
2752 msgstr ""
2753
2754 #: e2fsck/problem.c:2013
2755 msgid "Failed to optimize directory %q (%d): %m\n"
2756 msgstr ""
2757
2758 #: e2fsck/problem.c:2018
2759 msgid "Optimizing directories: "
2760 msgstr ""
2761
2762 #: e2fsck/problem.c:2035
2763 msgid "Pass 4: Checking reference counts\n"
2764 msgstr ""
2765
2766 #: e2fsck/problem.c:2041
2767 #, no-c-format
2768 #. @-expanded: unattached zero-length inode %i.  
2769 msgid "@u @z @i %i.  "
2770 msgstr ""
2771
2772 #: e2fsck/problem.c:2047
2773 #, no-c-format
2774 #. @-expanded: unattached inode %i\n
2775 msgid "@u @i %i\n"
2776 msgstr ""
2777
2778 #: e2fsck/problem.c:2052
2779 #. @-expanded: inode %i ref count is %Il, should be %N.  
2780 msgid "@i %i ref count is %Il, @s %N.  "
2781 msgstr ""
2782
2783 #: e2fsck/problem.c:2056
2784 #. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n
2785 #. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n
2786 #. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il.  They should be the same!\n
2787 msgid ""
2788 "WARNING: PROGRAMMING BUG IN E2FSCK!\n"
2789 "\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n"
2790 "@i_link_info[%i] is %N, @i.i_links_count is %Il.  They @s the same!\n"
2791 msgstr ""
2792
2793 #: e2fsck/problem.c:2063
2794 #. @-expanded: extended attribute inode %i ref count is %N, should be %n. 
2795 msgid "@a @i %i ref count is %N, @s %n. "
2796 msgstr ""
2797
2798 #: e2fsck/problem.c:2068
2799 #. @-expanded: directory exceeds max links, but no DIR_NLINK feature in superblock.\n
2800 msgid "@d exceeds max links, but no DIR_NLINK feature in @S.\n"
2801 msgstr ""
2802
2803 #: e2fsck/problem.c:2073
2804 #. @-expanded: directory inode %i ref count set to overflow but could be exact value %N.  
2805 msgid "@d @i %i ref count set to overflow but could be exact value %N.  "
2806 msgstr ""
2807
2808 #: e2fsck/problem.c:2080
2809 #. @-expanded: Pass 5: Checking group summary information\n
2810 msgid "Pass 5: Checking @g summary information\n"
2811 msgstr ""
2812
2813 #: e2fsck/problem.c:2085
2814 #. @-expanded: Padding at end of inode bitmap is not set. 
2815 msgid "Padding at end of @i @B is not set. "
2816 msgstr ""
2817
2818 #: e2fsck/problem.c:2090
2819 #. @-expanded: Padding at end of block bitmap is not set. 
2820 msgid "Padding at end of @b @B is not set. "
2821 msgstr ""
2822
2823 #: e2fsck/problem.c:2095
2824 #. @-expanded: block bitmap differences: 
2825 msgid "@b @B differences: "
2826 msgstr ""
2827
2828 #: e2fsck/problem.c:2117
2829 #. @-expanded: inode bitmap differences: 
2830 msgid "@i @B differences: "
2831 msgstr ""
2832
2833 #: e2fsck/problem.c:2139
2834 #. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n
2835 msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n"
2836 msgstr ""
2837
2838 #: e2fsck/problem.c:2144
2839 #. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n
2840 msgid "Directories count wrong for @g #%g (%i, counted=%j).\n"
2841 msgstr ""
2842
2843 #: e2fsck/problem.c:2149
2844 #. @-expanded: Free inodes count wrong (%i, counted=%j).\n
2845 msgid "Free @is count wrong (%i, counted=%j).\n"
2846 msgstr ""
2847
2848 #: e2fsck/problem.c:2154
2849 #. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n
2850 msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n"
2851 msgstr ""
2852
2853 #: e2fsck/problem.c:2159
2854 #. @-expanded: Free blocks count wrong (%b, counted=%c).\n
2855 msgid "Free @bs count wrong (%b, counted=%c).\n"
2856 msgstr ""
2857
2858 #: e2fsck/problem.c:2164
2859 #. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 
2860 #. @-expanded: endpoints (%i, %j)\n
2861 msgid ""
2862 "PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B "
2863 "endpoints (%i, %j)\n"
2864 msgstr ""
2865
2866 #: e2fsck/problem.c:2170
2867 msgid "Internal error: fudging end of bitmap (%N)\n"
2868 msgstr ""
2869
2870 #: e2fsck/problem.c:2176
2871 #, no-c-format
2872 #. @-expanded: Error copying in replacement inode bitmap: %m\n
2873 msgid "Error copying in replacement @i @B: %m\n"
2874 msgstr ""
2875
2876 #: e2fsck/problem.c:2182
2877 #, no-c-format
2878 #. @-expanded: Error copying in replacement block bitmap: %m\n
2879 msgid "Error copying in replacement @b @B: %m\n"
2880 msgstr ""
2881
2882 #: e2fsck/problem.c:2212
2883 #, no-c-format
2884 #. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n
2885 msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n"
2886 msgstr ""
2887
2888 #: e2fsck/problem.c:2218
2889 #, no-c-format
2890 #. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n
2891 msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n"
2892 msgstr ""
2893
2894 #: e2fsck/problem.c:2224
2895 #, no-c-format
2896 #. @-expanded: group %g inode bitmap does not match checksum.\n
2897 msgid "@g %g @i @B does not match checksum.\n"
2898 msgstr ""
2899
2900 #: e2fsck/problem.c:2230
2901 #, no-c-format
2902 #. @-expanded: group %g block bitmap does not match checksum.\n
2903 msgid "@g %g @b @B does not match checksum.\n"
2904 msgstr ""
2905
2906 #: e2fsck/problem.c:2237
2907 #. @-expanded: Recreate journal
2908 msgid "Recreate @j"
2909 msgstr ""
2910
2911 #: e2fsck/problem.c:2242
2912 msgid "Update quota info for quota type %N"
2913 msgstr ""
2914
2915 #: e2fsck/problem.c:2248
2916 #, no-c-format
2917 #. @-expanded: Error setting block group checksum info: %m\n
2918 msgid "Error setting @b @g checksum info: %m\n"
2919 msgstr ""
2920
2921 #: e2fsck/problem.c:2254
2922 #, no-c-format
2923 msgid "Error writing file system info: %m\n"
2924 msgstr ""
2925
2926 #: e2fsck/problem.c:2260
2927 #, no-c-format
2928 msgid "Error flushing writes to storage device: %m\n"
2929 msgstr ""
2930
2931 #: e2fsck/problem.c:2265
2932 msgid "Error writing quota info for quota type %N: %m\n"
2933 msgstr ""
2934
2935 #: e2fsck/problem.c:2430
2936 #, c-format
2937 msgid "Unhandled error code (0x%x)!\n"
2938 msgstr ""
2939
2940 #: e2fsck/problem.c:2558 e2fsck/problem.c:2562
2941 msgid "IGNORED"
2942 msgstr ""
2943
2944 #: e2fsck/quota.c:30 e2fsck/quota.c:37 e2fsck/quota.c:50 e2fsck/quota.c:59
2945 msgid "in move_quota_inode"
2946 msgstr ""
2947
2948 #: e2fsck/scantest.c:79
2949 #, c-format
2950 msgid "Memory used: %lu, elapsed time: %6.3f/%6.3f/%6.3f\n"
2951 msgstr ""
2952
2953 #: e2fsck/scantest.c:98
2954 #, c-format
2955 msgid "size of inode=%d\n"
2956 msgstr ""
2957
2958 #: e2fsck/scantest.c:114 misc/e2image.c:1331
2959 msgid "while opening inode scan"
2960 msgstr ""
2961
2962 #: e2fsck/scantest.c:119
2963 msgid "while starting inode scan"
2964 msgstr ""
2965
2966 #: e2fsck/scantest.c:130
2967 msgid "while doing inode scan"
2968 msgstr ""
2969
2970 #: e2fsck/super.c:224
2971 #, c-format
2972 msgid "while calling ext2fs_block_iterate for inode %u"
2973 msgstr ""
2974
2975 #: e2fsck/super.c:249
2976 #, c-format
2977 msgid "while calling ext2fs_adjust_ea_refcount2 for inode %u"
2978 msgstr ""
2979
2980 #: e2fsck/super.c:375
2981 msgid "Truncating"
2982 msgstr ""
2983
2984 #: e2fsck/super.c:376
2985 msgid "Clearing"
2986 msgstr ""
2987
2988 #: e2fsck/unix.c:79
2989 #, c-format
2990 msgid ""
2991 "Usage: %s [-panyrcdfktvDFV] [-b superblock] [-B blocksize]\n"
2992 "\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n"
2993 "\t\t[-E extended-options] [-z undo_file] device\n"
2994 msgstr ""
2995
2996 #: e2fsck/unix.c:84
2997 msgid ""
2998 "\n"
2999 "Emergency help:\n"
3000 " -p                   Automatic repair (no questions)\n"
3001 " -n                   Make no changes to the filesystem\n"
3002 " -y                   Assume \"yes\" to all questions\n"
3003 " -c                   Check for bad blocks and add them to the badblock "
3004 "list\n"
3005 " -f                   Force checking even if filesystem is marked clean\n"
3006 msgstr ""
3007
3008 #: e2fsck/unix.c:90
3009 msgid ""
3010 " -v                   Be verbose\n"
3011 " -b superblock        Use alternative superblock\n"
3012 " -B blocksize         Force blocksize when looking for superblock\n"
3013 " -j external_journal  Set location of the external journal\n"
3014 " -l bad_blocks_file   Add to badblocks list\n"
3015 " -L bad_blocks_file   Set badblocks list\n"
3016 " -z undo_file         Create an undo file\n"
3017 msgstr ""
3018
3019 #: e2fsck/unix.c:138
3020 #, c-format
3021 msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %llu/%llu blocks\n"
3022 msgstr ""
3023
3024 #: e2fsck/unix.c:165
3025 #, c-format
3026 msgid ""
3027 "\n"
3028 "%12u inode used (%2.2f%%, out of %u)\n"
3029 msgid_plural ""
3030 "\n"
3031 "%12u inodes used (%2.2f%%, out of %u)\n"
3032 msgstr[0] ""
3033 msgstr[1] ""
3034
3035 #: e2fsck/unix.c:169
3036 #, c-format
3037 msgid "%12u non-contiguous file (%0d.%d%%)\n"
3038 msgid_plural "%12u non-contiguous files (%0d.%d%%)\n"
3039 msgstr[0] ""
3040 msgstr[1] ""
3041
3042 #: e2fsck/unix.c:174
3043 #, c-format
3044 msgid "%12u non-contiguous directory (%0d.%d%%)\n"
3045 msgid_plural "%12u non-contiguous directories (%0d.%d%%)\n"
3046 msgstr[0] ""
3047 msgstr[1] ""
3048
3049 #: e2fsck/unix.c:179
3050 #, c-format
3051 msgid "             # of inodes with ind/dind/tind blocks: %u/%u/%u\n"
3052 msgstr ""
3053
3054 #: e2fsck/unix.c:187
3055 msgid "             Extent depth histogram: "
3056 msgstr ""
3057
3058 #: e2fsck/unix.c:196
3059 #, c-format
3060 msgid "%12llu block used (%2.2f%%, out of %llu)\n"
3061 msgid_plural "%12llu blocks used (%2.2f%%, out of %llu)\n"
3062 msgstr[0] ""
3063 msgstr[1] ""
3064
3065 #: e2fsck/unix.c:201
3066 #, c-format
3067 msgid "%12u bad block\n"
3068 msgid_plural "%12u bad blocks\n"
3069 msgstr[0] ""
3070 msgstr[1] ""
3071
3072 #: e2fsck/unix.c:203
3073 #, c-format
3074 msgid "%12u large file\n"
3075 msgid_plural "%12u large files\n"
3076 msgstr[0] ""
3077 msgstr[1] ""
3078
3079 #: e2fsck/unix.c:205
3080 #, c-format
3081 msgid ""
3082 "\n"
3083 "%12u regular file\n"
3084 msgid_plural ""
3085 "\n"
3086 "%12u regular files\n"
3087 msgstr[0] ""
3088 msgstr[1] ""
3089
3090 #: e2fsck/unix.c:207
3091 #, c-format
3092 msgid "%12u directory\n"
3093 msgid_plural "%12u directories\n"
3094 msgstr[0] ""
3095 msgstr[1] ""
3096
3097 #: e2fsck/unix.c:209
3098 #, c-format
3099 msgid "%12u character device file\n"
3100 msgid_plural "%12u character device files\n"
3101 msgstr[0] ""
3102 msgstr[1] ""
3103
3104 #: e2fsck/unix.c:212
3105 #, c-format
3106 msgid "%12u block device file\n"
3107 msgid_plural "%12u block device files\n"
3108 msgstr[0] ""
3109 msgstr[1] ""
3110
3111 #: e2fsck/unix.c:214
3112 #, c-format
3113 msgid "%12u fifo\n"
3114 msgid_plural "%12u fifos\n"
3115 msgstr[0] ""
3116 msgstr[1] ""
3117
3118 #: e2fsck/unix.c:216
3119 #, c-format
3120 msgid "%12u link\n"
3121 msgid_plural "%12u links\n"
3122 msgstr[0] ""
3123 msgstr[1] ""
3124
3125 #: e2fsck/unix.c:218
3126 #, c-format
3127 msgid "%12u symbolic link"
3128 msgid_plural "%12u symbolic links"
3129 msgstr[0] ""
3130 msgstr[1] ""
3131
3132 #: e2fsck/unix.c:220
3133 #, c-format
3134 msgid " (%u fast symbolic link)\n"
3135 msgid_plural " (%u fast symbolic links)\n"
3136 msgstr[0] ""
3137 msgstr[1] ""
3138
3139 #: e2fsck/unix.c:224
3140 #, c-format
3141 msgid "%12u socket\n"
3142 msgid_plural "%12u sockets\n"
3143 msgstr[0] ""
3144 msgstr[1] ""
3145
3146 #: e2fsck/unix.c:228
3147 #, c-format
3148 msgid "%12u file\n"
3149 msgid_plural "%12u files\n"
3150 msgstr[0] ""
3151 msgstr[1] ""
3152
3153 #: e2fsck/unix.c:241 misc/badblocks.c:1001 misc/tune2fs.c:3082 misc/util.c:130
3154 #: resize/main.c:359
3155 #, c-format
3156 msgid "while determining whether %s is mounted."
3157 msgstr ""
3158
3159 #: e2fsck/unix.c:262
3160 #, c-format
3161 msgid "Warning!  %s is mounted.\n"
3162 msgstr ""
3163
3164 #: e2fsck/unix.c:265
3165 #, c-format
3166 msgid "Warning!  %s is in use.\n"
3167 msgstr ""
3168
3169 #: e2fsck/unix.c:271
3170 #, c-format
3171 msgid "%s is mounted.\n"
3172 msgstr ""
3173
3174 #: e2fsck/unix.c:273
3175 #, c-format
3176 msgid "%s is in use.\n"
3177 msgstr ""
3178
3179 #: e2fsck/unix.c:275
3180 msgid ""
3181 "Cannot continue, aborting.\n"
3182 "\n"
3183 msgstr ""
3184
3185 #: e2fsck/unix.c:277
3186 msgid ""
3187 "\n"
3188 "\n"
3189 "WARNING!!!  The filesystem is mounted.   If you continue you ***WILL***\n"
3190 "cause ***SEVERE*** filesystem damage.\n"
3191 "\n"
3192 msgstr ""
3193
3194 #: e2fsck/unix.c:282
3195 msgid "Do you really want to continue"
3196 msgstr ""
3197
3198 #: e2fsck/unix.c:284
3199 msgid "check aborted.\n"
3200 msgstr ""
3201
3202 #: e2fsck/unix.c:378
3203 msgid " contains a file system with errors"
3204 msgstr ""
3205
3206 #: e2fsck/unix.c:380
3207 msgid " was not cleanly unmounted"
3208 msgstr ""
3209
3210 #: e2fsck/unix.c:382
3211 msgid " primary superblock features different from backup"
3212 msgstr ""
3213
3214 #: e2fsck/unix.c:386
3215 #, c-format
3216 msgid " has been mounted %u times without being checked"
3217 msgstr ""
3218
3219 #: e2fsck/unix.c:393
3220 msgid " has filesystem last checked time in the future"
3221 msgstr ""
3222
3223 #: e2fsck/unix.c:399
3224 #, c-format
3225 msgid " has gone %u days without being checked"
3226 msgstr ""
3227
3228 #: e2fsck/unix.c:407
3229 msgid "ignoring check interval, broken_system_clock set\n"
3230 msgstr ""
3231
3232 #: e2fsck/unix.c:413
3233 msgid ", check forced.\n"
3234 msgstr ""
3235
3236 #: e2fsck/unix.c:446
3237 #, c-format
3238 msgid "%s: clean, %u/%u files, %llu/%llu blocks"
3239 msgstr ""
3240
3241 #: e2fsck/unix.c:466
3242 msgid " (check deferred; on battery)"
3243 msgstr ""
3244
3245 #: e2fsck/unix.c:469
3246 msgid " (check after next mount)"
3247 msgstr ""
3248
3249 #: e2fsck/unix.c:471
3250 #, c-format
3251 msgid " (check in %ld mounts)"
3252 msgstr ""
3253
3254 #: e2fsck/unix.c:621
3255 #, c-format
3256 msgid "ERROR: Couldn't open /dev/null (%s)\n"
3257 msgstr ""
3258
3259 #: e2fsck/unix.c:692
3260 msgid "Invalid EA version.\n"
3261 msgstr ""
3262
3263 #: e2fsck/unix.c:705
3264 msgid "Invalid readahead buffer size.\n"
3265 msgstr ""
3266
3267 #: e2fsck/unix.c:768
3268 #, c-format
3269 msgid "Unknown extended option: %s\n"
3270 msgstr ""
3271
3272 #: e2fsck/unix.c:776
3273 msgid ""
3274 "\n"
3275 "Extended options are separated by commas, and may take an argument which\n"
3276 "is set off by an equals ('=') sign.  Valid extended options are:\n"
3277 "\n"
3278 msgstr ""
3279
3280 #: e2fsck/unix.c:780
3281 msgid "\tea_ver=<ea_version (1 or 2)>\n"
3282 msgstr ""
3283
3284 #: e2fsck/unix.c:789
3285 msgid "\treadahead_kb=<buffer size>\n"
3286 msgstr ""
3287
3288 #: e2fsck/unix.c:802
3289 #, c-format
3290 msgid ""
3291 "Syntax error in e2fsck config file (%s, line #%d)\n"
3292 "\t%s\n"
3293 msgstr ""
3294
3295 #: e2fsck/unix.c:875
3296 #, c-format
3297 msgid "Error validating file descriptor %d: %s\n"
3298 msgstr ""
3299
3300 #: e2fsck/unix.c:879
3301 msgid "Invalid completion information file descriptor"
3302 msgstr ""
3303
3304 #: e2fsck/unix.c:894
3305 msgid "Only one of the options -p/-a, -n or -y may be specified."
3306 msgstr ""
3307
3308 #: e2fsck/unix.c:915
3309 #, c-format
3310 msgid "The -t option is not supported on this version of e2fsck.\n"
3311 msgstr ""
3312
3313 #: e2fsck/unix.c:947 e2fsck/unix.c:1025 misc/e2initrd_helper.c:331
3314 #: misc/tune2fs.c:1780 misc/tune2fs.c:2080 misc/tune2fs.c:2098
3315 #, c-format
3316 msgid "Unable to resolve '%s'"
3317 msgstr ""
3318
3319 #: e2fsck/unix.c:1004
3320 msgid "The -n and -D options are incompatible."
3321 msgstr ""
3322
3323 #: e2fsck/unix.c:1009
3324 msgid "The -n and -c options are incompatible."
3325 msgstr ""
3326
3327 #: e2fsck/unix.c:1014
3328 msgid "The -n and -l/-L options are incompatible."
3329 msgstr ""
3330
3331 #: e2fsck/unix.c:1038
3332 msgid "The -D and -E fixes_only options are incompatible."
3333 msgstr ""
3334
3335 #: e2fsck/unix.c:1044
3336 msgid "The -E bmap2extent and fixes_only options are incompatible."
3337 msgstr ""
3338
3339 #: e2fsck/unix.c:1095
3340 #, c-format
3341 msgid "while opening %s for flushing"
3342 msgstr ""
3343
3344 #: e2fsck/unix.c:1101 resize/main.c:391
3345 #, c-format
3346 msgid "while trying to flush %s"
3347 msgstr ""
3348
3349 #: e2fsck/unix.c:1108
3350 msgid "The -c and the -l/-L options may not be both used at the same time.\n"
3351 msgstr ""
3352
3353 #: e2fsck/unix.c:1155
3354 #, c-format
3355 msgid ""
3356 "E2FSCK_JBD_DEBUG \"%s\" not an integer\n"
3357 "\n"
3358 msgstr ""
3359
3360 #: e2fsck/unix.c:1164
3361 #, c-format
3362 msgid ""
3363 "\n"
3364 "Invalid non-numeric argument to -%c (\"%s\")\n"
3365 "\n"
3366 msgstr ""
3367
3368 #: e2fsck/unix.c:1262
3369 #, c-format
3370 msgid ""
3371 "MMP interval is %u seconds and total wait time is %u seconds. Please "
3372 "wait...\n"
3373 msgstr ""
3374
3375 #: e2fsck/unix.c:1279 e2fsck/unix.c:1284
3376 msgid "while checking MMP block"
3377 msgstr ""
3378
3379 #: e2fsck/unix.c:1286
3380 #, c-format
3381 msgid ""
3382 "If you are sure the filesystem is not in use on any node, run:\n"
3383 "'tune2fs -f -E clear_mmp %s'\n"
3384 msgstr ""
3385
3386 #: e2fsck/unix.c:1302
3387 msgid "while reading MMP block"
3388 msgstr ""
3389
3390 #: e2fsck/unix.c:1322 e2fsck/unix.c:1374 misc/e2undo.c:240 misc/e2undo.c:285
3391 #: misc/mke2fs.c:2758 misc/mke2fs.c:2809 misc/tune2fs.c:2805
3392 #: misc/tune2fs.c:2850 resize/main.c:188 resize/main.c:233
3393 #, c-format
3394 msgid ""
3395 "Overwriting existing filesystem; this can be undone using the command:\n"
3396 "    e2undo %s %s\n"
3397 "\n"
3398 msgstr ""
3399
3400 #: e2fsck/unix.c:1363 misc/e2undo.c:274 misc/mke2fs.c:2798 misc/tune2fs.c:2839
3401 #: resize/main.c:222
3402 #, c-format
3403 msgid "while trying to delete %s"
3404 msgstr ""
3405
3406 #: e2fsck/unix.c:1389 misc/mke2fs.c:2824 resize/main.c:243
3407 msgid "while trying to setup undo file\n"
3408 msgstr ""
3409
3410 #: e2fsck/unix.c:1433
3411 msgid "Error: ext2fs library version out of date!\n"
3412 msgstr ""
3413
3414 #: e2fsck/unix.c:1440
3415 msgid "while trying to initialize program"
3416 msgstr ""
3417
3418 #: e2fsck/unix.c:1477
3419 #, c-format
3420 msgid "\tUsing %s, %s\n"
3421 msgstr ""
3422
3423 #: e2fsck/unix.c:1489
3424 msgid "need terminal for interactive repairs"
3425 msgstr ""
3426
3427 #: e2fsck/unix.c:1550
3428 #, c-format
3429 msgid "%s: %s trying backup blocks...\n"
3430 msgstr ""
3431
3432 #: e2fsck/unix.c:1552
3433 msgid "Superblock invalid,"
3434 msgstr ""
3435
3436 #: e2fsck/unix.c:1553
3437 msgid "Group descriptors look bad..."
3438 msgstr ""
3439
3440 #: e2fsck/unix.c:1563
3441 #, c-format
3442 msgid "%s: %s while using the backup blocks"
3443 msgstr ""
3444
3445 #: e2fsck/unix.c:1567
3446 #, c-format
3447 msgid "%s: going back to original superblock\n"
3448 msgstr ""
3449
3450 #: e2fsck/unix.c:1596
3451 msgid ""
3452 "The filesystem revision is apparently too high for this version of e2fsck.\n"
3453 "(Or the filesystem superblock is corrupt)\n"
3454 "\n"
3455 msgstr ""
3456
3457 #: e2fsck/unix.c:1603
3458 msgid "Could this be a zero-length partition?\n"
3459 msgstr ""
3460
3461 #: e2fsck/unix.c:1605
3462 #, c-format
3463 msgid "You must have %s access to the filesystem or be root\n"
3464 msgstr ""
3465
3466 #: e2fsck/unix.c:1611
3467 msgid "Possibly non-existent or swap device?\n"
3468 msgstr ""
3469
3470 #: e2fsck/unix.c:1613
3471 msgid "Filesystem mounted or opened exclusively by another program?\n"
3472 msgstr ""
3473
3474 #: e2fsck/unix.c:1617
3475 msgid "Possibly non-existent device?\n"
3476 msgstr ""
3477
3478 #: e2fsck/unix.c:1620
3479 msgid ""
3480 "Disk write-protected; use the -n option to do a read-only\n"
3481 "check of the device.\n"
3482 msgstr ""
3483
3484 #: e2fsck/unix.c:1635
3485 #, c-format
3486 msgid "%s: Trying to load superblock despite errors...\n"
3487 msgstr ""
3488
3489 #: e2fsck/unix.c:1710
3490 msgid "Get a newer version of e2fsck!"
3491 msgstr ""
3492
3493 #: e2fsck/unix.c:1770
3494 #, c-format
3495 msgid "while checking journal for %s"
3496 msgstr ""
3497
3498 #: e2fsck/unix.c:1773
3499 msgid "Cannot proceed with file system check"
3500 msgstr ""
3501
3502 #: e2fsck/unix.c:1784
3503 msgid ""
3504 "Warning: skipping journal recovery because doing a read-only filesystem "
3505 "check.\n"
3506 msgstr ""
3507
3508 #: e2fsck/unix.c:1796
3509 #, c-format
3510 msgid "unable to set superblock flags on %s\n"
3511 msgstr ""
3512
3513 #: e2fsck/unix.c:1802
3514 #, c-format
3515 msgid "Journal checksum error found in %s\n"
3516 msgstr ""
3517
3518 #: e2fsck/unix.c:1806
3519 #, c-format
3520 msgid "Journal corrupted in %s\n"
3521 msgstr ""
3522
3523 #: e2fsck/unix.c:1810
3524 #, c-format
3525 msgid "while recovering journal of %s"
3526 msgstr ""
3527
3528 #: e2fsck/unix.c:1832
3529 #, c-format
3530 msgid "%s has unsupported feature(s):"
3531 msgstr ""
3532
3533 #: e2fsck/unix.c:1847
3534 #, c-format
3535 msgid "%s has unsupported encoding: %0x\n"
3536 msgstr ""
3537
3538 #: e2fsck/unix.c:1897
3539 #, c-format
3540 msgid "%s: %s while reading bad blocks inode\n"
3541 msgstr ""
3542
3543 #: e2fsck/unix.c:1900
3544 msgid "This doesn't bode well, but we'll try to go on...\n"
3545 msgstr ""
3546
3547 #: e2fsck/unix.c:1943
3548 #, c-format
3549 msgid "Creating journal (%d blocks): "
3550 msgstr ""
3551
3552 #: e2fsck/unix.c:1952
3553 msgid " Done.\n"
3554 msgstr ""
3555
3556 #: e2fsck/unix.c:1954
3557 msgid ""
3558 "\n"
3559 "*** journal has been regenerated ***\n"
3560 msgstr ""
3561
3562 #: e2fsck/unix.c:1960
3563 msgid "aborted"
3564 msgstr ""
3565
3566 #: e2fsck/unix.c:1962
3567 #, c-format
3568 msgid "%s: e2fsck canceled.\n"
3569 msgstr ""
3570
3571 #: e2fsck/unix.c:1989
3572 msgid "Restarting e2fsck from the beginning...\n"
3573 msgstr ""
3574
3575 #: e2fsck/unix.c:1993
3576 msgid "while resetting context"
3577 msgstr ""
3578
3579 #: e2fsck/unix.c:2052
3580 #, c-format
3581 msgid ""
3582 "\n"
3583 "%s: ***** FILE SYSTEM ERRORS CORRECTED *****\n"
3584 msgstr ""
3585
3586 #: e2fsck/unix.c:2054
3587 #, c-format
3588 msgid "%s: File system was modified.\n"
3589 msgstr ""
3590
3591 #: e2fsck/unix.c:2058 e2fsck/util.c:67
3592 #, c-format
3593 msgid ""
3594 "\n"
3595 "%s: ***** FILE SYSTEM WAS MODIFIED *****\n"
3596 msgstr ""
3597
3598 #: e2fsck/unix.c:2063
3599 #, c-format
3600 msgid "%s: ***** REBOOT SYSTEM *****\n"
3601 msgstr ""
3602
3603 #: e2fsck/unix.c:2073 e2fsck/util.c:73
3604 #, c-format
3605 msgid ""
3606 "\n"
3607 "%s: ********** WARNING: Filesystem still has errors **********\n"
3608 "\n"
3609 msgstr ""
3610
3611 #: e2fsck/util.c:191 misc/util.c:94
3612 msgid "yY"
3613 msgstr ""
3614
3615 #: e2fsck/util.c:192 misc/util.c:113
3616 msgid "nN"
3617 msgstr ""
3618
3619 #: e2fsck/util.c:193
3620 msgid "aA"
3621 msgstr ""
3622
3623 #: e2fsck/util.c:197
3624 msgid " ('a' enables 'yes' to all) "
3625 msgstr ""
3626
3627 #: e2fsck/util.c:214
3628 msgid "<y>"
3629 msgstr ""
3630
3631 #: e2fsck/util.c:216
3632 msgid "<n>"
3633 msgstr ""
3634
3635 #: e2fsck/util.c:218
3636 msgid " (y/n)"
3637 msgstr ""
3638
3639 #: e2fsck/util.c:241
3640 msgid "cancelled!\n"
3641 msgstr ""
3642
3643 #: e2fsck/util.c:274
3644 msgid "yes to all\n"
3645 msgstr ""
3646
3647 #: e2fsck/util.c:276
3648 msgid "yes\n"
3649 msgstr ""
3650
3651 #: e2fsck/util.c:278
3652 msgid "no\n"
3653 msgstr ""
3654
3655 #: e2fsck/util.c:288
3656 #, c-format
3657 msgid ""
3658 "%s? no\n"
3659 "\n"
3660 msgstr ""
3661
3662 #: e2fsck/util.c:292
3663 #, c-format
3664 msgid ""
3665 "%s? yes\n"
3666 "\n"
3667 msgstr ""
3668
3669 #: e2fsck/util.c:296
3670 msgid "yes"
3671 msgstr ""
3672
3673 #: e2fsck/util.c:296
3674 msgid "no"
3675 msgstr ""
3676
3677 #: e2fsck/util.c:312
3678 #, c-format
3679 msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s"
3680 msgstr ""
3681
3682 #: e2fsck/util.c:317
3683 msgid "reading inode and block bitmaps"
3684 msgstr ""
3685
3686 #: e2fsck/util.c:329
3687 #, c-format
3688 msgid "while retrying to read bitmaps for %s"
3689 msgstr ""
3690
3691 #: e2fsck/util.c:341
3692 msgid "writing block and inode bitmaps"
3693 msgstr ""
3694
3695 #: e2fsck/util.c:346
3696 #, c-format
3697 msgid "while rewriting block and inode bitmaps for %s"
3698 msgstr ""
3699
3700 #: e2fsck/util.c:358
3701 #, c-format
3702 msgid ""
3703 "\n"
3704 "\n"
3705 "%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n"
3706 "\t(i.e., without -a or -p options)\n"
3707 msgstr ""
3708
3709 #: e2fsck/util.c:437 e2fsck/util.c:447
3710 #, c-format
3711 msgid "Memory used: %lluk/%lluk (%lluk/%lluk), "
3712 msgstr ""
3713
3714 #: e2fsck/util.c:453
3715 #, c-format
3716 msgid "Memory used: %lluk, "
3717 msgstr ""
3718
3719 #: e2fsck/util.c:459
3720 #, c-format
3721 msgid "time: %5.2f/%5.2f/%5.2f\n"
3722 msgstr ""
3723
3724 #: e2fsck/util.c:464
3725 #, c-format
3726 msgid "elapsed time: %6.3f\n"
3727 msgstr ""
3728
3729 #: e2fsck/util.c:499 e2fsck/util.c:513
3730 #, c-format
3731 msgid "while reading inode %lu in %s"
3732 msgstr ""
3733
3734 #: e2fsck/util.c:527 e2fsck/util.c:540
3735 #, c-format
3736 msgid "while writing inode %lu in %s"
3737 msgstr ""
3738
3739 #: e2fsck/util.c:799
3740 msgid ""
3741 "UNEXPECTED INCONSISTENCY: the filesystem is being modified while fsck is "
3742 "running.\n"
3743 msgstr ""
3744
3745 #: misc/badblocks.c:75
3746 msgid "done                                                 \n"
3747 msgstr ""
3748
3749 #: misc/badblocks.c:100
3750 #, c-format
3751 msgid ""
3752 "Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnfBX]\n"
3753 "       [-c blocks_at_once] [-d delay_factor_between_reads] [-e "
3754 "max_bad_blocks]\n"
3755 "       [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n"
3756 "       device [last_block [first_block]]\n"
3757 msgstr ""
3758
3759 #: misc/badblocks.c:111
3760 #, c-format
3761 msgid ""
3762 "%s: The -n and -w options are mutually exclusive.\n"
3763 "\n"
3764 msgstr ""
3765
3766 #: misc/badblocks.c:229
3767 #, c-format
3768 msgid "%6.2f%% done, %s elapsed. (%d/%d/%d errors)"
3769 msgstr ""
3770
3771 #: misc/badblocks.c:337
3772 msgid "Testing with random pattern: "
3773 msgstr ""
3774
3775 #: misc/badblocks.c:355
3776 msgid "Testing with pattern 0x"
3777 msgstr ""
3778
3779 #: misc/badblocks.c:387 misc/badblocks.c:460
3780 msgid "during seek"
3781 msgstr ""
3782
3783 #: misc/badblocks.c:398
3784 #, c-format
3785 msgid "Weird value (%ld) in do_read\n"
3786 msgstr ""
3787
3788 #: misc/badblocks.c:485
3789 msgid "during ext2fs_sync_device"
3790 msgstr ""
3791
3792 #: misc/badblocks.c:505 misc/badblocks.c:767
3793 msgid "while beginning bad block list iteration"
3794 msgstr ""
3795
3796 #: misc/badblocks.c:520 misc/badblocks.c:620 misc/badblocks.c:778
3797 msgid "while allocating buffers"
3798 msgstr ""
3799
3800 #: misc/badblocks.c:524
3801 #, c-format
3802 msgid "Checking blocks %lu to %lu\n"
3803 msgstr ""
3804
3805 #: misc/badblocks.c:529
3806 msgid "Checking for bad blocks in read-only mode\n"
3807 msgstr ""
3808
3809 #: misc/badblocks.c:538
3810 msgid "Checking for bad blocks (read-only test): "
3811 msgstr ""
3812
3813 #: misc/badblocks.c:545 misc/badblocks.c:652 misc/badblocks.c:694
3814 #: misc/badblocks.c:841
3815 msgid "Too many bad blocks, aborting test\n"
3816 msgstr ""
3817
3818 #: misc/badblocks.c:627
3819 msgid "Checking for bad blocks in read-write mode\n"
3820 msgstr ""
3821
3822 #: misc/badblocks.c:629 misc/badblocks.c:791
3823 #, c-format
3824 msgid "From block %lu to %lu\n"
3825 msgstr ""
3826
3827 #: misc/badblocks.c:684
3828 msgid "Reading and comparing: "
3829 msgstr ""
3830
3831 #: misc/badblocks.c:790
3832 msgid "Checking for bad blocks in non-destructive read-write mode\n"
3833 msgstr ""
3834
3835 #: misc/badblocks.c:796
3836 msgid "Checking for bad blocks (non-destructive read-write test)\n"
3837 msgstr ""
3838
3839 #: misc/badblocks.c:803
3840 msgid ""
3841 "\n"
3842 "Interrupt caught, cleaning up\n"
3843 msgstr ""
3844
3845 #: misc/badblocks.c:886
3846 #, c-format
3847 msgid "during test data write, block %lu"
3848 msgstr ""
3849
3850 #: misc/badblocks.c:1006 misc/util.c:135
3851 #, c-format
3852 msgid "%s is mounted; "
3853 msgstr ""
3854
3855 #: misc/badblocks.c:1008
3856 msgid "badblocks forced anyway.  Hope /etc/mtab is incorrect.\n"
3857 msgstr ""
3858
3859 #: misc/badblocks.c:1013
3860 msgid "it's not safe to run badblocks!\n"
3861 msgstr ""
3862
3863 #: misc/badblocks.c:1018 misc/util.c:146
3864 #, c-format
3865 msgid "%s is apparently in use by the system; "
3866 msgstr ""
3867
3868 #: misc/badblocks.c:1021
3869 msgid "badblocks forced anyway.\n"
3870 msgstr ""
3871
3872 #: misc/badblocks.c:1041
3873 #, c-format
3874 msgid "invalid %s - %s"
3875 msgstr ""
3876
3877 #: misc/badblocks.c:1137
3878 #, c-format
3879 msgid "Too big max bad blocks count %u - maximum is %u"
3880 msgstr ""
3881
3882 #: misc/badblocks.c:1164
3883 #, c-format
3884 msgid "can't allocate memory for test_pattern - %s"
3885 msgstr ""
3886
3887 #: misc/badblocks.c:1194
3888 msgid "Maximum of one test_pattern may be specified in read-only mode"
3889 msgstr ""
3890
3891 #: misc/badblocks.c:1200
3892 msgid "Random test_pattern is not allowed in read-only mode"
3893 msgstr ""
3894
3895 #: misc/badblocks.c:1207
3896 #, c-format
3897 msgid "Invalid block size: %d\n"
3898 msgstr ""
3899
3900 #: misc/badblocks.c:1213
3901 #, c-format
3902 msgid "Invalid blocks_at_once: %d\n"
3903 msgstr ""
3904
3905 #: misc/badblocks.c:1227
3906 msgid ""
3907 "Couldn't determine device size; you must specify\n"
3908 "the size manually\n"
3909 msgstr ""
3910
3911 #: misc/badblocks.c:1233
3912 msgid "while trying to determine device size"
3913 msgstr ""
3914
3915 #: misc/badblocks.c:1238
3916 msgid "last block"
3917 msgstr ""
3918
3919 #: misc/badblocks.c:1244
3920 msgid "first block"
3921 msgstr ""
3922
3923 #: misc/badblocks.c:1247
3924 #, c-format
3925 msgid "invalid starting block (%llu): must be less than %llu"
3926 msgstr ""
3927
3928 #: misc/badblocks.c:1255
3929 #, c-format
3930 msgid "invalid end block (%llu): must be 32-bit value"
3931 msgstr ""
3932
3933 #: misc/badblocks.c:1311
3934 msgid "while creating in-memory bad blocks list"
3935 msgstr ""
3936
3937 #: misc/badblocks.c:1320
3938 msgid "input file - bad format"
3939 msgstr ""
3940
3941 #: misc/badblocks.c:1328 misc/badblocks.c:1337
3942 msgid "while adding to in-memory bad block list"
3943 msgstr ""
3944
3945 #: misc/badblocks.c:1362
3946 #, c-format
3947 msgid "Pass completed, %u bad blocks found. (%d/%d/%d errors)\n"
3948 msgstr ""
3949
3950 #: misc/chattr.c:89
3951 #, c-format
3952 msgid ""
3953 "Usage: %s [-RVf] [-+=aAcCdDeijPsStTuFx] [-p project] [-v version] files...\n"
3954 msgstr ""
3955
3956 #: misc/chattr.c:162
3957 #, c-format
3958 msgid "bad project - %s\n"
3959 msgstr ""
3960
3961 #: misc/chattr.c:176
3962 #, c-format
3963 msgid "bad version - %s\n"
3964 msgstr ""
3965
3966 #: misc/chattr.c:221 misc/lsattr.c:127
3967 #, c-format
3968 msgid "while trying to stat %s"
3969 msgstr ""
3970
3971 #: misc/chattr.c:228
3972 #, c-format
3973 msgid "while reading flags on %s"
3974 msgstr ""
3975
3976 #: misc/chattr.c:233 misc/chattr.c:245
3977 #, c-format
3978 msgid "Flags of %s set as "
3979 msgstr ""
3980
3981 #: misc/chattr.c:254
3982 #, c-format
3983 msgid "while setting flags on %s"
3984 msgstr ""
3985
3986 #: misc/chattr.c:262
3987 #, c-format
3988 msgid "Version of %s set as %lu\n"
3989 msgstr ""
3990
3991 #: misc/chattr.c:266
3992 #, c-format
3993 msgid "while setting version on %s"
3994 msgstr ""
3995
3996 #: misc/chattr.c:273
3997 #, c-format
3998 msgid "Project of %s set as %lu\n"
3999 msgstr ""
4000
4001 #: misc/chattr.c:277
4002 #, c-format
4003 msgid "while setting project on %s"
4004 msgstr ""
4005
4006 #: misc/chattr.c:299
4007 msgid "Couldn't allocate path variable in chattr_dir_proc"
4008 msgstr ""
4009
4010 #: misc/chattr.c:339
4011 msgid "= is incompatible with - and +\n"
4012 msgstr ""
4013
4014 #: misc/chattr.c:347
4015 msgid "Must use '-v', =, - or +\n"
4016 msgstr ""
4017
4018 #: misc/create_inode.c:80 misc/create_inode.c:119
4019 #, c-format
4020 msgid "while reading inode %u"
4021 msgstr ""
4022
4023 #: misc/create_inode.c:90 misc/create_inode.c:296 misc/create_inode.c:361
4024 #: misc/create_inode.c:399
4025 msgid "while expanding directory"
4026 msgstr ""
4027
4028 #: misc/create_inode.c:97
4029 #, c-format
4030 msgid "while linking \"%s\""
4031 msgstr ""
4032
4033 #: misc/create_inode.c:105 misc/create_inode.c:134 misc/create_inode.c:330
4034 #, c-format
4035 msgid "while writing inode %u"
4036 msgstr ""
4037
4038 #: misc/create_inode.c:154 misc/create_inode.c:185
4039 #, c-format
4040 msgid "while listing attributes of \"%s\""
4041 msgstr ""
4042
4043 #: misc/create_inode.c:165
4044 #, c-format
4045 msgid "while opening inode %u"
4046 msgstr ""
4047
4048 #: misc/create_inode.c:172
4049 #, c-format
4050 msgid "while reading xattrs for inode %u"
4051 msgstr ""
4052
4053 #: misc/create_inode.c:178 misc/create_inode.c:205 misc/create_inode.c:1066
4054 #: misc/e2undo.c:186 misc/e2undo.c:483 misc/e2undo.c:489 misc/e2undo.c:495
4055 #: misc/mke2fs.c:361
4056 msgid "while allocating memory"
4057 msgstr ""
4058
4059 #: misc/create_inode.c:198 misc/create_inode.c:214
4060 #, c-format
4061 msgid "while reading attribute \"%s\" of \"%s\""
4062 msgstr ""
4063
4064 #: misc/create_inode.c:223
4065 #, c-format
4066 msgid "while writing attribute \"%s\" to inode %u"
4067 msgstr ""
4068
4069 #: misc/create_inode.c:233
4070 #, c-format
4071 msgid "while closing inode %u"
4072 msgstr ""
4073
4074 #: misc/create_inode.c:283
4075 #, c-format
4076 msgid "while allocating inode \"%s\""
4077 msgstr ""
4078
4079 #: misc/create_inode.c:302
4080 #, c-format
4081 msgid "while creating inode \"%s\""
4082 msgstr ""
4083
4084 #: misc/create_inode.c:368
4085 #, c-format
4086 msgid "while creating symlink \"%s\""
4087 msgstr ""
4088
4089 #: misc/create_inode.c:386 misc/create_inode.c:650 misc/create_inode.c:986
4090 #, c-format
4091 msgid "while looking up \"%s\""
4092 msgstr ""
4093
4094 #: misc/create_inode.c:406
4095 #, c-format
4096 msgid "while creating directory \"%s\""
4097 msgstr ""
4098
4099 #: misc/create_inode.c:636
4100 #, c-format
4101 msgid "while opening \"%s\" to copy"
4102 msgstr ""
4103
4104 #: misc/create_inode.c:828
4105 #, c-format
4106 msgid "while changing working directory to \"%s\""
4107 msgstr ""
4108
4109 #: misc/create_inode.c:838
4110 #, c-format
4111 msgid "while scanning directory \"%s\""
4112 msgstr ""
4113
4114 #: misc/create_inode.c:848
4115 #, c-format
4116 msgid "while lstat \"%s\""
4117 msgstr ""
4118
4119 #: misc/create_inode.c:898
4120 #, c-format
4121 msgid "while creating special file \"%s\""
4122 msgstr ""
4123
4124 #: misc/create_inode.c:907
4125 msgid "malloc failed"
4126 msgstr ""
4127
4128 #: misc/create_inode.c:915
4129 #, c-format
4130 msgid "while trying to read link \"%s\""
4131 msgstr ""
4132
4133 #: misc/create_inode.c:922
4134 msgid "symlink increased in size between lstat() and readlink()"
4135 msgstr ""
4136
4137 #: misc/create_inode.c:933
4138 #, c-format
4139 msgid "while writing symlink\"%s\""
4140 msgstr ""
4141
4142 #: misc/create_inode.c:944
4143 #, c-format
4144 msgid "while writing file \"%s\""
4145 msgstr ""
4146
4147 #: misc/create_inode.c:957
4148 #, c-format
4149 msgid "while making dir \"%s\""
4150 msgstr ""
4151
4152 #: misc/create_inode.c:975
4153 msgid "while changing directory"
4154 msgstr ""
4155
4156 #: misc/create_inode.c:981
4157 #, c-format
4158 msgid "ignoring entry \"%s\""
4159 msgstr ""
4160
4161 #: misc/create_inode.c:994
4162 #, c-format
4163 msgid "while setting inode for \"%s\""
4164 msgstr ""
4165
4166 #: misc/create_inode.c:1001
4167 #, c-format
4168 msgid "while setting xattrs for \"%s\""
4169 msgstr ""
4170
4171 #: misc/create_inode.c:1027
4172 msgid "while saving inode data"
4173 msgstr ""
4174
4175 #: misc/create_inode.c:1077
4176 msgid "while copying xattrs on root directory"
4177 msgstr ""
4178
4179 #: misc/dumpe2fs.c:56
4180 #, c-format
4181 msgid ""
4182 "Usage: %s [-bfghimxV] [-o superblock=<num>] [-o blocksize=<num>] device\n"
4183 msgstr ""
4184
4185 #: misc/dumpe2fs.c:159
4186 msgid "blocks"
4187 msgstr ""
4188
4189 #: misc/dumpe2fs.c:168
4190 msgid "clusters"
4191 msgstr ""
4192
4193 #: misc/dumpe2fs.c:219
4194 #, c-format
4195 msgid "Group %lu: (Blocks "
4196 msgstr ""
4197
4198 #: misc/dumpe2fs.c:226
4199 #, c-format
4200 msgid " csum 0x%04x"
4201 msgstr ""
4202
4203 #: misc/dumpe2fs.c:228
4204 #, c-format
4205 msgid " (EXPECTED 0x%04x)"
4206 msgstr ""
4207
4208 #: misc/dumpe2fs.c:233
4209 #, c-format
4210 msgid "  %s superblock at "
4211 msgstr ""
4212
4213 #: misc/dumpe2fs.c:234
4214 msgid "Primary"
4215 msgstr ""
4216
4217 #: misc/dumpe2fs.c:234
4218 msgid "Backup"
4219 msgstr ""
4220
4221 #: misc/dumpe2fs.c:238
4222 msgid ", Group descriptors at "
4223 msgstr ""
4224
4225 #: misc/dumpe2fs.c:242
4226 msgid ""
4227 "\n"
4228 "  Reserved GDT blocks at "
4229 msgstr ""
4230
4231 #: misc/dumpe2fs.c:249
4232 msgid " Group descriptor at "
4233 msgstr ""
4234
4235 #: misc/dumpe2fs.c:255
4236 msgid "  Block bitmap at "
4237 msgstr ""
4238
4239 #: misc/dumpe2fs.c:260 misc/dumpe2fs.c:271
4240 #, c-format
4241 msgid ", csum 0x%08x"
4242 msgstr ""
4243
4244 #: misc/dumpe2fs.c:263
4245 msgid ","
4246 msgstr ""
4247
4248 #: misc/dumpe2fs.c:265
4249 msgid ""
4250 "\n"
4251 " "
4252 msgstr ""
4253
4254 #: misc/dumpe2fs.c:266
4255 msgid " Inode bitmap at "
4256 msgstr ""
4257
4258 #: misc/dumpe2fs.c:273
4259 msgid ""
4260 "\n"
4261 "  Inode table at "
4262 msgstr ""
4263
4264 #: misc/dumpe2fs.c:279
4265 #, c-format
4266 msgid ""
4267 "\n"
4268 "  %u free %s, %u free inodes, %u directories%s"
4269 msgstr ""
4270
4271 #: misc/dumpe2fs.c:286
4272 #, c-format
4273 msgid ", %u unused inodes\n"
4274 msgstr ""
4275
4276 #: misc/dumpe2fs.c:289
4277 msgid "  Free blocks: "
4278 msgstr ""
4279
4280 #: misc/dumpe2fs.c:304
4281 msgid "  Free inodes: "
4282 msgstr ""
4283
4284 #: misc/dumpe2fs.c:340
4285 msgid "while printing bad block list"
4286 msgstr ""
4287
4288 #: misc/dumpe2fs.c:347
4289 #, c-format
4290 msgid "Bad blocks: %u"
4291 msgstr ""
4292
4293 #: misc/dumpe2fs.c:375 misc/tune2fs.c:379
4294 msgid "while reading journal inode"
4295 msgstr ""
4296
4297 #: misc/dumpe2fs.c:381
4298 msgid "while opening journal inode"
4299 msgstr ""
4300
4301 #: misc/dumpe2fs.c:387
4302 msgid "while reading journal super block"
4303 msgstr ""
4304
4305 #: misc/dumpe2fs.c:394
4306 msgid "Journal superblock magic number invalid!\n"
4307 msgstr ""
4308
4309 #: misc/dumpe2fs.c:414 misc/tune2fs.c:222
4310 msgid "while reading journal superblock"
4311 msgstr ""
4312
4313 #: misc/dumpe2fs.c:422
4314 msgid "Couldn't find journal superblock magic numbers"
4315 msgstr ""
4316
4317 #: misc/dumpe2fs.c:477
4318 msgid "failed to alloc MMP buffer\n"
4319 msgstr ""
4320
4321 #: misc/dumpe2fs.c:488
4322 #, c-format
4323 msgid "reading MMP block %llu from '%s'\n"
4324 msgstr ""
4325
4326 #: misc/dumpe2fs.c:520 misc/mke2fs.c:811 misc/tune2fs.c:2120
4327 msgid "Couldn't allocate memory to parse options!\n"
4328 msgstr ""
4329
4330 #: misc/dumpe2fs.c:546
4331 #, c-format
4332 msgid "Invalid superblock parameter: %s\n"
4333 msgstr ""
4334
4335 #: misc/dumpe2fs.c:561
4336 #, c-format
4337 msgid "Invalid blocksize parameter: %s\n"
4338 msgstr ""
4339
4340 #: misc/dumpe2fs.c:572
4341 #, c-format
4342 msgid ""
4343 "\n"
4344 "Bad extended option(s) specified: %s\n"
4345 "\n"
4346 "Extended options are separated by commas, and may take an argument which\n"
4347 "\tis set off by an equals ('=') sign.\n"
4348 "\n"
4349 "Valid extended options are:\n"
4350 "\tsuperblock=<superblock number>\n"
4351 "\tblocksize=<blocksize>\n"
4352 msgstr ""
4353
4354 #: misc/dumpe2fs.c:663 misc/mke2fs.c:1911
4355 #, c-format
4356 msgid "\tUsing %s\n"
4357 msgstr ""
4358
4359 #: misc/dumpe2fs.c:710 misc/e2image.c:1642 misc/tune2fs.c:3008
4360 #: resize/main.c:424
4361 msgid "Couldn't find valid filesystem superblock.\n"
4362 msgstr ""
4363
4364 #: misc/dumpe2fs.c:732
4365 #, c-format
4366 msgid "%s: MMP feature not enabled.\n"
4367 msgstr ""
4368
4369 #: misc/dumpe2fs.c:763
4370 #, c-format
4371 msgid "while trying to read '%s' bitmaps\n"
4372 msgstr ""
4373
4374 #: misc/dumpe2fs.c:772
4375 msgid ""
4376 "*** Run e2fsck now!\n"
4377 "\n"
4378 msgstr ""
4379
4380 #: misc/e2image.c:108
4381 #, c-format
4382 msgid ""
4383 "Usage: %s [ -r|-Q ] [ -f ] [ -b superblock ] [ -B blocksize ] device image-"
4384 "file\n"
4385 msgstr ""
4386
4387 #: misc/e2image.c:111
4388 #, c-format
4389 msgid "       %s -I device image-file\n"
4390 msgstr ""
4391
4392 #: misc/e2image.c:112
4393 #, c-format
4394 msgid ""
4395 "       %s -ra [ -cfnp ] [ -o src_offset ] [ -O dest_offset ] src_fs "
4396 "[ dest_fs ]\n"
4397 msgstr ""
4398
4399 #: misc/e2image.c:177 misc/e2image.c:593 misc/e2image.c:599 misc/e2image.c:1201
4400 msgid "while allocating buffer"
4401 msgstr ""
4402
4403 #: misc/e2image.c:182
4404 #, c-format
4405 msgid "Writing block %llu\n"
4406 msgstr ""
4407
4408 #: misc/e2image.c:196
4409 #, c-format
4410 msgid "error writing block %llu"
4411 msgstr ""
4412
4413 #: misc/e2image.c:200
4414 msgid "error in generic_write()"
4415 msgstr ""
4416
4417 #: misc/e2image.c:217
4418 msgid "Error: header size is bigger than wrt_size\n"
4419 msgstr ""
4420
4421 #: misc/e2image.c:222
4422 msgid "Couldn't allocate header buffer\n"
4423 msgstr ""
4424
4425 #: misc/e2image.c:250
4426 msgid "while writing superblock"
4427 msgstr ""
4428
4429 #: misc/e2image.c:259
4430 msgid "while writing inode table"
4431 msgstr ""
4432
4433 #: misc/e2image.c:267
4434 msgid "while writing block bitmap"
4435 msgstr ""
4436
4437 #: misc/e2image.c:275
4438 msgid "while writing inode bitmap"
4439 msgstr ""
4440
4441 #: misc/e2image.c:517
4442 #, c-format
4443 msgid "Corrupt directory block %llu: bad rec_len (%d)\n"
4444 msgstr ""
4445
4446 #: misc/e2image.c:529
4447 #, c-format
4448 msgid "Corrupt directory block %llu: bad name_len (%d)\n"
4449 msgstr ""
4450
4451 #: misc/e2image.c:570
4452 #, c-format
4453 msgid "%llu / %llu blocks (%d%%)"
4454 msgstr ""
4455
4456 #: misc/e2image.c:603 misc/e2image.c:643
4457 msgid "Copying "
4458 msgstr ""
4459
4460 #: misc/e2image.c:640
4461 msgid ""
4462 "Stopping now will destroy the filesystem, interrupt again if you are sure\n"
4463 msgstr ""
4464
4465 #: misc/e2image.c:666
4466 #, c-format
4467 msgid " %s remaining at %.2f MB/s"
4468 msgstr ""
4469
4470 #: misc/e2image.c:678 misc/e2image.c:1211
4471 #, c-format
4472 msgid "error reading block %llu"
4473 msgstr ""
4474
4475 #: misc/e2image.c:733
4476 #, c-format
4477 msgid "Copied %llu / %llu blocks (%d%%) in %s "
4478 msgstr ""
4479
4480 #: misc/e2image.c:738
4481 #, c-format
4482 msgid "at %.2f MB/s"
4483 msgstr ""
4484
4485 #: misc/e2image.c:774
4486 msgid "while allocating l1 table"
4487 msgstr ""
4488
4489 #: misc/e2image.c:819
4490 msgid "while allocating l2 cache"
4491 msgstr ""
4492
4493 #: misc/e2image.c:842
4494 msgid ""
4495 "Warning: There are still tables in the cache while putting the cache, data "
4496 "will be lost so the image may not be valid.\n"
4497 msgstr ""
4498
4499 #: misc/e2image.c:1168
4500 msgid "while allocating ext2_qcow2_image"
4501 msgstr ""
4502
4503 #: misc/e2image.c:1175
4504 msgid "while initializing ext2_qcow2_image"
4505 msgstr ""
4506
4507 #: misc/e2image.c:1235 misc/e2image.c:1253
4508 msgid "Programming error: multiple sequential refcount blocks created!\n"
4509 msgstr ""
4510
4511 #: misc/e2image.c:1294
4512 msgid "while allocating block bitmap"
4513 msgstr ""
4514
4515 #: misc/e2image.c:1303
4516 msgid "while allocating scramble block bitmap"
4517 msgstr ""
4518
4519 #: misc/e2image.c:1326
4520 msgid "Scanning inodes...\n"
4521 msgstr ""
4522
4523 #: misc/e2image.c:1338
4524 msgid "Can't allocate block buffer"
4525 msgstr ""
4526
4527 #: misc/e2image.c:1350
4528 msgid "while getting next inode"
4529 msgstr ""
4530
4531 #: misc/e2image.c:1379 misc/e2image.c:1393
4532 #, c-format
4533 msgid "while iterating over inode %u"
4534 msgstr ""
4535
4536 #: misc/e2image.c:1425
4537 msgid "Raw and qcow2 images cannot be installed"
4538 msgstr ""
4539
4540 #: misc/e2image.c:1447
4541 msgid "error reading bitmaps"
4542 msgstr ""
4543
4544 #: misc/e2image.c:1459
4545 msgid "while opening device file"
4546 msgstr ""
4547
4548 #: misc/e2image.c:1470
4549 msgid "while restoring the image table"
4550 msgstr ""
4551
4552 #: misc/e2image.c:1578
4553 msgid "-a option can only be used with raw or QCOW2 images."
4554 msgstr ""
4555
4556 #: misc/e2image.c:1583
4557 msgid "-b option can only be used with raw or QCOW2 images."
4558 msgstr ""
4559
4560 #: misc/e2image.c:1589
4561 msgid "Offsets are only allowed with raw images."
4562 msgstr ""
4563
4564 #: misc/e2image.c:1594
4565 msgid "Move mode is only allowed with raw images."
4566 msgstr ""
4567
4568 #: misc/e2image.c:1599
4569 msgid "Move mode requires all data mode."
4570 msgstr ""
4571
4572 #: misc/e2image.c:1609
4573 msgid "checking if mounted"
4574 msgstr ""
4575
4576 #: misc/e2image.c:1616
4577 msgid ""
4578 "\n"
4579 "Running e2image on a R/W mounted filesystem can result in an\n"
4580 "inconsistent image which will not be useful for debugging purposes.\n"
4581 "Use -f option if you really want to do that.\n"
4582 msgstr ""
4583
4584 #: misc/e2image.c:1670
4585 msgid "QCOW2 image can not be written to the stdout!\n"
4586 msgstr ""
4587
4588 #: misc/e2image.c:1676
4589 msgid "Can not stat output\n"
4590 msgstr ""
4591
4592 #: misc/e2image.c:1686
4593 #, c-format
4594 msgid "Image (%s) is compressed\n"
4595 msgstr ""
4596
4597 #: misc/e2image.c:1689
4598 #, c-format
4599 msgid "Image (%s) is encrypted\n"
4600 msgstr ""
4601
4602 #: misc/e2image.c:1692
4603 #, c-format
4604 msgid "Image (%s) is corrupted\n"
4605 msgstr ""
4606
4607 #: misc/e2image.c:1696
4608 #, c-format
4609 msgid "while trying to convert qcow2 image (%s) into raw image (%s)"
4610 msgstr ""
4611
4612 #: misc/e2image.c:1706
4613 msgid "The -c option only supported in raw mode\n"
4614 msgstr ""
4615
4616 #: misc/e2image.c:1711
4617 msgid "The -c option not supported when writing to stdout\n"
4618 msgstr ""
4619
4620 #: misc/e2image.c:1718
4621 msgid "while allocating check_buf"
4622 msgstr ""
4623
4624 #: misc/e2image.c:1724
4625 msgid "The -p option only supported in raw mode\n"
4626 msgstr ""
4627
4628 #: misc/e2image.c:1734
4629 #, c-format
4630 msgid "%d blocks already contained the data to be copied\n"
4631 msgstr ""
4632
4633 #: misc/e2initrd_helper.c:69
4634 #, c-format
4635 msgid "Usage: %s -r device\n"
4636 msgstr ""
4637
4638 #: misc/e2label.c:58
4639 #, c-format
4640 msgid "e2label: cannot open %s\n"
4641 msgstr ""
4642
4643 #: misc/e2label.c:63
4644 #, c-format
4645 msgid "e2label: cannot seek to superblock\n"
4646 msgstr ""
4647
4648 #: misc/e2label.c:68
4649 #, c-format
4650 msgid "e2label: error reading superblock\n"
4651 msgstr ""
4652
4653 #: misc/e2label.c:72
4654 #, c-format
4655 msgid "e2label: not an ext2 filesystem\n"
4656 msgstr ""
4657
4658 #: misc/e2label.c:97 misc/tune2fs.c:3215
4659 #, c-format
4660 msgid "Warning: label too long, truncating.\n"
4661 msgstr ""
4662
4663 #: misc/e2label.c:100
4664 #, c-format
4665 msgid "e2label: cannot seek to superblock again\n"
4666 msgstr ""
4667
4668 #: misc/e2label.c:105
4669 #, c-format
4670 msgid "e2label: error writing superblock\n"
4671 msgstr ""
4672
4673 #: misc/e2label.c:117 misc/tune2fs.c:1772
4674 #, c-format
4675 msgid "Usage: e2label device [newlabel]\n"
4676 msgstr ""
4677
4678 #: misc/e2undo.c:124
4679 #, c-format
4680 msgid ""
4681 "Usage: %s [-f] [-h] [-n] [-o offset] [-v] [-z undo_file] <transaction file> "
4682 "<filesystem>\n"
4683 msgstr ""
4684
4685 #: misc/e2undo.c:153
4686 msgid "The file system superblock doesn't match the undo file.\n"
4687 msgstr ""
4688
4689 #: misc/e2undo.c:156
4690 msgid "UUID does not match.\n"
4691 msgstr ""
4692
4693 #: misc/e2undo.c:158
4694 msgid "Last mount time does not match.\n"
4695 msgstr ""
4696
4697 #: misc/e2undo.c:160
4698 msgid "Last write time does not match.\n"
4699 msgstr ""
4700
4701 #: misc/e2undo.c:162
4702 msgid "Lifetime write counter does not match.\n"
4703 msgstr ""
4704
4705 #: misc/e2undo.c:176
4706 msgid "while reading filesystem superblock."
4707 msgstr ""
4708
4709 #: misc/e2undo.c:192
4710 msgid "while fetching superblock"
4711 msgstr ""
4712
4713 #: misc/e2undo.c:205
4714 #, c-format
4715 msgid "Undo file superblock checksum doesn't match.\n"
4716 msgstr ""
4717
4718 #: misc/e2undo.c:344
4719 #, c-format
4720 msgid "illegal offset - %s"
4721 msgstr ""
4722
4723 #: misc/e2undo.c:368
4724 #, c-format
4725 msgid "Will not write to an undo file while replaying it.\n"
4726 msgstr ""
4727
4728 #: misc/e2undo.c:377
4729 #, c-format
4730 msgid "while opening undo file `%s'\n"
4731 msgstr ""
4732
4733 #: misc/e2undo.c:384
4734 msgid "while reading undo file"
4735 msgstr ""
4736
4737 #: misc/e2undo.c:389
4738 #, c-format
4739 msgid "%s: Not an undo file.\n"
4740 msgstr ""
4741
4742 #: misc/e2undo.c:400
4743 #, c-format
4744 msgid "%s: Header checksum doesn't match.\n"
4745 msgstr ""
4746
4747 #: misc/e2undo.c:407
4748 #, c-format
4749 msgid "%s: Corrupt undo file header.\n"
4750 msgstr ""
4751
4752 #: misc/e2undo.c:411
4753 #, c-format
4754 msgid "%s: Undo block size too large.\n"
4755 msgstr ""
4756
4757 #: misc/e2undo.c:416
4758 #, c-format
4759 msgid "%s: Undo block size too small.\n"
4760 msgstr ""
4761
4762 #: misc/e2undo.c:429
4763 #, c-format
4764 msgid "%s: Unknown undo file feature set.\n"
4765 msgstr ""
4766
4767 #: misc/e2undo.c:437
4768 #, c-format
4769 msgid "Error while determining whether %s is mounted."
4770 msgstr ""
4771
4772 #: misc/e2undo.c:443
4773 msgid "e2undo should only be run on unmounted filesystems"
4774 msgstr ""
4775
4776 #: misc/e2undo.c:459
4777 #, c-format
4778 msgid "while opening `%s'"
4779 msgstr ""
4780
4781 #: misc/e2undo.c:470
4782 msgid "specified offset is too large"
4783 msgstr ""
4784
4785 #: misc/e2undo.c:511
4786 msgid "while reading keys"
4787 msgstr ""
4788
4789 #: misc/e2undo.c:523
4790 #, c-format
4791 msgid "%s: wrong key magic at %llu\n"
4792 msgstr ""
4793
4794 #: misc/e2undo.c:533
4795 #, c-format
4796 msgid "%s: key block checksum error at %llu.\n"
4797 msgstr ""
4798
4799 #: misc/e2undo.c:556
4800 #, c-format
4801 msgid "%s: block %llu is too long."
4802 msgstr ""
4803
4804 #: misc/e2undo.c:569 misc/e2undo.c:606
4805 #, c-format
4806 msgid "while fetching block %llu."
4807 msgstr ""
4808
4809 #: misc/e2undo.c:581
4810 #, c-format
4811 msgid "checksum error in filesystem block %llu (undo blk %llu)\n"
4812 msgstr ""
4813
4814 #: misc/e2undo.c:622
4815 #, c-format
4816 msgid "while writing block %llu."
4817 msgstr ""
4818
4819 #: misc/e2undo.c:629
4820 #, c-format
4821 msgid "Undo file corruption; run e2fsck NOW!\n"
4822 msgstr ""
4823
4824 #: misc/e2undo.c:631
4825 #, c-format
4826 msgid "IO error during replay; run e2fsck NOW!\n"
4827 msgstr ""
4828
4829 #: misc/e2undo.c:634
4830 #, c-format
4831 msgid "Incomplete undo record; run e2fsck.\n"
4832 msgstr ""
4833
4834 #: misc/findsuper.c:110
4835 #, c-format
4836 msgid "Usage:  findsuper device [skipbytes [startkb]]\n"
4837 msgstr ""
4838
4839 #: misc/findsuper.c:155
4840 #, c-format
4841 msgid "skipbytes should be a number, not %s\n"
4842 msgstr ""
4843
4844 #: misc/findsuper.c:162
4845 #, c-format
4846 msgid "skipbytes must be a multiple of the sector size\n"
4847 msgstr ""
4848
4849 #: misc/findsuper.c:169
4850 #, c-format
4851 msgid "startkb should be a number, not %s\n"
4852 msgstr ""
4853
4854 #: misc/findsuper.c:175
4855 #, c-format
4856 msgid "startkb should be positive, not %llu\n"
4857 msgstr ""
4858
4859 #: misc/findsuper.c:186
4860 #, c-format
4861 msgid "starting at %llu, with %u byte increments\n"
4862 msgstr ""
4863
4864 #: misc/findsuper.c:188
4865 #, c-format
4866 msgid ""
4867 "[*] probably superblock written in the ext3 journal superblock,\n"
4868 "\tso start/end/grp wrong\n"
4869 msgstr ""
4870
4871 #: misc/findsuper.c:190
4872 #, c-format
4873 msgid ""
4874 "byte_offset  byte_start     byte_end  fs_blocks blksz  grp  mkfs/"
4875 "mount_time           sb_uuid label\n"
4876 msgstr ""
4877
4878 #: misc/findsuper.c:265
4879 #, c-format
4880 msgid ""
4881 "\n"
4882 "%11Lu: finished with errno %d\n"
4883 msgstr ""
4884
4885 #: misc/fsck.c:344
4886 #, c-format
4887 msgid "WARNING: couldn't open %s: %s\n"
4888 msgstr ""
4889
4890 #: misc/fsck.c:354
4891 #, c-format
4892 msgid "WARNING: bad format on line %d of %s\n"
4893 msgstr ""
4894
4895 #: misc/fsck.c:371
4896 msgid ""
4897 "WARNING: Your /etc/fstab does not contain the fsck passno\n"
4898 "\tfield.  I will kludge around things for you, but you\n"
4899 "\tshould fix your /etc/fstab file as soon as you can.\n"
4900 "\n"
4901 msgstr ""
4902
4903 #: misc/fsck.c:486
4904 #, c-format
4905 msgid "fsck: %s: not found\n"
4906 msgstr ""
4907
4908 #: misc/fsck.c:602
4909 #, c-format
4910 msgid "%s: wait: No more child process?!?\n"
4911 msgstr ""
4912
4913 #: misc/fsck.c:624
4914 #, c-format
4915 msgid "Warning... %s for device %s exited with signal %d.\n"
4916 msgstr ""
4917
4918 #: misc/fsck.c:630
4919 #, c-format
4920 msgid "%s %s: status is %x, should never happen.\n"
4921 msgstr ""
4922
4923 #: misc/fsck.c:669
4924 #, c-format
4925 msgid "Finished with %s (exit status %d)\n"
4926 msgstr ""
4927
4928 #: misc/fsck.c:729
4929 #, c-format
4930 msgid "%s: Error %d while executing fsck.%s for %s\n"
4931 msgstr ""
4932
4933 #: misc/fsck.c:750
4934 msgid ""
4935 "Either all or none of the filesystem types passed to -t must be prefixed\n"
4936 "with 'no' or '!'.\n"
4937 msgstr ""
4938
4939 #: misc/fsck.c:769
4940 msgid "Couldn't allocate memory for filesystem types\n"
4941 msgstr ""
4942
4943 #: misc/fsck.c:892
4944 #, c-format
4945 msgid ""
4946 "%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass "
4947 "number\n"
4948 msgstr ""
4949
4950 #: misc/fsck.c:919
4951 #, c-format
4952 msgid "fsck: cannot check %s: fsck.%s not found\n"
4953 msgstr ""
4954
4955 #: misc/fsck.c:975
4956 msgid "Checking all file systems.\n"
4957 msgstr ""
4958
4959 #: misc/fsck.c:1066
4960 #, c-format
4961 msgid "--waiting-- (pass %d)\n"
4962 msgstr ""
4963
4964 #: misc/fsck.c:1086
4965 msgid ""
4966 "Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n"
4967 msgstr ""
4968
4969 #: misc/fsck.c:1128
4970 #, c-format
4971 msgid "%s: too many devices\n"
4972 msgstr ""
4973
4974 #: misc/fsck.c:1161 misc/fsck.c:1247
4975 #, c-format
4976 msgid "%s: too many arguments\n"
4977 msgstr ""
4978
4979 #: misc/fuse2fs.c:3746
4980 msgid "Mounting read-only.\n"
4981 msgstr ""
4982
4983 #: misc/fuse2fs.c:3770
4984 #, c-format
4985 msgid "%s: Allowing users to allocate all blocks. This is dangerous!\n"
4986 msgstr ""
4987
4988 #: misc/fuse2fs.c:3782 misc/fuse2fs.c:3800
4989 #, c-format
4990 msgid "%s: %s.\n"
4991 msgstr ""
4992
4993 #: misc/fuse2fs.c:3783 misc/fuse2fs.c:3802 misc/tune2fs.c:3108
4994 #, c-format
4995 msgid "Please run e2fsck -fy %s.\n"
4996 msgstr ""
4997
4998 #: misc/fuse2fs.c:3793
4999 #, c-format
5000 msgid "%s: mounting read-only without recovering journal\n"
5001 msgstr ""
5002
5003 #: misc/fuse2fs.c:3809
5004 msgid "Journal needs recovery; running `e2fsck -E journal_only' is required.\n"
5005 msgstr ""
5006
5007 #: misc/fuse2fs.c:3817
5008 #, c-format
5009 msgid "%s: Writing to the journal is not supported.\n"
5010 msgstr ""
5011
5012 #: misc/fuse2fs.c:3832
5013 msgid "Warning: Mounting unchecked fs, running e2fsck is recommended.\n"
5014 msgstr ""
5015
5016 #: misc/fuse2fs.c:3836
5017 msgid "Warning: Maximal mount count reached, running e2fsck is recommended.\n"
5018 msgstr ""
5019
5020 #: misc/fuse2fs.c:3841
5021 msgid "Warning: Check time reached; running e2fsck is recommended.\n"
5022 msgstr ""
5023
5024 #: misc/fuse2fs.c:3845
5025 msgid "Orphans detected; running e2fsck is recommended.\n"
5026 msgstr ""
5027
5028 #: misc/fuse2fs.c:3849
5029 msgid "Errors detected; running e2fsck is required.\n"
5030 msgstr ""
5031
5032 #: misc/lsattr.c:75
5033 #, c-format
5034 msgid "Usage: %s [-RVadlpv] [files...]\n"
5035 msgstr ""
5036
5037 #: misc/lsattr.c:86
5038 #, c-format
5039 msgid "While reading flags on %s"
5040 msgstr ""
5041
5042 #: misc/lsattr.c:93
5043 #, c-format
5044 msgid "While reading project on %s"
5045 msgstr ""
5046
5047 #: misc/lsattr.c:102
5048 #, c-format
5049 msgid "While reading version on %s"
5050 msgstr ""
5051
5052 #: misc/lsattr.c:148
5053 msgid "Couldn't allocate path variable in lsattr_dir_proc\n"
5054 msgstr ""
5055
5056 #: misc/mke2fs.c:131
5057 #, c-format
5058 msgid ""
5059 "Usage: %s [-c|-l filename] [-b block-size] [-C cluster-size]\n"
5060 "\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n"
5061 "\t[-G flex-group-size] [-N number-of-inodes] [-d root-directory]\n"
5062 "\t[-m reserved-blocks-percentage] [-o creator-os]\n"
5063 "\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n"
5064 "\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n"
5065 "\t[-t fs-type] [-T usage-type ] [-U UUID] [-e errors_behavior][-z "
5066 "undo_file]\n"
5067 "\t[-jnqvDFSV] device [blocks-count]\n"
5068 msgstr ""
5069
5070 #: misc/mke2fs.c:263
5071 #, c-format
5072 msgid "Running command: %s\n"
5073 msgstr ""
5074
5075 #: misc/mke2fs.c:267
5076 #, c-format
5077 msgid "while trying to run '%s'"
5078 msgstr ""
5079
5080 #: misc/mke2fs.c:274
5081 msgid "while processing list of bad blocks from program"
5082 msgstr ""
5083
5084 #: misc/mke2fs.c:301
5085 #, c-format
5086 msgid "Block %d in primary superblock/group descriptor area bad.\n"
5087 msgstr ""
5088
5089 #: misc/mke2fs.c:303
5090 #, c-format
5091 msgid "Blocks %u through %u must be good in order to build a filesystem.\n"
5092 msgstr ""
5093
5094 #: misc/mke2fs.c:306
5095 msgid "Aborting....\n"
5096 msgstr ""
5097
5098 #: misc/mke2fs.c:326
5099 #, c-format
5100 msgid ""
5101 "Warning: the backup superblock/group descriptors at block %u contain\n"
5102 "\tbad blocks.\n"
5103 "\n"
5104 msgstr ""
5105
5106 #: misc/mke2fs.c:345 misc/mke2fs.c:3318
5107 msgid "while marking bad blocks as used"
5108 msgstr ""
5109
5110 #: misc/mke2fs.c:370
5111 msgid "while writing reserved inodes"
5112 msgstr ""
5113
5114 #: misc/mke2fs.c:422
5115 msgid "Writing inode tables: "
5116 msgstr ""
5117
5118 #: misc/mke2fs.c:444
5119 #, c-format
5120 msgid ""
5121 "\n"
5122 "Could not write %d blocks in inode table starting at %llu: %s\n"
5123 msgstr ""
5124
5125 #: misc/mke2fs.c:459 misc/mke2fs.c:2870 misc/mke2fs.c:3278
5126 msgid "done                            \n"
5127 msgstr ""
5128
5129 #: misc/mke2fs.c:474
5130 msgid "while creating root dir"
5131 msgstr ""
5132
5133 #: misc/mke2fs.c:481
5134 msgid "while reading root inode"
5135 msgstr ""
5136
5137 #: misc/mke2fs.c:493
5138 msgid "while setting root inode ownership"
5139 msgstr ""
5140
5141 #: misc/mke2fs.c:511
5142 msgid "while creating /lost+found"
5143 msgstr ""
5144
5145 #: misc/mke2fs.c:518
5146 msgid "while looking up /lost+found"
5147 msgstr ""
5148
5149 #: misc/mke2fs.c:531
5150 msgid "while expanding /lost+found"
5151 msgstr ""
5152
5153 #: misc/mke2fs.c:546
5154 msgid "while setting bad block inode"
5155 msgstr ""
5156
5157 #: misc/mke2fs.c:573
5158 #, c-format
5159 msgid "Out of memory erasing sectors %d-%d\n"
5160 msgstr ""
5161
5162 #: misc/mke2fs.c:583
5163 #, c-format
5164 msgid "Warning: could not read block 0: %s\n"
5165 msgstr ""
5166
5167 #: misc/mke2fs.c:601
5168 #, c-format
5169 msgid "Warning: could not erase sector %d: %s\n"
5170 msgstr ""
5171
5172 #: misc/mke2fs.c:617
5173 msgid "while splitting the journal size"
5174 msgstr ""
5175
5176 #: misc/mke2fs.c:624
5177 msgid "while initializing journal superblock"
5178 msgstr ""
5179
5180 #: misc/mke2fs.c:632
5181 msgid "Zeroing journal device: "
5182 msgstr ""
5183
5184 #: misc/mke2fs.c:644
5185 #, c-format
5186 msgid "while zeroing journal device (block %llu, count %d)"
5187 msgstr ""
5188
5189 #: misc/mke2fs.c:662
5190 msgid "while writing journal superblock"
5191 msgstr ""
5192
5193 #: misc/mke2fs.c:676
5194 #, c-format
5195 msgid "Creating filesystem with %llu %dk blocks and %u inodes\n"
5196 msgstr ""
5197
5198 #: misc/mke2fs.c:684
5199 #, c-format
5200 msgid ""
5201 "warning: %llu blocks unused.\n"
5202 "\n"
5203 msgstr ""
5204
5205 #: misc/mke2fs.c:688
5206 #, c-format
5207 msgid "Filesystem label=%.*s\n"
5208 msgstr ""
5209
5210 #: misc/mke2fs.c:692
5211 #, c-format
5212 msgid "OS type: %s\n"
5213 msgstr ""
5214
5215 #: misc/mke2fs.c:694
5216 #, c-format
5217 msgid "Block size=%u (log=%u)\n"
5218 msgstr ""
5219
5220 #: misc/mke2fs.c:697
5221 #, c-format
5222 msgid "Cluster size=%u (log=%u)\n"
5223 msgstr ""
5224
5225 #: misc/mke2fs.c:701
5226 #, c-format
5227 msgid "Fragment size=%u (log=%u)\n"
5228 msgstr ""
5229
5230 #: misc/mke2fs.c:703
5231 #, c-format
5232 msgid "Stride=%u blocks, Stripe width=%u blocks\n"
5233 msgstr ""
5234
5235 #: misc/mke2fs.c:705
5236 #, c-format
5237 msgid "%u inodes, %llu blocks\n"
5238 msgstr ""
5239
5240 #: misc/mke2fs.c:707
5241 #, c-format
5242 msgid "%llu blocks (%2.2f%%) reserved for the super user\n"
5243 msgstr ""
5244
5245 #: misc/mke2fs.c:710
5246 #, c-format
5247 msgid "First data block=%u\n"
5248 msgstr ""
5249
5250 #: misc/mke2fs.c:712
5251 #, c-format
5252 msgid "Root directory owner=%u:%u\n"
5253 msgstr ""
5254
5255 #: misc/mke2fs.c:714
5256 #, c-format
5257 msgid "Maximum filesystem blocks=%lu\n"
5258 msgstr ""
5259
5260 #: misc/mke2fs.c:718
5261 #, c-format
5262 msgid "%u block groups\n"
5263 msgstr ""
5264
5265 #: misc/mke2fs.c:720
5266 #, c-format
5267 msgid "%u block group\n"
5268 msgstr ""
5269
5270 #: misc/mke2fs.c:722
5271 #, c-format
5272 msgid "%u blocks per group, %u clusters per group\n"
5273 msgstr ""
5274
5275 #: misc/mke2fs.c:725
5276 #, c-format
5277 msgid "%u blocks per group, %u fragments per group\n"
5278 msgstr ""
5279
5280 #: misc/mke2fs.c:727
5281 #, c-format
5282 msgid "%u inodes per group\n"
5283 msgstr ""
5284
5285 #: misc/mke2fs.c:736
5286 #, c-format
5287 msgid "Filesystem UUID: %s\n"
5288 msgstr ""
5289
5290 #: misc/mke2fs.c:737
5291 msgid "Superblock backups stored on blocks: "
5292 msgstr ""
5293
5294 #: misc/mke2fs.c:833
5295 #, c-format
5296 msgid "%s requires '-O 64bit'\n"
5297 msgstr ""
5298
5299 #: misc/mke2fs.c:839
5300 #, c-format
5301 msgid "'%s' must be before 'resize=%u'\n"
5302 msgstr ""
5303
5304 #: misc/mke2fs.c:852
5305 #, c-format
5306 msgid "Invalid desc_size: '%s'\n"
5307 msgstr ""
5308
5309 #: misc/mke2fs.c:866
5310 #, c-format
5311 msgid "Invalid hash seed: %s\n"
5312 msgstr ""
5313
5314 #: misc/mke2fs.c:878
5315 #, c-format
5316 msgid "Invalid offset: %s\n"
5317 msgstr ""
5318
5319 #: misc/mke2fs.c:892 misc/tune2fs.c:2148
5320 #, c-format
5321 msgid "Invalid mmp_update_interval: %s\n"
5322 msgstr ""
5323
5324 #: misc/mke2fs.c:909
5325 #, c-format
5326 msgid "Invalid # of backup superblocks: %s\n"
5327 msgstr ""
5328
5329 #: misc/mke2fs.c:931
5330 #, c-format
5331 msgid "Invalid stride parameter: %s\n"
5332 msgstr ""
5333
5334 #: misc/mke2fs.c:946
5335 #, c-format
5336 msgid "Invalid stripe-width parameter: %s\n"
5337 msgstr ""
5338
5339 #: misc/mke2fs.c:969
5340 #, c-format
5341 msgid "Invalid resize parameter: %s\n"
5342 msgstr ""
5343
5344 #: misc/mke2fs.c:976
5345 msgid "The resize maximum must be greater than the filesystem size.\n"
5346 msgstr ""
5347
5348 #: misc/mke2fs.c:1000
5349 msgid "On-line resizing not supported with revision 0 filesystems\n"
5350 msgstr ""
5351
5352 #: misc/mke2fs.c:1026 misc/mke2fs.c:1035
5353 #, c-format
5354 msgid "Invalid root_owner: '%s'\n"
5355 msgstr ""
5356
5357 #: misc/mke2fs.c:1080
5358 #, c-format
5359 msgid "Invalid encoding: %s"
5360 msgstr ""
5361
5362 #: misc/mke2fs.c:1098
5363 #, c-format
5364 msgid ""
5365 "\n"
5366 "Bad option(s) specified: %s\n"
5367 "\n"
5368 "Extended options are separated by commas, and may take an argument which\n"
5369 "\tis set off by an equals ('=') sign.\n"
5370 "\n"
5371 "Valid extended options are:\n"
5372 "\tmmp_update_interval=<interval>\n"
5373 "\tnum_backup_sb=<0|1|2>\n"
5374 "\tstride=<RAID per-disk data chunk in blocks>\n"
5375 "\tstripe-width=<RAID stride * data disks in blocks>\n"
5376 "\toffset=<offset to create the file system>\n"
5377 "\tresize=<resize maximum size in blocks>\n"
5378 "\tpacked_meta_blocks=<0 to disable, 1 to enable>\n"
5379 "\tlazy_itable_init=<0 to disable, 1 to enable>\n"
5380 "\tlazy_journal_init=<0 to disable, 1 to enable>\n"
5381 "\troot_owner=<uid of root dir>:<gid of root dir>\n"
5382 "\ttest_fs\n"
5383 "\tdiscard\n"
5384 "\tnodiscard\n"
5385 "\tencoding=<encoding>\n"
5386 "\tencoding_flags=<flags>\n"
5387 "\tquotatype=<quota type(s) to be enabled>\n"
5388 "\n"
5389 msgstr ""
5390
5391 #: misc/mke2fs.c:1125
5392 #, c-format
5393 msgid ""
5394 "\n"
5395 "Warning: RAID stripe-width %u not an even multiple of stride %u.\n"
5396 "\n"
5397 msgstr ""
5398
5399 #: misc/mke2fs.c:1136 misc/tune2fs.c:2284
5400 #, c-format
5401 msgid "error: Invalid encoding flag: %s\n"
5402 msgstr ""
5403
5404 #: misc/mke2fs.c:1142 misc/tune2fs.c:2293
5405 #, c-format
5406 msgid ""
5407 "error: An encoding must be explicitly specified when passing encoding-flags\n"
5408 msgstr ""
5409
5410 #: misc/mke2fs.c:1192
5411 #, c-format
5412 msgid ""
5413 "Syntax error in mke2fs config file (%s, line #%d)\n"
5414 "\t%s\n"
5415 msgstr ""
5416
5417 #: misc/mke2fs.c:1205 misc/tune2fs.c:1108
5418 #, c-format
5419 msgid "Invalid filesystem option set: %s\n"
5420 msgstr ""
5421
5422 #: misc/mke2fs.c:1217 misc/tune2fs.c:425
5423 #, c-format
5424 msgid "Invalid mount option set: %s\n"
5425 msgstr ""
5426
5427 #: misc/mke2fs.c:1353
5428 #, c-format
5429 msgid ""
5430 "\n"
5431 "Your mke2fs.conf file does not define the %s filesystem type.\n"
5432 msgstr ""
5433
5434 #: misc/mke2fs.c:1357
5435 msgid ""
5436 "You probably need to install an updated mke2fs.conf file.\n"
5437 "\n"
5438 msgstr ""
5439
5440 #: misc/mke2fs.c:1361
5441 msgid "Aborting...\n"
5442 msgstr ""
5443
5444 #: misc/mke2fs.c:1402
5445 #, c-format
5446 msgid ""
5447 "\n"
5448 "Warning: the fs_type %s is not defined in mke2fs.conf\n"
5449 "\n"
5450 msgstr ""
5451
5452 #: misc/mke2fs.c:1591
5453 msgid "Couldn't allocate memory for new PATH.\n"
5454 msgstr ""
5455
5456 #: misc/mke2fs.c:1628
5457 #, c-format
5458 msgid "Couldn't init profile successfully (error: %ld).\n"
5459 msgstr ""
5460
5461 #: misc/mke2fs.c:1661
5462 #, c-format
5463 msgid "invalid block size - %s"
5464 msgstr ""
5465
5466 #: misc/mke2fs.c:1665
5467 #, c-format
5468 msgid "Warning: blocksize %d not usable on most systems.\n"
5469 msgstr ""
5470
5471 #: misc/mke2fs.c:1681
5472 #, c-format
5473 msgid "invalid cluster size - %s"
5474 msgstr ""
5475
5476 #: misc/mke2fs.c:1694
5477 msgid "'-R' is deprecated, use '-E' instead"
5478 msgstr ""
5479
5480 #: misc/mke2fs.c:1708 misc/tune2fs.c:1874
5481 #, c-format
5482 msgid "bad error behavior - %s"
5483 msgstr ""
5484
5485 #: misc/mke2fs.c:1720
5486 msgid "Illegal number for blocks per group"
5487 msgstr ""
5488
5489 #: misc/mke2fs.c:1725
5490 msgid "blocks per group must be multiple of 8"
5491 msgstr ""
5492
5493 #: misc/mke2fs.c:1733
5494 msgid "Illegal number for flex_bg size"
5495 msgstr ""
5496
5497 #: misc/mke2fs.c:1739
5498 msgid "flex_bg size must be a power of 2"
5499 msgstr ""
5500
5501 #: misc/mke2fs.c:1744
5502 #, c-format
5503 msgid "flex_bg size (%lu) must be less than or equal to 2^31"
5504 msgstr ""
5505
5506 #: misc/mke2fs.c:1754
5507 #, c-format
5508 msgid "invalid inode ratio %s (min %d/max %d)"
5509 msgstr ""
5510
5511 #: misc/mke2fs.c:1764
5512 #, c-format
5513 msgid "invalid inode size - %s"
5514 msgstr ""
5515
5516 #: misc/mke2fs.c:1779
5517 msgid ""
5518 "Warning: -K option is deprecated and should not be used anymore. Use '-E "
5519 "nodiscard' extended option instead!\n"
5520 msgstr ""
5521
5522 #: misc/mke2fs.c:1790
5523 msgid "in malloc for bad_blocks_filename"
5524 msgstr ""
5525
5526 #: misc/mke2fs.c:1799
5527 #, c-format
5528 msgid ""
5529 "Warning: label too long; will be truncated to '%s'\n"
5530 "\n"
5531 msgstr ""
5532
5533 #: misc/mke2fs.c:1808
5534 #, c-format
5535 msgid "invalid reserved blocks percent - %s"
5536 msgstr ""
5537
5538 #: misc/mke2fs.c:1823
5539 #, c-format
5540 msgid "bad num inodes - %s"
5541 msgstr ""
5542
5543 #: misc/mke2fs.c:1836
5544 msgid "while allocating fs_feature string"
5545 msgstr ""
5546
5547 #: misc/mke2fs.c:1853
5548 #, c-format
5549 msgid "bad revision level - %s"
5550 msgstr ""
5551
5552 #: misc/mke2fs.c:1858
5553 #, c-format
5554 msgid "while trying to create revision %d"
5555 msgstr ""
5556
5557 #: misc/mke2fs.c:1872
5558 msgid "The -t option may only be used once"
5559 msgstr ""
5560
5561 #: misc/mke2fs.c:1880
5562 msgid "The -T option may only be used once"
5563 msgstr ""
5564
5565 #: misc/mke2fs.c:1936 misc/mke2fs.c:3401
5566 #, c-format
5567 msgid "while trying to open journal device %s\n"
5568 msgstr ""
5569
5570 #: misc/mke2fs.c:1942
5571 #, c-format
5572 msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n"
5573 msgstr ""
5574
5575 #: misc/mke2fs.c:1948
5576 #, c-format
5577 msgid "Using journal device's blocksize: %d\n"
5578 msgstr ""
5579
5580 #: misc/mke2fs.c:1959
5581 #, c-format
5582 msgid "invalid blocks '%s' on device '%s'"
5583 msgstr ""
5584
5585 #: misc/mke2fs.c:1979
5586 msgid "filesystem"
5587 msgstr ""
5588
5589 #: misc/mke2fs.c:1994 lib/support/plausible.c:192
5590 #, c-format
5591 msgid "The file %s does not exist and no size was specified.\n"
5592 msgstr ""
5593
5594 #: misc/mke2fs.c:2006 lib/support/plausible.c:200
5595 #, c-format
5596 msgid "Creating regular file %s\n"
5597 msgstr ""
5598
5599 #: misc/mke2fs.c:2011 resize/main.c:512
5600 msgid "while trying to determine filesystem size"
5601 msgstr ""
5602
5603 #: misc/mke2fs.c:2017
5604 msgid ""
5605 "Couldn't determine device size; you must specify\n"
5606 "the size of the filesystem\n"
5607 msgstr ""
5608
5609 #: misc/mke2fs.c:2024
5610 msgid ""
5611 "Device size reported to be zero.  Invalid partition specified, or\n"
5612 "\tpartition table wasn't reread after running fdisk, due to\n"
5613 "\ta modified partition being busy and in use.  You may need to reboot\n"
5614 "\tto re-read your partition table.\n"
5615 msgstr ""
5616
5617 #: misc/mke2fs.c:2041
5618 msgid "Filesystem larger than apparent device size."
5619 msgstr ""
5620
5621 #: misc/mke2fs.c:2064
5622 msgid "Failed to parse fs types list\n"
5623 msgstr ""
5624
5625 #: misc/mke2fs.c:2114
5626 msgid "The HURD does not support the filetype feature.\n"
5627 msgstr ""
5628
5629 #: misc/mke2fs.c:2119
5630 msgid "The HURD does not support the huge_file feature.\n"
5631 msgstr ""
5632
5633 #: misc/mke2fs.c:2124
5634 msgid "The HURD does not support the metadata_csum feature.\n"
5635 msgstr ""
5636
5637 #: misc/mke2fs.c:2129
5638 msgid "The HURD does not support the ea_inode feature.\n"
5639 msgstr ""
5640
5641 #: misc/mke2fs.c:2139
5642 msgid "while trying to determine hardware sector size"
5643 msgstr ""
5644
5645 #: misc/mke2fs.c:2145
5646 msgid "while trying to determine physical sector size"
5647 msgstr ""
5648
5649 #: misc/mke2fs.c:2177
5650 msgid "while setting blocksize; too small for device\n"
5651 msgstr ""
5652
5653 #: misc/mke2fs.c:2182
5654 #, c-format
5655 msgid ""
5656 "Warning: specified blocksize %d is less than device physical sectorsize %d\n"
5657 msgstr ""
5658
5659 #: misc/mke2fs.c:2206
5660 #, c-format
5661 msgid ""
5662 "%s: Size of device (0x%llx blocks) %s too big to be expressed\n"
5663 "\tin 32 bits using a blocksize of %d.\n"
5664 msgstr ""
5665
5666 #: misc/mke2fs.c:2220
5667 #, c-format
5668 msgid ""
5669 "%s: Size of device (0x%llx blocks) %s too big to create\n"
5670 "\ta filesystem using a blocksize of %d.\n"
5671 msgstr ""
5672
5673 #: misc/mke2fs.c:2242
5674 msgid "fs_types for mke2fs.conf resolution: "
5675 msgstr ""
5676
5677 #: misc/mke2fs.c:2249
5678 msgid "Filesystem features not supported with revision 0 filesystems\n"
5679 msgstr ""
5680
5681 #: misc/mke2fs.c:2257
5682 msgid "Sparse superblocks not supported with revision 0 filesystems\n"
5683 msgstr ""
5684
5685 #: misc/mke2fs.c:2267
5686 msgid "Journals not supported with revision 0 filesystems\n"
5687 msgstr ""
5688
5689 #: misc/mke2fs.c:2280
5690 #, c-format
5691 msgid "invalid reserved blocks percent - %lf"
5692 msgstr ""
5693
5694 #: misc/mke2fs.c:2297
5695 msgid ""
5696 "Extents MUST be enabled for a 64-bit filesystem.  Pass -O extents to "
5697 "rectify.\n"
5698 msgstr ""
5699
5700 #: misc/mke2fs.c:2317
5701 msgid "The cluster size may not be smaller than the block size.\n"
5702 msgstr ""
5703
5704 #: misc/mke2fs.c:2323
5705 msgid "specifying a cluster size requires the bigalloc feature"
5706 msgstr ""
5707
5708 #: misc/mke2fs.c:2343
5709 #, c-format
5710 msgid "warning: Unable to get device geometry for %s\n"
5711 msgstr ""
5712
5713 #: misc/mke2fs.c:2355
5714 #, c-format
5715 msgid "%s alignment is offset by %lu bytes.\n"
5716 msgstr ""
5717
5718 #: misc/mke2fs.c:2357
5719 #, c-format
5720 msgid ""
5721 "This may result in very poor performance, (re)-partitioning suggested.\n"
5722 msgstr ""
5723
5724 #: misc/mke2fs.c:2363
5725 #, c-format
5726 msgid ""
5727 "%s is capable of DAX but current block size %u is different from system page "
5728 "size %u so filesystem will not support DAX.\n"
5729 msgstr ""
5730
5731 #: misc/mke2fs.c:2387
5732 #, c-format
5733 msgid "%d-byte blocks too big for system (max %d)"
5734 msgstr ""
5735
5736 #: misc/mke2fs.c:2391
5737 #, c-format
5738 msgid ""
5739 "Warning: %d-byte blocks too big for system (max %d), forced to continue\n"
5740 msgstr ""
5741
5742 #: misc/mke2fs.c:2399
5743 #, c-format
5744 msgid ""
5745 "Suggestion: Use Linux kernel >= 3.18 for improved stability of the metadata "
5746 "and journal checksum features.\n"
5747 msgstr ""
5748
5749 #: misc/mke2fs.c:2445
5750 #, c-format
5751 msgid "Unknown filename encoding from profile: %s"
5752 msgstr ""
5753
5754 #: misc/mke2fs.c:2456
5755 #, c-format
5756 msgid "Unknown encoding flags from profile: %s"
5757 msgstr ""
5758
5759 #: misc/mke2fs.c:2481
5760 #, c-format
5761 msgid ""
5762 "\n"
5763 "Warning: offset specified without an explicit file system size.\n"
5764 "Creating a file system with %llu blocks but this might\n"
5765 "not be what you want.\n"
5766 "\n"
5767 msgstr ""
5768
5769 #: misc/mke2fs.c:2496
5770 #, c-format
5771 msgid "%d byte inodes are too small for project quota"
5772 msgstr ""
5773
5774 #: misc/mke2fs.c:2518
5775 msgid "Can't support bigalloc feature without extents feature"
5776 msgstr ""
5777
5778 #: misc/mke2fs.c:2525
5779 msgid ""
5780 "The resize_inode and meta_bg features are not compatible.\n"
5781 "They can not be both enabled simultaneously.\n"
5782 msgstr ""
5783
5784 #: misc/mke2fs.c:2534
5785 msgid ""
5786 "\n"
5787 "Warning: bigalloc file systems with a cluster size greater than\n"
5788 "16 times the block size is considered experimental\n"
5789 msgstr ""
5790
5791 #: misc/mke2fs.c:2546
5792 msgid "reserved online resize blocks not supported on non-sparse filesystem"
5793 msgstr ""
5794
5795 #: misc/mke2fs.c:2555
5796 msgid "blocks per group count out of range"
5797 msgstr ""
5798
5799 #: misc/mke2fs.c:2577
5800 msgid "Flex_bg feature not enabled, so flex_bg size may not be specified"
5801 msgstr ""
5802
5803 #: misc/mke2fs.c:2589
5804 #, c-format
5805 msgid "invalid inode size %d (min %d/max %d)"
5806 msgstr ""
5807
5808 #: misc/mke2fs.c:2604
5809 #, c-format
5810 msgid "%d byte inodes are too small for inline data; specify larger size"
5811 msgstr ""
5812
5813 #: misc/mke2fs.c:2619
5814 #, c-format
5815 msgid "128-byte inodes cannot handle dates beyond 2038 and are deprecated\n"
5816 msgstr ""
5817
5818 #: misc/mke2fs.c:2630
5819 #, c-format
5820 msgid "too many inodes (%llu), raise inode ratio?"
5821 msgstr ""
5822
5823 #: misc/mke2fs.c:2638
5824 #, c-format
5825 msgid "too many inodes (%llu), specify < 2^32 inodes"
5826 msgstr ""
5827
5828 #: misc/mke2fs.c:2652
5829 #, c-format
5830 msgid ""
5831 "inode_size (%u) * inodes_count (%u) too big for a\n"
5832 "\tfilesystem with %llu blocks, specify higher inode_ratio (-i)\n"
5833 "\tor lower inode count (-N).\n"
5834 msgstr ""
5835
5836 #: misc/mke2fs.c:2849
5837 msgid "Discarding device blocks: "
5838 msgstr ""
5839
5840 #: misc/mke2fs.c:2865
5841 msgid "failed - "
5842 msgstr ""
5843
5844 #: misc/mke2fs.c:2924
5845 msgid "while initializing quota context"
5846 msgstr ""
5847
5848 #: misc/mke2fs.c:2931
5849 msgid "while writing quota inodes"
5850 msgstr ""
5851
5852 #: misc/mke2fs.c:2956
5853 #, c-format
5854 msgid "bad error behavior in profile - %s"
5855 msgstr ""
5856
5857 #: misc/mke2fs.c:3035
5858 msgid "in malloc for android_sparse_params"
5859 msgstr ""
5860
5861 #: misc/mke2fs.c:3049
5862 msgid "while setting up superblock"
5863 msgstr ""
5864
5865 #: misc/mke2fs.c:3065
5866 msgid ""
5867 "Extents are not enabled.  The file extent tree can be checksummed, whereas "
5868 "block maps cannot.  Not enabling extents reduces the coverage of metadata "
5869 "checksumming.  Pass -O extents to rectify.\n"
5870 msgstr ""
5871
5872 #: misc/mke2fs.c:3072
5873 msgid ""
5874 "64-bit filesystem support is not enabled.  The larger fields afforded by "
5875 "this feature enable full-strength checksumming.  Pass -O 64bit to rectify.\n"
5876 msgstr ""
5877
5878 #: misc/mke2fs.c:3080
5879 msgid "The metadata_csum_seed feature requires the metadata_csum feature.\n"
5880 msgstr ""
5881
5882 #: misc/mke2fs.c:3104
5883 msgid "Discard succeeded and will return 0s - skipping inode table wipe\n"
5884 msgstr ""
5885
5886 #: misc/mke2fs.c:3203
5887 #, c-format
5888 msgid "unknown os - %s"
5889 msgstr ""
5890
5891 #: misc/mke2fs.c:3266
5892 msgid "Allocating group tables: "
5893 msgstr ""
5894
5895 #: misc/mke2fs.c:3274
5896 msgid "while trying to allocate filesystem tables"
5897 msgstr ""
5898
5899 #: misc/mke2fs.c:3289
5900 msgid "while unmarking bad blocks"
5901 msgstr ""
5902
5903 #: misc/mke2fs.c:3300
5904 msgid ""
5905 "\n"
5906 "\twhile converting subcluster bitmap"
5907 msgstr ""
5908
5909 #: misc/mke2fs.c:3309
5910 msgid "while calculating overhead"
5911 msgstr ""
5912
5913 #: misc/mke2fs.c:3328
5914 #, c-format
5915 msgid "%s may be further corrupted by superblock rewrite\n"
5916 msgstr ""
5917
5918 #: misc/mke2fs.c:3369
5919 #, c-format
5920 msgid "while zeroing block %llu at end of filesystem"
5921 msgstr ""
5922
5923 #: misc/mke2fs.c:3382
5924 msgid "while reserving blocks for online resize"
5925 msgstr ""
5926
5927 #: misc/mke2fs.c:3394 misc/tune2fs.c:1570
5928 msgid "journal"
5929 msgstr ""
5930
5931 #: misc/mke2fs.c:3406
5932 #, c-format
5933 msgid "Adding journal to device %s: "
5934 msgstr ""
5935
5936 #: misc/mke2fs.c:3413
5937 #, c-format
5938 msgid ""
5939 "\n"
5940 "\twhile trying to add journal to device %s"
5941 msgstr ""
5942
5943 #: misc/mke2fs.c:3418 misc/mke2fs.c:3448 misc/mke2fs.c:3490
5944 #: misc/mk_hugefiles.c:602 misc/tune2fs.c:1599 misc/tune2fs.c:1621
5945 msgid "done\n"
5946 msgstr ""
5947
5948 #: misc/mke2fs.c:3425
5949 msgid "Skipping journal creation in super-only mode\n"
5950 msgstr ""
5951
5952 #: misc/mke2fs.c:3435
5953 #, c-format
5954 msgid "Creating journal (%u blocks): "
5955 msgstr ""
5956
5957 #: misc/mke2fs.c:3444
5958 msgid ""
5959 "\n"
5960 "\twhile trying to create journal"
5961 msgstr ""
5962
5963 #: misc/mke2fs.c:3456 misc/tune2fs.c:1173
5964 msgid ""
5965 "\n"
5966 "Error while enabling multiple mount protection feature."
5967 msgstr ""
5968
5969 #: misc/mke2fs.c:3461
5970 #, c-format
5971 msgid "Multiple mount protection is enabled with update interval %d seconds.\n"
5972 msgstr ""
5973
5974 #: misc/mke2fs.c:3481
5975 msgid "Copying files into the device: "
5976 msgstr ""
5977
5978 #: misc/mke2fs.c:3487
5979 msgid "while populating file system"
5980 msgstr ""
5981
5982 #: misc/mke2fs.c:3494
5983 msgid "Writing superblocks and filesystem accounting information: "
5984 msgstr ""
5985
5986 #: misc/mke2fs.c:3501
5987 msgid "while writing out and closing file system"
5988 msgstr ""
5989
5990 #: misc/mke2fs.c:3504
5991 msgid ""
5992 "done\n"
5993 "\n"
5994 msgstr ""
5995
5996 #: misc/mk_hugefiles.c:339
5997 #, c-format
5998 msgid "while zeroing block %llu for hugefile"
5999 msgstr ""
6000
6001 #: misc/mk_hugefiles.c:516
6002 #, c-format
6003 msgid ""
6004 "Partition offset of %llu (%uk) blocks not compatible with cluster size %u.\n"
6005 msgstr ""
6006
6007 #: misc/mk_hugefiles.c:584
6008 msgid "Huge files will be zero'ed\n"
6009 msgstr ""
6010
6011 #: misc/mk_hugefiles.c:585
6012 #, c-format
6013 msgid "Creating %lu huge file(s) "
6014 msgstr ""
6015
6016 #: misc/mk_hugefiles.c:587
6017 #, c-format
6018 msgid "with %llu blocks each"
6019 msgstr ""
6020
6021 #: misc/mk_hugefiles.c:597
6022 #, c-format
6023 msgid "while creating huge file %lu"
6024 msgstr ""
6025
6026 #: misc/mklost+found.c:50
6027 msgid "Usage: mklost+found\n"
6028 msgstr ""
6029
6030 #: misc/partinfo.c:43
6031 #, c-format
6032 msgid ""
6033 "Usage:  %s device...\n"
6034 "\n"
6035 "Prints out the partition information for each given device.\n"
6036 "For example: %s /dev/hda\n"
6037 "\n"
6038 msgstr ""
6039
6040 #: misc/partinfo.c:53
6041 #, c-format
6042 msgid "Cannot open %s: %s"
6043 msgstr ""
6044
6045 #: misc/partinfo.c:59
6046 #, c-format
6047 msgid "Cannot get geometry of %s: %s"
6048 msgstr ""
6049
6050 #: misc/partinfo.c:67
6051 #, c-format
6052 msgid "Cannot get size of %s: %s"
6053 msgstr ""
6054
6055 #: misc/partinfo.c:73
6056 #, c-format
6057 msgid "%s: h=%3d s=%3d c=%4d   start=%8d size=%8lu end=%8d\n"
6058 msgstr ""
6059
6060 #: misc/tune2fs.c:121
6061 msgid ""
6062 "\n"
6063 "This operation requires a freshly checked filesystem.\n"
6064 msgstr ""
6065
6066 #: misc/tune2fs.c:123
6067 msgid "Please run e2fsck -f on the filesystem.\n"
6068 msgstr ""
6069
6070 #: misc/tune2fs.c:125
6071 msgid "Please run e2fsck -fD on the filesystem.\n"
6072 msgstr ""
6073
6074 #: misc/tune2fs.c:138
6075 #, c-format
6076 msgid ""
6077 "Usage: %s [-c max_mounts_count] [-e errors_behavior] [-f] [-g group]\n"
6078 "\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n"
6079 "\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]]\n"
6080 "\t[-r reserved_blocks_count] [-u user] [-C mount_count]\n"
6081 "\t[-L volume_label] [-M last_mounted_dir]\n"
6082 "\t[-O [^]feature[,...]] [-Q quota_options]\n"
6083 "\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n"
6084 "\t[-I new_inode_size] [-z undo_file] device\n"
6085 msgstr ""
6086
6087 #: misc/tune2fs.c:229
6088 msgid "Journal superblock not found!\n"
6089 msgstr ""
6090
6091 #: misc/tune2fs.c:287
6092 msgid "while trying to open external journal"
6093 msgstr ""
6094
6095 #: misc/tune2fs.c:293 misc/tune2fs.c:2896
6096 #, c-format
6097 msgid "%s is not a journal device.\n"
6098 msgstr ""
6099
6100 #: misc/tune2fs.c:302 misc/tune2fs.c:2905
6101 #, c-format
6102 msgid ""
6103 "Journal superblock is corrupted, nr_users\n"
6104 "is too high (%d).\n"
6105 msgstr ""
6106
6107 #: misc/tune2fs.c:309 misc/tune2fs.c:2912
6108 msgid "Filesystem's UUID not found on journal device.\n"
6109 msgstr ""
6110
6111 #: misc/tune2fs.c:333
6112 msgid ""
6113 "Cannot locate journal device. It was NOT removed\n"
6114 "Use -f option to remove missing journal device.\n"
6115 msgstr ""
6116
6117 #: misc/tune2fs.c:342
6118 msgid "Journal removed\n"
6119 msgstr ""
6120
6121 #: misc/tune2fs.c:386
6122 msgid "while reading bitmaps"
6123 msgstr ""
6124
6125 #: misc/tune2fs.c:394
6126 msgid "while clearing journal inode"
6127 msgstr ""
6128
6129 #: misc/tune2fs.c:407
6130 msgid "while writing journal inode"
6131 msgstr ""
6132
6133 #: misc/tune2fs.c:443 misc/tune2fs.c:468 misc/tune2fs.c:481
6134 msgid "(and reboot afterwards!)\n"
6135 msgstr ""
6136
6137 #: misc/tune2fs.c:496
6138 #, c-format
6139 msgid "After running e2fsck, please run `resize2fs %s %s"
6140 msgstr ""
6141
6142 #: misc/tune2fs.c:499
6143 #, c-format
6144 msgid "Please run `resize2fs %s %s"
6145 msgstr ""
6146
6147 #: misc/tune2fs.c:503
6148 #, c-format
6149 msgid " -z \"%s\""
6150 msgstr ""
6151
6152 #: misc/tune2fs.c:505
6153 #, c-format
6154 msgid "' to enable 64-bit mode.\n"
6155 msgstr ""
6156
6157 #: misc/tune2fs.c:507
6158 #, c-format
6159 msgid "' to disable 64-bit mode.\n"
6160 msgstr ""
6161
6162 #: misc/tune2fs.c:1075
6163 msgid ""
6164 "WARNING: Could not confirm kernel support for metadata_csum_seed.\n"
6165 "  This requires Linux >= v4.4.\n"
6166 msgstr ""
6167
6168 #: misc/tune2fs.c:1111
6169 #, c-format
6170 msgid "Clearing filesystem feature '%s' not supported.\n"
6171 msgstr ""
6172
6173 #: misc/tune2fs.c:1117
6174 #, c-format
6175 msgid "Setting filesystem feature '%s' not supported.\n"
6176 msgstr ""
6177
6178 #: misc/tune2fs.c:1126
6179 msgid ""
6180 "The has_journal feature may only be cleared when the filesystem is\n"
6181 "unmounted or mounted read-only.\n"
6182 msgstr ""
6183
6184 #: misc/tune2fs.c:1134
6185 msgid ""
6186 "The needs_recovery flag is set.  Please run e2fsck before clearing\n"
6187 "the has_journal flag.\n"
6188 msgstr ""
6189
6190 #: misc/tune2fs.c:1152
6191 msgid ""
6192 "Setting filesystem feature 'sparse_super' not supported\n"
6193 "for filesystems with the meta_bg feature enabled.\n"
6194 msgstr ""
6195
6196 #: misc/tune2fs.c:1165
6197 msgid ""
6198 "The multiple mount protection feature can't\n"
6199 "be set if the filesystem is mounted or\n"
6200 "read-only.\n"
6201 msgstr ""
6202
6203 #: misc/tune2fs.c:1183
6204 #, c-format
6205 msgid "Multiple mount protection has been enabled with update interval %ds.\n"
6206 msgstr ""
6207
6208 #: misc/tune2fs.c:1192
6209 msgid ""
6210 "The multiple mount protection feature cannot\n"
6211 "be disabled if the filesystem is readonly.\n"
6212 msgstr ""
6213
6214 #: misc/tune2fs.c:1200
6215 msgid "Error while reading bitmaps\n"
6216 msgstr ""
6217
6218 #: misc/tune2fs.c:1209
6219 #, c-format
6220 msgid "Magic number in MMP block does not match. expected: %x, actual: %x\n"
6221 msgstr ""
6222
6223 #: misc/tune2fs.c:1214
6224 msgid "while reading MMP block."
6225 msgstr ""
6226
6227 #: misc/tune2fs.c:1247
6228 msgid ""
6229 "Disabling directory index on filesystem with checksums could take some time."
6230 msgstr ""
6231
6232 #: misc/tune2fs.c:1251
6233 msgid "Cannot disable dir_index on a mounted filesystem!\n"
6234 msgstr ""
6235
6236 #: misc/tune2fs.c:1264
6237 msgid ""
6238 "Clearing the flex_bg flag would cause the the filesystem to be\n"
6239 "inconsistent.\n"
6240 msgstr ""
6241
6242 #: misc/tune2fs.c:1275
6243 msgid ""
6244 "The huge_file feature may only be cleared when the filesystem is\n"
6245 "unmounted or mounted read-only.\n"
6246 msgstr ""
6247
6248 #: misc/tune2fs.c:1286
6249 msgid "Enabling checksums could take some time."
6250 msgstr ""
6251
6252 #: misc/tune2fs.c:1289
6253 msgid "Cannot enable metadata_csum on a mounted filesystem!\n"
6254 msgstr ""
6255
6256 #: misc/tune2fs.c:1295
6257 msgid ""
6258 "Extents are not enabled.  The file extent tree can be checksummed, whereas "
6259 "block maps cannot.  Not enabling extents reduces the coverage of metadata "
6260 "checksumming.  Re-run with -O extent to rectify.\n"
6261 msgstr ""
6262
6263 #: misc/tune2fs.c:1302
6264 msgid ""
6265 "64-bit filesystem support is not enabled.  The larger fields afforded by "
6266 "this feature enable full-strength checksumming.  Run resize2fs -b to "
6267 "rectify.\n"
6268 msgstr ""
6269
6270 #: misc/tune2fs.c:1328
6271 msgid "Disabling checksums could take some time."
6272 msgstr ""
6273
6274 #: misc/tune2fs.c:1331
6275 msgid "Cannot disable metadata_csum on a mounted filesystem!\n"
6276 msgstr ""
6277
6278 #: misc/tune2fs.c:1372
6279 msgid "Cannot enable uninit_bg on a mounted filesystem!\n"
6280 msgstr ""
6281
6282 #: misc/tune2fs.c:1387
6283 msgid "Cannot disable uninit_bg on a mounted filesystem!\n"
6284 msgstr ""
6285
6286 #: misc/tune2fs.c:1406
6287 #, c-format
6288 msgid "Cannot enable 64-bit mode while mounted!\n"
6289 msgstr ""
6290
6291 #: misc/tune2fs.c:1416
6292 #, c-format
6293 msgid "Cannot disable 64-bit mode while mounted!\n"
6294 msgstr ""
6295
6296 #: misc/tune2fs.c:1446
6297 #, c-format
6298 msgid "Cannot enable project feature; inode size too small.\n"
6299 msgstr ""
6300
6301 #: misc/tune2fs.c:1467
6302 msgid ""
6303 "\n"
6304 "Warning: '^quota' option overrides '-Q'arguments.\n"
6305 msgstr ""
6306
6307 #: misc/tune2fs.c:1484 misc/tune2fs.c:2246
6308 msgid ""
6309 "The casefold feature may only be enabled when the filesystem is unmounted.\n"
6310 msgstr ""
6311
6312 #: misc/tune2fs.c:1496
6313 msgid ""
6314 "Setting feature 'metadata_csum_seed' is only supported\n"
6315 "on filesystems with the metadata_csum feature enabled.\n"
6316 msgstr ""
6317
6318 #: misc/tune2fs.c:1514
6319 msgid ""
6320 "UUID has changed since enabling metadata_csum.  Filesystem must be "
6321 "unmounted \n"
6322 "to safely rewrite all metadata to match the new UUID.\n"
6323 msgstr ""
6324
6325 #: misc/tune2fs.c:1520
6326 msgid "Recalculating checksums could take some time."
6327 msgstr ""
6328
6329 #: misc/tune2fs.c:1563
6330 msgid "The filesystem already has a journal.\n"
6331 msgstr ""
6332
6333 #: misc/tune2fs.c:1583
6334 #, c-format
6335 msgid ""
6336 "\n"
6337 "\twhile trying to open journal on %s\n"
6338 msgstr ""
6339
6340 #: misc/tune2fs.c:1587
6341 #, c-format
6342 msgid "Creating journal on device %s: "
6343 msgstr ""
6344
6345 #: misc/tune2fs.c:1595
6346 #, c-format
6347 msgid "while adding filesystem to journal on %s"
6348 msgstr ""
6349
6350 #: misc/tune2fs.c:1601
6351 msgid "Creating journal inode: "
6352 msgstr ""
6353
6354 #: misc/tune2fs.c:1615
6355 msgid ""
6356 "\n"
6357 "\twhile trying to create journal file"
6358 msgstr ""
6359
6360 #: misc/tune2fs.c:1657
6361 #, c-format
6362 msgid "Cannot enable project quota; inode size too small.\n"
6363 msgstr ""
6364
6365 #: misc/tune2fs.c:1670
6366 msgid "while initializing quota context in support library"
6367 msgstr ""
6368
6369 #: misc/tune2fs.c:1686
6370 #, c-format
6371 msgid "while updating quota limits (%d)"
6372 msgstr ""
6373
6374 #: misc/tune2fs.c:1696
6375 #, c-format
6376 msgid "while writing quota file (%d)"
6377 msgstr ""
6378
6379 #: misc/tune2fs.c:1714
6380 #, c-format
6381 msgid "while removing quota file (%d)"
6382 msgstr ""
6383
6384 #: misc/tune2fs.c:1757
6385 msgid ""
6386 "\n"
6387 "Bad quota options specified.\n"
6388 "\n"
6389 "Following valid quota options are available (pass by separating with "
6390 "comma):\n"
6391 "\t[^]usr[quota]\n"
6392 "\t[^]grp[quota]\n"
6393 "\t[^]prj[quota]\n"
6394 "\n"
6395 "\n"
6396 msgstr ""
6397
6398 #: misc/tune2fs.c:1815
6399 #, c-format
6400 msgid "Couldn't parse date/time specifier: %s"
6401 msgstr ""
6402
6403 #: misc/tune2fs.c:1847 misc/tune2fs.c:1858
6404 #, c-format
6405 msgid "bad mounts count - %s"
6406 msgstr ""
6407
6408 #: misc/tune2fs.c:1901
6409 #, c-format
6410 msgid "bad gid/group name - %s"
6411 msgstr ""
6412
6413 #: misc/tune2fs.c:1934
6414 #, c-format
6415 msgid "bad interval - %s"
6416 msgstr ""
6417
6418 #: misc/tune2fs.c:1963
6419 #, c-format
6420 msgid "bad reserved block ratio - %s"
6421 msgstr ""
6422
6423 #: misc/tune2fs.c:1978
6424 msgid "-o may only be specified once"
6425 msgstr ""
6426
6427 #: misc/tune2fs.c:1987
6428 msgid "-O may only be specified once"
6429 msgstr ""
6430
6431 #: misc/tune2fs.c:2004
6432 #, c-format
6433 msgid "bad reserved blocks count - %s"
6434 msgstr ""
6435
6436 #: misc/tune2fs.c:2033
6437 #, c-format
6438 msgid "bad uid/user name - %s"
6439 msgstr ""
6440
6441 #: misc/tune2fs.c:2050
6442 #, c-format
6443 msgid "bad inode size - %s"
6444 msgstr ""
6445
6446 #: misc/tune2fs.c:2057
6447 #, c-format
6448 msgid "Inode size must be a power of two- %s"
6449 msgstr ""
6450
6451 #: misc/tune2fs.c:2157
6452 #, c-format
6453 msgid "mmp_update_interval too big: %lu\n"
6454 msgstr ""
6455
6456 #: misc/tune2fs.c:2162
6457 #, c-format
6458 msgid "Setting multiple mount protection update interval to %lu second\n"
6459 msgid_plural ""
6460 "Setting multiple mount protection update interval to %lu seconds\n"
6461 msgstr[0] ""
6462 msgstr[1] ""
6463
6464 #: misc/tune2fs.c:2171
6465 #, c-format
6466 msgid "Setting filesystem error flag to force fsck.\n"
6467 msgstr ""
6468
6469 #: misc/tune2fs.c:2189
6470 #, c-format
6471 msgid "Invalid RAID stride: %s\n"
6472 msgstr ""
6473
6474 #: misc/tune2fs.c:2204
6475 #, c-format
6476 msgid "Invalid RAID stripe-width: %s\n"
6477 msgstr ""
6478
6479 #: misc/tune2fs.c:2219
6480 #, c-format
6481 msgid "Invalid hash algorithm: %s\n"
6482 msgstr ""
6483
6484 #: misc/tune2fs.c:2225
6485 #, c-format
6486 msgid "Setting default hash algorithm to %s (%d)\n"
6487 msgstr ""
6488
6489 #: misc/tune2fs.c:2252
6490 #, c-format
6491 msgid "Cannot alter existing encoding\n"
6492 msgstr ""
6493
6494 #: misc/tune2fs.c:2258
6495 #, c-format
6496 msgid "Invalid encoding: %s\n"
6497 msgstr ""
6498
6499 #: misc/tune2fs.c:2264
6500 #, c-format
6501 msgid "Setting encoding to '%s'\n"
6502 msgstr ""
6503
6504 #: misc/tune2fs.c:2288
6505 #, c-format
6506 msgid "Setting encoding_flags to '%s'\n"
6507 msgstr ""
6508
6509 #: misc/tune2fs.c:2298
6510 msgid ""
6511 "\n"
6512 "Bad options specified.\n"
6513 "\n"
6514 "Extended options are separated by commas, and may take an argument which\n"
6515 "\tis set off by an equals ('=') sign.\n"
6516 "\n"
6517 "Valid extended options are:\n"
6518 "\tclear_mmp\n"
6519 "\thash_alg=<hash algorithm>\n"
6520 "\tmount_opts=<extended default mount options>\n"
6521 "\tmmp_update_interval=<mmp update interval in seconds>\n"
6522 "\tstride=<RAID per-disk chunk size in blocks>\n"
6523 "\tstripe_width=<RAID stride*data disks in blocks>\n"
6524 "\tforce_fsck\n"
6525 "\ttest_fs\n"
6526 "\t^test_fs\n"
6527 "\tencoding=<encoding>\n"
6528 "\tencoding_flags=<flags>\n"
6529 msgstr ""
6530
6531 #: misc/tune2fs.c:2714
6532 msgid "Failed to read inode bitmap\n"
6533 msgstr ""
6534
6535 #: misc/tune2fs.c:2719
6536 msgid "Failed to read block bitmap\n"
6537 msgstr ""
6538
6539 #: misc/tune2fs.c:2736 resize/resize2fs.c:1372
6540 msgid "blocks to be moved"
6541 msgstr ""
6542
6543 #: misc/tune2fs.c:2739
6544 msgid "Failed to allocate block bitmap when increasing inode size\n"
6545 msgstr ""
6546
6547 #: misc/tune2fs.c:2745
6548 msgid "Not enough space to increase inode size \n"
6549 msgstr ""
6550
6551 #: misc/tune2fs.c:2750
6552 msgid "Failed to relocate blocks during inode resize \n"
6553 msgstr ""
6554
6555 #: misc/tune2fs.c:2782
6556 msgid ""
6557 "Error in resizing the inode size.\n"
6558 "Run e2undo to undo the file system changes. \n"
6559 msgstr ""
6560
6561 #: misc/tune2fs.c:2995
6562 msgid ""
6563 "If you are sure the filesystem is not in use on any node, run:\n"
6564 "'tune2fs -f -E clear_mmp {device}'\n"
6565 msgstr ""
6566
6567 #: misc/tune2fs.c:3002
6568 #, c-format
6569 msgid ""
6570 "MMP block magic is bad. Try to fix it by running:\n"
6571 "'e2fsck -f %s'\n"
6572 msgstr ""
6573
6574 #: misc/tune2fs.c:3014
6575 msgid "Cannot modify a journal device.\n"
6576 msgstr ""
6577
6578 #: misc/tune2fs.c:3027
6579 #, c-format
6580 msgid "The inode size is already %lu\n"
6581 msgstr ""
6582
6583 #: misc/tune2fs.c:3034
6584 msgid "Shrinking inode size is not supported\n"
6585 msgstr ""
6586
6587 #: misc/tune2fs.c:3039
6588 #, c-format
6589 msgid "Invalid inode size %lu (max %d)\n"
6590 msgstr ""
6591
6592 #: misc/tune2fs.c:3045
6593 msgid "Resizing inodes could take some time."
6594 msgstr ""
6595
6596 #: misc/tune2fs.c:3094
6597 #, c-format
6598 msgid ""
6599 "Warning: The journal is dirty. You may wish to replay the journal like:\n"
6600 "\n"
6601 "\te2fsck -E journal_only %s\n"
6602 "\n"
6603 "then rerun this command.  Otherwise, any changes made may be overwritten\n"
6604 "by journal recovery.\n"
6605 msgstr ""
6606
6607 #: misc/tune2fs.c:3103
6608 #, c-format
6609 msgid "Recovering journal.\n"
6610 msgstr ""
6611
6612 #: misc/tune2fs.c:3125
6613 #, c-format
6614 msgid "Setting maximal mount count to %d\n"
6615 msgstr ""
6616
6617 #: misc/tune2fs.c:3131
6618 #, c-format
6619 msgid "Setting current mount count to %d\n"
6620 msgstr ""
6621
6622 #: misc/tune2fs.c:3136
6623 #, c-format
6624 msgid "Setting error behavior to %d\n"
6625 msgstr ""
6626
6627 #: misc/tune2fs.c:3141
6628 #, c-format
6629 msgid "Setting reserved blocks gid to %lu\n"
6630 msgstr ""
6631
6632 #: misc/tune2fs.c:3146
6633 #, c-format
6634 msgid "interval between checks is too big (%lu)"
6635 msgstr ""
6636
6637 #: misc/tune2fs.c:3153
6638 #, c-format
6639 msgid "Setting interval between checks to %lu seconds\n"
6640 msgstr ""
6641
6642 #: misc/tune2fs.c:3160
6643 #, c-format
6644 msgid "Setting reserved blocks percentage to %g%% (%llu blocks)\n"
6645 msgstr ""
6646
6647 #: misc/tune2fs.c:3167
6648 #, c-format
6649 msgid "reserved blocks count is too big (%llu)"
6650 msgstr ""
6651
6652 #: misc/tune2fs.c:3174
6653 #, c-format
6654 msgid "Setting reserved blocks count to %llu\n"
6655 msgstr ""
6656
6657 #: misc/tune2fs.c:3179
6658 msgid ""
6659 "\n"
6660 "The filesystem already has sparse superblocks.\n"
6661 msgstr ""
6662
6663 #: misc/tune2fs.c:3182
6664 msgid ""
6665 "\n"
6666 "Setting the sparse superblock flag not supported\n"
6667 "for filesystems with the meta_bg feature enabled.\n"
6668 msgstr ""
6669
6670 #: misc/tune2fs.c:3192
6671 #, c-format
6672 msgid ""
6673 "\n"
6674 "Sparse superblock flag set.  %s"
6675 msgstr ""
6676
6677 #: misc/tune2fs.c:3197
6678 msgid ""
6679 "\n"
6680 "Clearing the sparse superblock flag not supported.\n"
6681 msgstr ""
6682
6683 #: misc/tune2fs.c:3205
6684 #, c-format
6685 msgid "Setting time filesystem last checked to %s\n"
6686 msgstr ""
6687
6688 #: misc/tune2fs.c:3211
6689 #, c-format
6690 msgid "Setting reserved blocks uid to %lu\n"
6691 msgstr ""
6692
6693 #: misc/tune2fs.c:3243
6694 msgid "Error in using clear_mmp. It must be used with -f\n"
6695 msgstr ""
6696
6697 #: misc/tune2fs.c:3262
6698 msgid ""
6699 "The quota feature may only be changed when the filesystem is unmounted.\n"
6700 msgstr ""
6701
6702 #: misc/tune2fs.c:3279
6703 msgid ""
6704 "Cannot change the UUID of this filesystem because it has the stable_inodes "
6705 "feature flag.\n"
6706 msgstr ""
6707
6708 #: misc/tune2fs.c:3289
6709 msgid "Setting the UUID on this filesystem could take some time."
6710 msgstr ""
6711
6712 #: misc/tune2fs.c:3306
6713 msgid "The UUID may only be changed when the filesystem is unmounted.\n"
6714 msgstr ""
6715
6716 #: misc/tune2fs.c:3309
6717 msgid ""
6718 "If you only use kernels newer than v4.4, run 'tune2fs -O metadata_csum_seed' "
6719 "and re-run this command.\n"
6720 msgstr ""
6721
6722 #: misc/tune2fs.c:3340
6723 msgid "Invalid UUID format\n"
6724 msgstr ""
6725
6726 #: misc/tune2fs.c:3356
6727 msgid "Need to update journal superblock.\n"
6728 msgstr ""
6729
6730 #: misc/tune2fs.c:3378
6731 msgid "The inode size may only be changed when the filesystem is unmounted.\n"
6732 msgstr ""
6733
6734 #: misc/tune2fs.c:3385
6735 msgid ""
6736 "Changing the inode size not supported for filesystems with the flex_bg\n"
6737 "feature enabled.\n"
6738 msgstr ""
6739
6740 #: misc/tune2fs.c:3403
6741 #, c-format
6742 msgid "Setting inode size %lu\n"
6743 msgstr ""
6744
6745 #: misc/tune2fs.c:3407
6746 msgid "Failed to change inode size\n"
6747 msgstr ""
6748
6749 #: misc/tune2fs.c:3421
6750 #, c-format
6751 msgid "Setting stride size to %d\n"
6752 msgstr ""
6753
6754 #: misc/tune2fs.c:3426
6755 #, c-format
6756 msgid "Setting stripe width to %d\n"
6757 msgstr ""
6758
6759 #: misc/tune2fs.c:3433
6760 #, c-format
6761 msgid "Setting extended default mount options to '%s'\n"
6762 msgstr ""
6763
6764 #: misc/util.c:102
6765 msgid "<proceeding>\n"
6766 msgstr ""
6767
6768 #: misc/util.c:106
6769 #, c-format
6770 msgid "Proceed anyway (or wait %d seconds to proceed) ? (y,N) "
6771 msgstr ""
6772
6773 #: misc/util.c:110
6774 msgid "Proceed anyway? (y,N) "
6775 msgstr ""
6776
6777 #: misc/util.c:137
6778 msgid "mke2fs forced anyway.  Hope /etc/mtab is incorrect.\n"
6779 msgstr ""
6780
6781 #: misc/util.c:142
6782 #, c-format
6783 msgid "will not make a %s here!\n"
6784 msgstr ""
6785
6786 #: misc/util.c:149
6787 msgid "mke2fs forced anyway.\n"
6788 msgstr ""
6789
6790 #: misc/util.c:165
6791 msgid "Couldn't allocate memory to parse journal options!\n"
6792 msgstr ""
6793
6794 #: misc/util.c:190
6795 #, c-format
6796 msgid ""
6797 "\n"
6798 "Could not find journal device matching %s\n"
6799 msgstr ""
6800
6801 #: misc/util.c:225
6802 msgid ""
6803 "\n"
6804 "Bad journal options specified.\n"
6805 "\n"
6806 "Journal options are separated by commas, and may take an argument which\n"
6807 "\tis set off by an equals ('=') sign.\n"
6808 "\n"
6809 "Valid journal options are:\n"
6810 "\tsize=<journal size in megabytes>\n"
6811 "\tdevice=<journal device>\n"
6812 "\tlocation=<journal location>\n"
6813 "\n"
6814 "The journal size must be between 1024 and 10240000 filesystem blocks.\n"
6815 "\n"
6816 msgstr ""
6817
6818 #: misc/util.c:268
6819 msgid ""
6820 "\n"
6821 "Filesystem too small for a journal\n"
6822 msgstr ""
6823
6824 #: misc/util.c:285
6825 #, c-format
6826 msgid ""
6827 "\n"
6828 "The total requested journal size is %d blocks; it must be\n"
6829 "between 1024 and 10240000 blocks.  Aborting.\n"
6830 msgstr ""
6831
6832 #: misc/util.c:293
6833 msgid ""
6834 "\n"
6835 "Total journal size too big for filesystem.\n"
6836 msgstr ""
6837
6838 #: misc/util.c:306
6839 #, c-format
6840 msgid ""
6841 "This filesystem will be automatically checked every %d mounts or\n"
6842 "%g days, whichever comes first.  Use tune2fs -c or -i to override.\n"
6843 msgstr ""
6844
6845 #: misc/uuidd.c:49
6846 #, c-format
6847 msgid "Usage: %s [-d] [-p pidfile] [-s socketpath] [-T timeout]\n"
6848 msgstr ""
6849
6850 #: misc/uuidd.c:51
6851 #, c-format
6852 msgid "       %s [-r|t] [-n num] [-s socketpath]\n"
6853 msgstr ""
6854
6855 #: misc/uuidd.c:53
6856 #, c-format
6857 msgid "       %s -k\n"
6858 msgstr ""
6859
6860 #: misc/uuidd.c:155
6861 msgid "bad arguments"
6862 msgstr ""
6863
6864 #: misc/uuidd.c:173
6865 msgid "connect"
6866 msgstr ""
6867
6868 #: misc/uuidd.c:192
6869 msgid "write"
6870 msgstr ""
6871
6872 #: misc/uuidd.c:200
6873 msgid "read count"
6874 msgstr ""
6875
6876 #: misc/uuidd.c:206
6877 msgid "bad response length"
6878 msgstr ""
6879
6880 #: misc/uuidd.c:271
6881 #, c-format
6882 msgid "uuidd daemon already running at pid %s\n"
6883 msgstr ""
6884
6885 #: misc/uuidd.c:279
6886 #, c-format
6887 msgid "Couldn't create unix stream socket: %s"
6888 msgstr ""
6889
6890 #: misc/uuidd.c:308
6891 #, c-format
6892 msgid "Couldn't bind unix socket %s: %s\n"
6893 msgstr ""
6894
6895 #: misc/uuidd.c:316
6896 #, c-format
6897 msgid "Couldn't listen on unix socket %s: %s\n"
6898 msgstr ""
6899
6900 #: misc/uuidd.c:354
6901 #, c-format
6902 msgid "Error reading from client, len = %d\n"
6903 msgstr ""
6904
6905 #: misc/uuidd.c:362
6906 #, c-format
6907 msgid "operation %d, incoming num = %d\n"
6908 msgstr ""
6909
6910 #: misc/uuidd.c:381
6911 #, c-format
6912 msgid "Generated time UUID: %s\n"
6913 msgstr ""
6914
6915 #: misc/uuidd.c:391
6916 #, c-format
6917 msgid "Generated random UUID: %s\n"
6918 msgstr ""
6919
6920 #: misc/uuidd.c:400
6921 #, c-format
6922 msgid "Generated time UUID %s and subsequent UUID\n"
6923 msgid_plural "Generated time UUID %s and %d subsequent UUIDs\n"
6924 msgstr[0] ""
6925 msgstr[1] ""
6926
6927 #: misc/uuidd.c:421
6928 #, c-format
6929 msgid "Generated %d UUID's:\n"
6930 msgstr ""
6931
6932 #: misc/uuidd.c:433
6933 #, c-format
6934 msgid "Invalid operation %d\n"
6935 msgstr ""
6936
6937 #: misc/uuidd.c:477 misc/uuidd.c:499
6938 #, c-format
6939 msgid "Bad number: %s\n"
6940 msgstr ""
6941
6942 #: misc/uuidd.c:534 misc/uuidd.c:563
6943 #, c-format
6944 msgid "Error calling uuidd daemon (%s): %s\n"
6945 msgstr ""
6946
6947 #: misc/uuidd.c:544
6948 #, c-format
6949 msgid "%s and subsequent UUID\n"
6950 msgid_plural "%s and subsequent %d UUIDs\n"
6951 msgstr[0] ""
6952 msgstr[1] ""
6953
6954 #: misc/uuidd.c:548
6955 msgid "List of UUID's:\n"
6956 msgstr ""
6957
6958 #: misc/uuidd.c:569
6959 #, c-format
6960 msgid "Unexpected reply length from server %d\n"
6961 msgstr ""
6962
6963 #: misc/uuidd.c:586
6964 #, c-format
6965 msgid "Couldn't kill uuidd running at pid %d: %s\n"
6966 msgstr ""
6967
6968 #: misc/uuidd.c:592
6969 #, c-format
6970 msgid "Killed uuidd running at pid %d\n"
6971 msgstr ""
6972
6973 #: misc/uuidgen.c:32
6974 #, c-format
6975 msgid "Usage: %s [-r] [-t]\n"
6976 msgstr ""
6977
6978 #: resize/extent.c:200
6979 msgid "# Extent dump:\n"
6980 msgstr ""
6981
6982 #: resize/extent.c:201
6983 #, c-format
6984 msgid "#\tNum=%llu, Size=%llu, Cursor=%llu, Sorted=%llu\n"
6985 msgstr ""
6986
6987 #: resize/main.c:49
6988 #, c-format
6989 msgid ""
6990 "Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [-b|-s|new_size] "
6991 "[-S RAID-stride] [-z undo_file]\n"
6992 "\n"
6993 msgstr ""
6994
6995 #: resize/main.c:73
6996 msgid "Extending the inode table"
6997 msgstr ""
6998
6999 #: resize/main.c:76
7000 msgid "Relocating blocks"
7001 msgstr ""
7002
7003 #: resize/main.c:79
7004 msgid "Scanning inode table"
7005 msgstr ""
7006
7007 #: resize/main.c:82
7008 msgid "Updating inode references"
7009 msgstr ""
7010
7011 #: resize/main.c:85
7012 msgid "Moving inode table"
7013 msgstr ""
7014
7015 #: resize/main.c:88
7016 msgid "Unknown pass?!?"
7017 msgstr ""
7018
7019 #: resize/main.c:91
7020 #, c-format
7021 msgid "Begin pass %d (max = %lu)\n"
7022 msgstr ""
7023
7024 #: resize/main.c:163
7025 msgid ""
7026 "\n"
7027 "Resizing bigalloc file systems has not been fully tested.  Proceed at\n"
7028 "your own risk!  Use the force option if you want to go ahead anyway.\n"
7029 "\n"
7030 msgstr ""
7031
7032 #: resize/main.c:374
7033 #, c-format
7034 msgid "while opening %s"
7035 msgstr ""
7036
7037 #: resize/main.c:382
7038 #, c-format
7039 msgid "while getting stat information for %s"
7040 msgstr ""
7041
7042 #: resize/main.c:463
7043 #, c-format
7044 msgid ""
7045 "Please run 'e2fsck -f %s' first.\n"
7046 "\n"
7047 msgstr ""
7048
7049 #: resize/main.c:482
7050 #, c-format
7051 msgid "Estimated minimum size of the filesystem: %llu\n"
7052 msgstr ""
7053
7054 #: resize/main.c:522
7055 #, c-format
7056 msgid "Invalid new size: %s\n"
7057 msgstr ""
7058
7059 #: resize/main.c:541
7060 msgid "New size too large to be expressed in 32 bits\n"
7061 msgstr ""
7062
7063 #: resize/main.c:560
7064 msgid "New size results in too many block group descriptors.\n"
7065 msgstr ""
7066
7067 #: resize/main.c:567
7068 #, c-format
7069 msgid "New size smaller than minimum (%llu)\n"
7070 msgstr ""
7071
7072 #: resize/main.c:574
7073 msgid "Invalid stride length"
7074 msgstr ""
7075
7076 #: resize/main.c:598
7077 #, c-format
7078 msgid ""
7079 "The containing partition (or device) is only %llu (%dk) blocks.\n"
7080 "You requested a new size of %llu blocks.\n"
7081 "\n"
7082 msgstr ""
7083
7084 #: resize/main.c:605
7085 #, c-format
7086 msgid "Cannot set and unset 64bit feature.\n"
7087 msgstr ""
7088
7089 #: resize/main.c:609
7090 #, c-format
7091 msgid ""
7092 "Cannot change the 64bit feature on a filesystem that is larger than 2^32 "
7093 "blocks.\n"
7094 msgstr ""
7095
7096 #: resize/main.c:615
7097 #, c-format
7098 msgid "Cannot change the 64bit feature while the filesystem is mounted.\n"
7099 msgstr ""
7100
7101 #: resize/main.c:621
7102 #, c-format
7103 msgid ""
7104 "Please enable the extents feature with tune2fs before enabling the 64bit "
7105 "feature.\n"
7106 msgstr ""
7107
7108 #: resize/main.c:629
7109 #, c-format
7110 msgid ""
7111 "The filesystem is already %llu (%dk) blocks long.  Nothing to do!\n"
7112 "\n"
7113 msgstr ""
7114
7115 #: resize/main.c:639
7116 #, c-format
7117 msgid "The filesystem is already 64-bit.\n"
7118 msgstr ""
7119
7120 #: resize/main.c:644
7121 #, c-format
7122 msgid "The filesystem is already 32-bit.\n"
7123 msgstr ""
7124
7125 #: resize/main.c:649
7126 #, c-format
7127 msgid ""
7128 "Cannot shrink this filesystem because it has the stable_inodes feature "
7129 "flag.\n"
7130 msgstr ""
7131
7132 #: resize/main.c:658
7133 #, c-format
7134 msgid "Converting the filesystem to 64-bit.\n"
7135 msgstr ""
7136
7137 #: resize/main.c:660
7138 #, c-format
7139 msgid "Converting the filesystem to 32-bit.\n"
7140 msgstr ""
7141
7142 #: resize/main.c:662
7143 #, c-format
7144 msgid "Resizing the filesystem on %s to %llu (%dk) blocks.\n"
7145 msgstr ""
7146
7147 #: resize/main.c:672
7148 #, c-format
7149 msgid "while trying to resize %s"
7150 msgstr ""
7151
7152 #: resize/main.c:675
7153 #, c-format
7154 msgid ""
7155 "Please run 'e2fsck -fy %s' to fix the filesystem\n"
7156 "after the aborted resize operation.\n"
7157 msgstr ""
7158
7159 #: resize/main.c:680
7160 #, c-format
7161 msgid ""
7162 "The filesystem on %s is now %llu (%dk) blocks long.\n"
7163 "\n"
7164 msgstr ""
7165
7166 #: resize/main.c:695
7167 #, c-format
7168 msgid "while trying to truncate %s"
7169 msgstr ""
7170
7171 #: resize/online.c:81
7172 msgid "kernel does not support online resize with sparse_super2"
7173 msgstr ""
7174
7175 #: resize/online.c:86
7176 #, c-format
7177 msgid "Filesystem at %s is mounted on %s; on-line resizing required\n"
7178 msgstr ""
7179
7180 #: resize/online.c:90
7181 msgid "On-line shrinking not supported"
7182 msgstr ""
7183
7184 #: resize/online.c:114
7185 msgid "Filesystem does not support online resizing"
7186 msgstr ""
7187
7188 #: resize/online.c:122
7189 msgid "Not enough reserved gdt blocks for resizing"
7190 msgstr ""
7191
7192 #: resize/online.c:129
7193 msgid "Kernel does not support resizing a file system this large"
7194 msgstr ""
7195
7196 #: resize/online.c:137
7197 #, c-format
7198 msgid "while trying to open mountpoint %s"
7199 msgstr ""
7200
7201 #: resize/online.c:142
7202 #, c-format
7203 msgid "Old resize interface requested.\n"
7204 msgstr ""
7205
7206 #: resize/online.c:161 resize/online.c:178
7207 msgid "Permission denied to resize filesystem"
7208 msgstr ""
7209
7210 #: resize/online.c:164 resize/online.c:184
7211 msgid "While checking for on-line resizing support"
7212 msgstr ""
7213
7214 #: resize/online.c:181
7215 msgid "Kernel does not support online resizing"
7216 msgstr ""
7217
7218 #: resize/online.c:220
7219 #, c-format
7220 msgid "Performing an on-line resize of %s to %llu (%dk) blocks.\n"
7221 msgstr ""
7222
7223 #: resize/online.c:231
7224 msgid "While trying to extend the last group"
7225 msgstr ""
7226
7227 #: resize/online.c:278
7228 #, c-format
7229 msgid "While trying to add group #%d"
7230 msgstr ""
7231
7232 #: resize/online.c:289
7233 #, c-format
7234 msgid ""
7235 "Filesystem at %s is mounted on %s, and on-line resizing is not supported on "
7236 "this system.\n"
7237 msgstr ""
7238
7239 #: resize/resize2fs.c:769
7240 #, c-format
7241 msgid "inodes (%llu) must be less than %u\n"
7242 msgstr ""
7243
7244 #: resize/resize2fs.c:1127
7245 msgid "reserved blocks"
7246 msgstr ""
7247
7248 #: resize/resize2fs.c:1377
7249 msgid "meta-data blocks"
7250 msgstr ""
7251
7252 #: resize/resize2fs.c:1481 resize/resize2fs.c:2525
7253 msgid "new meta blocks"
7254 msgstr ""
7255
7256 #: resize/resize2fs.c:2749
7257 msgid "Should never happen!  No sb in last super_sparse bg?\n"
7258 msgstr ""
7259
7260 #: resize/resize2fs.c:2754
7261 msgid "Should never happen!  Unexpected old_desc in super_sparse bg?\n"
7262 msgstr ""
7263
7264 #: resize/resize2fs.c:2827
7265 msgid "Should never happen: resize inode corrupt!\n"
7266 msgstr ""
7267
7268 #: lib/ext2fs/ext2_err.c:11
7269 msgid "EXT2FS Library version 1.46.5"
7270 msgstr ""
7271
7272 #: lib/ext2fs/ext2_err.c:12
7273 msgid "Wrong magic number for ext2_filsys structure"
7274 msgstr ""
7275
7276 #: lib/ext2fs/ext2_err.c:13
7277 msgid "Wrong magic number for badblocks_list structure"
7278 msgstr ""
7279
7280 #: lib/ext2fs/ext2_err.c:14
7281 msgid "Wrong magic number for badblocks_iterate structure"
7282 msgstr ""
7283
7284 #: lib/ext2fs/ext2_err.c:15
7285 msgid "Wrong magic number for inode_scan structure"
7286 msgstr ""
7287
7288 #: lib/ext2fs/ext2_err.c:16
7289 msgid "Wrong magic number for io_channel structure"
7290 msgstr ""
7291
7292 #: lib/ext2fs/ext2_err.c:17
7293 msgid "Wrong magic number for unix io_channel structure"
7294 msgstr ""
7295
7296 #: lib/ext2fs/ext2_err.c:18
7297 msgid "Wrong magic number for io_manager structure"
7298 msgstr ""
7299
7300 #: lib/ext2fs/ext2_err.c:19
7301 msgid "Wrong magic number for block_bitmap structure"
7302 msgstr ""
7303
7304 #: lib/ext2fs/ext2_err.c:20
7305 msgid "Wrong magic number for inode_bitmap structure"
7306 msgstr ""
7307
7308 #: lib/ext2fs/ext2_err.c:21
7309 msgid "Wrong magic number for generic_bitmap structure"
7310 msgstr ""
7311
7312 #: lib/ext2fs/ext2_err.c:22
7313 msgid "Wrong magic number for test io_channel structure"
7314 msgstr ""
7315
7316 #: lib/ext2fs/ext2_err.c:23
7317 msgid "Wrong magic number for directory block list structure"
7318 msgstr ""
7319
7320 #: lib/ext2fs/ext2_err.c:24
7321 msgid "Wrong magic number for icount structure"
7322 msgstr ""
7323
7324 #: lib/ext2fs/ext2_err.c:25
7325 msgid "Wrong magic number for Powerquest io_channel structure"
7326 msgstr ""
7327
7328 #: lib/ext2fs/ext2_err.c:26
7329 msgid "Wrong magic number for ext2 file structure"
7330 msgstr ""
7331
7332 #: lib/ext2fs/ext2_err.c:27
7333 msgid "Wrong magic number for Ext2 Image Header"
7334 msgstr ""
7335
7336 #: lib/ext2fs/ext2_err.c:28
7337 msgid "Wrong magic number for inode io_channel structure"
7338 msgstr ""
7339
7340 #: lib/ext2fs/ext2_err.c:29
7341 msgid "Wrong magic number for ext4 extent handle"
7342 msgstr ""
7343
7344 #: lib/ext2fs/ext2_err.c:30
7345 msgid "Bad magic number in super-block"
7346 msgstr ""
7347
7348 #: lib/ext2fs/ext2_err.c:31
7349 msgid "Filesystem revision too high"
7350 msgstr ""
7351
7352 #: lib/ext2fs/ext2_err.c:32
7353 msgid "Attempt to write to filesystem opened read-only"
7354 msgstr ""
7355
7356 #: lib/ext2fs/ext2_err.c:33
7357 msgid "Can't read group descriptors"
7358 msgstr ""
7359
7360 #: lib/ext2fs/ext2_err.c:34
7361 msgid "Can't write group descriptors"
7362 msgstr ""
7363
7364 #: lib/ext2fs/ext2_err.c:35
7365 msgid "Corrupt group descriptor: bad block for block bitmap"
7366 msgstr ""
7367
7368 #: lib/ext2fs/ext2_err.c:36
7369 msgid "Corrupt group descriptor: bad block for inode bitmap"
7370 msgstr ""
7371
7372 #: lib/ext2fs/ext2_err.c:37
7373 msgid "Corrupt group descriptor: bad block for inode table"
7374 msgstr ""
7375
7376 #: lib/ext2fs/ext2_err.c:38
7377 msgid "Can't write an inode bitmap"
7378 msgstr ""
7379
7380 #: lib/ext2fs/ext2_err.c:39
7381 msgid "Can't read an inode bitmap"
7382 msgstr ""
7383
7384 #: lib/ext2fs/ext2_err.c:40
7385 msgid "Can't write a block bitmap"
7386 msgstr ""
7387
7388 #: lib/ext2fs/ext2_err.c:41
7389 msgid "Can't read a block bitmap"
7390 msgstr ""
7391
7392 #: lib/ext2fs/ext2_err.c:42
7393 msgid "Can't write an inode table"
7394 msgstr ""
7395
7396 #: lib/ext2fs/ext2_err.c:43
7397 msgid "Can't read an inode table"
7398 msgstr ""
7399
7400 #: lib/ext2fs/ext2_err.c:44
7401 msgid "Can't read next inode"
7402 msgstr ""
7403
7404 #: lib/ext2fs/ext2_err.c:45
7405 msgid "Filesystem has unexpected block size"
7406 msgstr ""
7407
7408 #: lib/ext2fs/ext2_err.c:46
7409 msgid "EXT2 directory corrupted"
7410 msgstr ""
7411
7412 #: lib/ext2fs/ext2_err.c:47
7413 msgid "Attempt to read block from filesystem resulted in short read"
7414 msgstr ""
7415
7416 #: lib/ext2fs/ext2_err.c:48
7417 msgid "Attempt to write block to filesystem resulted in short write"
7418 msgstr ""
7419
7420 #: lib/ext2fs/ext2_err.c:49
7421 msgid "No free space in the directory"
7422 msgstr ""
7423
7424 #: lib/ext2fs/ext2_err.c:50
7425 msgid "Inode bitmap not loaded"
7426 msgstr ""
7427
7428 #: lib/ext2fs/ext2_err.c:51
7429 msgid "Block bitmap not loaded"
7430 msgstr ""
7431
7432 #: lib/ext2fs/ext2_err.c:52
7433 msgid "Illegal inode number"
7434 msgstr ""
7435
7436 #: lib/ext2fs/ext2_err.c:53
7437 msgid "Illegal block number"
7438 msgstr ""
7439
7440 #: lib/ext2fs/ext2_err.c:54
7441 msgid "Internal error in ext2fs_expand_dir"
7442 msgstr ""
7443
7444 #: lib/ext2fs/ext2_err.c:55
7445 msgid "Not enough space to build proposed filesystem"
7446 msgstr ""
7447
7448 #: lib/ext2fs/ext2_err.c:56
7449 msgid "Illegal block number passed to ext2fs_mark_block_bitmap"
7450 msgstr ""
7451
7452 #: lib/ext2fs/ext2_err.c:57
7453 msgid "Illegal block number passed to ext2fs_unmark_block_bitmap"
7454 msgstr ""
7455
7456 #: lib/ext2fs/ext2_err.c:58
7457 msgid "Illegal block number passed to ext2fs_test_block_bitmap"
7458 msgstr ""
7459
7460 #: lib/ext2fs/ext2_err.c:59
7461 msgid "Illegal inode number passed to ext2fs_mark_inode_bitmap"
7462 msgstr ""
7463
7464 #: lib/ext2fs/ext2_err.c:60
7465 msgid "Illegal inode number passed to ext2fs_unmark_inode_bitmap"
7466 msgstr ""
7467
7468 #: lib/ext2fs/ext2_err.c:61
7469 msgid "Illegal inode number passed to ext2fs_test_inode_bitmap"
7470 msgstr ""
7471
7472 #: lib/ext2fs/ext2_err.c:62
7473 msgid "Attempt to fudge end of block bitmap past the real end"
7474 msgstr ""
7475
7476 #: lib/ext2fs/ext2_err.c:63
7477 msgid "Attempt to fudge end of inode bitmap past the real end"
7478 msgstr ""
7479
7480 #: lib/ext2fs/ext2_err.c:64
7481 msgid "Illegal indirect block found"
7482 msgstr ""
7483
7484 #: lib/ext2fs/ext2_err.c:65
7485 msgid "Illegal doubly indirect block found"
7486 msgstr ""
7487
7488 #: lib/ext2fs/ext2_err.c:66
7489 msgid "Illegal triply indirect block found"
7490 msgstr ""
7491
7492 #: lib/ext2fs/ext2_err.c:67
7493 msgid "Block bitmaps are not the same"
7494 msgstr ""
7495
7496 #: lib/ext2fs/ext2_err.c:68
7497 msgid "Inode bitmaps are not the same"
7498 msgstr ""
7499
7500 #: lib/ext2fs/ext2_err.c:69
7501 msgid "Illegal or malformed device name"
7502 msgstr ""
7503
7504 #: lib/ext2fs/ext2_err.c:70
7505 msgid "A block group is missing an inode table"
7506 msgstr ""
7507
7508 #: lib/ext2fs/ext2_err.c:71
7509 msgid "The ext2 superblock is corrupt"
7510 msgstr ""
7511
7512 #: lib/ext2fs/ext2_err.c:72
7513 msgid "Illegal generic bit number passed to ext2fs_mark_generic_bitmap"
7514 msgstr ""
7515
7516 #: lib/ext2fs/ext2_err.c:73
7517 msgid "Illegal generic bit number passed to ext2fs_unmark_generic_bitmap"
7518 msgstr ""
7519
7520 #: lib/ext2fs/ext2_err.c:74
7521 msgid "Illegal generic bit number passed to ext2fs_test_generic_bitmap"
7522 msgstr ""
7523
7524 #: lib/ext2fs/ext2_err.c:75
7525 msgid "Too many symbolic links encountered."
7526 msgstr ""
7527
7528 #: lib/ext2fs/ext2_err.c:76
7529 msgid "The callback function will not handle this case"
7530 msgstr ""
7531
7532 #: lib/ext2fs/ext2_err.c:77
7533 msgid "The inode is from a bad block in the inode table"
7534 msgstr ""
7535
7536 #: lib/ext2fs/ext2_err.c:78
7537 msgid "Filesystem has unsupported feature(s)"
7538 msgstr ""
7539
7540 #: lib/ext2fs/ext2_err.c:79
7541 msgid "Filesystem has unsupported read-only feature(s)"
7542 msgstr ""
7543
7544 #: lib/ext2fs/ext2_err.c:80
7545 msgid "IO Channel failed to seek on read or write"
7546 msgstr ""
7547
7548 #: lib/ext2fs/ext2_err.c:81
7549 msgid "Memory allocation failed"
7550 msgstr ""
7551
7552 #: lib/ext2fs/ext2_err.c:82
7553 msgid "Invalid argument passed to ext2 library"
7554 msgstr ""
7555
7556 #: lib/ext2fs/ext2_err.c:83
7557 msgid "Could not allocate block in ext2 filesystem"
7558 msgstr ""
7559
7560 #: lib/ext2fs/ext2_err.c:84
7561 msgid "Could not allocate inode in ext2 filesystem"
7562 msgstr ""
7563
7564 #: lib/ext2fs/ext2_err.c:85
7565 msgid "Ext2 inode is not a directory"
7566 msgstr ""
7567
7568 #: lib/ext2fs/ext2_err.c:86
7569 msgid "Too many references in table"
7570 msgstr ""
7571
7572 #: lib/ext2fs/ext2_err.c:87
7573 msgid "File not found by ext2_lookup"
7574 msgstr ""
7575
7576 #: lib/ext2fs/ext2_err.c:88
7577 msgid "File open read-only"
7578 msgstr ""
7579
7580 #: lib/ext2fs/ext2_err.c:89
7581 msgid "Ext2 directory block not found"
7582 msgstr ""
7583
7584 #: lib/ext2fs/ext2_err.c:90
7585 msgid "Ext2 directory already exists"
7586 msgstr ""
7587
7588 #: lib/ext2fs/ext2_err.c:91
7589 msgid "Unimplemented ext2 library function"
7590 msgstr ""
7591
7592 #: lib/ext2fs/ext2_err.c:92
7593 msgid "User cancel requested"
7594 msgstr ""
7595
7596 #: lib/ext2fs/ext2_err.c:93
7597 msgid "Ext2 file too big"
7598 msgstr ""
7599
7600 #: lib/ext2fs/ext2_err.c:94
7601 msgid "Supplied journal device not a block device"
7602 msgstr ""
7603
7604 #: lib/ext2fs/ext2_err.c:95
7605 msgid "Journal superblock not found"
7606 msgstr ""
7607
7608 #: lib/ext2fs/ext2_err.c:96
7609 msgid "Journal must be at least 1024 blocks"
7610 msgstr ""
7611
7612 #: lib/ext2fs/ext2_err.c:97
7613 msgid "Unsupported journal version"
7614 msgstr ""
7615
7616 #: lib/ext2fs/ext2_err.c:98
7617 msgid "Error loading external journal"
7618 msgstr ""
7619
7620 #: lib/ext2fs/ext2_err.c:99
7621 msgid "Journal not found"
7622 msgstr ""
7623
7624 #: lib/ext2fs/ext2_err.c:100
7625 msgid "Directory hash unsupported"
7626 msgstr ""
7627
7628 #: lib/ext2fs/ext2_err.c:101
7629 msgid "Illegal extended attribute block number"
7630 msgstr ""
7631
7632 #: lib/ext2fs/ext2_err.c:102
7633 msgid "Cannot create filesystem with requested number of inodes"
7634 msgstr ""
7635
7636 #: lib/ext2fs/ext2_err.c:103
7637 msgid "E2image snapshot not in use"
7638 msgstr ""
7639
7640 #: lib/ext2fs/ext2_err.c:104
7641 msgid "Too many reserved group descriptor blocks"
7642 msgstr ""
7643
7644 #: lib/ext2fs/ext2_err.c:105
7645 msgid "Resize inode is corrupt"
7646 msgstr ""
7647
7648 #: lib/ext2fs/ext2_err.c:106
7649 msgid "Tried to set block bmap with missing indirect block"
7650 msgstr ""
7651
7652 #: lib/ext2fs/ext2_err.c:107
7653 msgid "TDB: Success"
7654 msgstr ""
7655
7656 #: lib/ext2fs/ext2_err.c:108
7657 msgid "TDB: Corrupt database"
7658 msgstr ""
7659
7660 #: lib/ext2fs/ext2_err.c:109
7661 msgid "TDB: IO Error"
7662 msgstr ""
7663
7664 #: lib/ext2fs/ext2_err.c:110
7665 msgid "TDB: Locking error"
7666 msgstr ""
7667
7668 #: lib/ext2fs/ext2_err.c:111
7669 msgid "TDB: Out of memory"
7670 msgstr ""
7671
7672 #: lib/ext2fs/ext2_err.c:112
7673 msgid "TDB: Record exists"
7674 msgstr ""
7675
7676 #: lib/ext2fs/ext2_err.c:113
7677 msgid "TDB: Lock exists on other keys"
7678 msgstr ""
7679
7680 #: lib/ext2fs/ext2_err.c:114
7681 msgid "TDB: Invalid parameter"
7682 msgstr ""
7683
7684 #: lib/ext2fs/ext2_err.c:115
7685 msgid "TDB: Record does not exist"
7686 msgstr ""
7687
7688 #: lib/ext2fs/ext2_err.c:116
7689 msgid "TDB: Write not permitted"
7690 msgstr ""
7691
7692 #: lib/ext2fs/ext2_err.c:117
7693 msgid "Ext2fs directory block list is empty"
7694 msgstr ""
7695
7696 #: lib/ext2fs/ext2_err.c:118
7697 msgid "Attempt to modify a block mapping via a read-only block iterator"
7698 msgstr ""
7699
7700 #: lib/ext2fs/ext2_err.c:119
7701 msgid "Wrong magic number for ext4 extent saved path"
7702 msgstr ""
7703
7704 #: lib/ext2fs/ext2_err.c:120
7705 msgid "Wrong magic number for 64-bit generic bitmap"
7706 msgstr ""
7707
7708 #: lib/ext2fs/ext2_err.c:121
7709 msgid "Wrong magic number for 64-bit block bitmap"
7710 msgstr ""
7711
7712 #: lib/ext2fs/ext2_err.c:122
7713 msgid "Wrong magic number for 64-bit inode bitmap"
7714 msgstr ""
7715
7716 #: lib/ext2fs/ext2_err.c:123
7717 msgid "Wrong magic number --- RESERVED_13"
7718 msgstr ""
7719
7720 #: lib/ext2fs/ext2_err.c:124
7721 msgid "Wrong magic number --- RESERVED_14"
7722 msgstr ""
7723
7724 #: lib/ext2fs/ext2_err.c:125
7725 msgid "Wrong magic number --- RESERVED_15"
7726 msgstr ""
7727
7728 #: lib/ext2fs/ext2_err.c:126
7729 msgid "Wrong magic number --- RESERVED_16"
7730 msgstr ""
7731
7732 #: lib/ext2fs/ext2_err.c:127
7733 msgid "Wrong magic number --- RESERVED_17"
7734 msgstr ""
7735
7736 #: lib/ext2fs/ext2_err.c:128
7737 msgid "Wrong magic number --- RESERVED_18"
7738 msgstr ""
7739
7740 #: lib/ext2fs/ext2_err.c:129
7741 msgid "Wrong magic number --- RESERVED_19"
7742 msgstr ""
7743
7744 #: lib/ext2fs/ext2_err.c:130
7745 msgid "Corrupt extent header"
7746 msgstr ""
7747
7748 #: lib/ext2fs/ext2_err.c:131
7749 msgid "Corrupt extent index"
7750 msgstr ""
7751
7752 #: lib/ext2fs/ext2_err.c:132
7753 msgid "Corrupt extent"
7754 msgstr ""
7755
7756 #: lib/ext2fs/ext2_err.c:133
7757 msgid "No free space in extent map"
7758 msgstr ""
7759
7760 #: lib/ext2fs/ext2_err.c:134
7761 msgid "Inode does not use extents"
7762 msgstr ""
7763
7764 #: lib/ext2fs/ext2_err.c:135
7765 msgid "No 'next' extent"
7766 msgstr ""
7767
7768 #: lib/ext2fs/ext2_err.c:136
7769 msgid "No 'previous' extent"
7770 msgstr ""
7771
7772 #: lib/ext2fs/ext2_err.c:137
7773 msgid "No 'up' extent"
7774 msgstr ""
7775
7776 #: lib/ext2fs/ext2_err.c:138
7777 msgid "No 'down' extent"
7778 msgstr ""
7779
7780 #: lib/ext2fs/ext2_err.c:139
7781 msgid "No current node"
7782 msgstr ""
7783
7784 #: lib/ext2fs/ext2_err.c:140
7785 msgid "Ext2fs operation not supported"
7786 msgstr ""
7787
7788 #: lib/ext2fs/ext2_err.c:141
7789 msgid "No room to insert extent in node"
7790 msgstr ""
7791
7792 #: lib/ext2fs/ext2_err.c:142
7793 msgid "Splitting would result in empty node"
7794 msgstr ""
7795
7796 #: lib/ext2fs/ext2_err.c:143
7797 msgid "Extent not found"
7798 msgstr ""
7799
7800 #: lib/ext2fs/ext2_err.c:144
7801 msgid "Operation not supported for inodes containing extents"
7802 msgstr ""
7803
7804 #: lib/ext2fs/ext2_err.c:145
7805 msgid "Extent length is invalid"
7806 msgstr ""
7807
7808 #: lib/ext2fs/ext2_err.c:146
7809 msgid "I/O Channel does not support 64-bit block numbers"
7810 msgstr ""
7811
7812 #: lib/ext2fs/ext2_err.c:147
7813 msgid "Can't check if filesystem is mounted due to missing mtab file"
7814 msgstr ""
7815
7816 #: lib/ext2fs/ext2_err.c:148
7817 msgid "Filesystem too large to use legacy bitmaps"
7818 msgstr ""
7819
7820 #: lib/ext2fs/ext2_err.c:149
7821 msgid "MMP: invalid magic number"
7822 msgstr ""
7823
7824 #: lib/ext2fs/ext2_err.c:150
7825 msgid "MMP: device currently active"
7826 msgstr ""
7827
7828 #: lib/ext2fs/ext2_err.c:151
7829 msgid "MMP: e2fsck being run"
7830 msgstr ""
7831
7832 #: lib/ext2fs/ext2_err.c:152
7833 msgid "MMP: block number beyond filesystem range"
7834 msgstr ""
7835
7836 #: lib/ext2fs/ext2_err.c:153
7837 msgid "MMP: undergoing an unknown operation"
7838 msgstr ""
7839
7840 #: lib/ext2fs/ext2_err.c:154
7841 msgid "MMP: filesystem still in use"
7842 msgstr ""
7843
7844 #: lib/ext2fs/ext2_err.c:155
7845 msgid "MMP: open with O_DIRECT failed"
7846 msgstr ""
7847
7848 #: lib/ext2fs/ext2_err.c:156
7849 msgid "Block group descriptor size incorrect"
7850 msgstr ""
7851
7852 #: lib/ext2fs/ext2_err.c:157
7853 msgid "Inode checksum does not match inode"
7854 msgstr ""
7855
7856 #: lib/ext2fs/ext2_err.c:158
7857 msgid "Inode bitmap checksum does not match bitmap"
7858 msgstr ""
7859
7860 #: lib/ext2fs/ext2_err.c:159
7861 msgid "Extent block checksum does not match extent block"
7862 msgstr ""
7863
7864 #: lib/ext2fs/ext2_err.c:160
7865 msgid "Directory block does not have space for checksum"
7866 msgstr ""
7867
7868 #: lib/ext2fs/ext2_err.c:161
7869 msgid "Directory block checksum does not match directory block"
7870 msgstr ""
7871
7872 #: lib/ext2fs/ext2_err.c:162
7873 msgid "Extended attribute block checksum does not match block"
7874 msgstr ""
7875
7876 #: lib/ext2fs/ext2_err.c:163
7877 msgid "Superblock checksum does not match superblock"
7878 msgstr ""
7879
7880 #: lib/ext2fs/ext2_err.c:164
7881 msgid "Unknown checksum algorithm"
7882 msgstr ""
7883
7884 #: lib/ext2fs/ext2_err.c:165
7885 msgid "MMP block checksum does not match"
7886 msgstr ""
7887
7888 #: lib/ext2fs/ext2_err.c:166
7889 msgid "Ext2 file already exists"
7890 msgstr ""
7891
7892 #: lib/ext2fs/ext2_err.c:167
7893 msgid "Block bitmap checksum does not match bitmap"
7894 msgstr ""
7895
7896 #: lib/ext2fs/ext2_err.c:168
7897 msgid "Cannot iterate data blocks of an inode containing inline data"
7898 msgstr ""
7899
7900 #: lib/ext2fs/ext2_err.c:169
7901 msgid "Extended attribute has an invalid name length"
7902 msgstr ""
7903
7904 #: lib/ext2fs/ext2_err.c:170
7905 msgid "Extended attribute has an invalid value length"
7906 msgstr ""
7907
7908 #: lib/ext2fs/ext2_err.c:171
7909 msgid "Extended attribute has an incorrect hash"
7910 msgstr ""
7911
7912 #: lib/ext2fs/ext2_err.c:172
7913 msgid "Extended attribute block has a bad header"
7914 msgstr ""
7915
7916 #: lib/ext2fs/ext2_err.c:173
7917 msgid "Extended attribute key not found"
7918 msgstr ""
7919
7920 #: lib/ext2fs/ext2_err.c:174
7921 msgid "Insufficient space to store extended attribute data"
7922 msgstr ""
7923
7924 #: lib/ext2fs/ext2_err.c:175
7925 msgid "Filesystem is missing ext_attr or inline_data feature"
7926 msgstr ""
7927
7928 #: lib/ext2fs/ext2_err.c:176
7929 msgid "Inode doesn't have inline data"
7930 msgstr ""
7931
7932 #: lib/ext2fs/ext2_err.c:177
7933 msgid "No block for an inode with inline data"
7934 msgstr ""
7935
7936 #: lib/ext2fs/ext2_err.c:178
7937 msgid "No free space in inline data"
7938 msgstr ""
7939
7940 #: lib/ext2fs/ext2_err.c:179
7941 msgid "Wrong magic number for extended attribute structure"
7942 msgstr ""
7943
7944 #: lib/ext2fs/ext2_err.c:180
7945 msgid "Inode seems to contain garbage"
7946 msgstr ""
7947
7948 #: lib/ext2fs/ext2_err.c:181
7949 msgid "Extended attribute has an invalid value offset"
7950 msgstr ""
7951
7952 #: lib/ext2fs/ext2_err.c:182
7953 msgid "Journal flags inconsistent"
7954 msgstr ""
7955
7956 #: lib/ext2fs/ext2_err.c:183
7957 msgid "Undo file corrupt"
7958 msgstr ""
7959
7960 #: lib/ext2fs/ext2_err.c:184
7961 msgid "Wrong undo file for this filesystem"
7962 msgstr ""
7963
7964 #: lib/ext2fs/ext2_err.c:185
7965 msgid "File system is corrupted"
7966 msgstr ""
7967
7968 #: lib/ext2fs/ext2_err.c:186
7969 msgid "Bad CRC detected in file system"
7970 msgstr ""
7971
7972 #: lib/ext2fs/ext2_err.c:187
7973 msgid "The journal superblock is corrupt"
7974 msgstr ""
7975
7976 #: lib/ext2fs/ext2_err.c:188
7977 msgid "Inode is corrupted"
7978 msgstr ""
7979
7980 #: lib/ext2fs/ext2_err.c:189
7981 msgid "Inode containing extended attribute value is corrupted"
7982 msgstr ""
7983
7984 #: lib/ext2fs/ext2_err.c:190
7985 msgid "Group descriptors not loaded"
7986 msgstr ""
7987
7988 #: lib/ext2fs/ext2_err.c:191
7989 msgid "The internal ext2_filsys data structure appears to be corrupted"
7990 msgstr ""
7991
7992 #: lib/ext2fs/ext2_err.c:192
7993 msgid "Found cyclic loop in extent tree"
7994 msgstr ""
7995
7996 #: lib/ext2fs/ext2_err.c:193
7997 msgid "Operation not supported on an external journal"
7998 msgstr ""
7999
8000 #: lib/support/prof_err.c:11
8001 msgid "Profile version 0.0"
8002 msgstr ""
8003
8004 #: lib/support/prof_err.c:12
8005 msgid "Bad magic value in profile_node"
8006 msgstr ""
8007
8008 #: lib/support/prof_err.c:13
8009 msgid "Profile section not found"
8010 msgstr ""
8011
8012 #: lib/support/prof_err.c:14
8013 msgid "Profile relation not found"
8014 msgstr ""
8015
8016 #: lib/support/prof_err.c:15
8017 msgid "Attempt to add a relation to node which is not a section"
8018 msgstr ""
8019
8020 #: lib/support/prof_err.c:16
8021 msgid "A profile section header has a non-zero value"
8022 msgstr ""
8023
8024 #: lib/support/prof_err.c:17
8025 msgid "Bad linked list in profile structures"
8026 msgstr ""
8027
8028 #: lib/support/prof_err.c:18
8029 msgid "Bad group level in profile structures"
8030 msgstr ""
8031
8032 #: lib/support/prof_err.c:19
8033 msgid "Bad parent pointer in profile structures"
8034 msgstr ""
8035
8036 #: lib/support/prof_err.c:20
8037 msgid "Bad magic value in profile iterator"
8038 msgstr ""
8039
8040 #: lib/support/prof_err.c:21
8041 msgid "Can't set value on section node"
8042 msgstr ""
8043
8044 #: lib/support/prof_err.c:22
8045 msgid "Invalid argument passed to profile library"
8046 msgstr ""
8047
8048 #: lib/support/prof_err.c:23
8049 msgid "Attempt to modify read-only profile"
8050 msgstr ""
8051
8052 #: lib/support/prof_err.c:24
8053 msgid "Profile section header not at top level"
8054 msgstr ""
8055
8056 #: lib/support/prof_err.c:25
8057 msgid "Syntax error in profile section header"
8058 msgstr ""
8059
8060 #: lib/support/prof_err.c:26
8061 msgid "Syntax error in profile relation"
8062 msgstr ""
8063
8064 #: lib/support/prof_err.c:27
8065 msgid "Extra closing brace in profile"
8066 msgstr ""
8067
8068 #: lib/support/prof_err.c:28
8069 msgid "Missing open brace in profile"
8070 msgstr ""
8071
8072 #: lib/support/prof_err.c:29
8073 msgid "Bad magic value in profile_t"
8074 msgstr ""
8075
8076 #: lib/support/prof_err.c:30
8077 msgid "Bad magic value in profile_section_t"
8078 msgstr ""
8079
8080 #: lib/support/prof_err.c:31
8081 msgid "Iteration through all top level section not supported"
8082 msgstr ""
8083
8084 #: lib/support/prof_err.c:32
8085 msgid "Invalid profile_section object"
8086 msgstr ""
8087
8088 #: lib/support/prof_err.c:33
8089 msgid "No more sections"
8090 msgstr ""
8091
8092 #: lib/support/prof_err.c:34
8093 msgid "Bad nameset passed to query routine"
8094 msgstr ""
8095
8096 #: lib/support/prof_err.c:35
8097 msgid "No profile file open"
8098 msgstr ""
8099
8100 #: lib/support/prof_err.c:36
8101 msgid "Bad magic value in profile_file_t"
8102 msgstr ""
8103
8104 #: lib/support/prof_err.c:37
8105 msgid "Couldn't open profile file"
8106 msgstr ""
8107
8108 #: lib/support/prof_err.c:38
8109 msgid "Section already exists"
8110 msgstr ""
8111
8112 #: lib/support/prof_err.c:39
8113 msgid "Invalid boolean value"
8114 msgstr ""
8115
8116 #: lib/support/prof_err.c:40
8117 msgid "Invalid integer value"
8118 msgstr ""
8119
8120 #: lib/support/prof_err.c:41
8121 msgid "Bad magic value in profile_file_data_t"
8122 msgstr ""
8123
8124 #: lib/support/plausible.c:119
8125 #, c-format
8126 msgid "\tlast mounted on %.*s on %s"
8127 msgstr ""
8128
8129 #: lib/support/plausible.c:122
8130 #, c-format
8131 msgid "\tlast mounted on %s"
8132 msgstr ""
8133
8134 #: lib/support/plausible.c:125
8135 #, c-format
8136 msgid "\tcreated on %s"
8137 msgstr ""
8138
8139 #: lib/support/plausible.c:128
8140 #, c-format
8141 msgid "\tlast modified on %s"
8142 msgstr ""
8143
8144 #: lib/support/plausible.c:162
8145 #, c-format
8146 msgid "Found a %s partition table in %s\n"
8147 msgstr ""
8148
8149 #: lib/support/plausible.c:203
8150 #, c-format
8151 msgid "Could not open %s: %s\n"
8152 msgstr ""
8153
8154 #: lib/support/plausible.c:206
8155 msgid ""
8156 "\n"
8157 "The device apparently does not exist; did you specify it correctly?\n"
8158 msgstr ""
8159
8160 #: lib/support/plausible.c:228
8161 #, c-format
8162 msgid "%s is not a block special device.\n"
8163 msgstr ""
8164
8165 #: lib/support/plausible.c:250
8166 #, c-format
8167 msgid "%s contains a %s file system labelled '%s'\n"
8168 msgstr ""
8169
8170 #: lib/support/plausible.c:253
8171 #, c-format
8172 msgid "%s contains a %s file system\n"
8173 msgstr ""
8174
8175 #: lib/support/plausible.c:277
8176 #, c-format
8177 msgid "%s contains `%s' data\n"
8178 msgstr ""