aboutsummaryrefslogtreecommitdiffstats
path: root/res/values-da
diff options
context:
space:
mode:
authorKenny Root <kenny@the-b.org>2009-07-04 12:09:09 +0000
committerKenny Root <kenny@the-b.org>2009-07-04 12:09:09 +0000
commit2ca280d2bcfec320e1e25bd5800f4675e71a57c6 (patch)
treeb2a04ccccc88946528a1d90f18ac2a80da614e0a /res/values-da
parent83eb21ba159a334c2c9435609aedfff3d9f9b8fa (diff)
downloadconnectbot-2ca280d2bcfec320e1e25bd5800f4675e71a57c6.tar.gz
connectbot-2ca280d2bcfec320e1e25bd5800f4675e71a57c6.tar.bz2
connectbot-2ca280d2bcfec320e1e25bd5800f4675e71a57c6.zip
Externalize Use SSH Auth Agent selections
git-svn-id: https://connectbot.googlecode.com/svn/trunk/connectbot@352 df292f66-193f-0410-a5fc-6d59da041ff2
Diffstat (limited to 'res/values-da')
-rw-r--r--res/values-da/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values-da/strings.xml b/res/values-da/strings.xml
index 914d2e4..006c4e9 100644
--- a/res/values-da/strings.xml
+++ b/res/values-da/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Ikke lige nu</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>