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