aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-05-14 17:50:52 +0000
committerKenny Root <kenny@the-b.org>2009-05-14 17:50:52 +0000
commit2b87de98fc5507db76ef71e4ea1af70ad8240b5d (patch)
tree55915742ceac823db435ec617d7a9fd8e73786a7 /res/values
parentdb208c992937b9a522f0ba50a5356b53de719523 (diff)
downloadconnectbot-2b87de98fc5507db76ef71e4ea1af70ad8240b5d.tar.gz
connectbot-2b87de98fc5507db76ef71e4ea1af70ad8240b5d.tar.bz2
connectbot-2b87de98fc5507db76ef71e4ea1af70ad8240b5d.zip
* Fixed some buggy strings
* Externalized "No hosts connected" string git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@235 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4ec0c88..2969d35 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -45,8 +45,7 @@
<string name="pubkey_unknown_format">Unknown format</string>
<string name="pubkey_change_password">Change password</string>
<string name="pubkey_list_pick">Pick from /sdcard</string>
- <string name="pubkey_import_parse_problem">Problem parsing imported private key
- </string>
+ <string name="pubkey_import_parse_problem">Problem parsing imported private key</string>
<string name="pubkey_unlock">Unlock key</string>
<string name="pubkey_failed_add">Bad password for key '%1$s'. Authentication failed.</string>
<string name="pubkey_memory_load">Load into memory</string>
@@ -351,6 +350,8 @@
<!-- Button to go to the previous page in the first time start-up wizard. -->
<string name="wizard_back">Back</string>
+ <string name="terminal_no_hosts_connected">No hosts currently connected</string>
+
<string name="terminal_hostkey_warn">The authenticity of host '%1$s' can't be established.</string>
<string name="terminal_hostkey">RSA key fingerprint is %1$s</string>
<string name="terminal_hostkey_prompt">Are you sure you want\nto continue connecting?</string>