Home | History | Annotate | Line # | Download | only in sysinst
      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 
     39 message mbr_part_header_1	{Tipo}
     40 message mbr_part_header_2	{Mount}
     41 .if BOOTSEL
     42 message mbr_part_header_3	{Bootmenu}
     43 .endif
     44 
     45 message noactivepart
     46 {No ha marcado ninguna particin como activa. Esto podra provocar que su
     47 sistema no arrancase correctamente.}
     48 
     49 message fixactivepart
     50 {
     51 Debe marcarse como activa la particin NetBSD del disco?}
     52 
     53 message setbiosgeom
     54 {
     55 Se le va a preguntar por la geometra.
     56 Por favor, introduzca el nmero de sectores por pista (mximo 63)
     57 y el nmero de cabezas (mximo 256) que usa el BIOS para acceder al disco.
     58 El nmero de cilindros se calcular a partir del tamao del disco.
     59 
     60 }
     61 
     62 message nobiosgeom
     63 {sysinst no ha podido determinar automticamente la geometra BIOS del disco.
     64 La geometra fsica es de %d cilindros %d sectores %d cabezas\n}
     65 
     66 message biosguess
     67 {Usando la informacin ya en disco, mi mejor estimacin para la geometra
     68 de la BIOS es de %d cilindros %d sectores %d cabezas\n}
     69 
     70 message realgeom
     71 {geom real: %d cil, %d cabezas, %d sec  (NB: solo para comparacin)\n}
     72 
     73 message biosgeom
     74 {geom BIOS: %d cil, %d cabez, %d sec\n}
     75 
     76 message ptn_active
     77 {activa}
     78 .if BOOTSEL
     79 message bootmenu
     80 {bootmenu}
     81 message boot_dflt
     82 {predef.}
     83 .endif
     84 
     85 message mbr_get_ptn_id {Tipo de particin (0..255)}
     86 message Only_one_extended_ptn {Solamente puede haber una particin extendida}
     87 
     88 message mbr_flags	{ap}
     89 message mbr_flag_desc
     90 .if BOOTSEL
     91 {, Particin (a)ctiva, bootselect (p)redefinido}
     92 .else
     93 {, Particin (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  */
    101 message dofdisk
    102 {Configurando la tabla de particiones $2 ...
    103 }
    104 
    105 message wmbrfail
    106 {Reescritura de MBR fallida. No se puede continuar.}
    107 
    108 message mbr_inside_ext
    109 {The partition needs to start within the Extended Partition}
    110 
    111 message mbr_ext_nofit
    112 {The Extended Partition must be able to hold all contained partitions}
    113 
    114 message mbr_ext_not_empty
    115 {Can not delete a non-empty extended partition!}
    116 
    117 message mbr_no_free_primary_have_ext
    118 {This partition is not inside the extended partition
    119 and there is no free slot in the primary boot record}
    120 
    121 message mbr_no_free_primary_no_ext
    122 {No space in the primary boot block.
    123 You may consider deleting one partition, creating an extended partition
    124 and then re-adding the deleted one}
    125 
    126 .if 0
    127 .if BOOTSEL
    128 message Set_timeout_value
    129 {Elija el tiempo de espera}
    130 
    131 message bootseltimeout
    132 {Tiempo de espera del men: %d\n}
    133 
    134 .endif
    135 .endif
    136 
    137 message parttype_mbr {Master Boot Record (MBR)}
    138 message parttype_mbr_short {MBR}
    139 
    140 message mbr_type_invalid	{Invalid partition type (0 .. 255)}
    141