summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-05-01 15:33:00 +0200
committerArne Schwabe <arne@rfc2549.org>2012-05-01 15:33:00 +0200
commit3512dd8de571c8183a7e7476db30a928573d8442 (patch)
treea6e8e13bc598a4762c96312800451ddf0a8306e6 /res/values
parentf26bdab76d0632aa0f1489c58e9ccc28bf1c74ba (diff)
Support strange certificate + passsword authentication types
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml5
-rw-r--r--res/values/strings.xml1
2 files changed, 5 insertions, 1 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 98f244bc..3dd0cbb4 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1,12 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
-
+ <!-- Keep the order the same as the TYPE_ constants in VPNProfile -->
<string-array name="vpn_types">
<item>Certificates</item>
<item>PKCS12 File</item>
<item>Android Certficate</item>
<item>Username/Password</item>
<item>Static Keys</item>
+ <item>User/PW + Certificates</item>
+ <item>User/PW + PKCS12 </item>
+ <item>User/PW + Android</item>
</string-array>
<string-array name="vpn_entry_types">
<item>certs</item>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 28863ab9..c8e2b1e1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -117,4 +117,5 @@
<string name="clear_log">clear log</string>
<string name="title_cancel">Cancel Confirmation</string>
<string name="cancel_connection_query">Disconnect the connected VPN/cancel the connection attempt?</string>
+ <string name="remove_vpn">Remove VPN</string>
</resources>