Home | History | Annotate | Line # | Download | only in sysinst
msg.mi.en revision 1.7
      1 /*	$NetBSD: msg.mi.en,v 1.7 2015/04/03 14:57:41 mbalmer 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 usage
     38 {usage: sysinst [-D] [-f definition_file] [-r release] [-C bg:fg]
     39 }
     40 
     41 message sysinst_message_language
     42 {Installation messages in English}
     43 
     44 message sysinst_message_locale
     45 {en_US.ISO8859-1}
     46 
     47 message Yes {Yes}
     48 message No {No}
     49 message All {All}
     50 message Some {Some}
     51 message None {None}
     52 message none {none}
     53 message OK {OK}
     54 message ok {ok}
     55 message On {On}
     56 message Off {Off}
     57 message unchanged {unchanged}
     58 message Delete {Delete?}
     59 
     60 message install
     61 {install}
     62 
     63 message reinstall
     64 {reinstall sets for}
     65 
     66 message upgrade
     67 {upgrade}
     68 
     69 message hello
     70 {NetBSD/@@MACHINE@@ @@VERSION@@
     71 
     72 This menu-driven tool is designed to help you install NetBSD to a hard
     73 disk, or upgrade an existing NetBSD system, with a minimum of work.
     74 In the following menus type the reference letter (a, b, c, ...) to
     75 select an item, or type CTRL+N/CTRL+P to select the next/previous item.
     76 The arrow keys and Page-up/Page-down may also work.
     77 Activate the current selection from the menu by typing the enter key.
     78 }
     79 
     80 message thanks
     81 {Thank you for using NetBSD!
     82 }
     83 
     84 message installusure
     85 {You have chosen to install NetBSD on your hard disk.  This will change
     86 information on your hard disk.  You should have made a full backup
     87 before this procedure!  This procedure will do the following things:
     88 	a) Partition your disk
     89 	b) Create new BSD file systems
     90 	c) Load and install distribution sets
     91 	d) Some initial system configuration
     92 
     93 (After you enter the partition information but before your disk is
     94 changed, you will have the opportunity to quit this procedure.)
     95 
     96 Shall we continue?
     97 }
     98 
     99 message upgradeusure
    100 {Ok, let's upgrade NetBSD on your hard disk.  As always, this will
    101 change information on your hard disk.  You should have made a full backup
    102 before this procedure!  Do you really want to upgrade NetBSD?
    103 (This is your last warning before this procedure starts modifying your
    104 disks.)
    105 }
    106 
    107 message reinstallusure
    108 {Ok, let's unpack the NetBSD distribution sets to a bootable hard disk.
    109 This procedure just fetches and unpacks sets onto an pre-partitioned
    110 bootable disk. It does not label disks, upgrade bootblocks, or save
    111 any existing configuration info.  (Quit and choose `install' or
    112 `upgrade' if you want those options.)  You should have already done an
    113 `install' or `upgrade' before starting this procedure!
    114 
    115 Do you really want to reinstall NetBSD distribution sets?
    116 (This is your last warning before this procedure starts modifying your
    117 disks.)
    118 }
    119 
    120 message mount_failed
    121 {Mounting %s failed. Continue?
    122 }
    123 
    124 message nodisk
    125 {I can not find any hard disks for use by NetBSD.  You will be
    126 returned to the original menu.
    127 }
    128 
    129 message onedisk
    130 {I found only one disk, %s.
    131 Therefore I assume you want to %s NetBSD on it.
    132 }
    133 
    134 message ask_disk
    135 {On which disk do you want to %s NetBSD? }
    136 
    137 message Available_disks
    138 {Available disks}
    139 
    140 message heads
    141 {heads}
    142 
    143 message sectors
    144 {sectors}
    145 
    146 message fs_isize
    147 {average file size (bytes)}
    148 
    149 message mountpoint
    150 {mount point (or 'none')}
    151 
    152 message cylname
    153 {cyl}
    154 
    155 message secname
    156 {sec}
    157 
    158 message megname
    159 {MB}
    160 
    161 message layout
    162 {NetBSD uses a BSD disklabel to carve up the NetBSD portion of the disk
    163 into multiple BSD partitions.  You must now set up your BSD disklabel.
    164 
    165 You can use a simple editor to set the sizes of the NetBSD partitions,
    166 or keep the existing partition sizes and contents.
    167 
    168 You will then be given the opportunity to change any of the disklabel
    169 fields.
    170 
    171 The NetBSD part of your disk is %d Megabytes.
    172 A full installation requires at least %d Megabytes without X and
    173 at least %d Megabytes if the X sets are included.
    174 }
    175 
    176 message Choose_your_size_specifier
    177 {Choosing megabytes will give partition sizes close to your choice,
    178 but aligned to cylinder boundaries.  Choosing sectors will allow you
    179 to more accurately specify the sizes.  On modern ZBR disks, actual
    180 cylinder size varies across the disk and there is little real gain
    181 from cylinder alignment.  On older disks, it is most efficient to
    182 choose partition sizes that are exact multiples of your actual
    183 cylinder size.
    184 
    185 Choose your size specifier}
    186 
    187 message ptnsizes
    188 {You can now change the sizes for the system partitions.  The default is
    189 to allocate all the space to the root file system, however you may wish
    190 to have separate /usr (additional system files), /var (log files etc)
    191 or /home (users' home directories).
    192 
    193 Free space will be added to the partition marked with a '+'.
    194 }
    195 
    196 message ptnheaders
    197 {
    198        MB         Cylinders   Sectors   Filesystem
    199 }
    200 
    201 message askfsmount
    202 {Mount point?}
    203 
    204 message askfssize
    205 {Size for %s in %s?}
    206 
    207 message askunits
    208 {Change input units (sectors/cylinders/MB)}
    209 
    210 message NetBSD_partition_cant_change
    211 {NetBSD partition}
    212 
    213 message Whole_disk_cant_change
    214 {Whole disk}
    215 
    216 message Boot_partition_cant_change
    217 {Boot partition}
    218 
    219 message add_another_ptn
    220 {Add a user defined partition}
    221 
    222 message fssizesok
    223 {Accept partition sizes.  Free space %d %s, %d free partitions.}
    224 
    225 message fssizesbad
    226 {Reduce partition sizes by %d %s (%u sectors).}
    227 
    228 message startoutsidedisk
    229 {The start value you specified is beyond the end of the disk.
    230 }
    231 
    232 message endoutsidedisk
    233 {With this value, the partition end is beyond the end of the disk.
    234 Your partition size has been truncated to %d %s.
    235 
    236 Type enter to continue
    237 }
    238 
    239 message toobigdisklabel
    240 {
    241 This disk is too large for a disklabel partition table to be used
    242 and hence cannot be used as a bootable disk or to hold the root
    243 partition.
    244 }
    245 
    246 message fspart
    247 {We now have your BSD-disklabel partitions as:
    248 This is your last chance to change them.
    249 
    250 }
    251 
    252 message fspart_header
    253 {   Start %3s   End %3s  Size %3s FS type    Newfs Mount Mount point
    254    --------- --------- --------- ---------- ----- ----- -----------
    255 }
    256 
    257 message fspart_row
    258 {%9lu %9lu %9lu %-10s %-5s %-5s %s}
    259 
    260 message show_all_unused_partitions
    261 {Show all unused partitions}
    262 
    263 message partition_sizes_ok
    264 {Partition sizes ok}
    265 
    266 message edfspart
    267 {The current values for partition `%c' are,
    268 Select the field you wish to change:
    269 
    270                           MB cylinders   sectors
    271 	             ------- --------- ---------
    272 }
    273 
    274 message fstype_fmt
    275 {        FStype: %9s}
    276 
    277 message start_fmt
    278 {         start: %9u %8u%c %9u}
    279 
    280 message size_fmt
    281 {          size: %9u %8u%c %9u}
    282 
    283 message end_fmt
    284 {           end: %9u %8u%c %9u}
    285 
    286 message bsize_fmt
    287 {    block size: %9d bytes}
    288 
    289 message fsize_fmt
    290 { fragment size: %9d bytes}
    291 
    292 message isize_fmt
    293 { avg file size: %9d bytes (for number of inodes)}
    294 message isize_fmt_dflt
    295 { avg file size:         4 fragments}
    296 
    297 message newfs_fmt
    298 {         newfs: %9s}
    299 
    300 message mount_fmt
    301 {         mount: %9s}
    302 
    303 message mount_options_fmt
    304 { mount options: }
    305 
    306 message mountpt_fmt
    307 {   mount point: %9s}
    308 
    309 message toggle
    310 {Toggle}
    311 
    312 message restore
    313 {Restore original values}
    314 
    315 message Select_the_type
    316 {Select the type}
    317 
    318 message other_types
    319 {other types}
    320 
    321 message label_size
    322 {%s
    323 Special values that can be entered for the size value:
    324     -1:   use until the end of the NetBSD part of the disk
    325    a-%c:   end this partition where partition X starts
    326 
    327 size (%s)}
    328 
    329 message label_offset
    330 {%s
    331 Special values that can be entered for the offset value:
    332     -1:   start at the beginning of the NetBSD part of the disk
    333    a-%c:   start at the end of previous partition (a, b, ..., %c)
    334 
    335 start (%s)}
    336 
    337 message invalid_sector_number
    338 {Badly formed sector number
    339 }
    340 
    341 message Select_file_system_block_size
    342 {Select file system block size}
    343 
    344 message Select_file_system_fragment_size
    345 {Select file system fragment size}
    346 
    347 message packname
    348 {Please enter a name for your NetBSD disk}
    349 
    350 message lastchance
    351 {Ok, we are now ready to install NetBSD on your hard disk (%s).  Nothing has been
    352 written yet.  This is your last chance to quit this process before anything
    353 gets changed.
    354 
    355 Shall we continue?
    356 }
    357 
    358 message disksetupdone
    359 {Okay, the first part of the procedure is finished.  Sysinst has
    360 written a disklabel to the target disk, and newfs'ed and fsck'ed
    361 the new partitions you specified for the target disk.
    362 }
    363 
    364 message disksetupdoneupdate
    365 {Okay, the first part of the procedure is finished.  Sysinst has
    366 written a disklabel to the target disk, and fsck'ed the new
    367 partitions you specified for the target disk.
    368 }
    369 
    370 message openfail
    371 {Could not open %s, error message was: %s.
    372 }
    373 
    374 message mountfail
    375 {mount of device /dev/%s%c on %s failed.
    376 }
    377 
    378 message extractcomplete
    379 {The extraction of the selected sets for NetBSD-@@VERSION@@ is complete.
    380 The system is now able to boot from the selected harddisk. To complete
    381 the installation, sysinst will give you the opportunity to configure
    382 some essential things first.
    383 }
    384 
    385 message instcomplete
    386 {The installation of NetBSD-@@VERSION@@ is now complete.  The system
    387 should boot from hard disk.  Follow the instructions in the INSTALL
    388 document about final configuration of your system.  The afterboot(8)
    389 manpage is another recommended reading; it contains a list of things
    390 to be checked after the first complete boot.
    391 
    392 At a minimum, you should edit /etc/rc.conf to match your needs. See
    393 /etc/defaults/rc.conf for the default values.
    394 }
    395 
    396 message upgrcomplete
    397 {The upgrade to NetBSD-@@VERSION@@ is now complete.  You will
    398 now need to follow the instructions in the INSTALL document as to
    399 what you need to do to get your system reconfigured for your situation.
    400 Remember to (re)read the afterboot(8) manpage as it may contain new
    401 items since your last upgrade.
    402 
    403 At a minimum, you must edit rc.conf for your local environment and change
    404 rc_configured=NO to rc_configured=YES or reboots will stop at single-user,
    405 and copy back the password files (taking into account new system accounts
    406 that may have been created for this release) if you were using local
    407 password files.
    408 }
    409 
    410 
    411 message unpackcomplete
    412 {Unpacking additional release sets of NetBSD-@@VERSION@@ is now complete.
    413 You will now need to follow the instructions in the INSTALL document
    414 to get your system reconfigured for your situation.
    415 The afterboot(8) manpage can also be of some help.
    416 
    417 At a minimum, you must edit rc.conf for your local environment and change
    418 rc_configured=NO to rc_configured=YES or reboots will stop at single-user.
    419 }
    420 
    421 message distmedium
    422 {Your disk is now ready for installing the kernel and the distribution
    423 sets.  As noted in your INSTALL notes, you have several options.  For
    424 ftp or nfs, you must be connected to a network with access to the proper
    425 machines.
    426 
    427 Sets selected %d, processed %d, Next set %s.
    428 
    429 }
    430 
    431 message distset
    432 {The NetBSD distribution is broken into a collection of distribution
    433 sets.  There are some basic sets that are needed by all installations
    434 and there are some other sets that are not needed by all installations.
    435 You may choose to install a core set (Minimal installation), all of them
    436 (Full installation) or you select from the optional distribution sets.
    437 } /* XXX add 'minimal installation' */
    438 
    439 message ftpsource
    440 {The following are the %s site, directory, user, and password that
    441 will be used.  If "user" is "ftp", then the password is not needed.
    442 
    443 }
    444 
    445 message email
    446 {e-mail address}
    447 
    448 message dev
    449 {device}
    450 
    451 message nfssource
    452 {Enter the nfs host and server directory where the distribution is located.
    453 Remember, the directory should contain the .tgz files and
    454 must be nfs mountable.
    455 
    456 }
    457 
    458 message floppysource
    459 {Enter the floppy device to be used and transfer directory on the target
    460 file system.  The set files must be in the root directory of the floppies.
    461 
    462 }
    463 
    464 message cdromsource
    465 {Enter the CDROM device to be used and directory on the CDROM where
    466 the distribution is located.
    467 Remember, the directory should contain the .tgz files.
    468 
    469 }
    470 
    471 message Available_cds
    472 {Available CDs }
    473 
    474 message ask_cd
    475 {Multiple CDs found, please select the one containing the install CD.}
    476 
    477 message cd_path_not_found
    478 {The installation sets have not been found at the default location on this
    479 CD. Please check device and path name.}
    480 
    481 message localfssource
    482 {Enter the unmounted local device and directory on that device where
    483 the distribution is located.
    484 Remember, the directory should contain the .tgz files.
    485 
    486 }
    487 
    488 message localdir
    489 {Enter the already-mounted local directory where the distribution is located.
    490 Remember, the directory should contain the .tgz files.
    491 
    492 }
    493 
    494 message filesys
    495 {file system}
    496 
    497 message nonet
    498 {I can not find any network interfaces for use by NetBSD.  You will be
    499 returned to the previous menu.
    500 }
    501 
    502 message netup
    503 {The following network interfaces are active: %s
    504 Does one of them connect to the required server?}
    505 
    506 message asknetdev
    507 {Which network device would you like to use?}
    508 
    509 message netdevs
    510 {Available interfaces}
    511 
    512 message netinfo
    513 {To be able to use the network, we need answers to the following:
    514 
    515 }
    516 
    517 message net_domain
    518 {Your DNS domain}
    519 
    520 message net_host
    521 {Your host name}
    522 
    523 message net_ip
    524 {Your IPv4 address}
    525 
    526 message net_srv_ip
    527 {Server IPv4 address}
    528 
    529 message net_mask
    530 {IPv4 Netmask}
    531 
    532 message net_namesrv
    533 {Your name server}
    534 
    535 message net_defroute
    536 {IPv4 gateway}
    537 
    538 message net_media
    539 {Network media type}
    540 
    541 message netok
    542 {The following are the values you entered.
    543 
    544 DNS Domain:		%s
    545 Host Name:		%s
    546 Nameserver:		%s
    547 Primary Interface:	%s
    548 Media type:		%s
    549 Host IP:		%s
    550 Netmask:		%s
    551 IPv4 Gateway:		%s
    552 }
    553 
    554 message netok_slip
    555 {The following are the values you entered.  Are they OK?
    556 
    557 DNS Domain:		%s
    558 Host Name:		%s
    559 Nameserver:		%s
    560 Primary Interface:	%s
    561 Media type:		%s
    562 Host IP:		%s
    563 Server IP:		%s
    564 Netmask:		%s
    565 IPv4 Gateway:		%s
    566 }
    567 
    568 message netokv6
    569 {IPv6 autoconf:		%s
    570 }
    571 
    572 message netok_ok
    573 {Are they OK?}
    574 
    575 message wait_network
    576 {
    577 Waiting while network interface comes up.
    578 }
    579 
    580 message resolv
    581 {Could not create /etc/resolv.conf.  Install aborted.
    582 }
    583 
    584 message realdir
    585 {Could not change to directory %s: %s.  Install aborted.
    586 }
    587 
    588 message delete_xfer_file
    589 {Delete after install}
    590 
    591 message notarfile
    592 {Release set %s does not exist.}
    593 
    594 message endtarok
    595 {All selected distribution sets unpacked successfully.}
    596 
    597 message endtar
    598 {There were problems unpacking distribution sets.
    599 Your installation is incomplete.
    600 
    601 You selected %d distribution sets.  %d sets couldn't be found
    602 and %d were skipped after an error occurred.  Of the %d
    603 that were attempted, %d unpacked without errors and %d with errors.
    604 
    605 The installation is aborted. Please recheck your distribution source
    606 and consider reinstalling sets from the main menu.}
    607 
    608 message abort
    609 {Your choices have made it impossible to install NetBSD.  Install aborted.
    610 }
    611 
    612 message abortinst
    613 {The distribution was not successfully loaded.  You will need to proceed
    614 by hand.  Installation aborted.
    615 }
    616 
    617 message abortupgr
    618 {The distribution was not successfully loaded.  You will need to proceed
    619 by hand.  Upgrade aborted.
    620 }
    621 
    622 message abortunpack
    623 {Unpacking additional sets was not successful.  You will need to
    624 proceed by hand, or choose a different source for release sets and try
    625 again.
    626 }
    627 
    628 message createfstab
    629 {There is a big problem!  Can not create /mnt/etc/fstab.  Bailing out!
    630 }
    631 
    632 
    633 message noetcfstab
    634 {Help! No /etc/fstab in target disk %s.  Aborting upgrade.
    635 }
    636 
    637 message badetcfstab
    638 {Help! Can't parse /etc/fstab in target disk %s.  Aborting upgrade.
    639 }
    640 
    641 message X_oldexists
    642 {I cannot save %s/bin/X as %s/bin/X.old, because the
    643 target disk already has an %s/bin/X.old. Please fix this before
    644 continuing.
    645 
    646 One way is to start a shell from the Utilities menu, examine the
    647 target %s/bin/X and %s/bin/X.old.  If
    648 %s/bin/X.old is from a completed upgrade, you can rm -f
    649 %s/bin/X.old and restart.  Or if %s/bin/X.old is from
    650 a recent, incomplete upgrade, you can rm -f %s/bin/X and mv
    651 %s/bin/X.old to %s/bin/X
    652 
    653 Aborting upgrade.}
    654 
    655 message netnotup
    656 {There was a problem in setting up the network.  Either your gateway
    657 or your nameserver was not reachable by a ping.  Do you want to
    658 configure your network again?  (No allows you to continue anyway
    659 or abort the install process.)
    660 }
    661 
    662 message netnotup_continueanyway
    663 {Would you like to continue the install process anyway, and assume
    664 that the network is working?  (No aborts the install process.)
    665 }
    666 
    667 message makedev
    668 {Making device nodes ...
    669 }
    670 
    671 message badfs
    672 {It appears that /dev/%s%c is not a BSD file system or the fsck was
    673 not successful.  Try mounting it anyway?  (Error number %d.)
    674 }
    675 
    676 message rootmissing
    677 { target root is missing %s.
    678 }
    679 
    680 message badroot
    681 {The completed new root file system failed a basic sanity check.
    682  Are you sure you installed all the required sets?
    683 }
    684 
    685 message fd_type
    686 {Floppy file system type}
    687 
    688 message fdnotfound
    689 {Could not find the file on the floppy.
    690 }
    691 
    692 message fdremount
    693 {The floppy was not mounted successfully.
    694 }
    695 
    696 message fdmount
    697 {Please load the floppy containing the file named "%s.%s".
    698 
    699 If the set's has no more disks, select "Set finished" to install the set.
    700 Select "Abort fetch" to return to the install media selection menu.
    701 }
    702 
    703 message mntnetconfig
    704 {Is the network information you entered accurate for this machine
    705 in regular operation and do you want it installed in /etc? }
    706 
    707 message cur_distsets
    708 {The following is the list of distribution sets that will be used.
    709 
    710 }
    711 
    712 message cur_distsets_header
    713 {   Distribution set         Selected
    714    ------------------------ --------
    715 }
    716 
    717 message set_base
    718 {Base}
    719 
    720 message set_system
    721 {System (/etc)}
    722 
    723 message set_compiler
    724 {Compiler Tools}
    725 
    726 message set_games
    727 {Games}
    728 
    729 message set_man_pages
    730 {Online Manual Pages}
    731 
    732 message set_misc
    733 {Miscellaneous}
    734 
    735 message set_modules
    736 {Kernel Modules}
    737 
    738 message set_tests
    739 {Test programs}
    740 
    741 message set_text_tools
    742 {Text Processing Tools}
    743 
    744 message set_X11
    745 {X11 sets}
    746 
    747 message set_X11_base
    748 {X11 base and clients}
    749 
    750 message set_X11_etc
    751 {X11 configuration}
    752 
    753 message set_X11_fonts
    754 {X11 fonts}
    755 
    756 message set_X11_servers
    757 {X11 servers}
    758 
    759 message set_X11_prog
    760 {X11 programming}
    761 
    762 message set_source
    763 {Source and debug sets}
    764 
    765 message set_syssrc
    766 {Kernel sources}
    767 
    768 message set_src
    769 {Base sources}
    770 
    771 message set_sharesrc
    772 {Share sources}
    773 
    774 message set_gnusrc
    775 {GNU sources}
    776 
    777 message set_xsrc
    778 {X11 sources}
    779 
    780 message set_debug
    781 {Debug symbols}
    782 
    783 message set_xdebug
    784 {X11 debug symbols}
    785 
    786 message cur_distsets_row
    787 {%-27s %3s}
    788 
    789 message select_all
    790 {Select all the above sets}
    791 
    792 message select_none
    793 {Deselect all the above sets}
    794 
    795 message install_selected_sets
    796 {Install selected sets}
    797 
    798 message tarerror
    799 {There was an error in extracting the file %s.  That means
    800 some files were not extracted correctly and your system will not be
    801 complete.
    802 
    803 Continue extracting sets?}
    804 
    805 message must_be_one_root
    806 {There must be a single partition marked to be mounted on '/'.}
    807 
    808 message partitions_overlap
    809 {partitions %c and %c overlap.}
    810 
    811 message No_Bootcode
    812 {No bootcode for specified FS type of root partition}
    813 
    814 message cannot_ufs2_root
    815 {Sorry, the root file system can't be FFSv2 due to lack of bootloader support
    816 on this port.}
    817 
    818 message edit_partitions_again
    819 {
    820 
    821 You can either edit the partition table by hand, or give up and return
    822 to the main menu.
    823 
    824 Edit the partition table again?}
    825 
    826 message config_open_error
    827 {Could not open config file %s\n}
    828 
    829 message choose_timezone
    830 {Please choose the timezone that fits you best from the list below.
    831 Press RETURN to select an entry.
    832 Press 'x' followed by RETURN to quit the timezone selection.
    833 
    834  Default:	%s
    835  Selected:	%s
    836  Local time: 	%s %s
    837 }
    838 
    839 message tz_back
    840 { Back to main timezone list}
    841 
    842 message swapactive
    843 {The disk that you selected has a swap partition that may currently be
    844 in use if your system is low on memory. Because you are going to
    845 repartition this disk, this swap partition will be disabled now. Please
    846 beware that this might lead to out of swap errors. Should you get such
    847 an error, please restart the system and try again.}
    848 
    849 message swapdelfailed
    850 {Sysinst failed to deactivate the swap partition on the disk that you
    851 chose for installation. Please reboot and try again.}
    852 
    853 message rootpw
    854 {The root password of the newly installed system has not yet been initialized,
    855 and is thus empty.  Do you want to set a root password for the system now?}
    856 
    857 message rootsh
    858 {You can now select which shell to use for the root user. The default is
    859 /bin/sh, but you may prefer another one.}
    860 
    861 message no_root_fs
    862 {
    863 There is no defined root file system.  You need to define at least
    864 one mount point with "/".
    865 
    866 Press <return> to continue.
    867 }
    868 
    869 message slattach {
    870 Enter slattach flags
    871 }
    872 
    873 message Pick_an_option {Pick an option to turn on or off.}
    874 message Scripting {Scripting}
    875 message Logging {Logging}
    876 
    877 message Status  { Status: }
    878 message Command {Command: }
    879 message Running {Running}
    880 message Finished {Finished}
    881 message Command_failed {Command failed}
    882 message Command_ended_on_signal {Command ended on signal}
    883 
    884 message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System}
    885 message Exit_Install_System {Exit Install System}
    886 message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk}
    887 message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk}
    888 message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets}
    889 message Reboot_the_computer {Reboot the computer}
    890 message Utility_menu {Utility menu}
    891 message Config_menu {Config menu}
    892 message exit_utility_menu {Back to main menu}
    893 message exit_menu_generic {Exit}
    894 message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities}
    895 message Run_bin_sh {Run /bin/sh}
    896 message Set_timezone {Set timezone}
    897 message Configure_network {Configure network}
    898 message Partition_a_disk {Partition a disk}
    899 message Logging_functions {Logging functions}
    900 message Halt_the_system {Halt the system}
    901 message yes_or_no {yes or no?}
    902 message Hit_enter_to_continue {Hit enter to continue}
    903 message Choose_your_installation {Choose your installation}
    904 message Set_Sizes {Set sizes of NetBSD partitions}
    905 message Use_Existing {Use existing partition sizes}
    906 message Megabytes {Megabytes}
    907 message Cylinders {Cylinders}
    908 message Sectors {Sectors}
    909 message Select_medium {Install from}
    910 message ftp {FTP}
    911 message http {HTTP}
    912 message nfs {NFS}
    913 .if HAVE_INSTALL_IMAGE
    914 message cdrom {CD-ROM / DVD / install image media}
    915 .else
    916 message cdrom {CD-ROM / DVD}
    917 .endif
    918 message floppy {Floppy}
    919 message local_fs {Unmounted fs}
    920 message local_dir {Local directory}
    921 message Select_your_distribution {Select your distribution}
    922 message Full_installation {Full installation}
    923 message Full_installation_nox {Installation without X11}
    924 message Minimal_installation {Minimal installation}
    925 message Custom_installation {Custom installation}
    926 message hidden {** hidden **}
    927 message Host {Host}
    928 message Base_dir {Base directory}
    929 message Set_dir_bin {Binary set directory}
    930 message Set_dir_src {Source set directory}
    931 message Xfer_dir {Transfer directory}
    932 message User {User}
    933 message Password {Password}
    934 message Proxy {Proxy}
    935 message Get_Distribution {Get Distribution}
    936 message Continue {Continue}
    937 message What_do_you_want_to_do {What do you want to do?}
    938 message Try_again {Try again}
    939 message Set_finished {Set finished}
    940 message Skip_set {Skip set}
    941 message Skip_group {Skip set group}
    942 message Abandon {Abandon installation}
    943 message Abort_fetch {Abort fetch}
    944 message Device {Device}
    945 message File_system {File system}
    946 message Select_DNS_server {  Select DNS server}
    947 message other {other }
    948 message Perform_autoconfiguration {Perform autoconfiguration?}
    949 message Root_shell {Root shell}
    950 message User_shell {User shell}
    951 message Color_scheme {Color scheme}
    952 message White_on_black {White on black}
    953 message Black_on_white {Black on white}
    954 message White_on_blue {White on blue}
    955 message Green_on_black {Green on black}
    956 
    957 .if AOUT2ELF
    958 message aoutfail
    959 {The directory where the old a.out shared libraries should be moved to could
    960 not be created. Please try the upgrade procedure again and make sure you
    961 have mounted all file systems.}
    962 
    963 message emulbackup
    964 {Either the /emul/aout or /emul directory on your system was a symbolic link
    965 pointing to an unmounted file system. It has been given a '.old' extension.
    966 Once you bring your upgraded system back up, you may need to take care
    967 of merging the newly created /emul/aout directory with the old one.
    968 }
    969 .endif
    970 
    971 message oldsendmail
    972 {Sendmail is no longer in this release of NetBSD, default MTA is
    973 postfix. The file /etc/mailer.conf still chooses the removed
    974 sendmail. Do you want to upgrade /etc/mailer.conf automatically for
    975 postfix? If you choose "No" you will have to update /etc/mailer.conf
    976 yourself to ensure proper email delivery.}
    977 
    978 message license
    979 {To use the network interface %s, you must agree to the license in
    980 file %s. To view this file now, you can type ^Z, look at the contents of
    981 the file and then type "fg" to resume.}
    982 
    983 message binpkg
    984 {To configure the binary package system, please choose the network location
    985 to fetch packages from.  Once your system comes up, you can use 'pkgin'
    986 to install additional packages, or remove packages.}
    987 
    988 message pkgpath
    989 {Enabling binary packages with pkgin requires setting up the repository.
    990 The following are the host, directory, user, and password that
    991 will be used.  If "user" is "ftp", then the password is not needed.
    992 
    993 }
    994 message rcconf_backup_failed {Making backup of rc.conf failed. Continue?}
    995 message rcconf_backup_succeeded {rc.conf backup saved to %s.}
    996 message rcconf_restore_failed {Restoring backup rc.conf failed.}
    997 message rcconf_delete_failed {Deleting old %s entry failed.}
    998 message Pkg_dir {Package directory}
    999 message configure_prior {configure a prior installation of}
   1000 message configure {configure}
   1001 message change {change}
   1002 message password_set {password set}
   1003 message YES {YES}
   1004 message NO {NO}
   1005 message DONE {DONE}
   1006 message abandoned {Abandoned}
   1007 message empty {***EMPTY***}
   1008 message timezone {Timezone}
   1009 message change_rootpw {Change root password}
   1010 message enable_binpkg {Enable installation of binary packages}
   1011 message enable_sshd {Enable sshd}
   1012 message enable_ntpd {Enable ntpd}
   1013 message run_ntpdate {Run ntpdate at boot}
   1014 message enable_mdnsd {Enable mdnsd}
   1015 message enable_xdm {Enable xdm}
   1016 message enable_cgd {Enable cgd}
   1017 message enable_lvm {Enable lvm}
   1018 message enable_raid {Enable raidframe}
   1019 message add_a_user {Add a user}
   1020 message configmenu {Configure the additional items as needed.}
   1021 message doneconfig {Finished configuring}
   1022 message Install_pkgin {Install pkgin and update package summary}
   1023 message binpkg_installed
   1024 {Your system is now configured to use pkgin to install binary packages.  To
   1025 install a package, run:
   1026 
   1027 pkgin install <packagename>
   1028 
   1029 from a root shell.  Read the pkgin(1) manual page for further information.}
   1030 message Install_pkgsrc {Fetch and unpack pkgsrc}
   1031 message pkgsrc
   1032 {Installing pkgsrc requires unpacking an archive retrieved over the network.
   1033 The following are the host, directory, user, and password that
   1034 will be used.  If "user" is "ftp", then the password is not needed.
   1035 
   1036 }
   1037 message Pkgsrc_dir {pkgsrc directory}
   1038 message get_pkgsrc {Fetch and unpack pkgsrc for building from source}
   1039 message retry_pkgsrc_network {Network configuration failed.  Retry?}
   1040 message quit_pkgsrc {Quit without installing pkgsrc}
   1041 message quit_pkgs_install {Quit installing binary pkgs}
   1042 message pkgin_failed
   1043 {Installation of pkgin failed, possibly because no binary packages
   1044 exist.  Please check the package path and try again.}
   1045 message failed {Failed}
   1046 
   1047 message notsupported {Operation not supported!}
   1048 message askfsmountadv {Mountpoint or 'raid' or 'cgd' or 'lvm'?}
   1049 message partman {Extended partitioning}
   1050 message editbsdpart {Edit BSD partitions}
   1051 message editmbr {Edit and save MBR}
   1052 message switchgpt {Switch to GPT}
   1053 message switchmbr {Switch to MBR}
   1054 message renamedisk {Set disk name}
   1055 message fmtasraid {Format as RAID}
   1056 message fmtaslvm {Format as LVM PV}
   1057 message encrypt {Encrypt}
   1058 message setbootable {Bootable flag}
   1059 message erase {Safe erase}
   1060 message undo {Undo changes}
   1061 message unconfig {Unconfigure}
   1062 message edit {Edit}
   1063 message doumount {Force umount}
   1064 message fillzeros {Fill by zeros}
   1065 message fillrandom {Fill by random data}
   1066 message fillcrypto {Fill by crypto data}
   1067 message raid0 {0 - No parity, only simple striping.}
   1068 message raid1 {1 - Mirroring.  The parity is the mirror.}
   1069 message raid4 {4 - Striping with parity stored on the last component.}
   1070 message raid5 {5 - Striping with parity at the all components.}
   1071 
   1072 message fremove {REMOVE}
   1073 message remove {Remove}
   1074 message add {Add}
   1075 message auto {auto}
   1076 
   1077 message removepartswarn {This remove all partitions on disk. Do you want to continue?}
   1078 message saveprompt {Save changes before finishing?}
   1079 message cantsave {Changes cannot be saved.}
   1080 message noroot {No root partition defined, cannot continue\n}
   1081 message wannaunblock {
   1082 Device is blocked. It's editing may cause problems.
   1083 Do you want to force unblock it and continue?}
   1084 message wannatry {Do you want to try?}
   1085 message create_cgd {Create cryptographic volume (CGD)}
   1086 message create_cnd {Create virtual disk image (VND)}
   1087 message create_vg {Create volume group (LVM VG)}
   1088 message create_lv {      Create logical volume}
   1089 message create_raid {Create software RAID}
   1090 message updpmlist {Update devices list}
   1091 message savepm {Save changes}
   1092 message pmblocked {BLOCKED}
   1093 message pmunchanged {UNCHANGED}
   1094 message pmsetboot {BOOT}
   1095 message pmused {USED}
   1096 message pmmounted {(mounted)}
   1097 message pmunused {(unused)}
   1098 message pmgptdisk {GPT-labeled disk}
   1099 
   1100 message finishpm {Finish partitioning}
   1101 message limitcount {Limit for the devices count was reached!}
   1102 message invaliddev {Invalid device!}
   1103 message avdisks {Available disks:}
   1104 message nofreedev {Cannot allocate device node!}
   1105 message partman_header
   1106 {Partition manager. All disks, partitions and etc. displayed there.
   1107 At first make MBR partitions, then make BSD label. If you want to use RAID,
   1108 LVM or CGD, follow these steps: 1) Create BSD partitions with needed type;
   1109 2) Create RAID/LVM VG/CGD using these partitions; 3) Save it;
   1110 4) Create partitions for RAID/CGD or Logical Volumes for LVM.}
   1111 
   1112 message raid_menufmt {   raid%d (level %1d) on %-34s %11uM}
   1113 message raid_err_menufmt {   EMPTY RAID!}
   1114 message raid_disks_fmt {Disks: %33s}
   1115 message raid_spares_fmt {Spares: %32s}
   1116 message raid_level_fmt {RAID level:       %22d}
   1117 message raid_numrow_fmt {numRow:           %22d}
   1118 message raid_numcol_fmt {numCol:           %22d}
   1119 message raid_numspare_fmt {numSpare:         %22d}
   1120 message raid_sectpersu_fmt {sectPerSU:        %22d}
   1121 message raid_superpar_fmt {SUsPerParityUnit: %22d}
   1122 message raid_superrec_fmt {SUsPerReconUnit:  %22d}
   1123 message raid_nomultidim {Multi-dimensional arrays are NOT supported!}
   1124 message raid_numrow_ask {numRow?}
   1125 message raid_numcol_ask {numCol?}
   1126 message raid_numspare_ask {numSpare?}
   1127 message raid_sectpersu_ask {sectPerSU?}
   1128 message raid_superpar_ask {SUsPerParityUnit?}
   1129 message raid_superrec_ask {SUsPerReconUnit?}
   1130 message raid_disks {Disks in RAID:}
   1131 message vnd_err_menufmt {   PATH NOT DEFINED!}
   1132 message vnd_assgn_menufmt {   vnd%1d on %-51s ASSIGN}
   1133 message vnd_menufmt {   vnd%1d on %-45s %11uM}
   1134 message vnd_path_fmt {File path: %29s}
   1135 message vnd_assgn_fmt {Assign exist image: %20s}
   1136 message vnd_size_fmt {Size:            %22sM}
   1137 message vnd_ro_fmt {Read-only:        %22s}
   1138 message vnd_geom_fmt {Set geometry by hand: %18s}
   1139 message vnd_bps_fmt {Bytes per Sector:     %18s}
   1140 message vnd_spt_fmt {Sectors per Track:    %18s}
   1141 message vnd_tpc_fmt {Tracks per Cylinder:  %18s}
   1142 message vnd_cyl_fmt {Cylinders:        %22s}
   1143 message vnd_path_ask {File path?}
   1144 message vnd_size_ask {Size (MB)?}
   1145 message vnd_bps_ask {Bytes per Sector?}
   1146 message vnd_spt_ask {Sectors per Track?}
   1147 message vnd_tpc_ask {Tracks per Cylinder?}
   1148 message vnd_cyl_ask {Cylinders?}
   1149 message cgd_err_menufmt {   DISK NOT DEFINED!}
   1150 message cgd_menufmt {   cgd%1d %-48s %11uM}
   1151 message cgd_dev_fmt {Base device:    %24s}
   1152 message cgd_enc_fmt {Encryption:      %24s}
   1153 message cgd_key_fmt {Key size:       %24d}
   1154 message cgd_iv_fmt {IV algorithm:   %24s}
   1155 message cgd_keygen_fmt {Key generation: %24s}
   1156 message cgd_verif_fmt {Verification method:   %17s}
   1157 message lvm_disks {Disks in VG:}
   1158 message lvm_menufmt {   %-44s %20sM}
   1159 message lvm_err_menufmt {   EMPTY VG!}
   1160 message lvm_disks_fmt {PV's: %34s}
   1161 message lvm_name_fmt {Name: %34s}
   1162 message lvm_maxlv_fmt {MaxLogicalVolumes:  %20s}
   1163 message lvm_maxpv_fmt {MaxPhysicalVolumes: %20s}
   1164 message lvm_extsiz_fmt {PhysicalExtentSize: %20s}
   1165 message lvm_name_ask {Name?}
   1166 message lvm_maxlv_ask {MaxLogicalVolumes?}
   1167 message lvm_maxpv_ask {MaxPhysicalVolumes?}
   1168 message lvm_extsiz_ask {PhysicalExtentSize (MB)?}
   1169 message lvmlv_menufmt {      Logical volume %-35s %11uM}
   1170 message lvmlv_name_fmt {Name: %34s}
   1171 message lvmlv_size_fmt {Size: %33dM}
   1172 message lvmlv_ro_fmt {Read-only:   %27s}
   1173 message lvmlv_cont_fmt {Contiguous:  %27s}
   1174 message lvmlv_extnum_fmt {LogicalExtentsNumber: %18s}
   1175 message lvmlv_minor_fmt {Minor number: %26s}
   1176 message lvmlv_mirrors_fmt {Mirrors:     %27d}
   1177 message lvmlv_regsiz_fmt {MirrorLogRegionSize:  %18s}
   1178 message lvmlv_pers_fmt {Persistent minor number:  %14s}
   1179 message lvmlv_readahsect_fmt {ReadAheadSectors:     %18s}
   1180 message lvmlv_stripes_fmt {Stripes:     %27s}
   1181 message lvmlv_stripesiz_fmt {StripeSize:  %27s}
   1182 message lvmlv_zero_fmt {Zeroing of the first KB:   %13s}
   1183 message lvmlv_name_ask {Name?}
   1184 message lvmlv_size_ask {Size (MB)?}
   1185 message lvmlv_extnum_ask {LogicalExtentsNumber?}
   1186 message lvmlv_minor_ask {Minor number?}
   1187 message lvmlv_mirrors_ask {Mirrors?}
   1188 message lvmlv_regsiz_ask {MirrorLogRegionSize?}
   1189 message lvmlv_readahsect_ask {ReadAheadSectors?}
   1190 message lvmlv_stripes_ask {Stripes?}
   1191 
   1192 message addusername {8 character username to add}
   1193 message addusertowheel {Do you wish to add this user to group wheel?}
   1194 
   1195 message Delete_partition
   1196 {Delete partition}
   1197 
   1198