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