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