Deleted Added
full compact
messages.subr (241701) messages.subr (241899)
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 241701 2012-10-18 18:43:54Z dteske $
26# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 241899 2012-10-22 18:01:38Z 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_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
33msg_becoming_root_via_sudo="Becoming root via sudo(8)..."
34msg_cancel="Cancel"

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

46msg_no_such_file_or_directory="%s: %s: No such file or directory"
47msg_no_username="No username provided!"
48msg_not_found="not found"
49msg_ok="OK"
50msg_permission_denied="%s: %s: Permission denied"
51msg_please_enter_password="Please enter your password for sudo(8):"
52msg_please_enter_username_password="Please enter a username and password for sudo(8):"
53msg_previous_syntax_errors="%s: Not overwriting \`%s' due to previous syntax errors"
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_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
33msg_becoming_root_via_sudo="Becoming root via sudo(8)..."
34msg_cancel="Cancel"

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

46msg_no_such_file_or_directory="%s: %s: No such file or directory"
47msg_no_username="No username provided!"
48msg_not_found="not found"
49msg_ok="OK"
50msg_permission_denied="%s: %s: Permission denied"
51msg_please_enter_password="Please enter your password for sudo(8):"
52msg_please_enter_username_password="Please enter a username and password for sudo(8):"
53msg_previous_syntax_errors="%s: Not overwriting \`%s' due to previous syntax errors"
54msg_quick_start_how_to_use_this_menu_system="Quick start - How to use this menu system"
54msg_secure_mode_requires_x11="Secure-mode requires X11 (use \`-X')!"
55msg_secure_mode_requires_root="Secure-mode requires root-access!"
56msg_sorry_try_again="Sorry, try again."
57msg_try_sudo_only_this_once="Try sudo(8) only this once"
58msg_unknown_user="Unknown user: %s"
55msg_secure_mode_requires_x11="Secure-mode requires X11 (use \`-X')!"
56msg_secure_mode_requires_root="Secure-mode requires root-access!"
57msg_sorry_try_again="Sorry, try again."
58msg_try_sudo_only_this_once="Try sudo(8) only this once"
59msg_unknown_user="Unknown user: %s"
60msg_usage="Usage"
59msg_user_disallowed="User disallowed: %s"
60msg_yes="Yes"
61msg_you_are_not_root_but="You are not root but %s can use sudo(8).\nWhat would you like to do?"
61msg_user_disallowed="User disallowed: %s"
62msg_yes="Yes"
63msg_you_are_not_root_but="You are not root but %s can use sudo(8).\nWhat would you like to do?"