1/*	$NetBSD: msg.mbr.pl,v 1.4 2019/06/12 06:20:18 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/* MBR Message catalog -- Polish, i386 version */
36
37message mbr_part_header_1	{Rodzaj}
38message mbr_part_header_2	{Mount}
39.if BOOTSEL
40message mbr_part_header_3	{Wpis menu}
41.endif
42
43message noactivepart
44{Nie zaznaczyles aktywnej partycji. Moze to spowodowac, ze twoj system nie
45uruchomi sie prawidlowo.}
46
47message fixactivepart
48{
49Czy partycja NetBSD ma zostac zaznaczona jako aktywna?}
50
51message setbiosgeom
52{
53Zostaniesz poproszony o podanie geometrii dysku:
54Podaj ilosc sektorow na sciezce (maksimum 63) oraz
55ilosc glowic (maksimum 256) ktore BIOS ustalil jako
56wlasciwe parametry dysku.
57Ilosc cylindrow zostanie obliczona automatycznie na
58podstawie podanych danych i rozmiaru dysku.
59}
60
61message nobiosgeom
62{Sysinst nie mogl automatycznie rozpoznac geometrii dysku z BIOS.
63Fizyczna geometria to %d cylindrow %d sektorow %d glowic\n}
64
65message biosguess
66{Uzywajac informacji z dysku, najlepsze parametry geometrii dysku z BIOS to
67%d cylindrow %d sektorow %d glowic\n}
68
69message realgeom
70{praw. geo: %d cyl, %d glowic, %d sek  (tylko dla porownania)\n}
71
72message biosgeom
73{BIOS geom: %d cyl, %d glowic, %d sek\n}
74
75message ptn_active
76{aktywna}
77.if BOOTSEL
78message bootmenu
79{w menu startowym}
80message boot_dflt
81{domyslna}
82.endif
83
84message mbr_get_ptn_id {Typ partycji (0..255)}
85message Only_one_extended_ptn {Moze byc tylko jedna partycja typu rozszerzonego}
86
87message mbr_flags	{ad}
88message mbr_flag_desc
89.if BOOTSEL
90{, (A)ctive partition, bootselect (d)efault}
91.else
92{, (A)ctive partition}
93.endif
94
95/* Called with:				Example
96 *  $0 = device name			wd0
97 *  $1 = outer partitioning name	Master Boot Record (MBR)
98 *  $2 = short version of $1		MBR
99 */
100message dofdisk
101{Konfigurowanie DOSowej tablicy partycji ...
102}
103
104message wmbrfail
105{Nadpisanie MBR nie powiodlo sie. Nie moge kontynuowac.}
106
107message mbr_inside_ext
108{The partition needs to start within the Extended Partition}
109
110message mbr_ext_nofit
111{The Extended Partition must be able to hold all contained partitions}
112
113message mbr_ext_not_empty
114{Can not delete a non-empty extended partition!}
115
116message mbr_no_free_primary_have_ext
117{This partition is not inside the extended partition
118and there is no free slot in the primary boot record}
119
120message mbr_no_free_primary_no_ext
121{No space in the primary boot block.
122You may consider deleting one partition, creating an extended partition
123and then re-adding the deleted one}
124
125.if 0
126.if BOOTSEL
127message Set_timeout_value
128{Ustaw opoznienie}
129
130message bootseltimeout
131{Opoznienie bootmenu: %d\n}
132
133.endif
134.endif
135
136message parttype_mbr {Master Boot Record (MBR)}
137message parttype_mbr_short {MBR}
138
139message mbr_type_invalid	{Invalid partition type (0 .. 255)}
140