messages.subr revision 245052
1238438Sdteske# Copyright (c) 2012 Ron McDowell
2238438Sdteske# Copyright (c) 2012 Devin Teske
3238438Sdteske# All rights reserved.
4238438Sdteske#
5238438Sdteske# Redistribution and use in source and binary forms, with or without
6238438Sdteske# modification, are permitted provided that the following conditions
7238438Sdteske# are met:
8238438Sdteske# 1. Redistributions of source code must retain the above copyright
9238438Sdteske#    notice, this list of conditions and the following disclaimer.
10238438Sdteske# 2. Redistributions in binary form must reproduce the above copyright
11238438Sdteske#    notice, this list of conditions and the following disclaimer in the
12238438Sdteske#    documentation and/or other materials provided with the distribution.
13238438Sdteske#
14238438Sdteske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
15238438Sdteske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
16238438Sdteske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
17238438Sdteske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
18238438Sdteske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
19238438Sdteske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
20238438Sdteske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
21238438Sdteske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
22238438Sdteske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
23238438Sdteske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
24238438Sdteske# SUCH DAMAGE.
25238438Sdteske#
26238438Sdteske# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 245052 2013-01-05 02:08:47Z dteske $
27238438Sdteske
28238438Sdteskefield_username="Username:"
29238438Sdteskefield_password="Password:"
30238438Sdteskehline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
31238438Sdteskehline_arrows_tab_enter="Press arrows, TAB or ENTER"
32241653Sdteskemsg_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
33241653Sdteskemsg_becoming_root_via_sudo="Becoming root via sudo(8)..."
34238438Sdteskemsg_cancel="Cancel"
35241653Sdteskemsg_cancel_exit="Cancel/Exit"
36238438Sdteskemsg_cannot_create_permission_denied="%s: cannot create %s: Permission denied"
37245052Sdteskemsg_command_failed_rest_of_script_aborted="Command \`%s' failed - rest of script aborted."
38241653Sdteskemsg_created_path="Created %s"
39238438Sdteskemsg_directory_not_found="%s: Directory not found."
40238438Sdteskemsg_exit="Exit"
41238438Sdteskemsg_exit_bsdconfig="Exit bsdconfig"
42238438Sdteskemsg_main_menu="Main Menu"
43238438Sdteskemsg_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."
44238438Sdteskemsg_must_be_root_to_execute="%s: must be root to execute"
45238438Sdteskemsg_nfailed_attempts="%u incorrect password attempts"
46238438Sdteskemsg_no="No"
47238438Sdteskemsg_no_such_file_or_directory="%s: %s: No such file or directory"
48238438Sdteskemsg_no_username="No username provided!"
49238438Sdteskemsg_not_found="not found"
50238438Sdteskemsg_ok="OK"
51240797Sdteskemsg_permission_denied="%s: %s: Permission denied"
52238438Sdteskemsg_please_enter_password="Please enter your password for sudo(8):"
53238438Sdteskemsg_please_enter_username_password="Please enter a username and password for sudo(8):"
54238438Sdteskemsg_previous_syntax_errors="%s: Not overwriting \`%s' due to previous syntax errors"
55241899Sdteskemsg_quick_start_how_to_use_this_menu_system="Quick start - How to use this menu system"
56238438Sdteskemsg_secure_mode_requires_x11="Secure-mode requires X11 (use \`-X')!"
57238438Sdteskemsg_secure_mode_requires_root="Secure-mode requires root-access!"
58238438Sdteskemsg_sorry_try_again="Sorry, try again."
59241653Sdteskemsg_try_sudo_only_this_once="Try sudo(8) only this once"
60245052Sdteskemsg_unable_to_open="Unable to open %s"
61238438Sdteskemsg_unknown_user="Unknown user: %s"
62241899Sdteskemsg_usage="Usage"
63238438Sdteskemsg_user_disallowed="User disallowed: %s"
64238438Sdteskemsg_yes="Yes"
65241653Sdteskemsg_you_are_not_root_but="You are not root but %s can use sudo(8).\nWhat would you like to do?"
66