Home | History | Annotate | Line # | Download | only in sysinst
msg.mbr.de revision 1.2
      1 /*	$NetBSD: msg.mbr.de,v 1.2 2014/08/03 16:09:38 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 fullpart
     40 {NetBSD wird auf die Festplatte %s installiert.
     41 
     42 NetBSD bentigt eine eigene Partition in der Partitionstabelle des Master
     43 Boot Record (MBR). Diese Partition wird spter durch das NetBSD-Disklabel
     44 weiter aufgeteilt. NetBSD kann auch auf Dateisysteme zugreifen, die in
     45 anderen MBR-Partitionen definiert werden.
     46 
     47 Wenn Sie 'Die ganze Festplatte nutzen' auswhlen, werden alle MBR-Partitionen
     48 gelscht und eine NetBSD-Partition fr die gesamte Festplatte erstellt.
     49 Wenn Sie mehr als ein Betriebssystem installieren mchten, bearbeiten Sie
     50 die MBR-Partitionstabelle und erstellen eine kleinere NetBSD Partition.
     51 
     52 Einige hundert MB reichen fr eine Basisinstallation, allerdings sollten
     53 Sie auch Platz fr zustzliche Software und Anwenderdaten einkalkulieren.
     54 }
     55 
     56 message Select_your_choice
     57 {Wie mchten Sie verfahren?}
     58 message Use_only_part_of_the_disk
     59 {Bearbeiten der MBR-Partitionstabelle}
     60 message Use_the_entire_disk
     61 {Die ganze Festplatte nutzen}
     62 
     63 /* the %s's will expand into three character strings */
     64 message part_header
     65 {   Festplattenkapazitt insgesamt %lu %s.
     66 
     67 .if BOOTSEL
     68    Start(%3s) Gre(%3s) Flag Typ                    Bootmen
     69    ---------- ---------- ---- ---------------------- --------
     70 .else
     71    Start(%3s) Gre(%3s) Flag Typ
     72    ---------- ---------- ---- ----------------
     73 .endif
     74 }
     75 
     76 message part_row_used
     77 {%10d %11d %c%c%c}
     78 
     79 message noactivepart
     80 {Sie haben keine Partition als aktive Startpartition markiert.
     81 Das System wird nicht von dieser Festplatte starten knnen.
     82 Soll die NetBSD-Partition der Festplatte als aktiv markiert werden?}
     83 
     84 message setbiosgeom
     85 {
     86 Geben Sie die Geometrie der Festplatte ein.
     87 Bitte geben Sie die Anzahl Sektoren je Spur (maximal 63)
     88 und die Anzahl der Kpfe (maximal 256) an, die das BIOS dazu verwendet,
     89 auf die Festplatte zuzugreifen. Die Zahl der Zylinder wird dann automatisch
     90 aus der Festplattengre berechnet.
     91 
     92 }
     93 
     94 message nobiosgeom
     95 {Sysinst konnte die BIOS-Geometrie der Festplatte nicht ermitteln.
     96 Die physische Geometrie betrgt %d Zylinder, %d Sektoren und %d Kpfe.\n}
     97 
     98 message biosguess
     99 {Den auf der Festplatte befindlichen Informationen zufolge betrgt die BIOS-
    100 Geometrie schtzungsweise %d Zylinder, %d Sektoren und %d Kpfe\n}
    101 
    102 message realgeom
    103 {Reale Geometrie: %d Zyl, %d Kpfe, %d Sektoren (rein informativ; zum Vergleich)\n}
    104 
    105 message biosgeom
    106 {BIOS-Geometrie: %d Zyl, %d Kpfe, %d Sektoren\n}
    107 
    108 message ovrwrite
    109 {Ihre Festplatte verfgt gegenwrtig ber eine Nicht-NetBSD Partition.
    110 Wollen Sie diese Partition wirklich mit NetBSD berschreiben?
    111 }
    112 
    113 message Partition_OK
    114 {Partition OK}
    115 
    116 message ptn_type
    117 {         Typ: %s}
    118 message ptn_start
    119 {       Start: %d %s}
    120 message ptn_size
    121 {      Gre: %d %s}
    122 message ptn_end
    123 {        Ende: %d %s}
    124 message ptn_active
    125 {       Aktiv: %s}
    126 message ptn_install
    127 {Installation: %s}
    128 .if BOOTSEL
    129 message bootmenu
    130 {    Bootmen: %s}
    131 message boot_dflt
    132 { Bootvorgabe: %s}
    133 .endif
    134 
    135 message get_ptn_size {%sGre (Maximum %d %s)}
    136 message Invalid_numeric {Ungltige Zahl: }
    137 message Too_large {Zu gro: }
    138 message Space_allocated {Zugeordneter Speicherplatz: }
    139 message ptn_starts {Speicherplatz auf %d..%d %s (Gre %d %s)\n}
    140 message get_ptn_start {%s%sStart (in %s)}
    141 message get_ptn_id {Partitionstyp (0..255)}
    142 message No_free_space {Kein freier Speicherplatz}
    143 message Only_one_extended_ptn {Hier ist nur eine erweiterte Partition mglich}
    144 
    145 message editparttable
    146 {Die aktuelle MBR-Partition wird unten angezeigt.
    147 Flag: a => (A)ktive Startpartition,
    148 .if BOOTSEL
    149 d => Stan(D)ardauswahl,
    150 .endif
    151 I => hier (I)nstallieren.
    152 Whlen Sie die Partition, die Sie verndern mchten:
    153 
    154 }
    155 
    156 message Partition_table_ok
    157 {Partitionstabelle OK}
    158 
    159 message Dont_change
    160 {Nicht verndern}
    161 message Other_kind
    162 {Anderer Partitionstyp, Nummerneingabe (Id)}
    163 
    164 message reeditpart
    165 {
    166 
    167 Wollen Sie die MBR-Tabelle erneut editieren (oder die Installation abbrechen)?
    168 }
    169 
    170 message nobsdpart
    171 {Es befindet sich keine NetBSD-Partition in der Partitionstabelle des MBR.}
    172 
    173 message multbsdpart
    174 {Es befinden sich mehrere NetBSD-Partitionen in der Partitionstabelle des MBR.
    175 Sie sollten das Flag 'hier installieren' auf die Partition setzen, die Sie nutzen
    176 wollen.}
    177 
    178 message dofdisk
    179 {Erstellen der DOS-Partitionstabelle ...
    180 }
    181 
    182 message wmbrfail
    183 {Schreiben des MBR fehlgeschlagen. Sysinst kann nicht fortfahren.}
    184 
    185 .if 0
    186 .if BOOTSEL
    187 message Set_timeout_value
    188 {Setzen des Timeout-Wertes}
    189 
    190 message bootseltimeout
    191 {Timeout (Countdown) fr das Bootmen: %d\n}
    192 
    193 .endif
    194 .endif
    195