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