[BACK]Return to msg.mi.en CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / distrib / utils / sysinst

Annotation of src/distrib/utils/sysinst/msg.mi.en, Revision 1.130

1.130   ! dsl         1: /*     $NetBSD: msg.mi.en,v 1.129 2004/07/17 11:28:16 dsl Exp $        */
1.1       phil        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. All advertising materials mentioning features or use of this software
                     18:  *    must display the following acknowledgement:
1.44      cgd        19:  *      This product includes software developed for the NetBSD Project by
1.1       phil       20:  *      Piermont Information Systems Inc.
                     21:  * 4. The name of Piermont Information Systems Inc. may not be used to endorse
                     22:  *    or promote products derived from this software without specific prior
                     23:  *    written permission.
                     24:  *
                     25:  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
                     26:  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
                     27:  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
1.54      cgd        28:  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
                     29:  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
                     30:  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
1.1       phil       31:  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
                     32:  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
                     33:  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
1.54      cgd        34:  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
1.1       phil       35:  * THE POSSIBILITY OF SUCH DAMAGE.
                     36:  *
                     37:  */
                     38:
                     39: /* MI Message catalog -- english, machine independent */
                     40:
1.17      phil       41: message usage
1.63      hubertf    42: {usage: sysinst [-r release] [-f definition-file]
1.17      phil       43: }
1.109     dsl        44:
                     45: message sysinst_message_language
                     46: {Installation messages in English}
1.52      cgd        47:
1.108     dsl        48: message Yes {Yes}
                     49: message No {No}
                     50: message All {All}
                     51: message Some {Some}
                     52: message None {None}
                     53: message none {none}
                     54: message OK {OK}
                     55: message ok {ok}
1.122     dsl        56: message On {On}
                     57: message Off {Off}
1.116     dsl        58: message unchanged {unchanged}
1.9       phil       59:
1.1       phil       60: message install
                     61: {install}
                     62:
1.33      simonb     63: message reinstall
1.45      cgd        64: {reinstall sets for}
1.33      simonb     65:
1.1       phil       66: message upgrade
                     67: {upgrade}
                     68:
                     69: message hello
1.18      jonathan   70: {Welcome to sysinst, the NetBSD-@@VERSION@@ system installation tool.
                     71: This menu-driven tool is designed to help you install NetBSD to a hard
1.121     dsl        72: disk, or upgrade an existing NetBSD system, with a minimum of work.
1.122     dsl        73: In the following menus type the reference letter (a, b, c, ...) to
                     74: select an item, or type CTRL+N/CTRL+P to select the next/previous item.
                     75: The arrow keys and Page-up/Page-down may also work.
                     76: Activate the current selection from the menu by typing the enter key.
1.1       phil       77:
1.77      minoura    78: }
1.1       phil       79:
1.77      minoura    80: message thanks
                     81: {Thank you for using NetBSD!
1.121     dsl        82:
1.1       phil       83: }
                     84:
                     85: message installusure
1.17      phil       86: {You have chosen to install NetBSD on your hard disk.  This will change
                     87: information on your hard disk.  You should have made a full backup
1.54      cgd        88: before this procedure!  This procedure will do the following things:
                     89:        a) Partition your disk
                     90:        b) Create new BSD file systems
1.17      phil       91:        c) Load and install distribution sets
1.122     dsl        92:        d) Some initial system configuraton
1.17      phil       93:
1.54      cgd        94: (After you enter the partition information but before your disk is
1.17      phil       95: changed, you will have the opportunity to quit this procedure.)
1.60      hubertf    96:
1.54      cgd        97: Shall we continue?
1.1       phil       98: }
                     99:
                    100: message upgradeusure
1.8       phil      101: {Ok, lets upgrade NetBSD on your hard disk.  As always, this will
1.1       phil      102: change information on your hard disk.  You should have made a full backup
                    103: before this procedure!  Do you really want to upgrade NetBSD?
1.8       phil      104: (This is your last warning before this procedure starts modifying your
                    105: disks.)
1.1       phil      106: }
                    107:
