Mercurial > 510Connectbot
annotate res/values/arrays.xml @ 385:b12705abba3e
wizard and help present help pages in the same order
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Wed, 06 Aug 2014 11:49:01 -0700 |
parents | 9b011e1c57f3 |
children |
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> |
237
f9b1a07c0e96
configurable hardware buttons can now change font size
Carl Byington <carl@five-ten-sg.com>
parents:
192
diff
changeset
|
61 <item>@string/list_hwbutton_increase_fontsize</item> |
f9b1a07c0e96
configurable hardware buttons can now change font size
Carl Byington <carl@five-ten-sg.com>
parents:
192
diff
changeset
|
62 <item>@string/list_hwbutton_decrease_fontsize</item> |
0 | 63 <item>@string/list_hwbutton_none</item> |
64 </string-array> | |
65 | |
148
69333ca1563c
add ptt button p2 preference
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
66 <!-- must match PreferenceConstants --> |
0 | 67 <string-array name="list_hwbutton_values" translatable="false"> |
68 <item>CTRL</item> | |
69 <item>Esc</item> | |
70 <item>Tab</item> | |
71 <item>Screen Capture</item> | |
72 <item>Ctrl+A then Space</item> | |
73 <item>Ctrl+A</item> | |
74 <item>Esc+A</item> | |
148
69333ca1563c
add ptt button p2 preference
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
75 <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
|
76 <item>Soft Function Keypad</item> |
237
f9b1a07c0e96
configurable hardware buttons can now change font size
Carl Byington <carl@five-ten-sg.com>
parents:
192
diff
changeset
|
77 <item>Increase Font Size</item> |
f9b1a07c0e96
configurable hardware buttons can now change font size
Carl Byington <carl@five-ten-sg.com>
parents:
192
diff
changeset
|
78 <item>Decrease Font Size</item> |
0 | 79 <item>None</item> |
80 </string-array> | |
81 | |
82 <string-array name="list_colors" translatable="false"> | |
83 <item>@string/color_red</item> | |
84 <item>@string/color_green</item> | |
85 <item>@string/color_blue</item> | |
86 <item>@string/color_gray</item> | |
87 </string-array> | |
88 | |
89 <string-array name="list_color_values" translatable="false"> | |
90 <item>red</item> | |
91 <item>green</item> | |
92 <item>blue</item> | |
93 <item>gray</item> | |
94 </string-array> | |
95 | |
96 <string-array name="list_keymode" translatable="false"> | |
97 <item>@string/list_keymode_right</item> | |
98 <item>@string/list_keymode_left</item> | |
99 <item>@string/list_keymode_none</item> | |
100 </string-array> | |
101 | |
102 <string-array name="list_keymode_values" translatable="false"> | |
103 <item>Use right-side keys</item> | |
104 <item>Use left-side keys</item> | |
105 <item>none</item> | |
106 </string-array> | |
107 | |
108 <string-array name="list_pubkeyids" translatable="false"> | |
109 <item>@string/list_pubkeyids_none</item> | |
110 <item>@string/list_pubkeyids_any</item> | |
111 </string-array> | |
112 | |
113 <string-array name="list_pubkeyids_value" translatable="false"> | |
114 <item>-2</item> | |
115 <item>-1</item> | |
116 </string-array> | |
117 | |
118 <string-array name="list_authagent" translatable="false"> | |
119 <item>@string/no</item> | |
120 <item>@string/with_confirmation</item> | |
121 <item>@string/yes</item> | |
122 </string-array> | |
123 | |
124 <string-array name="list_authagent_values" translatable="false"> | |
125 <item>no</item> | |
126 <item>confirm</item> | |
127 <item>yes</item> | |
128 </string-array> | |
129 | |
130 <string-array name="list_portforward_types" translatable="false"> | |
131 <item>@string/portforward_local</item> | |
132 <item>@string/portforward_remote</item> | |
133 <item>@string/portforward_dynamic</item> | |
134 </string-array> | |
135 | |
136 <string-array name="list_wizard_topics" translatable="false"> | |
137 <item>About</item> | |
138 <item>Hints</item> | |
139 <item>PhysicalKeyboard</item> | |
162
9904642c319e
add 5250 documentation
Carl Byington <carl@five-ten-sg.com>
parents:
148
diff
changeset
|
140 <item>5250Keys</item> |
0 | 141 <item>ScreenGestures</item> |
142 <item>VirtualKeyboard</item> | |
143 </string-array> | |
144 | |
145 <string-array name="list_delkey" translatable="false"> | |
146 <item>@string/list_delkey_del</item> | |
147 <item>@string/list_delkey_backspace</item> | |
148 </string-array> | |
149 | |
150 <string-array name="list_delkey_values" translatable="false"> | |
151 <item>del</item> | |
152 <item>backspace</item> | |
153 </string-array> | |
154 | |
155 <string-array name="file_dialog" translatable="false"> | |
156 <item>@string/pref_file_dialog_builtin</item> | |
157 <item>OI File Manager</item> | |
158 <item>AndExplorer</item> | |
159 </string-array> | |
160 | |
161 <string-array name="file_dialog_values" translatable="false"> | |
162 <item>built-in</item> | |
163 <item>OI</item> | |
164 <item>AE</item> | |
165 </string-array> | |
166 | |
167 <string-array name="list_custom_keymap" translatable="false"> | |
168 <item>@string/pref_custom_keymap_disabled</item> | |
169 <item>@string/pref_custom_keymap_full</item> | |
170 <item>ASUS Transformer Pad Series Mobile Dock</item> | |
171 <item>Samsung Captivate Glide (SGH-i927)</item> | |
172 <item>Samsung Captivate Glide (SGH-i927) ICS</item> | |
173 <item>Sony Ericsson Xperia (mini) pro</item> | |
174 </string-array> | |
175 | |
176 <string-array name="list_custom_keymap_values" translatable="false"> | |
177 <item>none</item> | |
178 <item>full</item> | |
179 <item>asus_tf</item> | |
180 <item>sgh_i927</item> | |
181 <item>sgh_i927_ics</item> | |
182 <item>se_xppro</item> | |
183 </string-array> | |
184 </resources> |