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