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