Mercurial > 510Connectbot
annotate res/values/arrays.xml @ 237:f9b1a07c0e96
configurable hardware buttons can now change font size
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 14 Jul 2014 08:46:06 -0700 |
parents | f0b9ea35711a |
children | bd803721f94a |
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_update" translatable="false"> | |
97 <item>@string/list_update_daily</item> | |
98 <item>@string/list_update_weekly</item> | |
99 <item>@string/list_update_never</item> | |
100 </string-array> | |
101 | |
102 <string-array name="list_update_values" translatable="false"> | |
103 <item>Daily</item> | |
104 <item>Weekly</item> | |
105 <item>Never</item> | |
106 </string-array> | |
107 | |
108 <string-array name="list_keymode" translatable="false"> | |
109 <item>@string/list_keymode_right</item> | |
110 <item>@string/list_keymode_left</item> | |
111 <item>@string/list_keymode_none</item> | |
112 </string-array> | |
113 | |
114 <string-array name="list_keymode_values" translatable="false"> | |
115 <item>Use right-side keys</item> | |
116 <item>Use left-side keys</item> | |
117 <item>none</item> | |
118 </string-array> | |
119 | |
120 <string-array name="list_pubkeyids" translatable="false"> | |
121 <item>@string/list_pubkeyids_none</item> | |
122 <item>@string/list_pubkeyids_any</item> | |
123 </string-array> | |
124 | |
125 <string-array name="list_pubkeyids_value" translatable="false"> | |
126 <item>-2</item> | |
127 <item>-1</item> | |
128 </string-array> | |
129 | |
130 <string-array name="list_authagent" translatable="false"> | |
131 <item>@string/no</item> | |
132 <item>@string/with_confirmation</item> | |
133 <item>@string/yes</item> | |
134 </string-array> | |
135 | |
136 <string-array name="list_authagent_values" translatable="false"> | |
137 <item>no</item> | |
138 <item>confirm</item> | |
139 <item>yes</item> | |
140 </string-array> | |
141 | |
142 <string-array name="list_portforward_types" translatable="false"> | |
143 <item>@string/portforward_local</item> | |
144 <item>@string/portforward_remote</item> | |
145 <item>@string/portforward_dynamic</item> | |
146 </string-array> | |
147 | |
148 <string-array name="list_wizard_topics" translatable="false"> | |
149 <item>About</item> | |
150 <item>Hints</item> | |
151 <item>PhysicalKeyboard</item> | |
162
9904642c319e
add 5250 documentation
Carl Byington <carl@five-ten-sg.com>
parents:
148
diff
changeset
|
152 <item>5250Keys</item> |
0 | 153 <item>ScreenGestures</item> |
154 <item>VirtualKeyboard</item> | |
155 </string-array> | |
156 | |
157 <string-array name="list_delkey" translatable="false"> | |
158 <item>@string/list_delkey_del</item> | |
159 <item>@string/list_delkey_backspace</item> | |
160 </string-array> | |
161 | |
162 <string-array name="list_delkey_values" translatable="false"> | |
163 <item>del</item> | |
164 <item>backspace</item> | |
165 </string-array> | |
166 | |
167 <string-array name="file_dialog" translatable="false"> | |
168 <item>@string/pref_file_dialog_builtin</item> | |
169 <item>OI File Manager</item> | |
170 <item>AndExplorer</item> | |
171 </string-array> | |
172 | |
173 <string-array name="file_dialog_values" translatable="false"> | |
174 <item>built-in</item> | |
175 <item>OI</item> | |
176 <item>AE</item> | |
177 </string-array> | |
178 | |
179 <string-array name="list_custom_keymap" translatable="false"> | |
180 <item>@string/pref_custom_keymap_disabled</item> | |
181 <item>@string/pref_custom_keymap_full</item> | |
182 <item>ASUS Transformer Pad Series Mobile Dock</item> | |
183 <item>Samsung Captivate Glide (SGH-i927)</item> | |
184 <item>Samsung Captivate Glide (SGH-i927) ICS</item> | |
185 <item>Sony Ericsson Xperia (mini) pro</item> | |
186 </string-array> | |
187 | |
188 <string-array name="list_custom_keymap_values" translatable="false"> | |
189 <item>none</item> | |
190 <item>full</item> | |
191 <item>asus_tf</item> | |
192 <item>sgh_i927</item> | |
193 <item>sgh_i927_ics</item> | |
194 <item>se_xppro</item> | |
195 </string-array> | |
196 </resources> |