xref: /freebsd/usr.sbin/bsdconfig/startup/include/messages.subr (revision d0b2dbfa0ecf2bbc9709efc5e20baf8e4b44bbbf)
1c4091addSDevin Teske# Copyright (c) 2012-2013 Devin Teske
2641a6cfbSDevin Teske# All rights reserved.
3641a6cfbSDevin Teske#
4641a6cfbSDevin Teske# Redistribution and use in source and binary forms, with or without
5641a6cfbSDevin Teske# modification, are permitted provided that the following conditions
6641a6cfbSDevin Teske# are met:
7641a6cfbSDevin Teske# 1. Redistributions of source code must retain the above copyright
8641a6cfbSDevin Teske#    notice, this list of conditions and the following disclaimer.
9641a6cfbSDevin Teske# 2. Redistributions in binary form must reproduce the above copyright
10641a6cfbSDevin Teske#    notice, this list of conditions and the following disclaimer in the
11641a6cfbSDevin Teske#    documentation and/or other materials provided with the distribution.
12641a6cfbSDevin Teske#
13641a6cfbSDevin Teske# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14641a6cfbSDevin Teske# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15641a6cfbSDevin Teske# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16641a6cfbSDevin Teske# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17641a6cfbSDevin Teske# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18641a6cfbSDevin Teske# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19641a6cfbSDevin Teske# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20641a6cfbSDevin Teske# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21641a6cfbSDevin Teske# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22641a6cfbSDevin Teske# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23641a6cfbSDevin Teske# SUCH DAMAGE.
24641a6cfbSDevin Teske#
25641a6cfbSDevin Teske
26641a6cfbSDevin Teskehline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
27641a6cfbSDevin Teskehline_arrows_tab_enter="Press arrows, TAB or ENTER"
28641a6cfbSDevin Teskemsg_accounting="Accounting"
29641a6cfbSDevin Teskemsg_accounting_desc="This host wishes to run process accounting."
30641a6cfbSDevin Teskemsg_add_custom="Add Custom"
31641a6cfbSDevin Teskemsg_add_from_list="Add From List"
32641a6cfbSDevin Teskemsg_add_new="Add New"
33641a6cfbSDevin Teskemsg_add_new_desc="Add new directive"
34641a6cfbSDevin Teskemsg_add_new_help="Add new rc.conf(5) configuration directive"
35641a6cfbSDevin Teskemsg_add_startup_directive="Add Startup Directive"
36641a6cfbSDevin Teskemsg_all="All"
37641a6cfbSDevin Teskemsg_all_desc="Select all directives"
38641a6cfbSDevin Teskemsg_all_help="Select all displayed rc.conf(5) configuration directives"
39641a6cfbSDevin Teskemsg_apm="APM"
40641a6cfbSDevin Teskemsg_apm_desc="Auto-power management services (typically laptops)"
41641a6cfbSDevin Teskemsg_are_you_sure_you_want_delete_the_following="Are you sure you want to delete the following directives\nfrom the rc.conf(5) collection of system configuration files?"
42*84dfba8dSDevin Teskemsg_are_you_sure_you_want_to_delete="Are you sure you want to delete the \`%s' directive\nfrom the rc.conf(5) collection of system configuration files?"
43641a6cfbSDevin Teskemsg_cancel="Cancel"
44641a6cfbSDevin Teskemsg_choose_view_details="Choose View Details"
45641a6cfbSDevin Teskemsg_creating_menu_list="Creating menu list...\nThis may take a while."
46641a6cfbSDevin Teskemsg_creating_rcconf_map="Creating rc.conf(5) map...\nThis may take a while."
47641a6cfbSDevin Teskemsg_creating_rcvar_map="Creating rcvar map...\nThis may take a while."
48641a6cfbSDevin Teskemsg_default_value="Default: %s"
49641a6cfbSDevin Teskemsg_delete="Delete"
50641a6cfbSDevin Teskemsg_delete_desc="Delete directive(s)"
51641a6cfbSDevin Teskemsg_delete_help="Select one or more directives from a list to delete"
52641a6cfbSDevin Teskemsg_delete_selected="Delete Selected"
53641a6cfbSDevin Teskemsg_delete_selected_desc="Delete selected directive(s)"
54641a6cfbSDevin Teskemsg_delete_selected_help="Delete each of the selected rc.conf(5) configuration directives"
55641a6cfbSDevin Teskemsg_delete_startup_directives="Delete Startup Directive(s)"
56641a6cfbSDevin Teskemsg_deleting_selected_directives="Deleting selected directive(s)..."
57641a6cfbSDevin Teskemsg_desc="Description"
58641a6cfbSDevin Teskemsg_desc_desc="Toggle display of system description"
59641a6cfbSDevin Teskemsg_details="Details"
60641a6cfbSDevin Teskemsg_exit="Exit"
61641a6cfbSDevin Teskemsg_exit_cancel="Exit/Cancel"
62641a6cfbSDevin Teskemsg_exit_cancel_desc="Return to previous menu"
63641a6cfbSDevin Teskemsg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
64641a6cfbSDevin Teskemsg_exit_desc="Return to previous menu"
65595e514dSDevin Teskemsg_exit_this_menu="Exit this menu"
66641a6cfbSDevin Teskemsg_info="Info"
67641a6cfbSDevin Teskemsg_lpd="lpd"
68641a6cfbSDevin Teskemsg_lpd_desc="This host has a printer and wants to run lpd."
69641a6cfbSDevin Teskemsg_miscellaneous_menu_text="This menu allows you to configure various aspects of your system's\nstartup configuration.  Use [SPACE] or [ENTER] to select items, and\n[TAB] to move to the buttons.  Select Exit to leave this menu."
70*84dfba8dSDevin Teskemsg_miscellaneous_startup_services="Miscellaneous Startup Services"
71641a6cfbSDevin Teskemsg_named="named"
72641a6cfbSDevin Teskemsg_named_desc="Run a local name server on this host"
73641a6cfbSDevin Teskemsg_named_flags="named flags"
74641a6cfbSDevin Teskemsg_named_flags_desc="Set default flags to named (if enabled)"
75641a6cfbSDevin Teskemsg_nis_client="NIS client"
76641a6cfbSDevin Teskemsg_nis_client_desc="This host wishes to be an NIS client."
77641a6cfbSDevin Teskemsg_nis_domainname="NIS domainname"
78641a6cfbSDevin Teskemsg_nis_domainname_desc="Set NIS domainname (if enabled)"
79641a6cfbSDevin Teskemsg_nis_server="NIS Server"
80641a6cfbSDevin Teskemsg_nis_server_desc="This host wishes to be an NIS server."
81641a6cfbSDevin Teskemsg_none="None"
82641a6cfbSDevin Teskemsg_none_desc="Un-Select all directives"
83641a6cfbSDevin Teskemsg_none_help="Un-Select all rc.conf(5) configuration directives"
84641a6cfbSDevin Teskemsg_ok="OK"
85641a6cfbSDevin Teskemsg_please_enter_a_new_value="Please enter a new value for \`%s' (Default: %s):"
86641a6cfbSDevin Teskemsg_please_enter_rcvar_name="Please enter rc.conf(5) variable name:"
87641a6cfbSDevin Teskemsg_please_select_an_rcconf_directive="Please select an rc.conf(5) directive:"
88641a6cfbSDevin Teskemsg_rcvar_contains_invalid_chars="ERROR! rc.conf(5) variable name contains invalid characters.\n Name may only consist of letters [a-zA-Z], numbers [0-9],\n or underscore [_] and must not start with a number."
89641a6cfbSDevin Teskemsg_rcvar_must_start_with="ERROR! rc.conf(5) variable name must start with\n a letter [a-zA-Z] or underscore [_]."
90641a6cfbSDevin Teskemsg_reset="Reset"
91641a6cfbSDevin Teskemsg_reset_desc="Reset to default view settings"
92641a6cfbSDevin Teskemsg_show_configured="Show Configured"
93c4091addSDevin Teskemsg_show_configured_desc="Calculate rc.conf(5) locations (slowest)"
94641a6cfbSDevin Teskemsg_show_default_value="Show Default/Value"
95c4091addSDevin Teskemsg_show_default_value_desc="Show default/configured values (slow)"
96641a6cfbSDevin Teskemsg_show_value="Show Value"
97c4091addSDevin Teskemsg_show_value_desc="Show configured startup value (fast)"
98641a6cfbSDevin Teskemsg_startup="Startup"
99641a6cfbSDevin Teskemsg_startup_dirs="Startup dirs"
100641a6cfbSDevin Teskemsg_startup_dirs_desc="Set the list of dirs to look for startup scripts"
101641a6cfbSDevin Teskemsg_toggle_startup_services="Toggle Startup Services"
102df750a6cSDevin Teskemsg_unknown_startup_menu_selection="Unknown startup menu selection"
103641a6cfbSDevin Teskemsg_value_required="Value Required"
104641a6cfbSDevin Teskemsg_view_details="View Details"
105641a6cfbSDevin Teskemsg_view_details_desc="Choose view details"
106641a6cfbSDevin Teskemsg_view_details_help="Choose which details are shown in the current view"
107641a6cfbSDevin Teskemsg_view_edit_startup_configuration="View/Edit Startup Configuration"
108