Home | History | Annotate | Line # | Download | only in sysinst
msg.mi.en revision 1.44
      1 /*	$NetBSD: msg.mi.en,v 1.44 2022/07/22 16:51:14 christos 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 'none')}
    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_system
    820 {Configuration files (/etc)}
    821 
    822 message set_compiler
    823 {Compiler tools}
    824 
    825 message set_dtb
    826 {Devicetree hardware descriptions}
    827 
    828 message set_games
    829 {Games}
    830 
    831 message set_gpufw
    832 {Graphics driver firmware}
    833 
    834 message set_man_pages
    835 {Manual pages}
    836 
    837 message set_misc
    838 {Miscellaneous}
    839 
    840 message set_modules
    841 {Kernel modules}
    842 
    843 message set_rescue
    844 {Recovery tools}
    845 
    846 message set_tests
    847 {Test programs}
    848 
    849 message set_text_tools
    850 {Text processing tools}
    851 
    852 message set_X11
    853 {X11 sets}
    854 
    855 message set_X11_base
    856 {X11 base and clients}
    857 
    858 message set_X11_etc
    859 {X11 configuration}
    860 
    861 message set_X11_fonts
    862 {X11 fonts}
    863 
    864 message set_X11_servers
    865 {X11 servers}
    866 
    867 message set_X11_prog
    868 {X11 programming}
    869 
    870 message set_source
    871 {Source and debug sets}
    872 
    873 message set_syssrc
    874 {Kernel sources}
    875 
    876 message set_src
    877 {Base sources}
    878 
    879 message set_sharesrc
    880 {Share sources}
    881 
    882 message set_gnusrc
    883 {GNU sources}
    884 
    885 message set_xsrc
    886 {X11 sources}
    887 
    888 message set_debug
    889 {Debug symbols}
    890 
    891 message set_xdebug
    892 {X11 debug symbols}
    893 
    894 message select_all
    895 {Select all the above sets}
    896 
    897 message select_none
    898 {Deselect all the above sets}
    899 
    900 message install_selected_sets
    901 {Install selected sets}
    902 
    903 message tarerror
    904 {There was an error in extracting the file %s.  That means
    905 some files were not extracted correctly and your system will not be
    906 complete.
    907 
    908 Continue extracting sets?}
    909 
    910 /* Called with: 			Example
    911  *  $0 = partitioning name		Master Boot Record (MBR)
    912  *  $1 = short version of $0		MBR
    913  */
    914 message must_be_one_root
    915 {There must be a single partition marked to be mounted on '/'.}
    916 
    917 /* Called with: 			Example
    918  *  $0 = first partition description	70 - 90 MB, MSDOS
    919  *  $1 = second partition description	80 - 1500 MB, 4.2BSD
    920  */
    921 message partitions_overlap
    922 {partitions $0 and $1 overlap.}
    923 
    924 message No_Bootcode
    925 {No bootcode for specified FS type of root partition}
    926 
    927 message cannot_ufs2_root
    928 {Sorry, the root file system can't be FFSv2 due to lack of bootloader support
    929 on this port.}
    930 
    931 message edit_partitions_again
    932 {
    933 
    934 You can either edit the partition table by hand, or give up and return
    935 to the main menu.
    936 
    937 Edit the partition table again?}
    938 
    939 /* Called with: 			Example
    940  *  $0 = missing file			/some/path
    941  */
    942 message config_open_error
    943 {Could not open config file $0}
    944 
    945 message choose_timezone
    946 {Please choose the timezone that fits you best from the list below.
    947 Press RETURN to select an entry.
    948 Press 'x' followed by RETURN to quit the timezone selection.
    949 
    950  Default:	%s
    951  Selected:	%s
    952  Local time: 	%s %s
    953 }
    954 
    955 message tz_back
    956 { Back to main timezone list}
    957 
    958 message swapactive
    959 {The disk that you selected has a swap partition that may currently be
    960 in use if your system is low on memory.  Because you are going to
    961 repartition this disk, this swap partition will be disabled now.  Please
    962 beware that this might lead to out of swap errors.  Should you get such
    963 an error, please restart the system and try again.}
    964 
    965 message swapdelfailed
    966 {Sysinst failed to deactivate the swap partition on the disk that you
    967 chose for installation.  Please reboot and try again.}
    968 
    969 message rootpw
    970 {The root password of the newly installed system has not yet been initialized,
    971 and is thus empty.  Do you want to set a root password for the system now?}
    972 
    973 message force_rootpw
    974 {The root password of the newly installed system has not yet been
    975 initialized.
    976 
    977 If you do not want to set a password, enter an empty line.}
    978 
    979 message rootsh
    980 {You can now select which shell to use for the root user.  The default is
    981 /bin/sh, but you may prefer another one.}
    982 
    983 message no_root_fs
    984 {
    985 There is no defined root file system.  You need to define at least
    986 one mount point with "/".
    987 
    988 Press <return> to continue.
    989 }
    990 
    991 message slattach {
    992 Enter slattach flags
    993 }
    994 
    995 message Pick_an_option {Pick an option to turn on or off.}
    996 message Scripting {Scripting}
    997 message Logging {Logging}
    998 
    999 message Status  { Status: }
   1000 message Command {Command: }
   1001 message Running {Running}
   1002 message Finished {Finished}
   1003 message Command_failed {Command failed}
   1004 message Command_ended_on_signal {Command ended on signal}
   1005 
   1006 message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System}
   1007 message Exit_Install_System {Exit Install System}
   1008 message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk}
   1009 message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk}
   1010 message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets}
   1011 message Reboot_the_computer {Reboot the computer}
   1012 message Utility_menu {Utility menu}
   1013 message Config_menu {Config menu}
   1014 message exit_utility_menu {Back to main menu}
   1015 message exit_menu_generic {Exit}
   1016 message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities}
   1017 message Run_bin_sh {Run /bin/sh}
   1018 message Set_timezone {Set timezone}
   1019 message Configure_network {Configure network}
   1020 message Partition_a_disk {Partition a disk}
   1021 message Logging_functions {Logging functions}
   1022 message Halt_the_system {Halt the system}
   1023 message yes_or_no {Yes or no?}
   1024 message Hit_enter_to_continue {Hit enter to continue}
   1025 message Choose_your_installation {Choose your installation}
   1026 
   1027 /* Called with:				Example
   1028  *  $0 = partitioning name		Master Boot Record (MBR)
   1029  *  $1 = short version of $0		MBR
   1030  */
   1031 message Keep_existing_partitions
   1032 {Use existing $1 partitions}
   1033 
   1034 /* Called with:				Example
   1035  *  $0 = partitioning name		Master Boot Record (MBR)
   1036  *  $1 = short version of $0		MBR
   1037  */
   1038 message Set_Sizes {Set sizes of NetBSD partitions}
   1039 
   1040 /* Called with:				Example
   1041  *  $0 = partitioning name		Master Boot Record (MBR)
   1042  *  $1 = short version of $0		MBR
   1043  */
   1044 message Use_Default_Parts {Use default partition sizes}
   1045 
   1046 /* Called with:				Example
   1047  *  $0 = current partitioning name	Master Boot Record (MBR)
   1048  *  $1 = short version of $0		MBR
   1049  */
   1050 message Use_Different_Part_Scheme
   1051 {Delete everything, use different partitions (not $1)}
   1052 
   1053 message Gigabytes {Gigabytes}
   1054 message Megabytes {Megabytes}
   1055 message Bytes {Bytes}
   1056 message Cylinders {Cylinders}
   1057 message Sectors {Sectors}
   1058 message Select_medium {Install from}
   1059 message ftp {FTP}
   1060 message http {HTTP}
   1061 message nfs {NFS}
   1062 .if HAVE_INSTALL_IMAGE
   1063 message cdrom {CD-ROM / DVD / install image media}
   1064 .else
   1065 message cdrom {CD-ROM / DVD}
   1066 .endif
   1067 message floppy {Floppy}
   1068 message local_fs {Unmounted fs}
   1069 message local_dir {Local directory}
   1070 message Select_your_distribution {Select your distribution}
   1071 message Full_installation {Full installation}
   1072 message Full_installation_nox {Installation without X11}
   1073 message Minimal_installation {Minimal installation}
   1074 message Custom_installation {Custom installation}
   1075 message hidden {** hidden **}
   1076 message Host {Host}
   1077 message Base_dir {Base directory}
   1078 message Set_dir_bin {Binary set directory}
   1079 message Set_dir_src {Source set directory}
   1080 message Dist_postfix {File extension}
   1081 message Xfer_dir {Transfer directory}
   1082 message transfer_method {Download via}
   1083 message User {User}
   1084 message Password {Password}
   1085 message Proxy {Proxy}
   1086 message Get_Distribution {Get Distribution}
   1087 message Continue {Continue}
   1088 message Prompt_Continue {Continue?}
   1089 message What_do_you_want_to_do {What do you want to do?}
   1090 message Try_again {Try again}
   1091 message Set_finished {Set finished}
   1092 message Skip_set {Skip set}
   1093 message Skip_group {Skip set group}
   1094 message Abandon {Abandon installation}
   1095 message Abort_fetch {Abort fetch}
   1096 message Device {Device}
   1097 message File_system {File system}
   1098 message Select_DNS_server {  Select DNS server}
   1099 message other {other }
   1100 message Perform_autoconfiguration {Perform autoconfiguration?}
   1101 message Root_shell {Root shell}
   1102 message User_shell {User shell}
   1103 message Color_scheme {Color scheme}
   1104 message White_on_black {White on black}
   1105 message Black_on_white {Black on white}
   1106 message White_on_blue {White on blue}
   1107 message Green_on_black {Green on black}
   1108 
   1109 .if AOUT2ELF
   1110 message aoutfail
   1111 {The directory where the old a.out shared libraries should be moved to could
   1112 not be created.  Please try the upgrade procedure again and make sure you
   1113 have mounted all file systems.}
   1114 
   1115 message emulbackup
   1116 {Either the /emul/aout or /emul directory on your system was a symbolic link
   1117 pointing to an unmounted file system.  It has been given a '.old' extension.
   1118 Once you bring your upgraded system back up, you may need to take care
   1119 of merging the newly created /emul/aout directory with the old one.
   1120 }
   1121 .endif
   1122 
   1123 message oldsendmail
   1124 {Sendmail is no longer in this release of NetBSD, default MTA is
   1125 postfix.  The file /etc/mailer.conf still chooses the removed
   1126 sendmail.  Do you want to upgrade /etc/mailer.conf automatically for
   1127 postfix? If you choose "No" you will have to update /etc/mailer.conf
   1128 yourself to ensure proper email delivery.}
   1129 
   1130 message license
   1131 {To use the network interface %s, you must agree to the license in
   1132 file %s.  To view this file now, you can type ^Z, look at the contents of
   1133 the file and then type "fg" to resume.}
   1134 
   1135 message binpkg
   1136 {To configure the binary package system, please choose the network location
   1137 to fetch packages from.  Once your system comes up, you can use 'pkgin'
   1138 to install additional packages, or remove packages.}
   1139 
   1140 message pkgpath
   1141 {Enabling binary packages with pkgin requires setting up the repository.
   1142 The following are the host, directory, user, and password that
   1143 will be used.  If "user" is "ftp", then the password is not needed.
   1144 
   1145 }
   1146 message rcconf_backup_failed {Making backup of rc.conf failed.  Continue?}
   1147 message rcconf_backup_succeeded {rc.conf backup saved to %s.}
   1148 message rcconf_restore_failed {Restoring backup rc.conf failed.}
   1149 message rcconf_delete_failed {Deleting old %s entry failed.}
   1150 message Pkg_dir {Package directory}
   1151 message configure_prior {configure a prior installation of}
   1152 message configure {configure}
   1153 message change {change}
   1154 message password_set {password set}
   1155 message YES {YES}
   1156 message NO {NO}
   1157 message DONE {DONE}
   1158 message abandoned {Abandoned}
   1159 message empty {***EMPTY***}
   1160 message timezone {Timezone}
   1161 message change_rootpw {Change root password}
   1162 message enable_binpkg {Enable installation of binary packages}
   1163 message enable_sshd {Enable sshd}
   1164 message enable_ntpd {Enable ntpd}
   1165 message run_ntpdate {Run ntpdate at boot}
   1166 message enable_mdnsd {Enable multicast DNS support}
   1167 message enable_xdm {Enable xdm}
   1168 message enable_cgd {Enable cgd}
   1169 message enable_lvm {Enable lvm}
   1170 message enable_raid {Enable raidframe}
   1171 message add_a_user {Add a user}
   1172 message configmenu {Configure the additional items as needed.}
   1173 message doneconfig {Finished configuring}
   1174 message Install_pkgin {Install pkgin and update package summary}
   1175 message binpkg_installed
   1176 {Your system is now configured to use pkgin to install binary packages.  To
   1177 install a package, run:
   1178 
   1179 pkgin install <packagename>
   1180 
   1181 from a root shell.  Read the pkgin(1) manual page for further information.}
   1182 message Install_pkgsrc {Fetch and unpack pkgsrc}
   1183 message pkgsrc
   1184 {Installing pkgsrc requires unpacking an archive retrieved over the network.
   1185 The following are the host, directory, user, and password that
   1186 will be used.  If "user" is "ftp", then the password is not needed.
   1187 
   1188 }
   1189 message Pkgsrc_dir {pkgsrc directory}
   1190 message get_pkgsrc {Fetch and unpack pkgsrc}
   1191 message retry_pkgsrc_network {Network configuration failed.  Retry?}
   1192 message quit_pkgsrc {Quit without installing pkgsrc}
   1193 message quit_pkgs_install {Quit installing binary pkgs}
   1194 message pkgin_failed
   1195 {Installation of pkgin failed, possibly because no binary packages
   1196 exist.  Please check the package path and try again.}
   1197 message failed {Failed}
   1198 
   1199 message askfsmountadv {Mountpoint (or 'raid', 'cgd', 'lvm')?}
   1200 message partman {Extended partitioning}
   1201 message editpart {Edit partitions}
   1202 message selectwedge {Preconfigured "wedges" dk(4)}
   1203 
   1204 message fremove {REMOVE}
   1205 message remove {Remove}
   1206 message add {Add}
   1207 message auto {auto}
   1208 
   1209 message removepartswarn {This removes all partitions on the disk!}
   1210 message saveprompt {Save changes before finishing?}
   1211 message cantsave {Changes cannot be saved.}
   1212 message noroot {No root partition defined.  Cannot continue\n}
   1213 
   1214 message addusername {8 character username to add}
   1215 message addusertowheel {Do you wish to add this user to group wheel?}
   1216 
   1217 message Delete_partition
   1218 {Delete partition}
   1219 
   1220 message No_filesystem_newfs
   1221 {The selected partition does not seem to have a valid file system.
   1222 Do you want to newfs (format) it?}
   1223 
   1224 message swap_display	{swap}
   1225 
   1226 /* Called with: 			Example
   1227  *  $0 = parent device name		sd0
   1228  *  $1 = swap partition name		my_swap
   1229  */
   1230 message Auto_add_swap_part
   1231 {A swap partition (named $1)
   1232 seems to exist on $0.
   1233 Do you want to use that?}
   1234 
   1235 message parttype_disklabel {BSD disklabel}
   1236 message parttype_disklabel_short {disklabel}
   1237 /*
   1238  * This is used on architectures with MBR above disklabel when there is
   1239  * no MBR on a disk.
   1240  */
   1241 message parttype_only_disklabel {disklabel (NetBSD only)}
   1242 
   1243 message select_part_scheme
   1244 {The disk seems not to have been partitioned before. Please select
   1245 a partitioning scheme from the available options below. }
   1246 
   1247 message select_other_partscheme
   1248 {Please select a different partitioning scheme from the available
   1249 options below. }
   1250 
   1251 message select_part_limit
   1252 {Some schemes have size limits and can only be used for the start
   1253 of huge disks. The limit is displayed below.}
   1254 
   1255 /* Called with: 			Example
   1256  *  $0 = device name			ld0
   1257  *  $1 = size				3 TB
   1258  */
   1259 message part_limit_disksize
   1260 {This device ($0) is $1 big.}
   1261 
   1262 message size_limit	{Max:}
   1263 
   1264 message	addpart		{Add a partition}
   1265 message	nopart		{      (no partition defined)}
   1266 message	custom_type	{Unknown}
   1267 
   1268 message dl_type_invalid	{Invalid file system type code (0 .. 255)}
   1269 
   1270 message	cancel		{Cancel}
   1271 
   1272 message	out_of_range	{Invalid value}
   1273 message	invalid_guid	{Invalid GUID}
   1274 
   1275 message	reedit_partitions	{Re-edit}
   1276 message abort_installation	{Abort installation}
   1277 
   1278 message dl_get_custom_fstype {File system type code (upto 255)}
   1279 
   1280 message err_too_many_partitions	{Too many partitions}
   1281 
   1282 /* Called with: 			Example
   1283  *  $0 = mount point			/home
   1284  */
   1285 message	mp_already_exists	{$0 already defined!}
   1286 
   1287 message ptnsize_replace_existing
   1288 {This is an already existing partition.
   1289 To change its size, the partition will need to be deleted and later
   1290 recreated.  All data in this partition will be lost.
   1291 
   1292 Would you like to delete this partition and continue?}
   1293 
   1294 message part_not_deletable	{Non-deletable system partition}
   1295 
   1296 message ptn_type		{type}
   1297 message ptn_start		{start}
   1298 message ptn_size		{size}
   1299 message ptn_end			{end}
   1300 
   1301 message ptn_bsize		{block size}
   1302 message ptn_fsize		{fragment size}
   1303 message ptn_isize		{avg file size}
   1304 
   1305 /* Called with: 			Example
   1306  *  $0 = avg file size in byte		1200
   1307  */
   1308 message ptn_isize_bytes {$0 bytes (for number of inodes)}
   1309 message ptn_isize_dflt	{4 fragments}
   1310 
   1311 message Select_file_system_block_size
   1312 {Select file system block size}
   1313 
   1314 message Select_file_system_fragment_size
   1315 {Select file system fragment size}
   1316 
   1317 message ptn_isize_prompt
   1318 {average file size (bytes)}
   1319 
   1320 message No_free_space {No free space}
   1321 message Invalid_numeric {Invalid numeric!}
   1322 message Too_large {Too large!}
   1323 
   1324 /* Called with:				Example
   1325  *  $0 = start of free space		500
   1326  *  $1 = end of free space		599
   1327  *  $2 = size of free space		100
   1328  *  $3 = unit in use			MB
   1329  */
   1330 message free_space_line {Space at $0..$1 $3 (size $2 $3)\n}
   1331 
   1332 message	fs_type_ffsv2	{FFSv2}
   1333 message	fs_type_ffs	{FFS}
   1334 message	fs_type_efi_sp	{EFI system partition}
   1335 message fs_type_ext2old	{Linux Ext2 (old)}
   1336 message	other_fs_type	{Other type}
   1337 
   1338 message	editpack	{Edit name of the disk}
   1339 message	edit_disk_pack_hdr
   1340 {The name of the disk is arbitrary.
   1341 It is useful for distinguishing between multiple disks.
   1342 It may also be used when auto-creating dk(4) "wedges" for this disk.
   1343 
   1344 Enter disk name}
   1345 
   1346 
   1347 /* Called with:				Example
   1348  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1349  *  $1 = short version of $0		MBR
   1350  */
   1351 message reeditpart
   1352 {Do you want to re-edit the $1 partitions?}
   1353 
   1354 
   1355 /* Called with:				Example
   1356  *  $0 = device name			wd0
   1357  *  $1 = outer partitioning name	Master Boot Record (MBR)
   1358  *  $2 = inner partitioning name	BSD disklabel
   1359  *  $3 = short version of $1		MBR
   1360  *  $4 = short version of $2		disklabel
   1361  *  $5 = size needed for NetBSD		250M
   1362  *  $6 = size needed to build NetBSD	15G
   1363  */
   1364 message fullpart
   1365 {We are now going to install NetBSD on the disk $0.
   1366 
   1367 NetBSD requires a single partition in the disk's $1
   1368 partition table, this is split further by the $2.
   1369 NetBSD can also access file systems in other $3 partitions.
   1370 
   1371 If you select 'Use the entire disk' then the previous contents of the
   1372 disk will be overwritten and a single $3 partition used to cover the
   1373 entire disk.
   1374 If you want to install more than one operating system then edit the
   1375 $3 partition table and create a partition for NetBSD.
   1376 
   1377 About $5 is enough for a basic installation, but you should allow
   1378 extra for additional software and user files.
   1379 Allow at least $6 if you want to build NetBSD itself.}
   1380 
   1381 message Select_your_choice
   1382 {What would you like to do?}
   1383 
   1384 /* Called with:				Example
   1385  *  $0 = partitioning name		Master Boot Record (MBR)
   1386  *  $1 = short version of $0		MBR
   1387  */
   1388 message Use_only_part_of_the_disk
   1389 {Edit the $1 partition table}
   1390 
   1391 /* Called with:				Example
   1392  *  $0 = partitioning name		Master Boot Record (MBR)
   1393  *  $1 = short version of $0		MBR
   1394  */
   1395 message Use_the_entire_disk
   1396 {Use the entire disk}
   1397 
   1398 /* Called with:				Example
   1399  *  $0 = device name			wd0
   1400  *  $1 = total disk size		3000 GB
   1401  *  $2 = unallocated space		1.2 GB
   1402  */
   1403 message part_header
   1404 {   Total size of $0 is $1, available: $2}
   1405 message part_header_col_start	{Start}
   1406 message part_header_col_size	{Size}
   1407 message part_header_col_flag	{Flag}
   1408 
   1409 message Partition_table_ok
   1410 {Partition table OK}
   1411 
   1412 message Dont_change
   1413 {Don't change}
   1414 message Other_kind
   1415 {Other}
   1416 
   1417 /* Called with:				Example
   1418  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1419  *  $1 = short version of $0		MBR
   1420  */
   1421 message nobsdpart
   1422 {There is no NetBSD partition in the $1.}
   1423 
   1424 /* Called with:				Example
   1425  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1426  *  $1 = short version of $0		MBR
   1427  */
   1428 message multbsdpart
   1429 {There are multiple NetBSD partitions in the $1.
   1430 You should set the 'install' flag on the one you want to use.}
   1431 
   1432 message ovrwrite
   1433 {Your disk currently has a non-NetBSD partition.  Do you really want to
   1434 overwrite that partition with NetBSD?
   1435 }
   1436 
   1437 message Partition_OK
   1438 {Partition OK}
   1439 
   1440 /* Called with:				Example
   1441  *  $0 = device name			wd0
   1442  *  $1 = outer partitioning name	Master Boot Record (MBR)
   1443  *  $2 = short version of $1		MBR
   1444  *  $3 = other flag options		d = bootselect default, a = active
   1445  */
   1446 message editparttable
   1447 {The Current $2 partition table of $0 is shown below.
   1448 Flags: (I)nstall here$3.
   1449 Select the partition you wish to change:
   1450 
   1451 }
   1452 
   1453 message install_flag	{I}
   1454 message newfs_flag	{N}
   1455 
   1456 message clone_flag	{C}
   1457 message clone_flag_desc	{, (C)lone}
   1458 
   1459 message ptn_install	{install}
   1460 message ptn_instflag_desc	{(I)nstall, }
   1461 
   1462 message parttype_gpt {Guid Partition Table (GPT)}
   1463 message parttype_gpt_short {GPT}
   1464 
   1465 message	ptn_label	{Label}
   1466 message ptn_uuid	{UUID}
   1467 message	ptn_gpt_type	{GPT Type}
   1468 message	ptn_boot	{Boot}
   1469 
   1470 /* Called with:				Example
   1471  *  $0 = outer partitioning name	Master Boot Record (MBR)
   1472  *  $1 = short version of $0		MBR
   1473  */
   1474 message use_partitions_anyway
   1475 {Use this partitions anyway}
   1476 
   1477 message	gpt_flags	{B}
   1478 message	gpt_flag_desc	{, (B)ootable}
   1479 
   1480 /* Called with:				Example
   1481  *  $0 = file system type		FFSv2
   1482  */
   1483 message size_ptn_not_mounted		{(Other: $0)}
   1484 
   1485 message running_system			{current system}
   1486 
   1487 message clone_from_elsewhere		{Clone external partition(s)}
   1488 message select_foreign_part
   1489 {Please select an external source partition:}
   1490 message select_source_hdr
   1491 {Your currently selected source partitions are:}
   1492 message clone_with_data			{Clone with data}
   1493 message	select_source_add		{Add another partition}
   1494 message clone_target_end		{Add at end}
   1495 message clone_target_hdr
   1496 {Insert cloned partitions before:}
   1497 message clone_target_disp		{cloned partition(s)}
   1498 message clone_src_done
   1499 {Source selection OK, proceed to target selection}
   1500 
   1501 message network_ok
   1502 {Your network seems to work fine.
   1503 Should we skip the configuration
   1504 and just use the network as-is?}
   1505