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