summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-04-21 18:36:35 +0200
committerArne Schwabe <arne@rfc2549.org>2012-04-21 18:36:35 +0200
commit488a41cc60636298581c2b44b4706b259fc98a36 (patch)
treeba247a01a310ca7b68343e655e0d7b550597de46 /res/values
parent89369d1e8651514ad295b11e6e1f5ee00a402168 (diff)
wip
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml2
-rw-r--r--res/values/strings.xml13
2 files changed, 15 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 52e3afd8..eb2c1b1c 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -4,6 +4,8 @@
<item>Certificates</item>
<item>PKCS12 File</item>
<item>Android Certficate</item>
+ <item>Username/Password</item>
+ <item>Static Keys</item>
</string-array>
<string-array name="tls_directions">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 4e191d8a..a9c1b1dc 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -80,6 +80,19 @@
<string name="show_advanced">Show advanced settings</string>
<string name="useTLSAuth">Use TLS Authentication</string>
<string name="tls_direction">TLS Direction</string>
+ <string name="vpn_settings_activity_title">VPN List</string>
+ <string name="new_vpn">Add OpenVPN Config</string>
+ <string name="vpn">Saved VPN Configs</string>
+
+ <string name="ipv6_dialog_tile">Enter IPv6 Address/Netmask in CIDR Format (e.g. 2000:dd::23/64)</string>
+ <string name="ipv4_dialog_title">Enter IPv4 Address/Netmask in CIDR Format (e.g. 1.2.3.4/24)</string>
+ <string name="ipv4_address">IPv4 Address</string>
+ <string name="ipv6_address">IPv6 Address</string>
+ <string name="custom_option_warning">Enter custom OpenVPN. Use with great care. Also note that many of the tun related Openvpn settings cannot be supported by design of the VPNSettings. If you think an important option is missing contact the author</string>
+ <string name="auth_username">Username</string>
+ <string name="auth_pwquery">Password</string>
+ <string name="static_keys_info">For the static configuration the TLS Auth Keys will be used as static keys.</string>
+ <string name="configure_the_vpn">Configure the VPN</string>