msg.mi.en revision 1.6 1 1.6 snj /* $NetBSD: msg.mi.en,v 1.6 2014/11/10 01:05:10 snj Exp $ */
2 1.1 dholland
3 1.1 dholland /*
4 1.1 dholland * Copyright 1997 Piermont Information Systems Inc.
5 1.1 dholland * All rights reserved.
6 1.1 dholland *
7 1.1 dholland * Written by Philip A. Nelson for Piermont Information Systems Inc.
8 1.1 dholland *
9 1.1 dholland * Redistribution and use in source and binary forms, with or without
10 1.1 dholland * modification, are permitted provided that the following conditions
11 1.1 dholland * are met:
12 1.1 dholland * 1. Redistributions of source code must retain the above copyright
13 1.1 dholland * notice, this list of conditions and the following disclaimer.
14 1.1 dholland * 2. Redistributions in binary form must reproduce the above copyright
15 1.1 dholland * notice, this list of conditions and the following disclaimer in the
16 1.1 dholland * documentation and/or other materials provided with the distribution.
17 1.1 dholland * 3. The name of Piermont Information Systems Inc. may not be used to endorse
18 1.1 dholland * or promote products derived from this software without specific prior
19 1.1 dholland * written permission.
20 1.1 dholland *
21 1.1 dholland * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
22 1.1 dholland * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 1.1 dholland * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 1.1 dholland * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
25 1.1 dholland * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 1.1 dholland * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 1.1 dholland * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 1.1 dholland * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 1.1 dholland * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 1.1 dholland * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 1.1 dholland * THE POSSIBILITY OF SUCH DAMAGE.
32 1.1 dholland *
33 1.1 dholland */
34 1.1 dholland
35 1.1 dholland /* MI Message catalog -- english, machine independent */
36 1.1 dholland
37 1.1 dholland message usage
38 1.2 martin {usage: sysinst [-D] [-f definition_file] [-r release] [-C bg:fg]
39 1.1 dholland }
40 1.1 dholland
41 1.1 dholland message sysinst_message_language
42 1.1 dholland {Installation messages in English}
43 1.1 dholland
44 1.1 dholland message sysinst_message_locale
45 1.1 dholland {en_US.ISO8859-1}
46 1.1 dholland
47 1.1 dholland message Yes {Yes}
48 1.1 dholland message No {No}
49 1.1 dholland message All {All}
50 1.1 dholland message Some {Some}
51 1.1 dholland message None {None}
52 1.1 dholland message none {none}
53 1.1 dholland message OK {OK}
54 1.1 dholland message ok {ok}
55 1.1 dholland message On {On}
56 1.1 dholland message Off {Off}
57 1.1 dholland message unchanged {unchanged}
58 1.1 dholland message Delete {Delete?}
59 1.1 dholland
60 1.1 dholland message install
61 1.1 dholland {install}
62 1.1 dholland
63 1.1 dholland message reinstall
64 1.1 dholland {reinstall sets for}
65 1.1 dholland
66 1.1 dholland message upgrade
67 1.1 dholland {upgrade}
68 1.1 dholland
69 1.1 dholland message hello
70 1.1 dholland {NetBSD/@@MACHINE@@ @@VERSION@@
71 1.1 dholland
72 1.1 dholland This menu-driven tool is designed to help you install NetBSD to a hard
73 1.1 dholland disk, or upgrade an existing NetBSD system, with a minimum of work.
74 1.1 dholland In the following menus type the reference letter (a, b, c, ...) to
75 1.1 dholland select an item, or type CTRL+N/CTRL+P to select the next/previous item.
76 1.1 dholland The arrow keys and Page-up/Page-down may also work.
77 1.1 dholland Activate the current selection from the menu by typing the enter key.
78 1.1 dholland }
79 1.1 dholland
80 1.1 dholland message thanks
81 1.1 dholland {Thank you for using NetBSD!
82 1.1 dholland }
83 1.1 dholland
84 1.1 dholland message installusure
85 1.1 dholland {You have chosen to install NetBSD on your hard disk. This will change
86 1.1 dholland information on your hard disk. You should have made a full backup
87 1.1 dholland before this procedure! This procedure will do the following things:
88 1.1 dholland a) Partition your disk
89 1.1 dholland b) Create new BSD file systems
90 1.1 dholland c) Load and install distribution sets
91 1.1 dholland d) Some initial system configuration
92 1.1 dholland
93 1.1 dholland (After you enter the partition information but before your disk is
94 1.1 dholland changed, you will have the opportunity to quit this procedure.)
95 1.1 dholland
96 1.1 dholland Shall we continue?
97 1.1 dholland }
98 1.1 dholland
99 1.1 dholland message upgradeusure
100 1.1 dholland {Ok, let's upgrade NetBSD on your hard disk. As always, this will
101 1.1 dholland change information on your hard disk. You should have made a full backup
102 1.1 dholland before this procedure! Do you really want to upgrade NetBSD?
103 1.1 dholland (This is your last warning before this procedure starts modifying your
104 1.1 dholland disks.)
105 1.1 dholland }
106 1.1 dholland
107 1.1 dholland message reinstallusure
108 1.1 dholland {Ok, let's unpack the NetBSD distribution sets to a bootable hard disk.
109 1.1 dholland This procedure just fetches and unpacks sets onto an pre-partitioned
110 1.1 dholland bootable disk. It does not label disks, upgrade bootblocks, or save
111 1.1 dholland any existing configuration info. (Quit and choose `install' or
112 1.1 dholland `upgrade' if you want those options.) You should have already done an
113 1.1 dholland `install' or `upgrade' before starting this procedure!
114 1.1 dholland
115 1.1 dholland Do you really want to reinstall NetBSD distribution sets?
116 1.1 dholland (This is your last warning before this procedure starts modifying your
117 1.1 dholland disks.)
118 1.1 dholland }
119 1.1 dholland
120 1.1 dholland message mount_failed
121 1.1 dholland {Mounting %s failed. Continue?
122 1.1 dholland }
123 1.1 dholland
124 1.1 dholland message nodisk
125 1.1 dholland {I can not find any hard disks for use by NetBSD. You will be
126 1.1 dholland returned to the original menu.
127 1.1 dholland }
128 1.1 dholland
129 1.1 dholland message onedisk
130 1.1 dholland {I found only one disk, %s.
131 1.1 dholland Therefore I assume you want to %s NetBSD on it.
132 1.1 dholland }
133 1.1 dholland
134 1.1 dholland message ask_disk
135 1.1 dholland {On which disk do you want to %s NetBSD? }
136 1.1 dholland
137 1.1 dholland message Available_disks
138 1.1 dholland {Available disks}
139 1.1 dholland
140 1.1 dholland message heads
141 1.1 dholland {heads}
142 1.1 dholland
143 1.1 dholland message sectors
144 1.1 dholland {sectors}
145 1.1 dholland
146 1.1 dholland message fs_isize
147 1.1 dholland {average file size (bytes)}
148 1.1 dholland
149 1.1 dholland message mountpoint
150 1.1 dholland {mount point (or 'none')}
151 1.1 dholland
152 1.1 dholland message cylname
153 1.1 dholland {cyl}
154 1.1 dholland
155 1.1 dholland message secname
156 1.1 dholland {sec}
157 1.1 dholland
158 1.1 dholland message megname
159 1.1 dholland {MB}
160 1.1 dholland
161 1.1 dholland message layout
162 1.1 dholland {NetBSD uses a BSD disklabel to carve up the NetBSD portion of the disk
163 1.1 dholland into multiple BSD partitions. You must now set up your BSD disklabel.
164 1.1 dholland
165 1.1 dholland You can use a simple editor to set the sizes of the NetBSD partitions,
166 1.1 dholland or keep the existing partition sizes and contents.
167 1.1 dholland
168 1.1 dholland You will then be given the opportunity to change any of the disklabel
169 1.1 dholland fields.
170 1.1 dholland
171 1.1 dholland The NetBSD part of your disk is %d Megabytes.
172 1.1 dholland A full installation requires at least %d Megabytes without X and
173 1.1 dholland at least %d Megabytes if the X sets are included.
174 1.1 dholland }
175 1.1 dholland
176 1.1 dholland message Choose_your_size_specifier
177 1.1 dholland {Choosing megabytes will give partition sizes close to your choice,
178 1.1 dholland but aligned to cylinder boundaries. Choosing sectors will allow you
179 1.1 dholland to more accurately specify the sizes. On modern ZBR disks, actual
180 1.1 dholland cylinder size varies across the disk and there is little real gain
181 1.1 dholland from cylinder alignment. On older disks, it is most efficient to
182 1.1 dholland choose partition sizes that are exact multiples of your actual
183 1.1 dholland cylinder size.
184 1.1 dholland
185 1.1 dholland Choose your size specifier}
186 1.1 dholland
187 1.1 dholland message ptnsizes
188 1.1 dholland {You can now change the sizes for the system partitions. The default is
189 1.1 dholland to allocate all the space to the root file system, however you may wish
190 1.1 dholland to have separate /usr (additional system files), /var (log files etc)
191 1.1 dholland or /home (users' home directories).
192 1.1 dholland
193 1.1 dholland Free space will be added to the partition marked with a '+'.
194 1.1 dholland }
195 1.1 dholland
196 1.1 dholland message ptnheaders
197 1.1 dholland {
198 1.1 dholland MB Cylinders Sectors Filesystem
199 1.1 dholland }
200 1.1 dholland
201 1.1 dholland message askfsmount
202 1.1 dholland {Mount point?}
203 1.1 dholland
204 1.1 dholland message askfssize
205 1.1 dholland {Size for %s in %s?}
206 1.1 dholland
207 1.1 dholland message askunits
208 1.1 dholland {Change input units (sectors/cylinders/MB)}
209 1.1 dholland
210 1.1 dholland message NetBSD_partition_cant_change
211 1.1 dholland {NetBSD partition}
212 1.1 dholland
213 1.1 dholland message Whole_disk_cant_change
214 1.1 dholland {Whole disk}
215 1.1 dholland
216 1.1 dholland message Boot_partition_cant_change
217 1.1 dholland {Boot partition}
218 1.1 dholland
219 1.1 dholland message add_another_ptn
220 1.1 dholland {Add a user defined partition}
221 1.1 dholland
222 1.1 dholland message fssizesok
223 1.1 dholland {Accept partition sizes. Free space %d %s, %d free partitions.}
224 1.1 dholland
225 1.1 dholland message fssizesbad
226 1.1 dholland {Reduce partition sizes by %d %s (%u sectors).}
227 1.1 dholland
228 1.1 dholland message startoutsidedisk
229 1.1 dholland {The start value you specified is beyond the end of the disk.
230 1.1 dholland }
231 1.1 dholland
232 1.1 dholland message endoutsidedisk
233 1.1 dholland {With this value, the partition end is beyond the end of the disk.
234 1.1 dholland Your partition size has been truncated to %d %s.
235 1.1 dholland
236 1.1 dholland Type enter to continue
237 1.1 dholland }
238 1.1 dholland
239 1.1 dholland message toobigdisklabel
240 1.1 dholland {
241 1.1 dholland This disk is too large for a disklabel partition table to be used
242 1.1 dholland and hence cannot be used as a bootable disk or to hold the root
243 1.1 dholland partition.
244 1.1 dholland }
245 1.1 dholland
246 1.1 dholland message fspart
247 1.1 dholland {We now have your BSD-disklabel partitions as:
248 1.1 dholland This is your last chance to change them.
249 1.1 dholland
250 1.1 dholland }
251 1.1 dholland
252 1.1 dholland message fspart_header
253 1.1 dholland { Start %3s End %3s Size %3s FS type Newfs Mount Mount point
254 1.1 dholland --------- --------- --------- ---------- ----- ----- -----------
255 1.1 dholland }
256 1.1 dholland
257 1.1 dholland message fspart_row
258 1.1 dholland {%9lu %9lu %9lu %-10s %-5s %-5s %s}
259 1.1 dholland
260 1.1 dholland message show_all_unused_partitions
261 1.1 dholland {Show all unused partitions}
262 1.1 dholland
263 1.1 dholland message partition_sizes_ok
264 1.1 dholland {Partition sizes ok}
265 1.1 dholland
266 1.1 dholland message edfspart
267 1.1 dholland {The current values for partition `%c' are,
268 1.1 dholland Select the field you wish to change:
269 1.1 dholland
270 1.1 dholland MB cylinders sectors
271 1.1 dholland ------- --------- ---------
272 1.1 dholland }
273 1.1 dholland
274 1.1 dholland message fstype_fmt
275 1.1 dholland { FStype: %9s}
276 1.1 dholland
277 1.1 dholland message start_fmt
278 1.1 dholland { start: %9u %8u%c %9u}
279 1.1 dholland
280 1.1 dholland message size_fmt
281 1.1 dholland { size: %9u %8u%c %9u}
282 1.1 dholland
283 1.1 dholland message end_fmt
284 1.1 dholland { end: %9u %8u%c %9u}
285 1.1 dholland
286 1.1 dholland message bsize_fmt
287 1.1 dholland { block size: %9d bytes}
288 1.1 dholland
289 1.1 dholland message fsize_fmt
290 1.1 dholland { fragment size: %9d bytes}
291 1.1 dholland
292 1.1 dholland message isize_fmt
293 1.1 dholland { avg file size: %9d bytes (for number of inodes)}
294 1.1 dholland message isize_fmt_dflt
295 1.1 dholland { avg file size: 4 fragments}
296 1.1 dholland
297 1.1 dholland message newfs_fmt
298 1.1 dholland { newfs: %9s}
299 1.1 dholland
300 1.1 dholland message mount_fmt
301 1.1 dholland { mount: %9s}
302 1.1 dholland
303 1.1 dholland message mount_options_fmt
304 1.1 dholland { mount options: }
305 1.1 dholland
306 1.1 dholland message mountpt_fmt
307 1.1 dholland { mount point: %9s}
308 1.1 dholland
309 1.1 dholland message toggle
310 1.1 dholland {Toggle}
311 1.1 dholland
312 1.1 dholland message restore
313 1.1 dholland {Restore original values}
314 1.1 dholland
315 1.1 dholland message Select_the_type
316 1.1 dholland {Select the type}
317 1.1 dholland
318 1.1 dholland message other_types
319 1.1 dholland {other types}
320 1.1 dholland
321 1.1 dholland message label_size
322 1.1 dholland {%s
323 1.1 dholland Special values that can be entered for the size value:
324 1.1 dholland -1: use until the end of the NetBSD part of the disk
325 1.1 dholland a-%c: end this partition where partition X starts
326 1.1 dholland
327 1.1 dholland size (%s)}
328 1.1 dholland
329 1.1 dholland message label_offset
330 1.1 dholland {%s
331 1.1 dholland Special values that can be entered for the offset value:
332 1.1 dholland -1: start at the beginning of the NetBSD part of the disk
333 1.1 dholland a-%c: start at the end of previous partition (a, b, ..., %c)
334 1.1 dholland
335 1.1 dholland start (%s)}
336 1.1 dholland
337 1.1 dholland message invalid_sector_number
338 1.1 dholland {Badly formed sector number
339 1.1 dholland }
340 1.1 dholland
341 1.1 dholland message Select_file_system_block_size
342 1.1 dholland {Select file system block size}
343 1.1 dholland
344 1.1 dholland message Select_file_system_fragment_size
345 1.1 dholland {Select file system fragment size}
346 1.1 dholland
347 1.1 dholland message packname
348 1.1 dholland {Please enter a name for your NetBSD disk}
349 1.1 dholland
350 1.1 dholland message lastchance
351 1.1 dholland {Ok, we are now ready to install NetBSD on your hard disk (%s). Nothing has been
352 1.1 dholland written yet. This is your last chance to quit this process before anything
353 1.1 dholland gets changed.
354 1.1 dholland
355 1.1 dholland Shall we continue?
356 1.1 dholland }
357 1.1 dholland
358 1.1 dholland message disksetupdone
359 1.1 dholland {Okay, the first part of the procedure is finished. Sysinst has
360 1.1 dholland written a disklabel to the target disk, and newfs'ed and fsck'ed
361 1.1 dholland the new partitions you specified for the target disk.
362 1.1 dholland }
363 1.1 dholland
364 1.1 dholland message disksetupdoneupdate
365 1.1 dholland {Okay, the first part of the procedure is finished. Sysinst has
366 1.1 dholland written a disklabel to the target disk, and fsck'ed the new
367 1.1 dholland partitions you specified for the target disk.
368 1.1 dholland }
369 1.1 dholland
370 1.1 dholland message openfail
371 1.1 dholland {Could not open %s, error message was: %s.
372 1.1 dholland }
373 1.1 dholland
374 1.1 dholland message mountfail
375 1.1 dholland {mount of device /dev/%s%c on %s failed.
376 1.1 dholland }
377 1.1 dholland
378 1.1 dholland message extractcomplete
379 1.1 dholland {The extraction of the selected sets for NetBSD-@@VERSION@@ is complete.
380 1.1 dholland The system is now able to boot from the selected harddisk. To complete
381 1.1 dholland the installation, sysinst will give you the opportunity to configure
382 1.1 dholland some essential things first.
383 1.1 dholland }
384 1.1 dholland
385 1.1 dholland message instcomplete
386 1.1 dholland {The installation of NetBSD-@@VERSION@@ is now complete. The system
387 1.1 dholland should boot from hard disk. Follow the instructions in the INSTALL
388 1.1 dholland document about final configuration of your system. The afterboot(8)
389 1.1 dholland manpage is another recommended reading; it contains a list of things
390 1.1 dholland to be checked after the first complete boot.
391 1.1 dholland
392 1.1 dholland At a minimum, you should edit /etc/rc.conf to match your needs. See
393 1.1 dholland /etc/defaults/rc.conf for the default values.
394 1.1 dholland }
395 1.1 dholland
396 1.1 dholland message upgrcomplete
397 1.1 dholland {The upgrade to NetBSD-@@VERSION@@ is now complete. You will
398 1.1 dholland now need to follow the instructions in the INSTALL document as to
399 1.1 dholland what you need to do to get your system reconfigured for your situation.
400 1.1 dholland Remember to (re)read the afterboot(8) manpage as it may contain new
401 1.1 dholland items since your last upgrade.
402 1.1 dholland
403 1.1 dholland At a minimum, you must edit rc.conf for your local environment and change
404 1.1 dholland rc_configured=NO to rc_configured=YES or reboots will stop at single-user,
405 1.1 dholland and copy back the password files (taking into account new system accounts
406 1.1 dholland that may have been created for this release) if you were using local
407 1.1 dholland password files.
408 1.1 dholland }
409 1.1 dholland
410 1.1 dholland
411 1.1 dholland message unpackcomplete
412 1.1 dholland {Unpacking additional release sets of NetBSD-@@VERSION@@ is now complete.
413 1.1 dholland You will now need to follow the instructions in the INSTALL document
414 1.1 dholland to get your system reconfigured for your situation.
415 1.1 dholland The afterboot(8) manpage can also be of some help.
416 1.1 dholland
417 1.1 dholland At a minimum, you must edit rc.conf for your local environment and change
418 1.1 dholland rc_configured=NO to rc_configured=YES or reboots will stop at single-user.
419 1.1 dholland }
420 1.1 dholland
421 1.1 dholland message distmedium
422 1.1 dholland {Your disk is now ready for installing the kernel and the distribution
423 1.1 dholland sets. As noted in your INSTALL notes, you have several options. For
424 1.1 dholland ftp or nfs, you must be connected to a network with access to the proper
425 1.1 dholland machines.
426 1.1 dholland
427 1.1 dholland Sets selected %d, processed %d, Next set %s.
428 1.1 dholland
429 1.1 dholland }
430 1.1 dholland
431 1.1 dholland message distset
432 1.1 dholland {The NetBSD distribution is broken into a collection of distribution
433 1.1 dholland sets. There are some basic sets that are needed by all installations
434 1.1 dholland and there are some other sets that are not needed by all installations.
435 1.1 dholland You may choose to install a core set (Minimal installation), all of them
436 1.1 dholland (Full installation) or you select from the optional distribution sets.
437 1.1 dholland } /* XXX add 'minimal installation' */
438 1.1 dholland
439 1.1 dholland message ftpsource
440 1.1 dholland {The following are the %s site, directory, user, and password that
441 1.1 dholland will be used. If "user" is "ftp", then the password is not needed.
442 1.1 dholland
443 1.1 dholland }
444 1.1 dholland
445 1.1 dholland message email
446 1.1 dholland {e-mail address}
447 1.1 dholland
448 1.1 dholland message dev
449 1.1 dholland {device}
450 1.1 dholland
451 1.1 dholland message nfssource
452 1.1 dholland {Enter the nfs host and server directory where the distribution is located.
453 1.1 dholland Remember, the directory should contain the .tgz files and
454 1.1 dholland must be nfs mountable.
455 1.1 dholland
456 1.1 dholland }
457 1.1 dholland
458 1.1 dholland message floppysource
459 1.1 dholland {Enter the floppy device to be used and transfer directory on the target
460 1.1 dholland file system. The set files must be in the root directory of the floppies.
461 1.1 dholland
462 1.1 dholland }
463 1.1 dholland
464 1.1 dholland message cdromsource
465 1.1 dholland {Enter the CDROM device to be used and directory on the CDROM where
466 1.1 dholland the distribution is located.
467 1.1 dholland Remember, the directory should contain the .tgz files.
468 1.1 dholland
469 1.1 dholland }
470 1.1 dholland
471 1.1 dholland message Available_cds
472 1.1 dholland {Available CDs }
473 1.1 dholland
474 1.1 dholland message ask_cd
475 1.1 dholland {Multiple CDs found, please select the one containing the install CD.}
476 1.1 dholland
477 1.1 dholland message cd_path_not_found
478 1.1 dholland {The installation sets have not been found at the default location on this
479 1.1 dholland CD. Please check device and path name.}
480 1.1 dholland
481 1.1 dholland message localfssource
482 1.1 dholland {Enter the unmounted local device and directory on that device where
483 1.1 dholland the distribution is located.
484 1.1 dholland Remember, the directory should contain the .tgz files.
485 1.1 dholland
486 1.1 dholland }
487 1.1 dholland
488 1.1 dholland message localdir
489 1.1 dholland {Enter the already-mounted local directory where the distribution is located.
490 1.1 dholland Remember, the directory should contain the .tgz files.
491 1.1 dholland
492 1.1 dholland }
493 1.1 dholland
494 1.1 dholland message filesys
495 1.1 dholland {file system}
496 1.1 dholland
497 1.1 dholland message nonet
498 1.1 dholland {I can not find any network interfaces for use by NetBSD. You will be
499 1.1 dholland returned to the previous menu.
500 1.1 dholland }
501 1.1 dholland
502 1.1 dholland message netup
503 1.1 dholland {The following network interfaces are active: %s
504 1.1 dholland Does one of them connect to the required server?}
505 1.1 dholland
506 1.1 dholland message asknetdev
507 1.2 martin {Which network device would you like to use?}
508 1.1 dholland
509 1.2 martin message netdevs
510 1.2 martin {Available interfaces}
511 1.1 dholland
512 1.1 dholland message netinfo
513 1.1 dholland {To be able to use the network, we need answers to the following:
514 1.1 dholland
515 1.1 dholland }
516 1.1 dholland
517 1.1 dholland message net_domain
518 1.1 dholland {Your DNS domain}
519 1.1 dholland
520 1.1 dholland message net_host
521 1.1 dholland {Your host name}
522 1.1 dholland
523 1.1 dholland message net_ip
524 1.1 dholland {Your IPv4 number}
525 1.1 dholland
526 1.1 dholland message net_srv_ip
527 1.1 dholland {Server IPv4 number}
528 1.1 dholland
529 1.1 dholland message net_mask
530 1.1 dholland {IPv4 Netmask}
531 1.1 dholland
532 1.1 dholland message net_namesrv
533 1.4 roy {Your name server}
534 1.1 dholland
535 1.1 dholland message net_defroute
536 1.1 dholland {IPv4 gateway}
537 1.1 dholland
538 1.1 dholland message net_media
539 1.1 dholland {Network media type}
540 1.1 dholland
541 1.1 dholland message netok
542 1.1 dholland {The following are the values you entered.
543 1.1 dholland
544 1.1 dholland DNS Domain: %s
545 1.1 dholland Host Name: %s
546 1.4 roy Nameserver: %s
547 1.1 dholland Primary Interface: %s
548 1.4 roy Media type: %s
549 1.1 dholland Host IP: %s
550 1.1 dholland Netmask: %s
551 1.1 dholland IPv4 Gateway: %s
552 1.1 dholland }
553 1.1 dholland
554 1.1 dholland message netok_slip
555 1.1 dholland {The following are the values you entered. Are they OK?
556 1.1 dholland
557 1.1 dholland DNS Domain: %s
558 1.1 dholland Host Name: %s
559 1.4 roy Nameserver: %s
560 1.1 dholland Primary Interface: %s
561 1.4 roy Media type: %s
562 1.1 dholland Host IP: %s
563 1.1 dholland Server IP: %s
564 1.1 dholland Netmask: %s
565 1.1 dholland IPv4 Gateway: %s
566 1.1 dholland }
567 1.1 dholland
568 1.1 dholland message netokv6
569 1.1 dholland {IPv6 autoconf: %s
570 1.1 dholland }
571 1.1 dholland
572 1.1 dholland message netok_ok
573 1.1 dholland {Are they OK?}
574 1.1 dholland
575 1.1 dholland message wait_network
576 1.1 dholland {
577 1.1 dholland Waiting while network interface comes up.
578 1.1 dholland }
579 1.1 dholland
580 1.1 dholland message resolv
581 1.1 dholland {Could not create /etc/resolv.conf. Install aborted.
582 1.1 dholland }
583 1.1 dholland
584 1.1 dholland message realdir
585 1.1 dholland {Could not change to directory %s: %s. Install aborted.
586 1.1 dholland }
587 1.1 dholland
588 1.1 dholland message delete_xfer_file
589 1.1 dholland {Delete after install}
590 1.1 dholland
591 1.1 dholland message notarfile
592 1.1 dholland {Release set %s does not exist.}
593 1.1 dholland
594 1.1 dholland message endtarok
595 1.1 dholland {All selected distribution sets unpacked successfully.}
596 1.1 dholland
597 1.1 dholland message endtar
598 1.1 dholland {There were problems unpacking distribution sets.
599 1.1 dholland Your installation is incomplete.
600 1.1 dholland
601 1.1 dholland You selected %d distribution sets. %d sets couldn't be found
602 1.1 dholland and %d were skipped after an error occurred. Of the %d
603 1.1 dholland that were attempted, %d unpacked without errors and %d with errors.
604 1.1 dholland
605 1.1 dholland The installation is aborted. Please recheck your distribution source
606 1.1 dholland and consider reinstalling sets from the main menu.}
607 1.1 dholland
608 1.1 dholland message abort
609 1.1 dholland {Your choices have made it impossible to install NetBSD. Install aborted.
610 1.1 dholland }
611 1.1 dholland
612 1.1 dholland message abortinst
613 1.1 dholland {The distribution was not successfully loaded. You will need to proceed
614 1.1 dholland by hand. Installation aborted.
615 1.1 dholland }
616 1.1 dholland
617 1.1 dholland message abortupgr
618 1.1 dholland {The distribution was not successfully loaded. You will need to proceed
619 1.1 dholland by hand. Upgrade aborted.
620 1.1 dholland }
621 1.1 dholland
622 1.1 dholland message abortunpack
623 1.1 dholland {Unpacking additional sets was not successful. You will need to
624 1.1 dholland proceed by hand, or choose a different source for release sets and try
625 1.1 dholland again.
626 1.1 dholland }
627 1.1 dholland
628 1.1 dholland message createfstab
629 1.1 dholland {There is a big problem! Can not create /mnt/etc/fstab. Bailing out!
630 1.1 dholland }
631 1.1 dholland
632 1.1 dholland
633 1.1 dholland message noetcfstab
634 1.1 dholland {Help! No /etc/fstab in target disk %s. Aborting upgrade.
635 1.1 dholland }
636 1.1 dholland
637 1.1 dholland message badetcfstab
638 1.1 dholland {Help! Can't parse /etc/fstab in target disk %s. Aborting upgrade.
639 1.1 dholland }
640 1.1 dholland
641 1.1 dholland message X_oldexists
642 1.1 dholland {I cannot save %s/bin/X as %s/bin/X.old, because the
643 1.1 dholland target disk already has an %s/bin/X.old. Please fix this before
644 1.1 dholland continuing.
645 1.1 dholland
646 1.1 dholland One way is to start a shell from the Utilities menu, examine the
647 1.1 dholland target %s/bin/X and %s/bin/X.old. If
648 1.1 dholland %s/bin/X.old is from a completed upgrade, you can rm -f
649 1.1 dholland %s/bin/X.old and restart. Or if %s/bin/X.old is from
650 1.1 dholland a recent, incomplete upgrade, you can rm -f %s/bin/X and mv
651 1.1 dholland %s/bin/X.old to %s/bin/X
652 1.1 dholland
653 1.1 dholland Aborting upgrade.}
654 1.1 dholland
655 1.1 dholland message netnotup
656 1.1 dholland {There was a problem in setting up the network. Either your gateway
657 1.1 dholland or your nameserver was not reachable by a ping. Do you want to
658 1.1 dholland configure your network again? (No allows you to continue anyway
659 1.1 dholland or abort the install process.)
660 1.1 dholland }
661 1.1 dholland
662 1.1 dholland message netnotup_continueanyway
663 1.1 dholland {Would you like to continue the install process anyway, and assume
664 1.1 dholland that the network is working? (No aborts the install process.)
665 1.1 dholland }
666 1.1 dholland
667 1.1 dholland message makedev
668 1.1 dholland {Making device nodes ...
669 1.1 dholland }
670 1.1 dholland
671 1.1 dholland message badfs
672 1.1 dholland {It appears that /dev/%s%c is not a BSD file system or the fsck was
673 1.1 dholland not successful. Try mounting it anyway? (Error number %d.)
674 1.1 dholland }
675 1.1 dholland
676 1.1 dholland message rootmissing
677 1.1 dholland { target root is missing %s.
678 1.1 dholland }
679 1.1 dholland
680 1.1 dholland message badroot
681 1.1 dholland {The completed new root file system failed a basic sanity check.
682 1.1 dholland Are you sure you installed all the required sets?
683 1.1 dholland }
684 1.1 dholland
685 1.1 dholland message fd_type
686 1.1 dholland {Floppy file system type}
687 1.1 dholland
688 1.1 dholland message fdnotfound
689 1.1 dholland {Could not find the file on the floppy.
690 1.1 dholland }
691 1.1 dholland
692 1.1 dholland message fdremount
693 1.1 dholland {The floppy was not mounted successfully.
694 1.1 dholland }
695 1.1 dholland
696 1.1 dholland message fdmount
697 1.1 dholland {Please load the floppy containing the file named "%s.%s".
698 1.1 dholland
699 1.1 dholland If the set's has no more disks, select "Set finished" to install the set.
700 1.1 dholland Select "Abort fetch" to return to the install media selection menu.
701 1.1 dholland }
702 1.1 dholland
703 1.1 dholland message mntnetconfig
704 1.1 dholland {Is the network information you entered accurate for this machine
705 1.1 dholland in regular operation and do you want it installed in /etc? }
706 1.1 dholland
707 1.1 dholland message cur_distsets
708 1.1 dholland {The following is the list of distribution sets that will be used.
709 1.1 dholland
710 1.1 dholland }
711 1.1 dholland
712 1.1 dholland message cur_distsets_header
713 1.1 dholland { Distribution set Selected
714 1.1 dholland ------------------------ --------
715 1.1 dholland }
716 1.1 dholland
717 1.1 dholland message set_base
718 1.1 dholland {Base}
719 1.1 dholland
720 1.1 dholland message set_system
721 1.1 dholland {System (/etc)}
722 1.1 dholland
723 1.1 dholland message set_compiler
724 1.1 dholland {Compiler Tools}
725 1.1 dholland
726 1.1 dholland message set_games
727 1.1 dholland {Games}
728 1.1 dholland
729 1.1 dholland message set_man_pages
730 1.1 dholland {Online Manual Pages}
731 1.1 dholland
732 1.1 dholland message set_misc
733 1.1 dholland {Miscellaneous}
734 1.1 dholland
735 1.1 dholland message set_modules
736 1.1 dholland {Kernel Modules}
737 1.1 dholland
738 1.1 dholland message set_tests
739 1.1 dholland {Test programs}
740 1.1 dholland
741 1.1 dholland message set_text_tools
742 1.1 dholland {Text Processing Tools}
743 1.1 dholland
744 1.1 dholland message set_X11
745 1.1 dholland {X11 sets}
746 1.1 dholland
747 1.1 dholland message set_X11_base
748 1.1 dholland {X11 base and clients}
749 1.1 dholland
750 1.1 dholland message set_X11_etc
751 1.1 dholland {X11 configuration}
752 1.1 dholland
753 1.1 dholland message set_X11_fonts
754 1.1 dholland {X11 fonts}
755 1.1 dholland
756 1.1 dholland message set_X11_servers
757 1.1 dholland {X11 servers}
758 1.1 dholland
759 1.1 dholland message set_X11_prog
760 1.1 dholland {X11 programming}
761 1.1 dholland
762 1.1 dholland message set_source
763 1.1 dholland {Source and debug sets}
764 1.1 dholland
765 1.1 dholland message set_syssrc
766 1.1 dholland {Kernel sources}
767 1.1 dholland
768 1.1 dholland message set_src
769 1.1 dholland {Base sources}
770 1.1 dholland
771 1.1 dholland message set_sharesrc
772 1.1 dholland {Share sources}
773 1.1 dholland
774 1.1 dholland message set_gnusrc
775 1.1 dholland {GNU sources}
776 1.1 dholland
777 1.1 dholland message set_xsrc
778 1.1 dholland {X11 sources}
779 1.1 dholland
780 1.1 dholland message set_debug
781 1.1 dholland {Debug symbols}
782 1.1 dholland
783 1.1 dholland message set_xdebug
784 1.1 dholland {X11 debug symbols}
785 1.1 dholland
786 1.1 dholland message cur_distsets_row
787 1.1 dholland {%-27s %3s}
788 1.1 dholland
789 1.1 dholland message select_all
790 1.1 dholland {Select all the above sets}
791 1.1 dholland
792 1.1 dholland message select_none
793 1.1 dholland {Deselect all the above sets}
794 1.1 dholland
795 1.1 dholland message install_selected_sets
796 1.1 dholland {Install selected sets}
797 1.1 dholland
798 1.1 dholland message tarerror
799 1.1 dholland {There was an error in extracting the file %s. That means
800 1.1 dholland some files were not extracted correctly and your system will not be
801 1.1 dholland complete.
802 1.1 dholland
803 1.1 dholland Continue extracting sets?}
804 1.1 dholland
805 1.1 dholland message must_be_one_root
806 1.1 dholland {There must be a single partition marked to be mounted on '/'.}
807 1.1 dholland
808 1.1 dholland message partitions_overlap
809 1.1 dholland {partitions %c and %c overlap.}
810 1.1 dholland
811 1.1 dholland message No_Bootcode
812 1.1 dholland {No bootcode for specified FS type of root partition}
813 1.1 dholland
814 1.1 dholland message cannot_ufs2_root
815 1.1 dholland {Sorry, the root file system can't be FFSv2 due to lack of bootloader support
816 1.1 dholland on this port.}
817 1.1 dholland
818 1.1 dholland message edit_partitions_again
819 1.1 dholland {
820 1.1 dholland
821 1.1 dholland You can either edit the partition table by hand, or give up and return
822 1.1 dholland to the main menu.
823 1.1 dholland
824 1.1 dholland Edit the partition table again?}
825 1.1 dholland
826 1.1 dholland message config_open_error
827 1.1 dholland {Could not open config file %s\n}
828 1.1 dholland
829 1.1 dholland message choose_timezone
830 1.1 dholland {Please choose the timezone that fits you best from the list below.
831 1.1 dholland Press RETURN to select an entry.
832 1.1 dholland Press 'x' followed by RETURN to quit the timezone selection.
833 1.1 dholland
834 1.1 dholland Default: %s
835 1.1 dholland Selected: %s
836 1.1 dholland Local time: %s %s
837 1.1 dholland }
838 1.1 dholland
839 1.1 dholland message tz_back
840 1.1 dholland { Back to main timezone list}
841 1.1 dholland
842 1.1 dholland message swapactive
843 1.1 dholland {The disk that you selected has a swap partition that may currently be
844 1.1 dholland in use if your system is low on memory. Because you are going to
845 1.1 dholland repartition this disk, this swap partition will be disabled now. Please
846 1.1 dholland beware that this might lead to out of swap errors. Should you get such
847 1.1 dholland an error, please restart the system and try again.}
848 1.1 dholland
849 1.1 dholland message swapdelfailed
850 1.1 dholland {Sysinst failed to deactivate the swap partition on the disk that you
851 1.1 dholland chose for installation. Please reboot and try again.}
852 1.1 dholland
853 1.1 dholland message rootpw
854 1.1 dholland {The root password of the newly installed system has not yet been initialized,
855 1.1 dholland and is thus empty. Do you want to set a root password for the system now?}
856 1.1 dholland
857 1.1 dholland message rootsh
858 1.1 dholland {You can now select which shell to use for the root user. The default is
859 1.1 dholland /bin/sh, but you may prefer another one.}
860 1.1 dholland
861 1.1 dholland message no_root_fs
862 1.1 dholland {
863 1.1 dholland There is no defined root file system. You need to define at least
864 1.1 dholland one mount point with "/".
865 1.1 dholland
866 1.1 dholland Press <return> to continue.
867 1.1 dholland }
868 1.1 dholland
869 1.1 dholland message slattach {
870 1.1 dholland Enter slattach flags
871 1.1 dholland }
872 1.1 dholland
873 1.1 dholland message Pick_an_option {Pick an option to turn on or off.}
874 1.1 dholland message Scripting {Scripting}
875 1.1 dholland message Logging {Logging}
876 1.1 dholland
877 1.1 dholland message Status { Status: }
878 1.1 dholland message Command {Command: }
879 1.1 dholland message Running {Running}
880 1.1 dholland message Finished {Finished}
881 1.1 dholland message Command_failed {Command failed}
882 1.1 dholland message Command_ended_on_signal {Command ended on signal}
883 1.1 dholland
884 1.1 dholland message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System}
885 1.1 dholland message Exit_Install_System {Exit Install System}
886 1.1 dholland message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk}
887 1.1 dholland message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk}
888 1.1 dholland message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets}
889 1.1 dholland message Reboot_the_computer {Reboot the computer}
890 1.1 dholland message Utility_menu {Utility menu}
891 1.1 dholland message Config_menu {Config menu}
892 1.1 dholland message exit_utility_menu {Back to main menu}
893 1.2 martin message exit_menu_generic {Exit}
894 1.1 dholland message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities}
895 1.1 dholland message Run_bin_sh {Run /bin/sh}
896 1.1 dholland message Set_timezone {Set timezone}
897 1.1 dholland message Configure_network {Configure network}
898 1.1 dholland message Partition_a_disk {Partition a disk}
899 1.1 dholland message Logging_functions {Logging functions}
900 1.1 dholland message Halt_the_system {Halt the system}
901 1.1 dholland message yes_or_no {yes or no?}
902 1.1 dholland message Hit_enter_to_continue {Hit enter to continue}
903 1.1 dholland message Choose_your_installation {Choose your installation}
904 1.1 dholland message Set_Sizes {Set sizes of NetBSD partitions}
905 1.1 dholland message Use_Existing {Use existing partition sizes}
906 1.1 dholland message Megabytes {Megabytes}
907 1.1 dholland message Cylinders {Cylinders}
908 1.1 dholland message Sectors {Sectors}
909 1.1 dholland message Select_medium {Install from}
910 1.1 dholland message ftp {FTP}
911 1.1 dholland message http {HTTP}
912 1.1 dholland message nfs {NFS}
913 1.1 dholland .if HAVE_INSTALL_IMAGE
914 1.1 dholland message cdrom {CD-ROM / DVD / install image media}
915 1.1 dholland .else
916 1.1 dholland message cdrom {CD-ROM / DVD}
917 1.1 dholland .endif
918 1.1 dholland message floppy {Floppy}
919 1.1 dholland message local_fs {Unmounted fs}
920 1.1 dholland message local_dir {Local directory}
921 1.1 dholland message Select_your_distribution {Select your distribution}
922 1.1 dholland message Full_installation {Full installation}
923 1.1 dholland message Full_installation_nox {Installation without X11}
924 1.1 dholland message Minimal_installation {Minimal installation}
925 1.1 dholland message Custom_installation {Custom installation}
926 1.1 dholland message hidden {** hidden **}
927 1.1 dholland message Host {Host}
928 1.1 dholland message Base_dir {Base directory}
929 1.1 dholland message Set_dir_bin {Binary set directory}
930 1.1 dholland message Set_dir_src {Source set directory}
931 1.1 dholland message Xfer_dir {Transfer directory}
932 1.1 dholland message User {User}
933 1.1 dholland message Password {Password}
934 1.1 dholland message Proxy {Proxy}
935 1.1 dholland message Get_Distribution {Get Distribution}
936 1.1 dholland message Continue {Continue}
937 1.1 dholland message What_do_you_want_to_do {What do you want to do?}
938 1.1 dholland message Try_again {Try again}
939 1.1 dholland message Set_finished {Set finished}
940 1.1 dholland message Skip_set {Skip set}
941 1.1 dholland message Skip_group {Skip set group}
942 1.1 dholland message Abandon {Abandon installation}
943 1.1 dholland message Abort_fetch {Abort fetch}
944 1.1 dholland message Device {Device}
945 1.1 dholland message File_system {File system}
946 1.5 roy message Select_DNS_server { Select DNS server}
947 1.1 dholland message other {other }
948 1.4 roy message Perform_autoconfiguration {Perform autoconfiguration?}
949 1.1 dholland message Root_shell {Root shell}
950 1.1 dholland message User_shell {User shell}
951 1.2 martin message Color_scheme {Color scheme}
952 1.2 martin message White_on_black {White on black}
953 1.2 martin message Black_on_white {Black on white}
954 1.2 martin message White_on_blue {White on blue}
955 1.2 martin message Green_on_black {Green on black}
956 1.1 dholland
957 1.1 dholland .if AOUT2ELF
958 1.1 dholland message aoutfail
959 1.1 dholland {The directory where the old a.out shared libraries should be moved to could
960 1.1 dholland not be created. Please try the upgrade procedure again and make sure you
961 1.1 dholland have mounted all file systems.}
962 1.1 dholland
963 1.1 dholland message emulbackup
964 1.1 dholland {Either the /emul/aout or /emul directory on your system was a symbolic link
965 1.1 dholland pointing to an unmounted file system. It has been given a '.old' extension.
966 1.1 dholland Once you bring your upgraded system back up, you may need to take care
967 1.1 dholland of merging the newly created /emul/aout directory with the old one.
968 1.1 dholland }
969 1.1 dholland .endif
970 1.1 dholland
971 1.1 dholland message oldsendmail
972 1.1 dholland {Sendmail is no longer in this release of NetBSD, default MTA is
973 1.1 dholland postfix. The file /etc/mailer.conf still chooses the removed
974 1.1 dholland sendmail. Do you want to upgrade /etc/mailer.conf automatically for
975 1.1 dholland postfix? If you choose "No" you will have to update /etc/mailer.conf
976 1.1 dholland yourself to ensure proper email delivery.}
977 1.1 dholland
978 1.1 dholland message license
979 1.1 dholland {To use the network interface %s, you must agree to the license in
980 1.1 dholland file %s. To view this file now, you can type ^Z, look at the contents of
981 1.1 dholland the file and then type "fg" to resume.}
982 1.1 dholland
983 1.1 dholland message binpkg
984 1.1 dholland {To configure the binary package system, please choose the network location
985 1.1 dholland to fetch packages from. Once your system comes up, you can use 'pkgin'
986 1.1 dholland to install additional packages, or remove packages.}
987 1.1 dholland
988 1.1 dholland message pkgpath
989 1.1 dholland {Enabling binary packages with pkgin requires setting up the repository.
990 1.1 dholland The following are the host, directory, user, and password that
991 1.1 dholland will be used. If "user" is "ftp", then the password is not needed.
992 1.1 dholland
993 1.1 dholland }
994 1.1 dholland message rcconf_backup_failed {Making backup of rc.conf failed. Continue?}
995 1.1 dholland message rcconf_backup_succeeded {rc.conf backup saved to %s.}
996 1.1 dholland message rcconf_restore_failed {Restoring backup rc.conf failed.}
997 1.1 dholland message rcconf_delete_failed {Deleting old %s entry failed.}
998 1.1 dholland message Pkg_dir {Package directory}
999 1.1 dholland message configure_prior {configure a prior installation of}
1000 1.1 dholland message configure {configure}
1001 1.1 dholland message change {change}
1002 1.1 dholland message password_set {password set}
1003 1.1 dholland message YES {YES}
1004 1.1 dholland message NO {NO}
1005 1.1 dholland message DONE {DONE}
1006 1.1 dholland message abandoned {Abandoned}
1007 1.1 dholland message empty {***EMPTY***}
1008 1.1 dholland message timezone {Timezone}
1009 1.1 dholland message change_rootpw {Change root password}
1010 1.1 dholland message enable_binpkg {Enable installation of binary packages}
1011 1.1 dholland message enable_sshd {Enable sshd}
1012 1.1 dholland message enable_ntpd {Enable ntpd}
1013 1.1 dholland message run_ntpdate {Run ntpdate at boot}
1014 1.1 dholland message enable_mdnsd {Enable mdnsd}
1015 1.2 martin message enable_xdm {Enable xdm}
1016 1.2 martin message enable_cgd {Enable cgd}
1017 1.2 martin message enable_lvm {Enable lvm}
1018 1.2 martin message enable_raid {Enable raidframe}
1019 1.1 dholland message add_a_user {Add a user}
1020 1.1 dholland message configmenu {Configure the additional items as needed.}
1021 1.1 dholland message doneconfig {Finished configuring}
1022 1.1 dholland message Install_pkgin {Install pkgin and update package summary}
1023 1.1 dholland message binpkg_installed
1024 1.1 dholland {Your system is now configured to use pkgin to install binary packages. To
1025 1.1 dholland install a package, run:
1026 1.1 dholland
1027 1.1 dholland pkgin install <packagename>
1028 1.1 dholland
1029 1.1 dholland from a root shell. Read the pkgin(1) manual page for further information.}
1030 1.1 dholland message Install_pkgsrc {Fetch and unpack pkgsrc}
1031 1.1 dholland message pkgsrc
1032 1.1 dholland {Installing pkgsrc requires unpacking an archive retrieved over the network.
1033 1.1 dholland The following are the host, directory, user, and password that
1034 1.1 dholland will be used. If "user" is "ftp", then the password is not needed.
1035 1.1 dholland
1036 1.1 dholland }
1037 1.1 dholland message Pkgsrc_dir {pkgsrc directory}
1038 1.1 dholland message get_pkgsrc {Fetch and unpack pkgsrc for building from source}
1039 1.1 dholland message retry_pkgsrc_network {Network configuration failed. Retry?}
1040 1.1 dholland message quit_pkgsrc {Quit without installing pkgsrc}
1041 1.2 martin message quit_pkgs_install {Quit installing binary pkgs}
1042 1.1 dholland message pkgin_failed
1043 1.1 dholland {Installation of pkgin failed, possibly because no binary packages
1044 1.1 dholland exist. Please check the package path and try again.}
1045 1.1 dholland message failed {Failed}
1046 1.2 martin
1047 1.2 martin message notsupported {Operation not supported!}
1048 1.2 martin message askfsmountadv {Mountpoint or 'raid' or 'cgd' or 'lvm'?}
1049 1.2 martin message partman {Extended partitioning}
1050 1.2 martin message editbsdpart {Edit BSD partitions}
1051 1.2 martin message editmbr {Edit and save MBR}
1052 1.2 martin message switchgpt {Switch to GPT}
1053 1.2 martin message switchmbr {Switch to MBR}
1054 1.2 martin message renamedisk {Set disk name}
1055 1.2 martin message fmtasraid {Format as RAID}
1056 1.2 martin message fmtaslvm {Format as LVM PV}
1057 1.2 martin message encrypt {Encrypt}
1058 1.2 martin message setbootable {Bootable flag}
1059 1.2 martin message erase {Safe erase}
1060 1.2 martin message undo {Undo changes}
1061 1.2 martin message unconfig {Unconfigure}
1062 1.2 martin message edit {Edit}
1063 1.2 martin message doumount {Force umount}
1064 1.2 martin message fillzeros {Fill by zeros}
1065 1.2 martin message fillrandom {Fill by random data}
1066 1.2 martin message fillcrypto {Fill by crypto data}
1067 1.2 martin message raid0 {0 - No parity, only simple striping.}
1068 1.2 martin message raid1 {1 - Mirroring. The parity is the mirror.}
1069 1.2 martin message raid4 {4 - Striping with parity stored on the last component.}
1070 1.2 martin message raid5 {5 - Striping with parity at the all components.}
1071 1.2 martin
1072 1.2 martin message fremove {REMOVE}
1073 1.2 martin message remove {Remove}
1074 1.2 martin message add {Add}
1075 1.2 martin message auto {auto}
1076 1.2 martin
1077 1.2 martin message removepartswarn {This remove all partitions on disk. Do you want to continue?}
1078 1.2 martin message saveprompt {Save changes before finishing?}
1079 1.2 martin message cantsave {Changes cannot be saved.}
1080 1.2 martin message noroot {No root partition defined, cannot continue\n}
1081 1.2 martin message wannaunblock {
1082 1.2 martin Device is blocked. It's editing may cause problems.
1083 1.2 martin Do you want to force unblock it and continue?}
1084 1.2 martin message wannatry {Do you want to try?}
1085 1.2 martin message create_cgd {Create cryptographic volume (CGD)}
1086 1.2 martin message create_cnd {Create virtual disk image (VND)}
1087 1.2 martin message create_vg {Create volume group (LVM VG)}
1088 1.2 martin message create_lv { Create logical volume}
1089 1.2 martin message create_raid {Create software RAID}
1090 1.2 martin message updpmlist {Update devices list}
1091 1.2 martin message savepm {Save changes}
1092 1.2 martin message pmblocked {BLOCKED}
1093 1.2 martin message pmunchanged {UNCHANGED}
1094 1.2 martin message pmsetboot {BOOT}
1095 1.2 martin message pmused {USED}
1096 1.2 martin message pmmounted {(mounted)}
1097 1.2 martin message pmunused {(unused)}
1098 1.2 martin message pmgptdisk {GPT-labeled disk}
1099 1.2 martin
1100 1.2 martin message finishpm {Finish partitioning}
1101 1.2 martin message limitcount {Limit for the devices count was reached!}
1102 1.2 martin message invaliddev {Invalid device!}
1103 1.2 martin message avdisks {Available disks:}
1104 1.2 martin message nofreedev {Cannot allocate device node!}
1105 1.2 martin message partman_header
1106 1.2 martin {Partition manager. All disks, partitions and etc. displayed there.
1107 1.2 martin At first make MBR partitions, then make BSD label. If you want to use RAID,
1108 1.2 martin LVM or CGD, follow these steps: 1) Create BSD partitions with needed type;
1109 1.2 martin 2) Create RAID/LVM VG/CGD using these partitions; 3) Save it;
1110 1.2 martin 4) Create partitions for RAID/CGD or Logical Volumes for LVM.}
1111 1.2 martin
1112 1.2 martin message raid_menufmt { raid%d (level %1d) on %-34s %11uM}
1113 1.2 martin message raid_err_menufmt { EMPTY RAID!}
1114 1.2 martin message raid_disks_fmt {Disks: %33s}
1115 1.2 martin message raid_spares_fmt {Spares: %32s}
1116 1.2 martin message raid_level_fmt {RAID level: %22d}
1117 1.2 martin message raid_numrow_fmt {numRow: %22d}
1118 1.2 martin message raid_numcol_fmt {numCol: %22d}
1119 1.2 martin message raid_numspare_fmt {numSpare: %22d}
1120 1.2 martin message raid_sectpersu_fmt {sectPerSU: %22d}
1121 1.2 martin message raid_superpar_fmt {SUsPerParityUnit: %22d}
1122 1.2 martin message raid_superrec_fmt {SUsPerReconUnit: %22d}
1123 1.2 martin message raid_nomultidim {Multi-dimensional arrays are NOT supported!}
1124 1.2 martin message raid_numrow_ask {numRow?}
1125 1.2 martin message raid_numcol_ask {numCol?}
1126 1.2 martin message raid_numspare_ask {numSpare?}
1127 1.2 martin message raid_sectpersu_ask {sectPerSU?}
1128 1.2 martin message raid_superpar_ask {SUsPerParityUnit?}
1129 1.2 martin message raid_superrec_ask {SUsPerReconUnit?}
1130 1.2 martin message raid_disks {Disks in RAID:}
1131 1.2 martin message vnd_err_menufmt { PATH NOT DEFINED!}
1132 1.2 martin message vnd_assgn_menufmt { vnd%1d on %-51s ASSIGN}
1133 1.2 martin message vnd_menufmt { vnd%1d on %-45s %11uM}
1134 1.2 martin message vnd_path_fmt {File path: %29s}
1135 1.2 martin message vnd_assgn_fmt {Assign exist image: %20s}
1136 1.2 martin message vnd_size_fmt {Size: %22sM}
1137 1.2 martin message vnd_ro_fmt {Read-only: %22s}
1138 1.2 martin message vnd_geom_fmt {Set geometry by hand: %18s}
1139 1.2 martin message vnd_bps_fmt {Bytes per Sector: %18s}
1140 1.2 martin message vnd_spt_fmt {Sectors per Track: %18s}
1141 1.2 martin message vnd_tpc_fmt {Tracks per Cylinder: %18s}
1142 1.2 martin message vnd_cyl_fmt {Cylinders: %22s}
1143 1.2 martin message vnd_path_ask {File path?}
1144 1.2 martin message vnd_size_ask {Size (MB)?}
1145 1.2 martin message vnd_bps_ask {Bytes per Sector?}
1146 1.2 martin message vnd_spt_ask {Sectors per Track?}
1147 1.2 martin message vnd_tpc_ask {Tracks per Cylinder?}
1148 1.2 martin message vnd_cyl_ask {Cylinders?}
1149 1.2 martin message cgd_err_menufmt { DISK NOT DEFINED!}
1150 1.2 martin message cgd_menufmt { cgd%1d %-48s %11uM}
1151 1.2 martin message cgd_dev_fmt {Base device: %24s}
1152 1.6 snj message cgd_enc_fmt {Encryption: %24s}
1153 1.2 martin message cgd_key_fmt {Key size: %24d}
1154 1.2 martin message cgd_iv_fmt {IV algorithm: %24s}
1155 1.2 martin message cgd_keygen_fmt {Key generation: %24s}
1156 1.2 martin message cgd_verif_fmt {Verification method: %17s}
1157 1.2 martin message lvm_disks {Disks in VG:}
1158 1.2 martin message lvm_menufmt { %-44s %20sM}
1159 1.2 martin message lvm_err_menufmt { EMPTY VG!}
1160 1.2 martin message lvm_disks_fmt {PV's: %34s}
1161 1.2 martin message lvm_name_fmt {Name: %34s}
1162 1.2 martin message lvm_maxlv_fmt {MaxLogicalVolumes: %20s}
1163 1.2 martin message lvm_maxpv_fmt {MaxPhysicalVolumes: %20s}
1164 1.2 martin message lvm_extsiz_fmt {PhysicalExtentSize: %20s}
1165 1.2 martin message lvm_name_ask {Name?}
1166 1.2 martin message lvm_maxlv_ask {MaxLogicalVolumes?}
1167 1.2 martin message lvm_maxpv_ask {MaxPhysicalVolumes?}
1168 1.2 martin message lvm_extsiz_ask {PhysicalExtentSize (MB)?}
1169 1.2 martin message lvmlv_menufmt { Logical volume %-35s %11uM}
1170 1.2 martin message lvmlv_name_fmt {Name: %34s}
1171 1.2 martin message lvmlv_size_fmt {Size: %33dM}
1172 1.2 martin message lvmlv_ro_fmt {Read-only: %27s}
1173 1.2 martin message lvmlv_cont_fmt {Contiguous: %27s}
1174 1.2 martin message lvmlv_extnum_fmt {LogicalExtentsNumber: %18s}
1175 1.2 martin message lvmlv_minor_fmt {Minor number: %26s}
1176 1.2 martin message lvmlv_mirrors_fmt {Mirrors: %27d}
1177 1.2 martin message lvmlv_regsiz_fmt {MirrorLogRegionSize: %18s}
1178 1.2 martin message lvmlv_pers_fmt {Persistent minor number: %14s}
1179 1.2 martin message lvmlv_readahsect_fmt {ReadAheadSectors: %18s}
1180 1.2 martin message lvmlv_stripes_fmt {Stripes: %27s}
1181 1.2 martin message lvmlv_stripesiz_fmt {StripeSize: %27s}
1182 1.2 martin message lvmlv_zero_fmt {Zeroing of the first KB: %13s}
1183 1.2 martin message lvmlv_name_ask {Name?}
1184 1.2 martin message lvmlv_size_ask {Size (MB)?}
1185 1.2 martin message lvmlv_extnum_ask {LogicalExtentsNumber?}
1186 1.2 martin message lvmlv_minor_ask {Minor number?}
1187 1.2 martin message lvmlv_mirrors_ask {Mirrors?}
1188 1.2 martin message lvmlv_regsiz_ask {MirrorLogRegionSize?}
1189 1.2 martin message lvmlv_readahsect_ask {ReadAheadSectors?}
1190 1.2 martin message lvmlv_stripes_ask {Stripes?}
1191 1.2 martin
1192 1.3 jmcneill message addusername {8 character username to add}
1193 1.1 dholland message addusertowheel {Do you wish to add this user to group wheel?}
1194 1.2 martin
1195 1.2 martin message Delete_partition
1196 1.2 martin {Delete partition}
1197 1.2 martin
1198