Deleted Added
full compact
messages.subr (252112) messages.subr (252113)
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 252112 2013-06-23 10:48:26Z dteske $
26# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 252113 2013-06-23 10:51:26Z dteske $
27
28field_password="Password:"
29field_username="Username:"
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_arrows_tab_punc_enter="Use arrows, TAB, punctuation, ENTER"
34hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the various media types"

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

254msg_packages="packages"
255msg_page_of_npages="(Page %s of %s)"
256msg_palm_desc="Software support for the Palm(tm) series."
257msg_parallel_desc="Applications dealing with parallelism in computing."
258msg_pear_desc="Software related to the Pear PHP framework."
259msg_perl5_desc="Utilities/modules for the PERL5 language."
260msg_permission_denied="%s: %s: Permission denied"
261msg_plan9_desc="Software from the Plan9 operating system."
27
28field_password="Password:"
29field_username="Username:"
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_arrows_tab_punc_enter="Use arrows, TAB, punctuation, ENTER"
34hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the various media types"

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

254msg_packages="packages"
255msg_page_of_npages="(Page %s of %s)"
256msg_palm_desc="Software support for the Palm(tm) series."
257msg_parallel_desc="Applications dealing with parallelism in computing."
258msg_pear_desc="Software related to the Pear PHP framework."
259msg_perl5_desc="Utilities/modules for the PERL5 language."
260msg_permission_denied="%s: %s: Permission denied"
261msg_plan9_desc="Software from the Plan9 operating system."
262msg_please_check_the_url_and_try_again="No such directory: %s\nplease check the URL and try again."
262msg_please_check_the_url_and_try_again="No such directory: %s\nplease check the URL and try again.\n"
263msg_please_enter_password="Please enter your password for sudo(8):"
264msg_please_enter_the_address_of_the_http_proxy="Please enter the address of the HTTP proxy in this format:\n hostname:port (the ':port' is optional, default is 3128)"
265msg_please_enter_the_full_nfs_file_specification="Please enter the full NFS file specification for the remote\nhost and directory containing the FreeBSD distribution files.\nThis should be in the format: hostname:/some/freebsd/dir"
266msg_please_enter_the_password_for_this_user="Please enter the password for this user:"
267msg_please_enter_the_username_you_wish_to_login_as="Please enter the username you wish to login as:"
268msg_please_enter_username_password="Please enter a username and password for sudo(8):"
269msg_please_insert_floppy_containing="Please insert floppy containing %s in %s"
270msg_please_insert_floppy_in_drive="Please insert floppy in %s"

--- 141 unchanged lines hidden ---
263msg_please_enter_password="Please enter your password for sudo(8):"
264msg_please_enter_the_address_of_the_http_proxy="Please enter the address of the HTTP proxy in this format:\n hostname:port (the ':port' is optional, default is 3128)"
265msg_please_enter_the_full_nfs_file_specification="Please enter the full NFS file specification for the remote\nhost and directory containing the FreeBSD distribution files.\nThis should be in the format: hostname:/some/freebsd/dir"
266msg_please_enter_the_password_for_this_user="Please enter the password for this user:"
267msg_please_enter_the_username_you_wish_to_login_as="Please enter the username you wish to login as:"
268msg_please_enter_username_password="Please enter a username and password for sudo(8):"
269msg_please_insert_floppy_containing="Please insert floppy containing %s in %s"
270msg_please_insert_floppy_in_drive="Please insert floppy in %s"

--- 141 unchanged lines hidden ---