messages.subr revision 241653
1229677Sgonzo# Copyright (c) 2012 Ron McDowell
2229677Sgonzo# Copyright (c) 2012 Devin Teske
3229677Sgonzo# All rights reserved.
4229677Sgonzo#
5229677Sgonzo# Redistribution and use in source and binary forms, with or without
6229677Sgonzo# modification, are permitted provided that the following conditions
7229677Sgonzo# are met:
8229677Sgonzo# 1. Redistributions of source code must retain the above copyright
9229677Sgonzo#    notice, this list of conditions and the following disclaimer.
10229677Sgonzo# 2. Redistributions in binary form must reproduce the above copyright
11229677Sgonzo#    notice, this list of conditions and the following disclaimer in the
12229677Sgonzo#    documentation and/or other materials provided with the distribution.
13229677Sgonzo#
14229677Sgonzo# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15229677Sgonzo# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16229677Sgonzo# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17229677Sgonzo# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18229677Sgonzo# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19229677Sgonzo# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20229677Sgonzo# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21229677Sgonzo# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22229677Sgonzo# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23229677Sgonzo# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24229677Sgonzo# SUCH DAMAGE.
25229677Sgonzo#
26229677Sgonzo# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 241653 2012-10-17 21:48:45Z dteske $
27229677Sgonzo
28229677Sgonzofield_username="Username:"
29229677Sgonzofield_password="Password:"
30229677Sgonzohline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
31229677Sgonzohline_arrows_tab_enter="Press arrows, TAB or ENTER"
32229677Sgonzomsg_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
33229677Sgonzomsg_becoming_root_via_sudo="Becoming root via sudo(8)..."
34229677Sgonzomsg_cancel="Cancel"
35229677Sgonzomsg_cancel_exit="Cancel/Exit"
36229677Sgonzomsg_cannot_create_permission_denied="%s: cannot create %s: Permission denied"
37229677Sgonzomsg_created_path="Created %s"
38229677Sgonzomsg_directory_not_found="%s: Directory not found."
39229677Sgonzomsg_exit="Exit"
40229677Sgonzomsg_exit_bsdconfig="Exit bsdconfig"
41229677Sgonzomsg_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)"
42229677Sgonzomsg_main_menu="Main Menu"
43229677Sgonzomsg_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."
44229677Sgonzomsg_must_be_root_to_execute="%s: must be root to execute"
45229677Sgonzomsg_nfailed_attempts="%u incorrect password attempts"
46229677Sgonzomsg_no="No"
47229677Sgonzomsg_no_such_file_or_directory="%s: %s: No such file or directory"
48229677Sgonzomsg_no_username="No username provided!"
49229677Sgonzomsg_not_found="not found"
50229677Sgonzomsg_ok="OK"
51229677Sgonzomsg_permission_denied="%s: %s: Permission denied"
52229677Sgonzomsg_please_enter_password="Please enter your password for sudo(8):"
53229677Sgonzomsg_please_enter_username_password="Please enter a username and password for sudo(8):"
54229677Sgonzomsg_previous_syntax_errors="%s: Not overwriting \`%s' due to previous syntax errors"
55229677Sgonzomsg_secure_mode_requires_x11="Secure-mode requires X11 (use \`-X')!"
56229677Sgonzomsg_secure_mode_requires_root="Secure-mode requires root-access!"
57229677Sgonzomsg_sorry_try_again="Sorry, try again."
58229677Sgonzomsg_try_sudo_only_this_once="Try sudo(8) only this once"
59229677Sgonzomsg_unknown_user="Unknown user: %s"
60229677Sgonzomsg_user_disallowed="User disallowed: %s"
61229677Sgonzomsg_yes="Yes"
62229677Sgonzomsg_you_are_not_root_but="You are not root but %s can use sudo(8).\nWhat would you like to do?"
63229677Sgonzo