Deleted Added
full compact
messages.subr (251915) messages.subr (251919)
1# Copyright (c) 2012 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 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/mouse/include/messages.subr 251915 2013-06-18 09:19:59Z dteske $
25# $FreeBSD: head/usr.sbin/bsdconfig/mouse/include/messages.subr 251919 2013-06-18 09:28:49Z dteske $
26
27hline_press_enter_or_space="Press enter or space"
28msg_auto="Auto"
29msg_auto_desc="Bus mouse, PS/2 style mouse or PnP serial mouse"
30msg_busmouse="BusMouse"
31msg_busmouse_desc="Logitech, ATI or MS bus mouse (/dev/mse0)"
32msg_cancel="Cancel"
33msg_com1="COM1"

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

81msg_select_mouse_protocol_type="Select mouse protocol type"
82msg_select_your_mouse_port_from_the_following_menu="Select your mouse port from the following menu"
83msg_set_additional_flags="Set additional flags"
84msg_test_and_run_the_mouse_daemon="Test and run the mouse daemon"
85msg_thinkingmouse="ThinkingMouse"
86msg_thinkingmouse_desc="Kensington ThinkingMouse (serial)"
87msg_trying_to_start_the_mouse_daemon="Trying to start the mouse daemon..."
88msg_type="Type"
26
27hline_press_enter_or_space="Press enter or space"
28msg_auto="Auto"
29msg_auto_desc="Bus mouse, PS/2 style mouse or PnP serial mouse"
30msg_busmouse="BusMouse"
31msg_busmouse_desc="Logitech, ATI or MS bus mouse (/dev/mse0)"
32msg_cancel="Cancel"
33msg_com1="COM1"

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

81msg_select_mouse_protocol_type="Select mouse protocol type"
82msg_select_your_mouse_port_from_the_following_menu="Select your mouse port from the following menu"
83msg_set_additional_flags="Set additional flags"
84msg_test_and_run_the_mouse_daemon="Test and run the mouse daemon"
85msg_thinkingmouse="ThinkingMouse"
86msg_thinkingmouse_desc="Kensington ThinkingMouse (serial)"
87msg_trying_to_start_the_mouse_daemon="Trying to start the mouse daemon..."
88msg_type="Type"
89msg_unknown_mouse_menu_selection="Unknown mouse menu selection"
89msg_unknown_mouse_port_selection="Unknown mouse port selection"
90msg_unknown_mouse_protocol_selection="Unknown mouse protocol selection"
91msg_user_confirmation_requested="User Confirmation Requested"
92msg_value_required="Value Required"
90msg_unknown_mouse_port_selection="Unknown mouse port selection"
91msg_unknown_mouse_protocol_selection="Unknown mouse protocol selection"
92msg_user_confirmation_requested="User Confirmation Requested"
93msg_value_required="Value Required"