msg.mbr.de revision 1.2.28.2 1 /* $NetBSD: msg.mbr.de,v 1.2.28.2 2020/04/13 08:06:00 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
39 message mbr_part_header_1 {Typ}
40 message mbr_part_header_2 {Ordner}
41 .if BOOTSEL
42 message mbr_part_header_3 {Bootmen}
43 .endif
44
45 message noactivepart
46 {Sie haben keine Partition als aktive Startpartition markiert.
47 Das System wird nicht von dieser Festplatte starten knnen.}
48
49 message fixactivepart
50 {
51 Soll die NetBSD-Partition der Festplatte als aktiv markiert werden?}
52
53 message setbiosgeom
54 {
55 Geben Sie die Geometrie der Festplatte ein.
56 Bitte geben Sie die Anzahl Sektoren je Spur (maximal 63)
57 und die Anzahl der Kpfe (maximal 256) an, die das BIOS dazu verwendet,
58 auf die Festplatte zuzugreifen. Die Zahl der Zylinder wird dann automatisch
59 aus der Festplattengre berechnet.
60
61 }
62
63 message nobiosgeom
64 {Sysinst konnte die BIOS-Geometrie der Festplatte nicht ermitteln.
65 Die physische Geometrie betrgt %d Zylinder, %d Sektoren und %d Kpfe.\n}
66
67 message biosguess
68 {Den auf der Festplatte befindlichen Informationen zufolge betrgt die BIOS-
69 Geometrie schtzungsweise %d Zylinder, %d Sektoren und %d Kpfe\n}
70
71 message realgeom
72 {Reale Geometrie: %d Zyl, %d Kpfe, %d Sektoren (rein informativ; zum Vergleich)\n}
73
74 message biosgeom
75 {BIOS-Geometrie: %d Zyl, %d Kpfe, %d Sektoren\n}
76
77 message ptn_active
78 {Aktiv}
79 .if BOOTSEL
80 message bootmenu
81 {Bootmen}
82 message boot_dflt
83 {Standardboot}
84 .endif
85
86 message mbr_get_ptn_id {Partitionstyp (0..255)}
87 message Only_one_extended_ptn {Es ist nur eine erweiterte Partition mglich.}
88
89 message mbr_flags {as}
90 message 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 */
102 message dofdisk
103 {$0: schreibe die $2 Partitionstabelle ...
104 }
105
106 message wmbrfail
107 {Schreiben des MBR fehlgeschlagen. Sysinst kann nicht fortfahren.}
108
109 message mbr_inside_ext
110 {Die Partition muss innerhalb der Extended Partition beginnen.}
111
112 message mbr_ext_nofit
113 {Die Extended Partition muss alle darin enthaltenen Partition umfassen}
114
115 message mbr_ext_not_empty
116 {Die Extended Partition kann nur gelscht werden, wenn sie leer ist!}
117
118 message mbr_no_free_primary_have_ext
119 {Die partition liegt nicht in der Extended Partition
120 und im primren Bootblock ist kein Platz}
121
122 message mbr_no_free_primary_no_ext
123 {Kein Platz im primren Bootblock.
124 Sie knnen eine Partition entfernen und eine Extended Partition fr
125 den restlichen freien Platz erstellen, dann die gelschte Partition
126 wieder innerhalb der Extended Partition einfgen}
127
128 .if 0
129 .if BOOTSEL
130 message Set_timeout_value
131 {Setzen des Timeout-Wertes}
132
133 message bootseltimeout
134 {Timeout (Countdown) fr das Bootmen: %d\n}
135
136 .endif
137 .endif
138
139 message parttype_mbr {Master Boot Record (MBR)}
140 message parttype_mbr_short {MBR}
141
142 message mbr_type_invalid {Ungltiger Partitionstyp (0 .. 255)}
143