1 /* $NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:47 dholland Exp $ */ 2 /* Based on english version: */ 3 /* NetBSD: msg.md.en,v 1.2 2002/04/02 17:02:54 thorpej Exp */ 4 5 /* 6 * Copyright 1997 Piermont Information Systems Inc. 7 * All rights reserved. 8 * 9 * Based on code written by Philip A. Nelson for Piermont Information 10 * Systems Inc. 11 * 12 * Redistribution and use in source and binary forms, with or without 13 * modification, are permitted provided that the following conditions 14 * are met: 15 * 1. Redistributions of source code must retain the above copyright 16 * notice, this list of conditions and the following disclaimer. 17 * 2. Redistributions in binary form must reproduce the above copyright 18 * notice, this list of conditions and the following disclaimer in the 19 * documentation and/or other materials provided with the distribution. 20 * 3. The name of Piermont Information Systems Inc. may not be used to endorse 21 * or promote products derived from this software without specific prior 22 * written permission. 23 * 24 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS'' 25 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 26 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 27 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE 28 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 29 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 30 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 31 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 32 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 33 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 34 * THE POSSIBILITY OF SUCH DAMAGE. 35 * 36 */ 37 38 /* shark machine dependent messages, Polish */ 39 40 41 message md_hello 42 { 43 } 44 45 message md_may_remove_boot_medium 46 {Jesli uruchomiles komputer z dyskietki, mozesz ja teraz wyciagnac. 47 } 48 49 message Keyboard_type {Keyboard type} 50 message kb_default {pl} 51 52 message badreadbb 53 {Nie moge przeczytac bootbloku filecore 54 } 55 56 message badreadriscix 57 {Nie moge przeczytac tablicy partycji RISCiX 58 } 59 60 message notnetbsdriscix 61 {Nie znalazlem partycji NetBSD w tablicy partycji RISCiX - Nie moge nazwac 62 } 63 64 message notnetbsd 65 {Nie znalazlem partycji NetBSD (dysk filecore?) - Nie moge nazwac 66 } 67 68 message dobootblks 69 {Instalowanie bootblokow na %s.... 70 } 71 72 message arm32fspart 73 {Partycje NetBSD na dysku %s wygladaja teraz tak (Rozmiary i Przesuniecia w %s): 74 } 75 76 message set_kernel_1 77 {Kernel (GENERIC)} 78 79 message setbootdevice 80 {In order to make your system boot automatically from the on-disk file 81 system, you need to manually configure OpenFirmware to tell it where to 82 load the kernel from. 83 84 OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported) 85 straight from a FFS partition on the local hard disk. So, to configure it 86 to boot the just-installed kernel, run the following command from 87 OpenFirmware's shell: 88 89 setenv boot-device disk:\\netbsd.aout 90 91 You only need to run this once and only if the 'boot-device' property did 92 not already contain the value shown above. 93 } 94 95 message badclearmbr 96 {Failed to clear the disk's first sector. If OpenFirmware cannot see the 97 disk, try to run the following command manually from the installer's shell 98 utility: 99 100 dd if=/dev/zero of=%s bs=512 count=1 101 } 102