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
39message mbr_part_header_1	{Kind}
40message mbr_part_header_2	{Mount}
41.if BOOTSEL
42message mbr_part_header_3	{Bootmenu}
43.endif
44
45message noactivepart
46{You have not marked a partition active. This may cause your system to not
47start up properly.}
48
49message fixactivepart
50{
51Should the NetBSD partition of the disk be marked active?}
52
53message setbiosgeom
54{
55You will be prompted for the geometry.
56Please enter the number of sectors per track (maximum 63)
57and number of heads (maximum 256) that the BIOS uses to access the disk. 
58The number of cylinders will be calculated from the disk size.
59
60}
61
62message nobiosgeom
63{Sysinst could not automatically determine the BIOS geometry of the disk. 
64The physical geometry is %d cylinders %d sectors %d heads\n}
65
66message biosguess
67{Using the information already on the disk, my best guess for the BIOS
68geometry is %d cylinders %d sectors %d heads\n}
69
70message realgeom
71{real geom: %d cyl, %d heads, %d sec  (NB: for comparison only)\n}
72
73message biosgeom
74{BIOS geom: %d cyl, %d heads, %d sec\n}
75
76message ptn_active
77{active}
78.if BOOTSEL
79message bootmenu
80{bootmenu}
81message boot_dflt
82{default}
83.endif
84
85message mbr_get_ptn_id {Partition kind (0..255)}
86message Only_one_extended_ptn {There can only be one extended partition}
87
88message mbr_flags	{ad}
89message 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 */
101message dofdisk
102{Writing the $2 partition table to $0...
103}
104
105message wmbrfail
106{Rewrite of MBR failed. I can't continue.}
107
108message mbr_inside_ext
109{The partition needs to start within the Extended Partition}
110
111message mbr_ext_nofit
112{The Extended Partition must be able to hold all contained partitions}
113
114message mbr_ext_not_empty
115{Can not delete a non-empty extended partition!}
116
117message mbr_no_free_primary_have_ext
118{This partition is not inside the extended partition
119and there is no free slot in the primary boot record}
120
121message mbr_no_free_primary_no_ext
122{No space in the primary boot block.
123You may consider deleting one partition, creating an extended partition
124and then re-adding the deleted one}
125
126.if 0
127.if BOOTSEL
128message Set_timeout_value
129{Set timeout value}
130
131message bootseltimeout
132{Boot menu timeout: %d\n}
133
134.endif
135.endif
136
137message parttype_mbr {Master Boot Record (MBR)}
138message parttype_mbr_short {MBR}
139
140message mbr_type_invalid	{Invalid partition type (0 .. 255)}
141