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