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