aboutsummaryrefslogtreecommitdiffstats
path: root/app/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2015-04-19 12:35:24 -0700
committerKenny Root <kenny@the-b.org>2015-04-19 12:35:24 -0700
commit5af75d5b3657409a9d46d48bafa446df9646ae0c (patch)
treea5bc0e9e3f275bb551e2bf7af993c1ed3b01e990 /app/src/main/res/values/strings.xml
parent6372acec6f745c9689ab1db703611f78e41bb0e0 (diff)
parenta50c421c4dc566284ba59b8ef07833f09fc2774e (diff)
downloadconnectbot-5af75d5b3657409a9d46d48bafa446df9646ae0c.tar.gz
connectbot-5af75d5b3657409a9d46d48bafa446df9646ae0c.tar.bz2
connectbot-5af75d5b3657409a9d46d48bafa446df9646ae0c.zip
Merge branch 'master' into gradle-conversion
Diffstat (limited to 'app/src/main/res/values/strings.xml')
-rw-r--r--app/src/main/res/values/strings.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 5f2d78a..d8e3bb5 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -437,6 +437,11 @@
<!-- Displayed on the terminal describing the cryptographic algorithm names -->
<string name="terminal_using_algorithm">"Using algorithm: %1$s %2$s"</string>
+ <!-- Displayed on the terminal during a SSH connection describing the cryptographic key
+ exchange algorithm used to establish a shared secret between this program and the
+ server. -->
+ <string name="terminal_kex_algorithm">Key exchange algorithm: %s</string>
+
<string name="terminal_auth">"Trying to authenticate"</string>
<string name="terminal_auth_pass">"Attempting 'password' authentication"</string>