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