]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - usr.sbin/bsdconfig/include/messages.subr
Updated dependencies
[FreeBSD/FreeBSD.git] / usr.sbin / bsdconfig / include / messages.subr
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$
27
28 field_username="Username:"
29 field_password="Password:"
30 hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
31 hline_arrows_tab_enter="Press arrows, TAB or ENTER"
32 msg_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
33 msg_becoming_root_via_sudo="Becoming root via sudo(8)..."
34 msg_cancel="Cancel"
35 msg_cancel_exit="Cancel/Exit"
36 msg_cannot_create_permission_denied="%s: cannot create %s: Permission denied"
37 msg_command_failed_rest_of_script_aborted="Command \`%s' failed - rest of script aborted."
38 msg_created_path="Created %s"
39 msg_directory_not_found="%s: Directory not found."
40 msg_exit="Exit"
41 msg_exit_bsdconfig="Exit bsdconfig"
42 msg_main_menu="Main Menu"
43 msg_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."
44 msg_must_be_root_to_execute="%s: must be root to execute"
45 msg_nfailed_attempts="%u incorrect password attempts"
46 msg_no="No"
47 msg_no_such_file_or_directory="%s: %s: No such file or directory"
48 msg_no_username="No username provided!"
49 msg_not_found="not found"
50 msg_ok="OK"
51 msg_permission_denied="%s: %s: Permission denied"
52 msg_please_enter_password="Please enter your password for sudo(8):"
53 msg_please_enter_username_password="Please enter a username and password for sudo(8):"
54 msg_previous_syntax_errors="%s: Not overwriting \`%s' due to previous syntax errors"
55 msg_quick_start_how_to_use_this_menu_system="Quick start - How to use this menu system"
56 msg_secure_mode_requires_x11="Secure-mode requires X11 (use \`-X')!"
57 msg_secure_mode_requires_root="Secure-mode requires root-access!"
58 msg_sorry_try_again="Sorry, try again."
59 msg_try_sudo_only_this_once="Try sudo(8) only this once"
60 msg_unable_to_open="Unable to open %s"
61 msg_unknown_user="Unknown user: %s"
62 msg_usage="Usage"
63 msg_user_disallowed="User disallowed: %s"
64 msg_yes="Yes"
65 msg_you_are_not_root_but="You are not root but %s can use sudo(8).\nWhat would you like to do?"