Home | History | Annotate | Line # | Download | only in sysinst
      1 /*	$NetBSD: msg.mbr.en,v 1.4 2019/06/12 06:20:17 martin Exp $	*/
      2 
      3 /*
      4  * Copyright 1997 Piermont Information Systems Inc.
      5  * All rights reserved.
      6  *
      7  * Written by Philip A. Nelson for Piermont Information Systems Inc.
      8  *
      9  * Redistribution and use in source and binary forms, with or without
     10  * modification, are permitted provided that the following conditions
     11  * are met:
     12  * 1. Redistributions of source code must retain the above copyright
     13  *    notice, this list of conditions and the following disclaimer.
     14  * 2. Redistributions in binary form must reproduce the above copyright
     15  *    notice, this list of conditions and the following disclaimer in the
     16  *    documentation and/or other materials provided with the distribution.
     17  * 3. The name of Piermont Information Systems Inc. may not be used to endorse
     18  *    or promote products derived from this software without specific prior
     19  *    written permission.
     20  *
     21  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
     22  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     24  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
     25  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     26  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     27  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     28  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     29  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     30  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
     31  * THE POSSIBILITY OF SUCH DAMAGE.
     32  *
     33  */
     34 
     35 /* MBR Message catalog -- English, i386 version */
     36 
     37 /* NB: Lines ending in spaces force line breaks */
     38 
     39 message mbr_part_header_1	{Kind}
     40 message mbr_part_header_2	{Mount}
     41 .if BOOTSEL
     42 message mbr_part_header_3	{Bootmenu}
     43 .endif
     44 
     45 message noactivepart
     46 {You have not marked a partition active. This may cause your system to not
     47 start up properly.}
     48 
     49 message fixactivepart
     50 {
     51 Should the NetBSD partition of the disk be marked active?}
     52 
     53 message setbiosgeom
     54 {
     55 You will be prompted for the geometry.
     56 Please enter the number of sectors per track (maximum 63)
     57 and number of heads (maximum 256) that the BIOS uses to access the disk.
     58 The number of cylinders will be calculated from the disk size.
     59 
     60 }
     61 
     62 message nobiosgeom
     63 {Sysinst could not automatically determine the BIOS geometry of the disk.
     64 The physical geometry is %d cylinders %d sectors %d heads\n}
     65 
     66 message biosguess
     67 {Using the information already on the disk, my best guess for the BIOS
     68 geometry is %d cylinders %d sectors %d heads\n}
     69 
     70 message realgeom
     71 {real geom: %d cyl, %d heads, %d sec  (NB: for comparison only)\n}
     72 
     73 message biosgeom
     74 {BIOS geom: %d cyl, %d heads, %d sec\n}
     75 
     76 message ptn_active
     77 {active}
     78 .if BOOTSEL
     79 message bootmenu
     80 {bootmenu}
     81 message boot_dflt
     82 {default}
     83 .endif
     84 
     85 message mbr_get_ptn_id {Partition kind (0..255)}
     86 message Only_one_extended_ptn {There can only be one extended partition}
     87 
     88 message mbr_flags	{ad}
     89 message mbr_flag_desc
     90 .if BOOTSEL
     91 {, (a)ctive, (d)efault boot}
     92 .else
     93 {, (a)ctive}
     94 .endif
     95 
     96 /* Called with:				Example
     97  *  $0 = device name			wd0
     98  *  $1 = outer partitioning name	Master Boot Record (MBR)
     99  *  $2 = short version of $1		MBR
    100  */
    101 message dofdisk
    102 {Writing the $2 partition table to $0...
    103 }
    104 
    105 message wmbrfail
    106 {Rewrite of MBR failed. I can't continue.}
    107 
    108 message mbr_inside_ext
    109 {The partition needs to start within the Extended Partition}
    110 
    111 message mbr_ext_nofit
    112 {The Extended Partition must be able to hold all contained partitions}
    113 
    114 message mbr_ext_not_empty
    115 {Can not delete a non-empty extended partition!}
    116 
    117 message mbr_no_free_primary_have_ext
    118 {This partition is not inside the extended partition
    119 and there is no free slot in the primary boot record}
    120 
    121 message mbr_no_free_primary_no_ext
    122 {No space in the primary boot block.
    123 You may consider deleting one partition, creating an extended partition
    124 and then re-adding the deleted one}
    125 
    126 .if 0
    127 .if BOOTSEL
    128 message Set_timeout_value
    129 {Set timeout value}
    130 
    131 message bootseltimeout
    132 {Boot menu timeout: %d\n}
    133 
    134 .endif
    135 .endif
    136 
    137 message parttype_mbr {Master Boot Record (MBR)}
    138 message parttype_mbr_short {MBR}
    139 
    140 message mbr_type_invalid	{Invalid partition type (0 .. 255)}
    141