11.1Sthorpej/* $NetBSD: msg.md.es,v 1.1 2024/01/06 07:38:13 thorpej Exp $ */ 21.1Sthorpej 31.1Sthorpej/* 41.1Sthorpej * Copyright 1997 Piermont Information Systems Inc. 51.1Sthorpej * All rights reserved. 61.1Sthorpej * 71.1Sthorpej * Based on code written by Philip A. Nelson for Piermont Information 81.1Sthorpej * Systems Inc. 91.1Sthorpej * 101.1Sthorpej * Redistribution and use in source and binary forms, with or without 111.1Sthorpej * modification, are permitted provided that the following conditions 121.1Sthorpej * are met: 131.1Sthorpej * 1. Redistributions of source code must retain the above copyright 141.1Sthorpej * notice, this list of conditions and the following disclaimer. 151.1Sthorpej * 2. Redistributions in binary form must reproduce the above copyright 161.1Sthorpej * notice, this list of conditions and the following disclaimer in the 171.1Sthorpej * documentation and/or other materials provided with the distribution. 181.1Sthorpej * 3. The name of Piermont Information Systems Inc. may not be used to endorse 191.1Sthorpej * or promote products derived from this software without specific prior 201.1Sthorpej * written permission. 211.1Sthorpej * 221.1Sthorpej * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS'' 231.1Sthorpej * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 241.1Sthorpej * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 251.1Sthorpej * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE 261.1Sthorpej * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 271.1Sthorpej * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 281.1Sthorpej * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 291.1Sthorpej * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 301.1Sthorpej * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 311.1Sthorpej * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 321.1Sthorpej * THE POSSIBILITY OF SUCH DAMAGE. 331.1Sthorpej * 341.1Sthorpej */ 351.1Sthorpej 361.1Sthorpej/* virt68k machine dependent messages, spanish */ 371.1Sthorpej 381.1Sthorpej 391.1Sthorpejmessage md_hello 401.1Sthorpej{Si su maquina tiene 4MB o menos, sysinst no funcionar� correctamente. 411.1Sthorpej} 421.1Sthorpej 431.1Sthorpejmessage md_may_remove_boot_medium 441.1Sthorpej{ 451.1Sthorpej} 461.1Sthorpej 471.1Sthorpejmessage dobootblks 481.1Sthorpej{Instalando bloques de arranque en %s.... 491.1Sthorpej} 501.1Sthorpej 511.1Sthorpejmessage newdisk 521.1Sthorpej{Parece que su disco, %s, no tiene un disklavel virt68k. sysinst va 531.1Sthorpeja escribir un disklabel. 541.1Sthorpej} 551.1Sthorpej 561.1Sthorpejmessage ordering 571.1Sthorpej{El orden de la partici�n %s esta mal. �Editar de nuevo?} 581.1Sthorpej 591.1Sthorpejmessage set_kernel_1 601.1Sthorpej{N�cleo (GENERIC)} 611.1Sthorpej 621.1Sthorpej.if notyet 631.1Sthorpej/* XXX: not yet implemented */ 641.1Sthorpejmessage emptypart 651.1Sthorpej{Hay una partici�n valida %c despues de particion(es) valida(s). 661.1SthorpejPor favor, reedite la tabla de particiones} 671.1Sthorpej 681.1Sthorpejmessage existing 691.1Sthorpej{�Quiere preservar particion(es) BSD existente(s)?} 701.1Sthorpej 711.1Sthorpejmessage nofreepart 721.1Sthorpej{%s no tiene suficiente espacio libre para particiones para NetBSD. 731.1SthorpejDebe tener como minimo 2 particiones libres (para el sistema de archivos 741.1Sthorpejraiz y para swap). 751.1Sthorpej} 761.1Sthorpej 771.1Sthorpejmessage notfirst 781.1Sthorpej{NetBSD/virt68k debe estar instalado en la primera parte del disco de arranque. 791.1SthorpejLa primera parte de %s no esta libre. 801.1Sthorpej} 811.1Sthorpej.endif 82