1.24      jonathan  108: message reinstallusure
                    109: {Ok, lets unpack the NetBSD distribution sets to a bootable hard disk.
                    110: This procedure just fetches and unpacks sets onto an pre-partitioned
                    111: bootable disk. It does not label disks, upgrade bootblocks, or save
                    112: any existing configuration info.  (Quit and choose `install' or
                    113: `upgrade' if you want those options.)  You should have already done an
                    114: `install' or `upgrade' before starting this procedure!
                    115:
1.45      cgd       116: Do you really want to reinstall NetBSD distribution sets?
1.24      jonathan  117: (This is your last warning before this procedure starts modifying your
                    118: disks.)
                    119: }
                    120:
                    121:
1.1       phil      122: message nodisk
                    123: {I can not find any hard disks for use by NetBSD.  You will be
                    124: returned to the original menu.
                    125: }
                    126:
                    127: message onedisk
1.110     dsl       128: {I found only one disk, %s.
                    129: Therefore I assume you want to %s NetBSD on it.
1.1       phil      130: }
                    131:
1.113     dsl       132: message ask_disk
                    133: {On which disk do you want to install NetBSD? }
                    134:
                    135: message Available_disks
                    136: {Available disks}
1.16      jonathan  137:
1.1       phil      138: message cylinders
                    139: {cylinders}
                    140:
                    141: message heads
                    142: {heads}
                    143:
                    144: message sectors
                    145: {sectors}
                    146:
1.119     dsl       147: message fs_isize
                    148: {average file size (bytes)}
                    149:
1.1       phil      150: message mountpoint
1.91      grant     151: {mount point (or 'none')}
1.1       phil      152:
                    153: message cylname
                    154: {cyl}
                    155:
                    156: message secname
                    157: {sec}
                    158:
                    159: message megname
1.56      abs       160: {MB}
1.1       phil      161:
                    162: message layout
1.32      jonathan  163: {NetBSD uses a BSD disklabel to carve up the NetBSD portion of the disk
1.122     dsl       164: into multiple BSD partitions.  You must now set up your BSD disklabel.
                    165:
                    166: You can use a simple editor to set the sizes of the NetBSD partitions,
                    167: or keep the existing partition sizes and contents.
                    168:
                    169: You will then be given the opportunity to change any of the disklabel
                    170: fields.
                    171:
                    172: The NetBSD part of your disk is %d Megabytes.
                    173: A full installation requires at least %d Megabytes without X and
                    174: at least %d Megabytes if the X sets are included.
1.1       phil      175: }
                    176:
1.130   ! dsl       177: message Choose_your_size_specifier
        !           178: {Choosing megabytes will give partition sizes close to your choice,
        !           179: but aligned to cylinder boundaries.  Choosing sectors will allow you
        !           180: to more accurately specify the sizes.  On modern ZBR disks, actual
        !           181: cylinder size varies across the disk and there is little real gain
        !           182: from cylinder alignment.  On older disks, it is most efficient to
1.31      jonathan  183: choose partition sizes that are exact multiples of your actual
1.59      fvdl      184: cylinder size.
1.130   ! dsl       185:
        !           186: Choose your size specifier}
1.39      bouyer    187:
                    188: message defaultunit
1.101     dsl       189: {Unless specified with 'M' (megabytes), 'G' (gigabytes), 'c' (cylinders)
                    190: or 's' sector at the end of input, sizes and offsets are in %s.
1.1       phil      191: }
1.98      dsl       192:
                    193: message ptnsizes
                    194: {You can now change the sizes for the system partitions.  The default is
                    195: to allocate all the space to the root filesystem, however you may wish
                    196: to have separate /usr (additional system files), /var (log files etc)
                    197: or /home (users' home directories).
                    198:
                    199: Free space will be added to the partition marked with a '+'.
                    200: }
                    201:
                    202: message ptnheaders
                    203: {
1.122     dsl       204:        MB         Cylinders   Sectors   Filesystem
1.98      dsl       205: }
                    206:
                    207: message askfsmount
1.126     atatat    208: {Mount point?}
1.98      dsl       209:
                    210: message askfssize
                    211: {Size for %s in %s?}
                    212:
                    213: message askunits
                    214: {Change input units (sectors/cylinders/MB)}
                    215:
1.102     dsl       216: message NetBSD_partition_cant_change
1.123     dsl       217: {NetBSD partition}
1.102     dsl       218:
                    219: message Whole_disk_cant_change
1.123     dsl       220: {Whole disk}
1.102     dsl       221:
                    222: message Boot_partition_cant_change
1.123     dsl       223: {Boot partition}
1.102     dsl       224:
1.98      dsl       225: message add_another_ptn
                    226: {Add a user defined partition}
                    227:
                    228: message fssizesok
                    229: {Accept partition sizes.  Free space %d %s, %d free partitions.}
                    230:
                    231: message fssizesbad
                    232: {Reduce partition sizes by %d %s (%d sectors).}
1.1       phil      233:
1.38      bouyer    234: message startoutsidedisk
                    235: {The start value you specified is beyond the end of the disk.
                    236: }
                    237:
                    238: message endoutsidedisk
1.102     dsl       239: {With this value, the partition end is beyond the end of the disk.
                    240: Your partition size has been truncated to %d %s.
                    241:
                    242: Type enter to continue
1.38      bouyer    243: }
                    244:
1.1       phil      245: message fspart
1.123     dsl       246: {We now have your BSD-disklabel partitions as:
                    247: This is your last chance to change them.
1.50      cgd       248:
1.1       phil      249: }
                    250:
1.50      cgd       251: message fspart_header
1.123     dsl       252: {   Start %3s   End %3s  Size %3s FS type    Newfs Mount Mount point
                    253:    --------- --------- --------- ---------- ----- ----- -----------
1.1       phil      254: }
                    255:
1.110     dsl       256: message fspart_row
1.123     dsl       257: {%9d %9d %9d %-10s %-5s %-5s %s}
1.101     dsl       258:
                    259: message show_all_unused_partitions
                    260: {Show all unused partitions}
                    261:
                    262: message partition_sizes_ok
                    263: {Partition sizes ok}
1.1       phil      264:
                    265: message edfspart
1.122     dsl       266: {The current values for partition `%c' are,
                    267: Select the field you wish to change:
1.1       phil      268:
1.118     dsl       269:                           MB cylinders   sectors
                    270:                     ------- --------- ---------
1.1       phil      271: }
                    272:
1.102     dsl       273: message fstype_fmt
1.118     dsl       274: {        FStype: %9s}
1.102     dsl       275:
                    276: message start_fmt
1.122     dsl       277: {         start: %9u %8u%c %9u}
1.102     dsl       278:
                    279: message size_fmt
1.122     dsl       280: {          size: %9u %8u%c %9u}
1.102     dsl       281:
                    282: message end_fmt
1.122     dsl       283: {           end: %9u %8u%c %9u}
1.102     dsl       284:
                    285: message bsize_fmt
1.118     dsl       286: {    block size: %9d bytes}
1.102     dsl       287:
                    288: message fsize_fmt
1.118     dsl       289: { fragment size: %9d bytes}
1.119     dsl       290:
                    291: message isize_fmt
1.122     dsl       292: { avg file size: %9d bytes (for number of inodes)}
1.119     dsl       293: message isize_fmt_dflt
1.125     dsl       294: { avg file size:         4 fragments}
1.102     dsl       295:
1.110     dsl       296: message newfs_fmt
1.118     dsl       297: {         newfs: %9s}
1.102     dsl       298:
                    299: message mount_fmt
1.118     dsl       300: {         mount: %9s}
                    301:
                    302: message mount_options_fmt
                    303: { mount options: }
1.110     dsl       304:
                    305: message mountpt_fmt
1.118     dsl       306: {   mount point: %9s}
                    307:
                    308: message toggle
                    309: {Toggle}
1.102     dsl       310:
                    311: message restore
                    312: {Restore original values}
                    313:
1.103     dsl       314: message Select_the_type
1.116     dsl       315: {Select the type}
                    316:
                    317: message other_types
                    318: {other types}
1.103     dsl       319:
1.102     dsl       320: message label_size
                    321: {%s
                    322: Special values that can be entered for the size value:
                    323:     -1:   use until the end of the NetBSD part of the disk
                    324:    a-%c:   end this partition where partition X starts
                    325:
                    326: size (%s)}
                    327:
                    328: message label_offset
                    329: {%s
                    330: Special values that can be entered for the offset value:
                    331:     -1:   start at the beginning of the NetBSD part of the disk
                    332:    a-%c:   start at the end of previous partition (a, b, ..., %c)
                    333:
                    334: start (%s)}
                    335:
                    336: message invalid_sector_number
                    337: {Badly formed sector number
                    338: }
1.103     dsl       339:
                    340: message Select_file_system_block_size
                    341: {Select file system block size}
                    342:
1.118     dsl       343: message Select_file_system_fragment_size
                    344: {Select file system fragment size}
1.102     dsl       345:
1.1       phil      346: message packname
                    347: {Please enter a name for your NetBSD disk}
                    348:
                    349: message lastchance
1.69      hubertf   350: {Ok, we are now ready to install NetBSD on your hard disk (%s).  Nothing has been
1.1       phil      351: written yet.  This is your last chance to quit this process before anything
1.60      hubertf   352: gets changed.
                    353:
                    354: Shall we continue?
1.1       phil      355: }
1.12      jonathan  356:
                    357: message disksetupdone
1.48      cgd       358: {Okay, the first part of the procedure is finished.  Sysinst has
1.12      jonathan  359: written a disklabel to the target disk, and newfs'ed and fsck'ed
                    360: the new partitions you specified for the target disk.
1.78      hubertf   361:
1.118     dsl       362: The next step is to fetch and unpack the distribution filesets.
1.78      hubertf   363: Press <return> to proceed.
                    364: }
                    365:
                    366: message disksetupdoneupdate
                    367: {Okay, the first part of the procedure is finished.  Sysinst has
                    368: written a disklabel to the target disk, and fsck'ed the new
                    369: partitions you specified for the target disk.
1.12      jonathan  370:
1.118     dsl       371: The next step is to fetch and unpack the distribution filesets.
1.48      cgd       372: Press <return> to proceed.
1.12      jonathan  373: }
                    374:
1.40      bouyer    375: message openfail
                    376: {Could not open %s, error message was: %s.
                    377: }
                    378:
                    379: message statfail
                    380: {Can't get properties of %s, error message was: %s.
                    381: }
                    382:
                    383: message unlink_fail
                    384: {I was unable to delete %s, error message was: %s.
                    385: }
                    386:
                    387: message rename_fail
                    388: {I was unable to rename %s to %s, error message was: %s.
                    389: }
                    390:
                    391: message deleting_files
                    392: {As part of the upgrade procedure, the following have to be deleted:
                    393: }
                    394:
                    395: message deleting_dirs
                    396: {As part of the upgrade procedure, the following directories have to be
                    397: deleted (I will rename those that are not empty):
                    398: }
                    399:
                    400: message renamed_dir
                    401: {The directory %s has been renamed to %s because it was not empty.
                    402: }
                    403:
                    404: message cleanup_warn
1.61      hubertf   405: {Cleanup of the existing install failed. This may cause the extraction
1.40      bouyer    406: of the set to fail.
                    407: }
1.1       phil      408:
                    409: message nomount
                    410: {Partition %c's type is not 4.2BSD or msdos and therefore does not have
                    411: a mount point.}
                    412:
1.38      bouyer    413: message mountfail
1.123     dsl       414: {mount of device /dev/%s%c on %s failed.
1.38      bouyer    415: }
1.1       phil      416:
1.72      fvdl      417: message extractcomplete
                    418: {The extraction of the selected sets for NetBSD-@@VERSION@@ is complete.
                    419: The system is now able to boot from the selected harddisk. To complete
                    420: the installation, sysinst will give you the opportunity to configure
                    421: some essential things first.
                    422: }
                    423:
1.1       phil      424: message instcomplete
1.8       phil      425: {The installation of NetBSD-@@VERSION@@ is now complete.  The system
                    426: should boot from hard disk.  Follow the instructions in the INSTALL
1.94      jmmv      427: document about final configuration of your system.  The afterboot(8)
                    428: manpage is another recommended reading; it contains a list of things
                    429: to be checked after the first complete boot.
1.24      jonathan  430:
1.72      fvdl      431: At a minimum, you should edit /etc/rc.conf to match your needs. See
1.74      fvdl      432: /etc/defaults/rc.conf for the default values.
1.1       phil      433: }
                    434:
1.72      fvdl      435: message upgrcomplete
1.8       phil      436: {The upgrade to NetBSD-@@VERSION@@ is now complete.  You will
1.54      cgd       437: now need to follow the instructions in the INSTALL document as to
1.94      jmmv      438: what you need to do to get your system reconfigured for your situation.
                    439: Remember to (re)read the afterboot(8) manpage as it may contain new
1.127     dsl       440: items since your last upgrade.
1.24      jonathan  441:
1.76      tv        442: At a minimum, you must edit rc.conf for your local environment and change
                    443: rc_configured=NO to rc_configured=YES or reboots will stop at single-user,
                    444: and copy back the password files (taking into account new system accounts
                    445: that may have been created for this release) if you were using local
                    446: password files.
1.24      jonathan  447: }
                    448:
                    449:
1.72      fvdl      450: message unpackcomplete
1.127     dsl       451: {Unpacking additional release sets of NetBSD-@@VERSION@@ is now complete.
                    452: You will now need to follow the instructions in the INSTALL document
                    453: to get your system reconfigured for your situation.
                    454: The afterboot(8) manpage can also be of some help.
1.24      jonathan  455:
1.76      tv        456: At a minimum, you must edit rc.conf for your local environment and change
                    457: rc_configured=NO to rc_configured=YES or reboots will stop at single-user.
1.7       phil      458: }
                    459:
1.1       phil      460: message distmedium
                    461: {Your disk is now ready for installing the kernel and the distribution
                    462: sets.  As noted in your INSTALL notes, you have several options.  For
                    463: ftp or nfs, you must be connected to a network with access to the proper
1.45      cgd       464: machines.  If you are not ready to complete the installation at this time,
1.1       phil      465: you may select "none" and you will be returned to the main menu.  When
                    466: you are ready at a later time, you may select "upgrade" from the main
                    467: menu to complete the installation.
                    468: }
                    469:
1.9       phil      470: message distset
                    471: {The NetBSD distribution is broken into a collection of distribution
1.34      ender     472: sets.  There are some basic sets that are needed by all installations
1.9       phil      473: and there are some other sets that are not needed by all installations.
1.54      cgd       474: You may choose to install all of them (Full installation) or you
1.9       phil      475: select from the optional distribution sets.
                    476: }
                    477:
1.1       phil      478: message ftpsource
                    479: {The following is the ftp site, directory, user, and password currently
                    480: ready to use.  If "user" is "ftp", then the password is not needed.
                    481:
1.64      hubertf   482: host:          %s
1.128     dsl       483: base directory:        %s
                    484: set directory: %s
1.64      hubertf   485: user:          %s
                    486: password:      %s
1.83      scottr    487: proxy:         %s
1.51      cgd       488: }
1.1       phil      489:
                    490: message email
                    491: {e-mail address}
1.5       phil      492:
1.7       phil      493: message dev
                    494: {device}
                    495:
1.5       phil      496: message nfssource
1.120     dsl       497: {Enter the nfs host and server directory where the distribution is located.
                    498: Remember, the directory should contain the .tgz files and
1.24      jonathan  499: must be nfs mountable.
1.5       phil      500:
1.80      mrg       501: host:          %s
1.128     dsl       502: base directory:        %s
                    503: set directory: %s
1.5       phil      504: }
                    505:
                    506: message nfsbadmount
                    507: {The directory %s:%s could not be nfs mounted.}
1.1       phil      508:
1.7       phil      509: message cdromsource
                    510: {Enter the CDROM device to be used and directory on the CDROM where
1.120     dsl       511: the distribution is located.
                    512: Remember, the directory should contain the .tgz files.
1.7       phil      513:
1.120     dsl       514: device:                %s
1.128     dsl       515: set directory: %s
1.7       phil      516: }
                    517:
1.14      mhitch    518: message localfssource
1.23      jonathan  519: {Enter the unmounted local device and directory on that device where
1.120     dsl       520: the distribution is located.
                    521: Remember, the directory should contain the .tgz files.
1.14      mhitch    522:
1.120     dsl       523: device:                %s
                    524: file system:   %s
1.128     dsl       525: base directory:        %s
                    526: set directory: %s
1.14      mhitch    527: }
                    528:
1.24      jonathan  529: message localdir
1.120     dsl       530: {Enter the already-mounted local directory where the distribution is located.
                    531: Remember, the directory should contain the .tgz files.
1.24      jonathan  532:
1.128     dsl       533: base directory:        %s
                    534: set directory: %s
1.24      jonathan  535: }
                    536:
1.14      mhitch    537: message filesys
1.89      grant     538: {file system}
1.14      mhitch    539:
1.7       phil      540: message cdrombadmount
1.128     dsl       541: {The CDROM /dev/%s could not be mounted.}
1.14      mhitch    542:
                    543: message localfsbadmount
                    544: {%s could not be mounted on local device %s.}
1.20      simonb    545:
1.24      jonathan  546: message badlocalsetdir
                    547: {%s is not a directory}
                    548:
1.54      cgd       549: message badsetdir
1.85      shin      550: {%s does not contain the mandatory installation sets etc.tgz
                    551: and base.tgz.  Are you sure you've got the right directory?}
1.24      jonathan  552:
1.20      simonb    553: message nonet
                    554: {I can not find any network interfaces for use by NetBSD.  You will be
                    555: returned to the previous menu.
                    556: }
1.7       phil      557:
1.114     dsl       558: message netup
                    559: {The following network interfaces are active: %s
                    560: Does one of them connect to the required server?}
                    561:
1.1       phil      562: message asknetdev
                    563: {I have found the following network interfaces: %s
1.42      cgd       564: \nWhich device shall I use?}
1.1       phil      565:
                    566: message badnet
                    567: {You did not choose one of the listed network devices.  Please try again.
                    568: The following network devices are available: %s
1.42      cgd       569: \nWhich device shall I use?}
1.1       phil      570:
                    571: message netinfo
                    572: {To be able to use the network, we need answers to the following:
                    573:
                    574: }
                    575:
                    576: message net_domain
1.46      cgd       577: {Your DNS domain}
1.1       phil      578:
                    579: message net_host
1.42      cgd       580: {Your host name}
1.1       phil      581:
                    582: message net_ip
1.57      itojun    583: {Your IPv4 number}
1.1       phil      584:
                    585: message net_mask
1.57      itojun    586: {IPv4 Netmask}
                    587:
                    588: message net_namesrv6
                    589: {IPv6 name server}
1.1       phil      590:
                    591: message net_namesrv
1.57      itojun    592: {IPv4 name server}
1.1       phil      593:
                    594: message net_defroute
1.57      itojun    595: {IPv4 gateway}
1.1       phil      596:
1.26      fvdl      597: message net_media
1.42      cgd       598: {Network media type}
1.26      fvdl      599:
1.1       phil      600: message netok
1.128     dsl       601: {The following are the values you entered.
1.1       phil      602:
1.57      itojun    603: DNS Domain:            %s
                    604: Host Name:             %s
1.80      mrg       605: Primary Interface:     %s
1.57      itojun    606: Host IP:               %s
                    607: Netmask:               %s
                    608: IPv4 Nameserver:       %s
                    609: IPv4 Gateway:          %s
                    610: Media type:            %s
1.80      mrg       611: }
                    612:
                    613: message netokv6
                    614: {IPv6 autoconf:                %s
1.57      itojun    615: IPv6 Nameserver:       %s
1.1       phil      616: }
                    617:
1.128     dsl       618: message netok_ok
                    619: {Are they OK?}
                    620:
1.1       phil      621: message netagain
                    622: {Please reenter the information about your network.  Your last answers
                    623: will be your default.
                    624:
                    625: }
                    626:
1.115     dsl       627: message wait_network
                    628: {
                    629: Waiting while network interface comes up.
                    630: }
                    631:
1.1       phil      632: message resolv
                    633: {Could not create /etc/resolv.conf.  Install aborted.
                    634: }
                    635:
                    636: message realdir
1.13      jonathan  637: {Could not change to directory %s: %s.  Install aborted.
1.1       phil      638: }
1.21      thorpej   639:
1.2       phil      640: message ftperror
1.128     dsl       641: {Ftp could not retrieve a file.
                    642: Do you want to try again?}
1.2       phil      643:
1.6       phil      644: message distdir
1.1       phil      645: {What directory shall I use for %s? }
1.115     dsl       646:
                    647: message delete_dist_files
                    648: {Do you want to delete the NetBSD sets from %s?
                    649: (You can keep them to install/upgrade a second system.)}
1.1       phil      650:
                    651: message verboseextract
1.95      jhawk     652: {During the extraction process, what do you want to see as
1.1       phil      653: each file is extracted?
                    654: }
                    655:
1.24      jonathan  656: message notarfile
1.128     dsl       657: {Release set %s does not exist.}
1.47      cgd       658:
1.128     dsl       659: message notarfile_ok
                    660: {Continue extracting sets?}
1.24      jonathan  661:
                    662: message endtarok
1.28      lukem     663: {All selected distribution sets unpacked successfully.}
1.24      jonathan  664:
1.1       phil      665: message endtar
1.24      jonathan  666: {There were problems unpacking distribution sets.
1.54      cgd       667: Your installation is incomplete.
1.24      jonathan  668:
1.47      cgd       669: You selected %d distribution sets.  %d sets couldn't be found
1.82      simonb    670: and %d were skipped after an error occurred.  Of the %d
1.47      cgd       671: that were attempted, %d unpacked without errors and %d with errors.
1.24      jonathan  672:
                    673: The installation is aborted. Please recheck your distribution source
1.45      cgd       674: and consider reinstalling sets from the main menu.}
1.2       phil      675:
1.6       phil      676: message abort
                    677: {Your choices have made it impossible to install NetBSD.  Install aborted.
                    678: }
                    679:
1.2       phil      680: message abortinst
                    681: {The distribution was not successfully loaded.  You will need to proceed
                    682: by hand.  Installation aborted.
1.3       phil      683: }
                    684:
1.7       phil      685: message abortupgr
                    686: {The distribution was not successfully loaded.  You will need to proceed
                    687: by hand.  Upgrade aborted.
                    688: }
                    689:
1.24      jonathan  690: message abortunpack
                    691: {Unpacking additional sets was not successful.  You will need to
                    692: proceed by hand, or choose a different source for release sets and try
                    693: again.
1.3       phil      694: }
                    695:
                    696: message createfstab
1.11      jonathan  697: {There is a big problem!  Can not create /mnt/etc/fstab.  Bailing out!
1.3       phil      698: }
                    699:
1.13      jonathan  700:
                    701: message noetcfstab
                    702: {Help! No /etc/fstab in target disk %s.  Aborting upgrade.
                    703: }
                    704:
                    705: message badetcfstab
                    706: {Help! Can't parse /etc/fstab in target disk %s.  Aborting upgrade.
                    707: }
                    708:
1.66      hubertf   709: message X_oldexists
                    710: {I cannot save /usr/X11R6/bin/X as /usr/X11R6/bin/X.old, because the
                    711: target disk already has an /usr/X11R6/bin/X.old. Please fix this before
                    712: continuing.
                    713:
                    714: One way is to start a shell from the Utilities menu, examine the
                    715: target /usr/X11R6/bin/X and /usr/X11R6/bin/X.old.  If
                    716: /usr/X11R6/bin/X.old is from a completed upgrade, you can rm -f
                    717: /usr/X11R6/bin/X.old and restart.  Or if /usr/X11R6/bin/X.old is from
                    718: a recent, incomplete upgrade, you can rm -f /usr/X11R6/bin/X and mv
                    719: /usr/X11R6/bin/X.old to /usr/X11R6/bin/X.
1.24      jonathan  720:
                    721: Aborting upgrade.}
1.13      jonathan  722:
1.3       phil      723: message netnotup
                    724: {There was a problem in setting up the network.  Either your gateway
                    725: or your nameserver was not reachable by a ping.  Do you want to
1.84      mrg       726: configure your network again?  (No allows you to continue anyway
                    727: or abort the install process.)
                    728: }
                    729:
                    730: message netnotup_continueanyway
                    731: {Would you like to continue the install process anyway, and assume
                    732: that the network is working?  (No aborts the install process.)
1.3       phil      733: }
                    734:
                    735: message makedev
1.117     hubertf   736: {Making device nodes ...
1.2       phil      737: }
1.4       phil      738:
                    739: message badfs
1.123     dsl       740: {It appears that /dev/%s%c is not a BSD file system or the fsck was
1.45      cgd       741: not successful.  The upgrade has been aborted.  (Error number %d.)
1.4       phil      742: }
                    743:
                    744: message badmount
1.123     dsl       745: {Your file system /dev/%s%c was not successfully mounted.  Upgrade aborted.}
1.4       phil      746:
1.13      jonathan  747: message rootmissing
                    748: { target root is missing %s.
                    749: }
                    750:
                    751: message badroot
                    752: {The completed new root fileystem failed a basic sanity check.
                    753:  Are you sure you installed all the required sets?
1.4       phil      754: }
                    755:
1.6       phil      756: message fddev
                    757: {What floppy device do you want to use? }
                    758:
1.9       phil      759: message fdmount
                    760: {Please load the floppy containing the file named "%s". }
1.6       phil      761:
1.9       phil      762: message fdnotfound
                    763: {Could not find the file named "%s" on the disk.  Please load the
1.96      jmmv      764: floppy with that file on it.
                    765:
                    766: If this was the last set's disk, hit "Set finished" to continue on
                    767: the next set, if any.}
1.6       phil      768:
                    769: message fdremount
                    770: {The floppy was not mounted successfully.  You may:
                    771:
1.51      cgd       772: Try again and put in the floppy containing the file named "%s".
1.96      jmmv      773:
                    774: Not load any more files from this set and continue on the next one, if any.
1.6       phil      775:
1.51      cgd       776: Not load any more files from floppy and abort the process.
1.6       phil      777: }
1.7       phil      778:
                    779: message mntnetconfig
                    780: {Is the network information you entered accurate for this machine
1.8       phil      781: in regular operation and do you want it installed in /etc? }
1.9       phil      782:
                    783: message cur_distsets
                    784: {The following is the list of distribution sets that will be used.
                    785:
1.15      phil      786: }
1.53      cgd       787:
                    788: message cur_distsets_header
1.104     dsl       789: {   Distribution set         Selected
                    790:    ------------------------ --------
1.53      cgd       791: }
                    792:
1.104     dsl       793: message set_base
                    794: {Base}
                    795:
                    796: message set_system
                    797: {System (/etc)}
                    798:
                    799: message set_compiler
                    800: {Compiler Tools}
                    801:
                    802: message set_games
                    803: {Games}
                    804:
                    805: message set_man_pages
                    806: {Online Manual Pages}
                    807:
                    808: message set_misc
                    809: {Miscellaneous}
                    810:
                    811: message set_text_tools
                    812: {Text Processing Tools}
                    813:
                    814: message set_X11
                    815: {X11 sets}
                    816:
                    817: message set_X11_base
                    818: {X11 base and clients}
                    819:
1.124     lukem     820: message set_X11_etc
                    821: {X11 configuration}
                    822:
1.104     dsl       823: message set_X11_fonts
                    824: {X11 fonts}
                    825:
                    826: message set_X11_servers
                    827: {X11 servers}
                    828:
                    829: message set_X_contrib
                    830: {X contrib clients}
                    831:
                    832: message set_X11_prog
                    833: {X11 programming}
                    834:
                    835: message set_X11_misc
                    836: {X11 Misc.}
                    837:
1.53      cgd       838: message cur_distsets_row
1.104     dsl       839: {%-27s %3s\n}
                    840:
                    841: message select_all
                    842: {Select all the above sets}
                    843:
                    844: message select_none
                    845: {Deselect all the above sets}
                    846:
                    847: message install_selected_sets
                    848: {Install selected sets}
1.15      phil      849:
                    850: message tarerror
1.47      cgd       851: {There was an error in extracting the file %s.  That means
                    852: some files were not extracted correctly and your system will not be
                    853: complete.
1.24      jonathan  854:
1.47      cgd       855: Continue extracting sets?}
1.112     dsl       856:
                    857: message must_be_one_root
                    858: {There must be a single partition marked to be mounted on '/'.}
1.22      jonathan  859:
                    860: message partitions_overlap
                    861: {partitions %c and %c overlap.}
                    862:
                    863: message edit_partitions_again
                    864: {
                    865:
                    866: You can either edit the partition table by hand, or give up and return
                    867: to the main menu.
                    868:
                    869: Edit the partition table again?}
1.29      phil      870:
                    871: message not_regular_file
                    872: {Config file %s is not a regular file.\n}
                    873:
                    874: message out_of_memory
                    875: {Out of memory (malloc failed).\n}
                    876:
                    877: message config_open_error
                    878: {Could not open config file %s\n}
                    879:
                    880: message config_read_error
                    881: {Could not read config file %s\n}
1.37      bouyer    882:
                    883: message cmdfail
                    884: {Command
1.51      cgd       885:        %s
1.37      bouyer    886: failed. I can't continue.}
1.41      fvdl      887:
                    888: message upgradeparttype
                    889: {The only suitable partition that was found for NetBSD installation is of
                    890: the old NetBSD/386BSD/FreeBSD partition type. Do you want to change the type
                    891: of this partition to the new NetBSD-only partition type?}
1.62      cyber     892:
1.65      hubertf   893: message choose_timezone
1.129     dsl       894: {Please choose the timezone that fits you best from the list below.
1.111     dsl       895: Press RETURN to select an entry.
                    896: Press 'x' followed by RETURN to quit the timezone selection.
1.65      hubertf   897:
                    898:  Default:      %s
                    899:  Selected:     %s
                    900:  Local time:   %s %s
1.86      ad        901: }
1.110     dsl       902:
                    903: message tz_back
                    904: { Back to main timezone list}
1.86      ad        905:
                    906: message choose_crypt
                    907: {Please choose the password cipher to use. NetBSD can be configured to use
1.87      itojun    908: either the DES, MD5 or Blowfish schemes.
1.86      ad        909:
                    910: The traditional DES scheme is compatible with most other Unix-like operating
                    911: systems, but only the first 8 characters of any password will be recognised.
1.87      itojun    912: The MD5 and Blowfish scheme allows for longer passwords, and some would
                    913: argue that it's more secure.
1.86      ad        914:
                    915: If you have a network and intend to use NIS, please bear in mind the
                    916: capabilities of other machines on your network.
1.88      itojun    917:
                    918: If you are upgrading and would like to keep configuration unchanged,
                    919: choose the last option "do not change".
1.65      hubertf   920: }
1.70      fvdl      921:
                    922: message swapactive
                    923: {The disk that you selected has a swap partition that may currently be
                    924: in use if your system is low on memory. Because you are going to
                    925: repartition this disk, this swap partition will be disabled now. Please
                    926: beware that this might lead to out of swap errors. Should you get such
                    927: an error, please restart the system and try again.}
                    928:
                    929: message swapdelfailed
                    930: {Sysinst failed to deactivate the swap partition on the disk that you
                    931: chose for installation. Please reboot and try again.}
1.72      fvdl      932:
                    933: message rootpw
1.73      fvdl      934: {The root password of the newly installed system has not yet been initialized,
                    935: and is thus empty.  Do you want to set a root password for the system now?}
1.90      grant     936:
                    937: message rootsh
                    938: {You can now select which shell to use for the root user. The default is
                    939: /bin/csh, but you may prefer another one.}
1.80      mrg       940:
                    941: message postuseexisting
                    942: {
1.111     dsl       943: Don't forget to check the file system mount points for each of the
1.80      mrg       944: file systems that are to be mounted.  Press <return> to continue.
                    945: }
                    946:
                    947: message no_root_fs
                    948: {
                    949: There is no defined root file system.  You need to define at least
                    950: one mount point with "/".
                    951:
                    952: Press <return> to continue.
1.73      fvdl      953: }
1.108     dsl       954:
1.122     dsl       955: message Pick_an_option {Pick an option to turn on or off.}
                    956: message Scripting {Scripting}
                    957: message Logging {Logging}
                    958:
                    959: message Status  { Status: }
                    960: message Command {Command: }
                    961: message Running {Running}
                    962: message Finished {Finished}
                    963: message Command_failed {Command failed}
                    964: message Command_ended_on_signal {Command ended on signal}
                    965:
1.108     dsl       966: message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System}
                    967: message Exit_Install_System {Exit Install System}
                    968: message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk}
                    969: message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk}
                    970: message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets}
                    971: message Reboot_the_computer {Reboot the computer}
                    972: message Utility_menu {Utility menu}
                    973: message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities}
                    974: message Run_bin_sh {Run /bin/sh}
                    975: message Set_timezone {Set timezone}
                    976: message Configure_network {Configure network}
                    977: message Partition_a_disk {Partition a disk}
                    978: message Logging_functions {Logging functions}
                    979: message Halt_the_system {Halt the system}
                    980: message yes_or_no {yes or no?}
                    981: message Hit_enter_to_continue {Hit enter to continue}
                    982: message Choose_your_installation {Choose your installation}
1.116     dsl       983: message Set_Sizes {Set sizes of NetBSD partitions}
                    984: message Use_Existing {Use existing partition sizes}
1.108     dsl       985: message Megabytes {Megabytes}
                    986: message Cylinders {Cylinders}
                    987: message Sectors {Sectors}
                    988: message Select_medium {Select medium}
                    989: message ftp {ftp}
                    990: message nfs {nfs}
                    991: message cdrom {cdrom}
                    992: message floppy {floppy}
1.122     dsl       993: message local_fs {unmounted fs}
1.114     dsl       994: message local_dir {local directory}
1.108     dsl       995: message Select_your_distribution {Select your distribution}
                    996: message Full_installation {Full installation}
                    997: message Custom_installation {Custom installation}
                    998: message Change {Change}
                    999: message hidden {** hidden **}
                   1000: message Host {Host}
1.128     dsl      1001: message Base_dir {Base directory}
                   1002: message Set_dir {Set directory}
1.108     dsl      1003: message Directory {Directory}
                   1004: message User {User}
                   1005: message Password {Password}
                   1006: message Proxy {Proxy}
                   1007: message Get_Distribution {Get Distribution}
                   1008: message Continue {Continue}
                   1009: message What_do_you_want_to_do {What do you want to do?}
                   1010: message Try_again {Try again}
                   1011: message Give_up {Give up}
                   1012: message Ignore_continue_anyway {Ignore, continue anyway}
                   1013: message Set_finished {Set finished}
                   1014: message Abort_install {Abort install}
                   1015: message Password_cipher {Password cipher}
                   1016: message DES {DES}
                   1017: message MD5 {MD5}
                   1018: message Blowfish_2_7_round {Blowfish 2^7 round}
                   1019: message do_not_change {do not change}
                   1020: message Device {Device}
                   1021: message File_system {File system}
                   1022: message Select_IPv6_DNS_server {  Select IPv6 DNS server}
                   1023: message other {other }
                   1024: message Perform_IPv6_autoconfiguration {Perform IPv6 autoconfiguration?}
                   1025: message Perform_DHCP_autoconfiguration {Perform DHCP autoconfiguration?}
                   1026: message Root_shell {Root shell}
                   1027: message Select_set_extraction_verbosity {Select set extraction verbosity}
1.128     dsl      1028: message Progress_bar {Progress bar (recommended)}
1.108     dsl      1029: message Silent {Silent}
1.128     dsl      1030: message Verbose {Verbose file name listing (slow)}
1.105     dsl      1031:
                   1032: .if AOUT2ELF
                   1033: message aoutfail
                   1034: {The directory where the old a.out shared libraries should be moved to could
                   1035: not be created. Please try the upgrade procedure again and make sure you
                   1036: have mounted all file systems.}
                   1037:
                   1038: message emulbackup
                   1039: {Either the /emul/aout or /emul directory on your system was a symbolic link
                   1040: pointing to an unmounted file system. It has been given a '.old' extension.
                   1041: Once you bring your upgraded system back up, you may need to take care
                   1042: of merging the newly created /emul/aout directory with the old one.
                   1043: }
                   1044: .endif

CVSweb <webmaster@jp.NetBSD.org>