diff options
author | Arne Schwabe <arne@rfc2549.org> | 2012-07-30 20:43:49 +0200 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2012-07-30 20:43:49 +0200 |
commit | 704d06d967022737ddd3e6d6549c18402fe75b0f (patch) | |
tree | e5ad08d96eae745d631a7cd83f4b7ccecf8ea038 /res/values/strings.xml | |
parent | aa222a0434ad2c270e94fc2370e71e49d6b5331f (diff) |
Use system proxy settings for openvpn
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 6ad486a5..dcdeb095 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -237,4 +237,8 @@ <string name="setting_loadtun_summary">Try to load the tun.ko kernel module before trying to connect. Needs rooted devices.</string> <string name="setting_loadtun">Load tun module</string> <string name="importpkcs12fromconfig">Import PKCS12 from configuration into Android Keystore</string> + <string name="getproxy_error">Error getting proxy settings: %s</string> + <string name="using_proxy">Using proxy %1$s %2$d</string> + <string name="use_system_proxy">Use system proxy</string> + <string name="use_system_proxy_summary">Use the system wide configuration for HTTP/HTTPS proxies to connect.</string> </resources> |