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