1/* $NetBSD: msg.mi.en,v 1.10 2015/05/17 10:13:24 martin Exp $ */ 2 3/* 4 * Copyright 1997 Piermont Information Systems Inc. 5 * All rights reserved. 6 * 7 * Written by Philip A. Nelson for Piermont Information Systems Inc. 8 * 9 * Redistribution and use in source and binary forms, with or without 10 * modification, are permitted provided that the following conditions 11 * are met: 12 * 1. Redistributions of source code must retain the above copyright 13 * notice, this list of conditions and the following disclaimer. 14 * 2. Redistributions in binary form must reproduce the above copyright 15 * notice, this list of conditions and the following disclaimer in the 16 * documentation and/or other materials provided with the distribution. 17 * 3. The name of Piermont Information Systems Inc. may not be used to endorse 18 * or promote products derived from this software without specific prior 19 * written permission. 20 * 21 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS'' 22 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE 25 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 31 * THE POSSIBILITY OF SUCH DAMAGE. 32 * 33 */ 34 35/* MI Message catalog -- english, machine independent */ 36 37message usage 38{usage: sysinst [-D] [-f definition_file] [-r release] [-C bg:fg] 39} 40 41message sysinst_message_language 42{Installation messages in English} 43 44message sysinst_message_locale 45{en_US.ISO8859-1} 46 47message Yes {Yes} 48message No {No} 49message All {All} 50message Some {Some} 51message None {None} 52message none {none} 53message OK {OK} 54message ok {ok} 55message On {On} 56message Off {Off} 57message unchanged {unchanged} 58message Delete {Delete?} 59 60message install 61{install} 62 63message reinstall 64{reinstall sets for} 65 66message upgrade 67{upgrade} 68 69message hello 70{NetBSD/@@MACHINE@@ @@VERSION@@ 71 72This menu-driven tool is designed to help you install NetBSD to a hard 73disk, or upgrade an existing NetBSD system, with a minimum of work. 74In the following menus type the reference letter (a, b, c, ...) to 75select an item, or type CTRL+N/CTRL+P to select the next/previous item. 76The arrow keys and Page-up/Page-down may also work. 77Activate the current selection from the menu by typing the enter key. 78} 79 80message thanks 81{Thank you for using NetBSD! 82} 83 84message installusure 85{You have chosen to install NetBSD on your hard disk. This will change 86information on your hard disk. You should have made a full backup 87before this procedure! This procedure will do the following things: 88 a) Partition your disk 89 b) Create new BSD file systems 90 c) Load and install distribution sets 91 d) Some initial system configuration 92 93(After you enter the partition information but before your disk is 94changed, you will have the opportunity to quit this procedure.) 95 96Shall we continue? 97} 98 99message upgradeusure 100{Ok, let's upgrade NetBSD on your hard disk. As always, this will 101change information on your hard disk. You should have made a full backup 102before this procedure! Do you really want to upgrade NetBSD? 103(This is your last warning before this procedure starts modifying your 104disks.) 105} 106 107message reinstallusure 108{Ok, let's unpack the NetBSD distribution sets to a bootable hard disk. 109This procedure just fetches and unpacks sets onto a pre-partitioned 110bootable disk. It does not label disks, upgrade bootblocks, or save 111any existing configuration info. (Quit and choose `install' or 112`upgrade' if you want those options.) You should have already done an 113`install' or `upgrade' before starting this procedure! 114 115Do you really want to reinstall NetBSD distribution sets? 116(This is your last warning before this procedure starts modifying your 117disks.) 118} 119 120message mount_failed 121{Mounting %s failed. Continue? 122} 123 124message nodisk 125{I can not find any hard disks for use by NetBSD. You will be 126returned to the original menu. 127} 128 129message onedisk 130{I found only one disk, %s. 131Therefore I assume you want to %s NetBSD on it. 132} 133 134message ask_disk 135{On which disk do you want to %s NetBSD? } 136 137message Available_disks 138{Available disks} 139 140message heads 141{heads} 142 143message sectors 144{sectors} 145 146message fs_isize 147{average file size (bytes)} 148 149message mountpoint 150{mount point (or 'none')} 151 152message cylname 153{cyl} 154 155message secname 156{sec} 157 158message megname 159{MB} 160 161message layout 162{NetBSD uses a BSD disklabel to carve up the NetBSD portion of the disk 163into multiple BSD partitions. You must now set up your BSD disklabel. 164 165You can use a simple editor to set the sizes of the NetBSD partitions, 166or keep the existing partition sizes and contents. 167 168You will then be given the opportunity to change any of the disklabel 169fields. 170 171The NetBSD part of your disk is %d Megabytes. 172A full installation requires at least %d Megabytes without X and 173at least %d Megabytes if the X sets are included. 174} 175 176message Choose_your_size_specifier 177{Choosing megabytes will give partition sizes close to your choice, 178but aligned to cylinder boundaries. Choosing sectors will allow you 179to more accurately specify the sizes. On most disks, there is little 180to gain from cylinder alignment. On very old disks, it is most efficient 181to choose partition sizes that are exact multiples of your actual 182cylinder size. 183 184Choose your size specifier} 185 186message ptnsizes 187{You can now change the sizes for the system partitions. The default is 188to allocate all the space to the root file system. However, you may wish 189to have separate /usr (additional system files), /var (log files etc) 190or /home (users' home directories) file systems. 191 192Free space will be added to the partition marked with a '+'. 193} 194 195message ptnheaders 196{ 197 MB Cylinders Sectors Filesystem 198} 199 200message askfsmount 201{Mount point?} 202 203message askfssize 204{Size for %s in %s?} 205 206message askunits 207{Change input units (sectors/cylinders/MB)} 208 209message NetBSD_partition_cant_change 210{NetBSD partition} 211 212message Whole_disk_cant_change 213{Whole disk} 214 215message Boot_partition_cant_change 216{Boot partition} 217 218message add_another_ptn 219{Add a user defined partition} 220 221message fssizesok 222{Accept partition sizes. Free space %d %s, %d free partitions.} 223 224message fssizesbad 225{Reduce partition sizes by %d %s (%u sectors).} 226 227message startoutsidedisk 228{The start value you specified is beyond the end of the disk. 229} 230 231message endoutsidedisk 232{With this value, the partition end is beyond the end of the disk. 233Your partition size has been truncated to %d %s. 234 235Type enter to continue 236} 237 238message toobigdisklabel 239{ 240This disk is too large for a disklabel partition table to be used 241and hence cannot be used as a bootable disk or to hold the root 242partition. 243} 244 245message fspart 246{We now have your BSD disklabel partitions as: 247This is your last chance to change them. 248 249} 250 251message fspart_header 252{ Start %3s End %3s Size %3s FS type Newfs Mount Mount point 253 --------- --------- --------- ---------- ----- ----- ----------- 254} 255 256message fspart_row 257{%9lu %9lu %9lu %-10s %-5s %-5s %s} 258 259message show_all_unused_partitions 260{Show all unused partitions} 261 262message partition_sizes_ok 263{Partition sizes ok} 264 265message edfspart 266{The current values for partition `%c' are, 267Select the field you wish to change: 268 269 MB cylinders sectors 270 ------- --------- --------- 271} 272 273message fstype_fmt 274{ FStype: %9s} 275 276message start_fmt 277{ start: %9u %8u%c %9u} 278 279message size_fmt 280{ size: %9u %8u%c %9u} 281 282message end_fmt 283{ end: %9u %8u%c %9u} 284 285message bsize_fmt 286{ block size: %9d bytes} 287 288message fsize_fmt 289{ fragment size: %9d bytes} 290 291message isize_fmt 292{ avg file size: %9d bytes (for number of inodes)} 293message isize_fmt_dflt 294{ avg file size: 4 fragments} 295 296message newfs_fmt 297{ newfs: %9s} 298 299message mount_fmt 300{ mount: %9s} 301 302message mount_options_fmt 303{ mount options: } 304 305message mountpt_fmt 306{ mount point: %9s} 307 308message toggle 309{Toggle} 310 311message restore 312{Restore original values} 313 314message Select_the_type 315{Select the type} 316 317message other_types 318{other types} 319 320message label_size 321{%s 322Special values that can be entered for the size value: 323 -1: use until the end of the NetBSD part of the disk 324 a-%c: end this partition where partition X starts 325 326size (%s)} 327 328message label_offset 329{%s 330Special values that can be entered for the offset value: 331 -1: start at the beginning of the NetBSD part of the disk 332 a-%c: start at the end of previous partition (a, b, ..., %c) 333 334start (%s)} 335 336message invalid_sector_number 337{Badly formed sector number 338} 339 340message Select_file_system_block_size 341{Select file system block size} 342 343message Select_file_system_fragment_size 344{Select file system fragment size} 345 346message packname 347{Please enter a name for your NetBSD disk} 348 349message lastchance 350{Ok, we are now ready to install NetBSD on your hard disk (%s). Nothing has been 351written yet. This is your last chance to quit this process before anything 352gets changed. 353 354Shall we continue? 355} 356 357message disksetupdone 358{Ok, the first part of the procedure is finished. Sysinst has 359written a disklabel to the target disk, and newfs'ed and fsck'ed 360the new partitions you specified for the target disk. 361} 362 363message disksetupdoneupdate 364{Ok, the first part of the procedure is finished. Sysinst has 365written a disklabel to the target disk, and fsck'ed the new 366partitions you specified for the target disk. 367} 368 369message openfail 370{Could not open %s, error message was: %s. 371} 372 373message mountfail 374{mount of device /dev/%s%c on %s failed. 375} 376 377message extractcomplete 378{The extraction of the selected sets for NetBSD-@@VERSION@@ is complete. 379The system is now able to boot from the selected hard disk. To complete 380the installation, sysinst will give you the opportunity to configure 381some essential things first. 382} 383 384message instcomplete 385{The installation of NetBSD-@@VERSION@@ is now complete. The system 386should boot from hard disk. Follow the instructions in the INSTALL 387document about final configuration of your system. We also recommend 388reading the afterboot(8) manpage; it contains a list of things to be 389checked after the first complete boot. 390 391At a minimum, you should edit /etc/rc.conf to match your needs. See 392/etc/defaults/rc.conf for the default values. 393} 394 395message upgrcomplete 396{The upgrade to NetBSD-@@VERSION@@ is now complete. You will 397now need to follow the instructions in the INSTALL document as to 398what you need to do to get your system reconfigured for your situation. 399Remember to (re)read the afterboot(8) manpage as it may contain new 400items since your last upgrade. 401} 402 403 404message unpackcomplete 405{Unpacking additional release sets of NetBSD-@@VERSION@@ is now complete. 406You will now need to follow the instructions in the INSTALL document 407to get your system reconfigured for your situation. 408The afterboot(8) manpage can also be of some help. 409 410If you unpacked the etc set, you will need to edit /etc/rc.conf to get a 411multi-user system. At a minimum, you will need to change rc_configured=NO 412to rc_configured=YES. 413} 414 415message distmedium 416{Your disk is now ready for installing the kernel and the distribution 417sets. As noted in your INSTALL notes, you have several options. For 418ftp or nfs, you must be connected to a network with access to the proper 419machines. 420 421Sets selected %d, processed %d, Next set %s. 422 423} 424 425message distset 426{The NetBSD distribution is broken into a collection of distribution 427sets. There are some basic sets that are needed by all installations 428and there are some other sets that are optional. You may choose to install 429a core set (Minimal installation), all of them (Full installation), or a custom 430group of sets (Custom installation). 431} 432 433message ftpsource 434{The following are the %s site, directory, user, and password that 435will be used. If "user" is "ftp", then the password is not needed. 436 437} 438 439message email 440{e-mail address} 441 442message dev 443{device} 444 445message nfssource 446{Enter the nfs host and server directory where the distribution is located. 447Remember, the directory should contain the .tgz files and 448must be nfs mountable. 449 450} 451 452message floppysource 453{Enter the floppy device to be used and transfer directory on the target 454file system. The set files must be in the root directory of the floppies. 455 456} 457 458message cdromsource 459{Enter the CDROM device to be used and directory on the CDROM where 460the distribution is located. 461Remember, the directory should contain the .tgz files. 462 463} 464 465message Available_cds 466{Available CDs } 467 468message ask_cd 469{Multiple CDs found. Please select the one containing the install CD.} 470 471message cd_path_not_found 472{The installation sets have not been found at the default location on this 473CD. Please check the device and path name.} 474 475message localfssource 476{Enter the unmounted local device and directory on that device where 477the distribution is located. 478Remember, the directory should contain the .tgz files. 479 480} 481 482message localdir 483{Enter the already-mounted local directory where the distribution is located. 484Remember, the directory should contain the .tgz files. 485 486} 487 488message filesys 489{file system} 490 491message nonet 492{I can not find any network interfaces for use by NetBSD. You will be 493returned to the previous menu. 494} 495 496message netup 497{The following network interfaces are active: %s 498Does one of them connect to the required server?} 499 500message asknetdev 501{Which network device would you like to use?} 502 503message netdevs 504{Available interfaces} 505 506message netinfo 507{To be able to use the network, we need answers to the following: 508 509} 510 511message net_domain 512{Your DNS domain} 513 514message net_host 515{Your host name} 516 517message net_ip 518{Your IPv4 address} 519 520message net_srv_ip 521{Server IPv4 address} 522 523message net_mask 524{IPv4 Netmask} 525 526message net_namesrv 527{Your name server} 528 529message net_defroute 530{IPv4 gateway} 531 532message net_media 533{Network media type} 534 535message netok 536{The following are the values you entered. 537 538DNS Domain: %s 539Host Name: %s 540Nameserver: %s 541Primary Interface: %s 542Media type: %s 543Host IP: %s 544Netmask: %s 545IPv4 Gateway: %s 546} 547 548message netok_slip 549{The following are the values you entered. Are they OK? 550 551DNS Domain: %s 552Host Name: %s 553Nameserver: %s 554Primary Interface: %s 555Media type: %s 556Host IP: %s 557Server IP: %s 558Netmask: %s 559IPv4 Gateway: %s 560} 561 562message netokv6 563{IPv6 autoconf: %s 564} 565 566message netok_ok 567{Are they OK?} 568 569message wait_network 570{ 571Waiting while network interface comes up. 572} 573 574message resolv 575{Could not create /etc/resolv.conf. Install aborted. 576} 577 578message realdir 579{Could not change to directory %s: %s. Install aborted. 580} 581 582message delete_xfer_file 583{Delete after install} 584 585message notarfile 586{Release set %s does not exist.} 587 588message endtarok 589{All selected distribution sets unpacked successfully.} 590 591message endtar 592{There were problems unpacking distribution sets. 593Your installation is incomplete. 594 595You selected %d distribution sets. %d sets couldn't be found 596and %d were skipped after an error occurred. Of the %d 597that were attempted, %d unpacked without errors and %d with errors. 598 599Aborting installation. Please recheck your distribution source 600and consider reinstalling sets from the main menu.} 601 602message abort 603{Your choices have made it impossible to install NetBSD. Install aborted. 604} 605 606message abortinst 607{The distribution was not successfully loaded. You will need to proceed 608by hand. Installation aborted. 609} 610 611message abortupgr 612{The distribution was not successfully loaded. You will need to proceed 613by hand. Upgrade aborted. 614} 615 616message abortunpack 617{Unpacking additional sets was not successful. You will need to 618proceed by hand, or choose a different source for release sets and try 619again. 620} 621 622message createfstab 623{There is a big problem! Can not create /mnt/etc/fstab. Bailing out! 624} 625 626 627message noetcfstab 628{Help! No /etc/fstab in target disk %s. Aborting upgrade. 629} 630 631message badetcfstab 632{Help! Can't parse /etc/fstab in target disk %s. Aborting upgrade. 633} 634 635message X_oldexists 636{I cannot save %s/bin/X as %s/bin/X.old, because the 637target disk already has an %s/bin/X.old. Please fix this before 638continuing. 639 640One way is to start a shell from the Utilities menu, examine the 641target %s/bin/X and %s/bin/X.old. If 642%s/bin/X.old is from a completed upgrade, you can rm -f 643%s/bin/X.old and restart. Or if %s/bin/X.old is from 644a recent, incomplete upgrade, you can rm -f %s/bin/X and mv 645%s/bin/X.old to %s/bin/X 646 647Aborting upgrade.} 648 649message netnotup 650{There was a problem in setting up the network. Either your gateway 651or your nameserver was not reachable by a ping. Do you want to 652configure your network again? ("No" allows you to continue anyway 653or abort the install process.) 654} 655 656message netnotup_continueanyway 657{Would you like to continue the install process anyway, and assume 658that the network is working? ("No" aborts the install process.) 659} 660 661message makedev 662{Making device nodes ... 663} 664 665message badfs 666{It appears that /dev/%s%c is not a BSD file system or the fsck was 667not successful. Try mounting it anyway? (Error number %d.) 668} 669 670message rootmissing 671{ target root is missing %s. 672} 673 674message badroot 675{The completed new root file system failed a basic sanity check. 676Are you sure you installed all the required sets? 677} 678 679message fd_type 680{Floppy file system type} 681 682message fdnotfound 683{Could not find the file on the floppy. 684} 685 686message fdremount 687{The floppy was not mounted successfully. 688} 689 690message fdmount 691{Please load the floppy containing the file named "%s.%s". 692 693If the set has no more disks, select "Set finished" to install the set. 694Select "Abort fetch" to return to the install media selection menu. 695} 696 697message mntnetconfig 698{Is the network information you entered accurate for this machine 699in regular operation and do you want it installed in /etc? } 700 701message cur_distsets 702{The following is the list of distribution sets that will be used. 703 704} 705 706message cur_distsets_header 707{ Distribution set Selected 708 ------------------------ -------- 709} 710 711message set_base 712{Base} 713 714message set_system 715{Configuration files (/etc)} 716 717message set_compiler 718{Compiler tools} 719 720message set_games 721{Games} 722 723message set_man_pages 724{Manual pages} 725 726message set_misc 727{Miscellaneous} 728 729message set_modules 730{Kernel modules} 731 732message set_tests 733{Test programs} 734 735message set_text_tools 736{Text processing tools} 737 738message set_X11 739{X11 sets} 740 741message set_X11_base 742{X11 base and clients} 743 744message set_X11_etc 745{X11 configuration} 746 747message set_X11_fonts 748{X11 fonts} 749 750message set_X11_servers 751{X11 servers} 752 753message set_X11_prog 754{X11 programming} 755 756message set_source 757{Source and debug sets} 758 759message set_syssrc 760{Kernel sources} 761 762message set_src 763{Base sources} 764 765message set_sharesrc 766{Share sources} 767 768message set_gnusrc 769{GNU sources} 770 771message set_xsrc 772{X11 sources} 773 774message set_debug 775{Debug symbols} 776 777message set_xdebug 778{X11 debug symbols} 779 780message cur_distsets_row 781{%-27s %3s} 782 783message select_all 784{Select all the above sets} 785 786message select_none 787{Deselect all the above sets} 788 789message install_selected_sets 790{Install selected sets} 791 792message tarerror 793{There was an error in extracting the file %s. That means 794some files were not extracted correctly and your system will not be 795complete. 796 797Continue extracting sets?} 798 799message must_be_one_root 800{There must be a single partition marked to be mounted on '/'.} 801 802message partitions_overlap 803{partitions %c and %c overlap.} 804 805message No_Bootcode 806{No bootcode for specified FS type of root partition} 807 808message cannot_ufs2_root 809{Sorry, the root file system can't be FFSv2 due to lack of bootloader support 810on this port.} 811 812message edit_partitions_again 813{ 814 815You can either edit the partition table by hand, or give up and return 816to the main menu. 817 818Edit the partition table again?} 819 820message config_open_error 821{Could not open config file %s\n} 822 823message choose_timezone 824{Please choose the timezone that fits you best from the list below. 825Press RETURN to select an entry. 826Press 'x' followed by RETURN to quit the timezone selection. 827 828 Default: %s 829 Selected: %s 830 Local time: %s %s 831} 832 833message tz_back 834{ Back to main timezone list} 835 836message swapactive 837{The disk that you selected has a swap partition that may currently be 838in use if your system is low on memory. Because you are going to 839repartition this disk, this swap partition will be disabled now. Please 840beware that this might lead to out of swap errors. Should you get such 841an error, please restart the system and try again.} 842 843message swapdelfailed 844{Sysinst failed to deactivate the swap partition on the disk that you 845chose for installation. Please reboot and try again.} 846 847message rootpw 848{The root password of the newly installed system has not yet been initialized, 849and is thus empty. Do you want to set a root password for the system now?} 850 851message rootsh 852{You can now select which shell to use for the root user. The default is 853/bin/sh, but you may prefer another one.} 854 855message no_root_fs 856{ 857There is no defined root file system. You need to define at least 858one mount point with "/". 859 860Press <return> to continue. 861} 862 863message slattach { 864Enter slattach flags 865} 866 867message Pick_an_option {Pick an option to turn on or off.} 868message Scripting {Scripting} 869message Logging {Logging} 870 871message Status { Status: } 872message Command {Command: } 873message Running {Running} 874message Finished {Finished} 875message Command_failed {Command failed} 876message Command_ended_on_signal {Command ended on signal} 877 878message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System} 879message Exit_Install_System {Exit Install System} 880message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk} 881message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk} 882message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets} 883message Reboot_the_computer {Reboot the computer} 884message Utility_menu {Utility menu} 885message Config_menu {Config menu} 886message exit_utility_menu {Back to main menu} 887message exit_menu_generic {Exit} 888message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities} 889message Run_bin_sh {Run /bin/sh} 890message Set_timezone {Set timezone} 891message Configure_network {Configure network} 892message Partition_a_disk {Partition a disk} 893message Logging_functions {Logging functions} 894message Halt_the_system {Halt the system} 895message yes_or_no {yes or no?} 896message Hit_enter_to_continue {Hit enter to continue} 897message Choose_your_installation {Choose your installation} 898message Set_Sizes {Set sizes of NetBSD partitions} 899message Use_Existing {Use existing partition sizes} 900message Megabytes {Megabytes} 901message Cylinders {Cylinders} 902message Sectors {Sectors} 903message Select_medium {Install from} 904message ftp {FTP} 905message http {HTTP} 906message nfs {NFS} 907.if HAVE_INSTALL_IMAGE 908message cdrom {CD-ROM / DVD / install image media} 909.else 910message cdrom {CD-ROM / DVD} 911.endif 912message floppy {Floppy} 913message local_fs {Unmounted fs} 914message local_dir {Local directory} 915message Select_your_distribution {Select your distribution} 916message Full_installation {Full installation} 917message Full_installation_nox {Installation without X11} 918message Minimal_installation {Minimal installation} 919message Custom_installation {Custom installation} 920message hidden {** hidden **} 921message Host {Host} 922message Base_dir {Base directory} 923message Set_dir_bin {Binary set directory} 924message Set_dir_src {Source set directory} 925message Xfer_dir {Transfer directory} 926message User {User} 927message Password {Password} 928message Proxy {Proxy} 929message Get_Distribution {Get Distribution} 930message Continue {Continue} 931message What_do_you_want_to_do {What do you want to do?} 932message Try_again {Try again} 933message Set_finished {Set finished} 934message Skip_set {Skip set} 935message Skip_group {Skip set group} 936message Abandon {Abandon installation} 937message Abort_fetch {Abort fetch} 938message Device {Device} 939message File_system {File system} 940message Select_DNS_server { Select DNS server} 941message other {other } 942message Perform_autoconfiguration {Perform autoconfiguration?} 943message Root_shell {Root shell} 944message User_shell {User shell} 945message Color_scheme {Color scheme} 946message White_on_black {White on black} 947message Black_on_white {Black on white} 948message White_on_blue {White on blue} 949message Green_on_black {Green on black} 950 951.if AOUT2ELF 952message aoutfail 953{The directory where the old a.out shared libraries should be moved to could 954not be created. Please try the upgrade procedure again and make sure you 955have mounted all file systems.} 956 957message emulbackup 958{Either the /emul/aout or /emul directory on your system was a symbolic link 959pointing to an unmounted file system. It has been given a '.old' extension. 960Once you bring your upgraded system back up, you may need to take care 961of merging the newly created /emul/aout directory with the old one. 962} 963.endif 964 965message oldsendmail 966{Sendmail is no longer in this release of NetBSD, default MTA is 967postfix. The file /etc/mailer.conf still chooses the removed 968sendmail. Do you want to upgrade /etc/mailer.conf automatically for 969postfix? If you choose "No" you will have to update /etc/mailer.conf 970yourself to ensure proper email delivery.} 971 972message license 973{To use the network interface %s, you must agree to the license in 974file %s. To view this file now, you can type ^Z, look at the contents of 975the file and then type "fg" to resume.} 976 977message binpkg 978{To configure the binary package system, please choose the network location 979to fetch packages from. Once your system comes up, you can use 'pkgin' 980to install additional packages, or remove packages.} 981 982message pkgpath 983{Enabling binary packages with pkgin requires setting up the repository. 984The following are the host, directory, user, and password that 985will be used. If "user" is "ftp", then the password is not needed. 986 987} 988message rcconf_backup_failed {Making backup of rc.conf failed. Continue?} 989message rcconf_backup_succeeded {rc.conf backup saved to %s.} 990message rcconf_restore_failed {Restoring backup rc.conf failed.} 991message rcconf_delete_failed {Deleting old %s entry failed.} 992message Pkg_dir {Package directory} 993message configure_prior {configure a prior installation of} 994message configure {configure} 995message change {change} 996message password_set {password set} 997message YES {YES} 998message NO {NO} 999message DONE {DONE} 1000message abandoned {Abandoned} 1001message empty {***EMPTY***} 1002message timezone {Timezone} 1003message change_rootpw {Change root password} 1004message enable_binpkg {Enable installation of binary packages} 1005message enable_sshd {Enable sshd} 1006message enable_ntpd {Enable ntpd} 1007message run_ntpdate {Run ntpdate at boot} 1008message enable_mdnsd {Enable mdnsd} 1009message enable_xdm {Enable xdm} 1010message enable_cgd {Enable cgd} 1011message enable_lvm {Enable lvm} 1012message enable_raid {Enable raidframe} 1013message add_a_user {Add a user} 1014message configmenu {Configure the additional items as needed.} 1015message doneconfig {Finished configuring} 1016message Install_pkgin {Install pkgin and update package summary} 1017message binpkg_installed 1018{Your system is now configured to use pkgin to install binary packages. To 1019install a package, run: 1020 1021pkgin install <packagename> 1022 1023from a root shell. Read the pkgin(1) manual page for further information.} 1024message Install_pkgsrc {Fetch and unpack pkgsrc} 1025message pkgsrc 1026{Installing pkgsrc requires unpacking an archive retrieved over the network. 1027The following are the host, directory, user, and password that 1028will be used. If "user" is "ftp", then the password is not needed. 1029 1030} 1031message Pkgsrc_dir {pkgsrc directory} 1032message get_pkgsrc {Fetch and unpack pkgsrc for building from source} 1033message retry_pkgsrc_network {Network configuration failed. Retry?} 1034message quit_pkgsrc {Quit without installing pkgsrc} 1035message quit_pkgs_install {Quit installing binary pkgs} 1036message pkgin_failed 1037{Installation of pkgin failed, possibly because no binary packages 1038exist. Please check the package path and try again.} 1039message failed {Failed} 1040 1041message notsupported {Operation not supported!} 1042message askfsmountadv {Mountpoint (or 'raid', 'cgd', 'lvm')?} 1043message partman {Extended partitioning} 1044message editbsdpart {Edit BSD partitions} 1045message editmbr {Edit and save MBR} 1046message switchgpt {Switch to GPT} 1047message switchmbr {Switch to MBR} 1048message renamedisk {Set disk name} 1049message fmtasraid {Format as RAID} 1050message fmtaslvm {Format as LVM PV} 1051message encrypt {Encrypt} 1052message setbootable {Bootable flag} 1053message erase {Safe erase} 1054message undo {Undo changes} 1055message unconfig {Unconfigure} 1056message edit {Edit} 1057message doumount {Force umount} 1058message fillzeros {Fill with zeros} 1059message fillrandom {Fill with random data} 1060message fillcrypto {Fill with crypto data} 1061message raid0 {0 - No parity, simple striping.} 1062message raid1 {1 - Mirroring. The parity is the mirror.} 1063message raid4 {4 - Striping with parity stored on the last component.} 1064message raid5 {5 - Striping with distributed parity.} 1065 1066message fremove {REMOVE} 1067message remove {Remove} 1068message add {Add} 1069message auto {auto} 1070 1071message removepartswarn {This removes all partitions on the disk. Do you want to continue?} 1072message saveprompt {Save changes before finishing?} 1073message cantsave {Changes cannot be saved.} 1074message noroot {No root partition defined. Cannot continue\n} 1075message wannaunblock { 1076Device is blocked. Editing it may cause problems. 1077Do you want to force unblock it and continue?} 1078message wannatry {Do you want to try?} 1079message create_cgd {Create cryptographic volume (CGD)} 1080message create_cnd {Create virtual disk image (VND)} 1081message create_vg {Create volume group (LVM VG)} 1082message create_lv { Create logical volume} 1083message create_raid {Create software RAID} 1084message updpmlist {Update device list} 1085message savepm {Save changes} 1086message pmblocked {BLOCKED} 1087message pmunchanged {UNCHANGED} 1088message pmsetboot {BOOT} 1089message pmused {USED} 1090message pmmounted {(mounted)} 1091message pmunused {(unused)} 1092message pmgptdisk {GPT-labeled disk} 1093 1094message finishpm {Finish partitioning} 1095message limitcount {Limit for the device count was reached!} 1096message invaliddev {Invalid device!} 1097message avdisks {Available disks:} 1098message nofreedev {Cannot allocate device node!} 1099message partman_header 1100{This is the extended partition manager. All disks, partitions, etc. are 1101listed below. MBR partitions, if desired, must be created before editing 1102the disklabel. To use RAID, LVM, or CGD: 1) Create BSD partitions with the 1103appropriate type; 2) Create RAID/LVM VG/CGD using these partitions; 3) Save 1104changes; 4) Create partitions for RAID/CGD or Logical Volumes for LVM.} 1105 1106message raid_menufmt { raid%d (level %1d) on %-34s %11uM} 1107message raid_err_menufmt { EMPTY RAID!} 1108message raid_disks_fmt {Disks: %33s} 1109message raid_spares_fmt {Spares: %32s} 1110message raid_level_fmt {RAID level: %22d} 1111message raid_numrow_fmt {numRow: %22d} 1112message raid_numcol_fmt {numCol: %22d} 1113message raid_numspare_fmt {numSpare: %22d} 1114message raid_sectpersu_fmt {sectPerSU: %22d} 1115message raid_superpar_fmt {SUsPerParityUnit: %22d} 1116message raid_superrec_fmt {SUsPerReconUnit: %22d} 1117message raid_nomultidim {Multi-dimensional arrays are NOT supported!} 1118message raid_numrow_ask {numRow?} 1119message raid_numcol_ask {numCol?} 1120message raid_numspare_ask {numSpare?} 1121message raid_sectpersu_ask {sectPerSU?} 1122message raid_superpar_ask {SUsPerParityUnit?} 1123message raid_superrec_ask {SUsPerReconUnit?} 1124message raid_disks {Disks in RAID:} 1125message vnd_err_menufmt { PATH NOT DEFINED!} 1126message vnd_assgn_menufmt { vnd%1d on %-51s ASSIGN} 1127message vnd_menufmt { vnd%1d on %-45s %11uM} 1128message vnd_path_fmt {File path: %29s} 1129message vnd_assgn_fmt {Create new image: %20s} 1130message vnd_size_fmt {Size: %22sM} 1131message vnd_ro_fmt {Read-only: %22s} 1132message vnd_geom_fmt {Set geometry by hand: %18s} 1133message vnd_bps_fmt {Bytes per Sector: %18s} 1134message vnd_spt_fmt {Sectors per Track: %18s} 1135message vnd_tpc_fmt {Tracks per Cylinder: %18s} 1136message vnd_cyl_fmt {Cylinders: %22s} 1137message vnd_path_ask {File path?} 1138message vnd_size_ask {Size (MB)?} 1139message vnd_bps_ask {Bytes per Sector?} 1140message vnd_spt_ask {Sectors per Track?} 1141message vnd_tpc_ask {Tracks per Cylinder?} 1142message vnd_cyl_ask {Cylinders?} 1143message cgd_err_menufmt { DISK NOT DEFINED!} 1144message cgd_menufmt { cgd%1d %-48s %11uM} 1145message cgd_dev_fmt {Base device: %24s} 1146message cgd_enc_fmt {Encryption: %24s} 1147message cgd_key_fmt {Key size: %24d} 1148message cgd_iv_fmt {IV algorithm: %24s} 1149message cgd_keygen_fmt {Key generation: %24s} 1150message cgd_verif_fmt {Verification method: %17s} 1151message lvm_disks {Disks in VG:} 1152message lvm_menufmt { %-44s %20sM} 1153message lvm_err_menufmt { EMPTY VG!} 1154message lvm_disks_fmt {PV's: %34s} 1155message lvm_name_fmt {Name: %34s} 1156message lvm_maxlv_fmt {MaxLogicalVolumes: %20s} 1157message lvm_maxpv_fmt {MaxPhysicalVolumes: %20s} 1158message lvm_extsiz_fmt {PhysicalExtentSize: %20s} 1159message lvm_name_ask {Name?} 1160message lvm_maxlv_ask {MaxLogicalVolumes?} 1161message lvm_maxpv_ask {MaxPhysicalVolumes?} 1162message lvm_extsiz_ask {PhysicalExtentSize (MB)?} 1163message lvmlv_menufmt { Logical volume %-35s %11uM} 1164message lvmlv_name_fmt {Name: %34s} 1165message lvmlv_size_fmt {Size: %33dM} 1166message lvmlv_ro_fmt {Read-only: %27s} 1167message lvmlv_cont_fmt {Contiguous: %27s} 1168message lvmlv_extnum_fmt {LogicalExtentsNumber: %18s} 1169message lvmlv_minor_fmt {Minor number: %26s} 1170message lvmlv_mirrors_fmt {Mirrors: %27d} 1171message lvmlv_regsiz_fmt {MirrorLogRegionSize: %18s} 1172message lvmlv_pers_fmt {Persistent minor number: %14s} 1173message lvmlv_readahsect_fmt {ReadAheadSectors: %18s} 1174message lvmlv_stripes_fmt {Stripes: %27s} 1175message lvmlv_stripesiz_fmt {StripeSize: %27s} 1176message lvmlv_zero_fmt {Zeroing of the first KB: %13s} 1177message lvmlv_name_ask {Name?} 1178message lvmlv_size_ask {Size (MB)?} 1179message lvmlv_extnum_ask {LogicalExtentsNumber?} 1180message lvmlv_minor_ask {Minor number?} 1181message lvmlv_mirrors_ask {Mirrors?} 1182message lvmlv_regsiz_ask {MirrorLogRegionSize?} 1183message lvmlv_readahsect_ask {ReadAheadSectors?} 1184message lvmlv_stripes_ask {Stripes?} 1185 1186message addusername {8 character username to add} 1187message addusertowheel {Do you wish to add this user to group wheel?} 1188 1189message Delete_partition 1190{Delete partition} 1191 1192