Mercurial > 510Connectbot
annotate res/values/strings.xml @ 96:5e52fa030308 stable-1.8.0
remove obsolete files
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Jun 2014 17:50:04 -0700 |
parents | 3f587bd647a5 |
children | c29fd84dff5f |
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 | |
21 <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> | |
22 <string name="app_desc">"Simple, powerful, open-source SSH client."</string> | |
23 <string name="service_desc">"Maintains SSH connections and loaded pubkeys"</string> | |
24 <string name="auth_agent_service_desc">"Acts as an ssh-agent for other Android Apps on the device"</string> | |
25 | |
26 <string name="ssh_agent_permission_label">use SSH keys stored in your SSH Agent</string> | |
27 <string name="ssh_agent_permission_desc">Allows the application to authenticate SSH transactions using your private keys stored in ConnectBot. | |
28 VERY DANGEROUS if used by a malicious application.</string> | |
29 | |
30 <!-- Window title for the Host List --> | |
31 <string name="title_hosts_list">"Hosts"</string> | |
32 <!-- Window title for the Pubkeys List --> | |
33 <string name="title_pubkey_list">"Pubkeys"</string> | |
34 <!-- Window title for the Port Forwards List --> | |
35 <string name="title_port_forwards_list">"Port forwards"</string> | |
36 <!-- Window title when editing host details --> | |
37 <string name="title_host_editor">"Edit Host"</string> | |
38 <!-- Window title for Help index --> | |
39 <string name="title_help">"Help"</string> | |
40 <!-- Window title for color list editing screen --> | |
41 <string name="title_colors">"Colors"</string> | |
42 | |
43 <string name="resolve_connect">"Connect"</string> | |
44 <!-- Menu selection where user must move finger randomly over an area to gather entropy (collect random bits) --> | |
45 <string name="resolve_entropy">"Gather Entropy"</string> | |
46 | |
47 <string name="menu_insert">"Add Host"</string> | |
48 <string name="menu_delete">"Delete Host"</string> | |
49 <string name="menu_preferences">"Preferences"</string> | |
50 | |
51 <string name="help_intro">"Please select a topic below for more information on a particular subject."</string> | |
52 <string name="help_about">"About ConnectBot"</string> | |
53 <string name="help_keyboard">"Keyboard"</string> | |
54 | |
55 <string name="pubkey_generate">"Generate"</string> | |
56 <string name="pubkey_import">"Import"</string> | |
57 <string name="pubkey_delete">"Delete key"</string> | |
58 <!-- Dialog title when user must move finger randomly over an area to gather entropy (collect random bits) --> | |
59 <string name="pubkey_gather_entropy">"Gathering Entropy"</string> | |
60 <string name="pubkey_touch_prompt">"Touch this box to gather randomness: %1$d%% done"</string> | |
61 <string name="pubkey_touch_hint">"In order to assure randomness during the key generation, move your finger randomly over the box below."</string> | |
62 <string name="pubkey_generating">"Generating key pair…"</string> | |
63 <string name="pubkey_copy_private">"Copy private key"</string> | |
64 <string name="pubkey_copy_public">"Copy public key"</string> | |
65 <!-- Note that the '\n' just splits lines, so it's actually "create or import" --> | |
66 <string name="pubkey_list_empty">"Tap \"Menu\" to create"\n"or import key pairs."</string> | |
67 <string name="pubkey_unknown_format">"Unknown format"</string> | |
68 <string name="pubkey_change_password">"Change password"</string> | |
69 <string name="pubkey_list_pick">"Pick from /sdcard"</string> | |
70 <string name="pubkey_import_parse_problem">"Problem parsing imported private key"</string> | |
71 <string name="pubkey_unlock">"Unlock key"</string> | |
72 <string name="pubkey_failed_add">"Bad password for key '%1$s'. Authentication failed."</string> | |
73 <string name="pubkey_memory_load">"Load into memory"</string> | |
74 <string name="pubkey_memory_unload">"Unload from memory"</string> | |
75 <string name="pubkey_load_on_start">"Load key on start"</string> | |
76 <!-- Pubkey preference asking user whether the key use should be confirmed via prompt before it can be used for authentication --> | |
77 <string name="pubkey_confirm_use">"Confirm before use"</string> | |
78 | |
79 <!-- Note that the '\n' splits lines, so it's actually "create port forwards" --> | |
80 <string name="portforward_list_empty">"Tap \"Menu\" to create"\n"port forwards."</string> | |
81 <string name="portforward_edit">"Edit port forward"</string> | |
82 <string name="portforward_delete">"Delete port forward"</string> | |
83 | |
84 <string name="prompt_nickname">"Nickname:"</string> | |
85 <!-- An example string that could be used as a nickname for a pubkey. --> | |
86 <string name="prompt_nickname_hint_pubkey">"My work key"</string> | |
87 <!-- The source TCP port for port forwards. --> | |
88 <string name="prompt_source_port">"Source port:"</string> | |
89 <!-- The "host:port" combination used for port forward destinations. --> | |
90 <string name="prompt_destination">"Destination:"</string> | |
91 <string name="prompt_old_password">"Old password:"</string> | |
92 <string name="prompt_password">"Password:"</string> | |
93 <!-- Added after a "Password:" prompt to indicate user needs to confirm entry. --> | |
94 <string name="prompt_again">"(again)"</string> | |
95 <!-- Label for the user to select port forward type. --> | |
96 <string name="prompt_type">"Type:"</string> | |
97 <string name="prompt_password_can_be_blank">"Note: password can be blank"</string> | |
98 <!-- Prompt for the size of the private key in bits. --> | |
99 <string name="prompt_bits">"Bits:"</string> | |
100 | |
101 <!-- Prompt for the password to unlock a certain pubkey. --> | |
102 <string name="prompt_pubkey_password">"Password for key '%1$s'"</string> | |
103 | |
104 <!-- Prompt for whether to allow SSH Authentication Agent to use the specified key. Note that the '\n' means split the line so it's actually "host to use key" --> | |
105 <string name="prompt_allow_agent_to_use_key">"Allow remote host to"\n"use key '%1$s'?"</string> | |
106 | |
107 <!-- The header of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> | |
108 <string name="host_verification_failure_warning_header">"WARNING: REMOTE HOST IDENTIFICATION HAS CHANGED!"</string> | |
109 <!-- The body of the warning a user gets when the host key has changed. Note that this can be a very serious attack, so we try to be as "loud" to the user as possible. --> | |
110 <string name="host_verification_failure_warning">"IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!"\n"Someone could be eavesdropping on you right now (man-in-the-middle attack)!"\n"It is also possible that the host key has just been changed."</string> | |
111 | |
112 <!-- Prompt user gets when the remote host has disconnected unexpectedly. --> | |
113 <string name="prompt_host_disconnected">"Host has disconnected."\n"Close session?"</string> | |
114 <!-- Prompt user must answer yes or no to when the remote host fails verification of encryption fingerprint --> | |
115 <string name="prompt_continue_connecting">"Are you sure you want"\n"to continue connecting?"</string> | |
116 | |
117 <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> | |
118 <string name="host_authenticity_warning">"The authenticity of host '%1$s' can't be established."</string> | |
119 <!-- First field is encryption algorithm. Second is the actual fingerprint in hex digits --> | |
120 <string name="host_fingerprint">"Host %1$s key fingerprint is %2$s"</string> | |
121 | |
23 | 122 <!-- tn5250 strings --> |
38
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
123 <string name="host_cert_version">"Version: "</string> |
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
124 <string name="host_cert_serial">"Serial Number: "</string> |
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
125 <string name="host_cert_algorithm">"Signature Algorithm: "</string> |
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
126 <string name="host_cert_issuer">"Issuer: "</string> |
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
127 <string name="host_cert_from">"Valid From: "</string> |
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
128 <string name="host_cert_to">"Valid To: "</string> |
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
129 <string name="host_cert_dn">"Subject DN: "</string> |
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
130 <string name="host_cert_publickey">"Public Key: "</string> |
8 | 131 <string name="host_certificate">"The certificate is %1$s"</string> |
132 <string name="prompt_accept_certificate">"Unknown Certificate - Do you accept it?"</string> | |
133 <string name="prompt_save_certificate">"Do you want to save this certificate?"</string> | |
23 | 134 <string name="prompt_sys_request">"Enter sys-request string"</string> |
8 | 135 |
0 | 136 <string name="alert_passwords_do_not_match_msg">"Passwords do not match!"</string> |
137 <string name="alert_wrong_password_msg">"Wrong password!"</string> | |
138 <string name="alert_key_corrupted_msg">"Private key appears corrupt!"</string> | |
139 <string name="alert_sdcard_absent">"SD card is not inserted!"</string> | |
140 | |
141 <!-- Add a new item (e.g., host or pubkey) to the list. --> | |
142 <string name="button_add">"Add"</string> | |
143 <!-- Change an existing item's (e.g., host or pubkey) details. --> | |
144 <string name="button_change">"Change"</string> | |
145 <!-- Button that begins the generation of a public key pair. --> | |
146 <string name="button_generate">"Generate Key"</string> | |
147 <!-- Button that resizes the screen to the user-specified dimensions. --> | |
148 <string name="button_resize">"Resize"</string> | |
149 <!-- Button that resets to default size --> | |
150 <string name="button_resize_reset">"Default size"</string> | |
151 | |
152 <string name="alert_disconnect_msg">"Connection Lost"</string> | |
153 | |
154 | |
155 <!-- The category title for terminal emulation preferences. --> | |
156 <string name="pref_emulation_category">"Terminal emulation"</string> | |
157 | |
158 <!-- Name for the emulation terminal type preference. --> | |
159 <string name="pref_emulation_title">"Emulation mode"</string> | |
160 <!-- Description of the emulation terminal type preference. --> | |
161 <string name="pref_emulation_summary">"Terminal emulation mode to use for PTY connections"</string> | |
162 | |
163 <!-- Name for the scrollback size preference --> | |
164 <string name="pref_scrollback_title">"Scrollback size"</string> | |
165 <!-- Description of the scrollback size preference --> | |
166 <string name="pref_scrollback_summary">"Size of scrollback buffer to keep in memory for each console"</string> | |
167 | |
168 <!-- The category title for user interface preferences --> | |
169 <string name="pref_ui_category">"User interface"</string> | |
170 | |
171 <!-- Name for the rotation mode preference --> | |
172 <string name="pref_rotation_title">"Rotation mode"</string> | |
173 <!-- Summary for the rotation mode preference --> | |
174 <string name="pref_rotation_summary">"How to change rotation when keyboard popped in/out"</string> | |
175 | |
176 <!-- Name for the full screen preference --> | |
177 <string name="pref_fullscreen_title">"Full screen"</string> | |
178 <!-- Summary for the full screen preference --> | |
179 <string name="pref_fullscreen_summary">"Start terminal in full screen mode"</string> | |
180 | |
181 <!-- Name for the shifted numbers are f-keys preference --> | |
182 <string name="pref_shiftfkeys_title">"Shift+num are F-keys"</string> | |
183 <!-- Summary for the shifted numbers are f-keys preference --> | |
184 <string name="pref_shiftfkeys_summary">"On hardware keyboards, number keys send F1-F10 with shift"</string> | |
185 | |
186 <!-- Name for the ctrl'ed numbers are f-keys preference --> | |
187 <string name="pref_ctrlfkeys_title">"Ctrl+num are F-keys"</string> | |
188 <!-- Summary for the ctrl'ed numbers are f-keys preference --> | |
189 <string name="pref_ctrlfkeys_summary">"On software keyboards, number keys send F1-F10 with ctrl"</string> | |
190 | |
191 <!-- Name for the volume keys control font size preference --> | |
192 <string name="pref_volumefont_title">"Volume keys change font size"</string> | |
193 <!-- Summary for the volume keys control font size preference --> | |
194 <string name="pref_volumefont_summary">"Font size can also be changed in per-host settings"</string> | |
195 | |
196 <!-- Name for the memorize keys preference --> | |
197 <string name="pref_memkeys_title">"Remember keys in memory"</string> | |
198 <!-- Summary for the memorize keys preference --> | |
199 <string name="pref_memkeys_summary">"Keep unlocked keys in memory until backend service is terminated"</string> | |
200 | |
201 <!-- Name for the update check preference --> | |
202 <string name="pref_update_title">"Update check"</string> | |
203 <!-- Summary for the update check preference --> | |
204 <string name="pref_update_summary">"Set the maximum frequency to check for ConnectBot updates"</string> | |
205 | |
206 <!-- Name for the preference that forces the service to stay running in the background.--> | |
207 <string name="pref_conn_persist_title">"Persist connections"</string> | |
208 <!-- Summary for the preference that forces the service to stay running in the background. --> | |
209 <string name="pref_conn_persist_summary">"Force connections to stay connected while in background"</string> | |
210 | |
211 <!-- Name for the keyboard shortcuts preference --> | |
212 <string name="pref_keymode_title">"Directory shortcuts"</string> | |
213 <!-- Summary for the keyboard shortcuts preference --> | |
214 <string name="pref_keymode_summary">"Select how to use Alt for '/' and Shift for Tab"</string> | |
215 | |
216 <!-- Name for the camera shortcut usage preference --> | |
217 <string name="pref_camera_title">"Camera button"</string> | |
218 <!-- Summary for the camera shortcut usage preference --> | |
219 <string name="pref_camera_summary">"Action triggered by pressing the camera button"</string> | |
220 | |
221 <!-- Name for the volup shortcut usage preference --> | |
222 <string name="pref_volup_title">"Volume up button"</string> | |
223 <string name="pref_volup_summary">"Action triggered by pressing the volume up button"</string> | |
224 | |
225 <!-- Name for the volup shortcut usage preference --> | |
226 <string name="pref_voldn_title">"Volume down button"</string> | |
227 <string name="pref_voldn_summary">"Action triggered by pressing the volume down button"</string> | |
228 | |
229 <!-- Name for the volup shortcut usage preference --> | |
230 <string name="pref_search_title">"Search button"</string> | |
231 <string name="pref_search_summary">"Action triggered by pressing the search button"</string> | |
232 | |
233 <!-- Name for the keep screen on preference --> | |
234 <string name="pref_keepalive_title">"Keep screen awake"</string> | |
235 <!-- Summary for the camera shortcut usage preference --> | |
236 <string name="pref_keepalive_summary">"Prevent the screen from turning off when working in a console"</string> | |
237 | |
238 <!-- Name for the Wi-Fi lock preference --> | |
239 <string name="pref_wifilock_title">"Keep Wi-Fi active"</string> | |
240 <!-- Summary for the Wi-Fi lock preference --> | |
241 <string name="pref_wifilock_summary">"Prevent Wi-Fi from turning off when a session is active"</string> | |
242 | |
243 <!-- Name for the haptic feedback (bumpy arrow) preference --> | |
244 <string name="pref_bumpyarrows_title">"Bumpy arrows"</string> | |
245 <!-- Summary for the haptic feedback (bumpy arrow) preference --> | |
246 <string name="pref_bumpyarrows_summary">"Vibrate when sending arrow keys from trackball; useful for laggy connections"</string> | |
247 | |
248 <!-- Category title for the Terminal Bell preferences --> | |
249 <string name="pref_bell_category">"Terminal bell"</string> | |
250 | |
251 <!-- Checkbox preference title for the audible terminal bell feature --> | |
252 <string name="pref_bell_title">"Audible bell"</string> | |
253 | |
254 <!-- Title for the slider preference to set the volume --> | |
255 <string name="pref_bell_volume_title">"Bell volume"</string> | |
256 | |
257 <!-- Checkbox preference title for the vibrate on terminal bell feature --> | |
258 <string name="pref_bell_vibrate_title">"Vibrate on bell"</string> | |
259 | |
260 <!-- Checkbox preference title for the receive notifications on terminal bell feature --> | |
261 <string name="pref_bell_notification_title">"Background notifications"</string> | |
262 <!-- Brief summary of the feature that is enabled when the checkbox preference for the receive notifications on terminal bell feature is checked --> | |
263 <string name="pref_bell_notification_summary">"Send notification when a terminal running in the background sounds a bell."</string> | |
264 | |
265 <!-- Preference selection to indicate use of right side of keyboard for special shortcuts. --> | |
266 <string name="list_keymode_right">"Use right-side keys"</string> | |
267 <!-- Preference selection to indicate use of left side of keyboard for special shortcuts. --> | |
268 <string name="list_keymode_left">"Use left-side keys"</string> | |
269 <!-- Preference selection to indicate never to use special shortcut keys. --> | |
270 <string name="list_keymode_none">"Disable"</string> | |
271 | |
272 <!-- Preference to not use pubkeys to authenticate to this host. --> | |
273 <string name="list_pubkeyids_none">"Do not use keys"</string> | |
274 <!-- Preference to use any pubkey to authenticate to this host. --> | |
275 <string name="list_pubkeyids_any">"Use any unlocked key"</string> | |
276 | |
277 <!-- Frequency for which to check for program updates. --> | |
278 <string name="list_update_daily">"Daily"</string> | |
279 <!-- Frequency for which to check for program updates. --> | |
280 <string name="list_update_weekly">"Weekly"</string> | |
281 <!-- Frequency for which to check for program updates. --> | |
282 <string name="list_update_never">"Never"</string> | |
283 | |
284 <!-- Host nickname field preference title --> | |
285 <string name="hostpref_nickname_title">"Nickname"</string> | |
286 | |
287 <!-- Host color category preference title --> | |
288 <string name="hostpref_color_title">"Color category"</string> | |
289 | |
290 <!-- Host's default font size when opening the terminal in points (pt) --> | |
291 <string name="hostpref_fontsize_title">"Font size (pt)"</string> | |
292 | |
293 <!-- Host pubkey usage preference title --> | |
294 <string name="hostpref_pubkeyid_title">"Use pubkey authentication"</string> | |
295 | |
296 <!-- Preference title for the SSH Authentication Agent Forwarding for a host connection --> | |
297 <string name="hostpref_authagent_title">"Use SSH auth agent"</string> | |
298 | |
299 <!-- Host post-login automation preference title --> | |
300 <string name="hostpref_postlogin_title">"Post-login automation"</string> | |
301 <!-- Host post-login automation preference summary --> | |
302 <string name="hostpref_postlogin_summary">"Commands to run on remote server once authenticated"</string> | |
303 | |
304 <!-- Host compression preference title --> | |
305 <string name="hostpref_compression_title">"Compression"</string> | |
306 <!-- Summary for compression preference --> | |
307 <string name="hostpref_compression_summary">"This may help with slower networks"</string> | |
308 | |
309 <!-- HTTP Proxy preference title --> | |
310 <string name="hostpref_httpproxy_title">"Use HTTP Proxy"</string> | |
311 <!-- Summary for compression preference --> | |
312 <string name="hostpref_httpproxy_summary">"The host:port of an HTTP proxy"</string> | |
313 | |
314 <!-- Setting for whether we want a session to start up when we connect to a host --> | |
315 <string name="hostpref_wantsession_title">"Start shell session"</string> | |
316 <!-- Summary for field asking whether a shell session should be started up upon connection or not --> | |
317 <string name="hostpref_wantsession_summary">"Disable this preference to only use port forwards"</string> | |
318 | |
319 <!-- Setting for whether the host should be reconnected to automatically upon disconnect --> | |
320 <string name="hostpref_stayconnected_title">"Stay connected"</string> | |
321 <!-- Summary for preference asking whether the host should be reconnected to when it disconnects --> | |
322 <string name="hostpref_stayconnected_summary">"Try to reconnect to host if disconnected"</string> | |
323 | |
324 <!-- Setting for what key code is sent to the server when DEL key is pressed. --> | |
325 <string name="hostpref_delkey_title">"DEL Key"</string> | |
326 <!-- Summary for field asking what key code is sent to the server when DEL key is pressed. --> | |
327 <string name="hostpref_delkey_summary">"The key code sent when DEL key is pressed"</string> | |
328 | |
329 <!-- Host character encoding preference title --> | |
330 <string name="hostpref_encoding_title">"Encoding"</string> | |
331 <!-- Host character encoding preference summary --> | |
332 <string name="hostpref_encoding_summary">"Character encoding for the host"</string> | |
333 | |
334 <!-- Host preference category title for connection settings --> | |
335 <string name="hostpref_connection_category">"Connection settings"</string> | |
336 | |
337 <!-- Username field title for host editor preference --> | |
338 <string name="hostpref_username_title">"Username"</string> | |
339 | |
340 <!-- Hostname field title for host editor preference --> | |
341 <string name="hostpref_hostname_title">"Host"</string> | |
342 | |
343 <!-- Port field title for host editor preference --> | |
344 <string name="hostpref_port_title">"Port"</string> | |
345 | |
346 <!-- Monitor field title for host editor preference --> | |
347 <string name="hostpref_monitor_title">"Monitor Init String"</string> | |
90
3f587bd647a5
convert ctrl keys to virtual keys; use proper android home directory
Carl Byington <carl@five-ten-sg.com>
parents:
62
diff
changeset
|
348 <string name="hostpref_monitor_summary">"String to pass to the monitor process"</string> |
0 | 349 |
62
aac8e0496ef9
add 5250 config entries
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
350 <!-- Override global emulation (terminal type) host editor preference --> |
aac8e0496ef9
add 5250 config entries
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
351 <string name="hostpref_emulation_title">"Emulation mode"</string> |
aac8e0496ef9
add 5250 config entries
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
352 <string name="hostpref_emulation_summary">"Override global emulation mode / answerback string"</string> |
aac8e0496ef9
add 5250 config entries
Carl Byington <carl@five-ten-sg.com>
parents:
61
diff
changeset
|
353 |
61
ce8f13242339
add 5250 config entries
Carl Byington <carl@five-ten-sg.com>
parents:
38
diff
changeset
|
354 <!-- Host 5250_encryption preference title --> |
ce8f13242339
add 5250 config entries
Carl Byington <carl@five-ten-sg.com>
parents:
38
diff
changeset
|
355 <string name="hostpref_5250_encryption_title">"Host 5250 Encryption"</string> |
ce8f13242339
add 5250 config entries
Carl Byington <carl@five-ten-sg.com>
parents:
38
diff
changeset
|
356 |
0 | 357 <!-- Host preference category title for x11 forwarding --> |
358 <string name="hostpref_x11_forwarding">"X11 forwarding"</string> | |
359 | |
360 <!-- Enable x11 forwarding checkbox title for host editor preference --> | |
361 <string name="hostpref_wantx11forward_title">"Enable X11 forwarding"</string> | |
362 | |
363 <!-- Enable x11 forwarding checkbox summary for host editor preference --> | |
364 <string name="hostpref_wantx11forward_summary">"Forward X11 sessions to host and port specified below"</string> | |
365 | |
366 <!-- Hostname field title for x11 forwarding in host editor preference --> | |
367 <string name="hostpref_x11host_title">"X11 forwarding host"</string> | |
368 | |
369 <!-- Port field title for x11 forwarding in host editor preference --> | |
370 <string name="hostpref_x11port_title">"X11 forwarding port"</string> | |
371 | |
372 <!-- Displayed to indicate a host has never been connected to. --> | |
373 <string name="bind_never">"Never connected"</string> | |
374 <!-- The time that has elapsed since a host was connected to when it has been less than an hour. --> | |
375 <string name="bind_minutes">"%1$s minutes ago"</string> | |
376 <!-- The time that has elapsed since a host was connected to when it has been less than a day. --> | |
377 <string name="bind_hours">"%1$s hours ago"</string> | |
378 <!-- The time that has elapsed since a host was connected to when it has been a day or more. --> | |
379 <string name="bind_days">"%1$s days ago"</string> | |
380 | |
381 <!-- Message given when user copies from the terminal. --> | |
382 <string name="console_copy_done">"Copied %1$d bytes to clipboard"</string> | |
383 <!-- Instructions for how to copy from the terminal. The '\n' entries are to split lines to improve readability and prevent wrapping off the screen. --> | |
384 <string name="console_copy_start">"Touch and drag"\n"or use directional pad"\n"to select area to copy"</string> | |
385 | |
386 <!-- Button to close the disconnected terminal window. --> | |
387 <string name="console_menu_close">"Close"</string> | |
388 <!-- Button to begin copying from the terminal to the clipboard. --> | |
389 <string name="console_menu_copy">"Copy"</string> | |
390 <!-- Button to paste from the clipboard to the terminal. --> | |
391 <string name="console_menu_paste">"Paste"</string> | |
392 <!-- Button that brings user to the Port Forwards List. --> | |
393 <string name="console_menu_portforwards">"Port Forwards"</string> | |
394 <!-- Button that brings user to the terminal resizing dialog where they can force a size. --> | |
395 <string name="console_menu_resize">"Force Size"</string> | |
396 <!-- Button that brings up the list of URLs on the current screen --> | |
397 <string name="console_menu_urlscan">"URL Scan"</string> | |
398 <!-- Button that initiates screen capture --> | |
399 <string name="console_menu_screencapture">"Screen Capture"</string> | |
400 <!-- Button that lets user pick the file to download --> | |
401 <string name="console_menu_download">"Download File"</string> | |
402 <!-- Button that lets user pick the file to upload --> | |
403 <string name="console_menu_upload">"Upload File"</string> | |
404 | |
405 <!-- Button label to answer "Yes" to a yes/no prompt --> | |
406 <string name="button_yes">"Yes"</string> | |
407 <!-- Button label to answer "No" to a yes/no prompt --> | |
408 <string name="button_no">"No"</string> | |
409 | |
410 <!-- Selection for a "local" port forward. E.g., connections to a port listening locally is forwarded to the remote end's listening port. --> | |
411 <string name="portforward_local">"Local"</string> | |
412 <!-- Selection for a "remote" port forward. E.g., connections to a port listening remotely is forwarded to the local end's listening port. --> | |
413 <string name="portforward_remote">"Remote"</string> | |
414 <!-- Selection for a "dynamic" port forward. E.g., connections to a port listening locally is forwarded based on the SOCKS protocol to an arbitrary remote host and port. --> | |
415 <string name="portforward_dynamic">"Dynamic (SOCKS)"</string> | |
416 <!-- Button that commits the port forward to be made from the Port Forward Creation dialog. --> | |
417 <string name="portforward_pos">"Create port forward"</string> | |
418 | |
419 <string name="portforward_done">"Successfully created port forward"</string> | |
420 <string name="portforward_problem">"Problem creating port forward, maybe you're using ports under 1024 or port is already used?"</string> | |
421 | |
422 <string name="portforward_menu_add">"Add port forward"</string> | |
423 | |
424 <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. --> | |
425 <string name="hint_userhost">"user@hostname"</string> | |
426 | |
427 <!-- Hint given to user when the format they're using is incorrect in the quick-connect box. --> | |
428 <string name="list_format_error">"Use the format \"%1$s\""</string> | |
429 | |
430 <!-- Part of the formatting hints that will be used like: username@hostname:port --> | |
431 <string name="format_username">"user"</string> | |
432 <!-- Part of the formatting hints that will be used like: username@hostname:port --> | |
433 <string name="format_hostname">"host"</string> | |
434 <!-- Part of the formatting hints that will be used like: username@hostname:port --> | |
435 <string name="format_port">"port"</string> | |
436 | |
437 <string name="list_menu_pubkeys">"Manage Pubkeys"</string> | |
438 <!-- Selection choice to sort hosts by color. --> | |
439 <string name="list_menu_sortcolor">"Sort by color"</string> | |
440 <!-- Selection choice to sort hosts by nickname. --> | |
441 <string name="list_menu_sortname">"Sort by name"</string> | |
442 <string name="list_menu_settings">"Settings"</string> | |
443 | |
444 <string name="list_host_disconnect">"Disconnect"</string> | |
445 <string name="list_host_edit">"Edit host"</string> | |
446 <string name="list_host_portforwards">"Edit port forwards"</string> | |
447 <string name="list_host_delete">"Delete host"</string> | |
448 <!-- Note that the '\n' splits the lines so it's actually "quick-connect box below to connect" --> | |
449 <string name="list_host_empty">"Use the quick-connect box"\n"below to connect to a host."</string> | |
450 | |
451 <!-- Default screen rotation preference selection --> | |
452 <string name="list_rotation_default">"Default"</string> | |
453 <string name="list_rotation_land">"Force landscape"</string> | |
454 <string name="list_rotation_port">"Force portrait"</string> | |
455 <!-- Selection to indicate the rotation should be selected automatically based on the tilt sensor. --> | |
456 <string name="list_rotation_auto">"Automatic"</string> | |
457 | |
458 <!-- Selection to indicate pressing a hardware button should send Ctrl. --> | |
459 <string name="list_hwbutton_ctrl">"CTRL"</string> | |
460 <!-- Selection to indicate pressing a hardware button should send Esc. --> | |
461 <string name="list_hwbutton_esc">"Esc"</string> | |
462 <!-- Selection to indicate pressing a hardware button should send a Tab. --> | |
463 <string name="list_hwbutton_tab">"Tab"</string> | |
464 <!-- Selection to indicate pressing a hardware button should do a screen capture. --> | |
465 <string name="list_hwbutton_screen_capture">"Screen Capture"</string> | |
466 <!-- Selection to indicate pressing a hardware button should send "Ctrl then Space". --> | |
467 <string name="list_hwbutton_ctrlaspace">"Ctrl+A then Space"</string> | |
468 <!-- Selection to indicate pressing a hardware button should send "Ctrl+A". --> | |
469 <string name="list_hwbutton_ctrla">"Ctrl+A"</string> | |
470 <!-- Selection to indicate pressing a hardware button should send "Esc+A". --> | |
471 <string name="list_hwbutton_esc_a">"Esc+A"</string> | |
472 <!-- Selection to indicate pressing a hardware button should send nothing at all. --> | |
473 <string name="list_hwbutton_none">"None"</string> | |
474 | |
475 <!-- Name for the backspace character --> | |
476 <string name="list_delkey_backspace">"Backspace"</string> | |
477 <!-- Name for the ASCII DEL character --> | |
478 <string name="list_delkey_del">"Delete"</string> | |
479 | |
480 <string name="delete_message">"Are you sure you want to delete '%1$s'?"</string> | |
481 <string name="delete_pos">"Yes, delete"</string> | |
482 <string name="delete_neg">"Cancel"</string> | |
483 | |
484 <!-- Button to agree to license terms. --> | |
485 <string name="wizard_agree">"Agree"</string> | |
486 <!-- Button to go to the next page in the first time start-up wizard. --> | |
487 <string name="wizard_next">"Next"</string> | |
488 <!-- Button to go to the previous page in the first time start-up wizard. --> | |
489 <string name="wizard_back">"Back"</string> | |
490 | |
491 <string name="terminal_no_hosts_connected">"No hosts currently connected"</string> | |
492 | |
493 <!-- Displayed in terminal when attempting to connect to a host. The first two | |
494 variables are host:port and the third is the protocol (e.g., SSH) --> | |
495 <string name="terminal_connecting">"Connecting to %1$s:%2$d via %3$s"</string> | |
496 | |
497 <!-- Displays the host key to the user in the terminal --> | |
498 <string name="terminal_sucess">"Verified host '%1$s' key: %2$s"</string> | |
499 <string name="terminal_failed">"Host key verification failed."</string> | |
500 | |
501 <!-- Displayed on the terminal describing the cryptographic algorithm names --> | |
502 <string name="terminal_using_s2c_algorithm">"Server-to-client algorithm: %1$s %2$s"</string> | |
503 <!-- Displayed on the terminal describing the cryptographic algorithm names --> | |
504 <string name="terminal_using_c2s_algorithm">"Client-to-server algorithm: %1$s %2$s"</string> | |
505 <!-- Displayed on the terminal describing the cryptographic algorithm names --> | |
506 <string name="terminal_using_algorithm">"Using algorithm: %1$s %2$s"</string> | |
507 | |
508 <string name="terminal_auth">"Trying to authenticate"</string> | |
509 | |
510 <string name="terminal_auth_pass">"Attempting 'password' authentication"</string> | |
511 <string name="terminal_auth_pass_fail">"Authentication method 'password' failed"</string> | |
512 | |
513 <string name="terminal_auth_pubkey_any">"Attempting 'publickey' authentication with any in-memory public keys"</string> | |
514 <string name="terminal_auth_pubkey_invalid">"Selected public key is invalid, try reselecting key in host editor"</string> | |
515 <string name="terminal_auth_pubkey_specific">"Attempting 'publickey' authentication with a specific public key"</string> | |
516 <string name="terminal_auth_pubkey_fail">"Authentication method 'publickey' with key '%1$s' failed"</string> | |
517 | |
518 <string name="terminal_auth_ki">"Attempting 'keyboard-interactive' authentication"</string> | |
519 <string name="terminal_auth_ki_fail">"Authentication method 'keyboard-interactive' failed"</string> | |
520 | |
521 <string name="terminal_auth_fail">"[Your host doesn't support 'password' or 'keyboard-interactive' authentication.]"</string> | |
522 | |
523 <string name="terminal_no_session">"Session will not be started due to host preference."</string> | |
524 <string name="terminal_enable_portfoward">"Enable port forward: %1$s"</string> | |
525 | |
38
011462bddcf1
start tn5250 integration
Carl Byington <carl@five-ten-sg.com>
parents:
23
diff
changeset
|
526 <string name="local_shell_unavailable">"Failure! Local shell is unavailable on this device."</string> |
0 | 527 |
528 <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> | |
529 <string name="notification_text">"%1$s wants your attention."</string> | |
530 | |
531 <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> | |
532 <string name="no">"No"</string> | |
533 <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only --> | |
534 <string name="with_confirmation">"With confirmation"</string> | |
535 <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys --> | |
536 <string name="yes">"Yes"</string> | |
537 | |
538 <!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers --> | |
539 <string name="exceptions_submit_message">"It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?"</string> | |
540 | |
541 <!-- Menu selection to reset colors to their defaults. --> | |
542 <string name="menu_colors_reset">"Reset"</string> | |
543 | |
544 <!-- Displayed in the notification bar that connections are active --> | |
545 <string name="app_is_running">"510 ConnectBot is running"</string> | |
546 | |
547 <string name="color_red">"red"</string> | |
548 <string name="color_green">"green"</string> | |
549 <string name="color_blue">"blue"</string> | |
550 <string name="color_gray">"gray"</string> | |
551 | |
552 <!-- Very short label indicating the thing next to it is "foreground color." --> | |
553 <string name="colors_fg">"FG":</string> | |
554 | |
555 <!-- Very short label indicating the thing next to it is "background color." --> | |
556 <string name="color_bg">"BG:"</string> | |
557 | |
558 <!-- Describes the image of the "connected to host" icon for accessibility purposes. --> | |
559 <string name="image_description_connected">"Connected."</string> | |
560 | |
561 <!-- Describes the icon of the "locked pubkey" icon for accessibility purposes. --> | |
562 <string name="image_description_key_is_locked">"Key is locked."</string> | |
563 | |
564 <!-- Describes the icon of the "send control character" button in the terminal view for | |
565 accessibility purposes. --> | |
566 <string name="image_description_toggle_control_character">Toggle control character.</string> | |
567 | |
568 <!-- Describes the icon of the "send escape character" button in the terminal view for | |
569 accessibility purposes. --> | |
570 <string name="image_description_send_escape_character">Send escape character.</string> | |
571 | |
572 <!-- Describes the icon of the "show keyboard" button in the terminal view for accessibility | |
573 purposes. --> | |
574 <string name="image_description_show_keyboard">Show keyboard.</string> | |
575 | |
576 <!-- Describes the icon of the "line input" button in the terminal view for accessibility | |
577 purposes --> | |
578 <string name="image_description_line_input">Single line input</string> | |
579 | |
580 <!-- Describes the icon of the "sym" button in the terminal view for accessibility | |
581 purposes --> | |
582 <string name="image_description_sym">Character picker window</string> | |
583 | |
584 <string name="button_close">Close</string> | |
585 | |
586 <!-- Keyboard customization --> | |
587 <string name="pref_custom_keymap_title">Custom Keymap</string> | |
588 <string name="pref_custom_keymap_summary">Remapping of certain keys on supported devices</string> | |
589 <string name="pref_custom_keymap_full">Full hardware keyboard</string> | |
590 <string name="pref_custom_keymap_disabled">disabled</string> | |
591 | |
592 <!-- Force screen size --> | |
593 <string name="pref_default_size_category">Default sizing values</string> | |
594 <string name="pref_default_font_size">Default font size</string> | |
595 <string name="pref_default_font_size_summary">Default start font size (0 = Auto)</string> | |
596 <string name="pref_default_fsize_width">Default width (force size)</string> | |
597 <string name="pref_default_fsize_width_summary">Default screen width in columns for force resize</string> | |
598 <string name="pref_default_fsize_height">Default height (force size)</string> | |
599 <string name="pref_default_fsize_height_summary">Default screen height in rows for force resize</string> | |
600 <string name="resize_error_title">Error resizing screen</string> | |
601 <string name="resize_error_width_height">Width and height must be higher than 0</string> | |
602 <string name="dia_resize_x">x</string> | |
603 | |
604 <!-- Screen capture --> | |
605 <string name="pref_screen_capture_category">Screen Capture</string> | |
606 <string name="pref_screen_capture_folder">Screen capture path</string> | |
607 <string name="pref_screen_capture_folder_summary">Folder to save screen capture files</string> | |
608 <string name="pref_screen_capture_popup">Screen capture report</string> | |
609 <string name="pref_screen_capture_popup_summary">Display a pop-up window on successful screen capture</string> | |
610 <string name="screen_capture">Screen Capture</string> | |
611 <string name="screenshot_success_title">Screenshot successful</string> | |
612 <string name="screenshot_saved_as">Screenshot saved as</string> | |
613 <string name="screenshot_error_title">Error creating screenshot</string> | |
614 <string name="screenshot_not_saved_as">Could not save screenshot as</string> | |
615 | |
616 <!-- Character picker (Sym) dialog --> | |
617 <string name="pref_picker_string">Sym window contents</string> | |
618 <string name="pref_picker_string_summary">String of characters for the character picker dialog</string> | |
619 <string name="pref_picker_keep_open">Leave Sym window open</string> | |
620 <string name="pref_picker_keep_open_summary">Only the cancel button closes the picker dialog</string> | |
621 | |
622 <!-- File Dialog --> | |
623 <string name="pref_file_transfer_category">File Transfer</string> | |
624 <string name="pref_file_dialog_title">File selection</string> | |
625 <string name="pref_file_dialog_summary">Dialog for choosing files and directories</string> | |
626 <string name="pref_file_dialog_builtin">built-in</string> | |
627 <string name="error_starting_app">Error starting %1$s</string> | |
628 <string name="file_chooser_select_file">Select file %1$s</string> | |
629 <string name="select_for_download">for download</string> | |
630 <string name="select_for_upload">for upload</string> | |
631 <string name="select_for_key_import">for key import</string> | |
632 | |
633 <!-- com.lamerman.FileExplorer --> | |
634 <string name="location">Location</string> | |
635 <string name="cant_read_folder">Error reading folder.</string> | |
636 <string name="nnew">New</string> | |
637 <string name="select">Select</string> | |
638 <string name="file_name">File name:</string> | |
639 <string name="cancel">Cancel</string> | |
640 <string name="new_file">New file</string> | |
641 <string name="save">Save</string> | |
642 <string name="no_data">No Data</string> | |
643 <color name="gray">#ffff0000</color> | |
644 | |
645 <!-- File Transfer --> | |
646 <string name="pref_download_folder">Download folder</string> | |
647 <string name="pref_download_folder_summary">Path to save downloaded files</string> | |
648 <string name="pref_remote_upload_folder">Remote upload folder</string> | |
649 <string name="pref_remote_upload_folder_summary">Remote path to save uploaded files</string> | |
650 <string name="pref_upload_dest_prompt">Upload target prompt</string> | |
651 <string name="pref_upload_dest_prompt_summary">Prompt for remote destination of file uploads</string> | |
652 <string name="pref_background_file_transfer">Background file transfer</string> | |
653 <string name="pref_background_file_transfer_summary">Perform file downloads and uploads in background</string> | |
654 <string name="transfer_downloading">"Downloading file…"</string> | |
655 <string name="transfer_downloading_file">Downloading file: %1$s</string> | |
656 <string name="transfer_download_complete">Download complete</string> | |
657 <string name="transfer_download_failed">Error downloading file(s):%1$s</string> | |
658 <string name="transfer_select_remote_download_title">Download file(s)</string> | |
659 <string name="transfer_select_remote_download_desc">Enter paths of the remote files to download (one per line)</string> | |
660 <string name="transfer_select_remote_upload_dest_title">Upload destination</string> | |
661 <string name="transfer_select_remote_upload_dest_desc">Enter remote file name for:</string> | |
662 <string name="transfer_button_download">Download</string> | |
663 <string name="transfer_button_upload">Upload</string> | |
664 <string name="transfer_uploading">"Uploading file…"</string> | |
665 <string name="transfer_uploading_file">Uploading file: %1$s</string> | |
666 <string name="transfer_upload_complete">Upload complete</string> | |
667 <string name="transfer_upload_failed">Error uploading file(s):%1$s</string> | |
668 | |
669 <!-- Key export --> | |
670 <string name="pubkey_export_private">"Export private key"</string> | |
671 <string name="pubkey_export_public">"Export public key"</string> | |
672 <string name="pubkey_public_save_as">Save public key</string> | |
673 <string name="pubkey_public_save_as_desc">File name (full path) to save the public key</string> | |
674 <string name="pubkey_private_save_as">Save private key</string> | |
675 <string name="pubkey_private_save_as_desc">File name (full path) to save the private key</string> | |
676 <string name="pubkey_public_export_success">Public key saved as %1$s</string> | |
677 <string name="pubkey_public_export_problem">Error exporting public key</string> | |
678 <string name="pubkey_private_export_success">Private key saved as %1$s</string> | |
679 <string name="pubkey_private_export_problem">Error exporting private key</string> | |
680 | |
681 <!-- Debug --> | |
682 <string name="pref_debug_category">Debug settings</string> | |
683 <string name="pref_debug_keycodes">Print keycodes</string> | |
684 <string name="pref_debug_keycodes_summary">Print codes of keys pressed in terminal window</string> | |
685 <string name="keycode_pressed">Code of pressed key</string> | |
686 | |
687 <!-- Long Press Menu --> | |
688 <string name="pref_extended_longpress">Extended longpress menu</string> | |
689 <string name="pref_extended_longpress_summary">Show input dialogs in tap-and-hold menu</string> | |
690 <string name="longpress_select_action">Select Action</string> | |
691 <string name="longpress_enable_full_screen_mode">Enable full screen mode</string> | |
692 <string name="longpress_disable_full_screen_mode">Disable full screen mode</string> | |
693 <string name="longpress_change_font_size">Change font size</string> | |
694 <string name="longpress_arrows_dialog">Arrow keys</string> | |
695 <string name="longpress_fkeys_dialog">Function keys</string> | |
696 <string name="longpress_ctrl_dialog">CTRL+?</string> | |
697 <string name="longpress_sym_dialog">Character picker</string> | |
698 | |
699 <!-- Ctrl picker dialog --> | |
700 <string name="pref_ctrl_string">Ctrl window contents</string> | |
701 <string name="pref_ctrl_string_summary">String of characters for the CTRL+? combination</string> | |
702 | |
703 <string name="fullscreen">Fullscreen</string> | |
704 </resources> |