msg.md.pl revision 1.1
11.1Sdholland/*	$NetBSD: msg.md.pl,v 1.1 2014/07/26 19:30:45 dholland Exp $	*/
21.1Sdholland/* Based on english version: */
31.1Sdholland/*	NetBSD: msg.md.en,v 1.2 2002/04/02 17:02:54 thorpej Exp */
41.1Sdholland
51.1Sdholland/*
61.1Sdholland * Copyright 1997 Piermont Information Systems Inc.
71.1Sdholland * All rights reserved.
81.1Sdholland *
91.1Sdholland * Based on code written by Philip A. Nelson for Piermont Information
101.1Sdholland * Systems Inc.
111.1Sdholland *
121.1Sdholland * Redistribution and use in source and binary forms, with or without
131.1Sdholland * modification, are permitted provided that the following conditions
141.1Sdholland * are met:
151.1Sdholland * 1. Redistributions of source code must retain the above copyright
161.1Sdholland *    notice, this list of conditions and the following disclaimer.
171.1Sdholland * 2. Redistributions in binary form must reproduce the above copyright
181.1Sdholland *    notice, this list of conditions and the following disclaimer in the
191.1Sdholland *    documentation and/or other materials provided with the distribution.
201.1Sdholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse
211.1Sdholland *    or promote products derived from this software without specific prior
221.1Sdholland *    written permission.
231.1Sdholland *
241.1Sdholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
251.1Sdholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
261.1Sdholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
271.1Sdholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
281.1Sdholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
291.1Sdholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
301.1Sdholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
311.1Sdholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
321.1Sdholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
331.1Sdholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
341.1Sdholland * THE POSSIBILITY OF SUCH DAMAGE.
351.1Sdholland *
361.1Sdholland */
371.1Sdholland
381.1Sdholland/* evbarm machine dependent messages, Polish */
391.1Sdholland
401.1Sdholland
411.1Sdhollandmessage md_hello
421.1Sdholland{
431.1Sdholland}
441.1Sdholland
451.1Sdhollandmessage md_may_remove_boot_medium
461.1Sdholland{Jesli uruchomiles komputer z dyskietki, mozesz ja teraz wyciagnac.
471.1Sdholland}
481.1Sdholland
491.1Sdhollandmessage badreadbb
501.1Sdholland{Nie moge przeczytac bootbloku filecore
511.1Sdholland}
521.1Sdholland
531.1Sdhollandmessage badreadriscix
541.1Sdholland{Nie moge przeczytac tablicy partycji RISCiX
551.1Sdholland}
561.1Sdholland
571.1Sdhollandmessage notnetbsdriscix
581.1Sdholland{Nie znalazlem partycji NetBSD w tablicy partycji RISCiX - Nie moge nazwac
591.1Sdholland}
601.1Sdholland
611.1Sdhollandmessage notnetbsd
621.1Sdholland{Nie znalazlem partycji NetBSD (dysk filecore?) - Nie moge nazwac
631.1Sdholland}
641.1Sdholland
651.1Sdhollandmessage dobootblks
661.1Sdholland{Instalowanie bootblokow na %s....
671.1Sdholland}
681.1Sdholland
691.1Sdhollandmessage arm32fspart
701.1Sdholland{Partycje NetBSD na dysku %s wygladaja teraz tak (Rozmiary i Przesuniecia w %s):
711.1Sdholland}
721.1Sdholland
731.1Sdhollandmessage set_kernel_1
741.1Sdholland{Kernel (ADI_BRH)}
751.1Sdhollandmessage set_kernel_2
761.1Sdholland{Kernel (INTERGRATOR)}
771.1Sdhollandmessage set_kernel_3
781.1Sdholland{Kernel (IQ80310)}
791.1Sdhollandmessage set_kernel_4
801.1Sdholland{Kernel (IQ80321)}
811.1Sdhollandmessage set_kernel_5
821.1Sdholland{Kernel (MINI2440)}
831.1Sdhollandmessage set_kernel_6
841.1Sdholland{Kernel (TEAMASA_NPWR)}
851.1Sdhollandmessage set_kernel_7
861.1Sdholland{Kernel (TS7200)}
871.1Sdhollandmessage set_kernel_8
881.1Sdholland{Kernel (RPI)}
891.1Sdhollandmessage set_kernel_9
901.1Sdholland{Kernel (KUROBOX_PRO)}
911.1Sdholland
921.1Sdhollandmessage nomsdospart
931.1Sdholland{There is no MSDOS boot partition in the MBR partition table.}
941.1Sdholland
951.1Sdhollandmessage rpikernelmissing
961.1Sdholland{The RPI kernel was not installed, perhaps you didn't select it?}
97