Home | History | Annotate | Line # | Download | only in mac68k
      1 /*	$NetBSD: msg.md.en,v 1.2 2019/06/12 06:20:21 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 /* MD Message catalog -- english, mac68k version */
     36 
     37 message md_hello
     38 {
     39 }
     40 
     41 message md_may_remove_boot_medium
     42 {
     43 }
     44 
     45 message mac68k_fullpart
     46 {We are now going to install NetBSD on the disk %s.  You may
     47 choose to install NetBSD on the entire disk or part of the disk.
     48 Which would you like to do?
     49 }
     50 
     51 message nodiskmap
     52 {It appears that your disk, %s, has not been formatted and initialized
     53 for use on MacOS.  This program gets the disk layout of your disk by
     54 reading the Disk Partition Map which is written by the disk formatter
     55 when it prepared the disk for use with the Macintosh system.  Your
     56 options are:
     57 
     58 * Abort the install. You can format and define a preliminary
     59 partition structure with any disk formatter.  Partitions do not
     60 have to be defined as A/UX types; the NetBSD install process will
     61 allow you to redefine them as necessary.
     62 
     63 * Allow sysinst to initialize the Disk Partition Map for you. The
     64 disk will not be MacOS bootable and may not be usable by MacOS unless
     65 MacOS drivers are installed with a MacOS compatible disk formatter.
     66 
     67 }
     68 
     69 message okwritediskmap
     70 {Sysinst will attempt to initialize your disk with a new Disk Partition
     71 Map using values obtained from the disk driver.  This default Map will
     72 include a minimal Block0 definition, a Partition Map allowing for up to
     73 15 disk partitions, and pre-defined partitions for the Map, disk drivers,
     74 and a minimal MacOS HFS partition. The rest of the disk will be marked
     75 as available for use.  The disk driver partitions will not be initialized
     76 so the volume will not be MacOS bootable.  If you choose to proceed from
     77 this point with the installation you may edit this new partition map to
     78 suit your NetBSD needs.  The Map will not be written to the disk until
     79 you have completed your partition setups.
     80 
     81 Shall we continue?}
     82 
     83 message mac68k_part_header
     84 {Part      start       size fstype use       mount point (name)
     85 ---- ---------- ---------- ------ --------- ------------------\n}
     86 
     87 message part_row
     88 {%3s%c %10d %10d %6s %-9s %s\n}
     89 
     90 message mac68k_ovrwrite
     91 {Your disk currently has at least one MacOS HFS partition.  Overwriting
     92 the entire disk will delete the partition and may make the disk unusable
     93 under MacOS.  You should consider creating a single small MacOS HFS
     94 partition to insure that the disk can be mounted under MacOS.  This
     95 would be a good place to keep a copy of the NetBSD/mac68k Booter
     96 application used to boot NetBSD from MacOS.
     97 
     98 Are you really sure you want to overwrite the MacOS HFS partition(s)?
     99 }
    100 
    101 message mac68k_editparttable
    102 {Edit Disk Partition Map: The Map on the disk has been scanned for all
    103 user-level partitions, but only those usable by NetBSD are displayed.
    104 The partition table currently looks like:
    105 
    106 }
    107 
    108 message split_part
    109 {The disk partition you have selected will be split into two partitions.
    110 One will be an Apple_Scratch type partition and the other an Apple_Free
    111 type partition.  You may then change either of the partitions into one of
    112 another type.  If the Apple_Free part is physically adjacent to another
    113 partition which is also an Apple_Free type, the two will be automatically
    114 merged into a single Apple_Free type partition.
    115 
    116 There are %d disk blocks in the selected partition. Enter the number
    117 of disk blocks you would like allocated to the Apple_Scratch partition.
    118 Entering a value of zero, or a value greater than the number available
    119 will leave the selected partition unchanged.
    120 
    121 }
    122 
    123 message scratch_size
    124 {Size of the Apple_Scratch part of the split}
    125 
    126 message diskfull
    127 {You have tried to split an existing disk partition into two parts but
    128 there is no room in the Disk Partition Map to map the second part. This
    129 is probably because your disk formatter didn't reserve additional space
    130 in the original Disk Partition Map for future modifications such as this.
    131 Your options at this point are:
    132 
    133 * Abandon any hope of splitting this partition, with the present
    134 Disk Partition Map, or
    135 
    136 * Allow sysinst to install a new Disk Map on your disk. This will
    137 destroy all existing data on all partitions on the volume.  USE WITH CARE!
    138 
    139 Would you like to Abandon splitting this partition?}
    140 
    141 message custom_mount_point
    142 {Specify a Mount Point for the currently selected disk partition.  This
    143 should be a unique name, starting with a "/",  which is not being used
    144 for any other partition.
    145 
    146 }
    147 
    148 message sanity_check
    149 {In setting up the disklabel for your volume the following anomalies were
    150 found.  You may choose to ignore these and continue, but doing so may result
    151 in an installation failure. The following problems were found:
    152 
    153 }
    154 
    155 message dodiskmap
    156 {Setting up the Disk Partition Map ...
    157 }
    158 
    159 message label_error
    160 {The new on-disk partition label does not match the one currently in-core.
    161 Any attempt to proceed will most likely result in damage to any pre-existing
    162 disk partitions. However your new Disk Partition Map has been written to
    163 the disk and will be available the next time NetBSD is booted. Please
    164 reboot immediately and restart the Installation Process.
    165 }
    166 
    167 .if debug
    168 message mapdebug
    169 {Partition Map:
    170 HFS count: %d
    171 Root count: %d
    172 Swap count: %d
    173 Usr count: %d
    174 Usable count: %d
    175 }
    176 
    177 message dldebug
    178 {Disklabel:
    179 bsize: %d
    180 dlcyl: %d
    181 dlhead: %d
    182 dlsec: %d
    183 dlsize: %d
    184 }
    185 
    186 message newfsdebug
    187 {Running newfs on partition: %s\n
    188 }
    189 
    190 message geomdebug
    191 {Calling: %s %s\n
    192 }
    193 
    194 message geomdebug2
    195 {Calling: %s %d\n"
    196 }
    197 .endif
    198 
    199 message partdebug
    200 {Partition %s%c:
    201 Offset: %d
    202 Size: %d
    203 }
    204 
    205 message disksetup_no_root
    206 {* No Disk Partition defined for Root!\n}
    207 
    208 message disksetup_multiple_roots
    209 {* Multiple Disk Partitions defined for Root\n}
    210 
    211 message disksetup_no_swap
    212 {* No Disk Partition defined for SWAP!\n}
    213 
    214 message disksetup_multiple_swaps
    215 {* Multiple Disk Partitions defined for SWAP\n}
    216 
    217 message disksetup_part_beginning
    218 {* Partition %s%c begins beyond end of disk\n}
    219 
    220 message disksetup_part_size
    221 {* Partition %s%c extends beyond end of disk\n}
    222 
    223 message disksetup_noerrors
    224 {** No errors or anomalies found in disk setup.\n}
    225 
    226 message parttable_fix_fixing
    227 {Fixing partition %s%c\n}
    228 
    229 message parttable_fix_fine
    230 {Partition %s%c is just fine!\n}
    231 
    232 message dump_line
    233 {%s\n}
    234 
    235 message set_kernel_1
    236 {Kernel (GENERIC)}
    237 message set_kernel_2
    238 {Kernel (GENERICSBC)}
    239 
    240