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