msg.mbr.es revision 1.4
1/*	$NetBSD: msg.mbr.es,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 -- Spanish, i386 version */
36
37/* NB: Lines ending in spaces force line breaks */
38
39message mbr_part_header_1	{Tipo}
40message mbr_part_header_2	{Mount}
41.if BOOTSEL
42message mbr_part_header_3	{Bootmenu}
43.endif
44
45message noactivepart
46{No ha marcado ninguna partici�n como activa. Esto podr�a provocar que su
47sistema no arrancase correctamente.}
48
49message fixactivepart
50{
51�Debe marcarse como activa la partici�n NetBSD del disco?}
52
53message setbiosgeom
54{
55Se le va a preguntar por la geometr�a.
56Por favor, introduzca el n�mero de sectores por pista (m�ximo 63)
57y el n�mero de cabezas (m�ximo 256) que usa el BIOS para acceder al disco. 
58El n�mero de cilindros se calcular� a partir del tama�o del disco.
59
60}
61
62message nobiosgeom
63{sysinst no ha podido determinar autom�ticamente la geometr�a BIOS del disco. 
64La geometr�a f�sica es de %d cilindros %d sectores %d cabezas\n}
65
66message biosguess
67{Usando la informaci�n ya en disco, mi mejor estimaci�n para la geometr�a
68de la BIOS es de %d cilindros %d sectores %d cabezas\n}
69
70message realgeom
71{geom real: %d cil, %d cabezas, %d sec  (NB: solo para comparaci�n)\n}
72
73message biosgeom
74{geom BIOS: %d cil, %d cabez, %d sec\n}
75
76message ptn_active
77{activa}
78.if BOOTSEL
79message bootmenu
80{bootmenu}
81message boot_dflt
82{predef.}
83.endif
84
85message mbr_get_ptn_id {Tipo de partici�n (0..255)}
86message Only_one_extended_ptn {Solamente puede haber una partici�n extendida}
87
88message mbr_flags	{ap}
89message mbr_flag_desc
90.if BOOTSEL
91{, Partici�n (a)ctiva, bootselect (p)redefinido}
92.else
93{, Partici�n (a)ctiva}
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{Configurando la tabla de particiones $2 ...
103}
104
105message wmbrfail
106{Reescritura de MBR fallida. No se puede continuar.}
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{Elija el tiempo de espera}
130
131message bootseltimeout
132{Tiempo de espera del men�: %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