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