1/*	$NetBSD: msg.md.pl,v 1.10 2011/04/04 08:30:43 mbalmer 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
41message md_hello
42{
43}
44
45message md_may_remove_boot_medium
46{Jesli uruchomiles komputer z dyskietki, mozesz ja teraz wyciagnac.
47}
48
49message Keyboard_type {Keyboard type}
50message kb_default {pl}
51
52message badreadbb
53{Nie moge przeczytac bootbloku filecore
54}
55
56message badreadriscix
57{Nie moge przeczytac tablicy partycji RISCiX
58}
59
60message notnetbsdriscix
61{Nie znalazlem partycji NetBSD w tablicy partycji RISCiX - Nie moge nazwac
62}
63
64message notnetbsd
65{Nie znalazlem partycji NetBSD (dysk filecore?) - Nie moge nazwac
66}
67
68message dobootblks
69{Instalowanie bootblokow na %s....
70}
71
72message arm32fspart
73{Partycje NetBSD na dysku %s wygladaja teraz tak (Rozmiary i Przesuniecia w %s):
74}
75
76message set_kernel_1
77{Kernel (GENERIC)}
78
79message setbootdevice
80{In order to make your system boot automatically from the on-disk file
81system, you need to manually configure OpenFirmware to tell it where to
82load the kernel from.
83
84OpenFirmware can load a NetBSD a.out kernel (sorry, ELF is not supported)
85straight from a FFS partition on the local hard disk.  So, to configure it
86to boot the just-installed kernel, run the following command from
87OpenFirmware's shell:
88
89setenv boot-device disk:\\netbsd.aout
90
91You only need to run this once and only if the 'boot-device' property did
92not already contain the value shown above.
93}
94
95message badclearmbr
96{Failed to clear the disk's first sector.  If OpenFirmware cannot see the
97disk, try to run the following command manually from the installer's shell
98utility:
99
100dd if=/dev/zero of=%s bs=512 count=1
101}
102