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