Mercurial > 510Connectbot
annotate res/values/arrays.xml @ 216:cd07c1648016
test buffer changed when 5250 keyboard unlocks
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Tue, 08 Jul 2014 10:02:11 -0700 |
parents | f0b9ea35711a |
children | f9b1a07c0e96 |
rev | line source |
---|---|
0 | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- | |
3 /* | |
4 * ConnectBot: simple, powerful, open-source SSH client for Android | |
5 * Copyright 2007 Kenny Root, Jeffrey Sharkey | |
6 * | |
7 * Licensed under the Apache License, Version 2.0 (the "License"); | |
8 * you may not use this file except in compliance with the License. | |
9 * You may obtain a copy of the License at | |
10 * | |
11 * http://www.apache.org/licenses/LICENSE-2.0 | |
12 * | |
13 * Unless required by applicable law or agreed to in writing, software | |
14 * distributed under the License is distributed on an "AS IS" BASIS, | |
15 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |
16 * See the License for the specific language governing permissions and | |
17 * limitations under the License. | |
18 */ | |
19 --> | |
20 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | |
21 <string-array name="list_emulation_modes" translatable="false"> | |
22 <item>xterm-color</item> | |
23 <item>xterm-256color</item> | |
24 <item>xterm</item> | |
25 <item>vt100</item> | |
26 <item>ansi</item> | |
27 <item>screen</item> | |
28 </string-array> | |
29 | |
61 | 30 <string-array name="list_5250_encryption_modes" translatable="false"> |
31 <item>NONE</item> | |
32 <item>SSLv2</item> | |
33 <item>SSLv3</item> | |
34 <item>TLS</item> | |
35 </string-array> | |
36 | |
0 | 37 <string-array name="list_rotation" translatable="false"> |
38 <item>@string/list_rotation_default</item> | |
39 <item>@string/list_rotation_land</item> | |
40 <item>@string/list_rotation_port</item> | |
41 <item>@string/list_rotation_auto</item> | |
42 </string-array> | |
43 | |
44 <string-array name="list_rotation_values" translatable="false"> | |
45 <item>Default</item> | |
46 <item>Force landscape</item> | |
47 <item>Force portrait</item> | |
48 <item>Automatic</item> | |
49 </string-array> | |
50 | |
51 <string-array name="list_hwbutton" translatable="false"> | |
52 <item>@string/list_hwbutton_ctrl</item> | |
53 <item>@string/list_hwbutton_esc</item> | |
54 <item>@string/list_hwbutton_tab</item> | |
55 <item>@string/list_hwbutton_screen_capture</item> | |
56 <item>@string/list_hwbutton_ctrlaspace</item> | |
57 <item>@string/list_hwbutton_ctrla</item> | |
58 <item>@string/list_hwbutton_esc_a</item> | |
148
69333ca1563c
add ptt button p2 preference
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
59 <item>@string/list_hwbutton_monitor</item> |
192
f0b9ea35711a
read deployment.connections on startup for global preferences also
Carl Byington <carl@five-ten-sg.com>
parents:
162
diff
changeset
|
60 <item>@string/list_hwbutton_soft_function_keys</item> |
0 | 61 <item>@string/list_hwbutton_none</item> |
62 </string-array> | |
63 | |
148
69333ca1563c
add ptt button p2 preference
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
64 <!-- must match PreferenceConstants --> |
0 | 65 <string-array name="list_hwbutton_values" translatable="false"> |
66 <item>CTRL</item> | |
67 <item>Esc</item> | |
68 <item>Tab</item> | |
69 <item>Screen Capture</item> | |
70 <item>Ctrl+A then Space</item> | |
71 <item>Ctrl+A</item> | |
72 <item>Esc+A</item> | |
148
69333ca1563c
add ptt button p2 preference
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
73 <item>Monitor Key</item> |
192
f0b9ea35711a
read deployment.connections on startup for global preferences also
Carl Byington <carl@five-ten-sg.com>
parents:
162
diff
changeset
|
74 <item>Soft Function Keypad</item> |
0 | 75 <item>None</item> |
76 </string-array> | |
77 | |
78 <string-array name="list_colors" translatable="false"> | |
79 <item>@string/color_red</item> | |
80 <item>@string/color_green</item> | |
81 <item>@string/color_blue</item> | |
82 <item>@string/color_gray</item> | |
83 </string-array> | |
84 | |
85 <string-array name="list_color_values" translatable="false"> | |
86 <item>red</item> | |
87 <item>green</item> | |
88 <item>blue</item> | |
89 <item>gray</item> | |
90 </string-array> | |
91 | |
92 <string-array name="list_update" translatable="false"> | |
93 <item>@string/list_update_daily</item> | |
94 <item>@string/list_update_weekly</item> | |
95 <item>@string/list_update_never</item> | |
96 </string-array> | |
97 | |
98 <string-array name="list_update_values" translatable="false"> | |
99 <item>Daily</item> | |
100 <item>Weekly</item> | |
101 <item>Never</item> | |
102 </string-array> | |
103 | |
104 <string-array name="list_keymode" translatable="false"> | |
105 <item>@string/list_keymode_right</item> | |
106 <item>@string/list_keymode_left</item> | |
107 <item>@string/list_keymode_none</item> | |
108 </string-array> | |
109 | |
110 <string-array name="list_keymode_values" translatable="false"> | |
111 <item>Use right-side keys</item> | |
112 <item>Use left-side keys</item> | |
113 <item>none</item> | |
114 </string-array> | |
115 | |
116 <string-array name="list_pubkeyids" translatable="false"> | |
117 <item>@string/list_pubkeyids_none</item> | |
118 <item>@string/list_pubkeyids_any</item> | |
119 </string-array> | |
120 | |
121 <string-array name="list_pubkeyids_value" translatable="false"> | |
122 <item>-2</item> | |
123 <item>-1</item> | |
124 </string-array> | |
125 | |
126 <string-array name="list_authagent" translatable="false"> | |
127 <item>@string/no</item> | |
128 <item>@string/with_confirmation</item> | |
129 <item>@string/yes</item> | |
130 </string-array> | |
131 | |
132 <string-array name="list_authagent_values" translatable="false"> | |
133 <item>no</item> | |
134 <item>confirm</item> | |
135 <item>yes</item> | |
136 </string-array> | |
137 | |
138 <string-array name="list_portforward_types" translatable="false"> | |
139 <item>@string/portforward_local</item> | |
140 <item>@string/portforward_remote</item> | |
141 <item>@string/portforward_dynamic</item> | |
142 </string-array> | |
143 | |
144 <string-array name="list_wizard_topics" translatable="false"> | |
145 <item>About</item> | |
146 <item>Hints</item> | |
147 <item>PhysicalKeyboard</item> | |
162
9904642c319e
add 5250 documentation
Carl Byington <carl@five-ten-sg.com>
parents:
148
diff
changeset
|
148 <item>5250Keys</item> |
0 | 149 <item>ScreenGestures</item> |
150 <item>VirtualKeyboard</item> | |
151 </string-array> | |
152 | |
153 <string-array name="list_delkey" translatable="false"> | |
154 <item>@string/list_delkey_del</item> | |
155 <item>@string/list_delkey_backspace</item> | |
156 </string-array> | |
157 | |
158 <string-array name="list_delkey_values" translatable="false"> | |
159 <item>del</item> | |
160 <item>backspace</item> | |
161 </string-array> | |
162 | |
163 <string-array name="file_dialog" translatable="false"> | |
164 <item>@string/pref_file_dialog_builtin</item> | |
165 <item>OI File Manager</item> | |
166 <item>AndExplorer</item> | |
167 </string-array> | |
168 | |
169 <string-array name="file_dialog_values" translatable="false"> | |
170 <item>built-in</item> | |
171 <item>OI</item> | |
172 <item>AE</item> | |
173 </string-array> | |
174 | |
175 <string-array name="list_custom_keymap" translatable="false"> | |
176 <item>@string/pref_custom_keymap_disabled</item> | |
177 <item>@string/pref_custom_keymap_full</item> | |
178 <item>ASUS Transformer Pad Series Mobile Dock</item> | |
179 <item>Samsung Captivate Glide (SGH-i927)</item> | |
180 <item>Samsung Captivate Glide (SGH-i927) ICS</item> | |
181 <item>Sony Ericsson Xperia (mini) pro</item> | |
182 </string-array> | |
183 | |
184 <string-array name="list_custom_keymap_values" translatable="false"> | |
185 <item>none</item> | |
186 <item>full</item> | |
187 <item>asus_tf</item> | |
188 <item>sgh_i927</item> | |
189 <item>sgh_i927_ics</item> | |
190 <item>se_xppro</item> | |
191 </string-array> | |
192 </resources> |