Deleted Added
full compact
messages.subr (247280) messages.subr (249827)
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012-2013 Devin Teske
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012-2013 Devin Teske
3# All rights reserved.
4#
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright

--- 9 unchanged lines hidden (view full) ---

18# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24# SUCH DAMAGE.
25#
26# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 247280 2013-02-25 19:55:32Z dteske $
26# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 249827 2013-04-24 03:15:55Z dteske $
27
28field_username="Username:"
29field_password="Password:"
30hline_alnum_arrows_punc_tab_enter="Use alnum, arrows, punctuation, TAB or ENTER"
31hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
32hline_arrows_tab_enter="Press arrows, TAB or ENTER"
33hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the various media types"
34msg_accept_continue="Accept/Continue"

--- 16 unchanged lines hidden (view full) ---

51msg_cd_dvd="CD/DVD"
52msg_cdrom="CDROM"
53msg_checking_access_to="Checking access to\n %s"
54msg_china="China"
55msg_choose_a_cd_dvd_type="Choose a CD/DVD type"
56msg_choose_a_dos_partition="Choose a DOS partition"
57msg_choose_a_floppy_drive="Choose a Floppy drive"
58msg_choose_a_ufs_partition="Choose a UFS partition"
27
28field_username="Username:"
29field_password="Password:"
30hline_alnum_arrows_punc_tab_enter="Use alnum, arrows, punctuation, TAB or ENTER"
31hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
32hline_arrows_tab_enter="Press arrows, TAB or ENTER"
33hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the various media types"
34msg_accept_continue="Accept/Continue"

--- 16 unchanged lines hidden (view full) ---

51msg_cd_dvd="CD/DVD"
52msg_cdrom="CDROM"
53msg_checking_access_to="Checking access to\n %s"
54msg_china="China"
55msg_choose_a_cd_dvd_type="Choose a CD/DVD type"
56msg_choose_a_dos_partition="Choose a DOS partition"
57msg_choose_a_floppy_drive="Choose a Floppy drive"
58msg_choose_a_ufs_partition="Choose a UFS partition"
59msg_choose_a_usb_partition="Choose a USB drive"
59msg_choose_a_usb_drive="Choose a USB drive"
60msg_choose_installation_media="Choose Installation Media"
61msg_choose_installation_media_description="FreeBSD can be installed from a variety of different installation\nmedia, ranging from floppies to an Internet FTP server. If you're\ninstalling FreeBSD from a supported CD/DVD drive then this is generally\nthe best media to use if you have no overriding reason for using other\nmedia."
62msg_client_error="Client error, you could try an other server"
63msg_command_failed_rest_of_script_aborted="Command \`%s' failed - rest of script aborted."
64msg_configuration_for_interface="Configuration for Interface"
65msg_could_not_unmount_the_cdrom_dvd="Could not unmount the CDROM/DVD from %s: %s"
66msg_could_not_unmount_the_dos_partition="Could not unmount the DOS partition from %s: %s"
67msg_could_not_unmount_the_nfs_partition="Could not unmount the NFS partition from %s: %s"

--- 210 unchanged lines hidden ---
60msg_choose_installation_media="Choose Installation Media"
61msg_choose_installation_media_description="FreeBSD can be installed from a variety of different installation\nmedia, ranging from floppies to an Internet FTP server. If you're\ninstalling FreeBSD from a supported CD/DVD drive then this is generally\nthe best media to use if you have no overriding reason for using other\nmedia."
62msg_client_error="Client error, you could try an other server"
63msg_command_failed_rest_of_script_aborted="Command \`%s' failed - rest of script aborted."
64msg_configuration_for_interface="Configuration for Interface"
65msg_could_not_unmount_the_cdrom_dvd="Could not unmount the CDROM/DVD from %s: %s"
66msg_could_not_unmount_the_dos_partition="Could not unmount the DOS partition from %s: %s"
67msg_could_not_unmount_the_nfs_partition="Could not unmount the NFS partition from %s: %s"

--- 210 unchanged lines hidden ---