1/* $NetBSD: msg.pm.pl,v 1.1 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/* extended partition manager message catalog -- Polish, machine independent */ 36 37message fillzeros {Wype�nij zerami} 38message fillrandom {Wype�nij losowymi danymi} 39message fillcrypto {Wype�nij przez crypto danych} 40message raid0 {0 - brak parzysto�ci, tylko proste rozk�adanie.} 41message raid1 {1 - Mirroring. Parytet jest lustro.} 42message raid4 {4 - Malowanie z parytetu przechowywanych w ostatniej cz�ci.} 43message raid5 {5 - Malowanie z parytetu w tych wszystkich element�w.} 44 45message wannaunblock {Urz�dzenie jest zablokowane. Czy chcesz, aby zmusi� go odblokowa� i kontynuowa�?} 46message wannatry {Czy chcesz spr�bowa�?} 47message create_cgd {Utw�rz wolumen kryptograficznych (CGD)} 48message create_cnd {Utw�rz wirtualnego obraz dysku (VND)} 49message create_vg {Utw�rz grup� wolumin�w (LVM VG)} 50message create_lv {Utw�rz wolumin logiczny} 51message create_raid {Utw�rz oprogramowania RAID} 52message updpmlist {Aktualizuj list� urz�dze�} 53message savepm {Zapisz zmiany} 54message pmblocked {ZABLOK.} 55message pmunchanged {BEZ ZMIAN} 56message pmsetboot {BOOT} 57message pmused {U�YWANE} 58message pmmounted {(zamontowany)} 59message pmunused {(nieu�ywany)} 60message pmgptdisk {Dysku z GPT} 61 62message finishpm {Zako�cz partycjonowanie} 63message limitcount {Limit liczby urz�dze� zosta� osi�gni�ty!} 64message invaliddev {Nieprawid�owy urz�dzenie!} 65message avdisks {Dost�pne dysk�w:} 66message nofreedev {Nie mo�na przydzieli� w�ze�!} 67message partman_header 68{Partition Manager. Wszystkie dyski, partycje oraz itp. tam wy�wietlane. 69Je�li chcesz korzysta� z RAID, LVM lub CGD, wykonaj nast�puj�ce kroki: 701) Tworzenie partycji z potrzebnego typu; 712) Utw�rz RAID / LVM VG / CGD korzystania z tych partycji; 3) Zapisz go; 724) Tworzenie partycji dla RAID / CGD lub Logical Volumes dla LVM.} 73 74/* used to form strings like: "vnd0 on /var/tmp/disk1.img" */ 75message pm_menu_on {on} 76/* Called with: Example 77 * $0 = device name raid0 78 * $1 = raid level 1 79 */ 80message raid_menufmt {$0 (level $1)} 81message raid_err_menufmt {EMPTY RAID!} 82message raid_disks_fmt {Dyski} 83message raid_spares_fmt {Cz�ci zamienne} 84message raid_level_fmt {Poziom RAID} 85message raid_numrow_fmt {numRow} 86message raid_numcol_fmt {numCol} 87message raid_numspare_fmt {numSpare} 88message raid_sectpersu_fmt {sectPerSU} 89message raid_superpar_fmt {SUsPerParityUnit} 90message raid_superrec_fmt {SUsPerReconUnit} 91message raid_nomultidim {Tablice wielowymiarowe nie s� obs�ugiwane!} 92message raid_numrow_ask {numRow?} 93message raid_numcol_ask {numCol?} 94message raid_numspare_ask {numSpare?} 95message raid_sectpersu_ask {sectPerSU?} 96message raid_superpar_ask {SUsPerParityUnit?} 97message raid_superrec_ask {SUsPerReconUnit?} 98message raid_disks {Dyski w RAID} 99message vnd_err_menufmt {�CIE�KA NIE ZDEFINIOWANE!} 100message vnd_assign {ASSIGN} 101message vnd_path_fmt {�cie�ka} 102message vnd_assign_fmt {Create new image} 103message vnd_size_fmt {Rozmiar} 104message vnd_ro_fmt {Tylko do odczytu} 105message vnd_geom_fmt {Ustaw geometri� r�cznie} 106message vnd_bps_fmt {Bajt�w na sektor�w} 107message vnd_spt_fmt {Sektory na �cie�ki} 108message vnd_tpc_fmt {Utwory na cylinder} 109message vnd_cyl_fmt {Si�owniki} 110message vnd_path_ask {File Path?} 111message vnd_size_ask {Rozmiar (MB)?} 112message vnd_bps_ask {Bajt�w na sektor?} 113message vnd_spt_ask {Sektory na �cie�k�?} 114message vnd_tpc_ask {Utwory na cylinder?} 115message vnd_cyl_ask {Cylindry} 116message cgd_err_menufmt {DISK NIE ZDEFINIOWANE!} 117message cgd_dev_fmt {Urz�dzenie podstawy} 118message cgd_enc_fmt {Encryption} 119message cgd_key_fmt {Rozmiar klucza} 120message cgd_iv_fmt {Algorytm IV} 121message cgd_keygen_fmt {Generowanie kluczy} 122message cgd_verif_fmt {Metoda weryfikacji} 123message lvm_disks {Dyski w VG} 124message lvm_err_menufmt {EMPTY VG!} 125message lvm_disks_fmt {PV's} 126message lvm_name_fmt {Nazwa} 127message lvm_maxlv_fmt {MaxLogicalVolumes} 128message lvm_maxpv_fmt {MaxPhysicalVolumes} 129message lvm_extsiz_fmt {PhysicalExtentSize} 130message lvm_name_ask {Nazwa?} 131message lvm_maxlv_ask {MaxLogicalVolumes?} 132message lvm_maxpv_ask {MaxPhysicalVolumes?} 133message lvm_extsiz_ask {PhysicalExtentSize (MB)?} 134message lvmlv_menufmt {Wolumin logiczny} 135message lvmlv_name_fmt {Nazwa} 136message lvmlv_size_fmt {Rozmiar} 137message lvmlv_ro_fmt {Read-only} 138message lvmlv_cont_fmt {S�siaduj�cy} 139message lvmlv_extnum_fmt {LogicalExtentsNumber} 140message lvmlv_minor_fmt {Mniejsza liczba} 141message lvmlv_mirrors_fmt {Mirrors} 142message lvmlv_regsiz_fmt {MirrorLogRegionSize} 143message lvmlv_pers_fmt {Trwa�e drobne numer} 144message lvmlv_readahsect_fmt {ReadAheadSectors ceny} 145message lvmlv_stripes_fmt {Stripes} 146message lvmlv_stripesiz_fmt {StripeSize} 147message lvmlv_zero_fmt {Zerowanie pierwszej KB} 148message lvmlv_name_ask {Nazwa?} 149message lvmlv_size_ask {Rozmiar (MB)?} 150message lvmlv_extnum_ask {LogicalExtentsNumber?} 151message lvmlv_minor_ask {Mniejsza liczba?} 152message lvmlv_mirrors_ask {Mirrors?} 153message lvmlv_regsiz_ask {MirrorLogRegionSize?} 154message lvmlv_readahsect_ask {ReadAheadSectors?} 155message lvmlv_stripes_ask {Stripes?} 156 157