1 1.4 martin /* $NetBSD: msg.pm.en,v 1.4 2020/11/05 11:10:11 martin Exp $ */ 2 1.1 martin 3 1.1 martin /* 4 1.1 martin * Copyright 1997 Piermont Information Systems Inc. 5 1.1 martin * All rights reserved. 6 1.1 martin * 7 1.1 martin * Written by Philip A. Nelson for Piermont Information Systems Inc. 8 1.1 martin * 9 1.1 martin * Redistribution and use in source and binary forms, with or without 10 1.1 martin * modification, are permitted provided that the following conditions 11 1.1 martin * are met: 12 1.1 martin * 1. Redistributions of source code must retain the above copyright 13 1.1 martin * notice, this list of conditions and the following disclaimer. 14 1.1 martin * 2. Redistributions in binary form must reproduce the above copyright 15 1.1 martin * notice, this list of conditions and the following disclaimer in the 16 1.1 martin * documentation and/or other materials provided with the distribution. 17 1.1 martin * 3. The name of Piermont Information Systems Inc. may not be used to endorse 18 1.1 martin * or promote products derived from this software without specific prior 19 1.1 martin * written permission. 20 1.1 martin * 21 1.1 martin * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS'' 22 1.1 martin * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 23 1.1 martin * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 24 1.1 martin * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE 25 1.1 martin * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 26 1.1 martin * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 27 1.1 martin * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 28 1.1 martin * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 29 1.1 martin * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 30 1.1 martin * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 31 1.1 martin * THE POSSIBILITY OF SUCH DAMAGE. 32 1.1 martin * 33 1.1 martin */ 34 1.1 martin 35 1.1 martin /* extended partition manager message catalog -- English, machine independent */ 36 1.1 martin 37 1.1 martin message fillzeros {Fill with zeros} 38 1.1 martin message fillrandom {Fill with random data} 39 1.1 martin message raid0 {0 - No parity, simple striping.} 40 1.1 martin message raid1 {1 - Mirroring. The parity is the mirror.} 41 1.1 martin message raid4 {4 - Striping with parity stored on the last component.} 42 1.1 martin message raid5 {5 - Striping with distributed parity.} 43 1.1 martin 44 1.1 martin message wannaunblock { 45 1.1 martin Device is blocked. Editing it may cause problems. 46 1.1 martin Do you want to force unblock it and continue?} 47 1.1 martin message wannatry {Do you want to try?} 48 1.1 martin message create_cgd {Create cryptographic volume (CGD)} 49 1.2 martin message create_vnd {Create virtual disk image (VND)} 50 1.1 martin message create_vg {Create volume group (LVM VG)} 51 1.1 martin message create_lv {Create logical volume} 52 1.1 martin message create_raid {Create software RAID} 53 1.1 martin message updpmlist {Update device list} 54 1.1 martin message savepm {Save changes} 55 1.1 martin message pmblocked {BLOCKED} 56 1.1 martin message pmunchanged {UNCHANGED} 57 1.1 martin message pmused {USED} 58 1.1 martin message pmmounted {(mounted)} 59 1.1 martin message pmunused {(unused)} 60 1.1 martin message pmgptdisk {GPT-labeled disk} 61 1.1 martin 62 1.1 martin message finishpm {Finish partitioning} 63 1.1 martin message limitcount {Limit for the device count was reached!} 64 1.1 martin message invaliddev {Invalid device!} 65 1.1 martin message avdisks {Available disks:} 66 1.1 martin message nofreedev {Cannot allocate device node!} 67 1.1 martin message partman_header 68 1.1 martin {This is the extended partition manager. All disks, partitions, etc. are 69 1.1 martin listed below. To use RAID, LVM, or CGD: 1) Create partitions with the 70 1.1 martin appropriate type; 2) Create RAID/LVM VG/CGD using these partitions; 3) Save 71 1.1 martin changes; 4) Create partitions for RAID/CGD or Logical Volumes for LVM.} 72 1.1 martin 73 1.1 martin /* used to form strings like: "vnd0 on /var/tmp/disk1.img" */ 74 1.1 martin message pm_menu_on {on} 75 1.1 martin /* Called with: Example 76 1.1 martin * $0 = device name raid0 77 1.1 martin * $1 = raid level 1 78 1.1 martin */ 79 1.1 martin message raid_menufmt {$0 (level $1)} 80 1.1 martin message raid_err_menufmt {EMPTY RAID!} 81 1.1 martin message raid_disks_fmt {Disks} 82 1.1 martin message raid_spares_fmt {Spares} 83 1.1 martin message raid_level_fmt {RAID level} 84 1.1 martin message raid_numrow_fmt {numRow} 85 1.1 martin message raid_numcol_fmt {numCol} 86 1.1 martin message raid_numspare_fmt {numSpare} 87 1.1 martin message raid_sectpersu_fmt {sectPerSU} 88 1.1 martin message raid_superpar_fmt {SUsPerParityUnit} 89 1.1 martin message raid_superrec_fmt {SUsPerReconUnit} 90 1.1 martin message raid_nomultidim {Multi-dimensional arrays are NOT supported!} 91 1.1 martin message raid_numrow_ask {numRow?} 92 1.1 martin message raid_numcol_ask {numCol?} 93 1.1 martin message raid_numspare_ask {numSpare?} 94 1.1 martin message raid_sectpersu_ask {sectPerSU?} 95 1.1 martin message raid_superpar_ask {SUsPerParityUnit?} 96 1.1 martin message raid_superrec_ask {SUsPerReconUnit?} 97 1.1 martin message raid_disks {Disks in RAID:} 98 1.1 martin message vnd_err_menufmt {PATH NOT DEFINED!} 99 1.1 martin message vnd_assign {ASSIGN} 100 1.1 martin message vnd_path_fmt {File path} 101 1.1 martin message vnd_assign_fmt {Create new image} 102 1.1 martin message vnd_size_fmt {Size} 103 1.1 martin message vnd_ro_fmt {Read-only} 104 1.1 martin message vnd_geom_fmt {Set geometry by hand} 105 1.1 martin message vnd_bps_fmt {Bytes per Sector} 106 1.1 martin message vnd_spt_fmt {Sectors per Track} 107 1.1 martin message vnd_tpc_fmt {Tracks per Cylinder} 108 1.1 martin message vnd_cyl_fmt {Cylinders} 109 1.1 martin message vnd_path_ask {File path?} 110 1.1 martin message vnd_size_ask {Size (MB)?} 111 1.1 martin message vnd_bps_ask {Bytes per Sector?} 112 1.1 martin message vnd_spt_ask {Sectors per Track?} 113 1.1 martin message vnd_tpc_ask {Tracks per Cylinder?} 114 1.1 martin message vnd_cyl_ask {Cylinders?} 115 1.1 martin message cgd_err_menufmt {DISK NOT DEFINED!} 116 1.1 martin message cgd_dev_fmt {Base device} 117 1.1 martin message cgd_enc_fmt {Encryption} 118 1.1 martin message cgd_key_fmt {Key size} 119 1.1 martin message cgd_iv_fmt {IV algorithm} 120 1.1 martin message cgd_keygen_fmt {Key generation} 121 1.1 martin message cgd_verif_fmt {Verification method} 122 1.1 martin message lvm_disks {Disks in VG} 123 1.1 martin message lvm_err_menufmt {EMPTY VG!} 124 1.1 martin message lvm_disks_fmt {PV's} 125 1.1 martin message lvm_name_fmt {Name} 126 1.1 martin message lvm_maxlv_fmt {MaxLogicalVolumes} 127 1.1 martin message lvm_maxpv_fmt {MaxPhysicalVolumes} 128 1.1 martin message lvm_extsiz_fmt {PhysicalExtentSize} 129 1.1 martin message lvm_name_ask {Name?} 130 1.1 martin message lvm_maxlv_ask {MaxLogicalVolumes?} 131 1.1 martin message lvm_maxpv_ask {MaxPhysicalVolumes?} 132 1.1 martin message lvm_extsiz_ask {PhysicalExtentSize?} 133 1.1 martin message lvmlv_menufmt {Logical volume} 134 1.1 martin message lvmlv_name_fmt {Name} 135 1.1 martin message lvmlv_size_fmt {Size} 136 1.1 martin message lvmlv_ro_fmt {Read-only} 137 1.1 martin message lvmlv_cont_fmt {Contiguous} 138 1.1 martin message lvmlv_extnum_fmt {LogicalExtentsNumber} 139 1.1 martin message lvmlv_minor_fmt {Minor number} 140 1.1 martin message lvmlv_mirrors_fmt {Mirrors} 141 1.1 martin message lvmlv_regsiz_fmt {MirrorLogRegionSize} 142 1.1 martin message lvmlv_pers_fmt {Persistent minor number} 143 1.1 martin message lvmlv_readahsect_fmt {ReadAheadSectors} 144 1.1 martin message lvmlv_stripes_fmt {Stripes} 145 1.1 martin message lvmlv_stripesiz_fmt {StripeSize} 146 1.1 martin message lvmlv_zero_fmt {Zeroing of the first KB} 147 1.1 martin message lvmlv_name_ask {Name?} 148 1.1 martin message lvmlv_size_ask {Size (MB)?} 149 1.1 martin message lvmlv_extnum_ask {LogicalExtentsNumber?} 150 1.1 martin message lvmlv_minor_ask {Minor number?} 151 1.1 martin message lvmlv_mirrors_ask {Mirrors?} 152 1.1 martin message lvmlv_regsiz_ask {MirrorLogRegionSize?} 153 1.1 martin message lvmlv_readahsect_ask {ReadAheadSectors?} 154 1.1 martin message lvmlv_stripes_ask {Stripes?} 155 1.1 martin 156 1.3 martin message notsupported {Operation not supported!} 157 1.3 martin message edit_parts {Edit partitions} 158 1.3 martin message switch_parts {Switch partitioning scheme} 159 1.3 martin message fmtasraid {Format as RAID} 160 1.3 martin message fmtaslvm {Format as LVM PV} 161 1.3 martin message encrypt {Encrypt (CGD)} 162 1.3 martin message erase {Safe erase} 163 1.3 martin message undo {Undo changes} 164 1.3 martin message unconfig {Unconfigure} 165 1.3 martin message edit {Edit} 166 1.3 martin message doumount {Force umount} 167 1.3 martin 168