Expand PMF_FN_* macros.
[netbsd-mini2440.git] / distrib / utils / sysinst / msg.mbr.en
blobba74624f6651fa3fb0a260bec4ff7687c9db67e5
1 /*      $NetBSD: msg.mbr.en,v 1.12 2005/01/09 19:58:55 snj Exp $        */
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:
19  *      This product includes software developed for the NetBSD Project by
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
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
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)
34  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
35  * THE POSSIBILITY OF SUCH DAMAGE.
36  *
37  */
39 /* MBR Message catalog -- English, i386 version */
41 /* NB: Lines ending in spaces force line breaks */
43 message fullpart
44 {We are now going to install NetBSD on the disk %s.
46 NetBSD requires a single partition in the disk's MBR partition table,
47 this is split further by the NetBSD disklabel.
48 NetBSD can also access file systems in other MBR partitions.
50 If you select 'Use the entire disk' then the previous contents of the
51 disk will be overwritten and a single MBR partition used to cover the
52 entire disk. 
53 If you want to install more than one operating system then edit the
54 MBR partition table and create a partition for NetBSD.
56 A few hundred MB is enough for a basic installation, but you should allow
57 extra for additional software and user files. 
58 Allow at least 5GB if you want to build NetBSD itself.
61 message Select_your_choice
62 {Which would you like to do?}
63 message Use_only_part_of_the_disk
64 {Edit the MBR partition table}
65 message Use_the_entire_disk
66 {Use the entire disk}
68 /* the %s's will expand into three character strings */
69 message part_header
70 {   Total disk size %d %s.
72 .if BOOTSEL
73    Start(%3s)  Size(%3s) Flg Kind                    Bootmenu
74    ---------- ---------- --- ----------------------- --------
75 .else
76    Start(%3s)  Size(%3s) Flg Kind
77    ---------- ---------- --- ----------------
78 .endif
81 message part_row_used
82 {%10d %10d %c%c%c}
84 message noactivepart
85 {You have not marked a partition active. This may cause your system to not
86 start up properly. Should the NetBSD partition of the disk be marked active?}
88 message setbiosgeom
90 You will be prompted for the geometry.
91 Please enter the number of sectors per track (maximum 63)
92 and number of heads (maximum 256) that the BIOS uses to access the disk. 
93 The number of cylinders will be calculated from the disk size.
97 message nobiosgeom
98 {Sysinst could not automatically determine the BIOS geometry of the disk. 
99 The physical geometry is %d cylinders %d sectors %d heads\n}
101 message biosguess
102 {Using the information already on the disk, my best guess for the BIOS
103 geometry is %d cylinders %d sectors %d heads\n}
105 message realgeom
106 {real geom: %d cyl, %d heads, %d sec  (NB: for comparison only)\n}
108 message biosgeom
109 {BIOS geom: %d cyl, %d heads, %d sec\n}
111 message ovrwrite
112 {Your disk currently has a non-NetBSD partition.  Do you really want to
113 overwrite that partition with NetBSD?
116 message Partition_OK
117 {Partition OK}
119 message ptn_type
120 {      type: %s}
121 message ptn_start
122 {     start: %d %s}
123 message ptn_size
124 {      size: %d %s}
125 message ptn_end
126 {       end: %d %s}
127 message ptn_active
128 {    active: %s}
129 message ptn_install
130 {   install: %s}
131 .if BOOTSEL
132 message bootmenu
133 {  bootmenu: %s}
134 message boot_dflt
135 {   default: %s}
136 .endif
138 message get_ptn_size {%ssize (maximum %d %s)}
139 message Invalid_numeric {Invalid numeric: }
140 message Too_large {Too large: }
141 message Space_allocated {Space allocated: }
142 message ptn_starts {Space at %d..%d %s (size %d %s)\n}
143 message get_ptn_start {%s%sStart (in %s)}
144 message get_ptn_id {Partition kind (0..255)}
145 message No_free_space {No free space}
146 message Only_one_extended_ptn {There can only be one extended partition}
148 message editparttable
149 {The Current MBR partition table is shown below. 
150 Flgs: a => Active partition,
151 .if BOOTSEL
152 d => bootselect default,
153 .endif
154 I => Install here. 
155 Select the partition you wish to change:
159 message Partition_table_ok
160 {Partition table OK}
162 message Delete_partition
163 {Delete partition}
164 message Dont_change
165 {Don't change}
166 message Other_kind
167 {Other, input number}
169 message reeditpart
172 Do you want to re-edit the MBR table (or abandon the installation)?
175 message nobsdpart
176 {There is no NetBSD partition in the MBR partition table.}
178 message multbsdpart
179 {There are multiple NetBSD partitions in the MBR partition table.
180 You should set the 'install' flag on the one you want to use.}
182 message dofdisk
183 {Setting up the DOS partition table ...
186 message wmbrfail
187 {Rewrite of MBR failed. I can't continue.}
189 .if 0
190 .if BOOTSEL
191 message Set_timeout_value
192 {Set timeout value}
194 message bootseltimeout
195 {Boot menu timeout: %d\n}
197 .endif
198 .endif