Deleted Added
full compact
messages.subr (238438) messages.subr (240797)
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012 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 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 238438 2012-07-14 03:16:57Z dteske $
26# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 240797 2012-09-22 03:11:35Z dteske $
27
28field_username="Username:"
29field_password="Password:"
30hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
31hline_arrows_tab_enter="Press arrows, TAB or ENTER"
32msg_cancel="Cancel"
33msg_cannot_create_permission_denied="%s: cannot create %s: Permission denied"
34msg_directory_not_found="%s: Directory not found."

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

39msg_menu_text="If you've already installed FreeBSD, you may use\nthis menu to customize it somewhat to suit your\nparticular configuration. Most importantly, you\ncan use the Packages utility to load extra '3rd\nparty' software not provided in the base\ndistributions."
40msg_must_be_root_to_execute="%s: must be root to execute"
41msg_nfailed_attempts="%u incorrect password attempts"
42msg_no="No"
43msg_no_such_file_or_directory="%s: %s: No such file or directory"
44msg_no_username="No username provided!"
45msg_not_found="not found"
46msg_ok="OK"
27
28field_username="Username:"
29field_password="Password:"
30hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
31hline_arrows_tab_enter="Press arrows, TAB or ENTER"
32msg_cancel="Cancel"
33msg_cannot_create_permission_denied="%s: cannot create %s: Permission denied"
34msg_directory_not_found="%s: Directory not found."

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

39msg_menu_text="If you've already installed FreeBSD, you may use\nthis menu to customize it somewhat to suit your\nparticular configuration. Most importantly, you\ncan use the Packages utility to load extra '3rd\nparty' software not provided in the base\ndistributions."
40msg_must_be_root_to_execute="%s: must be root to execute"
41msg_nfailed_attempts="%u incorrect password attempts"
42msg_no="No"
43msg_no_such_file_or_directory="%s: %s: No such file or directory"
44msg_no_username="No username provided!"
45msg_not_found="not found"
46msg_ok="OK"
47msg_permission_denied="%s: %s: permission denied"
47msg_permission_denied="%s: %s: Permission denied"
48msg_please_enter_password="Please enter your password for sudo(8):"
49msg_please_enter_username_password="Please enter a username and password for sudo(8):"
50msg_previous_syntax_errors="%s: Not overwriting \`%s' due to previous syntax errors"
51msg_secure_mode_requires_x11="Secure-mode requires X11 (use \`-X')!"
52msg_secure_mode_requires_root="Secure-mode requires root-access!"
53msg_sorry_try_again="Sorry, try again."
54msg_unknown_user="Unknown user: %s"
55msg_user_disallowed="User disallowed: %s"
56msg_yes="Yes"
48msg_please_enter_password="Please enter your password for sudo(8):"
49msg_please_enter_username_password="Please enter a username and password for sudo(8):"
50msg_previous_syntax_errors="%s: Not overwriting \`%s' due to previous syntax errors"
51msg_secure_mode_requires_x11="Secure-mode requires X11 (use \`-X')!"
52msg_secure_mode_requires_root="Secure-mode requires root-access!"
53msg_sorry_try_again="Sorry, try again."
54msg_unknown_user="Unknown user: %s"
55msg_user_disallowed="User disallowed: %s"
56msg_yes="Yes"