aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-04-07 06:09:11 +0000
committerKenny Root <kenny@the-b.org>2009-04-07 06:09:11 +0000
commitdcc37a1f6ff34021cbca72bad9c49586f9e6c14b (patch)
treef91497f2d5952781a077ca688830d69fea463c44 /res/values
parent4a9be9af8881450bb350e2e2b1707fed3d6c9403 (diff)
downloadconnectbot-dcc37a1f6ff34021cbca72bad9c49586f9e6c14b.tar.gz
connectbot-dcc37a1f6ff34021cbca72bad9c49586f9e6c14b.tar.bz2
connectbot-dcc37a1f6ff34021cbca72bad9c49586f9e6c14b.zip
Externalize some strings, fix indentation while I'm at it
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dbdab92..bb6c204 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -57,6 +57,8 @@
<string name="portforward_delete">Delete port forward</string>
<string name="prompt_nickname">Nickname:</string>
+ <!-- An example string that could be used as a nickname for a pubkey. -->
+ <string name="prompt_nickname_hint_pubkey">My work key</string>
<!-- The source TCP port for port forwards. -->
<string name="prompt_source_port">Source port:</string>
<!-- The "host:port" combination used for port forward destinations. -->
@@ -67,6 +69,9 @@
<string name="prompt_again">(again)</string>
<!-- Label for the user to select port forward type. -->
<string name="prompt_type">Type:</string>
+ <string name="prompt_password_can_be_blank">Note: password can be blank</string>
+ <!-- Prompt for the size of the private key in bits. -->
+ <string name="prompt_bits">Bits:</string>
<string name="alert_passwords_do_not_match_msg">Passwords do not match!</string>
<string name="alert_wrong_password_msg">Wrong password!</string>
@@ -177,6 +182,9 @@
<string name="portforward_menu_add">Add port forward</string>
+ <!-- The string to present in the quick-connect box to hint the user to the format for connecting to hosts. -->
+ <string name="hint_userhost">user@hostname</string>
+
<string name="list_format_error">Use the format 'username@hostname:port'</string>
<string name="list_menu_pubkeys">Manage Pubkeys</string>