diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-04-16 19:21:14 +0200 |
commit | 3e4d8f433239c40311037616b1b8833a06651ae0 (patch) | |
tree | 98ab7fce0d011d34677b0beb762d389cb5c39199 /res/values/arrays.xml |
Initial import
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r-- | res/values/arrays.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml new file mode 100644 index 00000000..52e3afd8 --- /dev/null +++ b/res/values/arrays.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string-array name="vpn_types"> + <item>Certificates</item> + <item>PKCS12 File</item> + <item>Android Certficate</item> + </string-array> + + <string-array name="tls_directions"> + <item>0</item> + <item>1</item> + <item>Unspecified</item> + </string-array> + + +</resources>
\ No newline at end of file |