Home | History | Annotate | Line # | Download | only in sysinst
      1  1.4    martin /*	$NetBSD: msg.mbr.de,v 1.4 2019/06/12 06:20:17 martin Exp $	*/
      2  1.1  dholland 
      3  1.1  dholland /*
      4  1.1  dholland  * Copyright 1997 Piermont Information Systems Inc.
      5  1.1  dholland  * All rights reserved.
      6  1.1  dholland  *
      7  1.1  dholland  * Written by Philip A. Nelson for Piermont Information Systems Inc.
      8  1.1  dholland  *
      9  1.1  dholland  * Redistribution and use in source and binary forms, with or without
     10  1.1  dholland  * modification, are permitted provided that the following conditions
     11  1.1  dholland  * are met:
     12  1.1  dholland  * 1. Redistributions of source code must retain the above copyright
     13  1.1  dholland  *    notice, this list of conditions and the following disclaimer.
     14  1.1  dholland  * 2. Redistributions in binary form must reproduce the above copyright
     15  1.1  dholland  *    notice, this list of conditions and the following disclaimer in the
     16  1.1  dholland  *    documentation and/or other materials provided with the distribution.
     17  1.1  dholland  * 3. The name of Piermont Information Systems Inc. may not be used to endorse
     18  1.1  dholland  *    or promote products derived from this software without specific prior
     19  1.1  dholland  *    written permission.
     20  1.1  dholland  *
     21  1.1  dholland  * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
     22  1.1  dholland  * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
     23  1.1  dholland  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
     24  1.1  dholland  * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
     25  1.1  dholland  * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
     26  1.1  dholland  * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
     27  1.1  dholland  * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
     28  1.1  dholland  * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
     29  1.1  dholland  * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
     30  1.1  dholland  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
     31  1.1  dholland  * THE POSSIBILITY OF SUCH DAMAGE.
     32  1.1  dholland  *
     33  1.1  dholland  */
     34  1.1  dholland 
     35  1.1  dholland /* MBR Message catalog -- German, i386 version */
     36  1.1  dholland 
     37  1.1  dholland /* NB: Lines ending in spaces force line breaks */
     38  1.1  dholland 
     39  1.4    martin message mbr_part_header_1	{Typ}
     40  1.4    martin message mbr_part_header_2	{Ordner}
     41  1.1  dholland .if BOOTSEL
     42  1.4    martin message mbr_part_header_3	{Bootmen}
     43  1.1  dholland .endif
     44  1.1  dholland 
     45  1.1  dholland message noactivepart
     46  1.1  dholland {Sie haben keine Partition als aktive Startpartition markiert.
     47  1.4    martin Das System wird nicht von dieser Festplatte starten knnen.}
     48  1.4    martin 
     49  1.4    martin message fixactivepart
     50  1.4    martin {
     51  1.1  dholland Soll die NetBSD-Partition der Festplatte als aktiv markiert werden?}
     52  1.1  dholland 
     53  1.1  dholland message setbiosgeom
     54  1.1  dholland {
     55  1.1  dholland Geben Sie die Geometrie der Festplatte ein.
     56  1.1  dholland Bitte geben Sie die Anzahl Sektoren je Spur (maximal 63)
     57  1.1  dholland und die Anzahl der Kpfe (maximal 256) an, die das BIOS dazu verwendet,
     58  1.1  dholland auf die Festplatte zuzugreifen. Die Zahl der Zylinder wird dann automatisch
     59  1.1  dholland aus der Festplattengre berechnet.
     60  1.1  dholland 
     61  1.1  dholland }
     62  1.1  dholland 
     63  1.1  dholland message nobiosgeom
     64  1.1  dholland {Sysinst konnte die BIOS-Geometrie der Festplatte nicht ermitteln.
     65  1.1  dholland Die physische Geometrie betrgt %d Zylinder, %d Sektoren und %d Kpfe.\n}
     66  1.1  dholland 
     67  1.1  dholland message biosguess
     68  1.1  dholland {Den auf der Festplatte befindlichen Informationen zufolge betrgt die BIOS-
     69  1.1  dholland Geometrie schtzungsweise %d Zylinder, %d Sektoren und %d Kpfe\n}
     70  1.1  dholland 
     71  1.1  dholland message realgeom
     72  1.1  dholland {Reale Geometrie: %d Zyl, %d Kpfe, %d Sektoren (rein informativ; zum Vergleich)\n}
     73  1.1  dholland 
     74  1.1  dholland message biosgeom
     75  1.1  dholland {BIOS-Geometrie: %d Zyl, %d Kpfe, %d Sektoren\n}
     76  1.1  dholland 
     77  1.1  dholland message ptn_active
     78  1.4    martin {Aktiv}
     79  1.1  dholland .if BOOTSEL
     80  1.1  dholland message bootmenu
     81  1.4    martin {Bootmen}
     82  1.1  dholland message boot_dflt
     83  1.4    martin {Standardboot}
     84  1.1  dholland .endif
     85  1.1  dholland 
     86  1.4    martin message mbr_get_ptn_id {Partitionstyp (0..255)}
     87  1.4    martin message Only_one_extended_ptn {Es ist nur eine erweiterte Partition mglich.}
     88  1.4    martin 
     89  1.4    martin message mbr_flags	{as}
     90  1.4    martin message mbr_flag_desc
     91  1.1  dholland .if BOOTSEL
     92  1.4    martin {, (A)ktive Startpartition, (S)tandardauswahl}
     93  1.4    martin .else
     94  1.4    martin {, (A)ktive Startpartition}
     95  1.1  dholland .endif
     96  1.1  dholland 
     97  1.4    martin /* Called with:				Example
     98  1.4    martin  *  $0 = device name			wd0
     99  1.4    martin  *  $1 = outer partitioning name	Master Boot Record (MBR)
    100  1.4    martin  *  $2 = short version of $1		MBR
    101  1.4    martin  */
    102  1.4    martin message dofdisk
    103  1.4    martin {$0: schreibe die $2 Partitionstabelle ...
    104  1.1  dholland }
    105  1.1  dholland 
    106  1.4    martin message wmbrfail
    107  1.4    martin {Schreiben des MBR fehlgeschlagen. Sysinst kann nicht fortfahren.}
    108  1.1  dholland 
    109  1.4    martin message mbr_inside_ext
    110  1.4    martin {Die Partition muss innerhalb der Extended Partition beginnen.}
    111  1.1  dholland 
    112  1.4    martin message mbr_ext_nofit
    113  1.4    martin {Die Extended Partition muss alle darin enthaltenen Partition umfassen}
    114  1.1  dholland 
    115  1.4    martin message mbr_ext_not_empty
    116  1.4    martin {Die Extended Partition kann nur gelscht werden, wenn sie leer ist!}
    117  1.1  dholland 
    118  1.4    martin message mbr_no_free_primary_have_ext
    119  1.4    martin {Die partition liegt nicht in der Extended Partition
    120  1.4    martin und im primren Bootblock ist kein Platz}
    121  1.4    martin 
    122  1.4    martin message mbr_no_free_primary_no_ext
    123  1.4    martin {Kein Platz im primren Bootblock.
    124  1.4    martin Sie knnen eine Partition entfernen und eine Extended Partition fr
    125  1.4    martin den restlichen freien Platz erstellen, dann die gelschte Partition
    126  1.4    martin wieder innerhalb der Extended Partition einfgen}
    127  1.1  dholland 
    128  1.1  dholland .if 0
    129  1.1  dholland .if BOOTSEL
    130  1.1  dholland message Set_timeout_value
    131  1.1  dholland {Setzen des Timeout-Wertes}
    132  1.1  dholland 
    133  1.1  dholland message bootseltimeout
    134  1.1  dholland {Timeout (Countdown) fr das Bootmen: %d\n}
    135  1.1  dholland 
    136  1.1  dholland .endif
    137  1.1  dholland .endif
    138  1.4    martin 
    139  1.4    martin message parttype_mbr {Master Boot Record (MBR)}
    140  1.4    martin message parttype_mbr_short {MBR}
    141  1.4    martin 
    142  1.4    martin message mbr_type_invalid	{Ungltiger Partitionstyp (0 .. 255)}
    143