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 by Theodore Ts'o 4# This file is distributed under the same license as the e2fsprogs package. 5# Theodore Ts'o <tytso@mit.edu>, 2010. 6# 7#. The strings in e2fsck's problem.c can be very hard to translate, 8#. since the strings are expanded in two different ways. First of all, 9#. there is an @-expansion, where strings like "@i" are expanded to 10#. "inode", and so on. In order to make it easier for translators, the 11#. e2fsprogs po template file has been enhanced with comments that show 12#. the @-expansion, for the strings in the problem.c file. 13#. 14#. Translators are free to use the @-expansion facility if they so 15#. choose, by providing translations for strings in e2fsck/message.c. 16#. These translation can completely replace an expansion; for example, 17#. if "bblock" (which indicated that "@b" would be expanded to "block") 18#. is translated as "ddatenverlust", then "@d" will be expanded to 19#. "datenverlust". Alternatively, translators can simply not use the 20#. @-expansion facility at all. 21#. 22#. The second expansion which is done for e2fsck's problem.c messages is 23#. a dynamic %-expansion, which expands %i as an inode number, and so 24#. on. A table of these expansions can be found below. Note that 25#. %-expressions that begin with "%D" and "%I" are two-character 26#. expansions; so for example, "%Iu" expands to the inode's user id 27#. ownership field (inode->i_uid). 28#. 29#. %b <blk> block number 30#. %B <blkcount> integer 31#. %c <blk2> block number 32#. %Di <dirent> -> ino inode number 33#. %Dn <dirent> -> name string 34#. %Dr <dirent> -> rec_len 35#. %Dl <dirent> -> name_len 36#. %Dt <dirent> -> filetype 37#. %d <dir> inode number 38#. %g <group> integer 39#. %i <ino> inode number 40#. %Is <inode> -> i_size 41#. %IS <inode> -> i_extra_isize 42#. %Ib <inode> -> i_blocks 43#. %Il <inode> -> i_links_count 44#. %Im <inode> -> i_mode 45#. %IM <inode> -> i_mtime 46#. %IF <inode> -> i_faddr 47#. %If <inode> -> i_file_acl 48#. %Id <inode> -> i_dir_acl 49#. %Iu <inode> -> i_uid 50#. %Ig <inode> -> i_gid 51#. %j <ino2> inode number 52#. %m <com_err error message> 53#. %N <num> 54#. %p ext2fs_get_pathname of directory <ino> 55#. %P ext2fs_get_pathname of <dirent>->ino with <ino2> as 56#. the containing directory. (If dirent is NULL 57#. then return the pathname of directory <ino2>) 58#. %q ext2fs_get_pathname of directory <dir> 59#. %Q ext2fs_get_pathname of directory <ino> with <dir> as 60#. the containing directory. 61#. %s <str> miscellaneous string 62#. %S backup superblock 63#. %X <num> hexadecimal format 64#. 65#, fuzzy 66msgid "" 67msgstr "" 68"Project-Id-Version: e2fsprogs 1.41.13\n" 69"Report-Msgid-Bugs-To: tytso@alum.mit.edu\n" 70"POT-Creation-Date: 2010-12-13 08:35-0500\n" 71"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 72"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 73"Language-Team: LANGUAGE <LL@li.org>\n" 74"MIME-Version: 1.0\n" 75"Content-Type: text/plain; charset=CHARSET\n" 76"Content-Transfer-Encoding: 8bit\n" 77 78#: e2fsck/badblocks.c:22 misc/mke2fs.c:169 79#, c-format 80msgid "Bad block %u out of range; ignored.\n" 81msgstr "" 82 83#: e2fsck/badblocks.c:45 84msgid "while sanity checking the bad blocks inode" 85msgstr "" 86 87#: e2fsck/badblocks.c:57 88msgid "while reading the bad blocks inode" 89msgstr "" 90 91#: e2fsck/badblocks.c:71 e2fsck/iscan.c:112 e2fsck/scantest.c:109 92#: e2fsck/unix.c:1103 e2fsck/unix.c:1188 misc/badblocks.c:1158 93#: misc/badblocks.c:1166 misc/badblocks.c:1180 misc/badblocks.c:1192 94#: misc/dumpe2fs.c:566 misc/e2image.c:583 misc/e2image.c:679 95#: misc/e2image.c:695 misc/mke2fs.c:185 misc/tune2fs.c:1623 resize/main.c:310 96#, c-format 97msgid "while trying to open %s" 98msgstr "" 99 100#: e2fsck/badblocks.c:82 101#, c-format 102msgid "while trying popen '%s'" 103msgstr "" 104 105#: e2fsck/badblocks.c:93 misc/mke2fs.c:192 106msgid "while reading in list of bad blocks from file" 107msgstr "" 108 109#: e2fsck/badblocks.c:104 110msgid "while updating bad block inode" 111msgstr "" 112 113#: e2fsck/badblocks.c:130 114#, c-format 115msgid "Warning: illegal block %u found in bad block inode. Cleared.\n" 116msgstr "" 117 118#: e2fsck/ehandler.c:54 119#, c-format 120msgid "Error reading block %lu (%s) while %s. " 121msgstr "" 122 123#: e2fsck/ehandler.c:57 124#, c-format 125msgid "Error reading block %lu (%s). " 126msgstr "" 127 128#: e2fsck/ehandler.c:60 e2fsck/ehandler.c:109 129msgid "Ignore error" 130msgstr "" 131 132#: e2fsck/ehandler.c:61 133msgid "Force rewrite" 134msgstr "" 135 136#: e2fsck/ehandler.c:103 137#, c-format 138msgid "Error writing block %lu (%s) while %s. " 139msgstr "" 140 141#: e2fsck/ehandler.c:106 142#, c-format 143msgid "Error writing block %lu (%s). " 144msgstr "" 145 146#: e2fsck/emptydir.c:56 147msgid "empty dirblocks" 148msgstr "" 149 150#: e2fsck/emptydir.c:61 151msgid "empty dir map" 152msgstr "" 153 154#: e2fsck/emptydir.c:97 155#, c-format 156msgid "Empty directory block %u (#%d) in inode %u\n" 157msgstr "" 158 159#: e2fsck/extend.c:21 160#, c-format 161msgid "%s: %s filename nblocks blocksize\n" 162msgstr "" 163 164#: e2fsck/extend.c:43 165#, c-format 166msgid "Illegal number of blocks!\n" 167msgstr "" 168 169#: e2fsck/extend.c:49 170#, c-format 171msgid "Couldn't allocate block buffer (size=%d)\n" 172msgstr "" 173 174#: e2fsck/flushb.c:34 175#, c-format 176msgid "Usage: %s disk\n" 177msgstr "" 178 179#: e2fsck/flushb.c:63 180#, c-format 181msgid "BLKFLSBUF ioctl not supported! Can't flush buffers.\n" 182msgstr "" 183 184#: e2fsck/iscan.c:46 185#, c-format 186msgid "Usage: %s [-F] [-I inode_buffer_blocks] device\n" 187msgstr "" 188 189#: e2fsck/iscan.c:83 e2fsck/unix.c:856 190#, c-format 191msgid "while opening %s for flushing" 192msgstr "" 193 194#: e2fsck/iscan.c:88 e2fsck/unix.c:862 resize/main.c:286 195#, c-format 196msgid "while trying to flush %s" 197msgstr "" 198 199#: e2fsck/iscan.c:121 e2fsck/scantest.c:116 misc/e2image.c:489 200msgid "while opening inode scan" 201msgstr "" 202 203#: e2fsck/iscan.c:129 misc/e2image.c:507 204msgid "while getting next inode" 205msgstr "" 206 207#: e2fsck/iscan.c:138 208#, c-format 209msgid "%u inodes scanned.\n" 210msgstr "" 211 212#: e2fsck/journal.c:508 213msgid "reading journal superblock\n" 214msgstr "" 215 216#: e2fsck/journal.c:565 217#, c-format 218msgid "%s: no valid journal superblock found\n" 219msgstr "" 220 221#: e2fsck/journal.c:574 222#, c-format 223msgid "%s: journal too short\n" 224msgstr "" 225 226#: e2fsck/journal.c:861 227#, c-format 228msgid "%s: recovering journal\n" 229msgstr "" 230 231#: e2fsck/journal.c:863 232#, c-format 233msgid "%s: won't do journal recovery while read-only\n" 234msgstr "" 235 236#: e2fsck/journal.c:888 237#, c-format 238msgid "while trying to re-open %s" 239msgstr "" 240 241#: e2fsck/message.c:111 242msgid "aextended attribute" 243msgstr "" 244 245#: e2fsck/message.c:112 246msgid "Aerror allocating" 247msgstr "" 248 249#: e2fsck/message.c:113 250msgid "bblock" 251msgstr "" 252 253#: e2fsck/message.c:114 254msgid "Bbitmap" 255msgstr "" 256 257#: e2fsck/message.c:115 258msgid "ccompress" 259msgstr "" 260 261#: e2fsck/message.c:116 262msgid "Cconflicts with some other fs @b" 263msgstr "" 264 265#: e2fsck/message.c:117 266msgid "iinode" 267msgstr "" 268 269#: e2fsck/message.c:118 270msgid "Iillegal" 271msgstr "" 272 273#: e2fsck/message.c:119 274msgid "jjournal" 275msgstr "" 276 277#: e2fsck/message.c:120 278msgid "Ddeleted" 279msgstr "" 280 281#: e2fsck/message.c:121 282msgid "ddirectory" 283msgstr "" 284 285#: e2fsck/message.c:122 286msgid "eentry" 287msgstr "" 288 289#: e2fsck/message.c:123 290msgid "E@e '%Dn' in %p (%i)" 291msgstr "" 292 293#: e2fsck/message.c:124 294msgid "ffilesystem" 295msgstr "" 296 297#: e2fsck/message.c:125 298msgid "Ffor @i %i (%Q) is" 299msgstr "" 300 301#: e2fsck/message.c:126 302msgid "ggroup" 303msgstr "" 304 305#: e2fsck/message.c:127 306msgid "hHTREE @d @i" 307msgstr "" 308 309#: e2fsck/message.c:128 310msgid "llost+found" 311msgstr "" 312 313#: e2fsck/message.c:129 314msgid "Lis a link" 315msgstr "" 316 317#: e2fsck/message.c:130 318msgid "mmultiply-claimed" 319msgstr "" 320 321#: e2fsck/message.c:131 322msgid "ninvalid" 323msgstr "" 324 325#: e2fsck/message.c:132 326msgid "oorphaned" 327msgstr "" 328 329#: e2fsck/message.c:133 330msgid "pproblem in" 331msgstr "" 332 333#: e2fsck/message.c:134 334msgid "rroot @i" 335msgstr "" 336 337#: e2fsck/message.c:135 338msgid "sshould be" 339msgstr "" 340 341#: e2fsck/message.c:136 342msgid "Ssuper@b" 343msgstr "" 344 345#: e2fsck/message.c:137 346msgid "uunattached" 347msgstr "" 348 349#: e2fsck/message.c:138 350msgid "vdevice" 351msgstr "" 352 353#: e2fsck/message.c:139 354msgid "xextent" 355msgstr "" 356 357#: e2fsck/message.c:140 358msgid "zzero-length" 359msgstr "" 360 361#: e2fsck/message.c:151 362msgid "<The NULL inode>" 363msgstr "" 364 365#: e2fsck/message.c:152 366msgid "<The bad blocks inode>" 367msgstr "" 368 369#: e2fsck/message.c:154 370msgid "<The ACL index inode>" 371msgstr "" 372 373#: e2fsck/message.c:155 374msgid "<The ACL data inode>" 375msgstr "" 376 377#: e2fsck/message.c:156 378msgid "<The boot loader inode>" 379msgstr "" 380 381#: e2fsck/message.c:157 382msgid "<The undelete directory inode>" 383msgstr "" 384 385#: e2fsck/message.c:158 386msgid "<The group descriptor inode>" 387msgstr "" 388 389#: e2fsck/message.c:159 390msgid "<The journal inode>" 391msgstr "" 392 393#: e2fsck/message.c:160 394msgid "<Reserved inode 9>" 395msgstr "" 396 397#: e2fsck/message.c:161 398msgid "<Reserved inode 10>" 399msgstr "" 400 401#: e2fsck/message.c:330 402#, c-format 403msgid "regular file" 404msgstr "" 405 406#: e2fsck/message.c:332 407#, c-format 408msgid "directory" 409msgstr "" 410 411#: e2fsck/message.c:334 412#, c-format 413msgid "character device" 414msgstr "" 415 416#: e2fsck/message.c:336 417#, c-format 418msgid "block device" 419msgstr "" 420 421#: e2fsck/message.c:338 422#, c-format 423msgid "named pipe" 424msgstr "" 425 426#: e2fsck/message.c:340 427#, c-format 428msgid "symbolic link" 429msgstr "" 430 431#: e2fsck/message.c:342 432#, c-format 433msgid "socket" 434msgstr "" 435 436#: e2fsck/message.c:344 437#, c-format 438msgid "unknown file type with mode 0%o" 439msgstr "" 440 441#: e2fsck/message.c:422 442msgid "indirect block" 443msgstr "" 444 445#: e2fsck/message.c:424 446msgid "double indirect block" 447msgstr "" 448 449#: e2fsck/message.c:426 450msgid "triple indirect block" 451msgstr "" 452 453#: e2fsck/message.c:428 454msgid "translator block" 455msgstr "" 456 457#: e2fsck/message.c:430 458msgid "block #" 459msgstr "" 460 461#: e2fsck/pass1b.c:220 462msgid "multiply claimed inode map" 463msgstr "" 464 465#: e2fsck/pass1b.c:581 e2fsck/pass1b.c:714 466#, c-format 467msgid "internal error: can't find dup_blk for %u\n" 468msgstr "" 469 470#: e2fsck/pass1b.c:757 471msgid "returned from clone_file_block" 472msgstr "" 473 474#: e2fsck/pass1b.c:776 475#, c-format 476msgid "internal error: couldn't lookup EA block record for %u" 477msgstr "" 478 479#: e2fsck/pass1b.c:788 480#, c-format 481msgid "internal error: couldn't lookup EA inode record for %u" 482msgstr "" 483 484#: e2fsck/pass1.c:475 e2fsck/pass2.c:776 485msgid "reading directory block" 486msgstr "" 487 488#: e2fsck/pass1.c:597 489msgid "in-use inode map" 490msgstr "" 491 492#: e2fsck/pass1.c:606 493msgid "directory inode map" 494msgstr "" 495 496#: e2fsck/pass1.c:614 497msgid "regular file inode map" 498msgstr "" 499 500#: e2fsck/pass1.c:621 501msgid "in-use block map" 502msgstr "" 503 504#: e2fsck/pass1.c:675 505msgid "opening inode scan" 506msgstr "" 507 508#: e2fsck/pass1.c:699 509msgid "getting next inode from scan" 510msgstr "" 511 512#: e2fsck/pass1.c:1173 513msgid "Pass 1" 514msgstr "" 515 516#: e2fsck/pass1.c:1230 517#, c-format 518msgid "reading indirect blocks of inode %u" 519msgstr "" 520 521#: e2fsck/pass1.c:1274 522msgid "bad inode map" 523msgstr "" 524 525#: e2fsck/pass1.c:1296 526msgid "inode in bad block map" 527msgstr "" 528 529#: e2fsck/pass1.c:1316 530msgid "imagic inode map" 531msgstr "" 532 533#: e2fsck/pass1.c:1343 534msgid "multiply claimed block map" 535msgstr "" 536 537#: e2fsck/pass1.c:1443 538msgid "ext attr block map" 539msgstr "" 540 541#: e2fsck/pass1.c:2181 542#, c-format 543msgid "%6lu(%c): expecting %6lu got phys %6lu (blkcnt %lld)\n" 544msgstr "" 545 546#: e2fsck/pass1.c:2533 547msgid "block bitmap" 548msgstr "" 549 550#: e2fsck/pass1.c:2537 551msgid "inode bitmap" 552msgstr "" 553 554#: e2fsck/pass1.c:2541 555msgid "inode table" 556msgstr "" 557 558#: e2fsck/pass2.c:277 559msgid "Pass 2" 560msgstr "" 561 562#: e2fsck/pass2.c:799 563msgid "Can not continue." 564msgstr "" 565 566#: e2fsck/pass3.c:76 567msgid "inode done bitmap" 568msgstr "" 569 570#: e2fsck/pass3.c:84 571msgid "Peak memory" 572msgstr "" 573 574#: e2fsck/pass3.c:134 575msgid "Pass 3" 576msgstr "" 577 578#: e2fsck/pass3.c:320 579msgid "inode loop detection bitmap" 580msgstr "" 581 582#: e2fsck/pass4.c:193 583msgid "Pass 4" 584msgstr "" 585 586#: e2fsck/pass5.c:64 587msgid "Pass 5" 588msgstr "" 589 590#: e2fsck/problem.c:50 591msgid "(no prompt)" 592msgstr "" 593 594#: e2fsck/problem.c:51 595msgid "Fix" 596msgstr "" 597 598#: e2fsck/problem.c:52 599msgid "Clear" 600msgstr "" 601 602#: e2fsck/problem.c:53 603msgid "Relocate" 604msgstr "" 605 606#: e2fsck/problem.c:54 607msgid "Allocate" 608msgstr "" 609 610#: e2fsck/problem.c:55 611msgid "Expand" 612msgstr "" 613 614#: e2fsck/problem.c:56 615msgid "Connect to /lost+found" 616msgstr "" 617 618#: e2fsck/problem.c:57 619msgid "Create" 620msgstr "" 621 622#: e2fsck/problem.c:58 623msgid "Salvage" 624msgstr "" 625 626#: e2fsck/problem.c:59 627msgid "Truncate" 628msgstr "" 629 630#: e2fsck/problem.c:60 631msgid "Clear inode" 632msgstr "" 633 634#: e2fsck/problem.c:61 635msgid "Abort" 636msgstr "" 637 638#: e2fsck/problem.c:62 639msgid "Split" 640msgstr "" 641 642#: e2fsck/problem.c:63 643msgid "Continue" 644msgstr "" 645 646#: e2fsck/problem.c:64 647msgid "Clone multiply-claimed blocks" 648msgstr "" 649 650#: e2fsck/problem.c:65 651msgid "Delete file" 652msgstr "" 653 654#: e2fsck/problem.c:66 655msgid "Suppress messages" 656msgstr "" 657 658#: e2fsck/problem.c:67 659msgid "Unlink" 660msgstr "" 661 662#: e2fsck/problem.c:68 663msgid "Clear HTree index" 664msgstr "" 665 666#: e2fsck/problem.c:69 667msgid "Recreate" 668msgstr "" 669 670#: e2fsck/problem.c:78 671msgid "(NONE)" 672msgstr "" 673 674#: e2fsck/problem.c:79 675msgid "FIXED" 676msgstr "" 677 678#: e2fsck/problem.c:80 679msgid "CLEARED" 680msgstr "" 681 682#: e2fsck/problem.c:81 683msgid "RELOCATED" 684msgstr "" 685 686#: e2fsck/problem.c:82 687msgid "ALLOCATED" 688msgstr "" 689 690#: e2fsck/problem.c:83 691msgid "EXPANDED" 692msgstr "" 693 694#: e2fsck/problem.c:84 695msgid "RECONNECTED" 696msgstr "" 697 698#: e2fsck/problem.c:85 699msgid "CREATED" 700msgstr "" 701 702#: e2fsck/problem.c:86 703msgid "SALVAGED" 704msgstr "" 705 706#: e2fsck/problem.c:87 707msgid "TRUNCATED" 708msgstr "" 709 710#: e2fsck/problem.c:88 711msgid "INODE CLEARED" 712msgstr "" 713 714#: e2fsck/problem.c:89 715msgid "ABORTED" 716msgstr "" 717 718#: e2fsck/problem.c:90 719msgid "SPLIT" 720msgstr "" 721 722#: e2fsck/problem.c:91 723msgid "CONTINUING" 724msgstr "" 725 726#: e2fsck/problem.c:92 727msgid "MULTIPLY-CLAIMED BLOCKS CLONED" 728msgstr "" 729 730#: e2fsck/problem.c:93 731msgid "FILE DELETED" 732msgstr "" 733 734#: e2fsck/problem.c:94 735msgid "SUPPRESSED" 736msgstr "" 737 738#: e2fsck/problem.c:95 739msgid "UNLINKED" 740msgstr "" 741 742#: e2fsck/problem.c:96 743msgid "HTREE INDEX CLEARED" 744msgstr "" 745 746#: e2fsck/problem.c:97 747msgid "WILL RECREATE" 748msgstr "" 749 750#: e2fsck/problem.c:106 751#. @-expanded: block bitmap for group %g is not in group. (block %b)\n 752msgid "@b @B for @g %g is not in @g. (@b %b)\n" 753msgstr "" 754 755#: e2fsck/problem.c:110 756#. @-expanded: inode bitmap for group %g is not in group. (block %b)\n 757msgid "@i @B for @g %g is not in @g. (@b %b)\n" 758msgstr "" 759 760#: e2fsck/problem.c:115 761#. @-expanded: inode table for group %g is not in group. (block %b)\n 762#. @-expanded: WARNING: SEVERE DATA LOSS POSSIBLE.\n 763msgid "" 764"@i table for @g %g is not in @g. (@b %b)\n" 765"WARNING: SEVERE DATA LOSS POSSIBLE.\n" 766msgstr "" 767 768#: e2fsck/problem.c:121 769#, c-format 770#. @-expanded: \n 771#. @-expanded: The superblock could not be read or does not describe a correct ext2\n 772#. @-expanded: filesystem. If the device is valid and it really contains an ext2\n 773#. @-expanded: filesystem (and not swap or ufs or something else), then the superblock\n 774#. @-expanded: is corrupt, and you might try running e2fsck with an alternate superblock:\n 775#. @-expanded: e2fsck -b %S <device>\n 776#. @-expanded: \n 777msgid "" 778"\n" 779"The @S could not be read or does not describe a correct ext2\n" 780"@f. If the @v is valid and it really contains an ext2\n" 781"@f (and not swap or ufs or something else), then the @S\n" 782"is corrupt, and you might try running e2fsck with an alternate @S:\n" 783" e2fsck -b %S <@v>\n" 784"\n" 785msgstr "" 786 787#: e2fsck/problem.c:130 788#. @-expanded: The filesystem size (according to the superblock) is %b blocks\n 789#. @-expanded: The physical size of the device is %c blocks\n 790#. @-expanded: Either the superblock or the partition table is likely to be corrupt!\n 791msgid "" 792"The @f size (according to the @S) is %b @bs\n" 793"The physical size of the @v is %c @bs\n" 794"Either the @S or the partition table is likely to be corrupt!\n" 795msgstr "" 796 797#: e2fsck/problem.c:137 798#. @-expanded: superblock block_size = %b, fragsize = %c.\n 799#. @-expanded: This version of e2fsck does not support fragment sizes different\n 800#. @-expanded: from the block size.\n 801msgid "" 802"@S @b_size = %b, fragsize = %c.\n" 803"This version of e2fsck does not support fragment sizes different\n" 804"from the @b size.\n" 805msgstr "" 806 807#: e2fsck/problem.c:144 808#. @-expanded: superblock blocks_per_group = %b, should have been %c\n 809msgid "@S @bs_per_group = %b, should have been %c\n" 810msgstr "" 811 812#: e2fsck/problem.c:149 813#. @-expanded: superblock first_data_block = %b, should have been %c\n 814msgid "@S first_data_@b = %b, should have been %c\n" 815msgstr "" 816 817#: e2fsck/problem.c:154 818#. @-expanded: filesystem did not have a UUID; generating one.\n 819#. @-expanded: \n 820msgid "" 821"@f did not have a UUID; generating one.\n" 822"\n" 823msgstr "" 824 825#: e2fsck/problem.c:159 826#, c-format 827msgid "" 828"Note: if several inode or block bitmap blocks or part\n" 829"of the inode table require relocation, you may wish to try\n" 830"running e2fsck with the '-b %S' option first. The problem\n" 831"may lie only with the primary block group descriptors, and\n" 832"the backup block group descriptors may be OK.\n" 833"\n" 834msgstr "" 835 836#: e2fsck/problem.c:168 837#. @-expanded: Corruption found in superblock. (%s = %N).\n 838msgid "Corruption found in @S. (%s = %N).\n" 839msgstr "" 840 841#: e2fsck/problem.c:173 842#, c-format 843#. @-expanded: Error determining size of the physical device: %m\n 844msgid "Error determining size of the physical @v: %m\n" 845msgstr "" 846 847#: e2fsck/problem.c:178 848#. @-expanded: inode count in superblock is %i, should be %j.\n 849msgid "@i count in @S is %i, @s %j.\n" 850msgstr "" 851 852#: e2fsck/problem.c:182 853msgid "The Hurd does not support the filetype feature.\n" 854msgstr "" 855 856#: e2fsck/problem.c:187 857#, c-format 858#. @-expanded: superblock has an invalid journal (inode %i).\n 859msgid "@S has an @n @j (@i %i).\n" 860msgstr "" 861 862#: e2fsck/problem.c:192 863#. @-expanded: External journal has multiple filesystem users (unsupported).\n 864msgid "External @j has multiple @f users (unsupported).\n" 865msgstr "" 866 867#: e2fsck/problem.c:197 868#. @-expanded: Can't find external journal\n 869msgid "Can't find external @j\n" 870msgstr "" 871 872#: e2fsck/problem.c:202 873#. @-expanded: External journal has bad superblock\n 874msgid "External @j has bad @S\n" 875msgstr "" 876 877#: e2fsck/problem.c:207 878#. @-expanded: External journal does not support this filesystem\n 879msgid "External @j does not support this @f\n" 880msgstr "" 881 882#: e2fsck/problem.c:212 883#. @-expanded: filesystem journal superblock is unknown type %N (unsupported).\n 884#. @-expanded: It is likely that your copy of e2fsck is old and/or doesn't support this journal 885#. @-expanded: format.\n 886#. @-expanded: It is also possible the journal superblock is corrupt.\n 887msgid "" 888"@f @j @S is unknown type %N (unsupported).\n" 889"It is likely that your copy of e2fsck is old and/or doesn't support this @j " 890"format.\n" 891"It is also possible the @j @S is corrupt.\n" 892msgstr "" 893 894#: e2fsck/problem.c:220 895#. @-expanded: journal superblock is corrupt.\n 896msgid "@j @S is corrupt.\n" 897msgstr "" 898 899#: e2fsck/problem.c:225 900#, c-format 901#. @-expanded: superblock has_journal flag is clear, but a journal %s is present.\n 902msgid "@S has_@j flag is clear, but a @j %s is present.\n" 903msgstr "" 904 905#: e2fsck/problem.c:230 906#. @-expanded: superblock needs_recovery flag is set, but no journal is present.\n 907msgid "@S needs_recovery flag is set, but no @j is present.\n" 908msgstr "" 909 910#: e2fsck/problem.c:235 911#. @-expanded: superblock needs_recovery flag is clear, but journal has data.\n 912msgid "@S needs_recovery flag is clear, but @j has data.\n" 913msgstr "" 914 915#: e2fsck/problem.c:240 916#. @-expanded: Clear journal 917msgid "Clear @j" 918msgstr "" 919 920#: e2fsck/problem.c:245 e2fsck/problem.c:664 921#. @-expanded: filesystem has feature flag(s) set, but is a revision 0 filesystem. 922msgid "@f has feature flag(s) set, but is a revision 0 @f. " 923msgstr "" 924 925#: e2fsck/problem.c:250 926#. @-expanded: %s orphaned inode %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n 927msgid "%s @o @i %i (uid=%Iu, gid=%Ig, mode=%Im, size=%Is)\n" 928msgstr "" 929 930#: e2fsck/problem.c:255 931#. @-expanded: illegal %B (%b) found in orphaned inode %i.\n 932msgid "@I %B (%b) found in @o @i %i.\n" 933msgstr "" 934 935#: e2fsck/problem.c:260 936#. @-expanded: Already cleared %B (%b) found in orphaned inode %i.\n 937msgid "Already cleared %B (%b) found in @o @i %i.\n" 938msgstr "" 939 940#: e2fsck/problem.c:265 941#, c-format 942#. @-expanded: illegal orphaned inode %i in superblock.\n 943msgid "@I @o @i %i in @S.\n" 944msgstr "" 945 946#: e2fsck/problem.c:270 947#, c-format 948#. @-expanded: illegal inode %i in orphaned inode list.\n 949msgid "@I @i %i in @o @i list.\n" 950msgstr "" 951 952#: e2fsck/problem.c:275 953#. @-expanded: journal superblock has an unknown read-only feature flag set.\n 954msgid "@j @S has an unknown read-only feature flag set.\n" 955msgstr "" 956 957#: e2fsck/problem.c:280 958#. @-expanded: journal superblock has an unknown incompatible feature flag set.\n 959msgid "@j @S has an unknown incompatible feature flag set.\n" 960msgstr "" 961 962#: e2fsck/problem.c:285 963#. @-expanded: journal version not supported by this e2fsck.\n 964msgid "@j version not supported by this e2fsck.\n" 965msgstr "" 966 967#: e2fsck/problem.c:290 968#, c-format 969#. @-expanded: Moving journal from /%s to hidden inode.\n 970#. @-expanded: \n 971msgid "" 972"Moving @j from /%s to hidden @i.\n" 973"\n" 974msgstr "" 975 976#: e2fsck/problem.c:295 977#, c-format 978#. @-expanded: Error moving journal: %m\n 979#. @-expanded: \n 980msgid "" 981"Error moving @j: %m\n" 982"\n" 983msgstr "" 984 985#: e2fsck/problem.c:300 986#. @-expanded: Found invalid V2 journal superblock fields (from V1 journal).\n 987#. @-expanded: Clearing fields beyond the V1 journal superblock...\n 988#. @-expanded: \n 989msgid "" 990"Found @n V2 @j @S fields (from V1 @j).\n" 991"Clearing fields beyond the V1 @j @S...\n" 992"\n" 993msgstr "" 994 995#: e2fsck/problem.c:306 996#. @-expanded: Run journal anyway 997msgid "Run @j anyway" 998msgstr "" 999 1000#: e2fsck/problem.c:311 1001#. @-expanded: Recovery flag not set in backup superblock, so running journal anyway.\n 1002msgid "Recovery flag not set in backup @S, so running @j anyway.\n" 1003msgstr "" 1004 1005#: e2fsck/problem.c:316 1006#. @-expanded: Backing up journal inode block information.\n 1007#. @-expanded: \n 1008msgid "" 1009"Backing up @j @i @b information.\n" 1010"\n" 1011msgstr "" 1012 1013#: e2fsck/problem.c:321 1014#. @-expanded: filesystem does not have resize_inode enabled, but s_reserved_gdt_blocks\n 1015#. @-expanded: is %N; should be zero. 1016msgid "" 1017"@f does not have resize_@i enabled, but s_reserved_gdt_@bs\n" 1018"is %N; @s zero. " 1019msgstr "" 1020 1021#: e2fsck/problem.c:327 1022#. @-expanded: Resize_inode not enabled, but the resize inode is non-zero. 1023msgid "Resize_@i not enabled, but the resize @i is non-zero. " 1024msgstr "" 1025 1026#: e2fsck/problem.c:332 1027#. @-expanded: Resize inode not valid. 1028msgid "Resize @i not valid. " 1029msgstr "" 1030 1031#: e2fsck/problem.c:337 1032#. @-expanded: superblock last mount time (%t,\n 1033#. @-expanded: \tnow = %T) is in the future.\n 1034msgid "" 1035"@S last mount time (%t,\n" 1036"\tnow = %T) is in the future.\n" 1037msgstr "" 1038 1039#: e2fsck/problem.c:342 1040#. @-expanded: superblock last write time (%t,\n 1041#. @-expanded: \tnow = %T) is in the future.\n 1042msgid "" 1043"@S last write time (%t,\n" 1044"\tnow = %T) is in the future.\n" 1045msgstr "" 1046 1047#: e2fsck/problem.c:346 1048#, c-format 1049#. @-expanded: superblock hint for external superblock should be %X. 1050msgid "@S hint for external superblock @s %X. " 1051msgstr "" 1052 1053#: e2fsck/problem.c:351 1054#. @-expanded: Adding dirhash hint to filesystem.\n 1055#. @-expanded: \n 1056msgid "" 1057"Adding dirhash hint to @f.\n" 1058"\n" 1059msgstr "" 1060 1061#: e2fsck/problem.c:356 1062#, c-format 1063#. @-expanded: group descriptor %g checksum is invalid. 1064msgid "@g descriptor %g checksum is invalid. " 1065msgstr "" 1066 1067#: e2fsck/problem.c:361 1068#, c-format 1069#. @-expanded: group descriptor %g marked uninitialized without feature set.\n 1070msgid "@g descriptor %g marked uninitialized without feature set.\n" 1071msgstr "" 1072 1073#: e2fsck/problem.c:366 1074#, c-format 1075#. @-expanded: group %g block bitmap uninitialized but inode bitmap in use.\n 1076msgid "@g %g @b @B uninitialized but @i @B in use.\n" 1077msgstr "" 1078 1079#: e2fsck/problem.c:371 1080#. @-expanded: group descriptor %g has invalid unused inodes count %b. 1081msgid "@g descriptor %g has invalid unused inodes count %b. " 1082msgstr "" 1083 1084#: e2fsck/problem.c:376 1085#. @-expanded: Last group block bitmap uninitialized. 1086msgid "Last @g @b @B uninitialized. " 1087msgstr "" 1088 1089#: e2fsck/problem.c:381 1090#, c-format 1091msgid "Journal transaction %i was corrupt, replay was aborted.\n" 1092msgstr "" 1093 1094#: e2fsck/problem.c:385 1095msgid "The test_fs flag is set (and ext4 is available). " 1096msgstr "" 1097 1098#: e2fsck/problem.c:390 1099#. @-expanded: superblock last mount time is in the future.\n 1100#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 1101#. @-expanded: set) 1102msgid "" 1103"@S last mount time is in the future.\n" 1104"\t(by less than a day, probably due to the hardware clock being incorrectly " 1105"set) " 1106msgstr "" 1107 1108#: e2fsck/problem.c:396 1109#. @-expanded: superblock last write time is in the future.\n 1110#. @-expanded: \t(by less than a day, probably due to the hardware clock being incorrectly 1111#. @-expanded: set). 1112msgid "" 1113"@S last write time is in the future.\n" 1114"\t(by less than a day, probably due to the hardware clock being incorrectly " 1115"set). " 1116msgstr "" 1117 1118#: e2fsck/problem.c:402 1119#. @-expanded: One or more block group descriptor checksums are invalid. 1120msgid "One or more @b @g descriptor checksums are invalid. " 1121msgstr "" 1122 1123#: e2fsck/problem.c:409 1124#. @-expanded: Pass 1: Checking inodes, blocks, and sizes\n 1125msgid "Pass 1: Checking @is, @bs, and sizes\n" 1126msgstr "" 1127 1128#: e2fsck/problem.c:413 1129#. @-expanded: root inode is not a directory. 1130msgid "@r is not a @d. " 1131msgstr "" 1132 1133#: e2fsck/problem.c:418 1134#. @-expanded: root inode has dtime set (probably due to old mke2fs). 1135msgid "@r has dtime set (probably due to old mke2fs). " 1136msgstr "" 1137 1138#: e2fsck/problem.c:423 1139#. @-expanded: Reserved inode %i (%Q) has invalid mode. 1140msgid "Reserved @i %i (%Q) has @n mode. " 1141msgstr "" 1142 1143#: e2fsck/problem.c:428 1144#, c-format 1145#. @-expanded: deleted inode %i has zero dtime. 1146msgid "@D @i %i has zero dtime. " 1147msgstr "" 1148 1149#: e2fsck/problem.c:433 1150#, c-format 1151#. @-expanded: inode %i is in use, but has dtime set. 1152msgid "@i %i is in use, but has dtime set. " 1153msgstr "" 1154 1155#: e2fsck/problem.c:438 1156#, c-format 1157#. @-expanded: inode %i is a zero-length directory. 1158msgid "@i %i is a @z @d. " 1159msgstr "" 1160 1161#: e2fsck/problem.c:443 1162#. @-expanded: group %g's block bitmap at %b conflicts with some other fs block.\n 1163msgid "@g %g's @b @B at %b @C.\n" 1164msgstr "" 1165 1166#: e2fsck/problem.c:448 1167#. @-expanded: group %g's inode bitmap at %b conflicts with some other fs block.\n 1168msgid "@g %g's @i @B at %b @C.\n" 1169msgstr "" 1170 1171#: e2fsck/problem.c:453 1172#. @-expanded: group %g's inode table at %b conflicts with some other fs block.\n 1173msgid "@g %g's @i table at %b @C.\n" 1174msgstr "" 1175 1176#: e2fsck/problem.c:458 1177#. @-expanded: group %g's block bitmap (%b) is bad. 1178msgid "@g %g's @b @B (%b) is bad. " 1179msgstr "" 1180 1181#: e2fsck/problem.c:463 1182#. @-expanded: group %g's inode bitmap (%b) is bad. 1183msgid "@g %g's @i @B (%b) is bad. " 1184msgstr "" 1185 1186#: e2fsck/problem.c:468 1187#. @-expanded: inode %i, i_size is %Is, should be %N. 1188msgid "@i %i, i_size is %Is, @s %N. " 1189msgstr "" 1190 1191#: e2fsck/problem.c:473 1192#. @-expanded: inode %i, i_blocks is %Ib, should be %N. 1193msgid "@i %i, i_@bs is %Ib, @s %N. " 1194msgstr "" 1195 1196#: e2fsck/problem.c:478 1197#. @-expanded: illegal %B (%b) in inode %i. 1198msgid "@I %B (%b) in @i %i. " 1199msgstr "" 1200 1201#: e2fsck/problem.c:483 1202#. @-expanded: %B (%b) overlaps filesystem metadata in inode %i. 1203msgid "%B (%b) overlaps @f metadata in @i %i. " 1204msgstr "" 1205 1206#: e2fsck/problem.c:488 1207#, c-format 1208#. @-expanded: inode %i has illegal block(s). 1209msgid "@i %i has illegal @b(s). " 1210msgstr "" 1211 1212#: e2fsck/problem.c:493 1213#, c-format 1214#. @-expanded: Too many illegal blocks in inode %i.\n 1215msgid "Too many illegal @bs in @i %i.\n" 1216msgstr "" 1217 1218#: e2fsck/problem.c:498 1219#. @-expanded: illegal %B (%b) in bad block inode. 1220msgid "@I %B (%b) in bad @b @i. " 1221msgstr "" 1222 1223#: e2fsck/problem.c:503 1224#. @-expanded: Bad block inode has illegal block(s). 1225msgid "Bad @b @i has illegal @b(s). " 1226msgstr "" 1227 1228#: e2fsck/problem.c:508 1229#. @-expanded: Duplicate or bad block in use!\n 1230msgid "Duplicate or bad @b in use!\n" 1231msgstr "" 1232 1233#: e2fsck/problem.c:513 1234#. @-expanded: Bad block %b used as bad block inode indirect block. 1235msgid "Bad @b %b used as bad @b @i indirect @b. " 1236msgstr "" 1237 1238#: e2fsck/problem.c:518 1239#. @-expanded: \n 1240#. @-expanded: The bad block inode has probably been corrupted. You probably\n 1241#. @-expanded: should stop now and run e2fsck -c to scan for bad blocks\n 1242#. @-expanded: in the filesystem.\n 1243msgid "" 1244"\n" 1245"The bad @b @i has probably been corrupted. You probably\n" 1246"should stop now and run e2fsck -c to scan for bad blocks\n" 1247"in the @f.\n" 1248msgstr "" 1249 1250#: e2fsck/problem.c:525 1251#. @-expanded: \n 1252#. @-expanded: If the block is really bad, the filesystem can not be fixed.\n 1253msgid "" 1254"\n" 1255"If the @b is really bad, the @f can not be fixed.\n" 1256msgstr "" 1257 1258#: e2fsck/problem.c:530 1259#. @-expanded: You can remove this block from the bad block list and hope\n 1260#. @-expanded: that the block is really OK. But there are no guarantees.\n 1261#. @-expanded: \n 1262msgid "" 1263"You can remove this @b from the bad @b list and hope\n" 1264"that the @b is really OK. But there are no guarantees.\n" 1265"\n" 1266msgstr "" 1267 1268#: e2fsck/problem.c:536 1269#. @-expanded: The primary superblock (%b) is on the bad block list.\n 1270msgid "The primary @S (%b) is on the bad @b list.\n" 1271msgstr "" 1272 1273#: e2fsck/problem.c:541 1274#. @-expanded: Block %b in the primary group descriptors is on the bad block list\n 1275msgid "Block %b in the primary @g descriptors is on the bad @b list\n" 1276msgstr "" 1277 1278#: e2fsck/problem.c:547 1279#. @-expanded: Warning: Group %g's superblock (%b) is bad.\n 1280msgid "Warning: Group %g's @S (%b) is bad.\n" 1281msgstr "" 1282 1283#: e2fsck/problem.c:552 1284#. @-expanded: Warning: Group %g's copy of the group descriptors has a bad block (%b).\n 1285msgid "Warning: Group %g's copy of the @g descriptors has a bad @b (%b).\n" 1286msgstr "" 1287 1288#: e2fsck/problem.c:558 1289#. @-expanded: Programming error? block #%b claimed for no reason in process_bad_block.\n 1290msgid "Programming error? @b #%b claimed for no reason in process_bad_@b.\n" 1291msgstr "" 1292 1293#: e2fsck/problem.c:564 1294#. @-expanded: error allocating %N contiguous block(s) in block group %g for %s: %m\n 1295msgid "@A %N contiguous @b(s) in @b @g %g for %s: %m\n" 1296msgstr "" 1297 1298#: e2fsck/problem.c:569 1299#, c-format 1300#. @-expanded: error allocating block buffer for relocating %s\n 1301msgid "@A @b buffer for relocating %s\n" 1302msgstr "" 1303 1304#: e2fsck/problem.c:574 1305#. @-expanded: Relocating group %g's %s from %b to %c...\n 1306msgid "Relocating @g %g's %s from %b to %c...\n" 1307msgstr "" 1308 1309#: e2fsck/problem.c:579 1310#, c-format 1311#. @-expanded: Relocating group %g's %s to %c...\n 1312msgid "Relocating @g %g's %s to %c...\n" 1313msgstr "" 1314 1315#: e2fsck/problem.c:584 1316#. @-expanded: Warning: could not read block %b of %s: %m\n 1317msgid "Warning: could not read @b %b of %s: %m\n" 1318msgstr "" 1319 1320#: e2fsck/problem.c:589 1321#. @-expanded: Warning: could not write block %b for %s: %m\n 1322msgid "Warning: could not write @b %b for %s: %m\n" 1323msgstr "" 1324 1325#: e2fsck/problem.c:594 e2fsck/problem.c:1405 1326#. @-expanded: error allocating inode bitmap (%N): %m\n 1327msgid "@A @i @B (%N): %m\n" 1328msgstr "" 1329 1330#: e2fsck/problem.c:599 1331#. @-expanded: error allocating block bitmap (%N): %m\n 1332msgid "@A @b @B (%N): %m\n" 1333msgstr "" 1334 1335#: e2fsck/problem.c:604 1336#, c-format 1337#. @-expanded: error allocating icount link information: %m\n 1338msgid "@A icount link information: %m\n" 1339msgstr "" 1340 1341#: e2fsck/problem.c:609 1342#, c-format 1343#. @-expanded: error allocating directory block array: %m\n 1344msgid "@A @d @b array: %m\n" 1345msgstr "" 1346 1347#: e2fsck/problem.c:614 1348#, c-format 1349#. @-expanded: Error while scanning inodes (%i): %m\n 1350msgid "Error while scanning @is (%i): %m\n" 1351msgstr "" 1352 1353#: e2fsck/problem.c:619 1354#, c-format 1355#. @-expanded: Error while iterating over blocks in inode %i: %m\n 1356msgid "Error while iterating over @bs in @i %i: %m\n" 1357msgstr "" 1358 1359#: e2fsck/problem.c:624 1360#. @-expanded: Error storing inode count information (inode=%i, count=%N): %m\n 1361msgid "Error storing @i count information (@i=%i, count=%N): %m\n" 1362msgstr "" 1363 1364#: e2fsck/problem.c:629 1365#. @-expanded: Error storing directory block information (inode=%i, block=%b, num=%N): %m\n 1366msgid "Error storing @d @b information (@i=%i, @b=%b, num=%N): %m\n" 1367msgstr "" 1368 1369#: e2fsck/problem.c:635 1370#, c-format 1371#. @-expanded: Error reading inode %i: %m\n 1372msgid "Error reading @i %i: %m\n" 1373msgstr "" 1374 1375#: e2fsck/problem.c:643 1376#, c-format 1377#. @-expanded: inode %i has imagic flag set. 1378msgid "@i %i has imagic flag set. " 1379msgstr "" 1380 1381#: e2fsck/problem.c:648 1382#, c-format 1383#. @-expanded: Special (device/socket/fifo/symlink) file (inode %i) has immutable\n 1384#. @-expanded: or append-only flag set. 1385msgid "" 1386"Special (@v/socket/fifo/symlink) file (@i %i) has immutable\n" 1387"or append-only flag set. " 1388msgstr "" 1389 1390#: e2fsck/problem.c:654 1391#, c-format 1392#. @-expanded: inode %i has compression flag set on filesystem without compression support. 1393msgid "@i %i has @cion flag set on @f without @cion support. " 1394msgstr "" 1395 1396#: e2fsck/problem.c:659 1397#, c-format 1398#. @-expanded: Special (device/socket/fifo) inode %i has non-zero size. 1399msgid "Special (@v/socket/fifo) @i %i has non-zero size. " 1400msgstr "" 1401 1402#: e2fsck/problem.c:669 1403#. @-expanded: journal inode is not in use, but contains data. 1404msgid "@j @i is not in use, but contains data. " 1405msgstr "" 1406 1407#: e2fsck/problem.c:674 1408#. @-expanded: journal is not regular file. 1409msgid "@j is not regular file. " 1410msgstr "" 1411 1412#: e2fsck/problem.c:679 1413#, c-format 1414#. @-expanded: inode %i was part of the orphaned inode list. 1415msgid "@i %i was part of the @o @i list. " 1416msgstr "" 1417 1418#: e2fsck/problem.c:685 1419#. @-expanded: inodes that were part of a corrupted orphan linked list found. 1420msgid "@is that were part of a corrupted orphan linked list found. " 1421msgstr "" 1422 1423#: e2fsck/problem.c:690 1424#. @-expanded: error allocating refcount structure (%N): %m\n 1425msgid "@A refcount structure (%N): %m\n" 1426msgstr "" 1427 1428#: e2fsck/problem.c:695 1429#. @-expanded: Error reading extended attribute block %b for inode %i. 1430msgid "Error reading @a @b %b for @i %i. " 1431msgstr "" 1432 1433#: e2fsck/problem.c:700 1434#. @-expanded: inode %i has a bad extended attribute block %b. 1435msgid "@i %i has a bad @a @b %b. " 1436msgstr "" 1437 1438#: e2fsck/problem.c:705 1439#. @-expanded: Error reading extended attribute block %b (%m). 1440msgid "Error reading @a @b %b (%m). " 1441msgstr "" 1442 1443#: e2fsck/problem.c:710 1444#. @-expanded: extended attribute block %b has reference count %r, should be %N. 1445msgid "@a @b %b has reference count %r, @s %N. " 1446msgstr "" 1447 1448#: e2fsck/problem.c:715 1449#. @-expanded: Error writing extended attribute block %b (%m). 1450msgid "Error writing @a @b %b (%m). " 1451msgstr "" 1452 1453#: e2fsck/problem.c:720 1454#. @-expanded: extended attribute block %b has h_blocks > 1. 1455msgid "@a @b %b has h_@bs > 1. " 1456msgstr "" 1457 1458#: e2fsck/problem.c:725 1459#. @-expanded: error allocating extended attribute block %b. 1460msgid "@A @a @b %b. " 1461msgstr "" 1462 1463#: e2fsck/problem.c:730 1464#. @-expanded: extended attribute block %b is corrupt (allocation collision). 1465msgid "@a @b %b is corrupt (allocation collision). " 1466msgstr "" 1467 1468#: e2fsck/problem.c:735 1469#. @-expanded: extended attribute block %b is corrupt (invalid name). 1470msgid "@a @b %b is corrupt (@n name). " 1471msgstr "" 1472 1473#: e2fsck/problem.c:740 1474#. @-expanded: extended attribute block %b is corrupt (invalid value). 1475msgid "@a @b %b is corrupt (@n value). " 1476msgstr "" 1477 1478#: e2fsck/problem.c:745 1479#, c-format 1480#. @-expanded: inode %i is too big. 1481msgid "@i %i is too big. " 1482msgstr "" 1483 1484#: e2fsck/problem.c:749 1485#. @-expanded: %B (%b) causes directory to be too big. 1486msgid "%B (%b) causes @d to be too big. " 1487msgstr "" 1488 1489#: e2fsck/problem.c:754 1490msgid "%B (%b) causes file to be too big. " 1491msgstr "" 1492 1493#: e2fsck/problem.c:759 1494msgid "%B (%b) causes symlink to be too big. " 1495msgstr "" 1496 1497#: e2fsck/problem.c:764 1498#, c-format 1499#. @-expanded: inode %i has INDEX_FL flag set on filesystem without htree support.\n 1500msgid "@i %i has INDEX_FL flag set on @f without htree support.\n" 1501msgstr "" 1502 1503#: e2fsck/problem.c:769 1504#, c-format 1505#. @-expanded: inode %i has INDEX_FL flag set but is not a directory.\n 1506msgid "@i %i has INDEX_FL flag set but is not a @d.\n" 1507msgstr "" 1508 1509#: e2fsck/problem.c:774 1510#, c-format 1511#. @-expanded: HTREE directory inode %i has an invalid root node.\n 1512msgid "@h %i has an @n root node.\n" 1513msgstr "" 1514 1515#: e2fsck/problem.c:779 1516#. @-expanded: HTREE directory inode %i has an unsupported hash version (%N)\n 1517msgid "@h %i has an unsupported hash version (%N)\n" 1518msgstr "" 1519 1520#: e2fsck/problem.c:784 1521#, c-format 1522#. @-expanded: HTREE directory inode %i uses an incompatible htree root node flag.\n 1523msgid "@h %i uses an incompatible htree root node flag.\n" 1524msgstr "" 1525 1526#: e2fsck/problem.c:789 1527#. @-expanded: HTREE directory inode %i has a tree depth (%N) which is too big\n 1528msgid "@h %i has a tree depth (%N) which is too big\n" 1529msgstr "" 1530 1531#: e2fsck/problem.c:794 1532#. @-expanded: Bad block inode has an indirect block (%b) that conflicts with\n 1533#. @-expanded: filesystem metadata. 1534msgid "" 1535"Bad @b @i has an indirect @b (%b) that conflicts with\n" 1536"@f metadata. " 1537msgstr "" 1538 1539#: e2fsck/problem.c:800 1540#, c-format 1541#. @-expanded: Resize inode (re)creation failed: %m. 1542msgid "Resize @i (re)creation failed: %m." 1543msgstr "" 1544 1545#: e2fsck/problem.c:805 1546#. @-expanded: inode %i has a extra size (%IS) which is invalid\n 1547msgid "@i %i has a extra size (%IS) which is @n\n" 1548msgstr "" 1549 1550#: e2fsck/problem.c:810 1551#. @-expanded: extended attribute in inode %i has a namelen (%N) which is invalid\n 1552msgid "@a in @i %i has a namelen (%N) which is @n\n" 1553msgstr "" 1554 1555#: e2fsck/problem.c:815 1556#. @-expanded: extended attribute in inode %i has a value offset (%N) which is invalid\n 1557msgid "@a in @i %i has a value offset (%N) which is @n\n" 1558msgstr "" 1559 1560#: e2fsck/problem.c:820 1561#. @-expanded: extended attribute in inode %i has a value block (%N) which is invalid (must be 0)\n 1562msgid "@a in @i %i has a value @b (%N) which is @n (must be 0)\n" 1563msgstr "" 1564 1565#: e2fsck/problem.c:825 1566#. @-expanded: extended attribute in inode %i has a value size (%N) which is invalid\n 1567msgid "@a in @i %i has a value size (%N) which is @n\n" 1568msgstr "" 1569 1570#: e2fsck/problem.c:830 1571#. @-expanded: extended attribute in inode %i has a hash (%N) which is invalid\n 1572msgid "@a in @i %i has a hash (%N) which is @n\n" 1573msgstr "" 1574 1575#: e2fsck/problem.c:835 1576#. @-expanded: inode %i is a %It but it looks like it is really a directory.\n 1577msgid "@i %i is a %It but it looks like it is really a directory.\n" 1578msgstr "" 1579 1580#: e2fsck/problem.c:840 1581#, c-format 1582#. @-expanded: Error while reading over extent tree in inode %i: %m\n 1583msgid "Error while reading over @x tree in @i %i: %m\n" 1584msgstr "" 1585 1586#: e2fsck/problem.c:845 1587#. @-expanded: Failed to iterate extents in inode %i\n 1588#. @-expanded: \t(op %s, blk %b, lblk %c): %m\n 1589msgid "" 1590"Failed to iterate extents in @i %i\n" 1591"\t(op %s, blk %b, lblk %c): %m\n" 1592msgstr "" 1593 1594#: e2fsck/problem.c:851 1595#. @-expanded: inode %i has an invalid extent\n 1596#. @-expanded: \t(logical block %c, invalid physical block %b, len %N)\n 1597msgid "" 1598"@i %i has an @n extent\n" 1599"\t(logical @b %c, @n physical @b %b, len %N)\n" 1600msgstr "" 1601 1602#: e2fsck/problem.c:856 1603#. @-expanded: inode %i has an invalid extent\n 1604#. @-expanded: \t(logical block %c, physical block %b, invalid len %N)\n 1605msgid "" 1606"@i %i has an @n extent\n" 1607"\t(logical @b %c, physical @b %b, @n len %N)\n" 1608msgstr "" 1609 1610#: e2fsck/problem.c:861 1611#, c-format 1612#. @-expanded: inode %i has EXTENTS_FL flag set on filesystem without extents support.\n 1613msgid "@i %i has EXTENTS_FL flag set on @f without extents support.\n" 1614msgstr "" 1615 1616#: e2fsck/problem.c:866 1617#, c-format 1618#. @-expanded: inode %i is in extent format, but superblock is missing EXTENTS feature\n 1619msgid "@i %i is in extent format, but @S is missing EXTENTS feature\n" 1620msgstr "" 1621 1622#: e2fsck/problem.c:871 1623#, c-format 1624#. @-expanded: inode %i missing EXTENT_FL, but is in extents format\n 1625msgid "@i %i missing EXTENT_FL, but is in extents format\n" 1626msgstr "" 1627 1628#: e2fsck/problem.c:876 1629#, c-format 1630msgid "Fast symlink %i has EXTENT_FL set. " 1631msgstr "" 1632 1633#: e2fsck/problem.c:881 1634#. @-expanded: inode %i has out of order extents\n 1635#. @-expanded: \t(invalid logical block %c, physical block %b, len %N)\n 1636msgid "" 1637"@i %i has out of order extents\n" 1638"\t(@n logical @b %c, physical @b %b, len %N)\n" 1639msgstr "" 1640 1641#: e2fsck/problem.c:885 1642#. @-expanded: inode %i has an invalid extent node (blk %b, lblk %c)\n 1643msgid "@i %i has an invalid extent node (blk %b, lblk %c)\n" 1644msgstr "" 1645 1646#: e2fsck/problem.c:889 1647#. @-expanded: inode %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n 1648msgid "@i %i should not have EOFBLOCKS_FL set (size %Is, lblk %r)\n" 1649msgstr "" 1650 1651#: e2fsck/problem.c:897 1652#. @-expanded: \n 1653#. @-expanded: Running additional passes to resolve blocks claimed by more than one inode...\n 1654#. @-expanded: Pass 1B: Rescanning for multiply-claimed blocks\n 1655msgid "" 1656"\n" 1657"Running additional passes to resolve @bs claimed by more than one @i...\n" 1658"Pass 1B: Rescanning for @m @bs\n" 1659msgstr "" 1660 1661#: e2fsck/problem.c:903 1662#, c-format 1663#. @-expanded: multiply-claimed block(s) in inode %i: 1664msgid "@m @b(s) in @i %i:" 1665msgstr "" 1666 1667#: e2fsck/problem.c:918 1668#, c-format 1669msgid "Error while scanning inodes (%i): %m\n" 1670msgstr "" 1671 1672#: e2fsck/problem.c:923 1673#, c-format 1674#. @-expanded: error allocating inode bitmap (inode_dup_map): %m\n 1675msgid "@A @i @B (@i_dup_map): %m\n" 1676msgstr "" 1677 1678#: e2fsck/problem.c:928 1679#, c-format 1680#. @-expanded: Error while iterating over blocks in inode %i (%s): %m\n 1681msgid "Error while iterating over @bs in @i %i (%s): %m\n" 1682msgstr "" 1683 1684#: e2fsck/problem.c:933 e2fsck/problem.c:1249 1685#. @-expanded: Error adjusting refcount for extended attribute block %b (inode %i): %m\n 1686msgid "Error adjusting refcount for @a @b %b (@i %i): %m\n" 1687msgstr "" 1688 1689#: e2fsck/problem.c:939 1690#. @-expanded: Pass 1C: Scanning directories for inodes with multiply-claimed blocks\n 1691msgid "Pass 1C: Scanning directories for @is with @m @bs\n" 1692msgstr "" 1693 1694#: e2fsck/problem.c:945 1695#. @-expanded: Pass 1D: Reconciling multiply-claimed blocks\n 1696msgid "Pass 1D: Reconciling @m @bs\n" 1697msgstr "" 1698 1699#: e2fsck/problem.c:950 1700#. @-expanded: File %Q (inode #%i, mod time %IM) \n 1701#. @-expanded: has %r multiply-claimed block(s), shared with %N file(s):\n 1702msgid "" 1703"File %Q (@i #%i, mod time %IM) \n" 1704" has %r @m @b(s), shared with %N file(s):\n" 1705msgstr "" 1706 1707#: e2fsck/problem.c:956 1708#. @-expanded: \t%Q (inode #%i, mod time %IM)\n 1709msgid "\t%Q (@i #%i, mod time %IM)\n" 1710msgstr "" 1711 1712#: e2fsck/problem.c:961 1713#. @-expanded: \t<filesystem metadata>\n 1714msgid "\t<@f metadata>\n" 1715msgstr "" 1716 1717#: e2fsck/problem.c:966 1718#. @-expanded: (There are %N inodes containing multiply-claimed blocks.)\n 1719#. @-expanded: \n 1720msgid "" 1721"(There are %N @is containing @m @bs.)\n" 1722"\n" 1723msgstr "" 1724 1725#: e2fsck/problem.c:971 1726#. @-expanded: multiply-claimed blocks already reassigned or cloned.\n 1727#. @-expanded: \n 1728msgid "" 1729"@m @bs already reassigned or cloned.\n" 1730"\n" 1731msgstr "" 1732 1733#: e2fsck/problem.c:984 1734#, c-format 1735msgid "Couldn't clone file: %m\n" 1736msgstr "" 1737 1738#: e2fsck/problem.c:990 1739#. @-expanded: Pass 2: Checking directory structure\n 1740msgid "Pass 2: Checking @d structure\n" 1741msgstr "" 1742 1743#: e2fsck/problem.c:995 1744#, c-format 1745#. @-expanded: invalid inode number for '.' in directory inode %i.\n 1746msgid "@n @i number for '.' in @d @i %i.\n" 1747msgstr "" 1748 1749#: e2fsck/problem.c:1000 1750#. @-expanded: entry '%Dn' in %p (%i) has invalid inode #: %Di.\n 1751msgid "@E has @n @i #: %Di.\n" 1752msgstr "" 1753 1754#: e2fsck/problem.c:1005 1755#. @-expanded: entry '%Dn' in %p (%i) has deleted/unused inode %Di. 1756msgid "@E has @D/unused @i %Di. " 1757msgstr "" 1758 1759#: e2fsck/problem.c:1010 1760#. @-expanded: entry '%Dn' in %p (%i) is a link to '.' 1761msgid "@E @L to '.' " 1762msgstr "" 1763 1764#: e2fsck/problem.c:1015 1765#. @-expanded: entry '%Dn' in %p (%i) points to inode (%Di) located in a bad block.\n 1766msgid "@E points to @i (%Di) located in a bad @b.\n" 1767msgstr "" 1768 1769#: e2fsck/problem.c:1020 1770#. @-expanded: entry '%Dn' in %p (%i) is a link to directory %P (%Di).\n 1771msgid "@E @L to @d %P (%Di).\n" 1772msgstr "" 1773 1774#: e2fsck/problem.c:1025 1775#. @-expanded: entry '%Dn' in %p (%i) is a link to the root inode.\n 1776msgid "@E @L to the @r.\n" 1777msgstr "" 1778 1779#: e2fsck/problem.c:1030 1780#. @-expanded: entry '%Dn' in %p (%i) has illegal characters in its name.\n 1781msgid "@E has illegal characters in its name.\n" 1782msgstr "" 1783 1784#: e2fsck/problem.c:1035 1785#, c-format 1786#. @-expanded: Missing '.' in directory inode %i.\n 1787msgid "Missing '.' in @d @i %i.\n" 1788msgstr "" 1789 1790#: e2fsck/problem.c:1040 1791#, c-format 1792#. @-expanded: Missing '..' in directory inode %i.\n 1793msgid "Missing '..' in @d @i %i.\n" 1794msgstr "" 1795 1796#: e2fsck/problem.c:1045 1797#. @-expanded: First entry '%Dn' (inode=%Di) in directory inode %i (%p) should be '.'\n 1798msgid "First @e '%Dn' (@i=%Di) in @d @i %i (%p) @s '.'\n" 1799msgstr "" 1800 1801#: e2fsck/problem.c:1050 1802#. @-expanded: Second entry '%Dn' (inode=%Di) in directory inode %i should be '..'\n 1803msgid "Second @e '%Dn' (@i=%Di) in @d @i %i @s '..'\n" 1804msgstr "" 1805 1806#: e2fsck/problem.c:1055 1807#. @-expanded: i_faddr for inode %i (%Q) is %IF, should be zero.\n 1808msgid "i_faddr @F %IF, @s zero.\n" 1809msgstr "" 1810 1811#: e2fsck/problem.c:1060 1812#. @-expanded: i_file_acl for inode %i (%Q) is %If, should be zero.\n 1813msgid "i_file_acl @F %If, @s zero.\n" 1814msgstr "" 1815 1816#: e2fsck/problem.c:1065 1817#. @-expanded: i_dir_acl for inode %i (%Q) is %Id, should be zero.\n 1818msgid "i_dir_acl @F %Id, @s zero.\n" 1819msgstr "" 1820 1821#: e2fsck/problem.c:1070 1822#. @-expanded: i_frag for inode %i (%Q) is %N, should be zero.\n 1823msgid "i_frag @F %N, @s zero.\n" 1824msgstr "" 1825 1826#: e2fsck/problem.c:1075 1827#. @-expanded: i_fsize for inode %i (%Q) is %N, should be zero.\n 1828msgid "i_fsize @F %N, @s zero.\n" 1829msgstr "" 1830 1831#: e2fsck/problem.c:1080 1832#. @-expanded: inode %i (%Q) has invalid mode (%Im).\n 1833msgid "@i %i (%Q) has @n mode (%Im).\n" 1834msgstr "" 1835 1836#: e2fsck/problem.c:1085 1837#. @-expanded: directory inode %i, %B, offset %N: directory corrupted\n 1838msgid "@d @i %i, %B, offset %N: @d corrupted\n" 1839msgstr "" 1840 1841#: e2fsck/problem.c:1090 1842#. @-expanded: directory inode %i, %B, offset %N: filename too long\n 1843msgid "@d @i %i, %B, offset %N: filename too long\n" 1844msgstr "" 1845 1846#: e2fsck/problem.c:1095 1847#. @-expanded: directory inode %i has an unallocated %B. 1848msgid "@d @i %i has an unallocated %B. " 1849msgstr "" 1850 1851#: e2fsck/problem.c:1100 1852#, c-format 1853#. @-expanded: '.' directory entry in directory inode %i is not NULL terminated\n 1854msgid "'.' @d @e in @d @i %i is not NULL terminated\n" 1855msgstr "" 1856 1857#: e2fsck/problem.c:1105 1858#, c-format 1859#. @-expanded: '..' directory entry in directory inode %i is not NULL terminated\n 1860msgid "'..' @d @e in @d @i %i is not NULL terminated\n" 1861msgstr "" 1862 1863#: e2fsck/problem.c:1110 1864#. @-expanded: inode %i (%Q) is an illegal character device.\n 1865msgid "@i %i (%Q) is an @I character @v.\n" 1866msgstr "" 1867 1868#: e2fsck/problem.c:1115 1869#. @-expanded: inode %i (%Q) is an illegal block device.\n 1870msgid "@i %i (%Q) is an @I @b @v.\n" 1871msgstr "" 1872 1873#: e2fsck/problem.c:1120 1874#. @-expanded: entry '%Dn' in %p (%i) is duplicate '.' entry.\n 1875msgid "@E is duplicate '.' @e.\n" 1876msgstr "" 1877 1878#: e2fsck/problem.c:1125 1879#. @-expanded: entry '%Dn' in %p (%i) is duplicate '..' entry.\n 1880msgid "@E is duplicate '..' @e.\n" 1881msgstr "" 1882 1883#: e2fsck/problem.c:1130 e2fsck/problem.c:1430 1884#, c-format 1885msgid "Internal error: couldn't find dir_info for %i.\n" 1886msgstr "" 1887 1888#: e2fsck/problem.c:1135 1889#. @-expanded: entry '%Dn' in %p (%i) has rec_len of %Dr, should be %N.\n 1890msgid "@E has rec_len of %Dr, @s %N.\n" 1891msgstr "" 1892 1893#: e2fsck/problem.c:1140 1894#, c-format 1895#. @-expanded: error allocating icount structure: %m\n 1896msgid "@A icount structure: %m\n" 1897msgstr "" 1898 1899#: e2fsck/problem.c:1145 1900#, c-format 1901#. @-expanded: Error iterating over directory blocks: %m\n 1902msgid "Error iterating over @d @bs: %m\n" 1903msgstr "" 1904 1905#: e2fsck/problem.c:1150 1906#. @-expanded: Error reading directory block %b (inode %i): %m\n 1907msgid "Error reading @d @b %b (@i %i): %m\n" 1908msgstr "" 1909 1910#: e2fsck/problem.c:1155 1911#. @-expanded: Error writing directory block %b (inode %i): %m\n 1912msgid "Error writing @d @b %b (@i %i): %m\n" 1913msgstr "" 1914 1915#: e2fsck/problem.c:1160 1916#, c-format 1917#. @-expanded: error allocating new directory block for inode %i (%s): %m\n 1918msgid "@A new @d @b for @i %i (%s): %m\n" 1919msgstr "" 1920 1921#: e2fsck/problem.c:1165 1922#, c-format 1923#. @-expanded: Error deallocating inode %i: %m\n 1924msgid "Error deallocating @i %i: %m\n" 1925msgstr "" 1926 1927#: e2fsck/problem.c:1170 1928#, c-format 1929#. @-expanded: directory entry for '.' in %p (%i) is big.\n 1930msgid "@d @e for '.' in %p (%i) is big.\n" 1931msgstr "" 1932 1933#: e2fsck/problem.c:1175 1934#. @-expanded: inode %i (%Q) is an illegal FIFO.\n 1935msgid "@i %i (%Q) is an @I FIFO.\n" 1936msgstr "" 1937 1938#: e2fsck/problem.c:1180 1939#. @-expanded: inode %i (%Q) is an illegal socket.\n 1940msgid "@i %i (%Q) is an @I socket.\n" 1941msgstr "" 1942 1943#: e2fsck/problem.c:1185 1944#. @-expanded: Setting filetype for entry '%Dn' in %p (%i) to %N.\n 1945msgid "Setting filetype for @E to %N.\n" 1946msgstr "" 1947 1948#: e2fsck/problem.c:1190 1949#. @-expanded: entry '%Dn' in %p (%i) has an incorrect filetype (was %Dt, should be %N).\n 1950msgid "@E has an incorrect filetype (was %Dt, @s %N).\n" 1951msgstr "" 1952 1953#: e2fsck/problem.c:1195 1954#. @-expanded: entry '%Dn' in %p (%i) has filetype set.\n 1955msgid "@E has filetype set.\n" 1956msgstr "" 1957 1958#: e2fsck/problem.c:1200 1959#. @-expanded: entry '%Dn' in %p (%i) has a zero-length name.\n 1960msgid "@E has a @z name.\n" 1961msgstr "" 1962 1963#: e2fsck/problem.c:1205 1964#. @-expanded: Symlink %Q (inode #%i) is invalid.\n 1965msgid "Symlink %Q (@i #%i) is @n.\n" 1966msgstr "" 1967 1968#: e2fsck/problem.c:1210 1969#. @-expanded: extended attribute block for inode %i (%Q) is invalid (%If).\n 1970msgid "@a @b @F @n (%If).\n" 1971msgstr "" 1972 1973#: e2fsck/problem.c:1215 1974#. @-expanded: filesystem contains large files, but lacks LARGE_FILE flag in superblock.\n 1975msgid "@f contains large files, but lacks LARGE_FILE flag in @S.\n" 1976msgstr "" 1977 1978#: e2fsck/problem.c:1220 1979#. @-expanded: problem in HTREE directory inode %d: %B not referenced\n 1980msgid "@p @h %d: %B not referenced\n" 1981msgstr "" 1982 1983#: e2fsck/problem.c:1225 1984#. @-expanded: problem in HTREE directory inode %d: %B referenced twice\n 1985msgid "@p @h %d: %B referenced twice\n" 1986msgstr "" 1987 1988#: e2fsck/problem.c:1230 1989#. @-expanded: problem in HTREE directory inode %d: %B has bad min hash\n 1990msgid "@p @h %d: %B has bad min hash\n" 1991msgstr "" 1992 1993#: e2fsck/problem.c:1235 1994#. @-expanded: problem in HTREE directory inode %d: %B has bad max hash\n 1995msgid "@p @h %d: %B has bad max hash\n" 1996msgstr "" 1997 1998#: e2fsck/problem.c:1240 1999#. @-expanded: invalid HTREE directory inode %d (%q). 2000msgid "@n @h %d (%q). " 2001msgstr "" 2002 2003#: e2fsck/problem.c:1244 2004#. @-expanded: problem in HTREE directory inode %d (%q): bad block number %b.\n 2005msgid "@p @h %d (%q): bad @b number %b.\n" 2006msgstr "" 2007 2008#: e2fsck/problem.c:1254 2009#, c-format 2010#. @-expanded: problem in HTREE directory inode %d: root node is invalid\n 2011msgid "@p @h %d: root node is @n\n" 2012msgstr "" 2013 2014#: e2fsck/problem.c:1259 2015#. @-expanded: problem in HTREE directory inode %d: %B has invalid limit (%N)\n 2016msgid "@p @h %d: %B has @n limit (%N)\n" 2017msgstr "" 2018 2019#: e2fsck/problem.c:1264 2020#. @-expanded: problem in HTREE directory inode %d: %B has invalid count (%N)\n 2021msgid "@p @h %d: %B has @n count (%N)\n" 2022msgstr "" 2023 2024#: e2fsck/problem.c:1269 2025#. @-expanded: problem in HTREE directory inode %d: %B has an unordered hash table\n 2026msgid "@p @h %d: %B has an unordered hash table\n" 2027msgstr "" 2028 2029#: e2fsck/problem.c:1274 2030#. @-expanded: problem in HTREE directory inode %d: %B has invalid depth (%N)\n 2031msgid "@p @h %d: %B has @n depth (%N)\n" 2032msgstr "" 2033 2034#: e2fsck/problem.c:1279 2035#. @-expanded: Duplicate entry '%Dn' in %p (%i) found. 2036msgid "Duplicate @E found. " 2037msgstr "" 2038 2039#: e2fsck/problem.c:1284 2040#, no-c-format 2041#. @-expanded: entry '%Dn' in %p (%i) has a non-unique filename.\n 2042#. @-expanded: Rename to %s 2043msgid "" 2044"@E has a non-unique filename.\n" 2045"Rename to %s" 2046msgstr "" 2047 2048#: e2fsck/problem.c:1289 2049#. @-expanded: Duplicate entry '%Dn' found.\n 2050#. @-expanded: \tMarking %p (%i) to be rebuilt.\n 2051#. @-expanded: \n 2052msgid "" 2053"Duplicate @e '%Dn' found.\n" 2054"\tMarking %p (%i) to be rebuilt.\n" 2055"\n" 2056msgstr "" 2057 2058#: e2fsck/problem.c:1294 2059#. @-expanded: i_blocks_hi for inode %i (%Q) is %N, should be zero.\n 2060msgid "i_blocks_hi @F %N, @s zero.\n" 2061msgstr "" 2062 2063#: e2fsck/problem.c:1299 2064#. @-expanded: Unexpected block in HTREE directory inode %d (%q).\n 2065msgid "Unexpected @b in @h %d (%q).\n" 2066msgstr "" 2067 2068#: e2fsck/problem.c:1303 2069#. @-expanded: entry '%Dn' in %p (%i) references inode %Di in group %g where _INODE_UNINIT is set.\n 2070msgid "@E references @i %Di in @g %g where _INODE_UNINIT is set.\n" 2071msgstr "" 2072 2073#: e2fsck/problem.c:1308 2074#. @-expanded: entry '%Dn' in %p (%i) references inode %Di found in group %g's unused inodes area.\n 2075msgid "@E references @i %Di found in @g %g's unused inodes area.\n" 2076msgstr "" 2077 2078#: e2fsck/problem.c:1313 2079#. @-expanded: i_file_acl_hi for inode %i (%Q) is %N, should be zero.\n 2080msgid "i_file_acl_hi @F %N, @s zero.\n" 2081msgstr "" 2082 2083#: e2fsck/problem.c:1320 2084#. @-expanded: Pass 3: Checking directory connectivity\n 2085msgid "Pass 3: Checking @d connectivity\n" 2086msgstr "" 2087 2088#: e2fsck/problem.c:1325 2089#. @-expanded: root inode not allocated. 2090msgid "@r not allocated. " 2091msgstr "" 2092 2093#: e2fsck/problem.c:1330 2094#. @-expanded: No room in lost+found directory. 2095msgid "No room in @l @d. " 2096msgstr "" 2097 2098#: e2fsck/problem.c:1335 2099#, c-format 2100#. @-expanded: Unconnected directory inode %i (%p)\n 2101msgid "Unconnected @d @i %i (%p)\n" 2102msgstr "" 2103 2104#: e2fsck/problem.c:1340 2105#. @-expanded: /lost+found not found. 2106msgid "/@l not found. " 2107msgstr "" 2108 2109#: e2fsck/problem.c:1345 2110#. @-expanded: '..' in %Q (%i) is %P (%j), should be %q (%d).\n 2111msgid "'..' in %Q (%i) is %P (%j), @s %q (%d).\n" 2112msgstr "" 2113 2114#: e2fsck/problem.c:1350 2115#. @-expanded: Bad or non-existent /lost+found. Cannot reconnect.\n 2116msgid "Bad or non-existent /@l. Cannot reconnect.\n" 2117msgstr "" 2118 2119#: e2fsck/problem.c:1355 2120#, c-format 2121#. @-expanded: Could not expand /lost+found: %m\n 2122msgid "Could not expand /@l: %m\n" 2123msgstr "" 2124 2125#: e2fsck/problem.c:1360 2126#, c-format 2127msgid "Could not reconnect %i: %m\n" 2128msgstr "" 2129 2130#: e2fsck/problem.c:1365 2131#, c-format 2132#. @-expanded: Error while trying to find /lost+found: %m\n 2133msgid "Error while trying to find /@l: %m\n" 2134msgstr "" 2135 2136#: e2fsck/problem.c:1370 2137#, c-format 2138#. @-expanded: ext2fs_new_block: %m while trying to create /lost+found directory\n 2139msgid "ext2fs_new_@b: %m while trying to create /@l @d\n" 2140msgstr "" 2141 2142#: e2fsck/problem.c:1375 2143#, c-format 2144#. @-expanded: ext2fs_new_inode: %m while trying to create /lost+found directory\n 2145msgid "ext2fs_new_@i: %m while trying to create /@l @d\n" 2146msgstr "" 2147 2148#: e2fsck/problem.c:1380 2149#, c-format 2150#. @-expanded: ext2fs_new_dir_block: %m while creating new directory block\n 2151msgid "ext2fs_new_dir_@b: %m while creating new @d @b\n" 2152msgstr "" 2153 2154#: e2fsck/problem.c:1385 2155#, c-format 2156#. @-expanded: ext2fs_write_dir_block: %m while writing the directory block for /lost+found\n 2157msgid "ext2fs_write_dir_@b: %m while writing the @d @b for /@l\n" 2158msgstr "" 2159 2160#: e2fsck/problem.c:1390 2161#, c-format 2162#. @-expanded: Error while adjusting inode count on inode %i\n 2163msgid "Error while adjusting @i count on @i %i\n" 2164msgstr "" 2165 2166#: e2fsck/problem.c:1395 2167#, c-format 2168#. @-expanded: Couldn't fix parent of inode %i: %m\n 2169#. @-expanded: \n 2170msgid "" 2171"Couldn't fix parent of @i %i: %m\n" 2172"\n" 2173msgstr "" 2174 2175#: e2fsck/problem.c:1400 2176#, c-format 2177#. @-expanded: Couldn't fix parent of inode %i: Couldn't find parent directory entry\n 2178#. @-expanded: \n 2179msgid "" 2180"Couldn't fix parent of @i %i: Couldn't find parent @d @e\n" 2181"\n" 2182msgstr "" 2183 2184#: e2fsck/problem.c:1410 2185#, c-format 2186#. @-expanded: Error creating root directory (%s): %m\n 2187msgid "Error creating root @d (%s): %m\n" 2188msgstr "" 2189 2190#: e2fsck/problem.c:1415 2191#, c-format 2192#. @-expanded: Error creating /lost+found directory (%s): %m\n 2193msgid "Error creating /@l @d (%s): %m\n" 2194msgstr "" 2195 2196#: e2fsck/problem.c:1420 2197#. @-expanded: root inode is not a directory; aborting.\n 2198msgid "@r is not a @d; aborting.\n" 2199msgstr "" 2200 2201#: e2fsck/problem.c:1425 2202#. @-expanded: Cannot proceed without a root inode.\n 2203msgid "Cannot proceed without a @r.\n" 2204msgstr "" 2205 2206#: e2fsck/problem.c:1435 2207#, c-format 2208#. @-expanded: /lost+found is not a directory (ino=%i)\n 2209msgid "/@l is not a @d (ino=%i)\n" 2210msgstr "" 2211 2212#: e2fsck/problem.c:1442 2213msgid "Pass 3A: Optimizing directories\n" 2214msgstr "" 2215 2216#: e2fsck/problem.c:1447 2217#, c-format 2218msgid "Failed to create dirs_to_hash iterator: %m\n" 2219msgstr "" 2220 2221#: e2fsck/problem.c:1452 2222msgid "Failed to optimize directory %q (%d): %m\n" 2223msgstr "" 2224 2225#: e2fsck/problem.c:1457 2226msgid "Optimizing directories: " 2227msgstr "" 2228 2229#: e2fsck/problem.c:1474 2230msgid "Pass 4: Checking reference counts\n" 2231msgstr "" 2232 2233#: e2fsck/problem.c:1479 2234#, c-format 2235#. @-expanded: unattached zero-length inode %i. 2236msgid "@u @z @i %i. " 2237msgstr "" 2238 2239#: e2fsck/problem.c:1484 2240#, c-format 2241#. @-expanded: unattached inode %i\n 2242msgid "@u @i %i\n" 2243msgstr "" 2244 2245#: e2fsck/problem.c:1489 2246#. @-expanded: inode %i ref count is %Il, should be %N. 2247msgid "@i %i ref count is %Il, @s %N. " 2248msgstr "" 2249 2250#: e2fsck/problem.c:1493 2251#. @-expanded: WARNING: PROGRAMMING BUG IN E2FSCK!\n 2252#. @-expanded: \tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n 2253#. @-expanded: inode_link_info[%i] is %N, inode.i_links_count is %Il. They should be the same!\n 2254msgid "" 2255"WARNING: PROGRAMMING BUG IN E2FSCK!\n" 2256"\tOR SOME BONEHEAD (YOU) IS CHECKING A MOUNTED (LIVE) FILESYSTEM.\n" 2257"@i_link_info[%i] is %N, @i.i_links_count is %Il. They @s the same!\n" 2258msgstr "" 2259 2260#: e2fsck/problem.c:1503 2261#. @-expanded: Pass 5: Checking group summary information\n 2262msgid "Pass 5: Checking @g summary information\n" 2263msgstr "" 2264 2265#: e2fsck/problem.c:1508 2266#. @-expanded: Padding at end of inode bitmap is not set. 2267msgid "Padding at end of @i @B is not set. " 2268msgstr "" 2269 2270#: e2fsck/problem.c:1513 2271#. @-expanded: Padding at end of block bitmap is not set. 2272msgid "Padding at end of @b @B is not set. " 2273msgstr "" 2274 2275#: e2fsck/problem.c:1518 2276#. @-expanded: block bitmap differences: 2277msgid "@b @B differences: " 2278msgstr "" 2279 2280#: e2fsck/problem.c:1538 2281#. @-expanded: inode bitmap differences: 2282msgid "@i @B differences: " 2283msgstr "" 2284 2285#: e2fsck/problem.c:1558 2286#. @-expanded: Free inodes count wrong for group #%g (%i, counted=%j).\n 2287msgid "Free @is count wrong for @g #%g (%i, counted=%j).\n" 2288msgstr "" 2289 2290#: e2fsck/problem.c:1563 2291#. @-expanded: Directories count wrong for group #%g (%i, counted=%j).\n 2292msgid "Directories count wrong for @g #%g (%i, counted=%j).\n" 2293msgstr "" 2294 2295#: e2fsck/problem.c:1568 2296#. @-expanded: Free inodes count wrong (%i, counted=%j).\n 2297msgid "Free @is count wrong (%i, counted=%j).\n" 2298msgstr "" 2299 2300#: e2fsck/problem.c:1573 2301#. @-expanded: Free blocks count wrong for group #%g (%b, counted=%c).\n 2302msgid "Free @bs count wrong for @g #%g (%b, counted=%c).\n" 2303msgstr "" 2304 2305#: e2fsck/problem.c:1578 2306#. @-expanded: Free blocks count wrong (%b, counted=%c).\n 2307msgid "Free @bs count wrong (%b, counted=%c).\n" 2308msgstr "" 2309 2310#: e2fsck/problem.c:1583 2311#. @-expanded: PROGRAMMING ERROR: filesystem (#%N) bitmap endpoints (%b, %c) don't match calculated bitmap 2312#. @-expanded: endpoints (%i, %j)\n 2313msgid "" 2314"PROGRAMMING ERROR: @f (#%N) @B endpoints (%b, %c) don't match calculated @B " 2315"endpoints (%i, %j)\n" 2316msgstr "" 2317 2318#: e2fsck/problem.c:1589 2319msgid "Internal error: fudging end of bitmap (%N)\n" 2320msgstr "" 2321 2322#: e2fsck/problem.c:1594 2323#, c-format 2324#. @-expanded: Error copying in replacement inode bitmap: %m\n 2325msgid "Error copying in replacement @i @B: %m\n" 2326msgstr "" 2327 2328#: e2fsck/problem.c:1599 2329#, c-format 2330#. @-expanded: Error copying in replacement block bitmap: %m\n 2331msgid "Error copying in replacement @b @B: %m\n" 2332msgstr "" 2333 2334#: e2fsck/problem.c:1624 2335#, c-format 2336#. @-expanded: group %g block(s) in use but group is marked BLOCK_UNINIT\n 2337msgid "@g %g @b(s) in use but @g is marked BLOCK_UNINIT\n" 2338msgstr "" 2339 2340#: e2fsck/problem.c:1629 2341#, c-format 2342#. @-expanded: group %g inode(s) in use but group is marked INODE_UNINIT\n 2343msgid "@g %g @i(s) in use but @g is marked INODE_UNINIT\n" 2344msgstr "" 2345 2346#: e2fsck/problem.c:1636 2347#. @-expanded: Recreate journal 2348msgid "Recreate @j" 2349msgstr "" 2350 2351#: e2fsck/problem.c:1755 2352#, c-format 2353msgid "Unhandled error code (0x%x)!\n" 2354msgstr "" 2355 2356#: e2fsck/problem.c:1855 2357msgid "IGNORED" 2358msgstr "" 2359 2360#: e2fsck/scantest.c:81 2361#, c-format 2362msgid "Memory used: %d, elapsed time: %6.3f/%6.3f/%6.3f\n" 2363msgstr "" 2364 2365#: e2fsck/scantest.c:100 2366#, c-format 2367msgid "size of inode=%d\n" 2368msgstr "" 2369 2370#: e2fsck/scantest.c:121 2371msgid "while starting inode scan" 2372msgstr "" 2373 2374#: e2fsck/scantest.c:132 2375msgid "while doing inode scan" 2376msgstr "" 2377 2378#: e2fsck/super.c:187 2379#, c-format 2380msgid "while calling ext2fs_block_iterate for inode %d" 2381msgstr "" 2382 2383#: e2fsck/super.c:209 2384#, c-format 2385msgid "while calling ext2fs_adjust_ea_refcount for inode %d" 2386msgstr "" 2387 2388#: e2fsck/super.c:267 2389msgid "Truncating" 2390msgstr "" 2391 2392#: e2fsck/super.c:268 2393msgid "Clearing" 2394msgstr "" 2395 2396#: e2fsck/unix.c:76 2397#, c-format 2398msgid "" 2399"Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n" 2400"\t\t[-I inode_buffer_blocks] [-P process_inode_size]\n" 2401"\t\t[-l|-L bad_blocks_file] [-C fd] [-j external_journal]\n" 2402"\t\t[-E extended-options] device\n" 2403msgstr "" 2404 2405#: e2fsck/unix.c:82 2406#, c-format 2407msgid "" 2408"\n" 2409"Emergency help:\n" 2410" -p Automatic repair (no questions)\n" 2411" -n Make no changes to the filesystem\n" 2412" -y Assume \"yes\" to all questions\n" 2413" -c Check for bad blocks and add them to the badblock " 2414"list\n" 2415" -f Force checking even if filesystem is marked clean\n" 2416msgstr "" 2417 2418#: e2fsck/unix.c:88 2419#, c-format 2420msgid "" 2421" -v Be verbose\n" 2422" -b superblock Use alternative superblock\n" 2423" -B blocksize Force blocksize when looking for superblock\n" 2424" -j external_journal Set location of the external journal\n" 2425" -l bad_blocks_file Add to badblocks list\n" 2426" -L bad_blocks_file Set badblocks list\n" 2427msgstr "" 2428 2429#: e2fsck/unix.c:132 2430#, c-format 2431msgid "%s: %u/%u files (%0d.%d%% non-contiguous), %u/%u blocks\n" 2432msgstr "" 2433 2434#: e2fsck/unix.c:150 2435#, c-format 2436msgid " # of inodes with ind/dind/tind blocks: %u/%u/%u\n" 2437msgstr "" 2438 2439#: e2fsck/unix.c:157 2440#, c-format 2441msgid " Extent depth histogram: " 2442msgstr "" 2443 2444#: e2fsck/unix.c:207 misc/badblocks.c:931 misc/tune2fs.c:1675 misc/util.c:151 2445#: resize/main.c:249 2446#, c-format 2447msgid "while determining whether %s is mounted." 2448msgstr "" 2449 2450#: e2fsck/unix.c:225 2451#, c-format 2452msgid "Warning! %s is mounted.\n" 2453msgstr "" 2454 2455#: e2fsck/unix.c:229 2456#, c-format 2457msgid "%s is mounted. " 2458msgstr "" 2459 2460#: e2fsck/unix.c:231 2461msgid "" 2462"Cannot continue, aborting.\n" 2463"\n" 2464msgstr "" 2465 2466#: e2fsck/unix.c:232 2467#, c-format 2468msgid "" 2469"\n" 2470"\n" 2471"\a\a\a\aWARNING!!! The filesystem is mounted. If you continue you " 2472"***WILL***\n" 2473"cause ***SEVERE*** filesystem damage.\a\a\a\n" 2474"\n" 2475msgstr "" 2476 2477#: e2fsck/unix.c:235 2478msgid "Do you really want to continue" 2479msgstr "" 2480 2481#: e2fsck/unix.c:237 2482#, c-format 2483msgid "check aborted.\n" 2484msgstr "" 2485 2486#: e2fsck/unix.c:318 2487msgid " contains a file system with errors" 2488msgstr "" 2489 2490#: e2fsck/unix.c:320 2491msgid " was not cleanly unmounted" 2492msgstr "" 2493 2494#: e2fsck/unix.c:322 2495msgid " primary superblock features different from backup" 2496msgstr "" 2497 2498#: e2fsck/unix.c:326 2499#, c-format 2500msgid " has been mounted %u times without being checked" 2501msgstr "" 2502 2503#: e2fsck/unix.c:333 2504msgid " has filesystem last checked time in the future" 2505msgstr "" 2506 2507#: e2fsck/unix.c:339 2508#, c-format 2509msgid " has gone %u days without being checked" 2510msgstr "" 2511 2512#: e2fsck/unix.c:348 2513msgid ", check forced.\n" 2514msgstr "" 2515 2516#: e2fsck/unix.c:351 2517#, c-format 2518msgid "%s: clean, %u/%u files, %u/%u blocks" 2519msgstr "" 2520 2521#: e2fsck/unix.c:368 2522msgid " (check deferred; on battery)" 2523msgstr "" 2524 2525#: e2fsck/unix.c:371 2526msgid " (check after next mount)" 2527msgstr "" 2528 2529#: e2fsck/unix.c:373 2530#, c-format 2531msgid " (check in %ld mounts)" 2532msgstr "" 2533 2534#: e2fsck/unix.c:521 2535#, c-format 2536msgid "ERROR: Couldn't open /dev/null (%s)\n" 2537msgstr "" 2538 2539#: e2fsck/unix.c:591 2540#, c-format 2541msgid "Invalid EA version.\n" 2542msgstr "" 2543 2544#: e2fsck/unix.c:606 2545#, c-format 2546msgid "Unknown extended option: %s\n" 2547msgstr "" 2548 2549#: e2fsck/unix.c:629 2550#, c-format 2551msgid "" 2552"Syntax error in e2fsck config file (%s, line #%d)\n" 2553"\t%s\n" 2554msgstr "" 2555 2556#: e2fsck/unix.c:697 2557#, c-format 2558msgid "Error validating file descriptor %d: %s\n" 2559msgstr "" 2560 2561#: e2fsck/unix.c:701 2562msgid "Invalid completion information file descriptor" 2563msgstr "" 2564 2565#: e2fsck/unix.c:716 2566msgid "Only one of the options -p/-a, -n or -y may be specified." 2567msgstr "" 2568 2569#: e2fsck/unix.c:737 2570#, c-format 2571msgid "The -t option is not supported on this version of e2fsck.\n" 2572msgstr "" 2573 2574#: e2fsck/unix.c:768 e2fsck/unix.c:840 misc/tune2fs.c:588 misc/tune2fs.c:873 2575#: misc/tune2fs.c:891 2576#, c-format 2577msgid "Unable to resolve '%s'" 2578msgstr "" 2579 2580#: e2fsck/unix.c:819 2581msgid "The -n and -D options are incompatible." 2582msgstr "" 2583 2584#: e2fsck/unix.c:824 2585msgid "The -n and -c options are incompatible." 2586msgstr "" 2587 2588#: e2fsck/unix.c:829 2589msgid "The -n and -l/-L options are incompatible." 2590msgstr "" 2591 2592#: e2fsck/unix.c:869 2593#, c-format 2594msgid "The -c and the -l/-L options may not be both used at the same time.\n" 2595msgstr "" 2596 2597#: e2fsck/unix.c:917 2598#, c-format 2599msgid "" 2600"E2FSCK_JBD_DEBUG \"%s\" not an integer\n" 2601"\n" 2602msgstr "" 2603 2604#: e2fsck/unix.c:926 2605#, c-format 2606msgid "" 2607"\n" 2608"Invalid non-numeric argument to -%c (\"%s\")\n" 2609"\n" 2610msgstr "" 2611 2612#: e2fsck/unix.c:1000 2613#, c-format 2614msgid "Error: ext2fs library version out of date!\n" 2615msgstr "" 2616 2617#: e2fsck/unix.c:1008 2618msgid "while trying to initialize program" 2619msgstr "" 2620 2621#: e2fsck/unix.c:1019 2622#, c-format 2623msgid "\tUsing %s, %s\n" 2624msgstr "" 2625 2626#: e2fsck/unix.c:1031 2627msgid "need terminal for interactive repairs" 2628msgstr "" 2629 2630#: e2fsck/unix.c:1064 2631#, c-format 2632msgid "%s: %s trying backup blocks...\n" 2633msgstr "" 2634 2635#: e2fsck/unix.c:1066 2636msgid "Superblock invalid," 2637msgstr "" 2638 2639#: e2fsck/unix.c:1067 2640msgid "Group descriptors look bad..." 2641msgstr "" 2642 2643#: e2fsck/unix.c:1079 2644#, c-format 2645msgid "%s: going back to original superblock\n" 2646msgstr "" 2647 2648#: e2fsck/unix.c:1106 2649#, c-format 2650msgid "" 2651"The filesystem revision is apparently too high for this version of e2fsck.\n" 2652"(Or the filesystem superblock is corrupt)\n" 2653"\n" 2654msgstr "" 2655 2656#: e2fsck/unix.c:1112 2657#, c-format 2658msgid "Could this be a zero-length partition?\n" 2659msgstr "" 2660 2661#: e2fsck/unix.c:1114 2662#, c-format 2663msgid "You must have %s access to the filesystem or be root\n" 2664msgstr "" 2665 2666#: e2fsck/unix.c:1119 2667#, c-format 2668msgid "Possibly non-existent or swap device?\n" 2669msgstr "" 2670 2671#: e2fsck/unix.c:1121 2672#, c-format 2673msgid "Filesystem mounted or opened exclusively by another program?\n" 2674msgstr "" 2675 2676#: e2fsck/unix.c:1124 2677#, c-format 2678msgid "Possibly non-existent device?\n" 2679msgstr "" 2680 2681#: e2fsck/unix.c:1127 2682#, c-format 2683msgid "" 2684"Disk write-protected; use the -n option to do a read-only\n" 2685"check of the device.\n" 2686msgstr "" 2687 2688#: e2fsck/unix.c:1191 2689msgid "Get a newer version of e2fsck!" 2690msgstr "" 2691 2692#: e2fsck/unix.c:1221 2693#, c-format 2694msgid "while checking ext3 journal for %s" 2695msgstr "" 2696 2697#: e2fsck/unix.c:1232 2698#, c-format 2699msgid "" 2700"Warning: skipping journal recovery because doing a read-only filesystem " 2701"check.\n" 2702msgstr "" 2703 2704#: e2fsck/unix.c:1245 2705#, c-format 2706msgid "unable to set superblock flags on %s\n" 2707msgstr "" 2708 2709#: e2fsck/unix.c:1251 2710#, c-format 2711msgid "while recovering ext3 journal of %s" 2712msgstr "" 2713 2714#: e2fsck/unix.c:1276 2715#, c-format 2716msgid "%s has unsupported feature(s):" 2717msgstr "" 2718 2719#: e2fsck/unix.c:1292 2720msgid "Warning: compression support is experimental.\n" 2721msgstr "" 2722 2723#: e2fsck/unix.c:1297 2724#, c-format 2725msgid "" 2726"E2fsck not compiled with HTREE support,\n" 2727"\tbut filesystem %s has HTREE directories.\n" 2728msgstr "" 2729 2730#: e2fsck/unix.c:1350 2731msgid "while reading bad blocks inode" 2732msgstr "" 2733 2734#: e2fsck/unix.c:1352 2735#, c-format 2736msgid "This doesn't bode well, but we'll try to go on...\n" 2737msgstr "" 2738 2739#: e2fsck/unix.c:1378 2740msgid "Couldn't determine journal size" 2741msgstr "" 2742 2743#: e2fsck/unix.c:1381 2744#, c-format 2745msgid "Creating journal (%d blocks): " 2746msgstr "" 2747 2748#: e2fsck/unix.c:1388 misc/mke2fs.c:2344 2749msgid "" 2750"\n" 2751"\twhile trying to create journal" 2752msgstr "" 2753 2754#: e2fsck/unix.c:1391 2755#, c-format 2756msgid " Done.\n" 2757msgstr "" 2758 2759#: e2fsck/unix.c:1392 2760#, c-format 2761msgid "" 2762"\n" 2763"*** journal has been re-created - filesystem is now ext3 again ***\n" 2764msgstr "" 2765 2766#: e2fsck/unix.c:1399 2767#, c-format 2768msgid "Restarting e2fsck from the beginning...\n" 2769msgstr "" 2770 2771#: e2fsck/unix.c:1403 2772msgid "while resetting context" 2773msgstr "" 2774 2775#: e2fsck/unix.c:1410 2776#, c-format 2777msgid "%s: e2fsck canceled.\n" 2778msgstr "" 2779 2780#: e2fsck/unix.c:1415 2781msgid "aborted" 2782msgstr "" 2783 2784#: e2fsck/unix.c:1427 2785#, c-format 2786msgid "" 2787"\n" 2788"%s: ***** FILE SYSTEM WAS MODIFIED *****\n" 2789msgstr "" 2790 2791#: e2fsck/unix.c:1430 2792#, c-format 2793msgid "%s: ***** REBOOT LINUX *****\n" 2794msgstr "" 2795 2796#: e2fsck/unix.c:1438 2797#, c-format 2798msgid "" 2799"\n" 2800"%s: ********** WARNING: Filesystem still has errors **********\n" 2801"\n" 2802msgstr "" 2803 2804#: e2fsck/unix.c:1478 2805msgid "while setting block group checksum info" 2806msgstr "" 2807 2808#: e2fsck/util.c:138 misc/util.c:68 2809msgid "yY" 2810msgstr "" 2811 2812#: e2fsck/util.c:139 2813msgid "nN" 2814msgstr "" 2815 2816#: e2fsck/util.c:153 2817msgid "<y>" 2818msgstr "" 2819 2820#: e2fsck/util.c:155 2821msgid "<n>" 2822msgstr "" 2823 2824#: e2fsck/util.c:157 2825msgid " (y/n)" 2826msgstr "" 2827 2828#: e2fsck/util.c:172 2829msgid "cancelled!\n" 2830msgstr "" 2831 2832#: e2fsck/util.c:187 2833msgid "yes\n" 2834msgstr "" 2835 2836#: e2fsck/util.c:189 2837msgid "no\n" 2838msgstr "" 2839 2840#: e2fsck/util.c:199 2841#, c-format 2842msgid "" 2843"%s? no\n" 2844"\n" 2845msgstr "" 2846 2847#: e2fsck/util.c:203 2848#, c-format 2849msgid "" 2850"%s? yes\n" 2851"\n" 2852msgstr "" 2853 2854#: e2fsck/util.c:207 2855msgid "yes" 2856msgstr "" 2857 2858#: e2fsck/util.c:207 2859msgid "no" 2860msgstr "" 2861 2862#: e2fsck/util.c:221 2863#, c-format 2864msgid "e2fsck_read_bitmaps: illegal bitmap block(s) for %s" 2865msgstr "" 2866 2867#: e2fsck/util.c:226 2868msgid "reading inode and block bitmaps" 2869msgstr "" 2870 2871#: e2fsck/util.c:231 2872#, c-format 2873msgid "while retrying to read bitmaps for %s" 2874msgstr "" 2875 2876#: e2fsck/util.c:243 2877msgid "writing block and inode bitmaps" 2878msgstr "" 2879 2880#: e2fsck/util.c:248 2881#, c-format 2882msgid "while rewriting block and inode bitmaps for %s" 2883msgstr "" 2884 2885#: e2fsck/util.c:260 2886#, c-format 2887msgid "" 2888"\n" 2889"\n" 2890"%s: UNEXPECTED INCONSISTENCY; RUN fsck MANUALLY.\n" 2891"\t(i.e., without -a or -p options)\n" 2892msgstr "" 2893 2894#: e2fsck/util.c:341 2895#, c-format 2896msgid "Memory used: %luk/%luk (%luk/%luk), " 2897msgstr "" 2898 2899#: e2fsck/util.c:345 2900#, c-format 2901msgid "Memory used: %lu, " 2902msgstr "" 2903 2904#: e2fsck/util.c:352 2905#, c-format 2906msgid "time: %5.2f/%5.2f/%5.2f\n" 2907msgstr "" 2908 2909#: e2fsck/util.c:357 2910#, c-format 2911msgid "elapsed time: %6.3f\n" 2912msgstr "" 2913 2914#: e2fsck/util.c:391 e2fsck/util.c:405 2915#, c-format 2916msgid "while reading inode %lu in %s" 2917msgstr "" 2918 2919#: e2fsck/util.c:419 e2fsck/util.c:432 2920#, c-format 2921msgid "while writing inode %lu in %s" 2922msgstr "" 2923 2924#: e2fsck/util.c:581 2925msgid "while allocating zeroizing buffer" 2926msgstr "" 2927 2928#: misc/badblocks.c:66 2929msgid "done \n" 2930msgstr "" 2931 2932#: misc/badblocks.c:89 2933#, c-format 2934msgid "" 2935"Usage: %s [-b block_size] [-i input_file] [-o output_file] [-svwnf]\n" 2936" [-c blocks_at_once] [-d delay_factor_between_reads] [-e " 2937"max_bad_blocks]\n" 2938" [-p num_passes] [-t test_pattern [-t test_pattern [...]]]\n" 2939" device [last_block [first_block]]\n" 2940msgstr "" 2941 2942#: misc/badblocks.c:100 2943#, c-format 2944msgid "" 2945"%s: The -n and -w options are mutually exclusive.\n" 2946"\n" 2947msgstr "" 2948 2949#: misc/badblocks.c:202 2950#, c-format 2951msgid "%6.2f%% done, %s elapsed" 2952msgstr "" 2953 2954#: misc/badblocks.c:296 2955msgid "Testing with random pattern: " 2956msgstr "" 2957 2958#: misc/badblocks.c:314 2959msgid "Testing with pattern 0x" 2960msgstr "" 2961 2962#: misc/badblocks.c:342 misc/badblocks.c:411 2963msgid "during seek" 2964msgstr "" 2965 2966#: misc/badblocks.c:353 2967#, c-format 2968msgid "Weird value (%ld) in do_read\n" 2969msgstr "" 2970 2971#: misc/badblocks.c:431 2972msgid "during ext2fs_sync_device" 2973msgstr "" 2974 2975#: misc/badblocks.c:450 misc/badblocks.c:714 2976msgid "while beginning bad block list iteration" 2977msgstr "" 2978 2979#: misc/badblocks.c:464 misc/badblocks.c:566 misc/badblocks.c:724 2980msgid "while allocating buffers" 2981msgstr "" 2982 2983#: misc/badblocks.c:468 2984#, c-format 2985msgid "Checking blocks %lu to %lu\n" 2986msgstr "" 2987 2988#: misc/badblocks.c:473 2989msgid "Checking for bad blocks in read-only mode\n" 2990msgstr "" 2991 2992#: misc/badblocks.c:482 2993msgid "Checking for bad blocks (read-only test): " 2994msgstr "" 2995 2996#: misc/badblocks.c:490 misc/badblocks.c:598 misc/badblocks.c:643 2997#: misc/badblocks.c:787 2998msgid "Too many bad blocks, aborting test\n" 2999msgstr "" 3000 3001#: misc/badblocks.c:573 3002msgid "Checking for bad blocks in read-write mode\n" 3003msgstr "" 3004 3005#: misc/badblocks.c:575 misc/badblocks.c:737 3006#, c-format 3007msgid "From block %lu to %lu\n" 3008msgstr "" 3009 3010#: misc/badblocks.c:633 3011msgid "Reading and comparing: " 3012msgstr "" 3013 3014#: misc/badblocks.c:736 3015msgid "Checking for bad blocks in non-destructive read-write mode\n" 3016msgstr "" 3017 3018#: misc/badblocks.c:742 3019msgid "Checking for bad blocks (non-destructive read-write test)\n" 3020msgstr "" 3021 3022#: misc/badblocks.c:749 3023msgid "" 3024"\n" 3025"Interrupt caught, cleaning up\n" 3026msgstr "" 3027 3028#: misc/badblocks.c:825 3029#, c-format 3030msgid "during test data write, block %lu" 3031msgstr "" 3032 3033#: misc/badblocks.c:936 misc/util.c:156 3034#, c-format 3035msgid "%s is mounted; " 3036msgstr "" 3037 3038#: misc/badblocks.c:938 3039msgid "badblocks forced anyway. Hope /etc/mtab is incorrect.\n" 3040msgstr "" 3041 3042#: misc/badblocks.c:943 3043msgid "it's not safe to run badblocks!\n" 3044msgstr "" 3045 3046#: misc/badblocks.c:948 misc/util.c:167 3047#, c-format 3048msgid "%s is apparently in use by the system; " 3049msgstr "" 3050 3051#: misc/badblocks.c:951 3052msgid "badblocks forced anyway.\n" 3053msgstr "" 3054 3055#: misc/badblocks.c:971 3056#, c-format 3057msgid "invalid %s - %s" 3058msgstr "" 3059 3060#: misc/badblocks.c:1080 3061#, c-format 3062msgid "can't allocate memory for test_pattern - %s" 3063msgstr "" 3064 3065#: misc/badblocks.c:1107 3066msgid "Maximum of one test_pattern may be specified in read-only mode" 3067msgstr "" 3068 3069#: misc/badblocks.c:1113 3070msgid "Random test_pattern is not allowed in read-only mode" 3071msgstr "" 3072 3073#: misc/badblocks.c:1127 3074msgid "" 3075"Couldn't determine device size; you must specify\n" 3076"the size manually\n" 3077msgstr "" 3078 3079#: misc/badblocks.c:1133 3080msgid "while trying to determine device size" 3081msgstr "" 3082 3083#: misc/badblocks.c:1138 3084msgid "last block" 3085msgstr "" 3086 3087#: misc/badblocks.c:1144 3088msgid "first block" 3089msgstr "" 3090 3091#: misc/badblocks.c:1147 3092#, c-format 3093msgid "invalid starting block (%lu): must be less than %lu" 3094msgstr "" 3095 3096#: misc/badblocks.c:1203 3097msgid "while creating in-memory bad blocks list" 3098msgstr "" 3099 3100#: misc/badblocks.c:1218 3101msgid "while adding to in-memory bad block list" 3102msgstr "" 3103 3104#: misc/badblocks.c:1242 3105#, c-format 3106msgid "Pass completed, %u bad blocks found.\n" 3107msgstr "" 3108 3109#: misc/chattr.c:85 3110#, c-format 3111msgid "Usage: %s [-RVf] [-+=AacDdeijsSu] [-v version] files...\n" 3112msgstr "" 3113 3114#: misc/chattr.c:153 3115#, c-format 3116msgid "bad version - %s\n" 3117msgstr "" 3118 3119#: misc/chattr.c:200 misc/lsattr.c:115 3120#, c-format 3121msgid "while trying to stat %s" 3122msgstr "" 3123 3124#: misc/chattr.c:207 3125#, c-format 3126msgid "while reading flags on %s" 3127msgstr "" 3128 3129#: misc/chattr.c:216 misc/chattr.c:235 3130#, c-format 3131msgid "Clearing extent flag not supported on %s" 3132msgstr "" 3133 3134#: misc/chattr.c:221 misc/chattr.c:240 3135#, c-format 3136msgid "Flags of %s set as " 3137msgstr "" 3138 3139#: misc/chattr.c:249 3140#, c-format 3141msgid "while setting flags on %s" 3142msgstr "" 3143 3144#: misc/chattr.c:257 3145#, c-format 3146msgid "Version of %s set as %lu\n" 3147msgstr "" 3148 3149#: misc/chattr.c:261 3150#, c-format 3151msgid "while setting version on %s" 3152msgstr "" 3153 3154#: misc/chattr.c:281 3155#, c-format 3156msgid "Couldn't allocate path variable in chattr_dir_proc" 3157msgstr "" 3158 3159#: misc/chattr.c:320 3160msgid "= is incompatible with - and +\n" 3161msgstr "" 3162 3163#: misc/chattr.c:328 3164msgid "Must use '-v', =, - or +\n" 3165msgstr "" 3166 3167#: misc/dumpe2fs.c:53 3168#, c-format 3169msgid "Usage: %s [-bfhixV] [-o superblock=<num>] [-o blocksize=<num>] device\n" 3170msgstr "" 3171 3172#: misc/dumpe2fs.c:182 3173#, c-format 3174msgid "Group %lu: (Blocks " 3175msgstr "" 3176 3177#: misc/dumpe2fs.c:187 3178#, c-format 3179msgid " Checksum 0x%04x, unused inodes %d\n" 3180msgstr "" 3181 3182#: misc/dumpe2fs.c:192 3183#, c-format 3184msgid " %s superblock at " 3185msgstr "" 3186 3187#: misc/dumpe2fs.c:193 3188msgid "Primary" 3189msgstr "" 3190 3191#: misc/dumpe2fs.c:193 3192msgid "Backup" 3193msgstr "" 3194 3195#: misc/dumpe2fs.c:197 3196#, c-format 3197msgid ", Group descriptors at " 3198msgstr "" 3199 3200#: misc/dumpe2fs.c:201 3201#, c-format 3202msgid "" 3203"\n" 3204" Reserved GDT blocks at " 3205msgstr "" 3206 3207#: misc/dumpe2fs.c:208 3208#, c-format 3209msgid " Group descriptor at " 3210msgstr "" 3211 3212#: misc/dumpe2fs.c:214 3213msgid " Block bitmap at " 3214msgstr "" 3215 3216#: misc/dumpe2fs.c:219 3217msgid ", Inode bitmap at " 3218msgstr "" 3219 3220#: misc/dumpe2fs.c:224 3221msgid "" 3222"\n" 3223" Inode table at " 3224msgstr "" 3225 3226#: misc/dumpe2fs.c:231 3227#, c-format 3228msgid "" 3229"\n" 3230" %u free blocks, %u free inodes, %u directories%s" 3231msgstr "" 3232 3233#: misc/dumpe2fs.c:238 3234#, c-format 3235msgid ", %u unused inodes\n" 3236msgstr "" 3237 3238#: misc/dumpe2fs.c:241 3239msgid " Free blocks: " 3240msgstr "" 3241 3242#: misc/dumpe2fs.c:251 3243msgid " Free inodes: " 3244msgstr "" 3245 3246#: misc/dumpe2fs.c:282 3247msgid "while printing bad block list" 3248msgstr "" 3249 3250#: misc/dumpe2fs.c:288 3251#, c-format 3252msgid "Bad blocks: %u" 3253msgstr "" 3254 3255#: misc/dumpe2fs.c:315 misc/tune2fs.c:281 3256msgid "while reading journal inode" 3257msgstr "" 3258 3259#: misc/dumpe2fs.c:321 3260msgid "while opening journal inode" 3261msgstr "" 3262 3263#: misc/dumpe2fs.c:327 3264msgid "while reading journal super block" 3265msgstr "" 3266 3267#: misc/dumpe2fs.c:337 3268#, c-format 3269msgid "Journal features: " 3270msgstr "" 3271 3272#: misc/dumpe2fs.c:350 3273msgid "Journal size: " 3274msgstr "" 3275 3276#: misc/dumpe2fs.c:361 3277#, c-format 3278msgid "" 3279"Journal length: %u\n" 3280"Journal sequence: 0x%08x\n" 3281"Journal start: %u\n" 3282msgstr "" 3283 3284#: misc/dumpe2fs.c:380 misc/tune2fs.c:202 3285msgid "while reading journal superblock" 3286msgstr "" 3287 3288#: misc/dumpe2fs.c:388 3289msgid "Couldn't find journal superblock magic numbers" 3290msgstr "" 3291 3292#: misc/dumpe2fs.c:392 3293#, c-format 3294msgid "" 3295"\n" 3296"Journal block size: %u\n" 3297"Journal length: %u\n" 3298"Journal first block: %u\n" 3299"Journal sequence: 0x%08x\n" 3300"Journal start: %u\n" 3301"Journal number of users: %u\n" 3302msgstr "" 3303 3304#: misc/dumpe2fs.c:405 3305#, c-format 3306msgid "Journal users: %s\n" 3307msgstr "" 3308 3309#: misc/dumpe2fs.c:421 misc/mke2fs.c:700 misc/tune2fs.c:910 3310#, c-format 3311msgid "Couldn't allocate memory to parse options!\n" 3312msgstr "" 3313 3314#: misc/dumpe2fs.c:447 3315#, c-format 3316msgid "Invalid superblock parameter: %s\n" 3317msgstr "" 3318 3319#: misc/dumpe2fs.c:462 3320#, c-format 3321msgid "Invalid blocksize parameter: %s\n" 3322msgstr "" 3323 3324#: misc/dumpe2fs.c:473 3325#, c-format 3326msgid "" 3327"\n" 3328"Bad extended option(s) specified: %s\n" 3329"\n" 3330"Extended options are separated by commas, and may take an argument which\n" 3331"\tis set off by an equals ('=') sign.\n" 3332"\n" 3333"Valid extended options are:\n" 3334"\tsuperblock=<superblock number>\n" 3335"\tblocksize=<blocksize>\n" 3336msgstr "" 3337 3338#: misc/dumpe2fs.c:532 misc/mke2fs.c:1462 3339#, c-format 3340msgid "\tUsing %s\n" 3341msgstr "" 3342 3343#: misc/dumpe2fs.c:568 misc/e2image.c:681 misc/tune2fs.c:1626 3344#: resize/main.c:312 3345#, c-format 3346msgid "Couldn't find valid filesystem superblock.\n" 3347msgstr "" 3348 3349#: misc/dumpe2fs.c:593 3350#, c-format 3351msgid "" 3352"\n" 3353"%s: %s: error reading bitmaps: %s\n" 3354msgstr "" 3355 3356#: misc/e2image.c:52 3357#, c-format 3358msgid "Usage: %s [-rsI] device image_file\n" 3359msgstr "" 3360 3361#: misc/e2image.c:64 3362msgid "Couldn't allocate header buffer\n" 3363msgstr "" 3364 3365#: misc/e2image.c:83 3366#, c-format 3367msgid "short write (only %d bytes) for writing image header" 3368msgstr "" 3369 3370#: misc/e2image.c:102 3371msgid "while writing superblock" 3372msgstr "" 3373 3374#: misc/e2image.c:110 3375msgid "while writing inode table" 3376msgstr "" 3377 3378#: misc/e2image.c:117 3379msgid "while writing block bitmap" 3380msgstr "" 3381 3382#: misc/e2image.c:124 3383msgid "while writing inode bitmap" 3384msgstr "" 3385 3386#: misc/e2label.c:57 3387#, c-format 3388msgid "e2label: cannot open %s\n" 3389msgstr "" 3390 3391#: misc/e2label.c:62 3392#, c-format 3393msgid "e2label: cannot seek to superblock\n" 3394msgstr "" 3395 3396#: misc/e2label.c:67 3397#, c-format 3398msgid "e2label: error reading superblock\n" 3399msgstr "" 3400 3401#: misc/e2label.c:71 3402#, c-format 3403msgid "e2label: not an ext2 filesystem\n" 3404msgstr "" 3405 3406#: misc/e2label.c:96 misc/tune2fs.c:1761 3407#, c-format 3408msgid "Warning: label too long, truncating.\n" 3409msgstr "" 3410 3411#: misc/e2label.c:99 3412#, c-format 3413msgid "e2label: cannot seek to superblock again\n" 3414msgstr "" 3415 3416#: misc/e2label.c:104 3417#, c-format 3418msgid "e2label: error writing superblock\n" 3419msgstr "" 3420 3421#: misc/e2label.c:116 misc/tune2fs.c:580 3422#, c-format 3423msgid "Usage: e2label device [newlabel]\n" 3424msgstr "" 3425 3426#: misc/e2undo.c:35 3427#, c-format 3428msgid "Usage: %s <transaction file> <filesystem>\n" 3429msgstr "" 3430 3431#: misc/e2undo.c:52 3432msgid "Failed to read the file system data \n" 3433msgstr "" 3434 3435#: misc/e2undo.c:62 misc/e2undo.c:83 misc/e2undo.c:108 misc/e2undo.c:205 3436#, c-format 3437msgid "Failed tdb_fetch %s\n" 3438msgstr "" 3439 3440#: misc/e2undo.c:70 3441#, c-format 3442msgid "The file system Mount time didn't match %u\n" 3443msgstr "" 3444 3445#: misc/e2undo.c:89 3446msgid "The file system UUID didn't match \n" 3447msgstr "" 3448 3449#: misc/e2undo.c:162 3450#, c-format 3451msgid "Failed tdb_open %s\n" 3452msgstr "" 3453 3454#: misc/e2undo.c:168 3455#, c-format 3456msgid "Error while determining whether %s is mounted.\n" 3457msgstr "" 3458 3459#: misc/e2undo.c:174 3460msgid "e2undo should only be run on unmounted file system\n" 3461msgstr "" 3462 3463#: misc/e2undo.c:183 3464#, c-format 3465msgid "Failed to open %s\n" 3466msgstr "" 3467 3468#: misc/e2undo.c:209 3469#, c-format 3470msgid "Replayed transaction of size %zd at location %ld\n" 3471msgstr "" 3472 3473#: misc/e2undo.c:215 3474#, c-format 3475msgid "Failed write %s\n" 3476msgstr "" 3477 3478#: misc/fsck.c:343 3479#, c-format 3480msgid "WARNING: couldn't open %s: %s\n" 3481msgstr "" 3482 3483#: misc/fsck.c:353 3484#, c-format 3485msgid "WARNING: bad format on line %d of %s\n" 3486msgstr "" 3487 3488#: misc/fsck.c:368 3489msgid "" 3490"\a\a\aWARNING: Your /etc/fstab does not contain the fsck passno\n" 3491"\tfield. I will kludge around things for you, but you\n" 3492"\tshould fix your /etc/fstab file as soon as you can.\n" 3493"\n" 3494msgstr "" 3495 3496#: misc/fsck.c:477 3497#, c-format 3498msgid "fsck: %s: not found\n" 3499msgstr "" 3500 3501#: misc/fsck.c:593 3502#, c-format 3503msgid "%s: wait: No more child process?!?\n" 3504msgstr "" 3505 3506#: misc/fsck.c:615 3507#, c-format 3508msgid "Warning... %s for device %s exited with signal %d.\n" 3509msgstr "" 3510 3511#: misc/fsck.c:621 3512#, c-format 3513msgid "%s %s: status is %x, should never happen.\n" 3514msgstr "" 3515 3516#: misc/fsck.c:660 3517#, c-format 3518msgid "Finished with %s (exit status %d)\n" 3519msgstr "" 3520 3521#: misc/fsck.c:720 3522#, c-format 3523msgid "%s: Error %d while executing fsck.%s for %s\n" 3524msgstr "" 3525 3526#: misc/fsck.c:741 3527msgid "" 3528"Either all or none of the filesystem types passed to -t must be prefixed\n" 3529"with 'no' or '!'.\n" 3530msgstr "" 3531 3532#: misc/fsck.c:760 3533msgid "Couldn't allocate memory for filesystem types\n" 3534msgstr "" 3535 3536#: misc/fsck.c:883 3537#, c-format 3538msgid "" 3539"%s: skipping bad line in /etc/fstab: bind mount with nonzero fsck pass " 3540"number\n" 3541msgstr "" 3542 3543#: misc/fsck.c:910 3544#, c-format 3545msgid "fsck: cannot check %s: fsck.%s not found\n" 3546msgstr "" 3547 3548#: misc/fsck.c:966 3549msgid "Checking all file systems.\n" 3550msgstr "" 3551 3552#: misc/fsck.c:1057 3553#, c-format 3554msgid "--waiting-- (pass %d)\n" 3555msgstr "" 3556 3557#: misc/fsck.c:1077 3558msgid "" 3559"Usage: fsck [-AMNPRTV] [ -C [ fd ] ] [-t fstype] [fs-options] [filesys ...]\n" 3560msgstr "" 3561 3562#: misc/fsck.c:1119 3563#, c-format 3564msgid "%s: too many devices\n" 3565msgstr "" 3566 3567#: misc/fsck.c:1152 misc/fsck.c:1238 3568#, c-format 3569msgid "%s: too many arguments\n" 3570msgstr "" 3571 3572#: misc/lsattr.c:73 3573#, c-format 3574msgid "Usage: %s [-RVadlv] [files...]\n" 3575msgstr "" 3576 3577#: misc/lsattr.c:83 3578#, c-format 3579msgid "While reading flags on %s" 3580msgstr "" 3581 3582#: misc/lsattr.c:90 3583#, c-format 3584msgid "While reading version on %s" 3585msgstr "" 3586 3587#: misc/mke2fs.c:108 3588#, c-format 3589msgid "" 3590"Usage: %s [-c|-l filename] [-b block-size] [-f fragment-size]\n" 3591"\t[-i bytes-per-inode] [-I inode-size] [-J journal-options]\n" 3592"\t[-G meta group size] [-N number-of-inodes]\n" 3593"\t[-m reserved-blocks-percentage] [-o creator-os]\n" 3594"\t[-g blocks-per-group] [-L volume-label] [-M last-mounted-directory]\n" 3595"\t[-O feature[,...]] [-r fs-revision] [-E extended-option[,...]]\n" 3596"\t[-T fs-type] [-U UUID] [-jnqvFKSV] device [blocks-count]\n" 3597msgstr "" 3598 3599#: misc/mke2fs.c:210 3600#, c-format 3601msgid "Running command: %s\n" 3602msgstr "" 3603 3604#: misc/mke2fs.c:214 3605#, c-format 3606msgid "while trying to run '%s'" 3607msgstr "" 3608 3609#: misc/mke2fs.c:221 3610msgid "while processing list of bad blocks from program" 3611msgstr "" 3612 3613#: misc/mke2fs.c:248 3614#, c-format 3615msgid "Block %d in primary superblock/group descriptor area bad.\n" 3616msgstr "" 3617 3618#: misc/mke2fs.c:250 3619#, c-format 3620msgid "Blocks %u through %u must be good in order to build a filesystem.\n" 3621msgstr "" 3622 3623#: misc/mke2fs.c:253 3624msgid "Aborting....\n" 3625msgstr "" 3626 3627#: misc/mke2fs.c:273 3628#, c-format 3629msgid "" 3630"Warning: the backup superblock/group descriptors at block %u contain\n" 3631"\tbad blocks.\n" 3632"\n" 3633msgstr "" 3634 3635#: misc/mke2fs.c:292 3636msgid "while marking bad blocks as used" 3637msgstr "" 3638 3639#: misc/mke2fs.c:350 3640msgid "done \n" 3641msgstr "" 3642 3643#: misc/mke2fs.c:364 3644msgid "Writing inode tables: " 3645msgstr "" 3646 3647#: misc/mke2fs.c:388 3648#, c-format 3649msgid "" 3650"\n" 3651"Could not write %d blocks in inode table starting at %u: %s\n" 3652msgstr "" 3653 3654#: misc/mke2fs.c:412 3655msgid "while creating root dir" 3656msgstr "" 3657 3658#: misc/mke2fs.c:419 3659msgid "while reading root inode" 3660msgstr "" 3661 3662#: misc/mke2fs.c:433 3663msgid "while setting root inode ownership" 3664msgstr "" 3665 3666#: misc/mke2fs.c:451 3667msgid "while creating /lost+found" 3668msgstr "" 3669 3670#: misc/mke2fs.c:458 3671msgid "while looking up /lost+found" 3672msgstr "" 3673 3674#: misc/mke2fs.c:471 3675msgid "while expanding /lost+found" 3676msgstr "" 3677 3678#: misc/mke2fs.c:486 3679msgid "while setting bad block inode" 3680msgstr "" 3681 3682#: misc/mke2fs.c:513 3683#, c-format 3684msgid "Out of memory erasing sectors %d-%d\n" 3685msgstr "" 3686 3687#: misc/mke2fs.c:523 3688#, c-format 3689msgid "Warning: could not read block 0: %s\n" 3690msgstr "" 3691 3692#: misc/mke2fs.c:539 3693#, c-format 3694msgid "Warning: could not erase sector %d: %s\n" 3695msgstr "" 3696 3697#: misc/mke2fs.c:555 3698msgid "while initializing journal superblock" 3699msgstr "" 3700 3701#: misc/mke2fs.c:561 3702msgid "Zeroing journal device: " 3703msgstr "" 3704 3705#: misc/mke2fs.c:574 3706#, c-format 3707msgid "while zeroing journal device (block %u, count %d)" 3708msgstr "" 3709 3710#: misc/mke2fs.c:590 3711msgid "while writing journal superblock" 3712msgstr "" 3713 3714#: misc/mke2fs.c:606 3715#, c-format 3716msgid "" 3717"warning: %u blocks unused.\n" 3718"\n" 3719msgstr "" 3720 3721#: misc/mke2fs.c:611 3722#, c-format 3723msgid "Filesystem label=%s\n" 3724msgstr "" 3725 3726#: misc/mke2fs.c:612 3727msgid "OS type: " 3728msgstr "" 3729 3730#: misc/mke2fs.c:617 3731#, c-format 3732msgid "Block size=%u (log=%u)\n" 3733msgstr "" 3734 3735#: misc/mke2fs.c:619 3736#, c-format 3737msgid "Fragment size=%u (log=%u)\n" 3738msgstr "" 3739 3740#: misc/mke2fs.c:621 3741#, c-format 3742msgid "Stride=%u blocks, Stripe width=%u blocks\n" 3743msgstr "" 3744 3745#: misc/mke2fs.c:623 3746#, c-format 3747msgid "%u inodes, %u blocks\n" 3748msgstr "" 3749 3750#: misc/mke2fs.c:625 3751#, c-format 3752msgid "%u blocks (%2.2f%%) reserved for the super user\n" 3753msgstr "" 3754 3755#: misc/mke2fs.c:628 3756#, c-format 3757msgid "First data block=%u\n" 3758msgstr "" 3759 3760#: misc/mke2fs.c:630 3761#, c-format 3762msgid "Maximum filesystem blocks=%lu\n" 3763msgstr "" 3764 3765#: misc/mke2fs.c:634 3766#, c-format 3767msgid "%u block groups\n" 3768msgstr "" 3769 3770#: misc/mke2fs.c:636 3771#, c-format 3772msgid "%u block group\n" 3773msgstr "" 3774 3775#: misc/mke2fs.c:637 3776#, c-format 3777msgid "%u blocks per group, %u fragments per group\n" 3778msgstr "" 3779 3780#: misc/mke2fs.c:639 3781#, c-format 3782msgid "%u inodes per group\n" 3783msgstr "" 3784 3785#: misc/mke2fs.c:646 3786#, c-format 3787msgid "Superblock backups stored on blocks: " 3788msgstr "" 3789 3790#: misc/mke2fs.c:725 3791#, c-format 3792msgid "Invalid stride parameter: %s\n" 3793msgstr "" 3794 3795#: misc/mke2fs.c:740 3796#, c-format 3797msgid "Invalid stripe-width parameter: %s\n" 3798msgstr "" 3799 3800#: misc/mke2fs.c:762 3801#, c-format 3802msgid "Invalid resize parameter: %s\n" 3803msgstr "" 3804 3805#: misc/mke2fs.c:769 3806#, c-format 3807msgid "The resize maximum must be greater than the filesystem size.\n" 3808msgstr "" 3809 3810#: misc/mke2fs.c:793 3811#, c-format 3812msgid "On-line resizing not supported with revision 0 filesystems\n" 3813msgstr "" 3814 3815#: misc/mke2fs.c:819 3816#, c-format 3817msgid "" 3818"\n" 3819"Bad option(s) specified: %s\n" 3820"\n" 3821"Extended options are separated by commas, and may take an argument which\n" 3822"\tis set off by an equals ('=') sign.\n" 3823"\n" 3824"Valid extended options are:\n" 3825"\tstride=<RAID per-disk data chunk in blocks>\n" 3826"\tstripe-width=<RAID stride * data disks in blocks>\n" 3827"\tresize=<resize maximum size in blocks>\n" 3828"\tlazy_itable_init=<0 to disable, 1 to enable>\n" 3829"\ttest_fs\n" 3830"\tdiscard\n" 3831"\tnodiscard\n" 3832"\n" 3833msgstr "" 3834 3835#: misc/mke2fs.c:837 3836#, c-format 3837msgid "" 3838"\n" 3839"Warning: RAID stripe-width %u not an even multiple of stride %u.\n" 3840"\n" 3841msgstr "" 3842 3843#: misc/mke2fs.c:869 3844#, c-format 3845msgid "" 3846"Syntax error in mke2fs config file (%s, line #%d)\n" 3847"\t%s\n" 3848msgstr "" 3849 3850#: misc/mke2fs.c:882 misc/tune2fs.c:369 3851#, c-format 3852msgid "Invalid filesystem option set: %s\n" 3853msgstr "" 3854 3855#: misc/mke2fs.c:1019 3856#, c-format 3857msgid "" 3858"\n" 3859"Your mke2fs.conf file does not define the %s filesystem type.\n" 3860msgstr "" 3861 3862#: misc/mke2fs.c:1023 3863#, c-format 3864msgid "" 3865"You probably need to install an updated mke2fs.conf file.\n" 3866"\n" 3867msgstr "" 3868 3869#: misc/mke2fs.c:1027 3870#, c-format 3871msgid "Aborting...\n" 3872msgstr "" 3873 3874#: misc/mke2fs.c:1064 3875#, c-format 3876msgid "" 3877"\n" 3878"Warning: the fs_type %s is not defined in mke2fs.conf\n" 3879"\n" 3880msgstr "" 3881 3882#: misc/mke2fs.c:1276 3883#, c-format 3884msgid "invalid block size - %s" 3885msgstr "" 3886 3887#: misc/mke2fs.c:1280 3888#, c-format 3889msgid "Warning: blocksize %d not usable on most systems.\n" 3890msgstr "" 3891 3892#: misc/mke2fs.c:1296 3893#, c-format 3894msgid "invalid fragment size - %s" 3895msgstr "" 3896 3897#: misc/mke2fs.c:1302 3898#, c-format 3899msgid "Warning: fragments not supported. Ignoring -f option\n" 3900msgstr "" 3901 3902#: misc/mke2fs.c:1309 3903msgid "Illegal number for blocks per group" 3904msgstr "" 3905 3906#: misc/mke2fs.c:1314 3907msgid "blocks per group must be multiple of 8" 3908msgstr "" 3909 3910#: misc/mke2fs.c:1322 3911msgid "Illegal number for flex_bg size" 3912msgstr "" 3913 3914#: misc/mke2fs.c:1328 3915msgid "flex_bg size must be a power of 2" 3916msgstr "" 3917 3918#: misc/mke2fs.c:1338 3919#, c-format 3920msgid "invalid inode ratio %s (min %d/max %d)" 3921msgstr "" 3922 3923#: misc/mke2fs.c:1348 3924#, c-format 3925msgid "" 3926"Warning: -K option is deprecated and should not be used anymore. Use '-E " 3927"nodiscard' extended option instead!\n" 3928msgstr "" 3929 3930#: misc/mke2fs.c:1362 3931msgid "in malloc for bad_blocks_filename" 3932msgstr "" 3933 3934#: misc/mke2fs.c:1372 3935#, c-format 3936msgid "invalid reserved blocks percent - %s" 3937msgstr "" 3938 3939#: misc/mke2fs.c:1390 3940#, c-format 3941msgid "bad revision level - %s" 3942msgstr "" 3943 3944#: misc/mke2fs.c:1402 3945#, c-format 3946msgid "invalid inode size - %s" 3947msgstr "" 3948 3949#: misc/mke2fs.c:1422 3950#, c-format 3951msgid "bad num inodes - %s" 3952msgstr "" 3953 3954#: misc/mke2fs.c:1487 misc/mke2fs.c:2299 3955#, c-format 3956msgid "while trying to open journal device %s\n" 3957msgstr "" 3958 3959#: misc/mke2fs.c:1493 3960#, c-format 3961msgid "Journal dev blocksize (%d) smaller than minimum blocksize %d\n" 3962msgstr "" 3963 3964#: misc/mke2fs.c:1499 3965#, c-format 3966msgid "Using journal device's blocksize: %d\n" 3967msgstr "" 3968 3969#: misc/mke2fs.c:1508 3970#, c-format 3971msgid "%d-byte blocks too big for system (max %d)" 3972msgstr "" 3973 3974#: misc/mke2fs.c:1512 3975#, c-format 3976msgid "" 3977"Warning: %d-byte blocks too big for system (max %d), forced to continue\n" 3978msgstr "" 3979 3980#: misc/mke2fs.c:1521 3981#, c-format 3982msgid "invalid blocks count '%s' on device '%s'" 3983msgstr "" 3984 3985#: misc/mke2fs.c:1531 3986msgid "filesystem" 3987msgstr "" 3988 3989#: misc/mke2fs.c:1567 3990#, c-format 3991msgid "" 3992"%s: Size of device %s too big to be expressed in 32 bits\n" 3993"\tusing a blocksize of %d.\n" 3994msgstr "" 3995 3996#: misc/mke2fs.c:1576 resize/main.c:381 3997msgid "while trying to determine filesystem size" 3998msgstr "" 3999 4000#: misc/mke2fs.c:1583 4001msgid "" 4002"Couldn't determine device size; you must specify\n" 4003"the size of the filesystem\n" 4004msgstr "" 4005 4006#: misc/mke2fs.c:1590 4007msgid "" 4008"Device size reported to be zero. Invalid partition specified, or\n" 4009"\tpartition table wasn't reread after running fdisk, due to\n" 4010"\ta modified partition being busy and in use. You may need to reboot\n" 4011"\tto re-read your partition table.\n" 4012msgstr "" 4013 4014#: misc/mke2fs.c:1608 4015msgid "Filesystem larger than apparent device size." 4016msgstr "" 4017 4018#: misc/mke2fs.c:1614 4019#, c-format 4020msgid "Failed to parse fs types list\n" 4021msgstr "" 4022 4023#: misc/mke2fs.c:1648 4024msgid "fs_types for mke2fs.conf resolution: " 4025msgstr "" 4026 4027#: misc/mke2fs.c:1655 4028#, c-format 4029msgid "Filesystem features not supported with revision 0 filesystems\n" 4030msgstr "" 4031 4032#: misc/mke2fs.c:1662 4033#, c-format 4034msgid "Sparse superblocks not supported with revision 0 filesystems\n" 4035msgstr "" 4036 4037#: misc/mke2fs.c:1674 4038#, c-format 4039msgid "Journals not supported with revision 0 filesystems\n" 4040msgstr "" 4041 4042#: misc/mke2fs.c:1692 4043#, c-format 4044msgid "" 4045"The resize_inode and meta_bg features are not compatible.\n" 4046"They can not be both enabled simultaneously.\n" 4047msgstr "" 4048 4049#: misc/mke2fs.c:1709 4050msgid "while trying to determine hardware sector size" 4051msgstr "" 4052 4053#: misc/mke2fs.c:1715 4054msgid "while trying to determine physical sector size" 4055msgstr "" 4056 4057#: misc/mke2fs.c:1746 4058msgid "while setting blocksize; too small for device\n" 4059msgstr "" 4060 4061#: misc/mke2fs.c:1751 4062#, c-format 4063msgid "" 4064"Warning: specified blocksize %d is less than device physical sectorsize %d\n" 4065msgstr "" 4066 4067#: misc/mke2fs.c:1771 4068#, c-format 4069msgid "warning: Unable to get device geometry for %s\n" 4070msgstr "" 4071 4072#: misc/mke2fs.c:1774 4073#, c-format 4074msgid "%s alignment is offset by %lu bytes.\n" 4075msgstr "" 4076 4077#: misc/mke2fs.c:1776 4078#, c-format 4079msgid "" 4080"This may result in very poor performance, (re)-partitioning suggested.\n" 4081msgstr "" 4082 4083#: misc/mke2fs.c:1810 4084msgid "reserved online resize blocks not supported on non-sparse filesystem" 4085msgstr "" 4086 4087#: misc/mke2fs.c:1819 4088msgid "blocks per group count out of range" 4089msgstr "" 4090 4091#: misc/mke2fs.c:1834 4092msgid "Flex_bg feature not enabled, so flex_bg size may not be specified" 4093msgstr "" 4094 4095#: misc/mke2fs.c:1846 4096#, c-format 4097msgid "invalid inode size %d (min %d/max %d)" 4098msgstr "" 4099 4100#: misc/mke2fs.c:1860 4101#, c-format 4102msgid "too many inodes (%llu), raise inode ratio?" 4103msgstr "" 4104 4105#: misc/mke2fs.c:1865 4106#, c-format 4107msgid "too many inodes (%llu), specify < 2^32 inodes" 4108msgstr "" 4109 4110#: misc/mke2fs.c:1880 4111#, c-format 4112msgid "" 4113"inode_size (%u) * inodes_count (%u) too big for a\n" 4114"\tfilesystem with %lu blocks, specify higher inode_ratio (-i)\n" 4115"\tor lower inode count (-N).\n" 4116msgstr "" 4117 4118#: misc/mke2fs.c:1973 misc/tune2fs.c:1544 4119msgid "Couldn't allocate memory for tdb filename\n" 4120msgstr "" 4121 4122#: misc/mke2fs.c:1986 misc/tune2fs.c:1566 4123#, c-format 4124msgid "while trying to delete %s" 4125msgstr "" 4126 4127#: misc/mke2fs.c:1996 4128#, c-format 4129msgid "" 4130"Overwriting existing filesystem; this can be undone using the command:\n" 4131" e2undo %s %s\n" 4132"\n" 4133msgstr "" 4134 4135#: misc/mke2fs.c:2036 4136#, c-format 4137msgid "Calling BLKDISCARD from %llu to %llu " 4138msgstr "" 4139 4140#: misc/mke2fs.c:2040 4141#, c-format 4142msgid "failed.\n" 4143msgstr "" 4144 4145#: misc/mke2fs.c:2042 4146#, c-format 4147msgid "succeeded.\n" 4148msgstr "" 4149 4150#: misc/mke2fs.c:2109 4151msgid "while setting up superblock" 4152msgstr "" 4153 4154#: misc/mke2fs.c:2119 4155#, c-format 4156msgid "Discard succeeded and will return 0s - skipping inode table wipe\n" 4157msgstr "" 4158 4159#: misc/mke2fs.c:2183 4160#, c-format 4161msgid "unknown os - %s" 4162msgstr "" 4163 4164#: misc/mke2fs.c:2237 4165msgid "while trying to allocate filesystem tables" 4166msgstr "" 4167 4168#: misc/mke2fs.c:2268 4169#, c-format 4170msgid "while zeroing block %u at end of filesystem" 4171msgstr "" 4172 4173#: misc/mke2fs.c:2281 4174msgid "while reserving blocks for online resize" 4175msgstr "" 4176 4177#: misc/mke2fs.c:2292 misc/tune2fs.c:517 4178msgid "journal" 4179msgstr "" 4180 4181#: misc/mke2fs.c:2304 4182#, c-format 4183msgid "Adding journal to device %s: " 4184msgstr "" 4185 4186#: misc/mke2fs.c:2311 4187#, c-format 4188msgid "" 4189"\n" 4190"\twhile trying to add journal to device %s" 4191msgstr "" 4192 4193#: misc/mke2fs.c:2316 misc/mke2fs.c:2348 misc/tune2fs.c:546 misc/tune2fs.c:560 4194#, c-format 4195msgid "done\n" 4196msgstr "" 4197 4198#: misc/mke2fs.c:2325 4199#, c-format 4200msgid "Skipping journal creation in super-only mode\n" 4201msgstr "" 4202 4203#: misc/mke2fs.c:2336 4204#, c-format 4205msgid "Creating journal (%u blocks): " 4206msgstr "" 4207 4208#: misc/mke2fs.c:2353 4209#, c-format 4210msgid "Writing superblocks and filesystem accounting information: " 4211msgstr "" 4212 4213#: misc/mke2fs.c:2358 4214#, c-format 4215msgid "" 4216"\n" 4217"Warning, had trouble writing out superblocks." 4218msgstr "" 4219 4220#: misc/mke2fs.c:2361 4221#, c-format 4222msgid "" 4223"done\n" 4224"\n" 4225msgstr "" 4226 4227#: misc/mklost+found.c:49 4228#, c-format 4229msgid "Usage: mklost+found\n" 4230msgstr "" 4231 4232#: misc/partinfo.c:39 4233#, c-format 4234msgid "" 4235"Usage: %s device...\n" 4236"\n" 4237"Prints out the partition information for each given device.\n" 4238"For example: %s /dev/hda\n" 4239"\n" 4240msgstr "" 4241 4242#: misc/partinfo.c:49 4243#, c-format 4244msgid "Cannot open %s: %s" 4245msgstr "" 4246 4247#: misc/partinfo.c:55 4248#, c-format 4249msgid "Cannot get geometry of %s: %s" 4250msgstr "" 4251 4252#: misc/partinfo.c:63 4253#, c-format 4254msgid "Cannot get size of %s: %s" 4255msgstr "" 4256 4257#: misc/partinfo.c:69 4258#, c-format 4259msgid "%s: h=%3d s=%3d c=%4d start=%8d size=%8lu end=%8d\n" 4260msgstr "" 4261 4262#: misc/tune2fs.c:96 4263msgid "Please run e2fsck on the filesystem.\n" 4264msgstr "" 4265 4266#: misc/tune2fs.c:105 4267#, c-format 4268msgid "" 4269"Usage: %s [-c max_mounts_count] [-e errors_behavior] [-g group]\n" 4270"\t[-i interval[d|m|w]] [-j] [-J journal_options] [-l]\n" 4271"\t[-m reserved_blocks_percent] [-o [^]mount_options[,...]] \n" 4272"\t[-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label]\n" 4273"\t[-M last_mounted_dir] [-O [^]feature[,...]]\n" 4274"\t[-E extended-option[,...]] [-T last_check_time] [-U UUID]\n" 4275"\t[ -I new_inode_size ] device\n" 4276msgstr "" 4277 4278#: misc/tune2fs.c:190 4279msgid "while trying to open external journal" 4280msgstr "" 4281 4282#: misc/tune2fs.c:194 4283#, c-format 4284msgid "%s is not a journal device.\n" 4285msgstr "" 4286 4287#: misc/tune2fs.c:209 4288msgid "Journal superblock not found!\n" 4289msgstr "" 4290 4291#: misc/tune2fs.c:221 4292msgid "Filesystem's UUID not found on journal device.\n" 4293msgstr "" 4294 4295#: misc/tune2fs.c:242 4296msgid "Journal NOT removed\n" 4297msgstr "" 4298 4299#: misc/tune2fs.c:248 4300msgid "Journal removed\n" 4301msgstr "" 4302 4303#: misc/tune2fs.c:288 4304msgid "while reading bitmaps" 4305msgstr "" 4306 4307#: misc/tune2fs.c:296 4308msgid "while clearing journal inode" 4309msgstr "" 4310 4311#: misc/tune2fs.c:307 4312msgid "while writing journal inode" 4313msgstr "" 4314 4315#: misc/tune2fs.c:322 4316#, c-format 4317msgid "Invalid mount option set: %s\n" 4318msgstr "" 4319 4320#: misc/tune2fs.c:338 4321#, c-format 4322msgid "(and reboot afterwards!)\n" 4323msgstr "" 4324 4325#: misc/tune2fs.c:372 4326#, c-format 4327msgid "Clearing filesystem feature '%s' not supported.\n" 4328msgstr "" 4329 4330#: misc/tune2fs.c:378 4331#, c-format 4332msgid "Setting filesystem feature '%s' not supported.\n" 4333msgstr "" 4334 4335#: misc/tune2fs.c:387 4336msgid "" 4337"The has_journal feature may only be cleared when the filesystem is\n" 4338"unmounted or mounted read-only.\n" 4339msgstr "" 4340 4341#: misc/tune2fs.c:395 4342msgid "" 4343"The needs_recovery flag is set. Please run e2fsck before clearing\n" 4344"the has_journal flag.\n" 4345msgstr "" 4346 4347#: misc/tune2fs.c:428 4348msgid "" 4349"Clearing the flex_bg flag would cause the the filesystem to be\n" 4350"inconsistent.\n" 4351msgstr "" 4352 4353#: misc/tune2fs.c:439 4354msgid "" 4355"The huge_file feature may only be cleared when the filesystem is\n" 4356"unmounted or mounted read-only.\n" 4357msgstr "" 4358 4359#: misc/tune2fs.c:512 4360msgid "The filesystem already has a journal.\n" 4361msgstr "" 4362 4363#: misc/tune2fs.c:530 4364#, c-format 4365msgid "" 4366"\n" 4367"\twhile trying to open journal on %s\n" 4368msgstr "" 4369 4370#: misc/tune2fs.c:534 4371#, c-format 4372msgid "Creating journal on device %s: " 4373msgstr "" 4374 4375#: misc/tune2fs.c:542 4376#, c-format 4377msgid "while adding filesystem to journal on %s" 4378msgstr "" 4379 4380#: misc/tune2fs.c:548 4381msgid "Creating journal inode: " 4382msgstr "" 4383 4384#: misc/tune2fs.c:557 4385msgid "" 4386"\n" 4387"\twhile trying to create journal file" 4388msgstr "" 4389 4390#: misc/tune2fs.c:623 4391#, c-format 4392msgid "Couldn't parse date/time specifier: %s" 4393msgstr "" 4394 4395#: misc/tune2fs.c:647 misc/tune2fs.c:660 4396#, c-format 4397msgid "bad mounts count - %s" 4398msgstr "" 4399 4400#: misc/tune2fs.c:676 4401#, c-format 4402msgid "bad error behavior - %s" 4403msgstr "" 4404 4405#: misc/tune2fs.c:703 4406#, c-format 4407msgid "bad gid/group name - %s" 4408msgstr "" 4409 4410#: misc/tune2fs.c:736 4411#, c-format 4412msgid "bad interval - %s" 4413msgstr "" 4414 4415#: misc/tune2fs.c:765 4416#, c-format 4417msgid "bad reserved block ratio - %s" 4418msgstr "" 4419 4420#: misc/tune2fs.c:780 4421msgid "-o may only be specified once" 4422msgstr "" 4423 4424#: misc/tune2fs.c:790 4425msgid "-O may only be specified once" 4426msgstr "" 4427 4428#: misc/tune2fs.c:800 4429#, c-format 4430msgid "bad reserved blocks count - %s" 4431msgstr "" 4432 4433#: misc/tune2fs.c:829 4434#, c-format 4435msgid "bad uid/user name - %s" 4436msgstr "" 4437 4438#: misc/tune2fs.c:846 4439#, c-format 4440msgid "bad inode size - %s" 4441msgstr "" 4442 4443#: misc/tune2fs.c:853 4444#, c-format 4445msgid "Inode size must be a power of two- %s" 4446msgstr "" 4447 4448#: misc/tune2fs.c:942 4449#, c-format 4450msgid "Invalid RAID stride: %s\n" 4451msgstr "" 4452 4453#: misc/tune2fs.c:957 4454#, c-format 4455msgid "Invalid RAID stripe-width: %s\n" 4456msgstr "" 4457 4458#: misc/tune2fs.c:972 4459#, c-format 4460msgid "Invalid hash algorithm: %s\n" 4461msgstr "" 4462 4463#: misc/tune2fs.c:978 4464#, c-format 4465msgid "Setting default hash algorithm to %s (%d)\n" 4466msgstr "" 4467 4468#: misc/tune2fs.c:998 4469#, c-format 4470msgid "" 4471"\n" 4472"Bad options specified.\n" 4473"\n" 4474"Extended options are separated by commas, and may take an argument which\n" 4475"\tis set off by an equals ('=') sign.\n" 4476"\n" 4477"Valid extended options are:\n" 4478"\tstride=<RAID per-disk chunk size in blocks>\n" 4479"\tstripe_width=<RAID stride*data disks in blocks>\n" 4480"\thash_alg=<hash algorithm>\n" 4481"\ttest_fs\n" 4482"\t^test_fs\n" 4483msgstr "" 4484 4485#: misc/tune2fs.c:1471 resize/resize2fs.c:790 4486msgid "blocks to be moved" 4487msgstr "" 4488 4489#: misc/tune2fs.c:1474 4490msgid "Failed to allocate block bitmap when increasing inode size\n" 4491msgstr "" 4492 4493#: misc/tune2fs.c:1480 4494msgid "Not enough space to increase inode size \n" 4495msgstr "" 4496 4497#: misc/tune2fs.c:1485 4498msgid "Failed to relocate blocks during inode resize \n" 4499msgstr "" 4500 4501#: misc/tune2fs.c:1517 4502msgid "" 4503"Error in resizing the inode size.\n" 4504"Run e2undo to undo the file system changes. \n" 4505msgstr "" 4506 4507#: misc/tune2fs.c:1576 4508#, c-format 4509msgid "" 4510"To undo the tune2fs operation please run the command\n" 4511" e2undo %s %s\n" 4512"\n" 4513msgstr "" 4514 4515#: misc/tune2fs.c:1637 4516#, c-format 4517msgid "The inode size is already %lu\n" 4518msgstr "" 4519 4520#: misc/tune2fs.c:1642 4521#, c-format 4522msgid "Shrinking the inode size is not supported\n" 4523msgstr "" 4524 4525#: misc/tune2fs.c:1685 4526#, c-format 4527msgid "Setting maximal mount count to %d\n" 4528msgstr "" 4529 4530#: misc/tune2fs.c:1691 4531#, c-format 4532msgid "Setting current mount count to %d\n" 4533msgstr "" 4534 4535#: misc/tune2fs.c:1696 4536#, c-format 4537msgid "Setting error behavior to %d\n" 4538msgstr "" 4539 4540#: misc/tune2fs.c:1701 4541#, c-format 4542msgid "Setting reserved blocks gid to %lu\n" 4543msgstr "" 4544 4545#: misc/tune2fs.c:1706 4546#, c-format 4547msgid "Setting interval between checks to %lu seconds\n" 4548msgstr "" 4549 4550#: misc/tune2fs.c:1713 4551#, c-format 4552msgid "Setting reserved blocks percentage to %g%% (%u blocks)\n" 4553msgstr "" 4554 4555#: misc/tune2fs.c:1720 4556#, c-format 4557msgid "reserved blocks count is too big (%lu)" 4558msgstr "" 4559 4560#: misc/tune2fs.c:1726 4561#, c-format 4562msgid "Setting reserved blocks count to %lu\n" 4563msgstr "" 4564 4565#: misc/tune2fs.c:1732 4566msgid "" 4567"\n" 4568"The filesystem already has sparse superblocks.\n" 4569msgstr "" 4570 4571#: misc/tune2fs.c:1739 4572#, c-format 4573msgid "" 4574"\n" 4575"Sparse superblock flag set. %s" 4576msgstr "" 4577 4578#: misc/tune2fs.c:1744 4579msgid "" 4580"\n" 4581"Clearing the sparse superflag not supported.\n" 4582msgstr "" 4583 4584#: misc/tune2fs.c:1751 4585#, c-format 4586msgid "Setting time filesystem last checked to %s\n" 4587msgstr "" 4588 4589#: misc/tune2fs.c:1757 4590#, c-format 4591msgid "Setting reserved blocks uid to %lu\n" 4592msgstr "" 4593 4594#: misc/tune2fs.c:1808 4595msgid "Invalid UUID format\n" 4596msgstr "" 4597 4598#: misc/tune2fs.c:1820 4599msgid "The inode size may only be changed when the filesystem is unmounted.\n" 4600msgstr "" 4601 4602#: misc/tune2fs.c:1827 4603msgid "" 4604"Changing the inode size not supported for filesystems with the flex_bg\n" 4605"feature enabled.\n" 4606msgstr "" 4607 4608#: misc/tune2fs.c:1839 4609#, c-format 4610msgid "Setting inode size %lu\n" 4611msgstr "" 4612 4613#: misc/tune2fs.c:1849 4614#, c-format 4615msgid "Setting stride size to %d\n" 4616msgstr "" 4617 4618#: misc/tune2fs.c:1854 4619#, c-format 4620msgid "Setting stripe width to %d\n" 4621msgstr "" 4622 4623#: misc/util.c:72 4624msgid "Proceed anyway? (y,n) " 4625msgstr "" 4626 4627#: misc/util.c:93 4628#, c-format 4629msgid "Could not stat %s --- %s\n" 4630msgstr "" 4631 4632#: misc/util.c:96 4633msgid "" 4634"\n" 4635"The device apparently does not exist; did you specify it correctly?\n" 4636msgstr "" 4637 4638#: misc/util.c:107 4639#, c-format 4640msgid "%s is not a block special device.\n" 4641msgstr "" 4642 4643#: misc/util.c:136 4644#, c-format 4645msgid "%s is entire device, not just one partition!\n" 4646msgstr "" 4647 4648#: misc/util.c:158 4649msgid "mke2fs forced anyway. Hope /etc/mtab is incorrect.\n" 4650msgstr "" 4651 4652#: misc/util.c:163 4653#, c-format 4654msgid "will not make a %s here!\n" 4655msgstr "" 4656 4657#: misc/util.c:170 4658msgid "mke2fs forced anyway.\n" 4659msgstr "" 4660 4661#: misc/util.c:186 4662msgid "Couldn't allocate memory to parse journal options!\n" 4663msgstr "" 4664 4665#: misc/util.c:211 4666#, c-format 4667msgid "" 4668"\n" 4669"Could not find journal device matching %s\n" 4670msgstr "" 4671 4672#: misc/util.c:232 4673msgid "" 4674"\n" 4675"Bad journal options specified.\n" 4676"\n" 4677"Journal options are separated by commas, and may take an argument which\n" 4678"\tis set off by an equals ('=') sign.\n" 4679"\n" 4680"Valid journal options are:\n" 4681"\tsize=<journal size in megabytes>\n" 4682"\tdevice=<journal device>\n" 4683"\n" 4684"The journal size must be between 1024 and 10240000 filesystem blocks.\n" 4685"\n" 4686msgstr "" 4687 4688#: misc/util.c:262 4689msgid "" 4690"\n" 4691"Filesystem too small for a journal\n" 4692msgstr "" 4693 4694#: misc/util.c:269 4695#, c-format 4696msgid "" 4697"\n" 4698"The requested journal size is %d blocks; it must be\n" 4699"between 1024 and 10240000 blocks. Aborting.\n" 4700msgstr "" 4701 4702#: misc/util.c:277 4703msgid "" 4704"\n" 4705"Journal size too big for filesystem.\n" 4706msgstr "" 4707 4708#: misc/util.c:287 4709#, c-format 4710msgid "" 4711"This filesystem will be automatically checked every %d mounts or\n" 4712"%g days, whichever comes first. Use tune2fs -c or -i to override.\n" 4713msgstr "" 4714 4715#: misc/uuidgen.c:31 4716#, c-format 4717msgid "Usage: %s [-r] [-t]\n" 4718msgstr "" 4719 4720#: resize/extent.c:201 4721msgid "# Extent dump:\n" 4722msgstr "" 4723 4724#: resize/extent.c:202 4725#, c-format 4726msgid "#\tNum=%d, Size=%d, Cursor=%d, Sorted=%d\n" 4727msgstr "" 4728 4729#: resize/extent.c:205 4730#, c-format 4731msgid "#\t\t %u -> %u (%d)\n" 4732msgstr "" 4733 4734#: resize/main.c:42 4735#, c-format 4736msgid "" 4737"Usage: %s [-d debug_flags] [-f] [-F] [-M] [-P] [-p] device [new_size]\n" 4738"\n" 4739msgstr "" 4740 4741#: resize/main.c:64 4742msgid "Extending the inode table" 4743msgstr "" 4744 4745#: resize/main.c:67 4746msgid "Relocating blocks" 4747msgstr "" 4748 4749#: resize/main.c:70 4750msgid "Scanning inode table" 4751msgstr "" 4752 4753#: resize/main.c:73 4754msgid "Updating inode references" 4755msgstr "" 4756 4757#: resize/main.c:76 4758msgid "Moving inode table" 4759msgstr "" 4760 4761#: resize/main.c:79 4762msgid "Unknown pass?!?" 4763msgstr "" 4764 4765#: resize/main.c:82 4766#, c-format 4767msgid "Begin pass %d (max = %lu)\n" 4768msgstr "" 4769 4770#: resize/main.c:265 4771#, c-format 4772msgid "while opening %s" 4773msgstr "" 4774 4775#: resize/main.c:277 4776#, c-format 4777msgid "while getting stat information for %s" 4778msgstr "" 4779 4780#: resize/main.c:338 4781#, c-format 4782msgid "" 4783"%s: The combination of flex_bg and\n" 4784"\t!resize_inode features is not supported by resize2fs.\n" 4785msgstr "" 4786 4787#: resize/main.c:351 resize/main.c:451 4788#, c-format 4789msgid "" 4790"Please run 'e2fsck -f %s' first.\n" 4791"\n" 4792msgstr "" 4793 4794#: resize/main.c:355 4795#, c-format 4796msgid "Estimated minimum size of the filesystem: %u\n" 4797msgstr "" 4798 4799#: resize/main.c:391 4800#, c-format 4801msgid "Invalid new size: %s\n" 4802msgstr "" 4803 4804#: resize/main.c:403 4805#, c-format 4806msgid "New size smaller than minimum (%u)\n" 4807msgstr "" 4808 4809#: resize/main.c:409 4810msgid "Invalid stride length" 4811msgstr "" 4812 4813#: resize/main.c:433 4814#, c-format 4815msgid "" 4816"The containing partition (or device) is only %u (%dk) blocks.\n" 4817"You requested a new size of %u blocks.\n" 4818"\n" 4819msgstr "" 4820 4821#: resize/main.c:440 4822#, c-format 4823msgid "" 4824"The filesystem is already %u blocks long. Nothing to do!\n" 4825"\n" 4826msgstr "" 4827 4828#: resize/main.c:455 4829#, c-format 4830msgid "Resizing the filesystem on %s to %u (%dk) blocks.\n" 4831msgstr "" 4832 4833#: resize/main.c:464 4834#, c-format 4835msgid "while trying to resize %s" 4836msgstr "" 4837 4838#: resize/main.c:467 4839#, c-format 4840msgid "" 4841"Please run 'e2fsck -fy %s' to fix the filesystem\n" 4842"after the aborted resize operation.\n" 4843msgstr "" 4844 4845#: resize/main.c:473 4846#, c-format 4847msgid "" 4848"The filesystem on %s is now %u blocks long.\n" 4849"\n" 4850msgstr "" 4851 4852#: resize/main.c:488 4853#, c-format 4854msgid "while trying to truncate %s" 4855msgstr "" 4856 4857#: resize/online.c:37 4858#, c-format 4859msgid "Filesystem at %s is mounted on %s; on-line resizing required\n" 4860msgstr "" 4861 4862#: resize/online.c:41 4863msgid "On-line shrinking not supported" 4864msgstr "" 4865 4866#: resize/online.c:60 4867msgid "Filesystem does not support online resizing" 4868msgstr "" 4869 4870#: resize/online.c:67 4871#, c-format 4872msgid "while trying to open mountpoint %s" 4873msgstr "" 4874 4875#: resize/online.c:75 4876msgid "Permission denied to resize filesystem" 4877msgstr "" 4878 4879#: resize/online.c:78 4880msgid "Kernel does not support online resizing" 4881msgstr "" 4882 4883#: resize/online.c:81 4884msgid "While checking for on-line resizing support" 4885msgstr "" 4886 4887#: resize/online.c:110 4888#, c-format 4889msgid "Performing an on-line resize of %s to %u (%dk) blocks.\n" 4890msgstr "" 4891 4892#: resize/online.c:120 4893msgid "While trying to extend the last group" 4894msgstr "" 4895 4896#: resize/online.c:179 4897#, c-format 4898msgid "While trying to add group #%d" 4899msgstr "" 4900 4901#: resize/online.c:190 4902#, c-format 4903msgid "" 4904"Filesystem at %s is mounted on %s, and on-line resizing is not supported on " 4905"this system.\n" 4906msgstr "" 4907 4908#: resize/resize2fs.c:350 4909#, c-format 4910msgid "inodes (%llu) must be less than %u" 4911msgstr "" 4912 4913#: resize/resize2fs.c:582 4914msgid "reserved blocks" 4915msgstr "" 4916 4917#: resize/resize2fs.c:795 4918msgid "meta-data blocks" 4919msgstr "" 4920 4921#: resize/resize2fs.c:1752 4922#, c-format 4923msgid "Should never happen: resize inode corrupt!\n" 4924msgstr "" 4925