Home | History | Annotate | Line # | Download | only in sysinst
msg.mi.en revision 1.49
      1 /*	$NetBSD: msg.mi.en,v 1.49 2024/04/09 15:17:24 nia 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 
     37 message sysinst_message_language
     38 {Installation messages in English}
     39 
     40 message sysinst_message_locale
     41 {en_US.ISO8859-1}
     42 
     43 message	out_of_memory	{Out of memory!}
     44 message Yes {Yes}
     45 message No {No}
     46 message All {All}
     47 message Some {Some}
     48 message None {None}
     49 message none {none}
     50 message OK {OK}
     51 message ok {ok}
     52 message On {On}
     53 message Off {Off}
     54 message unchanged {unchanged}
     55 message Delete {Delete?}
     56 
     57 message install
     58 {install}
     59 
     60 message reinstall
     61 {reinstall sets for}
     62 
     63 message upgrade
     64 {upgrade}
     65 
     66 message hello
     67 {NetBSD/@@MACHINE@@ @@VERSION@@
     68 
     69 This menu-driven tool is designed to help you install NetBSD to a hard
     70 disk, or upgrade an existing NetBSD system, with a minimum of work.
     71 In the following menus type the reference letter (a, b, c, ...) to
     72 select an item, or type CTRL+N/CTRL+P to select the next/previous item.
     73 The arrow keys and Page-up/Page-down may also work.
     74 Activate the current selection from the menu by typing the enter key.
     75 }
     76 
     77 message thanks
     78 {Thank you for using NetBSD!
     79 }
     80 
     81 message installusure
     82 {You have chosen to install NetBSD on your hard disk.  This will change
     83 information on your hard disk.  You should have made a full backup
     84 before this procedure!  This procedure will do the following things:
     85 	a) Partition your disk
     86 	b) Create new BSD file systems
     87 	c) Load and install distribution sets
     88 	d) Some initial system configuration
     89 
     90 (After you enter the partition information but before your disk is
     91 changed, you will have the opportunity to quit this procedure.)
     92 
     93 Shall we continue?
     94 }
     95 
     96 message upgradeusure
     97 {Ok, let's upgrade NetBSD on your hard disk.  As always, this will
     98 change information on your hard disk.  You should have made a full backup
     99 before this procedure!  Do you really want to upgrade NetBSD?
    100 (This is your last warning before this procedure starts modifying your
    101 disks.)
    102 }
    103 
    104 message reinstallusure
    105 {Ok, let's unpack the NetBSD distribution sets to a bootable hard disk.
    106 This procedure just fetches and unpacks sets onto a pre-partitioned
    107 bootable disk.  It does not label disks, upgrade bootblocks, or save
    108 any existing configuration info.  (Quit and choose `install' or
    109 `upgrade' if you want those options.)  You should have already done an
    110 `install' or `upgrade' before starting this procedure!
    111 
    112 Do you really want to reinstall NetBSD distribution sets?
    113 (This is your last warning before this procedure starts modifying your
    114 disks.)
    115 }
    116 
    117 message mount_failed
    118 {Mounting %s failed.  Continue?
    119 }
    120 
    121 message nodisk
    122 {I can not find any hard disks for use by NetBSD.  You will be
    123 returned to the original menu.
    124 }
    125 
    126 message onedisk
    127 {I found only one disk, %s.
    128 Therefore I assume you want to %s NetBSD on it.
    129 }
    130 
    131 message ask_disk
    132 {On which disk do you want to %s NetBSD? }
    133 
    134 message Available_disks
    135 {Available disks}
    136 
    137 message Available_wedges	{Existing "wedges"}
    138 
    139 message heads
    140 {heads}
    141 
    142 message sectors
    143 {sectors}
    144 
    145 message mountpoint
    146 {mount point (or '-')}
    147 
    148 message cylname
    149 {cyl}
    150 
    151 message secname
    152 {sec}
    153 
    154 message megname
    155 {MB}
    156 
    157 message gigname
    158 {GB}
    159 
    160 /* Called with:				Example
    161  *  $0 = device name			wd0
    162  *  $1 = partitioning scheme name	Guid Partition Table
    163  *  $2 = short version of $1		GPT
    164  *  $3 = disk size for NetBSD		3TB
    165  *  $4 = full install size min.		127M
    166  *  $5 = install with X min.		427M
    167  */
    168 message	layout_prologue_none
    169 {You can use a simple editor to set the sizes of the NetBSD partitions,
    170 or apply the default partition sizes and contents.}
    171 
    172 /* Called with:				Example
    173  *  $0 = device name			wd0
    174  *  $1 = partitioning scheme name	Guid Partition Table
    175  *  $2 = short version of $1		GPT
    176  *  $3 = disk size for NetBSD		3TB
    177  *  $4 = full install size min.		127M
    178  *  $5 = install with X min.		427M
    179  */
    180 
    181 message	layout_prologue_existing
    182 {If you do not want to use the existing partitions, you can
    183 use a simple editor to set the sizes of the NetBSD partitions,
    184 or remove existing ones and apply the default partition sizes.}
    185 
    186 /* Called with:				Example
    187  *  $0 = device name			wd0
    188  *  $1 = partitioning scheme name	Guid Partition Table
    189  *  $2 = short version of $1		GPT
    190  *  $3 = disk size for NetBSD		3TB
    191  *  $4 = full install size min.		127M
    192  *  $5 = install with X min.		427M
    193  */
    194 message layout_main
    195 {
    196 
    197 You will then be given the opportunity to change any of the partition
    198 details.
    199 
    200 The NetBSD (or free) part of your disk ($0) is $3.
    201 
    202 A full installation requires at least $4 without X and
    203 at least $5 if the X sets are included.}
    204 
    205 message Choose_your_size_specifier
    206 {Choosing mega- or gigabytes will give partition sizes close
    207 to your choice, but aligned to cylinder boundaries.
    208 Choosing sectors will allow you to more accurately specify
    209 the sizes. On most disks, there is little to gain from
    210 cylinder alignment.  On very old disks, it is most efficient
    211 to choose partition sizes that are exact multiples of your actual
    212 cylinder size.
    213 
    214 Choose your size specifier}
    215 
    216 message ptnsizes
    217 {You can now change the sizes for the system partitions.  The default is
    218 to allocate all the space to the root file system.  However, you may wish
    219 to have separate /usr (additional system files), /var (log files etc)
    220 or /home (users' home directories) file systems.
    221 
    222 Free space will be added to the partition marked with a '+'.}
    223 
    224 /* Called with: 			Example
    225  *  $0 = list of marker explanations	'=' existining, '@' external
    226  */
    227 message ptnsizes_markers		{Other markers: $0 partition.}
    228 message ptnsizes_mark_existing		{'=' existing}
    229 message ptnsizes_mark_external		{'@' external}
    230 
    231 message ptnheaders_size 	{Size}
    232 message ptnheaders_filesystem	{Filesystem}
    233 
    234 message askfsmount
    235 {Mount point?}
    236 
    237 message askfssize
    238 {Size for %s in %s?}
    239 
    240 message askunits
    241 {Change input units (sectors/cylinders/MB/GB)}
    242 
    243 message NetBSD_partition_cant_change
    244 {NetBSD partition}
    245 
    246 message Whole_disk_cant_change
    247 {Whole disk}
    248 
    249 message Boot_partition_cant_change
    250 {Boot partition}
    251 
    252 message add_another_ptn
    253 {Add a user defined partition}
    254 
    255 /* Called with: 			Example
    256  *  $0 = free space			1.4
    257  *  $1 = size unit			GB
    258  */
    259 message fssizesok
    260 {Go on.  Free space $0 $1.}
    261 
    262 /* Called with: 			Example
    263  *  $0 = missing space			1.4
    264  *  $1 = size unit			GB
    265  */
    266 message fssizesbad
    267 {Abort.  Not enough space, $0 $1 missing!}
    268 
    269 message startoutsidedisk
    270 {The start value you specified is beyond the end of the disk.
    271 }
    272 
    273 message endoutsidedisk
    274 {With this value, the partition end is beyond the end of the disk.
    275 Your partition size has been truncated.}
    276 
    277 /* Called with:				Example
    278  *  $0 = device name			wd0
    279  *  $1 = partitioning scheme name	Master Boot Record (MBR)
    280  *  $2 = short version of $1		MBR
    281  *  $3 = disk size			3TB
    282  *  $4 = size limit			2TB
    283  */
    284 message toobigdisklabel
    285 {
    286 This disk ($0) is too large ($3) for a $2 partition table (max $4),
    287 hence only the start of the disk is usable.
    288 }
    289 
    290 message cvtscheme_hdr		{What would you like to do to the existing partitions?}
    291 message cvtscheme_keep		{keep (use only part of disk)}
    292 message cvtscheme_delete	{delete (all data will be lost!)}
    293 message cvtscheme_convert	{convert to another partitioning method}
    294 message cvtscheme_abort		{abort}
    295 message cvtscheme_error
    296 {Could not convert all partitions}
    297 
    298 /* Called with:				Example
    299  *  $0 = device name			wd0
    300  *  $1 = partitioning scheme name	BSD disklabel
    301  *  $2 = short version of $1		disklabel
    302  *  $3 = optional install flag          (I)nstall,
    303  *  $4 = additional flags description	(B)ootable
    304  *  $5 = total size			2TB
    305  *  $6 = free size			244MB
    306  */
    307 message fspart
    308 {We now have your $2 partitions for $0 below.
    309 This is your last chance to change them.
    310 
    311 Flags: $3(N)ewfs$4.   Total size: $5, free: $6}
    312 
    313 message ptnheaders_start	{Start}
    314 message ptnheaders_end		{End}
    315 message ptnheaders_fstype	{FS type}
    316 
    317 message partition_sizes_ok
    318 {Partition sizes ok}
    319 
    320 message edfspart
    321 {The current values for this partition are
    322 displayed below.
    323 
    324 Select the field you wish to change:}
    325 
    326 message ptn_newfs		{newfs}
    327 message ptn_mount		{mount}
    328 message ptn_mount_options	{mount options}
    329 message ptn_mountpt		{mount point}
    330 
    331 message toggle
    332 {Toggle}
    333 
    334 message restore
    335 {Restore original values}
    336 
    337 message Select_the_type
    338 {Select the type}
    339 
    340 message other_types
    341 {other types}
    342 
    343 /* Called with:				Example
    344  *  $0 = valid partition shortcuts	a-e
    345  *  $1 = maximum allowed		4292098047
    346  *  $2 = size unit			MB
    347  */
    348 message label_size_head
    349 {Special values that can be entered for the size value:
    350     -1:   use until the end}
    351 
    352 /* Called with:				Example
    353  *  $0 = valid partition shortcuts	a-e
    354  *  $1 = maximum allowed		4292098047
    355  *  $2 = size unit			MB
    356  */
    357 message label_size_part_hint
    358 {   $0:   use until the given partition}
    359 
    360 
    361 /* Called with:				Example
    362  *  $0 = valid partition shortcuts	a-e
    363  *  $1 = maximum allowed		4292098047
    364  *  $2 = size unit			MB
    365  */
    366 message label_size_tail			{Size (max $1 $2)}
    367 
    368 /* Called with:				Example
    369  *  $0 = valid partition shortcuts	a-e
    370  *  $1 = valid free space shortcuts	f-h
    371  *  $2 = size unit			MB
    372  */
    373 message label_offset_head
    374 {Special values that can be entered for the offset value:
    375     -1:   start at the beginning}
    376 
    377 /* Called with:				Example
    378  *  $0 = valid partition shortcuts	a-e
    379  *  $1 = valid free space shortcuts	f-h
    380  *  $2 = size unit			MB
    381  */
    382 message label_offset_part_hint
    383 {   $0:   start at the end of given partition}
    384 
    385 /* Called with:				Example
    386  *  $0 = valid partition shortcuts	a-e
    387  *  $1 = valid free space shortcuts	f-h
    388  *  $2 = size unit			MB
    389  */
    390 message label_offset_space_hint
    391 {   $1:   start at the beginning of given free space}
    392 
    393 /* Called with:				Example
    394  *  $0 = valid partition shortcuts	a-e
    395  *  $1 = valid free space shortcuts	f-h
    396  *  $2 = size unit			MB
    397  */
    398 message label_offset_tail		{Start ($2)}
    399 
    400 message invalid_sector_number
    401 {Badly formed number}
    402 
    403 message packname
    404 {Please enter a name for your NetBSD disk}
    405 
    406 message lastchance
    407 {Ok, we are now ready to install NetBSD on your hard disk (%s).  Nothing has been
    408 written yet.  This is your last chance to quit this process before anything
    409 gets changed.
    410 
    411 Shall we continue?
    412 }
    413 
    414 message disksetupdone
    415 {Ok, the first part of the procedure is finished.  Sysinst has
    416 written a disklabel to the target disk, and newfs'ed and fsck'ed
    417 the new partitions you specified for the target disk.
    418 }
    419 
    420 message disksetupdoneupdate
    421 {Ok, the first part of the procedure is finished.  Sysinst has
    422 written a disklabel to the target disk, and fsck'ed the new
    423 partitions you specified for the target disk.
    424 }
    425 
    426 message openfail
    427 {Could not open %s, error message was: %s.
    428 }
    429 
    430 /* Called with:				Example
    431  *  $0 = device name			/dev/wd0a
    432  *  $1 = mount path			/usr
    433  */
    434 message mountfail
    435 {mount of device $0 on $1 failed.
    436 }
    437 
    438 message extractcomplete
    439 {The extraction of the selected sets for NetBSD-@@VERSION@@ is complete.
    440 The system is now able to boot from the selected hard disk.  To complete
    441 the installation, sysinst will give you the opportunity to configure
    442 some essential things first.
    443 }
    444 
    445 message instcomplete
    446 {The installation of NetBSD-@@VERSION@@ is now complete.  The system
    447 should boot from hard disk.  Follow the instructions in the INSTALL
    448 document about final configuration of your system.  We also recommend
    449 reading the afterboot(8) manpage; it contains a list of things to be
    450 checked after the first complete boot.
    451 
    452 At a minimum, you should edit /etc/rc.conf to match your needs.  See
    453 /etc/defaults/rc.conf for the default values.
    454 }
    455 
    456 message upgrcomplete
    457 {The upgrade to NetBSD-@@VERSION@@ is now complete.  You will
    458 now need to follow the instructions in the INSTALL document as to
    459 what you need to do to get your system reconfigured for your situation.
    460 Remember to (re)read the afterboot(8) manpage as it may contain new
    461 items since your last upgrade.
    462 }
    463 
    464 
    465 message unpackcomplete
    466 {Unpacking additional release sets of NetBSD-@@VERSION@@ is now complete.
    467 You will now need to follow the instructions in the INSTALL document
    468 to get your system reconfigured for your situation.
    469 The afterboot(8) manpage can also be of some help.
    470 
    471 If you unpacked the etc set, you will need to edit /etc/rc.conf to get a
    472 multi-user system.  At a minimum, you will need to change rc_configured=NO
    473 to rc_configured=YES.
    474 }
    475 
    476 message distmedium
    477 {Your disk is now ready for installing the kernel and the distribution
    478 sets.  As noted in your INSTALL notes, you have several options.  For
    479 ftp or nfs, you must be connected to a network with access to the proper
    480 machines.
    481 
    482 Sets selected %d, processed %d, Next set %s.
    483 
    484 }
    485 
    486 message distset
    487 {The NetBSD distribution is broken into a collection of distribution
    488 sets.  There are some basic sets that are needed by all installations
    489 and there are some other sets that are optional.  You may choose to install
    490 a core set (Minimal installation), all of them (Full installation), or a custom
    491 group of sets (Custom installation).
    492 }
    493 
    494 /* Called with: 			Example
    495  *  $0 = sets suffix			.tgz
    496  *  $1 = URL protocol used		ftp
    497  */
    498 message ftpsource
    499 {The following are the $1 site, directory, user, and password that
    500 will be used.  If "user" is "ftp", then the password is not needed.
    501 
    502 }
    503 
    504 message email
    505 {e-mail address}
    506 
    507 message dev
    508 {device}
    509 
    510 /* Called with: 			Example
    511  *  $0 = sets suffix			.tgz
    512  */
    513 message nfssource
    514 {Enter the nfs host and server directory where the distribution is located.
    515 Remember, the directory should contain the $0 files and
    516 must be nfs mountable.
    517 
    518 }
    519 
    520 message floppysource
    521 {Enter the floppy device to be used and transfer directory on the target
    522 file system.  The set files must be in the root directory of the floppies.
    523 
    524 }
    525 
    526 /* Called with: 			Example
    527  *  $0 = sets suffix			.tgz
    528  */
    529 message cdromsource
    530 {Enter the CDROM device to be used and directory on the CDROM where
    531 the distribution is located.
    532 Remember, the directory should contain the $0 files.
    533 
    534 }
    535 
    536 message No_cd_found
    537 {Could not locate a CD medium in any drive with the distribution sets!
    538 Enter the correct data manually, or insert a disk and retry.
    539 }
    540 
    541 message abort_install
    542 {Cancel installation}
    543 
    544 message source_sel_retry
    545 {Back to source selection & retry}
    546 
    547 message Available_cds
    548 {Available CDs }
    549 
    550 message ask_cd
    551 {Multiple CDs found.  Please select the one containing the install CD.}
    552 
    553 message cd_path_not_found
    554 {The installation sets have not been found at the default location on this
    555 CD.  Please check the device and path name.}
    556 
    557 /* Called with: 			Example
    558  *  $0 = sets suffix			.tgz
    559  */
    560 message localfssource
    561 {Enter the unmounted local device and directory on that device where
    562 the distribution is located.
    563 Remember, the directory should contain the $0 files.
    564 
    565 }
    566 
    567 /* Called with: 			Example
    568  *  $0 = sets suffix			.tgz
    569  */
    570 message localdir
    571 {Enter the already-mounted local directory where the distribution is located.
    572 Remember, the directory should contain the $0 files.
    573 
    574 }
    575 
    576 message filesys
    577 {file system}
    578 
    579 message nonet
    580 {I can not find any network interfaces for use by NetBSD.  You will be
    581 returned to the previous menu.
    582 }
    583 
    584 message netup
    585 {The following network interfaces are active: %s
    586 Does one of them connect to the required server?}
    587 
    588 message asknetdev
    589 {Which network device would you like to use?}
    590 
    591 message netdevs
    592 {Available interfaces}
    593 
    594 message netinfo
    595 {To be able to use the network, we need answers to the following:
    596 
    597 }
    598 
    599 message net_domain
    600 {Your DNS domain}
    601 
    602 message net_host
    603 {Your host name}
    604 
    605 message net_ip
    606 {Your IPv4 address}
    607 
    608 message net_srv_ip
    609 {Server IPv4 address}
    610 
    611 message net_mask
    612 {IPv4 Netmask}
    613 
    614 message net_namesrv
    615 {Your name server}
    616 
    617 message net_defroute
    618 {IPv4 gateway}
    619 
    620 message net_media
    621 {Network media type}
    622 
    623 message net_ssid
    624 {Wi-Fi SSID?}
    625 
    626 message net_passphrase
    627 {Wi-Fi passphrase?}
    628 
    629 message netok
    630 {The following are the values you entered.
    631 
    632 DNS Domain:		%s
    633 Host Name:		%s
    634 Nameserver:		%s
    635 Primary Interface:	%s
    636 Media type:		%s
    637 Host IP:		%s
    638 Netmask:		%s
    639 IPv4 Gateway:		%s
    640 }
    641 
    642 message netok_slip
    643 {The following are the values you entered.  Are they OK?
    644 
    645 DNS Domain:		%s
    646 Host Name:		%s
    647 Nameserver:		%s
    648 Primary Interface:	%s
    649 Media type:		%s
    650 Host IP:		%s
    651 Server IP:		%s
    652 Netmask:		%s
    653 IPv4 Gateway:		%s
    654 }
    655 
    656 message netokv6
    657 {IPv6 autoconf:		%s
    658 }
    659 
    660 message netok_ok
    661 {Are they OK?}
    662 
    663 message wait_network
    664 {
    665 Waiting while network interface comes up.
    666 }
    667 
    668 message resolv
    669 {Could not create /etc/resolv.conf.  Install aborted.
    670 }
    671 
    672 /* Called with: 			Example
    673  *  $0 = target prefix			/target
    674  *  $1 = error message			No such file or directory
    675  */
    676 message realdir
    677 {Could not change to directory $0: $1.
    678 Install aborted.}
    679 
    680 message delete_xfer_file
    681 {Delete after install}
    682 
    683 /* Called with: 			Example
    684  *  $0 = set name			base
    685  */
    686 message notarfile
    687 {Release set $0 does not exist.}
    688 
    689 message endtarok
    690 {All selected distribution sets unpacked successfully.}
    691 
    692 message endtar
    693 {There were problems unpacking distribution sets.
    694 Your installation is incomplete.
    695 
    696 You selected %d distribution sets.  %d sets couldn't be found
    697 and %d were skipped after an error occurred.  Of the %d
    698 that were attempted, %d unpacked without errors and %d with errors.
    699 
    700 Aborting installation.  Please recheck your distribution source
    701 and consider reinstalling sets from the main menu.}
    702 
    703 message abort_inst {Install aborted.}
    704 message abort_part {Partitioning aborted.}
    705 
    706 message abortinst
    707 {The distribution was not successfully loaded.  You will need to proceed
    708 by hand.  Installation aborted.
    709 }
    710 
    711 message abortupgr
    712 {The distribution was not successfully loaded.  You will need to proceed
    713 by hand.  Upgrade aborted.
    714 }
    715 
    716 message abortunpack
    717 {Unpacking additional sets was not successful.  You will need to
    718 proceed by hand, or choose a different source for release sets and try
    719 again.
    720 }
    721 
    722 message createfstab
    723 {There is a big problem!  Can not create /mnt/etc/fstab.  Bailing out!
    724 }
    725 
    726 
    727 message noetcfstab
    728 {Help! No /etc/fstab in target disk %s.  Aborting upgrade.
    729 }
    730 
    731 message badetcfstab
    732 {Help! Can't parse /etc/fstab in target disk %s.  Aborting upgrade.
    733 }
    734 
    735 message X_oldexists
    736 {I cannot save %s/bin/X as %s/bin/X.old, because the
    737 target disk already has an %s/bin/X.old.  Please fix this before
    738 continuing.
    739 
    740 One way is to start a shell from the Utilities menu, examine the
    741 target %s/bin/X and %s/bin/X.old.  If
    742 %s/bin/X.old is from a completed upgrade, you can rm -f
    743 %s/bin/X.old and restart.  Or if %s/bin/X.old is from
    744 a recent, incomplete upgrade, you can rm -f %s/bin/X and mv
    745 %s/bin/X.old to %s/bin/X
    746 
    747 Aborting upgrade.}
    748 
    749 message netnotup
    750 {There was a problem in setting up the network.  Either your gateway
    751 or your nameserver was not reachable by a ping.  Do you want to
    752 configure your network again?  ("No" allows you to continue anyway
    753 or abort the install process.)
    754 }
    755 
    756 message netnotup_continueanyway
    757 {Would you like to continue the install process anyway, and assume
    758 that the network is working?  ("No" aborts the install process.)
    759 }
    760 
    761 message makedev
    762 {Making device nodes ...
    763 }
    764 
    765 /* Called with:				Example
    766  *  $0 = device name			/dev/rwd0a
    767  *  $1 = file system type		ffs
    768  *  $2 = error return code form fsck	8
    769  */
    770 message badfs
    771 {It appears that $0 is not a $1 file system or the fsck was
    772 not successful.  Try mounting it anyway?  (Error number $2.)
    773 }
    774 
    775 message rootmissing
    776 { target root is missing %s.
    777 }
    778 
    779 message badroot
    780 {The completed new root file system failed a basic sanity check.
    781 Are you sure you installed all the required sets?
    782 }
    783 
    784 message fd_type
    785 {Floppy file system type}
    786 
    787 message fdnotfound
    788 {Could not find the file on the floppy.
    789 }
    790 
    791 message fdremount
    792 {The floppy was not mounted successfully.
    793 }
    794 
    795 message fdmount
    796 {Please load the floppy containing the file named "%s.%s".
    797 
    798 If the set has no more disks, select "Set finished" to install the set.
    799 Select "Abort fetch" to return to the install media selection menu.
    800 }
    801 
    802 message mntnetconfig
    803 {Is the network information you entered accurate for this machine
    804 in regular operation and do you want it installed in /etc? }
    805 
    806 message cur_distsets
    807 {The following is the list of distribution sets that will be used.
    808 
    809 }
    810 
    811 message cur_distsets_header
    812 {   Distribution set         Selected
    813    ------------------------ --------
    814 }
    815 
    816 message set_base
    817 {Base}
    818 
    819 message set_base32
    820 {Base 32-bit compatibility libraries}
    821 
    822 message set_system
    823 {Configuration files (/etc)}
    824 
    825 message set_compiler
    826 {Compiler tools}
    827 
    828 message set_dtb
    829 {Devicetree hardware descriptions}
    830 
    831 message set_games
    832 {Games}
    833 
    834 message set_gpufw
    835 {Graphics driver firmware}
    836 
    837 message set_man_pages
    838 {Manual pages}
    839 
    840 message set_man_pages_html
    841 {Manual pages (HTML)}
    842 
    843 message set_misc
    844 {Miscellaneous}
    845 
    846 message set_modules
    847 {Kernel modules}
    848 
    849 message set_rescue
    850 {Recovery tools}
    851 
    852 message set_tests
    853 {Test programs}
    854 
    855 message set_text_tools
    856 {Text processing tools}
    857 
    858 message set_X11
    859 {X11 sets}
    860 
    861 message set_X11_base
    862 {X11 base and clients}
    863 
    864 message set_X11_etc
    865 {X11 configuration}
    866 
    867 message set_X11_fonts
    868 {X11 fonts}
    869 
    870 message set_X11_servers
    871 {X11 servers}
    872 
    873 message set_X11_prog
    874 {X11 programming}
    875 
    876 message set_source
    877 {Source and debug sets}
    878 
    879 message set_syssrc
    880 {Kernel sources}
    881 
    882 message set_src
    883 {Base sources}
    884 
    885 message set_sharesrc
    886 {Share sources}
    887 
    888 message set_gnusrc
    889 {GNU sources}
    890 
    891 message set_xsrc
    892 {X11 sources}
    893 
    894 message set_debug
    895 {Debug symbols}
    896 
    897 message set_debug32
    898 {Debug symbols (32-bit)}
    899 
    900 message set_xdebug
    901 {X11 debug symbols}
    902 
    903 message select_all
    904 {Select all the above sets}
    905 
    906 message select_none
    907 {Deselect all the above sets}
    908 
    909 message install_selected_sets
    910 {Install selected sets}
    911 
    912 message tarerror
    913 {There was an error in extracting the file %s.  That means
    914 some files were not extracted correctly and your system will not be
    915 complete.
    916 
    917 Continue extracting sets?}
    918 
    919 /* Called with: 			Example
    920  *  $0 = partitioning name		Master Boot Record (MBR)
    921  *  $1 = short version of $0		MBR
    922  */
    923 message must_be_one_root
    924 {There must be a single partition marked to be mounted on '/'.}
    925 
    926 /* Called with: 			Example
    927  *  $0 = first partition description	70 - 90 MB, MSDOS
    928  *  $1 = second partition description	80 - 1500 MB, 4.2BSD
    929  */
    930 message partitions_overlap
    931 {partitions $0 and $1 overlap.}
    932 
    933 message No_Bootcode
    934 {No bootcode for specified FS type of root partition}
    935 
    936 message cannot_ufs2_root
    937 {Sorry, the root file system can't be FFSv2 due to lack of bootloader support
    938 on this port.}
    939 
    940 message edit_partitions_again
    941 {
    942 
    943 You can either edit the partition table by hand, or give up and return
    944 to the main menu.
    945 
    946 Edit the partition table again?}
    947 
    948 /* Called with: 			Example
    949  *  $0 = missing file			/some/path
    950  */
    951 message config_open_error
    952 {Could not open config file $0}
    953 
    954 message choose_timezone
    955 {Please choose the timezone that fits you best from the list below.
    956 Press RETURN to select an entry.
    957 Press 'x' followed by RETURN to quit the timezone selection.
    958 
    959  Default:	%s
    960  Selected:	%s
    961  Local time: 	%s %s
    962 }
    963 
    964 message tz_back
    965 { Back to main timezone list}
    966 
    967 message swapactive
    968 {The disk that you selected has a swap partition that may currently be
    969 in use if your system is low on memory.  Because you are going to
    970 repartition this disk, this swap partition will be disabled now.  Please
    971 beware that this might lead to out of swap errors.  Should you get such
    972 an error, please restart the system and try again.}
    973 
    974 message swapdelfailed
    975 {Sysinst failed to deactivate the swap partition on the disk that you
    976 chose for installation.  Please reboot and try again.}
    977 
    978 message rootpw
    979 {The root password of the newly installed system has not yet been initialized,
    980 and is thus empty.  Do you want to set a root password for the system now?}
    981 
    982 message force_rootpw
    983 {The root password of the newly installed system has not yet been
    984 initialized.
    985 
    986 If you do not want to set a password, enter an empty line.}
    987 
    988 message rootsh
    989 {You can now select which shell to use for the root user.  The default is
    990 /bin/sh, but you may prefer another one.}
    991 
    992 message no_root_fs
    993 {
    994 There is no defined root file system.  You need to define at least
    995 one mount point with "/".
    996 
    997 Press <return> to continue.
    998 }
    999 
   1000 message slattach {
   1001 Enter slattach flags
   1002 }
   1003 
   1004 message Pick_an_option {Pick an option to turn on or off.}
   1005 message Scripting {Scripting}
   1006 message Logging {Logging}
   1007 
   1008 message Status  { Status: }
   1009 message Command {Command: }
   1010 message Running {Running}
   1011 message Finished {Finished}
   1012 message Command_failed {Command failed}
   1013 message Command_ended_on_signal {Command ended on signal}
   1014 
   1015 message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System}
   1016 message Exit_Install_System {Exit Install System}
   1017 message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk}
   1018 message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk}
   1019 message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets}
   1020 message Reboot_the_computer {Reboot the computer}
   1021 message Utility_menu {Utility menu}
   1022 message Config_menu {Config menu}
   1023 message exit_utility_menu {Back to main menu}
   1024 message exit_menu_generic {Exit}
   1025 message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities}
   1026 message Run_bin_sh {Run /bin/sh}
   1027 message Set_timezone {Set timezone}
   1028 message Configure_network {Configure network}
   1029 message Partition_a_disk {Partition a disk}
   1030 message Logging_functions {Logging functions}
   1031 message Halt_the_system {Halt the system}
   1032 message yes_or_no {Yes or no?}
   1033 message Hit_enter_to_continue {Hit enter to continue}
   1034 message Choose_your_installation {Choose your installation}
   1035 
   1036 /* Called with:				Example
   1037  *  $0 = partitioning name		Master Boot Record (MBR)
   1038  *  $1 = short version of $0		MBR
   1039  */
   1040 message Keep_existing_partitions
   1041 {Use existing $1 partitions}
   1042 
   1043 /* Called with:				Example
   1044  *  $0 = partitioning name		Master Boot Record (MBR)
   1045  *  $1 = short version of $0		MBR
   1046  */
   1047 message Set_Sizes {Set sizes of NetBSD partitions}
   1048 
   1049 /* Called with:				Example
   1050  *  $0 = partitioning name		Master Boot Record (MBR)
   1051  *  $1 = short version of $0		MBR
   1052  */
   1053 message Use_Default_Parts {Use default partition sizes}
   1054 
   1055 /* Called with:				Example
   1056  *  $0 = partitioning name		Master Boot Record (MBR)
   1057  *  $1 = short version of $0		MBR
   1058  */
   1059 message Use_Empty_Parts {Manually define partitions}
   1060 
   1061 /* Called with:				Example
   1062  *  $0 = current partitioning name	Master Boot Record (MBR)
   1063  *  $1 = short version of $0		MBR
   1064  */
   1065 message Use_Different_Part_Scheme
   1066 {Delete everything, use different partitions (not $1)}
   1067 
   1068 message Gigabytes {Gigabytes}
   1069 message Megabytes {Megabytes}
   1070 message Bytes {Bytes}
   1071 message Cylinders {Cylinders}
   1072 message Sectors {Sectors}
   1073 message Select_medium {Install from}
   1074 message ftp {FTP}
   1075 message http {HTTP}
   1076 message nfs {NFS}
   1077 .if HAVE_INSTALL_IMAGE
   1078 message cdrom {CD-ROM / DVD / install image media}
   1079 .else
   1080 message cdrom {CD-ROM / DVD}
   1081 .endif
   1082 message floppy {Floppy}
   1083 message local_fs {Unmounted fs}
   1084 message local_dir {Local directory}
   1085 message Select_your_distribution {Select your distribution}
   1086 message Full_installation {Full installation}
   1087 message Full_installation_nox {Installation without X11}
   1088 message Minimal_installation {Minimal installation}
   1089 message Custom_installation {Custom installation}
   1090 message hidden {** hidden **}
   1091 message Host {Host}
   1092 message Base_dir {Base directory}
   1093 message Set_dir_bin {Binary set directory}
   1094 message Set_dir_src {Source set directory}
   1095 message Dist_postfix {File extension}
   1096 message Xfer_dir {Transfer directory}
   1097 message transfer_method {Download via}
   1098 message User {User}
   1099 message Password {Password}
   1100 message Proxy {Proxy}
   1101 message Get_Distribution {Get Distribution}
   1102 message Continue {Continue}
   1103 message Prompt_Continue {Continue?}
   1104 message What_do_you_want_to_do {What do you want to do?}
   1105 message Try_again {Try again}
   1106 message Set_finished {Set finished}
   1107 message Skip_set {Skip set}
   1108 message Skip_group {Skip set group}
   1109 message Abandon {Abandon installation}
   1110 message Abort_fetch {Abort fetch}
   1111 message Device {Device}
   1112 message File_system {File system}
   1113 message Select_DNS_server {  Select DNS server}
   1114 message other {other }
   1115 message Perform_autoconfiguration {Perform autoconfiguration?}
   1116 message Root_shell {Root shell}
   1117 message User_shell {User shell}
   1118 message Color_scheme {Color scheme}
   1119 message White_on_black {White on black}
   1120 message Black_on_white {Black on white}
   1121 message White_on_blue {White on blue}
   1122 message Green_on_black {Green on black}
   1123 
   1124 .if AOUT2ELF
   1125 message aoutfail
   1126 {The directory where the old a.out shared libraries should be moved to could
   1127 not be created.  Please try the upgrade procedure again and make sure you
   1128 have mounted all file systems.}
   1129 
   1130 message emulbackup
   1131 {Either the /emul/aout or /emul directory on your system was a symbolic link
   1132 pointing to an unmounted file system.  It has been given a '.old' extension.
   1133 Once you bring your upgraded system back up, you may need to take care
   1134 of merging the newly created /emul/aout directory with the old one.
   1135 }
   1136 .endif
   1137 
   1138 message oldsendmail
   1139 {Sendmail is no longer in this release of NetBSD, default MTA is
   1140 postfix.  The file /etc/mailer.conf still chooses the removed
   1141 sendmail.  Do you want to upgrade /etc/mailer.conf automatically for
   1142 postfix? If you choose "No" you will have to update /etc/mailer.conf
   1143 yourself to ensure proper email delivery.}
   1144 
   1145 message license
   1146 {To use the network interface %s, you must agree to the license in
   1147 file %s.  To view this file now, you can type ^Z, look at the contents of
   1148 the file and then type "fg" to resume.}
   1149 
   1150 message binpkg
   1151 {To configure the binary package system, please choose the network location
   1152 to fetch packages from.  Once your system comes up, you can use 'pkgin'
   1153 to install additional packages, or remove packages.}
   1154 
   1155 message pkgpath
   1156 {Enabling binary packages with pkgin requires setting up the repository.
   1157 The following are the host, directory, user, and password that
   1158 will be used.  If "user" is "ftp", then the password is not needed.
   1159 
   1160 }
   1161 message rcconf_backup_failed {Making backup of rc.conf failed.  Continue?}
   1162 message rcconf_backup_succeeded {rc.conf backup saved to %s.}
   1163 message rcconf_restore_failed {Restoring backup rc.conf failed.}
   1164 message rcconf_delete_failed {Deleting old %s entry failed.}
   1165 message Pkg_dir {Package directory}
   1166 message configure_prior {configure a prior installation of}
   1167 message configure {configure}
   1168 message change {change}
   1169 message password_set {password set}
   1170 message YES {YES}
   1171 message NO {NO}
   1172 message DONE {DONE}
   1173 message abandoned {Abandoned}
   1174 message empty {***EMPTY***}
   1175 message timezone {Timezone}
   1176 message change_rootpw {Change root password}
   1177 message enable_binpkg {Enable installation of binary packages}
   1178 message enable_sshd {Enable sshd}
   1179 message enable_ntpd {Enable ntpd}
   1180 message run_ntpdate {Run ntpdate at boot}
   1181 message enable_mdnsd {Enable multicast DNS support}
   1182 message enable_xdm {Enable xdm}
   1183 message enable_cgd {Enable cgd}
   1184 message enable_lvm {Enable lvm}
   1185 message enable_raid {Enable raidframe}
   1186 message add_a_user {Add a user}
   1187 message configmenu {Configure the additional items as needed.}
   1188 message doneconfig {Finished configuring}
   1189 message Install_pkgin {Install pkgin and update package summary}
   1190 message binpkg_installed
   1191 {Your system is now configured to use pkgin to install binary packages.  To
   1192 install a package, run:
   1193 
   1194 pkgin install <packagename>
   1195 
   1196 from a root shell.  Read the pkgin(1) manual page for further information.}
   1197 message Install_pkgsrc {Fetch and unpack pkgsrc}
   1198 message pkgsrc
   1199 {Installing pkgsrc requires unpacking an archive retrieved over the network.
   1200 The following are the host, directory, user, and password that
   1201 will be used.  If "user" is "ftp", then the password is not needed.
   1202 
   1203 }
   1204 message Pkgsrc_dir {pkgsrc directory}
   1205 message get_pkgsrc {Fetch and unpack pkgsrc}
   1206 message retry_pkgsrc_network {Network configuration failed.  Retry?}
   1207 message quit_pkgsrc {Quit without installing pkgsrc}
   1208 message quit_pkgs_install {Quit installing binary pkgs}
   1209 message pkgin_failed
   1210 {Installation of pkgin failed, possibly because no binary packages
   1211 exist.  Please check the package path and try again.}
   1212 message failed {Failed}
   1213 
   1214 message askfsmountadv {Mountpoint (or 'raid', 'cgd', 'lvm')?}
   1215 message partman {Extended partitioning}
   1216 message editpart {Edit partitions}
   1217 message selectwedge {Preconfigured "wedges" dk(4)}
   1218 
   1219 message fremove {REMOVE}
   1220 message remove {Remove}
   1221 message add {Add}
   1222 message auto {auto}
   1223 
   1224 message removepartswarn {This removes all partitions on the disk!}
   1225 message saveprompt {Save changes before finishing?}
   1226 message cantsave {Changes cannot be saved.}
   1227 message noroot {No root partition defined.  Cannot continue\n}
   1228 
   1229 message addusername {Username to add (maximum 8 characters)}
   1230 message addusertowheel {Do you wish to add this user to group wheel?}
   1231 
   1232 message Delete_partition
   1233 {Delete partition}
   1234 
   1235 message No_filesystem_newfs
   1236 {The selected partition does not seem to have a valid file system.
   1237 Do you want to newfs (format) it?}
   1238 
   1239 message swap_display	{swap}
   1240 
   1241 /* Called with: 			Example
   1242  *  $0 = parent device name		sd0
   1243  *  $1 = swap partition name		my_swap
   1244  */
   1245 message Auto_add_swap_part
   1246 {A swap partition (named $1)
   1247 seems to exist on $0.
   1248 Do you want to use that?}
   1249 
   1250 message parttype_disklabel {BSD disklabel}
   1251 message parttype_disklabel_short {disklabel}
   1252 /*
   1253  * This is used on architectures with MBR above disklabel when there is
   1254  * no MBR on a disk.
   1255  */
   1256 message parttype_only_disklabel {disklabel (NetBSD only)}
   1257 
   1258 message select_part_scheme
   1259 {The disk seems not to have been partitioned before. Please select
   1260 a partitioning scheme from the available options below. }
   1261 
   1262 message select_other_partscheme
   1263 {Please select a different partitioning scheme from the available
   1264 options below. }
   1265 
   1266 message select_part_limit
   1267 {Some schemes have size limits and can only be used for the start
   1268 of huge disks. The limit is displayed below.}
   1269 
   1270 /* Called with: 			Example
   1271  *  $0 = device name			ld0
   1272  *  $1 = size				3 TB
   1273  */
   1274 message part_limit_disksize
   1275 {This device ($0) is $1 big.}
   1276 
   1277 message size_limit	{Max:}
   1278 
   1279 message	addpart		{Add a partition}
   1280 message	nopart		{      (no partition defined)}
   1281 message	custom_type	{Unknown}
   1282 
   1283 message dl_type_invalid	{Invalid file system type code (0 .. 255)}
   1284 
   1285 message	cancel		{Cancel}
   1286 
   1287 message	out_of_range	{Invalid value}
   1288 message	invalid_guid	{Invalid GUID}
   1289 
   1290 message	reedit_partitions	{Re-edit}
   1291 message abort_installation	{Abort installation}
   1292 
   1293 message dl_get_custom_fstype {File system type code (upto 255)}
   1294 
   1295 message err_too_many_partitions	{Too many partitions}
   1296 
   1297 /* Called with: 			Example
   1298  *  $0 = mount point			/home
   1299  */
   1300 message	mp_already_exists	{$0 already defined!}
   1301 
   1302 message ptnsize_replace_existing
   1303 {This is an already existing partition.
   1304 To change its size, the partition will need to be deleted and later
   1305 recreated.  All data in this partition will be lost.
   1306 
   1307 Would you like to delete this partition and continue?}
   1308 
   1309 message part_not_deletable	{Non-deletable system partition}
   1310 
   1311 message ptn_type		{type}
   1312 message ptn_start		{start}
   1313 message ptn_size		{size}
   1314 message ptn_end			{end}
   1315 
   1316 message ptn_bsize		{block size}
   1317 message ptn_fsize		{fragment size}
   1318 message ptn_isize		{avg file size}
   1319 
   1320 /* Called with: 			Example
   1321  *  $0 = avg file size in byte		1200
   1322  */
   1323 message ptn_isize_bytes {$0 bytes (for number of inodes)}
   1324 message ptn_isize_dflt	{4 fragments}
   1325 
   1326 message Select_file_system_block_size
   1327 {Select file system block size}
   1328 
   1329 message Select_file_system_fragment_size
   1330 {Select file system fragment size}
   1331 
   1332 message ptn_isize_prompt
   1333 {average file size (bytes)}
   1334 
   1335 message No_free_space {No free space}
   1336 message Invalid_numeric {Invalid numeric!}
   1337 message Too_large {Too large!}
   1338 
   1339 /* Called with:				Example
   1340  *  $0 = start of free space		500
   1341  *  $1 = end of free space		599
   1342  *  $2 = size of free space		100
   1343  *  $3 = unit in use			MB
   1344  */
   1345 message free_space_line {Space at $0..$1 $3 (size $2 $3)\n}
   1346 
   1347 message	fs_type_ffsv2	{FFSv2}
   1348 message	fs_type_ffsv2ea	{FFSv2ea}
   1349 message	fs_type_ffs	{FFS}
   1350 message	fs_type_efi_sp	{EFI system partition}
   1351 message fs_type_ext2old	{Linux Ext2 (old)}
   1352 message	other_fs_type	{Other type}
   1353 
   1354 message	editpack	{Edit name of the disk}
   1355 message	edit_disk_pack_hdr
   1356 {The name of the disk is arbitrary.
   1357 It is useful for distinguishing between multiple disks.
   1358 It may also be used when auto-creating dk(4) "wedges" for this disk.
   1359 
   1360 Enter disk name}
   1361 
   1362 
   1363 /* Called with:				Example
   1364  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1365  *  $1 = short version of $0		MBR
   1366  */
   1367 message reeditpart
   1368 {Do you want to re-edit the $1 partitions?}
   1369 
   1370 
   1371 /* Called with:				Example
   1372  *  $0 = device name			wd0
   1373  *  $1 = outer partitioning name	Master Boot Record (MBR)
   1374  *  $2 = inner partitioning name	BSD disklabel
   1375  *  $3 = short version of $1		MBR
   1376  *  $4 = short version of $2		disklabel
   1377  *  $5 = size needed for NetBSD		250M
   1378  *  $6 = size needed to build NetBSD	15G
   1379  */
   1380 message fullpart
   1381 {We are now going to install NetBSD on the disk $0.
   1382 
   1383 NetBSD requires a single partition in the disk's $1
   1384 partition table, this is split further by the $2.
   1385 NetBSD can also access file systems in other $3 partitions.
   1386 
   1387 If you select 'Use the entire disk' then the previous contents of the
   1388 disk will be overwritten and a single $3 partition used to cover the
   1389 entire disk.
   1390 If you want to install more than one operating system then edit the
   1391 $3 partition table and create a partition for NetBSD.
   1392 
   1393 About $5 is enough for a basic installation, but you should allow
   1394 extra for additional software and user files.
   1395 Allow at least $6 if you want to build NetBSD itself.}
   1396 
   1397 message Select_your_choice
   1398 {What would you like to do?}
   1399 
   1400 /* Called with:				Example
   1401  *  $0 = partitioning name		Master Boot Record (MBR)
   1402  *  $1 = short version of $0		MBR
   1403  */
   1404 message Use_only_part_of_the_disk
   1405 {Edit the $1 partition table}
   1406 
   1407 /* Called with:				Example
   1408  *  $0 = partitioning name		Master Boot Record (MBR)
   1409  *  $1 = short version of $0		MBR
   1410  */
   1411 message Use_the_entire_disk
   1412 {Use the entire disk}
   1413 
   1414 /* Called with:				Example
   1415  *  $0 = device name			wd0
   1416  *  $1 = total disk size		3000 GB
   1417  *  $2 = unallocated space		1.2 GB
   1418  */
   1419 message part_header
   1420 {   Total size of $0 is $1, available: $2}
   1421 message part_header_col_start	{Start}
   1422 message part_header_col_size	{Size}
   1423 message part_header_col_flag	{Flag}
   1424 
   1425 message Partition_table_ok
   1426 {Partition table OK}
   1427 
   1428 message Dont_change
   1429 {Don't change}
   1430 message Other_kind
   1431 {Other}
   1432 
   1433 /* Called with:				Example
   1434  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1435  *  $1 = short version of $0		MBR
   1436  */
   1437 message nobsdpart
   1438 {There is no NetBSD partition in the $1.}
   1439 
   1440 /* Called with:				Example
   1441  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1442  *  $1 = short version of $0		MBR
   1443  */
   1444 message multbsdpart
   1445 {There are multiple NetBSD partitions in the $1.
   1446 You should set the 'install' flag on the one you want to use.}
   1447 
   1448 message ovrwrite
   1449 {Your disk currently has a non-NetBSD partition.  Do you really want to
   1450 overwrite that partition with NetBSD?
   1451 }
   1452 
   1453 message Partition_OK
   1454 {Partition OK}
   1455 
   1456 /* Called with:				Example
   1457  *  $0 = device name			wd0
   1458  *  $1 = outer partitioning name	Master Boot Record (MBR)
   1459  *  $2 = short version of $1		MBR
   1460  *  $3 = other flag options		d = bootselect default, a = active
   1461  */
   1462 message editparttable
   1463 {The Current $2 partition table of $0 is shown below.
   1464 Flags: (I)nstall here$3.
   1465 Select the partition you wish to change:
   1466 
   1467 }
   1468 
   1469 message install_flag	{I}
   1470 message newfs_flag	{N}
   1471 
   1472 message clone_flag	{C}
   1473 message clone_flag_desc	{, (C)lone}
   1474 
   1475 message ptn_install	{install}
   1476 message ptn_instflag_desc	{(I)nstall, }
   1477 
   1478 message parttype_gpt {Guid Partition Table (GPT)}
   1479 message parttype_gpt_short {GPT}
   1480 
   1481 message	ptn_label	{Label}
   1482 message ptn_uuid	{UUID}
   1483 message	ptn_gpt_type	{GPT Type}
   1484 message	ptn_boot	{Boot}
   1485 
   1486 /* Called with:				Example
   1487  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1488  *  $1 = short version of $0		MBR
   1489  */
   1490 message use_partitions_anyway
   1491 {Use this partitions anyway}
   1492 
   1493 message	gpt_flags	{B}
   1494 message	gpt_flag_desc	{, (B)ootable}
   1495 
   1496 /* Called with:				Example
   1497  *  $0 = file system type		FFSv2
   1498  */
   1499 message size_ptn_not_mounted		{(Other: $0)}
   1500 
   1501 message running_system			{current system}
   1502 
   1503 message clone_from_elsewhere		{Clone external partition(s)}
   1504 message select_foreign_part
   1505 {Please select an external source partition:}
   1506 message select_source_hdr
   1507 {Your currently selected source partitions are:}
   1508 message clone_with_data			{Clone with data}
   1509 message	select_source_add		{Add another partition}
   1510 message clone_target_end		{Add at end}
   1511 message clone_target_hdr
   1512 {Insert cloned partitions before:}
   1513 message clone_target_disp		{cloned partition(s)}
   1514 message clone_src_done
   1515 {Source selection OK, proceed to target selection}
   1516 
   1517 message network_ok
   1518 {Your network seems to work fine.
   1519 Should we skip the configuration
   1520 and just use the network as-is?}
   1521