1/*	$NetBSD: msg.pm.en,v 1.4 2020/11/05 11:10:11 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 -- English, machine independent */
36
37message fillzeros {Fill with zeros}
38message fillrandom {Fill with random data}
39message raid0 {0 - No parity, simple striping.}
40message raid1 {1 - Mirroring.  The parity is the mirror.}
41message raid4 {4 - Striping with parity stored on the last component.}
42message raid5 {5 - Striping with distributed parity.}
43
44message wannaunblock {
45Device is blocked.  Editing it may cause problems.
46Do you want to force unblock it and continue?}
47message wannatry {Do you want to try?}
48message create_cgd {Create cryptographic volume (CGD)}
49message create_vnd {Create virtual disk image (VND)}
50message create_vg {Create volume group (LVM VG)}
51message create_lv {Create logical volume}
52message create_raid {Create software RAID}
53message updpmlist {Update device list}
54message savepm {Save changes}
55message pmblocked {BLOCKED}
56message pmunchanged {UNCHANGED}
57message pmused {USED}
58message pmmounted {(mounted)}
59message pmunused {(unused)}
60message pmgptdisk {GPT-labeled disk}
61
62message finishpm {Finish partitioning}
63message limitcount {Limit for the device count was reached!}
64message invaliddev {Invalid device!}
65message avdisks {Available disks:}
66message nofreedev {Cannot allocate device node!}
67message partman_header
68{This is the extended partition manager.  All disks, partitions, etc. are
69listed below.  To use RAID, LVM, or CGD: 1) Create partitions with the
70appropriate type; 2) Create RAID/LVM VG/CGD using these partitions; 3) Save
71changes; 4) Create partitions for RAID/CGD or Logical Volumes for LVM.}
72
73/* used to form strings like: "vnd0 on /var/tmp/disk1.img" */
74message	pm_menu_on {on}
75/* Called with:                         Example
76 *  $0 = device name                    raid0
77 *  $1 = raid level			1
78 */
79message raid_menufmt {$0 (level $1)}
80message raid_err_menufmt {EMPTY RAID!}
81message raid_disks_fmt {Disks}
82message raid_spares_fmt {Spares}
83message raid_level_fmt {RAID level}
84message raid_numrow_fmt {numRow}
85message raid_numcol_fmt {numCol}
86message raid_numspare_fmt {numSpare}
87message raid_sectpersu_fmt {sectPerSU}
88message raid_superpar_fmt {SUsPerParityUnit}
89message raid_superrec_fmt {SUsPerReconUnit}
90message raid_nomultidim {Multi-dimensional arrays are NOT supported!}
91message raid_numrow_ask {numRow?}
92message raid_numcol_ask {numCol?}
93message raid_numspare_ask {numSpare?}
94message raid_sectpersu_ask {sectPerSU?}
95message raid_superpar_ask {SUsPerParityUnit?}
96message raid_superrec_ask {SUsPerReconUnit?}
97message raid_disks {Disks in RAID:}
98message vnd_err_menufmt {PATH NOT DEFINED!}
99message vnd_assign {ASSIGN}
100message vnd_path_fmt {File path}
101message vnd_assign_fmt {Create new image}
102message vnd_size_fmt {Size}
103message vnd_ro_fmt {Read-only}
104message vnd_geom_fmt {Set geometry by hand}
105message vnd_bps_fmt {Bytes per Sector}
106message vnd_spt_fmt {Sectors per Track}
107message vnd_tpc_fmt {Tracks per Cylinder}
108message vnd_cyl_fmt {Cylinders}
109message vnd_path_ask {File path?}
110message vnd_size_ask {Size (MB)?}
111message vnd_bps_ask {Bytes per Sector?}
112message vnd_spt_ask {Sectors per Track?}
113message vnd_tpc_ask {Tracks per Cylinder?}
114message vnd_cyl_ask {Cylinders?}
115message cgd_err_menufmt {DISK NOT DEFINED!}
116message cgd_dev_fmt {Base device}
117message cgd_enc_fmt {Encryption}
118message cgd_key_fmt {Key size}
119message cgd_iv_fmt {IV algorithm}
120message cgd_keygen_fmt {Key generation}
121message cgd_verif_fmt {Verification method}
122message lvm_disks {Disks in VG}
123message lvm_err_menufmt {EMPTY VG!}
124message lvm_disks_fmt {PV's}
125message lvm_name_fmt {Name}
126message lvm_maxlv_fmt {MaxLogicalVolumes}
127message lvm_maxpv_fmt {MaxPhysicalVolumes}
128message lvm_extsiz_fmt {PhysicalExtentSize}
129message lvm_name_ask {Name?}
130message lvm_maxlv_ask {MaxLogicalVolumes?}
131message lvm_maxpv_ask {MaxPhysicalVolumes?}
132message lvm_extsiz_ask {PhysicalExtentSize?}
133message lvmlv_menufmt {Logical volume}
134message lvmlv_name_fmt {Name}
135message lvmlv_size_fmt {Size}
136message lvmlv_ro_fmt {Read-only}
137message lvmlv_cont_fmt {Contiguous}
138message lvmlv_extnum_fmt {LogicalExtentsNumber}
139message lvmlv_minor_fmt {Minor number}
140message lvmlv_mirrors_fmt {Mirrors}
141message lvmlv_regsiz_fmt {MirrorLogRegionSize}
142message lvmlv_pers_fmt {Persistent minor number}
143message lvmlv_readahsect_fmt {ReadAheadSectors}
144message lvmlv_stripes_fmt {Stripes}
145message lvmlv_stripesiz_fmt {StripeSize}
146message lvmlv_zero_fmt {Zeroing of the first KB}
147message lvmlv_name_ask {Name?}
148message lvmlv_size_ask {Size (MB)?}
149message lvmlv_extnum_ask {LogicalExtentsNumber?}
150message lvmlv_minor_ask {Minor number?}
151message lvmlv_mirrors_ask {Mirrors?}
152message lvmlv_regsiz_ask {MirrorLogRegionSize?}
153message lvmlv_readahsect_ask {ReadAheadSectors?}
154message lvmlv_stripes_ask {Stripes?}
155
156message notsupported {Operation not supported!}
157message edit_parts {Edit partitions}
158message switch_parts {Switch partitioning scheme}
159message fmtasraid {Format as RAID}
160message fmtaslvm {Format as LVM PV}
161message encrypt {Encrypt (CGD)}
162message erase {Safe erase}
163message undo {Undo changes}
164message unconfig {Unconfigure}
165message edit {Edit}
166message doumount {Force umount}
167
168