xref: /netbsd-src/usr.sbin/sysinst/msg.mi.en (revision 2d8e86c2f207da6fbbd50f11b6f33765ebdfa0e9)
1/*	$NetBSD: msg.mi.en,v 1.19 2019/07/23 18:13:40 martin Exp $	*/
2
3/*
4 * Copyright 1997 Piermont Information Systems Inc.
5 * All rights reserved.
6 *
7 * Written by Philip A. Nelson for Piermont Information Systems Inc.
8 *
9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions
11 * are met:
12 * 1. Redistributions of source code must retain the above copyright
13 *    notice, this list of conditions and the following disclaimer.
14 * 2. Redistributions in binary form must reproduce the above copyright
15 *    notice, this list of conditions and the following disclaimer in the
16 *    documentation and/or other materials provided with the distribution.
17 * 3. The name of Piermont Information Systems Inc. may not be used to endorse
18 *    or promote products derived from this software without specific prior
19 *    written permission.
20 *
21 * THIS SOFTWARE IS PROVIDED BY PIERMONT INFORMATION SYSTEMS INC. ``AS IS''
22 * AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24 * ARE DISCLAIMED. IN NO EVENT SHALL PIERMONT INFORMATION SYSTEMS INC. BE
25 * LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
26 * CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
27 * SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
28 * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
29 * CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
30 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
31 * THE POSSIBILITY OF SUCH DAMAGE.
32 *
33 */
34
35/* MI Message catalog -- english, machine independent */
36
37message sysinst_message_language
38{Installation messages in English}
39
40message sysinst_message_locale
41{en_US.ISO8859-1}
42
43message	out_of_memory	{Out of memory!}
44message Yes {Yes}
45message No {No}
46message All {All}
47message Some {Some}
48message None {None}
49message none {none}
50message OK {OK}
51message ok {ok}
52message On {On}
53message Off {Off}
54message unchanged {unchanged}
55message Delete {Delete?}
56
57message install
58{install}
59
60message reinstall
61{reinstall sets for}
62
63message upgrade
64{upgrade}
65
66message hello
67{NetBSD/@@MACHINE@@ @@VERSION@@
68
69This menu-driven tool is designed to help you install NetBSD to a hard
70disk, or upgrade an existing NetBSD system, with a minimum of work.
71In the following menus type the reference letter (a, b, c, ...) to
72select an item, or type CTRL+N/CTRL+P to select the next/previous item.
73The arrow keys and Page-up/Page-down may also work.
74Activate the current selection from the menu by typing the enter key.
75}
76
77message thanks
78{Thank you for using NetBSD!
79}
80
81message installusure
82{You have chosen to install NetBSD on your hard disk.  This will change
83information on your hard disk.  You should have made a full backup
84before this procedure!  This procedure will do the following things:
85	a) Partition your disk
86	b) Create new BSD file systems
87	c) Load and install distribution sets
88	d) Some initial system configuration
89
90(After you enter the partition information but before your disk is
91changed, you will have the opportunity to quit this procedure.)
92
93Shall we continue?
94}
95
96message upgradeusure
97{Ok, let's upgrade NetBSD on your hard disk.  As always, this will
98change information on your hard disk.  You should have made a full backup
99before this procedure!  Do you really want to upgrade NetBSD?
100(This is your last warning before this procedure starts modifying your
101disks.)
102}
103
104message reinstallusure
105{Ok, let's unpack the NetBSD distribution sets to a bootable hard disk.
106This procedure just fetches and unpacks sets onto a pre-partitioned
107bootable disk.  It does not label disks, upgrade bootblocks, or save
108any existing configuration info.  (Quit and choose `install' or
109`upgrade' if you want those options.)  You should have already done an
110`install' or `upgrade' before starting this procedure!
111
112Do you really want to reinstall NetBSD distribution sets?
113(This is your last warning before this procedure starts modifying your
114disks.)
115}
116
117message mount_failed
118{Mounting %s failed.  Continue?
119}
120
121message nodisk
122{I can not find any hard disks for use by NetBSD.  You will be
123returned to the original menu.
124}
125
126message onedisk
127{I found only one disk, %s.
128Therefore I assume you want to %s NetBSD on it.
129}
130
131message ask_disk
132{On which disk do you want to %s NetBSD? }
133
134message Available_disks
135{Available disks}
136
137message heads
138{heads}
139
140message sectors
141{sectors}
142
143message fs_isize
144{average file size (bytes)}
145
146message mountpoint
147{mount point (or 'none')}
148
149message cylname
150{cyl}
151
152message secname
153{sec}
154
155message megname
156{MB}
157
158message gigname
159{GB}
160
161/* Called with:				Example
162 *  $0 = device name			wd0
163 *  $1 = partitioning scheme name	Guid Partition Table
164 *  $2 = short version of $1		GPT
165 *  $3 = disk size for NetBSD		3TB
166 *  $4 = full install size min.		127M
167 *  $5 = install with X min.		427M
168 */
169message	layout_prologue_none
170{You can use a simple editor to set the sizes of the NetBSD partitions,
171or apply the default partition sizes and contents.}
172
173/* Called with:				Example
174 *  $0 = device name			wd0
175 *  $1 = partitioning scheme name	Guid Partition Table
176 *  $2 = short version of $1		GPT
177 *  $3 = disk size for NetBSD		3TB
178 *  $4 = full install size min.		127M
179 *  $5 = install with X min.		427M
180 */
181
182message	layout_prologue_existing
183{If you do not want to use the existing partitions, you can
184use a simple editor to set the sizes of the NetBSD partitions,
185or remove existing ones and apply the default partition sizes.}
186
187/* Called with:				Example
188 *  $0 = device name			wd0
189 *  $1 = partitioning scheme name	Guid Partition Table
190 *  $2 = short version of $1		GPT
191 *  $3 = disk size for NetBSD		3TB
192 *  $4 = full install size min.		127M
193 *  $5 = install with X min.		427M
194 */
195message layout_main
196{
197
198You will then be given the opportunity to change any of the partition
199details.
200
201The NetBSD (or free) part of your disk ($0) is $3.
202
203A full installation requires at least $4 without X and
204at least $5 if the X sets are included.}
205
206message Choose_your_size_specifier
207{Choosing mega- or gigabytes will give partition sizes close
208to your choice, but aligned to cylinder boundaries.
209Choosing sectors will allow you to more accurately specify
210the sizes. On most disks, there is little to gain from
211cylinder alignment.  On very old disks, it is most efficient
212to choose partition sizes that are exact multiples of your actual
213cylinder size.
214
215Choose your size specifier}
216
217message ptnsizes
218{You can now change the sizes for the system partitions.  The default is
219to allocate all the space to the root file system.  However, you may wish
220to have separate /usr (additional system files), /var (log files etc)
221or /home (users' home directories) file systems.
222
223Free space will be added to the partition marked with a '+'.}
224
225/* Called with: 			Example
226 *  $0 = list of marker explanations	'=' existining, '@' external
227 */
228message ptnsizes_markers		{Other markers: $0 partition.}
229message ptnsizes_mark_existing		{'=' existing}
230message ptnsizes_mark_external		{'@' external}
231
232message ptnheaders_size 	{Size}
233message ptnheaders_filesystem	{Filesystem}
234
235message askfsmount
236{Mount point?}
237
238message askfssize
239{Size for %s in %s?}
240
241message askunits
242{Change input units (sectors/cylinders/MB/GB)}
243
244message NetBSD_partition_cant_change
245{NetBSD partition}
246
247message Whole_disk_cant_change
248{Whole disk}
249
250message Boot_partition_cant_change
251{Boot partition}
252
253message add_another_ptn
254{Add a user defined partition}
255
256/* Called with: 			Example
257 *  $0 = free space			1.4
258 *  $1 = size unit			GB
259 */
260message fssizesok
261{Go on.  Free space $0 $1.}
262
263/* Called with: 			Example
264 *  $0 = missing space			1.4
265 *  $1 = size unit			GB
266 */
267message fssizesbad
268{Abort.  Not enough space, $0 $1 missing!}
269
270message startoutsidedisk
271{The start value you specified is beyond the end of the disk.
272}
273
274message endoutsidedisk
275{With this value, the partition end is beyond the end of the disk.
276Your partition size has been truncated.}
277
278/* Called with:				Example
279 *  $0 = device name			wd0
280 *  $1 = partitioning scheme name	Master Boot Record (MBR)
281 *  $2 = short version of $1		MBR
282 *  $3 = disk size			3TB
283 *  $4 = size limit			2TB
284 */
285message toobigdisklabel
286{
287This disk ($0) is too large ($3) for a $2 partition table (max $4),
288hence only the start of the disk is usable.
289}
290
291message cvtscheme_hdr		{What would you like to do to the existing partitions?}
292message cvtscheme_keep		{keep (use only part of disk)}
293message cvtscheme_delete	{delete (all data will be lost!)}
294message cvtscheme_convert	{convert to another partitioning method}
295message cvtscheme_abort		{abort}
296
297/* Called with:				Example
298 *  $0 = device name			wd0
299 *  $1 = partitioning scheme name	BSD disklabel
300 *  $2 = short version of $1		disklabel
301 *  $3 = optional install flag          (I)nstall,
302 *  $4 = additional flags description	(B)ootable
303 *  $5 = total size			2TB
304 *  $6 = free size			244MB
305 */
306message fspart
307{We now have your $2 partitions for $0 below.
308This is your last chance to change them.
309
310Flags: $3(N)ewfs$4.   Total size: $5,  free space: $6}
311
312message ptnheaders_start	{Start}
313message ptnheaders_end		{End}
314message ptnheaders_fstype	{FS type}
315
316message partition_sizes_ok
317{Partition sizes ok}
318
319message edfspart
320{The current values for this partition are
321displayed below.
322
323Select the field you wish to change:}
324
325message ptn_newfs		{newfs}
326message ptn_mount		{mount}
327message ptn_mount_options	{mount options}
328message ptn_mountpt		{mount point}
329
330message toggle
331{Toggle}
332
333message restore
334{Restore original values}
335
336message Select_the_type
337{Select the type}
338
339message other_types
340{other types}
341
342/* Called with:				Example
343 *  $0 = valid partition shortcuts	a-e
344 *  $1 = maximum allowed		4292098047
345 *  $2 = size unit			MB
346 */
347message label_size_head
348{Special values that can be entered for the size value:
349    -1:   use until the end}
350
351/* Called with:				Example
352 *  $0 = valid partition shortcuts	a-e
353 *  $1 = maximum allowed		4292098047
354 *  $2 = size unit			MB
355 */
356message label_size_part_hint
357{   $0:   use until the given partition}
358
359
360/* Called with:				Example
361 *  $0 = valid partition shortcuts	a-e
362 *  $1 = maximum allowed		4292098047
363 *  $2 = size unit			MB
364 */
365message label_size_tail			{Size (max $1 $2)}
366
367/* Called with:				Example
368 *  $0 = valid partition shortcuts	a-e
369 *  $1 = valid free space shortcuts	f-h
370 *  $2 = size unit			MB
371 */
372message label_offset_head
373{Special values that can be entered for the offset value:
374    -1:   start at the beginning}
375
376/* Called with:				Example
377 *  $0 = valid partition shortcuts	a-e
378 *  $1 = valid free space shortcuts	f-h
379 *  $2 = size unit			MB
380 */
381message label_offset_part_hint
382{   $0:   start at the end of given partition}
383
384/* Called with:				Example
385 *  $0 = valid partition shortcuts	a-e
386 *  $1 = valid free space shortcuts	f-h
387 *  $2 = size unit			MB
388 */
389message label_offset_space_hint
390{   $1:   start at the beginning of given free space}
391
392/* Called with:				Example
393 *  $0 = valid partition shortcuts	a-e
394 *  $1 = valid free space shortcuts	f-h
395 *  $2 = size unit			MB
396 */
397message label_offset_tail		{Start ($2)}
398
399message invalid_sector_number
400{Badly formed number}
401
402message Select_file_system_block_size
403{Select file system block size}
404
405message Select_file_system_fragment_size
406{Select file system fragment size}
407
408message packname
409{Please enter a name for your NetBSD disk}
410
411message lastchance
412{Ok, we are now ready to install NetBSD on your hard disk (%s).  Nothing has been
413written yet.  This is your last chance to quit this process before anything
414gets changed.
415
416Shall we continue?
417}
418
419message disksetupdone
420{Ok, the first part of the procedure is finished.  Sysinst has
421written a disklabel to the target disk, and newfs'ed and fsck'ed
422the new partitions you specified for the target disk.
423}
424
425message disksetupdoneupdate
426{Ok, the first part of the procedure is finished.  Sysinst has
427written a disklabel to the target disk, and fsck'ed the new
428partitions you specified for the target disk.
429}
430
431message openfail
432{Could not open %s, error message was: %s.
433}
434
435/* Called with:				Example
436 *  $0 = device name			/dev/wd0a
437 *  $1 = mount path			/usr
438 */
439message mountfail
440{mount of device $0 on $1 failed.
441}
442
443message extractcomplete
444{The extraction of the selected sets for NetBSD-@@VERSION@@ is complete.
445The system is now able to boot from the selected hard disk.  To complete
446the installation, sysinst will give you the opportunity to configure
447some essential things first.
448}
449
450message instcomplete
451{The installation of NetBSD-@@VERSION@@ is now complete.  The system
452should boot from hard disk.  Follow the instructions in the INSTALL
453document about final configuration of your system.  We also recommend
454reading the afterboot(8) manpage; it contains a list of things to be
455checked after the first complete boot.
456
457At a minimum, you should edit /etc/rc.conf to match your needs.  See
458/etc/defaults/rc.conf for the default values.
459}
460
461message upgrcomplete
462{The upgrade to NetBSD-@@VERSION@@ is now complete.  You will
463now need to follow the instructions in the INSTALL document as to
464what you need to do to get your system reconfigured for your situation.
465Remember to (re)read the afterboot(8) manpage as it may contain new
466items since your last upgrade.
467}
468
469
470message unpackcomplete
471{Unpacking additional release sets of NetBSD-@@VERSION@@ is now complete.
472You will now need to follow the instructions in the INSTALL document
473to get your system reconfigured for your situation.
474The afterboot(8) manpage can also be of some help.
475
476If you unpacked the etc set, you will need to edit /etc/rc.conf to get a
477multi-user system.  At a minimum, you will need to change rc_configured=NO
478to rc_configured=YES.
479}
480
481message distmedium
482{Your disk is now ready for installing the kernel and the distribution
483sets.  As noted in your INSTALL notes, you have several options.  For
484ftp or nfs, you must be connected to a network with access to the proper
485machines.
486
487Sets selected %d, processed %d, Next set %s.
488
489}
490
491message distset
492{The NetBSD distribution is broken into a collection of distribution
493sets.  There are some basic sets that are needed by all installations
494and there are some other sets that are optional.  You may choose to install
495a core set (Minimal installation), all of them (Full installation), or a custom
496group of sets (Custom installation).
497}
498
499message ftpsource
500{The following are the %s site, directory, user, and password that
501will be used.  If "user" is "ftp", then the password is not needed.
502
503}
504
505message email
506{e-mail address}
507
508message dev
509{device}
510
511message nfssource
512{Enter the nfs host and server directory where the distribution is located.
513Remember, the directory should contain the .tgz files and
514must be nfs mountable.
515
516}
517
518message floppysource
519{Enter the floppy device to be used and transfer directory on the target
520file system.  The set files must be in the root directory of the floppies.
521
522}
523
524message cdromsource
525{Enter the CDROM device to be used and directory on the CDROM where
526the distribution is located.
527Remember, the directory should contain the .tgz files.
528
529}
530
531message Available_cds
532{Available CDs }
533
534message ask_cd
535{Multiple CDs found.  Please select the one containing the install CD.}
536
537message cd_path_not_found
538{The installation sets have not been found at the default location on this
539CD.  Please check the device and path name.}
540
541message localfssource
542{Enter the unmounted local device and directory on that device where
543the distribution is located.
544Remember, the directory should contain the .tgz files.
545
546}
547
548message localdir
549{Enter the already-mounted local directory where the distribution is located.
550Remember, the directory should contain the .tgz files.
551
552}
553
554message filesys
555{file system}
556
557message nonet
558{I can not find any network interfaces for use by NetBSD.  You will be
559returned to the previous menu.
560}
561
562message netup
563{The following network interfaces are active: %s
564Does one of them connect to the required server?}
565
566message asknetdev
567{Which network device would you like to use?}
568
569message netdevs
570{Available interfaces}
571
572message netinfo
573{To be able to use the network, we need answers to the following:
574
575}
576
577message net_domain
578{Your DNS domain}
579
580message net_host
581{Your host name}
582
583message net_ip
584{Your IPv4 address}
585
586message net_srv_ip
587{Server IPv4 address}
588
589message net_mask
590{IPv4 Netmask}
591
592message net_namesrv
593{Your name server}
594
595message net_defroute
596{IPv4 gateway}
597
598message net_media
599{Network media type}
600
601message netok
602{The following are the values you entered.
603
604DNS Domain:		%s
605Host Name:		%s
606Nameserver:		%s
607Primary Interface:	%s
608Media type:		%s
609Host IP:		%s
610Netmask:		%s
611IPv4 Gateway:		%s
612}
613
614message netok_slip
615{The following are the values you entered.  Are they OK?
616
617DNS Domain:		%s
618Host Name:		%s
619Nameserver:		%s
620Primary Interface:	%s
621Media type:		%s
622Host IP:		%s
623Server IP:		%s
624Netmask:		%s
625IPv4 Gateway:		%s
626}
627
628message netokv6
629{IPv6 autoconf:		%s
630}
631
632message netok_ok
633{Are they OK?}
634
635message wait_network
636{
637Waiting while network interface comes up.
638}
639
640message resolv
641{Could not create /etc/resolv.conf.  Install aborted.
642}
643
644/* Called with: 			Example
645 *  $0 = target prefix			/target
646 *  $1 = error message			No such file or directory
647 */
648message realdir
649{Could not change to directory $0: $1.
650Install aborted.}
651
652message delete_xfer_file
653{Delete after install}
654
655message notarfile
656{Release set %s does not exist.}
657
658message endtarok
659{All selected distribution sets unpacked successfully.}
660
661message endtar
662{There were problems unpacking distribution sets.
663Your installation is incomplete.
664
665You selected %d distribution sets.  %d sets couldn't be found
666and %d were skipped after an error occurred.  Of the %d
667that were attempted, %d unpacked without errors and %d with errors.
668
669Aborting installation.  Please recheck your distribution source
670and consider reinstalling sets from the main menu.}
671
672message abort_inst {Install aborted.}
673message abort_part {Partitioning aborted.}
674
675message abortinst
676{The distribution was not successfully loaded.  You will need to proceed
677by hand.  Installation aborted.
678}
679
680message abortupgr
681{The distribution was not successfully loaded.  You will need to proceed
682by hand.  Upgrade aborted.
683}
684
685message abortunpack
686{Unpacking additional sets was not successful.  You will need to
687proceed by hand, or choose a different source for release sets and try
688again.
689}
690
691message createfstab
692{There is a big problem!  Can not create /mnt/etc/fstab.  Bailing out!
693}
694
695
696message noetcfstab
697{Help! No /etc/fstab in target disk %s.  Aborting upgrade.
698}
699
700message badetcfstab
701{Help! Can't parse /etc/fstab in target disk %s.  Aborting upgrade.
702}
703
704message X_oldexists
705{I cannot save %s/bin/X as %s/bin/X.old, because the
706target disk already has an %s/bin/X.old.  Please fix this before
707continuing.
708
709One way is to start a shell from the Utilities menu, examine the
710target %s/bin/X and %s/bin/X.old.  If
711%s/bin/X.old is from a completed upgrade, you can rm -f
712%s/bin/X.old and restart.  Or if %s/bin/X.old is from
713a recent, incomplete upgrade, you can rm -f %s/bin/X and mv
714%s/bin/X.old to %s/bin/X
715
716Aborting upgrade.}
717
718message netnotup
719{There was a problem in setting up the network.  Either your gateway
720or your nameserver was not reachable by a ping.  Do you want to
721configure your network again?  ("No" allows you to continue anyway
722or abort the install process.)
723}
724
725message netnotup_continueanyway
726{Would you like to continue the install process anyway, and assume
727that the network is working?  ("No" aborts the install process.)
728}
729
730message makedev
731{Making device nodes ...
732}
733
734/* Called with:				Example
735 *  $0 = device name			/dev/rwd0a
736 *  $1 = file system type		ffs
737 *  $2 = error return code form fsck	8
738 */
739message badfs
740{It appears that $0 is not a $1 file system or the fsck was
741not successful.  Try mounting it anyway?  (Error number $2.)
742}
743
744message rootmissing
745{ target root is missing %s.
746}
747
748message badroot
749{The completed new root file system failed a basic sanity check.
750Are you sure you installed all the required sets?
751}
752
753message fd_type
754{Floppy file system type}
755
756message fdnotfound
757{Could not find the file on the floppy.
758}
759
760message fdremount
761{The floppy was not mounted successfully.
762}
763
764message fdmount
765{Please load the floppy containing the file named "%s.%s".
766
767If the set has no more disks, select "Set finished" to install the set.
768Select "Abort fetch" to return to the install media selection menu.
769}
770
771message mntnetconfig
772{Is the network information you entered accurate for this machine
773in regular operation and do you want it installed in /etc? }
774
775message cur_distsets
776{The following is the list of distribution sets that will be used.
777
778}
779
780message cur_distsets_header
781{   Distribution set         Selected
782   ------------------------ --------
783}
784
785message set_base
786{Base}
787
788message set_system
789{Configuration files (/etc)}
790
791message set_compiler
792{Compiler tools}
793
794message set_games
795{Games}
796
797message set_man_pages
798{Manual pages}
799
800message set_misc
801{Miscellaneous}
802
803message set_modules
804{Kernel modules}
805
806message set_tests
807{Test programs}
808
809message set_text_tools
810{Text processing tools}
811
812message set_X11
813{X11 sets}
814
815message set_X11_base
816{X11 base and clients}
817
818message set_X11_etc
819{X11 configuration}
820
821message set_X11_fonts
822{X11 fonts}
823
824message set_X11_servers
825{X11 servers}
826
827message set_X11_prog
828{X11 programming}
829
830message set_source
831{Source and debug sets}
832
833message set_syssrc
834{Kernel sources}
835
836message set_src
837{Base sources}
838
839message set_sharesrc
840{Share sources}
841
842message set_gnusrc
843{GNU sources}
844
845message set_xsrc
846{X11 sources}
847
848message set_debug
849{Debug symbols}
850
851message set_xdebug
852{X11 debug symbols}
853
854message select_all
855{Select all the above sets}
856
857message select_none
858{Deselect all the above sets}
859
860message install_selected_sets
861{Install selected sets}
862
863message tarerror
864{There was an error in extracting the file %s.  That means
865some files were not extracted correctly and your system will not be
866complete.
867
868Continue extracting sets?}
869
870/* Called with: 			Example
871 *  $0 = partitioning name		Master Boot Record (MBR)
872 *  $1 = short version of $0		MBR
873 */
874message must_be_one_root
875{There must be a single partition marked to be mounted on '/'.}
876
877/* Called with: 			Example
878 *  $0 = first partition description	70 - 90 MB, MSDOS
879 *  $1 = second partition description	80 - 1500 MB, 4.2BSD
880 */
881message partitions_overlap
882{partitions $0 and $1 overlap.}
883
884message No_Bootcode
885{No bootcode for specified FS type of root partition}
886
887message cannot_ufs2_root
888{Sorry, the root file system can't be FFSv2 due to lack of bootloader support
889on this port.}
890
891message edit_partitions_again
892{
893
894You can either edit the partition table by hand, or give up and return
895to the main menu.
896
897Edit the partition table again?}
898
899/* Called with: 			Example
900 *  $0 = missing file			/some/path
901 */
902message config_open_error
903{Could not open config file $0}
904
905message choose_timezone
906{Please choose the timezone that fits you best from the list below.
907Press RETURN to select an entry.
908Press 'x' followed by RETURN to quit the timezone selection.
909
910 Default:	%s
911 Selected:	%s
912 Local time: 	%s %s
913}
914
915message tz_back
916{ Back to main timezone list}
917
918message swapactive
919{The disk that you selected has a swap partition that may currently be
920in use if your system is low on memory.  Because you are going to
921repartition this disk, this swap partition will be disabled now.  Please
922beware that this might lead to out of swap errors.  Should you get such
923an error, please restart the system and try again.}
924
925message swapdelfailed
926{Sysinst failed to deactivate the swap partition on the disk that you
927chose for installation.  Please reboot and try again.}
928
929message rootpw
930{The root password of the newly installed system has not yet been initialized,
931and is thus empty.  Do you want to set a root password for the system now?}
932
933message rootsh
934{You can now select which shell to use for the root user.  The default is
935/bin/sh, but you may prefer another one.}
936
937message no_root_fs
938{
939There is no defined root file system.  You need to define at least
940one mount point with "/".
941
942Press <return> to continue.
943}
944
945message slattach {
946Enter slattach flags
947}
948
949message Pick_an_option {Pick an option to turn on or off.}
950message Scripting {Scripting}
951message Logging {Logging}
952
953message Status  { Status: }
954message Command {Command: }
955message Running {Running}
956message Finished {Finished}
957message Command_failed {Command failed}
958message Command_ended_on_signal {Command ended on signal}
959
960message NetBSD_VERSION_Install_System {NetBSD-@@VERSION@@ Install System}
961message Exit_Install_System {Exit Install System}
962message Install_NetBSD_to_hard_disk {Install NetBSD to hard disk}
963message Upgrade_NetBSD_on_a_hard_disk {Upgrade NetBSD on a hard disk}
964message Re_install_sets_or_install_additional_sets {Re-install sets or install additional sets}
965message Reboot_the_computer {Reboot the computer}
966message Utility_menu {Utility menu}
967message Config_menu {Config menu}
968message exit_utility_menu {Back to main menu}
969message exit_menu_generic {Exit}
970message NetBSD_VERSION_Utilities {NetBSD-@@VERSION@@ Utilities}
971message Run_bin_sh {Run /bin/sh}
972message Set_timezone {Set timezone}
973message Configure_network {Configure network}
974message Partition_a_disk {Partition a disk}
975message Logging_functions {Logging functions}
976message Halt_the_system {Halt the system}
977message yes_or_no {yes or no?}
978message Hit_enter_to_continue {Hit enter to continue}
979message Choose_your_installation {Choose your installation}
980
981/* Called with:				Example
982 *  $0 = partitioning name		Master Boot Record (MBR)
983 *  $1 = short version of $0		MBR
984 */
985message Keep_existing_partitions
986{Use existing $1 partitions}
987
988/* Called with:				Example
989 *  $0 = partitioning name		Master Boot Record (MBR)
990 *  $1 = short version of $0		MBR
991 */
992message Set_Sizes {Set sizes of NetBSD partitions}
993
994/* Called with:				Example
995 *  $0 = partitioning name		Master Boot Record (MBR)
996 *  $1 = short version of $0		MBR
997 */
998message Use_Default_Parts {Use default partition sizes}
999
1000message Gigabytes {Gigabytes}
1001message Megabytes {Megabytes}
1002message Cylinders {Cylinders}
1003message Sectors {Sectors}
1004message Select_medium {Install from}
1005message ftp {FTP}
1006message http {HTTP}
1007message nfs {NFS}
1008.if HAVE_INSTALL_IMAGE
1009message cdrom {CD-ROM / DVD / install image media}
1010.else
1011message cdrom {CD-ROM / DVD}
1012.endif
1013message floppy {Floppy}
1014message local_fs {Unmounted fs}
1015message local_dir {Local directory}
1016message Select_your_distribution {Select your distribution}
1017message Full_installation {Full installation}
1018message Full_installation_nox {Installation without X11}
1019message Minimal_installation {Minimal installation}
1020message Custom_installation {Custom installation}
1021message hidden {** hidden **}
1022message Host {Host}
1023message Base_dir {Base directory}
1024message Set_dir_bin {Binary set directory}
1025message Set_dir_src {Source set directory}
1026message Xfer_dir {Transfer directory}
1027message transfer_method {Download via}
1028message User {User}
1029message Password {Password}
1030message Proxy {Proxy}
1031message Get_Distribution {Get Distribution}
1032message Continue {Continue}
1033message Prompt_Continue {Continue?}
1034message What_do_you_want_to_do {What do you want to do?}
1035message Try_again {Try again}
1036message Set_finished {Set finished}
1037message Skip_set {Skip set}
1038message Skip_group {Skip set group}
1039message Abandon {Abandon installation}
1040message Abort_fetch {Abort fetch}
1041message Device {Device}
1042message File_system {File system}
1043message Select_DNS_server {  Select DNS server}
1044message other {other }
1045message Perform_autoconfiguration {Perform autoconfiguration?}
1046message Root_shell {Root shell}
1047message User_shell {User shell}
1048message Color_scheme {Color scheme}
1049message White_on_black {White on black}
1050message Black_on_white {Black on white}
1051message White_on_blue {White on blue}
1052message Green_on_black {Green on black}
1053
1054.if AOUT2ELF
1055message aoutfail
1056{The directory where the old a.out shared libraries should be moved to could
1057not be created.  Please try the upgrade procedure again and make sure you
1058have mounted all file systems.}
1059
1060message emulbackup
1061{Either the /emul/aout or /emul directory on your system was a symbolic link
1062pointing to an unmounted file system.  It has been given a '.old' extension.
1063Once you bring your upgraded system back up, you may need to take care
1064of merging the newly created /emul/aout directory with the old one.
1065}
1066.endif
1067
1068message oldsendmail
1069{Sendmail is no longer in this release of NetBSD, default MTA is
1070postfix.  The file /etc/mailer.conf still chooses the removed
1071sendmail.  Do you want to upgrade /etc/mailer.conf automatically for
1072postfix? If you choose "No" you will have to update /etc/mailer.conf
1073yourself to ensure proper email delivery.}
1074
1075message license
1076{To use the network interface %s, you must agree to the license in
1077file %s.  To view this file now, you can type ^Z, look at the contents of
1078the file and then type "fg" to resume.}
1079
1080message binpkg
1081{To configure the binary package system, please choose the network location
1082to fetch packages from.  Once your system comes up, you can use 'pkgin'
1083to install additional packages, or remove packages.}
1084
1085message pkgpath
1086{Enabling binary packages with pkgin requires setting up the repository.
1087The following are the host, directory, user, and password that
1088will be used.  If "user" is "ftp", then the password is not needed.
1089
1090}
1091message rcconf_backup_failed {Making backup of rc.conf failed.  Continue?}
1092message rcconf_backup_succeeded {rc.conf backup saved to %s.}
1093message rcconf_restore_failed {Restoring backup rc.conf failed.}
1094message rcconf_delete_failed {Deleting old %s entry failed.}
1095message Pkg_dir {Package directory}
1096message configure_prior {configure a prior installation of}
1097message configure {configure}
1098message change {change}
1099message password_set {password set}
1100message YES {YES}
1101message NO {NO}
1102message DONE {DONE}
1103message abandoned {Abandoned}
1104message empty {***EMPTY***}
1105message timezone {Timezone}
1106message change_rootpw {Change root password}
1107message enable_binpkg {Enable installation of binary packages}
1108message enable_sshd {Enable sshd}
1109message enable_ntpd {Enable ntpd}
1110message run_ntpdate {Run ntpdate at boot}
1111message enable_mdnsd {Enable mdnsd}
1112message enable_xdm {Enable xdm}
1113message enable_cgd {Enable cgd}
1114message enable_lvm {Enable lvm}
1115message enable_raid {Enable raidframe}
1116message add_a_user {Add a user}
1117message configmenu {Configure the additional items as needed.}
1118message doneconfig {Finished configuring}
1119message Install_pkgin {Install pkgin and update package summary}
1120message binpkg_installed
1121{Your system is now configured to use pkgin to install binary packages.  To
1122install a package, run:
1123
1124pkgin install <packagename>
1125
1126from a root shell.  Read the pkgin(1) manual page for further information.}
1127message Install_pkgsrc {Fetch and unpack pkgsrc}
1128message pkgsrc
1129{Installing pkgsrc requires unpacking an archive retrieved over the network.
1130The following are the host, directory, user, and password that
1131will be used.  If "user" is "ftp", then the password is not needed.
1132
1133}
1134message Pkgsrc_dir {pkgsrc directory}
1135message get_pkgsrc {Fetch and unpack pkgsrc}
1136message retry_pkgsrc_network {Network configuration failed.  Retry?}
1137message quit_pkgsrc {Quit without installing pkgsrc}
1138message quit_pkgs_install {Quit installing binary pkgs}
1139message pkgin_failed
1140{Installation of pkgin failed, possibly because no binary packages
1141exist.  Please check the package path and try again.}
1142message failed {Failed}
1143
1144message notsupported {Operation not supported!}
1145message askfsmountadv {Mountpoint (or 'raid', 'cgd', 'lvm')?}
1146message partman {Extended partitioning}
1147message editbsdpart {Edit NetBSD partitions}
1148message editpart {Edit partitions}
1149message editmbr {Edit and save MBR}
1150message switchgpt {Switch to GPT}
1151message switchmbr {Switch to MBR}
1152message renamedisk {Set disk name}
1153message fmtasraid {Format as RAID}
1154message fmtaslvm {Format as LVM PV}
1155message encrypt {Encrypt}
1156message setbootable {Bootable flag}
1157message erase {Safe erase}
1158message undo {Undo changes}
1159message unconfig {Unconfigure}
1160message edit {Edit}
1161message doumount {Force umount}
1162
1163message fremove {REMOVE}
1164message remove {Remove}
1165message add {Add}
1166message auto {auto}
1167
1168message removepartswarn {This removes all partitions on the disk!}
1169message saveprompt {Save changes before finishing?}
1170message cantsave {Changes cannot be saved.}
1171message noroot {No root partition defined.  Cannot continue\n}
1172
1173message addusername {8 character username to add}
1174message addusertowheel {Do you wish to add this user to group wheel?}
1175
1176message Delete_partition
1177{Delete partition}
1178
1179message No_filesystem_newfs
1180{The selected partition does not seem to have a valid file system.
1181Do you want to newfs (format) it?}
1182
1183message swap_display	{swap}
1184
1185/* Called with: 			Example
1186 *  $0 = parent device name		sd0
1187 *  $1 = swap partition name		my_swap
1188 */
1189message Auto_add_swap_part
1190{A swap partition (named $1) seems to exist on $0.
1191Do you want to use that?}
1192
1193message parttype_disklabel {BSD disklabel}
1194message parttype_disklabel_short {disklabel}
1195
1196message select_part_scheme
1197{The disk seems not to have been partitioned before. Please select
1198a partitioning scheme from the available options below. }
1199
1200message select_other_partscheme
1201{Please select a different partitioning scheme from the available
1202options below. }
1203
1204message select_part_limit
1205{Some schemes have size limits and can only be used for the start
1206of huge disks. The limit is displayed below.}
1207
1208/* Called with: 			Example
1209 *  $0 = device name			ld0
1210 *  $1 = size				3 TB
1211 */
1212message part_limit_disksize
1213{This device ($0) is $1 big.}
1214
1215message size_limit	{Max:}
1216
1217message	addpart		{Add a partition}
1218message	nopart		{      (no partition defined)}
1219message	custom_type	{Unknown}
1220
1221message dl_type_invalid	{Invalid file system type code (0 .. 255)}
1222
1223message	cancel		{Cancel}
1224
1225message	out_of_range	{Invalid value}
1226
1227message	reedit_partitions	{Re-edit}
1228message abort_installation	{Abort installation}
1229
1230message dl_get_custom_fstype {File system type code (upto 255)}
1231
1232message err_too_many_partitions	{Too many partitions}
1233
1234/* Called with: 			Example
1235 *  $0 = mount point			/home
1236 */
1237message	mp_already_exists	{$0 already defined!}
1238
1239message ptnsize_replace_existing
1240{This is an already existing partition.
1241To change it's size, the partition will need to be deleted and later
1242recreated.  All data in this partition will be lost.
1243
1244Would you like to delete this partition and continue?}
1245
1246message part_not_deletable	{Non-deletable system partition}
1247
1248message ptn_type		{type}
1249message ptn_start		{start}
1250message ptn_size		{size}
1251message ptn_end			{end}
1252
1253message No_free_space {No free space}
1254message Invalid_numeric {Invalid numeric!}
1255message Too_large {Too large!}
1256
1257/* Called with:				Example
1258 *  $0 = start of free space		500
1259 *  $1 = end of free space		599
1260 *  $2 = size of free space		100
1261 *  $3 = unit in use			MB
1262 */
1263message free_space_line {Space at $0..$1 $3 (size $2 $3)\n}
1264
1265message	fs_type_ffsv2	{FFSv2}
1266message	fs_type_ffs	{FFS}
1267message	other_fs_type	{Other type}
1268
1269message	editpack	{Edit name of the disk}
1270message	edit_disk_pack_hdr
1271{The name of the disk is arbitrary.
1272It is useful for distinguishing between multiple disks.
1273It may also be used when auto-creating dk(4) "wedges" for this disk.
1274
1275Enter disk name}
1276
1277
1278/* Called with:				Example
1279 *  $0 = outer partitioning name	Master Boot Record (MBR)
1280 *  $1 = short version of $0		MBR
1281 */
1282message reeditpart
1283{Do you want to re-edit the $1 partitions?}
1284
1285
1286/* Called with:				Example
1287 *  $0 = device name			wd0
1288 *  $1 = outer partitioning name	Master Boot Record (MBR)
1289 *  $2 = inner partitioning name	BSD disklabel
1290 *  $3 = short version of $1		MBR
1291 *  $4 = short version of $2		disklabel
1292 *  $5 = size needed for NetBSD		250M
1293 *  $6 = size needed to build NetBSD	15G
1294 */
1295message fullpart
1296{We are now going to install NetBSD on the disk $0.
1297
1298NetBSD requires a single partition in the disk's $1
1299partition table, this is split further by the $2.
1300NetBSD can also access file systems in other $3 partitions.
1301
1302If you select 'Use the entire disk' then the previous contents of the
1303disk will be overwritten and a single $3 partition used to cover the
1304entire disk.
1305If you want to install more than one operating system then edit the
1306$3 partition table and create a partition for NetBSD.
1307
1308About $5 is enough for a basic installation, but you should allow
1309extra for additional software and user files.
1310Allow at least $6 if you want to build NetBSD itself.}
1311
1312message Select_your_choice
1313{What would you like to do?}
1314
1315/* Called with:				Example
1316 *  $0 = partitioning name		Master Boot Record (MBR)
1317 *  $1 = short version of $0		MBR
1318 */
1319message Use_only_part_of_the_disk
1320{Edit the $1 partition table}
1321
1322/* Called with:				Example
1323 *  $0 = partitioning name		Master Boot Record (MBR)
1324 *  $1 = short version of $0		MBR
1325 */
1326message Use_the_entire_disk
1327{Use the entire disk}
1328
1329/* Called with:				Example
1330 *  $0 = device name			wd0
1331 *  $1 = total disk size		3000 GB
1332 *  $2 = unallocated space		1.2 GB
1333 */
1334message part_header
1335{   Total size of $0 is $1, available: $2}
1336message part_header_col_start	{Start}
1337message part_header_col_size	{Size}
1338message part_header_col_flag	{Flag}
1339
1340message Partition_table_ok
1341{Partition table OK}
1342
1343message Dont_change
1344{Don't change}
1345message Other_kind
1346{Other}
1347
1348/* Called with:				Example
1349 *  $0 = outer partitioning name	Master Boot Record (MBR)
1350 *  $1 = short version of $0		MBR
1351 */
1352message nobsdpart
1353{There is no NetBSD partition in the $1.}
1354
1355/* Called with:				Example
1356 *  $0 = outer partitioning name	Master Boot Record (MBR)
1357 *  $1 = short version of $0		MBR
1358 */
1359message multbsdpart
1360{There are multiple NetBSD partitions in the $1.
1361You should set the 'install' flag on the one you want to use.}
1362
1363message ovrwrite
1364{Your disk currently has a non-NetBSD partition.  Do you really want to
1365overwrite that partition with NetBSD?
1366}
1367
1368message Partition_OK
1369{Partition OK}
1370
1371/* Called with:				Example
1372 *  $0 = device name			wd0
1373 *  $1 = outer partitioning name	Master Boot Record (MBR)
1374 *  $2 = short version of $1		MBR
1375 *  $3 = other flag options		d = bootselect default, a = active
1376 */
1377message editparttable
1378{The Current $2 partition table of $0 is shown below.
1379Flags: (I)nstall here$3.
1380Select the partition you wish to change:
1381
1382}
1383
1384message install_flag	{I}
1385message newfs_flag	{N}
1386
1387message ptn_install	{install}
1388message ptn_instflag_desc	{(I)nstall, }
1389
1390message parttype_gpt {Guid Partition Table (GPT)}
1391message parttype_gpt_short {GPT}
1392
1393message	ptn_label	{Label}
1394message ptn_uuid	{UUID}
1395message	ptn_gpt_type	{GPT Type}
1396message	ptn_boot	{Boot}
1397
1398/* Called with:				Example
1399 *  $0 = outer partitioning name	Master Boot Record (MBR)
1400 *  $1 = short version of $0		MBR
1401 */
1402message use_partitions_anyway
1403{Use this partitions anyway}
1404
1405message	gpt_flags	{B}
1406message	gpt_flag_desc	{, (B)ootable}
1407
1408/* Called with:				Example
1409 *  $0 = file system type		FFSv2
1410 */
1411message size_ptn_not_mounted		{(Other: $0)}
1412
1413message running_system			{current system}
1414
1415