ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/src/trunk/usr.sbin/bsdconfig/mouse/include/messages.subr
Revision: 11417
Committed: Sat Jul 7 02:36:47 2018 UTC (5 years, 9 months ago) by laffer1
File size: 5561 byte(s)
Log Message:
add bsdconfig

File Contents

# Content
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.
9 # 2. Redistributions in binary form must reproduce the above copyright
10 # notice, this list of conditions and the following disclaimer in the
11 # documentation and/or other materials provided with the distribution.
12 #
13 # THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 # ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 # ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
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 # $MidnightBSD$
26
27 hline_press_enter_or_space="Press enter or space"
28 msg_auto="Auto"
29 msg_auto_desc="Bus mouse, PS/2 style mouse or PnP serial mouse"
30 msg_busmouse="BusMouse"
31 msg_busmouse_desc="Logitech, ATI or MS bus mouse (/dev/mse0)"
32 msg_cancel="Cancel"
33 msg_com1="COM1"
34 msg_com1_desc="Serial mouse on COM1 (/dev/cuau0)"
35 msg_com2="COM2"
36 msg_com2_desc="Serial mouse on COM2 (/dev/cuau1)"
37 msg_com3="COM3"
38 msg_com3_desc="Serial mouse on COM3 (/dev/cuau2)"
39 msg_com4="COM4"
40 msg_com4_desc="Serial mouse on COM4 (/dev/cuau3)"
41 msg_disable="Disable"
42 msg_disable_the_mouse_daemon="Disable the mouse daemon"
43 msg_enable="Enable"
44 msg_exit="Exit"
45 msg_exit_this_menu="Exit this menu"
46 msg_flags="Flags"
47 msg_glidepoint="GlidePoint"
48 msg_glidepoint_desc="ALPS GlidePoint pad (serial)"
49 msg_hitachi="Hitachi"
50 msg_hitachi_desc="Hitachi tablet (serial)"
51 msg_intellimouse="IntelliMouse"
52 msg_intellimouse_desc="Microsoft IntelliMouse (serial)"
53 msg_logitech="Logitech"
54 msg_logitech_desc="Logitech protocol (old models) (serial)"
55 msg_menu_text="You can cut and paste text in the text console by running the mouse\ndaemon. Specify a port and a protocol type of your mouse and enable\nthe mouse daemon. If you don't want this feature, select 6 to disable\nthe daemon.\nOnce you've enabled the mouse daemon, you can specify \"/dev/sysmouse\"\nas your mouse device and \"SysMouse\" or \"MouseSystems\" as mouse\nprotocol when running the X configuration utility (see Configuration\nmenu)."
56 msg_message="Message"
57 msg_microsoft="Microsoft"
58 msg_microsoft_desc="Microsoft protocol (serial)"
59 msg_mm_series="MM Series"
60 msg_mm_series_desc="MM Series protocol (serial)"
61 msg_mouse_daemon_is_disabled="The mouse daemon is disabled."
62 msg_mouse_disable="Mouse Disable"
63 msg_mouse_enable="Mouse Enable"
64 msg_mouse_flags="Mouse Flags"
65 msg_mouseman="MouseMan"
66 msg_mouseman_desc="Logitech MouseMan/TrackMan models (serial)"
67 msg_mousesystems="MouseSystems"
68 msg_mousesystems_desc="MouseSystems protocol (serial)"
69 msg_now_move_the_mouse="Now move the mouse and see if it works.\n(Note that buttons don't have any effect for now.)\n\n Is the mouse cursor moving?\n"
70 msg_ok="OK"
71 msg_please_configure_your_mouse="Please configure your mouse"
72 msg_please_select_protocol_and_port_first="Please select a mouse protocol and a port first."
73 msg_please_specify_the_mouse_daemon_flags="Please specify the mouse daemon flags. If you would like to\nemulate 3 buttons, use -3 here.\n "
74 msg_port="Port"
75 msg_port_menu_text="The built-in pointing device of laptop/notebook computers is usually\na PS/2 style device."
76 msg_protocol_menu_text="If your mouse is attached to the PS/2 mouse port or the bus mouse port,\nyou should always choose \"Auto\", regardless of the model and the brand\nof the mouse. All other protocol types are for serial mice and should\nnot be used with the PS/2 port mouse or the bus mouse. If you have\na serial mouse and are not sure about its protocol, you should also try\n\"Auto\". It may not work for the serial mouse if the mouse does not\nsupport the PnP standard. But, it won't hurt. Many 2-button serial mice\nare compatible with \"Microsoft\" or \"MouseMan\". 3-button serial mice\nmay be compatible with \"MouseSystems\" or \"MouseMan\". If the serial\nmouse has a wheel, it may be compatible with \"IntelliMouse\"."
77 msg_ps2="PS/2"
78 msg_ps2_desc="PS/2 style mouse (/dev/psm0)"
79 msg_select_a_protocol_type_for_your_mouse="Select a protocol type for your mouse"
80 msg_select_mouse_port="Select mouse port"
81 msg_select_mouse_protocol_type="Select mouse protocol type"
82 msg_select_your_mouse_port_from_the_following_menu="Select your mouse port from the following menu"
83 msg_set_additional_flags="Set additional flags"
84 msg_test_and_run_the_mouse_daemon="Test and run the mouse daemon"
85 msg_thinkingmouse="ThinkingMouse"
86 msg_thinkingmouse_desc="Kensington ThinkingMouse (serial)"
87 msg_trying_to_start_the_mouse_daemon="Trying to start the mouse daemon..."
88 msg_type="Type"
89 msg_unknown_mouse_menu_selection="Unknown mouse menu selection"
90 msg_unknown_mouse_port_selection="Unknown mouse port selection"
91 msg_unknown_mouse_protocol_selection="Unknown mouse protocol selection"
92 msg_user_confirmation_requested="User Confirmation Requested"
93 msg_value_required="Value Required"

Properties

Name Value
svn:keywords MidnightBSD=%H