11.1Sthorpej/* $NetBSD: msg.md.de,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, German */ 371.1Sthorpej 381.1Sthorpej 391.1Sthorpejmessage md_hello 401.1Sthorpej{Wenn Ihre Maschine nur �ber 4MB oder weniger Arbeitsspeicher verf�gt, wird 411.1Sthorpejsysinst fehlschlagen. Bitte installieren Sie in diesem Fall manuell. 421.1Sthorpej} 431.1Sthorpej 441.1Sthorpejmessage md_may_remove_boot_medium 451.1Sthorpej{ 461.1Sthorpej} 471.1Sthorpej 481.1Sthorpejmessage dobootblks 491.1Sthorpej{Installiere die Bootbl�cke auf %s ... 501.1Sthorpej} 511.1Sthorpej 521.1Sthorpejmessage newdisk 531.1Sthorpej{Ihre Festplatte, %s, hat noch kein virt68k Disklabel. Sysinst 541.1Sthorpejwird ein neues erstellen. 551.1Sthorpej} 561.1Sthorpej 571.1Sthorpejmessage ordering 581.1Sthorpej{Die Anordnung der Partition %s ist falsch. Erneut editieren?} 591.1Sthorpej 601.1Sthorpej 611.1Sthorpejmessage set_kernel_1 621.1Sthorpej{Kernel (GENERIC)} 631.1Sthorpej 641.1Sthorpej.if notyet 651.1Sthorpej/* XXX: not yet implemented */ 661.1Sthorpejmessage emptypart 671.1Sthorpej{Nach der oder den leeren Partition(en) existiert eine g�ltige Partition %c. 681.1SthorpejBitte editieren Sie die Partitionstabelle noch einmal.} 691.1Sthorpej 701.1Sthorpejmessage existing 711.1Sthorpej{Wollen Sie die vorhandene(n) BSD Partition(en) beibehalten?} 721.1Sthorpej 731.1Sthorpej 741.1Sthorpejmessage nofreepart 751.1Sthorpej{%s verf�gt nicht �ber gen�gend freie Partitionen f�r NetBSD. 761.1SthorpejMindestens 2 freie Partitionen (f�r das Root Dateisystem und Swap) sind n�tig. 771.1Sthorpej} 781.1Sthorpej 791.1Sthorpej 801.1Sthorpejmessage notfirst 811.1Sthorpej{NetBSD/virt68k muss im ersten Abschnitt der Bootdisk installiert werden. 821.1SthorpejDieser Teil ist bei %s nicht frei. 831.1Sthorpej} 841.1Sthorpej.endif 85