aboutsummaryrefslogtreecommitdiffstats
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
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
-rw-r--r--AndroidManifest.xml2
-rw-r--r--res/values-bg/strings.xml7
-rw-r--r--res/values-ca/strings.xml7
-rw-r--r--res/values-da/strings.xml7
-rw-r--r--res/values-de/strings.xml7
-rw-r--r--res/values-es/strings.xml7
-rw-r--r--res/values-eu/strings.xml7
-rw-r--r--res/values-fr/strings.xml7
-rw-r--r--res/values-id/strings.xml7
-rw-r--r--res/values-it/strings.xml7
-rw-r--r--res/values-nb/strings.xml7
-rw-r--r--res/values-nl/strings.xml7
-rw-r--r--res/values-pl/strings.xml7
-rw-r--r--res/values-ru/strings.xml7
-rw-r--r--res/values-sv/strings.xml7
-rw-r--r--res/values-zh-rCN/strings.xml7
-rw-r--r--res/values-zh-rHK/strings.xml7
-rw-r--r--res/values/arrays.xml6
-rw-r--r--res/values/strings.xml7
19 files changed, 123 insertions, 4 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 9ea5f62..9928c2c 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -2,7 +2,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.connectbot"
android:versionName="1.6-dev"
- android:versionCode="158">
+ android:versionCode="159">
<application
android:icon="@drawable/icon"
diff --git a/res/values-bg/strings.xml b/res/values-bg/strings.xml
index 64d02fe..3035a40 100644
--- a/res/values-bg/strings.xml
+++ b/res/values-bg/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>
diff --git a/res/values-ca/strings.xml b/res/values-ca/strings.xml
index 8113e5b..75618ae 100644
--- a/res/values-ca/strings.xml
+++ b/res/values-ca/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">No ara</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">Sembla que ConnectBot ha tingut un problema l'últim cop que s'ha iniciat. Enviar la informació de l'error als desenvolupadors de ConnectBot?</string>
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>
diff --git a/res/values-de/strings.xml b/res/values-de/strings.xml
index d495c11..ed48dc2 100644
--- a/res/values-de/strings.xml
+++ b/res/values-de/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Nicht jetzt</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">Scheinbar hatte ConnectBot Probleme bei der letzten Benutzung. Fehlermeldung an die ConnectBot übermitteln?</string>
diff --git a/res/values-es/strings.xml b/res/values-es/strings.xml
index fbd3cf0..847eba6 100644
--- a/res/values-es/strings.xml
+++ b/res/values-es/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">No en este momento</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>
diff --git a/res/values-eu/strings.xml b/res/values-eu/strings.xml
index 345219a..4c15aba 100644
--- a/res/values-eu/strings.xml
+++ b/res/values-eu/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>
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml
index 8188da4..1172117 100644
--- a/res/values-fr/strings.xml
+++ b/res/values-fr/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Pas maintenant</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>
diff --git a/res/values-id/strings.xml b/res/values-id/strings.xml
index 75aab2c..a92a535 100644
--- a/res/values-id/strings.xml
+++ b/res/values-id/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Jangan sekarang</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>
diff --git a/res/values-it/strings.xml b/res/values-it/strings.xml
index 12e3cdc..0a15808 100644
--- a/res/values-it/strings.xml
+++ b/res/values-it/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Non adesso</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">Sembrerebbe che ConnectBot abbia avuto un problema durante l'ultima esecuzione. Inviare una segnalazione d'errore agli sviluppatori di ConnectBot?</string>
diff --git a/res/values-nb/strings.xml b/res/values-nb/strings.xml
index f484aa3..0d6af0f 100644
--- a/res/values-nb/strings.xml
+++ b/res/values-nb/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Ikke akkurat nå</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>
diff --git a/res/values-nl/strings.xml b/res/values-nl/strings.xml
index f89f368..589728f 100644
--- a/res/values-nl/strings.xml
+++ b/res/values-nl/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Nog niet</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>
diff --git a/res/values-pl/strings.xml b/res/values-pl/strings.xml
index d4285e0..d61bd75 100644
--- a/res/values-pl/strings.xml
+++ b/res/values-pl/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Nie, nie teraz</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>
diff --git a/res/values-ru/strings.xml b/res/values-ru/strings.xml
index 81cd49f..bde509b 100644
--- a/res/values-ru/strings.xml
+++ b/res/values-ru/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Не сейчас</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>
diff --git a/res/values-sv/strings.xml b/res/values-sv/strings.xml
index 687a831..86fad00 100644
--- a/res/values-sv/strings.xml
+++ b/res/values-sv/strings.xml
@@ -405,6 +405,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">Inte just 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>
diff --git a/res/values-zh-rCN/strings.xml b/res/values-zh-rCN/strings.xml
index d27f4bd..b34d4f0 100644
--- a/res/values-zh-rCN/strings.xml
+++ b/res/values-zh-rCN/strings.xml
@@ -409,6 +409,13 @@
<!-- Button selection to skip upgrading to the latest ConnectBot when one is available. -->
<string name="upgrade_neg">暂时不</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">似乎ConnectBot在最后运行时出现异常. 请回报给ConnectBot开发者</string>
diff --git a/res/values-zh-rHK/strings.xml b/res/values-zh-rHK/strings.xml
index b0d5328..f37a660 100644
--- a/res/values-zh-rHK/strings.xml
+++ b/res/values-zh-rHK/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>
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>