No empty .Rs/.Re
[netbsd-mini2440.git] / distrib / utils / sysinst / arch / shark / msg.md.pl
blob033a82880a6fc1cbd1a83e06dd0bf61c4fc7626a
1 /* $NetBSD: msg.md.pl,v 1.7 2007/08/01 14:20:40 jmmv Exp $ */
2 /* Based on english version: */
3 /* NetBSD: msg.md.en,v 1.2 2002/04/02 17:02:54 thorpej Exp */
5 /*
6 * Copyright 1997 Piermont Information Systems Inc.
7 * All rights reserved.
9 * Based on code written by Philip A. Nelson for Piermont Information
10 * Systems Inc.
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. All advertising materials mentioning features or use of this software
21 * must display the following acknowledgement:
22 * This product includes software developed for the NetBSD Project by
23 * Piermont Information Systems Inc.
24 * 4. The name of Piermont Information Systems Inc. may not be used to endorse
25 * or promote products derived from this software without specific prior
26 * written permission.
28 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
29 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
30 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
31 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
32 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
33 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
34 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
35 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
36 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
37 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
38 * THE POSSIBILITY OF SUCH DAMAGE.
42 /* shark machine dependent messages, Polish */
45 message md_hello
46 {Jesli uruchomiles komputer z dyskietki, mozesz ja teraz wyciagnac.
50 message Keyboard_type {Keyboard type}
51 message kb_default {pl}
53 message badreadbb
54 {Nie moge przeczytac bootbloku filecore
57 message badreadriscix
58 {Nie moge przeczytac tablicy partycji RISCiX
61 message notnetbsdriscix
62 {Nie znalazlem partycji NetBSD w tablicy partycji RISCiX - Nie moge nazwac
65 message notnetbsd
66 {Nie znalazlem partycji NetBSD (dysk filecore?) - Nie moge nazwac
69 message dobootblks
70 {Instalowanie bootblokow na %s....
73 message arm32fspart
74 {Partycje NetBSD na dysku %s wygladaja teraz tak (Rozmiary i Przesuniecia w %s):
77 message set_kernel_1
78 {Kernel (GENERIC)}
80 message setbootdevice
81 {In order to make your system boot automatically from the on-disk file
82 system, you need to manually configure OpenFirmware to tell it where to
83 load the kernel from.
85 OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported)
86 straight from a FFS partition on the local hard disk. So, to configure it
87 to boot the just-installed kernel, run the following command from
88 OpenFirmware's shell:
90 setenv boot-device disk:\\netbsd.aout
92 You only need to run this once and only if the 'boot-device' property did
93 not already contain the value shown above.
96 message badclearmbr
97 {Failed to clear the disk's first sector. If OpenFirmware cannot see the
98 disk, try to run the following command manually from the installer's shell
99 utility:
101 dd if=/dev/zero of=%s bs=512 count=1