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# notice, this list of conditions and the following disclaimer.
10# 2. Redistributions in binary form must reproduce the above copyright
11# notice, this list of conditions and the following disclaimer in the
12# documentation and/or other materials provided with the distribution.
13#
14# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
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# notice, this list of conditions and the following disclaimer.
10# 2. Redistributions in binary form must reproduce the above copyright
11# notice, this list of conditions and the following disclaimer in the
12# documentation and/or other materials provided with the distribution.
13#
14# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17# ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
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."
35msg_exit="Exit"
36msg_exit_bsdconfig="Exit bsdconfig"
37msg_help_text="This menu allows you to configure your system after the installation\nprocess is complete. At the minimum, you should probably set the root\npassword and the system time zone.\n\nFor extra goodies like bash, emacs, firefox, etc., you should look at the\n'Packages' item in this menu.\n\nFor setting the timezone after the system is installed, use the 'Time\nZone' item in this menu.\n\nFor more information on the overall general system configuration, see the\n/etc/rc.conf and /etc/defaults/rc.conf files. (Note: to inhibit displaying\nof this message, create an empty file: \$HOME/.bsdconfigrc or copy it from\n/usr/share/examples/bsdconfig/bsdconfigrc)"
38msg_main_menu="Main Menu"
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."
35msg_exit="Exit"
36msg_exit_bsdconfig="Exit bsdconfig"
37msg_help_text="This menu allows you to configure your system after the installation\nprocess is complete. At the minimum, you should probably set the root\npassword and the system time zone.\n\nFor extra goodies like bash, emacs, firefox, etc., you should look at the\n'Packages' item in this menu.\n\nFor setting the timezone after the system is installed, use the 'Time\nZone' item in this menu.\n\nFor more information on the overall general system configuration, see the\n/etc/rc.conf and /etc/defaults/rc.conf files. (Note: to inhibit displaying\nof this message, create an empty file: \$HOME/.bsdconfigrc or copy it from\n/usr/share/examples/bsdconfig/bsdconfigrc)"
38msg_main_menu="Main Menu"
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"