Mercurial > 510Connectbot
comparison res/values/strings.xml @ 79:01d939969b10
merge tn5250 branch into default
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Mon, 16 Jun 2014 08:24:00 -0700 |
parents | aac8e0496ef9 |
children | 3f587bd647a5 |
comparison
equal
deleted
inserted
replaced
19:b3d0d806cbe2 | 79:01d939969b10 |
---|---|
117 <!-- Sent to user when the remote public encryption key fingerprint doesn't match the local database --> | 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> | 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 --> | 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> | 120 <string name="host_fingerprint">"Host %1$s key fingerprint is %2$s"</string> |
121 | 121 |
122 <!-- tn5250 strings --> | |
123 <string name="host_cert_version">"Version: "</string> | |
124 <string name="host_cert_serial">"Serial Number: "</string> | |
125 <string name="host_cert_algorithm">"Signature Algorithm: "</string> | |
126 <string name="host_cert_issuer">"Issuer: "</string> | |
127 <string name="host_cert_from">"Valid From: "</string> | |
128 <string name="host_cert_to">"Valid To: "</string> | |
129 <string name="host_cert_dn">"Subject DN: "</string> | |
130 <string name="host_cert_publickey">"Public Key: "</string> | |
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> | |
134 <string name="prompt_sys_request">"Enter sys-request string"</string> | |
135 | |
122 <string name="alert_passwords_do_not_match_msg">"Passwords do not match!"</string> | 136 <string name="alert_passwords_do_not_match_msg">"Passwords do not match!"</string> |
123 <string name="alert_wrong_password_msg">"Wrong password!"</string> | 137 <string name="alert_wrong_password_msg">"Wrong password!"</string> |
124 <string name="alert_key_corrupted_msg">"Private key appears corrupt!"</string> | 138 <string name="alert_key_corrupted_msg">"Private key appears corrupt!"</string> |
125 <string name="alert_sdcard_absent">"SD card is not inserted!"</string> | 139 <string name="alert_sdcard_absent">"SD card is not inserted!"</string> |
126 | 140 |
329 <!-- Port field title for host editor preference --> | 343 <!-- Port field title for host editor preference --> |
330 <string name="hostpref_port_title">"Port"</string> | 344 <string name="hostpref_port_title">"Port"</string> |
331 | 345 |
332 <!-- Monitor field title for host editor preference --> | 346 <!-- Monitor field title for host editor preference --> |
333 <string name="hostpref_monitor_title">"Monitor Init String"</string> | 347 <string name="hostpref_monitor_title">"Monitor Init String"</string> |
348 | |
349 <!-- Override global emulation (terminal type) host editor preference --> | |
350 <string name="hostpref_emulation_title">"Emulation mode"</string> | |
351 <string name="hostpref_emulation_summary">"Override global emulation mode / answerback string"</string> | |
352 | |
353 <!-- Host 5250_encryption preference title --> | |
354 <string name="hostpref_5250_encryption_title">"Host 5250 Encryption"</string> | |
334 | 355 |
335 <!-- Host preference category title for x11 forwarding --> | 356 <!-- Host preference category title for x11 forwarding --> |
336 <string name="hostpref_x11_forwarding">"X11 forwarding"</string> | 357 <string name="hostpref_x11_forwarding">"X11 forwarding"</string> |
337 | 358 |
338 <!-- Enable x11 forwarding checkbox title for host editor preference --> | 359 <!-- Enable x11 forwarding checkbox title for host editor preference --> |
499 <string name="terminal_auth_fail">"[Your host doesn't support 'password' or 'keyboard-interactive' authentication.]"</string> | 520 <string name="terminal_auth_fail">"[Your host doesn't support 'password' or 'keyboard-interactive' authentication.]"</string> |
500 | 521 |
501 <string name="terminal_no_session">"Session will not be started due to host preference."</string> | 522 <string name="terminal_no_session">"Session will not be started due to host preference."</string> |
502 <string name="terminal_enable_portfoward">"Enable port forward: %1$s"</string> | 523 <string name="terminal_enable_portfoward">"Enable port forward: %1$s"</string> |
503 | 524 |
504 <string name="local_shell_unavailable">"Failure! Local shell is unavailable on this phone."</string> | 525 <string name="local_shell_unavailable">"Failure! Local shell is unavailable on this device."</string> |
505 | 526 |
506 <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> | 527 <!-- Text sent to the user to alert them that a Terminal Bell is received in a background session --> |
507 <string name="notification_text">"%1$s wants your attention."</string> | 528 <string name="notification_text">"%1$s wants your attention."</string> |
508 | 529 |
509 <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> | 530 <!-- Preference selection for SSH Authentication Agent to never use pubkeys --> |