msg.mbr.en revision 1.2.28.1 1 /* $NetBSD: msg.mbr.en,v 1.2.28.1 2019/06/10 22:10:38 christos 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
40 /* Called with: Example
41 * $0 = device name wd0
42 * $1 = outer partitioning name Master Boot Record (MBR)
43 * $2 = inner partitioning name BSD disklabel
44 * $3 = short version of $1 MBR
45 * $4 = short version of $2 disklabel
46 * $5 = size needed for NetBSD 250M
47 * $6 = size needed to build NetBSD 15G
48 */
49 message fullpart
50 {We are now going to install NetBSD on the disk $0.
51
52 NetBSD requires a single partition in the disk's $1
53 partition table, this is split further by the $2.
54 NetBSD can also access file systems in other $3 partitions.
55
56 If you select 'Use the entire disk' then the previous contents of the
57 disk will be overwritten and a single $3 partition used to cover the
58 entire disk.
59 If you want to install more than one operating system then edit the
60 $3 partition table and create a partition for NetBSD.
61
62 About $5 is enough for a basic installation, but you should allow
63 extra for additional software and user files.
64 Allow at least $6 if you want to build NetBSD itself.
65 }
66
67 message Select_your_choice
68 {Which would you like to do?}
69 message Use_only_part_of_the_disk
70 {Edit the MBR partition table}
71 message Use_the_entire_disk
72 {Use the entire disk}
73
74 /* the %s's will expand into three character strings */
75 message part_header
76 { Total disk size %lu %s.
77
78 .if BOOTSEL
79 Start(%3s) Size(%3s) Flg Kind Bootmenu
80 ---------- ---------- --- ----------------------- --------
81 .else
82 Start(%3s) Size(%3s) Flg Kind
83 ---------- ---------- --- ----------------
84 .endif
85 }
86
87 message part_row_used
88 {%10d %10d %c%c%c}
89
90 message noactivepart
91 {You have not marked a partition active. This may cause your system to not
92 start up properly. Should the NetBSD partition of the disk be marked active?}
93
94 message setbiosgeom
95 {
96 You will be prompted for the geometry.
97 Please enter the number of sectors per track (maximum 63)
98 and number of heads (maximum 256) that the BIOS uses to access the disk.
99 The number of cylinders will be calculated from the disk size.
100
101 }
102
103 message nobiosgeom
104 {Sysinst could not automatically determine the BIOS geometry of the disk.
105 The physical geometry is %d cylinders %d sectors %d heads\n}
106
107 message biosguess
108 {Using the information already on the disk, my best guess for the BIOS
109 geometry is %d cylinders %d sectors %d heads\n}
110
111 message realgeom
112 {real geom: %d cyl, %d heads, %d sec (NB: for comparison only)\n}
113
114 message biosgeom
115 {BIOS geom: %d cyl, %d heads, %d sec\n}
116
117 message ovrwrite
118 {Your disk currently has a non-NetBSD partition. Do you really want to
119 overwrite that partition with NetBSD?
120 }
121
122 message Partition_OK
123 {Partition OK}
124
125 message ptn_type
126 { type: %s}
127 message ptn_start
128 { start: %d %s}
129 message ptn_size
130 { size: %d %s}
131 message ptn_end
132 { end: %d %s}
133 message ptn_active
134 { active: %s}
135 message ptn_install
136 { install: %s}
137 .if BOOTSEL
138 message bootmenu
139 { bootmenu: %s}
140 message boot_dflt
141 { default: %s}
142 .endif
143
144 message get_ptn_size {%ssize (maximum %d %s)}
145 message Invalid_numeric {Invalid numeric: }
146 message Too_large {Too large: }
147 message Space_allocated {Space allocated: }
148 message ptn_starts {Space at %d..%d %s (size %d %s)\n}
149 message get_ptn_start {%s%sStart (in %s)}
150 message get_ptn_id {Partition kind (0..255)}
151 message No_free_space {No free space}
152 message Only_one_extended_ptn {There can only be one extended partition}
153
154 message editparttable
155 {The Current MBR partition table is shown below.
156 Flgs: a => Active partition,
157 .if BOOTSEL
158 d => bootselect default,
159 .endif
160 I => Install here.
161 Select the partition you wish to change:
162
163 }
164
165 message Partition_table_ok
166 {Partition table OK}
167
168 message Dont_change
169 {Don't change}
170 message Other_kind
171 {Other, input number}
172
173 message reeditpart
174 {
175
176 Do you want to re-edit the MBR table (or abandon the installation)?
177 }
178
179 message nobsdpart
180 {There is no NetBSD partition in the MBR partition table.}
181
182 message multbsdpart
183 {There are multiple NetBSD partitions in the MBR partition table.
184 You should set the 'install' flag on the one you want to use.}
185
186 message dofdisk
187 {Setting up the DOS partition table ...
188 }
189
190 message wmbrfail
191 {Rewrite of MBR failed. I can't continue.}
192
193 .if 0
194 .if BOOTSEL
195 message Set_timeout_value
196 {Set timeout value}
197
198 message bootseltimeout
199 {Boot menu timeout: %d\n}
200
201 .endif
202 .endif
203
204