Deleted Added
full compact
messages.subr (256325) messages.subr (257783)
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012-2013 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 unchanged lines hidden (view full) ---

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#
1# Copyright (c) 2012 Ron McDowell
2# Copyright (c) 2012-2013 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 unchanged lines hidden (view full) ---

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: head/usr.sbin/bsdconfig/include/messages.subr 256325 2013-10-11 18:21:05Z dteske $
26# $FreeBSD: head/usr.sbin/bsdconfig/include/messages.subr 257783 2013-11-07 10:23:37Z dteske $
27
28field_password="Password:"
29field_username="Username:"
30hline_alnum_arrows_punc_tab_enter="Use alnum, arrows, punctuation, TAB or ENTER"
31hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
32hline_arrows_tab_enter="Press arrows, TAB or ENTER"
33hline_arrows_tab_punc_enter="Use arrows, TAB, punctuation, ENTER"
34hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the various media types"
35msg_accept_continue="Accept/Continue"
36msg_accessibility_desc="Ports to help disabled users."
37msg_adding_package_as_a_dependency_from_media="Adding %s (as a dependency) from %s"
38msg_adding_package_from_media="Adding %s from %s"
39msg_afterstep_desc="Ports to support the AfterStep window manager."
40msg_all="All"
41msg_all_desc="All available packages in all categories."
42msg_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
27
28field_password="Password:"
29field_username="Username:"
30hline_alnum_arrows_punc_tab_enter="Use alnum, arrows, punctuation, TAB or ENTER"
31hline_alnum_punc_tab_enter="Use alpha-numeric, punctuation, TAB or ENTER"
32hline_arrows_tab_enter="Press arrows, TAB or ENTER"
33hline_arrows_tab_punc_enter="Use arrows, TAB, punctuation, ENTER"
34hline_choose_help_for_more_information_on_media_types="Choose Help for more information on the various media types"
35msg_accept_continue="Accept/Continue"
36msg_accessibility_desc="Ports to help disabled users."
37msg_adding_package_as_a_dependency_from_media="Adding %s (as a dependency) from %s"
38msg_adding_package_from_media="Adding %s from %s"
39msg_afterstep_desc="Ports to support the AfterStep window manager."
40msg_all="All"
41msg_all_desc="All available packages in all categories."
42msg_always_try_sudo_when_run_as="Always try sudo(8) when run as %s"
43msg_an_unknown_error_occurred="An unknown error occurred"
43msg_arabic_desc="Ported software for Arab countries."
44msg_archivers_desc="Utilities for archiving and unarchiving data."
45msg_armenia="Armenia"
46msg_assume_network_is_already_configured="Running multi-user, assume that the network is already configured?"
47msg_assume_yes_to_all_non_critical_dialogs="Assume \"Yes\" answers to all non-critical dialogs"
48msg_astro_desc="Applications related to astronomy."
49msg_attempt_automatic_dhcp_configuration="Attempt automatic DHCP configuration of interfaces"
50msg_attempt_ipv6_configuration_of_interfaces="Attempt IPv6 configuration of interfaces"

--- 372 unchanged lines hidden ---
44msg_arabic_desc="Ported software for Arab countries."
45msg_archivers_desc="Utilities for archiving and unarchiving data."
46msg_armenia="Armenia"
47msg_assume_network_is_already_configured="Running multi-user, assume that the network is already configured?"
48msg_assume_yes_to_all_non_critical_dialogs="Assume \"Yes\" answers to all non-critical dialogs"
49msg_astro_desc="Applications related to astronomy."
50msg_attempt_automatic_dhcp_configuration="Attempt automatic DHCP configuration of interfaces"
51msg_attempt_ipv6_configuration_of_interfaces="Attempt IPv6 configuration of interfaces"

--- 372 unchanged lines hidden ---