Deleted Added
full compact
messages.subr (238438) messages.subr (251389)
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 238438 2012-07-14 03:16:57Z dteske $
25# $FreeBSD: head/usr.sbin/bsdconfig/mouse/include/messages.subr 251389 2013-06-04 16:48:23Z 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"
34msg_com1_desc="Serial mouse on COM1 (/dev/cuau0)"
35msg_com2="COM2"
36msg_com2_desc="Serial mouse on COM2 (/dev/cuau1)"
37msg_com3="COM3"
38msg_com3_desc="Serial mouse on COM3 (/dev/cuau2)"
39msg_com4="COM4"
40msg_com4_desc="Serial mouse on COM4 (/dev/cuau3)"
41msg_disable="Disable"
42msg_disable_the_mouse_daemon="Disable the mouse daemon"
43msg_enable="Enable"
44msg_exit="Exit"
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"
34msg_com1_desc="Serial mouse on COM1 (/dev/cuau0)"
35msg_com2="COM2"
36msg_com2_desc="Serial mouse on COM2 (/dev/cuau1)"
37msg_com3="COM3"
38msg_com3_desc="Serial mouse on COM3 (/dev/cuau2)"
39msg_com4="COM4"
40msg_com4_desc="Serial mouse on COM4 (/dev/cuau3)"
41msg_disable="Disable"
42msg_disable_the_mouse_daemon="Disable the mouse daemon"
43msg_enable="Enable"
44msg_exit="Exit"
45msg_exit_this_menu="Exit this menu (returning to previous)"
45msg_exit_this_menu="Exit this menu"
46msg_flags="Flags"
47msg_glidepoint="GlidePoint"
48msg_glidepoint_desc="ALPS GlidePoint pad (serial)"
49msg_hitachi="Hitachi"
50msg_hitachi_desc="Hitachi tablet (serial)"
51msg_intellimouse="IntelliMouse"
52msg_intellimouse_desc="Microsoft IntelliMouse (serial)"
53msg_logitech="Logitech"

--- 37 unchanged lines hidden ---
46msg_flags="Flags"
47msg_glidepoint="GlidePoint"
48msg_glidepoint_desc="ALPS GlidePoint pad (serial)"
49msg_hitachi="Hitachi"
50msg_hitachi_desc="Hitachi tablet (serial)"
51msg_intellimouse="IntelliMouse"
52msg_intellimouse_desc="Microsoft IntelliMouse (serial)"
53msg_logitech="Logitech"

--- 37 unchanged lines hidden ---