Deleted Added
full compact
messages.subr (249759) messages.subr (251389)
1# Copyright (c) 2012-2013 Devin Teske
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23# SUCH DAMAGE.
24#
1# Copyright (c) 2012-2013 Devin Teske
2# All rights reserved.
3#
4# Redistribution and use in source and binary forms, with or without
5# modification, are permitted provided that the following conditions
6# are met:
7# 1. Redistributions of source code must retain the above copyright
8# notice, this list of conditions and the following disclaimer.

--- 8 unchanged lines hidden (view full) ---

17# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
23# SUCH DAMAGE.
24#
25# $FreeBSD: head/usr.sbin/bsdconfig/startup/include/messages.subr 249759 2013-04-22 06:30:29Z dteske $
25# $FreeBSD: head/usr.sbin/bsdconfig/startup/include/messages.subr 251389 2013-06-04 16:48:23Z dteske $
26
27hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
28hline_arrows_tab_enter="Press arrows, TAB or ENTER"
29msg_accounting="Accounting"
30msg_accounting_desc="This host wishes to run process accounting."
31msg_add_custom="Add Custom"
32msg_add_from_list="Add From List"
33msg_add_new="Add New"

--- 24 unchanged lines hidden (view full) ---

58msg_desc="Description"
59msg_desc_desc="Toggle display of system description"
60msg_details="Details"
61msg_exit="Exit"
62msg_exit_cancel="Exit/Cancel"
63msg_exit_cancel_desc="Return to previous menu"
64msg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
65msg_exit_desc="Return to previous menu"
26
27hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
28hline_arrows_tab_enter="Press arrows, TAB or ENTER"
29msg_accounting="Accounting"
30msg_accounting_desc="This host wishes to run process accounting."
31msg_add_custom="Add Custom"
32msg_add_from_list="Add From List"
33msg_add_new="Add New"

--- 24 unchanged lines hidden (view full) ---

58msg_desc="Description"
59msg_desc_desc="Toggle display of system description"
60msg_details="Details"
61msg_exit="Exit"
62msg_exit_cancel="Exit/Cancel"
63msg_exit_cancel_desc="Return to previous menu"
64msg_exit_cancel_help="Return to the previous menu (selected items are untouched)"
65msg_exit_desc="Return to previous menu"
66msg_exit_help="Exit this menu (returning to previous)"
67msg_exit_this_menu="Exit this menu (returning to previous)"
66msg_exit_this_menu="Exit this menu"
68msg_info="Info"
69msg_lpd="lpd"
70msg_lpd_desc="This host has a printer and wants to run lpd."
71msg_miscellaneous_startup_services="Miscellaneous Startup Services"
72msg_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."
73msg_named="named"
74msg_named_desc="Run a local name server on this host"
75msg_named_flags="named flags"

--- 37 unchanged lines hidden ---
67msg_info="Info"
68msg_lpd="lpd"
69msg_lpd_desc="This host has a printer and wants to run lpd."
70msg_miscellaneous_startup_services="Miscellaneous Startup Services"
71msg_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."
72msg_named="named"
73msg_named_desc="Run a local name server on this host"
74msg_named_flags="named flags"

--- 37 unchanged lines hidden ---