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