No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / utils / sysinst / arch / shark / msg.md.de
blob83dda0a33655eccd0b32a008971731f80e6976da
1 /*      $NetBSD: msg.md.de,v 1.6 2007/08/01 14:20:40 jmmv Exp $ */
3 /*
4  * Copyright 1997 Piermont Information Systems Inc.
5  * All rights reserved.
6  *
7  * Based on code written by Philip A. Nelson for Piermont Information
8  * Systems Inc.
9  *
10  * Redistribution and use in source and binary forms, with or without
11  * modification, are permitted provided that the following conditions
12  * are met:
13  * 1. Redistributions of source code must retain the above copyright
14  *    notice, this list of conditions and the following disclaimer.
15  * 2. Redistributions in binary form must reproduce the above copyright
16  *    notice, this list of conditions and the following disclaimer in the
17  *    documentation and/or other materials provided with the distribution.
18  * 3. All advertising materials mentioning features or use of this software
19  *    must display the following acknowledgement:
20  *      This product includes software developed for the NetBSD Project by
21  *      Piermont Information Systems Inc.
22  * 4. The name of Piermont Information Systems Inc. may not be used to endorse
23  *    or promote products derived from this software without specific prior
24  *    written permission.
25  *
26  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
27  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
28  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
29  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
30  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
31  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
32  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
33  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
34  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
35  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
36  * THE POSSIBILITY OF SUCH DAMAGE.
37  *
38  */
40 /* shark machine dependent messages, German */
43 message md_hello
44 {Wenn Sie von einer Diskette gebootet haben, können Sie diese jetzt
45 enfernen.
49 message Keyboard_type {Tastaturschema}
50 message kb_default {de}
52 message badreadbb
53 {Kann den Bootblock des Filecores nicht lesen
56 message badreadriscix
57 {Kann die RISCiX Partitionstabelle nicht lesen
60 message notnetbsdriscix
61 {Keine NetBSD Partition in der RISCiX Partitionstabelle gefunden - erstellen
62 eines Labels nicht möglich.
65 message notnetbsd
66 {Keine NetBSD Partition gefunden (eine Nur-Filecore Platte?) - erstellen eines
67 Labels nicht möglich.
70 message dobootblks
71 {Installiere die Bootblöcke auf %s ...
74 message arm32fspart
75 {Nachfolgend sehen Sie Ihre NetBSD Partitionen auf %s (Größe und Offset in
76 %s):
79 message set_kernel_1
80 {Kernel (GENERIC)}
82 message setbootdevice
83 {In order to make your system boot automatically from the on-disk file
84 system, you need to manually configure OpenFirmware to tell it where to
85 load the kernel from.
87 OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported)
88 straight from a FFS partition on the local hard disk.  So, to configure it
89 to boot the just-installed kernel, run the following command from
90 OpenFirmware's shell:
92 setenv boot-device disk:\\netbsd.aout
94 You only need to run this once and only if the 'boot-device' property did
95 not already contain the value shown above.
98 message badclearmbr
99 {Failed to clear the disk's first sector.  If OpenFirmware cannot see the
100 disk, try to run the following command manually from the installer's shell
101 utility:
103 dd if=/dev/zero of=%s bs=512 count=1