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