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