1/*	$NetBSD: msg.md.en,v 1.61.6.1 2012/05/17 18:57:14 sborrill 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/* MD Message catalog -- English, i386 version */
36
37message md_hello
38{
39}
40
41message md_may_remove_boot_medium
42{
43}
44
45message Keyboard_type {Keyboard type}
46message kb_default {}
47
48message dobad144
49{Installing the bad block table ...
50}
51
52message getboottype
53{Would you like to install the normal set of bootblocks or serial bootblocks?
54
55Normal bootblocks use the BIOS console device as the console
56(usually the monitor and keyboard). Serial bootblocks use the first
57serial port as the console.
58
59Selected bootblock: }
60
61message console_PC {BIOS console}
62message console_com {Serial port com%d at %d baud}
63message console_unchanged {Unchanged}
64
65message Bootblocks_selection
66{Bootblocks selection}
67message Use_normal_bootblocks	{Use BIOS console}
68message Use_serial_com0		{Use serial port com0}
69message Use_serial_com1		{Use serial port com1}
70message Use_serial_com2		{Use serial port com2}
71message Use_serial_com3		{Use serial port com3}
72message serial_baud_rate	{Set serial baud rate}
73message Use_existing_bootblocks	{Use existing bootblocks}
74
75message dobootblks
76{Installing boot blocks on %s....
77}
78
79message onebiosmatch
80{This disk matches the following BIOS disk:
81
82}
83
84message onebiosmatch_header
85{BIOS # cylinders heads sectors total sectors  GB
86------ --------- ----- ------- ------------- ---
87}
88
89message onebiosmatch_row
90{%#6x %9d %5d %7d %13u %3u\n}
91
92message This_is_the_correct_geometry
93{This is the correct geometry}
94message Set_the_geometry_by_hand
95{Set the geometry by hand}
96message Use_one_of_these_disks
97{Use one of these disks}
98
99message biosmultmatch
100{This disk matches the following BIOS disks:
101
102}
103
104message biosmultmatch_header
105{   BIOS # cylinders heads sectors total sectors   GB
106   ------ --------- ----- ------- ------------- ----
107}
108
109message biosmultmatch_row
110{%-1d: %#6x %9d %5d %7d %13u %3u\n}
111
112message biosgeom_advise
113{
114Note: since sysinst was able to uniquely match the disk you chose with a disk
115known to the BIOS, the values displayed above are very likely correct, and
116should not be changed (the values for cylinders, heads and sectors are
117probably 1023, 255 and 63 - this is correct). 
118You should only change the geometry if you know the BIOS reports incorrect
119values.
120}
121
122message pickdisk
123{Choose disk: }
124
125message partabovechs
126{The NetBSD part of the disk lies outside of the range that the BIOS on
127your machine can address.
128Booting from it may not be possible. 
129Are you sure you that you want to do this?
130
131(Answering 'no' will take you back to the partition edit menu.)}
132
133message missing_bootmenu_text
134{You have more than one operating system on this disk, but have not
135specified a 'bootmenu' for either the active partition, or the
136NetBSD partition that you are going to install into.
137
138Do you want to re-edit the partition to add a bootmenu entry?}
139
140message no_extended_bootmenu
141{You have requested that an extended partition be included in the bootmenu.
142However your system BIOS doesn't appear to support the read command used
143by that version of the bootmenu code. 
144Are you sure you that you want to do this?
145
146(Answering 'no' will take you back to the partition edit menu.)}
147
148message installbootsel
149{Your configuration requires the NetBSD bootselect code to
150select which operating system to use.
151
152It is not currently installed, do you want to install it now?}
153
154message installmbr
155{The bootcode in the Master Boot Record does not appear to be valid.
156
157Do you want to install the NetBSD bootcode?}
158
159message updatembr
160{Do you want to update the bootcode in the Master Boot Record to
161the latest version of the NetBSD bootcode?}
162
163message set_kernel_1	{Kernel (GENERIC)}
164