Mercurial > 510Connectbot
annotate app/src/main/res/values/arrays.xml @ 517:e70ec2c51ffa
Added tag stable-1.9.4-7 for changeset 3407f4741240
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 31 May 2024 13:31:52 -0600 |
parents | 2eb4fa13b9ef |
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> | |
509
2eb4fa13b9ef
update 5250 encryption to allow TLS1.3, remove old SSLv2 and SSLv3 methods
Carl Byington <carl@five-ten-sg.com>
parents:
438
diff
changeset
|
32 <item>TLSv1.2</item> |
2eb4fa13b9ef
update 5250 encryption to allow TLS1.3, remove old SSLv2 and SSLv3 methods
Carl Byington <carl@five-ten-sg.com>
parents:
438
diff
changeset
|
33 <item>TLSv1.3</item> |
61 | 34 </string-array> |
35 | |
0 | 36 <string-array name="list_rotation" translatable="false"> |
37 <item>@string/list_rotation_default</item> | |
38 <item>@string/list_rotation_land</item> | |
39 <item>@string/list_rotation_port</item> | |
40 <item>@string/list_rotation_auto</item> | |
41 </string-array> | |
42 | |
43 <string-array name="list_rotation_values" translatable="false"> | |
44 <item>Default</item> | |
45 <item>Force landscape</item> | |
46 <item>Force portrait</item> | |
47 <item>Automatic</item> | |
48 </string-array> | |
49 | |
50 <string-array name="list_hwbutton" translatable="false"> | |
51 <item>@string/list_hwbutton_ctrl</item> | |
52 <item>@string/list_hwbutton_esc</item> | |
53 <item>@string/list_hwbutton_tab</item> | |
54 <item>@string/list_hwbutton_screen_capture</item> | |
55 <item>@string/list_hwbutton_ctrlaspace</item> | |
56 <item>@string/list_hwbutton_ctrla</item> | |
57 <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
|
58 <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
|
59 <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
|
60 <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
|
61 <item>@string/list_hwbutton_decrease_fontsize</item> |
0 | 62 <item>@string/list_hwbutton_none</item> |
63 </string-array> | |
64 | |
148
69333ca1563c
add ptt button p2 preference
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
65 <!-- must match PreferenceConstants --> |
0 | 66 <string-array name="list_hwbutton_values" translatable="false"> |
67 <item>CTRL</item> | |
68 <item>Esc</item> | |
69 <item>Tab</item> | |
70 <item>Screen Capture</item> | |
71 <item>Ctrl+A then Space</item> | |
72 <item>Ctrl+A</item> | |
73 <item>Esc+A</item> | |
148
69333ca1563c
add ptt button p2 preference
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
74 <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
|
75 <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
|
76 <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
|
77 <item>Decrease Font Size</item> |
0 | 78 <item>None</item> |
79 </string-array> | |
80 | |
81 <string-array name="list_colors" translatable="false"> | |
82 <item>@string/color_red</item> | |
83 <item>@string/color_green</item> | |
84 <item>@string/color_blue</item> | |
85 <item>@string/color_gray</item> | |
86 </string-array> | |
87 | |
88 <string-array name="list_color_values" translatable="false"> | |
89 <item>red</item> | |
90 <item>green</item> | |
91 <item>blue</item> | |
92 <item>gray</item> | |
93 </string-array> | |
94 | |
95 <string-array name="list_keymode" translatable="false"> | |
96 <item>@string/list_keymode_right</item> | |
97 <item>@string/list_keymode_left</item> | |
98 <item>@string/list_keymode_none</item> | |
99 </string-array> | |
100 | |
101 <string-array name="list_keymode_values" translatable="false"> | |
102 <item>Use right-side keys</item> | |
103 <item>Use left-side keys</item> | |
104 <item>none</item> | |
105 </string-array> | |
106 | |
107 <string-array name="list_pubkeyids" translatable="false"> | |
108 <item>@string/list_pubkeyids_none</item> | |
109 <item>@string/list_pubkeyids_any</item> | |
110 </string-array> | |
111 | |
112 <string-array name="list_pubkeyids_value" translatable="false"> | |
113 <item>-2</item> | |
114 <item>-1</item> | |
115 </string-array> | |
116 | |
117 <string-array name="list_authagent" translatable="false"> | |
118 <item>@string/no</item> | |
119 <item>@string/with_confirmation</item> | |
120 <item>@string/yes</item> | |
121 </string-array> | |
122 | |
123 <string-array name="list_authagent_values" translatable="false"> | |
124 <item>no</item> | |
125 <item>confirm</item> | |
126 <item>yes</item> | |
127 </string-array> | |
128 | |
129 <string-array name="list_portforward_types" translatable="false"> | |
130 <item>@string/portforward_local</item> | |
131 <item>@string/portforward_remote</item> | |
132 <item>@string/portforward_dynamic</item> | |
133 </string-array> | |
134 | |
135 <string-array name="list_wizard_topics" translatable="false"> | |
136 <item>About</item> | |
137 <item>Hints</item> | |
138 <item>PhysicalKeyboard</item> | |
162
9904642c319e
add 5250 documentation
Carl Byington <carl@five-ten-sg.com>
parents:
148
diff
changeset
|
139 <item>5250Keys</item> |
0 | 140 <item>ScreenGestures</item> |
141 <item>VirtualKeyboard</item> | |
142 </string-array> | |
143 | |
144 <string-array name="list_delkey" translatable="false"> | |
145 <item>@string/list_delkey_del</item> | |
146 <item>@string/list_delkey_backspace</item> | |
147 </string-array> | |
148 | |
149 <string-array name="list_delkey_values" translatable="false"> | |
150 <item>del</item> | |
151 <item>backspace</item> | |
152 </string-array> | |
153 | |
154 <string-array name="file_dialog" translatable="false"> | |
155 <item>@string/pref_file_dialog_builtin</item> | |
156 <item>OI File Manager</item> | |
157 <item>AndExplorer</item> | |
158 </string-array> | |
159 | |
160 <string-array name="file_dialog_values" translatable="false"> | |
161 <item>built-in</item> | |
162 <item>OI</item> | |
163 <item>AE</item> | |
164 </string-array> | |
165 | |
166 <string-array name="list_custom_keymap" translatable="false"> | |
167 <item>@string/pref_custom_keymap_disabled</item> | |
168 <item>@string/pref_custom_keymap_full</item> | |
169 <item>ASUS Transformer Pad Series Mobile Dock</item> | |
170 <item>Samsung Captivate Glide (SGH-i927)</item> | |
171 <item>Samsung Captivate Glide (SGH-i927) ICS</item> | |
172 <item>Sony Ericsson Xperia (mini) pro</item> | |
173 </string-array> | |
174 | |
175 <string-array name="list_custom_keymap_values" translatable="false"> | |
176 <item>none</item> | |
177 <item>full</item> | |
178 <item>asus_tf</item> | |
179 <item>sgh_i927</item> | |
180 <item>sgh_i927_ics</item> | |
181 <item>se_xppro</item> | |
182 </string-array> | |
183 </resources> |