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