summaryrefslogtreecommitdiff
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-23 00:07:02 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-23 00:07:02 +0200
commitdca67df888680da70235ce402e42e05945f67cb8 (patch)
treeed66e30a6d1acf1fcb68672cb636507e0bd89d2a /res/values/arrays.xml
parent488a41cc60636298581c2b44b4706b259fc98a36 (diff)
Doing progress on the Preference dialog chaos
--HG-- rename : res/layout/config.xml => res/layout/basic_settings.xml rename : src/de/blinkt/openvpn/AboutActivity.java => src/de/blinkt/openvpn/AboutFragment.java
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index eb2c1b1c..41d523e3 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -8,6 +8,15 @@
<item>Static Keys</item>
</string-array>
+ <string-array name="vpn_entry_types">
+ <item>certs</item>
+ <item>pkcs12</item>
+ <item>keystore</item>
+ <item>userpw</item>
+ <item>statickeys</item>
+ </string-array>
+
+
<string-array name="tls_directions">
<item>0</item>
<item>1</item>