aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml6
-rw-r--r--res/values/strings.xml7
2 files changed, 10 insertions, 3 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 4b48768..6356d1c 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -87,9 +87,9 @@
</string-array>
<string-array name="list_authagent">
- <item>No</item>
- <item>With confirmation</item>
- <item>Yes</item>
+ <item>@string/no</item>
+ <item>@string/with_confirmation</item>
+ <item>@string/yes</item>
</string-array>
<string-array name="list_authagent_values">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 44b6832..4ec1c3a 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Not right now</string>
+ <!-- Preference selection for SSH Authentication Agent to never use pubkeys -->
+ <string name="no">No</string>
+ <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys "with confirmation" only -->
+ <string name="with_confirmation">With confirmation</string>
+ <!-- Preference selection for SSH Authentication Agent to be able to use pubkeys -->
+ <string name="yes">Yes</string>
+
<!-- String displayed to user when they're asked to submit exceptions to the ConnectBot developers -->
<string name="exceptions_submit_message">It appears ConnectBot had a problem last time it ran. Submit error report to ConnectBot developers?</string>