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