1/*	$NetBSD: msg.mbr.de,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 -- German, i386 version */
36
37/* NB: Lines ending in spaces force line breaks */
38
39message mbr_part_header_1	{Typ}
40message mbr_part_header_2	{Ordner}
41.if BOOTSEL
42message mbr_part_header_3	{Bootmen�}
43.endif
44
45message noactivepart
46{Sie haben keine Partition als aktive Startpartition markiert.
47Das System wird nicht von dieser Festplatte starten k�nnen.}
48
49message fixactivepart
50{
51Soll die NetBSD-Partition der Festplatte als aktiv markiert werden?}
52
53message setbiosgeom
54{
55Geben Sie die Geometrie der Festplatte ein.
56Bitte geben Sie die Anzahl Sektoren je Spur (maximal 63)
57und die Anzahl der K�pfe (maximal 256) an, die das BIOS dazu verwendet,
58auf die Festplatte zuzugreifen. Die Zahl der Zylinder wird dann automatisch
59aus der Festplattengr��e berechnet.
60
61}
62
63message nobiosgeom
64{Sysinst konnte die BIOS-Geometrie der Festplatte nicht ermitteln.
65Die physische Geometrie betr�gt %d Zylinder, %d Sektoren und %d K�pfe.\n}
66
67message biosguess
68{Den auf der Festplatte befindlichen Informationen zufolge betr�gt die BIOS-
69Geometrie sch�tzungsweise %d Zylinder, %d Sektoren und %d K�pfe\n}
70
71message realgeom
72{Reale Geometrie: %d Zyl, %d K�pfe, %d Sektoren (rein informativ; zum Vergleich)\n}
73
74message biosgeom
75{BIOS-Geometrie: %d Zyl, %d K�pfe, %d Sektoren\n}
76
77message ptn_active
78{Aktiv}
79.if BOOTSEL
80message bootmenu
81{Bootmen�}
82message boot_dflt
83{Standardboot}
84.endif
85
86message mbr_get_ptn_id {Partitionstyp (0..255)}
87message Only_one_extended_ptn {Es ist nur eine erweiterte Partition m�glich.}
88
89message mbr_flags	{as}
90message mbr_flag_desc
91.if BOOTSEL
92{, (A)ktive Startpartition, (S)tandardauswahl}
93.else
94{, (A)ktive Startpartition}
95.endif
96
97/* Called with:				Example
98 *  $0 = device name			wd0
99 *  $1 = outer partitioning name	Master Boot Record (MBR)
100 *  $2 = short version of $1		MBR
101 */
102message dofdisk
103{$0: schreibe die $2 Partitionstabelle ...
104}
105
106message wmbrfail
107{Schreiben des MBR fehlgeschlagen. Sysinst kann nicht fortfahren.}
108
109message mbr_inside_ext
110{Die Partition muss innerhalb der Extended Partition beginnen.}
111
112message mbr_ext_nofit
113{Die Extended Partition muss alle darin enthaltenen Partition umfassen}
114
115message mbr_ext_not_empty
116{Die Extended Partition kann nur gel�scht werden, wenn sie leer ist!}
117
118message mbr_no_free_primary_have_ext
119{Die partition liegt nicht in der Extended Partition
120und im prim�ren Bootblock ist kein Platz}
121
122message mbr_no_free_primary_no_ext
123{Kein Platz im prim�ren Bootblock.
124Sie k�nnen eine Partition entfernen und eine Extended Partition f�r
125den restlichen freien Platz erstellen, dann die gel�schte Partition
126wieder innerhalb der Extended Partition einf�gen}
127
128.if 0
129.if BOOTSEL
130message Set_timeout_value
131{Setzen des Timeout-Wertes}
132
133message bootseltimeout
134{Timeout (Countdown) f�r das Bootmen�: %d\n}
135
136.endif
137.endif
138
139message parttype_mbr {Master Boot Record (MBR)}
140message parttype_mbr_short {MBR}
141
142message mbr_type_invalid	{Ung�ltiger Partitionstyp (0 .. 255)}
143